:root {
  --white: white;
  --small-heading: #6b89ce;
  --grey: #5d6180;
  --dark-grey: #060c3c;
}

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

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

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

a {
  text-decoration: none;
}

.lynx-nav-buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-left: 14px;
  display: flex;
}

.lynx-nav-buttons.hide {
  display: none;
}

.brix---dropdown-pd {
  padding: 20px 30px;
  position: static;
}

.dropdown-link {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  line-height: 17px;
}

.dropdown-link:hover {
  color: #007aff;
  padding-left: 2px;
}

.dropdown-link.w--current {
  font-size: 18px;
}

.brix---dropdown-toggle {
  color: #172b4d;
  align-items: center;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle:hover {
  color: #4a3aff;
}

.lynx-navbar {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 58px;
  margin-bottom: 0;
  padding: 0 24px;
  display: flex;
}

.lynx-nav-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--white);
  color: var(--white);
  text-align: center;
  letter-spacing: 1.3px;
  text-transform: capitalize;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: url('../images/streamline_send-email-solid.png');
  background-position: 20%;
  background-repeat: no-repeat;
  background-size: 20px;
  background-clip: border-box;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 187px;
  height: 56px;
  padding: 0 0 0 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24.8px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.lynx-nav-button:hover {
  border-color: var(--small-heading);
  background-color: var(--small-heading);
  color: #fff;
  background-image: url('../images/Vector-1.svg');
  background-position: 20%;
  background-size: auto;
}

.lynx-nav-button.w--current {
  border-radius: 50px;
}

.lynx-nav-button.dark {
  color: #6b89ce;
  background-image: url('../images/Vector-9.png');
  border-color: #6b89ce;
}

.lynx-nav-button.dark:hover {
  background-color: var(--small-heading);
  color: var(--white);
  background-image: url('../images/streamline_send-email-solid.png');
  background-size: 20px;
}

.lynx-nav-button.dark.bg {
  background-color: var(--small-heading);
  color: #fff;
  background-image: none;
  width: auto;
  padding-left: 27px;
  padding-right: 27px;
}

.lynx-nav-link {
  color: var(--white);
  letter-spacing: 1.3px;
  text-transform: capitalize;
  white-space: nowrap;
  padding: 15px 0;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: color .2s;
}

.lynx-nav-link:hover {
  color: var(--small-heading);
}

.lynx-nav-link.w--current {
  color: var(--small-heading);
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.lynx-nav-link.w--current:hover {
  color: var(--small-heading);
}

.lynx-nav-link.w--current:active {
  color: var(--grey);
}

.lynx-nav-link.dark {
  color: #5d6180;
}

.lynx-nav-link.dark.w--current {
  color: #6b89ce;
  font-size: 18px;
  font-weight: 700;
}

.nav_logo {
  width: 177.999px;
  max-height: none;
  margin-right: 10px;
}

.brix---dropdown-chevron {
  color: #fff;
  width: 14px;
  margin-left: 6px;
}

.lynx-nav-menu {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.lynx-nav {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: block;
}

.brix---dropdown-column-wrapper {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper.w--open {
  transform: translate(-50%);
}

.image-22 {
  border-radius: 20px;
}

.brix---dropdown-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.brix---dropdown-card {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 20px;
  min-width: 280px;
  top: 32px;
  overflow: hidden;
  box-shadow: 0 2px 12px #14142b14;
}

.lynx-brand {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding: 5px;
  display: none;
}

.lynx-nav-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  height: 62px;
  padding: 0 40px;
  display: flex;
  position: absolute;
}

.div-block {
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.container {
  max-width: 1200px;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-3 {
  background-image: url('../images/Rectangle-18076-Large.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
  height: auto;
}

.section {
  height: 100%;
  padding: 80px;
}

.heading {
  color: var(--white);
  text-transform: uppercase;
  padding-right: 40px;
  font-family: Space Grotesk, sans-serif;
  font-size: 3rem;
  line-height: 70px;
}

.body {
  font-family: Inter, sans-serif;
}

.paragraph {
  color: #fff;
  font-size: 1.5rem;
  line-height: 30px;
}

.button {
  border: 1px solid var(--white);
  background-color: #0000;
  border-radius: 12px;
  margin-top: 40px;
  padding: 11px 33px;
  font-size: 1rem;
}

.container-2 {
  max-width: 1200px;
}

.section-2 {
  padding: 60px;
}

.div-block-4 {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-5 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-23 {
  width: 57px;
  margin-top: 5px;
}

.paragraph-2 {
  color: var(--small-heading);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.heading-2 {
  color: var(--dark-grey);
  font-family: Space Grotesk, sans-serif;
  font-size: 2.6rem;
  line-height: 54px;
}

.paragraph-3 {
  color: var(--grey);
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 27px;
}

.div-block-6 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.img {
  width: 12px;
  margin-top: 5px;
}

.paragraph-4 {
  color: var(--grey);
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 25px;
}

.div-block-7 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: column;
  display: flex;
}

.image-24 {
  filter: drop-shadow(6px 2px 10px #eef2fc);
  max-width: 80%;
}

.section-3 {
  padding: 60px;
}

.list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--grey);
  flex-flow: column;
  font-size: 20px;
  display: flex;
}

.container-3 {
  max-width: 1200px;
}

.section-4 {
  background-color: #eff3fa;
  padding: 60px;
}

.div-block-8, .div-block-9 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link {
  color: #060c3c;
}

.div-block-27 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-3 {
  color: #060c3c;
  text-align: center;
  font-size: 44px;
  line-height: 54px;
}

.heading-3.left {
  text-align: left;
  font-size: 43px;
}

.paragraph-5 {
  color: #5d6180;
  text-align: center;
  font-size: 22px;
  line-height: 34px;
}

.paragraph-5.left {
  text-align: left;
}

.heading-7 {
  color: var(--grey);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.section-6 {
  background-image: url('../images/Benefits.png');
  background-position: 50%;
  background-size: cover;
  max-width: 2000px;
  padding: 60px;
}

.div-block-28 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.heading-8 {
  color: var(--dark-grey);
  margin-top: 0;
  font-size: 22px;
  line-height: 32px;
  text-decoration: none;
}

.div-block-437 {
  background-color: #fff;
  border: 1px solid #007aff26;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 40px 20px;
  display: flex;
}

.div-block-29 {
  background-color: #6b89ce;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 5px;
  display: flex;
}

.container-8 {
  max-width: 1200px;
}

.div-block-438 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.div-block-436 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
}

.heading-9 {
  color: #007aff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 600;
  line-height: 26px;
}

.container-9 {
  max-width: 1200px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.section-7 {
  background-color: #272829;
  padding: 25px 0 0;
}

.div-block-542 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-25 {
  width: 200px;
}

.div-block-543 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: block;
}

.paragraph-6 {
  color: var(--white);
  margin-top: 32px;
  margin-bottom: 20px;
}

.div-block-544 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.div-block-545 {
  border: 1px solid #6b89ce;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
}

.img-2 {
  width: 23px;
}

.brix---footer-col-title {
  color: #fff;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.brix---footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.brix---footer-list-item {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 18px;
  padding-left: 0;
  display: flex;
}

.brix---footer-list-item:hover {
  padding-left: 0;
}

.brix---footer-list-item.top {
  justify-content: flex-start;
  align-items: flex-start;
}

.image-26 {
  width: 13px;
  margin-right: 6px;
}

.brix---footer-link {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
  display: block;
}

.brix---footer-link:hover {
  color: var(--grey);
}

.brix---footer-col-title-2 {
  color: #fff;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.image-27 {
  width: 25px;
  margin-top: 5px;
  margin-right: 14px;
}

.section-8 {
  padding: 0;
}

.container-10 {
  max-width: 1200px;
}

.div-block-546 {
  background-image: none;
  background-size: auto;
  padding: 40px;
}

.slide {
  background-image: url('../images/Frame-20-Large.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 15px;
  width: 100%;
  padding: 0;
}

.div-block-547 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  height: 100%;
  padding: 60px 59px;
  display: grid;
}

.heading-10 {
  color: var(--white);
  margin-top: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 2.7rem;
  line-height: 50px;
}

.paragraph-7 {
  color: var(--white);
  font-size: 18px;
  line-height: 30px;
}

.left-arrow, .right-arrow {
  display: none;
}

.slider {
  background-color: #0000;
  border-radius: 15px;
  width: 100%;
  height: auto;
}

.mask {
  border-radius: 15px;
}

.div-block-548 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.image-28 {
  width: 54px;
}

.paragraph-8 {
  color: var(--white);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 25px;
}

.div-block-549 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.image-29 {
  border-radius: 16px;
  height: 99%;
}

.slide-nav {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: none;
}

.div-block-551 {
  background-image: url('../images/Frame-20-Large.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
  border-radius: 15px;
}

.div-block-552 {
  justify-content: center;
  align-items: center;
  height: 88%;
  display: flex;
}

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

.cf-form-gradient-submit {
  color: var(--white);
  background-color: #6b89ce;
  border-radius: 8px;
  width: 100%;
  height: 50px;
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
}

.cf-form-gradient-submit._w-button {
  background-color: #6b89ce;
  width: 100%;
}

.div-block-554 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cf-form-gradient-submit-2 {
  color: #fff;
  text-transform: uppercase;
  background-color: #007aff;
  border-radius: 8px;
  width: 100%;
  height: 50px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 156%;
}

.text-block-11 {
  color: #172b4d;
  max-width: none;
  font-weight: 400;
  line-height: 25px;
}

.cf-error-message-2 {
  color: #fff;
  background-color: #fc6b5c4d;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.cf-error-message-2.darker {
  color: #bd333d;
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-left: 0;
  padding-top: 0;
  position: static;
  inset: auto 0% 0% auto;
}

.button-8 {
  background-color: #007aff;
  border-radius: 8px;
  margin-top: 20px;
  padding: 12px 25px;
}

.form {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  min-width: auto;
  margin-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.error-message {
  position: fixed;
}

.cf-success-message-2 {
  color: #172b4d;
  background-color: #0000;
  border-radius: 8px;
  width: auto;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.cf-fields-contain {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  display: block;
}

.text-block-5 {
  color: red;
}

.html-embed {
  display: block;
}

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

.form-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: auto;
  margin-bottom: 0;
  display: block;
}

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

.cf-contact-form-field {
  box-shadow: none;
  color: #828282;
  letter-spacing: -.16px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  height: 50px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 21px 10px 21px 20px;
  font-size: 14px;
  line-height: 25.4px;
}

.cf-contact-form-field:active, .cf-contact-form-field:focus {
  border-color: #0d0e1033;
}

.cf-contact-form-field::placeholder {
  color: #828282;
  line-height: 24px;
}

.cf-contact-form-field.message {
  border-color: #1211271f;
  border-radius: 0;
  width: 100%;
  height: 135px;
  margin-right: 0;
}

.button-9 {
  background-color: var(--small-heading);
  color: #fff;
  border-radius: 8px;
  margin-top: 20px;
  padding: 12px 25px;
  font-family: Inter, sans-serif;
}

.text-block-12 {
  color: red;
}

.div-block-555, .div-block-556 {
  width: 100%;
}

.div-block-557 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-558 {
  overflow: hidden;
}

.container-11 {
  max-width: 1200px;
}

.div-block-559 {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 60px;
  display: flex;
  position: relative;
}

.paragraph-9 {
  color: #172b4d;
  text-align: center;
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 19px;
  line-height: 29px;
}

.heading-11 {
  color: var(--dark-grey);
  text-align: center;
  font-family: Space Grotesk, sans-serif;
  font-size: 64px;
  line-height: 54px;
}

.div-block-560 {
  background-color: #0000;
  background-image: linear-gradient(36deg, #f0f5ff, #f0f6ff);
  position: relative;
}

.image-30 {
  width: 50%;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
}

.section-9 {
  position: relative;
}

.image-31 {
  z-index: -1;
  width: 52%;
  height: 888px;
  position: absolute;
  top: 0;
}

.container-12 {
  max-width: 1200px;
}

.section-10 {
  padding: 80px 40px;
}

.div-block-561 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body-2 {
  font-family: Inter, sans-serif;
}

.paragraph-10 {
  font-size: 32px;
}

.paragraph-11 {
  color: var(--grey);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 35px;
  text-decoration: none;
}

.image-32 {
  width: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.section-11 {
  background-color: #eff3fa8c;
  padding: 80px 40px 60px;
}

.container-13 {
  max-width: 1200px;
}

.div-block-562 {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.heading-12 {
  color: var(--dark-grey);
  font-size: 38px;
  font-weight: 700;
  line-height: 46px;
}

.paragraph-12 {
  color: var(--grey);
  margin-top: 20px;
  font-size: 1.3rem;
  line-height: 30px;
}

.image-33, .image-34 {
  height: 100%;
}

.cf-contact-form-field._w-input {
  border-color: var(--dark-grey);
  box-shadow: none;
}

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

.div-block-564, .div-block-565 {
  padding-top: 20px;
}

.div-block-566 {
  border-top: 1px solid #ffffff80;
  padding-top: 10px;
  padding-bottom: 10px;
}

.paragraph-13 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  display: block;
}

.cf-success-message {
  background-color: #0000;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-wrap-3 {
  background-color: #eff3fa;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  min-height: 100%;
  max-height: 100%;
  line-height: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.div-block-667 {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.utility-page-content-2 {
  z-index: 1;
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  min-height: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: static;
}

.image-5883 {
  width: 400px;
}

.heading-2140 {
  color: var(--dark-grey);
  margin-top: 0;
  font-size: 24px;
  font-weight: 700;
}

.button-3 {
  color: #fd5622;
  background-color: #fff;
  background-image: url('../images/Icon-6_1Icon (6).png');
  background-position: 22%;
  background-repeat: no-repeat;
  background-size: 19.3px;
  border: 1px solid #fd5622;
  border-radius: 52px;
  justify-content: center;
  align-items: center;
  width: 197px;
  height: 48.6px;
  padding-left: 37px;
  font-size: 16px;
  font-weight: 700;
  line-height: 13.2px;
  display: flex;
}

.button-3.no-icon {
  background-image: none;
  border-width: 1px;
  width: auto;
  padding-left: 29px;
  padding-right: 29px;
}

.body-3 {
  background-color: #eff3fa;
  font-family: Outfit, sans-serif;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .lynx-navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lynx-nav-block {
    justify-content: space-between;
    align-items: center;
  }

  .slider {
    height: auto;
  }

  .cf-form-gradient-submit-2 {
    cursor: pointer;
  }

  .input-block, .cf-contact-form-field {
    width: 100%;
  }

  .utility-page-wrap-3 {
    height: auto;
    min-height: auto;
    max-height: none;
    padding-bottom: 37px;
  }

  .image-5883 {
    width: 350px;
  }
}

@media screen and (min-width: 1440px) {
  .lynx-navbar {
    width: 90%;
  }

  .lynx-nav-button {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .container, .container-2, .container-3, .container-8, .container-9, .container-10 {
    max-width: 1350px;
  }

  .slide {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-547 {
    border-radius: 20px;
    width: 100%;
  }

  .slider {
    width: 100%;
    height: auto;
  }

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

  .div-block-552 {
    height: 79%;
  }

  .cf-contact-form-field {
    border-color: #bdbdbd;
  }

  .container-11, .container-12 {
    max-width: 1350px;
  }

  .paragraph-11 {
    font-size: 1.6rem;
  }

  .container-13 {
    max-width: 1350px;
  }

  .paragraph-12 {
    font-size: 1.5rem;
  }

  .utility-page-wrap-3 {
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: auto;
    max-height: none;
    padding-bottom: 43px;
  }

  .image-5883 {
    width: 350px;
  }
}

@media screen and (min-width: 1920px) {
  .dropdown-link {
    font-size: 20px;
  }

  .dropdown-link.w--current {
    font-size: 22px;
  }

  .lynx-navbar, .container, .container-2, .container-3 {
    max-width: 1500px;
  }

  .section-6 {
    background-position: 100%;
    background-size: cover;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .container-8, .container-9, .container-10 {
    max-width: 1500px;
  }

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

  .slide {
    background-image: url('../images/Frame-20-Large.png');
    background-size: auto;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-547 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
    padding-left: 61px;
    padding-right: 61px;
  }

  .slider {
    width: 100%;
    height: auto;
  }

  .mask {
    overflow: hidden;
  }

  .cf-contact-form-field, .cf-contact-form-field.message {
    border-color: #1211271f;
  }

  .container-11, .container-12 {
    max-width: 1500px;
  }

  .paragraph-11 {
    font-size: 1.6rem;
    line-height: 40px;
  }

  .container-13 {
    max-width: 1500px;
  }

  .paragraph-12 {
    font-size: 1.5rem;
  }

  .image-34 {
    height: auto;
  }

  .utility-page-wrap-3 {
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .utility-page-content-2 {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  .lynx-nav-buttons {
    justify-content: center;
    align-items: center;
  }

  .lynx-nav-buttons.hide {
    margin-left: 0;
    display: block;
  }

  .lynx-nav-buttons.hide_small_screens {
    display: none;
  }

  .brix---dropdown-pd {
    padding: 20px 0 14px;
  }

  .lynx-nav-button {
    background-color: var(--small-heading);
    color: var(--white);
  }

  .lynx-menu-button {
    color: #1f2022;
    background-color: #0000;
    border-radius: 50%;
    margin-left: 8px;
    padding: 13px;
    font-size: 20px;
    transition: background-color .2s, color .2s;
  }

  .lynx-menu-button:active {
    background-color: #fff;
  }

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

  .lynx-nav-link {
    color: #172b4d;
    width: 100%;
    font-family: Space Grotesk, sans-serif;
    font-size: 18px;
  }

  .lynx-nav-link.w--current {
    color: var(--small-heading);
    font-size: 20px;
  }

  .lynx-nav-link.w--current:hover {
    color: var(--small-heading);
  }

  .lynx-nav-menu {
    z-index: 1;
    color: #000;
    background-color: #fff;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding: 10px 20px 30px;
    display: flex;
    box-shadow: 12px 10px 15px 2px #1f2022;
  }

  .lynx-nav {
    display: flex;
  }

  .brix---dropdown-column-wrapper {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper.w--open {
    transform: none;
  }

  .brix---dropdown-card {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card.w--open {
    position: static;
  }

  .lynx-icon-menu {
    color: var(--white);
    background-color: #0000;
    font-size: 44px;
  }

  .lynx-icon-menu:active, .lynx-icon-menu:focus {
    color: #007aff;
  }

  .lynx-icon-menu.dark {
    color: var(--small-heading);
  }

  .section {
    padding: 60px;
  }

  .heading {
    padding-right: 0;
  }

  .div-block-4 {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

  .section-3 {
    padding: 40px;
  }

  .section-4 {
    padding: 41px;
  }

  .heading-3.left {
    font-size: 35px;
  }

  .section-6 {
    padding: 40px;
  }

  .div-block-28 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .heading-8 {
    font-size: 18px;
  }

  .div-block-437 {
    display: flex;
    box-shadow: inset 0 0 0 1px #007aff26;
  }

  .div-block-29 {
    min-width: 60px;
  }

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

  .heading-9 {
    font-size: 19px;
  }

  .container-9 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-7 {
    padding: 25px 0 0;
  }

  .brix---footer-col-title, .brix---footer-col-title-2 {
    margin-bottom: 24px;
    padding-bottom: 0;
  }

  .div-block-546 {
    padding: 40px;
  }

  .div-block-547 {
    padding: 70px 41px;
  }

  .slider {
    height: auto;
  }

  .div-block-548 {
    margin-top: 0;
  }

  .form {
    min-width: auto;
  }

  .cf-success-message-2 {
    width: 100%;
  }

  .cf-fields-contain {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .cf-contact-form-field.message {
    width: 100%;
    margin-right: 0;
  }

  .div-block-559 {
    padding-top: 41px;
    padding-bottom: 41px;
  }

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

  .paragraph-11 {
    font-size: 1.4rem;
  }

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

  .div-block-562 {
    margin-bottom: 20px;
  }

  .paragraph-12 {
    font-size: 1.3rem;
  }

  .image-33, .image-34 {
    height: auto;
  }

  .utility-page-wrap-3 {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .dropdown-link.w--current {
    font-size: 18px;
  }

  .lynx-nav-button {
    display: flex;
  }

  .lynx-nav-link {
    font-size: 18px;
  }

  .nav_logo {
    max-height: none;
  }

  .lynx-nav-menu {
    margin-top: 0;
  }

  .div-block-2 {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 42px;
  }

  .heading {
    padding-right: 0;
  }

  .section-2 {
    padding: 61px 40px;
  }

  .div-block-4 {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    grid-template-columns: 1fr;
  }

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

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

  .div-block-27 {
    grid-template-columns: 1fr;
  }

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

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

  .heading-8 {
    white-space: nowrap;
    font-size: 18px;
  }

  .div-block-437 {
    margin-top: 0;
  }

  .div-block-29 {
    width: 55px;
    min-width: 55px;
    height: 55px;
  }

  .div-block-438 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-542 {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 20px;
  }

  .brix---footer-list-item {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
  }

  .brix---footer-link {
    line-height: 23px;
  }

  .brix---footer-col-title-2 {
    margin-bottom: 24px;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 20px;
  }

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

  .div-block-547 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1.5fr;
    padding: 40px 25px 60px;
  }

  .heading-10 {
    line-height: 46px;
  }

  .slider {
    height: auto;
  }

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

  .cf-fields-contain {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .div-block-434 {
    width: 100%;
    height: auto;
  }

  .cf-contact-form-field {
    margin-bottom: 0;
    margin-right: 0;
  }

  .cf-contact-form-field.message {
    width: 100%;
  }

  .div-block-555 {
    width: 100%;
    height: auto;
  }

  .div-block-559 {
    padding-top: 53px;
    padding-bottom: 53px;
  }

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

  .div-block-561 {
    grid-column-gap: 37px;
    grid-row-gap: 37px;
    grid-template-columns: 1fr;
  }

  .paragraph-11 {
    font-size: 1.2rem;
  }

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

  .div-block-562 {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .paragraph-12 {
    margin-top: 10px;
    font-size: 1.1rem;
  }

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

  .div-block-566 {
    padding-left: 19px;
    padding-right: 19px;
  }
}

@media screen and (max-width: 479px) {
  .lynx-nav-buttons {
    display: none;
  }

  .brix---dropdown-pd {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .dropdown-link {
    white-space: normal;
    font-size: 16px;
    line-height: 25px;
  }

  .dropdown-link.w--current {
    font-size: 16px;
    line-height: 25px;
  }

  .lynx-nav-button {
    display: flex;
  }

  .lynx-nav-button.dark.bg {
    height: 50px;
  }

  .lynx-menu-button {
    border-radius: 50%;
  }

  .lynx-nav-link {
    color: #172b4d;
  }

  .lynx-nav-link.w--current {
    color: var(--small-heading);
  }

  .nav_logo {
    width: 150px;
    max-height: none;
  }

  .lynx-nav-menu {
    background-color: #fff;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
  }

  .brix---dropdown-links-grid {
    grid-row-gap: 8px;
  }

  .lynx-nav-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section {
    padding-left: 19px;
    padding-right: 19px;
  }

  .heading {
    padding-right: 0;
    font-size: 43px;
    line-height: 58px;
  }

  .section-2 {
    padding: 39px 21px;
  }

  .heading-2 {
    font-size: 46px;
    line-height: 49px;
  }

  .section-3 {
    padding: 41px 21px;
  }

  .section-4 {
    padding: 40px 20px;
  }

  .div-block-27 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .heading-3 {
    font-size: 36px;
  }

  .heading-3.left {
    font-size: 29px;
    line-height: 47px;
  }

  .paragraph-5.left {
    font-size: 18px;
    line-height: 31px;
  }

  .heading-7 {
    font-size: 16px;
  }

  .section-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-28 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-8 {
    white-space: normal;
    font-size: 16px;
  }

  .div-block-437 {
    margin-top: 20px;
    padding-top: 20px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .div-block-29 {
    width: 50px;
    height: 50px;
    display: flex;
  }

  .div-block-438 {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-9 {
    text-align: left;
  }

  .container-9 {
    padding-left: 19px;
    padding-right: 19px;
  }

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

  .div-block-542 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .brix---footer-col-title {
    margin-bottom: 16px;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---footer-list-item {
    margin-bottom: 8px;
  }

  .brix---footer-link {
    font-size: 16px;
    line-height: 19px;
  }

  .brix---footer-col-title-2 {
    margin-bottom: 16px;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 18px;
  }

  .slide {
    background-size: 100% 100%;
  }

  .div-block-547 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-10 {
    font-size: 2.2rem;
    line-height: 41px;
  }

  .paragraph-7 {
    font-size: 1.4rem;
  }

  .div-block-548 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .paragraph-8 {
    font-size: 1.2rem;
  }

  .div-block-549 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .image-29 {
    margin-top: 20px;
  }

  .text-block-11 {
    white-space: normal;
  }

  .form {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .cf-success-message-2 {
    width: 100%;
  }

  .cf-fields-contain {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 16px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .text-block-5 {
    margin-top: 10px;
  }

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

  .form-block {
    height: auto;
    padding-bottom: 0;
  }

  .cf-contact-form-field {
    height: 54px;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 20px;
    font-size: 14px;
  }

  .cf-contact-form-field.message {
    width: 100%;
    margin-right: 0;
  }

  .text-block-12 {
    margin-top: 10px;
  }

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

  .div-block-559 {
    padding-top: 41px;
    padding-bottom: 41px;
  }

  .paragraph-9 {
    margin-top: 0;
  }

  .heading-11 {
    white-space: nowrap;
    font-size: 50px;
  }

  .section-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-11 {
    line-height: 31px;
  }

  .section-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-35 {
    max-width: 100%;
  }

  .paragraph-13 {
    display: block;
  }

  .utility-page-wrap-3 {
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .utility-page-content-2 {
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-c53f7597-dddc-6914-7db0-a26ed785d895-b65b19ad, #w-node-a8af30a4-2346-279b-4af6-0f803d9c4c7d-b65b19ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b307ebbc-463e-860e-2d68-364e059b2dc4-b65b19ad {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c840094-fde2-8bd5-5295-bc2d486a2c38-b65b19ad {
  order: -9999;
}

#w-node-_5b122d87-6d29-1763-f163-ddba55b7fdcc-b65b19ad, #w-node-_048c7fe1-9112-c8cb-623f-e2ab66cb687b-66cb6878 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1aa9c9a1-c640-ecc6-cd23-ab905f43de0d-5f43dded {
  place-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-a8af30a4-2346-279b-4af6-0f803d9c4c7d-b65b19ad, #w-node-_318b5d4c-bfe9-243f-45b0-2d7a4d1e7d44-b65b19ad, #w-node-_5b122d87-6d29-1763-f163-ddba55b7fdcc-b65b19ad {
    order: -9999;
  }

  #w-node-_048c7fe1-9112-c8cb-623f-e2ab66cb687b-66cb6878 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ec3e6b8d-914b-0d73-765f-00fdf656f8b8-a508b280 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_318b5d4c-bfe9-243f-45b0-2d7a4d1e7d44-b65b19ad {
    order: -9999;
  }

  #w-node-_048c7fe1-9112-c8cb-623f-e2ab66cb687b-66cb6878 {
    grid-column: span 1 / span 1;
  }
}


