.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  display: none;
  padding: 1em 8em;
  background-color: #fff;
}

.navbar.contrast {
  background-color: #000;
}

.navcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 6vw;
  margin-left: 6vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand {
  width: 8vw;
}

.nav-menu {
  background-color: #fff;
}

.navlink {
  padding: 0px 1.5vw;
  color: #039be5;
  font-size: 1vw;
}

.navlink.w--current {
  border-bottom: 3px solid #f57c00;
  font-weight: 700;
}

.navlink.contrast {
  background-color: #000;
  color: #0ff;
  font-weight: 700;
}

.navlink.contrast:hover {
  text-decoration: underline;
}

.body {
  height: 100vh;
}

.body.contrast {
  background-color: #000;
}

.section {
  display: none;
  height: 100vh;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.section.service1 {
  padding-top: 10vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.div-block {
  position: fixed;
  left: 0%;
  top: -10%;
  right: auto;
  bottom: 0%;
  z-index: 9050;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10vw;
  height: 7vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color: #00aeef;
}

.text-block {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.side-nav-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12vw;
  height: 6vh;
  margin-bottom: 1vh;
  padding-left: 1vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color: #00aeef;
  box-shadow: 2px 0 8px 0 #333;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-decoration: none;
}

.side-nav-btn:hover {
  background-color: #2ac5ff;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.heading {
  margin-top: 0px;
  margin-bottom: 6%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 6vw;
  font-weight: 900;
  text-align: right;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading.whytheneed {
  font-size: 5vw;
}

.heading.new {
  margin-bottom: 0%;
  color: #fff;
  line-height: 5vw;
  font-weight: 700;
  text-align: left;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-right: 10vw;
  padding-bottom: 20vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: linear-gradient(305deg, #272727, transparent 58%);
  text-align: left;
}

.div-block-3._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10vw;
  background-image: linear-gradient(305deg, #272727 1%, transparent 85%);
}

.div-block-3._2._3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: linear-gradient(305deg, #272727 1%, transparent 58%, transparent 85%);
}

.div-block-3._2.contrast {
  background-image: none;
}

.div-block-3.whyitmatters {
  position: static;
  padding-right: 5vw;
  padding-bottom: 12vh;
  background-image: linear-gradient(305deg, #272727, transparent 75%);
}

.div-block-3.about-us {
  display: none;
  padding-right: 8vw;
  padding-bottom: 8vh;
  background-image: linear-gradient(305deg, #272727, transparent 70%);
}

.link-block {
  width: 11vw;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.link-block.w--current {
  -webkit-transform: translate(-300px, 0px);
  -ms-transform: translate(-300px, 0px);
  transform: translate(-300px, 0px);
}

.heading-2 {
  margin-top: 5%;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 5vw;
  font-weight: 600;
  text-align: right;
}

.heading-2.everybody {
  font-size: 4vw;
}

.heading-2.new {
  margin-top: 0px;
  color: #fff;
  font-size: 4vw;
  line-height: 5vw;
  text-align: left;
}

.div-block-4 {
  width: 40vw;
  height: 63vh;
  border-radius: 502px;
  background-image: url('../images/bg-1.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.heading-3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-align: center;
}

.text-block-2 {
  font-family: 'Open Sans', sans-serif;
  color: #b9b9b9;
  font-weight: 400;
  text-align: center;
}

.grid {
  grid-template-areas: "Area Area-2";
}

.div-block-5 {
  margin: 5vh 10vw;
}

.div-block-6 {
  height: 20vh;
  background-color: #ff2929;
}

.div-block-7 {
  margin-right: 5vw;
  margin-left: 5vw;
}

.div-block-8 {
  margin-bottom: 10px;
}

.text-block-3 {
  margin-right: 10px;
  margin-left: 10px;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

.column {
  text-align: center;
}

.column-2 {
  text-align: center;
}

.columns {
  margin-bottom: 30px;
}

.column-3 {
  padding-top: 3vh;
}

.section-3 {
  height: 100vh;
}

.div-block-9 {
  height: 100vh;
  border-top: 300px solid transparent;
  border-right: 0px solid transparent;
  background-color: #fff;
}

.div-block-10 {
  position: relative;
  right: -48px;
  width: 1000px;
  height: 1000px;
  float: right;
  border-radius: 50%;
  background-color: red;
  background-image: url('../images/bg-1.jpg');
  background-position: 0px 0px;
  background-size: cover;
  white-space: normal;
}

.div-block-11 {
  height: 115vh;
  background-color: #fff;
  -webkit-transform: skew(0deg, -42deg);
  -ms-transform: skew(0deg, -42deg);
  transform: skew(0deg, -42deg);
}

.div-block-12 {
  -webkit-transform: translate(-300px, 0px);
  -ms-transform: translate(-300px, 0px);
  transform: translate(-300px, 0px);
}

.div-block-13 {
  height: 100vh;
}

.div-block-14 {
  height: 84vh;
  margin-right: 30vw;
  border-bottom-right-radius: 100%;
  background-image: url('../images/bg-1.jpg');
  background-position: 0px 0px;
  background-size: cover;
  box-shadow: inset -22px -34px 0 0 hsla(0, 0%, 100%, 0.6);
}

.text-block-4 {
  padding-left: 0px;
  text-align: center;
}

.text-block-5 {
  text-align: center;
}

.text-block-6 {
  text-align: center;
}

.div-block-15 {
  position: absolute;
  left: auto;
  top: auto;
  right: 5%;
  bottom: 15%;
  text-align: right;
}

.heading-4 {
  margin-bottom: 40px;
  font-family: 'Open Sans', sans-serif;
  font-size: 86px;
  font-weight: 300;
  text-align: right;
}

.paragraph {
  text-align: right;
}

.body-2 {
  height: 100%;
}

.section-4 {
  height: 100%;
}

.heading-5 {
  padding-right: 73vw;
  padding-left: 40vw;
  font-size: 100px;
}

.footertextlink {
  border-bottom: 1px dashed #f57c00;
  color: #333;
  text-decoration: none;
}

.footertextlink:hover {
  color: #2196f3;
  font-weight: 600;
}

.footertextlink.contrast {
  border-bottom-style: none;
  color: #0ff;
}

.footertextlink.contrast:hover {
  text-decoration: underline;
}

.footergrid {
  grid-row-gap: 16px;
  -ms-grid-columns: 0.75fr 0.75fr 0.5fr 1fr;
  grid-template-columns: 0.75fr 0.75fr 0.5fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.footerparagraph {
  font-size: 1vw;
  line-height: 1.5em;
  letter-spacing: 1.1px;
}

.footerparagraph.address {
  line-height: 1.8em;
  font-weight: 700;
}

.footerimagecontainer {
  height: 2.5vw;
  margin-bottom: 2vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/logo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.footersection {
  position: relative;
  z-index: 1030;
  display: block;
  padding: 2em 5.5vw 16em;
  background-image: url('../images/footer2.png');
  background-position: 50% 102%;
  background-size: 512px;
  background-repeat: repeat-x;
  background-attachment: scroll;
}

.footersection.contrast {
  background-color: #000;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  color: #fff;
}

.footerlink {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 1.2vw;
  line-height: 1vw;
}

.footerlink.listitem {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  border-style: solid;
  border-width: 2px;
  border-color: #2196f3;
  border-radius: 50px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 0.8vw;
  line-height: 1.5vw;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.footerlink.listitem:hover {
  background-color: #2196f3;
  color: #fff;
}

.footerlink.listitem.contrast {
  border-color: #000;
  border-radius: 0px;
  color: #0ff;
  font-size: 1vw;
}

.footerlink.listitem.contrast:hover {
  background-color: #000;
  text-decoration: underline;
}

.footerlink.contrast {
  color: #0ff;
}

.footerlinkheading {
  margin-top: 21px;
  border-bottom: 0.11vw solid #cf7315;
  color: #2196f3;
  font-size: 1.8vw;
  line-height: 1.8vw;
}

.footerlinkheading.contrast {
  color: #ff0;
}

.gridimagebackground {
  width: 100%;
  height: 100%;
  padding-top: 20.2em;
  padding-bottom: 20.2em;
}

.gridimagebackground.acc-document-digital {
  height: 25vw;
  background-image: url('../images/acc-document-digital.jpg');
  background-position: 0% 50%;
  background-size: 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.gridimagebackground.acc-media-tagging {
  height: 25vw;
  background-image: url('../images/acc-media-tagging.jpg');
  background-position: 100% 50%;
  background-size: 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.gridimagebackground.acc-digital-content {
  height: 25vw;
  background-image: url('../images/acc-digital-design.jpg');
  background-position: 100% 50%;
  background-size: 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.gridimagebackground.acc-video-captions {
  height: 25vw;
  background-image: url('../images/acc-time-coding.jpg');
  background-position: 0% 50%;
  background-size: 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.gridimagebackground.acc-media-transcription {
  height: 25vw;
  background-image: url('../images/acc-media-transcription.jpg');
  background-position: 100% 50%;
  background-size: 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.servicesrightaligned {
  font-family: 'Open Sans', sans-serif;
  color: #2196f3;
  font-size: 2.5vw;
  line-height: 1.5;
  font-weight: 700;
  text-align: right;
}

.servicesrightaligned.contrast {
  color: #ff0;
}

.leftpaddingforbig {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  padding-left: 10vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.accessibilityinfosection.new {
  padding-top: 10vh;
}

.accessibilityinfosection.new.contrast {
  background-color: #000;
  color: #fff;
}

.servicesleftaligned {
  margin-top: 1em;
  margin-bottom: 0.3em;
  font-family: 'Open Sans', sans-serif;
  color: #2196f3;
  font-size: 2.5vw;
  line-height: 1.5;
  font-weight: 700;
  text-align: left;
}

.servicesleftaligned.contrast {
  color: #ff0;
}

.accessibilitysubtext {
  font-family: 'Open Sans', sans-serif;
  font-size: 1vw;
  line-height: 1.5em;
  text-align: center;
}

.accessibilitysubtext.r {
  text-align: right;
}

.accessibilitysubtext.l {
  text-align: left;
}

.accessibilitysubtext.contrast {
  color: #fff;
}

.accessibilitygridintro {
  margin-top: 0em;
  margin-bottom: 2vw;
  padding-right: 15vw;
  padding-left: 15vw;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.accessibilitygridservices {
  margin-bottom: 5em;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 2.5em;
  grid-row-gap: 0em;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.rightpaddingforbig {
  padding-top: 10em;
  padding-right: 15em;
  padding-bottom: 10em;
}

.heading-6 {
  margin-bottom: 2vw;
  font-family: 'Open Sans', sans-serif;
  color: #2196f3;
  font-size: 2.5vw;
  text-align: center;
}

.heading-6.contrast {
  color: #ff0;
}

.paragraph-2 {
  width: 50vw;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 2.5em;
  line-height: 1.5em;
  font-weight: 300;
}

.section-accessibility {
  display: block;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: url('../images/meme-blind.jpg');
  background-position: 0% 25%;
  background-size: cover;
}

.section-accessibility.contrast {
  background-color: #000;
  background-image: none;
  background-size: auto;
}

.link-block-2 {
  width: 11vw;
  padding-left: 1vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transform: translate(-300px, 0px);
  -ms-transform: translate(-300px, 0px);
  transform: translate(-300px, 0px);
}

.link-block-2.w--current {
  -webkit-transform: translate(-300px, 0px);
  -ms-transform: translate(-300px, 0px);
  transform: translate(-300px, 0px);
}

.div-block-17 {
  width: 45vw;
  margin-bottom: 1vw;
}

.paragraph-3 {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1.2vw;
  line-height: 1.5em;
  font-weight: 400;
}

.paragraph-3._2 {
  font-family: Montserrat, sans-serif;
  font-size: 1.2vw;
  line-height: 1.5vw;
  font-weight: 300;
}

.paragraph-3._2.new {
  color: #1b1b1b;
  font-size: 1.5vw;
  line-height: 2.3vw;
}

.paragraph-3._2.new.contrast {
  color: #fff;
}

.body-3 {
  height: 100vh;
}

.section-5 {
  height: 80vh;
  background-color: #e4e4e4;
}

.div-block-18 {
  margin-bottom: 0px;
  padding-right: 5vw;
  padding-left: 5vw;
  text-align: center;
}

.section-6 {
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.section-6.overflow-hidden {
  overflow: hidden;
  padding-top: 10vh;
  padding-bottom: 3vh;
  background-color: #fff;
}

.section-6.overflow-hidden.contrast {
  background-color: #000;
  color: #fff;
}

.image {
  width: 2.5vw;
  margin-bottom: 15px;
}

.heading-7 {
  margin-top: 1vw;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
}

.heading-7.boost {
  margin-bottom: 2vw;
  font-size: 2vw;
  line-height: 2vw;
  text-align: center;
}

.heading-7.boost.contrast {
  color: #ff0;
}

.heading-7.digital {
  margin-bottom: 2vh;
  color: #fff;
  font-size: 2.5vw;
  line-height: 2vw;
  font-weight: 700;
  text-align: left;
}

.heading-7.digital.contrast {
  color: #ff0;
}

.div-block-19 {
  margin-top: 20px;
}

.container-2 {
  margin-bottom: 0px;
}

.display-hide {
  display: none;
}

.card-slider-dot-nav {
  position: static;
  margin-top: 50px;
  padding-right: 7.5vw;
}

.card-slider {
  display: block;
  height: auto;
  padding-left: 7.5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  background-color: transparent;
}

.card-slider-mask {
  overflow: visible;
  width: 344px;
  height: auto;
}

.cardslider-slide {
  overflow: hidden;
  width: 344px;
  max-width: 92.5vw;
  margin-right: 40px;
  border-radius: 4px;
  background-color: #f5f5f5;
  box-shadow: 0 4px 8px 0 rgba(53, 53, 53, 0.2), 0 2px 4px 0 rgba(53, 53, 53, 0.12), 0 1px 2px 0 rgba(53, 53, 53, 0.14);
}

.cardslider-img {
  width: 100%;
  height: 160px;
}

.cardslider-img._2 {
  width: 20vw;
  height: 15vw;
}

.cardslider-img._3 {
  width: 15vw;
  height: 25vh;
}

.cardslider-container {
  height: auto;
  padding: 1vw;
}

.heading-8 {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.heading-8.headertext {
  color: #039be5;
  font-size: 1.2vw;
  line-height: 2vw;
  text-align: left;
}

.heading-8.headertext.contrast {
  color: #ff0;
}

.paragraph-4 {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #9e9e9e;
  font-size: 0.9em;
  letter-spacing: 1px;
}

.paragraph-4._2 {
  font-size: 0.8vw;
  line-height: 2vw;
  text-align: left;
}

.paragraph-4._2.contrast {
  color: #fff;
}

.text-link {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
}

.section-7 {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.card-slider-new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: 2%;
  margin-left: 2%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.card_slide {
  width: 33.333%;
  height: 496px;
  padding-right: 1.5%;
  padding-left: 1.5%;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

.masking {
  position: static;
  overflow: visible;
  -o-object-fit: fill;
  object-fit: fill;
}

.slider {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slider-build {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.slide {
  width: 300px;
  height: 300px;
  background-color: red;
}

.slide-2 {
  width: 300px;
  height: 300px;
  background-color: #202020;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12vw;
  margin-left: 12vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-20.divcontainer {
  margin-right: 0vw;
  margin-left: 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.div-block-20.divcontainer.validate {
  background-color: #f5f5f5;
}

.div-block-20.divcontainer.contrast {
  background-color: #000;
}

.div-block-20.hide {
  display: none;
}

.cont {
  overflow: hidden;
  width: 325px;
  height: auto;
  margin: 20px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(53, 53, 53, 0.2), 0 2px 4px 0 rgba(53, 53, 53, 0.12), 0 1px 2px 0 rgba(53, 53, 53, 0.14);
}

.cont._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60vw;
  margin: 1vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cont._2.contrast {
  background-color: #000;
}

.div-block-21 {
  display: none;
}

.section-8 {
  padding-bottom: 10vh;
  background-color: #fff;
}

.section-8.contrast {
  background-color: #000;
}

.section-9 {
  padding-top: 10vh;
  padding-bottom: 10vh;
  background-color: #f5f5f5;
}

.section-9.contrast {
  background-color: #000;
  color: #fff;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  border-radius: 4px;
  background-color: #fafafa;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-24 {
  width: 964px;
  padding-right: 24px;
  padding-left: 24px;
}

.div-block-25 {
  margin-bottom: 30px;
}

.serction-blog {
  background-image: url('../images/header-bg-blog.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-10 {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.section-10.contrast {
  background-color: #000;
  color: #fff;
}

.text-block-7 {
  font-size: 0.9vw;
  line-height: 1vh;
}

.image-2 {
  width: 20vw;
  height: 30vh;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-27 {
  width: 100vw;
  padding: 24px;
}

.heading-9 {
  font-size: 2vw;
}

.paragraph-5 {
  font-size: 1.6vh;
}

.link-block-3 {
  width: 12vw;
  padding-left: 1vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.link-block-3.w--current {
  width: 12vw;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.container-3 {
  padding-right: 5vw;
  padding-left: 5vw;
}

.link {
  color: #f57c00;
}

.link.contrast {
  color: #0ff;
}

.div-block-28 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-29 {
  margin-bottom: 30px;
}

.section-11 {
  height: 100vh;
  background-image: url('../images/whyisitmatter.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.section-11.contrast {
  background-color: #000;
  background-image: none;
  background-size: auto;
}

.section-12 {
  padding: 10vh 6vw 0vh;
}

.section-12.contrast {
  background-color: #000;
  color: #fff;
}

.paragraph-6 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 29px;
  letter-spacing: 1px;
}

.text-span {
  text-decoration: underline;
}

.div-block-30 {
  margin-top: 4vw;
  margin-right: 12vw;
  margin-left: 12vw;
}

.div-block-31 {
  margin-bottom: 10vh;
}

.heading-10 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 3.5vh;
  line-height: 2vw;
  font-weight: 600;
  letter-spacing: 0px;
}

.heading-10.new {
  color: #1b1b1b;
  font-size: 2vw;
  line-height: 1.3em;
  font-weight: 700;
}

.heading-10.new.contrast {
  color: #ff0;
}

.paragraph-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3vw;
  line-height: 3.3vh;
  letter-spacing: 1px;
}

.paragraph-7._2 {
  line-height: 25px;
  text-align: left;
}

.paragraph-7._3 {
  margin-bottom: 3vw;
  color: #333;
  font-size: 1.3vw;
  line-height: 2vw;
  text-align: left;
}

.paragraph-7._3.contrast {
  color: #fff;
}

.paragraph-7._4 {
  margin-top: 2vw;
  margin-bottom: 2vw;
  font-size: 1vw;
  line-height: 1.5em;
  text-align: left;
}

.column-4 {
  text-align: center;
}

.columns-2 {
  margin-bottom: 4vh;
}

.section-13 {
  padding: 7vh 8vw;
  background-color: #2196f3;
}

.section-13.contrast {
  color: #fff;
}

.container-4 {
  border-bottom: 3px none #a7a7a7;
}

.section-14 {
  padding: 5vh 8vw;
}

.div-block-32 {
  margin-right: 12vw;
  margin-left: 12vw;
  padding-top: 2vh;
  padding-bottom: 0vh;
  background-color: #fff;
}

.div-block-32.about {
  margin-right: 20vw;
  margin-left: 20vw;
  padding-top: 10vh;
  padding-bottom: 5vh;
  background-color: #fff;
  text-align: center;
}

.div-block-32.about.contrast {
  background-color: #000;
}

.div-block-32.contrast {
  color: #fff;
}

.div-block-33 {
  height: 40vw;
  background-image: url('../images/work-together.jpg');
  background-position: 27% 50%;
  background-size: cover;
}

.div-block-33._2 {
  height: 75vh;
}

.heading-11 {
  margin-bottom: 1vw;
  font-family: 'Open Sans', sans-serif;
  font-size: 2vw;
  line-height: 2vw;
}

.heading-11._3 {
  font-size: 2vw;
}

.heading-11._4 {
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 39px;
  text-align: center;
}

.heading-11._4.center {
  margin-bottom: 2vw;
  font-size: 1.5vw;
  line-height: 1.2em;
  text-align: center;
}

.heading-11.about-us {
  margin-bottom: 20px;
  font-size: 2.5vw;
}

.heading-11.contrast {
  color: #ff0;
}

.div-block-34 {
  padding-right: 0px;
  padding-bottom: 24px;
  padding-left: 2vw;
}

.div-block-34._2 {
  padding-right: 55px;
  padding-left: 0px;
}

.text-span-2 {
  color: #2196f3;
}

.text-span-2.contrast {
  color: #ff0;
}

.text-span-3 {
  text-decoration: underline;
}

.text-span-4 {
  font-size: 1.5vw;
  line-height: 2vw;
  text-decoration: none;
}

.section-15 {
  height: 100vh;
}

.section-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 2vw;
  padding-bottom: 5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  background-size: auto;
}

.section-17 {
  padding-top: 10vh;
  padding-bottom: 10vh;
  background-color: #fafafa;
  color: #fff;
}

.heading-12 {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 2.5vw;
  line-height: 1.3em;
  font-weight: 300;
  text-align: center;
}

.heading-12.contrast {
  color: #fff;
}

.div-container-about-us {
  margin-bottom: 25px;
  padding-right: 5vw;
  padding-left: 5vw;
}

.grid-2 {
  grid-template-areas: "Area";
  -ms-grid-columns: 0.5fr 1.5fr;
  grid-template-columns: 0.5fr 1.5fr;
}

.columns-3 {
  margin-bottom: 10px;
  text-align: center;
}

.text-block-8 {
  text-align: left;
}

.text-block-9 {
  color: #06b300;
  font-size: 30px;
}

.text-block-10 {
  color: #06b300;
  font-size: 30px;
  text-align: right;
}

.grid-3 {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  justify-items: start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  text-align: left;
}

.text-block-11 {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}

.text-block-11.about {
  font-size: 1.2vw;
  line-height: 1.5em;
}

.columns-4 {
  margin-bottom: 8vh;
}

.div-block-35 {
  margin-bottom: 25px;
}

.section-19 {
  margin-bottom: 5vh;
  padding: 5vw 20vw;
  background-color: #039be5;
}

.section-19.contrast {
  color: #fff;
}

.text-block-12 {
  display: block;
  overflow: visible;
  margin-bottom: 2vh;
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 3vw;
  line-height: 1.2em;
  font-weight: 700;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-block-12.contrast {
  color: #ff0;
}

.div-block-36 {
  float: right;
}

.button {
  margin-top: 3vh;
  padding: 17px 40px;
  float: left;
  background-color: #fff;
  box-shadow: 2px 3px 8px 0 #4e4e4e;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #039be5;
  font-size: 18px;
  font-weight: 700;
}

.button:hover {
  background-color: #f57c00;
  box-shadow: none;
  color: #fff;
}

.button._1 {
  margin-top: 2vh;
  padding: 1.3vw 2vw;
  background-color: #f57c00;
  color: #000;
  font-size: 1vw;
}

.button._1:hover {
  background-color: #fff;
  box-shadow: 2px 3px 8px 0 #4e4e4e;
  color: #2196f3;
}

.button._1.contrast {
  background-color: #fff;
}

.button._1.contrast:hover {
  color: #000;
  text-decoration: underline;
}

.button._2 {
  position: static;
  margin-top: 3vh;
  margin-bottom: auto;
  padding: 1.5vw;
  float: left;
  clear: none;
  background-color: #f57c00;
  color: #000;
  font-size: 1.2vw;
}

.button._2:hover {
  background-color: #fff;
  box-shadow: 2px 3px 8px 0 #4e4e4e;
  color: #039be5;
}

.button._2.contrast {
  background-color: #fff;
}

.button._2.contrast:hover {
  color: #000;
}

.text-span-5 {
  font-size: 18px;
  line-height: 14px;
  font-weight: 300;
}

.div-block-37 {
  margin-bottom: 5px;
}

.text-block-13 {
  width: 30vw;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 1.5vw;
  line-height: 1.2em;
  font-weight: 400;
  letter-spacing: 1px;
}

.text-block-13.hide {
  position: static;
  float: none;
  clear: none;
  color: #000;
  font-size: 3vh;
  line-height: 1.2em;
  text-align: left;
}

.text-block-13.contrast {
  color: #fff;
}

.text-span-6 {
  text-decoration: none;
}

.section-20 {
  padding-bottom: 10vh;
  background-color: #fafafa;
}

.div-block-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 18vw;
  margin-left: 18vw;
}

.image-3 {
  width: auto;
  height: 40vh;
}

.column-5 {
  text-align: center;
}

.column-6 {
  text-align: center;
}

.div-block-39 {
  padding: 20px;
}

.image-4 {
  width: auto;
  height: 40vh;
}

.text-block-14 {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 26px;
  line-height: 33px;
  font-weight: 700;
}

.div-block-40 {
  height: 20vh;
  margin-bottom: 20px;
  background-image: url('../images/accessibility-img2.jpg');
  background-position: 50% 71%;
  background-size: cover;
}

.div-block-41 {
  height: 20vh;
  margin-bottom: 20px;
  background-image: url('../images/whyisitmatter.jpg');
  background-position: 50% 15%;
  background-size: cover;
}

.div-block-42 {
  margin-bottom: 6vh;
}

.div-block-42.hide {
  margin-top: 1vw;
}

.container-5 {
  text-align: center;
}

.div-block-43 {
  text-align: center;
}

.columns-5 {
  margin-bottom: 1vw;
}

.column-7 {
  text-align: right;
}

.column-8 {
  text-align: right;
}

.column-9 {
  text-align: right;
}

.column-10 {
  text-align: right;
}

.column-11 {
  text-align: right;
}

.column-12 {
  text-align: right;
}

.column-13 {
  text-align: right;
}

.column-14 {
  text-align: right;
}

.column-15 {
  text-align: right;
}

.column-16 {
  text-align: right;
}

.column-17 {
  text-align: right;
}

.column-18 {
  text-align: right;
}

.column-19 {
  text-align: right;
}

.div-block-44 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.section-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: auto;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: linear-gradient(306deg, #000, transparent 57%), url('../images/meme-blind.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
}

.column-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  padding-top: 99px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-45 {
  margin: 0px 8vw 0vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-45.new {
  margin-bottom: 15vh;
}

.paragraph-8 {
  margin-top: 35px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.6vw;
  line-height: 36px;
  letter-spacing: 1px;
}

.column-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-46 {
  display: none;
  margin-right: 10vw;
  margin-left: 10vw;
}

.div-block-47 {
  display: block;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-15 {
  font-size: 1vw;
}

.image-6 {
  width: 100vw;
}

.container-6 {
  display: none;
}

.div-block-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  margin-top: 15vh;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-49 {
  width: 40%;
  text-align: center;
}

.div-block-50 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-51 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-52 {
  margin-right: 1vw;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.grid-4 {
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.grid-why-it-matters {
  display: none;
}

.grid-why-it-matters._3 {
  display: none;
}

.grid-5 {
  display: none;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.div-block-53 {
  display: none;
}

.div-block-54 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 17vh;
  padding-right: 8em;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #00aeef;
}

.new-nav {
  margin-right: 0px;
  padding: 0px 1.5vw;
  text-decoration: none;
}

.new-nav:hover {
  color: #fff;
  text-decoration: underline;
}

.new-nav.w--current {
  padding: 0vw 1.5vw;
}

.new-nav.contrast {
  background-color: #000;
}

.new-nav.last {
  padding-right: 0vw;
}

.div-block-55 {
  margin-right: 0vw;
  margin-left: 0vw;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.text-block-16 {
  color: #fff;
  font-size: 0.8vw;
  letter-spacing: 0.5px;
}

.text-block-16.contrast {
  color: #0ff;
}

.newtop-navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9050;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 6vw;
  padding-right: 8em;
  padding-bottom: 1vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #00aeef;
  box-shadow: 1px 1px 4px 0 #707070;
}

.div-block-56 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100vh;
}

.link-block-4 {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 9080;
  margin-right: 30px;
  margin-bottom: 10px;
}

.img-div {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 9010;
  margin-right: 0.5vw;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.img-div:hover {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.img-div.w--current {
  margin-right: 0.5vw;
  margin-bottom: 0vw;
}

.img-div.hide {
  display: none;
}

.section-resources-tools {
  background-image: url('../images/header-bg-blog.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-resources-tools.contrast {
  background-color: #000;
  background-image: none;
  background-size: auto;
}

.container-8 {
  position: relative;
  display: none;
  clear: both;
}

.div-block-59 {
  height: 10vw;
  padding-top: 1vw;
  box-shadow: 1px 1px 4px 0 #707070;
}

.div-block-59.contrast {
  background-color: #000;
}

.image-7 {
  width: 1vw;
}

.image-8 {
  width: 2vw;
}

.image-9 {
  width: 2.5vw;
}

.div-block-62 {
  margin-right: 12vw;
  margin-left: 12vw;
}

.image-11 {
  width: 30vw;
}

.div-block-63 {
  margin-right: 15vw;
  margin-left: 15vw;
}

.image-12 {
  width: 2vw;
}

.div-block-64 {
  padding-right: 5vw;
  padding-left: 5vw;
}

.image-14 {
  width: 2vw;
}

.image-15 {
  width: 2vw;
}

.accesibility-block-logo {
  margin-right: 0.5vw;
  margin-bottom: 0.5vw;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.accesibility-block-logo:hover {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.image-16 {
  width: 2vw;
}

.side-buttons {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1040;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 0.5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-17 {
  width: 2vw;
}

.link-side {
  margin-right: 0.5vw;
}

.div-block-65 {
  position: relative;
  margin-bottom: 0.5vw;
  padding: 1vh 5px 1vh 1vw;
  border-top-left-radius: 2vw;
  border-bottom-left-radius: 2vw;
  background-color: #000;
  box-shadow: -3px 2px 12px -5px #000;
}

.div-block-66 {
  position: absolute;
  background-color: #2196f3;
  -webkit-transform: translate(-25px, -50px);
  -ms-transform: translate(-25px, -50px);
  transform: translate(-25px, -50px);
}

.text-block-17 {
  padding: 5px 10px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 0.7vw;
}

.tooltip {
  position: absolute;
  display: none;
  background-color: #000;
  -webkit-transform: translate(0px, -55px);
  -ms-transform: translate(0px, -55px);
  transform: translate(0px, -55px);
}

.tooltip2 {
  position: absolute;
  display: none;
  background-color: #000;
  -webkit-transform: translate(0px, -55px);
  -ms-transform: translate(0px, -55px);
  transform: translate(0px, -55px);
}

.tooltip3 {
  position: absolute;
  display: none;
  background-color: #000;
  -webkit-transform: translate(0px, -55px);
  -ms-transform: translate(0px, -55px);
  transform: translate(0px, -55px);
}

.tooltip4 {
  position: absolute;
  display: none;
  border-radius: 0px;
  background-color: #000;
  -webkit-transform: translate(0px, -55px);
  -ms-transform: translate(0px, -55px);
  transform: translate(0px, -55px);
}

.contrast {
  background-color: #000;
}

.navbar-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  padding-bottom: 1vw;
  background-color: #fff;
}

.mobile-logo {
  display: none;
}

.image-18 {
  width: 7.5vw;
}

.brand-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-link-2 {
  padding: 1vw;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Poppins, sans-serif;
  color: #4b4b4b;
  font-size: 0.9vw;
  font-weight: 500;
}

.nav-link-2:hover {
  color: #f57c00;
}

.nav-link-2.w--current {
  padding-bottom: 20px;
  border-bottom: 2px solid #f57c00;
  color: #f57c00;
  font-size: 0.9vw;
}

.nav-link-2.last {
  padding-right: 0px;
}

.div-block-67 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2vw;
  margin-right: 20vw;
  margin-left: 20vw;
  padding-bottom: 0vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-bottom: 1px solid #e0e0e0;
}

.div-block-68 {
  height: auto;
  padding-top: 8vw;
  padding-right: 20vw;
}

.navbar-3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  padding-bottom: 1.5vw;
  background-color: #fff;
}

.navbar-3.contrast {
  background-color: #000;
}

.nav-link-3 {
  padding: 1vw;
  border: 1px solid transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Poppins, sans-serif;
  color: #4b4b4b;
  font-size: 0.9vw;
  font-weight: 500;
}

.nav-link-3:hover {
  border: 1px solid transparent;
  color: #f57c00;
}

.nav-link-3.w--current {
  padding-bottom: 20px;
  border-bottom: 2px solid #f57c00;
  color: #f57c00;
  font-size: 0.9vw;
}

.nav-link-3.last {
  padding-right: 1vw;
}

.nav-link-3.contrast {
  color: #fff;
}

.nav-link-3.contrast:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  text-decoration: underline;
}

html.w-mod-js *[data-ix="initial-header-title"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="default-position-logo-mouse"] {
  -webkit-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate(0px, 200px);
}

html.w-mod-js *[data-ix="interact-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="location-newtop-navbar"] {
  -webkit-transform: translate(0px, -400px);
  -ms-transform: translate(0px, -400px);
  transform: translate(0px, -400px);
}

html.w-mod-js *[data-ix="initial-apperance"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="origin-side-buttons"] {
  -webkit-transform: translate(300px, 0px);
  -ms-transform: translate(300px, 0px);
  transform: translate(300px, 0px);
}

html.w-mod-js *[data-ix="origin-container-side-buttons"] {
  -webkit-transform: translate(0px, 31%);
  -ms-transform: translate(0px, 31%);
  transform: translate(0px, 31%);
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-right: 1em;
    padding-left: 1em;
  }
  .navcontainer {
    margin-right: 0.3em;
    margin-left: 0.3em;
  }
  .brand {
    width: 15vw;
  }
  .navlink {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
  }
  .navlink.w--current {
    border-bottom: 0px none transparent;
    border-left: 0.5em solid #f57c00;
  }
  .menu-button {
    background-color: #fff;
  }
  .menu-button.contrast {
    background-color: #000;
    color: #fff;
  }
  .side-nav-btn {
    width: 20vw;
  }
  .heading {
    margin-bottom: 5%;
  }
  .heading.new {
    font-size: 8vw;
    line-height: 7vw;
    text-align: center;
  }
  .div-block-3._2 {
    padding-right: 8vw;
    padding-bottom: 0vh;
    padding-left: 8vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-3._2._3 {
    padding-bottom: 20vh;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: linear-gradient(305deg, #272727, transparent 78%, transparent 85%);
  }
  .div-block-3.whyitmatters {
    padding-right: 8vw;
    padding-bottom: 0vh;
    padding-left: 8vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: linear-gradient(305deg, #272727, transparent);
  }
  .heading-2 {
    margin-top: 5%;
  }
  .heading-2.new {
    font-size: 5vw;
    line-height: 6vw;
    text-align: center;
  }
  .footergrid {
    margin-right: 1em;
    margin-left: 1em;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .footerparagraph {
    font-size: 1.5vw;
  }
  .div-block-16 {
    text-align: center;
  }
  .footerimagecontainer {
    height: 5vw;
  }
  .footersection {
    padding-top: 4em;
    padding-right: 1em;
    padding-left: 1em;
  }
  .footerlink {
    font-size: 1.8vw;
    line-height: 2vw;
  }
  .footerlink.listitem {
    font-size: 1.5vw;
    line-height: 3vw;
  }
  .footerlink.listitem.contrast {
    font-size: 100%;
  }
  .footerlinkheading {
    font-size: 2.5vw;
    line-height: 2.5vw;
  }
  .gridimagebackground {
    padding-top: 13.9em;
    padding-bottom: 13.9em;
  }
  .gridimagebackground.acc-document-digital {
    background-position: 50% 100%;
    background-size: cover;
  }
  .gridimagebackground.acc-media-tagging {
    background-position: 50% 100%;
    background-size: cover;
    background-attachment: fixed;
  }
  .gridimagebackground.acc-digital-content {
    background-position: 50% 100%;
    background-size: cover;
  }
  .gridimagebackground.acc-video-captions {
    background-position: 50% 100%;
    background-size: cover;
  }
  .gridimagebackground.acc-media-transcription {
    background-position: 50% 0%;
    background-size: cover;
  }
  .servicesrightaligned {
    font-size: 2.5vw;
    text-align: center;
  }
  .leftpaddingforbig {
    margin-top: 0em;
    padding-top: 0em;
    padding-bottom: 5em;
    padding-left: 0em;
  }
  .leftpaddingforbig._2 {
    padding-top: 0em;
    padding-bottom: 5em;
  }
  .accessibilityinfosection {
    margin-right: 1em;
    margin-left: 1em;
  }
  .accessibilityinfosection.new {
    padding-top: 5vh;
  }
  .servicesleftaligned {
    font-size: 2.5vw;
    text-align: center;
  }
  .accessibilitysubtext {
    font-size: 1.5vw;
  }
  .accessibilitysubtext.r {
    text-align: center;
  }
  .accessibilitysubtext.l {
    text-align: center;
  }
  .accessibilitygridintro {
    padding-right: 2em;
    padding-left: 2em;
  }
  .accessibilitygridservices {
    margin-bottom: 0em;
    grid-row-gap: 17px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .rightpaddingforbig {
    margin-top: 0em;
    padding-top: 0em;
    padding-right: 0em;
    padding-bottom: 5em;
  }
  .heading-6 {
    font-size: 3.5vw;
  }
  .section-accessibility {
    background-position: 0% 50%;
  }
  .div-block-17 {
    width: auto;
    text-align: center;
  }
  .paragraph-3 {
    font-size: 1.5vw;
  }
  .paragraph-3._2 {
    font-size: 14px;
    line-height: 1.5em;
  }
  .paragraph-3._2.new {
    font-size: 2vw;
  }
  .image {
    width: 4vw;
  }
  .heading-7 {
    font-size: 2vw;
  }
  .heading-7.boost {
    margin-bottom: 3vw;
    font-size: 3vw;
  }
  .heading-7.digital {
    font-size: 4vw;
    text-align: center;
  }
  .cardslider-img {
    height: 166px;
  }
  .cardslider-img._2 {
    width: 30vw;
    height: 25vw;
  }
  .cardslider-img._3 {
    width: 30vw;
  }
  .cardslider-container {
    height: 19vh;
    padding: 2vw;
  }
  .heading-8 {
    font-size: 17px;
  }
  .heading-8.headertext {
    font-size: 1.8vw;
  }
  .paragraph-4 {
    font-size: 12px;
  }
  .paragraph-4._2 {
    font-size: 1.6vw;
  }
  .text-link {
    font-size: 12px;
  }
  .div-block-20 {
    margin-right: 5vw;
    margin-left: 5vw;
  }
  .div-block-20.divcontainer {
    margin-right: 3vw;
    margin-left: 3vw;
  }
  .div-block-20.divcontainer.validate {
    margin-right: 3vw;
    margin-left: 3vw;
  }
  .cont {
    width: 305px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .cont._2 {
    width: 80vw;
  }
  .div-block-27 {
    width: 100vw;
  }
  .heading-9 {
    font-size: 4vw;
  }
  .link-block-3 {
    width: 20vw;
  }
  .link-block-3.w--current {
    width: 20vw;
  }
  .heading-10 {
    font-size: 30px;
  }
  .heading-10.new {
    font-size: 3vw;
    text-align: center;
  }
  .paragraph-7 {
    font-size: 2vw;
    line-height: 3vh;
  }
  .paragraph-7._2 {
    font-size: 1vw;
    text-align: center;
  }
  .paragraph-7._3 {
    font-size: 2vw;
    line-height: 3vw;
  }
  .paragraph-7._4 {
    font-size: 2vw;
  }
  .div-block-32 {
    margin-right: 8vw;
    margin-left: 8vw;
  }
  .div-block-32.about {
    margin-right: 10vw;
    margin-left: 10vw;
  }
  .div-block-33 {
    height: 40vh;
  }
  .heading-11 {
    margin-bottom: 2vw;
    font-size: 3vw;
  }
  .heading-11._3 {
    font-size: 3vw;
  }
  .heading-11._4.center {
    font-size: 2.5vw;
    line-height: 1.5em;
  }
  .heading-11.about-us {
    font-size: 4vw;
  }
  .div-block-34 {
    padding-left: 0vw;
  }
  .text-span-4 {
    font-size: 2.5vw;
  }
  .section-16 {
    height: 100vh;
    padding-top: 0vh;
    padding-bottom: 0vh;
  }
  .section-17 {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }
  .heading-12 {
    font-size: 3vw;
  }
  .text-block-11.about {
    font-size: 2vw;
  }
  .section-19 {
    padding-right: 10vw;
    padding-left: 10vw;
  }
  .text-block-12 {
    font-size: 4vw;
    text-align: left;
  }
  .button {
    margin-top: 5vh;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 12px;
  }
  .button._1 {
    margin-top: 0vh;
    font-size: 1.5vw;
  }
  .button._2 {
    padding: 2vw;
    font-size: 2vw;
  }
  .text-block-13 {
    width: 45vw;
    font-size: 2vw;
    text-align: left;
  }
  .section-21 {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .div-block-45.new {
    margin-bottom: 20vh;
  }
  .text-block-15 {
    font-size: 2vw;
  }
  .container-6 {
    display: none;
  }
  .div-block-48 {
    margin-top: 0vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-49 {
    width: 55%;
  }
  .div-block-50 {
    width: auto;
  }
  .div-block-51 {
    width: auto;
  }
  .text-block-16 {
    font-size: 1.4vw;
  }
  .div-block-57 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-58 {
    padding-right: 0em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-59 {
    padding-top: 12vw;
  }
  .div-block-60 {
    padding-bottom: 5em;
  }
  .image-7 {
    width: 2vw;
  }
  .image-8 {
    width: 5vw;
  }
  .div-block-61 {
    text-align: center;
  }
  .image-9 {
    width: 10vw;
  }
  .div-block-62 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0vw;
    margin-left: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-24 {
    margin-bottom: 2vw;
  }
  .image-11 {
    width: 35vw;
  }
  .image-12 {
    width: 6vw;
  }
  .div-block-64 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .image-15 {
    width: 3vw;
  }
  .image-16 {
    width: 3vw;
  }
  .image-17 {
    width: 3vw;
  }
  .link-side {
    margin-right: 1vw;
  }
  .link-side._2 {
    margin-right: 0.5vw;
  }
  .text-block-17 {
    font-size: 1vw;
  }
  .mobile-logo {
    display: block;
  }
  .menu.w--open {
    background-color: #dfe5e8;
  }
  .nav-menu-2 {
    margin-right: 10vw;
    margin-left: 10vw;
    background-color: #dfe5e8;
  }
  .image-18 {
    display: none;
  }
  .nav-link-2 {
    padding-bottom: 20px;
    border-left: 2px solid transparent;
    font-size: 12px;
  }
  .nav-link-2:hover {
    border-left-color: #f57c00;
    background-color: transparent;
    color: #4b4b4b;
  }
  .nav-link-2.w--current {
    border-left: 2px solid #f57c00;
    border-bottom-style: none;
    background-color: #fff;
    color: #4b4b4b;
    font-size: 12px;
  }
  .div-block-67 {
    margin-right: 10vw;
    margin-left: 10vw;
  }
  .nav-link-3 {
    padding-top: 2vw;
    padding-bottom: 2vw;
    border-left: 2px solid transparent;
    font-size: 12px;
  }
  .nav-link-3:hover {
    border-left-color: #f57c00;
    background-color: transparent;
    color: #4b4b4b;
  }
  .nav-link-3.w--current {
    border-left: 2px solid #f57c00;
    border-bottom-style: none;
    background-color: #fff;
    color: #4b4b4b;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding: 0em;
  }
  .navcontainer {
    margin-right: 0em;
    margin-left: 0em;
  }
  .brand {
    width: 18vw;
  }
  .div-block {
    margin-top: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .side-nav-btn {
    width: 22vw;
    height: 11vh;
  }
  .heading {
    margin-bottom: 0%;
  }
  .heading.new {
    margin-bottom: 0%;
  }
  .div-block-3._2 {
    height: auto;
    padding-top: 25vw;
    padding-bottom: 10vw;
  }
  .div-block-3._2._3 {
    height: 100vh;
    padding: 0vw 0vw 10vh;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .div-block-3.whyitmatters {
    display: block;
    height: auto;
    padding-top: 25vw;
    padding-bottom: 10vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading-2 {
    margin-top: 0%;
  }
  .list {
    padding-left: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .footergrid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }
  .footerparagraph {
    font-size: 2.5vw;
    line-height: 1.8em;
    text-align: center;
    letter-spacing: 0px;
  }
  .footerparagraph.address {
    font-size: 2.5vw;
  }
  .div-block-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footerlink {
    font-size: 2.5vw;
  }
  .footerlink.listitem {
    margin: 9px;
    padding: 14px;
    font-size: 2.5vw;
  }
  .footerlinkheading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-bottom: 1em;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-width: 0.6vw;
    font-size: 1.5em;
    line-height: 5vw;
    text-align: center;
  }
  .gridimagebackground.acc-document-digital {
    padding-top: 8em;
    padding-bottom: 8em;
  }
  .gridimagebackground.acc-media-tagging {
    padding-top: 8em;
    padding-bottom: 8em;
  }
  .gridimagebackground.acc-digital-content {
    padding-top: 8em;
    padding-bottom: 8em;
  }
  .gridimagebackground.acc-video-captions {
    padding-top: 8em;
    padding-bottom: 8em;
  }
  .gridimagebackground.acc-media-transcription {
    padding-top: 8em;
    padding-bottom: 8em;
  }
  .servicesrightaligned {
    text-align: center;
  }
  .accessibilityinfosection.new {
    margin-top: 0vh;
  }
  .accessibilitysubtext.r {
    text-align: center;
  }
  .accessibilitysubtext.l {
    text-align: center;
  }
  .accessibilitygridintro {
    margin-top: 0em;
    padding-right: 0em;
    padding-left: 0em;
  }
  .accessibilitygridservices {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  }
  .section-accessibility {
    height: auto;
  }
  .div-block-17 {
    margin-bottom: 8vw;
  }
  .paragraph-3 {
    font-size: 2vw;
  }
  .paragraph-3._2.new {
    font-size: 2.5vw;
    line-height: 1.9em;
    text-align: left;
  }
  .div-block-18 {
    margin-right: 0vw;
    margin-bottom: 5vh;
    margin-left: 0vw;
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .section-6.overflow-hidden {
    padding-top: 15vh;
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .image {
    width: 5vw;
  }
  .heading-7 {
    margin-top: 0vw;
    font-size: 3vw;
  }
  .heading-7.digital {
    font-size: 6vw;
    line-height: 42px;
  }
  .card-slider-dot-nav {
    padding-right: 0vw;
  }
  .card-slider {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0vw;
  }
  .card-slider-mask {
    position: relative;
    width: auto;
  }
  .cardslider-slide {
    width: 100%;
    margin-right: 20px;
  }
  .cardslider-img {
    height: 145px;
  }
  .cardslider-img._2 {
    width: 33vw;
    height: 31vw;
  }
  .cardslider-img._3 {
    width: 30vw;
    height: 20vh;
  }
  .cardslider-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 20vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .heading-8.headertext {
    font-size: 2.3vw;
    line-height: 3vw;
  }
  .paragraph-4._2 {
    font-size: 2vw;
    line-height: 2.5vw;
  }
  .div-block-20 {
    margin-right: 2vw;
    margin-left: 2vw;
  }
  .div-block-20.divcontainer {
    padding-right: 3vw;
    padding-left: 3vw;
  }
  .cont {
    width: 244px;
  }
  .cont._2 {
    width: auto;
  }
  .div-block-27 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .heading-9 {
    font-size: 4vw;
  }
  .paragraph-5 {
    font-size: 1vh;
    line-height: 16px;
  }
  .link-block-3 {
    width: 22vw;
    height: 11vh;
  }
  .link-block-3.w--current {
    width: 22vw;
    height: 11vh;
  }
  .section-11 {
    height: auto;
  }
  .section-12 {
    padding-bottom: 10vh;
  }
  .div-block-31 {
    display: none;
  }
  .paragraph-7 {
    font-size: 2.5vw;
    line-height: 3vw;
    text-align: left;
  }
  .paragraph-7._3 {
    font-size: 2.5vw;
  }
  .paragraph-7._4 {
    font-size: 2.5vw;
  }
  .section-13 {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }
  .section-14 {
    padding-bottom: 0vh;
  }
  .div-block-32.about {
    margin-right: 5vw;
    margin-left: 5vw;
  }
  .div-block-33 {
    height: 40vw;
  }
  .heading-11._4.center {
    margin-top: 0px;
    font-size: 3vw;
  }
  .heading-11._4.center._2 {
    margin-top: 20px;
  }
  .heading-11.about-us {
    font-size: 4vw;
    line-height: 50px;
  }
  .div-block-34 {
    padding-left: 0px;
  }
  .text-span-4 {
    font-size: 2.5vw;
  }
  .section-16 {
    height: auto;
    padding-top: 15vh;
  }
  .heading-12 {
    font-size: 4vw;
    line-height: 40px;
  }
  .text-block-12 {
    margin-bottom: 15px;
    float: none;
    font-size: 32px;
  }
  .button {
    margin-top: 3vh;
    float: none;
    font-size: 16px;
  }
  .button._1 {
    padding: 2vw 3vw;
    font-size: 2.5vw;
  }
  .button._2 {
    margin-top: 3.5vw;
    font-size: 2.5vw;
  }
  .div-block-37.hide {
    display: none;
  }
  .text-block-13 {
    width: auto;
  }
  .text-block-13.hide {
    display: none;
  }
  .div-block-42.hide {
    display: none;
  }
  .grid-4 {
    padding-right: 50px;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
  }
  .grid-why-it-matters {
    display: block;
    margin-right: 10vw;
    margin-left: 0vw;
  }
  .grid-why-it-matters._2 {
    margin-right: 0vw;
    margin-left: 0vw;
  }
  .grid-why-it-matters._3 {
    display: block;
    margin-right: 0vw;
    margin-left: 0vw;
  }
  .grid-why-it-matters._1 {
    margin-right: 0vw;
    margin-left: 0vw;
  }
  .container-7 {
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .grid-5 {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 0.25fr 1fr;
    grid-template-columns: 0.25fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .column-23 {
    text-align: center;
  }
  .div-block-53 {
    display: block;
  }
  .text-block-16 {
    font-size: 1.5vw;
  }
  .newtop-navbar {
    padding-top: 80px;
  }
  .div-block-56 {
    height: auto;
  }
  .section-resources-tools {
    height: 100vh;
  }
  .image-10 {
    width: 5vw;
  }
  .div-block-63 {
    margin-right: 10vw;
    margin-left: 10vw;
  }
  .image-13 {
    width: 5vw;
  }
  .image-15 {
    width: 5vw;
  }
  .image-16 {
    width: 5vw;
  }
  .image-17 {
    width: 5vw;
  }
  .link-side {
    margin-right: 2vw;
  }
  .text-block-17 {
    font-size: 2vw;
  }
  .navbar-2 {
    position: relative;
  }
  .nav-link-2 {
    font-size: 2vw;
  }
  .nav-link-2.w--current {
    font-size: 2vw;
  }
  .div-block-67 {
    margin-top: 1vw;
  }
  .navbar-3 {
    position: relative;
  }
  .nav-link-3 {
    padding-top: 3vw;
    padding-bottom: 3vw;
    font-size: 2vw;
  }
  .nav-link-3.w--current {
    font-size: 2vw;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    width: 25vw;
  }
  .side-nav-btn {
    width: 30vw;
    height: 8vh;
    padding-right: 2vw;
    padding-left: 2vw;
  }
  .heading {
    font-size: 9vw;
  }
  .heading.new {
    margin-bottom: 0%;
    font-size: 12vw;
    line-height: 40px;
  }
  .div-block-3._2 {
    height: 100vh;
    padding: 0vw 0vw 0vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-3._2._3 {
    padding-bottom: 0vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-3.whyitmatters {
    height: auto;
    padding-top: 50vw;
    padding-bottom: 5vw;
    background-image: linear-gradient(305deg, #272727, transparent);
  }
  .heading-2 {
    line-height: 28px;
  }
  .heading-2.new {
    font-size: 9vw;
    line-height: 40px;
  }
  .footergrid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto;
  }
  .footerparagraph {
    font-size: 3vw;
  }
  .footerparagraph.address {
    margin-bottom: 10px;
    font-size: 4vw;
  }
  .footerimagecontainer {
    height: 8vw;
  }
  .footerlink {
    font-size: 4vw;
  }
  .footerlink.listitem {
    display: block;
    font-size: 4vw;
  }
  .servicesrightaligned {
    font-size: 4vw;
    line-height: 1.2;
  }
  .leftpaddingforbig {
    padding-bottom: 3em;
  }
  .leftpaddingforbig._2 {
    padding-bottom: 3em;
  }
  .servicesleftaligned {
    font-size: 4vw;
    line-height: 1.2;
  }
  .accessibilitysubtext {
    font-size: 3vw;
  }
  .accessibilitygridintro {
    margin-bottom: 0em;
  }
  .accessibilitygridservices {
    grid-row-gap: 19px;
  }
  .rightpaddingforbig {
    padding-bottom: 3em;
  }
  .heading-6 {
    font-size: 5vw;
  }
  .section-accessibility {
    height: 100vh;
    background-position: 9% 50%;
  }
  .div-block-17 {
    width: auto;
    margin-right: 0vw;
    margin-left: 0vw;
  }
  .paragraph-3 {
    width: auto;
    font-size: 3.5vw;
  }
  .paragraph-3._2.new {
    width: auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 4vw;
  }
  .div-block-18 {
    margin-bottom: 3vh;
  }
  .section-6.overflow-hidden {
    padding-top: 10vh;
  }
  .image {
    width: 10vw;
  }
  .heading-7 {
    font-size: 4.5vw;
  }
  .heading-7.boost {
    font-size: 4.5vw;
    line-height: 6vw;
  }
  .heading-7.digital {
    font-size: 30px;
    line-height: 10vw;
  }
  .cardslider-img._2 {
    width: 100vw;
    height: 175px;
  }
  .cardslider-container {
    height: auto;
    padding: 5vw;
  }
  .cardslider-container._2 {
    height: auto;
    padding-top: 0px;
  }
  .heading-8.headertext {
    font-size: 4vw;
    line-height: 5vw;
  }
  .paragraph-4._2 {
    font-size: 3.8vw;
    line-height: 5vw;
  }
  .div-block-20 {
    margin-right: 10vw;
    margin-left: 10vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .cont {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
  }
  .cont._2 {
    margin-bottom: 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .link-block-3 {
    width: 30vw;
    height: 8vh;
  }
  .link-block-3.w--current {
    width: 30vw;
    height: 8vh;
  }
  .section-11 {
    height: auto;
  }
  .heading-10 {
    font-size: 23px;
  }
  .heading-10.new {
    margin-top: 0px;
    font-size: 5vw;
  }
  .paragraph-7 {
    font-size: 4vw;
    line-height: 5vw;
  }
  .paragraph-7._2 {
    line-height: 6vw;
  }
  .paragraph-7._3 {
    font-size: 4vw;
    line-height: 1.5em;
  }
  .paragraph-7._4 {
    font-size: 4vw;
  }
  .div-interact-load {
    margin-bottom: 8vw;
  }
  .div-block-32 {
    margin-right: 0vw;
    margin-left: 0vw;
    padding-bottom: 0vh;
  }
  .div-block-33 {
    height: 45vw;
  }
  .heading-11 {
    font-size: 6vw;
    line-height: 7vw;
  }
  .heading-11._3 {
    font-size: 6vw;
  }
  .heading-11._4 {
    text-align: center;
  }
  .heading-11._4.center {
    margin-bottom: 5vw;
    font-size: 20px;
    line-height: 32px;
  }
  .heading-11._4.center._2 {
    margin-bottom: 8vw;
  }
  .heading-11.about-us {
    font-size: 40px;
  }
  .div-block-34 {
    padding-left: 0px;
  }
  .text-span-4 {
    font-size: 4vw;
    line-height: 1vw;
  }
  .section-16 {
    padding-top: 10vh;
    padding-bottom: 5vh;
  }
  .heading-12 {
    font-size: 25px;
  }
  .section-19 {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  .text-block-12 {
    font-size: 8vw;
    text-align: center;
  }
  .button._1 {
    padding: 3.5vw 5vw;
    font-size: 4vw;
  }
  .button._2 {
    padding-right: 4vw;
    padding-left: 4vw;
    font-size: 4vw;
  }
  .text-block-13 {
    font-size: 4vw;
    text-align: center;
  }
  .section-21 {
    background-position: 0px 0px, 6% 50%;
  }
  .div-block-45.new {
    margin-right: 5vw;
    margin-bottom: 10vh;
  }
  .text-block-15 {
    font-size: 10px;
    line-height: 13px;
  }
  .container-6 {
    padding-right: 0%;
    padding-left: 0%;
  }
  .div-block-49 {
    width: auto;
  }
  .grid-4 {
    padding-right: 30px;
  }
  .div-block-55 {
    margin-right: 0vw;
    margin-left: 0vw;
  }
  .text-block-16 {
    font-size: 2.2vw;
  }
  .newtop-navbar {
    padding-top: 70px;
  }
  .div-block-56 {
    height: auto;
  }
  .img-div {
    margin-right: 3vw;
    margin-bottom: 3vw;
  }
  .img-div.w--current {
    margin-right: 3vw;
    margin-bottom: 3vw;
  }
  .image-7 {
    width: 4vw;
  }
  .image-8 {
    width: 10vw;
  }
  .image-10 {
    width: 8vw;
  }
  .image-11 {
    width: 60vw;
  }
  .div-block-64 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-13 {
    width: 7vw;
  }
  .image-15 {
    width: 8vw;
  }
  .accesibility-block-logo {
    margin-right: 3vw;
    margin-bottom: 2vw;
  }
  .image-16 {
    width: 8vw;
  }
  .image-17 {
    width: 7vw;
  }
  .div-block-65 {
    margin-bottom: 3vw;
  }
  .text-block-17 {
    font-size: 2.5vw;
  }
  .navbar-2 {
    position: fixed;
  }
  .nav-menu-2 {
    margin-right: 5vw;
    margin-left: 5vw;
  }
  .nav-link-2 {
    padding-top: 4vw;
    padding-bottom: 4vw;
    font-size: 2.5vw;
  }
  .nav-link-2.w--current {
    padding-top: 4vw;
    padding-bottom: 4vw;
    font-size: 2.5vw;
  }
  .div-block-67 {
    margin-right: 5vw;
    margin-left: 5vw;
  }
  .navbar-3 {
    position: fixed;
  }
  .nav-link-3 {
    padding-top: 4vw;
    padding-bottom: 4vw;
    font-size: 3vw;
  }
  .nav-link-3.w--current {
    padding-top: 4vw;
    padding-bottom: 4vw;
    font-size: 2.5vw;
  }
}

#w-node-b6937a17122c-31f23eed {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-b6937a171234-31f23eed {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-b6937a171235-31f23eed {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b6937a17123c-31f23eed {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-b6937a17123d-31f23eed {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b6937a171244-31f23eed {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-b6937a171245-31f23eed {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b6937a17124c-31f23eed {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-b6937a17124d-31f23eed {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b6937a171254-31f23eed {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-row: 5;
  grid-row-start: 5;
}

#w-node-b6937a171255-31f23eed {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-6f8cbd6975ea-bd6975e7 {
  -ms-grid-column-span: 0.9895833730697632;
  grid-column-end: 1.9895833730697632;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 0.9895833730697632;
  grid-row-end: 1.9895833730697632;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-6f8cbd6975ec-bd6975e7 {
  -ms-grid-column-span: 0.9895833730697636;
  grid-column-end: 2.979166746139527;
  -ms-grid-column: 1.9895833730697632;
  grid-column-start: 1.9895833730697632;
  -ms-grid-row-span: 0.9895833730697632;
  grid-row-end: 1.9895833730697632;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-6f8cbd6975ee-bd6975e7 {
  -ms-grid-column-span: 0.9895833730697627;
  grid-column-end: 3.9895833730697627;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 0.9895833730697632;
  grid-row-end: 1.9895833730697632;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-6f8cbd6975f0-bd6975e7 {
  -ms-grid-column-span: 0.9895833730697632;
  grid-column-end: 4.989583373069763;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 0.9895833730697632;
  grid-row-end: 1.9895833730697632;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-6f8cbd6975f2-bd6975e7 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-6f8cbd6975f4-bd6975e7 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-6f8cbd69760b-bd6975e7 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-6f8cbd697617-bd6975e7 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-fd7cf92f5bd3-923f06c0 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-4c43183b275a-923f06c0 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-afd1732499a3-923f06c0 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-4e2c5189aa97-923f06c0 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-8f7936fd4f1a-923f06c0 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-0c20b49bd509-73b846b9 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-0c20b49bd50e-73b846b9 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-0c20b49bd511-73b846b9 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-0c20b49bd514-73b846b9 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-a49e0d856546-73b846b9 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-a49e0d856549-73b846b9 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-a49e0d85654c-73b846b9 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-a49e0d85654f-73b846b9 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-a69b49fb6518-73b846b9 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-a69b49fb651b-73b846b9 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-a69b49fb651e-73b846b9 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-a69b49fb6521-73b846b9 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-a63472a00784-73b846b9 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-a63472a00787-73b846b9 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-a63472a0078a-73b846b9 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-a63472a0078d-73b846b9 {
  -ms-grid-column-align: end;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-b6937a171234-31f23eed {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }
  #w-node-b6937a171235-31f23eed {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-b6937a17123c-31f23eed {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-b6937a17123d-31f23eed {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-b6937a171244-31f23eed {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }
  #w-node-b6937a171245-31f23eed {
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }
  #w-node-b6937a17124c-31f23eed {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
  }
  #w-node-b6937a17124d-31f23eed {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 8;
    grid-row-start: 8;
    -ms-grid-row-span: 1;
    grid-row-end: 9;
    -ms-grid-row-align: start;
    align-self: start;
  }
  #w-node-b6937a171254-31f23eed {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 9;
    grid-row-start: 9;
    -ms-grid-row-span: 1;
    grid-row-end: 10;
  }
  #w-node-b6937a171255-31f23eed {
    -ms-grid-row: 10;
    grid-row-start: 10;
    -ms-grid-row-span: 1;
    grid-row-end: 11;
    -ms-grid-row-align: start;
    align-self: start;
  }
  #w-node-6f8cbd6975ee-bd6975e7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-6f8cbd6975f0-bd6975e7 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-6f8cbd69760b-bd6975e7 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-6f8cbd697617-bd6975e7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
}

@media screen and (max-width: 767px) {
  #w-node-6f8cbd6975ee-bd6975e7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-6f8cbd6975f0-bd6975e7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }
  #w-node-6f8cbd69760b-bd6975e7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }
  #w-node-6f8cbd697617-bd6975e7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-fd7cf92f5bd3-923f06c0 {
    -ms-grid-column-align: end;
    justify-self: end;
  }
  #w-node-4c43183b275a-923f06c0 {
    -ms-grid-column-align: end;
    justify-self: end;
  }
  #w-node-afd1732499a3-923f06c0 {
    -ms-grid-column-align: end;
    justify-self: end;
  }
  #w-node-4e2c5189aa97-923f06c0 {
    -ms-grid-column-align: end;
    justify-self: end;
  }
  #w-node-8f7936fd4f1a-923f06c0 {
    -ms-grid-column-align: end;
    justify-self: end;
  }
  #w-node-0c20b49bd509-73b846b9 {
    -ms-grid-column-align: end;
    justify-self: end;
  }
  #w-node-0c20b49bd50e-73b846b9 {
    -ms-grid-column-align: end;
    justify-self: end;
  }
  #w-node-0c20b49bd511-73b846b9 {
    -ms-grid-column-align: end;
    justify-self: end;
  }
  #w-node-0c20b49bd514-73b846b9 {
    -ms-grid-column-align: end;
    justify-self: end;
  }
  #w-node-7612d573f05c-73b846b9 {
    -ms-grid-column-align: end;
    justify-self: end;
  }
  #w-node-9db90406aa06-73b846b9 {
    -ms-grid-column-align: end;
    justify-self: end;
  }
  #w-node-3237972bef05-73b846b9 {
    -ms-grid-column-align: end;
    justify-self: end;
  }
  #w-node-f573991e81ee-73b846b9 {
    -ms-grid-column-align: end;
    justify-self: end;
  }
  #w-node-4bd0fd4f69b9-73b846b9 {
    -ms-grid-column-align: end;
    justify-self: end;
  }
  #w-node-a49e0d856546-73b846b9 {
    -ms-grid-column-align: end;
    justify-self: end;
  }
  #w-node-a49e0d856549-73b846b9 {
    -ms-grid-column-align: end;
    justify-self: end;
  }
  #w-node-a49e0d85654c-73b846b9 {
    -ms-grid-column-align: end;
    justify-self: end;
  }
  #w-node-a49e0d85654f-73b846b9 {
    -ms-grid-column-align: end;
    justify-self: end;
  }
  #w-node-a69b49fb6518-73b846b9 {
    -ms-grid-column-align: end;
    justify-self: end;
  }
  #w-node-a69b49fb651b-73b846b9 {
    -ms-grid-column-align: end;
    justify-self: end;
  }
  #w-node-a69b49fb651e-73b846b9 {
    -ms-grid-column-align: end;
    justify-self: end;
  }
  #w-node-a69b49fb6521-73b846b9 {
    -ms-grid-column-align: end;
    justify-self: end;
  }
  #w-node-a38c66db6180-73b846b9 {
    -ms-grid-column-align: end;
    justify-self: end;
  }
  #w-node-a63472a00784-73b846b9 {
    -ms-grid-column-align: end;
    justify-self: end;
  }
  #w-node-a63472a00787-73b846b9 {
    -ms-grid-column-align: end;
    justify-self: end;
  }
  #w-node-a63472a0078a-73b846b9 {
    -ms-grid-column-align: end;
    justify-self: end;
  }
  #w-node-a63472a0078d-73b846b9 {
    -ms-grid-column-align: end;
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-6f8cbd6975ec-bd6975e7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 0.9895833730697632;
    grid-column-end: 1.9895833730697632;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 0.9895833730697627;
    grid-row-end: 3.9895833730697627;
  }
  #w-node-6f8cbd6975ee-bd6975e7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }
  #w-node-6f8cbd6975f0-bd6975e7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
  }
  #w-node-6f8cbd6975f4-bd6975e7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-6f8cbd69760b-bd6975e7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 8;
    grid-row-start: 8;
    -ms-grid-row-span: 1;
    grid-row-end: 9;
  }
  #w-node-6f8cbd697617-bd6975e7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
}

