@import "https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;700&display=swap";

*,
::before,
::after {
  box-sizing: border-box
}

body {
  font-family: 'Roboto Slab', serif;
  font-size: 15px;
  line-height: 1.6
}

.page_header {
  position: relative;
  background: linear-gradient(135deg, #3C85A6 0%, #50B3C7 55%, #C1F9EE 100%);
  border-bottom: 3px solid #3C85A6;
  box-shadow: -1px 5px 14px 1px #3c85a61c;
  overflow: hidden
}

.page_header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, #ffffff14 0%, #fff0 100%);
  pointer-events: none
}

.header_grid {
  max-width: 1366px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 3px 1fr;
  align-items: stretch;
  min-height: 120px
}

.header_brand_zone {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px;
  gap: 8px
}

.header_divider {
  background: #ffffff59;
  align-self: stretch;
  margin: 16px 0;
  border-radius: 3px
}

.header_nav_zone {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px;
  gap: 16px
}

.logo_ring {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 10px 0 10px 0;
  background-color: #ffffffeb;
  box-shadow: 0 0 0 3px #ffffffb3 0 0 0 6px #3c85a666 -1px 5px 14px 1px #3c85a61c;
  padding: 8px
}

.logo_ring img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  display: block
}

.brand_name_label {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .02em;
  color: #fff;
  line-height: 1.2;
  text-shadow: 0 1px 4px #3c85a64d
}

.header_phone_link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  letter-spacing: .01em;
  line-height: 1.2;
  padding: 8px 16px;
  border-radius: 6px;
  background: #ffffff2e;
  border: 1px solid #fff6;
  border-top-color: #fff9;
  transition: background .45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.header_phone_link:hover,
.header_phone_link:focus {
  background: #ffffff52;
  box-shadow: -1px 5px 14px 1px #3c85a61c;
  outline: none
}

.header_phone_link:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px
}

.phone_icon_svg {
  width: 18px;
  height: 18px;
  fill: #fff;
  flex-shrink: 0
}

.primary_nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0
}

.primary_nav li {
  display: flex
}

.primary_nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 8px 16px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: .01em;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  border: 1px solid #ffffff40;
  background: #ffffff1a;
  transition: background .4s ease-in-out, border-color .4s ease-in-out, transform .4s cubic-bezier(0.16, 1, 0.3, 1);
  white-space: nowrap
}

.primary_nav a:hover,
.primary_nav a:focus {
  background: #ffffff47;
  border-color: #ffffff8c;
  transform: translateY(-2px);
  outline: none
}

.primary_nav a:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px
}

@media (max-width: 768px) {
  .header_grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    min-height: auto
  }

  .header_divider {
    height: 1px;
    width: 60%;
    margin: 0 auto;
    align-self: auto
  }

  .header_brand_zone,
  .header_nav_zone {
    padding: 32px 16px
  }
}

@media (max-width: 480px) {
  .brand_name_label {
    font-size: 18px
  }

  .header_phone_link {
    font-size: 15px
  }

  .primary_nav a {
    font-size: 14px;
    padding: 8px
  }
}

.page_footer {
  background: linear-gradient(160deg, #2a6080 0%, #3C85A6 40%, #50B3C7 100%);
  border-top: 3px solid #fff3;
  box-shadow: -1px 9px 36px 1px #3c85a61a
}

.footer_upper {
  max-width: 1366px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  padding: 64px 32px 32px;
  align-items: start
}

.footer_brand_area {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px
}

.footer_brand_name {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  letter-spacing: .02em;
  line-height: 1.2
}

.footer_tagline {
  font-size: 14px;
  color: #ffffffbf;
  letter-spacing: .01em;
  line-height: 1.6
}

.footer_nav_area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px
}

.footer_nav_heading {
  font-size: 14px;
  font-weight: 700;
  color: #C1F9EE;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-bottom: 8px;
  line-height: 1.2
}

.footer_nav_list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%
}

.footer_nav_list a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-size: 14px;
  color: #ffffffd9;
  text-decoration: none;
  letter-spacing: .01em;
  line-height: 1.6;
  padding: 8px 16px;
  border-radius: 6px;
  border: 1px solid transparent;
  transition: color .4s ease-in-out, border-color .45s ease-in-out, background .45s ease-in-out
}

.footer_nav_list a:hover,
.footer_nav_list a:focus {
  color: #C1F9EE;
  border-color: #c1f9ee59;
  background: #ffffff14;
  outline: none
}

.footer_nav_list a:focus-visible {
  outline: 2px solid #C1F9EE;
  outline-offset: 3px
}

.footer_contact_area {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px
}

.footer_contact_heading {
  font-size: 14px;
  font-weight: 700;
  color: #C1F9EE;
  letter-spacing: .02em;
  text-transform: uppercase;
  line-height: 1.2
}

.footer_contact_list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0
}

.footer_contact_list li {
  display: flex;
  align-items: center;
  gap: 8px
}

.footer_contact_list a {
  font-size: 14px;
  color: #ffffffd9;
  text-decoration: none;
  letter-spacing: .01em;
  line-height: 1.6;
  transition: color .4s ease-in-out
}

.footer_contact_list a:hover,
.footer_contact_list a:focus {
  color: #C1F9EE;
  outline: none
}

.footer_contact_list a:focus-visible {
  outline: 2px solid #C1F9EE;
  outline-offset: 2px;
  border-radius: 3px
}

.footer_contact_icon {
  width: 14px;
  height: 14px;
  fill: #c1f9eeb3;
  flex-shrink: 0
}

.footer_address_text {
  font-size: 14px;
  color: #ffffffa6;
  letter-spacing: .01em;
  line-height: 1.6;
  text-align: right
}

.footer_bottom_strip {
  border-top: 1px solid #ffffff26;
  margin: 0 32px
}

.footer_bottom_inner {
  max-width: 1366px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 32px 0 64px
}

.footer_logo_ring {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 0 10px 0 10px;
  background-color: #ffffffe6;
  box-shadow: 0 0 0 3px #ffffff80 0 0 0 6px #50b3c759 -1px 5px 14px 1px #3c85a61c;
  padding: 8px
}

.footer_logo_ring img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  display: block
}

.footer_copyright {
  font-size: 14px;
  color: #ffffff8c;
  letter-spacing: .01em;
  line-height: 1.6;
  text-align: center
}

@media (max-width: 1024px) {
  .footer_upper {
    grid-template-columns: 1fr 1fr;
    padding: 64px 32px 32px
  }

  .footer_contact_area {
    grid-column: 1 / -1;
    align-items: center
  }

  .footer_contact_list {
    align-items: center
  }

  .footer_address_text {
    text-align: center
  }
}

@media (max-width: 768px) {
  .footer_upper {
    grid-template-columns: 1fr;
    padding: 64px 16px 32px;
    gap: 32px
  }

  .footer_brand_area,
  .footer_nav_area,
  .footer_contact_area {
    align-items: center;
    grid-column: auto
  }

  .footer_address_text {
    text-align: center
  }

  .footer_contact_list {
    align-items: center
  }

  .footer_bottom_strip {
    margin: 0 16px
  }
}

@media (max-width: 480px) {
  .footer_upper {
    padding: 32px 16px
  }

  .footer_bottom_inner {
    padding: 32px 16px
  }
}

.cookie_popup {
  display: none;
  position: fixed;
  top: 32px;
  right: 32px;
  width: 280px;
  background: #fff;
  border: 1px solid #C1F9EE;
  border-top: 4px solid #3C85A6;
  border-radius: 10px;
  box-shadow: -1px 9px 36px 1px #3c85a61a;
  padding: 32px 16px 16px;
  z-index: 8000;
  flex-direction: column;
  gap: 16px
}

.cookie_popup_description {
  font-size: 14px;
  color: #1b3d52;
  letter-spacing: .01em;
  line-height: 1.6
}

.cookie_popup_headline {
  font-size: 15px;
  font-weight: 700;
  color: #3C85A6;
  letter-spacing: .01em;
  line-height: 1.2
}

.cookie_popup_actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-top: 1px solid #C1F9EE;
  padding-top: 16px
}

.cookie_accept_button,
.cookie_decline_button {
  background: none;
  border: none;
  padding: 8px 0;
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  letter-spacing: .01em;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
  min-height: 44px;
  transition: color .4s ease-in-out
}

.cookie_accept_button {
  color: #3C85A6
}

.cookie_decline_button {
  color: #50B3C7
}

.cookie_accept_button:hover,
.cookie_accept_button:focus {
  color: #2a6080;
  outline: none
}

.cookie_decline_button:hover,
.cookie_decline_button:focus {
  color: #3C85A6;
  outline: none
}

.cookie_accept_button:focus-visible,
.cookie_decline_button:focus-visible {
  outline: 2px solid #3C85A6;
  outline-offset: 3px;
  border-radius: 3px
}

@media (max-width: 480px) {
  .cookie_popup {
    top: 8px;
    right: 8px;
    left: 8px;
    width: auto
  }
}

.yt-terms-info {
  max-width: 1366px;
  margin: 0 auto;
  padding: 64px 96px;
  color: #1a2e3b
}

.yt-terms-info p {
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: .01em;
  margin-bottom: 16px;
  color: #1a2e3b
}

.yt-terms-info ul,
.yt-terms-info ol {
  padding-left: 32px;
  margin-bottom: 16px
}

.yt-terms-info ul {
  list-style: none;
  padding-left: 16px
}

.yt-terms-info ul li {
  position: relative;
  padding-left: 16px;
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: .01em;
  margin-bottom: 8px;
  color: #1a2e3b
}

.yt-terms-info ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .75em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #3C85A6;
  transform: translateY(-50%)
}

.yt-terms-info ol {
  list-style: decimal
}

.yt-terms-info ol li {
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: .01em;
  margin-bottom: 8px;
  color: #1a2e3b;
  padding-left: 8px
}

.yt-terms-info ol li::marker {
  color: #3C85A6;
  font-size: 15px
}

.yt-terms-info a {
  color: #3C85A6;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color .38s cubic-bezier(0.16, 1, 0.3, 1), text-decoration-color .38s cubic-bezier(0.16, 1, 0.3, 1)
}

.yt-terms-info a:hover {
  color: #50B3C7;
  text-decoration-color: #C1F9EE
}

.yt-terms-info hr {
  border: none;
  border-top: 1px solid #C1F9EE;
  margin: 32px 0;
  height: 0
}

.yt-terms-info div {
  margin-bottom: 16px
}

.yt-terms-info div p:last-child {
  margin-bottom: 0
}

@media (max-width: 1280px) {
  .yt-terms-info {
    padding: 64px
  }
}

@media (max-width: 1024px) {
  .yt-terms-info {
    padding: 64px 32px
  }
}

@media (max-width: 768px) {
  .yt-terms-info {
    padding: 32px 16px
  }

  .yt-terms-info p {
    font-size: 15px;
    line-height: 1.9
  }

  .yt-terms-info ul li,
  .yt-terms-info ol li {
    font-size: 15px
  }
}

@media (max-width: 480px) {
  .yt-terms-info {
    padding: 32px 16px
  }

  .yt-terms-info p {
    font-size: 14px;
    line-height: 1.9
  }

  .yt-terms-info ul li,
  .yt-terms-info ol li {
    font-size: 14px
  }

  .yt-terms-info ul {
    padding-left: 8px
  }

  .yt-terms-info ol {
    padding-left: 16px
  }
}

.services_page {
  max-width: 100%;
  overflow-x: hidden
}

.services_page .page_bound {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px
}

.services_page .page_bound.narrow {
  max-width: 860px
}

@keyframes color_wave_pass {
  0% {
    background-position: 200% 50%
  }

  100% {
    background-position: -200% 50%
  }
}

@keyframes metric_count_in {
  from {
    opacity: 0;
    transform: translateY(16px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.services_page .title_frame {
  padding-top: 96px;
  padding-bottom: 64px;
  background-color: #fff;
  position: relative
}

.services_page .title_frame::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #3C85A6, #50B3C7, #C1F9EE, #fff)
}

.services_page .title_layout {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 64px
}

.services_page .title_image_side {
  flex: 0 0 420px;
  position: relative
}

.services_page .title_image_decorator {
  position: relative;
  display: inline-block
}

.services_page .title_image_decorator::before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  width: 48px;
  height: 48px;
  border-top: 2px solid #3C85A6;
  border-left: 2px solid #3C85A6;
  z-index: 2;
  pointer-events: none
}

.services_page .title_image_decorator::after {
  content: '';
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 48px;
  height: 48px;
  border-bottom: 2px solid #50B3C7;
  border-right: 2px solid #50B3C7;
  z-index: 2;
  pointer-events: none
}

.services_page .title_image_wrapper {
  width: 420px;
  height: 340px;
  overflow: hidden;
  border-radius: 6px
}

.services_page .title_image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  filter: blur(0px);
  mask-image: radial-gradient(ellipse 90% 85% at 50% 50%, #000 60%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 90% 85% at 50% 50%, #000 60%, transparent 100%);
  display: block
}

.services_page .title_diagonal_line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  border-radius: 6px
}

.services_page .title_diagonal_line svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.services_page .title_text_side {
  flex: 1;
  padding-bottom: 8px
}

.services_page .title_eyebrow {
  font-size: 14px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #3C85A6;
  margin-bottom: 16px;
  font-weight: 600
}

.services_page .title_heading {
  font-size: 56px;
  line-height: 1.2;
  font-weight: 300;
  color: #1a2e3b;
  margin-bottom: 32px;
  letter-spacing: .01em
}

.services_page .title_heading strong {
  font-weight: 700;
  color: #3C85A6;
  text-transform: uppercase;
  font-size: 56px
}

.services_page .title_description {
  font-size: 18px;
  line-height: 1.6;
  color: #2c4a5a;
  max-width: 460px;
  letter-spacing: .01em
}

.services_page .title_cta_row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-top: 32px;
  align-items: center
}

.services_page .btn_primary {
  display: inline-block;
  padding: 16px 32px;
  background-color: #3C85A6;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .02em;
  text-decoration: none;
  border-radius: 6px;
  border: 2px solid #3C85A6;
  transition: background-color .38s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .38s cubic-bezier(0.16, 1, 0.3, 1), transform .38s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer
}

.services_page .btn_primary:hover {
  background-color: #2d6a87;
  border-color: #2d6a87;
  box-shadow: -1px 5px 14px 1px #3c85a61c;
  transform: translateY(-3px)
}

.services_page .btn_primary:focus {
  outline: 3px solid #50B3C7;
  outline-offset: 3px
}

.services_page .btn_primary:active {
  transform: translateY(0);
  box-shadow: inset 0 5px 10px #3c85a626
}

.services_page .btn_ghost {
  display: inline-block;
  padding: 16px 32px;
  background-color: transparent;
  color: #3C85A6;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .02em;
  text-decoration: none;
  border-radius: 6px;
  border: 2px solid #3C85A6;
  transition: background-color .42s ease-in-out, color .42s ease-in-out, transform .42s ease-in-out
}

.services_page .btn_ghost:hover {
  background-color: #C1F9EE;
  color: #1a2e3b;
  transform: translateY(-2px)
}

.services_page .btn_ghost:focus {
  outline: 3px solid #50B3C7;
  outline-offset: 3px
}

@media (max-width: 1024px) {
  .services_page .title_layout {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px
  }

  .services_page .title_image_side {
    flex: none;
    width: 100%
  }

  .services_page .title_image_wrapper {
    width: 100%;
    height: 280px
  }

  .services_page .title_heading {
    font-size: 42px
  }

  .services_page .title_heading strong {
    font-size: 42px
  }
}

@media (max-width: 768px) {
  .services_page .title_frame {
    padding-top: 64px;
    padding-bottom: 32px
  }

  .services_page .title_heading {
    font-size: 30px
  }

  .services_page .title_heading strong {
    font-size: 30px
  }

  .services_page .title_image_wrapper {
    height: 220px
  }

  .services_page .title_cta_row {
    flex-direction: column;
    align-items: flex-start
  }
}

@media (max-width: 480px) {
  .services_page .page_bound {
    padding-left: 16px;
    padding-right: 16px
  }
}

.services_page .offerings_strip {
  background: linear-gradient(160deg, #3C85A6 0%, #2d6a87 100%);
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative;
  overflow: hidden
}

.services_page .offerings_wave_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, #c1f9ee0f 20%, #50b3c71a 40%, #c1f9ee0f 60%, transparent 80%);
  background-size: 300% 100%;
  animation: color_wave_pass 8s linear infinite;
  pointer-events: none
}

.services_page .offerings_strip_diagonal {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden
}

.services_page .offerings_strip_diagonal svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%
}

.services_page .offerings_heading_row {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 48px;
  gap: 32px
}

.services_page .offerings_label {
  font-size: 14px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #C1F9EE;
  margin-bottom: 8px;
  font-weight: 600
}

.services_page .offerings_title {
  font-size: 42px;
  font-weight: 300;
  color: #fff;
  line-height: 1.2;
  letter-spacing: .01em;
  margin: 0
}

.services_page .offerings_title em {
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase
}

.services_page .offerings_subtitle {
  font-size: 15px;
  line-height: 1.6;
  color: #ffffffbf;
  max-width: 340px;
  letter-spacing: .01em;
  text-align: right
}

.services_page .offerings_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px
}

.services_page .offering_card {
  background-color: #ffffff12;
  border: 1px solid #c1f9ee2e;
  border-radius: 10px;
  padding: 32px;
  position: relative;
  transition: background-color .45s cubic-bezier(0.16, 1, 0.3, 1), transform .45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden
}

.services_page .offering_card:hover {
  background-color: #ffffff21;
  transform: translateY(-5px);
  box-shadow: -1px 9px 36px 1px #3c85a61a
}

.services_page .offering_card_diagonal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none
}

.services_page .offering_card_diagonal svg {
  width: 100%;
  height: 100%
}

.services_page .offering_icon_wrap {
  width: 48px;
  height: 48px;
  background-color: #c1f9ee26;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px
}

.services_page .offering_icon_wrap svg {
  width: 24px;
  height: 24px;
  stroke: #C1F9EE;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round
}

.services_page .offering_card_title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 8px;
  letter-spacing: .01em;
  text-transform: uppercase;
  line-height: 1.2
}

.services_page .offering_card_text {
  font-size: 15px;
  line-height: 1.6;
  color: #ffffffc7;
  letter-spacing: .01em;
  margin: 0
}

.services_page .offering_card_tag {
  display: inline-block;
  margin-top: 16px;
  font-size: 14px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #C1F9EE;
  background-color: #c1f9ee1a;
  border-radius: 3px;
  padding: 4px 8px;
  font-weight: 600
}

@media (max-width: 1024px) {
  .services_page .offerings_grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .services_page .offerings_heading_row {
    flex-direction: column;
    align-items: flex-start
  }

  .services_page .offerings_subtitle {
    text-align: left
  }

  .services_page .offerings_title {
    font-size: 30px
  }
}

@media (max-width: 768px) {
  .services_page .offerings_grid {
    grid-template-columns: 1fr
  }

  .services_page .offerings_strip {
    padding-top: 32px;
    padding-bottom: 32px
  }
}

.services_page .depth_block {
  padding-top: 96px;
  padding-bottom: 96px;
  background-color: #f4fbfd;
  position: relative
}

.services_page .depth_block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #C1F9EE, #50B3C7 50%, #fff)
}

.services_page .depth_intro_row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 64px;
  margin-bottom: 64px;
  padding-bottom: 64px;
  border-bottom: 1px solid #3c85a61f
}

.services_page .depth_intro_left {
  flex: 0 0 320px
}

.services_page .depth_intro_label {
  font-size: 14px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #50B3C7;
  font-weight: 600;
  margin-bottom: 16px
}

.services_page .depth_intro_heading {
  font-size: 42px;
  font-weight: 300;
  color: #1a2e3b;
  line-height: 1.2;
  letter-spacing: .01em;
  margin: 0
}

.services_page .depth_intro_heading span {
  font-weight: 700;
  text-transform: uppercase;
  color: #3C85A6
}

.services_page .depth_intro_right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.services_page .depth_intro_lead {
  font-size: 18px;
  line-height: 1.6;
  color: #1a2e3b;
  font-weight: 500;
  letter-spacing: .01em;
  margin: 0
}

.services_page .depth_intro_body {
  font-size: 15px;
  line-height: 1.9;
  color: #2c4a5a;
  letter-spacing: .01em;
  margin: 0
}

.services_page .depth_detail_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px
}

.services_page .depth_detail_image_col {
  position: relative
}

.services_page .depth_image_frame {
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: -1px 9px 36px 1px #3c85a61a
}

.services_page .depth_image_frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  display: block;
  transition: transform .55s cubic-bezier(0.16, 1, 0.3, 1)
}

.services_page .depth_image_frame:hover img {
  transform: scale(1.03)
}

.services_page .depth_image_accent {
  position: absolute;
  bottom: -16px;
  right: -16px;
  width: 120px;
  height: 120px;
  background-color: #C1F9EE;
  border-radius: 10px;
  z-index: -1
}

.services_page .depth_points_col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center
}

.services_page .depth_point_item {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  padding: 16px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #50b3c726;
  box-shadow: -1px 2px 6px 1px #3c85a614;
  transition: box-shadow .4s ease-in-out, transform .4s ease-in-out
}

.services_page .depth_point_item:hover {
  box-shadow: -1px 5px 14px 1px #3c85a61c;
  transform: translateX(4px)
}

.services_page .depth_point_num {
  flex: 0 0 36px;
  height: 36px;
  background-color: #3C85A6;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: .01em
}

.services_page .depth_point_text_wrap {
  flex: 1
}

.services_page .depth_point_label {
  font-size: 15px;
  font-weight: 700;
  color: #1a2e3b;
  letter-spacing: .01em;
  margin-bottom: 4px;
  text-transform: uppercase
}

.services_page .depth_point_desc {
  font-size: 14px;
  line-height: 1.6;
  color: #2c4a5a;
  letter-spacing: .01em;
  margin: 0
}

@media (max-width: 1024px) {
  .services_page .depth_intro_row {
    flex-direction: column;
    gap: 32px
  }

  .services_page .depth_intro_left {
    flex: none;
    width: 100%
  }

  .services_page .depth_detail_grid {
    grid-template-columns: 1fr
  }

  .services_page .depth_image_frame {
    height: 280px
  }

  .services_page .depth_intro_heading {
    font-size: 30px
  }
}

@media (max-width: 768px) {
  .services_page .depth_block {
    padding-top: 64px;
    padding-bottom: 64px
  }

  .services_page .depth_image_accent {
    display: none
  }
}

.services_page .voices_block {
  padding-top: 96px;
  padding-bottom: 96px;
  position: relative;
  overflow: hidden
}

.services_page .voices_block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(148deg, #fff 0%, #C1F9EE 55%, #50B3C7 100%);
  z-index: 0
}

.services_page .voices_block_diagonal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1
}

.services_page .voices_block_diagonal svg {
  width: 100%;
  height: 100%
}

.services_page .voices_relative {
  position: relative;
  z-index: 2
}

.services_page .voices_top_row {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 64px;
  gap: 32px
}

.services_page .voices_label {
  font-size: 14px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #3C85A6;
  font-weight: 600;
  margin-bottom: 8px
}

.services_page .voices_heading {
  font-size: 42px;
  font-weight: 300;
  color: #1a2e3b;
  line-height: 1.2;
  letter-spacing: .01em;
  margin: 0
}

.services_page .voices_heading strong {
  font-weight: 700;
  text-transform: uppercase;
  color: #3C85A6
}

.services_page .voices_note {
  font-size: 15px;
  line-height: 1.6;
  color: #2c4a5a;
  max-width: 320px;
  text-align: right;
  letter-spacing: .01em
}

.services_page .voices_cards_row {
  display: flex;
  flex-direction: row;
  gap: 32px
}

.services_page .voice_card {
  flex: 1;
  background-color: #fff;
  border-radius: 10px;
  padding: 32px;
  box-shadow: -1px 5px 14px 1px #3c85a61c;
  border: 1px solid #50b3c71f;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: box-shadow .48s cubic-bezier(0.16, 1, 0.3, 1), transform .48s cubic-bezier(0.16, 1, 0.3, 1)
}

.services_page .voice_card:hover {
  box-shadow: -1px 9px 36px 1px #3c85a61a;
  transform: translateY(-4px)
}

.services_page .voice_quote_mark {
  width: 32px;
  height: 24px;
  flex-shrink: 0
}

.services_page .voice_quote_mark svg {
  width: 32px;
  height: 24px;
  fill: #C1F9EE
}

.services_page .voice_text {
  font-size: 15px;
  line-height: 1.9;
  color: #1a2e3b;
  letter-spacing: .01em;
  flex: 1;
  margin: 0
}

.services_page .voice_person_row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding-top: 16px;
  border-top: 1px solid #50b3c726
}

.services_page .voice_portrait_wrap {
  width: 52px;
  height: 66px;
  flex-shrink: 0;
  overflow: hidden
}

.services_page .voice_portrait_wrap img {
  width: 52px;
  height: 66px;
  object-fit: cover;
  object-position: center;
  display: block
}

.services_page .voice_person_name {
  font-size: 15px;
  font-weight: 700;
  color: #1a2e3b;
  letter-spacing: .01em;
  margin-bottom: 4px
}

.services_page .voice_person_role {
  font-size: 14px;
  color: #3C85A6;
  letter-spacing: .01em
}

.services_page .voices_metrics_row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 64px
}

.services_page .metric_tile {
  background-color: #3c85a60f;
  border-radius: 10px;
  padding: 32px;
  text-align: center;
  border: 1px solid #50b3c72e;
  animation: metric_count_in .55s cubic-bezier(0.16, 1, 0.3, 1) both
}

.services_page .metric_tile:nth-child(2) {
  animation-delay: .1s
}

.services_page .metric_tile:nth-child(3) {
  animation-delay: .2s
}

.services_page .metric_number {
  font-size: 56px;
  font-weight: 700;
  color: #3C85A6;
  line-height: 1.2;
  letter-spacing: -.01em;
  display: block
}

.services_page .metric_unit {
  font-size: 30px;
  font-weight: 300;
  color: #50B3C7
}

.services_page .metric_label {
  font-size: 14px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #2c4a5a;
  margin-top: 8px;
  font-weight: 600
}

.services_page .metric_sub {
  font-size: 14px;
  color: #3C85A6;
  line-height: 1.6;
  margin-top: 8px;
  letter-spacing: .01em
}

@media (max-width: 1024px) {
  .services_page .voices_cards_row {
    flex-direction: column
  }

  .services_page .voices_top_row {
    flex-direction: column;
    align-items: flex-start
  }

  .services_page .voices_note {
    text-align: left
  }

  .services_page .voices_heading {
    font-size: 30px
  }

  .services_page .voices_metrics_row {
    grid-template-columns: 1fr
  }

  .services_page .metric_number {
    font-size: 42px
  }
}

@media (max-width: 768px) {
  .services_page .voices_block {
    padding-top: 64px;
    padding-bottom: 64px
  }
}

.about-us-page {
  max-width: 100%;
  overflow-x: hidden
}

.about-us-page *,
.about-us-page ::before,
.about-us-page ::after {
  box-sizing: border-box
}

.about-us-page ::selection {
  background: #50B3C7;
  color: #1b3a4b
}

.about-us-page .letter_drop_word {
  display: inline-flex;
  overflow: visible
}

.about-us-page .letter_char {
  display: inline-block;
  opacity: 0;
  transform: translateY(-32px) rotate(-4deg);
  animation: letter_fall .45s cubic-bezier(0.16, 1, 0.3, 1) forwards
}

@keyframes letter_fall {
  to {
    opacity: 1;
    transform: translateY(0) rotate(0deg)
  }
}

.about-us-page .letter_char:nth-child(1) {
  animation-delay: .05s
}

.about-us-page .letter_char:nth-child(2) {
  animation-delay: .1s
}

.about-us-page .letter_char:nth-child(3) {
  animation-delay: .15s
}

.about-us-page .letter_char:nth-child(4) {
  animation-delay: .2s
}

.about-us-page .letter_char:nth-child(5) {
  animation-delay: .25s
}

.about-us-page .letter_char:nth-child(6) {
  animation-delay: .3s
}

.about-us-page .letter_char:nth-child(7) {
  animation-delay: .35s
}

.about-us-page .letter_char:nth-child(8) {
  animation-delay: .4s
}

.about-us-page .letter_char:nth-child(9) {
  animation-delay: .45s
}

.about-us-page .letter_char:nth-child(10) {
  animation-delay: .5s
}

.about-us-page .letter_char:nth-child(11) {
  animation-delay: .55s
}

.about-us-page .letter_char:nth-child(12) {
  animation-delay: .6s
}

.about-us-page .top_band {
  background: #fff;
  padding: 96px 32px 64px;
  position: relative
}

.about-us-page .top_band_dots {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden
}

.about-us-page .top_band_dots svg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0
}

.about-us-page .top_band_inner {
  max-width: 1366px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 64px;
  align-items: center
}

.about-us-page .top_image_column {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center
}

.about-us-page .top_image_frame {
  width: 220px;
  height: 220px;
  border-radius: 10px;
  overflow: hidden;
  opacity: .72;
  box-shadow: -1px 5px 14px 1px #3c85a61c;
  position: relative
}

.about-us-page .top_image_frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block
}

.about-us-page .top_image_accent {
  position: absolute;
  bottom: -16px;
  right: -16px;
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #50B3C7 0%, #C1F9EE 100%);
  border-radius: 6px;
  box-shadow: -1px 5px 14px 1px #50b3c71c
}

.about-us-page .top_text_column {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.about-us-page .top_label {
  font-size: 14px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #3C85A6;
  font-weight: 600
}

.about-us-page .top_heading {
  font-size: 56px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1b3a4b;
  font-weight: 300;
  margin: 0
}

.about-us-page .top_heading .accent_word {
  text-decoration: underline;
  text-decoration-color: #50B3C7;
  text-underline-offset: 6px;
  font-weight: 700;
  text-transform: uppercase
}

.about-us-page .top_body {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.about-us-page .top_body p {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #2c4f5e;
  margin: 0
}

.about-us-page .top_body p.micro {
  font-size: 18px;
  font-weight: 600;
  color: #1b3a4b
}

.about-us-page .top_stat_row {
  display: flex;
  flex-direction: row;
  gap: 32px;
  padding-top: 8px
}

.about-us-page .top_stat {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-top: 2px solid #C1F9EE;
  padding-top: 16px;
  min-width: 100px
}

.about-us-page .top_stat_number {
  font-size: 30px;
  font-weight: 700;
  color: #3C85A6;
  line-height: 1.2;
  letter-spacing: .01em
}

.about-us-page .top_stat_label {
  font-size: 14px;
  color: #4a7a8a;
  letter-spacing: .02em;
  line-height: 1.6
}

.about-us-page .torn_divider_one {
  display: block;
  width: 100%;
  line-height: 0;
  overflow: hidden
}

.about-us-page .torn_divider_one svg {
  display: block;
  width: 100%
}

.about-us-page .approach_band {
  background: linear-gradient(172deg, #3C85A6 0%, #1b3a4b 100%);
  padding: 64px 32px;
  position: relative
}

.about-us-page .approach_band_inner {
  max-width: 1366px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start
}

.about-us-page .approach_left {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.about-us-page .approach_heading {
  font-size: 42px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #C1F9EE;
  margin: 0;
  text-transform: uppercase
}

.about-us-page .approach_heading strong {
  font-weight: 700;
  color: #fff
}

.about-us-page .approach_body {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.about-us-page .approach_body p {
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: .01em;
  color: #d8f4f8;
  margin: 0
}

.about-us-page .approach_body p.micro {
  font-size: 15px;
  font-weight: 600;
  color: #fff
}

.about-us-page .approach_right {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.about-us-page .pillar_row {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.about-us-page .pillar_item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  background: #c1f9ee14;
  border-radius: 10px;
  padding: 16px;
  border: 1px solid #c1f9ee2e;
  transition: background .42s cubic-bezier(0.16, 1, 0.3, 1), border-color .42s cubic-bezier(0.16, 1, 0.3, 1)
}

.about-us-page .pillar_item:hover {
  background: #c1f9ee26;
  border-color: #c1f9ee59
}

.about-us-page .pillar_icon_box {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 6px;
  background: linear-gradient(135deg, #50B3C7 0%, #3C85A6 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: -1px 5px 14px 1px #50b3c71c
}

.about-us-page .pillar_icon_box svg {
  width: 22px;
  height: 22px
}

.about-us-page .pillar_text {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.about-us-page .pillar_name {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  letter-spacing: .02em;
  text-transform: uppercase
}

.about-us-page .pillar_desc {
  font-size: 14px;
  line-height: 1.6;
  color: #b8e8f0;
  letter-spacing: .01em
}

.about-us-page .approach_image_strip {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 32px;
  margin-top: 16px
}

.about-us-page .approach_img_frame {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: -1px 9px 36px 1px #3c85a61a
}

.about-us-page .approach_img_frame img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center;
  display: block
}

.about-us-page .torn_divider_two {
  display: block;
  width: 100%;
  line-height: 0;
  overflow: hidden
}

.about-us-page .torn_divider_two svg {
  display: block;
  width: 100%
}

.about-us-page .expert_band {
  background: #f2fbfd;
  padding: 64px 32px 96px;
  position: relative
}

.about-us-page .expert_band_inner {
  max-width: 1366px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 64px
}

.about-us-page .expert_top {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 64px;
  align-items: center
}

.about-us-page .expert_text {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.about-us-page .expert_heading {
  font-size: 42px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1b3a4b;
  margin: 0
}

.about-us-page .expert_heading .caps_word {
  text-transform: uppercase;
  font-weight: 700;
  color: #3C85A6
}

.about-us-page .expert_body {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.about-us-page .expert_body p {
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: .01em;
  color: #2c4f5e;
  margin: 0
}

.about-us-page .expert_body p.micro {
  font-size: 15px;
  font-weight: 600;
  color: #1b3a4b
}

.about-us-page .expert_portrait_area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px
}

.about-us-page .expert_portrait_frame {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: -1px 9px 36px 1px #3c85a61a;
  border: 3px solid #C1F9EE
}

.about-us-page .expert_portrait_frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.about-us-page .expert_portrait_name {
  font-size: 18px;
  font-weight: 700;
  color: #1b3a4b;
  letter-spacing: .01em;
  text-align: center
}

.about-us-page .expert_portrait_role {
  font-size: 14px;
  color: #3C85A6;
  letter-spacing: .02em;
  text-transform: uppercase;
  text-align: center
}

.about-us-page .metric_row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px
}

.about-us-page .metric_card {
  background: #fff;
  border-radius: 10px;
  padding: 32px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  box-shadow: -1px 2px 6px 1px #3c85a614;
  border: 1px solid #e0f5f9;
  transition: box-shadow .38s cubic-bezier(0.16, 1, 0.3, 1), transform .38s cubic-bezier(0.16, 1, 0.3, 1)
}

.about-us-page .metric_card:hover {
  box-shadow: -1px 9px 36px 1px #3c85a61a;
  transform: translateY(-4px)
}

.about-us-page .metric_number {
  font-size: 42px;
  font-weight: 700;
  color: #3C85A6;
  line-height: 1.2;
  letter-spacing: .01em
}

.about-us-page .metric_unit {
  font-size: 22px;
  color: #50B3C7
}

.about-us-page .metric_label {
  font-size: 14px;
  color: #4a7a8a;
  letter-spacing: .02em;
  text-align: center;
  line-height: 1.6
}

.about-us-page .cycling_row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px
}

.about-us-page .cycling_item {
  border-radius: 10px;
  padding: 32px;
  border: 2px solid transparent;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #fff;
  box-shadow: -1px 2px 6px 1px #3c85a614;
  animation: cycling_activate 3s ease-in-out infinite
}

.about-us-page .cycling_item:nth-child(1) {
  animation-delay: 0s
}

.about-us-page .cycling_item:nth-child(2) {
  animation-delay: 1s
}

.about-us-page .cycling_item:nth-child(3) {
  animation-delay: 2s
}

@keyframes cycling_activate {

  0%,
  100% {
    border-color: transparent;
    box-shadow: -1px 2px 6px 1px #3c85a614;
    background: #fff
  }

  15%,
  30% {
    border-color: #50B3C7;
    box-shadow: -1px 9px 36px 1px #50b3c71a;
    background: #f2fbfd
  }
}

.about-us-page .cycling_icon {
  width: 48px;
  height: 48px;
  border-radius: 6px;
  background: linear-gradient(135deg, #C1F9EE 0%, #50B3C7 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: -1px 5px 14px 1px #50b3c71c
}

.about-us-page .cycling_icon svg {
  width: 24px;
  height: 24px
}

.about-us-page .cycling_title {
  font-size: 18px;
  font-weight: 700;
  color: #1b3a4b;
  letter-spacing: .02em;
  text-transform: uppercase
}

.about-us-page .cycling_desc {
  font-size: 15px;
  line-height: 1.9;
  color: #2c4f5e;
  letter-spacing: .01em;
  margin: 0
}

@media (max-width: 1024px) {
  .about-us-page .top_band_inner {
    grid-template-columns: 200px 1fr;
    gap: 32px
  }

  .about-us-page .top_heading {
    font-size: 42px
  }

  .about-us-page .approach_band_inner {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .about-us-page .approach_image_strip {
    grid-column: 1;
    grid-template-columns: 1fr 1fr
  }

  .about-us-page .expert_top {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .about-us-page .expert_portrait_area {
    flex-direction: row;
    align-items: center;
    gap: 32px
  }

  .about-us-page .metric_row {
    grid-template-columns: repeat(2, 1fr)
  }

  .about-us-page .cycling_row {
    grid-template-columns: 1fr
  }
}

@media (max-width: 768px) {
  .about-us-page .top_band {
    padding: 64px 16px 32px
  }

  .about-us-page .top_band_inner {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .about-us-page .top_image_column {
    align-items: flex-start
  }

  .about-us-page .top_image_frame {
    width: 160px;
    height: 160px
  }

  .about-us-page .top_heading {
    font-size: 30px
  }

  .about-us-page .top_stat_row {
    flex-wrap: wrap;
    gap: 16px
  }

  .about-us-page .approach_band {
    padding: 32px 16px
  }

  .about-us-page .approach_image_strip {
    grid-template-columns: 1fr
  }

  .about-us-page .expert_band {
    padding: 32px 16px 64px
  }

  .about-us-page .expert_heading {
    font-size: 30px
  }

  .about-us-page .expert_portrait_area {
    flex-direction: column
  }

  .about-us-page .metric_row {
    grid-template-columns: 1fr 1fr
  }
}

@media (max-width: 480px) {
  .about-us-page .top_heading {
    font-size: 30px
  }

  .about-us-page .approach_heading {
    font-size: 30px
  }

  .about-us-page .expert_heading {
    font-size: 30px
  }

  .about-us-page .metric_row {
    grid-template-columns: 1fr
  }

  .about-us-page .top_stat_row {
    gap: 16px
  }
}

.portal_root {
  max-width: 100%;
  overflow-x: hidden
}

.portal_root * {
  box-sizing: border-box
}

.portal_root ::selection {
  background: #50B3C7;
  color: #1b3a4b
}

.portal_root .portal_page_limit {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px
}

.portal_title_block {
  background: linear-gradient(112deg, #3C85A6 0%, #50B3C7 55%, #C1F9EE 100%);
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative
}

.portal_title_band {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #C1F9EE;
  opacity: .7
}

.portal_title_inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 64px
}

.portal_title_text_area {
  flex: 1 1 0;
  min-width: 0
}

.portal_title_label {
  display: inline-block;
  font-size: 14px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #C1F9EE;
  margin-bottom: 16px;
  font-weight: 600
}

.portal_title_label::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 2px;
  background: #C1F9EE;
  vertical-align: middle;
  margin-right: 8px;
  margin-bottom: 2px
}

.portal_h1 {
  font-size: 56px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #fff;
  font-weight: 300;
  margin: 0 0 16px;
  text-transform: uppercase
}

.portal_h1 strong {
  font-weight: 700;
  color: #C1F9EE
}

.portal_title_desc {
  font-size: 18px;
  line-height: 1.6;
  color: #ffffffe0;
  max-width: 520px;
  margin: 0 0 32px;
  letter-spacing: .01em
}

.portal_title_actions {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap
}

.portal_btn_primary {
  display: inline-block;
  padding: 16px 32px;
  background: #fff;
  color: #3C85A6;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 6px;
  border: 2px solid #fff;
  cursor: pointer;
  transition: background .38s cubic-bezier(0.16, 1, 0.3, 1), color .38s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .42s cubic-bezier(0.16, 1, 0.3, 1), transform .42s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: -1px 5px 14px 1px #3c85a61c
}

.portal_btn_primary:hover {
  background: #C1F9EE;
  color: #1b3a4b;
  transform: translateY(-3px);
  box-shadow: -1px 9px 36px 1px #3c85a61a
}

.portal_btn_primary:focus {
  outline: 3px solid #C1F9EE;
  outline-offset: 2px
}

.portal_btn_outline {
  display: inline-block;
  padding: 16px 32px;
  background: transparent;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 6px;
  border: 2px solid #ffffff8c;
  cursor: pointer;
  transition: border-color .38s ease-in-out, background .38s ease-in-out, transform .42s cubic-bezier(0.16, 1, 0.3, 1)
}

.portal_btn_outline:hover {
  border-color: #fff;
  background: #ffffff1f;
  transform: translateY(-3px)
}

.portal_btn_outline:focus {
  outline: 3px solid #C1F9EE;
  outline-offset: 2px
}

.portal_title_image_col {
  flex: 0 0 340px;
  display: flex;
  flex-direction: column;
  align-items: flex-end
}

.portal_title_img_frame {
  width: 300px;
  height: 360px;
  border-radius: 16px 0 16px 0;
  overflow: hidden;
  box-shadow: -1px 9px 36px 1px #3c85a61a;
  position: relative
}

.portal_title_img_frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.portal_dots_deco {
  position: absolute;
  bottom: -24px;
  right: -24px;
  width: 96px;
  height: 96px;
  pointer-events: none;
  overflow: hidden
}

.portal_dots_deco svg {
  width: 100%;
  height: 100%
}

.portal_support_block {
  background: #fff;
  padding-top: 96px;
  padding-bottom: 64px;
  position: relative
}

.portal_divider_mono {
  text-align: center;
  margin-bottom: 64px;
  position: relative
}

.portal_divider_mono::before,
.portal_divider_mono::after {
  content: '';
  display: inline-block;
  width: 80px;
  height: 1px;
  background: #50B3C7;
  vertical-align: middle;
  margin: 0 16px
}

.portal_divider_letter {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  color: #3C85A6;
  letter-spacing: .08em;
  vertical-align: middle;
  border: 2px solid #50B3C7;
  border-radius: 10px;
  padding: 8px 16px;
  line-height: 1.2
}

.portal_support_layout {
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: flex-start
}

.portal_support_text_col {
  flex: 1 1 0;
  min-width: 0
}

.portal_support_heading {
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1b3a4b;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 16px
}

.portal_support_heading strong {
  font-weight: 700;
  color: #3C85A6
}

.portal_support_intro {
  font-size: 18px;
  line-height: 1.6;
  color: #2a4a5a;
  margin: 0 0 16px;
  letter-spacing: .01em
}

.portal_support_body {
  font-size: 15px;
  line-height: 1.9;
  color: #2a4a5a;
  letter-spacing: .01em;
  margin: 0 0 32px
}

.portal_support_cards {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.portal_support_card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  border-radius: 10px;
  background: #f4fdfc;
  border: 1px solid #C1F9EE;
  border-left: 4px solid #50B3C7;
  transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), transform .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.portal_support_card:hover {
  box-shadow: -1px 5px 14px 1px #50b3c71c;
  transform: translateY(-2px)
}

.portal_support_card_icon {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #3C85A6;
  display: flex;
  align-items: center;
  justify-content: center
}

.portal_support_card_icon svg {
  width: 20px;
  height: 20px;
  fill: #C1F9EE
}

.portal_support_card_text {
  flex: 1 1 0;
  min-width: 0
}

.portal_support_card_title {
  font-size: 15px;
  font-weight: 700;
  color: #1b3a4b;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin: 0 0 8px
}

.portal_support_card_desc {
  font-size: 14px;
  line-height: 1.6;
  color: #2a4a5a;
  margin: 0;
  letter-spacing: .01em
}

.portal_support_img_col {
  flex: 0 0 400px;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.portal_support_img_main {
  width: 100%;
  height: 280px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: -1px 5px 14px 1px #3c85a61c
}

.portal_support_img_main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block
}

.portal_support_img_secondary {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: -1px 2px 6px 1px #3c85a614
}

.portal_support_img_secondary img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.portal_value_block {
  background: linear-gradient(158deg, #e8f8fc 0%, #C1F9EE 40%, #d6f4f9 100%);
  padding-top: 96px;
  padding-bottom: 96px;
  position: relative;
  overflow: hidden
}

.portal_mesh_deco {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden
}

.portal_mesh_deco svg {
  width: 100%;
  height: 100%;
  opacity: .08
}

.portal_value_top {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 64px;
  position: relative
}

.portal_value_heading {
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1b3a4b;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 16px
}

.portal_value_heading strong {
  font-weight: 700;
  color: #3C85A6
}

.portal_value_intro {
  font-size: 18px;
  line-height: 1.6;
  color: #1b3a4b;
  margin: 0;
  letter-spacing: .01em
}

.portal_timeline {
  position: relative;
  padding-bottom: 32px
}

.portal_timeline_track {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #3C85A6, #50B3C7, #C1F9EE);
  border-radius: 3px
}

.portal_timeline_points {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 16px;
  position: relative
}

.portal_timeline_item {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center
}

.portal_timeline_dot {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #3C85A6;
  border: 3px solid #fff;
  box-shadow: -1px 5px 14px 1px #3c85a61c;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-bottom: 32px;
  transition: background .42s cubic-bezier(0.16, 1, 0.3, 1), transform .42s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: default
}

.portal_timeline_dot:hover {
  background: #50B3C7;
  transform: scale(1.15)
}

.portal_timeline_dot svg {
  width: 16px;
  height: 16px;
  fill: #fff
}

.portal_timeline_card {
  background: #fff;
  border-radius: 10px;
  padding: 16px;
  width: 100%;
  box-shadow: -1px 2px 6px 1px #3c85a614;
  border-top: 3px solid #50B3C7;
  transform: scale(0.8);
  animation: portal_card_appear .55s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), transform .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.portal_timeline_card:hover {
  box-shadow: -1px 9px 36px 1px #3c85a61a;
  transform: scale(1.03) translateY(-4px)
}

.portal_timeline_item:nth-child(2) .portal_timeline_card {
  animation-delay: .1s
}

.portal_timeline_item:nth-child(3) .portal_timeline_card {
  animation-delay: .2s
}

.portal_timeline_item:nth-child(4) .portal_timeline_card {
  animation-delay: .3s
}

.portal_timeline_item:nth-child(5) .portal_timeline_card {
  animation-delay: .4s
}

@keyframes portal_card_appear {
  from {
    transform: scale(0.8);
    opacity: 0
  }

  70% {
    transform: scale(1.04);
    opacity: 1
  }

  to {
    transform: scale(1);
    opacity: 1
  }
}

.portal_timeline_card_label {
  font-size: 14px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #3C85A6;
  font-weight: 700;
  margin: 0 0 8px
}

.portal_timeline_card_text {
  font-size: 14px;
  line-height: 1.6;
  color: #2a4a5a;
  margin: 0;
  letter-spacing: .01em
}

.portal_value_image_strip {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-top: 64px
}

.portal_value_img_item {
  flex: 1 1 0;
  height: 220px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: -1px 5px 14px 1px #3c85a61c;
  position: relative
}

.portal_value_img_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .55s cubic-bezier(0.16, 1, 0.3, 1)
}

.portal_value_img_item:hover img {
  transform: scale(1.05)
}

.portal_strip_reveal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: row;
  pointer-events: none
}

.portal_strip_reveal_panel {
  flex: 1 1 0;
  background: #3C85A6;
  transition: transform .45s cubic-bezier(0.16, 1, 0.3, 1);
  transform-origin: top
}

.portal_value_img_item:hover .portal_strip_reveal_panel {
  transform: scaleY(0)
}

.portal_strip_reveal_panel:nth-child(1) {
  transition-delay: 0s
}

.portal_strip_reveal_panel:nth-child(2) {
  transition-delay: .04s
}

.portal_strip_reveal_panel:nth-child(3) {
  transition-delay: .08s
}

.portal_strip_reveal_panel:nth-child(4) {
  transition-delay: .12s
}

.portal_strip_reveal_panel:nth-child(5) {
  transition-delay: .16s
}

.portal_scale_block {
  background: #1b3a4b;
  padding-top: 96px;
  padding-bottom: 96px;
  position: relative
}

.portal_scale_dots_deco {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 200px;
  pointer-events: none;
  overflow: hidden
}

.portal_scale_dots_deco svg {
  width: 100%;
  height: 100%;
  opacity: .15
}

.portal_scale_layout {
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: center
}

.portal_scale_text_col {
  flex: 1 1 0;
  min-width: 0
}

.portal_scale_label {
  display: inline-block;
  font-size: 14px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #C1F9EE;
  margin-bottom: 16px;
  font-weight: 600
}

.portal_scale_label::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 2px;
  background: #C1F9EE;
  vertical-align: middle;
  margin-right: 8px;
  margin-bottom: 2px
}

.portal_scale_heading {
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 16px
}

.portal_scale_heading strong {
  font-weight: 700;
  color: #C1F9EE
}

.portal_scale_body {
  font-size: 15px;
  line-height: 1.9;
  color: #ffffffc7;
  letter-spacing: .01em;
  margin: 0 0 32px
}

.portal_scale_portrait_wrap {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  padding: 16px;
  background: #50b3c714;
  border-radius: 10px;
  border: 1px solid #50b3c740
}

.portal_portrait_frame {
  flex: 0 0 80px;
  width: 80px;
  height: 106px;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #50B3C7
}

.portal_portrait_frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.portal_portrait_quote_text {
  flex: 1 1 0;
  min-width: 0
}

.portal_portrait_quote_text p {
  font-size: 15px;
  line-height: 1.6;
  color: #ffffffe0;
  margin: 0 0 8px;
  letter-spacing: .01em;
  font-style: italic
}

.portal_portrait_name {
  font-size: 14px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #C1F9EE;
  font-weight: 700;
  margin: 0
}

.portal_portrait_role {
  font-size: 14px;
  color: #ffffff8c;
  margin: 0;
  letter-spacing: .01em
}

.portal_scale_metrics_col {
  flex: 0 0 520px;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.portal_metrics_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.portal_metric_card {
  background: #ffffff0a;
  border: 1px solid #50b3c738;
  border-radius: 10px;
  padding: 32px 16px;
  text-align: center;
  transition: background .42s cubic-bezier(0.16, 1, 0.3, 1), border-color .42s cubic-bezier(0.16, 1, 0.3, 1), transform .42s cubic-bezier(0.16, 1, 0.3, 1);
  animation: portal_card_appear .55s cubic-bezier(0.16, 1, 0.3, 1) forwards
}

.portal_metric_card:hover {
  background: #50b3c71f;
  border-color: #50B3C7;
  transform: translateY(-4px)
}

.portal_metric_number {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
  color: #C1F9EE;
  letter-spacing: .01em;
  display: block;
  margin-bottom: 8px
}

.portal_metric_label {
  font-size: 14px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #ffffffa6;
  line-height: 1.6
}

.portal_metric_card.wide {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  padding: 16px 32px
}

.portal_metric_card.wide .portal_metric_number {
  font-size: 30px;
  margin-bottom: 0;
  margin-right: 8px
}

.portal_metric_wide_group {
  display: flex;
  flex-direction: column;
  align-items: center
}

.portal_scale_link {
  display: inline-block;
  margin-top: 32px;
  padding: 16px 32px;
  background: transparent;
  color: #C1F9EE;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 6px;
  border: 2px solid #50B3C7;
  cursor: pointer;
  transition: background .38s cubic-bezier(0.16, 1, 0.3, 1), color .38s cubic-bezier(0.16, 1, 0.3, 1), transform .42s cubic-bezier(0.16, 1, 0.3, 1)
}

.portal_scale_link:hover {
  background: #50B3C7;
  color: #1b3a4b;
  transform: translateY(-3px)
}

.portal_scale_link:focus {
  outline: 3px solid #C1F9EE;
  outline-offset: 2px
}

@media (max-width: 1024px) {
  .portal_title_inner {
    gap: 32px
  }

  .portal_title_image_col {
    flex: 0 0 260px
  }

  .portal_title_img_frame {
    width: 240px;
    height: 290px
  }

  .portal_h1 {
    font-size: 42px
  }

  .portal_support_layout {
    gap: 32px
  }

  .portal_support_img_col {
    flex: 0 0 300px
  }

  .portal_scale_layout {
    gap: 32px
  }

  .portal_scale_metrics_col {
    flex: 0 0 400px
  }
}

@media (max-width: 768px) {
  .portal_title_inner {
    flex-direction: column;
    gap: 32px
  }

  .portal_title_image_col {
    flex: 0 0 auto;
    align-items: flex-start
  }

  .portal_title_img_frame {
    width: 100%;
    height: 240px
  }

  .portal_h1 {
    font-size: 30px
  }

  .portal_support_layout {
    flex-direction: column
  }

  .portal_support_img_col {
    flex: 0 0 auto;
    width: 100%
  }

  .portal_timeline_points {
    flex-direction: column;
    gap: 32px
  }

  .portal_timeline_track {
    display: none
  }

  .portal_timeline_item {
    align-items: flex-start;
    flex-direction: row;
    gap: 16px
  }

  .portal_timeline_dot {
    margin-bottom: 0;
    flex-shrink: 0;
    margin-top: 0
  }

  .portal_timeline_card {
    flex: 1 1 0
  }

  .portal_value_image_strip {
    flex-direction: column;
    gap: 16px
  }

  .portal_value_img_item {
    height: 180px
  }

  .portal_scale_layout {
    flex-direction: column
  }

  .portal_scale_metrics_col {
    flex: 0 0 auto;
    width: 100%
  }

  .portal_metrics_grid {
    grid-template-columns: 1fr 1fr
  }

  .portal_support_heading,
  .portal_value_heading,
  .portal_scale_heading {
    font-size: 30px
  }
}

@media (max-width: 480px) {
  .portal_page_limit {
    padding-left: 16px;
    padding-right: 16px
  }

  .portal_title_block {
    padding-top: 32px;
    padding-bottom: 32px
  }

  .portal_h1 {
    font-size: 22px
  }

  .portal_title_actions {
    flex-direction: column
  }

  .portal_metrics_grid {
    grid-template-columns: 1fr
  }

  .portal_metric_card.wide {
    flex-direction: column;
    gap: 16px
  }

  .portal_support_block,
  .portal_value_block,
  .portal_scale_block {
    padding-top: 64px;
    padding-bottom: 64px
  }
}

.contact-us-page {
  background-color: #fff;
  overflow-x: clip;
  position: relative
}

.contact-us-page .reach_panel {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 32px
}

.contact-us-page .diagonal_background {
  position: relative;
  background: linear-gradient(158deg, #3C85A6 0%, #50B3C7 55%, #C1F9EE 100%);
  padding: 96px 0 64px;
  overflow: hidden
}

.contact-us-page .diagonal_background::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(-47deg, #ffffff0a 0px, #ffffff0a 1px, transparent 1px, transparent 32px);
  background-size: 64px 64px;
  animation: drift_diagonal 18s linear infinite;
  pointer-events: none
}

@keyframes drift_diagonal {
  0% {
    background-position: 0 0
  }

  100% {
    background-position: 128px 128px
  }
}

.contact-us-page .diagonal_background::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 48px;
  background: #fff;
  clip-path: ellipse(55% 100% at 50% 100%);
  pointer-events: none
}

.contact-us-page .title_asymmetric {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 1
}

.contact-us-page .title_text_zone {
  padding: 32px 32px 32px 0
}

.contact-us-page .title_label {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #C1F9EE;
  margin-bottom: 16px;
  padding: 8px 16px;
  border: 1px solid #c1f9ee66;
  border-radius: 3px;
  background: #ffffff14
}

.contact-us-page .title_heading {
  font-size: 56px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #fff;
  margin: 0 0 16px
}

.contact-us-page .title_heading strong {
  font-weight: 700;
  text-transform: uppercase;
  display: block
}

.contact-us-page .title_subtext {
  font-size: 18px;
  line-height: 1.6;
  color: #ffffffe0;
  margin: 0;
  letter-spacing: .01em
}

.contact-us-page .title_shapes_zone {
  padding: 32px 0 32px 32px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px
}

.contact-us-page .shape_ring {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 2px solid #fff3;
  position: relative;
  flex-shrink: 0
}

.contact-us-page .shape_ring::before {
  content: '';
  position: absolute;
  inset: 16px;
  border-radius: 50%;
  border: 1px solid #c1f9ee4d
}

.contact-us-page .shape_ring::after {
  content: '';
  position: absolute;
  inset: 36px;
  border-radius: 50%;
  background: #ffffff1a
}

.contact-us-page .shape_rect {
  width: 120px;
  height: 6px;
  border-radius: 3px;
  background: #ffffff40;
  align-self: flex-start;
  margin-left: 32px
}

.contact-us-page .shape_rect_small {
  width: 64px;
  height: 6px;
  border-radius: 3px;
  background: #c1f9ee66;
  align-self: flex-start;
  margin-left: 64px
}

.contact-us-page .contact_details_strip {
  display: flex;
  flex-direction: row;
  gap: 32px;
  margin-top: 32px
}

.contact-us-page .detail_chip {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #ffffffe6;
  letter-spacing: .01em
}

.contact-us-page .chip_icon {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: #ffffff26;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.contact-us-page .chip_icon svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: #C1F9EE;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round
}

.contact-us-page .form_section {
  padding: 96px 0 64px;
  background: #fff;
  position: relative
}

.contact-us-page .form_section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%2350B3C7' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
  opacity: .6
}

.contact-us-page .form_grid {
  display: grid;
  grid-template-columns: 5fr 4fr;
  gap: 64px;
  align-items: start;
  position: relative;
  z-index: 1
}

.contact-us-page .form_column {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.contact-us-page .form_heading_block {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.contact-us-page .form_eyebrow {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #3C85A6
}

.contact-us-page .form_heading {
  font-size: 42px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1b3d52;
  margin: 0
}

.contact-us-page .form_heading span {
  font-weight: 700;
  text-transform: uppercase
}

.contact-us-page .form_description {
  font-size: 15px;
  line-height: 1.6;
  color: #2d5a72;
  margin: 0;
  letter-spacing: .01em
}

.contact-us-page .actual_form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  box-shadow: -1px 5px 14px 1px #3c85a61c
}

.contact-us-page .field_row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.contact-us-page .field_group {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.contact-us-page .field_group.full_width {
  grid-column: 1 / -1
}

.contact-us-page .field_label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #1b3d52
}

.contact-us-page .field_input {
  padding: 16px;
  font-size: 15px;
  line-height: 1.6;
  color: #1b3d52;
  background: #f4fbfd;
  border: 1.5px solid #C1F9EE;
  border-radius: 6px;
  outline: none;
  transition: border-color .38s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .38s cubic-bezier(0.16, 1, 0.3, 1);
  letter-spacing: .01em;
  width: 100%;
  box-sizing: border-box
}

.contact-us-page .field_input::placeholder {
  color: #7aacbf;
  font-size: 13px;
  letter-spacing: .06em;
  text-transform: uppercase
}

.contact-us-page .field_input:focus {
  border-color: #3C85A6;
  box-shadow: -1px 2px 6px 1px #3c85a614;
  background: #fff
}

.contact-us-page .field_textarea {
  resize: vertical;
  min-height: 120px
}

.contact-us-page .field_select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6l4 4 4-4' stroke='%233C85A6' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
  cursor: pointer
}

.contact-us-page .privacy_row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  background: #f4fbfd;
  border-radius: 6px;
  border: 1px solid #C1F9EE
}

.contact-us-page .privacy_checkbox {
  width: 18px;
  height: 18px;
  border: 2px solid #3C85A6;
  border-radius: 3px;
  cursor: pointer;
  flex-shrink: 0;
  margin-top: 2px;
  accent-color: #3C85A6
}

.contact-us-page .privacy_text {
  font-size: 14px;
  line-height: 1.6;
  color: #2d5a72;
  letter-spacing: .01em;
  margin: 0
}

.contact-us-page .privacy_text a {
  color: #3C85A6;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color .12s ease-in-out
}

.contact-us-page .privacy_text a:hover {
  color: #50B3C7
}

.contact-us-page .submit_button {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 32px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #fff;
  background: #3C85A6;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background .42s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .42s cubic-bezier(0.16, 1, 0.3, 1), transform .1s ease-in-out;
  box-shadow: -1px 5px 14px 1px #3c85a61c;
  align-self: flex-start
}

.contact-us-page .submit_button:hover {
  background: #50B3C7;
  box-shadow: -1px 9px 36px 1px #3c85a61a;
  transform: translateY(-3px)
}

.contact-us-page .submit_button:active {
  transform: translateY(0px);
  box-shadow: inset 0 4px 8px #3c85a626
}

.contact-us-page .submit_button:focus-visible {
  outline: 2px solid #3C85A6;
  outline-offset: 3px
}

.contact-us-page .submit_button svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round
}

.contact-us-page .info_column {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 16px
}

.contact-us-page .info_card {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: -1px 2px 6px 1px #3c85a614;
  border: 1px solid #C1F9EE
}

.contact-us-page .info_card_header {
  background: linear-gradient(158deg, #3C85A6 0%, #50B3C7 100%);
  padding: 16px 32px
}

.contact-us-page .info_card_header_text {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #fff;
  margin: 0
}

.contact-us-page .info_card_body {
  padding: 32px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.contact-us-page .info_item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px
}

.contact-us-page .info_item_icon {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  background: #C1F9EE;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.contact-us-page .info_item_icon svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: #3C85A6;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round
}

.contact-us-page .info_item_text {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.contact-us-page .info_item_label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #3C85A6;
  margin: 0
}

.contact-us-page .info_item_value {
  font-size: 15px;
  line-height: 1.6;
  color: #1b3d52;
  margin: 0;
  letter-spacing: .01em
}

.contact-us-page .info_item_value a {
  color: #1b3d52;
  text-decoration: none;
  transition: color .12s ease-in-out
}

.contact-us-page .info_item_value a:hover {
  color: #3C85A6
}

.contact-us-page .steps_section {
  padding: 64px 0 96px;
  background: linear-gradient(158deg, #C1F9EE 0%, #e8fdfb 60%, #fff 100%);
  position: relative;
  overflow: hidden
}

.contact-us-page .steps_section::before {
  content: '';
  position: absolute;
  top: -32px;
  left: 0;
  right: 0;
  height: 64px;
  background: #fff;
  clip-path: ellipse(55% 100% at 50% 0%);
  pointer-events: none
}

.contact-us-page .steps_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start
}

.contact-us-page .steps_image_zone {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: -1px 9px 36px 1px #3c85a61a
}

.contact-us-page .steps_image_zone img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  object-position: center top;
  display: block;
  filter: grayscale(100%) brightness(0.85);
  transition: filter .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.contact-us-page .steps_image_zone:hover img {
  filter: grayscale(100%) brightness(1.05)
}

.contact-us-page .image_badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #3C85A6;
  color: #fff;
  border-radius: 10px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  box-shadow: -1px 5px 14px 1px #3c85a61c
}

.contact-us-page .badge_dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #C1F9EE;
  flex-shrink: 0
}

.contact-us-page .curved_line_decoration {
  position: absolute;
  bottom: 32px;
  left: -16px;
  width: 120px;
  height: 80px;
  pointer-events: none
}

.contact-us-page .curved_line_decoration svg {
  width: 100%;
  height: 100%
}

.contact-us-page .steps_content_zone {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.contact-us-page .steps_heading_block {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.contact-us-page .steps_eyebrow {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #3C85A6
}

.contact-us-page .steps_heading {
  font-size: 42px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1b3d52;
  margin: 0
}

.contact-us-page .steps_heading span {
  font-weight: 700;
  text-transform: uppercase
}

.contact-us-page .steps_description {
  font-size: 15px;
  line-height: 1.6;
  color: #2d5a72;
  margin: 0;
  letter-spacing: .01em
}

.contact-us-page .steps_list {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0
}

.contact-us-page .steps_list::before {
  content: '';
  position: absolute;
  left: 18px;
  top: 36px;
  bottom: 36px;
  width: 2px;
  background: linear-gradient(180deg, #3C85A6 0%, #C1F9EE 100%);
  border-radius: 1px
}

.contact-us-page .step_item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 0;
  position: relative
}

.contact-us-page .step_number {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #3C85A6;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .02em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  box-shadow: -1px 2px 6px 1px #3c85a614;
  transition: background .38s cubic-bezier(0.16, 1, 0.3, 1), transform .1s ease-in-out
}

.contact-us-page .step_item:hover .step_number {
  background: #50B3C7;
  transform: scale(1.08)
}

.contact-us-page .step_text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 8px
}

.contact-us-page .step_title {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #1b3d52;
  margin: 0
}

.contact-us-page .step_desc {
  font-size: 14px;
  line-height: 1.6;
  color: #2d5a72;
  margin: 0;
  letter-spacing: .01em
}

.contact-us-page .counter_badge {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: #C1F9EE;
  border-radius: 10px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 700;
  color: #1b3d52;
  letter-spacing: .02em;
  border: 1px solid #3c85a633
}

.contact-us-page .counter_badge_number {
  font-size: 22px;
  font-weight: 700;
  color: #3C85A6;
  letter-spacing: .01em
}

@media (max-width: 1024px) {
  .contact-us-page .title_asymmetric {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .contact-us-page .title_shapes_zone {
    display: none
  }

  .contact-us-page .form_grid {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .contact-us-page .steps_grid {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .contact-us-page .title_heading {
    font-size: 42px
  }
}

@media (max-width: 768px) {
  .contact-us-page .diagonal_background {
    padding: 64px 0
  }

  .contact-us-page .title_text_zone {
    padding: 0
  }

  .contact-us-page .title_heading {
    font-size: 30px
  }

  .contact-us-page .form_section {
    padding: 64px 0
  }

  .contact-us-page .field_row {
    grid-template-columns: 1fr
  }

  .contact-us-page .contact_details_strip {
    flex-direction: column;
    gap: 16px
  }

  .contact-us-page .actual_form {
    padding: 16px
  }

  .contact-us-page .form_heading {
    font-size: 30px
  }

  .contact-us-page .steps_heading {
    font-size: 30px
  }

  .contact-us-page .steps_image_zone img {
    height: 280px
  }

  .contact-us-page .reach_panel {
    padding: 0 16px
  }

  .contact-us-page .steps_section {
    padding: 64px 0
  }
}

@media (max-width: 480px) {
  .contact-us-page .title_heading {
    font-size: 30px
  }

  .contact-us-page .form_heading {
    font-size: 22px
  }

  .contact-us-page .steps_heading {
    font-size: 22px
  }

  .contact-us-page .info_card_body {
    padding: 16px
  }

  .contact-us-page .submit_button {
    width: 100%
  }
}

.success_page {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 96px 32px;
  background: linear-gradient(160deg, #fff 0%, #C1F9EE 100%)
}

.success_page .success_card {
  max-width: 600px;
  width: 100%;
  background: #fff;
  border-radius: 16px;
  padding: 64px;
  box-shadow: -1px 9px 36px 1px #3c85a61a;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 32px
}

.success_page .success_icon_wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(160deg, #50B3C7 0%, #C1F9EE 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: -1px 5px 14px 1px #50b3c71c;
  flex-shrink: 0
}

.success_page .success_icon_wrapper svg {
  width: 38px;
  height: 38px;
  display: block
}

.success_page .success_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px
}

.success_page .success_heading {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1b4f66;
  margin: 0;
  font-weight: 700
}

.success_page .success_heading span {
  text-transform: uppercase
}

.success_page .success_message {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #2e6a85;
  margin: 0;
  max-width: 420px
}

.success_page .success_divider {
  width: 64px;
  height: 3px;
  background: linear-gradient(90deg, #3C85A6 0%, #C1F9EE 100%);
  border-radius: 3px;
  flex-shrink: 0
}

.success_page .success_detail {
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: .02em;
  color: #3C85A6;
  margin: 0;
  border: 1px solid #C1F9EE;
  border-left: 4px solid #50B3C7;
  border-radius: 6px;
  padding: 16px 32px;
  background: #f4fefe;
  width: 100%;
  box-sizing: border-box;
  text-align: left
}

.success_page .success_actions {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center
}

.success_page .button_primary {
  display: inline-block;
  padding: 16px 32px;
  background: #3C85A6;
  color: #fff;
  font-size: 15px;
  letter-spacing: .02em;
  line-height: 1.2;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  border: 2px solid #3C85A6;
  box-shadow: -1px 2px 6px 1px #3c85a614;
  transition: background-color .38s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .42s cubic-bezier(0.16, 1, 0.3, 1), transform .38s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer
}

.success_page .button_primary:hover {
  background: #2f6d8c;
  border-color: #2f6d8c;
  box-shadow: -1px 5px 14px 1px #3c85a61c;
  transform: translateY(-3px)
}

.success_page .button_primary:focus {
  outline: 3px solid #50B3C7;
  outline-offset: 3px
}

.success_page .button_secondary {
  display: inline-block;
  padding: 16px 32px;
  background: transparent;
  color: #3C85A6;
  font-size: 15px;
  letter-spacing: .02em;
  line-height: 1.2;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  border: 2px solid #3C85A6;
  transition: background-color .45s ease-in-out, color .45s ease-in-out, transform .38s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer
}

.success_page .button_secondary:hover {
  background: #C1F9EE;
  color: #1b4f66;
  transform: translateY(-2px)
}

.success_page .button_secondary:focus {
  outline: 3px solid #50B3C7;
  outline-offset: 3px
}

.success_page .success_company_note {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #5a9ab5;
  margin: 0
}

@media (max-width: 768px) {
  .success_page {
    padding: 64px 16px
  }

  .success_page .success_card {
    padding: 32px 16px;
    gap: 16px
  }

  .success_page .success_actions {
    flex-direction: column;
    width: 100%
  }

  .success_page .button_primary,
  .success_page .button_secondary {
    width: 100%;
    text-align: center;
    box-sizing: border-box
  }
}

@media (max-width: 480px) {
  .success_page .success_heading {
    font-size: 22px
  }

  .success_page .success_detail {
    padding: 16px
  }
}