#language {
  position: absolute;
  top: 1%;
  right: 15px;
  z-index: 10;
  color: #0F2852;
}
#language a {
  text-decoration: none;
  color: #0F2852;
}
.light {
  font-weight: 300;
}
.logo {
  margin-left: 0 !important;
}
@media (max-width: 757px) {
  .logo {
    margin: auto !important;
    max-width: 125px !important;
  }
}
.row-full {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}
.row {
  display: flex;
  align-items: center;
}
@media (max-width: 757px) {
  .row {
    flex-wrap: wrap;
  }
}
.row .col-4 {
  width: 33.333%;
}
@media (max-width: 757px) {
  .row .col-4 {
    width: 100%;
  }
}
.row .col-5 {
  width: 41.666%;
}
@media (max-width: 757px) {
  .row .col-5 {
    width: 100%;
  }
}
.row .col-6 {
  width: 50%;
}
@media (max-width: 757px) {
  .row .col-6 {
    width: 100%;
  }
}
.row .col-7 {
  width: 58.333%;
}
@media (max-width: 757px) {
  .row .col-7 {
    width: 100%;
  }
}
.row .col-8 {
  width: 66.666%;
}
@media (max-width: 757px) {
  .row .col-8 {
    width: 100%;
  }
}
.btn {
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
  padding: 0;
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  width: auto;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 2.5rem;
  border-radius: 38px;
}
.btn.small {
  font-size: 1rem;
  padding: 0.8rem 4rem 0.6rem;
}
.btn.medium {
  font-size: 2.5rem;
  padding: 1rem 8.5rem;
  line-height: initial;
}
@media (max-width: 757px) {
  .btn.medium {
    font-size: 2.2rem;
    padding: 1.5rem 2rem;
    display: block;
  }
}
.btn.large {
  font-size: 5.7rem;
  padding: 7.5rem 6rem;
  border: 12px solid !important;
  margin-top: 30px;
  cursor: unset !important;
}
.btn.large:hover {
  border: 12px solid #FFF !important;
  color: #FFF !important;
  background-color: #000000 !important;
}
@media (max-width: 757px) {
  .btn.large {
    font-size: 4rem;
    line-height: 1em;
  }
}
.btn.secondary {
  background-color: #53B2F8 !important;
  border-color: #53B2F8 !important;
}
.btn.solid {
  background: #2770F1;
  border: 1px solid #2770F1;
  color: #FFF;
}
.btn.solid:hover {
  background: #53B2F8;
  border: 1px solid #2770F1;
  color: #2770F1;
}
.btn.outline {
  background: none;
  border: 1px solid #0F2852;
  color: #53B2F8;
}
html {
  font-size: 10px;
}
body {
  width: 100%;
  line-height: 1em;
  overflow-x: hidden;
  margin: 0;
  background: url('img/middle-wave.svg') center no-repeat;
  background-size: 100%;
  background-position-y: 55%;
  font-family: "finalsix", sans-serif;
  font-weight: 300;
  font-style: normal;
  background-color: #FFF;
  font-size: 2.4rem;
}
@media (max-width: 757px) {
  body {
    line-height: 1.5em;
    background-size: 1500px;
    background-position-x: 0;
    background-position-y: 32%;
  }
}
body .overflow {
  max-width: 100vw;
  overflow-x: hidden;
  background: url('img/footer-wave.svg') bottom no-repeat;
  background-size: 1920px;
  background-position-y: 108%;
}
@media (min-width: 1920px) {
  body .overflow {
    background-size: 100%;
  }
}
@media (min-width: 1600px) {
  body .overflow {
    background-position-y: 107%;
  }
}
@media (max-width: 757px) {
  body .overflow {
    background-size: 1179px;
    background-position-y: 100%;
    background-position-x: 30%;
  }
}
body #main {
  max-width: 1076px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 757px) {
  body {
    font-size: 1.6rem !important;
  }
}
body header {
  position: absolute;
  display: flex;
  width: 95%;
  max-width: 1076px;
  margin: auto;
  align-items: center;
  padding: 20px 50px;
  z-index: 10;
}
@media (max-width: 757px) {
  body header {
    flex-wrap: wrap;
    width: 85%;
    padding: 20px 15px;
  }
}
@media (max-width: 757px) {
  body header > div {
    margin-top: 20px;
  }
}
@media (max-width: 757px) {
  body header > div .btn {
    margin-bottom: 10px;
  }
}
body header > div .btn:nth-child(1) {
  margin-right: 40px;
}
body #content {
  position: relative;
  font-size: 18px;
}
body #content small {
  font-size: 1.6rem;
}
body #content h1,
body #content h2,
body #content h3,
body #content h4,
body #content p,
body #content small,
body #content span {
  color: #0F2852;
}
body #content h1,
body #content h2,
body #content h3,
body #content h4,
body #content h5 {
  font-family: "finalsix", sans-serif;
  font-weight: 800;
  font-style: normal;
  padding: 0px;
  line-height: 1em;
  margin: 25px 0;
}
body #content h1 span,
body #content h2 span,
body #content h3 span,
body #content h4 span,
body #content h5 span {
  font-weight: 300;
}
body #content p {
  line-height: 1.5em;
}
body #content p,
body #content small {
  margin: 20px 0;
  display: block;
}
body #content h1 {
  font-size: 5rem;
  color: #0F2852;
}
@media (max-width: 979px) {
  body #content h1 {
    font-size: 3.5rem !important;
  }
}
@media (max-width: 757px) {
  body #content h1 {
    font-size: 2.9rem !important;
  }
}
body #content h2 {
  font-size: 3.4rem;
  color: #0F2852;
}
@media (max-width: 979px) {
  body #content h2 {
    font-size: 3rem !important;
  }
}
@media (max-width: 757px) {
  body #content h2 {
    font-size: 2.6rem !important;
  }
}
body #content h3 {
  font-size: 6rem;
  color: #0F2852;
}
@media (max-width: 979px) {
  body #content h3 {
    font-size: 3.5rem !important;
  }
}
@media (max-width: 757px) {
  body #content h3 {
    font-size: 2rem !important;
  }
}
body #content h4 {
  font-size: 2.4rem;
  color: #0F2852;
}
@media (max-width: 979px) {
  body #content h4 {
    font-size: 2rem !important;
  }
}
@media (max-width: 757px) {
  body #content h4 {
    font-size: 1.8rem !important;
  }
}
body #content section {
  padding: 50px 0;
}
@media (max-width: 1170px) {
  body #content section {
    padding: 50px;
  }
}
@media (max-width: 979px) {
  body #content section {
    padding: 40px;
  }
}
@media (max-width: 757px) {
  body #content section {
    padding: 15px;
  }
}
body #content .gray-bg {
  position: relative;
}
body #content .gray-bg::before {
  width: 100vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -50vw;
  content: '';
  background-color: #14161A;
  z-index: -1;
}
body #content .align-right {
  text-align: right;
}
body #content .align-center {
  text-align: center;
}
body #content .big {
  font-family: "finalsix", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10rem;
  margin: 20px 0;
}
@media (max-width: 757px) {
  body #content .big {
    font-size: 5rem;
  }
}
body #content img {
  display: block;
  margin: auto;
  max-width: 100%;
}
body #content ul {
  padding: 0;
  color: #0F2852;
}
body #content ul li {
  background: url(img/check.svg) no-repeat 15px center;
  padding: 15px 10px 15px 70px;
  list-style: none;
  margin: 0;
  vertical-align: middle;
}
@media (max-width: 757px) {
  body #content ul li {
    font-size: 1.6rem;
  }
}
body #content #first-section {
  display: flex;
  align-items: center;
  padding-top: 0;
  text-align: center;
  padding-bottom: 50px;
  justify-content: center;
  padding: 0 !important;
  position: relative;
}
@media (max-width: 979px) {
  body #content #first-section {
    padding-bottom: 0 !important;
    position: relative;
  }
}
@media (max-width: 757px) {
  body #content #first-section {
    height: auto;
  }
}
body #content #first-section .overlay {
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  content: "";
  background-color: rgba(21, 47, 98, 0.3);
  z-index: -1;
  min-height: 860px;
}
@media (max-width: 757px) {
  body #content #first-section .overlay {
    background: url(img/baner-mobile.jpg);
    background-size: cover;
    background-position: center;
  }
}
body #content #first-section video {
  z-index: -1;
  top: -70px;
  width: 100%;
  position: relative;
}
@media (max-width: 979px) {
  body #content #first-section video {
    transform: unset;
    left: 0;
    top: 0;
  }
}
@media (max-width: 757px) {
  body #content #first-section video {
    display: none;
  }
}
body #content #first-section .first-section-mobile {
  display: none;
}
@media (max-width: 757px) {
  body #content #first-section .first-section-mobile {
    height: 80vh;
    display: flex;
    min-height: 450px;
  }
}
body #content #first-section .first-section-mobile img {
  width: 50vw;
}
body #content #first-section > img {
  position: absolute;
  top: -48%;
  width: 120%;
  max-width: unset;
  left: 0;
}
body #content #pillars h1 {
  margin-top: 30px;
}
@media (max-width: 757px) {
  body #content #pillars h1 {
    margin-top: 0px;
  }
}
body #content #pillars h2 {
  margin: 50px 0;
}
body #content #pillars .row {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
}
body #content #pillars .row > div {
  text-align: center;
}
body #content #pillars .row > div img {
  margin: auto;
}
body #content #pillars .row > div h4 {
  font-size: 1.8rem;
}
body #content #bullets1 .row > div:nth-child(2) img {
  float: right;
  border-radius: 30px;
}
@media (max-width: 757px) {
  body #content #bullets1 .row > div:nth-child(2) img {
    border-radius: 0px;
    width: 100vw;
    max-width: unset;
    margin-left: -15px;
    float: unset;
  }
}
@media (max-width: 757px) {
  body #content #bullets2 .row {
    flex-direction: column-reverse;
  }
}
body #content #bullets2 .row > div:nth-child(1) img {
  margin: 0;
  border-radius: 30px;
}
@media (max-width: 757px) {
  body #content #bullets2 .row > div:nth-child(1) img {
    border-radius: 0px;
    width: 100vw;
    max-width: unset;
    margin-left: -15px;
  }
}
body #content #videos .row > div:nth-child(2) img {
  float: right;
  border-radius: 30px;
}
@media (max-width: 757px) {
  body #content #videos .row > div:nth-child(2) img {
    border-radius: 0px;
    width: 100vw;
    max-width: unset;
    margin-left: -15px;
    float: unset;
  }
}
body #content #videos p {
  font-size: 2.5rem;
}
@media (max-width: 757px) {
  body #content #videos p {
    font-size: 2rem;
  }
}
body #content #videos h2 {
  font-size: 3.9rem;
  margin-bottom: 65px;
}
@media (max-width: 757px) {
  body #content #videos h2 {
    font-size: 2.7rem;
  }
}
body #content #videos .btn {
  margin-bottom: 30px;
}
body #content #form h2 {
  font-size: 3.9rem;
  margin-bottom: 65px;
}
@media (max-width: 757px) {
  body #content #form h2 {
    font-size: 2.7rem;
  }
}
@media (max-width: 757px) {
  body #content #form .row > a {
    width: 100%!important;
  }
}
body #content #form .row > a:nth-child(1) {
  margin-right: 30px;
  width: 368px;
  padding: 1rem;
}
@media (max-width: 757px) {
  body #content #form .row > a:nth-child(1) {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
body #content #form .row > a:nth-child(2) {
  width: 368px;
  padding: 1rem;
}
@media (max-width: 757px) {
  body #content #form .row > a:nth-child(2) img {
    width: 44px;
  }
}
body #content #partners .row {
  flex-wrap: wrap;
}
body #content #partners .row > div img {
  padding: 15px;
  max-width: 80%;
}
body footer.site-footer {
  position: relative;
  max-width: 1076px;
  margin: auto;
  margin-top: 130px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
}
body footer.site-footer * {
  color: #FFF;
  font-size: 1.7rem;
}
body footer.site-footer a {
  text-decoration: unset;
}
body footer.site-footer .footer-content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 757px) {
  body footer.site-footer .footer-content {
    flex-wrap: wrap;
  }
}
body footer.site-footer .footer-content #contact > div {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
body footer.site-footer .footer-content #contact > div img {
  margin-right: 20px;
}
body footer.site-footer .footer-content #contact > div p {
  margin: 0;
}
@media (max-width: 757px) {
  body footer.site-footer .footer-content #contact {
    width: 100%;
  }
}
@media (max-width: 757px) {
  body footer.site-footer .footer-content #social {
    width: 100%;
    margin: 20px 0;
  }
}
body footer.site-footer .footer-content #social a:nth-child(1),
body footer.site-footer .footer-content #social a:nth-child(2) {
  margin-right: 15px;
}
body footer.site-footer .footer-content #social img {
  height: 25px;
}
body .copy {
  padding: 0;
  margin-top: 20px;
}
body .copy p {
  text-align: right;
  margin: 0;
}
@media (max-width: 757px) {
  body .copy p {
    text-align: left;
  }
}
body .copy * {
  color: #0F2852 !important;
  font-size: 1.2rem !important;
}
.topbutton {
  height: 50px;
  width: 50px;
  position: fixed;
  Z-index: 1;
  border: 1px solid #0F2852;
  display: none;
  text-align: center;
  line-height: 48px;
  border-radius: 50px;
  background-color: #FFF;
  font-size: 30px;
  right: 35px;
  bottom: 35px;
}
.topbutton i {
  color: #000 !important;
}
.topbutton:hover {
  background-color: rgba(255, 255, 255, 0.75);
  color: #2770F1;
  border-color: #2770F1;
}
.slick-slider {
  width: 90%;
  margin: auto;
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  font-size: 2rem;
}
.slick-slider .slick-prev::before,
.slick-slider .slick-next::before {
  color: #2770F1;
}
