@font-face {
  font-family: Helveticanowdisplay;
  src: url('../fonts/HelveticaNowDisplay-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticanowdisplay;
  src: url('../fonts/HelveticaNowDisplay-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticanowdisplay;
  src: url('../fonts/HelveticaNowDisplay-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticanowdisplay;
  src: url('../fonts/HelveticaNowDisplay-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticanowdisplay;
  src: url('../fonts/HelveticaNowDisplay-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuemetana;
  src: url('../fonts/NeueMetana-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuemetana;
  src: url('../fonts/NeueMetana-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --light-blue: #b9e4ff;
  --main-blue: #2a82b8;
  --main-font: "Bricolage Grotesque", sans-serif;
  --dark-blue: #05629c;
  --dark-text: #414150;
  --secondarytext: Helveticanowdisplay, Verdana, sans-serif;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.section {
  z-index: 900;
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
  position: sticky;
  top: 0;
}

.div-block {
  border: 2px solid var(--light-blue);
  background-color: var(--main-blue);
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  max-width: 1400px;
  height: 85%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading {
  font-family: var(--main-font);
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.heading.wjenfejlkwf {
  font-family: var(--main-font);
  font-size: 25px;
  line-height: 25px;
}

.heading-2 {
  font-family: var(--main-font);
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 22px;
}

.heading-2.wlkenfelkw {
  font-family: var(--main-font);
  margin-top: 3px;
  font-size: 20px;
}

.link-block {
  background-image: url('../images/f03267c-7e-b2d-03cb-0c7b548f2b0_4fc1de2d-ed2d-443f-b7ee-5ba846a242d9.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 100px;
  margin-left: 0;
  padding-left: 0;
  text-decoration: none;
  display: inline-flex;
}

.link {
  font-family: var(--main-font);
  color: #fff;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
}

.link:hover {
  color: var(--light-blue);
}

.link.wkebfkjew {
  margin-left: 0;
}

.div-block-2 {
  justify-content: flex-end;
  align-items: center;
  width: 200px;
  display: flex;
}

.button {
  background-color: var(--light-blue);
  font-family: var(--main-font);
  color: #000;
  border-radius: 1000px;
  padding: 15px 25px;
  font-size: 16px;
  font-weight: 400;
}

.button:hover, .button.wkjbfewwef {
  background-color: var(--dark-blue);
  color: #fff;
}

.button.wkjbfewwef:hover {
  background-color: var(--main-blue);
}

.button.wkjbfewwef:active {
  background-color: var(--light-blue);
}

.text-block {
  font-family: var(--main-font);
  color: #fff;
  font-size: 16px;
}

.icon {
  color: #fff;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-4 {
  border-radius: 20px;
  width: 90vw;
  max-width: 1400px;
  height: 700px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.div-block-5 {
  background-image: url('../images/BJF-BG-2_1.avif');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 65%;
  height: 60%;
  padding-top: 150px;
  padding-left: 20px;
}

.background-video {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.heading-3 {
  font-family: var(--main-font);
  color: #333;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 500;
  line-height: 45px;
}

.heading-3.wkjefbiewugfwe {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
}

.heading-3.wkjefbiewugfwe.webfjkewb {
  font-size: 32px;
}

.heading-3.lwenflkwne {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 18px;
}

.heading-3.wkjefbjwe {
  text-align: center;
  font-size: 28px;
}

.heading-3.wkjefbjwe.wlkenfklwef {
  width: 600px;
}

.heading-3.wejfbejw {
  color: var(--dark-text);
  font-size: 125px;
  font-weight: 600;
  line-height: 150px;
}

.heading-3.wjenfewj {
  margin-bottom: 5px;
  font-size: 55px;
  line-height: 65px;
}

.paragraph {
  font-family: var(--secondarytext);
  color: #000;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 25px;
}

.paragraph.wkebfkwebufw {
  color: #fff;
  width: auto;
  margin-bottom: 0;
  padding-left: 10px;
}

.paragraph.wkebfkwebufw.lwkenflkew {
  width: 480px;
}

.paragraph.wkebfkwebufw.lwkenflkew.wlenflweknf {
  width: auto;
  padding-left: 0;
  font-weight: 300;
}

.paragraph.wkjbefjlkweb {
  width: 600px;
}

.paragraph.wkjbefjlkweb.kwjbefjew {
  width: auto;
  height: 75px;
  margin-bottom: 0;
}

.paragraph.wkjbefjlkweb.lwenfw {
  text-align: center;
  margin-top: 20px;
}

.paragraph.wkjbefjlkweb.lwenfw.wleknflkewf {
  width: auto;
  margin-bottom: 20px;
}

.paragraph.webfwebifubwef {
  margin-bottom: 20px;
}

.div-block-6 {
  justify-content: space-between;
  align-items: flex-start;
  width: 90vw;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-7 {
  border-radius: 20px;
  width: 550px;
  height: 400px;
  overflow: hidden;
}

.div-block-8 {
  flex: 1;
  padding: 30px;
}

.div-block-9 {
  background-color: var(--dark-blue);
  border-radius: 20px;
  width: 90vw;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.section-3 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-10 {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  padding-bottom: 60px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-11 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-12 {
  width: 50%;
}

.div-block-13 {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 530px;
  display: flex;
  overflow: hidden;
}

.link-block-2 {
  background-color: var(--main-blue);
  border-radius: 10px;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding: 0 10px 10px;
  text-decoration: none;
}

.div-block-14 {
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  margin-right: 20px;
  display: flex;
}

.div-block-14.wkjbefwe {
  background-color: var(--dark-blue);
  border-radius: 10px;
  width: 55px;
  height: 55px;
}

.img {
  width: 45px;
}

.img.wlkenfwle {
  width: 35px;
}

.div-block-15 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.image {
  object-fit: cover;
  border-radius: 15px;
  width: 90%;
  height: 100%;
}

.section-4 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-16 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-17 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-18 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90vw;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-19 {
  border: 1px solid var(--dark-blue);
  border-radius: 15px;
  width: 24%;
  height: auto;
  padding: 10px;
}

.image-2 {
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  height: 350px;
  margin-top: auto;
}

.image-3 {
  object-fit: cover;
  object-position: 100% 50%;
  border-radius: 15px;
  width: 200px;
  height: 200px;
}

.cell {
  justify-content: center;
  align-items: flex-end;
}

.div-block-20 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 400px;
  display: flex;
}

.section-5 {
  padding-top: 60px;
  padding-bottom: 100px;
}

.quick-stack {
  width: 90vw;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.newsletter {
  padding-bottom: 140px;
  display: none;
}

.text-block-109 {
  font-family: var(--secondarytext);
  color: var(--dark-text);
  margin-top: 10px;
  font-size: 18px;
  line-height: 30px;
}

.paragraph-4 {
  font-family: var(--secondarytext);
  color: var(--dark-text);
  width: 800px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.div-block-516 {
  width: 40%;
  padding-top: 20px;
  padding-left: 0;
}

.div-block-516.wkefpew {
  width: 100%;
  max-width: 400px;
  padding-left: 0;
}

.link-block-4 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.link-block-4.wemfl-wm {
  width: auto;
  display: inline-flex;
}

.text-block-5 {
  font-family: var(--secondarytext);
  color: #111b37;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.div-block-517 {
  background-color: #dfb187;
  width: 50px;
  height: 2px;
}

.div-block-517._w-e-f-ewlkf {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 25px;
  display: flex;
}

.image-23 {
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  height: 225px;
}

.text-block-7 {
  color: #dfb187;
  letter-spacing: 1px;
  margin-right: 10px;
  font-size: 18px;
}

.text-block-7._w-lemfl-wemf {
  font-family: var(--main-font);
  color: var(--dark-text);
}

.div-block-515 {
  width: 90vw;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.image-20 {
  object-fit: cover;
  border-radius: 15px;
  width: 55%;
  height: 400px;
  margin-right: 40px;
}

.heading-114 {
  color: #111b37;
  letter-spacing: 3px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
}

.heading-114.kwefnpow {
  font-family: var(--main-font);
  color: var(--dark-text);
  margin-top: 40px;
  margin-bottom: 60px;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
}

.heading-114.we-mf-we {
  font-family: var(--main-font);
  font-size: 22px;
  font-weight: 600;
  line-height: 25px;
}

.div-block-519 {
  margin-bottom: 20px;
  display: flex;
}

.div-block-520 {
  width: 32%;
}

.heading-113 {
  font-family: var(--main-font);
  color: var(--dark-text);
  letter-spacing: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 55px;
  font-weight: 700;
  line-height: 75px;
}

.div-block-518 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-521 {
  justify-content: space-between;
  width: 90vw;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-6 {
  background-color: var(--dark-blue);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  width: 100vw;
  padding-top: 100px;
  padding-bottom: 40px;
}

.div-block-522 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 35%;
  padding-right: 100px;
  display: flex;
}

.div-block-523 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20%;
  display: flex;
}

.div-block-524 {
  width: 25%;
}

.div-block-525 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-115 {
  font-family: var(--main-font);
  color: var(--light-blue);
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.div-block-526 {
  flex: none;
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.div-block-527 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.link-block-5 {
  border: 1px solid var(--light-blue);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-right: 10px;
  display: flex;
}

.div-block-528 {
  margin-top: 20px;
  display: flex;
}

.div-block-529 {
  width: 90vw;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-530 {
  width: 90vw;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
}

.img-2 {
  width: 35px;
}

.text-block-110 {
  font-family: var(--main-font);
  color: #fff;
  text-align: center;
}

.text-block-111 {
  font-family: var(--main-font);
  color: #fff;
  text-align: center;
  margin-top: 10px;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.link-2:hover {
  text-decoration: underline;
}

.image-24 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-531 {
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  height: 100%;
  padding-top: 5px;
  display: flex;
}

.footer-brand {
  color: #fff;
  margin-bottom: 20px;
}

.footer-brand.w--current {
  color: #fff;
  margin-bottom: 20px;
  padding-left: 0;
}

.footer-link {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .3s;
}

.footer-link:hover {
  color: #2a82b9;
}

.flex-vertical-card {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.flex-vertical-card:hover {
  background-position: 50% 20%;
}

.flex-vertical-card.no-padding {
  flex-direction: row;
}

.footer-rights-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.primary-button-dark {
  transform: scale3d(1none, 1none, 1none);
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  transform-style: preserve-3d;
  background-color: #2a82b9;
  border-radius: 50px;
  align-items: center;
  padding: 18px 30px;
  font-weight: 500;
  transition: color .6s, background-color .6s, transform .6s;
}

.primary-button-dark:hover {
  color: #fff;
  background-color: #05629d;
  transform: scale(.95);
}

.primary-button-dark._w-enfklew {
  background-color: var(--dark-text);
  color: #fff;
  margin-left: 20px;
}

.footer-social-icon {
  color: #2a82b9;
  border: 1px solid #2a82b9;
  border-radius: 50px;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  padding: 10px;
  font-size: 18px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, color .3s;
  display: flex;
}

.footer-social-icon:hover {
  color: #05629d;
  background-color: #a596e1;
  border-color: #a596e1;
}

.footer-contacts-icon {
  color: #2a82b9;
  margin-right: 15px;
}

.banner-content {
  background-image: url('../images/Rectangle-12_1.avif');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 700px;
  height: 400px;
  margin-bottom: -1px;
  margin-left: -1px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  inset: auto auto 0% 0%;
}

.footer-social-icons-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.service-card-icon {
  color: #2a82b9;
  text-align: center;
  font-size: 25px;
}

.column-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.nav-dropdown-icon {
  color: #fff;
  margin-right: 0;
  font-size: 16px;
  display: block;
  position: relative;
}

.nav-menu {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}

.image-banner {
  object-fit: cover;
  object-position: 50% 30%;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.text-content-about {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.brand-tablet {
  display: none;
}

.big-text {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 120px;
  line-height: 1.2em;
}

.navbar-absolute {
  background-color: #ddd0;
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 15px;
  position: fixed;
  inset: 0% 0% auto;
}

.primary-color {
  color: #2a82b9;
}

.footer-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.nav-dropdown-toggle {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 12px;
  display: flex;
}

.paragraph-large {
  font-size: 16px;
  line-height: 1.5em;
}

.paragraph-large.margin-top-small {
  margin-top: 20px;
  margin-bottom: 40px;
}

.paragraph-large.text-white {
  font-family: var(--secondarytext);
  font-size: 16px;
}

.paragraph-large.without-top-margin {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
}

.image-top-block {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 25px;
  width: 100%;
  height: 595px;
  max-height: 750px;
}

.heading-116 {
  font-family: var(--main-font);
  color: var(--dark-text);
  margin-top: 0;
  font-weight: 600;
}

.heading-116.wlkemflkwenf {
  font-family: var(--main-font);
  font-size: 44px;
  line-height: 50px;
}

.column-large-image {
  object-fit: cover;
  border-radius: 25px;
  width: 100%;
  height: 100%;
}

.block-button-tablet {
  display: none;
}

.img-3 {
  width: 35px;
  height: 35px;
}

.text-color-white {
  color: #fff;
}

.text-color-white.without-margin {
  font-family: var(--main-font);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
}

.text-block-405 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 700;
}

.nav-dropdown-column {
  width: 33%;
}

.footer-error-message {
  color: #fff;
  text-align: left;
  background-color: #0000;
  padding-left: 0;
  line-height: 1.5em;
}

.footer-brand-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.footer {
  text-align: center;
  background-color: #05629d;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
}

.about-list {
  grid-column-gap: 20px;
  grid-row-gap: 5px;
  background-color: #ffffff1a;
  border-radius: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding: 15px;
  display: grid;
}

.nav-link {
  font-family: var(--main-font);
  color: #fff;
  padding: 20px 12px;
  font-size: 18px;
  font-weight: 500;
  transition: opacity .2s;
}

.nav-link:hover {
  opacity: 1;
  color: var(--light-blue);
  padding-top: 15px;
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.w--current:hover {
  color: var(--light-blue);
}

.nav-link.jkwbefkjb {
  display: none;
}

.content-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 95%;
  display: grid;
}

.footer-success-message {
  color: #fff;
  text-align: left;
  background-color: #0000;
  padding: 20px 20px 20px 0;
  line-height: 1.5em;
}

.yellow-block {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: grid;
  overflow: hidden;
}

.footer-rights {
  color: #f4f3e8;
  font-size: 14px;
}

.about-content-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  width: 90%;
  max-width: 1200px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-dropdown-link-wrapper {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-7 {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-7.home-banner {
  margin-top: 120px;
  padding: 0 15px;
  display: none;
}

.section-7.without-bottom-spacing {
  padding-bottom: 0;
}

.footer-logo-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-copyright-link {
  color: #f4f3e8;
  letter-spacing: .2px;
  margin-right: 5px;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
  display: inline;
}

.footer-copyright-link:hover {
  color: #2a82b9;
}

.intro-paralax {
  width: 180px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.intro-paralax.second {
  height: 150px;
}

.menu-wrap {
  align-items: center;
  display: flex;
}

.container-cta {
  z-index: 1;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.about-action-block {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.nav-container {
  background-color: #05629d;
  border: 1px solid #05629d;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 20px;
  display: flex;
}

.service-card-item {
  grid-column-gap: 20px;
  background-color: #fff;
  border: 1px solid #05629d;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 20px 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.secondary-button-dark {
  color: #05629d;
  letter-spacing: .5px;
  background-color: #0000;
  border: 1px solid #05629d;
  border-radius: 50px;
  padding: 18px 30px;
  font-weight: 500;
  transition: border-color .6s, color .6s, background-color .6s, transform .6s;
  transform: translate(0);
}

.secondary-button-dark:hover {
  color: #05629d;
  background-color: #2a82b9;
  border-color: #2a82b9;
  transform: scale(.95);
}

.secondary-button-dark.margin-top-medium:hover {
  color: #fff;
}

.footer-text-field {
  color: #fff;
  background-color: #0000;
  border: 1px solid #2a82b9;
  border-radius: 50px;
  height: auto;
  margin-bottom: 0;
  margin-right: 30px;
  padding: 18px 22px;
  font-size: 18px;
  line-height: 1.5em;
}

.footer-text-field:focus {
  color: #2a82b9;
  border-color: #a596e1;
}

.footer-text-field::placeholder {
  color: #f4f3e8;
}

.full-width {
  width: 100%;
  height: auto;
  min-height: 65px;
  margin-top: 10px;
  margin-bottom: 0;
}

.full-width.w--open {
  z-index: 999;
}

.about-description {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.home-intro-strip {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 100%;
  height: 100%;
  display: grid;
}

.footer-copyright {
  color: #f4f3e8;
  width: 100%;
  font-size: 14px;
  display: inline;
}

.flex-horizontal-center {
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-horizontal-center.tablet-wrap-large-gap {
  grid-column-gap: 50px;
  grid-row-gap: 40px;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
}

.base-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.base-container.relative {
  z-index: 1;
  align-items: flex-start;
  height: 700px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.service-card-heading {
  font-family: var(--main-font);
  color: var(--dark-text);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 22px;
}

.nav-item-title {
  font-family: var(--main-font);
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.footer-bottom-wrapper {
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-banner {
  z-index: 20;
  margin-left: 20px;
  margin-right: 60px;
  position: absolute;
  top: 213px;
}

.nav-dropdown-link {
  text-transform: capitalize;
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-size: 16px;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link:hover {
  color: var(--dark-blue);
  margin-left: 0;
}

.nav-dropdown-link.w--current {
  color: var(--dark-blue);
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.primary-button {
  transform: scale3d(1none, 1none, 1none);
  font-family: var(--main-font);
  color: #05629d;
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  transform-style: preserve-3d;
  background-color: #fdfdfd;
  border-radius: 50px;
  padding: 18px 30px;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .6s, transform .6s;
  display: inline-block;
}

.primary-button:hover {
  color: #fff;
  background-color: #187ebe;
  transform: scale(.95);
}

.service-image-cont {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.promotion-labels-wrapper {
  z-index: 2147483647;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: fixed;
  bottom: 5px;
  left: 5px;
  right: 5px;
}

.our-services-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.our-services-grid.lwnflkewnf {
  grid-template-columns: 1fr 1fr 1fr;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.footer-logo {
  height: 60px;
}

.about-content-wrap {
  width: 50%;
}

.bg-banner-content {
  object-fit: cover;
  width: 80%;
  height: 300px;
  margin-bottom: -1px;
  margin-left: -1px;
}

.nav-dropdown-list {
  background-color: #fff;
  border: 1px solid #a596e1;
  border-radius: 12px;
  width: 200px;
  height: auto;
  padding: 15px 20px;
}

.nav-dropdown-list.w--open {
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #0000000a;
}

.nav-dropdown-list.megamenu {
  width: 360px;
}

.nav-dropdown-list.megamenu.w--open {
  width: 600px;
  margin-left: -300px;
  display: flex;
}

.text-white {
  font-family: var(--secondarytext);
  color: #fff;
  margin-top: 10px;
  font-size: 16px;
  line-height: 22px;
}

.text-white.wkjbfjekwf {
  font-family: var(--main-font);
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

.nav-dropdown-link-line {
  background-color: var(--dark-blue);
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.brand {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-left: 10px;
  display: inline-flex;
}

.image-fill {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.block-image {
  height: 100%;
}

.background-wrapper {
  background-color: #05629d;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 40px;
  display: flex;
}

.footer-brand-description {
  color: #fff;
  text-align: left;
  margin-bottom: 30px;
}

.text-icon {
  background-color: var(--dark-blue);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  display: flex;
}

.footer-links-wrapper {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  margin-top: 80px;
  display: flex;
}

.footer-links-wrapper.padding-left {
  padding-left: 40px;
}

.text-block-406 {
  color: #fff;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 700;
}

.nav-menu-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.img-4, .img-5, .img-6, .img-7 {
  width: 35px;
}

.paragraph-5 {
  font-family: var(--secondarytext);
  color: var(--dark-text);
  font-weight: 500;
}

.section-8 {
  background-color: var(--dark-blue);
  height: auto;
  padding-top: 140px;
}

.heading-117 {
  font-family: var(--main-font);
  color: #fff;
  width: 750px;
  margin-bottom: 60px;
  font-weight: 600;
}

.bold-text {
  color: #fff;
}

.div-block-532 {
  width: 90vw;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.image-25 {
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex: none;
  width: 300px;
  height: 100%;
  margin-right: 20px;
}

.div-block-533 {
  justify-content: flex-start;
  align-items: flex-end;
  width: 1920px;
  height: 350px;
  display: flex;
}

.div-block-534 {
  display: flex;
  overflow: scroll;
}

.div-block-535 {
  display: flex;
}

.div-block-536 {
  width: 90vw;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.heading-118 {
  font-family: var(--main-font);
  font-size: 55px;
  line-height: 75px;
}

.paragraph-6 {
  font-family: var(--secondarytext);
  color: var(--dark-text);
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.section-9 {
  padding-top: 40px;
  padding-bottom: 60px;
}

.section-10 {
  padding-bottom: 100px;
}

.div-block-537 {
  background-color: #f4f4f6;
  width: 100%;
  padding-bottom: 10px;
}

.div-block-538 {
  width: 90vw;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.heading-119 {
  font-family: var(--main-font);
  color: var(--dark-text);
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 55px;
  line-height: 75px;
}

.div-block-539 {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.div-block-539.ewglkekrg {
  flex-flow: column wrap-reverse;
}

.div-block-540 {
  background-image: url('../images/randall-and-crystal_1.avif');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 400px;
  height: 500px;
  overflow: hidden;
}

.div-block-540.wlfelwe {
  background-image: url('../images/sephra-BJ_1.avif');
  width: 500px;
  height: 400px;
}

.image-26 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-541 {
  margin-top: 0;
  padding: 45px;
}

.div-block-541.lfwkneflknjew {
  padding-top: 115px;
  padding-bottom: 0;
}

.heading-120 {
  font-family: var(--main-font);
  color: var(--dark-text);
  margin-top: 0;
  margin-bottom: 20px;
}

.text-block-407 {
  font-family: var(--secondarytext);
  color: var(--dark-text);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 700;
}

.paragraph-7 {
  font-family: var(--secondarytext);
  color: var(--dark-text);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 25px;
}

.image-27 {
  transform: rotate(180deg);
}

.div-block-542 {
  display: flex;
}

.paragraph-8 {
  font-family: var(--secondarytext);
  color: var(--dark-text);
  margin-top: 20px;
  padding-left: 45px;
  font-size: 16px;
  line-height: 25px;
}

.section-11 {
  width: 100vw;
  padding-top: 140px;
}

.div-block-633 {
  border-right: 2px solid var(--dark-blue);
  width: 50%;
  padding-right: 0;
}

.text-block-119 {
  font-family: Helveticanowdisplay, Verdana, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.div-block-634 {
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.form-block-3 {
  width: 100%;
}

.div-block-632 {
  justify-content: center;
  align-items: stretch;
  width: 90vw;
  max-width: 1220px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-636 {
  flex: none;
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

.div-block-635 {
  border-bottom: 2px solid var(--dark-blue);
  padding-bottom: 40px;
  padding-right: 40px;
}

.field-label-2 {
  font-family: var(--main-font);
  padding-left: 10px;
}

.text-block-120 {
  font-family: var(--main-font);
  color: var(--dark-text);
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.section-37 {
  padding-top: 20px;
  padding-bottom: 140px;
}

.text-field-6 {
  border-radius: 100px;
  height: 55px;
}

.div-block-638 {
  flex-flow: wrap;
  padding-top: 40px;
  display: flex;
}

.div-block-637 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 150px;
  margin-bottom: 40px;
  padding-right: 20px;
  display: flex;
}

.text-block-115 {
  color: var(--dark-text);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Helveticanowdisplay, Verdana, sans-serif;
  font-weight: 700;
  display: inline-flex;
}

.heading-121 {
  font-family: var(--main-font);
  color: var(--dark-text);
}

.submit-button-2 {
  background-color: var(--main-blue);
  font-family: var(--main-font);
  border-radius: 100px;
  padding: 15px 35px;
  font-size: 16px;
  font-weight: 400;
}

.submit-button-2:hover {
  background-color: var(--dark-blue);
}

.heading-122 {
  font-family: var(--main-font);
  color: var(--dark-text);
}

.field-label {
  font-family: var(--main-font);
  padding-left: 10px;
}

.section-38 {
  padding-top: 100px;
}

.text-field {
  border-radius: 100px;
  width: 100%;
  height: 45px;
}

.slider {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.paragraph-11 {
  color: #fff;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  display: none;
}

.heading-123 {
  font-family: var(--main-font);
  color: var(--dark-text);
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  text-decoration: none;
}

.slide-nav {
  display: none;
}

.div-block-583 {
  background-image: linear-gradient(0deg, #000000bf, #0000 50%);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 28px;
  display: flex;
}

.text-block-8 {
  font-family: var(--secondarytext);
  color: var(--dark-text);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 700;
}

.section-39 {
  width: 100vw;
  padding-top: 40px;
  padding-bottom: 140px;
}

.div-block-573 {
  justify-content: space-between;
  align-items: stretch;
  width: 90vw;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slide {
  background-image: url('../images/icons8-team-FcLyt7lW5wg-unsplash_1.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-580 {
  width: 60%;
}

.right-arrow {
  display: none;
}

.field-label-3 {
  font-family: var(--main-font);
  color: var(--dark-text);
  padding-left: 10px;
  font-weight: 500;
}

.paragraph-10 {
  font-family: var(--secondarytext);
  color: var(--dark-text);
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.div-block-574 {
  width: 45%;
}

.heading-5 {
  font-family: var(--main-font);
  color: var(--dark-text);
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

.heading-5.wlkjbfjlkebwf {
  font-size: 40px;
  line-height: 55px;
}

.div-block-576 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.mask {
  width: 100%;
  height: 100%;
}

.link-block-55 {
  border-bottom: 1px solid var(--dark-text);
  width: 100%;
  height: 45px;
  text-decoration: none;
  overflow: hidden;
}

.div-block-577 {
  width: 49%;
}

.left-arrow {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.heading-124 {
  font-family: var(--main-font);
  color: #fff;
  letter-spacing: 3px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 400;
}

.div-block-575 {
  width: 50%;
}

.div-block-582 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.submit-button {
  background-color: var(--dark-blue);
  font-family: var(--main-font);
  letter-spacing: 2px;
  text-transform: none;
  border-radius: 100px;
  margin-top: 20px;
  padding: 11px 35px;
  font-size: 18px;
  line-height: 35px;
}

.submit-button:hover {
  background-color: var(--main-blue);
}

.icon-2 {
  display: none;
}

.slide-2 {
  background-image: url('../images/askas-jeremy-7TI-3jUObYg-unsplash_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-581 {
  width: 25px;
  height: 25px;
}

.textarea {
  background-color: #fff;
  border-radius: 20px;
  padding-bottom: 60px;
}

.section-40 {
  width: 100vw;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.slide-3 {
  background-image: url('../images/good-faces-DavJROC1lBM-unsplash_1.avif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-579 {
  justify-content: space-between;
  align-items: flex-start;
  width: 90vw;
  max-width: 1120px;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-578 {
  width: 49%;
}

.div-block-644 {
  width: 90vw;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-125 {
  margin-top: 60px;
  margin-bottom: 10px;
  font-family: Helveticanowdisplay, Verdana, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 25px;
}

.map {
  width: 100%;
  height: 100%;
}

.heading-125 {
  font-family: var(--main-font);
  color: var(--dark-text);
  margin-top: 0;
}

.section-41 {
  padding-top: 60px;
  padding-bottom: 20px;
}

.div-block-646 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 60px;
  display: flex;
}

.text-block-126 {
  font-family: Helveticanowdisplay, Verdana, sans-serif;
}

.text-block-408 {
  font-family: var(--secondarytext);
  color: var(--dark-text);
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom: 1px #700000;
  font-weight: 700;
  display: inline-flex;
}

.div-block-645 {
  background-color: #ddd;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 500px;
  display: flex;
  overflow: hidden;
}

.section-42 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-647 {
  justify-content: space-between;
  align-items: flex-start;
  width: 90vw;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.code-embed {
  width: 400px;
}

.background-video-2 {
  background-image: linear-gradient(0deg, #000000bf, #0000);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 90vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: flex;
}

.section-43 {
  padding-top: 140px;
}

.heading-126 {
  font-family: var(--main-font);
  color: #fff;
  font-size: 155px;
  font-weight: 600;
  line-height: 120px;
}

.div-block-648 {
  font-family: var(--secondarytext);
  color: var(--dark-text);
  width: 90vw;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.heading-127 {
  font-family: var(--main-font);
  color: var(--dark-text);
  margin-bottom: 10px;
  font-weight: 600;
}

.heading-127.wkefkwe, .paragraph-12 {
  margin-bottom: 40px;
}

.div-block-649 {
  background-image: url('../images/Unknown-3_1.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 600px;
  height: 400px;
  overflow: hidden;
}

.div-block-650 {
  justify-content: space-between;
  align-items: flex-start;
  width: 90vw;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-651 {
  border: 1px solid #e0e0e0;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: 275px;
  padding: 30px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.heading-128 {
  font-family: var(--secondarytext);
  color: var(--dark-text);
  text-align: center;
  margin-bottom: 0;
  font-size: 55px;
  line-height: 75px;
}

.text-block-409 {
  font-family: var(--secondarytext);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 12px;
  font-weight: 700;
  line-height: 35px;
}

.section-44 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-45 {
  width: 100vw;
  padding-top: 60px;
}

.section-45.lwnfenwe {
  padding-top: 100px;
  padding-bottom: 140px;
}

.section-45.klwef-knew {
  padding-bottom: 60px;
}

.div-block-652 {
  background-image: linear-gradient(45deg, #000, #0000), url('../images/linkedin-sales-solutions-AhirGl0nhww-unsplash_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 90vw;
  max-width: 1120px;
  height: 450px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  display: flex;
}

.div-block-652.wkjbfjkw {
  background-image: linear-gradient(45deg, #000, #0000), url('../images/Unknown-4_1.avif');
}

.div-block-652._w-mf-lkewn {
  background-image: linear-gradient(45deg, #000, #0000 59%), url('../images/Unknown-1_1.avif');
}

.heading-129 {
  font-family: var(--main-font);
  color: #fff;
  margin-bottom: 20px;
  font-weight: 600;
}

.button-2 {
  background-color: var(--main-blue);
  font-family: var(--main-font);
  border-radius: 100px;
  padding: 15px 35px;
  font-size: 16px;
}

.button-2:hover {
  background-color: var(--dark-blue);
}

.section-46 {
  padding-top: 140px;
}

.div-block-653 {
  border-radius: 20px;
  width: 90vw;
  max-width: 1200px;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.div-block-654 {
  background-image: url('../images/BG-Curved_1.avif');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: flex-start;
  align-items: flex-end;
  width: 45%;
  height: 60%;
  padding: 48px 48px 40px 0;
  display: flex;
}

.background-video-3 {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.heading-130 {
  font-family: var(--main-font);
  color: var(--dark-text);
  font-size: 55px;
  font-weight: 600;
  line-height: 55px;
}

.heading-130.wlkenflkew {
  font-size: 38px;
}

.section-47 {
  width: 100vw;
}

.div-block-655 {
  justify-content: space-between;
  align-items: stretch;
  width: 90vw;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  display: flex;
}

.div-block-655.kwbefkjewf {
  display: none;
}

.div-block-656 {
  width: 60%;
  margin-top: -42px;
  padding-right: 100px;
}

.div-block-657 {
  z-index: 800;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 100%;
  display: flex;
  position: sticky;
  top: 200px;
}

.paragraph-13 {
  font-family: var(--secondarytext);
  color: var(--dark-text);
  font-size: 18px;
  line-height: 32px;
}

.heading-131 {
  font-family: var(--main-font);
  color: var(--dark-text);
  margin-bottom: 20px;
  font-weight: 600;
}

.div-block-658 {
  z-index: 800;
  background-color: #f1f1f1;
  border-radius: 15px;
  width: 100%;
  padding: 0 30px 30px;
}

.field-label-4, .field-label-5 {
  font-family: var(--main-font);
  padding-left: 10px;
}

.paragraph-14 {
  font-family: var(--secondarytext);
  color: #949494;
  font-size: 12px;
}

.heading-132 {
  font-family: var(--main-font);
  color: var(--dark-text);
  margin-bottom: 20px;
  font-weight: 600;
}

.text-field-7, .text-field-8 {
  border-radius: 100px;
  height: 45px;
}

.submit-button-3 {
  font-family: var(--main-font);
  border-radius: 100px;
  margin-top: 10px;
  padding: 11px 25px;
  font-weight: 400;
}

.submit-button-3:hover {
  background-color: var(--dark-blue);
}

.link-block-56 {
  width: 100px;
  text-decoration: none;
}

.link-block-56.w--current {
  width: 150px;
  height: 55px;
  padding-bottom: 0;
  padding-right: 0;
}

.div-block-659 {
  width: 90vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-660 {
  background-color: #fff;
  border-radius: 15px;
  width: 325px;
  height: auto;
  margin-top: 30px;
  padding-bottom: 15px;
  overflow: hidden;
  box-shadow: 2px 2px 6px #0000001a;
}

.div-block-661 {
  width: 100%;
  height: 200px;
}

.image-28 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.heading-133 {
  font-family: var(--secondarytext);
  height: 60px;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 20px;
  font-size: 18px;
  line-height: 22px;
}

.div-block-662 {
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 15px;
  display: flex;
}

.div-block-663 {
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  height: 50px;
  padding-left: 20px;
  display: flex;
}

.image-29 {
  object-fit: cover;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  margin-left: -15px;
}

.div-block-664 {
  padding-left: 0;
  padding-right: 0;
}

.text-block-410 {
  font-family: var(--secondarytext);
  padding-left: 5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.button-3 {
  font-family: var(--secondarytext);
  background-color: #07629d;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 115px;
  height: 45px;
  font-weight: 500;
  display: flex;
}

.button-3:hover {
  background-color: #1b94e2;
}

.div-block-665 {
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.div-block-666 {
  width: 300px;
  height: 50px;
  margin-bottom: -50px;
  padding-top: 10px;
  padding-left: 10px;
  position: relative;
}

.div-block-667 {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 115px;
  height: 35px;
  display: flex;
}

.text-block-411 {
  font-family: var(--secondarytext);
  font-size: 12px;
  font-weight: 700;
}

.div-block-668 {
  justify-content: space-between;
  align-items: flex-end;
  width: 90vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-669 {
  width: 50%;
  height: 100%;
}

.div-block-670 {
  width: 45%;
  height: 100%;
}

.image-30 {
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-48 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-49 {
  width: 100vw;
  height: auto;
  margin-bottom: 40px;
}

.div-block-672 {
  width: 90vw;
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.image-32 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.section-50 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 80vh;
  min-height: 600px;
  max-height: 800px;
  margin-top: 125px;
  padding-left: 15px;
  padding-right: 15px;
}

.background-video-4 {
  border-radius: 35px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 1600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.heading-134 {
  font-family: var(--main-font);
  color: #000;
  margin-top: 20px;
  padding-top: 0;
  font-size: 38px;
  line-height: 48px;
}

.div-block-673 {
  z-index: 20;
  background-color: #fff;
  border-top-right-radius: 35px;
  margin-bottom: 0;
  padding: 5px 100px 10px 20px;
}

.text-block-412 {
  font-family: var(--secondarytext);
  color: #000;
  width: 350px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 25px;
}

.div-block-674 {
  z-index: 55;
  position: relative;
  top: 70px;
}

.section-51 {
  width: 95vw;
  max-width: 1200px;
  margin: -250px auto 10px;
}

.section-52 {
  z-index: 9999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000080;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-675 {
  flex: 1;
  width: 100vw;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.code-embed-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-676 {
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  max-width: 1120px;
  height: 75px;
  margin-bottom: 10px;
  display: flex;
}

.link-block-57 {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
}

.img-8 {
  width: 35px;
}

.button-4 {
  background-color: var(--dark-text);
  border-radius: 100px;
  height: 100%;
  margin-left: 40px;
  padding: 18px 30px;
}

.button-4:hover {
  background-color: #223;
}

.code-embed-3 {
  width: 300px;
}

.div-block-678 {
  justify-content: space-between;
  display: flex;
}

.code-embed-4, .code-embed-5 {
  width: 300px;
}

.div-block-679 {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.div-block-679.lwnflwekbf {
  display: none;
}

.div-block-680, .div-block-681 {
  background-image: url('../images/Curve.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100px;
  height: 100px;
}

@media screen and (min-width: 1280px) {
  .column-wrapper {
    width: 50%;
  }

  .footer-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .nav-dropdown-toggle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer {
    padding-top: 80px;
  }

  .nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .yellow-block {
    grid-column-gap: 80px;
    grid-template-columns: .85fr 1.15fr;
  }

  .about-content-wrapper {
    margin-bottom: 60px;
  }

  .section-7 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .nav-container {
    border-radius: 100px;
  }

  .service-card-item {
    grid-column-gap: 30px;
  }

  .flex-horizontal-center.tablet-wrap-large-gap {
    grid-column-gap: 80px;
  }

  .footer-bottom-wrapper {
    margin-top: 30px;
  }

  .background-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 1440px) {
  .banner-content {
    margin-top: 220px;
  }

  .about-content-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .about-content-wrap {
    margin-right: 60px;
  }
}

@media screen and (min-width: 1920px) {
  .footer-brand, .footer-brand.w--current {
    margin-bottom: 40px;
  }

  .banner-content {
    width: 1150px;
    margin-top: 360px;
  }

  .image-banner {
    object-position: 50% 20%;
  }

  .big-text {
    font-size: 168px;
  }

  .image-top-block {
    max-height: 700px;
  }

  .yellow-block {
    grid-column-gap: 100px;
  }

  .footer-logo-wrapper {
    padding-right: 100px;
  }

  .flex-horizontal-center.tablet-wrap-large-gap {
    grid-column-gap: 100px;
    align-items: center;
  }

  .base-container {
    max-width: 1600px;
  }

  .base-container.relative {
    max-width: 1800px;
  }

  .text-banner {
    width: 85%;
    margin-top: 80px;
    margin-left: 40px;
  }

  .footer-links-wrapper {
    margin-top: 100px;
  }

  .background-video-4 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .heading-3.wejfbejw {
    font-size: 75px;
  }

  .image-2 {
    height: 200px;
  }

  .image-3 {
    width: 100px;
    height: 100px;
  }

  .text-block-109 {
    font-size: 12px;
    line-height: 20px;
  }

  .paragraph-4 {
    width: 100%;
  }

  .image-23 {
    height: 200px;
  }

  .heading-114.we-mf-we {
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-521 {
    flex-flow: column;
  }

  .div-block-522 {
    width: 100%;
  }

  .link-block-5 {
    flex: none;
  }

  .flex-vertical-card {
    background-image: none;
  }

  .primary-button-dark:hover {
    opacity: 1;
  }

  .banner-content {
    background-color: #fdfdfd;
    border-radius: 32px;
    width: auto;
    height: 300px;
  }

  .footer-social-icons-wrapper {
    margin-top: 10px;
  }

  .column-wrapper {
    width: 100%;
  }

  .nav-dropdown-icon {
    color: #05629d;
    margin-right: 1.5px;
    inset: 0% 0 0% auto;
  }

  .nav-menu {
    background-color: #fff;
    flex-direction: column;
    width: 320px;
    inset: 0% auto 0% 0%;
  }

  .image-banner {
    border-radius: 32px;
  }

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

  .text-content-about {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .brand-tablet {
    display: block;
  }

  .footer-wrapper {
    flex-wrap: wrap;
  }

  .nav-dropdown-toggle {
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

  .image-top-block {
    width: 100%;
    max-height: 400px;
  }

  .column-large-image {
    height: 400px;
  }

  .block-button-tablet {
    margin-top: 40px;
    display: block;
  }

  .nav-dropdown-column {
    justify-content: center;
    width: 180px;
  }

  .footer-brand-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .nav-link {
    color: var(--dark-blue);
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

  .nav-link:hover {
    color: var(--dark-blue);
  }

  .nav-link.w--current {
    color: #a596e1;
  }

  .content-grid {
    justify-items: start;
    width: 100%;
    margin-top: 20px;
  }

  .yellow-block {
    grid-row-gap: 40px;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }

  .about-content-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    width: 100%;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .section-7.home-banner {
    width: 90vw;
    margin-top: 105px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-7.without-bottom-spacing {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .section-7.without-top-spacing {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .intro-paralax {
    width: 100%;
  }

  .intro-paralax.second {
    height: 230px;
  }

  .menu-button {
    text-align: right;
    background-color: #0000;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .menu-wrap {
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    display: flex;
  }

  .container-cta {
    padding-top: 0;
    padding-bottom: 0;
  }

  .about-action-block {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .nav-container {
    padding-left: 15px;
    padding-right: 35px;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
  }

  .about-description {
    margin-top: 40px;
    padding-bottom: 40px;
  }

  .home-intro-strip {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .flex-horizontal-center.tablet-wrap-large-gap {
    flex-wrap: wrap;
  }

  .close-menu-button, .close-menu-button.w--open {
    background-color: #0000;
    padding: 0 20px 0 0;
  }

  .nav-item-title {
    color: #05629d;
  }

  .text-banner {
    margin-top: 10px;
    margin-right: 20px;
    position: relative;
  }

  .nav-dropdown-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .primary-button {
    background-color: var(--light-blue);
    display: block;
  }

  .promotion-labels-wrapper {
    display: none;
  }

  .our-services-grid {
    grid-template-columns: 1fr 1fr;
  }

  .our-services-grid.lwnflkewnf {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-auto-flow: row;
    width: 100%;
    display: flex;
  }

  .about-content-wrap {
    width: 100%;
  }

  .bg-banner-content {
    display: none;
  }

  .nav-dropdown-list {
    border-style: none;
    flex-direction: column;
    width: auto;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.megamenu {
    width: auto;
    height: 270px;
    padding-left: 20px;
    padding-right: 40px;
    overflow: scroll;
  }

  .nav-dropdown-list.megamenu.w--open {
    margin-left: 0;
  }

  .nav-dropdown-link-line {
    display: none;
  }

  .background-wrapper {
    border-radius: 0;
    padding: 40px 20px;
  }

  .footer-links-wrapper {
    width: 45%;
    margin-top: 0;
  }

  .footer-links-wrapper.padding-left {
    padding-left: 0;
  }

  .block-button-header {
    display: none;
  }

  .heading-117 {
    width: 700px;
  }

  .div-block-540 {
    width: 300px;
    height: 400px;
  }

  .div-block-540.wlfelwe {
    width: 300px;
    height: 300px;
  }

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

  .div-block-541.lfwkneflknjew {
    padding-top: 60px;
  }

  .paragraph-7 {
    font-size: 12px;
    line-height: 18px;
  }

  .paragraph-8 {
    padding-left: 20px;
    font-size: 12px;
    line-height: 18px;
  }

  .div-block-632 {
    height: auto;
  }

  .text-block-120 {
    margin-top: 5px;
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-637 {
    flex-flow: column;
    width: 100px;
  }

  .heading-121 {
    font-size: 28px;
    line-height: 38px;
  }

  .div-block-649 {
    width: 300px;
  }

  .div-block-651 {
    width: 225px;
    height: 250px;
  }

  .heading-128 {
    margin-top: 0;
    font-size: 38px;
  }

  .text-block-409 {
    margin-bottom: 20px;
  }

  .div-block-654 {
    width: 55%;
    height: 70%;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .heading-130 {
    font-size: 38px;
    line-height: 48px;
  }

  .div-block-655 {
    display: flex;
  }

  .div-block-656 {
    padding-right: 20px;
  }

  .div-block-658 {
    width: 100%;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-132 {
    font-size: 28px;
    line-height: 38px;
  }

  .div-block-668 {
    flex-flow: column;
  }

  .div-block-669 {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .div-block-670 {
    width: 100%;
  }

  .image-30 {
    width: 100px;
    height: 100px;
  }

  .image-31 {
    width: 80px;
  }

  .section-50 {
    width: 95vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .background-video-4 {
    width: 100%;
  }

  .div-block-673 {
    padding-right: 70px;
  }
}

@media screen and (max-width: 767px) {
  .footer-brand {
    padding-left: 0;
  }

  .flex-vertical-card {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-social-icons-wrapper {
    width: 100%;
    margin-top: 30px;
  }

  .column-wrapper {
    width: 100%;
  }

  .text-content-about {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .big-text {
    margin-bottom: 20px;
    font-size: 100px;
  }

  .footer-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-start;
  }

  .image-top-block {
    min-height: 300px;
    max-height: 300px;
  }

  .column-large-image {
    height: 300px;
  }

  .footer-brand-wrapper {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .nav-link {
    margin-left: 0;
  }

  .content-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .yellow-block {
    flex-wrap: wrap;
  }

  .about-content-wrapper {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .section-7 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-7.without-top-spacing {
    padding-top: 0;
  }

  .footer-logo-wrapper {
    align-items: center;
    width: 100%;
  }

  .intro-paralax, .intro-paralax.second {
    height: 150px;
  }

  .about-action-block {
    grid-column-gap: 0rem;
    grid-template-columns: auto;
  }

  .full-width {
    flex-wrap: wrap;
  }

  .home-intro-strip {
    grid-row-gap: 80px;
  }

  .home-intro-strip.second {
    margin-left: 0;
    left: auto;
    right: 3%;
  }

  .flex-horizontal-center.tablet-wrap-large-gap {
    grid-row-gap: 30px;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
  }

  .our-services-grid {
    grid-template-columns: 1fr;
  }

  .about-content-wrap {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .brand {
    padding-left: 0;
  }

  .background-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-brand-description {
    text-align: center;
  }

  .footer-links-wrapper {
    width: 48%;
  }
}

@media screen and (max-width: 479px) {
  .button.wkjbfewwef {
    padding: 12px 20px;
    font-size: 12px;
    display: none;
  }

  .heading-3.wkjefbjwe.wlkenfklwef {
    width: 300px;
    margin-bottom: 40px;
  }

  .heading-3.wejfbejw {
    margin-bottom: 0;
    font-size: 45px;
    line-height: 45px;
  }

  .paragraph.wkjbefjlkweb.lwenfw.wleknflkewf {
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
  }

  .image-2 {
    height: 150px;
  }

  .image-3 {
    flex: none;
    margin-top: 20px;
  }

  .div-block-20 {
    height: 300px;
    margin-bottom: 40px;
  }

  .section-5 {
    padding-bottom: 60px;
  }

  .quick-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-4.wemfl-wm, .div-block-519 {
    display: none;
  }

  .div-block-520 {
    width: 100%;
  }

  .heading-113 {
    font-size: 38px;
    line-height: 55px;
  }

  .div-block-518 {
    flex-flow: column;
  }

  .section-6 {
    padding-top: 40px;
  }

  .div-block-522 {
    padding-right: 0;
  }

  .div-block-523, .div-block-524 {
    width: 100%;
  }

  .flex-vertical-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-vertical-card.no-padding {
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-rights-wrapper {
    grid-row-gap: 5px;
    justify-content: center;
  }

  .primary-button-dark {
    justify-content: center;
    align-items: center;
    padding: 11px 15px;
    display: flex;
  }

  .banner-content {
    height: 250px;
  }

  .footer-social-icons-wrapper {
    justify-content: center;
    margin-top: 30px;
  }

  .image-banner {
    object-position: 40% 50%;
  }

  .text-content-about {
    width: 100%;
  }

  .brand-tablet {
    padding-left: 0;
  }

  .big-text {
    font-size: 72px;
  }

  .navbar-absolute {
    margin-left: 10px;
    margin-right: 10px;
  }

  .paragraph-large {
    margin-bottom: 20px;
  }

  .image-top-block {
    height: 300px;
    min-height: 300px;
  }

  .heading-116.wlkemflkwenf {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 30px;
  }

  .footer-error-message {
    text-align: center;
    padding-left: 10px;
  }

  .footer-brand-wrapper {
    flex-direction: column;
  }

  .footer {
    text-align: left;
  }

  .nav-link {
    width: 99%;
  }

  .nav-link:hover {
    color: #029eff;
  }

  .content-grid {
    margin-top: 0;
  }

  .footer-success-message {
    text-align: center;
    padding-left: 20px;
  }

  .footer-rights {
    text-align: center;
    line-height: 1.6em;
  }

  .about-content-wrapper {
    width: 100%;
    margin-bottom: 0;
  }

  .section-7.home-banner {
    padding-left: 0;
    padding-right: 0;
  }

  .section-7.without-top-spacing {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .menu-wrap {
    padding-bottom: 40px;
  }

  .about-action-block {
    grid-column-gap: .2rem;
    grid-template-columns: auto;
  }

  .nav-container {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .service-card-item {
    grid-column-gap: 10px;
    margin-bottom: 20px;
  }

  .footer-text-field {
    margin-right: 0;
  }

  .home-intro-strip {
    grid-row-gap: 80px;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
    line-height: 1.6em;
  }

  .base-container.relative {
    height: 600px;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .primary-button {
    background-color: var(--light-blue);
  }

  .our-services-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .our-services-grid.lwnflkewnf {
    width: 100%;
  }

  .nav-dropdown-list.megamenu {
    padding-right: 0;
  }

  .background-wrapper {
    padding-bottom: 40px;
  }

  .footer-links-wrapper {
    align-items: center;
    width: 100%;
  }

  .section-8 {
    padding-top: 100px;
  }

  .heading-117 {
    width: 90%;
    font-size: 18px;
    line-height: 28px;
  }

  .heading-119 {
    font-size: 38px;
  }

  .div-block-539 {
    flex-flow: column;
  }

  .div-block-540.wlfelwe {
    width: 100%;
    height: 250px;
  }

  .div-block-541 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-541.lfwkneflknjew {
    padding-top: 0;
  }

  .paragraph-7 {
    margin-bottom: 10px;
  }

  .div-block-542 {
    flex-flow: column;
  }

  .paragraph-8 {
    padding-left: 0;
  }

  .div-block-633 {
    border-right-style: none;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .div-block-634 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-632 {
    flex-flow: column;
    height: auto;
  }

  .div-block-635 {
    border-bottom-style: none;
  }

  .div-block-573 {
    flex-flow: column;
  }

  .div-block-580, .div-block-574 {
    width: 100%;
  }

  .heading-5 {
    font-size: 28px;
    font-weight: 500;
    line-height: 38px;
  }

  .heading-5.wlkjbfjlkebwf {
    font-size: 28px;
    line-height: 38px;
  }

  .div-block-576 {
    flex-flow: column;
  }

  .div-block-577 {
    width: 100%;
  }

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

  .section-40 {
    padding-top: 60px;
  }

  .div-block-579 {
    flex-flow: column;
  }

  .div-block-578 {
    width: 100%;
  }

  .div-block-647 {
    flex-flow: column;
  }

  .code-embed {
    width: 100%;
  }

  .background-video-2 {
    padding-left: 20px;
  }

  .heading-126 {
    font-size: 50px;
  }

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

  .div-block-650 {
    flex-flow: column;
  }

  .div-block-651 {
    width: 100%;
    margin-bottom: 20px;
  }

  .div-block-652 {
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .heading-129 {
    font-size: 28px;
    line-height: 38px;
  }

  .div-block-654 {
    background-color: #fff;
    border-radius: 20px;
    width: 100%;
    height: 30%;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .heading-130 {
    font-size: 28px;
    line-height: 28px;
  }

  .div-block-655 {
    flex-flow: column;
  }

  .div-block-656 {
    width: 100%;
    padding-right: 0;
  }

  .div-block-657 {
    width: 100%;
  }

  .paragraph-13 {
    margin-bottom: 40px;
  }

  .div-block-658 {
    width: 100%;
    padding-bottom: 10px;
  }

  .link-block-56.w--current {
    width: 100px;
    height: 45px;
  }

  .image-30 {
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  .image-31 {
    width: 125px;
  }

  .div-block-671 {
    width: 100%;
  }

  .div-block-672 {
    width: 90vw;
  }

  .section-50 {
    border-radius: 25px;
    width: 90vw;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .background-video-4 {
    height: 400px;
  }

  .heading-134 {
    text-align: center;
    margin-top: 0;
    font-size: 28px;
    line-height: 38px;
  }

  .div-block-673 {
    border-radius: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-412 {
    text-align: center;
    width: auto;
  }

  .section-51 {
    width: 90vw;
    margin-top: 0;
  }

  .section-52 {
    display: none;
  }

  .div-block-675 {
    width: 100%;
  }

  .code-embed-2 {
    background-color: #1f1f1f;
  }

  .div-block-676 {
    width: 100%;
  }

  .button-4 {
    height: auto;
    margin-left: 20px;
    padding: 11px 15px;
  }

  .div-block-677 {
    width: 90vw;
  }

  .div-block-679 {
    z-index: 99;
    display: none;
  }

  .div-block-679.lwnflwekbf {
    display: block;
  }

  .div-block-680, .div-block-681 {
    display: none;
  }

  .div-block-682 {
    justify-content: center;
    align-items: center;
    height: 50px;
    display: flex;
  }
}

#w-node-_1d68296b-c697-e095-d954-eb2372bbebf9-fdb51931 {
  place-self: start;
}

#w-node-_1d68296b-c697-e095-d954-eb2372bbebfb-fdb51931 {
  justify-self: start;
}

#w-node-_1d68296b-c697-e095-d954-eb2372bbec19-fdb51931 {
  align-self: center;
}

#w-node-_1d68296b-c697-e095-d954-eb2372bbec1b-fdb51931 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1d68296b-c697-e095-d954-eb2372bbec1f-fdb51931 {
  align-self: center;
}

#w-node-_1d68296b-c697-e095-d954-eb2372bbec21-fdb51931 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1d68296b-c697-e095-d954-eb2372bbec25-fdb51931 {
  align-self: center;
}

#w-node-_1d68296b-c697-e095-d954-eb2372bbec27-fdb51931 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1d68296b-c697-e095-d954-eb2372bbec2b-fdb51931 {
  align-self: center;
}

#w-node-_1d68296b-c697-e095-d954-eb2372bbec2d-fdb51931 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f7ba7387-2998-4366-71f1-dd73d38c1ce7-fdb51931 {
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1.5fr;
}

#w-node-f7ba7387-2998-4366-71f1-dd73d38c1ce9-fdb51931 {
  grid-column: span 3 / span 3;
}

#w-node-_9404dbaa-8e20-fd6d-568e-c91407a34e63-fdb51931, #w-node-ba05815d-d2c4-2c56-3e5b-6702e3664cd5-fdb51931 {
  grid-column: span 2 / span 2;
}


@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemetana';
  src: url('../fonts/NeueMetana-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemetana';
  src: url('../fonts/NeueMetana-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}