* {
  box-sizing: border-box
}

body {
  margin: 0;
  -webkit-text-size-adjust: 100%;
  font-family: 'Archivo', sans-serif;
  background: #FFF;
  color: #2A2A2A;
  font-size: 15px;
  line-height: 1.55
}

.site_header {
  background: linear-gradient(135deg, #FFF 0%, #F8FEFF 100%);
  border-bottom: 1px solid #0eeefc26;
  box-shadow: 0 6px 25px 0 #0eeefc1a;
  padding: 24px 48px;
  position: relative
}

.header_container {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px
}

.brand_zone {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px
}

.logo_card {
  background: #FFF;
  border: 2px solid #0eeefc40;
  border-radius: 28px;
  padding: 16px 24px;
  box-shadow: 0 2px 6px 0 #0eeefc0f 0 6px 25px 0 #0eeefc1a;
  transition: transform .15s ease-out, box-shadow .15s ease-out
}

.logo_card:hover {
  transform: scale(0.97);
  box-shadow: 0 2px 6px 0 #0eeefc14 0 8px 48px 0 #0eeefc24
}

.logo_img {
  display: block;
  width: 92px;
  height: 92px;
  object-fit: contain
}

.site_descriptor {
  font-size: 15px;
  line-height: 1.2;
  color: #634439;
  font-weight: 400;
  letter-spacing: .02em;
  text-align: right;
  padding: 0 8px
}

.primary_nav {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap
}

.nav_link {
  display: inline-block;
  padding: 16px 24px;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 700;
  color: #634439;
  text-decoration: none;
  background: linear-gradient(135deg, #0eeefc14 0%, #0eeefc08 100%);
  border: 1px solid #0eeefc33;
  border-radius: 28px;
  transition: transform .12s ease-out, background .12s ease-out, border-color .12s ease-out, box-shadow .12s ease-out;
  box-shadow: 0 2px 6px 0 #0eeefc0f
}

.nav_link:hover {
  transform: scale(1.03);
  background: linear-gradient(135deg, #0eeefc26 0%, #0eeefc14 100%);
  border-color: #0eeefc59;
  box-shadow: 0 6px 25px 0 #0eeefc1a
}

.nav_link:focus {
  outline: 3px solid #0eeefc80;
  outline-offset: 4px
}

.nav_link:active {
  transform: scale(0.97)
}

@media (max-width: 1024px) {
  .header_container {
    flex-direction: column;
    gap: 24px
  }

  .brand_zone {
    align-items: center
  }

  .site_descriptor {
    text-align: center
  }

  .primary_nav {
    justify-content: center
  }
}

@media (max-width: 768px) {
  .site_header {
    padding: 16px 24px
  }

  .logo_img {
    width: 72px;
    height: 72px
  }

  .nav_link {
    padding: 16px;
    font-size: 15px
  }
}

@media (max-width: 360px) {
  .site_header {
    padding: 16px
  }

  .logo_card {
    padding: 8px 16px
  }

  .logo_img {
    width: 64px;
    height: 64px
  }

  .site_descriptor {
    font-size: 15px
  }
}

.site_footer {
  background: linear-gradient(180deg, #FAFCFC 0%, #FFF 100%);
  border-top: 1px solid #6344391f;
  box-shadow: 0 -2px 6px 0 #6344390f 0 -6px 25px 0 #6344391a 0 -8px 48px 0 #63443924;
  padding: 48px 48px 24px
}

.footer_container {
  max-width: 1600px;
  margin: 0 auto
}

.footer_top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding-bottom: 48px;
  border-bottom: 1px solid #6344391a
}

.footer_logo_card {
  background: #FFF;
  border: 1px solid #63443926;
  border-radius: 28px;
  padding: 16px 24px;
  box-shadow: 0 2px 6px 0 #6344390f;
  transition: transform .18s ease-out, box-shadow .18s ease-out
}

.footer_logo_card:hover {
  transform: scale(0.97);
  box-shadow: 0 6px 25px 0 #6344391a
}

.footer_logo_img {
  display: block;
  width: 68px;
  height: 68px;
  object-fit: contain
}

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

.footer_link {
  display: inline-block;
  padding: 8px 16px;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 400;
  color: #634439;
  text-decoration: none;
  background: #e9e9e966;
  border: 1px solid #6344391f;
  border-radius: 3px;
  transition: background .14s ease-out, border-color .14s ease-out, color .14s ease-out, transform .14s ease-out
}

.footer_link:hover {
  background: #e9e9e9b3;
  border-color: #63443940;
  color: #4A332B;
  transform: scale(1.02)
}

.footer_link:focus {
  outline: 3px solid #63443966;
  outline-offset: 4px
}

.footer_link:active {
  transform: scale(0.97)
}

.footer_middle {
  padding: 24px 0;
  border-bottom: 1px solid #63443914
}

.contact_grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px
}

.contact_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 16px 24px;
  background: linear-gradient(135deg, #e9e9e94d 0%, #e9e9e91a 100%);
  border: 1px solid #6344391a;
  border-radius: 28px;
  box-shadow: 0 2px 6px 0 #6344390f;
  transition: transform .16s ease-out, box-shadow .16s ease-out
}

.contact_item:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 25px 0 #6344391a
}

.contact_label {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  color: #634439;
  letter-spacing: .04em;
  text-transform: uppercase
}

.contact_value {
  font-size: 15px;
  line-height: 1.55;
  color: #2A2A2A;
  text-decoration: none;
  transition: color .12s ease-out
}

.contact_value:hover {
  color: #0EEEFC
}

.contact_value:focus {
  outline: 3px solid #0eeefc80;
  outline-offset: 4px
}

.contact_address {
  font-style: normal;
  text-align: center;
  max-width: 420px
}

.footer_bottom {
  padding-top: 24px;
  text-align: center
}

.copyright_text {
  font-size: 15px;
  line-height: 1.55;
  color: #634439;
  font-weight: 400
}

@media (max-width: 768px) {
  .site_footer {
    padding: 24px 24px 16px
  }

  .footer_top {
    padding-bottom: 24px
  }

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

  .contact_item {
    width: 100%
  }
}

@media (max-width: 360px) {
  .site_footer {
    padding: 16px
  }

  .footer_logo_img {
    width: 56px;
    height: 56px
  }

  .contact_item {
    padding: 16px
  }
}

.consent_banner {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, #FFF 0%, #F8FEFF 100%);
  border-top: 2px solid #0eeefc40;
  box-shadow: 0 -6px 25px 0 #0eeefc1a 0 -8px 48px 0 #0eeefc24;
  padding: 24px 48px;
  z-index: 1200;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity .18s ease-out, transform .18s ease-out
}

.consent_banner.visible {
  opacity: 1;
  transform: translateY(0)
}

.consent_container {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.consent_message {
  font-size: 15px;
  line-height: 1.55;
  color: #2A2A2A
}

.consent_description {
  font-size: 15px;
  line-height: 1.55;
  color: #634439;
  margin-top: 4px
}

.consent_actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center
}

.consent_btn {
  padding: 16px 24px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  font-family: 'Archivo', sans-serif;
  color: #0EEEFC;
  background: transparent;
  border: 2px solid #0EEEFC;
  border-radius: 28px;
  cursor: pointer;
  transition: transform .12s ease-out, background .12s ease-out, color .12s ease-out, border-color .12s ease-out, box-shadow .12s ease-out;
  box-shadow: 0 2px 6px 0 #0eeefc0f
}

.consent_btn:hover {
  transform: scale(1.03);
  background: #0eeefc14;
  box-shadow: 0 6px 25px 0 #0eeefc1a
}

.consent_btn:focus {
  outline: 3px solid #0eeefc80;
  outline-offset: 4px
}

.consent_btn:active {
  transform: scale(0.97)
}

.consent_btn.primary_action {
  background: #0EEEFC;
  color: #FFF;
  border-color: #0EEEFC
}

.consent_btn.primary_action:hover {
  background: #0CDCE9;
  border-color: #0CDCE9
}

.consent_settings_link {
  padding: 8px 16px;
  font-size: 15px;
  line-height: 1.2;
  color: #634439;
  text-decoration: none;
  border-bottom: 1px solid #6344394d;
  transition: color .12s ease-out, border-color .12s ease-out
}

.consent_settings_link:hover {
  color: #0EEEFC;
  border-color: #0EEEFC
}

.consent_settings_link:focus {
  outline: 3px solid #63443966;
  outline-offset: 4px
}

.consent_details {
  display: none;
  padding-top: 16px;
  border-top: 1px solid #0eeefc26;
  margin-top: 16px
}

.consent_details.visible {
  display: block
}

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

.consent_toggle_row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background: #e9e9e94d;
  border: 1px solid #6344391a;
  border-radius: 28px
}

.consent_checkbox {
  width: 24px;
  height: 24px;
  cursor: pointer;
  accent-color: #0EEEFC
}

.consent_checkbox:focus {
  outline: 3px solid #0eeefc80;
  outline-offset: 4px
}

.consent_toggle_label {
  font-size: 15px;
  line-height: 1.55;
  color: #2A2A2A;
  font-weight: 700;
  flex: 1
}

.consent_tab {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(135deg, #0EEEFC 0%, #0CDCE9 100%);
  color: #FFF;
  padding: 24px 16px;
  border-radius: 28px 0 0 28px;
  box-shadow: 0 6px 25px 0 #0eeefc1a 0 8px 48px 0 #0eeefc24;
  cursor: pointer;
  z-index: 1200;
  transition: transform .15s ease-out, box-shadow .15s ease-out;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: .03em
}

.consent_tab:hover {
  transform: translateY(-50%) scale(1.03);
  box-shadow: 0 8px 48px 0 #0eeefc24
}

.consent_tab:focus {
  outline: 3px solid #0eeefc80;
  outline-offset: 4px
}

@media (max-width: 768px) {
  .consent_banner {
    padding: 16px 24px
  }

  .consent_actions {
    flex-direction: column;
    align-items: stretch
  }

  .consent_btn {
    width: 100%
  }

  .consent_tab {
    padding: 16px 8px;
    font-size: 15px
  }
}

@media (max-width: 360px) {
  .consent_banner {
    padding: 16px
  }

  .consent_toggle_row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px
  }
}

.policy-block-tdzo {
  max-width: 1600px;
  margin: 0 auto;
  padding: 48px 16px;
  background: #fff
}

@media (min-width: 768px) {
  .policy-block-tdzo {
    padding: 48px 24px
  }
}

@media (min-width: 1024px) {
  .policy-block-tdzo {
    padding: 48px
  }
}

.policy-block-tdzo h1 {
  font-size: 56px;
  line-height: 1.2;
  color: #634439;
  margin: 0 0 48px
}

.policy-block-tdzo h2 {
  font-size: 31px;
  line-height: 1.2;
  color: #634439;
  margin: 48px 0 24px
}

.policy-block-tdzo h3 {
  font-size: 19px;
  line-height: 1.55;
  color: #634439;
  margin: 24px 0 16px
}

.policy-block-tdzo h4,
.policy-block-tdzo h5,
.policy-block-tdzo h6 {
  font-size: 15px;
  line-height: 1.55;
  color: #634439;
  margin: 24px 0 8px
}

.policy-block-tdzo p {
  font-size: 15px;
  line-height: 1.8;
  color: #2a2a2a;
  margin: 0 0 16px
}

.policy-block-tdzo em,
.policy-block-tdzo i {
  font-style: italic
}

.policy-block-tdzo hr {
  border: none;
  height: 1px;
  background: #E9E9E9;
  margin: 48px 0
}

.policy-block-tdzo table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: 15px;
  line-height: 1.55;
  overflow-x: auto;
  display: block
}

@media (min-width: 768px) {
  .policy-block-tdzo table {
    display: table
  }
}

.policy-block-tdzo thead {
  background: #E9E9E9
}

.policy-block-tdzo th {
  padding: 16px;
  text-align: left;
  color: #634439;
  border: 1px solid #E9E9E9
}

.policy-block-tdzo td {
  padding: 16px;
  color: #2a2a2a;
  border: 1px solid #E9E9E9
}

.policy-block-tdzo tbody tr:nth-child(even) {
  background: #fafbfb
}

.policy-block-tdzo div {
  margin: 16px 0
}

.policy-block-tdzo h1:first-child {
  margin-top: 0
}

.policy-block-tdzo h2:first-child,
.policy-block-tdzo h3:first-child,
.policy-block-tdzo h4:first-child,
.policy-block-tdzo h5:first-child,
.policy-block-tdzo h6:first-child {
  margin-top: 0
}

.policy-block-tdzo p:last-child {
  margin-bottom: 0
}

@media (max-width: 767px) {
  .policy-block-tdzo h1 {
    font-size: 31px
  }

  .policy-block-tdzo h2 {
    font-size: 19px
  }

  .policy-block-tdzo table {
    font-size: 15px
  }

  .policy-block-tdzo th,
  .policy-block-tdzo td {
    padding: 8px
  }
}

.abt_us {
  max-width: 1600px;
  margin: 0 auto;
  background: #fff
}

.abt_us .intro_zone {
  position: relative;
  padding: 48px 24px;
  text-align: center;
  overflow: hidden
}

.abt_us .intro_zone::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  background-image: radial-gradient(circle, #0eeefc0d 2px, transparent 2px);
  background-size: 16px 16px;
  pointer-events: none;
  z-index: 1
}

.abt_us .intro_img_wrap {
  position: relative;
  max-width: 800px;
  margin: 0 auto 24px;
  z-index: 2
}

.abt_us .intro_img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 3px;
  filter: saturate(0.7);
  box-shadow: 0 8px 48px 0 #0eeefc24
}

.abt_us .intro_txt_wrap {
  position: relative;
  z-index: 2
}

.abt_us .intro_heading {
  font-size: 56px;
  line-height: 1.2;
  margin: 0 0 8px;
  color: #1a1a2e
}

.abt_us .intro_heading .gradient_word {
  background: linear-gradient(83deg, #0EEEFC, #634439);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.abt_us .intro_caption {
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #634439;
  margin: 0;
  padding-top: 8px;
  border-top: 1px solid #E9E9E9;
  display: inline-block
}

@media (min-width: 768px) {
  .abt_us .intro_zone {
    padding: 96px 48px
  }

  .abt_us .intro_img_wrap {
    margin-bottom: 48px
  }

  .abt_us .intro_heading {
    font-size: 70px
  }

  .abt_us .intro_caption {
    font-size: 19px
  }
}

.abt_us .story_sec {
  padding: 48px 24px;
  background: #fff;
  position: relative
}

.abt_us .story_sec::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle at 100% 0%, #0eeefc08 0%, #0eeefc05 30%, transparent 70%);
  background-image: repeating-conic-gradient(from 45deg at 100% 0%, transparent 0deg, #0eeefc05 1deg, transparent 2deg, transparent 10deg);
  pointer-events: none
}

.abt_us .story_inner {
  max-width: 900px;
  margin: 0 auto
}

.abt_us .story_intro {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 48px
}

.abt_us .story_intro p {
  font-size: 19px;
  line-height: 1.55;
  color: #2d2d2d;
  margin: 0
}

.abt_us .story_body {
  text-align: left
}

.abt_us .story_body p {
  font-size: 15px;
  line-height: 1.8;
  color: #4a4a4a;
  margin: 0 0 24px
}

.abt_us .story_body p:last-child {
  margin-bottom: 0
}

.abt_us .divider_dots {
  text-align: center;
  padding: 48px 0
}

.abt_us .divider_dots::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #634439;
  border-radius: 50%;
  margin: 0 8px
}

.abt_us .divider_dots::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #634439;
  border-radius: 50%;
  margin: 0 8px
}

.abt_us .dot_center {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #0EEEFC;
  border-radius: 50%;
  margin: 0 8px
}

@media (min-width: 768px) {
  .abt_us .story_sec {
    padding: 96px 48px
  }

  .abt_us .story_intro p {
    font-size: 31px;
    line-height: 1.55
  }

  .abt_us .story_body p {
    font-size: 19px
  }
}

.abt_us .values_sec {
  padding: 48px 24px;
  background: #F9F9F9
}

.abt_us .values_inner {
  max-width: 1400px;
  margin: 0 auto
}

.abt_us .values_heading_wrap {
  text-align: center;
  margin-bottom: 48px
}

.abt_us .values_heading {
  font-size: 31px;
  line-height: 1.2;
  color: #1a1a2e;
  margin: 0 0 16px;
  display: inline-block;
  background: linear-gradient(83deg, #0EEEFC, #634439);
  padding: 8px 24px;
  border-radius: 28px;
  color: #fff
}

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

.abt_us .value_card {
  background: #fff;
  border: 2px dashed #E9E9E9;
  border-radius: 3px;
  padding: 24px;
  transition: transform .15s ease-out, box-shadow .15s ease-out;
  animation: value_appear .18s cubic-bezier(0.68, -0.55, 0.265, 1.55)
}

@keyframes value_appear {
  0% {
    opacity: 0;
    transform: translateY(16px) scale(0.95)
  }

  70% {
    transform: translateY(-4px) scale(1.02)
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1)
  }
}

.abt_us .value_card:hover {
  transform: scale(0.97);
  box-shadow: 0 2px 6px 0 #6344390f
}

.abt_us .value_num {
  font-size: 31px;
  line-height: 1.2;
  color: #0EEEFC;
  font-weight: 700;
  margin: 0 0 8px
}

.abt_us .value_title {
  font-size: 19px;
  line-height: 1.2;
  color: #1a1a2e;
  margin: 0 0 8px
}

.abt_us .value_desc {
  font-size: 15px;
  line-height: 1.55;
  color: #4a4a4a;
  margin: 0
}

@media (min-width: 768px) {
  .abt_us .values_sec {
    padding: 96px 48px
  }

  .abt_us .values_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px
  }

  .abt_us .values_heading {
    font-size: 56px
  }
}

@media (min-width: 1024px) {
  .abt_us .values_grid {
    grid-template-columns: repeat(3, 1fr)
  }
}

.abt_us .team_sec {
  padding: 48px 24px;
  background: #fff;
  position: relative
}

.abt_us .team_inner {
  max-width: 1400px;
  margin: 0 auto
}

.abt_us .team_heading_wrap {
  margin-bottom: 48px
}

.abt_us .team_heading {
  font-size: 31px;
  line-height: 1.2;
  color: #1a1a2e;
  margin: 0 0 8px
}

.abt_us .team_subhead {
  font-size: 15px;
  line-height: 1.55;
  color: #634439;
  margin: 0;
  letter-spacing: .1em
}

.abt_us .team_grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px
}

.abt_us .team_member {
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 6px 25px 0 #0eeefc1a;
  transition: transform .12s ease-out
}

.abt_us .team_member:hover {
  transform: scale(0.97)
}

.abt_us .team_img_wrap {
  position: relative;
  overflow: hidden
}

.abt_us .team_img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block
}

.abt_us .team_txt {
  padding: 24px
}

.abt_us .team_name {
  font-size: 19px;
  line-height: 1.2;
  color: #1a1a2e;
  margin: 0 0 4px
}

.abt_us .team_role {
  font-size: 15px;
  line-height: 1.55;
  color: #0EEEFC;
  margin: 0 0 8px
}

.abt_us .team_bio {
  font-size: 15px;
  line-height: 1.55;
  color: #4a4a4a;
  margin: 0
}

.abt_us .featured_member {
  background: linear-gradient(83deg, #0eeefc0d, #6344390d);
  padding: 16px;
  border-radius: 3px;
  margin-top: 16px
}

.abt_us .featured_label {
  font-size: 15px;
  line-height: 1.2;
  color: #634439;
  margin: 0 0 8px;
  font-weight: 700;
  letter-spacing: .05em
}

.abt_us .featured_txt {
  font-size: 15px;
  line-height: 1.55;
  color: #2d2d2d;
  margin: 0
}

@media (min-width: 768px) {
  .abt_us .team_sec {
    padding: 96px 48px
  }

  .abt_us .team_grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .abt_us .team_heading {
    font-size: 56px
  }

  .abt_us .team_subhead {
    font-size: 19px
  }
}

@media (min-width: 1024px) {
  .abt_us .team_grid {
    grid-template-columns: repeat(3, 1fr)
  }
}

.abt_us .progress_sec {
  padding: 48px 24px;
  background: #F9F9F9
}

.abt_us .progress_inner {
  max-width: 1000px;
  margin: 0 auto
}

.abt_us .progress_heading {
  font-size: 31px;
  line-height: 1.2;
  color: #1a1a2e;
  margin: 0 0 48px;
  text-align: center
}

.abt_us .progress_list {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.abt_us .progress_item {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.abt_us .progress_label_row {
  display: flex;
  justify-content: space-between;
  align-items: baseline
}

.abt_us .progress_label {
  font-size: 15px;
  line-height: 1.2;
  color: #2d2d2d;
  margin: 0;
  font-weight: 700
}

.abt_us .progress_percent {
  font-size: 15px;
  line-height: 1.2;
  color: #634439;
  margin: 0
}

.abt_us .progress_bar_wrap {
  width: 100%;
  height: 24px;
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: inset 0 2px 6px 0 #6344390f
}

.abt_us .progress_bar_fill {
  height: 100%;
  background: linear-gradient(83deg, #0EEEFC, #634439);
  border-radius: 28px;
  transition: width .18s ease-out;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 8px
}

.abt_us .progress_bar_fill.level_high {
  width: 88%
}

.abt_us .progress_bar_fill.level_med {
  width: 72%
}

.abt_us .progress_bar_fill.level_growing {
  width: 65%
}

.abt_us .status_indicator {
  display: flex;
  gap: 4px;
  margin-top: 24px;
  padding: 16px;
  background: #fff;
  border-radius: 3px;
  border-left: 4px solid #0EEEFC
}

.abt_us .status_bar {
  flex: 1;
  height: 32px;
  border-radius: 3px;
  transition: background .15s ease-out
}

.abt_us .status_bar.active {
  background: #0EEEFC
}

.abt_us .status_bar.medium {
  background: #634439
}

.abt_us .status_bar.low {
  background: #E9E9E9
}

.abt_us .status_bar:hover {
  transform: scale(0.97)
}

@media (min-width: 768px) {
  .abt_us .progress_sec {
    padding: 96px 48px
  }

  .abt_us .progress_heading {
    font-size: 56px
  }

  .abt_us .progress_label,
  .abt_us .progress_percent {
    font-size: 19px
  }

  .abt_us .progress_bar_wrap {
    height: 32px
  }
}

.abt_us .contact_cta {
  padding: 48px 24px;
  background: #fff;
  text-align: center
}

.abt_us .contact_cta_inner {
  max-width: 700px;
  margin: 0 auto
}

.abt_us .contact_cta_heading {
  font-size: 31px;
  line-height: 1.2;
  color: #1a1a2e;
  margin: 0 0 16px
}

.abt_us .contact_cta_txt {
  font-size: 15px;
  line-height: 1.55;
  color: #4a4a4a;
  margin: 0 0 24px
}

.abt_us .contact_btn {
  display: inline-block;
  padding: 16px 48px;
  background: linear-gradient(83deg, #0EEEFC, #634439);
  color: #fff;
  font-size: 19px;
  line-height: 1.2;
  border: none;
  border-radius: 28px;
  cursor: pointer;
  transition: transform .12s ease-out, box-shadow .12s ease-out;
  box-shadow: 0 6px 25px 0 #0eeefc1a;
  text-decoration: none
}

.abt_us .contact_btn:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 48px 0 #0eeefc24
}

.abt_us .contact_btn:active {
  transform: scale(0.97)
}

@media (min-width: 768px) {
  .abt_us .contact_cta {
    padding: 96px 48px
  }

  .abt_us .contact_cta_heading {
    font-size: 56px
  }

  .abt_us .contact_cta_txt {
    font-size: 19px
  }
}

.frnt_pg {
  background: #FFF;
  overflow-x: hidden
}

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

.frnt_pg .cntainr {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 16px
}

.frnt_pg .grad_title {
  background: linear-gradient(83deg, #0EEEFC 0%, #634439 100%);
  padding: 48px 0;
  position: relative;
  overflow: hidden
}

.frnt_pg .grad_title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #0eeefc4d
}

.frnt_pg .grad_title .cntainr {
  position: relative;
  z-index: 2
}

.frnt_pg .eyebrow_lbl {
  font-size: 15px;
  line-height: 1.55;
  color: #ffffffd9;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin: 0 0 16px
}

.frnt_pg .grad_title h1 {
  font-size: 70px;
  line-height: 1.2;
  color: #FFF;
  margin: 0;
  max-width: 900px
}

.frnt_pg .testimonial_grd {
  background: #F7F7F7;
  padding: 48px 0;
  position: relative
}

.frnt_pg .testimonial_grd::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 85% 15%, #0eeefc08, transparent 60%);
  pointer-events: none
}

.frnt_pg .testimonial_grd .cntainr {
  position: relative;
  z-index: 1
}

.frnt_pg .testimonial_grd h2 {
  font-size: 56px;
  line-height: 1.2;
  color: #1A1A1A;
  margin: 0 0 48px;
  text-align: center
}

.frnt_pg .tstmn_crds {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px
}

.frnt_pg .tstmn_crd {
  background: #FFF;
  padding: 24px;
  border-radius: 28px;
  box-shadow: 0 6px 25px 0 #0eeefc1a;
  transition: transform .15s ease-out, box-shadow .15s ease-out
}

.frnt_pg .tstmn_crd:hover {
  transform: scale(0.97);
  box-shadow: 0 8px 48px 0 #0eeefc24
}

.frnt_pg .tstmn_crd_hdr {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 16px
}

.frnt_pg .tstmn_avatar {
  width: 56px;
  height: 56px;
  border-radius: 28px;
  background: linear-gradient(83deg, #0EEEFC 0%, #634439 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  line-height: 1.2;
  color: #FFF;
  font-weight: 600;
  flex-shrink: 0
}

.frnt_pg .tstmn_meta h3 {
  font-size: 19px;
  line-height: 1.2;
  color: #1A1A1A;
  margin: 0 0 4px
}

.frnt_pg .tstmn_role {
  font-size: 15px;
  line-height: 1.2;
  color: #666;
  margin: 0
}

.frnt_pg .tstmn_quote {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  margin: 0 0 16px;
  border-left: 3px solid #0EEEFC;
  padding-left: 16px
}

.frnt_pg .tstmn_result {
  font-size: 15px;
  line-height: 1.55;
  color: #634439;
  margin: 0;
  font-weight: 600
}

.frnt_pg .gap_explan {
  background: #FFF;
  padding: 48px 0;
  position: relative
}

.frnt_pg .gap_explan::before {
  content: '';
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  height: 100px;
  background: radial-gradient(ellipse at 50% 0%, transparent 0%, transparent 48%, #F7F7F7 48%, #F7F7F7 52%, transparent 52%, transparent 100%);
  pointer-events: none
}

.frnt_pg .gap_explan::after {
  content: '';
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  height: 100px;
  background: radial-gradient(ellipse at 50% 100%, transparent 0%, transparent 48%, #FFF 48%, #FFF 52%, transparent 52%, transparent 100%);
  pointer-events: none
}

.frnt_pg .gap_explan .cntainr {
  max-width: 1200px
}

.frnt_pg .gap_layout {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 48px;
  align-items: start
}

.frnt_pg .gap_sidebar {
  position: sticky;
  top: 24px
}

.frnt_pg .gap_sidebar h2 {
  font-size: 56px;
  line-height: 1.2;
  color: #1A1A1A;
  margin: 0 0 24px
}

.frnt_pg .gap_img_wrap {
  width: 100%;
  height: 280px;
  border-radius: 28px;
  overflow: hidden;
  position: relative
}

.frnt_pg .gap_img_wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(83deg, #0eeefc26 0%, #63443926 100%);
  z-index: 1;
  pointer-events: none
}

.frnt_pg .gap_img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.frnt_pg .gap_content_area {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.frnt_pg .gap_block {
  background: #F7F7F7;
  padding: 24px;
  border-radius: 3px;
  border-left: 4px solid #0EEEFC
}

.frnt_pg .gap_block h3 {
  font-size: 31px;
  line-height: 1.2;
  color: #1A1A1A;
  margin: 0 0 16px
}

.frnt_pg .gap_block p {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  margin: 0
}

.frnt_pg .offerings_sec {
  background: #0EEEFC;
  padding: 48px 0;
  position: relative;
  animation: desaturate_cycle 12s ease-in-out infinite
}

@keyframes desaturate_cycle {

  0%,
  100% {
    filter: saturate(1)
  }

  50% {
    filter: saturate(0.4)
  }
}

.frnt_pg .offerings_sec::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  height: 400px;
  background-image: radial-gradient(circle, #ffffff26 1px, transparent 1px);
  background-size: 8px 8px;
  opacity: .6;
  pointer-events: none
}

.frnt_pg .offerings_sec h2 {
  font-size: 56px;
  line-height: 1.2;
  color: #1A1A1A;
  margin: 0 0 48px;
  text-align: center
}

.frnt_pg .offer_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px
}

.frnt_pg .offer_card {
  background: #FFF;
  padding: 24px;
  border-radius: 28px;
  box-shadow: 0 2px 6px 0 #6344390f;
  transition: transform .12s ease-out;
  position: relative;
  overflow: hidden
}

.frnt_pg .offer_card::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: #634439;
  transition: height .18s ease-out;
  z-index: 0
}

.frnt_pg .offer_card:hover::before {
  height: 4px
}

.frnt_pg .offer_card:hover {
  transform: scale(1.02)
}

.frnt_pg .offer_card>* {
  position: relative;
  z-index: 1
}

.frnt_pg .offer_num {
  display: inline-block;
  font-size: 31px;
  line-height: 1.2;
  color: #0EEEFC;
  font-weight: 700;
  margin: 0 0 16px
}

.frnt_pg .offer_card h3 {
  font-size: 31px;
  line-height: 1.2;
  color: #1A1A1A;
  margin: 0 0 16px
}

.frnt_pg .offer_card p {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  margin: 0
}

.frnt_pg .grad_outcome {
  background: #FFF;
  padding: 48px 0;
  position: relative
}

.frnt_pg .grad_outcome::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #0eeefc0d;
  pointer-events: none
}

.frnt_pg .grad_outcome::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: #63443908;
  pointer-events: none
}

.frnt_pg .grad_outcome .cntainr {
  position: relative;
  z-index: 1
}

.frnt_pg .grad_outcome h2 {
  font-size: 56px;
  line-height: 1.2;
  color: #1A1A1A;
  margin: 0 0 24px;
  text-align: center
}

.frnt_pg .grad_intro {
  font-size: 19px;
  line-height: 1.55;
  color: #333;
  margin: 0 auto 48px;
  max-width: 800px;
  text-align: center
}

.frnt_pg .outcome_flex {
  display: flex;
  gap: 24px;
  align-items: stretch
}

.frnt_pg .outcome_visual {
  flex: 0 0 480px;
  border-radius: 28px;
  overflow: hidden;
  position: relative
}

.frnt_pg .outcome_visual::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, #0000004d 100%);
  pointer-events: none
}

.frnt_pg .outcome_visual img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.frnt_pg .outcome_list_wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.frnt_pg .outcome_item {
  background: #F7F7F7;
  padding: 24px;
  border-radius: 3px;
  display: flex;
  align-items: start;
  gap: 16px
}

.frnt_pg .outcome_icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  background: linear-gradient(83deg, #0EEEFC 0%, #634439 100%);
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center
}

.frnt_pg .outcome_icon svg {
  width: 24px;
  height: 24px;
  fill: #FFF
}

.frnt_pg .outcome_text h3 {
  font-size: 19px;
  line-height: 1.2;
  color: #1A1A1A;
  margin: 0 0 8px
}

.frnt_pg .outcome_text p {
  font-size: 15px;
  line-height: 1.55;
  color: #333;
  margin: 0
}

.frnt_pg .invest_signal {
  background: #F7F7F7;
  padding: 48px 0;
  position: relative
}

.frnt_pg .invest_signal .cntainr {
  max-width: 1200px
}

.frnt_pg .invest_layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center
}

.frnt_pg .invest_text_side h2 {
  font-size: 56px;
  line-height: 1.2;
  color: #1A1A1A;
  margin: 0 0 24px
}

.frnt_pg .invest_text_side p {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  margin: 0 0 24px
}

.frnt_pg .invest_text_side p:last-child {
  margin: 0
}

.frnt_pg .invest_highlight {
  background: #FFF;
  padding: 24px;
  border-radius: 28px;
  box-shadow: 0 6px 25px 0 #6344391a;
  position: relative
}

.frnt_pg .invest_highlight::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #0EEEFC;
  border-radius: 3px 0 0 3px
}

.frnt_pg .invest_visual_side {
  position: relative
}

.frnt_pg .invest_img_wrap {
  width: 100%;
  height: 420px;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 8px 48px 0 #0eeefc24
}

.frnt_pg .invest_img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.frnt_pg .invest_stat_overlay {
  position: absolute;
  bottom: 24px;
  right: 24px;
  background: #fffffff2;
  padding: 16px 24px;
  border-radius: 28px;
  backdrop-filter: blur(8px);
  box-shadow: 0 6px 25px 0 #00000026
}

.frnt_pg .invest_stat_num {
  font-size: 31px;
  line-height: 1.2;
  color: #0EEEFC;
  font-weight: 700;
  margin: 0 0 4px
}

.frnt_pg .invest_stat_lbl {
  font-size: 15px;
  line-height: 1.2;
  color: #333;
  margin: 0
}

.frnt_pg .conditions_sec {
  background: #FFF;
  padding: 48px 0;
  position: relative
}

.frnt_pg .conditions_sec .cntainr {
  max-width: 1000px
}

.frnt_pg .conditions_sec h2 {
  font-size: 56px;
  line-height: 1.2;
  color: #1A1A1A;
  margin: 0 0 48px;
  text-align: center
}

.frnt_pg .cond_list {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.frnt_pg .cond_item {
  background: #F7F7F7;
  padding: 24px;
  border-radius: 3px;
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 24px;
  align-items: start;
  transition: background .15s ease-out
}

.frnt_pg .cond_item:hover {
  background: #E9E9E9
}

.frnt_pg .cond_num_wrap {
  width: 60px;
  height: 60px;
  background: linear-gradient(83deg, #0EEEFC 0%, #634439 100%);
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.frnt_pg .cond_num {
  font-size: 31px;
  line-height: 1;
  color: #FFF;
  font-weight: 700
}

.frnt_pg .cond_text h3 {
  font-size: 19px;
  line-height: 1.2;
  color: #1A1A1A;
  margin: 0 0 8px
}

.frnt_pg .cond_text p {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  margin: 0
}

@media (max-width: 1440px) {
  .frnt_pg .grad_title h1 {
    font-size: 56px
  }

  .frnt_pg .testimonial_grd h2,
  .frnt_pg .gap_sidebar h2,
  .frnt_pg .offerings_sec h2,
  .frnt_pg .grad_outcome h2,
  .frnt_pg .invest_text_side h2,
  .frnt_pg .conditions_sec h2 {
    font-size: 31px
  }

  .frnt_pg .gap_block h3,
  .frnt_pg .offer_card h3 {
    font-size: 19px
  }
}

@media (max-width: 1024px) {
  .frnt_pg .tstmn_crds {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .frnt_pg .gap_layout {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .frnt_pg .gap_sidebar {
    position: static
  }

  .frnt_pg .offer_grid {
    grid-template-columns: 1fr
  }

  .frnt_pg .outcome_flex {
    flex-direction: column
  }

  .frnt_pg .outcome_visual {
    flex: 0 0 auto;
    height: 320px
  }

  .frnt_pg .invest_layout {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .frnt_pg .cond_item {
    grid-template-columns: 1fr;
    gap: 16px
  }
}

@media (max-width: 768px) {
  .frnt_pg .grad_title {
    padding: 24px 0
  }

  .frnt_pg .grad_title h1 {
    font-size: 31px
  }

  .frnt_pg .testimonial_grd,
  .frnt_pg .gap_explan,
  .frnt_pg .offerings_sec,
  .frnt_pg .grad_outcome,
  .frnt_pg .invest_signal,
  .frnt_pg .conditions_sec {
    padding: 24px 0
  }

  .frnt_pg .testimonial_grd h2,
  .frnt_pg .gap_sidebar h2,
  .frnt_pg .offerings_sec h2,
  .frnt_pg .grad_outcome h2,
  .frnt_pg .invest_text_side h2,
  .frnt_pg .conditions_sec h2 {
    font-size: 19px;
    margin-bottom: 24px
  }

  .frnt_pg .gap_img_wrap {
    height: 200px
  }

  .frnt_pg .outcome_visual {
    height: 240px
  }

  .frnt_pg .invest_img_wrap {
    height: 280px
  }

  .frnt_pg .invest_stat_overlay {
    bottom: 16px;
    right: 16px;
    padding: 8px 16px
  }
}

@media (max-width: 360px) {
  .frnt_pg .cntainr {
    padding: 0 8px
  }

  .frnt_pg .grad_title h1 {
    font-size: 19px
  }
}

.contact_pg {
  background: #fff;
  overflow-x: clip
}

.contact_pg .intro_zone {
  max-width: 1600px;
  margin: 0 auto;
  padding: 48px 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: stretch;
  position: relative
}

.contact_pg .intro_zone::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 48px;
  background: #634439
}

.contact_pg .txt_col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  padding: 24px 0
}

.contact_pg .lead_title {
  font-size: 56px;
  line-height: 1.2;
  color: #634439;
  margin: 0
}

.contact_pg .sub_phrase {
  font-size: 19px;
  line-height: 1.55;
  color: #634439;
  margin: 0
}

.contact_pg .route_link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 19px;
  color: #0EEEFC;
  text-decoration: none;
  transition: transform .15s ease-out;
  width: fit-content
}

.contact_pg .route_link:hover {
  transform: scale(0.97)
}

.contact_pg .route_link::after {
  content: '';
  width: 16px;
  height: 16px;
  border: 2px solid currentColor;
  border-left: none;
  border-bottom: none;
  transform: rotate(45deg);
  transition: transform .12s ease-out
}

.contact_pg .route_link:hover::after {
  transform: rotate(45deg) translateX(4px)
}

.contact_pg .img_col {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 8px 48px 0 #0eeefc24
}

.contact_pg .img_col::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: linear-gradient(0deg, #634439b3 0%, transparent 100%);
  pointer-events: none
}

.contact_pg .hero_visual {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: blur(3px);
  transition: filter .18s ease-out
}

.contact_pg .img_col:hover .hero_visual {
  filter: blur(0)
}

.contact_pg .pulse_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 400px;
  margin: -200px 0 0 -200px;
  pointer-events: none;
  z-index: 0
}

.contact_pg .pulse_bg::before,
.contact_pg .pulse_bg::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border-radius: 50%;
  border: 2px solid #0eeefc26;
  animation: pulse_expand 4s ease-out infinite
}

.contact_pg .pulse_bg::after {
  animation-delay: 2s
}

@keyframes pulse_expand {
  0% {
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    opacity: 1
  }

  100% {
    width: 400px;
    height: 400px;
    margin: -200px 0 0 -200px;
    opacity: 0
  }
}

.contact_pg .form_zone {
  background: #E9E9E9;
  padding: 48px 24px;
  position: relative
}

.contact_pg .form_zone::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 1px;
  background: #634439
}

.contact_pg .form_zone::after {
  content: '';
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  background: #634439
}

.contact_pg .form_container {
  max-width: 1600px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 60fr 40fr;
  gap: 48px;
  align-items: start
}

.contact_pg .form_wrap {
  background: #fff;
  padding: 48px;
  border-radius: 28px;
  box-shadow: 0 6px 25px 0 #6344391a;
  position: relative
}

.contact_pg .dashed_path {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 120px;
  height: 120px;
  border: 2px dashed #0eeefc4d;
  border-radius: 28px;
  pointer-events: none;
  animation: path_rotate 20s linear infinite
}

@keyframes path_rotate {
  from {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(360deg)
  }
}

.contact_pg .form_heading {
  font-size: 31px;
  line-height: 1.2;
  color: #634439;
  margin: 0 0 24px;
  background: linear-gradient(83deg, #0EEEFC 0%, #634439 100%);
  display: inline-block;
  padding: 8px 16px;
  border-radius: 3px;
  color: #fff
}

.contact_pg .contact_form {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.contact_pg .field_group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative
}

.contact_pg .field_label {
  font-size: 15px;
  line-height: 1.55;
  color: #634439;
  font-weight: 600;
  transition: color .12s ease-out
}

.contact_pg .field_input {
  padding: 16px;
  border: 2px solid #E9E9E9;
  border-radius: 3px;
  font-size: 15px;
  line-height: 1.55;
  color: #634439;
  background: #fff;
  transition: border-color .15s ease-out, box-shadow .15s ease-out;
  outline: none
}

.contact_pg .field_input:focus {
  border-color: #0EEEFC;
  box-shadow: 0 2px 6px 0 #0eeefc0f
}

.contact_pg .field_input::placeholder {
  color: #63443966
}

.contact_pg .field_select {
  padding: 16px;
  border: 2px solid #E9E9E9;
  border-radius: 3px;
  font-size: 15px;
  line-height: 1.55;
  color: #634439;
  background: #fff;
  transition: border-color .15s ease-out, box-shadow .15s ease-out;
  outline: none;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23634439' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 48px
}

.contact_pg .field_select:focus {
  border-color: #0EEEFC;
  box-shadow: 0 2px 6px 0 #0eeefc0f
}

.contact_pg .privacy_wrap {
  display: flex;
  align-items: start;
  gap: 8px
}

.contact_pg .privacy_check {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border: 2px solid #E9E9E9;
  border-radius: 3px;
  cursor: pointer;
  transition: border-color .12s ease-out, background-color .12s ease-out;
  appearance: none;
  outline: none;
  position: relative;
  margin-top: 2px
}

.contact_pg .privacy_check:checked {
  background: #0EEEFC;
  border-color: #0EEEFC
}

.contact_pg .privacy_check:checked::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 6px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg)
}

.contact_pg .privacy_text {
  font-size: 15px;
  line-height: 1.55;
  color: #634439
}

.contact_pg .privacy_text a {
  color: #0EEEFC;
  text-decoration: none;
  transition: opacity .12s ease-out
}

.contact_pg .privacy_text a:hover {
  opacity: .8
}

.contact_pg .submit_btn {
  padding: 16px 48px;
  background: linear-gradient(83deg, #0EEEFC 0%, #634439 100%);
  color: #fff;
  font-size: 19px;
  line-height: 1.2;
  border: none;
  border-radius: 28px;
  cursor: pointer;
  transition: transform .18s ease-out, box-shadow .18s ease-out;
  box-shadow: 0 6px 25px 0 #0eeefc1a;
  font-weight: 600
}

.contact_pg .submit_btn:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 48px 0 #0eeefc24
}

.contact_pg .submit_btn:active {
  transform: scale(0.97)
}

.contact_pg .info_panel {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.contact_pg .info_card {
  background: #fff;
  padding: 24px;
  border-radius: 28px;
  box-shadow: 0 2px 6px 0 #6344390f;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  overflow: hidden
}

.contact_pg .info_card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(83deg, #0EEEFC 0%, #634439 100%)
}

.contact_pg .card_icon_wrap {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative
}

.contact_pg .card_icon_wrap svg {
  width: 32px;
  height: 32px;
  stroke: #0EEEFC;
  fill: none;
  stroke-width: 2;
  position: relative;
  z-index: 1
}

.contact_pg .card_icon_wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #0EEEFC;
  border-radius: 50%;
  animation: trace_outline 3s ease-in-out infinite
}

@keyframes trace_outline {

  0%,
  100% {
    stroke-dasharray: 0 300;
    stroke-dashoffset: 0;
    opacity: 1
  }

  50% {
    stroke-dasharray: 300 0;
    stroke-dashoffset: -150;
    opacity: .5
  }
}

.contact_pg .card_title {
  font-size: 19px;
  line-height: 1.2;
  color: #634439;
  margin: 0;
  font-weight: 600
}

.contact_pg .card_detail {
  font-size: 15px;
  line-height: 1.55;
  color: #634439;
  margin: 0
}

.contact_pg .card_detail a {
  color: #0EEEFC;
  text-decoration: none;
  transition: opacity .12s ease-out
}

.contact_pg .card_detail a:hover {
  opacity: .8
}

.contact_pg .metrics_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  background: #634439;
  padding: 24px;
  border-radius: 28px;
  box-shadow: 0 6px 25px 0 #6344391a
}

.contact_pg .metric_box {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px;
  background: #ffffff1a;
  border-radius: 3px;
  transition: background .15s ease-out, transform .15s ease-out
}

.contact_pg .metric_box:hover {
  background: #ffffff26;
  transform: scale(0.97)
}

.contact_pg .metric_value {
  font-size: 31px;
  line-height: 1.2;
  color: #0EEEFC;
  margin: 0;
  font-weight: 600
}

.contact_pg .metric_label {
  font-size: 15px;
  line-height: 1.55;
  color: #E9E9E9;
  margin: 0
}

@media (max-width: 1024px) {
  .contact_pg .intro_zone {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px 16px
  }

  .contact_pg .lead_title {
    font-size: 31px
  }

  .contact_pg .img_col {
    min-height: 300px
  }

  .contact_pg .form_container {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .contact_pg .form_wrap {
    padding: 24px
  }

  .contact_pg .form_zone {
    padding: 24px 16px
  }

  .contact_pg .metrics_grid {
    grid-template-columns: 1fr
  }
}

@media (max-width: 768px) {
  .contact_pg .intro_zone {
    padding: 24px 16px
  }

  .contact_pg .lead_title {
    font-size: 31px
  }

  .contact_pg .sub_phrase {
    font-size: 15px
  }

  .contact_pg .route_link {
    font-size: 15px
  }

  .contact_pg .form_heading {
    font-size: 19px
  }

  .contact_pg .submit_btn {
    padding: 16px 24px;
    font-size: 15px
  }

  .contact_pg .dashed_path {
    width: 80px;
    height: 80px
  }
}

@media (max-width: 360px) {
  .contact_pg .intro_zone {
    padding: 16px 8px
  }

  .contact_pg .form_zone {
    padding: 16px 8px
  }

  .contact_pg .form_wrap {
    padding: 16px
  }

  .contact_pg .lead_title {
    font-size: 19px
  }

  .contact_pg .metrics_grid {
    padding: 16px;
    gap: 8px
  }

  .contact_pg .metric_box {
    padding: 8px
  }

  .contact_pg .metric_value {
    font-size: 19px
  }
}

.success_page {
  background: linear-gradient(83deg, #0EEEFC 0%, #634439 100%);
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px
}

.success_page .confirmation_container {
  background: #fff;
  max-width: 680px;
  width: 100%;
  padding: 48px;
  border-radius: 28px;
  box-shadow: 0 8px 48px 0 #0eeefc24;
  text-align: center
}

.success_page .status_icon {
  width: 96px;
  height: 96px;
  margin: 0 auto 24px;
  background: linear-gradient(83deg, #0EEEFC 0%, #634439 100%);
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative
}

.success_page .status_icon svg {
  width: 56px;
  height: 56px;
  fill: #fff
}

.success_page .confirmation_title {
  font-size: 56px;
  line-height: 1.2;
  color: #634439;
  margin: 0 0 16px
}

.success_page .confirmation_message {
  font-size: 19px;
  line-height: 1.55;
  color: #2a2a2a;
  margin: 0 0 48px
}

.success_page .details_box {
  background: #E9E9E9;
  padding: 24px;
  border-radius: 3px;
  margin: 0 0 48px;
  text-align: left
}

.success_page .details_box .detail_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #6344391a
}

.success_page .details_box .detail_row:last-child {
  border-bottom: none
}

.success_page .details_box .detail_label {
  font-size: 15px;
  line-height: 1.55;
  color: #5a5a5a
}

.success_page .details_box .detail_value {
  font-size: 15px;
  line-height: 1.55;
  color: #2a2a2a;
  font-weight: 600
}

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

.success_page .primary_action {
  background: #0EEEFC;
  color: #2a2a2a;
  font-size: 19px;
  line-height: 1.2;
  padding: 16px 24px;
  border: none;
  border-radius: 28px;
  cursor: pointer;
  transition: transform .15s ease-out, box-shadow .12s ease-out;
  box-shadow: 0 2px 6px 0 #0eeefc0f;
  text-decoration: none;
  display: inline-block
}

.success_page .primary_action:hover {
  transform: scale(0.97);
  box-shadow: 0 6px 25px 0 #0eeefc1a
}

.success_page .secondary_action {
  background: transparent;
  color: #634439;
  font-size: 15px;
  line-height: 1.2;
  padding: 16px 24px;
  border: 2px solid #634439;
  border-radius: 28px;
  cursor: pointer;
  transition: transform .18s ease-out, background .15s ease-out;
  text-decoration: none;
  display: inline-block
}

.success_page .secondary_action:hover {
  transform: scale(0.97);
  background: #6344390d
}

.success_page .additional_info {
  margin: 24px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid #E9E9E9
}

.success_page .additional_info .info_text {
  font-size: 15px;
  line-height: 1.8;
  color: #5a5a5a;
  margin: 0
}

.success_page .additional_info .contact_link {
  color: #0EEEFC;
  text-decoration: none;
  transition: color .12s ease-out
}

.success_page .additional_info .contact_link:hover {
  color: #634439
}

@media (min-width: 768px) {
  .success_page .action_group {
    flex-direction: row;
    justify-content: center
  }

  .success_page .primary_action,
  .success_page .secondary_action {
    flex: 0 1 auto
  }
}

@media (max-width: 768px) {
  .success_page .confirmation_container {
    padding: 24px
  }

  .success_page .confirmation_title {
    font-size: 31px
  }

  .success_page .status_icon {
    width: 72px;
    height: 72px
  }

  .success_page .status_icon svg {
    width: 40px;
    height: 40px
  }
}