:root {
  --secondery: #142d50;
  --primary: #1fbf9c;
  --lite-gray: #f5f7fa;
  --white: white;
  --lite-bg: #e9f9f5;
}

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

.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-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.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;
  }
}

body {
  color: #142d50;
  padding: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 61px;
  font-weight: 700;
  line-height: 56px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.navbar-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 16px;
  position: absolute;
  inset: 0% 0% auto;
}

.container-regular {
  width: 100%;
  max-width: 1280px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 1px;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: var(--secondery);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.mobile-margin-top-10 {
  pointer-events: auto;
  margin-left: auto;
  margin-right: auto;
}

.nav-button-wrapper {
  margin-left: 24px;
}

.button-primary {
  background-color: var(--secondery);
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 4px;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  transition: all .2s;
}

.button-primary:hover {
  background-color: var(--primary);
  color: #fff;
}

.button-primary:active {
  background-color: #091b33;
}

.button-primary._2 {
  letter-spacing: 0;
  text-transform: none;
  padding: 8px 16px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.logo {
  height: 48px;
  margin-top: 2px;
  display: block;
}

.p1 {
  color: #435773;
  margin-bottom: 8px;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

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

.h2 {
  width: 100%;
  color: var(--secondery);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Droid Sans, sans-serif;
  font-size: 61px;
  font-weight: 400;
  line-height: 64px;
}

.h2.bold {
  text-align: center;
  font-family: Droid Sans, sans-serif;
  font-size: 49px;
  font-weight: 700;
  line-height: 56px;
}

.image1 {
  opacity: 1;
  padding-top: 120px;
  padding-bottom: 120px;
  transition: opacity .2s;
}

.card-item {
  border-style: solid;
  border-width: 1px 1px 16px;
  border-color: var(--primary);
  background-color: var(--lite-gray);
  border-radius: 16px;
  width: 100%;
  height: 360px;
  position: relative;
  overflow: hidden;
}

.lottie-animation {
  border: 1px solid #0bab88;
  border-radius: 16px;
  overflow: hidden;
}

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

.utility-page-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 400px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-7 {
  opacity: .5;
  max-width: 100%;
}

.a-button-inside {
  z-index: 2;
  grid-column-gap: 10px;
  opacity: 1;
  color: #fff;
  white-space: nowrap;
  background-color: #1fbf9c;
  border-radius: 10000px;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  padding: 16px 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  display: flex;
  position: relative;
  inset: 1%;
}

.a-cicle-active {
  background-color: #fff;
  border-radius: 1000px;
  width: 12px;
  height: 12px;
  position: absolute;
  inset: 50%;
  transform: translate(-50%, -50%);
}

.managers-btn {
  background-color: #1fbf9c00;
  border-radius: 1000px;
  text-decoration: none;
}

.managers-btn:hover {
  background-color: #1fbf9c26;
}

.m-cicle-btn {
  z-index: 1;
  border: 1px solid #142d50;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.hero-split {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 730px;
  margin-bottom: 142px;
  display: flex;
}

.logo-2 {
  height: 70%;
}

.section-8 {
  background-color: #f5f7fa;
  height: 100vh;
}

.logos-container2 {
  padding-top: 16px;
  padding-bottom: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.allocators-btn {
  background-color: #1fbf9c00;
  border-radius: 1000px;
  text-decoration: none;
}

.allocators-btn:hover {
  background-color: #1fbf9c26;
}

.section-5 {
  background-color: #f5f7fa00;
  height: 14%;
  position: relative;
}

.hero-btn-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 100px;
  padding: 8px;
  display: flex;
}

.hero-btn-wrapper.fixed {
  z-index: 5;
  opacity: 0;
  position: fixed;
  inset: 20px 20px auto auto;
}

.container {
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin-bottom: -8px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.container.tabs {
  max-width: 1009%;
  margin-bottom: 0;
}

.m-button-inside {
  z-index: 2;
  grid-column-gap: 10px;
  opacity: 1;
  color: #142d50;
  white-space: nowrap;
  background-color: #1fbf9c00;
  border-radius: 10000px;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  padding: 16px 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  display: flex;
  position: relative;
  inset: 1%;
}

.image-6 {
  z-index: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
  position: absolute;
  inset: auto 10% 24% auto;
}

.h1 {
  align-self: flex-start;
  margin-bottom: 0;
  font-family: Droid Sans, sans-serif;
  font-size: 76px;
  font-weight: 400;
  line-height: 72px;
}

.m-cicle-active {
  background-color: #fff;
  border-radius: 1000px;
  width: 12px;
  height: 12px;
  display: none;
  position: absolute;
  inset: 50%;
  transform: translate(-50%, -50%);
}

.a-cicle-btn {
  z-index: 1;
  border: 1px solid #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.p1-2 {
  color: #435773;
  margin-bottom: 8px;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.p1-2._2 {
  margin-right: 164px;
  padding-top: 0;
  font-size: 20px;
}

.p1-2.big {
  margin-right: 1px;
  font-size: 18px;
  line-height: 150%;
}

.div-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-bottom: 0;
  display: flex;
}

.btn-title {
  z-index: 1;
  font-weight: 400;
  position: relative;
}

.code-embed {
  width: 216px;
  margin-bottom: 0;
  margin-right: 12px;
  padding-top: 16px;
  display: block;
}

.logos-row2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex: none;
  align-items: center;
  width: 126rem;
  padding-left: 4rem;
  display: flex;
}

.logos-gradient {
  background-image: linear-gradient(90deg, #f5f7fa, #f5f7fa00);
  width: 5rem;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.logos-gradient.is-inverted {
  inset: 0% 0% 0% auto;
  transform: rotate(180deg);
}

.hero-heading-left {
  background-color: #f5f7fa00;
  border-bottom: 0 #e4ebf3;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 86%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.title-wrapper.left {
  align-items: flex-start;
}

.card-cost {
  filter: blur(4px);
  font-size: 20px;
  font-weight: 700;
}

.card-btm {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.tag-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.h2-2 {
  color: #142d50;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Droid Sans, sans-serif;
  font-size: 61px;
  font-weight: 400;
  line-height: 64px;
}

.h2-2.bold {
  text-align: center;
  font-family: Droid Sans, sans-serif;
  font-size: 49px;
  font-weight: 700;
  line-height: 56px;
}

.section {
  color: #ecf0ef;
  background-color: #e9f9f5;
  background-image: linear-gradient(#fff, #f5f7fa);
  flex-direction: column;
  align-items: center;
  width: auto;
  margin-bottom: -40px;
  padding: 100px 16px 0;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.section.slide {
  background-color: #fff;
  background-image: none;
  margin-bottom: 0;
  padding-top: 150px;
  padding-bottom: 150px;
  overflow: hidden;
}

.icon-2 {
  display: none;
}

.div-block-20 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #435773;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 1000px;
  align-items: center;
  padding: 5px 10px 5px 5px;
  font-size: 16px;
  line-height: 22px;
  display: inline-flex;
}

.mask {
  height: auto;
}

.button-card {
  color: #fff;
  background-color: #1fbf9c;
  border: 1px #fff;
  border-radius: 4px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 56px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  display: flex;
}

.button-card:hover {
  background-color: #1fbf9c;
}

.card-logo {
  filter: blur(6px);
  max-height: 54px;
}

.slider-card {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  cursor: pointer;
  background-color: #f5f7fa;
  border: 1px solid #0bab88;
  border-radius: 20px;
  flex-flow: column;
  padding: 30px;
  display: flex;
  position: relative;
}

.slide-nav {
  bottom: -50px;
}

.card-logo-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.right-arrow {
  display: none;
}

.slider {
  background-color: #ddd0;
  height: auto;
  margin-top: 96px;
}

.card-blur {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.left-arrow {
  display: none;
}

.btn-none {
  width: 100%;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

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

.card-tag {
  color: #435773;
  background-color: #dce4f2;
  border-radius: 1000px;
  padding: 5px 13px;
  font-size: 16px;
  display: inline-flex;
}

.card-cost-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-top {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.card-cost-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #435773;
  flex-flow: column;
  align-items: flex-start;
  font-size: 16px;
  line-height: 22px;
  display: flex;
}

.rive-2 {
  border-radius: 16px;
  width: 522px;
  height: 322px;
}

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

.image-2 {
  margin-top: 32px;
}

.quick-stack {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  width: 100%;
  max-width: 1280px;
  margin-bottom: 0;
  padding: 0;
}

.quick-stack.allocators {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  margin-bottom: 0;
}

.h2-3 {
  color: #142d50;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Droid Sans, sans-serif;
  font-size: 61px;
  font-weight: 400;
  line-height: 64px;
}

.h2-3.bold {
  text-align: center;
  font-family: Droid Sans, sans-serif;
  font-size: 49px;
  font-weight: 700;
  line-height: 56px;
}

.section-9 {
  color: #ecf0ef;
  background-color: #e9f9f5;
  background-image: linear-gradient(#fff, #f5f7fa);
  flex-direction: column;
  align-items: center;
  width: auto;
  margin-bottom: -40px;
  padding: 100px 16px 0;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.section-9.blue {
  background-color: #f5f7fa00;
  background-image: linear-gradient(#fff, #f5f7fa);
  margin-bottom: 0;
  padding-top: 130px;
  padding-bottom: 150px;
}

.section-9.benefits {
  background-image: linear-gradient(#fff, #f5f7fa);
  margin-bottom: 0;
  padding-top: 130px;
  padding-bottom: 150px;
}

.h5 {
  color: #1fbf9c;
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: -8px;
  font-family: Droid Sans, sans-serif;
  font-size: 16px;
}

.h5.center {
  text-align: center;
}

.column-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 86%;
  margin-bottom: 24px;
  padding-bottom: 0;
  display: flex;
}

.column-1.allocators {
  width: 100%;
}

.column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 160px;
  padding-bottom: 0;
  display: flex;
}

.allocators-card-wrapper {
  grid-column-gap: 280px;
  grid-row-gap: 280px;
  flex-flow: column;
  display: flex;
}

.slide-image.center {
  justify-content: center;
}

.section-4 {
  height: auto;
}

.h3 {
  color: #142d50;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Droid Sans, sans-serif;
  font-size: 49px;
  font-weight: 400;
  line-height: 56px;
}

.h3.small {
  font-size: 40px;
  line-height: 120%;
}

.image-4 {
  background-color: #e6f6f2;
  border-radius: 40px;
  width: 56px;
  height: 56px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.image-4.allocators {
  padding-top: 0;
  padding-bottom: 0;
}

.image-4._3 {
  background-color: #e2f2ee;
}

.image-4._2 {
  color: #e5f1fa;
  background-color: #e4f4f0;
}

.image-8 {
  margin-top: 32px;
}

.h2-4 {
  color: #142d50;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Droid Sans, sans-serif;
  font-size: 61px;
  font-weight: 400;
  line-height: 64px;
}

.h2-4.bold {
  text-align: center;
  font-family: Droid Sans, sans-serif;
  font-size: 49px;
  font-weight: 700;
  line-height: 56px;
}

.h2-4.bold.left-align {
  text-align: left;
}

.h2-4.bold.left {
  text-align: left;
  font-size: 31px;
}

.h2-4.popup {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.column-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 160px;
  padding-bottom: 0;
  display: flex;
}

.column-2._2 {
  max-width: 1280px;
  margin-bottom: 96px;
}

.column-2.sticky {
  z-index: 2;
  background-color: #fff;
  border-bottom: 1px solid #d5e0f1;
  margin-bottom: 630px;
  padding-top: 100px;
  padding-bottom: 80px;
  position: sticky;
  top: 0;
}

.section-10 {
  height: auto;
}

.div-block-9 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1280px;
  display: grid;
}

.card-background {
  filter: saturate(120%);
  background-color: #e9f9f500;
  height: 100%;
  position: relative;
}

.card-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
}

.image-3 {
  z-index: 2;
  height: 32px;
  position: absolute;
  inset: 32px auto auto 16px;
}

.section-11 {
  color: #ecf0ef;
  background-color: #e9f9f5;
  background-image: linear-gradient(#fff, #f5f7fa);
  flex-direction: column;
  align-items: center;
  width: auto;
  margin-bottom: -40px;
  padding: 100px 16px 0;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.section-11.w {
  background-color: #fff;
  background-image: none;
  margin-bottom: 0;
  padding-top: 150px;
  padding-bottom: 150px;
}

.section-11.tabs {
  background-color: #fff;
  background-image: none;
  border-bottom: 1px solid #d5e0f1;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.card-link {
  height: 100%;
  text-decoration: none;
  display: block;
  position: relative;
}

.h4 {
  color: #142d50;
  -webkit-text-stroke-width: .2px;
  text-indent: 0;
  border-left: 4px #1fbf9c;
  margin-top: 0;
  margin-bottom: 0;
  padding: 2px 0;
  font-family: Droid Sans, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 28px;
}

.h4._2 {
  border-left-color: #009fca;
  margin-right: 0;
  font-size: 22px;
  line-height: 28px;
}

.h4._4 {
  border-left-color: #5750b8;
}

.h4._3 {
  border-left-color: #0070d1;
}

.h4._1 {
  color: #fff;
  line-height: 36px;
}

.card-heading-holder {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 1.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-heading-wrapper {
  display: flex;
  position: relative;
}

.card-item-2 {
  background-color: #f5f7fa;
  border: 1px solid #1fbf9c;
  border-bottom-width: 16px;
  border-radius: 16px;
  width: 100%;
  height: 360px;
  position: relative;
  overflow: hidden;
}

.card-item-2._2 {
  background-color: #f5f7fa;
  border-color: #0bab88;
}

.card-item-2._3 {
  background-color: #f5f7fa;
  border-color: #009774;
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
}

.card-item-2._4 {
  background-color: #f5f7fa;
  border-color: #008360;
}

.card-content {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  object-fit: cover;
  background-color: #1fbf9c00;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  margin-top: -88px;
  padding: 1rem 16px 1.25rem;
  font-size: .875rem;
  display: flex;
  position: relative;
}

.card-heading-background {
  z-index: -1;
  background-color: #1fbf9c00;
  border-radius: 0;
  width: auto;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.code-embed-2 {
  max-width: 1280px;
}

.tabs-card {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  align-items: flex-start;
  width: 810px;
  padding-left: 90px;
  display: flex;
  position: relative;
}

.tabs-sticky {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f5f7fa;
  border-radius: 20px;
  flex-flow: column;
  width: 270px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: sticky;
}

.tabs-link {
  color: #142d5066;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  font-family: Lato, sans-serif;
  font-size: 25px;
  line-height: 110%;
  text-decoration: none;
}

.tabs-link.w--current {
  color: #1fbf9c;
  background-color: #1fbf9c1a;
  border-left: 2px solid #1fbf9c;
  font-weight: 700;
}

.div-block-19 {
  flex-flow: column;
  align-items: flex-start;
  margin-bottom: 200px;
  display: flex;
  position: sticky;
  top: 390px;
}

.tabs-text {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.tabs-content {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.tabs-content-wrapper {
  border-left: 1px solid #d5e0f1;
  align-items: flex-start;
  width: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
  position: relative;
}

.rive {
  object-fit: cover;
  border-radius: 22px;
  width: 100%;
  height: 330px;
  overflow: hidden;
}

.tabs-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  padding-top: 280px;
  display: flex;
}

.card-border {
  background-color: #d5e0f1;
  height: 1px;
}

.tabs-sticky-container {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 470px;
  min-width: 470px;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
  position: relative;
}

.tabs-link-active {
  width: 100%;
  height: 500px;
  display: none;
  position: absolute;
  transform: translate(0, -390px);
}

.tabs-title {
  width: 100%;
  height: 100%;
  position: absolute;
}

.tabs-count {
  color: #142d5066;
}

.contact-img-wrapper {
  cursor: pointer;
  width: 730px;
  height: 330px;
  position: relative;
  overflow: hidden;
}

.contact-btn {
  z-index: 1;
  background-color: #1fbf9c;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 235px;
  height: 235px;
  display: flex;
  position: absolute;
  inset: auto 50% 0%;
  transform: translate(-50%, 50%);
}

.contact-btn.shadow {
  z-index: 0;
  opacity: 0;
  filter: blur(18px);
}

.contact-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.contact-text {
  color: #fff;
  text-align: center;
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  font-weight: 600;
  line-height: 120%;
  display: flex;
  position: absolute;
  top: 50px;
  bottom: auto;
}

.contact-img {
  cursor: pointer;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.button-form {
  color: #fff;
  background-color: #1fbf9c;
  border: 1px #fff;
  border-radius: 4px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 16px 56px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
}

.button-form:hover {
  background-color: #1fbf9ce6;
}

.radio-wrapper {
  align-items: center;
  display: flex;
}

.radio-buttons-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 16px;
  display: flex;
}

.success-message {
  color: #0f1213;
  background-color: #2f4858;
  border-radius: 16px;
  order: 0;
  width: 100rem;
  min-width: auto;
  max-width: 520px;
  height: 600px;
  padding: 24px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3em;
}

.image-9 {
  width: 100%;
  height: 100%;
}

.field-message {
  color: #fff;
  background-color: #ffffff14;
  border: 1px #000;
  border-radius: 4px;
  width: 100%;
  max-width: 100%;
  min-height: 160px;
  max-height: 160px;
  margin-bottom: 24px;
  padding: 16px 8px;
  font-size: 16px;
  line-height: 20px;
}

.field-message:hover {
  outline-offset: 0px;
  border: 1px #fff;
  outline: 1px solid #e9f9f5;
}

.field-message:active {
  outline-offset: 0px;
  border-color: #fff;
  outline: 1px solid #fff;
}

.field-message:focus {
  outline-offset: 0px;
  border-color: #fff;
  border-bottom-width: 2px;
  outline: 2px solid #fff;
}

.field-message::placeholder {
  color: #9fadbd;
  font-weight: 400;
  line-height: 20px;
}

.link-block {
  border-radius: 4px;
  align-self: center;
  overflow: hidden;
}

.link-block:hover {
  opacity: .8;
}

.image-10 {
  width: 100%;
  height: 100%;
}

.footer-copyright {
  color: #142d50;
  text-align: right;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.section-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -webkit-text-fill-color: inherit;
  background-color: #f5f7fa;
  background-clip: border-box;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 270px;
  padding: 48px 24px 16px;
  display: flex;
}

.success-message-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  width: auto;
  display: flex;
}

.disclaimer {
  color: #142d5080;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.error-message {
  text-align: center;
  background-color: #e94757;
  border-radius: 16px;
  margin-top: 8px;
  padding: 16px;
}

.form-label {
  color: #142d50;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.image-5 {
  height: 40px;
}

.radio-button-label-3 {
  color: #fff;
}

.links-div {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.form-advance {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  color: #142d50;
  background-color: #2f4858;
  border-radius: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  min-width: 520px;
  max-width: none;
  margin-top: 0;
  padding: 24px;
  display: flex;
}

.p2 {
  color: #142d50;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.p2.bold {
  font-size: 18px;
  font-weight: 700;
}

.p2.bold.w {
  color: #fff;
}

.field {
  color: #fff;
  background-color: #ffffff14;
  border: 1px #000;
  border-radius: 4px;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  margin-bottom: 16px;
  padding: 16px 8px;
  font-size: 16px;
  line-height: 20px;
  overflow: clip;
}

.field:hover {
  outline-offset: 0px;
  border: 1px #000;
  outline: 1px solid #e9f9f5;
}

.field:active {
  outline-offset: 0px;
  border-top: 0 #1fbf9c;
  border-bottom: 1px #1fbf9c;
  border-left: 0 solid #1fbf9c;
  border-right: 0 #1fbf9c;
  outline: 1px solid #fff;
}

.field:focus {
  outline-offset: 0px;
  border: 0 #1fbf9c;
  border-bottom: 2px #fff;
  outline: 2px solid #fff;
}

.field::placeholder {
  color: #9fadbd;
  font-weight: 400;
}

.column-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 86%;
  margin-bottom: 24px;
  padding-bottom: 0;
  display: flex;
}

.form {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 544px;
  margin-top: -144px;
  margin-bottom: 0;
  display: flex;
}

.form.popup {
  width: 544px;
  max-width: none;
  height: 660px;
  margin-top: 0;
  position: absolute;
  inset: 50%;
  transform: translate(-50%, -50%);
}

.form.popup.hide {
  overflow: visible;
}

.form.popup.embed {
  border-radius: 20px;
  width: 800px;
  height: 500px;
}

.image-11 {
  width: 100%;
  height: 100%;
}

.container-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: auto;
  justify-content: center;
  place-items: flex-start stretch;
  width: 100%;
  max-width: 1280px;
  padding-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer-legal-link {
  color: #142d50;
  text-align: right;
  width: auto;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 400;
  transition: color .2s;
}

.footer-legal-link:hover {
  color: #1fbf9c;
}

.footer-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.footer-wrapper.allocators {
  padding-bottom: 50px;
}

.text-block {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.radio-button {
  border: 2px solid #1fbf9c;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-right: 8px;
}

.radio-button.w--redirected-checked {
  background-color: #1fbf9c;
  background-image: url('../images/Vector-1-Stroke.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-color: #0000;
}

.radio-button.w--redirected-focus {
  box-shadow: none;
}

.div-block-6 {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  max-width: 620px;
  height: auto;
  display: flex;
}

.recaptcha {
  margin-bottom: 0;
}

.div-block-10 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.brand-box {
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  object-position: 0% 50%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  width: 100%;
  height: auto;
  margin-right: 24px;
  display: flex;
}

.brand-box:hover {
  opacity: 1;
}

.image {
  align-self: center;
  height: auto;
}

.form-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.image-12, .image-13, .image-14 {
  width: 100%;
  height: 100%;
}

.section-13 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -webkit-text-fill-color: inherit;
  background-color: #f5f7fa;
  background-clip: border-box;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 270px;
  padding: 48px 24px 16px;
  display: flex;
}

.section-13.allocators {
  margin-top: 0;
  padding-top: 150px;
  padding-bottom: 30px;
}

.div-block-21 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  width: auto;
  display: flex;
}

.image-15 {
  width: 100%;
  height: 100%;
}

.div-block-22 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.image-16 {
  align-self: center;
  height: auto;
}

.image-17 {
  width: 100%;
  height: 100%;
}

.image-18 {
  height: 40px;
}

.popup-wrapper {
  z-index: 10;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.popup-bg {
  background-color: #0006;
  width: 100%;
  height: 100%;
}

.image-19 {
  cursor: pointer;
  position: absolute;
  inset: 30px 30px auto auto;
}

.section-14 {
  width: 100%;
  max-width: none;
  margin-top: 120px;
  padding-top: 0;
  padding-left: 16px;
  padding-right: 16px;
}

.container-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  max-width: 1280px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section-15 {
  width: 100%;
  max-width: none;
  margin-top: 120px;
  padding-top: 0;
  padding-left: 16px;
  padding-right: 16px;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

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

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

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

  .card-item {
    height: 25rem;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container {
    max-width: 728px;
  }

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

  .slider-grid {
    grid-template-columns: 1fr;
  }

  .quick-stack {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .quick-stack.allocators {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

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

  .column-1 {
    width: 80%;
  }

  .allocators-card-wrapper {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
  }

  .slide-image {
    justify-content: center;
    align-items: flex-start;
  }

  .column-2.sticky {
    border-bottom-style: none;
    margin-bottom: 0;
    padding-bottom: 96px;
    position: static;
  }

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

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

  .card-image {
    display: inline-block;
  }

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

  .section-11.tabs {
    border-bottom-style: none;
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .card-item-2 {
    height: 25rem;
  }

  .tabs-card {
    width: auto;
    padding-left: 0;
  }

  .tabs-content-wrapper {
    border-left-style: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .tabs-container {
    padding-top: 0;
  }

  .card-border, .tabs-sticky-container {
    display: none;
  }

  .tabs-title {
    position: static;
  }

  .contact-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .section-3 {
    margin-top: 230px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .form-advance {
    align-self: stretch;
  }

  .column-3 {
    width: 80%;
  }

  .container-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .footer-legal-link {
    transition: none;
  }

  .footer-legal-link:hover {
    color: #939b9b;
  }

  .div-block-6 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .brand-box {
    z-index: 2;
    transition: none;
  }

  .brand-box:hover {
    opacity: 1;
  }

  .section-13 {
    margin-top: 230px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

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

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .p1 {
    text-align: left;
  }

  .card-item {
    height: 20rem;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .section {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .quick-stack {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    order: 1;
    align-self: auto;
    margin-bottom: 80px;
  }

  .section-9 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .column-1 {
    width: 100%;
  }

  .section-11 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .card-item-2 {
    height: 20rem;
  }

  .card-content {
    align-items: flex-start;
  }

  .rive {
    height: 245px;
  }

  .contact-img-wrapper {
    width: 100%;
    height: 240px;
  }

  .contact-img {
    min-width: auto;
  }

  .success-message {
    width: 100%;
  }

  .form-advance {
    grid-template-columns: 1fr;
    min-width: 540px;
    max-width: 100%;
  }

  .form-advance.popup {
    min-width: auto;
  }

  .column-3 {
    width: 100%;
  }

  .form.popup {
    width: 480px;
    height: 710px;
  }

  .container-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .footer-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .brand-box {
    margin-right: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .navbar-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .button-primary {
    text-align: center;
    width: 100%;
  }

  .p1 {
    text-align: left;
  }

  .h2 {
    font-size: 49px;
    line-height: 56px;
  }

  .h2.bold {
    font-size: 31px;
    line-height: 40px;
  }

  .image1 {
    padding-top: 0;
    padding-bottom: 64px;
  }

  .card-item {
    height: 20rem;
  }

  .a-button-inside {
    grid-column-gap: 7px;
    min-width: 120px;
    padding: 10px;
    font-size: 15px;
    top: 1%;
  }

  .hero-split {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .section-8 {
    height: auto;
    padding-top: 64px;
  }

  .hero-btn-wrapper {
    border-radius: 30px;
    flex-flow: row;
    align-items: center;
    padding: 8px;
  }

  .hero-btn-wrapper.fixed {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    border-radius: 100px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 260px;
    padding: 5px;
    inset: auto 50% 20px;
    transform: translate(-50%);
  }

  .container {
    max-width: none;
  }

  .m-button-inside {
    grid-column-gap: 7px;
    min-width: 120px;
    padding: 10px 15px;
    font-size: 15px;
  }

  .image-6 {
    display: none;
  }

  .h1 {
    font-size: 39px;
    line-height: 56px;
  }

  .p1-2._2 {
    margin-right: 0;
  }

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

  .code-embed {
    width: 130px;
    height: auto;
  }

  .hero-heading-left {
    padding: 16px 16px 8px;
  }

  .title-wrapper {
    text-align: center;
  }

  .title-wrapper.left {
    text-align: left;
  }

  .h2-2 {
    font-size: 49px;
    line-height: 56px;
  }

  .h2-2.bold {
    font-size: 31px;
    line-height: 40px;
  }

  .section.slide {
    margin-bottom: 0;
    padding-top: 96px;
    padding-bottom: 110px;
  }

  .button-card {
    width: 100%;
  }

  .card-logo {
    max-width: 89px;
  }

  .slider-card {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
    max-width: 100%;
    padding: 20px;
  }

  .slider {
    margin-top: 64px;
  }

  .btn-none {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-grid {
    grid-template-columns: 100%;
  }

  .card-cost-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .card-top {
    padding-bottom: 0;
  }

  .rive-2 {
    width: 340px;
    height: 217px;
  }

  .quick-stack {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .quick-stack.allocators {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .h2-3 {
    font-size: 49px;
    line-height: 56px;
  }

  .h2-3.bold {
    font-size: 31px;
    line-height: 40px;
  }

  .section-9.blue {
    padding-top: 100px;
  }

  .column {
    margin-bottom: 64px;
  }

  .allocators-card-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .h3 {
    font-size: 31px;
    line-height: 46px;
  }

  .h3.small {
    font-size: 25px;
  }

  .h2-4 {
    font-size: 49px;
    line-height: 56px;
  }

  .h2-4.bold {
    font-size: 31px;
    line-height: 40px;
  }

  .h2-4.popup {
    padding-bottom: 20px;
    font-size: 30px;
  }

  .column-2 {
    margin-bottom: 64px;
  }

  .column-2._2 {
    margin-bottom: 40px;
  }

  .column-2.sticky {
    padding-top: 96px;
    padding-bottom: 40px;
  }

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

  .card-background {
    filter: saturate(125%);
    margin-top: 0;
  }

  .section-11.w {
    margin-bottom: 0;
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .card-heading-holder {
    flex: 0 auto;
    display: block;
  }

  .card-item-2 {
    height: 20rem;
  }

  .card-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: -224px;
    padding-top: 0%;
  }

  .tabs-content {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .rive {
    width: 340px;
    height: 160px;
  }

  .contact-img-wrapper {
    width: 340px;
    height: 154px;
  }

  .contact-btn {
    width: 180px;
    height: 180px;
  }

  .contact-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .contact-text {
    font-size: 22px;
    top: 42px;
  }

  .button-form {
    width: 100%;
  }

  .success-message {
    width: auto;
  }

  .section-3 {
    margin-top: 200px;
  }

  .div-block-7 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .form-advance {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    width: auto;
    min-width: auto;
    max-width: none;
    display: flex;
  }

  .form-advance.popup {
    padding-top: 40px;
  }

  .form {
    width: 100%;
    max-width: none;
  }

  .form.popup {
    border-radius: 16px;
    width: 320px;
    height: 550px;
    overflow: auto;
  }

  .container-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .footer-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .recaptcha {
    object-fit: fill;
    align-self: center;
  }

  .form-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .section-13 {
    margin-top: 200px;
  }

  .div-block-21 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .image-19 {
    top: 15px;
    right: 15px;
  }
}

#w-node-cfc31aa6-87e4-cd76-6a2e-bc4968824bb4-cf228db2 {
  grid-template-rows: auto;
  grid-template-columns: 605px 1fr;
}

#w-node-cfc31aa6-87e4-cd76-6a2e-bc4968824bbe-cf228db2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 605px;
}

#w-node-cfc31aa6-87e4-cd76-6a2e-bc4968824bc8-cf228db2 {
  grid-template-rows: auto;
  grid-template-columns: 605px 1fr;
}

#w-node-_1e19cb11-79fe-f7ed-04ae-067fb93d0eb4-cf228db2, #w-node-_1e19cb11-79fe-f7ed-04ae-067fb93d0eb7-cf228db2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#Telegram.w-node-_1e19cb11-79fe-f7ed-04ae-067fb93d0ec2-cf228db2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Tell-us-More.w-node-_1e19cb11-79fe-f7ed-04ae-067fb93d0ec4-cf228db2, #w-node-_1e19cb11-79fe-f7ed-04ae-067fb93d0ec5-cf228db2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-cfc31aa6-87e4-cd76-6a2e-bc4968824bb4-cf228db2, #w-node-cfc31aa6-87e4-cd76-6a2e-bc4968824bbe-cf228db2, #w-node-cfc31aa6-87e4-cd76-6a2e-bc4968824bc8-cf228db2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_1e19cb11-79fe-f7ed-04ae-067fb93d0eb7-cf228db2 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cfc31aa6-87e4-cd76-6a2e-bc4968824bb4-cf228db2, #w-node-cfc31aa6-87e4-cd76-6a2e-bc4968824bbe-cf228db2, #w-node-cfc31aa6-87e4-cd76-6a2e-bc4968824bc8-cf228db2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1e19cb11-79fe-f7ed-04ae-067fb93d0eb4-cf228db2, #w-node-_1e19cb11-79fe-f7ed-04ae-067fb93d0eb7-cf228db2, #Tell-us-More.w-node-_1e19cb11-79fe-f7ed-04ae-067fb93d0ec4-cf228db2, #w-node-_1e19cb11-79fe-f7ed-04ae-067fb93d0ec5-cf228db2 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cfc31aa6-87e4-cd76-6a2e-bc4968824bb4-cf228db2, #w-node-cfc31aa6-87e4-cd76-6a2e-bc4968824bbe-cf228db2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-cfc31aa6-87e4-cd76-6a2e-bc4968824bc1-cf228db2 {
    order: -9999;
  }

  #w-node-cfc31aa6-87e4-cd76-6a2e-bc4968824bc8-cf228db2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


