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

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

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

:root {
  --dark-blue: #001c63;
  --light-blue: #0092ca;
  --white: white;
  --black: black;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

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

.body {
  background-color: #ecf8ff;
  overflow: visible;
}

.container {
  margin-left: 0;
  margin-right: 0;
}

.navbar {
  justify-content: space-between;
  display: flex;
}

.nav-link, .nav-link-2, .nav-link-3 {
  font-family: Centurygothic, sans-serif;
}

.button {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 20px;
}

.navbar-2 {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  color: #33333303;
  background-color: #00000003;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.image {
  object-fit: contain;
  max-width: 10%;
}

.image-2 {
  max-width: 25%;
  margin-left: auto;
  margin-right: auto;
}

.container-2 {
  color: #333;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  min-width: auto;
  margin-left: 100px;
  margin-right: 100px;
  display: block;
}

.brand {
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  display: block;
}

.hero-page {
  box-shadow: none;
  text-align: center;
  background-color: #ecf8ff00;
  background-image: url('../images/додлдлддлдлдлдл.png'), url('../images/Untitled-12.png'), url('../images/OC-11.png');
  background-position: 50%, 50%, 50%;
  background-size: cover, cover, cover;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 100vh;
  margin: 30px auto 140px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.hero-page.our-misson {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.heading-1 {
  background-image: linear-gradient(to right, var(--dark-blue) 30%, var(--light-blue) 69%);
  color: #fff;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: Aldrich, sans-serif;
  font-size: 76px;
  font-weight: 400;
}

.heading-2 {
  color: var(--dark-blue);
  margin-top: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.heading-3 {
  color: var(--dark-blue);
  margin-top: 5px;
  margin-bottom: 20px;
  font-family: Centurygothic, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
}

.button-2 {
  color: #111;
  -webkit-text-stroke-width: 0px;
  -webkit-text-fill-color: transparent;
  background-color: #3898ec00;
  background-image: linear-gradient(to right, #001c63, #0092ca);
  -webkit-background-clip: text;
  background-clip: text;
  border: 1px solid #0092ca;
  border-radius: 100px;
  margin-top: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: Centurygothic, sans-serif;
  font-size: 18px;
  transition: background-color .5s;
}

.button-2:hover {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #b8c7d5;
  background-image: linear-gradient(to right, #001c63, #0092ca);
  background-clip: border-box;
  border-width: 1px;
  border-color: #0092ca;
  font-size: 18px;
}

.image-3 {
  margin-top: -110px;
  padding-top: 0;
}

.image-4 {
  max-width: 165px;
}

.image-5 {
  max-width: 163px;
  display: block;
}

.image-6 {
  max-width: 185px;
}

.brand-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
}

.image-7 {
  max-width: 126px;
}

.div-block-2 {
  align-items: stretch;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.image-8 {
  max-width: 191px;
  padding-top: 10px;
}

.container-3 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-3 {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #00000003;
  justify-content: space-between;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-3.kek {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  display: block;
  position: fixed;
}

.lottie-animation {
  z-index: -1;
  margin-top: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.text-block {
  font-family: Centurygothic, sans-serif;
  font-weight: 700;
}

.nav-link-4 {
  color: #01335a;
  align-self: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: Centurygothic, sans-serif;
  font-weight: 400;
  display: flex;
}

.nav-link-4:hover {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #001c63, #0092ca);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
}

.nav-link-4:focus {
  font-weight: 400;
}

.nav-link-5 {
  color: #8c98c1;
  font-family: Centurygothic, sans-serif;
  font-weight: 700;
}

.nav-link-5:hover {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #001c63, #0092ca);
  -webkit-background-clip: text;
  background-clip: text;
  border-bottom: 0 solid #000;
  font-weight: 700;
}

.nav-link-5.w--current {
  color: #001c63;
}

.nav-link-6 {
  border: 1px solid #0092ca;
  border-radius: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Centurygothic, sans-serif;
  font-weight: 400;
  display: block;
}

.nav-link-6:hover {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#001c63, #0092ca);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
}

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

.dropdown-list.w--open {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  color: #0192ca;
  background-color: #00000003;
  border: 1px solid #0092ca;
  border-radius: 10px;
  min-width: 0%;
  font-family: Centurygothic, sans-serif;
  position: absolute;
}

.dropdown-link, .dropdown-link-2, .dropdown-link-3 {
  color: #0192ca;
  font-family: Centurygothic, sans-serif;
  font-weight: 700;
}

.tabs {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lottie-animation-2 {
  align-self: flex-end;
  min-width: auto;
  max-width: 1200px;
}

.div-block-3 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 50%;
  margin-right: 20px;
  display: flex;
}

.text {
  text-align: center;
  min-width: auto;
  max-width: 300px;
  font-family: Centurygothic, sans-serif;
  font-weight: 400;
}

.text.text2 {
  text-align: left;
  max-width: 640px;
}

.heading-5 {
  color: #0174a0;
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #001c63, #0092ca);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Centurygothic, sans-serif;
  font-weight: 400;
}

.heading-5.form-text-h2 {
  color: #000;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.div-block-4 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 60px;
  padding-top: 0;
  display: flex;
}

.div-block-5 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 1200px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-6 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-6 {
  text-align: center;
  font-family: Centurygothic, sans-serif;
  font-size: 24px;
}

.div-block-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-8 {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.image-9 {
  margin-left: 0;
  margin-right: 0;
}

.div-block-9 {
  max-width: 1200px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
}

.lottie-animation-3 {
  max-width: 200px;
}

.div-block-10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lottie-animation-4, .lottie-animation-5 {
  max-width: 200px;
}

.div-block-11 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.txt {
  text-align: center;
  max-width: 350px;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
}

.txt.black {
  margin-top: 20px;
  font-weight: 700;
}

.txt.black.footer {
  background-image: linear-gradient(to right, var(--dark-blue), var(--light-blue));
  color: #fff;
  text-align: left;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 10px;
  margin-bottom: 10px;
}

.txt.black.footer.navigation {
  color: #fce3e3;
  font-weight: 400;
}

.txt.black.footer.h1 {
  margin-bottom: 20px;
  font-size: 20px;
}

.txt.black.footer {
  color: #fff;
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #001c63, #0092ca);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 10px;
  margin-bottom: 10px;
}

.txt.black.footer.h1 {
  color: #f0f1ff;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  margin-bottom: 20px;
  font-size: 20px;
}

.txt.black.footer-copy.h1 {
  margin-bottom: 20px;
  font-size: 20px;
}

.txt.black.footer-copy {
  background-image: linear-gradient(to right, var(--dark-blue), var(--light-blue));
  color: #fff;
  text-align: left;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 10px;
  margin-bottom: 10px;
}

.txt.black.footer-copy.navigation {
  color: #fce3e3;
  font-weight: 400;
}

.txt.black.footer-copy.h1 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
}

.txt.footer-text {
  background-image: linear-gradient(to right, var(--dark-blue), var(--light-blue));
  color: #fff;
  text-align: left;
  -webkit-text-fill-color: transparent;
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-image: none;
  -webkit-background-clip: text;
  background-clip: text;
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  max-width: none;
}

.txt.footer-text-copy {
  background-image: linear-gradient(to right, var(--dark-blue), var(--light-blue));
  color: #fff;
  text-align: left;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  max-width: none;
}

.subheading {
  color: #0174a0;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#0092ca, #004763);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Centurygothic, sans-serif;
}

.div-block-12 {
  justify-content: space-between;
  margin-top: 60px;
  display: flex;
}

.for-2-bussiness {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 100px;
  margin-left: 100px;
  margin-right: 100px;
  display: flex;
}

.for-2-bussiness.for-small {
  max-width: 1200px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
}

.for-2-bussiness.medium, .for-2-bussiness.large {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.text-1 {
  color: #258abf;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#0092ca, #004763);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  font-family: Centurygothic, sans-serif;
}

.text-1.grey-text {
  font-weight: 400;
}

.text-1.card-name {
  text-align: left;
  background-image: linear-gradient(90deg, #001c63, #0092ca);
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.lottie-animation-6 {
  min-width: auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-14 {
  min-width: 600px;
  margin-left: 0;
  margin-right: 0;
}

.div-block-14.div-right {
  margin-left: 60px;
}

.div-block-14.left {
  margin-right: 60px;
  box-shadow: -5px 7px 18px #0003;
}

.list {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 1200px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.white-points {
  background-color: #fff;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding: 20px;
  display: flex;
}

.transperent-points {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding: 20px;
  display: flex;
}

.transperent-points.name-plans {
  text-align: left;
  justify-content: flex-end;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.point-text {
  text-align: center;
  min-width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  font-family: Centurygothic, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  display: block;
}

.point-text.name-plans-text {
  text-align: center;
  min-width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.point-text.list-table {
  text-align: left;
  margin-left: 40px;
}

.slide {
  max-width: 1200px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
}

.slider {
  background-color: #ddd0;
}

.div-block-15 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mask {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.slide-1 {
  align-self: auto;
}

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

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

.div-block-18 {
  background-image: none;
  justify-content: space-between;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0;
  display: block;
}

.logo-rights {
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  display: flex;
}

.image-10 {
  min-width: 100px;
  max-width: 200px;
}

.navigation-footer {
  justify-content: flex-start;
  display: flex;
}

.contacts-nav {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 60px;
  margin-right: 60px;
  display: flex;
}

.div-block-22 {
  background-image: linear-gradient(#cde9ff5c, #fff);
  border: 1px solid #36c0fd;
  border-radius: 20px;
  max-width: 1200px;
  min-height: auto;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: -5px 10px 25px #001c634d;
}

.form {
  min-width: 100%;
}

.div-block-23 {
  min-width: auto;
  padding: 30px 60px;
}

.div-block-24 {
  background-image: linear-gradient(to right, #35bcff, #3adfdc);
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  align-self: center;
  min-width: 50%;
  min-height: 63px;
  padding: 60px 20px;
}

.image-11 {
  margin-left: 20px;
  margin-right: 20px;
}

.text-field {
  border-radius: 100px;
  min-height: 46px;
}

.text-field-2, .text-field-3 {
  border-radius: 100px;
}

.submit-button {
  border-radius: 15px;
}

.div-block-25 {
  margin-top: 40px;
}

.form-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-26 {
  background-image: linear-gradient(to right, #001c63, #0092ca);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-width: 50%;
  display: flex;
}

.form-block-2 {
  margin-left: 40px;
  margin-right: 40px;
  display: block;
}

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

.submit-button-2 {
  color: #fff;
  background-color: #3898ec00;
  border: 1px solid #fff;
  border-radius: 100px;
  width: 100%;
  height: 55px;
  margin-top: 40px;
  font-family: Centurygothic, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.slider-2 {
  background-color: #ddd0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.mask-2 {
  align-self: center;
}

.div-block-27 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.div-block-28 {
  grid-column-gap: 18px;
  grid-row-gap: 38px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 3.25fr 1fr 1.25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: stretch;
  justify-items: center;
  display: grid;
}

.image-12 {
  margin-left: 60px;
}

.icon {
  color: #0092ca;
  background-color: #f000;
  font-family: Centurygothic, sans-serif;
}

.dropdown {
  position: absolute;
}

.div-block-29 {
  z-index: 0;
  clear: none;
  background-color: #ccc;
  justify-content: space-between;
  width: auto;
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 100px;
  display: flex;
  position: fixed;
  top: 60px;
}

.services-dropdown {
  text-align: left;
}

.bouns-text {
  background-image: linear-gradient(#0092ca, #004763);
  align-self: auto;
}

.div-block-30 {
  padding-top: 10px;
  display: flex;
}

.link-text-dropdown {
  padding-left: 5px;
}

.div-block-31 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-32 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.div-block-33 {
  margin-left: 40px;
  margin-right: 40px;
}

.icon-2 {
  color: #0092ca;
}

.field-label, .field-label-2, .field-label-3 {
  color: #4e87e2;
  font-family: Centurygothic, sans-serif;
  font-weight: 400;
}

.div-block-34 {
  justify-content: space-between;
  min-width: auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.menu-services {
  background-color: #ff8080;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 5.8% 0% auto;
}

.div-block-35 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.div-block-36 {
  margin-top: 100px;
  margin-bottom: 100px;
  margin-left: 140px;
}

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

.div-block-38 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 0 solid #000;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto 40px;
  padding-top: 10px;
  display: none;
}

.image-13 {
  width: 349px;
}

.div-block-39 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 50%;
  display: flex;
}

.navbar-4 {
  display: flex;
}

.div-block-40 {
  justify-content: space-between;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.div-block-42 {
  justify-content: space-between;
  align-self: stretch;
  min-width: auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-43 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.h1-text-nav {
  color: #0092ca;
  margin-bottom: 0;
  font-family: Centurygothic, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
}

.div-block-44 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.image-14, .image-15, .image-16 {
  margin-right: 20px;
}

.h2-text-nav {
  color: #000;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.h3-text-nav {
  margin-top: 10px;
}

.div-block-45 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.div-block-46 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 0;
  display: flex;
}

.div-block-47 {
  flex-direction: row;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 0;
  display: flex;
}

.div-block-48 {
  align-self: stretch;
  display: flex;
}

.image-17 {
  min-width: 48%;
  max-width: 65%;
  margin-top: 60px;
}

.div-block-49 {
  display: block;
  position: relative;
}

.div-block-50 {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 60px;
  display: flex;
}

.div-block-50.card-oustaff {
  margin-top: 0;
}

.div-block-51 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.div-block-52 {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #ecf8ff80;
  border: 1px solid #0092ca;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  min-height: auto;
  max-height: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 40px;
  transition: all .5s, transform .4s cubic-bezier(.165, .84, .44, 1), background-color .75s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: static;
  top: 100px;
  box-shadow: 0 8px 18px #2690c92e;
}

.div-block-52:hover {
  background-color: #ecf8ff80;
  background-image: linear-gradient(to bottom, var(--white), white);
  position: static;
  transform: translate(0, -5px);
  box-shadow: 0 8px 18px #2690c999;
}

.div-block-52.right {
  background-color: #ecf8ff80;
  border-width: 1px;
  border-color: #0092ca;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: auto;
  max-height: none;
  margin-bottom: 0;
  margin-left: 40px;
  box-shadow: 0 8px 18px #2690c92e;
}

.div-block-52.right:hover {
  background-color: #ecf8ff;
  background-image: linear-gradient(to bottom, var(--white), white);
  box-shadow: 0 8px 18px #2690c999;
}

.div-block-52.div-stik {
  margin-top: 10px;
  position: sticky;
  top: 270px;
}

.div-block-52.div-stik.div-222 {
  top: 445px;
}

.div-block-52.div-stik.div-222.card-3 {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #ecf8ff80;
  background-image: none;
  max-width: 100%;
  transition-property: none;
  top: 300px;
}

.div-block-52.div-stik.div-222.card-3:hover {
  transform: none;
}

.div-block-52.div-stik.div-222.card-3.card-4 {
  top: 403px;
}

.div-block-52.div-stik.div-222.card-3.box {
  box-shadow: none;
  background-image: none;
  border-width: 0;
}

.div-block-52.div-stik.card-4 {
  transition-property: none;
  position: sticky;
  top: 500px;
}

.div-block-52.div-stik.card-4:hover {
  transform: none;
}

.div-block-52.without-hover {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  -webkit-text-fill-color: inherit;
  background-color: #ecf8ff80;
  background-image: none;
  background-clip: border-box;
  transition-property: none;
}

.div-block-52.without-hover:hover {
  transform: none;
}

.div-block-52.without-hover.card-2 {
  top: 195px;
}

.div-block-53 {
  margin-left: 20px;
}

.div-block-54 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  max-height: 12%;
  display: none;
}

.div-block-55 {
  align-self: flex-start;
  margin-top: 20px;
  position: sticky;
  top: 10px;
}

.paragraph, .paragraph-2 {
  color: #01315b;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Centurygothic, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.paragraph-3, .paragraph-4 {
  color: #01315b;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Centurygothic, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.div-block-56 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: block;
}

.div-block-57 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.div-block-58 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
}

.text-block-2 {
  color: #2c4381;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.image-18 {
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
}

.text-block-3 {
  color: #2c4381;
  margin-left: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.text-block-4 {
  color: #2c4381;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.div-block-59 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.button-3 {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-color: #3898ec00;
  background-clip: border-box;
  border: 1px solid #858585;
  border-radius: 10px;
  padding: 20px 40px;
  font-family: Centurygothic, sans-serif;
}

.button-3:hover {
  background-color: #258abf70;
}

.div-block-60 {
  cursor: pointer;
  border: 1px solid #31a4d2;
  border-radius: 10px;
  align-items: center;
  padding: 10px;
  display: flex;
}

.div-block-60:hover {
  background-color: #258abf87;
}

.image-19 {
  margin-left: 10px;
}

.text-block-5 {
  color: #31a4d2;
  font-family: Centurygothic, sans-serif;
  font-size: 14px;
}

.text-block-5:hover {
  color: #fafaff;
}

.div-block-61 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
}

.div-block-62 {
  align-self: auto;
}

.lottie-animation-7, .lottie-animation-8, .lottie-animation-9 {
  margin-top: 10px;
}

.lottie-animation-10 {
  width: auto;
  margin-top: 10px;
}

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

.div-block-64 {
  flex-direction: row;
  justify-content: space-between;
  margin-left: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-65 {
  flex-direction: row;
  justify-content: space-between;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-6, .text-block-7, .text-block-8, .text-block-9 {
  text-align: center;
}

.div-block-66 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: none;
}

.text-table-services {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Centurygothic, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.text-block-10 {
  color: #3330;
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-block-10.name-services {
  color: #333;
  text-align: center;
  align-self: center;
  font-family: Centurygothic, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
}

.div-block-67 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-width: auto;
  min-height: 100%;
  margin-right: 100px;
  display: flex;
}

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

.div-block-68.div-flex-2 {
  max-width: 87px;
  display: block;
}

.image-20 {
  align-self: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
}

.image-21, .image-22, .image-23, .image-24 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-25 {
  align-self: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

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

.quick-stack {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  padding-top: 0;
  padding-bottom: 0;
}

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

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

.cell-3, .cell-4, .cell-5, .cell-6, .cell-7, .cell-8, .cell-9, .cell-10, .cell-11 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cell-12, .cell-13, .cell-14, .cell-15, .cell-16 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.div-block-70 {
  background-color: #cde9ff;
  border-radius: 15px;
}

.cell-17, .cell-18, .cell-19, .cell-20, .cell-21, .cell-22, .cell-23 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.div-block-71, .div-block-72, .div-block-73 {
  background-color: #cde9ff;
  border-radius: 15px;
}

.image-28 {
  z-index: -1;
  position: absolute;
  top: -26%;
  left: -41%;
}

.image-28.sec {
  top: 25%;
  left: 69%;
}

.utility-page-wrap {
  background-image: url('../images/32.png');
  background-position: 0 0;
  background-size: auto;
  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;
}

.div-block-74 {
  text-align: left;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-75 {
  border-top: 0 solid #334bff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  min-height: 500px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.slider-3 {
  display: block;
}

.image-29 {
  max-width: 40%;
}

.dropdown-2 {
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.dropdown-toggle {
  min-width: 100%;
}

.dropdown-list-2 {
  background-color: #ddd0;
  display: none;
}

.image-30 {
  position: absolute;
  top: 77%;
}

.div-block-76 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tabs-menu {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.tab-link-tab-1 {
  padding-left: 0;
}

.tab-link-tab-1.w--current {
  padding-left: 30px;
}

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

.video {
  padding-left: 100px;
  padding-right: 100px;
}

.tabs-2 {
  max-width: 1200px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tabs-menu-2 {
  flex-direction: column;
  display: flex;
}

.cell-24 {
  display: block;
}

.quick-stack-2 {
  margin-left: auto;
}

.tab-link-tab-1-2 {
  background-color: #c8c8c81c;
}

.tab-link-tab-1-2.w--current {
  background-color: #c8c8c800;
}

.tab-link-tab-2, .tab-link-tab-3 {
  background-color: #ddd0;
}

.text-block-11 {
  color: #d60000;
}

.div-block-78 {
  background-image: linear-gradient(91deg, #0048ff, #fff);
  border-radius: 300px;
  height: 3px;
  box-shadow: 3px 1px 17px #0092da;
}

.text-block-12 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #001c63, #0092ca);
  -webkit-background-clip: text;
  background-clip: text;
  border: 0 solid #000;
  border-radius: 0;
  padding: 20px 15px;
  font-family: Centurygothic, sans-serif;
  font-size: 18px;
}

.div-block-79 {
  border: 1px solid #0092ca;
  border-radius: 100px;
  margin-top: 20px;
}

.misson-section {
  max-width: 1200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
  overflow: visible;
}

.subheading-english {
  color: #00325a;
  font-family: Aldrich, sans-serif;
  font-size: 20px;
}

.subheading-english.white {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #fbffff, #5cd3ff);
  -webkit-background-clip: text;
  background-clip: text;
}

.line-blur {
  box-shadow: none;
  height: 1px;
  margin-bottom: 1px;
  display: block;
}

.heading-ukrainian {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.heading-ukrainian.numb-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.animation-1 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 50px;
  display: flex;
}

.heading-ukr {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #001c63, #0092ca);
  -webkit-background-clip: text;
  background-clip: text;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Centurygothic, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 56px;
}

.heading-ukr.num-2 {
  text-align: left;
}

.heading-ukr.num-2.white {
  background-image: linear-gradient(to right, var(--dark-blue), var(--light-blue));
}

.heading-ukr.services-name {
  text-align: left;
  background-image: linear-gradient(to right, #001c63, #0092ca 62%);
  margin-bottom: 0;
}

.heading-ukr.services-name.for-medium-b {
  padding-bottom: 5px;
}

.text-grey {
  color: var(--dark-blue);
  text-align: center;
  width: 800px;
  font-family: Centurygothic, sans-serif;
  font-size: 24px;
  line-height: 26px;
}

.image-31 {
  margin-top: 50px;
  display: none;
}

.div-block-80 {
  max-width: 1200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div-block-81 {
  flex-direction: row;
  justify-content: space-between;
  margin-top: 50px;
  display: flex;
}

.div-block-82 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-83 {
  border: 1px solid var(--white);
  background-image: linear-gradient(156deg, #001c63, var(--light-blue));
  border-radius: 15px;
  padding: 10px;
  box-shadow: -1px 2px 8px #01549433;
}

.text-block-13 {
  background-image: linear-gradient(to right, var(--dark-blue), var(--light-blue));
  color: #525660;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 15px;
  font-family: Centurygothic, sans-serif;
  font-size: 28px;
  line-height: 38px;
}

.text-block-14 {
  color: var(--dark-blue);
  width: 323.906px;
  margin-top: 15px;
  font-family: Centurygothic, sans-serif;
}

.div-block-84, .div-block-85 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button-4 {
  color: #858585;
  background-color: #3898ec00;
  border: 1px solid #858585;
  border-radius: 11px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Centurygothic, sans-serif;
}

.button-4:hover {
  color: #0092ca;
  border-color: #0092ca;
  font-weight: 700;
}

.image-32 {
  margin-right: 10px;
}

.icon-3 {
  color: #2690c9;
}

.text-block-15 {
  font-family: Centurygothic, sans-serif;
}

.dropdown-list-3 {
  max-width: 1200px;
  margin-left: auto;
}

.dropdown-list-3.w--open {
  opacity: 1;
  background-color: #00000003;
  background-image: linear-gradient(to top, #e7f5ff, #fff);
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  width: 1200px;
  max-width: none;
  inset: 60px 362px auto;
  box-shadow: 0 10px 20px #cde9ff;
}

.quick-stack-3 {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  background-color: #0000;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.dropdown-toggle-2 {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
}

.dropdown-toggle-2.w--open {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.text-block-16 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #001c63, #0092ca);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Centurygothic, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.text-block-16.nav-h1-text {
  cursor: pointer;
}

.text-block-16.nav-h1-text:hover {
  text-shadow: -2px 2px 6px #009dda78;
}

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

.text-block-17 {
  text-align: left;
  font-family: Centurygothic, sans-serif;
  font-weight: 700;
  line-height: 16px;
}

.text-block-18 {
  color: #565a67;
  text-align: left;
  margin-top: 5px;
  font-family: Centurygothic, sans-serif;
}

.image-33, .image-34, .image-35, .image-36, .image-37, .image-38, .image-39, .image-40, .image-41, .image-42 {
  margin-right: 10px;
}

.dropdown-3 {
  display: flex;
}

.nav-menu {
  flex-direction: row;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  display: flex;
  position: static;
}

.services-for-small-b {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 1200px;
  max-width: 1200px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.div-block-88 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 55%;
  max-width: 56%;
  margin-top: 0;
  padding-right: 40px;
  display: flex;
}

.div-block-89 {
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

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

.div-block-91 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.div-block-92 {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.button-pages {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#001c63, #0092ca);
  -webkit-background-clip: text;
  background-clip: text;
  border: 1px solid #0092ca;
  border-radius: 40px;
  margin-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Centurygothic, sans-serif;
}

.image-43 {
  max-width: 23%;
}

.div-block-93 {
  background-image: linear-gradient(108deg, #001c63, #0092ca);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.text-block-19 {
  color: #fff;
  margin-top: 60px;
  margin-bottom: 60px;
  font-family: Centurygothic, sans-serif;
  font-size: 32px;
}

.div-block-94 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-95 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.div-block-96 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 40px;
  display: flex;
}

.div-block-96.tools-div {
  flex-direction: row;
  align-items: stretch;
  display: flex;
}

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

.div-block-98 {
  background-image: linear-gradient(to top, #e5f2fd, #fff);
  border: 1px solid #018dc6;
  border-radius: 15px;
  width: 50%;
  margin-right: 20px;
  padding: 30px;
  box-shadow: -5px 10px 25px #001c634d;
}

.div-block-98.prav {
  margin-right: 0;
}

.div-block-99, .div-block-100, .div-block-101 {
  border: 1px solid #000;
  padding: 30px;
}

.text-block-20 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #001c63, #0092ca);
  -webkit-background-clip: text;
  background-clip: text;
  margin-left: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 36px;
  line-height: 36px;
}

.text-block-21 {
  color: #525660;
  margin-top: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.div-block-102 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 95px;
  display: flex;
}

.tabs-4 {
  background-image: linear-gradient(#fff, #cde9ff87);
  border: 1px solid #018dc6;
  border-top: 0 solid #000;
  border-radius: 20px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  box-shadow: -5px 10px 25px #001c634d;
}

.tabs-menu-3 {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.tab-link-tab-1-3 {
  background-image: linear-gradient(to top, #cde9ff, #fff);
  border-top: 1px solid #018dc6;
  border-bottom: 1px solid #018dc6;
  border-right: 1px solid #018dc6;
  border-top-left-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  display: flex;
}

.tab-link-tab-1-3.w--current {
  background-color: #fff;
  border: 1px solid #018dc6;
  border-left: 0 solid #000;
  border-top-left-radius: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-22 {
  color: #012269;
  text-align: center;
  font-family: Centurygothic, sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.tab-link-tab-2-2 {
  background-image: linear-gradient(to top, #cde9ff, #fff);
  border: 1px solid #018dc6;
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  width: 25%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.tab-link-tab-2-2.w--current {
  background-color: #fff;
  background-image: none;
}

.text-block-23 {
  color: #012269;
  text-align: center;
  font-family: Centurygothic, sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.tab-link-tab-3-2 {
  background-image: linear-gradient(to top, #cde9ff, #fff);
  border: 1px solid #018dc6;
  border-right: 0 solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.tab-link-tab-3-2.w--current {
  background-color: #fff;
  background-image: none;
}

.tab-link-tab-4 {
  background-image: linear-gradient(to top, #cde9ff, #fff);
  border-top: 1px solid #018dc6;
  border-bottom: 1px solid #000;
  border-left: 1px solid #018dc6;
  border-right: 0 solid #000;
  border-top-right-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.tab-link-tab-4.w--current {
  background-color: #fff;
  background-image: none;
  border-top-color: #018dc6;
  border-bottom-color: #018dc6;
  border-left-color: #018dc6;
}

.text-block-24, .text-block-25 {
  color: #012269;
  text-align: center;
  font-family: Centurygothic, sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.div-block-103 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-104 {
  border-bottom: 0 solid #000;
  border-left: 0 solid #000;
  border-right: 0 solid #000;
}

.text-block-26 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #001c63, #0092ca);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 60px;
  margin-left: 60px;
  font-family: Centurygothic, sans-serif;
  font-size: 34px;
  line-height: 34px;
}

.lottie-animation-11 {
  width: 50%;
  margin-bottom: 60px;
  margin-left: 60px;
}

.text-block-27 {
  width: 50%;
  margin-left: 100px;
  margin-right: 60px;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.tabs-content {
  border-left: 0 solid #000;
  border-right: 0 solid #000;
}

.div-block-105 {
  width: 33%;
  margin-right: 0;
}

.div-block-105.div-center {
  margin-left: 40px;
  margin-right: 40px;
}

.div-block-106, .div-block-107 {
  width: 33%;
}

.lottie-animation-12 {
  width: 43%;
  margin: 20px 60px;
}

.div-block-108 {
  border: 1px solid #018dc6;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: -5px 10px 25px #001c634d;
}

.div-block-109 {
  margin-top: 30px;
}

.text-block-28 {
  margin-top: 20px;
  font-family: Centurygothic, sans-serif;
}

.text-block-29 {
  color: #525660;
  font-family: Centurygothic, sans-serif;
  font-size: 28px;
}

.text-block-30 {
  color: var(--dark-blue);
  width: 550px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Centurygothic, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.text-block-31, .text-block-32, .text-block-33 {
  margin-left: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-block-34 {
  color: #9ea1a9;
  margin-left: 10px;
  font-family: Centurygothic, sans-serif;
}

.image-44 {
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.button-5 {
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-color: #3898ec00;
  background-image: linear-gradient(to right, #001c63, #0092ca);
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: flex-start;
  align-self: flex-start;
  width: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  font-family: Centurygothic, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  display: block;
}

.button-5:hover {
  border-bottom: 2px solid #0092ca;
  width: auto;
}

.button-5.w--current {
  margin-bottom: 10px;
  transition: all .5s;
}

.button-5.w--current:hover {
  border-bottom: 2px solid var(--dark-blue);
}

.div-block-111 {
  max-width: 1200px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-112 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-113 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-35 {
  color: var(--dark-blue);
  text-align: center;
  width: 705px;
  margin-top: 20px;
  font-family: Centurygothic, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.text-block-36 {
  text-align: center;
}

.div-block-114 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1200px;
  height: auto;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.tabs-5 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Centurygothic, sans-serif;
  font-size: 22px;
  display: flex;
}

.tabs-menu-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  padding-right: 100px;
  display: flex;
}

.div-block-115 {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.div-block-116 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: auto;
  display: flex;
}

.tab-pane-tab-1 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.tabs-content-4 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: auto;
  display: flex;
}

.div-block-117 {
  flex-direction: column;
  justify-content: space-between;
  width: 34%;
  padding-top: 20px;
  display: flex;
}

.quick-stack-4 {
  grid-column-gap: 35px;
  grid-row-gap: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 10px;
}

.tab-link-tab-1-4 {
  color: #525660;
  background-color: #ddd0;
  padding-left: 0;
  padding-right: 0;
}

.tab-link-tab-1-4.w--current {
  -webkit-text-fill-color: transparent;
  background-color: #c8c8c800;
  background-image: linear-gradient(to right, #001c63, #0092ca);
  -webkit-background-clip: text;
  background-clip: text;
  border-bottom: 1px solid #0092ca;
  padding-left: 0;
  padding-right: 0;
}

.text-block-37 {
  text-align: center;
}

.tab-link-tab-2-3 {
  background-color: #ddd0;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 40px;
}

.tab-link-tab-3-3 {
  background-color: #ddd0;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 50px;
}

.div-block-118 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-38 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #001c63, #0092ca);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 10px;
  font-size: 22px;
}

.text-block-39 {
  color: #404040;
  align-self: center;
  font-size: 18px;
}

.image-45 {
  border-radius: 10px;
  width: 100%;
  margin-right: 0;
}

.div-block-119 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.div-block-120 {
  border: 1px solid #000;
  border-radius: 10px;
  width: 55px;
  height: 55px;
  margin-bottom: 10px;
  margin-right: 0;
  box-shadow: -3px 4px 8px #001c634d;
}

.text-block-40 {
  font-size: 16px;
}

.text-block-41 {
  font-size: 26px;
  line-height: 28px;
}

.text-block-42, .text-block-43 {
  color: #525660;
}

.text-block-44 {
  color: #525660;
  line-height: 22px;
}

.tabs-6 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
  overflow: visible;
}

.tabs-menu-5 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 60px;
  display: flex;
}

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

.div-block-122 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: block;
}

.tab-link-tab-1-5 {
  color: #8c98c1;
  background-color: #ddd0;
  padding-left: 0;
  font-family: Centurygothic, sans-serif;
  font-weight: 700;
  transition: all .5s;
}

.tab-link-tab-1-5.w--current {
  color: #001c63;
  background-color: #c8c8c800;
  border-bottom: 2px solid #011e65;
  font-size: 16px;
}

.tab-link-tab-2-4 {
  color: #8c98c1;
  background-color: #ddd0;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0;
  font-family: Centurygothic, sans-serif;
  font-weight: 700;
  transition: all .5s;
}

.tab-link-tab-2-4.w--current {
  color: #001c63;
  background-color: #ddd0;
  border-bottom: 2px solid #011e65;
  font-size: 16px;
}

.tab-link-tab-3-4 {
  color: #8c98c1;
  background-color: #ddd0;
  padding-left: 0;
  font-family: Centurygothic, sans-serif;
  font-weight: 700;
  transition: all .5s;
}

.tab-link-tab-3-4.w--current {
  color: #001c63;
  background-color: #ddd0;
  border-bottom: 2px solid #011e65;
  font-size: 16px;
}

.tab-link-tab-4-2 {
  color: #8c99c1;
  background-color: #ddd0;
  padding-left: 0;
  padding-right: 0;
  font-family: Centurygothic, sans-serif;
  font-weight: 700;
  transition: all .5s;
}

.tab-link-tab-4-2.w--current {
  color: #001c63;
  background-color: #ddd0;
  border-bottom: 2px solid #011e65;
  padding-right: 0;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.div-block-123 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-right: 20px;
  display: flex;
}

.text-block-45 {
  color: #011e65;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: Centurygothic, sans-serif;
  font-size: 20px;
}

.text-block-46, .text-block-47 {
  color: #011e65;
  font-family: Centurygothic, sans-serif;
  font-size: 20px;
}

.text-block-48 {
  color: #011e65;
  margin-top: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.text-block-49 {
  text-align: center;
  margin-top: 20px;
  font-family: Centurygothic, sans-serif;
}

.text-block-50 {
  text-align: center;
  font-family: Centurygothic, sans-serif;
  font-size: 20px;
  line-height: 22px;
}

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

.div-block-125 {
  width: 50%;
  position: static;
}

.div-block-125.stik {
  background-color: #e57a7a;
  padding-top: 0;
  padding-bottom: 0;
  position: sticky;
  top: 0;
}

.div-block-126 {
  max-width: 1200px;
  height: 1000px;
  margin-top: 220px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-51 {
  margin-top: 0;
  font-family: Centurygothic, sans-serif;
  font-size: 60px;
  line-height: 62px;
  position: sticky;
}

.div-block-127 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.text-block-52 {
  font-family: Centurygothic, sans-serif;
  font-size: 32px;
  line-height: 32px;
}

.image-46 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.paragraph-5 {
  font-family: Centurygothic, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.div-block-128 {
  background-color: #c26767;
  margin-top: 0;
  position: sticky;
}

.div-block-129 {
  background-color: #9e5757;
  margin-top: 0;
  padding-top: 71px;
  position: sticky;
  top: 0;
}

.div-block-130 {
  width: 50%;
  height: auto;
}

.div-block-131 {
  width: 50%;
  position: relative;
}

.section {
  background-color: #3532ff00;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 28px;
  padding-bottom: 113px;
  padding-left: 51px;
  display: flex;
  position: sticky;
  top: 80px;
}

.div-block-132 {
  width: 50%;
  position: relative;
}

.div-block-133 {
  position: sticky;
  top: 0;
}

.brand-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-47 {
  width: 220px;
}

.lottie-animation-13 {
  filter: blur(1px);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.div-block-134 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.div-block-135 {
  max-width: 50%;
  position: sticky;
  top: 10px;
}

.div-block-136 {
  max-width: 50%;
}

.div-block-137 {
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  margin-top: 140px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 259px;
  position: static;
}

.div-block-138 {
  flex-direction: row;
  justify-content: space-between;
  max-width: 1200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  display: flex;
  position: static;
}

.div-block-139 {
  max-width: 50%;
  position: relative;
  top: auto;
}

.text-block-53 {
  font-size: 60px;
}

.div-block-140 {
  max-width: 100%;
  padding-right: 100px;
  position: sticky;
  top: 100px;
}

.div-block-141 {
  aspect-ratio: auto;
  max-width: 50%;
  min-height: 2200px;
  padding-bottom: 0;
  position: relative;
}

.heading-7 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #001c63, #0092ca);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Centurygothic, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 69px;
}

.paragraph-6 {
  color: var(--dark-blue);
  padding-top: 20px;
  font-family: Centurygothic, sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.div-block-142 {
  margin-top: 121px;
  margin-bottom: 220px;
  position: sticky;
  top: 700px;
}

.body-2 {
  background-color: #ecf8ff;
}

.image-48 {
  position: absolute;
  inset: auto auto 37% -59%;
}

.image-49 {
  position: absolute;
  left: 65%;
}

.why-huntresult {
  max-width: 1200px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2px;
  position: relative;
  overflow: hidden;
}

.stiky-parent {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 60px;
  display: flex;
  position: static;
}

.stiky-h1-h2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  margin-top: 0;
  display: flex;
  position: relative;
  top: 10px;
}

.stiky-list {
  overflow-wrap: normal;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 50%;
  height: 1400px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  display: block;
  position: relative;
}

.div-block-143 {
  border-bottom: 1px solid var(--light-blue);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.div-block-144 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ecf8ff80;
  border: 1px solid #0092ca;
  border-radius: 15px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 20px 40px;
  position: sticky;
  top: 149px;
}

.div-block-144.exp-1 {
  box-shadow: none;
  border-width: 0;
  border-color: #012067;
  border-radius: 0;
  margin-bottom: 40px;
  position: static;
}

.div-block-145 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ecf8ff80;
  border: 1px solid #0092ca;
  border-radius: 15px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 20px 40px;
  position: sticky;
  top: 0;
}

.div-block-145.team-2 {
  box-shadow: none;
  border-width: 0;
  border-color: #012067;
  border-radius: 0;
  margin-bottom: 40px;
  position: static;
}

.div-block-146 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ecf8ff80;
  border: 1px solid #0092ca;
  border-radius: 15px;
  margin-bottom: 0;
  padding: 20px 20px 40px;
  position: sticky;
  top: 0;
}

.div-block-146.result-3 {
  box-shadow: none;
  border-width: 0;
  border-color: #012067;
  border-radius: 0;
  margin-bottom: 40px;
  position: static;
}

.div-block-147 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ecf8ff80;
  border: 1px solid #0092ca;
  border-radius: 15px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 20px 40px;
  position: static;
  top: 0;
}

.div-block-147.div-hiden {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #ecf8ff00;
  border-width: 0;
  border-radius: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.div-block-147.work-4 {
  box-shadow: none;
  border-width: 0;
  border-color: #012067;
  border-radius: 0;
  font-size: 22px;
  line-height: 24px;
  position: static;
}

.image-50, .image-51, .image-52, .image-53 {
  margin-right: 10px;
}

.text-block-54 {
  color: var(--dark-blue);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Centurygothic, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.text-block-55 {
  color: var(--dark-blue);
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Centurygothic, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.text-block-56 {
  color: var(--dark-blue);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Centurygothic, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.text-block-57 {
  color: var(--dark-blue);
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Centurygothic, sans-serif;
  font-size: 22px;
}

.text-block-58, .text-block-59 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #001c63, #0092ca);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Centurygothic, sans-serif;
  font-size: 32px;
  line-height: 34px;
}

.text-block-60 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #001c63, #0092ca);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Centurygothic, sans-serif;
  font-size: 32px;
  line-height: 42px;
}

.text-block-61 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #001c63, #0092ca);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Centurygothic, sans-serif;
  font-size: 32px;
  line-height: 34px;
}

.div-block-148 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 60px;
  display: flex;
  position: sticky;
  top: 250px;
  bottom: auto;
}

.div-block-149 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 60px;
  display: flex;
}

.div-block-150 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: 140px auto;
  display: flex;
}

.text-block-62 {
  background-image: linear-gradient(to right, var(--dark-blue), var(--light-blue));
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Centurygothic, sans-serif;
  font-size: 56px;
  line-height: 64px;
}

.image-54 {
  filter: blur(300px);
  position: absolute;
  inset: -15% 0% 0% -24%;
}

.image-55 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.bg-cirle-1 {
  z-index: -1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 359px;
  display: none;
  position: absolute;
  inset: -554px auto auto -461px;
}

.image-56 {
  filter: blur(8px);
  margin-top: -715px;
  margin-left: 154px;
  padding-top: 0;
  position: static;
  top: 0;
  bottom: 0;
  left: 0;
}

.image-57 {
  z-index: 0;
  filter: blur(60px);
  position: static;
  top: 6639px;
}

.image-58 {
  opacity: .5;
  filter: blur(8px);
  margin-top: -593px;
  margin-left: -93px;
}

.bg-circle-2 {
  z-index: -1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 90% -53% 0% 1019px;
}

.image-59 {
  opacity: .5;
  filter: blur(14px);
  margin-top: -538px;
}

.image-60 {
  filter: blur(18px);
  margin-top: -826px;
  margin-left: 32px;
}

.image-61 {
  filter: blur(60px);
  margin-left: -96px;
}

.text-block-63 {
  background-image: linear-gradient(to right, var(--dark-blue), var(--light-blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 40px;
  font-family: Centurygothic, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 56px;
}

.lottie-animation-14 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-151 {
  flex-direction: row;
  justify-content: space-between;
  margin-top: 220px;
  display: flex;
  position: static;
}

.image-62 {
  filter: blur(100px);
  margin-top: -217px;
  margin-left: -189px;
  padding-right: 0;
}

.image-63 {
  filter: blur(100px);
  width: 54%;
  margin-left: -168px;
}

.image-64 {
  opacity: .54;
  filter: blur(7px);
  margin-right: -187px;
  padding-right: 0;
}

.image-65 {
  filter: blur(20px);
  margin-top: -80px;
  margin-left: -303px;
}

.div-block-152 {
  z-index: -1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -906px;
  display: flex;
  position: absolute;
  top: 6252.25px;
}

.image-66 {
  filter: blur(105px);
  width: 240%;
  max-width: 284%;
  margin-top: 3px;
  margin-left: 472px;
}

.div-block-153 {
  max-width: 1200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bc {
  margin-left: 0;
  margin-right: 0;
  font-family: Centurygothic, sans-serif;
  font-weight: 700;
}

.text-block-65 {
  margin-right: 10px;
  font-family: Centurygothic, sans-serif;
}

.div-block-154 {
  max-width: none;
  margin-top: 95px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.div-block-155 {
  margin-top: 60px;
  display: flex;
}

.div-block-156 {
  width: 50%;
  max-width: 50%;
  position: relative;
}

.div-block-157 {
  width: 50%;
  position: static;
}

.image-67 {
  z-index: -1;
  opacity: .86;
  filter: blur(62px);
  position: absolute;
  top: -155.812px;
  left: -346px;
}

.image-68 {
  z-index: -1;
  opacity: .5;
  filter: blur(12px);
  position: absolute;
  top: -333.75px;
  left: -336.75px;
}

.image-69 {
  z-index: -1;
  opacity: .58;
  filter: blur(12px);
  position: absolute;
  top: -263.75px;
  left: -429.75px;
}

.image-70 {
  z-index: -1;
  opacity: .61;
  filter: blur(60px);
  position: absolute;
  inset: auto -29% -33% auto;
}

.image-71 {
  z-index: -1;
  opacity: .5;
  filter: blur(12px);
  position: absolute;
  inset: auto -39% -41% auto;
}

.image-72 {
  z-index: -1;
  opacity: .56;
  filter: blur(12px);
  position: absolute;
  inset: auto -40% -24% auto;
}

.image-73 {
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-74 {
  z-index: -1;
  filter: blur(60px);
  position: absolute;
  inset: 29% auto 0% -60%;
}

.image-75 {
  z-index: -1;
  filter: blur(9px);
  position: absolute;
  inset: 34% auto 0% -60%;
}

.image-76 {
  opacity: .71;
  filter: blur(9px);
  position: absolute;
  inset: 25% auto auto -60%;
}

.image-77 {
  z-index: -1;
  filter: blur(130px);
  position: absolute;
  inset: 4% 0% 0% -31%;
}

.image-78 {
  z-index: -1;
  filter: blur(162px);
  position: absolute;
  inset: -21% 0% 0% 29%;
}

.image-79 {
  z-index: -1;
  filter: blur(101px);
  position: absolute;
  inset: -24% 0% 0% -69%;
}

.image-80 {
  z-index: -1;
  filter: blur(163px);
  position: absolute;
  inset: -12% 0% 0% 104%;
}

.button-comp-form-call {
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  color: #8c98c1;
  -webkit-text-fill-color: inherit;
  background-color: #ffffff03;
  background-clip: border-box;
  border: 1px solid #8c98c1;
  border-radius: 100px;
  padding: 10px 20px;
  font-family: Centurygothic, sans-serif;
  font-weight: 700;
  transition: all .5s;
}

.button-comp-form-call:hover {
  border-color: var(--dark-blue);
  background-color: var(--dark-blue);
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.button-comp-form-call:active {
  background-image: linear-gradient(to right, #001c63, #0092ca);
}

.button-comp-form-call.button-call-form-page {
  background-image: linear-gradient(to right, #fff, #57d0ff);
  border-color: #fff;
  padding: 20px 40px;
}

.button-comp-form-call.button-call-form-page.blue {
  background-image: linear-gradient(to right, var(--dark-blue), var(--light-blue));
  border-color: #0092ca;
}

.div-block-158 {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 0;
}

.div-block-159 {
  max-width: 50%;
  position: sticky;
  top: 140px;
}

.div-block-160 {
  max-width: 50%;
  position: relative;
}

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

.div-block-162 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.div-block-163, .div-block-164 {
  margin-bottom: 100px;
}

.div-block-165 {
  height: auto;
  position: relative;
}

.div-block-166 {
  position: sticky;
  top: 140px;
}

.quick-stack-5 {
  max-width: 100%;
}

.grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
}

.div-block-167 {
  position: relative;
}

.div-block-168 {
  position: sticky;
  top: 0;
}

.div-value {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1200px;
  height: auto;
  margin: 140px auto;
  display: flex;
}

.grid-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
}

.div-block-170 {
  width: 100%;
  position: relative;
}

.div-block-171 {
  background-color: maroon;
  padding-bottom: 246px;
  position: sticky;
  top: 41px;
}

.grid-3 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
}

.div-block-172 {
  position: relative;
}

.div-block-173 {
  background-color: #db959500;
  position: sticky;
  top: 100px;
}

.div-block-174 {
  position: relative;
}

.div-block-175 {
  background-color: #3948bd;
  margin-top: 40px;
  position: sticky;
  top: 60px;
}

.form-consultation {
  z-index: 91;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff80;
  border: 1px solid #0193cb;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 500px;
  min-height: 400px;
  padding: 20px;
  display: flex;
  position: fixed;
  box-shadow: -4px 4px 12px #001c634d;
}

.blur-bg-form {
  z-index: 90;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff80;
  position: fixed;
  inset: 0%;
}

.center-divblock {
  z-index: 89;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: none;
  position: fixed;
  inset: 0%;
}

.center-divblock.en {
  display: none;
}

.close-form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-block-66 {
  background-image: repeating-linear-gradient(to right, var(--dark-blue), var(--light-blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Centurygothic, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 48px;
}

.lottie-animation-15 {
  margin-top: 20px;
  display: none;
}

.div-block-176 {
  margin-right: 60px;
  position: sticky;
  top: 170px;
}

.cell-25 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

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

.cell-27 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.quick-stack-6 {
  grid-row-gap: 10px;
  padding: 0;
}

.div-block-177, .div-block-178, .div-block-179 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 500px;
  display: flex;
}

.economy-money {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-top: 60px;
  margin-left: 60px;
  display: flex;
}

.text-block-67 {
  background-image: linear-gradient(90deg, var(--dark-blue), var(--light-blue) 74%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Centurygothic, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 52px;
}

.text-block-67.dark {
  background-image: linear-gradient(to right, var(--dark-blue), var(--light-blue) 28%);
}

.paragraph-7 {
  color: var(--dark-blue);
  max-width: 500px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Centurygothic, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.paragraph-7._24 {
  color: #011e65;
}

.text-block-68 {
  color: var(--dark-blue);
  font-family: Centurygothic, sans-serif;
  font-weight: 700;
}

.text-block-68._25 {
  color: #000;
}

.text-block-69 {
  color: var(--dark-blue);
  font-family: Centurygothic, sans-serif;
  font-weight: 700;
}

.text-block-69._25 {
  color: #000;
}

.text-block-70 {
  color: var(--dark-blue);
  font-family: Centurygothic, sans-serif;
  font-weight: 700;
}

.text-block-70._25 {
  color: #000;
}

.tech-exp, .scale, .hr, .adaptation {
  margin-top: 100px;
  margin-left: 60px;
}

.div-block-180 {
  max-width: 1200px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.quick-stack-7 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.cell-28 {
  cursor: pointer;
  background-color: #ecf8ff;
  border: 1px solid #0092ca;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  transition: all .5s;
  display: flex;
  box-shadow: -3px 6px 15px #001c632e;
}

.cell-28:hover {
  box-shadow: none;
  background-color: #fff;
}

.button-card-services-tab {
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  -webkit-text-fill-color: transparent;
  background-color: #ffffff03;
  background-image: linear-gradient(to right, #001c63, #0092ca);
  -webkit-background-clip: text;
  background-clip: text;
  border: 1px solid #0092ca;
  border-radius: 100px;
  padding: 10px 20px;
  font-family: Centurygothic, sans-serif;
  transition: all .5s;
}

.button-card-services-tab:hover {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.button-card-services-tab:active {
  background-image: linear-gradient(to right, #001c63, #0092ca);
}

.button-card-services-tab.button-call-form-page {
  background-image: linear-gradient(to right, #fff, #57d0ff);
  border-color: #fff;
  padding: 20px 40px;
}

.button-card-services-tab.button-call-form-page.blue {
  background-image: linear-gradient(to right, var(--dark-blue), var(--light-blue));
  border-color: #0092ca;
}

.button-card-services-tab._11111 {
  background-image: linear-gradient(to right, #fff, #57d0ff);
  border-color: #fff;
  padding: 20px 40px;
}

.button-card-services-tab._11111.blue {
  background-image: linear-gradient(to right, var(--dark-blue), var(--light-blue));
  border-color: #0092ca;
}

.div-block-181 {
  margin-top: 15px;
  display: flex;
}

.div-block-182 {
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
}

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

.div-block-184 {
  margin-top: 15px;
  margin-bottom: 30px;
  display: flex;
}

.text-block-71 {
  color: var(--dark-blue);
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.text-block-72 {
  background-image: linear-gradient(to right, var(--dark-blue), var(--light-blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

.text-block-73, .text-block-74, .text-block-75, .text-block-76 {
  font-family: Centurygothic, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.div-block-185 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.button-6 {
  background-color: #3898ec00;
  background-image: linear-gradient(to right, var(--dark-blue), var(--light-blue));
  color: #0092ca;
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  border: 1px solid #0092ca;
  border-radius: 1000px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
  transition: all .5s;
}

.button-6:hover {
  background-color: var(--dark-blue);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.image-81, .image-82, .image-83, .image-84 {
  margin-right: 10px;
}

.tabs-menu-6 {
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-77 {
  background-image: linear-gradient(to right, var(--dark-blue), var(--light-blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 60px;
}

.text-block-78 {
  color: #6c6c6c;
  font-family: Centurygothic, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.text-block-79, .text-block-80 {
  color: #6c6c6c;
  font-family: Centurygothic, sans-serif;
  font-size: 20px;
}

.tab-link-tab-1-6 {
  color: #6c6c6c;
  background-color: #ddd0;
  border-bottom: 0 solid #000;
  padding-left: 0;
  padding-right: 0;
  font-family: Centurygothic, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.tab-link-tab-1-6.w--current {
  background-color: #c8c8c800;
  background-image: linear-gradient(to right, var(--dark-blue), var(--light-blue));
  text-align: left;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  border-bottom-width: 2px;
  border-bottom-color: #0173af;
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
}

.tab-link-tab-2-5 {
  background-color: #ddd0;
  margin-left: 30px;
  margin-right: 30px;
  padding-left: 0;
  padding-right: 0;
}

.tab-link-tab-2-5.w--current {
  background-color: #ddd0;
  background-image: linear-gradient(to right, var(--dark-blue), var(--light-blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  border-bottom: 2px solid #0173af;
  font-family: Centurygothic, sans-serif;
  font-weight: 700;
}

.tab-link-tab-3-5 {
  color: #6c6c6c;
  background-color: #ddd0;
  padding-left: 0;
  padding-right: 0;
  font-family: Centurygothic, sans-serif;
  font-size: 20px;
}

.tab-link-tab-3-5.w--current {
  background-image: linear-gradient(to right, var(--dark-blue), var(--light-blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  border-bottom: 2px solid #0173af;
  font-family: Centurygothic, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.quick-stack-short {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  margin-top: 40px;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

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

.cell-28-long {
  background-color: #ecf8ff;
  border: 1px solid #0092ca;
  border-radius: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  padding: 20px;
  transition: all .5s;
  display: flex;
  box-shadow: -3px 6px 11px #001c634d;
}

.cell-28-long:hover {
  box-shadow: none;
  background-color: #fff;
}

.div-block-187 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  padding-right: 20px;
  display: flex;
}

.div-block-188 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.hero-nav {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
  padding-top: 115px;
  padding-bottom: 220px;
  box-shadow: 0 8px 18px #2690c92e;
}

.bc-nav {
  max-width: 1200px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-85 {
  z-index: -1;
  position: absolute;
  inset: 86% auto 0% -38%;
}

.image-86 {
  z-index: -1;
  position: absolute;
  inset: auto -200px -595px auto;
}

.image-87 {
  z-index: -1;
  position: absolute;
  inset: auto -30% -25% auto;
}

.dropdown-toggle-3 {
  font-family: Centurygothic, sans-serif;
}

.dropdown-list-4 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #e7f3fb80;
  border: 1px solid #0092ca;
  border-radius: 20px;
  display: none;
}

.dropdown-list-4.w--open {
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  background-color: #e7f3fbf7;
  border-radius: 11px;
}

.dropdown-link-4, .dropdown-link-5 {
  font-family: Centurygothic, sans-serif;
}

.dropdown-link-5:hover {
  background-image: linear-gradient(to right, var(--dark-blue), var(--light-blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
}

.dropdown-link-6 {
  font-family: Centurygothic, sans-serif;
}

.for-medium {
  background-color: #ecf8ff80;
  border: 1px solid #0092ca;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  min-height: auto;
  max-height: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  transition: transform .4s cubic-bezier(.165, .84, .44, 1), background-color .75s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: sticky;
  top: 100px;
  box-shadow: 0 0 32px #0000001a, 0 0 27px #0000000d, 0 0 20px #0003, 0 0 5px #0003;
}

.for-medium:hover {
  background-color: #ecf8ff80;
  position: static;
  transform: translate(0, -5px);
}

.for-medium.right {
  background-color: #ecf8ff80;
  border-width: 1px;
  border-color: #0092ca;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  min-height: auto;
  max-height: none;
  margin-bottom: 0;
  margin-left: 40px;
  box-shadow: 0 0 32px #0000001a, 0 0 27px #0000000d, 0 0 20px #0003, 0 0 5px #0003;
}

.for-medium.right:hover {
  background-color: #ecf8ff;
  background-image: none;
}

.for-medium.div-stik {
  margin-top: 10px;
  position: sticky;
  top: 270px;
}

.for-medium.div-stik.div-222 {
  top: 445px;
}

.for-medium.div-stik.div-222.card-3 {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #ecf8ff80;
  background-image: none;
  max-width: 100%;
  transition-property: none;
  top: 300px;
}

.for-medium.div-stik.div-222.card-3:hover {
  transform: none;
}

.for-medium.div-stik.div-222.card-3.card-4 {
  top: 403px;
}

.for-medium.div-stik.div-222.card-3.box {
  box-shadow: none;
  background-image: none;
  border-width: 0;
}

.for-medium.div-stik.card-4 {
  transition-property: none;
  position: sticky;
  top: 500px;
}

.for-medium.div-stik.card-4:hover {
  transform: none;
}

.for-medium.without-hover {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  -webkit-text-fill-color: inherit;
  background-color: #ecf8ff80;
  background-image: none;
  background-clip: border-box;
  transition-property: none;
}

.for-medium.without-hover:hover {
  transform: none;
}

.for-medium.without-hover.card-2 {
  top: 195px;
}

.for-medium.right-copy {
  background-color: #ecf8ff80;
  border-width: 1px;
  border-color: #0092ca;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  min-height: auto;
  max-height: none;
  margin-bottom: 0;
  margin-left: 40px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  top: 0;
  box-shadow: 0 8px 18px #2690c92e;
}

.for-medium.right-copy:hover {
  background-color: #ecf8ff;
  background-image: linear-gradient(to bottom, var(--white), white);
  box-shadow: 0 8px 18px #2690c999;
}

.text-1-copy {
  color: #258abf;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#0092ca, #004763);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  font-family: Centurygothic, sans-serif;
}

.text-1-copy.grey-text {
  font-weight: 400;
}

.text-1-copy.card-name {
  text-align: left;
  background-image: linear-gradient(to right, #001c63, #0092ca);
  font-weight: 400;
}

.text-1-copy.card-name-copy {
  text-align: left;
  background-image: linear-gradient(90deg, #001c63, #0092ca);
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.body-3 {
  background-color: #ecf8ff;
  margin-top: 0;
  margin-bottom: 140px;
}

._1-serviced-for-small-b {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
  padding-top: 90px;
  padding-bottom: 115px;
  box-shadow: 0 8px 18px #2690c92e;
}

.div-block-189-copy {
  max-width: 1200px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-64-copy {
  margin-left: 10px;
  margin-right: 10px;
  font-family: Centurygothic, sans-serif;
  font-weight: 400;
}

.image-88 {
  margin-right: 10px;
}

.text-block-64-copy-copy {
  margin-left: 10px;
  margin-right: 10px;
  font-family: Centurygothic, sans-serif;
  font-weight: 700;
}

.div-form-serv {
  background-image: url('../images/image-4.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  height: auto;
  margin-left: 74px;
  padding: 20px 30px;
  display: flex;
  box-shadow: -12px 9px 18px #0005642b;
}

.text-field-7 {
  border-radius: 12px;
  padding-top: 20px;
  padding-bottom: 60px;
}

.div-block-190 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-field-8 {
  border-radius: 10px;
  height: 45px;
  padding-top: 0;
  padding-bottom: 0;
}

.text-field-9, .text-field-10, .text-field-11 {
  border-radius: 10px;
  height: 45px;
}

.submit-button-3 {
  -webkit-text-fill-color: inherit;
  background-color: #3898ec00;
  background-clip: border-box;
  border: 1px solid #fff;
  border-radius: 100px;
  width: 100%;
  height: 49px;
  margin-top: 20px;
  font-size: 18px;
  transition: all .5s;
}

.submit-button-3:hover {
  background-color: var(--white);
  color: var(--black);
}

.form-2 {
  align-self: stretch;
  font-family: Centurygothic, sans-serif;
}

.field-label-4, .field-label-5, .field-label-6, .field-label-7, .field-label-8 {
  color: #0391c9;
  font-weight: 400;
}

.quick-stack-8 {
  grid-row-gap: 26px;
  width: 100%;
  margin-top: 20px;
  padding-top: 0;
  padding-left: 0;
}

.image-89 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #cbddec54;
  border: 1px solid #c5d2f4;
  border-radius: 20px;
  width: 59px;
  margin-right: 20px;
  padding: 10px;
  box-shadow: -3px 4px 11px -3px #c5d2f4;
}

.cell-29 {
  flex-direction: row;
  align-items: stretch;
  display: flex;
}

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

.text-block-81 {
  color: #01315b;
  width: 450px;
  margin-top: 7px;
  font-family: Centurygothic, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.text-block-82 {
  color: #2c4381;
  font-family: Centurygothic, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.div-block-192 {
  border: 1px solid var(--white);
  -webkit-text-fill-color: inherit;
  background-color: #001c6300;
  background-image: radial-gradient(circle, #93d6ff, #ecf8ff);
  background-clip: border-box;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  margin-right: 15px;
  display: flex;
  box-shadow: -4px 2px 14px -3px #01549433;
}

.heading-ukr-copy {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #001c63, #0092ca);
  -webkit-background-clip: text;
  background-clip: text;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Centurygothic, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 56px;
}

.heading-ukr-copy.num-2 {
  text-align: left;
}

.heading-ukr-copy.num-2.white {
  background-image: linear-gradient(to right, #fbffff, #5cd3ff);
}

.heading-ukr-copy.services-name {
  text-align: left;
  margin-bottom: 0;
}

.heading-ukr-copy.services-name-copy {
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-size: 46px;
  font-weight: 700;
  line-height: 54px;
}

.div-block-193 {
  max-width: 1200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-194 {
  background-image: linear-gradient(to right, #058dcc, #001e65 48%, #058dcc);
}

.div-block-195 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.paragraph-8 {
  color: #fff;
  text-align: center;
  width: 741px;
  font-family: Centurygothic, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.text-block-83 {
  background-image: linear-gradient(to right, var(--white), var(--light-blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 5px;
  font-family: Centurygothic, sans-serif;
  font-size: 28px;
  line-height: 28px;
}

.div-block-196 {
  margin-left: 0;
}

.text-block-84 {
  color: #fff;
  margin-top: 5px;
  font-family: Centurygothic, sans-serif;
  font-size: 21px;
  line-height: 28px;
}

.image-90 {
  border-radius: 10px;
  max-width: 60%;
}

.div-block-197 {
  z-index: 1;
  max-width: 1200px;
  margin: 140px auto;
  position: relative;
}

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

.grid-4 {
  grid-template-rows: auto;
}

.div-block-199, ._1-question {
  width: 100%;
}

._1-answer {
  background-color: #0000;
  flex-direction: column;
  align-items: stretch;
  margin-top: 40px;
  display: block;
  position: relative;
  overflow: visible;
}

.dropdown-list-5 {
  background-color: #ddd0;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dropdown-list-5.w--open {
  background-color: #ddd0;
}

.paragraph-9 {
  color: #404040;
  padding: 0 0 20px;
  font-family: Centurygothic, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.dropdown-toggle-4 {
  border: 0 solid #2792c9;
  border-bottom-width: 1px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  transition: all .555s;
}

.text-block-85 {
  border-bottom: 0px solid var(--light-blue);
  background-image: linear-gradient(90deg, var(--dark-blue), var(--light-blue) 30%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Centurygothic, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
  position: static;
  top: 90px;
}

.arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  inset: 20px 0 auto auto;
}

.image-91 {
  width: 100%;
}

.div-block-200 {
  background-image: url('../images/додлдлддлдлдлдл.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding-top: 40px;
  padding-bottom: 100px;
}

.text-block-86 {
  background-image: linear-gradient(to right, var(--dark-blue), var(--light-blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 20px;
  font-family: Centurygothic, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 44px;
}

.lottie-animation-16 {
  width: 18%;
  max-width: 100%;
  margin-top: 20px;
}

.image-92 {
  width: 26%;
}

.heading-ukrainian-copy {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.heading-ukrainian-copy.numb-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.misson-section-copy {
  max-width: 1200px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  overflow: hidden;
}

.heading-ukrainian-codpy {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-ukrainian-codpy.numb-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.d {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #001c63, #0092ca);
  -webkit-background-clip: text;
  background-clip: text;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Centurygothic, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 56px;
}

.d.num-2 {
  text-align: left;
}

.d.num-2.white {
  background-image: linear-gradient(to right, #fbffff, #5cd3ff);
}

.d.services-name {
  text-align: left;
  margin-bottom: 0;
}

.div-block-201 {
  max-width: 1200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.text-block-87 {
  background-image: linear-gradient(to right, var(--dark-blue) 37%, var(--light-blue) 57%);
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 20px;
  font-family: Centurygothic, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 67px;
}

.div-block-202 {
  margin-top: 40px;
}

.div-block-203 {
  width: 1200px;
  max-width: 1200px;
  height: 1000px;
  margin-top: 220px;
  margin-left: auto;
  margin-right: auto;
}

.tabs-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link-tab-1-7 {
  color: #8c99c1;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #ddd0;
  background-clip: border-box;
  width: auto;
  margin-right: 20px;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  font-family: Centurygothic, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: all .5s;
}

.tab-link-tab-1-7:hover {
  color: #001c6380;
  background-color: #fff0;
  border-bottom: 2px solid #001c6380;
  font-weight: 700;
}

.tab-link-tab-1-7.w--current {
  border-bottom: 2px solid var(--dark-blue);
  color: var(--dark-blue);
  -webkit-text-fill-color: inherit;
  background-color: #c8c8c800;
  background-clip: border-box;
  width: auto;
  margin-right: 20px;
  padding-bottom: 15px;
  padding-left: 0;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.tab-link-tab-2-6 {
  color: #8c99c1;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #ddd0;
  background-clip: border-box;
  width: auto;
  margin-right: 20px;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  font-family: Centurygothic, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.tab-link-tab-2-6.w--current {
  border-bottom: 2px solid var(--dark-blue);
  color: var(--dark-blue);
  -webkit-text-fill-color: inherit;
  background-color: #ddd0;
  background-image: none;
  background-clip: border-box;
  font-size: 16px;
  font-weight: 700;
}

.tab-link-tab-3-6 {
  color: #8c99c1;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #ddd0;
  background-clip: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  font-family: Centurygothic, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.tab-link-tab-3-6.w--current {
  border-bottom: 2px solid var(--dark-blue);
  color: var(--dark-blue);
  background-color: #ddd0;
  font-size: 16px;
  font-weight: 700;
}

.tab-link-tab-4-3 {
  border-bottom: 0px solid var(--light-blue);
  color: #8c99c1;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #ddd0;
  background-clip: border-box;
  width: auto;
  margin-left: 20px;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  font-family: Centurygothic, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.tab-link-tab-4-3.w--current {
  border-bottom-width: 2px;
  border-bottom-color: var(--dark-blue);
  color: var(--dark-blue);
  text-align: center;
  background-color: #ddd0;
  margin-left: 20px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 700;
}

.div-block-204 {
  flex-direction: row;
  justify-content: space-between;
  margin-top: 20px;
  display: flex;
}

.div-block-205 {
  cursor: pointer;
  background-color: #fff6;
  border: 0 solid #0092ca;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-right: 20px;
  padding: 20px;
  transition: all .5s;
  display: flex;
  position: relative;
}

.div-block-205:hover {
  background-color: #fff;
  transform: translate(0, -10px);
  box-shadow: 0 7px 14px #001c6340;
}

.div-block-206 {
  margin-top: 60px;
  display: flex;
}

.div-block-207 {
  flex-direction: column;
  justify-content: space-between;
  margin-left: 10px;
  display: flex;
}

.paragraph-10 {
  color: var(--dark-blue);
  font-family: Centurygothic, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.text-block-88 {
  background-image: linear-gradient(to right, var(--dark-blue), var(--light-blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Centurygothic, sans-serif;
  font-size: 28px;
  line-height: 28px;
}

.text-block-89 {
  color: #404040;
  font-family: Centurygothic, sans-serif;
  font-size: 20px;
}

.tabs-content-5 {
  margin-top: 20px;
  overflow: visible;
}

.div-block-208 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.image-93 {
  border: 0px solid var(--light-blue);
  border-radius: 8px;
  width: 90%;
}

.image-94 {
  border-radius: 10px;
}

.tabs-menu-7 {
  border-bottom: 0 solid #000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.b2b {
  color: #8c98c1;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Centurygothic, sans-serif;
  font-weight: 700;
}

.b2b:hover {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #001c63, #0092ca);
  -webkit-background-clip: text;
  background-clip: text;
  border-bottom: 0 solid #000;
  font-weight: 700;
}

.submit-button-4 {
  background-color: #3898ec00;
  background-image: linear-gradient(to right, var(--dark-blue) 42%, var(--light-blue) 61%);
  color: #270d0d;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  border: 1px solid #0092ca;
  border-radius: 20px;
  width: 100%;
  font-family: Centurygothic, sans-serif;
  font-weight: 700;
}

.submit-button-4:hover {
  background-color: var(--light-blue);
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.field-label-9, .field-label-10, .field-label-11 {
  text-align: left;
  font-family: Centurygothic, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.text-block-90 {
  background-image: linear-gradient(to right, var(--dark-blue), var(--light-blue) 65%);
  text-align: left;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 20px;
  font-family: Centurygothic, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.checkbox-label {
  font-family: Centurygothic, sans-serif;
  font-size: 14px;
}

.checkbox-field {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
}

.form-block-3 {
  padding-left: 10px;
  padding-right: 10px;
}

.text-field-12, .text-field-13, .text-field-14 {
  color: #000;
  border-radius: 10px;
  font-family: Centurygothic, sans-serif;
}

.text-block-91 {
  margin-left: 3px;
  font-family: Centurygothic, sans-serif;
  font-weight: 400;
}

.link-block {
  font-family: Centurygothic, sans-serif;
}

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

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

.div-block-211, .div-block-212 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
}

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

.image-95, .image-96 {
  align-self: center;
}

.div-block-214 {
  align-items: center;
  display: flex;
}

.div-block-215 {
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
}

.div-block-216, .div-block-217 {
  align-items: center;
  display: flex;
}

.image-97 {
  z-index: -1;
  position: absolute;
  inset: -93% auto auto -65%;
}

.bc-for-small-b {
  background-image: linear-gradient(to right, var(--dark-blue), var(--light-blue));
  color: #000;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 5px;
  margin-right: 5px;
  text-decoration: none;
  display: flex;
}

.bc-small-1-serv {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 5px;
  margin-right: 5px;
  display: none;
}

.bc-main {
  color: #8c98c1;
  margin-right: 5px;
  font-family: Centurygothic, sans-serif;
  text-decoration: none;
  transition: all .3s;
}

.bc-main:hover {
  color: var(--dark-blue);
}

.text-block-92 {
  display: none;
}

.div-block-153-copy {
  flex-direction: row;
  justify-content: space-between;
  max-width: 1200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bc-nav-small-1-serv {
  max-width: 1200px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.small-1-serv {
  display: block;
}

.bc-small-1-servie {
  background-image: linear-gradient(to right, var(--dark-blue), var(--light-blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Centurygothic, sans-serif;
  text-decoration: none;
  display: block;
}

.bc-for-small-b-copy {
  background-image: linear-gradient(to right, var(--dark-blue), var(--light-blue));
  color: #000;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 5px;
  margin-right: 5px;
  text-decoration: none;
  display: flex;
}

.bc-for-small-b-disable {
  color: #8c98c1;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Centurygothic, sans-serif;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.bc-for-small-b-disable:hover {
  color: var(--dark-blue);
}

.div-block-209-copy {
  max-width: 1200px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
}

.services-nav {
  flex-direction: column;
  margin-left: 60px;
  display: flex;
}

.link-block-2 {
  font-family: Centurygothic, sans-serif;
}

.nav-pages, .social-nav {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.main-link {
  color: #01335a;
  font-family: Centurygothic, sans-serif;
  text-decoration: none;
}

.about-link {
  color: #01335a;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Centurygothic, sans-serif;
  text-decoration: none;
}

.consult-link, .small-l-link {
  color: #01335a;
  font-family: Centurygothic, sans-serif;
  text-decoration: none;
}

.medium-b-link {
  color: #01335a;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Centurygothic, sans-serif;
  text-decoration: none;
}

.big-b-link {
  color: #01335a;
  margin-bottom: 10px;
  font-family: Centurygothic, sans-serif;
  text-decoration: none;
}

.individual-link, .adress-link-nav {
  color: #01335a;
  font-family: Centurygothic, sans-serif;
  text-decoration: none;
}

.phone-link-nav {
  color: #01335a;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Centurygothic, sans-serif;
  text-decoration: none;
}

.email-link-nav, .linkedin-nav {
  color: #01335a;
  font-family: Centurygothic, sans-serif;
  text-decoration: none;
}

.telegram-link {
  color: #01335a;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Centurygothic, sans-serif;
  text-decoration: none;
}

.facebook-nav {
  color: #01335a;
  font-family: Centurygothic, sans-serif;
  text-decoration: none;
}

.button-7 {
  transition: opacity .2s;
}

.section-2 {
  background-color: #b48a8a00;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 215px;
  min-width: auto;
  height: 62px;
  min-height: auto;
  margin-top: 0;
  display: flex;
}

.custom-button {
  border: 1px solid var(--dark-blue);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--dark-blue);
  background-color: #eff1ff03;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-family: Centurygothic, sans-serif;
  text-decoration: none;
  transition: all .555s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.custom-button:hover {
  color: #fff;
}

.blick {
  z-index: 1;
  background-image: linear-gradient(to right, var(--dark-blue), var(--light-blue));
  border-radius: 1000px;
  width: 450px;
  height: 450px;
  position: absolute;
}

.text-in-custom-button {
  z-index: 2;
  position: relative;
}

.link-to-small-b, .link-to-medium, .link-to-big-b, .link-to-individual-serv {
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-218 {
  width: 100%;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.image-98 {
  z-index: -1;
  position: absolute;
  inset: 0% auto auto -28%;
}

.image-99 {
  z-index: -1;
  position: absolute;
  inset: auto -43% -34% auto;
}

.div-block-219 {
  margin: auto;
}

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

.lottie-animation-18, .lottie-animation-19, .lottie-animation-20 {
  width: 45px;
  height: 45px;
}

.image-100 {
  margin-top: 0;
  margin-bottom: 0;
}

.body-4 {
  background-color: #ecf8ff;
  overflow: visible;
}

.team-huntresult-tabs {
  background-image: url('../images/Group-12423.png');
  background-position: -450px -52px;
  background-repeat: no-repeat;
  background-size: 679px;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.image-101 {
  z-index: -1;
  max-width: 56%;
  position: absolute;
  inset: -28% auto auto -32%;
}

.div-block-221 {
  padding-top: 100px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.div-block-222 {
  margin-bottom: 0;
  padding-bottom: 140px;
}

.image-102 {
  z-index: -1;
  max-width: 63%;
  position: absolute;
  inset: -14% -39% auto auto;
}

.div-block-223 {
  margin-bottom: 30px;
}

.image-103, .image-104, .image-105 {
  margin-right: 5px;
}

.section-2-copy {
  background-color: #b48a8a00;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 152px;
  min-width: auto;
  height: auto;
  min-height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.custom-button-desk {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #01335a;
  background-color: #eff1ff03;
  border: 1px solid #0184be;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 15px;
  font-family: Centurygothic, sans-serif;
  text-decoration: none;
  transition: all .555s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.custom-button-desk:hover {
  color: #fff;
}

.text-in-custom-button-desk {
  z-index: 2;
  position: relative;
}

.blick-desk {
  z-index: 1;
  background-image: linear-gradient(to right, var(--dark-blue), var(--light-blue));
  border-radius: 1000px;
  width: 450px;
  height: 450px;
  position: absolute;
}

.center-divblock-copy {
  z-index: 89;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: none;
  position: fixed;
  inset: 0%;
}

.form-consultation-copy {
  z-index: 91;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff80;
  border: 1px solid #0193cb;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 500px;
  min-height: 400px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  box-shadow: -4px 4px 12px #001c634d;
}

.blur-bg-form-copy {
  z-index: 90;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff80;
  position: fixed;
  inset: 0%;
}

.custom-button-mob {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #01335a;
  background-color: #eff1ff03;
  border: 1px solid #0184be;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 15px;
  font-family: Centurygothic, sans-serif;
  text-decoration: none;
  transition: all .555s;
  display: none;
  position: relative;
  overflow: hidden;
}

.custom-button-mob:hover {
  color: #fff;
}

.text-in-custom-button-mob {
  z-index: 2;
  position: relative;
}

.blick-mob {
  z-index: 1;
  background-image: linear-gradient(to right, var(--dark-blue), var(--light-blue));
  border-radius: 1000px;
  width: 450px;
  height: 450px;
  position: absolute;
}

.div-block-224 {
  position: relative;
}

.link-block-4 {
  position: absolute;
  inset: 0%;
}

.button-8 {
  border: 1px solid var(--light-blue);
  color: var(--light-blue);
  background-color: #3898ec00;
  border-radius: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Centurygothic, sans-serif;
  transition: all .555s;
}

.button-8:hover {
  background-color: var(--dark-blue);
  color: var(--white);
  border-width: 0;
}

.button-9 {
  border: 1px solid var(--light-blue);
  color: var(--light-blue);
  background-color: #3898ec00;
  border-radius: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Centurygothic, sans-serif;
  transition: all .555s;
}

.button-9:hover {
  background-color: var(--dark-blue);
  color: var(--white);
  border-width: 0;
}

.button-9-copy {
  border: 1px solid var(--light-blue);
  color: var(--light-blue);
  background-color: #3898ec00;
  border-radius: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Centurygothic, sans-serif;
  transition: all .555s;
}

.button-9-copy:hover {
  background-color: var(--dark-blue);
  color: var(--white);
  border-width: 0;
}

.button-10 {
  border: 1px solid var(--light-blue);
  color: var(--light-blue);
  background-color: #3898ec00;
  border-radius: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Centurygothic, sans-serif;
  transition: all .555s;
}

.button-10:hover {
  background-color: var(--dark-blue);
  color: var(--white);
  border-width: 0;
}

.div-block-225, .div-block-226, .div-block-227, .div-block-228 {
  margin-bottom: 30px;
}

.image-106, .image-107, .image-108, .image-109, .image-110, .image-111, .image-112, .image-113, .image-114, .image-115, .image-116, .image-117 {
  margin-right: 5px;
}

.image-118 {
  z-index: -1;
  position: absolute;
  inset: auto auto 14% -27%;
}

.div-block-154-copy {
  max-width: none;
  margin-top: 95px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div-block-229 {
  max-width: 1200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
}

.text-block-66-copy, .text-block-66-copy-copy {
  background-image: repeating-linear-gradient(to right, var(--dark-blue), var(--light-blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Centurygothic, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 48px;
}

.track {
  width: auto;
  height: 400vw;
}

.camera {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  flex-direction: row;
  height: 100%;
  display: flex;
}

.tech-expe {
  background-color: #5495f100;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: 0;
  margin-left: 0;
  padding: 100px 0 60px;
  display: flex;
}

.tech-expe.test-class-scroll {
  background-color: #8354f1;
}

.tech-expe._22 {
  background-color: #4f99ff;
  background-image: url('../images/Frame-427319076.png');
  background-position: 0 0;
  background-size: auto;
}

.div-block-230 {
  flex-direction: row;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 1200px;
  max-width: 1200px;
  padding-left: 0;
  display: flex;
}

.image-119 {
  width: 100%;
  max-width: 100%;
  display: block;
}

.eco-money {
  background-color: #5495f100;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: 0;
  margin-left: 0;
  padding: 100px 0 60px;
  display: flex;
}

.eco-money.test-class-scroll {
  background-color: #8354f1;
}

.eco-money._22 {
  background-color: #4f99ff;
  background-image: url('../images/Frame-427319076.png');
  background-position: 0 0;
  background-size: auto;
}

.image-119-copy {
  width: 100%;
  max-width: 100%;
}

.paragraph-7-copy {
  color: #01315b;
  max-width: 540px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Centurygothic, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.paragraph-7-copy._24 {
  color: #011e65;
}

.quick-stack-6-copy {
  grid-row-gap: 10px;
  padding: 0;
}

.div-block-177-copy {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 500px;
  display: flex;
}

.text-block-68-copy {
  color: #000;
  font-family: Centurygothic, sans-serif;
  font-weight: 700;
}

.text-block-68-copy._25 {
  color: #000;
}

.text-block-69-copy {
  color: #000;
  font-family: Centurygothic, sans-serif;
  font-weight: 700;
}

.text-block-69-copy._25 {
  color: #000;
}

.text-block-70-copy {
  color: #000;
  font-family: Centurygothic, sans-serif;
  font-weight: 700;
}

.text-block-70-copy._25 {
  color: #000;
}

.scale-1 {
  background-color: #5495f100;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: 0;
  margin-left: 0;
  padding: 100px 0 60px;
  display: flex;
}

.scale-1.test-class-scroll {
  background-color: #8354f1;
}

.scale-1._22 {
  background-color: #4f99ff;
  background-image: url('../images/Frame-427319076.png');
  background-position: 0 0;
  background-size: auto;
}

.fast-stuff {
  background-color: #5495f100;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: 0;
  margin-left: 0;
  padding: 100px 0 60px;
  display: flex;
}

.fast-stuff.test-class-scroll {
  background-color: #8354f1;
}

.fast-stuff._22 {
  background-color: #4f99ff;
  background-image: url('../images/Frame-427319076.png');
  background-position: 0 0;
  background-size: auto;
}

.adapt {
  background-color: #5495f100;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: 0;
  margin-left: 0;
  padding: 100px 0 60px;
  display: flex;
}

.adapt.test-class-scroll {
  background-color: #8354f1;
}

.adapt._22 {
  background-color: #4f99ff;
  background-image: url('../images/Frame-427319076.png');
  background-position: 0 0;
  background-size: auto;
}

.div-block-231 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-3-copy {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #00000003;
  justify-content: space-between;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-3-copy.kek {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #ecf8ff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  display: block;
  position: fixed;
}

.section-2-copy-copy {
  background-color: #b48a8a00;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 152px;
  min-width: auto;
  height: auto;
  min-height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.form-consult {
  z-index: 89;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav-link-5-copy {
  color: #8c98c1;
  font-family: Centurygothic, sans-serif;
  font-weight: 700;
  transition: all .3s;
}

.dropdown-4 {
  display: block;
}

.cell-30 {
  flex-direction: row;
  display: flex;
}

.cell-31 {
  flex-direction: row;
}

.cell-32 {
  background-color: #929292;
  border-radius: 8px;
}

.link-block-5 {
  color: #8c98c1;
  font-family: Centurygothic, sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

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

.div-block-232 {
  margin-top: 660px;
}

.image-121 {
  width: 23px;
  max-width: 23px;
  padding-right: 5px;
}

.grid-5 {
  grid-column-gap: 30px;
  grid-row-gap: 8px;
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.div-block-233 {
  width: 0;
  height: 0;
  margin: auto;
}

.div-block-234 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-block-236 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-237 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.tab-pane-tab-4 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-121-copy {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: block;
}

.image-123 {
  z-index: -1;
  position: fixed;
  inset: -52% auto auto -71%;
}

.image-124 {
  z-index: -1;
  position: fixed;
  inset: auto -73% -56% auto;
}

.div-block-238 {
  width: 1px;
  height: 1px;
  margin: auto;
}

.div-block-239 {
  width: auto;
  height: auto;
}

.div-block-240 {
  width: auto;
  height: auto;
  display: flex;
}

.grid-5-copy {
  grid-column-gap: 30px;
  grid-row-gap: 5px;
  background-color: #fff0;
  grid-template-rows: repeat(auto-fit, 60px) 40px 40px 40px 40px 40px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: "."
                       "."
                       "."
                       "."
                       "."
                       ".";
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: start;
  max-width: 1200px;
  margin-top: -13px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: none;
  position: relative;
}

.div-block-241 {
  width: auto;
  height: auto;
}

.text-block-109 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Centurygothic, sans-serif;
}

.text-block-110, .text-block-111 {
  font-family: Centurygothic, sans-serif;
}

.image-125, .image-126 {
  margin-right: 10px;
}

.div-block-242, .div-block-243 {
  margin-top: 0;
  margin-bottom: 0;
}

.text-block-112, .text-block-113, .text-block-114, .text-block-115 {
  font-weight: 400;
  line-height: 16px;
}

.text-block-116 {
  font-family: Centurygothic, sans-serif;
  font-weight: 400;
  line-height: 16px;
}

.bold-text, .text-block-117 {
  font-weight: 400;
  line-height: 16px;
}

.text-block-118, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .text-block-119, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14 {
  font-weight: 400;
}

.div-block-244, .div-block-245, .div-block-246 {
  margin-bottom: 15px;
}

.div-block-247 {
  margin-bottom: 10px;
}

.link-block-6 {
  color: #98a4c8;
  text-decoration: none;
}

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

.link-block-7 {
  color: #98a4c8;
  margin-top: 10px;
  text-decoration: none;
}

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

.link-block-8 {
  color: #98a4c8;
  margin-top: 10px;
  text-decoration: none;
}

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

.div-block-249 {
  position: absolute;
  inset: 0 0% auto auto;
}

.image-127 {
  max-width: 70%;
}

.dropdown-list-6 {
  background-color: #d18787;
  width: 100vw;
  height: auto;
  display: block;
  inset: 70px 0% auto -755px;
}

.dropdown-list-6.w--open {
  width: 1200px;
  height: auto;
  position: absolute;
  inset: 70px 0% auto -622px;
}

.div-block-38-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 0 solid #000;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto 40px;
  padding: 10px 20px 20px;
  display: flex;
}

.div-block-250 {
  padding: 20px;
  display: block;
}

.dropdown-list-7 {
  background-color: #775f5f;
  display: none;
}

.dropdown-list-7.w--open {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--dark-blue);
  background-color: #fff;
  border-radius: 0;
  width: 1200px;
  padding: 0;
  display: block;
  inset: 70px 0% auto -620px;
}

.button-11 {
  align-self: center;
}

.dropdown-5 {
  display: block;
}

.dropdown-list-666 {
  background-color: #ecf8ff;
  inset: 70px auto auto 0%;
}

.dropdown-list-666.w--open {
  background-color: #ffffff03;
  top: 61px;
  box-shadow: 0 20px 18px -20px #2690c92e;
}

.dropdown-6 {
  font-family: Centurygothic, sans-serif;
  position: static;
}

.dropdown-6:focus {
  background-color: var(--dark-blue);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.grid-5-copy-copy {
  grid-column-gap: 30px;
  grid-row-gap: 5px;
  background-color: #ecf8ff03;
  grid-template-rows: repeat(auto-fit, 60px) 40px 40px 40px 40px 40px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: "."
                       "."
                       "."
                       "."
                       "."
                       ".";
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: start;
  max-width: 1200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 40px;
  display: grid;
  position: relative;
}

.div-block-251 {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #ecf8ff;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
}

.dropdown-toggle-5 {
  color: #8c98c1;
  font-weight: 700;
  transition: all .5s;
}

.dropdown-toggle-5:hover {
  background-image: linear-gradient(to right, var(--dark-blue), var(--light-blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.div-block-252, .div-block-253 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-254 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.div-block-255, .div-block-256 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

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

.div-block-258 {
  margin-top: 28px;
}

.div-block-259, .div-block-260 {
  height: 100vh;
}

.div-block-261 {
  background-image: url('../images/32.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.form-block-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.success-message {
  background-color: #ddd0;
  align-self: center;
}

.lottie-animation-22 {
  width: 40px;
  height: 40px;
}

.lottie-animation-23 {
  width: 180px;
}

.error-message {
  border-radius: 13px;
  font-family: Centurygothic, sans-serif;
  position: absolute;
}

.bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19, .bold-text-20, .bold-text-21, .bold-text-22 {
  font-weight: 400;
}

.linkblock-in-headear-menu {
  transition: all .5s;
}

.linkblock-in-headear-menu:hover {
  transform: scale(1.1);
}

.body-5 {
  background-color: #ecf8ff;
}

.div-block-208-copy {
  flex-direction: row;
  justify-content: space-between;
  width: auto;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-262 {
  cursor: pointer;
  background-color: #fff6;
  border: 0 solid #0092ca;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  margin-bottom: 10px;
  padding: 20px 15px;
  transition: all .5s;
  display: flex;
  position: relative;
}

.div-block-262:hover {
  background-color: #fff;
  border-radius: 10px;
  transform: translate(-10px);
  box-shadow: 0 7px 14px #001c6340;
}

.paragraph-11 {
  margin-bottom: 0;
  margin-right: 20px;
  font-family: Centurygothic, sans-serif;
}

.image-128 {
  opacity: .33;
  width: 30px;
}

.div-block-263 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 20px;
  display: flex;
}

.div-block-264 {
  margin-right: 20px;
}

.text-block-120 {
  color: var(--dark-blue);
  margin-bottom: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

.div-block-265 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-266 {
  width: auto;
}

.image-128-copy {
  opacity: .33;
  width: 36px;
}

.text-block-121 {
  color: var(--dark-blue);
  text-align: center;
  width: 500px;
  font-family: Centurygothic, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.div-block-267 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.link-block-9 {
  z-index: auto;
  position: absolute;
  inset: 0%;
}

.link-block-10 {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.link-block-11, .link-block-12 {
  position: absolute;
  inset: 0%;
}

.div-block-268 {
  margin-top: 60px;
  padding-top: 40px;
}

.body-6 {
  background-color: #ecf8ff;
}

.div-block-269 {
  background-color: var(--white);
  background-image: url('../images/image-4.png');
  background-position: 0%;
  background-size: auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-270 {
  margin-left: 10px;
  margin-right: 10px;
  padding-right: 0;
}

.div-block-271 {
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.image-129 {
  width: 40px;
}

.div-block-272 {
  margin-right: 10px;
}

.div-block-273 {
  max-width: 1200px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

._1-question-copy {
  z-index: 66;
  width: 100%;
}

.div-block-274 {
  border: 1px solid var(--dark-blue);
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-bottom: 20px;
  margin-right: 0;
  padding: 20px;
  display: flex;
}

.div-block-274.res {
  width: 100%;
}

.div-block-275 {
  width: auto;
  margin-left: 0;
  display: flex;
}

.text-block-122 {
  color: #778ab1;
  align-self: flex-end;
  margin-bottom: 0;
  font-family: Centurygothic, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 34px;
}

.text-block-122.h1-class-2 {
  color: #3c538a;
}

.text-block-122.h1-class-3 {
  color: var(--dark-blue);
}

.paragraph-12 {
  color: #778ab1;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.paragraph-12.text-class-2 {
  color: #3c538a;
  font-size: 16px;
}

.paragraph-12.text-class-3 {
  color: var(--dark-blue);
}

.bold-text-23 {
  color: #8c99c1;
  text-align: center;
  font-family: Centurygothic, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.text-block-123 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-124 {
  background-image: linear-gradient(to right, var(--dark-blue), var(--light-blue));
  color: var(--dark-blue);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 34px;
  line-height: 36px;
}

.nav-link-5-copy {
  color: #8c98c1;
  font-family: Centurygothic, sans-serif;
  font-weight: 700;
}

.nav-link-5-copy:hover {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #001c63, #0092ca);
  -webkit-background-clip: text;
  background-clip: text;
  border-bottom: 0 solid #000;
  font-weight: 700;
}

.nav-link-5-copy.w--current {
  color: #001c63;
}

.div-block-276 {
  border-left: 0 #778ab1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  min-width: auto;
  max-width: none;
  margin-top: 10px;
  margin-left: 0;
  display: flex;
}

.text-block-122-copy {
  color: #778ab1;
  align-self: flex-end;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 68px;
  font-weight: 400;
  line-height: 58px;
}

.text-block-122-copy.h1-class-2 {
  color: #3c538a;
}

.text-block-122-copy.h1-class-3 {
  color: var(--dark-blue);
}

.div-block-277 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.text-block-125 {
  color: #3c538a;
  align-self: flex-end;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 68px;
  line-height: 58px;
}

.text-block-126 {
  color: var(--dark-blue);
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 68px;
  line-height: 68px;
}

.div-block-278 {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.div-block-279 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bold-text-24 {
  font-size: 28px;
  line-height: 30px;
}

.div-block-280 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.tabs-content-6 {
  padding-bottom: 20px;
}

.body-7 {
  background-color: #ecf8ff;
}

.bc-for-medium-b {
  background-image: linear-gradient(to right, var(--dark-blue), var(--light-blue));
  color: #000;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 5px;
  margin-right: 5px;
  text-decoration: none;
  display: flex;
}

.body-8 {
  background-color: #ecf8ff;
}

.bc-for-big-b {
  background-image: linear-gradient(to right, var(--dark-blue), var(--light-blue));
  color: #000;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 5px;
  margin-right: 5px;
  text-decoration: none;
  display: flex;
}

.bold-text-26 {
  line-height: 30px;
}

.image-130 {
  z-index: -1;
  position: absolute;
  inset: -200px auto auto -500px;
}

.image-130-copy {
  z-index: -1;
  position: absolute;
  inset: auto -44% -200px auto;
}

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

.div-block-274-copy {
  border: 1px solid var(--dark-blue);
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 20px;
  display: flex;
}

.div-block-282 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: sticky;
  top: 100px;
  bottom: auto;
}

.text-block-127 {
  color: var(--dark-blue);
  margin-left: 20px;
  font-family: Centurygothic, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-13 {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 40px;
  font-family: Centurygothic, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  display: block;
}

.image-131 {
  width: 30px;
}

.image-132, .image-133 {
  width: 35px;
}

.paragraph-14 {
  direction: ltr;
  text-transform: none;
  word-break: normal;
  object-fit: fill;
  font-family: Centurygothic, sans-serif;
  text-decoration: none;
}

.list-2 {
  padding-left: 20px;
  line-height: 32px;
}

.rich-text-block {
  color: var(--dark-blue);
  margin-top: 0;
  margin-left: 40px;
  font-family: Centurygothic, sans-serif;
  font-size: 20px;
}

.div-block-283 {
  margin-top: 15px;
  font-size: 20px;
  line-height: 22px;
}

.list-item {
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 32px;
}

.list-item-2 {
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 32px;
}

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

.list-item-3 {
  margin-top: 5px;
}

.list-item-4 {
  line-height: 32px;
}

.div-block-285 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-286 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-287 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  display: flex;
  position: relative;
}

.div-block-288 {
  width: 70%;
  margin-left: 0;
  padding-left: 40px;
}

.div-block-289 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-282-copy {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
  position: sticky;
  top: 600px;
}

.div-block-282-copy-copy {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: sticky;
  top: 270px;
}

.div-block-282-copy-co-py {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 50px;
  display: flex;
  position: sticky;
  top: 218px;
}

.div-block-290 {
  margin-top: 220px;
}

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

.div-block-292 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-293 {
  margin-top: 40px;
  display: flex;
}

.div-block-294 {
  width: 20%;
}

.div-block-295 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 70%;
  padding-left: 0;
  display: flex;
}

.div-block-296 {
  width: 20%;
  position: relative;
}

.image-134 {
  z-index: -1;
  position: absolute;
}

.div-block-297 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.case-link {
  color: #01335a;
  margin-top: 0;
  font-family: Centurygothic, sans-serif;
  text-decoration: none;
}

.b2c-link {
  color: #01335a;
  margin-top: 10px;
  font-family: Centurygothic, sans-serif;
  text-decoration: none;
}

.gov-tab {
  flex-direction: row;
  justify-content: space-between;
  margin-top: 20px;
  display: flex;
}

.div-block-262-copy {
  cursor: pointer;
  background-color: #fff6;
  border-radius: 10px;
  height: 100%;
  margin-bottom: 10px;
  padding: 20px 15px;
  transition: all .5s;
  display: flex;
  position: relative;
}

.div-block-262-copy:hover {
  background-color: #fff;
  border-radius: 10px;
  transform: translate(-10px);
  box-shadow: 0 7px 14px #001c6340;
}

.div-block-205-copyffg {
  background-color: #fff6;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-right: 0;
  padding: 20px;
  transition: all .5s;
  display: flex;
  position: relative;
}

.div-block-205-copyffg:hover {
  background-color: #fff;
  transform: translate(0, -10px);
  box-shadow: 0 7px 14px #001c6340;
}

.div123 {
  background-color: #fff6;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-right: 20px;
  padding: 20px;
  transition: all .5s;
  display: flex;
  position: relative;
}

.div123:hover {
  background-color: #fff;
  transform: translate(0, -10px);
  box-shadow: 0 7px 14px #001c6340;
}

.link-block-13, .link-block-14 {
  display: block;
  position: absolute;
  inset: 0%;
}

.link-block-15 {
  position: absolute;
  inset: 0%;
}

.link-block-16 {
  display: none;
  position: absolute;
  inset: 0%;
}

.link-block-17, .link-block-18, .link-block-19, .link-block-20, .link-block-21, .link-block-22, .link-block-23 {
  position: absolute;
  inset: 0%;
}

.link-block-24, .link-block-25 {
  display: block;
  position: absolute;
  inset: 0%;
}

.div-block-205-copy {
  cursor: pointer;
  background-color: #fff6;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-right: 0;
  padding: 20px;
  transition: all .5s;
  display: flex;
  position: relative;
}

.div-block-205-copy:hover {
  background-color: #fff;
  transform: translate(0, -10px);
  box-shadow: 0 7px 14px #001c6340;
}

.link-block-26, .link-block-27 {
  position: absolute;
  inset: 0%;
}

.div-block-205-copyllll {
  cursor: pointer;
  background-color: #fff6;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-right: 0;
  padding: 20px;
  transition: all .5s;
  display: flex;
  position: relative;
}

.div-block-205-copyllll:hover {
  background-color: #fff;
  transform: translate(0, -10px);
  box-shadow: 0 7px 14px #001c6340;
}

.link-block-28 {
  position: absolute;
  inset: 0%;
}

.link-block-29 {
  display: block;
  position: absolute;
  inset: 0%;
}

.body-9, .body-10, .body-11, .body-12, .body-13, .body-14 {
  background-color: #ecf8ff;
}

.link-block-30 {
  display: block;
  position: absolute;
  inset: 0%;
}

.link-block-31 {
  position: absolute;
  inset: 0%;
}

.link-block-32 {
  display: block;
  position: absolute;
  inset: 0%;
}

.body-15 {
  background-color: #ecf8ff;
}

.bc-small-2-serv, .bc-small-3-serv {
  background-image: linear-gradient(to right, var(--dark-blue), var(--light-blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Centurygothic, sans-serif;
  text-decoration: none;
  display: block;
}

.body-16, .body-17 {
  background-color: #ecf8ff;
}

.bc-small-4-ser {
  background-image: linear-gradient(to right, var(--dark-blue), var(--light-blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Centurygothic, sans-serif;
  text-decoration: none;
  display: block;
}

.body-18 {
  background-color: #ecf8ff;
}

.bc-small-5-ser {
  background-image: linear-gradient(to right, var(--dark-blue), var(--light-blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Centurygothic, sans-serif;
  text-decoration: none;
  display: block;
}

.body-19 {
  background-color: #ecf8ff;
}

.bc-small-6-ser {
  background-image: linear-gradient(to right, var(--dark-blue), var(--light-blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Centurygothic, sans-serif;
  text-decoration: none;
  display: block;
}

.body-20 {
  background-color: #ecf8ff;
}

.bc-for-medium-disable {
  color: #8c98c1;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Centurygothic, sans-serif;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.bc-for-medium-disable:hover {
  color: var(--dark-blue);
}

.bc-small-7-ser, .bc-small-9-ser {
  background-image: linear-gradient(to right, var(--dark-blue), var(--light-blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Centurygothic, sans-serif;
  text-decoration: none;
  display: block;
}

.body-21, .body-22 {
  background-color: #ecf8ff;
}

.bc-small-9-5-ser {
  background-image: linear-gradient(to right, var(--dark-blue), var(--light-blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Centurygothic, sans-serif;
  text-decoration: none;
  display: block;
}

.body-23 {
  background-color: #ecf8ff;
}

.link-block-33, .bb-1-link, .bb-2-link {
  background-image: linear-gradient(to right, var(--dark-blue), var(--light-blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-left: 5px;
  font-family: Centurygothic, sans-serif;
  line-height: 18px;
}

.bb-3-link {
  background-image: linear-gradient(to right, var(--dark-blue), var(--light-blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.bb-3-link.w--current {
  margin-left: 5px;
}

.body-24, .body-25 {
  background-color: #ecf8ff;
}

.bb-4-link {
  background-image: linear-gradient(to right, var(--dark-blue), var(--light-blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.bb-4-link.w--current {
  margin-left: 5px;
}

.bb-link-5 {
  background-image: linear-gradient(to right, var(--dark-blue), var(--light-blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.bb-link-5.w--current {
  margin-left: 5px;
}

.link-block-34 {
  color: #8c98c1;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Centurygothic, sans-serif;
  text-decoration: none;
}

.body-26 {
  background-color: #ecf8ff;
}

.heading-8 {
  background-image: linear-gradient(to right, var(--dark-blue), var(--light-blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Centurygothic, sans-serif;
  line-height: 42px;
}

.text-block-67-copy {
  background-image: linear-gradient(to right, var(--dark-blue), var(--light-blue) 74%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Centurygothic, sans-serif;
  font-size: 39px;
  font-weight: 700;
  line-height: 46px;
}

.text-block-67-copy.dark {
  background-image: linear-gradient(to right, var(--dark-blue), var(--light-blue) 28%);
}

.div-block-299 {
  margin-right: 20px;
}

.mask-3 {
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.slide-2 {
  background-color: #b46565;
}

.slider-4 {
  background-color: #ddd0;
}

.left-arrow, .right-arrow {
  color: var(--dark-blue);
}

.grid-6 {
  grid-column-gap: 25px;
  grid-row-gap: 35px;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-300 {
  border: 0px solid var(--light-blue);
  background-color: #ecf8ff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 370px;
  height: 370px;
  display: flex;
  box-shadow: -7px 6px 13px 2px #bde2f470;
}

.image-135 {
  border-radius: 10px;
  width: 100%;
}

.div-block-301 {
  margin-top: 15px;
}

.text-block-135 {
  background-image: linear-gradient(90deg, var(--dark-blue), var(--light-blue) 38%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Centurygothic, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.text-block-136 {
  margin-top: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.paragraph-6-copy {
  color: var(--dark-blue);
  width: 750px;
  margin-bottom: 100px;
  padding-top: 0;
  font-family: Centurygothic, sans-serif;
  font-size: 20px;
  line-height: 22px;
}

.body-27 {
  background-color: #ecf8ff;
}

.ind-link-1 {
  background-image: linear-gradient(to right, var(--dark-blue), var(--light-blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-left: 5px;
}

.ind-link-1.w--current {
  margin-left: 5px;
}

.link-block-ind {
  color: #8c98c1;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Centurygothic, sans-serif;
  text-decoration: none;
}

.text-block-137 {
  color: var(--dark-blue);
  margin-top: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
}

.text-block-67-cop-y-copy {
  background-image: linear-gradient(to right, var(--dark-blue), var(--light-blue) 28%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Centurygothic, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 46px;
}

.text-block-67-cop-y-copy.dark {
  background-image: linear-gradient(to right, var(--dark-blue), var(--light-blue) 28%);
}

.grid-7 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.link-block-35 {
  border: 1px solid var(--light-blue);
  border-radius: 20px;
  padding: 20px;
  text-decoration: none;
}

.link-block-36, .link-block-37 {
  border: 1px solid var(--light-blue);
  border-radius: 20px;
}

.link-block-38 {
  border: 1px solid var(--light-blue);
  border-radius: 20px;
  display: flex;
}

.link-block-39 {
  border: 1px solid var(--light-blue);
  border-radius: 20px;
}

.div-block-307 {
  padding: 0;
}

.image-136 {
  width: 90%;
}

.button-consultation {
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  -webkit-text-fill-color: transparent;
  background-color: #ffffff03;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  border: 1px solid #0092ca;
  border-radius: 100px;
  padding: 10px 20px;
  transition: all .5s;
  position: static;
}

.button-consultation:hover {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  background-clip: border-box;
}

.button-consultation:active {
  background-image: linear-gradient(to right, #001c63, #0092ca);
}

.div-block-308 {
  flex-direction: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  min-width: auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-309 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.grid-8 {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.nav-link-5-copy-2 {
  color: #d3d9ec;
  font-family: Centurygothic, sans-serif;
  font-weight: 400;
  display: none;
}

.nav-link-5-copy-2:hover {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  border-bottom: 0 solid #000;
  font-weight: 700;
}

.nav-link-5-copy-2.w--current {
  color: #001c63;
}

.div-block-310 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 0 solid #000;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto 40px;
  display: none;
}

.image-137 {
  max-width: 191px;
  padding-top: 0;
}

.link-block-40 {
  color: #8c98c1;
  font-weight: 700;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.link-block-40:hover {
  color: #001c63;
}

.div-block-311 {
  width: 0;
  height: 0;
  margin: auto;
}

.image-138 {
  width: 23px;
  max-width: 23px;
  padding-right: 5px;
}

.cell-48 {
  background-color: #929292;
  border-radius: 8px;
}

.header-comp {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #00000003;
  justify-content: space-between;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.header-comp.kek {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  display: block;
  position: fixed;
}

.nav-menu-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  display: flex;
  position: static;
}

.nav-link-8 {
  color: #d3d9ec;
  font-family: Centurygothic, sans-serif;
  font-weight: 400;
}

.nav-link-8:hover {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  border-bottom: 0 solid #000;
  font-weight: 700;
}

.nav-link-8.w--current {
  color: #0092ca;
  font-weight: 700;
}

.div-block-312 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.b2b-2 {
  color: #d3d9ec;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Centurygothic, sans-serif;
  font-weight: 400;
}

.b2b-2:hover {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  border-bottom: 0 solid #000;
  font-weight: 700;
}

.nav-link-6copy {
  color: #d3d9ec;
  font-family: Centurygothic, sans-serif;
  font-weight: 400;
}

.nav-link-6copy:hover {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  border-bottom: 0 solid #000;
  font-weight: 700;
}

.nav-link-6copy.w--current {
  color: #0092ca;
  font-weight: 700;
}

.button-12 {
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-color: #3898ec00;
  background-image: linear-gradient(to right, #001c63, #0092ca);
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: flex-start;
  align-self: flex-start;
  width: 232px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  display: block;
}

.button-12:hover {
  border-bottom: 2px solid #0092ca;
}

.button-12.w--current {
  margin-bottom: 10px;
  transition: all .5s;
}

.button-12.w--current:hover {
  border-bottom: 2px solid #001c63;
}

.div-block-313 {
  flex-direction: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  min-width: auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-314 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.grid-9 {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-315 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 0 solid #000;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto 40px;
  display: none;
}

.image-139 {
  max-width: 191px;
  padding-top: 0;
}

.link-block-41 {
  color: #8c98c1;
  font-weight: 700;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.link-block-41:hover {
  color: #001c63;
}

.div-block-316 {
  width: 0;
  height: 0;
  margin: auto;
}

.image-140 {
  width: 23px;
  max-width: 23px;
  padding-right: 5px;
}

.cell-49 {
  background-color: #929292;
  border-radius: 8px;
}

.nav-link-9 {
  color: #d3d9ec;
  font-family: Centurygothic, sans-serif;
  font-weight: 400;
}

.nav-link-9:hover {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  border-bottom: 0 solid #000;
  font-weight: 700;
}

.nav-link-9.w--current {
  color: #0092ca;
  font-weight: 700;
}

.div-block-317 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.button-13 {
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-color: #3898ec00;
  background-image: linear-gradient(to right, #001c63, #0092ca);
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: flex-start;
  align-self: flex-start;
  width: 232px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  display: block;
}

.button-13:hover {
  border-bottom: 2px solid #0092ca;
}

.button-13.w--current {
  margin-bottom: 10px;
  transition: all .5s;
}

.button-13.w--current:hover {
  border-bottom: 2px solid #001c63;
}

.text-block-138 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc 50%);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Aldrich, sans-serif;
  font-size: 92px;
  line-height: 93px;
}

.button-big-consultation {
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-color: #ffffff03;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  border: 1px solid #0092ca;
  border-radius: 100px;
  width: 230px;
  padding: 15px 20px;
  font-size: 16px;
  transition: all .5s;
}

.button-big-consultation:hover {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  background-clip: border-box;
}

.button-big-consultation:active {
  background-image: linear-gradient(to right, #001c63, #0092ca);
}

.text-block-139 {
  color: #e7e9ff;
  max-width: 550px;
  margin-bottom: 20px;
  padding-left: 5px;
  font-family: Centurygothic, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.image-141 {
  z-index: -1;
  position: absolute;
  inset: auto 0% 0%;
}

.image-142 {
  max-width: 85%;
}

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

.div-block-320 {
  justify-content: space-between;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 283px;
  display: flex;
}

.hero {
  margin-top: 85px;
  position: relative;
  overflow: visible;
}

.div-block-321 {
  justify-content: space-between;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-3012 {
  margin-right: 40px;
}

.text-block-140 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc 71%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 20px;
  font-family: Centurygothic, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 48px;
}

.text-block-141 {
  color: #e7e9ff;
  width: 562px;
  margin-bottom: 20px;
  font-family: Centurygothic, sans-serif;
  font-size: 22px;
  line-height: 26px;
}

.to-about-company {
  color: #0092ca;
  background-color: #3898ec00;
  border: 1px solid #0092ca;
  border-radius: 100px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
  line-height: 24px;
  transition: all .5s;
}

.to-about-company:hover {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #0092ca;
  background-clip: border-box;
}

.div-block-3013 {
  border: 1px solid #0092ca;
  border-radius: 15px;
  overflow: hidden;
}

.image-143 {
  width: 100%;
  margin-left: 0;
}

.link-block-42 {
  position: absolute;
  inset: 0%;
}

.grid-10 {
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.text-block-142 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  font-family: Centurygothic, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 58px;
}

.text-block-143 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.text-block-144 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
}

.button-14 {
  text-align: center;
  background-color: #3898ec00;
  border: 1px solid #3adfdc;
  border-radius: 100px;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: Centurygothic, sans-serif;
  transition: all .5s;
}

.button-14:hover {
  background-color: #0092ca;
}

.link-block-43 {
  position: absolute;
  inset: 0%;
}

.div-block-3014 {
  width: 246px;
  height: 259px;
  margin-bottom: 20px;
}

.text-block-145 {
  color: #fff;
  margin-left: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.div-block-3015 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.div-block-3016 {
  flex-direction: column;
  align-items: stretch;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-block-44 {
  position: absolute;
  inset: 0%;
}

.div-block-3017 {
  border-bottom: 1px dotted #c7c7c7;
  width: 246px;
  height: 164px;
  padding-bottom: 20px;
}

.text-block-146 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.div-block-3018 {
  background-image: linear-gradient(#0092ca, #3adfdc);
  width: 5px;
  min-width: 5px;
  max-width: 5px;
  height: 5px;
  min-height: 5px;
  max-height: 5px;
}

.div-block-3019 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.list-serv {
  margin-top: 140px;
}

.div-block-3020 {
  background-image: linear-gradient(#212428, #040404);
  border: 1px solid #0092ca;
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 20px;
  transition: all .5s;
  display: flex;
  position: relative;
}

.div-block-3020:hover {
  mix-blend-mode: normal;
  transform: scale(1.1);
  box-shadow: 1px 2px 19px 4px #0092ca70;
}

.link-block-45 {
  position: absolute;
  inset: 0%;
}

.text-block-147 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  font-family: Centurygothic, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 58px;
}

.image-144 {
  max-width: 55%;
}

.div-block-3021 {
  width: 50%;
  padding-left: 0;
  padding-right: 100px;
}

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

.left-arrow-2 {
  color: #0092ca;
}

.div-block-3023 {
  width: 50%;
  padding-left: 100px;
}

.slider-blog {
  margin-top: 140px;
  display: none;
}

.div-block-3024 {
  justify-content: center;
  display: flex;
}

.heading {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 26px;
  line-height: 28px;
}

.slide-3 {
  background-color: #0000;
}

.right-arrow-2 {
  color: #0092ca;
}

.link-block-46 {
  border: 1px solid #3adfdc;
  border-radius: 15px;
  padding: 10px;
  transition: all .5s;
}

.link-block-46:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 10px #0092ca;
}

.link-block-47 {
  border: 1px solid #3adfdc;
  border-radius: 15px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  transition: all .5s;
}

.link-block-47:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 10px #0092ca;
}

.field-label-12, .field-label-13 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-weight: 400;
}

.success-message-2 {
  background-color: #0092ca00;
  border: 0 solid #3adfdc;
  border-radius: 13px;
}

.text-block-148 {
  color: #f0f1ff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Centurygothic, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.error-message-2 {
  background-color: #fcd1d1;
  border-radius: 9px;
  font-family: Centurygothic, sans-serif;
}

.text-block-149 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.text-block-150 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 32px;
  line-height: 32px;
}

.form-div {
  margin-top: 140px;
  margin-bottom: 140px;
}

.field-label-14 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-weight: 400;
}

.div-block-3026 {
  background-image: linear-gradient(#212428, #000);
  border: 1px solid #0092ca;
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: 0 0 20px 10px #0092ca59;
}

.submit-button-5 {
  color: #98fdff;
  -webkit-text-fill-color: inherit;
  background-color: #0092ca00;
  background-clip: border-box;
  border: 1px solid #98fdff;
  border-radius: 100px;
  width: 100%;
  height: 50px;
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Centurygothic, sans-serif;
  font-size: 18px;
  transition: all .5s;
}

.submit-button-5:hover {
  color: #98fdff;
  -webkit-text-fill-color: inherit;
  background-color: #0092ca;
  background-clip: border-box;
  border-width: 1px;
}

.text-field-15 {
  color: #333;
  border-radius: 100px;
  width: 479px;
  height: 45px;
}

.div-block-3027 {
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  height: auto;
  padding: 60px;
  display: flex;
}

.link-block-48 {
  border: 1px solid #3adfdc;
  border-radius: 15px;
  padding: 10px;
  transition: all .5s;
}

.link-block-48:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 10px #0092ca;
}

.div-block-3028 {
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  height: auto;
  padding: 60px;
  display: flex;
}

.text-field-16, .text-field-17 {
  border-radius: 100px;
  width: 479px;
  height: 45px;
}

.phone-link-nav-2 {
  color: #b0b0b0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Centurygothic, sans-serif;
  text-decoration: none;
}

.fotter-comp {
  background-color: #0a151b;
  justify-content: space-between;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0;
  display: block;
}

.about-link-2 {
  color: #b0b0b0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Centurygothic, sans-serif;
  text-decoration: none;
}

.contacts-nav-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 60px;
  margin-right: 60px;
  display: flex;
}

.blog {
  color: #b0b0b0;
  margin-top: 10px;
  font-family: Centurygothic, sans-serif;
  text-decoration: none;
  display: block;
}

.main-link-2 {
  color: #b0b0b0;
  font-family: Centurygothic, sans-serif;
  text-decoration: none;
}

.div-block-3029 {
  justify-content: space-between;
  min-width: auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.telegram-link-2 {
  color: #b0b0b0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Centurygothic, sans-serif;
  text-decoration: none;
}

.b2b-link-footer {
  color: #b0b0b0;
  margin-top: 10px;
  font-family: Centurygothic, sans-serif;
  text-decoration: none;
  display: block;
}

.social-nav-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.linkedin-nav-2 {
  color: #b0b0b0;
  font-family: Centurygothic, sans-serif;
  text-decoration: none;
}

.navigation-footer-2 {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.logo-rights-2 {
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  display: flex;
}

.image-145 {
  min-width: 100px;
  max-width: 200px;
}

.email-link-nav-2, .consult-link-2 {
  color: #b0b0b0;
  font-family: Centurygothic, sans-serif;
  text-decoration: none;
}

.nav-pages-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.adress-link-nav-2 {
  color: #b0b0b0;
  font-family: Centurygothic, sans-serif;
  text-decoration: none;
}

.link-block-49 {
  font-family: Centurygothic, sans-serif;
}

.submit-button-6 {
  color: #270d0d;
  -webkit-text-fill-color: transparent;
  background-color: #3898ec00;
  background-image: linear-gradient(to right, #0092ca 42%, #3adfdc 61%);
  -webkit-background-clip: text;
  background-clip: text;
  border: 1px solid #0092ca;
  border-radius: 20px;
  width: 100%;
  font-family: Centurygothic, sans-serif;
  font-weight: 700;
}

.submit-button-6:hover {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #0092ca;
  background-image: none;
  background-clip: border-box;
}

.text-block-159 {
  color: #0092ca;
  font-family: Centurygothic, sans-serif;
}

.error-message-3 {
  background-color: #ff937e;
  border-radius: 9px;
}

.text-block-160 {
  margin-left: 3px;
  font-family: Centurygothic, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.text-field-18 {
  color: #000;
  background-color: #ffffff1a;
  border: 1px solid #0092ca;
  border-radius: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
}

.text-block-161 {
  text-align: left;
  letter-spacing: .5px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc 65%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 20px;
  font-family: Centurygothic, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.checkbox-field-2 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.text-field-19 {
  color: #000;
  background-color: #ffffff1a;
  border: 1px solid #0092ca;
  border-radius: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
}

.checkbox-label-2 {
  color: #0092ca;
  font-family: Centurygothic, sans-serif;
  font-size: 12px;
}

.field-label-15, .field-label-16 {
  color: #0092ca;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.image-146 {
  width: 35px;
  max-width: 50px;
}

.blur-bg-form-2 {
  z-index: 90;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #00000003;
  position: fixed;
  inset: 0%;
}

.text-field-20 {
  color: #000;
  background-color: #ffffff1a;
  border: 1px solid #0092ca;
  border-radius: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
}

.form-consultation-2 {
  z-index: 91;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #181818e3;
  border: 1px solid #0092ca;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 500px;
  min-height: 400px;
  padding: 20px;
  display: flex;
  position: fixed;
  box-shadow: -4px 4px 12px #001c634d;
}

.field-label-17 {
  color: #0092ca;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.success-message-3 {
  background-color: #212428;
  border: 1px solid #0092ca;
  border-radius: 15px;
}

.form-block-6 {
  padding-left: 10px;
  padding-right: 10px;
}

.link-block-50 {
  font-family: Centurygothic, sans-serif;
}

.submit-button-7 {
  color: #270d0d;
  -webkit-text-fill-color: transparent;
  background-color: #3898ec00;
  background-image: linear-gradient(to right, #0092ca 42%, #3adfdc 61%);
  -webkit-background-clip: text;
  background-clip: text;
  border: 1px solid #0092ca;
  border-radius: 20px;
  width: 100%;
  font-family: Centurygothic, sans-serif;
  font-weight: 700;
}

.submit-button-7:hover {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #0092ca;
  background-image: none;
  background-clip: border-box;
}

.big-close-form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.big-form-consultation {
  z-index: 91;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #181818e3;
  border: 1px solid #0092ca;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 500px;
  min-height: 400px;
  padding: 20px;
  display: flex;
  position: fixed;
  box-shadow: -4px 4px 12px #001c634d;
}

.text-block-162 {
  margin-left: 3px;
  font-family: Centurygothic, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.big-form-consult {
  z-index: 89;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: none;
  position: fixed;
  inset: 0%;
}

.text-field-21 {
  color: #000;
  background-color: #ffffff1a;
  border: 1px solid #0092ca;
  border-radius: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
}

.text-block-163 {
  text-align: left;
  letter-spacing: .5px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #0092ca, #3adfdc 65%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 20px;
  font-family: Centurygothic, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.checkbox-field-3 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.text-field-22 {
  color: #000;
  background-color: #ffffff1a;
  border: 1px solid #0092ca;
  border-radius: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
}

.checkbox-label-3 {
  color: #0092ca;
  font-family: Centurygothic, sans-serif;
  font-size: 12px;
}

.field-label-18, .field-label-19 {
  color: #0092ca;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.image-147 {
  width: 35px;
  max-width: 50px;
}

.text-field-23 {
  color: #000;
  background-color: #ffffff1a;
  border: 1px solid #0092ca;
  border-radius: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
}

.big-blur-bg-form {
  z-index: 90;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #00000003;
  position: fixed;
  inset: 0%;
}

.form-block-7 {
  padding-left: 10px;
  padding-right: 10px;
}

.body-28 {
  background-color: #09090a;
}

.link-block-51 {
  font-family: Centurygothic, sans-serif;
}

.text-block-164 {
  margin-left: 3px;
  font-family: Centurygothic, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.text-field-24 {
  color: #000;
  background-color: #ffffff1a;
  border: 1px solid #0092ca;
  border-radius: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
}

.text-block-165 {
  text-align: left;
  letter-spacing: .5px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc 65%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 20px;
  font-family: Centurygothic, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.checkbox-field-4 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.text-field-25 {
  color: #000;
  background-color: #ffffff1a;
  border: 1px solid #0092ca;
  border-radius: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
}

.checkbox-label-4 {
  color: #0092ca;
  font-family: Centurygothic, sans-serif;
  font-size: 12px;
}

.image-148 {
  width: 35px;
  max-width: 50px;
}

.text-field-26 {
  color: #000;
  background-color: #ffffff1a;
  border: 1px solid #0092ca;
  border-radius: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
}

.form-block-8 {
  padding-left: 10px;
  padding-right: 10px;
}

.body-29 {
  background-color: #09090a;
}

.div-block-3030 {
  flex-direction: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  min-width: auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-3031 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.grid-11 {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-3032 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 0 solid #000;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto 40px;
  display: none;
}

.image-149 {
  max-width: 191px;
  padding-top: 0;
}

.link-block-52 {
  color: #8c98c1;
  font-weight: 700;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.link-block-52:hover {
  color: #001c63;
}

.div-block-3033 {
  width: 0;
  height: 0;
  margin: auto;
}

.image-150 {
  width: 23px;
  max-width: 23px;
  padding-right: 5px;
}

.cell-50 {
  background-color: #929292;
  border-radius: 8px;
}

.nav-link-10 {
  color: #d3d9ec;
  font-family: Centurygothic, sans-serif;
  font-weight: 400;
}

.nav-link-10:hover {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  border-bottom: 0 solid #000;
  font-weight: 700;
}

.nav-link-10.w--current {
  color: #0092ca;
  font-weight: 700;
}

.div-block-3034 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.button-15 {
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-color: #3898ec00;
  background-image: linear-gradient(to right, #001c63, #0092ca);
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: flex-start;
  align-self: flex-start;
  width: 232px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  display: block;
}

.button-15:hover {
  border-bottom: 2px solid #0092ca;
}

.button-15.w--current {
  margin-bottom: 10px;
  transition: all .5s;
}

.button-15.w--current:hover {
  border-bottom: 2px solid #001c63;
}

.about-comp {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  display: flex;
}

.heading-9 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 10px;
}

.bold-text-30 {
  font-size: 88px;
  line-height: 90px;
}

.paragraph-15 {
  color: #fff;
  text-align: center;
  width: 595px;
  font-family: Centurygothic, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.div-block-267-copy {
  border: 0 solid #0092ca;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-151 {
  border: 1px solid #0092ca;
  border-radius: 15px;
  max-width: 51%;
  height: 100%;
  margin-right: 40px;
}

.image-152 {
  border: 1px solid #0092ca;
  border-radius: 15px;
  width: 30%;
  max-width: 29%;
  height: 100%;
}

.div-block-3035 {
  background-image: linear-gradient(#212428, #000);
  border: 1px solid #0092ca;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 396px;
  height: 400px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  box-shadow: -8px 0 50px 8px #0092ca40;
}

.bold-text-31 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Centurygothic, sans-serif;
  font-size: 32px;
  line-height: 34px;
}

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

.text-block-166 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
}

.heading-10 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 60px;
  font-family: Centurygothic, sans-serif;
}

.bold-text-32, .bold-text-33 {
  font-family: Centurygothic, sans-serif;
  font-size: 32px;
  line-height: 34px;
}

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

.text-block-167 {
  text-align: center;
}

.div-block-3036 {
  background-image: linear-gradient(#212428, #000);
  border: 1px solid #0092ca;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 396px;
  height: 400px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  box-shadow: 0 0 50px 6px #0092ca40;
}

.image-155 {
  margin-bottom: 20px;
  padding-bottom: 0;
}

.div-block-3037 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.paragraph-16, .paragraph-17, .paragraph-18 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 20px;
  line-height: 22px;
}

.div-block-3038 {
  background-image: linear-gradient(#212428, #000);
  border: 1px solid #0092ca;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 396px;
  height: 400px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  box-shadow: 11px 0 50px 8px #0092ca40;
}

.text-block-168 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
}

.value {
  max-width: 1200px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-169 {
  font-family: Centurygothic, sans-serif;
  font-size: 32px;
  line-height: 34px;
}

.text-block-170 {
  color: #fff;
  text-align: center;
  width: 479px;
  font-family: Centurygothic, sans-serif;
  font-size: 20px;
  line-height: 22px;
}

.teachers-huntresult {
  max-width: 1200px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
}

.image-156 {
  border: 1px solid #0092ca;
  border-radius: 19px;
  width: 302px;
}

.div-block-3039 {
  width: 100%;
  display: flex;
}

.div-block-3040 {
  border: 0 solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.text-block-171 {
  color: #fff;
  width: 457px;
  margin-top: 20px;
  font-family: Centurygothic, sans-serif;
  font-size: 20px;
  line-height: 22px;
}

.bold-text-34 {
  color: #fff;
}

.heading-2-copy {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 20px;
  font-size: 56px;
  line-height: 58px;
}

.div-block-3041 {
  background-image: linear-gradient(to right, #212428, #000);
  border: 1px solid #0092ca;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 18px 11px #0092ca40;
}

.text-block-172 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 20px;
  padding-top: 0;
  font-family: Aldrich, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.image-157 {
  width: 515px;
  max-width: none;
  position: absolute;
  inset: -24% -14% auto auto;
}

.feedback {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-11 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 10px;
}

.bold-text-35 {
  font-size: 56px;
  line-height: 58px;
}

.text-block-173 {
  color: #fff;
  text-align: center;
  width: 479px;
  font-family: Centurygothic, sans-serif;
  font-size: 20px;
  line-height: 22px;
}

.text-block-174 {
  color: #9c9dac;
  font-family: Centurygothic, sans-serif;
  font-size: 20px;
}

.right-arrow-3 {
  color: #0092ca;
}

.left-arrow-3 {
  color: #0092ca;
  display: block;
}

.paragraph-19 {
  color: #fff;
  text-align: center;
  width: 370px;
  font-family: Centurygothic, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.text-block-175 {
  font-family: Centurygothic, sans-serif;
  font-size: 28px;
  line-height: 30px;
}

.slide-nav {
  margin-top: 20px;
  top: 288px;
}

.div-block-3042 {
  margin-left: 20px;
}

.div-block-3043 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text-36 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
}

.bold-text-37 {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}

.slider-5 {
  background-color: #ddd0;
  max-width: 1200px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-3044 {
  border: 1px solid #0092ca;
  border-radius: 100px;
  width: 51px;
  overflow: hidden;
}

.div-block-3045 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1000px;
  max-width: 1000px;
  margin: 40px auto 0;
  display: flex;
}

.div-block-3046 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.link-block-53 {
  border: 1px solid #3adfdc;
  border-radius: 15px;
  padding: 10px;
  transition: all .5s;
}

.link-block-53:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 10px #0092ca;
}

.link-block-54 {
  border: 1px solid #3adfdc;
  border-radius: 15px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  transition: all .5s;
}

.link-block-54:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 10px #0092ca;
}

.field-label-20, .field-label-21 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-weight: 400;
}

.success-message-4 {
  background-color: #0092ca00;
  border: 0 solid #3adfdc;
  border-radius: 13px;
}

.text-block-176 {
  color: #f0f1ff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Centurygothic, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.error-message-4 {
  background-color: #fcd1d1;
  border-radius: 9px;
  font-family: Centurygothic, sans-serif;
}

.text-block-177 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.text-block-178 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 32px;
  line-height: 32px;
}

.field-label-22 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-weight: 400;
}

.div-block-3048 {
  background-image: linear-gradient(#212428, #000);
  border: 1px solid #0092ca;
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: 0 0 20px 10px #0092ca59;
}

.submit-button-8 {
  color: #98fdff;
  -webkit-text-fill-color: inherit;
  background-color: #0092ca00;
  background-clip: border-box;
  border: 1px solid #98fdff;
  border-radius: 100px;
  width: 100%;
  height: 50px;
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Centurygothic, sans-serif;
  font-size: 18px;
  transition: all .5s;
}

.submit-button-8:hover {
  color: #98fdff;
  -webkit-text-fill-color: inherit;
  background-color: #0092ca;
  background-clip: border-box;
  border-width: 1px;
}

.text-field-27 {
  color: #333;
  border-radius: 100px;
  width: 479px;
  height: 45px;
}

.div-block-3049 {
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  height: auto;
  padding: 60px;
  display: flex;
}

.link-block-55 {
  border: 1px solid #3adfdc;
  border-radius: 15px;
  padding: 10px;
  transition: all .5s;
}

.link-block-55:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 10px #0092ca;
}

.div-block-3050 {
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  height: auto;
  padding: 60px;
  display: flex;
}

.text-field-28, .text-field-29 {
  border-radius: 100px;
  width: 479px;
  height: 45px;
}

.phone-link-nav-3, .about-link-3 {
  color: #b0b0b0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Centurygothic, sans-serif;
  text-decoration: none;
}

.contacts-nav-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 60px;
  margin-right: 60px;
  display: flex;
}

.div-block-3051 {
  justify-content: space-between;
  min-width: auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.social-nav-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.navigation-footer-3 {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.logo-rights-3 {
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  display: flex;
}

.image-158 {
  min-width: 100px;
  max-width: 200px;
}

.nav-pages-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.adress-link-nav-3 {
  color: #b0b0b0;
  font-family: Centurygothic, sans-serif;
  text-decoration: none;
}

.div-block-3052 {
  flex-direction: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  min-width: auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-3053 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-3054 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 0 solid #000;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto 40px;
  display: none;
}

.image-159 {
  max-width: 191px;
  padding-top: 0;
}

.link-block-56 {
  color: #8c98c1;
  font-weight: 700;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.link-block-56:hover {
  color: #001c63;
}

.div-block-3055 {
  width: 0;
  height: 0;
  margin: auto;
}

.image-160 {
  width: 23px;
  max-width: 23px;
  padding-right: 5px;
}

.cell-51 {
  background-color: #929292;
  border-radius: 8px;
}

.nav-link-11 {
  color: #d3d9ec;
  font-family: Centurygothic, sans-serif;
  font-weight: 400;
}

.nav-link-11:hover {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  border-bottom: 0 solid #000;
  font-weight: 700;
}

.nav-link-11.w--current {
  color: #0092ca;
  font-weight: 700;
}

.div-block-3056 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.button-16 {
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-color: #3898ec00;
  background-image: linear-gradient(to right, #001c63, #0092ca);
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: flex-start;
  align-self: flex-start;
  width: 232px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  display: block;
}

.button-16:hover {
  border-bottom: 2px solid #0092ca;
}

.button-16.w--current {
  margin-bottom: 10px;
  transition: all .5s;
}

.button-16.w--current:hover {
  border-bottom: 2px solid #001c63;
}

.body-30 {
  background-color: #09090a;
}

.link-block-57 {
  position: absolute;
  inset: 0%;
}

.grid-12 {
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.text-block-187 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  font-family: Centurygothic, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 58px;
}

.text-block-188 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.text-block-189 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
}

.button-17 {
  text-align: center;
  background-color: #3898ec00;
  border: 1px solid #3adfdc;
  border-radius: 100px;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: Centurygothic, sans-serif;
  transition: all .5s;
}

.button-17:hover {
  background-color: #0092ca;
}

.link-block-58 {
  position: absolute;
  inset: 0%;
}

.div-block-3057 {
  width: 246px;
  height: 259px;
  margin-bottom: 20px;
}

.text-block-190 {
  color: #fff;
  margin-left: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.div-block-3058 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.div-block-3059 {
  flex-direction: column;
  align-items: stretch;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-block-59 {
  position: absolute;
  inset: 0%;
}

.div-block-3060 {
  border-bottom: 1px dotted #c7c7c7;
  width: 246px;
  height: 164px;
  padding-bottom: 20px;
}

.text-block-191 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.div-block-3061 {
  background-image: linear-gradient(#0092ca, #3adfdc);
  width: 5px;
  min-width: 5px;
  max-width: 5px;
  height: 5px;
  min-height: 5px;
  max-height: 5px;
}

.div-block-3062 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.div-block-3063 {
  background-image: linear-gradient(#212428, #040404);
  border: 1px solid #0092ca;
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 20px;
  transition: all .5s;
  display: flex;
  position: relative;
}

.div-block-3063:hover {
  mix-blend-mode: normal;
  transform: scale(1.1);
  box-shadow: 1px 2px 19px 4px #0092ca70;
}

.link-block-60 {
  position: absolute;
  inset: 0%;
}

.link-block-61 {
  border: 1px solid #3adfdc;
  border-radius: 15px;
  padding: 10px;
  transition: all .5s;
}

.link-block-61:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 10px #0092ca;
}

.link-block-62 {
  border: 1px solid #3adfdc;
  border-radius: 15px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  transition: all .5s;
}

.link-block-62:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 10px #0092ca;
}

.field-label-23, .field-label-24 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-weight: 400;
}

.success-message-5 {
  background-color: #0092ca00;
  border: 0 solid #3adfdc;
  border-radius: 13px;
}

.text-block-192 {
  color: #f0f1ff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Centurygothic, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.text-block-193 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.text-block-194 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 32px;
  line-height: 32px;
}

.field-label-25 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-weight: 400;
}

.div-block-3065 {
  background-image: linear-gradient(#212428, #000);
  border: 1px solid #0092ca;
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: 0 0 20px 10px #0092ca59;
}

.submit-button-9 {
  color: #98fdff;
  -webkit-text-fill-color: inherit;
  background-color: #0092ca00;
  background-clip: border-box;
  border: 1px solid #98fdff;
  border-radius: 100px;
  width: 100%;
  height: 50px;
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Centurygothic, sans-serif;
  font-size: 18px;
  transition: all .5s;
}

.submit-button-9:hover {
  color: #98fdff;
  -webkit-text-fill-color: inherit;
  background-color: #0092ca;
  background-clip: border-box;
  border-width: 1px;
}

.text-field-30 {
  color: #333;
  border-radius: 100px;
  width: 479px;
  height: 45px;
}

.div-block-3066 {
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  height: auto;
  padding: 60px;
  display: flex;
}

.link-block-63 {
  border: 1px solid #3adfdc;
  border-radius: 15px;
  padding: 10px;
  transition: all .5s;
}

.link-block-63:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 10px #0092ca;
}

.div-block-3067 {
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  height: auto;
  padding: 60px;
  display: flex;
}

.text-field-31, .text-field-32 {
  border-radius: 100px;
  width: 479px;
  height: 45px;
}

.phone-link-nav-4, .about-link-4 {
  color: #b0b0b0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Centurygothic, sans-serif;
  text-decoration: none;
}

.contacts-nav-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 60px;
  margin-right: 60px;
  display: flex;
}

.div-block-3068 {
  justify-content: space-between;
  min-width: auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.social-nav-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-161 {
  min-width: 100px;
  max-width: 200px;
}

.nav-pages-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.body-31 {
  background-color: #09090a;
}

.div-block-3069 {
  flex-direction: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  min-width: auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-3070 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-3071 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 0 solid #000;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto 40px;
  display: none;
}

.image-162 {
  max-width: 191px;
  padding-top: 0;
}

.link-block-64 {
  color: #8c98c1;
  font-weight: 700;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.link-block-64:hover {
  color: #001c63;
}

.div-block-3072 {
  width: 0;
  height: 0;
  margin: auto;
}

.image-163 {
  width: 23px;
  max-width: 23px;
  padding-right: 5px;
}

.cell-52 {
  background-color: #929292;
  border-radius: 8px;
}

.nav-link-12 {
  color: #d3d9ec;
  font-family: Centurygothic, sans-serif;
  font-weight: 400;
}

.nav-link-12:hover {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  border-bottom: 0 solid #000;
  font-weight: 700;
}

.nav-link-12.w--current {
  color: #0092ca;
  font-weight: 700;
}

.div-block-3073 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.button-18 {
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-color: #3898ec00;
  background-image: linear-gradient(to right, #001c63, #0092ca);
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: flex-start;
  align-self: flex-start;
  width: 232px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  display: block;
}

.button-18:hover {
  border-bottom: 2px solid #0092ca;
}

.button-18.w--current {
  margin-bottom: 10px;
  transition: all .5s;
}

.button-18.w--current:hover {
  border-bottom: 2px solid #001c63;
}

.html-embed {
  border-radius: 15px;
  width: auto;
  height: auto;
  overflow: hidden;
}

.link-block-65 {
  border: 1px solid #0092ca;
  border-radius: 13px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding: 5px;
  display: flex;
}

.div-block-3074 {
  max-width: 1200px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-203 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  font-family: Centurygothic, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 58px;
}

.link-block-66 {
  border: 1px solid #0092ca;
  border-radius: 13px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
}

.link-block-67 {
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
}

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

.link-block-68 {
  border: 1px solid #0092ca;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding: 5px;
  display: flex;
}

.text-block-204 {
  font-family: Centurygothic, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.div-block-3076 {
  background-image: linear-gradient(#212428, #000);
  border: 1px solid #0092ca;
  border-radius: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px 16px #0092ca40;
}

.bold-text-38 {
  width: auto;
  font-size: 34px;
  line-height: 36px;
}

.image-165 {
  transform-style: preserve-3d;
  max-width: 605px;
  position: absolute;
  inset: -10% -25% auto auto;
  transform: rotateX(-20deg)rotateY(-12deg)rotateZ(15deg);
}

.link-block-69 {
  color: #fff;
  margin-top: 10px;
  text-decoration: none;
}

.div-block-3077 {
  flex-direction: column;
  width: 35%;
  margin-left: 40px;
  display: flex;
}

.text-block-205 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.link-block-70 {
  text-decoration: none;
}

.text-block-206 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.text-block-207 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 40px;
}

.link-block-71 {
  border: 1px solid #3adfdc;
  border-radius: 15px;
  padding: 10px;
  transition: all .5s;
}

.link-block-71:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 10px #0092ca;
}

.link-block-72 {
  border: 1px solid #3adfdc;
  border-radius: 15px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  transition: all .5s;
}

.link-block-72:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 10px #0092ca;
}

.field-label-26 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-weight: 400;
}

.success-message-6 {
  background-color: #0092ca00;
  border: 0 solid #3adfdc;
  border-radius: 13px;
}

.text-block-208 {
  color: #f0f1ff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Centurygothic, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.text-block-209 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.text-block-210 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 32px;
  line-height: 32px;
}

.div-block-3079 {
  background-image: linear-gradient(#212428, #000);
  border: 1px solid #0092ca;
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: 0 0 20px 10px #0092ca59;
}

.text-field-33 {
  color: #333;
  border-radius: 100px;
  width: 479px;
  height: 45px;
}

.div-block-3080 {
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  height: auto;
  padding: 60px;
  display: flex;
}

.link-block-73 {
  border: 1px solid #3adfdc;
  border-radius: 15px;
  padding: 10px;
  transition: all .5s;
}

.link-block-73:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 10px #0092ca;
}

.div-block-3081 {
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  height: auto;
  padding: 60px;
  display: flex;
}

.text-field-34, .text-field-35 {
  border-radius: 100px;
  width: 479px;
  height: 45px;
}

.phone-link-nav-5, .about-link-5 {
  color: #b0b0b0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Centurygothic, sans-serif;
  text-decoration: none;
}

.div-block-3082 {
  justify-content: space-between;
  min-width: auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.social-nav-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-166 {
  min-width: 100px;
  max-width: 200px;
}

.nav-pages-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-block-74 {
  font-family: Centurygothic, sans-serif;
}

.submit-button-10 {
  color: #270d0d;
  -webkit-text-fill-color: transparent;
  background-color: #3898ec00;
  background-image: linear-gradient(to right, #0092ca 42%, #3adfdc 61%);
  -webkit-background-clip: text;
  background-clip: text;
  border: 1px solid #0092ca;
  border-radius: 20px;
  width: 100%;
  font-family: Centurygothic, sans-serif;
  font-weight: 700;
}

.submit-button-10:hover {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #0092ca;
  background-image: none;
  background-clip: border-box;
}

.text-block-219 {
  color: #0092ca;
  font-family: Centurygothic, sans-serif;
}

.error-message-5 {
  background-color: #ff937e;
  border-radius: 9px;
}

.text-block-220 {
  margin-left: 3px;
  font-family: Centurygothic, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.text-field-36 {
  color: #000;
  background-color: #ffffff1a;
  border: 1px solid #0092ca;
  border-radius: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
}

.text-block-221 {
  text-align: left;
  letter-spacing: .5px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc 65%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 20px;
  font-family: Centurygothic, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.text-field-37 {
  color: #000;
  background-color: #ffffff1a;
  border: 1px solid #0092ca;
  border-radius: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
}

.field-label-27, .field-label-28 {
  color: #0092ca;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.image-167 {
  width: 35px;
  max-width: 50px;
}

.blur-bg-form-3 {
  z-index: 90;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #00000003;
  position: fixed;
  inset: 0%;
}

.text-field-38 {
  color: #000;
  background-color: #ffffff1a;
  border: 1px solid #0092ca;
  border-radius: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
}

.field-label-29 {
  color: #0092ca;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.success-message-7 {
  background-color: #212428;
  border: 1px solid #0092ca;
  border-radius: 15px;
}

.form-block-12 {
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-3083 {
  flex-direction: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  min-width: auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-3084 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-3085 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 0 solid #000;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto 40px;
  display: none;
}

.image-168 {
  max-width: 191px;
  padding-top: 0;
}

.link-block-75 {
  color: #8c98c1;
  font-weight: 700;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.link-block-75:hover {
  color: #001c63;
}

.div-block-3086 {
  width: 0;
  height: 0;
  margin: auto;
}

.image-169 {
  width: 23px;
  max-width: 23px;
  padding-right: 5px;
}

.cell-53 {
  background-color: #929292;
  border-radius: 8px;
}

.nav-link-13 {
  color: #d3d9ec;
  font-family: Centurygothic, sans-serif;
  font-weight: 400;
}

.nav-link-13:hover {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  border-bottom: 0 solid #000;
  font-weight: 700;
}

.nav-link-13.w--current {
  color: #0092ca;
  font-weight: 700;
}

.div-block-3087 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.button-19 {
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-color: #3898ec00;
  background-image: linear-gradient(to right, #001c63, #0092ca);
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: flex-start;
  align-self: flex-start;
  width: 232px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  display: block;
}

.button-19:hover {
  border-bottom: 2px solid #0092ca;
}

.button-19.w--current {
  margin-bottom: 10px;
  transition: all .5s;
}

.button-19.w--current:hover {
  border-bottom: 2px solid #001c63;
}

.body-32 {
  background-color: #09090a;
}

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

.bold-text-39 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.text-block-222 {
  font-family: Centurygothic, sans-serif;
  font-size: 20px;
}

.bold-text-40 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

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

.bold-text-41 {
  font-family: Centurygothic, sans-serif;
  font-size: 56px;
  line-height: 58px;
}

.image-170 {
  margin-right: 10px;
}

.div-block-3090 {
  max-width: 1200px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bold-text-42 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.image-171 {
  margin-right: 10px;
}

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

.image-172 {
  margin-right: 10px;
}

.text-block-223 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Centurygothic, sans-serif;
  font-size: 28px;
  line-height: 30px;
}

.bold-text-43 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.image-173 {
  margin-right: 10px;
}

.text-block-224 {
  font-family: Centurygothic, sans-serif;
}

.image-174 {
  width: 446px;
}

.text-block-225 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc 38%);
  -webkit-background-clip: text;
  background-clip: text;
}

.div-block-3092 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

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

.text-block-226 {
  font-family: Centurygothic, sans-serif;
  font-weight: 700;
}

.text-block-227 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 56px;
  line-height: 58px;
}

.div-block-3094 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 1200px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-3095 {
  border-bottom: 1px dashed #fff;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.image-175 {
  margin-right: 5px;
}

.text-block-139-copy {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  margin-left: 3px;
  font-family: Centurygothic, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
}

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

.bold-text-44 {
  font-size: 16px;
}

.bold-text-45 {
  color: #fff;
}

.image-176, .image-177 {
  margin-right: 5px;
}

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

.text-block-228 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Centurygothic, sans-serif;
  font-size: 28px;
  line-height: 34px;
}

.image-178 {
  margin-right: 5px;
}

.image-179 {
  margin-right: 3px;
}

.text-block-229 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.image-180 {
  margin-right: 5px;
}

.text-block-230 {
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
}

.image-181 {
  margin-right: 5px;
}

.text-block-231 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Centurygothic, sans-serif;
  font-size: 56px;
  line-height: 58px;
}

.image-182 {
  margin-bottom: 10px;
}

.bold-text-47 {
  font-size: 16px;
  font-weight: 700;
}

.div-block-3098 {
  border: 1px solid #0092ca;
  border-radius: 15px;
  padding: 30px 20px 40px;
}

.grid-13 {
  margin-top: 60px;
}

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

.text-block-232 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  margin-left: 3px;
  padding-top: 0;
  font-family: Centurygothic, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
}

.div-block-3100 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.text-block-233 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 3px;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  display: flex;
}

.text-block-234 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.div-block-3101 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-183 {
  margin-right: 5px;
}

.text-block-138-copy {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Centurygothic, sans-serif;
  font-size: 27px;
  line-height: 28px;
}

.link-block-76 {
  border: 1px solid #3adfdc;
  border-radius: 15px;
  padding: 10px;
  transition: all .5s;
}

.link-block-76:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 10px #0092ca;
}

.link-block-77 {
  border: 1px solid #3adfdc;
  border-radius: 15px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  transition: all .5s;
}

.link-block-77:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 10px #0092ca;
}

.text-block-235 {
  color: #f0f1ff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Centurygothic, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.text-block-236 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.text-block-237 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 32px;
  line-height: 32px;
}

.div-block-3103 {
  background-image: linear-gradient(#212428, #000);
  border: 1px solid #0092ca;
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: 0 0 20px 10px #0092ca59;
}

.text-field-39 {
  color: #333;
  border-radius: 100px;
  width: 479px;
  height: 45px;
}

.div-block-3104 {
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  height: auto;
  padding: 60px;
  display: flex;
}

.link-block-78 {
  border: 1px solid #3adfdc;
  border-radius: 15px;
  padding: 10px;
  transition: all .5s;
}

.link-block-78:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 10px #0092ca;
}

.div-block-3105 {
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  height: auto;
  padding: 60px;
  display: flex;
}

.text-field-40, .text-field-41 {
  border-radius: 100px;
  width: 479px;
  height: 45px;
}

.link-block-79 {
  font-family: Centurygothic, sans-serif;
}

.submit-button-11 {
  color: #270d0d;
  -webkit-text-fill-color: transparent;
  background-color: #3898ec00;
  background-image: linear-gradient(to right, #0092ca 42%, #3adfdc 61%);
  -webkit-background-clip: text;
  background-clip: text;
  border: 1px solid #0092ca;
  border-radius: 20px;
  width: 100%;
  font-family: Centurygothic, sans-serif;
  font-weight: 700;
}

.submit-button-11:hover {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #0092ca;
  background-image: none;
  background-clip: border-box;
}

.text-block-238 {
  color: #0092ca;
  font-family: Centurygothic, sans-serif;
}

.error-message-6 {
  background-color: #ff937e;
  border-radius: 9px;
}

.text-block-239 {
  margin-left: 3px;
  font-family: Centurygothic, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.text-field-42 {
  color: #000;
  background-color: #ffffff1a;
  border: 1px solid #0092ca;
  border-radius: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
}

.text-block-240 {
  text-align: left;
  letter-spacing: .5px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc 65%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 20px;
  font-family: Centurygothic, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.text-field-43 {
  color: #000;
  background-color: #ffffff1a;
  border: 1px solid #0092ca;
  border-radius: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
}

.field-label-30, .field-label-31 {
  color: #0092ca;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.image-184 {
  width: 35px;
  max-width: 50px;
}

.blur-bg-form-4 {
  z-index: 90;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #00000003;
  position: fixed;
  inset: 0%;
}

.field-label-32 {
  color: #0092ca;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.success-message-8 {
  background-color: #212428;
  border: 1px solid #0092ca;
  border-radius: 15px;
}

.form-block-14 {
  padding-left: 10px;
  padding-right: 10px;
}

.phone-link-nav-6, .about-link-6 {
  color: #b0b0b0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Centurygothic, sans-serif;
  text-decoration: none;
}

.div-block-3106 {
  justify-content: space-between;
  min-width: auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.social-nav-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-185 {
  min-width: 100px;
  max-width: 200px;
}

.nav-pages-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.body-33 {
  background-color: #09090a;
}

.div-block-3107 {
  flex-direction: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  min-width: auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-3108 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-3109 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 0 solid #000;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto 40px;
  display: none;
}

.image-186 {
  max-width: 191px;
  padding-top: 0;
}

.link-block-80 {
  color: #8c98c1;
  font-weight: 700;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.link-block-80:hover {
  color: #001c63;
}

.div-block-3110 {
  width: 0;
  height: 0;
  margin: auto;
}

.image-187 {
  width: 23px;
  max-width: 23px;
  padding-right: 5px;
}

.cell-54 {
  background-color: #929292;
  border-radius: 8px;
}

.nav-link-14 {
  color: #d3d9ec;
  font-family: Centurygothic, sans-serif;
  font-weight: 400;
}

.nav-link-14:hover {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  border-bottom: 0 solid #000;
  font-weight: 700;
}

.nav-link-14.w--current {
  color: #0092ca;
  font-weight: 700;
}

.div-block-3111 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.button-20 {
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-color: #3898ec00;
  background-image: linear-gradient(to right, #001c63, #0092ca);
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: flex-start;
  align-self: flex-start;
  width: 232px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  display: block;
}

.button-20:hover {
  border-bottom: 2px solid #0092ca;
}

.button-20.w--current {
  margin-bottom: 10px;
  transition: all .5s;
}

.button-20.w--current:hover {
  border-bottom: 2px solid #001c63;
}

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

.bold-text-49 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.text-block-249 {
  font-family: Centurygothic, sans-serif;
  font-size: 20px;
}

.bold-text-50 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

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

.bold-text-51 {
  font-family: Centurygothic, sans-serif;
  font-size: 56px;
  line-height: 58px;
}

.image-188 {
  margin-right: 10px;
}

.div-block-3114 {
  max-width: 1200px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bold-text-52 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.image-189 {
  margin-right: 10px;
}

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

.image-190 {
  margin-right: 10px;
}

.text-block-250 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Centurygothic, sans-serif;
  font-size: 28px;
  line-height: 30px;
}

.bold-text-53 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.image-191 {
  width: 511px;
}

.image-192 {
  margin-right: 10px;
}

.link {
  text-decoration: none;
}

.text-block-251 {
  font-family: Centurygothic, sans-serif;
}

.text-block-252 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc 38%);
  -webkit-background-clip: text;
  background-clip: text;
}

.div-block-3116 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

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

.text-block-253 {
  font-family: Centurygothic, sans-serif;
  font-weight: 700;
}

.text-block-254 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 56px;
  line-height: 58px;
}

.bold-text-54 {
  font-size: 16px;
  line-height: 18px;
}

.div-block-3118 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 1200px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-3119 {
  border-bottom: 1px dashed #fff;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.image-193 {
  margin-right: 5px;
}

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

.bold-text-55 {
  font-size: 16px;
}

.bold-text-56 {
  color: #fff;
}

.image-194, .image-195 {
  margin-right: 5px;
}

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

.text-block-255 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Centurygothic, sans-serif;
  font-size: 28px;
  line-height: 34px;
}

.image-196 {
  margin-right: 5px;
}

.image-197 {
  margin-right: 3px;
}

.bold-text-58 {
  line-height: 18px;
}

.text-block-256 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.image-198 {
  margin-right: 5px;
}

.text-block-257 {
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
}

.image-199 {
  margin-right: 5px;
}

.text-block-258 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Centurygothic, sans-serif;
  font-size: 56px;
  line-height: 58px;
}

.image-200 {
  margin-bottom: 10px;
}

.bold-text-59 {
  font-size: 16px;
  font-weight: 700;
}

.div-block-3123 {
  border: 1px solid #0092ca;
  border-radius: 15px;
  padding: 30px 20px 40px;
}

.grid-14 {
  margin-top: 60px;
}

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

.text-block-259 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  margin-left: 3px;
  padding-top: 0;
  font-family: Centurygothic, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
}

.div-block-3125 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.text-block-260 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 3px;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  display: flex;
}

.text-block-261 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.div-block-3126 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-201 {
  margin-right: 5px;
}

.link-block-81 {
  border: 1px solid #3adfdc;
  border-radius: 15px;
  padding: 10px;
  transition: all .5s;
}

.link-block-81:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 10px #0092ca;
}

.link-block-82 {
  border: 1px solid #3adfdc;
  border-radius: 15px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  transition: all .5s;
}

.link-block-82:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 10px #0092ca;
}

.text-block-262 {
  color: #f0f1ff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Centurygothic, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.text-block-263 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.text-block-264 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 32px;
  line-height: 32px;
}

.div-block-3128 {
  background-image: linear-gradient(#212428, #000);
  border: 1px solid #0092ca;
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: 0 0 20px 10px #0092ca59;
}

.text-field-44 {
  color: #333;
  border-radius: 100px;
  width: 479px;
  height: 45px;
}

.div-block-3129 {
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  height: auto;
  padding: 60px;
  display: flex;
}

.link-block-83 {
  border: 1px solid #3adfdc;
  border-radius: 15px;
  padding: 10px;
  transition: all .5s;
}

.link-block-83:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 10px #0092ca;
}

.div-block-3130 {
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  height: auto;
  padding: 60px;
  display: flex;
}

.text-field-45, .text-field-46 {
  border-radius: 100px;
  width: 479px;
  height: 45px;
}

.div-block-3131 {
  justify-content: space-between;
  min-width: auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.social-nav-7 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-202 {
  min-width: 100px;
  max-width: 200px;
}

.nav-pages-7 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-block-84 {
  font-family: Centurygothic, sans-serif;
}

.submit-button-12 {
  color: #270d0d;
  -webkit-text-fill-color: transparent;
  background-color: #3898ec00;
  background-image: linear-gradient(to right, #0092ca 42%, #3adfdc 61%);
  -webkit-background-clip: text;
  background-clip: text;
  border: 1px solid #0092ca;
  border-radius: 20px;
  width: 100%;
  font-family: Centurygothic, sans-serif;
  font-weight: 700;
}

.submit-button-12:hover {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #0092ca;
  background-image: none;
  background-clip: border-box;
}

.text-block-273 {
  color: #0092ca;
  font-family: Centurygothic, sans-serif;
}

.error-message-7 {
  background-color: #ff937e;
  border-radius: 9px;
}

.text-block-274 {
  margin-left: 3px;
  font-family: Centurygothic, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.text-field-47 {
  color: #000;
  background-color: #ffffff1a;
  border: 1px solid #0092ca;
  border-radius: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
}

.text-block-275 {
  text-align: left;
  letter-spacing: .5px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc 65%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 20px;
  font-family: Centurygothic, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.text-field-48 {
  color: #000;
  background-color: #ffffff1a;
  border: 1px solid #0092ca;
  border-radius: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
}

.field-label-33, .field-label-34 {
  color: #0092ca;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.image-203 {
  width: 35px;
  max-width: 50px;
}

.blur-bg-form-5 {
  z-index: 90;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #00000003;
  position: fixed;
  inset: 0%;
}

.field-label-35 {
  color: #0092ca;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.success-message-9 {
  background-color: #212428;
  border: 1px solid #0092ca;
  border-radius: 15px;
}

.form-block-16 {
  padding-left: 10px;
  padding-right: 10px;
}

.body-34 {
  background-color: #09090a;
}

.div-block-3132 {
  flex-direction: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  min-width: auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-3133 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.grid-15 {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-3134 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 0 solid #000;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto 40px;
  display: none;
}

.image-204 {
  max-width: 191px;
  padding-top: 0;
}

.link-block-85 {
  color: #8c98c1;
  font-weight: 700;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.link-block-85:hover {
  color: #001c63;
}

.div-block-3135 {
  width: 0;
  height: 0;
  margin: auto;
}

.image-205 {
  width: 23px;
  max-width: 23px;
  padding-right: 5px;
}

.cell-55 {
  background-color: #929292;
  border-radius: 8px;
}

.nav-link-15 {
  color: #d3d9ec;
  font-family: Centurygothic, sans-serif;
  font-weight: 400;
}

.nav-link-15:hover {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  border-bottom: 0 solid #000;
  font-weight: 700;
}

.nav-link-15.w--current {
  color: #0092ca;
  font-weight: 700;
}

.div-block-3136 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.button-21 {
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-color: #3898ec00;
  background-image: linear-gradient(to right, #001c63, #0092ca);
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: flex-start;
  align-self: flex-start;
  width: 232px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  display: block;
}

.button-21:hover {
  border-bottom: 2px solid #0092ca;
}

.button-21.w--current {
  margin-bottom: 10px;
  transition: all .5s;
}

.button-21.w--current:hover {
  border-bottom: 2px solid #001c63;
}

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

.bold-text-62 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.text-block-276 {
  font-family: Centurygothic, sans-serif;
  font-size: 20px;
}

.bold-text-63 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

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

.bold-text-64 {
  font-family: Centurygothic, sans-serif;
  font-size: 56px;
  line-height: 58px;
}

.image-206 {
  margin-right: 10px;
}

.div-block-3139 {
  max-width: 1200px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bold-text-65 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.image-207 {
  margin-right: 10px;
}

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

.image-208 {
  margin-right: 10px;
}

.text-block-277 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Centurygothic, sans-serif;
  font-size: 28px;
  line-height: 30px;
}

.bold-text-66 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.image-209 {
  width: 511px;
}

.image-210 {
  margin-right: 10px;
}

.text-block-278 {
  font-family: Centurygothic, sans-serif;
}

.text-block-279 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc 38%);
  -webkit-background-clip: text;
  background-clip: text;
}

.div-block-3141 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

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

.text-block-280 {
  font-family: Centurygothic, sans-serif;
  font-weight: 700;
}

.text-block-281 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 56px;
  line-height: 58px;
}

.bold-text-67 {
  font-size: 16px;
  line-height: 18px;
}

.div-block-3143 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 1200px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-3144 {
  border-bottom: 1px dashed #fff;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.text-block-139-copy-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  margin-left: 3px;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

.image-211 {
  margin-right: 5px;
}

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

.bold-text-68 {
  font-size: 16px;
}

.bold-text-69 {
  color: #fff;
}

.text-block-140-copy {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.image-212, .image-213 {
  margin-right: 5px;
}

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

.text-block-282 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Centurygothic, sans-serif;
  font-size: 28px;
  line-height: 34px;
}

.div-block-295-copy {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
  display: none;
}

.image-214 {
  margin-right: 5px;
}

.image-215 {
  margin-right: 3px;
}

.bold-text-71 {
  line-height: 18px;
}

.text-block-283 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.image-216 {
  margin-right: 5px;
}

.text-block-284 {
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
}

.image-217 {
  margin-right: 5px;
}

.text-block-285 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Centurygothic, sans-serif;
  font-size: 56px;
  line-height: 58px;
}

.image-218 {
  margin-bottom: 10px;
}

.bold-text-72 {
  font-size: 16px;
  font-weight: 700;
}

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

.text-block-286 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  margin-left: 3px;
  padding-top: 0;
  font-family: Centurygothic, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
}

.div-block-3149 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.text-block-287 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 3px;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  display: flex;
}

.text-block-288 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.div-block-3150 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-219 {
  margin-right: 5px;
}

.link-block-86 {
  border: 1px solid #3adfdc;
  border-radius: 15px;
  padding: 10px;
  transition: all .5s;
}

.link-block-86:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 10px #0092ca;
}

.link-block-87 {
  border: 1px solid #3adfdc;
  border-radius: 15px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  transition: all .5s;
}

.link-block-87:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 10px #0092ca;
}

.text-block-289 {
  color: #f0f1ff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Centurygothic, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.error-message-8 {
  background-color: #fcd1d1;
  border-radius: 9px;
  font-family: Centurygothic, sans-serif;
}

.text-block-290 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.text-block-291 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 32px;
  line-height: 32px;
}

.div-block-3152 {
  background-image: linear-gradient(#212428, #000);
  border: 1px solid #0092ca;
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: 0 0 20px 10px #0092ca59;
}

.text-field-49 {
  color: #333;
  border-radius: 100px;
  width: 479px;
  height: 45px;
}

.div-block-3153 {
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  height: auto;
  padding: 60px;
  display: flex;
}

.link-block-88 {
  border: 1px solid #3adfdc;
  border-radius: 15px;
  padding: 10px;
  transition: all .5s;
}

.link-block-88:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 10px #0092ca;
}

.div-block-3154 {
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  height: auto;
  padding: 60px;
  display: flex;
}

.text-field-50, .text-field-51 {
  border-radius: 100px;
  width: 479px;
  height: 45px;
}

.div-block-3155 {
  justify-content: space-between;
  min-width: auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.social-nav-8 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-220 {
  min-width: 100px;
  max-width: 200px;
}

.nav-pages-8 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-block-89 {
  font-family: Centurygothic, sans-serif;
}

.submit-button-13 {
  color: #270d0d;
  -webkit-text-fill-color: transparent;
  background-color: #3898ec00;
  background-image: linear-gradient(to right, #0092ca 42%, #3adfdc 61%);
  -webkit-background-clip: text;
  background-clip: text;
  border: 1px solid #0092ca;
  border-radius: 20px;
  width: 100%;
  font-family: Centurygothic, sans-serif;
  font-weight: 700;
}

.submit-button-13:hover {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #0092ca;
  background-image: none;
  background-clip: border-box;
}

.text-block-300 {
  color: #0092ca;
  font-family: Centurygothic, sans-serif;
}

.text-block-301 {
  margin-left: 3px;
  font-family: Centurygothic, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.text-field-52 {
  color: #000;
  background-color: #ffffff1a;
  border: 1px solid #0092ca;
  border-radius: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
}

.text-block-302 {
  text-align: left;
  letter-spacing: .5px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc 65%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 20px;
  font-family: Centurygothic, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.text-field-53 {
  color: #000;
  background-color: #ffffff1a;
  border: 1px solid #0092ca;
  border-radius: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
}

.field-label-36, .field-label-37 {
  color: #0092ca;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.image-221 {
  width: 35px;
  max-width: 50px;
}

.blur-bg-form-6 {
  z-index: 90;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #00000003;
  position: fixed;
  inset: 0%;
}

.field-label-38 {
  color: #0092ca;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.success-message-10 {
  background-color: #212428;
  border: 1px solid #0092ca;
  border-radius: 15px;
}

.form-block-18 {
  padding-left: 10px;
  padding-right: 10px;
}

.body-35 {
  background-color: #09090a;
}

.div-block-3156 {
  flex-direction: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  min-width: auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-3157 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.grid-16 {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-3158 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 0 solid #000;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto 40px;
  display: none;
}

.image-222 {
  max-width: 191px;
  padding-top: 0;
}

.link-block-90 {
  color: #8c98c1;
  font-weight: 700;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.link-block-90:hover {
  color: #001c63;
}

.div-block-3159 {
  width: 0;
  height: 0;
  margin: auto;
}

.image-223 {
  width: 23px;
  max-width: 23px;
  padding-right: 5px;
}

.cell-56 {
  background-color: #929292;
  border-radius: 8px;
}

.nav-link-16 {
  color: #d3d9ec;
  font-family: Centurygothic, sans-serif;
  font-weight: 400;
}

.nav-link-16:hover {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  border-bottom: 0 solid #000;
  font-weight: 700;
}

.nav-link-16.w--current {
  color: #0092ca;
  font-weight: 700;
}

.div-block-3160 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.button-22 {
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-color: #3898ec00;
  background-image: linear-gradient(to right, #001c63, #0092ca);
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: flex-start;
  align-self: flex-start;
  width: 232px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  display: block;
}

.button-22:hover {
  border-bottom: 2px solid #0092ca;
}

.button-22.w--current {
  margin-bottom: 10px;
  transition: all .5s;
}

.button-22.w--current:hover {
  border-bottom: 2px solid #001c63;
}

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

.bold-text-75 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.text-block-303 {
  font-family: Centurygothic, sans-serif;
  font-size: 20px;
}

.bold-text-76 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

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

.bold-text-77 {
  font-family: Centurygothic, sans-serif;
  font-size: 56px;
  line-height: 58px;
}

.image-224 {
  margin-right: 10px;
}

.div-block-3163 {
  max-width: 1200px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bold-text-78 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.image-225 {
  margin-right: 10px;
}

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

.image-226 {
  margin-right: 10px;
}

.text-block-304 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Centurygothic, sans-serif;
  font-size: 28px;
  line-height: 30px;
}

.bold-text-79 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.image-227 {
  width: 511px;
}

.image-228 {
  margin-right: 10px;
}

.text-block-305 {
  font-family: Centurygothic, sans-serif;
}

.text-block-306 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #0092ca, #3adfdc 38%);
  -webkit-background-clip: text;
  background-clip: text;
  padding-bottom: 5px;
}

.div-block-3165 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

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

.text-block-307 {
  font-family: Centurygothic, sans-serif;
  font-weight: 700;
}

.text-block-308 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 56px;
  line-height: 58px;
}

.bold-text-80 {
  font-size: 16px;
  line-height: 18px;
}

.div-block-3167 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 1200px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-3168 {
  border-bottom: 1px dashed #fff;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.text-block-139-copy-3 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  margin-left: 3px;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

.image-229 {
  margin-right: 5px;
}

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

.bold-text-81 {
  font-size: 16px;
}

.div-block-295-copy-copy {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.bold-text-82 {
  color: #fff;
}

.image-230, .image-231 {
  margin-right: 5px;
}

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

.text-block-309 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Centurygothic, sans-serif;
  font-size: 28px;
  line-height: 34px;
}

.image-232 {
  margin-right: 5px;
}

.image-233 {
  margin-right: 3px;
}

.bold-text-85 {
  line-height: 18px;
}

.text-block-310 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.image-234 {
  margin-right: 5px;
}

.text-block-311 {
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
}

.image-235 {
  margin-right: 5px;
}

.text-block-312 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Centurygothic, sans-serif;
  font-size: 56px;
  line-height: 58px;
}

.image-236 {
  margin-bottom: 10px;
}

.bold-text-86 {
  font-size: 16px;
  font-weight: 700;
}

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

.text-block-313 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  margin-left: 3px;
  padding-top: 0;
  font-family: Centurygothic, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
}

.div-block-3173 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.text-block-314 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 3px;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  display: flex;
}

.text-block-315 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.div-block-3174 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-237 {
  margin-right: 5px;
}

.link-block-91 {
  border: 1px solid #3adfdc;
  border-radius: 15px;
  padding: 10px;
  transition: all .5s;
}

.link-block-91:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 10px #0092ca;
}

.link-block-92 {
  border: 1px solid #3adfdc;
  border-radius: 15px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  transition: all .5s;
}

.link-block-92:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 10px #0092ca;
}

.text-block-316 {
  color: #f0f1ff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Centurygothic, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.error-message-9 {
  background-color: #fcd1d1;
  border-radius: 9px;
  font-family: Centurygothic, sans-serif;
}

.text-block-317 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.text-block-318 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 32px;
  line-height: 32px;
}

.div-block-3176 {
  background-image: linear-gradient(#212428, #000);
  border: 1px solid #0092ca;
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: 0 0 20px 10px #0092ca59;
}

.text-field-54 {
  color: #333;
  border-radius: 100px;
  width: 479px;
  height: 45px;
}

.div-block-3177 {
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  height: auto;
  padding: 60px;
  display: flex;
}

.link-block-93 {
  border: 1px solid #3adfdc;
  border-radius: 15px;
  padding: 10px;
  transition: all .5s;
}

.link-block-93:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 10px #0092ca;
}

.div-block-3178 {
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  height: auto;
  padding: 60px;
  display: flex;
}

.text-field-55, .text-field-56 {
  border-radius: 100px;
  width: 479px;
  height: 45px;
}

.div-block-3179 {
  justify-content: space-between;
  min-width: auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-238 {
  min-width: 100px;
  max-width: 200px;
}

.nav-pages-9 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-block-94 {
  font-family: Centurygothic, sans-serif;
}

.submit-button-14 {
  color: #270d0d;
  -webkit-text-fill-color: transparent;
  background-color: #3898ec00;
  background-image: linear-gradient(to right, #0092ca 42%, #3adfdc 61%);
  -webkit-background-clip: text;
  background-clip: text;
  border: 1px solid #0092ca;
  border-radius: 20px;
  width: 100%;
  font-family: Centurygothic, sans-serif;
  font-weight: 700;
}

.submit-button-14:hover {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #0092ca;
  background-image: none;
  background-clip: border-box;
}

.text-block-327 {
  color: #0092ca;
  font-family: Centurygothic, sans-serif;
}

.text-block-328 {
  margin-left: 3px;
  font-family: Centurygothic, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.text-field-57 {
  color: #000;
  background-color: #ffffff1a;
  border: 1px solid #0092ca;
  border-radius: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
}

.text-block-329 {
  text-align: left;
  letter-spacing: .5px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc 65%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 20px;
  font-family: Centurygothic, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.text-field-58 {
  color: #000;
  background-color: #ffffff1a;
  border: 1px solid #0092ca;
  border-radius: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
}

.field-label-39, .field-label-40 {
  color: #0092ca;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.image-239 {
  width: 35px;
  max-width: 50px;
}

.blur-bg-form-7 {
  z-index: 90;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #00000003;
  position: fixed;
  inset: 0%;
}

.field-label-41 {
  color: #0092ca;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.success-message-11 {
  background-color: #212428;
  border: 1px solid #0092ca;
  border-radius: 15px;
}

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

.div-block-3180 {
  flex-direction: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  min-width: auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-3181 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.grid-17 {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-3182 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 0 solid #000;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto 40px;
  display: none;
}

.image-240 {
  max-width: 191px;
  padding-top: 0;
}

.link-block-95 {
  color: #8c98c1;
  font-weight: 700;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.link-block-95:hover {
  color: #001c63;
}

.div-block-3183 {
  width: 0;
  height: 0;
  margin: auto;
}

.image-241 {
  width: 23px;
  max-width: 23px;
  padding-right: 5px;
}

.cell-57 {
  background-color: #929292;
  border-radius: 8px;
}

.nav-link-17 {
  color: #d3d9ec;
  font-family: Centurygothic, sans-serif;
  font-weight: 400;
}

.nav-link-17:hover {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  border-bottom: 0 solid #000;
  font-weight: 700;
}

.nav-link-17.w--current {
  color: #0092ca;
  font-weight: 700;
}

.div-block-3184 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.button-23 {
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-color: #3898ec00;
  background-image: linear-gradient(to right, #001c63, #0092ca);
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: flex-start;
  align-self: flex-start;
  width: 232px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  display: block;
}

.button-23:hover {
  border-bottom: 2px solid #0092ca;
}

.button-23.w--current {
  margin-bottom: 10px;
  transition: all .5s;
}

.button-23.w--current:hover {
  border-bottom: 2px solid #001c63;
}

.body-36 {
  background-color: #09090a;
}

.div-block-3185 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1200px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-114-c {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  align-self: auto;
  margin: 60px 0 0;
  padding-bottom: 15px;
  font-family: Centurygothic, sans-serif;
  font-size: 82px;
  font-weight: 700;
  line-height: 73px;
}

.div-block-3186 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  margin-top: 20px;
  display: flex;
}

.link-blog-1 {
  border-radius: 20px;
  width: 100%;
  transition: all .5s;
}

.link-blog-1:hover {
  transform: translate(0, -10px);
  box-shadow: 0 2px 20px #0092ca80;
}

.div-block-3187 {
  flex-direction: row;
  justify-content: space-between;
  max-width: 1200px;
  margin: 100px auto;
  display: flex;
}

.text-block-330 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Centurygothic, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.div-block-305-copy-copy {
  width: 50%;
  max-width: none;
  margin-left: auto;
  margin-right: 50px;
  display: block;
}

.button-24 {
  color: #0092ca;
  background-color: #3898ec00;
  border: 1px solid #0092ca;
  border-radius: 100px;
  margin-top: 20px;
  padding: 12px 40px;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
  transition: all .3s;
}

.button-24:hover {
  color: #fff;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
}

.div-block-3188 {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #0092ca;
  width: 100%;
  margin-right: 20px;
}

.link-blog-2 {
  border-radius: 20px;
  width: 100%;
  transition: all .5s;
}

.link-blog-2:hover {
  transform: translate(0, -10px);
  box-shadow: 0 2px 20px #0092ca80;
}

.button-9 {
  color: #0092ca;
  background-color: #3898ec00;
  border: 1px solid #0092ca;
  border-radius: 100px;
  margin-top: 20px;
  padding: 12px 40px;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
  transition: all .3s;
}

.button-9:hover {
  color: #fff;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
}

.text-block-331 {
  color: #e7e9ff;
  margin-top: 10px;
  font-family: Centurygothic, sans-serif;
}

.image-152-copy {
  -webkit-text-stroke-width: 0px;
  border: 1px solid #0092ca;
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.div-block-3189 {
  flex-direction: column;
  width: 50%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-242 {
  -webkit-text-stroke-width: 0px;
  border: 1px solid #0092ca;
  border-radius: 10px;
  width: 100%;
  max-width: none;
  height: auto;
}

.div-block-3190 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  margin-top: 20px;
  display: flex;
}

.link-blog-4-copy {
  border-radius: 20px;
  transition: all .5s;
}

.link-blog-4-copy:hover {
  transform: translate(0, -10px);
  box-shadow: 0 2px 20px #0092ca80;
}

.div-block-3191 {
  flex-direction: row;
  justify-content: space-between;
  max-width: 1200px;
  margin: 100px auto;
  display: flex;
}

.link-blog-3-copy {
  border-radius: 20px;
  transition: all .5s;
}

.link-blog-3-copy:hover {
  transform: translate(0, -10px);
  box-shadow: 0 2px 20px #0092ca80;
}

.div-block-305-copy {
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  max-width: none;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.text-block-332 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Centurygothic, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 23px;
}

.div-block-305-copy-copy-copy {
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  max-width: none;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.text-block-333 {
  color: #e7e9ff;
  margin-top: 10px;
  font-family: Centurygothic, sans-serif;
}

.link-blog-5-copy {
  border-radius: 20px;
  transition: all .5s;
}

.link-blog-5-copy:hover {
  transform: translate(0, -10px);
  box-shadow: 0 2px 20px #0092ca80;
}

.div-block-3192 {
  flex-direction: column;
  width: 50%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-243 {
  -webkit-text-stroke-width: 0px;
  border: 1px solid #0092ca;
  border-radius: 10px;
  width: 100%;
  max-width: none;
  height: auto;
}

.link-block-96 {
  border: 1px solid #3adfdc;
  border-radius: 15px;
  padding: 10px;
  transition: all .5s;
}

.link-block-96:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 10px #0092ca;
}

.link-block-97 {
  border: 1px solid #3adfdc;
  border-radius: 15px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  transition: all .5s;
}

.link-block-97:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 10px #0092ca;
}

.text-block-334 {
  color: #f0f1ff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Centurygothic, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.error-message-10 {
  background-color: #fcd1d1;
  border-radius: 9px;
  font-family: Centurygothic, sans-serif;
}

.text-block-335 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.text-block-336 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 32px;
  line-height: 32px;
}

.div-block-3194 {
  background-image: linear-gradient(#212428, #000);
  border: 1px solid #0092ca;
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: 0 0 20px 10px #0092ca59;
}

.text-field-59 {
  color: #333;
  border-radius: 100px;
  width: 479px;
  height: 45px;
}

.div-block-3195 {
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  height: auto;
  padding: 60px;
  display: flex;
}

.link-block-98 {
  border: 1px solid #3adfdc;
  border-radius: 15px;
  padding: 10px;
  transition: all .5s;
}

.link-block-98:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 10px #0092ca;
}

.div-block-3196 {
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  height: auto;
  padding: 60px;
  display: flex;
}

.text-field-60, .text-field-61 {
  border-radius: 100px;
  width: 479px;
  height: 45px;
}

.div-block-3197 {
  justify-content: space-between;
  min-width: auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-244 {
  min-width: 100px;
  max-width: 200px;
}

.nav-pages-10 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-block-99 {
  font-family: Centurygothic, sans-serif;
}

.submit-button-15 {
  color: #270d0d;
  -webkit-text-fill-color: transparent;
  background-color: #3898ec00;
  background-image: linear-gradient(to right, #0092ca 42%, #3adfdc 61%);
  -webkit-background-clip: text;
  background-clip: text;
  border: 1px solid #0092ca;
  border-radius: 20px;
  width: 100%;
  font-family: Centurygothic, sans-serif;
  font-weight: 700;
}

.submit-button-15:hover {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #0092ca;
  background-image: none;
  background-clip: border-box;
}

.text-block-345 {
  color: #0092ca;
  font-family: Centurygothic, sans-serif;
}

.text-block-346 {
  margin-left: 3px;
  font-family: Centurygothic, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.text-field-62 {
  color: #000;
  background-color: #ffffff1a;
  border: 1px solid #0092ca;
  border-radius: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
}

.text-block-347 {
  text-align: left;
  letter-spacing: .5px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #0092ca, #3adfdc 65%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 20px;
  font-family: Centurygothic, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
}

.text-field-63 {
  color: #000;
  background-color: #ffffff1a;
  border: 1px solid #0092ca;
  border-radius: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
}

.field-label-42, .field-label-43 {
  color: #0092ca;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.image-245 {
  width: 35px;
  max-width: 50px;
}

.field-label-44 {
  color: #0092ca;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.success-message-12 {
  background-color: #212428;
  border: 1px solid #0092ca;
  border-radius: 15px;
}

.form-block-22 {
  padding-left: 10px;
  padding-right: 10px;
}

.body-37 {
  background-color: #09090a;
}

.div-block-3011 {
  background-image: url('../images/Section-1_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: 80px;
  display: flex;
}

.text-block-348 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  width: 1200px;
  font-family: Centurygothic, sans-serif;
  font-size: 92px;
  font-weight: 700;
  line-height: 94px;
}

.text-block-349 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Centurygothic, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 40px;
}

.image-246 {
  border: 1px solid #0092ca;
  border-radius: 20px;
  width: auto;
}

.text-block-350 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.div-block-3198 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
  display: block;
}

.div-block-3199 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
}

.div-block-312-copy {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 50%;
  margin-left: 20px;
  margin-right: 0;
  display: flex;
}

.paragraph-20 {
  color: #fff;
  margin-top: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.text-block-351 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.image-15-3-copy {
  border: 1px solid #0092ca;
  border-radius: 20px;
  width: 301px;
  max-width: none;
}

.div-block-313-c-opy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 39%;
  display: flex;
}

.paragraph-21 {
  color: #fff;
  margin-top: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.div-block-3200 {
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.image-247 {
  border: 1px solid #0092ca;
  border-radius: 20px;
  width: 450px;
  max-width: none;
  height: 300px;
}

.div-block-311-copy {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 40px;
  display: flex;
}

.text-block-153-co-py {
  color: #fff;
  margin-top: 0;
  font-family: Centurygothic, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.text-block-352 {
  color: #fff;
  margin-top: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.image-248 {
  border: 1px solid #0092ca;
  border-radius: 20px;
  width: 450px;
  max-width: none;
  height: 250px;
}

.div-block-313-copy-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
  display: flex;
}

.div-block-3201 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-right: 20px;
  display: flex;
}

.div-block-3202 {
  background-image: url('../images/Section-5.png');
  background-position: 50% 0;
  background-size: cover;
  border: 1px solid #0092ca;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  height: 400px;
  margin: 40px auto;
  display: flex;
}

.text-block-353 {
  color: #fff;
  text-align: center;
  font-family: Centurygothic, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 42px;
}

.text-block-354 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 42px;
}

.text-block-355 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
}

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

.image-249 {
  border: 1px solid #0092ca;
  border-radius: 20px;
  width: auto;
}

.div-block-313-c-opy-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 121%;
  display: flex;
}

.text-block-356 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.text-block-356.oit {
  width: auto;
  margin-top: 40px;
  margin-bottom: 20px;
}

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

.text-block-357 {
  color: #fff;
  margin-left: 20px;
  font-family: Centurygothic, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.div-block-3205 {
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.text-block-358 {
  color: #fff;
  margin-top: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.div-block-313-co-py-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 137%;
  margin-left: 20px;
  display: flex;
}

.div-block-3206 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-right: 20px;
  display: flex;
}

.link-block-100 {
  border: 1px solid #3adfdc;
  border-radius: 15px;
  padding: 10px;
  transition: all .5s;
}

.link-block-100:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 10px #0092ca;
}

.link-block-101 {
  border: 1px solid #3adfdc;
  border-radius: 15px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  transition: all .5s;
}

.link-block-101:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 10px #0092ca;
}

.text-block-359 {
  color: #f0f1ff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Centurygothic, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.error-message-11 {
  background-color: #fcd1d1;
  border-radius: 9px;
  font-family: Centurygothic, sans-serif;
}

.text-block-360 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.text-block-361 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 32px;
  line-height: 32px;
}

.div-block-3208 {
  background-image: linear-gradient(#212428, #000);
  border: 1px solid #0092ca;
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: 0 0 20px 10px #0092ca59;
}

.text-field-64 {
  color: #333;
  border-radius: 100px;
  width: 479px;
  height: 45px;
}

.div-block-3209 {
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  height: auto;
  padding: 60px;
  display: flex;
}

.link-block-102 {
  border: 1px solid #3adfdc;
  border-radius: 15px;
  padding: 10px;
  transition: all .5s;
}

.link-block-102:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 10px #0092ca;
}

.div-block-3210 {
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  height: auto;
  padding: 60px;
  display: flex;
}

.text-field-65, .text-field-66 {
  border-radius: 100px;
  width: 479px;
  height: 45px;
}

.div-block-3211 {
  justify-content: space-between;
  min-width: auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-250 {
  min-width: 100px;
  max-width: 200px;
}

.body-38 {
  background-color: #09090a;
}

.div-block-3012copy {
  background-image: url('../images/Frame-331.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: 80px;
  display: flex;
}

.text-block-370 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  width: 1200px;
  font-family: Centurygothic, sans-serif;
  font-size: 92px;
  font-weight: 700;
  line-height: 94px;
}

.div-block-3212 {
  max-width: 1200px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-150-opy {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Centurygothic, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
}

.paragraph-22 {
  color: #fff;
  margin-top: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.div-block-3213 {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1200px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-3214 {
  width: 77%;
  margin-right: 20px;
}

.text-block-371 {
  color: #fff;
  margin-bottom: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.text-block-372 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.div-block-3215 {
  border: 1px solid #0092ca;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  height: auto;
  display: flex;
  overflow: hidden;
}

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

.div-block-321-co-py {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-320-cop-y {
  border: 1px solid #0092ca;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 401px;
  height: auto;
  margin-right: 20px;
  display: flex;
  overflow: hidden;
}

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

.div-block-322 {
  width: 54%;
}

.text-block-373 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.text-block-150-opy-copy {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 20px;
  font-family: Centurygothic, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
}

.div-block-326-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.grid-18 {
  grid-column-gap: 55px;
  grid-row-gap: 60px;
  margin-top: 40px;
}

.image-253 {
  width: 50px;
  margin-bottom: 20px;
}

.text-block-374 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Centurygothic, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.div-block-323 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 1200px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-254 {
  width: 100%;
}

.paragraph-23 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.div-block-325 {
  border: 1px solid #0092ca;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90px;
  display: flex;
  overflow: hidden;
}

.div-block-324 {
  border: 1px solid #0092ca;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-326 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-375 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.paragraph-9-copy {
  color: #fff;
  text-align: center;
  width: 680px;
  font-family: Centurygothic, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.paragraph-24 {
  color: #fff;
  text-align: center;
  font-family: Centurygothic, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.div-block-327 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-328 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 100px;
  display: flex;
}

.text-block-157-dcopy-c-opy {
  color: #fff;
  width: 66%;
  font-family: Centurygothic, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.div-block-320-fcopy-c-opy {
  border: 1px solid #0092ca;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 26%;
  height: auto;
  display: flex;
  overflow: hidden;
}

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

.link-block-103 {
  border: 1px solid #3adfdc;
  border-radius: 15px;
  padding: 10px;
  transition: all .5s;
}

.link-block-103:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 10px #0092ca;
}

.link-block-104 {
  border: 1px solid #3adfdc;
  border-radius: 15px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  transition: all .5s;
}

.link-block-104:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 10px #0092ca;
}

.text-block-376 {
  color: #f0f1ff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Centurygothic, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.error-message-12 {
  background-color: #fcd1d1;
  border-radius: 9px;
  font-family: Centurygothic, sans-serif;
}

.text-block-377 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.text-block-378 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 32px;
  line-height: 32px;
}

.div-block-3217 {
  background-image: linear-gradient(#212428, #000);
  border: 1px solid #0092ca;
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: 0 0 20px 10px #0092ca59;
}

.text-field-67 {
  color: #333;
  border-radius: 100px;
  width: 479px;
  height: 45px;
}

.div-block-3218 {
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  height: auto;
  padding: 60px;
  display: flex;
}

.link-block-105 {
  border: 1px solid #3adfdc;
  border-radius: 15px;
  padding: 10px;
  transition: all .5s;
}

.link-block-105:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 10px #0092ca;
}

.div-block-3219 {
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  height: auto;
  padding: 60px;
  display: flex;
}

.text-field-68, .text-field-69 {
  border-radius: 100px;
  width: 479px;
  height: 45px;
}

.body-39 {
  background-color: #09090a;
}

.div-block-3013-copy {
  background-image: url('../images/Frame-427319127.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: 80px;
  display: flex;
}

.text-block-379 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  width: 1200px;
  font-family: Centurygothic, sans-serif;
  font-size: 92px;
  font-weight: 700;
  line-height: 94px;
}

.div-block-329 {
  justify-content: space-between;
  max-width: 1200px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-330 {
  width: 74%;
}

.paragraph-25 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 20px;
  line-height: 22px;
}

.div-block-331 {
  border: 1px solid #0092ca;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 201px;
  height: auto;
  margin-left: 40px;
  display: flex;
  overflow: hidden;
}

.image-256 {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.div-block-335 {
  margin-right: 20px;
}

.text-block-380, .text-block-381 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.h1-latt {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  margin-right: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.text-block-382 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.div-block-336 {
  flex-direction: column;
  justify-content: space-between;
  width: 1138.52px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.text-block-383 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

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

.div-block-332 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1200px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-332-copy {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1200px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-334 {
  flex-direction: column;
  justify-content: space-between;
  margin-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

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

.text-block-384, .text-block-385, .text-block-386 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.div-block-337 {
  max-width: 1200px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-387 {
  color: #0092ca;
  font-family: Centurygothic, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
}

.div-block-3221 {
  margin-right: 20px;
}

.div-block-332-codpy {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1200px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-388, .text-block-389, .text-block-390 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.div-block-3222 {
  flex-direction: column;
  justify-content: space-between;
  width: 1138.52px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.text-block-391 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

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

.div-block-3224 {
  flex-direction: column;
  justify-content: space-between;
  margin-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

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

.text-block-392, .text-block-393, .text-block-394 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.div-block-338 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-395 {
  color: #0092ca;
  text-align: center;
  margin-bottom: 20px;
  font-family: Centurygothic, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
}

.text-block-396 {
  color: #fff;
  text-align: center;
  width: 639px;
  font-family: Centurygothic, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.div-block-3226 {
  max-width: 1200px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-397 {
  color: #0092ca;
  font-family: Centurygothic, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
}

.div-block-3227 {
  margin-right: 20px;
}

.text-block-398, .text-block-399, .text-block-400 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.div-block-3228 {
  flex-direction: column;
  justify-content: space-between;
  width: 1138.52px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.text-block-401 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

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

.div-block-3230 {
  flex-direction: column;
  justify-content: space-between;
  margin-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

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

.text-block-402, .text-block-403, .text-block-404 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.div-block-3232 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-405 {
  color: #0092ca;
  text-align: center;
  margin-bottom: 20px;
  font-family: Centurygothic, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
}

.text-block-406 {
  color: #fff;
  text-align: center;
  width: 639px;
  font-family: Centurygothic, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.div-block-3233 {
  max-width: 1200px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-407 {
  color: #0092ca;
  font-family: Centurygothic, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
}

.div-block-3234 {
  margin-right: 20px;
}

.text-block-408, .text-block-409, .text-block-410 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.div-block-3235 {
  flex-direction: column;
  justify-content: space-between;
  width: 1138.52px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.text-block-411 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

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

.div-block-3237 {
  flex-direction: column;
  justify-content: space-between;
  margin-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

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

.text-block-412, .text-block-413, .text-block-414 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.div-block-3240 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-415 {
  color: #0092ca;
  text-align: center;
  margin-bottom: 20px;
  font-family: Centurygothic, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
}

.text-block-416 {
  color: #fff;
  text-align: center;
  width: 639px;
  font-family: Centurygothic, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.div-block-329-copy {
  justify-content: space-between;
  max-width: 1200px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-3241 {
  width: 74%;
}

.paragraph-26 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 20px;
  line-height: 22px;
}

.div-block-3-31-copy {
  border: 1px solid #0092ca;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 295px;
  height: auto;
  margin-left: 40px;
  display: flex;
  overflow: hidden;
}

.image-257 {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.link-block-106 {
  border: 1px solid #3adfdc;
  border-radius: 15px;
  padding: 10px;
  transition: all .5s;
}

.link-block-106:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 10px #0092ca;
}

.link-block-107 {
  border: 1px solid #3adfdc;
  border-radius: 15px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  transition: all .5s;
}

.link-block-107:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 10px #0092ca;
}

.text-block-417 {
  color: #f0f1ff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Centurygothic, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.error-message-13 {
  background-color: #fcd1d1;
  border-radius: 9px;
  font-family: Centurygothic, sans-serif;
}

.text-block-418 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.text-block-419 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 32px;
  line-height: 32px;
}

.div-block-3243 {
  background-image: linear-gradient(#212428, #000);
  border: 1px solid #0092ca;
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: 0 0 20px 10px #0092ca59;
}

.text-field-70 {
  color: #333;
  border-radius: 100px;
  width: 479px;
  height: 45px;
}

.div-block-3244 {
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  height: auto;
  padding: 60px;
  display: flex;
}

.link-block-108 {
  border: 1px solid #3adfdc;
  border-radius: 15px;
  padding: 10px;
  transition: all .5s;
}

.link-block-108:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 10px #0092ca;
}

.div-block-3245 {
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  height: auto;
  padding: 60px;
  display: flex;
}

.text-field-71, .text-field-72 {
  border-radius: 100px;
  width: 479px;
  height: 45px;
}

.body-40 {
  background-color: #09090a;
}

.div-block-3013copy {
  background-image: url('../images/Section-6.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: 80px;
  display: flex;
}

.text-block-420 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  width: 1200px;
  font-family: Centurygothic, sans-serif;
  font-size: 92px;
  font-weight: 700;
  line-height: 94px;
}

.div-block-342 {
  max-width: 1200px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-421 {
  color: #fff;
  margin-top: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 22px;
  line-height: 26px;
}

.text-block-422 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
}

.div-block-343 {
  max-width: 1200px;
  margin: 20px auto;
}

.text-block-423 {
  color: #fff;
  margin-top: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 22px;
  line-height: 26px;
}

.div-block-3246 {
  max-width: 1200px;
  margin: 20px auto;
}

.text-block-424 {
  color: #fff;
  margin-top: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 22px;
  line-height: 26px;
}

.div-block-3247 {
  max-width: 1200px;
  margin: 20px auto;
}

.text-block-425 {
  color: #fff;
  margin-top: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 22px;
  line-height: 26px;
}

.div-block-344 {
  border: 1px solid #0092ca;
  border-radius: 15px;
  max-width: 1200px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

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

.image-258 {
  border: 1px solid #0092ca;
  border-radius: 10px;
  width: 310px;
  margin-right: 20px;
}

.text-block-426 {
  color: #fff;
  margin-top: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 22px;
  line-height: 26px;
}

.div-block-3248 {
  border: 1px solid #0092ca;
  border-radius: 15px;
  max-width: 1200px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

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

.image-259 {
  border: 1px solid #0092ca;
  border-radius: 10px;
  width: 260px;
  margin-right: 20px;
}

.text-block-427 {
  color: #fff;
  margin-top: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 22px;
  line-height: 26px;
}

.div-block-3250 {
  border: 1px solid #0092ca;
  border-radius: 15px;
  max-width: 1200px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

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

.image-260 {
  border: 1px solid #0092ca;
  border-radius: 10px;
  width: 260px;
  margin-right: 20px;
}

.text-block-428 {
  color: #fff;
  margin-top: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 22px;
  line-height: 26px;
}

.div-block-346 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-27 {
  color: #fff;
  text-align: center;
  width: 811px;
  font-family: Centurygothic, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.link-block-109 {
  border: 1px solid #3adfdc;
  border-radius: 15px;
  padding: 10px;
  transition: all .5s;
}

.link-block-109:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 10px #0092ca;
}

.link-block-110 {
  border: 1px solid #3adfdc;
  border-radius: 15px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  transition: all .5s;
}

.link-block-110:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 10px #0092ca;
}

.text-block-429 {
  color: #f0f1ff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Centurygothic, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.error-message-14 {
  background-color: #fcd1d1;
  border-radius: 9px;
  font-family: Centurygothic, sans-serif;
}

.text-block-430 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.text-block-431 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 32px;
  line-height: 32px;
}

.div-block-3253 {
  background-image: linear-gradient(#212428, #000);
  border: 1px solid #0092ca;
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: 0 0 20px 10px #0092ca59;
}

.text-field-73 {
  color: #333;
  border-radius: 100px;
  width: 479px;
  height: 45px;
}

.div-block-3254 {
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  height: auto;
  padding: 60px;
  display: flex;
}

.link-block-111 {
  border: 1px solid #3adfdc;
  border-radius: 15px;
  padding: 10px;
  transition: all .5s;
}

.link-block-111:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 10px #0092ca;
}

.div-block-3255 {
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  height: auto;
  padding: 60px;
  display: flex;
}

.text-field-74, .text-field-75 {
  border-radius: 100px;
  width: 479px;
  height: 45px;
}

.body-41 {
  background-color: #09090a;
}

.div-block-3256 {
  background-image: url('../images/Frame-337.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: 80px;
  display: flex;
}

.text-block-432 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  width: 1200px;
  font-family: Centurygothic, sans-serif;
  font-size: 92px;
  font-weight: 700;
  line-height: 94px;
}

.div-block-348 {
  border: 1px solid #0092ca;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.paragraph-28 {
  color: #fff;
  text-align: left;
  font-family: Centurygothic, sans-serif;
  font-size: 26px;
  line-height: 28px;
}

.div-block-349 {
  max-width: 1200px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

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

.paragraph-29 {
  color: #fff;
  margin-right: 20px;
  font-family: Centurygothic, sans-serif;
  font-size: 24px;
  line-height: 26px;
}

.image-261 {
  border: 1px solid #0092ca;
  border-radius: 10px;
  width: 511px;
  height: 387px;
}

.div-block-351 {
  max-width: 1200px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-433 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
}

.paragraph-30 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Centurygothic, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
}

.rich-text-block-2 {
  color: #fff;
  margin-top: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 22px;
  line-height: 26px;
}

.div-block-352 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 1200px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-434 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
}

.paragraph-31 {
  color: #fff;
  margin-top: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 22px;
  line-height: 26px;
}

.div-block-353 {
  flex-direction: row;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
}

.div-block-355 {
  border: 1px solid #0092ca;
  border-radius: 10px;
  width: 50%;
  margin-right: 20px;
  padding: 20px;
}

.paragraph-32 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 22px;
  line-height: 26px;
}

.div-block-354 {
  border: 1px solid #0092ca;
  border-radius: 10px;
  width: 50%;
  padding: 20px;
}

.paragraph-33 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 22px;
  line-height: 26px;
}

.div-block-3257 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 1200px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-435 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
}

.paragraph-34 {
  color: #fff;
  margin-top: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 22px;
  line-height: 26px;
}

.div-block-3258 {
  flex-direction: row;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
}

.div-block-3259 {
  border: 1px solid #0092ca;
  border-radius: 10px;
  width: 50%;
  margin-right: 20px;
  padding: 20px;
}

.paragraph-35 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 22px;
  line-height: 26px;
}

.div-block-3260 {
  border: 1px solid #0092ca;
  border-radius: 10px;
  width: 50%;
  padding: 20px;
}

.paragraph-36 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 22px;
  line-height: 26px;
}

.div-block-3261 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 1200px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-436 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
}

.paragraph-37 {
  color: #fff;
  margin-top: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 22px;
  line-height: 26px;
}

.div-block-3262 {
  flex-direction: row;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
}

.div-block-3263 {
  border: 1px solid #0092ca;
  border-radius: 10px;
  width: 50%;
  margin-right: 20px;
  padding: 20px;
}

.paragraph-38 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 22px;
  line-height: 26px;
}

.div-block-3264 {
  border: 1px solid #0092ca;
  border-radius: 10px;
  width: 50%;
  padding: 20px;
}

.div-block-356 {
  max-width: 1200px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-39 {
  color: #fff;
  margin-right: 20px;
  font-family: Centurygothic, sans-serif;
  font-size: 28px;
  line-height: 30px;
}

.image-262 {
  border: 1px solid #0092ca;
  border-radius: 10px;
  width: 30%;
}

.div-block-356-dcopy {
  max-width: 1200px;
  margin: 30px auto 0;
  display: flex;
}

.image-163-copy-copy {
  border: 1px solid #0092ca;
  border-radius: 10px;
  width: 302px;
  display: none;
}

.paragraph-40 {
  color: #fff;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Centurygothic, sans-serif;
  font-size: 28px;
  line-height: 30px;
}

.div-block-3265 {
  max-width: 1200px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-41 {
  color: #fff;
  margin-right: 0;
  font-family: Centurygothic, sans-serif;
  font-size: 28px;
  line-height: 30px;
}

.link-block-112 {
  border: 1px solid #3adfdc;
  border-radius: 15px;
  padding: 10px;
  transition: all .5s;
}

.link-block-112:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 10px #0092ca;
}

.link-block-113 {
  border: 1px solid #3adfdc;
  border-radius: 15px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  transition: all .5s;
}

.link-block-113:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 10px #0092ca;
}

.text-block-437 {
  color: #f0f1ff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Centurygothic, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.error-message-15 {
  background-color: #fcd1d1;
  border-radius: 9px;
  font-family: Centurygothic, sans-serif;
}

.text-block-438 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.text-block-439 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 32px;
  line-height: 32px;
}

.div-block-3267 {
  background-image: linear-gradient(#212428, #000);
  border: 1px solid #0092ca;
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: 0 0 20px 10px #0092ca59;
}

.text-field-76 {
  color: #333;
  border-radius: 100px;
  width: 479px;
  height: 45px;
}

.div-block-3268 {
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  height: auto;
  padding: 60px;
  display: flex;
}

.link-block-114 {
  border: 1px solid #3adfdc;
  border-radius: 15px;
  padding: 10px;
  transition: all .5s;
}

.link-block-114:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 10px #0092ca;
}

.div-block-3269 {
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  height: auto;
  padding: 60px;
  display: flex;
}

.text-field-77, .text-field-78 {
  border-radius: 100px;
  width: 479px;
  height: 45px;
}

.div-block-3270 {
  width: 100vw;
  height: 100vh;
  display: flex;
}

.div-block-3271 {
  z-index: 0;
  background-image: url('../images/ввввыфвв.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

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

.text-block-440 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #35bcff, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Centurygothic, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 42px;
}

.text-block-44d0-copy {
  background-image: linear-gradient(90deg, var(--dark-blue), var(--light-blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Centurygothic, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 42px;
}

.image-263 {
  z-index: -1;
  opacity: .1;
  width: 390px;
  position: absolute;
}

.b2b-2-copy {
  color: #d3d9ec;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Centurygothic, sans-serif;
  font-weight: 400;
}

.b2b-2-copy:hover {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  border-bottom: 0 solid #000;
  font-weight: 700;
}

.b2b-2-copy.w--current {
  color: #d3d9ec;
  text-decoration: none;
}

.link-blog-1111 {
  text-decoration: none;
  transition: all .3s;
}

.link-blog-1111:hover {
  text-decoration: none;
  transform: translate(0, -2px);
}

.link-block-115 {
  text-decoration: none;
  transition: all .3s;
}

.link-block-115:hover {
  transform: translate(0, -2px);
}

.link-block-116 {
  text-decoration: none;
  transition: all .3s;
}

.link-block-116:hover {
  transform: translate(0, -2px);
}

.link-19282 {
  text-decoration: none;
  transition: all .3s;
}

.link-19282:hover {
  transform: translate(0, -2px);
}

.link-block-117 {
  text-decoration: none;
  transition: all .3s;
}

.link-block-117:hover {
  transform: translate(0, -2px);
}

.nav-linkfff-17-copy {
  color: #d3d9ec;
  font-family: Centurygothic, sans-serif;
  font-weight: 400;
}

.nav-linkfff-17-copy:hover {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0092ca, #3adfdc);
  -webkit-background-clip: text;
  background-clip: text;
  border-bottom: 0 solid #000;
  font-weight: 700;
}

.nav-linkfff-17-copy.w--current {
  color: #0092ca;
  font-weight: 700;
}

.link-block-118 {
  position: absolute;
  inset: 0%;
}

.italic-text {
  font-size: 14px;
}

.div-block-3273 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
}

.text-block-441 {
  margin-bottom: 0;
  padding-bottom: 100px;
  font-family: Centurygothic, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.body-42 {
  text-align: left;
}

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

.image-264 {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

.text-block-442 {
  color: #8c98c1;
  font-family: Centurygothic, sans-serif;
}

.icon-17 {
  color: #8c98c1;
}

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

.link-block-119 {
  border-radius: 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  text-decoration: none;
  display: flex;
}

.image-265 {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

.dropdown-link-7 {
  display: none;
}

.dropdown-list-667 {
  border-radius: 1px;
}

.dropdown-list-667.w--open {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ecf8ff03;
  border-radius: 6px;
}

.text-block-444 {
  font-family: Centurygothic, sans-serif;
}

.checkbox {
  margin-right: 10px;
}

.div-block-3276 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 1000px;
  display: flex;
}

.div-block-3277 {
  background-color: #ecf8ff;
  border: 1px solid #8c98c1;
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 60px;
  height: 30px;
  transition: all .3s;
  display: flex;
}

.div-block-3277:hover {
  background-color: var(--dark-blue);
}

.image-266 {
  border-radius: 999px;
  width: auto;
  min-width: auto;
  height: auto;
  max-height: none;
  margin-left: 0;
}

.text-block-445 {
  color: #8c98c1;
  text-align: left;
  margin-right: 10px;
  font-family: Centurygothic, sans-serif;
  font-weight: 400;
}

.div-block-3278 {
  border-radius: 999px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-left: 5px;
  display: flex;
  overflow: hidden;
}

.link-block-120 {
  border: 1px solid #8c98c1;
  border-radius: 99px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 60px;
  height: 30px;
  margin-left: 10px;
  font-family: Centurygothic, sans-serif;
  text-decoration: none;
  display: flex;
}

.dropdown-toggle-8 {
  color: #8d9ac1;
  font-family: Centurygothic, sans-serif;
}

.locales-wrapper {
  font-family: Centurygothic, sans-serif;
  display: none;
}

.text-block-446 {
  font-weight: 700;
}

.dropdown-list-668 {
  background-color: #dddddd1a;
}

.dropdown-list-668.w--open {
  background-color: #ddd0;
  padding: 0 40px 10px 20px;
}

.link-19283 {
  text-decoration: none;
}

.link-19283.w--current {
  color: var(--dark-blue);
  font-weight: 700;
  transition: all .3s;
}

.link-19283.w--current:hover {
  color: var(--dark-blue);
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .hero-page.our-misson {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .lottie-animation {
    margin-top: -150px;
  }

  .nav-link-5 {
    padding: 10px;
    font-size: 10px;
  }

  .txt.footer-text {
    font-size: 10px;
  }

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

  .logo-rights {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 40px;
  }

  .contacts-nav {
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-block-34 {
    display: block;
  }

  .div-block-42 {
    flex-direction: row;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-43 {
    flex-flow: row;
  }

  .div-block-50 {
    margin-top: 20px;
  }

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

  .div-block-52.right {
    margin-left: 10px;
  }

  .heading-ukr.services-name {
    font-size: 42px;
    line-height: 44px;
  }

  .text-block-13 {
    font-size: 24px;
  }

  .dropdown-list-3.w--open {
    width: 100%;
    position: relative;
    left: auto;
    right: auto;
  }

  .nav-menu {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #ffffff03;
    flex-flow: row;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    height: auto;
    display: flex;
  }

  .services-for-small-b {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-88 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: auto;
    max-width: none;
    padding-right: 0;
  }

  .text-block-30 {
    text-align: center;
  }

  .image-48 {
    top: -345px;
  }

  .text-block-62, .text-block-63 {
    font-size: 42px;
    line-height: 44px;
  }

  .button-comp-form-call {
    font-size: 10px;
  }

  .div-block-158, .div-value {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-67 {
    font-size: 42px;
    line-height: 44px;
  }

  .paragraph-7 {
    width: 500px;
    max-width: none;
  }

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

  .hero-nav {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .for-medium.right-copy {
    margin-left: 10px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._1-serviced-for-small-b {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-form-serv {
    width: 531px;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-190 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .heading-ukr-copy.services-name-copy {
    text-align: center;
  }

  .div-block-193 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .paragraph-8 {
    width: auto;
  }

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

  .text-block-85 {
    line-height: 30px;
  }

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

  .tab-link-tab-1-7.w--current, .tab-link-tab-2-6.w--current {
    font-size: 14px;
  }

  .tab-link-tab-4-3 {
    font-size: 12px;
  }

  .tab-link-tab-4-3.w--current {
    font-size: 14px;
  }

  .b2b {
    padding: 10px;
    font-size: 10px;
  }

  .bc-nav-small-1-serv {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

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

  .services-nav {
    margin-left: 40px;
  }

  .menu-button.w--open {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #ffffff03;
  }

  .lottie-animation-17 {
    margin-top: 20px;
  }

  .track {
    height: auto;
  }

  .camera {
    width: auto;
    height: auto;
    position: static;
    overflow: visible;
  }

  .frame {
    flex-direction: column;
    height: auto;
  }

  .tech-expe {
    width: auto;
    height: auto;
    padding-top: 60px;
  }

  .div-block-230 {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .eco-money {
    background-position: 50% 0;
    width: auto;
    height: auto;
    padding-top: 60px;
  }

  .paragraph-7-copy {
    width: 500px;
  }

  .scale-1 {
    background-position: 50% 0;
    width: auto;
    height: auto;
    padding-top: 60px;
  }

  .fast-stuff {
    width: auto;
    height: auto;
    padding-top: 60px;
  }

  .adapt {
    background-position: 50% 0;
    width: auto;
    height: auto;
    padding-top: 60px;
  }

  .dropdown-6 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .dropdown-toggle-5 {
    padding: 10px;
    font-size: 10px;
  }

  .div-block-253 {
    width: 600px;
  }

  .div-block-254, .div-block-255, .div-block-256, .div-block-257 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    display: none;
  }

  .div-block-268, .div-block-273 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link-5-copy {
    padding: 10px;
    font-size: 10px;
  }

  .bold-text-24 {
    line-height: 30px;
  }

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

  .bold-text-25, .bold-text-26 {
    line-height: 30px;
  }

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

  .div-block-295 {
    padding-left: 40px;
  }

  .text-block-128, .text-block-129, .text-block-130 {
    font-size: 14px;
  }

  .text-block-67-copy, .text-block-67-cop-y-copy {
    font-size: 42px;
    line-height: 44px;
  }

  .div-block-308, .div-block-313 {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .image-141 {
    bottom: 11%;
  }

  .hero, .about-huntresult {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-321 {
    display: block;
  }

  .div-block-3012 {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .div-block-3013 {
    display: block;
  }

  .grid-10 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: row;
    grid-template-rows: 1fr;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-3014 {
    width: auto;
    height: auto;
    margin-bottom: 60px;
  }

  .div-block-3017 {
    width: auto;
    height: auto;
  }

  .list-serv {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-3020 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .slider-blog {
    display: none;
  }

  .link-block-46, .link-block-47 {
    width: 45px;
    height: 45px;
  }

  .form-block-5 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 0;
    display: flex;
  }

  .text-block-149 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 30px;
  }

  .form-div {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-3026 {
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
  }

  .text-field-15 {
    width: 100%;
    height: 40px;
  }

  .div-block-3027 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 50%;
    height: auto;
    padding: 20px;
    display: flex;
  }

  .link-block-48 {
    width: 45px;
    height: 45px;
  }

  .div-block-3028 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .text-field-16 {
    width: 100%;
    height: 40px;
  }

  .form-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .text-field-17 {
    width: 100%;
    height: 40px;
  }

  .fotter-comp {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-3030 {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-comp {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-3035 {
    width: 33%;
  }

  .bold-text-31, .bold-text-32, .bold-text-33 {
    font-size: 24px;
    line-height: 26px;
  }

  .div-block-3036 {
    width: 33%;
  }

  .paragraph-16, .paragraph-17, .paragraph-18 {
    font-size: 14px;
  }

  .div-block-3038 {
    width: 33%;
  }

  .value {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-171 {
    width: auto;
    font-size: 20px;
  }

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

  .div-block-3045 {
    width: 800px;
  }

  .link-block-53, .link-block-54 {
    width: 45px;
    height: 45px;
  }

  .form-block-9 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 0;
    display: flex;
  }

  .text-block-177 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 30px;
  }

  .div-block-3048 {
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
  }

  .text-field-27 {
    width: 100%;
    height: 40px;
  }

  .div-block-3049 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 50%;
    height: auto;
    padding: 20px;
    display: flex;
  }

  .link-block-55 {
    width: 45px;
    height: 45px;
  }

  .div-block-3050 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .text-field-28, .text-field-29 {
    width: 100%;
    height: 40px;
  }

  .div-block-3052 {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-12 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: row;
    grid-template-rows: 1fr;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-3057 {
    width: auto;
    height: auto;
    margin-bottom: 60px;
  }

  .div-block-3060 {
    width: auto;
    height: auto;
  }

  .div-block-3063 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .link-block-61, .link-block-62 {
    width: 45px;
    height: 45px;
  }

  .form-block-10 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 0;
    display: flex;
  }

  .text-block-193 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 30px;
  }

  .div-block-3065 {
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
  }

  .text-field-30 {
    width: 100%;
    height: 40px;
  }

  .div-block-3066 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 50%;
    height: auto;
    padding: 20px;
    display: flex;
  }

  .link-block-63 {
    width: 45px;
    height: 45px;
  }

  .div-block-3067 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .text-field-31, .text-field-32 {
    width: 100%;
    height: 40px;
  }

  .div-block-3069 {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-204 {
    font-size: 18px;
  }

  .div-block-3076 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .bold-text-38 {
    font-size: 22px;
    line-height: 33px;
  }

  .text-block-205, .text-block-206 {
    font-size: 18px;
  }

  .link-block-71, .link-block-72 {
    width: 45px;
    height: 45px;
  }

  .form-block-11 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 0;
    display: flex;
  }

  .text-block-209 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 30px;
  }

  .div-block-3079 {
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
  }

  .text-field-33 {
    width: 100%;
    height: 40px;
  }

  .div-block-3080 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 50%;
    height: auto;
    padding: 20px;
    display: flex;
  }

  .link-block-73 {
    width: 45px;
    height: 45px;
  }

  .div-block-3081 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .text-field-34, .text-field-35 {
    width: 100%;
    height: 40px;
  }

  .div-block-3083 {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bold-text-39, .bold-text-40 {
    font-weight: 700;
  }

  .div-block-3089 {
    margin-right: 10px;
    display: none;
  }

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

  .bold-text-42 {
    font-weight: 700;
  }

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

  .text-block-223 {
    width: 650px;
  }

  .bold-text-43 {
    font-weight: 700;
  }

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

  .image-175 {
    margin-right: 3px;
  }

  .text-block-139-copy {
    font-size: 14px;
    line-height: 16px;
  }

  .div-block-3096 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-right: 10px;
  }

  .bold-text-44 {
    font-size: 16px;
  }

  .bold-text-45 {
    width: auto;
  }

  .image-176, .image-177 {
    margin-right: 3px;
  }

  .text-block-228 {
    font-size: 24px;
    line-height: 26px;
  }

  .image-178 {
    margin-right: 3px;
  }

  .bold-text-46, .text-block-229 {
    font-size: 16px;
    line-height: 14px;
  }

  .image-180 {
    margin-right: 3px;
  }

  .text-block-230 {
    width: 546px;
  }

  .image-181 {
    margin-right: 3px;
  }

  .bold-text-47 {
    font-size: 16px;
    line-height: 14px;
  }

  .div-block-3098 {
    margin-bottom: 20px;
    padding: 20px 20px 30px;
  }

  .grid-13 {
    display: block;
  }

  .div-block-3099 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-232 {
    width: auto;
    font-size: 16px;
    line-height: 16px;
  }

  .div-block-3100 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: 3px;
  }

  .text-block-233, .text-block-234 {
    font-size: 16px;
    line-height: 16px;
  }

  .image-183 {
    margin-right: 3px;
  }

  .link-block-76, .link-block-77 {
    width: 45px;
    height: 45px;
  }

  .form-block-13 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 0;
    display: flex;
  }

  .text-block-236 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 30px;
  }

  .div-block-3103 {
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
  }

  .text-field-39 {
    width: 100%;
    height: 40px;
  }

  .div-block-3104 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 50%;
    height: auto;
    padding: 20px;
    display: flex;
  }

  .link-block-78 {
    width: 45px;
    height: 45px;
  }

  .div-block-3105 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .text-field-40, .text-field-41 {
    width: 100%;
    height: 40px;
  }

  .div-block-3107 {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bold-text-49, .bold-text-50 {
    font-weight: 700;
  }

  .div-block-3113 {
    margin-right: 10px;
    display: none;
  }

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

  .bold-text-52 {
    font-weight: 700;
  }

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

  .text-block-250 {
    width: 650px;
  }

  .bold-text-53 {
    font-weight: 700;
  }

  .bold-text-54 {
    width: auto;
  }

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

  .image-193 {
    margin-right: 3px;
  }

  .div-block-3120 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-right: 10px;
  }

  .bold-text-55 {
    font-size: 16px;
  }

  .bold-text-56 {
    width: auto;
  }

  .image-194, .image-195 {
    margin-right: 3px;
  }

  .text-block-255 {
    font-size: 24px;
    line-height: 26px;
  }

  .div-block-3122 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .image-196 {
    margin-right: 3px;
  }

  .bold-text-57 {
    font-size: 16px;
    line-height: 14px;
  }

  .bold-text-58 {
    font-size: 16px;
  }

  .text-block-256 {
    font-size: 16px;
    line-height: 14px;
  }

  .image-198 {
    margin-right: 3px;
  }

  .text-block-257 {
    width: 546px;
  }

  .image-199 {
    margin-right: 3px;
  }

  .bold-text-59 {
    font-size: 16px;
    line-height: 14px;
  }

  .div-block-3123 {
    margin-bottom: 20px;
    padding: 20px 20px 30px;
  }

  .grid-14 {
    display: block;
  }

  .div-block-3124 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .bold-text-60 {
    font-size: 16px;
    line-height: 14px;
  }

  .text-block-259 {
    width: auto;
    font-size: 16px;
    line-height: 16px;
  }

  .div-block-3125 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: 3px;
  }

  .text-block-260, .text-block-261 {
    font-size: 16px;
    line-height: 16px;
  }

  .image-201 {
    margin-right: 3px;
  }

  .link-block-81, .link-block-82 {
    width: 45px;
    height: 45px;
  }

  .form-block-15 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 0;
    display: flex;
  }

  .text-block-263 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 30px;
  }

  .div-block-3128 {
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
  }

  .text-field-44 {
    width: 100%;
    height: 40px;
  }

  .div-block-3129 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 50%;
    height: auto;
    padding: 20px;
    display: flex;
  }

  .link-block-83 {
    width: 45px;
    height: 45px;
  }

  .div-block-3130 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .text-field-45, .text-field-46 {
    width: 100%;
    height: 40px;
  }

  .div-block-3132 {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bold-text-62, .bold-text-63 {
    font-weight: 700;
  }

  .div-block-3138 {
    margin-right: 10px;
    display: none;
  }

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

  .bold-text-65 {
    font-weight: 700;
  }

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

  .text-block-277 {
    width: 650px;
  }

  .bold-text-66 {
    font-weight: 700;
  }

  .bold-text-67 {
    width: auto;
  }

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

  .text-block-139-copy-2 {
    width: auto;
    font-size: 16px;
    line-height: 16px;
  }

  .image-211 {
    margin-right: 3px;
  }

  .div-block-3145 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-right: 10px;
  }

  .bold-text-68 {
    font-size: 16px;
  }

  .bold-text-69 {
    width: auto;
  }

  .text-block-140-copy {
    font-size: 16px;
    line-height: 14px;
  }

  .image-212, .image-213 {
    margin-right: 3px;
  }

  .text-block-282 {
    font-size: 24px;
    line-height: 26px;
  }

  .div-block-295-copy {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: 3px;
  }

  .div-block-3147 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .image-214 {
    margin-right: 3px;
  }

  .bold-text-70 {
    font-size: 16px;
    line-height: 14px;
  }

  .bold-text-71 {
    font-size: 16px;
  }

  .text-block-283 {
    font-size: 16px;
    line-height: 14px;
  }

  .image-216 {
    margin-right: 3px;
  }

  .text-block-284 {
    width: 546px;
  }

  .image-217 {
    margin-right: 3px;
  }

  .bold-text-72 {
    font-size: 16px;
    line-height: 14px;
  }

  .div-block-3148 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .bold-text-73 {
    font-size: 16px;
    line-height: 14px;
  }

  .text-block-286 {
    width: auto;
    font-size: 16px;
    line-height: 16px;
  }

  .div-block-3149 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: 3px;
  }

  .text-block-287, .text-block-288 {
    font-size: 16px;
    line-height: 16px;
  }

  .image-219 {
    margin-right: 3px;
  }

  .link-block-86, .link-block-87 {
    width: 45px;
    height: 45px;
  }

  .form-block-17 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 0;
    display: flex;
  }

  .text-block-290 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 30px;
  }

  .div-block-3152 {
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
  }

  .text-field-49 {
    width: 100%;
    height: 40px;
  }

  .div-block-3153 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 50%;
    height: auto;
    padding: 20px;
    display: flex;
  }

  .link-block-88 {
    width: 45px;
    height: 45px;
  }

  .div-block-3154 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .text-field-50, .text-field-51 {
    width: 100%;
    height: 40px;
  }

  .div-block-3156 {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bold-text-75, .bold-text-76 {
    font-weight: 700;
  }

  .div-block-3162 {
    margin-right: 10px;
    display: none;
  }

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

  .bold-text-78 {
    font-weight: 700;
  }

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

  .text-block-304 {
    width: 650px;
  }

  .bold-text-79 {
    font-weight: 700;
  }

  .bold-text-80 {
    width: auto;
  }

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

  .text-block-139-copy-3 {
    width: auto;
    font-size: 16px;
    line-height: 16px;
  }

  .image-229 {
    margin-right: 3px;
  }

  .div-block-3169 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-right: 10px;
  }

  .bold-text-81 {
    font-size: 16px;
  }

  .div-block-295-copy-copy {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: 3px;
  }

  .bold-text-82 {
    width: auto;
  }

  .image-230, .image-231 {
    margin-right: 3px;
  }

  .text-block-309 {
    font-size: 24px;
    line-height: 26px;
  }

  .div-block-3171 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .image-232 {
    margin-right: 3px;
  }

  .bold-text-84 {
    font-size: 16px;
    line-height: 14px;
  }

  .bold-text-85 {
    font-size: 16px;
  }

  .text-block-310 {
    font-size: 16px;
    line-height: 14px;
  }

  .image-234 {
    margin-right: 3px;
  }

  .text-block-311 {
    width: 546px;
  }

  .image-235 {
    margin-right: 3px;
  }

  .bold-text-86 {
    font-size: 16px;
    line-height: 14px;
  }

  .div-block-3172 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-313 {
    width: auto;
    font-size: 16px;
    line-height: 16px;
  }

  .div-block-3173 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: 3px;
  }

  .text-block-314, .text-block-315 {
    font-size: 16px;
    line-height: 16px;
  }

  .image-237 {
    margin-right: 3px;
  }

  .link-block-91, .link-block-92 {
    width: 45px;
    height: 45px;
  }

  .form-block-19 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 0;
    display: flex;
  }

  .text-block-317 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 30px;
  }

  .div-block-3176 {
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
  }

  .text-field-54 {
    width: 100%;
    height: 40px;
  }

  .div-block-3177 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 50%;
    height: auto;
    padding: 20px;
    display: flex;
  }

  .link-block-93 {
    width: 45px;
    height: 45px;
  }

  .div-block-3178 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .text-field-55, .text-field-56 {
    width: 100%;
    height: 40px;
  }

  .div-block-3180 {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .div-block-3187 {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .div-block-305-copy-copy {
    width: auto;
    margin-right: 0;
  }

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

  .div-block-3189 {
    width: auto;
    margin-top: 40px;
  }

  .div-block-3191 {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .div-block-305-copy {
    width: auto;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-305-copy-copy-copy {
    width: auto;
  }

  .div-block-3192 {
    width: auto;
    margin-top: 40px;
  }

  .link-block-96, .link-block-97 {
    width: 45px;
    height: 45px;
  }

  .form-block-21 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 0;
    display: flex;
  }

  .text-block-335 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 30px;
  }

  .div-block-3194 {
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
  }

  .text-field-59 {
    width: 100%;
    height: 40px;
  }

  .div-block-3195 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 50%;
    height: auto;
    padding: 20px;
    display: flex;
  }

  .link-block-98 {
    width: 45px;
    height: 45px;
  }

  .div-block-3196 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .text-field-60, .text-field-61 {
    width: 100%;
    height: 40px;
  }

  .text-block-348 {
    width: auto;
    font-size: 56px;
    line-height: 58px;
  }

  .image-246 {
    margin-bottom: 20px;
    display: none;
  }

  .div-block-3198 {
    width: auto;
  }

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

  .div-block-312-copy {
    width: auto;
    margin-left: 0;
  }

  .image-15-3-copy {
    margin-bottom: 20px;
    display: none;
  }

  .div-block-313-c-opy {
    width: auto;
  }

  .div-block-3200 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-311-copy {
    flex-direction: column;
  }

  .div-block-313-copy-copy {
    width: auto;
  }

  .div-block-3201 {
    width: auto;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .div-block-3202 {
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .image-249 {
    margin-bottom: 20px;
    display: none;
  }

  .div-block-313-c-opy-copy {
    width: auto;
  }

  .div-block-3205 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-313-co-py-copy {
    width: auto;
  }

  .div-block-3206 {
    width: auto;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .link-block-100, .link-block-101 {
    width: 45px;
    height: 45px;
  }

  .form-block-23 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 0;
    display: flex;
  }

  .text-block-360 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 30px;
  }

  .div-block-3208 {
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
  }

  .text-field-64 {
    width: 100%;
    height: 40px;
  }

  .div-block-3209 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 50%;
    height: auto;
    padding: 20px;
    display: flex;
  }

  .link-block-102 {
    width: 45px;
    height: 45px;
  }

  .div-block-3210 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .text-field-65, .text-field-66 {
    width: 100%;
    height: 40px;
  }

  .text-block-370 {
    width: auto;
    font-size: 56px;
    line-height: 58px;
  }

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

  .div-block-3213 {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-3214 {
    width: auto;
    margin-right: 0;
  }

  .div-block-3215 {
    margin-top: 20px;
    display: none;
  }

  .div-block-321-co-py {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-320-cop-y {
    margin-top: 20px;
    display: none;
  }

  .div-block-322 {
    width: auto;
  }

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

  .div-block-328 {
    flex-direction: column;
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-157-dcopy-c-opy {
    width: auto;
  }

  .div-block-320-fcopy-c-opy {
    display: none;
  }

  .link-block-103, .link-block-104 {
    width: 45px;
    height: 45px;
  }

  .form-block-24 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 0;
    display: flex;
  }

  .text-block-377 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 30px;
  }

  .div-block-3217 {
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
  }

  .text-field-67 {
    width: 100%;
    height: 40px;
  }

  .div-block-3218 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 50%;
    height: auto;
    padding: 20px;
    display: flex;
  }

  .link-block-105 {
    width: 45px;
    height: 45px;
  }

  .div-block-3219 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .text-field-68, .text-field-69 {
    width: 100%;
    height: 40px;
  }

  .text-block-379 {
    width: auto;
    font-size: 56px;
    line-height: 58px;
  }

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

  .div-block-330 {
    width: auto;
  }

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

  .div-block-336 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .div-block-332-copy {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-334 {
    padding-top: 10px;
  }

  .div-block-337, .div-block-332-codpy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-3222 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-3224 {
    padding-top: 10px;
  }

  .div-block-338, .div-block-3226 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-3228 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-3230 {
    padding-top: 10px;
  }

  .div-block-3232, .div-block-3233 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-3235 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-3237 {
    padding-top: 10px;
  }

  .div-block-3240, .div-block-329-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-3241 {
    width: auto;
  }

  .div-block-3-31-copy {
    display: none;
  }

  .link-block-106, .link-block-107 {
    width: 45px;
    height: 45px;
  }

  .form-block-25 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 0;
    display: flex;
  }

  .text-block-418 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 30px;
  }

  .div-block-3243 {
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
  }

  .text-field-70 {
    width: 100%;
    height: 40px;
  }

  .div-block-3244 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 50%;
    height: auto;
    padding: 20px;
    display: flex;
  }

  .link-block-108 {
    width: 45px;
    height: 45px;
  }

  .div-block-3245 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .text-field-71, .text-field-72 {
    width: 100%;
    height: 40px;
  }

  .text-block-420 {
    width: auto;
    font-size: 56px;
    line-height: 58px;
  }

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

  .text-block-421 {
    margin-top: 0;
    font-size: 16px;
    line-height: 16px;
  }

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

  .text-block-423 {
    margin-top: 0;
    font-size: 16px;
    line-height: 16px;
  }

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

  .text-block-424 {
    margin-top: 0;
    font-size: 16px;
    line-height: 16px;
  }

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

  .text-block-425 {
    margin-top: 0;
    font-size: 16px;
    line-height: 16px;
  }

  .div-block-344 {
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-258 {
    width: 311px;
    height: 410px;
  }

  .text-block-426 {
    margin-top: 0;
    font-size: 16px;
    line-height: 16px;
  }

  .div-block-3248 {
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-block-427 {
    margin-top: 0;
    font-size: 16px;
    line-height: 16px;
  }

  .div-block-347 {
    margin-top: 10px;
  }

  .div-block-3250 {
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-block-428 {
    margin-top: 0;
    font-size: 16px;
    line-height: 16px;
  }

  .paragraph-27 {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    line-height: 20px;
  }

  .link-block-109, .link-block-110 {
    width: 45px;
    height: 45px;
  }

  .form-block-26 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 0;
    display: flex;
  }

  .text-block-430 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 30px;
  }

  .div-block-3253 {
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
  }

  .text-field-73 {
    width: 100%;
    height: 40px;
  }

  .div-block-3254 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 50%;
    height: auto;
    padding: 20px;
    display: flex;
  }

  .link-block-111 {
    width: 45px;
    height: 45px;
  }

  .div-block-3255 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .text-field-74, .text-field-75 {
    width: 100%;
    height: 40px;
  }

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

  .text-block-432 {
    width: auto;
    font-size: 56px;
    line-height: 58px;
  }

  .div-block-348 {
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .div-block-350 {
    display: block;
  }

  .paragraph-29 {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .image-261 {
    width: 100%;
    height: auto;
  }

  .div-block-351, .div-block-352, .div-block-3257, .div-block-3261 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .paragraph-39 {
    font-size: 22px;
    line-height: 24px;
  }

  .image-262 {
    display: none;
  }

  .div-block-356-dcopy {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-163-copy-copy {
    display: none;
  }

  .paragraph-40 {
    margin-left: 0;
    font-size: 22px;
    line-height: 24px;
  }

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

  .paragraph-41 {
    font-size: 22px;
    line-height: 24px;
  }

  .link-block-112, .link-block-113 {
    width: 45px;
    height: 45px;
  }

  .form-block-27 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 0;
    display: flex;
  }

  .text-block-438 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 30px;
  }

  .div-block-3267 {
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
  }

  .text-field-76 {
    width: 100%;
    height: 40px;
  }

  .div-block-3268 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 50%;
    height: auto;
    padding: 20px;
    display: flex;
  }

  .link-block-114 {
    width: 45px;
    height: 45px;
  }

  .div-block-3269 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .text-field-77, .text-field-78 {
    width: 100%;
    height: 40px;
  }

  .text-block-441 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block-119.to-ua.w--current, .dropdown-toggle-7 {
    font-size: 10px;
  }

  .dropdown-8 {
    align-self: auto;
    width: 108.453px;
    height: 64px;
  }
}

@media screen and (max-width: 767px) {
  .contacts-nav {
    width: 25%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-34 {
    max-width: none;
  }

  .nav-menu {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #ffffff03;
  }

  .div-block-88 {
    min-width: 100%;
    max-width: 100%;
    padding-right: 0;
  }

  .paragraph-7 {
    width: 500px;
  }

  .text-block-85 {
    font-size: 22px;
    line-height: 22px;
  }

  .tabs-7 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

  .tab-link-tab-1-7.w--current {
    margin-right: 0;
    padding-bottom: 10px;
  }

  .tab-link-tab-2-6 {
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 10px;
  }

  .tab-link-tab-3-6 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 10px;
  }

  .tab-link-tab-4-3 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 10px;
  }

  .tabs-menu-7 {
    flex-direction: column;
    order: 0;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    display: flex;
  }

  .services-nav {
    width: 32%;
    margin-left: 10px;
  }

  .social-nav {
    width: 25%;
  }

  .text-block-93, .text-block-94, .text-block-95, .text-block-96, .text-block-97 {
    font-size: 12px;
  }

  .text-block-98 {
    overflow-wrap: anywhere;
    font-size: 12px;
    overflow: visible;
  }

  .text-block-99, .text-block-100, .text-block-101, .text-block-102, .text-block-103, .text-block-104, .text-block-105 {
    font-size: 12px;
  }

  .menu-button.w--open {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #ffffff03;
  }

  .tech-expe {
    padding-top: 40px;
  }

  .eco-money {
    background-position: 50% 0;
  }

  .paragraph-7-copy {
    width: 500px;
  }

  .scale-1 {
    background-position: 50% 0;
    padding-top: 60px;
  }

  .fast-stuff {
    padding-top: 60px;
  }

  .adapt {
    background-position: 50% 0;
    padding-top: 60px;
  }

  .div-block-253 {
    width: 510px;
  }

  .div-block-254, .div-block-255, .div-block-256, .div-block-257 {
    display: none;
  }

  .bold-text-24 {
    line-height: 26px;
  }

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

  .bold-text-25, .bold-text-26 {
    line-height: 26px;
  }

  .text-block-127 {
    font-size: 14px;
    line-height: 24px;
  }

  .paragraph-13 {
    margin-top: 10px;
    margin-left: 10px;
    font-size: 16px;
    line-height: 18px;
  }

  .image-131, .image-132, .image-133 {
    width: 26px;
  }

  .rich-text-block {
    margin-top: 10px;
    margin-left: 10px;
    font-size: 16px;
    line-height: 18px;
  }

  .list-item, .list-item-2 {
    line-height: 18px;
  }

  .div-block-284 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7 {
    line-height: 18px;
  }

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

  .text-block-128, .text-block-129, .text-block-130 {
    font-size: 10px;
  }

  .text-block-139 {
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-141 {
    width: auto;
  }

  .form-div, .div-block-3026 {
    display: block;
  }

  .div-block-3027 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    width: auto;
  }

  .div-block-3028 {
    width: auto;
  }

  .div-block-3029 {
    display: block;
  }

  .logo-rights-2 {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 40px;
    display: flex;
  }

  .text-block-158 {
    line-height: 16px;
  }

  .div-block-3045 {
    width: 485px;
  }

  .div-block-3048 {
    display: block;
  }

  .div-block-3049 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    width: auto;
  }

  .div-block-3050 {
    width: auto;
  }

  .div-block-3051 {
    display: block;
  }

  .logo-rights-3 {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 40px;
    display: flex;
  }

  .text-block-186 {
    line-height: 16px;
  }

  .div-block-3065 {
    display: block;
  }

  .div-block-3066 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    width: auto;
  }

  .div-block-3067 {
    width: auto;
  }

  .div-block-3068 {
    display: block;
  }

  .text-block-202 {
    line-height: 16px;
  }

  .text-block-205 {
    overflow-wrap: break-word;
  }

  .div-block-3079 {
    display: block;
  }

  .div-block-3080 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    width: auto;
  }

  .div-block-3081 {
    width: auto;
  }

  .div-block-3082 {
    display: block;
  }

  .text-block-218 {
    line-height: 16px;
  }

  .bold-text-39 {
    font-size: 16px;
  }

  .text-block-222, .bold-text-40 {
    font-size: 16px;
    line-height: 18px;
  }

  .bold-text-42 {
    font-size: 16px;
  }

  .text-block-223 {
    width: 500px;
  }

  .bold-text-43, .text-block-224 {
    font-size: 16px;
    line-height: 18px;
  }

  .text-block-226 {
    font-size: 12px;
  }

  .text-block-139-copy {
    width: auto;
  }

  .div-block-3096 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 3px;
  }

  .bold-text-44, .bold-text-46, .text-block-229 {
    font-size: 14px;
  }

  .text-block-230 {
    width: auto;
  }

  .bold-text-47 {
    font-size: 14px;
  }

  .grid-13 {
    flex-direction: column;
    display: flex;
  }

  .div-block-3099 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-232 {
    font-size: 14px;
  }

  .div-block-3100 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-block-234 {
    font-size: 14px;
  }

  .div-block-3103 {
    display: block;
  }

  .div-block-3104 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    width: auto;
  }

  .div-block-3105 {
    width: auto;
  }

  .div-block-3106 {
    display: block;
  }

  .text-block-248 {
    line-height: 16px;
  }

  .bold-text-49 {
    font-size: 16px;
  }

  .text-block-249, .bold-text-50 {
    font-size: 16px;
    line-height: 18px;
  }

  .bold-text-52 {
    font-size: 16px;
  }

  .text-block-250 {
    width: 500px;
  }

  .bold-text-53, .text-block-251 {
    font-size: 16px;
    line-height: 18px;
  }

  .text-block-253 {
    font-size: 12px;
  }

  .bold-text-54 {
    line-height: 16px;
  }

  .div-block-3120 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 3px;
  }

  .bold-text-55, .bold-text-57, .bold-text-58, .text-block-256 {
    font-size: 14px;
  }

  .text-block-257 {
    width: auto;
  }

  .bold-text-59 {
    font-size: 14px;
  }

  .grid-14 {
    flex-direction: column;
    display: flex;
  }

  .div-block-3124 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .bold-text-60, .text-block-259 {
    font-size: 14px;
  }

  .div-block-3125 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-block-261 {
    font-size: 14px;
  }

  .div-block-3128 {
    display: block;
  }

  .div-block-3129 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    width: auto;
  }

  .div-block-3130 {
    width: auto;
  }

  .div-block-3131 {
    display: block;
  }

  .text-block-272 {
    line-height: 16px;
  }

  .bold-text-62 {
    font-size: 16px;
  }

  .text-block-276, .bold-text-63 {
    font-size: 16px;
    line-height: 18px;
  }

  .bold-text-65 {
    font-size: 16px;
  }

  .text-block-277 {
    width: 500px;
  }

  .bold-text-66, .text-block-278 {
    font-size: 16px;
    line-height: 18px;
  }

  .text-block-280 {
    font-size: 12px;
  }

  .bold-text-67 {
    line-height: 16px;
  }

  .text-block-139-copy-2 {
    font-size: 14px;
  }

  .div-block-3145 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 3px;
  }

  .bold-text-68, .text-block-140-copy {
    font-size: 14px;
  }

  .div-block-295-copy {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .bold-text-70, .bold-text-71, .text-block-283 {
    font-size: 14px;
  }

  .text-block-284 {
    width: auto;
  }

  .bold-text-72 {
    font-size: 14px;
  }

  .div-block-3148 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .bold-text-73, .text-block-286 {
    font-size: 14px;
  }

  .div-block-3149 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-block-288 {
    font-size: 14px;
  }

  .div-block-3152 {
    display: block;
  }

  .div-block-3153 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    width: auto;
  }

  .div-block-3154 {
    width: auto;
  }

  .div-block-3155 {
    display: block;
  }

  .text-block-299 {
    line-height: 16px;
  }

  .bold-text-75 {
    font-size: 16px;
  }

  .text-block-303, .bold-text-76 {
    font-size: 16px;
    line-height: 18px;
  }

  .bold-text-78 {
    font-size: 16px;
  }

  .text-block-304 {
    width: 500px;
  }

  .bold-text-79, .text-block-305 {
    font-size: 16px;
    line-height: 18px;
  }

  .text-block-307 {
    font-size: 12px;
  }

  .bold-text-80 {
    line-height: 16px;
  }

  .text-block-139-copy-3 {
    font-size: 14px;
  }

  .div-block-3169 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 3px;
  }

  .bold-text-81 {
    font-size: 14px;
  }

  .div-block-295-copy-copy {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .bold-text-83 {
    line-height: 18px;
  }

  .bold-text-84, .bold-text-85, .text-block-310 {
    font-size: 14px;
  }

  .text-block-311 {
    width: auto;
  }

  .bold-text-86 {
    font-size: 14px;
  }

  .div-block-3172 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-313 {
    font-size: 14px;
  }

  .div-block-3173 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-block-315 {
    font-size: 14px;
  }

  .div-block-3176 {
    display: block;
  }

  .div-block-3177 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    width: auto;
  }

  .div-block-3178 {
    width: auto;
  }

  .div-block-3179 {
    display: block;
  }

  .text-block-326 {
    line-height: 16px;
  }

  .div-block-3194 {
    display: block;
  }

  .div-block-3195 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    width: auto;
  }

  .div-block-3196 {
    width: auto;
  }

  .div-block-3197 {
    display: block;
  }

  .text-block-344 {
    line-height: 16px;
  }

  .text-block-348 {
    font-size: 48px;
    line-height: 50px;
  }

  .text-block-354, .text-block-355 {
    text-align: center;
  }

  .text-block-356.oit {
    width: auto;
  }

  .div-block-3208 {
    display: block;
  }

  .div-block-3209 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    width: auto;
  }

  .div-block-3210 {
    width: auto;
  }

  .div-block-3211 {
    display: block;
  }

  .text-block-369 {
    line-height: 16px;
  }

  .text-block-370 {
    font-size: 48px;
    line-height: 50px;
  }

  .div-block-3212, .div-block-3213, .div-block-321-co-py, .div-block-323 {
    max-width: none;
  }

  .paragraph-9-copy {
    width: auto;
  }

  .div-block-327 {
    max-width: none;
  }

  .div-block-3217 {
    display: block;
  }

  .div-block-3218 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    width: auto;
  }

  .div-block-3219 {
    width: auto;
  }

  .text-block-379 {
    font-size: 48px;
    line-height: 50px;
  }

  .text-block-396, .text-block-406, .text-block-416 {
    width: auto;
  }

  .div-block-3243 {
    display: block;
  }

  .div-block-3244 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    width: auto;
  }

  .div-block-3245 {
    width: auto;
  }

  .text-block-420 {
    font-size: 48px;
    line-height: 50px;
  }

  .image-258, .image-259, .image-260 {
    display: none;
  }

  .div-block-3253 {
    display: block;
  }

  .div-block-3254 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    width: auto;
  }

  .div-block-3255 {
    width: auto;
  }

  .text-block-432 {
    font-size: 48px;
    line-height: 50px;
  }

  .div-block-353 {
    display: block;
  }

  .div-block-355 {
    width: auto;
    margin-right: 0;
  }

  .div-block-354 {
    width: auto;
    margin-top: 20px;
  }

  .div-block-3258 {
    display: block;
  }

  .div-block-3259 {
    width: auto;
    margin-right: 0;
  }

  .div-block-3260 {
    width: auto;
    margin-top: 20px;
  }

  .div-block-3262 {
    display: block;
  }

  .div-block-3263 {
    width: auto;
    margin-right: 0;
  }

  .div-block-3264 {
    width: auto;
    margin-top: 20px;
  }

  .div-block-3267 {
    display: block;
  }

  .div-block-3268 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    width: auto;
  }

  .div-block-3269 {
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  .navbar-2 {
    min-width: auto;
    display: block;
  }

  .container-2 {
    display: block;
  }

  .hero-page {
    background-image: url('../images/додлдлддлдлдлдл.png');
    background-position: 50%;
    background-size: cover;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    max-width: 100%;
    margin-bottom: 60px;
  }

  .heading-1 {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 43px;
  }

  .heading-2 {
    margin-top: 0;
    font-size: 26px;
  }

  .heading-3 {
    width: 370px;
    margin-top: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .button-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }

  .image-8 {
    max-width: 125px;
    padding-top: 0;
  }

  .container-3 {
    min-width: 0;
    margin-left: 16px;
    margin-right: 16px;
  }

  .nav-link-5 {
    text-align: center;
    font-size: 24px;
  }

  .txt.black.footer.h1 {
    width: auto;
    max-width: none;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 16px;
  }

  .txt.black.footer-copy.h1 {
    max-width: none;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 18px;
  }

  .txt.footer-text {
    font-size: 8px;
    line-height: 10px;
  }

  .txt.footer-text-copy {
    font-size: 10px;
    line-height: 12px;
  }

  .text-1.card-name {
    font-size: 26px;
    line-height: 26px;
  }

  .div-block-18 {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .logo-rights {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 0;
  }

  .image-10 {
    width: 106px;
  }

  .navigation-footer {
    grid-column-gap: 3px;
    grid-row-gap: 21px;
    grid-template-rows: 126px 160px;
    grid-template-columns: 50% 50%;
    grid-auto-columns: 1fr;
    display: grid;
    overflow: visible;
  }

  .contacts-nav {
    width: auto;
    margin-left: 0;
  }

  .div-block-22 {
    max-width: 100%;
  }

  .div-block-34 {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-38 {
    border-top-width: 0;
    border-top-color: var(--dark-blue);
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: auto;
    max-width: 100%;
    height: 100vh;
    margin-bottom: 0;
    padding: 40px 16px;
    display: flex;
  }

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

  .div-block-49 {
    display: block;
  }

  .div-block-50 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 30px;
    display: flex;
  }

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

  .div-block-52.right {
    margin-top: 20px;
    margin-left: 0;
  }

  .div-block-55 {
    margin-top: 10px;
  }

  .paragraph, .paragraph-2, .paragraph-3, .paragraph-4 {
    font-size: 16px;
    line-height: 18px;
  }

  .div-block-56 {
    margin-top: 15px;
  }

  .text-block-2, .text-block-3, .text-block-4 {
    line-height: 14px;
  }

  .misson-section {
    max-width: 100%;
    margin-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .subheading-english {
    display: none;
  }

  .heading-ukrainian {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-ukrainian.numb-2 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .animation-1 {
    margin-top: 10px;
    overflow: hidden;
  }

  .heading-ukr {
    background-image: linear-gradient(to right, #001c63 33%, #0092ca 65%);
    margin-bottom: 10px;
    font-size: 48px;
    font-weight: 400;
    line-height: 48px;
  }

  .heading-ukr.num-2.white {
    text-align: center;
    font-size: 32px;
    line-height: 32px;
  }

  .heading-ukr.services-name {
    text-align: center;
    font-size: 38px;
    line-height: 40px;
  }

  .text-grey {
    width: 311px;
    font-size: 18px;
    line-height: 20px;
  }

  .image-31 {
    margin-top: 20px;
    display: block;
  }

  .div-block-80 {
    max-width: 100%;
    margin-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-81 {
    display: block;
  }

  .div-block-82 {
    align-items: center;
    margin-bottom: 40px;
  }

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

  .text-block-14 {
    text-align: center;
    width: 279px;
    margin-top: 5px;
  }

  .div-block-84 {
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-85 {
    align-items: center;
    margin-top: 40px;
  }

  .quick-stack-3 {
    grid-column-gap: 5px;
    grid-row-gap: 2px;
    flex: 0 auto;
    align-self: auto;
    padding: 0 10px 0 0;
  }

  .nav-menu {
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background-color: #ecf8ffcc;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-top: 140px;
    padding-bottom: 0;
    display: flex;
    position: absolute;
  }

  .services-for-small-b {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-88 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: auto;
    max-width: none;
    padding-right: 0;
  }

  .div-block-92 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    display: none;
  }

  .text-block-30 {
    color: var(--dark-blue);
    text-align: center;
    width: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
  }

  .text-block-34 {
    font-size: 10px;
    display: flex;
  }

  .div-block-110 {
    width: auto;
  }

  .button-5 {
    color: #415083;
    text-align: center;
    -webkit-text-stroke-color: #001869;
    -webkit-text-fill-color: inherit;
    background-color: #3898ec00;
    background-image: none;
    background-clip: border-box;
    width: auto;
    padding-right: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
  }

  .div-block-111 {
    margin-top: 60px;
  }

  .div-block-112 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-35 {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    line-height: 20px;
  }

  .quick-stack-4 {
    grid-column-gap: 0px;
    grid-row-gap: 13px;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-38, .text-block-39 {
    font-size: 12px;
    line-height: 14px;
  }

  .div-block-120 {
    width: 40px;
  }

  .tabs-6 {
    display: block;
  }

  .tabs-menu-5 {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 100%;
    margin-right: 0;
  }

  .div-block-121 {
    display: block;
  }

  .tab-link-tab-1-5 {
    color: #919191;
    padding-top: 0;
    padding-bottom: 5px;
    padding-right: 0;
    font-family: Centurygothic, sans-serif;
  }

  .tab-link-tab-1-5.w--current {
    color: var(--dark-blue);
    width: auto;
    max-width: none;
    padding-top: 0;
    padding-bottom: 5px;
    padding-right: 0;
    font-size: 14px;
    font-weight: 700;
  }

  .tab-link-tab-2-4 {
    color: #919191;
    width: auto;
    max-width: none;
    margin: 0;
    padding-top: 0;
    padding-bottom: 5px;
    padding-right: 0;
    font-family: Centurygothic, sans-serif;
  }

  .tab-link-tab-2-4.w--current {
    color: var(--dark-blue);
    font-weight: 700;
  }

  .tab-link-tab-3-4 {
    color: #919191;
    width: auto;
    padding-top: 0;
    padding-bottom: 5px;
    padding-right: 0;
    font-family: Centurygothic, sans-serif;
  }

  .tab-link-tab-3-4.w--current {
    color: var(--dark-blue);
    font-weight: 700;
  }

  .tab-link-tab-4-2 {
    color: #919191;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    max-width: none;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 5px;
    padding-right: 0;
    font-family: Centurygothic, sans-serif;
    display: flex;
  }

  .tab-link-tab-4-2.w--current {
    color: var(--dark-blue);
    font-weight: 700;
  }

  .div-block-123 {
    margin-top: 20px;
    margin-right: 0;
  }

  .text-block-45 {
    color: var(--dark-blue);
    font-size: 14px;
  }

  .text-block-46 {
    color: #919191;
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
  }

  .text-block-47 {
    color: #919191;
    font-size: 14px;
  }

  .text-block-48 {
    color: #919191;
    margin-top: 0;
    margin-left: 0;
    font-size: 14px;
  }

  .text-block-49 {
    margin-top: 10px;
    font-size: 14px;
  }

  .text-block-50 {
    color: var(--dark-blue);
    font-size: 20px;
  }

  .brand-3 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .image-47 {
    max-width: 53%;
  }

  .heading-7 {
    background-image: linear-gradient(to right, #001c63, #0092ca 43%);
    font-size: 46px;
    font-weight: 400;
    line-height: 48px;
  }

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

  .image-48 {
    top: -91px;
  }

  .div-block-144.exp-1, .div-block-145.team-2, .div-block-146.result-3 {
    margin-bottom: 10px;
    padding: 20px 0 10px;
  }

  .div-block-147.work-4 {
    padding: 20px 0 10px;
  }

  .image-50, .image-51, .image-52, .image-53 {
    width: 25px;
  }

  .text-block-54, .text-block-55, .text-block-56, .text-block-57 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
  }

  .text-block-58, .text-block-59, .text-block-60, .text-block-61 {
    font-size: 22px;
    line-height: 22px;
  }

  .div-block-149 {
    margin-top: 20px;
  }

  .text-block-62 {
    font-size: 32px;
    line-height: 32px;
  }

  .text-block-63 {
    text-align: center;
    margin-top: 10px;
    font-size: 32px;
    line-height: 32px;
  }

  .lottie-animation-14 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-153 {
    max-width: none;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-154 {
    margin-top: 40px;
  }

  .div-block-155 {
    flex-direction: row;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .div-block-156 {
    width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-157 {
    width: auto;
  }

  .button-comp-form-call {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 150px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    display: flex;
  }

  .div-block-158 {
    padding-top: 10px;
  }

  .div-value {
    margin-top: 60px;
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-3 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .form-consultation {
    width: 90%;
    max-width: none;
    min-height: auto;
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
  }

  .center-divblock {
    display: none;
  }

  .text-block-66 {
    width: 292px;
    font-size: 28px;
    line-height: 30px;
  }

  .lottie-animation-15 {
    width: 100%;
  }

  .div-block-176 {
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .quick-stack-6 {
    grid-row-gap: 10px;
  }

  .economy-money {
    margin-top: 20px;
    margin-left: 0;
  }

  .text-block-67 {
    font-size: 30px;
    line-height: 32px;
  }

  .paragraph-7 {
    width: auto;
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-68, .text-block-69, .text-block-70 {
    font-size: 14px;
  }

  .tech-exp, .scale, .hr, .adaptation {
    margin-left: 0;
  }

  .div-block-180 {
    padding-left: 16px;
    padding-right: 16px;
    display: none;
  }

  .tabs-menu-6 {
    display: flex;
  }

  .text-block-77 {
    font-size: 28px;
    line-height: 30px;
  }

  .text-block-79 {
    font-size: 14px;
  }

  .quick-stack-short {
    margin-top: 0;
  }

  .hero-nav {
    background-position: 15%;
    background-size: 960px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 90px 16px 20px;
  }

  .bc-nav {
    max-width: none;
    padding-top: 10px;
    padding-left: 16px;
    padding-right: 16px;
    display: none;
  }

  .dropdown-list-4.w--open {
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background-color: #ecf8ff80;
    border-width: 0;
    border-radius: 0;
    margin-top: 10px;
  }

  .for-medium.right {
    margin-top: 20px;
    margin-left: 0;
  }

  .for-medium.right-copy {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-1-copy.card-name-copy {
    font-size: 26px;
    line-height: 28px;
  }

  ._1-serviced-for-small-b {
    box-shadow: none;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-form-serv {
    background-position: 0%;
    width: 100%;
    height: auto;
    margin-top: 40px;
    margin-left: 0;
    padding: 10px 20px;
  }

  .text-field-7 {
    height: 80px;
    padding-top: 20px;
    font-size: 16px;
  }

  .div-block-190 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .text-field-8 {
    height: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
  }

  .text-field-9, .text-field-10, .text-field-11 {
    height: 40px;
    font-size: 16px;
  }

  .submit-button-3 {
    height: 40px;
    margin-top: 10px;
    font-size: 14px;
  }

  .field-label-4, .field-label-5, .field-label-6, .field-label-7, .field-label-8 {
    font-size: 10px;
  }

  .quick-stack-8 {
    grid-row-gap: 35px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .image-89 {
    border-radius: 8px;
    width: 40px;
  }

  .cell-29 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-191 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }

  .text-block-81 {
    text-align: center;
    width: 304px;
    font-size: 14px;
    line-height: 18px;
  }

  .text-block-82 {
    text-align: center;
    font-size: 22px;
    line-height: 24px;
  }

  .div-block-192 {
    border-radius: 8px;
    width: 60px;
    height: 60px;
    margin-bottom: 0;
    margin-right: 10px;
    padding: 5px;
  }

  .heading-ukr-copy {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 26px;
  }

  .heading-ukr-copy.services-name-copy {
    text-align: center;
    font-size: 28px;
    line-height: 34px;
  }

  .div-block-193 {
    padding: 35px 16px;
  }

  .div-block-195 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-8 {
    width: auto;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 18px;
  }

  .text-block-83 {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 14px;
  }

  .div-block-196 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .text-block-84 {
    margin-top: 0;
    font-size: 12px;
    line-height: 14px;
  }

  .image-90 {
    max-width: 50%;
    margin-bottom: 5px;
    margin-right: 5px;
  }

  .div-block-197 {
    margin-top: 60px;
    margin-bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  ._1-answer {
    margin-top: 10px;
  }

  .paragraph-9 {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 18px;
  }

  .text-block-85 {
    text-align: left;
    white-space: pre-wrap;
    word-break: normal;
    overflow-wrap: normal;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 24px;
    line-height: 24px;
  }

  .arrow {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .image-91 {
    width: 79%;
  }

  .div-block-200 {
    padding-bottom: 10px;
  }

  .text-block-86 {
    text-align: center;
    font-size: 36px;
    line-height: 38px;
  }

  .image-92 {
    width: 35%;
  }

  .heading-ukrainian-copy {
    display: block;
  }

  .misson-section-copy {
    max-width: 100%;
    margin-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-ukrainian-codpy {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .d {
    text-align: center;
    margin-bottom: 20px;
    font-size: 46px;
    font-weight: 400;
    line-height: 48px;
  }

  .div-block-201 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-87 {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 34px;
  }

  .div-block-202 {
    margin-top: 20px;
  }

  .tabs-7 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link-tab-1-7 {
    color: #919191;
    -webkit-text-fill-color: inherit;
    background-color: #ddd0;
    background-image: none;
    background-clip: border-box;
    width: auto;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 5px;
    padding-right: 0;
    font-size: 14px;
  }

  .tab-link-tab-1-7.w--current {
    border-bottom-width: 1px;
    border-bottom-color: var(--dark-blue);
    color: var(--dark-blue);
    -webkit-text-fill-color: inherit;
    background-color: #c8c8c800;
    background-image: none;
    background-clip: border-box;
    width: auto;
    margin-right: 10px;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
    overflow: visible;
  }

  .tab-link-tab-2-6 {
    color: #919191;
    -webkit-text-fill-color: inherit;
    background-color: #ddd0;
    background-image: none;
    background-clip: border-box;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 0;
    padding-bottom: 5px;
    padding-right: 0;
    font-size: 16px;
  }

  .tab-link-tab-2-6.w--current {
    border-bottom-width: 1px;
    border-bottom-color: var(--dark-blue);
    color: var(--dark-blue);
    -webkit-text-fill-color: inherit;
    background-color: #ddd0;
    background-image: none;
    background-clip: border-box;
    width: auto;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 5px;
    padding-right: 0;
    font-size: 16px;
    font-weight: 700;
  }

  .tab-link-tab-3-6 {
    color: #919191;
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
    width: auto;
    margin-left: 10px;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 5px;
    padding-right: 0;
    font-size: 14px;
  }

  .tab-link-tab-3-6.w--current {
    border-bottom-color: var(--dark-blue);
    color: var(--dark-blue);
    background-color: #ddd0;
    font-weight: 700;
  }

  .tab-link-tab-4-3 {
    color: #919191;
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
    width: auto;
    margin-top: 8px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 0;
    padding-bottom: 5px;
    padding-right: 0;
    font-size: 14px;
  }

  .tab-link-tab-4-3.w--current {
    border-bottom-width: 1px;
    border-bottom-color: var(--dark-blue);
    color: var(--dark-blue);
    background-color: #ddd0;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: 700;
  }

  .div-block-204 {
    flex-direction: column;
  }

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

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

  .paragraph-10 {
    line-height: 22px;
  }

  .text-block-88, .text-block-89 {
    font-size: 16px;
    line-height: 18px;
  }

  .tabs-content-5 {
    margin-top: 0;
  }

  .div-block-208 {
    width: auto;
    margin-right: 0;
  }

  .image-93 {
    border-radius: 8px;
  }

  .tabs-menu-7 {
    flex-flow: wrap;
    place-content: center;
    align-self: center;
    align-items: center;
    width: 380px;
    display: flex;
  }

  .b2b {
    text-align: center;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    font-size: 24px;
  }

  .submit-button-4 {
    margin-top: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .field-label-9, .field-label-10, .field-label-11 {
    text-align: left;
    margin-bottom: 3px;
    font-size: 14px;
  }

  .text-block-90 {
    width: 231px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
  }

  .checkbox-label {
    margin-bottom: 0;
    font-size: 10px;
  }

  .form-block-3 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-field-12 {
    width: 100%;
    height: 35px;
    margin-bottom: 5px;
    padding: 8px 12px;
    font-size: 16px;
  }

  .text-field-13 {
    height: 35px;
    font-size: 16px;
  }

  .text-field-14 {
    height: 35px;
    margin-bottom: 5px;
    font-size: 16px;
  }

  .link-block {
    font-size: 10px;
  }

  .div-block-209 {
    margin-top: 60px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-153-copy {
    max-width: none;
  }

  .bc-nav-small-1-serv {
    max-width: none;
    padding-left: 16px;
    padding-right: 16px;
    display: none;
  }

  .div-block-209-copy {
    margin-top: 60px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .services-nav {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin-left: 0;
  }

  .social-nav {
    width: auto;
  }

  .about-link {
    margin-bottom: 0;
  }

  .custom-button {
    border-color: var(--dark-blue);
    color: var(--dark-blue);
  }

  .link-to-small-b {
    display: flex;
  }

  .link-to-medium {
    display: none;
  }

  .link-to-individual-serv {
    display: flex;
  }

  .div-block-218 {
    padding-bottom: 60px;
  }

  .link-block-3 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin-bottom: 0;
    display: flex;
  }

  .text-block-93, .text-block-94, .text-block-95 {
    font-size: 12px;
    line-height: 12px;
  }

  .text-block-96 {
    font-size: 12px;
    line-height: 16px;
  }

  .text-block-97, .text-block-98, .text-block-99, .text-block-100, .text-block-101, .text-block-102, .text-block-103, .text-block-104, .text-block-105 {
    font-size: 12px;
    line-height: 12px;
  }

  .menu-button {
    background-color: #c8c8c800;
  }

  .menu-button.w--open {
    color: #0092ca;
    background-color: #c8c8c800;
  }

  .lottie-animation-17 {
    width: 100%;
    margin-top: 0;
  }

  .div-block-220 {
    flex-direction: row;
    display: block;
  }

  .team-huntresult-tabs {
    padding-top: 10px;
    padding-bottom: 60px;
  }

  .div-block-221 {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .image-102 {
    top: 0%;
  }

  .image-118 {
    left: -61%;
  }

  .tabs-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-106, .text-block-107 {
    font-size: 14px;
  }

  .div-block-154-copy {
    margin-top: 40px;
  }

  .text-block-66-copy, .text-block-66-copy-copy {
    width: 292px;
    font-size: 28px;
    line-height: 30px;
  }

  .tech-expe {
    background-position: 0%;
    background-size: cover;
    margin-top: 0;
    margin-left: 0;
    padding-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .tech-expe._22 {
    background-size: cover;
  }

  .div-block-230 {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .image-119 {
    display: none;
  }

  .eco-money {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto;
    margin-top: 0;
    margin-left: 0;
    padding-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .eco-money._22 {
    background-size: cover;
  }

  .image-119-copy {
    display: none;
  }

  .text-block-67-copy {
    overflow-wrap: anywhere;
    font-size: 30px;
    line-height: 32px;
  }

  .paragraph-7-copy {
    width: auto;
    max-width: none;
    margin-top: 10px;
    font-size: 18px;
    line-height: 20px;
  }

  .quick-stack-6-copy {
    grid-row-gap: 10px;
  }

  .text-block-68-copy, .text-block-69-copy, .text-block-70-copy {
    font-size: 14px;
  }

  .scale-1 {
    background-position: 50% 0;
    background-size: auto;
    margin-top: 0;
    margin-left: 0;
    padding-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .scale-1._22 {
    background-size: cover;
  }

  .fast-stuff {
    background-position: 0 0;
    background-size: cover;
    margin-top: 0;
    margin-left: 0;
    padding-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .fast-stuff._22 {
    background-size: cover;
  }

  .adapt {
    background-position: 50% 0;
    background-size: auto;
    margin-top: 0;
    margin-left: 0;
    padding-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .adapt._22 {
    background-size: cover;
  }

  .div-block-231 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
  }

  .navbar-3-copy.kek {
    padding-left: 16px;
    padding-right: 16px;
  }

  .form-consult {
    display: none;
  }

  .nav-link-5-copy {
    text-align: center;
    font-size: 14px;
  }

  .cell-32, .link-block-5, .cell-33, .cell-34, .cell-35, .cell-36, .cell-37, .cell-38, .cell-39, .cell-40, .cell-41, .cell-42, .cell-43, .cell-44, .cell-45, .cell-46, .cell-47 {
    display: none;
  }

  .grid-5 {
    grid-row-gap: 11px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    height: 35vh;
    padding-top: 10px;
    padding-bottom: 20px;
    display: none;
  }

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

  .image-122 {
    max-width: 50%;
  }

  .text-block-108 {
    font-size: 8px;
  }

  .div-block-234 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-235 {
    width: 40px;
  }

  .div-block-121-copy {
    display: block;
  }

  .lottie-animation-21 {
    width: auto;
    height: auto;
    margin-top: 10px;
  }

  .grid-5-copy {
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    height: 50vh;
    margin-top: 120px;
    padding-top: 10px;
    padding-bottom: 20px;
    display: flex;
  }

  .div-block-241 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .text-block-109, .text-block-110, .text-block-111 {
    color: var(--dark-blue);
    text-align: center;
  }

  .div-block-244, .div-block-245, .div-block-246 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
  }

  .div-block-247 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-248 {
    flex-direction: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .div-block-38-copy {
    border-top-width: 0;
    border-top-color: var(--dark-blue);
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: auto;
    max-width: 100%;
    height: 100vh;
    margin-bottom: 0;
    padding: 40px 16px;
    display: flex;
  }

  .grid-5-copy-copy {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: repeat(auto-fit, 60px) 40px 40px 40px 40px 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    max-width: none;
    height: 100vh;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 0;
    display: block;
  }

  .dropdown-toggle-5 {
    padding: 10px 20px;
    font-size: 12px;
    display: block;
  }

  .div-block-253 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    font-size: 16px;
    display: flex;
  }

  .lottie-animation-22 {
    text-align: center;
    width: 45px;
    height: 45px;
  }

  .div-block-208-copy {
    width: auto;
    margin-right: 0;
  }

  .text-block-121 {
    width: auto;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 18px;
  }

  .div-block-268 {
    padding-top: 10px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-269 {
    background-position: 100% 0;
    background-size: auto;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .div-block-273 {
    margin-top: 40px;
  }

  .bold-text-23 {
    font-size: 14px;
  }

  .text-block-123 {
    font-size: 12px;
  }

  .text-block-124 {
    margin-top: 10px;
    font-size: 24px;
    line-height: 28px;
  }

  .nav-link-5-copy {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
  }

  .bold-text-24 {
    font-size: 16px;
    line-height: 18px;
  }

  .bold-text-25 {
    padding-right: 10px;
    font-size: 16px;
    line-height: 18px;
  }

  .bold-text-26 {
    font-size: 16px;
    line-height: 16px;
  }

  .bold-text-27, .bold-text-28, .bold-text-29 {
    font-size: 16px;
    line-height: 18px;
  }

  .div-block-282 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
  }

  .text-block-127 {
    margin-left: 0;
    font-size: 24px;
    line-height: 24px;
  }

  .paragraph-13 {
    text-align: left;
    margin-left: 0;
    font-size: 16px;
    line-height: 18px;
  }

  .image-131 {
    display: none;
  }

  .rich-text-block {
    text-align: left;
    margin-left: 0;
  }

  .list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7 {
    font-size: 16px;
    line-height: 18px;
  }

  .div-block-291 {
    margin-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-292 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-293 {
    margin-top: 20px;
    margin-bottom: 40px;
    display: block;
  }

  .div-block-295 {
    width: auto;
    padding-left: 0;
  }

  .div-block-296 {
    width: auto;
  }

  .div-block-297 {
    margin-bottom: 35px;
  }

  .lottie-animation-24 {
    display: none;
  }

  .div-block-298 {
    margin-bottom: 35px;
  }

  .case-link, .b2c-link {
    margin-top: 10px;
  }

  .gov-tab {
    flex-direction: column;
  }

  .div-block-205-copyffg, .div123, .div-block-205-copy, .div-block-205-copyllll {
    width: 100%;
  }

  .text-block-128, .text-block-129, .text-block-130 {
    font-size: 14px;
  }

  .text-block-131 {
    margin: 0;
    font-size: 14px;
  }

  .text-block-132 {
    font-size: 14px;
  }

  .text-block-133, .text-block-134 {
    font-size: 10px;
    display: none;
  }

  .form-3 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .text-block-67-copy {
    font-size: 30px;
    line-height: 32px;
  }

  .grid-6 {
    display: block;
  }

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

  .paragraph-6-copy {
    width: 347px;
    font-size: 16px;
    line-height: 18px;
  }

  .div-block-302, .div-block-303, .div-block-304, .div-block-305, .div-block-306 {
    margin-bottom: 40px;
  }

  .icon-4 {
    font-size: 26px;
  }

  .text-block-67-cop-y-copy {
    overflow-wrap: anywhere;
    font-size: 24px;
    line-height: 26px;
  }

  .button-consultation {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 150px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    display: flex;
  }

  .div-block-308 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid-8 {
    grid-row-gap: 11px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    height: 35vh;
    padding-top: 10px;
    padding-bottom: 20px;
    display: flex;
  }

  .nav-link-5-copy-2 {
    text-align: center;
    font-size: 18px;
  }

  .div-block-310 {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: auto;
    max-width: 100%;
    margin-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
    display: none;
  }

  .image-137 {
    max-width: 130px;
    padding-top: 0;
  }

  .link-block-40, .div-block-311, .cell-48 {
    display: none;
  }

  .icon-6 {
    color: #0092ca;
    width: 36px;
    height: 36px;
    font-size: 36px;
  }

  .nav-menu-2 {
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background-color: #09090a;
    border-top: 0 solid #0092ca;
    border-bottom: 0 solid #0092ca;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 45px;
    display: flex;
    position: absolute;
  }

  .nav-link-8 {
    text-align: center;
    font-size: 16px;
  }

  .brand-4 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .b2b-2 {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    font-size: 18px;
  }

  .nav-link-6copy {
    text-align: center;
    font-size: 16px;
  }

  .button-12 {
    text-align: center;
    background-image: linear-gradient(#001c63, #001c63);
    padding-right: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }

  .div-block-313 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid-9 {
    grid-row-gap: 11px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    height: 35vh;
    padding-top: 10px;
    padding-bottom: 20px;
    display: flex;
  }

  .div-block-315 {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: auto;
    max-width: 100%;
    margin-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
    display: none;
  }

  .image-139 {
    max-width: 130px;
    padding-top: 0;
  }

  .link-block-41, .div-block-316, .cell-49 {
    display: none;
  }

  .icon-7 {
    color: #0092ca;
    width: 36px;
    height: 36px;
    font-size: 36px;
  }

  .nav-link-9 {
    text-align: center;
    font-size: 16px;
  }

  .brand-5 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .button-13 {
    text-align: center;
    background-image: linear-gradient(#001c63, #001c63);
    padding-right: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }

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

  .text-block-138 {
    text-align: center;
    font-size: 78px;
    line-height: 68px;
  }

  .button-big-consultation {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 220px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    display: flex;
  }

  .text-block-139 {
    text-align: center;
    overflow-wrap: normal;
    width: auto;
    font-size: 14px;
  }

  .image-141 {
    bottom: 4%;
  }

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

  .div-block-320 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-bottom: 140px;
  }

  .hero {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .about-huntresult {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-141 {
    font-size: 14px;
    line-height: 16px;
  }

  .to-about-company {
    border-color: #0092ca;
  }

  .grid-10 {
    display: block;
  }

  .text-block-142 {
    font-size: 42px;
    font-weight: 400;
    line-height: 44px;
  }

  .button-14 {
    border-color: #0092ca;
    padding-top: 12px;
    padding-bottom: 12px;
  }

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

  .list-serv {
    margin-top: 100px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-3020 {
    margin-bottom: 20px;
    padding: 20px 10px;
  }

  .div-block-3020:hover {
    transform: scale(1);
  }

  .text-block-147 {
    font-size: 42px;
    font-weight: 400;
    line-height: 44px;
  }

  .link-block-46 {
    width: 42px;
    height: 42px;
  }

  .div-block-3025 {
    margin-top: 10px;
  }

  .link-block-47 {
    width: 42px;
    height: 42px;
  }

  .field-label-12, .field-label-13 {
    color: #212428;
    font-size: 12px;
  }

  .text-block-148 {
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
  }

  .text-block-149 {
    font-size: 24px;
    line-height: 26px;
  }

  .form-div {
    flex-direction: column;
    margin-bottom: 60px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .field-label-14 {
    color: #212428;
    font-size: 12px;
  }

  .div-block-3026 {
    margin-left: 16px;
    margin-right: 16px;
    display: block;
  }

  .submit-button-5 {
    text-align: center;
    height: 45px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .text-field-15 {
    width: 100%;
    height: 40px;
    margin-bottom: 8px;
    font-size: 16px;
  }

  .div-block-3027 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    width: auto;
    padding: 10px 10px 20px;
  }

  .link-block-48 {
    width: 42px;
    height: 42px;
  }

  .div-block-3028 {
    width: auto;
    padding: 20px 20px 10px;
  }

  .text-field-16, .text-field-17 {
    width: 100%;
    height: 40px;
    margin-bottom: 8px;
    font-size: 16px;
  }

  .phone-link-nav-2 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .fotter-comp {
    max-width: 100%;
    padding: 40px 16px;
  }

  .about-link-2 {
    margin-top: 15px;
    margin-bottom: 0;
  }

  .contacts-nav-2 {
    margin-left: 10px;
    margin-right: 0;
  }

  .text-block-151 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 10px;
    line-height: 12px;
  }

  .text-block-152 {
    font-size: 10px;
    line-height: 12px;
  }

  .div-block-3029 {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .telegram-link-2 {
    margin-top: 0;
  }

  .text-block-153 {
    font-size: 10px;
    line-height: 12px;
  }

  .b2b-link-footer {
    margin-top: 15px;
  }

  .text-block-154, .text-block-155, .text-block-156 {
    font-size: 10px;
    line-height: 12px;
  }

  .linkedin-nav-2 {
    margin-bottom: 10px;
  }

  .text-block-157 {
    font-size: 10px;
    line-height: 14px;
  }

  .navigation-footer-2 {
    grid-column-gap: 10px;
    grid-row-gap: 8px;
    flex-direction: row;
    grid-template-rows: 126px 160px;
    grid-template-columns: 50% 50%;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
    display: flex;
    overflow: visible;
  }

  .logo-rights-2 {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 0;
  }

  .image-145 {
    width: 93px;
  }

  .consult-link-2 {
    margin-top: 15px;
    margin-bottom: 5px;
  }

  .nav-pages-2 {
    width: 85px;
  }

  .text-block-158 {
    font-size: 10px;
    line-height: 12px;
  }

  .link-block-49 {
    font-size: 10px;
  }

  .submit-button-6 {
    margin-top: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .text-field-18 {
    width: 100%;
    height: 35px;
    margin-bottom: 5px;
    padding: 0;
    font-size: 16px;
  }

  .text-block-161 {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .checkbox-field-2 {
    padding-left: 20px;
  }

  .text-field-19 {
    height: 35px;
    font-size: 16px;
  }

  .checkbox-label-2 {
    margin-bottom: 0;
    margin-left: -3px;
    font-size: 10px;
  }

  .field-label-15, .field-label-16 {
    margin-bottom: 3px;
    font-size: 14px;
  }

  .image-146 {
    max-width: 50%;
  }

  .text-field-20 {
    height: 35px;
    margin-bottom: 5px;
    font-size: 16px;
  }

  .form-consultation-2 {
    width: auto;
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .field-label-17 {
    margin-bottom: 3px;
    font-size: 14px;
  }

  .form-block-6 {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-50 {
    font-size: 10px;
  }

  .submit-button-7 {
    margin-top: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .big-form-consultation {
    width: auto;
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .big-form-consult {
    display: none;
  }

  .text-field-21 {
    width: 100%;
    height: 35px;
    margin-bottom: 5px;
    padding: 0;
    font-size: 16px;
  }

  .text-block-163 {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .checkbox-field-3 {
    padding-left: 20px;
  }

  .text-field-22 {
    height: 35px;
    font-size: 16px;
  }

  .checkbox-label-3 {
    margin-bottom: 0;
    margin-left: -3px;
    font-size: 10px;
  }

  .field-label-18, .field-label-19 {
    margin-bottom: 3px;
    font-size: 14px;
  }

  .image-147 {
    max-width: 50%;
  }

  .text-field-23 {
    height: 35px;
    margin-bottom: 5px;
    font-size: 16px;
  }

  .form-block-7 {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-51 {
    font-size: 10px;
  }

  .text-field-24 {
    width: 100%;
    height: 35px;
    margin-bottom: 5px;
    padding: 0;
    font-size: 16px;
  }

  .text-block-165 {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .checkbox-field-4 {
    padding-left: 20px;
  }

  .text-field-25 {
    height: 35px;
    font-size: 16px;
  }

  .checkbox-label-4 {
    margin-bottom: 0;
    margin-left: -3px;
    font-size: 10px;
    line-height: 12px;
  }

  .image-148 {
    max-width: 50%;
  }

  .text-field-26 {
    height: 35px;
    margin-bottom: 5px;
    font-size: 16px;
  }

  .form-block-8 {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-3030 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid-11 {
    grid-row-gap: 11px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    height: 35vh;
    padding-top: 10px;
    padding-bottom: 20px;
    display: flex;
  }

  .div-block-3032 {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: auto;
    max-width: 100%;
    margin-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
    display: none;
  }

  .image-149 {
    max-width: 130px;
    padding-top: 0;
  }

  .link-block-52, .div-block-3033, .cell-50 {
    display: none;
  }

  .icon-8 {
    color: #0092ca;
    width: 36px;
    height: 36px;
    font-size: 36px;
  }

  .nav-link-10 {
    text-align: center;
    font-size: 16px;
  }

  .brand-6 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .button-15 {
    text-align: center;
    background-image: linear-gradient(#001c63, #001c63);
    padding-right: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }

  .about-comp {
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-9 {
    margin-bottom: 10px;
    line-height: 38px;
  }

  .bold-text-30 {
    font-size: 37px;
    line-height: 38px;
  }

  .paragraph-15 {
    width: auto;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 18px;
  }

  .div-block-267-copy {
    border-radius: 15px;
    margin-top: 20px;
  }

  .image-151 {
    max-width: 100%;
    margin-right: 0;
  }

  .image-152 {
    display: none;
  }

  .div-block-3035 {
    width: auto;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-3036 {
    width: auto;
    height: auto;
    margin: 20px 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-3037 {
    display: block;
  }

  .div-block-3038 {
    width: auto;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .value {
    margin-top: 100px;
  }

  .text-block-169 {
    text-align: center;
  }

  .text-block-170 {
    width: auto;
  }

  .image-156 {
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-left: 0;
  }

  .div-block-3039 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    display: flex;
  }

  .div-block-3040 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 20px;
  }

  .text-block-171 {
    text-align: center;
    margin-top: 10px;
  }

  .heading-2-copy {
    font-size: 38px;
    line-height: 40px;
  }

  .div-block-3041 {
    flex-direction: row;
    padding-top: 0;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .text-block-172 {
    text-align: center;
    margin-top: 10px;
  }

  .image-157 {
    display: none;
  }

  .feedback {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-11 {
    margin-bottom: 10px;
    line-height: 38px;
  }

  .text-block-173 {
    width: auto;
  }

  .icon-5 {
    font-size: 20px;
  }

  .paragraph-19 {
    width: 280px;
  }

  .icon-9 {
    font-size: 20px;
  }

  .bold-text-37 {
    font-size: 14px;
  }

  .slider-5 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-3045 {
    width: auto;
  }

  .link-block-53 {
    width: 42px;
    height: 42px;
  }

  .div-block-3047 {
    margin-top: 10px;
  }

  .link-block-54 {
    width: 42px;
    height: 42px;
  }

  .field-label-20, .field-label-21 {
    color: #212428;
    font-size: 12px;
  }

  .text-block-176 {
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
  }

  .text-block-177 {
    font-size: 24px;
    line-height: 26px;
  }

  .field-label-22 {
    color: #212428;
    font-size: 12px;
  }

  .div-block-3048 {
    margin-left: 16px;
    margin-right: 16px;
    display: block;
  }

  .submit-button-8 {
    text-align: center;
    height: 45px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .text-field-27 {
    width: 100%;
    height: 40px;
    margin-bottom: 8px;
    font-size: 16px;
  }

  .div-block-3049 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    width: auto;
    padding: 10px 10px 20px;
  }

  .link-block-55 {
    width: 42px;
    height: 42px;
  }

  .div-block-3050 {
    width: auto;
    padding: 20px 20px 10px;
  }

  .text-field-28, .text-field-29 {
    width: 100%;
    height: 40px;
    margin-bottom: 8px;
    font-size: 16px;
  }

  .phone-link-nav-3 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .about-link-3 {
    margin-top: 15px;
    margin-bottom: 0;
  }

  .contacts-nav-3 {
    margin-left: 10px;
    margin-right: 0;
  }

  .text-block-179 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 10px;
    line-height: 12px;
  }

  .text-block-180 {
    font-size: 10px;
    line-height: 12px;
  }

  .div-block-3051 {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-181, .text-block-182, .text-block-183, .text-block-184 {
    font-size: 10px;
    line-height: 12px;
  }

  .text-block-185 {
    font-size: 10px;
    line-height: 14px;
  }

  .navigation-footer-3 {
    grid-column-gap: 10px;
    grid-row-gap: 8px;
    flex-direction: row;
    grid-template-rows: 126px 160px;
    grid-template-columns: 50% 50%;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
    display: flex;
    overflow: visible;
  }

  .logo-rights-3 {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 0;
  }

  .image-158 {
    width: 93px;
  }

  .nav-pages-3 {
    width: 85px;
  }

  .text-block-186 {
    font-size: 10px;
    line-height: 12px;
  }

  .div-block-3052 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-3054 {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: auto;
    max-width: 100%;
    margin-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
    display: none;
  }

  .image-159 {
    max-width: 130px;
    padding-top: 0;
  }

  .link-block-56, .div-block-3055, .cell-51 {
    display: none;
  }

  .icon-10 {
    color: #0092ca;
    width: 36px;
    height: 36px;
    font-size: 36px;
  }

  .nav-link-11 {
    text-align: center;
    font-size: 16px;
  }

  .brand-7 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .button-16 {
    text-align: center;
    background-image: linear-gradient(#001c63, #001c63);
    padding-right: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }

  .grid-12 {
    display: block;
  }

  .text-block-187 {
    font-size: 42px;
    font-weight: 400;
    line-height: 44px;
  }

  .button-17 {
    border-color: #0092ca;
    padding-top: 12px;
    padding-bottom: 12px;
  }

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

  .div-block-3063 {
    margin-bottom: 20px;
    padding: 20px 10px;
  }

  .div-block-3063:hover {
    transform: scale(1);
  }

  .link-block-61 {
    width: 42px;
    height: 42px;
  }

  .div-block-3064 {
    margin-top: 10px;
  }

  .link-block-62 {
    width: 42px;
    height: 42px;
  }

  .field-label-23, .field-label-24 {
    color: #212428;
    font-size: 12px;
  }

  .text-block-192 {
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
  }

  .text-block-193 {
    font-size: 24px;
    line-height: 26px;
  }

  .field-label-25 {
    color: #212428;
    font-size: 12px;
  }

  .div-block-3065 {
    margin-left: 16px;
    margin-right: 16px;
    display: block;
  }

  .submit-button-9 {
    text-align: center;
    height: 45px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .text-field-30 {
    width: 100%;
    height: 40px;
    margin-bottom: 8px;
    font-size: 16px;
  }

  .div-block-3066 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    width: auto;
    padding: 10px 10px 20px;
  }

  .link-block-63 {
    width: 42px;
    height: 42px;
  }

  .div-block-3067 {
    width: auto;
    padding: 20px 20px 10px;
  }

  .text-field-31, .text-field-32 {
    width: 100%;
    height: 40px;
    margin-bottom: 8px;
    font-size: 16px;
  }

  .phone-link-nav-4 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .about-link-4 {
    margin-top: 15px;
    margin-bottom: 0;
  }

  .contacts-nav-4 {
    margin-left: 10px;
    margin-right: 0;
  }

  .text-block-195 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 10px;
    line-height: 12px;
  }

  .text-block-196 {
    font-size: 10px;
    line-height: 12px;
  }

  .div-block-3068 {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-197, .text-block-198, .text-block-199, .text-block-200 {
    font-size: 10px;
    line-height: 12px;
  }

  .text-block-201 {
    font-size: 10px;
    line-height: 14px;
  }

  .image-161 {
    width: 93px;
  }

  .nav-pages-4 {
    width: 85px;
  }

  .text-block-202 {
    font-size: 10px;
    line-height: 12px;
  }

  .div-block-3069 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-3071 {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: auto;
    max-width: 100%;
    margin-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
    display: none;
  }

  .image-162 {
    max-width: 130px;
    padding-top: 0;
  }

  .link-block-64, .div-block-3072, .cell-52 {
    display: none;
  }

  .icon-11 {
    color: #0092ca;
    width: 36px;
    height: 36px;
    font-size: 36px;
  }

  .nav-link-12 {
    text-align: center;
    font-size: 16px;
  }

  .brand-8 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .button-18 {
    text-align: center;
    background-image: linear-gradient(#001c63, #001c63);
    padding-right: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }

  .html-embed {
    border-radius: 13px;
    width: auto;
    overflow: hidden;
  }

  .text-block-203 {
    font-size: 42px;
    font-weight: 400;
    line-height: 44px;
  }

  .text-block-204 {
    font-size: 14px;
    line-height: 16px;
  }

  .div-block-3076 {
    margin-left: 16px;
    margin-right: 16px;
    padding: 20px 20px 30px;
    display: block;
  }

  .bold-text-38 {
    font-size: 24px;
    line-height: 26px;
  }

  .image-165 {
    display: none;
  }

  .div-block-3077 {
    width: auto;
    margin-top: 10px;
    margin-left: 0;
  }

  .text-block-205, .text-block-206 {
    font-size: 14px;
    line-height: 16px;
  }

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

  .link-block-71 {
    width: 42px;
    height: 42px;
  }

  .div-block-3078 {
    margin-top: 10px;
  }

  .link-block-72 {
    width: 42px;
    height: 42px;
  }

  .field-label-26 {
    color: #212428;
    font-size: 12px;
  }

  .text-block-208 {
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
  }

  .text-block-209 {
    font-size: 24px;
    line-height: 26px;
  }

  .div-block-3079 {
    margin-left: 16px;
    margin-right: 16px;
    display: block;
  }

  .text-field-33 {
    width: 100%;
    height: 40px;
    margin-bottom: 8px;
    font-size: 16px;
  }

  .div-block-3080 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    width: auto;
    padding: 10px 10px 20px;
  }

  .link-block-73 {
    width: 42px;
    height: 42px;
  }

  .div-block-3081 {
    width: auto;
    padding: 20px 20px 10px;
  }

  .text-field-34, .text-field-35 {
    width: 100%;
    height: 40px;
    margin-bottom: 8px;
    font-size: 16px;
  }

  .phone-link-nav-5 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .about-link-5 {
    margin-top: 15px;
    margin-bottom: 0;
  }

  .text-block-211 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 10px;
    line-height: 12px;
  }

  .text-block-212 {
    font-size: 10px;
    line-height: 12px;
  }

  .div-block-3082 {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-213, .text-block-214, .text-block-215, .text-block-216 {
    font-size: 10px;
    line-height: 12px;
  }

  .text-block-217 {
    font-size: 10px;
    line-height: 14px;
  }

  .image-166 {
    width: 93px;
  }

  .nav-pages-5 {
    width: 85px;
  }

  .text-block-218 {
    font-size: 10px;
    line-height: 12px;
  }

  .link-block-74 {
    font-size: 10px;
  }

  .submit-button-10 {
    margin-top: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .text-field-36 {
    width: 100%;
    height: 35px;
    margin-bottom: 5px;
    padding: 0;
    font-size: 16px;
  }

  .text-block-221 {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .text-field-37 {
    height: 35px;
    font-size: 16px;
  }

  .field-label-27, .field-label-28 {
    margin-bottom: 3px;
    font-size: 14px;
  }

  .image-167 {
    max-width: 50%;
  }

  .text-field-38 {
    height: 35px;
    margin-bottom: 5px;
    font-size: 16px;
  }

  .field-label-29 {
    margin-bottom: 3px;
    font-size: 14px;
  }

  .form-block-12 {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-3083 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-3085 {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: auto;
    max-width: 100%;
    margin-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
    display: none;
  }

  .image-168 {
    max-width: 130px;
    padding-top: 0;
  }

  .link-block-75, .div-block-3086, .cell-53 {
    display: none;
  }

  .icon-12 {
    color: #0092ca;
    width: 36px;
    height: 36px;
    font-size: 36px;
  }

  .nav-link-13 {
    text-align: center;
    font-size: 16px;
  }

  .brand-9 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .button-19 {
    text-align: center;
    background-image: linear-gradient(#001c63, #001c63);
    padding-right: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }

  .div-block-3088 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .bold-text-39, .bold-text-40 {
    font-size: 16px;
    font-weight: 700;
  }

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

  .bold-text-41 {
    font-size: 46px;
    line-height: 48px;
  }

  .div-block-3090 {
    margin-top: 100px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .bold-text-42 {
    font-size: 16px;
    font-weight: 700;
  }

  .div-block-3091 {
    width: auto;
  }

  .text-block-223 {
    width: auto;
    font-size: 20px;
    line-height: 22px;
  }

  .bold-text-43 {
    font-size: 16px;
    font-weight: 700;
  }

  .div-block-3093 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-block-227 {
    font-size: 42px;
    line-height: 44px;
  }

  .div-block-3094 {
    margin-top: 100px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-3095 {
    padding-bottom: 0;
  }

  .image-175 {
    width: 16px;
  }

  .text-block-139-copy {
    font-size: 12px;
    line-height: 14px;
  }

  .div-block-3096 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .bold-text-44 {
    font-size: 14px;
    line-height: 14px;
  }

  .bold-text-45 {
    font-size: 14px;
    line-height: 16px;
  }

  .image-176 {
    width: 16px;
    margin-right: 3px;
  }

  .image-177 {
    width: 16px;
  }

  .text-block-228 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 22px;
  }

  .image-178 {
    width: 16px;
  }

  .bold-text-46 {
    font-size: 14px;
    line-height: 14px;
  }

  .image-179 {
    width: 16px;
  }

  .text-block-229 {
    font-size: 14px;
  }

  .image-180 {
    width: 16px;
    margin-right: 3px;
  }

  .text-block-230 {
    width: auto;
    font-size: 18px;
  }

  .image-181 {
    width: 16px;
  }

  .text-block-231 {
    font-size: 46px;
    line-height: 48px;
  }

  .image-182 {
    width: 50px;
  }

  .bold-text-47 {
    font-size: 14px;
  }

  .div-block-3098 {
    margin-bottom: 10px;
    padding: 20px 10px 30px;
  }

  .grid-13 {
    display: block;
  }

  .div-block-3099 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .text-block-232 {
    width: auto;
    margin-right: auto;
    padding-right: 0;
    font-size: 14px;
    line-height: 14px;
  }

  .div-block-3100 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
  }

  .bold-text-48 {
    font-size: 46px;
    line-height: 48px;
  }

  .text-block-233, .text-block-234 {
    font-size: 14px;
    line-height: 14px;
  }

  .image-183 {
    width: 16px;
  }

  .text-block-138-copy {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .link-block-76 {
    width: 42px;
    height: 42px;
  }

  .div-block-3102 {
    margin-top: 10px;
  }

  .link-block-77 {
    width: 42px;
    height: 42px;
  }

  .text-block-235 {
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
  }

  .text-block-236 {
    font-size: 24px;
    line-height: 26px;
  }

  .div-block-3103 {
    margin-left: 16px;
    margin-right: 16px;
    display: block;
  }

  .text-field-39 {
    width: 100%;
    height: 40px;
    margin-bottom: 8px;
    font-size: 16px;
  }

  .div-block-3104 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    width: auto;
    padding: 10px 10px 20px;
  }

  .link-block-78 {
    width: 42px;
    height: 42px;
  }

  .div-block-3105 {
    width: auto;
    padding: 20px 20px 10px;
  }

  .text-field-40, .text-field-41 {
    width: 100%;
    height: 40px;
    margin-bottom: 8px;
    font-size: 16px;
  }

  .link-block-79 {
    font-size: 10px;
  }

  .submit-button-11 {
    margin-top: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .text-field-42 {
    width: 100%;
    height: 35px;
    margin-bottom: 5px;
    padding: 0;
    font-size: 16px;
  }

  .text-block-240 {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .text-field-43 {
    height: 35px;
    font-size: 16px;
  }

  .field-label-30, .field-label-31 {
    margin-bottom: 3px;
    font-size: 14px;
  }

  .image-184 {
    max-width: 50%;
  }

  .field-label-32 {
    margin-bottom: 3px;
    font-size: 14px;
  }

  .form-block-14 {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .phone-link-nav-6 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .about-link-6 {
    margin-top: 15px;
    margin-bottom: 0;
  }

  .text-block-241 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 10px;
    line-height: 12px;
  }

  .text-block-242 {
    font-size: 10px;
    line-height: 12px;
  }

  .div-block-3106 {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-243, .text-block-244, .text-block-245, .text-block-246 {
    font-size: 10px;
    line-height: 12px;
  }

  .text-block-247 {
    font-size: 10px;
    line-height: 14px;
  }

  .image-185 {
    width: 93px;
  }

  .nav-pages-6 {
    width: 85px;
  }

  .text-block-248 {
    font-size: 10px;
    line-height: 12px;
  }

  .div-block-3107 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-3109 {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: auto;
    max-width: 100%;
    margin-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
    display: none;
  }

  .image-186 {
    max-width: 130px;
    padding-top: 0;
  }

  .link-block-80, .div-block-3110, .cell-54 {
    display: none;
  }

  .icon-13 {
    color: #0092ca;
    width: 36px;
    height: 36px;
    font-size: 36px;
  }

  .nav-link-14 {
    text-align: center;
    font-size: 16px;
  }

  .button-20 {
    text-align: center;
    background-image: linear-gradient(#001c63, #001c63);
    padding-right: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }

  .div-block-3112 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .bold-text-49, .bold-text-50 {
    font-size: 16px;
    font-weight: 700;
  }

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

  .bold-text-51 {
    font-size: 46px;
    line-height: 48px;
  }

  .div-block-3114 {
    margin-top: 100px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .bold-text-52 {
    font-size: 16px;
    font-weight: 700;
  }

  .div-block-3115 {
    width: auto;
  }

  .text-block-250 {
    width: auto;
    font-size: 20px;
    line-height: 22px;
  }

  .bold-text-53 {
    font-size: 16px;
    font-weight: 700;
  }

  .div-block-3117 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-block-254 {
    font-size: 42px;
    line-height: 44px;
  }

  .div-block-3118 {
    margin-top: 100px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-3119 {
    padding-bottom: 0;
  }

  .image-193 {
    width: 16px;
  }

  .div-block-3120 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .bold-text-55 {
    font-size: 14px;
    line-height: 14px;
  }

  .bold-text-56 {
    font-size: 14px;
    line-height: 16px;
  }

  .image-194 {
    width: 16px;
    margin-right: 3px;
  }

  .image-195 {
    width: 16px;
  }

  .text-block-255 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 22px;
  }

  .image-196 {
    width: 16px;
  }

  .bold-text-57 {
    font-size: 14px;
    line-height: 14px;
  }

  .image-197 {
    width: 16px;
  }

  .bold-text-58, .text-block-256 {
    font-size: 14px;
  }

  .image-198 {
    width: 16px;
    margin-right: 3px;
  }

  .text-block-257 {
    width: auto;
    font-size: 18px;
  }

  .image-199 {
    width: 16px;
  }

  .text-block-258 {
    font-size: 46px;
    line-height: 48px;
  }

  .image-200 {
    width: 50px;
  }

  .bold-text-59 {
    font-size: 14px;
  }

  .div-block-3123 {
    margin-bottom: 10px;
    padding: 20px 10px 30px;
  }

  .grid-14 {
    display: block;
  }

  .div-block-3124 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .bold-text-60 {
    font-size: 14px;
  }

  .text-block-259 {
    width: auto;
    margin-right: auto;
    padding-right: 0;
    font-size: 14px;
    line-height: 14px;
  }

  .div-block-3125 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
  }

  .bold-text-61 {
    font-size: 46px;
    line-height: 48px;
  }

  .text-block-260, .text-block-261 {
    font-size: 14px;
    line-height: 14px;
  }

  .image-201 {
    width: 16px;
  }

  .link-block-81 {
    width: 42px;
    height: 42px;
  }

  .div-block-3127 {
    margin-top: 10px;
  }

  .link-block-82 {
    width: 42px;
    height: 42px;
  }

  .text-block-262 {
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
  }

  .text-block-263 {
    font-size: 24px;
    line-height: 26px;
  }

  .div-block-3128 {
    margin-left: 16px;
    margin-right: 16px;
    display: block;
  }

  .text-field-44 {
    width: 100%;
    height: 40px;
    margin-bottom: 8px;
    font-size: 16px;
  }

  .div-block-3129 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    width: auto;
    padding: 10px 10px 20px;
  }

  .link-block-83 {
    width: 42px;
    height: 42px;
  }

  .div-block-3130 {
    width: auto;
    padding: 20px 20px 10px;
  }

  .text-field-45, .text-field-46 {
    width: 100%;
    height: 40px;
    margin-bottom: 8px;
    font-size: 16px;
  }

  .text-block-265 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 10px;
    line-height: 12px;
  }

  .text-block-266 {
    font-size: 10px;
    line-height: 12px;
  }

  .div-block-3131 {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-267, .text-block-268, .text-block-269, .text-block-270 {
    font-size: 10px;
    line-height: 12px;
  }

  .text-block-271 {
    font-size: 10px;
    line-height: 14px;
  }

  .image-202 {
    width: 93px;
  }

  .nav-pages-7 {
    width: 85px;
  }

  .text-block-272 {
    font-size: 10px;
    line-height: 12px;
  }

  .link-block-84 {
    font-size: 10px;
  }

  .submit-button-12 {
    margin-top: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .text-field-47 {
    width: 100%;
    height: 35px;
    margin-bottom: 5px;
    padding: 0;
    font-size: 16px;
  }

  .text-block-275 {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .text-field-48 {
    height: 35px;
    font-size: 16px;
  }

  .field-label-33, .field-label-34 {
    margin-bottom: 3px;
    font-size: 14px;
  }

  .image-203 {
    max-width: 50%;
  }

  .field-label-35 {
    margin-bottom: 3px;
    font-size: 14px;
  }

  .form-block-16 {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-3132 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid-15 {
    grid-row-gap: 11px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    height: 35vh;
    padding-top: 10px;
    padding-bottom: 20px;
    display: flex;
  }

  .div-block-3134 {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: auto;
    max-width: 100%;
    margin-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
    display: none;
  }

  .image-204 {
    max-width: 130px;
    padding-top: 0;
  }

  .link-block-85, .div-block-3135, .cell-55 {
    display: none;
  }

  .icon-14 {
    color: #0092ca;
    width: 36px;
    height: 36px;
    font-size: 36px;
  }

  .nav-link-15 {
    text-align: center;
    font-size: 16px;
  }

  .button-21 {
    text-align: center;
    background-image: linear-gradient(#001c63, #001c63);
    padding-right: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }

  .div-block-3137 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .bold-text-62, .bold-text-63 {
    font-size: 16px;
    font-weight: 700;
  }

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

  .bold-text-64 {
    font-size: 46px;
    line-height: 48px;
  }

  .div-block-3139 {
    margin-top: 100px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .bold-text-65 {
    font-size: 16px;
    font-weight: 700;
  }

  .div-block-3140 {
    width: auto;
  }

  .text-block-277 {
    width: auto;
    font-size: 20px;
    line-height: 22px;
  }

  .bold-text-66 {
    font-size: 16px;
    font-weight: 700;
  }

  .div-block-3142 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-block-281 {
    font-size: 42px;
    line-height: 44px;
  }

  .div-block-3143 {
    margin-top: 100px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-3144 {
    padding-bottom: 0;
  }

  .text-block-139-copy-2 {
    width: auto;
    margin-right: auto;
    padding-right: 0;
    font-size: 14px;
    line-height: 14px;
  }

  .image-211 {
    width: 16px;
  }

  .div-block-3145 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .bold-text-68 {
    font-size: 14px;
    line-height: 14px;
  }

  .bold-text-69 {
    font-size: 14px;
    line-height: 16px;
  }

  .text-block-140-copy {
    font-size: 14px;
  }

  .image-212 {
    width: 16px;
    margin-right: 3px;
  }

  .image-213 {
    width: 16px;
  }

  .text-block-282 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 22px;
  }

  .div-block-295-copy {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
  }

  .image-214 {
    width: 16px;
  }

  .bold-text-70 {
    font-size: 14px;
    line-height: 14px;
  }

  .image-215 {
    width: 16px;
  }

  .bold-text-71, .text-block-283 {
    font-size: 14px;
  }

  .image-216 {
    width: 16px;
    margin-right: 3px;
  }

  .text-block-284 {
    width: auto;
    font-size: 18px;
  }

  .image-217 {
    width: 16px;
  }

  .text-block-285 {
    font-size: 46px;
    line-height: 48px;
  }

  .image-218 {
    width: 50px;
  }

  .bold-text-72 {
    font-size: 14px;
  }

  .div-block-3148 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .bold-text-73 {
    font-size: 14px;
  }

  .text-block-286 {
    width: auto;
    margin-right: auto;
    padding-right: 0;
    font-size: 14px;
    line-height: 14px;
  }

  .div-block-3149 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
  }

  .bold-text-74 {
    font-size: 46px;
    line-height: 48px;
  }

  .text-block-287, .text-block-288 {
    font-size: 14px;
    line-height: 14px;
  }

  .image-219 {
    width: 16px;
  }

  .link-block-86 {
    width: 42px;
    height: 42px;
  }

  .div-block-3151 {
    margin-top: 10px;
  }

  .link-block-87 {
    width: 42px;
    height: 42px;
  }

  .text-block-289 {
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
  }

  .text-block-290 {
    font-size: 24px;
    line-height: 26px;
  }

  .div-block-3152 {
    margin-left: 16px;
    margin-right: 16px;
    display: block;
  }

  .text-field-49 {
    width: 100%;
    height: 40px;
    margin-bottom: 8px;
    font-size: 16px;
  }

  .div-block-3153 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    width: auto;
    padding: 10px 10px 20px;
  }

  .link-block-88 {
    width: 42px;
    height: 42px;
  }

  .div-block-3154 {
    width: auto;
    padding: 20px 20px 10px;
  }

  .text-field-50, .text-field-51 {
    width: 100%;
    height: 40px;
    margin-bottom: 8px;
    font-size: 16px;
  }

  .text-block-292 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 10px;
    line-height: 12px;
  }

  .text-block-293 {
    font-size: 10px;
    line-height: 12px;
  }

  .div-block-3155 {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-294, .text-block-295, .text-block-296, .text-block-297 {
    font-size: 10px;
    line-height: 12px;
  }

  .text-block-298 {
    font-size: 10px;
    line-height: 14px;
  }

  .image-220 {
    width: 93px;
  }

  .nav-pages-8 {
    width: 85px;
  }

  .text-block-299 {
    font-size: 10px;
    line-height: 12px;
  }

  .link-block-89 {
    font-size: 10px;
  }

  .submit-button-13 {
    margin-top: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .text-field-52 {
    width: 100%;
    height: 35px;
    margin-bottom: 5px;
    padding: 0;
    font-size: 16px;
  }

  .text-block-302 {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .text-field-53 {
    height: 35px;
    font-size: 16px;
  }

  .field-label-36, .field-label-37 {
    margin-bottom: 3px;
    font-size: 14px;
  }

  .image-221 {
    max-width: 50%;
  }

  .field-label-38 {
    margin-bottom: 3px;
    font-size: 14px;
  }

  .form-block-18 {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-3156 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid-16 {
    grid-row-gap: 11px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    height: 35vh;
    padding-top: 10px;
    padding-bottom: 20px;
    display: flex;
  }

  .div-block-3158 {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: auto;
    max-width: 100%;
    margin-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
    display: none;
  }

  .image-222 {
    max-width: 130px;
    padding-top: 0;
  }

  .link-block-90, .div-block-3159, .cell-56 {
    display: none;
  }

  .icon-15 {
    color: #0092ca;
    width: 36px;
    height: 36px;
    font-size: 36px;
  }

  .nav-link-16 {
    text-align: center;
    font-size: 16px;
  }

  .button-22 {
    text-align: center;
    background-image: linear-gradient(#001c63, #001c63);
    padding-right: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }

  .div-block-3161 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .bold-text-75, .bold-text-76 {
    font-size: 16px;
    font-weight: 700;
  }

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

  .bold-text-77 {
    font-size: 46px;
    line-height: 48px;
  }

  .div-block-3163 {
    margin-top: 100px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .bold-text-78 {
    font-size: 16px;
    font-weight: 700;
  }

  .div-block-3164 {
    width: auto;
  }

  .text-block-304 {
    width: auto;
    font-size: 20px;
    line-height: 22px;
  }

  .bold-text-79 {
    font-size: 16px;
    font-weight: 700;
  }

  .div-block-3166 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-block-308 {
    font-size: 42px;
    line-height: 44px;
  }

  .div-block-3167 {
    margin-top: 100px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-3168 {
    padding-bottom: 0;
  }

  .text-block-139-copy-3 {
    width: auto;
    margin-right: auto;
    padding-right: 0;
    font-size: 14px;
    line-height: 14px;
  }

  .image-229 {
    width: 16px;
  }

  .div-block-3169 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .bold-text-81 {
    font-size: 14px;
    line-height: 14px;
  }

  .div-block-295-copy-copy {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
  }

  .bold-text-82 {
    font-size: 14px;
    line-height: 16px;
  }

  .image-230 {
    width: 16px;
    margin-right: 3px;
  }

  .image-231 {
    width: 16px;
  }

  .text-block-309 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 22px;
  }

  .image-232 {
    width: 16px;
  }

  .bold-text-84 {
    font-size: 14px;
    line-height: 14px;
  }

  .image-233 {
    width: 16px;
  }

  .bold-text-85, .text-block-310 {
    font-size: 14px;
  }

  .image-234 {
    width: 16px;
    margin-right: 3px;
  }

  .text-block-311 {
    width: auto;
    font-size: 18px;
  }

  .image-235 {
    width: 16px;
  }

  .text-block-312 {
    font-size: 46px;
    line-height: 48px;
  }

  .image-236 {
    width: 50px;
  }

  .bold-text-86 {
    font-size: 14px;
  }

  .div-block-3172 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .text-block-313 {
    width: auto;
    margin-right: auto;
    padding-right: 0;
    font-size: 14px;
    line-height: 14px;
  }

  .div-block-3173 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
  }

  .bold-text-87 {
    font-size: 46px;
    line-height: 48px;
  }

  .text-block-314, .text-block-315 {
    font-size: 14px;
    line-height: 14px;
  }

  .image-237 {
    width: 16px;
  }

  .link-block-91 {
    width: 42px;
    height: 42px;
  }

  .div-block-3175 {
    margin-top: 10px;
  }

  .link-block-92 {
    width: 42px;
    height: 42px;
  }

  .text-block-316 {
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
  }

  .text-block-317 {
    font-size: 24px;
    line-height: 26px;
  }

  .div-block-3176 {
    margin-left: 16px;
    margin-right: 16px;
    display: block;
  }

  .text-field-54 {
    width: 100%;
    height: 40px;
    margin-bottom: 8px;
    font-size: 16px;
  }

  .div-block-3177 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    width: auto;
    padding: 10px 10px 20px;
  }

  .link-block-93 {
    width: 42px;
    height: 42px;
  }

  .div-block-3178 {
    width: auto;
    padding: 20px 20px 10px;
  }

  .text-field-55, .text-field-56 {
    width: 100%;
    height: 40px;
    margin-bottom: 8px;
    font-size: 16px;
  }

  .text-block-319 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 10px;
    line-height: 12px;
  }

  .text-block-320 {
    font-size: 10px;
    line-height: 12px;
  }

  .div-block-3179 {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-321, .text-block-322, .text-block-323, .text-block-324 {
    font-size: 10px;
    line-height: 12px;
  }

  .text-block-325 {
    font-size: 10px;
    line-height: 14px;
  }

  .image-238 {
    width: 93px;
  }

  .nav-pages-9 {
    width: 85px;
  }

  .text-block-326 {
    font-size: 10px;
    line-height: 12px;
  }

  .link-block-94 {
    font-size: 10px;
  }

  .submit-button-14 {
    margin-top: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .text-field-57 {
    width: 100%;
    height: 35px;
    margin-bottom: 5px;
    padding: 0;
    font-size: 16px;
  }

  .text-block-329 {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .text-field-58 {
    height: 35px;
    font-size: 16px;
  }

  .field-label-39, .field-label-40 {
    margin-bottom: 3px;
    font-size: 14px;
  }

  .image-239 {
    max-width: 50%;
  }

  .field-label-41 {
    margin-bottom: 3px;
    font-size: 14px;
  }

  .form-block-20 {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-3180 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid-17 {
    grid-row-gap: 11px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    height: 35vh;
    padding-top: 10px;
    padding-bottom: 20px;
    display: flex;
  }

  .div-block-3182 {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: auto;
    max-width: 100%;
    margin-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
    display: none;
  }

  .image-240 {
    max-width: 130px;
    padding-top: 0;
  }

  .link-block-95, .div-block-3183, .cell-57 {
    display: none;
  }

  .icon-16 {
    color: #0092ca;
    width: 36px;
    height: 36px;
    font-size: 36px;
  }

  .nav-link-17 {
    text-align: center;
    font-size: 16px;
  }

  .button-23 {
    text-align: center;
    background-image: linear-gradient(#001c63, #001c63);
    padding-right: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }

  .text-block-114-c {
    font-size: 42px;
    font-weight: 400;
    line-height: 44px;
  }

  .div-block-3187 {
    margin-top: 40px;
    margin-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-305-copy-copy {
    margin-bottom: 0;
  }

  .button-24, .button-9 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .image-152-copy {
    border-radius: 8px;
  }

  .div-block-3189 {
    margin-top: 60px;
  }

  .div-block-3191 {
    margin-top: 60px;
    margin-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-305-copy, .div-block-3192 {
    margin-top: 60px;
  }

  .link-block-96 {
    width: 42px;
    height: 42px;
  }

  .div-block-3193 {
    margin-top: 10px;
  }

  .link-block-97 {
    width: 42px;
    height: 42px;
  }

  .text-block-334 {
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
  }

  .text-block-335 {
    font-size: 24px;
    line-height: 26px;
  }

  .div-block-3194 {
    margin-left: 16px;
    margin-right: 16px;
    display: block;
  }

  .text-field-59 {
    width: 100%;
    height: 40px;
    margin-bottom: 8px;
    font-size: 16px;
  }

  .div-block-3195 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    width: auto;
    padding: 10px 10px 20px;
  }

  .link-block-98 {
    width: 42px;
    height: 42px;
  }

  .div-block-3196 {
    width: auto;
    padding: 20px 20px 10px;
  }

  .text-field-60, .text-field-61 {
    width: 100%;
    height: 40px;
    margin-bottom: 8px;
    font-size: 16px;
  }

  .text-block-337 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 10px;
    line-height: 12px;
  }

  .text-block-338 {
    font-size: 10px;
    line-height: 12px;
  }

  .div-block-3197 {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-339, .text-block-340, .text-block-341, .text-block-342 {
    font-size: 10px;
    line-height: 12px;
  }

  .text-block-343 {
    font-size: 10px;
    line-height: 14px;
  }

  .image-244 {
    width: 93px;
  }

  .nav-pages-10 {
    width: 85px;
  }

  .text-block-344 {
    font-size: 10px;
    line-height: 12px;
  }

  .link-block-99 {
    font-size: 10px;
  }

  .submit-button-15 {
    margin-top: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .text-block-346 {
    line-height: 12px;
  }

  .text-field-62 {
    width: 100%;
    height: 35px;
    margin-bottom: 5px;
    padding: 0;
    font-size: 16px;
  }

  .text-block-347 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
  }

  .text-field-63 {
    height: 35px;
    font-size: 16px;
  }

  .field-label-42, .field-label-43 {
    margin-bottom: 3px;
    font-size: 14px;
  }

  .image-245 {
    max-width: 50%;
  }

  .field-label-44 {
    margin-bottom: 3px;
    font-size: 14px;
  }

  .form-block-22 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-348 {
    margin-left: 16px;
    margin-right: 16px;
    font-size: 36px;
    line-height: 38px;
  }

  .text-block-349 {
    font-size: 24px;
    line-height: 26px;
  }

  .image-246 {
    border-radius: 5px;
  }

  .text-block-350 {
    font-size: 20px;
    line-height: 22px;
  }

  .div-block-3199 {
    padding-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .paragraph-20 {
    font-size: 16px;
    line-height: 18px;
  }

  .image-15-3-copy {
    border-radius: 5px;
  }

  .paragraph-21 {
    font-size: 20px;
    line-height: 22px;
  }

  .image-247 {
    border-radius: 5px;
    width: 300px;
    height: 192px;
  }

  .text-block-153-co-py, .text-block-352 {
    font-size: 20px;
    line-height: 22px;
  }

  .image-248 {
    border-radius: 5px;
    width: 292px;
    height: 172px;
  }

  .div-block-3201 {
    margin-right: 0;
  }

  .div-block-3202 {
    background-position: 50%;
    border-radius: 10px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .text-block-353 {
    font-size: 24px;
  }

  .text-block-354 {
    font-size: 24px;
    line-height: 26px;
  }

  .text-block-355 {
    font-size: 18px;
    line-height: 20px;
  }

  .div-block-3203 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-249 {
    border-radius: 5px;
  }

  .text-block-357 {
    font-size: 20px;
  }

  .text-block-358 {
    font-size: 20px;
    line-height: 22px;
  }

  .div-block-3206 {
    margin-right: 0;
  }

  .link-block-100 {
    width: 42px;
    height: 42px;
  }

  .div-block-3207 {
    margin-top: 10px;
  }

  .link-block-101 {
    width: 42px;
    height: 42px;
  }

  .text-block-359 {
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
  }

  .text-block-360 {
    font-size: 24px;
    line-height: 26px;
  }

  .div-block-3208 {
    margin-left: 16px;
    margin-right: 16px;
    display: block;
  }

  .text-field-64 {
    width: 100%;
    height: 40px;
    margin-bottom: 8px;
    font-size: 16px;
  }

  .div-block-3209 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    width: auto;
    padding: 10px 10px 20px;
  }

  .link-block-102 {
    width: 42px;
    height: 42px;
  }

  .div-block-3210 {
    width: auto;
    padding: 20px 20px 10px;
  }

  .text-field-65, .text-field-66 {
    width: 100%;
    height: 40px;
    margin-bottom: 8px;
    font-size: 16px;
  }

  .text-block-362 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 10px;
    line-height: 12px;
  }

  .text-block-363 {
    font-size: 10px;
    line-height: 12px;
  }

  .div-block-3211 {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-364, .text-block-365, .text-block-366, .text-block-367 {
    font-size: 10px;
    line-height: 12px;
  }

  .text-block-368 {
    font-size: 10px;
    line-height: 14px;
  }

  .image-250 {
    width: 93px;
  }

  .text-block-369 {
    font-size: 10px;
    line-height: 12px;
  }

  .div-block-3012copy {
    background-position: 50%;
  }

  .text-block-370 {
    margin-left: 16px;
    margin-right: 16px;
    font-size: 36px;
    line-height: 38px;
  }

  .div-block-3212 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-150-opy {
    font-size: 24px;
    line-height: 26px;
  }

  .paragraph-22 {
    font-size: 16px;
    line-height: 18px;
  }

  .div-block-3213 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-372 {
    font-size: 16px;
    line-height: 18px;
  }

  .div-block-321-co-py {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-373 {
    font-size: 16px;
    line-height: 18px;
  }

  .text-block-150-opy-copy {
    font-size: 24px;
    line-height: 26px;
  }

  .grid-18 {
    display: block;
  }

  .div-block-323 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-326 {
    margin-bottom: 60px;
  }

  .paragraph-9-copy {
    width: auto;
  }

  .div-block-328 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-157-dcopy-c-opy {
    font-size: 16px;
    line-height: 18px;
  }

  .link-block-103 {
    width: 42px;
    height: 42px;
  }

  .div-block-3216 {
    margin-top: 10px;
  }

  .link-block-104 {
    width: 42px;
    height: 42px;
  }

  .text-block-376 {
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
  }

  .text-block-377 {
    font-size: 24px;
    line-height: 26px;
  }

  .div-block-3217 {
    margin-left: 16px;
    margin-right: 16px;
    display: block;
  }

  .text-field-67 {
    width: 100%;
    height: 40px;
    margin-bottom: 8px;
    font-size: 16px;
  }

  .div-block-3218 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    width: auto;
    padding: 10px 10px 20px;
  }

  .link-block-105 {
    width: 42px;
    height: 42px;
  }

  .div-block-3219 {
    width: auto;
    padding: 20px 20px 10px;
  }

  .text-field-68, .text-field-69 {
    width: 100%;
    height: 40px;
    margin-bottom: 8px;
    font-size: 16px;
  }

  .text-block-379 {
    margin-left: 16px;
    margin-right: 16px;
    font-size: 36px;
    line-height: 38px;
  }

  .div-block-329 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .paragraph-25 {
    font-size: 16px;
    line-height: 18px;
  }

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

  .text-block-380, .text-block-381, .text-block-382 {
    font-size: 16px;
    line-height: 18px;
  }

  .div-block-336 {
    padding-bottom: 0;
  }

  .text-block-383 {
    font-size: 16px;
    line-height: 18px;
  }

  .div-block-332 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-334 {
    margin-right: 0;
  }

  .text-block-384, .text-block-385, .text-block-386 {
    font-size: 16px;
    line-height: 18px;
  }

  .div-block-339, .div-block-3221 {
    display: none;
  }

  .text-block-388, .text-block-389, .text-block-390 {
    font-size: 16px;
    line-height: 18px;
  }

  .div-block-3222 {
    padding-bottom: 0;
  }

  .text-block-391 {
    font-size: 16px;
    line-height: 18px;
  }

  .div-block-3224 {
    margin-right: 0;
  }

  .text-block-392, .text-block-393, .text-block-394 {
    font-size: 16px;
    line-height: 18px;
  }

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

  .text-block-396 {
    font-size: 16px;
    line-height: 18px;
  }

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

  .text-block-398, .text-block-399, .text-block-400 {
    font-size: 16px;
    line-height: 18px;
  }

  .div-block-3228 {
    padding-bottom: 0;
  }

  .text-block-401 {
    font-size: 16px;
    line-height: 18px;
  }

  .div-block-3230 {
    margin-right: 0;
  }

  .text-block-402, .text-block-403, .text-block-404 {
    font-size: 16px;
    line-height: 18px;
  }

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

  .text-block-406 {
    font-size: 16px;
    line-height: 18px;
  }

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

  .text-block-408, .text-block-409, .text-block-410 {
    font-size: 16px;
    line-height: 18px;
  }

  .div-block-3235 {
    padding-bottom: 0;
  }

  .text-block-411 {
    font-size: 16px;
    line-height: 18px;
  }

  .div-block-3237 {
    margin-right: 0;
  }

  .text-block-412, .text-block-413, .text-block-414 {
    font-size: 16px;
    line-height: 18px;
  }

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

  .text-block-416, .paragraph-26 {
    font-size: 16px;
    line-height: 18px;
  }

  .link-block-106 {
    width: 42px;
    height: 42px;
  }

  .div-block-3242 {
    margin-top: 10px;
  }

  .link-block-107 {
    width: 42px;
    height: 42px;
  }

  .text-block-417 {
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
  }

  .text-block-418 {
    font-size: 24px;
    line-height: 26px;
  }

  .div-block-3243 {
    margin-left: 16px;
    margin-right: 16px;
    display: block;
  }

  .text-field-70 {
    width: 100%;
    height: 40px;
    margin-bottom: 8px;
    font-size: 16px;
  }

  .div-block-3244 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    width: auto;
    padding: 10px 10px 20px;
  }

  .link-block-108 {
    width: 42px;
    height: 42px;
  }

  .div-block-3245 {
    width: auto;
    padding: 20px 20px 10px;
  }

  .text-field-71, .text-field-72 {
    width: 100%;
    height: 40px;
    margin-bottom: 8px;
    font-size: 16px;
  }

  .text-block-420 {
    margin-left: 16px;
    margin-right: 16px;
    font-size: 36px;
    line-height: 38px;
  }

  .div-block-342 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-421 {
    font-size: 18px;
    line-height: 20px;
  }

  .div-block-343 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-423 {
    font-size: 18px;
    line-height: 20px;
  }

  .div-block-3246 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-424 {
    font-size: 18px;
    line-height: 20px;
  }

  .div-block-3247 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-425 {
    font-size: 18px;
    line-height: 20px;
  }

  .div-block-344 {
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-426 {
    font-size: 18px;
    line-height: 20px;
  }

  .div-block-3248 {
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-427 {
    font-size: 18px;
    line-height: 20px;
  }

  .div-block-3250 {
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-428 {
    font-size: 18px;
    line-height: 20px;
  }

  .paragraph-27 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .link-block-109 {
    width: 42px;
    height: 42px;
  }

  .div-block-3252 {
    margin-top: 10px;
  }

  .link-block-110 {
    width: 42px;
    height: 42px;
  }

  .text-block-429 {
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
  }

  .text-block-430 {
    font-size: 24px;
    line-height: 26px;
  }

  .div-block-3253 {
    margin-left: 16px;
    margin-right: 16px;
    display: block;
  }

  .text-field-73 {
    width: 100%;
    height: 40px;
    margin-bottom: 8px;
    font-size: 16px;
  }

  .div-block-3254 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    width: auto;
    padding: 10px 10px 20px;
  }

  .link-block-111 {
    width: 42px;
    height: 42px;
  }

  .div-block-3255 {
    width: auto;
    padding: 20px 20px 10px;
  }

  .text-field-74, .text-field-75 {
    width: 100%;
    height: 40px;
    margin-bottom: 8px;
    font-size: 16px;
  }

  .text-block-432 {
    margin-left: 16px;
    margin-right: 16px;
    font-size: 36px;
    line-height: 38px;
  }

  .div-block-348 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .paragraph-28 {
    font-size: 22px;
    line-height: 24px;
  }

  .div-block-349 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .paragraph-29 {
    font-size: 18px;
    line-height: 20px;
  }

  .div-block-351 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-433, .paragraph-30 {
    font-size: 20px;
    line-height: 22px;
  }

  .rich-text-block-2 {
    font-size: 18px;
    line-height: 20px;
  }

  .div-block-352 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-434, .paragraph-31, .paragraph-32, .paragraph-33 {
    font-size: 20px;
    line-height: 22px;
  }

  .div-block-3257 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-435, .paragraph-34, .paragraph-35, .paragraph-36 {
    font-size: 20px;
    line-height: 22px;
  }

  .div-block-3261 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-436, .paragraph-37, .paragraph-38 {
    font-size: 20px;
    line-height: 22px;
  }

  .div-block-356 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .paragraph-39 {
    margin-right: 0;
    font-size: 20px;
    line-height: 22px;
  }

  .div-block-356-dcopy {
    padding-left: 16px;
    padding-right: 16px;
  }

  .paragraph-40 {
    font-size: 20px;
    line-height: 22px;
  }

  .div-block-3265 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .paragraph-41 {
    margin-right: 0;
    font-size: 20px;
    line-height: 22px;
  }

  .link-block-112 {
    width: 42px;
    height: 42px;
  }

  .div-block-3266 {
    margin-top: 10px;
  }

  .link-block-113 {
    width: 42px;
    height: 42px;
  }

  .text-block-437 {
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
  }

  .text-block-438 {
    font-size: 24px;
    line-height: 26px;
  }

  .div-block-3267 {
    margin-left: 16px;
    margin-right: 16px;
    display: block;
  }

  .text-field-76 {
    width: 100%;
    height: 40px;
    margin-bottom: 8px;
    font-size: 16px;
  }

  .div-block-3268 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    width: auto;
    padding: 10px 10px 20px;
  }

  .link-block-114 {
    width: 42px;
    height: 42px;
  }

  .div-block-3269 {
    width: auto;
    padding: 20px 20px 10px;
  }

  .text-field-77, .text-field-78 {
    width: 100%;
    height: 40px;
    margin-bottom: 8px;
    font-size: 16px;
  }

  .b2b-2-copy {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    font-size: 18px;
  }

  .nav-linkfff-17-copy {
    text-align: center;
    font-size: 16px;
  }

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

  .text-block-441 {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
    line-height: 18px;
  }

  .link-block-119 {
    width: 108.453px;
    height: 34px;
  }

  .link-block-119.to-ua.w--current {
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
  }

  .dropdown-link-7, .dropdown-list-667 {
    width: auto;
  }

  .dropdown-list-667.w--open {
    width: 108.453px;
    height: 34px;
  }

  .dropdown-toggle-6 {
    width: 108.453px;
    height: 64px;
  }

  .dropdown-7 {
    margin-top: 10px;
  }

  .dropdown-toggle-7 {
    width: 108.453px;
    height: 64px;
    margin-top: 10px;
    font-size: 14px;
  }

  .dropdown-toggle-7.w--open {
    position: relative;
  }

  .text-block-443 {
    margin-right: 15px;
  }

  .icon-18 {
    margin-left: 0;
  }

  .div-block-3277 {
    margin-top: 20px;
  }

  .dropdown-toggle-8 {
    width: 128.906px;
    height: 60px;
  }
}

#w-node-f12357bf-93f1-969a-f774-c99f5b467526-1759d518, #w-node-ea66d727-e3e5-92b8-7e20-45fead6472e5-1759d518, #w-node-_0608cb32-cf18-e849-a523-229762684dd4-bb3878a3, #w-node-_0608cb32-cf18-e849-a523-229762684dd9-bb3878a3, #w-node-_0608cb32-cf18-e849-a523-229762684dde-bb3878a3, #w-node-_0608cb32-cf18-e849-a523-229762684de3-bb3878a3, #w-node-_0608cb32-cf18-e849-a523-229762684de8-bb3878a3, #w-node-_0608cb32-cf18-e849-a523-229762684def-bb3878a3, #w-node-_0608cb32-cf18-e849-a523-229762684df8-bb3878a3, #w-node-_0608cb32-cf18-e849-a523-229762684e01-bb3878a3, #w-node-_0608cb32-cf18-e849-a523-229762684e02-bb3878a3, #w-node-_0608cb32-cf18-e849-a523-229762684e09-bb3878a3, #w-node-_0608cb32-cf18-e849-a523-229762684e15-bb3878a3, #w-node-_0608cb32-cf18-e849-a523-229762684e1c-bb3878a3, #w-node-_0608cb32-cf18-e849-a523-229762684e1d-bb3878a3, #w-node-_0608cb32-cf18-e849-a523-229762684e24-bb3878a3, #w-node-_0608cb32-cf18-e849-a523-229762684e33-bb3878a3, #w-node-_0608cb32-cf18-e849-a523-229762684e3c-bb3878a3, #w-node-_0608cb32-cf18-e849-a523-229762684e43-bb3878a3, #w-node-_0608cb32-cf18-e849-a523-229762684e4a-bb3878a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0608cb32-cf18-e849-a523-229762684e56-bb3878a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_0608cb32-cf18-e849-a523-229762684e5f-bb3878a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0608cb32-cf18-e849-a523-229762684e60-bb3878a3, #w-node-_0608cb32-cf18-e849-a523-229762684e67-bb3878a3, #w-node-_0608cb32-cf18-e849-a523-229762684e70-bb3878a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_0608cb32-cf18-e849-a523-229762684e78-bb3878a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_5dce277b-db4c-3f0c-f8b5-4cac6d7c50c5-1759d51a, #w-node-_5dce277b-db4c-3f0c-f8b5-4cac6d7c50cd-1759d51a, #w-node-_53e70377-db63-f2c9-d819-1e3b130235e5-1759d51a, #w-node-cca289a8-d67e-3d59-e08a-3e91362c5f41-1759d51a, #w-node-a01f32ec-b61c-6291-c5ed-c8fa91250ea5-1759d51a, #w-node-_9ddd274d-7367-8786-8732-5d601f25e9c4-1759d51a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa8f364c-e14b-7bad-b311-e21371823fcf-1759d51b, #w-node-_7dc9681c-1c19-46c7-b6f4-fd6fe2b31912-1759d51b, #w-node-_084bcae7-1bed-bd4d-37e8-b8ca9267293f-1759d51b, #w-node-f6f6dfa5-afa9-87ad-1be2-839316bb8799-1759d51b, #w-node-_38cd046b-394e-fc3d-5e43-ef8b8b9084e4-1759d51b {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_1b21e298-96ea-db00-50f8-16be9020e2ef-9020e2e1 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_1b21e298-96ea-db00-50f8-16be9020e340-9020e2e1 {
  grid-column: span 2 / span 2;
}

#w-node-_1b21e298-96ea-db00-50f8-16be9020e378-9020e2e1 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_1b21e298-96ea-db00-50f8-16be9020e3cd-9020e2e1 {
  grid-column: span 2 / span 2;
}

#w-node-_1b21e298-96ea-db00-50f8-16be9020e405-9020e2e1 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_1b21e298-96ea-db00-50f8-16be9020e454-9020e2e1 {
  grid-column: span 2 / span 2;
}

#w-node-f7e46363-7034-ce02-defe-57225f6aa258-1759d51c, #w-node-_984a4acb-a6e8-d025-49ee-98992e73f502-1759d51d, #w-node-_70d42c98-8794-e7bc-9fb7-f5bf9717e63f-74dfbbc7, #w-node-_70d42c98-8794-e7bc-9fb7-f5bf9717e65d-74dfbbc7, #w-node-_70d42c98-8794-e7bc-9fb7-f5bf9717e67b-74dfbbc7, #w-node-_70d42c98-8794-e7bc-9fb7-f5bf9717e699-74dfbbc7, #w-node-_70d42c98-8794-e7bc-9fb7-f5bf9717e6b7-74dfbbc7, #w-node-_549af090-7350-2d60-e0e2-3704841362fb-5d78b4f5, #w-node-_549af090-7350-2d60-e0e2-370484136319-5d78b4f5, #w-node-_549af090-7350-2d60-e0e2-370484136337-5d78b4f5, #w-node-_549af090-7350-2d60-e0e2-370484136355-5d78b4f5, #w-node-_549af090-7350-2d60-e0e2-370484136375-5d78b4f5, #w-node-_797af7ef-e31d-6146-1fed-889eb0ccff92-266b56cb, #w-node-_9dcbc62f-e160-99c7-83c5-d2dd79d3449e-f253d3dd, #w-node-_6f52fa47-a74d-3dde-4eb5-a60083a1c6b5-5ab378e7, #w-node-cce3953d-6f2d-6fb1-13cf-23ef0bece831-cdf84574, #w-node-_6217c67c-0f3a-584f-ffab-3f94e0a6257e-652e1514, #w-node-_410ec9dc-39ab-85ea-90f8-b5bff42f37ac-37c27a2a, #w-node-adeb8511-f33e-aca6-636f-247bd4c71973-b6f5e5b0, #w-node-b2a6bd1e-672a-8ba8-0e39-dac5cba8ec9d-86bf79ac, #w-node-d44d96bf-6147-b656-ed6f-fd72f302befa-f56a09b0, #w-node-_7de72e76-d99e-7056-2f79-17b13a18aca1-8b7c4a69, #w-node-cfd68dc5-ee38-0416-35fe-193fa7cce0ed-1e2253d3, #w-node-_85a84e64-bf4a-7036-8d69-4a021b71373e-f84719f0, #w-node-_3b4883b5-8dbd-ec52-8b27-26ce7fb4e95f-614f93df, #w-node-_30174f3e-df8e-c09d-2438-1b3d71f58473-906634a9 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-ded8f274-ccd2-cd0f-5a47-51bed0fa2cde-60008230, #w-node-ded8f274-ccd2-cd0f-5a47-51bed0fa2cfb-60008230, #w-node-ded8f274-ccd2-cd0f-5a47-51bed0fa2d18-60008230, #w-node-ded8f274-ccd2-cd0f-5a47-51bed0fa2d35-60008230, #w-node-a5391109-9b68-bece-0431-164293388415-933883fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5391109-9b68-bece-0431-16429338841a-933883fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-a5391109-9b68-bece-0431-16429338841d-933883fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5391109-9b68-bece-0431-164293388434-933883fe {
  place-self: center start;
}

#w-node-a5391109-9b68-bece-0431-16429338843c-933883fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5391109-9b68-bece-0431-16429338844e-933883fe {
  place-self: center start;
}

#w-node-a5391109-9b68-bece-0431-164293388454-933883fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5391109-9b68-bece-0431-16429338845b-933883fe, #w-node-a5391109-9b68-bece-0431-164293388469-933883fe {
  place-self: center start;
}

#w-node-a5391109-9b68-bece-0431-164293388471-933883fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5391109-9b68-bece-0431-164293388478-933883fe, #w-node-a5391109-9b68-bece-0431-164293388483-933883fe {
  place-self: center start;
}

#w-node-a5391109-9b68-bece-0431-16429338848b-933883fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5391109-9b68-bece-0431-164293388492-933883fe, #w-node-a5391109-9b68-bece-0431-16429338849a-933883fe {
  place-self: center start;
}

#w-node-a5391109-9b68-bece-0431-1642933884a1-933883fe {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: none;
}

#w-node-a5391109-9b68-bece-0431-1642933884cf-933883fe {
  grid-row: span 5 / span 5;
}

#w-node-_35fe4ff2-8d29-e7cd-cabd-4aaac7a56687-e5e05cb0, #w-node-_35fe4ff2-8d29-e7cd-cabd-4aaac7a566a4-e5e05cb0, #w-node-_35fe4ff2-8d29-e7cd-cabd-4aaac7a566c1-e5e05cb0, #w-node-_35fe4ff2-8d29-e7cd-cabd-4aaac7a566de-e5e05cb0, #w-node-_0ecdb4db-349e-62cd-63f4-27284b9a240f-ae7e2e93, #w-node-_0ecdb4db-349e-62cd-63f4-27284b9a242c-ae7e2e93, #w-node-_0ecdb4db-349e-62cd-63f4-27284b9a2447-ae7e2e93, #w-node-_0ecdb4db-349e-62cd-63f4-27284b9a2466-ae7e2e93, #w-node-_2be37d66-cd20-152c-0ee4-c3f7a9cd5cdc-fb6b63c8, #w-node-_2be37d66-cd20-152c-0ee4-c3f7a9cd5cf9-fb6b63c8, #w-node-_2be37d66-cd20-152c-0ee4-c3f7a9cd5d1a-fb6b63c8, #w-node-_2be37d66-cd20-152c-0ee4-c3f7a9cd5d39-fb6b63c8, #w-node-f6334a77-9867-55a8-53a0-bffa46e7e5fb-f2dc16ae, #w-node-f6334a77-9867-55a8-53a0-bffa46e7e61b-f2dc16ae, #w-node-f6334a77-9867-55a8-53a0-bffa46e7e638-f2dc16ae, #w-node-f6334a77-9867-55a8-53a0-bffa46e7e656-f2dc16ae, #w-node-_2991428d-51f1-20cb-d9d2-55acd3b6fdee-29c36ae3, #w-node-_2991428d-51f1-20cb-d9d2-55acd3b6fe0f-29c36ae3, #w-node-_2991428d-51f1-20cb-d9d2-55acd3b6fe2c-29c36ae3, #w-node-_2991428d-51f1-20cb-d9d2-55acd3b6fe4a-29c36ae3, #w-node-_186229c3-b614-7df8-8e44-123cf2d76270-1744a702, #w-node-_186229c3-b614-7df8-8e44-123cf2d7627f-1744a702, #w-node-_186229c3-b614-7df8-8e44-123cf2d7628e-1744a702, #w-node-_186229c3-b614-7df8-8e44-123cf2d7629f-1744a702, #w-node-d1375247-84a0-a53d-ab01-f4eacc39ac87-ce186a26, #w-node-d1375247-84a0-a53d-ab01-f4eacc39ac8c-ce186a26, #w-node-d1375247-84a0-a53d-ab01-f4eacc39ac91-ce186a26, #w-node-d1375247-84a0-a53d-ab01-f4eacc39ac96-ce186a26, #w-node-d1375247-84a0-a53d-ab01-f4eacc39ac9b-ce186a26, #w-node-d1375247-84a0-a53d-ab01-f4eacc39aca2-ce186a26, #w-node-d1375247-84a0-a53d-ab01-f4eacc39acab-ce186a26, #w-node-d1375247-84a0-a53d-ab01-f4eacc39acb4-ce186a26, #w-node-d1375247-84a0-a53d-ab01-f4eacc39acb5-ce186a26, #w-node-d1375247-84a0-a53d-ab01-f4eacc39acbc-ce186a26, #w-node-d1375247-84a0-a53d-ab01-f4eacc39acc7-ce186a26, #w-node-d1375247-84a0-a53d-ab01-f4eacc39accd-ce186a26, #w-node-d1375247-84a0-a53d-ab01-f4eacc39acd3-ce186a26, #w-node-d1375247-84a0-a53d-ab01-f4eacc39acda-ce186a26, #w-node-d1375247-84a0-a53d-ab01-f4eacc39ace0-ce186a26, #w-node-d1375247-84a0-a53d-ab01-f4eacc39ace8-ce186a26, #w-node-d1375247-84a0-a53d-ab01-f4eacc39ace9-ce186a26, #w-node-d1375247-84a0-a53d-ab01-f4eacc39acf0-ce186a26 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1375247-84a0-a53d-ab01-f4eacc39acf6-ce186a26 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-d1375247-84a0-a53d-ab01-f4eacc39acfc-ce186a26 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1375247-84a0-a53d-ab01-f4eacc39acfd-ce186a26, #w-node-d1375247-84a0-a53d-ab01-f4eacc39ad04-ce186a26, #w-node-d1375247-84a0-a53d-ab01-f4eacc39ad0d-ce186a26 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-d1375247-84a0-a53d-ab01-f4eacc39ad13-ce186a26 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_8ab61242-c094-49da-806c-6f61ddb683c2-73a86fcc, #w-node-_8ab61242-c094-49da-806c-6f61ddb683c7-73a86fcc, #w-node-_8ab61242-c094-49da-806c-6f61ddb683cc-73a86fcc, #w-node-_8ab61242-c094-49da-806c-6f61ddb683d1-73a86fcc, #w-node-_8ab61242-c094-49da-806c-6f61ddb683d6-73a86fcc, #w-node-_8ab61242-c094-49da-806c-6f61ddb683dd-73a86fcc, #w-node-_8ab61242-c094-49da-806c-6f61ddb683e6-73a86fcc, #w-node-_8ab61242-c094-49da-806c-6f61ddb683ef-73a86fcc, #w-node-_8ab61242-c094-49da-806c-6f61ddb683f0-73a86fcc, #w-node-_8ab61242-c094-49da-806c-6f61ddb683f7-73a86fcc, #w-node-_8ab61242-c094-49da-806c-6f61ddb68402-73a86fcc, #w-node-_8ab61242-c094-49da-806c-6f61ddb68408-73a86fcc, #w-node-_8ab61242-c094-49da-806c-6f61ddb6840e-73a86fcc, #w-node-_8ab61242-c094-49da-806c-6f61ddb68415-73a86fcc, #w-node-_8ab61242-c094-49da-806c-6f61ddb6841b-73a86fcc, #w-node-_8ab61242-c094-49da-806c-6f61ddb68423-73a86fcc, #w-node-_8ab61242-c094-49da-806c-6f61ddb68424-73a86fcc, #w-node-_8ab61242-c094-49da-806c-6f61ddb6842b-73a86fcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ab61242-c094-49da-806c-6f61ddb68431-73a86fcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_8ab61242-c094-49da-806c-6f61ddb68437-73a86fcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ab61242-c094-49da-806c-6f61ddb68438-73a86fcc, #w-node-_8ab61242-c094-49da-806c-6f61ddb6843f-73a86fcc, #w-node-_8ab61242-c094-49da-806c-6f61ddb68448-73a86fcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_8ab61242-c094-49da-806c-6f61ddb6844e-73a86fcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-f12357bf-93f1-969a-f774-c99f5b467526-73a86fcc, #w-node-ea66d727-e3e5-92b8-7e20-45fead6472e5-73a86fcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-a5391109-9b68-bece-0431-164293388426-933883fe {
    align-self: center;
  }

  #w-node-a5391109-9b68-bece-0431-16429338842c-933883fe, #w-node-a5391109-9b68-bece-0431-16429338843d-933883fe, #w-node-a5391109-9b68-bece-0431-164293388443-933883fe {
    place-self: center start;
  }

  #w-node-a5391109-9b68-bece-0431-16429338844e-933883fe {
    place-self: center;
  }

  #w-node-a5391109-9b68-bece-0431-164293388455-933883fe, #w-node-a5391109-9b68-bece-0431-164293388472-933883fe, #w-node-a5391109-9b68-bece-0431-16429338848c-933883fe {
    place-self: center start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7d108f2b-e4e3-9136-0739-53813ec544bd-3ec544b6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f7e46363-7034-ce02-defe-57225f6aa258-1759d51c, #w-node-_984a4acb-a6e8-d025-49ee-98992e73f502-1759d51d, #w-node-_797af7ef-e31d-6146-1fed-889eb0ccff92-266b56cb, #w-node-_9dcbc62f-e160-99c7-83c5-d2dd79d3449e-f253d3dd, #w-node-_6f52fa47-a74d-3dde-4eb5-a60083a1c6b5-5ab378e7, #w-node-cce3953d-6f2d-6fb1-13cf-23ef0bece831-cdf84574, #w-node-_6217c67c-0f3a-584f-ffab-3f94e0a6257e-652e1514, #w-node-_410ec9dc-39ab-85ea-90f8-b5bff42f37ac-37c27a2a, #w-node-adeb8511-f33e-aca6-636f-247bd4c71973-b6f5e5b0, #w-node-b2a6bd1e-672a-8ba8-0e39-dac5cba8ec9d-86bf79ac, #w-node-d44d96bf-6147-b656-ed6f-fd72f302befa-f56a09b0, #w-node-_7de72e76-d99e-7056-2f79-17b13a18aca1-8b7c4a69, #w-node-cfd68dc5-ee38-0416-35fe-193fa7cce0ed-1e2253d3, #w-node-_85a84e64-bf4a-7036-8d69-4a021b71373e-f84719f0, #w-node-_3b4883b5-8dbd-ec52-8b27-26ce7fb4e95f-614f93df, #w-node-_30174f3e-df8e-c09d-2438-1b3d71f58473-906634a9 {
    grid-template-rows: auto auto auto;
    grid-template-columns: auto;
  }

  #w-node-a5391109-9b68-bece-0431-1642933884a1-933883fe {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-a5391109-9b68-bece-0431-1642933884b6-933883fe, #w-node-a5391109-9b68-bece-0431-1642933884bd-933883fe, #w-node-a5391109-9b68-bece-0431-1642933884c6-933883fe, #w-node-a5391109-9b68-bece-0431-1642933884cf-933883fe, #w-node-a5391109-9b68-bece-0431-1642933884d0-933883fe, #w-node-a5391109-9b68-bece-0431-1642933884d7-933883fe, #w-node-a5391109-9b68-bece-0431-1642933884e3-933883fe, #w-node-a5391109-9b68-bece-0431-1642933884ea-933883fe, #w-node-a5391109-9b68-bece-0431-1642933884f1-933883fe, #w-node-a5391109-9b68-bece-0431-164293388500-933883fe, #w-node-a5391109-9b68-bece-0431-164293388509-933883fe, #w-node-a5391109-9b68-bece-0431-164293388510-933883fe, #w-node-a5391109-9b68-bece-0431-16429338851c-933883fe, #w-node-a5391109-9b68-bece-0431-164293388525-933883fe, #w-node-a5391109-9b68-bece-0431-16429338852a-933883fe, #w-node-a5391109-9b68-bece-0431-164293388531-933883fe, #w-node-bfb7bb39-0805-a14e-2a57-c410fe813653-fe813650 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Centurygothic';
  src: url('../fonts/centurygothic_bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Centurygothic';
  src: url('../fonts/centurygothic.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aldrich';
  src: url('../fonts/Aldrich-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}