p {
  margin-bottom: 10px;
  text-align: left;
}

a {
  color: #233c7b;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

.section {
  position: relative;
  width: 100%;
  padding: 30px 9.722222222222221vw;
}

.section.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section.home-s6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding-right: 5%;
  padding-bottom: 147px;
  padding-left: 5%;
  -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;
}

.section.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  min-height: 500px;
  padding: 200px 5% 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-image: url('../images/Intersection-1.svg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.inner-page-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: url('../images/Subtraction-72x.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 4.166666666666667vw;
  margin-top: 0px;
  -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;
}

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 9.23611111111111vw;
  height: 3.819444444444444vw;
  -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;
}

.nav-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6944444444444444vw 1.7vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 17px;
  line-height: 1.2;
  text-decoration: none;
}

.nav-link:hover {
  opacity: 0.8;
}

.nav-link.w--current {
  font-weight: 900;
  text-decoration: none;
}

.body {
  background-image: url('../images/Group-54.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: Lato, sans-serif;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.0416666666666667vw 3.819444444444444vw;
  -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-radius: 24px;
  background-color: #1f3f91;
  box-shadow: 7px 7px 25px 0 rgba(35, 60, 123, 0.37);
  font-size: 17px;
  line-height: 1;
  text-transform: uppercase;
}

.button.white-bg {
  background-color: #fff;
  color: #000;
  text-transform: none;
}

.button.aqua {
  width: 300px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  background-color: #64d9d9;
  box-shadow: none;
  color: #fff;
}

.home-hero-wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.hero-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-side._1 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.hero-side._1.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  font-size: 45px;
  line-height: 45px;
  font-weight: 700;
}

.h2.blue {
  color: #233c7b;
  font-size: 35px;
  font-weight: 700;
}

.h2.blue.caps {
  text-transform: uppercase;
}

.gap20 {
  width: 1.3888888888888888vw;
  height: 1.3888888888888888vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.font-regular {
  margin-bottom: 0px;
  line-height: 1;
}

.font-regular._24px {
  width: 100%;
  margin-top: 30px;
  font-size: 22px;
  line-height: 30px;
}

.gap50 {
  width: 3.4722222222222223vw;
  height: 3.4722222222222223vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.home-p-button-wrapp {
  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;
}

.home-s1-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.home-s1-side._1 {
  position: relative;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  padding: 64px 64px 300px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 20px;
  background-color: #fff;
  background-image: url('../images/Mask-Group-82x.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: repeat-x;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.11);
  font-size: 22px;
  line-height: 36px;
  text-align: center;
}

.gap30 {
  width: 2.0833333333333335vw;
  height: 2.0833333333333335vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.home-s6-video-wrapp {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.small-video-frame {
  display: block;
  overflow: hidden;
  width: 29.444444444444443vw;
  height: 16.59722222222222vw;
  margin-right: 0.5555555555555556vw;
  margin-left: 0.5555555555555556vw;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 10px;
}

.small-video-frame.small {
  width: 60%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.home-s6-back {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -8vw;
  z-index: -1;
  width: 70%;
  height: 14.583333333333332vw;
  margin-right: auto;
  margin-left: auto;
  border-radius: 30px;
  background-color: #233c7b;
  background-image: url('../images/pattern-3.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 7px 7px 25px 0 rgba(35, 60, 123, 0.37);
}

.video-2 {
  height: 100%;
}

.footer-top-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -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;
}

.footer-bottom-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 6.944444444444445vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e3e3e3;
}

.footer-logo._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15.625vw;
  height: 15.625vw;
  -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;
}

.footer-logo._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15.625vw;
  height: 15.625vw;
  -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;
}

.footer-logo-wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 11.458333333333334vw;
}

.font-light {
  line-height: 1;
  font-weight: 300;
}

.font-light._24px {
  font-size: 1.6666666666666665vw;
}

.font-light._24px.p {
  line-height: 1.4;
}

.font-light._24px.p.blue {
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.inner-p-footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.inner-p-copyright-wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.inner-p-footer-button-wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48.61111111111111vw;
  height: 12.5vw;
  -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;
}

.drop-down-icon {
  position: static;
  margin: 0px 0px 0px 0.3472222222222222vw;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  text-decoration: none;
}

.nav-link-drop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 1.3888888888888888vw;
  line-height: 1.2;
  text-decoration: none;
}

.nav-link-drop.w--current {
  font-weight: 900;
  text-decoration: underline;
}

.dropdown-list {
  background-color: #c39b9b;
}

.dropdown-list.w--open {
  padding: 10px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 7px 7px 25px 0 rgba(31, 63, 145, 0.27);
}

.drop-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-weight: 400;
}

.drop-link:hover {
  background-color: #f7f7f7;
}

.drop-link.w--current {
  color: #1f3f91;
  font-weight: 700;
}

.menu-triger {
  display: none;
}

.header-mobile {
  display: none;
}

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

.mobile-menu-bg {
  display: none;
}

.close-triger {
  display: none;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.p-center {
  margin-top: 20px;
  font-size: 13px;
  text-align: center;
}

.link-black {
  color: #333;
}

.p-center-footer {
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  font-size: 13px;
  text-align: center;
}

.paragraph {
  font-size: 22px;
  line-height: 36px;
  text-align: center;
}

.section-2 {
  padding: 50px 5%;
}

.div-block-2 {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.spacer {
  height: 25px;
}

@media screen and (min-width: 1920px) {
  .section.inner-page-footer {
    height: 650px;
  }
}

@media screen and (max-width: 991px) {
  p {
    font-size: 18px;
    line-height: 30px;
  }
  .section {
    padding-right: 40px;
    padding-left: 40px;
  }
  .section.hero {
    background-size: cover;
  }
  .section.footer {
    height: auto;
    padding-bottom: 0px;
  }
  .section.inner-page-footer {
    height: auto;
    min-height: 280px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: contain;
  }
  .header {
    margin-top: -20px;
  }
  .logo {
    margin-left: 20px;
  }
  .nav-bar {
    margin-left: 40px;
  }
  .nav-link {
    font-size: 13px;
  }
  .button {
    padding: 15px 25px;
    font-size: 14px;
  }
  .home-hero-wrapp {
    width: 85%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .hero-side._1.center {
    padding-top: 69px;
  }
  .h2 {
    font-size: 32px;
  }
  .h2.blue {
    font-size: 25px;
  }
  .font-regular._24px {
    font-size: 18px;
  }
  .home-s1-side._1 {
    width: 85%;
    padding: 40px 40px 208px;
  }
  .gap30 {
    width: 20px;
    height: 20px;
  }
  .home-s6-video-wrapp {
    padding-left: 0vw;
  }
  .small-video-frame {
    width: 300px;
    height: 170px;
  }
  .small-video-frame.small {
    width: 75%;
  }
  .home-s6-back {
    bottom: -10vw;
    width: 85%;
  }
  .footer-bottom-side {
    height: 80px;
  }
  .footer-logo._1 {
    margin-right: 10px;
  }
  .font-light._24px.p.blue {
    font-size: 14px;
  }
  .inner-p-footer-content {
    margin-top: 0vw;
  }
  .inner-p-copyright-wrapp {
    margin-bottom: -20px;
  }
  .inner-p-footer-button-wrapp {
    width: 70%;
    text-align: center;
  }
  .paragraph {
    font-size: 18px;
    line-height: 30px;
  }
  .div-block-2 {
    width: 85%;
  }
}

@media screen and (max-width: 767px) {
  .section.hero {
    height: 500px;
    padding-top: 10px;
    background-position: 20% 30%;
  }
  .section.home-s6 {
    margin-bottom: 0px;
  }
  .section.inner-page-footer {
    min-height: 240px;
    padding-top: 30px;
    background-position: 50% 0%;
    background-size: contain;
  }
  .header {
    position: relative;
    z-index: 999;
    height: auto;
    margin-top: 0px;
    padding-right: 12.857142857142858vw;
  }
  .logo {
    width: 80px;
    height: 40px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .logo.w--current {
    width: 80px;
    height: 40px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .nav-bar {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 999;
    display: none;
    margin-left: 0px;
    padding-top: 20px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    background-image: url('../images/Subtraction-132x.png');
    background-position: 50% 0%;
    background-size: contain;
    background-repeat: no-repeat;
    color: #3b3b3b;
  }
  .nav-link {
    padding: 20px 45px;
    color: #1f3f91;
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
  }
  .button {
    padding: 15px 20px;
    font-size: 13px;
  }
  .home-hero-wrapp {
    height: auto;
    padding-bottom: 50px;
  }
  .hero-side._1.center {
    height: auto;
  }
  .h2 {
    font-size: 36px;
  }
  .h2.blue.caps {
    font-size: 24px;
  }
  .gap20 {
    width: 20px;
    height: 20px;
  }
  .font-regular._24px {
    font-size: 18px;
  }
  .gap50 {
    width: 30px;
    height: 30px;
  }
  .home-s1-side._1 {
    height: auto;
    padding-right: 40px;
    padding-bottom: 212px;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
  }
  .small-video-frame {
    height: 27.24358974358974vw;
  }
  .home-s6-back {
    left: 50%;
    width: 100%;
    height: 100px;
    min-width: 90vw;
    margin-left: -45vw;
    border-radius: 2.4038461538461537vw;
  }
  .footer-logo-wrapp {
    margin-right: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .inner-p-footer-button-wrapp {
    width: 100%;
    height: auto;
  }
  .menu-triger {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    padding: 8px;
    -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/Component-1-–-1_1Component 1 – 1.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  .header-mobile {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 10px;
    padding-right: 12.857142857142858vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 55px;
    -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;
  }
  .mobile-menu-bg {
    position: absolute;
    left: 0%;
    top: 20%;
    right: 0%;
    bottom: 0%;
    z-index: -1;
  }
  .close-triger {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    padding: 8px;
    -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/Component-1-–-1_1Component 1 – 1.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .close-triger.close {
    z-index: 999;
    padding: 10px;
    background-image: none;
    cursor: pointer;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 16px;
    line-height: 26px;
  }
  ul {
    font-size: 18px;
  }
  .section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section.hero {
    height: 196.875vw;
    padding: 3.125vw 20px 0px;
    background-image: url('../images/Group-532x.png');
    background-position: 50% 0%;
    background-size: cover;
  }
  .section.home-s6 {
    height: auto;
    margin-bottom: 60px;
    padding-right: 20px;
    padding-bottom: 50px;
    padding-left: 20px;
  }
  .section.footer {
    min-height: auto;
    padding: 140px 20px 40px;
    background-image: url('../images/Subtraction-132x_1.png');
    background-position: 50% 0%;
    background-size: cover;
  }
  .section.inner-page-footer {
    min-height: 125vw;
    padding: 9.375vw 20px 0vw;
    background-size: 312.5vw;
  }
  .logo {
    width: 70px;
    height: 30px;
  }
  .logo.w--current {
    width: 21.875vw;
    height: 9.375vw;
  }
  .nav-bar {
    display: none;
    padding-right: 20px;
    padding-left: 20px;
  }
  .nav-link {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    line-height: 18px;
  }
  .body {
    background-position: 0px -25px;
  }
  .button.white-bg {
    padding: 4.6875vw 6.25vw;
  }
  .button.aqua {
    width: auto;
  }
  .home-hero-wrapp {
    width: 100%;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-side._1 {
    padding-top: 18.75vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .h2 {
    font-size: 35px;
  }
  .h2.blue.caps {
    font-size: 8.75vw;
  }
  .gap20 {
    width: 4.6875vw;
    height: 4.6875vw;
  }
  .font-regular._24px {
    margin-top: 0px;
    font-size: 16px;
    line-height: 26px;
  }
  .home-s1-side._1 {
    width: 100%;
    padding: 50px 30px 227px;
  }
  .home-s6-video-wrapp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .small-video-frame {
    width: auto;
    height: auto;
    margin-bottom: 20px;
  }
  .small-video-frame.small {
    width: 100%;
  }
  .home-s6-back {
    height: 43.75vw;
  }
  .footer-top-side {
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-bottom-side {
    padding-top: 40px;
  }
  .footer-logo._1 {
    width: 50%;
    height: auto;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .footer-logo._2 {
    width: 50%;
    height: auto;
  }
  .footer-logo-wrapp {
    margin-right: 0px;
    margin-bottom: 20px;
    -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;
  }
  .font-light._24px.p.blue {
    font-size: 13px;
  }
  .inner-p-footer-button-wrapp {
    margin-top: 12.5vw;
  }
  .dropdown-list {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.16);
  }
  .section-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block-2 {
    width: 100%;
  }
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Eleganticons';
  src: url('../fonts/ElegantIcons.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}