body {
  margin: 0;
  min-height: 100svh;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%
}

.brand-header {
  box-sizing: border-box;
  position: relative;
  background: #fff;
  box-shadow: 0 3px 4px 0 #fd51000f 0 5px 22px 0 #fd510017;
  z-index: 100
}

.brand-header__top-bar {
  box-sizing: border-box;
  background: #001C74;
  padding: 8px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.brand-header__location {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px;
  color: #E0DDDC;
  letter-spacing: .01em;
  line-height: 1.3
}

.brand-header__location i {
  color: #FD5100;
  font-size: 14px
}

.brand-header__contact-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px;
  color: #E0DDDC;
  text-decoration: none;
  letter-spacing: .01em;
  line-height: 1.3;
  border-radius: 2px;
  transition: color .2s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.brand-header__contact-link:hover,
.brand-header__contact-link:focus {
  color: #FD5100;
  outline: none;
  background: #fd510014
}

.brand-header__contact-link i {
  font-size: 14px
}

.brand-header__body {
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 32px;
  display: flex;
  align-items: center;
  gap: 32px
}

.brand-header__logo-zone {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding-right: 32px;
  border-right: 2px solid #FD5100;
  background: #fff;
  border-radius: 2px;
  box-shadow: inset 0 0 0 0 transparent
}

.brand-header__logo-container {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  padding: 4px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 4px 0 #001c740f 0 5px 22px 0 #001c7417;
  border: 1px solid #E0DDDC
}

.brand-header__logo-container img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  display: block
}

.brand-header__nav-area {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1
}

.brand-header__wordmark {
  font-family: 'JetBrains Mono', monospace;
  font-size: 21px;
  font-weight: 700;
  color: #001C74;
  letter-spacing: .02em;
  line-height: 1.1
}

.brand-header__wordmark span {
  color: #FD5100
}

.primary-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0
}

.primary-nav__item {
  box-sizing: border-box
}

.primary-nav__link {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px;
  font-weight: 700;
  color: #001C74;
  text-decoration: none;
  letter-spacing: .02em;
  line-height: 1.3;
  text-transform: uppercase;
  border-radius: 8px;
  border: 1px solid transparent;
  transition: background .25s cubic-bezier(0.34, 1.56, 0.64, 1), border-color .25s cubic-bezier(0.34, 1.56, 0.64, 1), color .2s cubic-bezier(0.34, 1.56, 0.64, 1);
  min-height: 44px
}

.primary-nav__link:hover,
.primary-nav__link:focus {
  background: #001c740f;
  border-color: #E0DDDC;
  color: #FD5100;
  outline: none
}

.primary-nav__link[aria-current="page"] {
  background: #fd510014;
  border-color: #fd51004d;
  color: #FD5100
}

.primary-nav__link i {
  font-size: 17px;
  flex-shrink: 0
}

.site-footer {
  box-sizing: border-box;
  background: #001C74;
  font-family: 'JetBrains Mono', monospace
}

.site-footer__upper {
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 32px 32px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px
}

.site-footer__brand {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 20px
}

.site-footer__logo-wrap {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  padding: 4px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 22px 0 #001c7421;
  border: 2px solid #e0dddc4d
}

.site-footer__logo-wrap img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  display: block
}

.site-footer__brand-name {
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  letter-spacing: .02em;
  line-height: 1.1
}

.site-footer__brand-name span {
  color: #FD5100
}

.site-footer__tagline {
  font-size: 14px;
  color: #e0dddcbf;
  letter-spacing: .01em;
  line-height: 1.6
}

.site-footer__contact-block {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 20px
}

.site-footer__group-label {
  font-size: 14px;
  font-weight: 700;
  color: #FD5100;
  letter-spacing: .02em;
  line-height: 1.3;
  text-transform: uppercase;
  padding-bottom: 8px;
  border-bottom: 1px solid #e0dddc26
}

.site-footer__contact-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0
}

.site-footer__contact-item {
  display: flex;
  align-items: flex-start;
  gap: 8px
}

.site-footer__contact-item i {
  color: #FD5100;
  font-size: 17px;
  flex-shrink: 0;
  margin-top: 2px
}

.site-footer__contact-text {
  font-size: 14px;
  color: #e0dddcd9;
  letter-spacing: .01em;
  line-height: 1.6;
  text-decoration: none;
  border-radius: 2px;
  transition: color .2s cubic-bezier(0.34, 1.56, 0.64, 1)
}

a.site-footer__contact-text:hover,
a.site-footer__contact-text:focus {
  color: #FD5100;
  outline: none
}

.site-footer__links-block {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 20px
}

.site-footer__policy-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0
}

.site-footer__policy-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #e0dddcbf;
  text-decoration: none;
  letter-spacing: .01em;
  line-height: 1.6;
  border-radius: 2px;
  padding: 4px 0;
  transition: color .25s cubic-bezier(0.34, 1.56, 0.64, 1);
  min-height: 44px;
  align-items: center
}

.site-footer__policy-link:hover,
.site-footer__policy-link:focus {
  color: #FD5100;
  outline: none
}

.site-footer__policy-link i {
  font-size: 14px;
  flex-shrink: 0
}

.site-footer__lower {
  box-sizing: border-box;
  border-top: 1px solid #e0dddc1f;
  background: #00000026
}

.site-footer__lower-inner {
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px
}

.site-footer__copyright {
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px;
  color: #e0dddc80;
  letter-spacing: .01em;
  line-height: 1.3
}

.site-footer__domain {
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px;
  color: #fd5100b3;
  letter-spacing: .01em;
  line-height: 1.3
}

.cookie-notice {
  box-sizing: border-box;
  position: fixed;
  top: 20px;
  left: 20px;
  width: 320px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 10px 48px 0 #001c7421;
  border: 1px solid #E0DDDC;
  padding: 20px;
  z-index: 8000;
  font-family: 'JetBrains Mono', monospace
}

.cookie-notice__description {
  font-size: 14px;
  color: #001C74;
  line-height: 1.6;
  letter-spacing: .01em;
  margin: 0 0 12px
}

.cookie-notice__uses {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px
}

.cookie-notice__use-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #001c74bf;
  line-height: 1.3;
  letter-spacing: .01em
}

.cookie-notice__use-item i {
  color: #FD5100;
  font-size: 14px;
  flex-shrink: 0
}

.cookie-notice__actions {
  display: flex;
  gap: 8px;
  align-items: center
}

.cookie-notice__accept {
  box-sizing: border-box;
  flex: 1;
  padding: 12px;
  background: #001C74;
  color: #fff;
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  line-height: 1.3;
  min-height: 44px;
  transition: background .2s cubic-bezier(0.34, 1.56, 0.64, 1), color .2s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.cookie-notice__accept:hover,
.cookie-notice__accept:focus {
  background: #FD5100;
  outline: none
}

.cookie-notice__decline {
  box-sizing: border-box;
  flex: 1;
  padding: 12px;
  background: transparent;
  color: #001C74;
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
  border: 1px solid #E0DDDC;
  border-radius: 8px;
  cursor: pointer;
  line-height: 1.3;
  min-height: 44px;
  transition: border-color .25s cubic-bezier(0.34, 1.56, 0.64, 1), color .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.cookie-notice__decline:hover,
.cookie-notice__decline:focus {
  border-color: #FD5100;
  color: #FD5100;
  outline: none
}

@media (max-width: 900px) {
  .site-footer__upper {
    grid-template-columns: 1fr 1fr
  }

  .brand-header__top-bar {
    padding: 8px 20px
  }

  .brand-header__body {
    padding: 20px;
    gap: 20px
  }
}

@media (max-width: 640px) {
  .site-footer__upper {
    grid-template-columns: 1fr;
    padding: 32px 20px 20px
  }

  .site-footer__lower-inner {
    padding: 20px;
    flex-direction: column;
    align-items: flex-start
  }

  .brand-header__body {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px
  }

  .brand-header__logo-zone {
    border-right: none;
    padding-right: 0;
    border-bottom: 2px solid #FD5100;
    padding-bottom: 12px;
    width: 100%;
    flex-direction: row;
    gap: 12px
  }

  .cookie-notice {
    width: calc(100vw - 40px);
    left: 20px;
    right: 20px
  }

  .brand-header__top-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px
  }
}

.doc-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 32px
}

.doc-content h1 {
  font-size: 54px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #001C74;
  margin-bottom: 32px;
  margin-top: 0
}

.doc-content h2 {
  font-size: 38px;
  line-height: 1.3;
  letter-spacing: .01em;
  color: #001C74;
  margin-top: 64px;
  margin-bottom: 20px
}

.doc-content h3 {
  font-size: 28px;
  line-height: 1.3;
  letter-spacing: .01em;
  color: #001C74;
  margin-top: 32px;
  margin-bottom: 20px
}

.doc-content h4 {
  font-size: 21px;
  line-height: 1.6;
  letter-spacing: .02em;
  color: #001C74;
  margin-top: 32px;
  margin-bottom: 12px
}

.doc-content h5 {
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: .02em;
  color: #001C74;
  margin-top: 20px;
  margin-bottom: 8px
}

.doc-content h6 {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: .02em;
  color: #001C74;
  margin-top: 20px;
  margin-bottom: 8px;
  text-transform: uppercase
}

.doc-content p {
  font-size: 17px;
  line-height: 1.9;
  letter-spacing: .01em;
  color: #1a1a2e;
  margin-top: 0;
  margin-bottom: 20px
}

.doc-content p:last-child {
  margin-bottom: 0
}

.doc-content ul,
.doc-content ol {
  font-size: 17px;
  line-height: 1.9;
  letter-spacing: .01em;
  color: #1a1a2e;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 32px
}

.doc-content ul {
  list-style-type: disc
}

.doc-content ol {
  list-style-type: decimal
}

.doc-content li {
  margin-bottom: 8px
}

.doc-content li:last-child {
  margin-bottom: 0
}

.doc-content ul ul,
.doc-content ol ol,
.doc-content ul ol,
.doc-content ol ul {
  margin-top: 8px;
  margin-bottom: 8px
}

.doc-content a {
  color: #FD5100;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color .2s cubic-bezier(0.34, 1.56, 0.64, 1), text-decoration-color .2s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.doc-content a:hover {
  color: #001C74;
  text-decoration-color: #001C74
}

.doc-content a:visited {
  color: #001C74
}

.doc-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: .01em;
  box-shadow: 0 3px 4px 0 #001c740f;
  border-radius: 8px;
  overflow: hidden
}

.doc-content thead {
  background-color: #001C74
}

.doc-content thead th {
  color: #fff;
  font-size: 14px;
  letter-spacing: .02em;
  text-transform: uppercase;
  padding: 12px 20px;
  text-align: left;
  font-weight: 700
}

.doc-content tbody tr {
  border-bottom: 1px solid #E0DDDC;
  transition: background-color .2s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.doc-content tbody tr:last-child {
  border-bottom: none
}

.doc-content tbody tr:nth-child(even) {
  background-color: #f4f3f2
}

.doc-content tbody tr:hover {
  background-color: #ede9e7
}

.doc-content td {
  padding: 12px 20px;
  color: #1a1a2e;
  vertical-align: top
}

.doc-content th {
  padding: 12px 20px;
  vertical-align: top
}

.doc-content hr {
  border: none;
  border-top: 2px solid #E0DDDC;
  margin-top: 32px;
  margin-bottom: 32px
}

@media (max-width: 768px) {
  .doc-content {
    padding: 32px 20px
  }

  .doc-content h1 {
    font-size: 38px
  }

  .doc-content h2 {
    font-size: 28px;
    margin-top: 32px
  }

  .doc-content h3 {
    font-size: 21px
  }

  .doc-content table {
    display: block;
    overflow-x: auto
  }
}

@media (max-width: 480px) {
  .doc-content {
    padding: 20px 12px
  }

  .doc-content h1 {
    font-size: 28px
  }

  .doc-content h2 {
    font-size: 21px
  }

  .doc-content h3 {
    font-size: 17px
  }

  .doc-content p,
  .doc-content ul,
  .doc-content ol {
    font-size: 14px
  }
}

.sponsorship {
  overflow-x: clip;
  position: relative
}

.sponsorship .grid-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: .03;
  background-image: linear-gradient(#001C74 1px, transparent 1px), linear-gradient(90deg, #001C74 1px, transparent 1px);
  background-size: 48px 48px;
  z-index: 0
}

.sponsorship .title-frame {
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 1
}

.sponsorship .image-container {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 16/9;
  box-shadow: 0 10px 48px 0 #fd510021
}

.sponsorship .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: blur(0px)
}

.sponsorship .image-container::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #001c7473 0%, #fd51002e 100%);
  z-index: 1
}

.sponsorship .image-container::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: linear-gradient(to top, #001c7499, transparent);
  z-index: 2
}

.sponsorship .image-label {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 3;
  border: 1px solid #fff6;
  border-radius: 2px;
  padding: 4px 12px;
  color: #fff;
  font-size: 14px;
  letter-spacing: .02em;
  line-height: 1.6
}

.sponsorship .text-side {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.sponsorship .label-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #FD5100;
  border-radius: 2px;
  padding: 4px 12px;
  font-size: 14px;
  color: #FD5100;
  letter-spacing: .02em;
  line-height: 1.6;
  width: fit-content
}

.sponsorship .main-heading {
  font-size: 54px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #001C74;
  margin: 0
}

.sponsorship .main-heading span {
  display: block;
  color: #FD5100
}

.sponsorship .heading-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #FD5100;
  margin-left: 4px;
  vertical-align: middle;
  margin-bottom: 4px
}

.sponsorship .lead-text {
  font-size: 17px;
  line-height: 1.6;
  color: #2a2a3d;
  margin: 0;
  letter-spacing: .01em
}

.sponsorship .cta-row {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap
}

.sponsorship .btn-primary {
  background: #FD5100;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px 32px;
  font-size: 14px;
  letter-spacing: .02em;
  line-height: 1.6;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color .25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .2s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 5px 22px 0 #fd510017
}

.sponsorship .btn-primary:hover {
  background: #001C74;
  box-shadow: 0 10px 48px 0 #fd510021
}

.sponsorship .btn-primary:focus {
  outline: 2px solid #FD5100;
  outline-offset: 3px
}

.sponsorship .btn-secondary {
  background: transparent;
  color: #001C74;
  border: 1px solid #001C74;
  border-radius: 8px;
  padding: 12px 32px;
  font-size: 14px;
  letter-spacing: .02em;
  line-height: 1.6;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none !important;
  display: inline-block;
  transition: border-color .2s cubic-bezier(0.68, -0.55, 0.27, 1.55), color .2s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.sponsorship .btn-secondary:hover {
  border-color: #FD5100;
  color: #FD5100
}

.sponsorship .btn-secondary:focus {
  outline: 2px solid #001C74;
  outline-offset: 3px
}

.sponsorship .metrics-strip {
  background: #001C74;
  position: relative;
  overflow: hidden
}

.sponsorship .metrics-strip::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: #FD5100
}

.sponsorship .metrics-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 32px 32px 64px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  align-items: center
}

.sponsorship .metric-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  animation: appear-load .35s cubic-bezier(0.34, 1.56, 0.64, 1) both
}

.sponsorship .metric-item:nth-child(1) {
  animation-delay: .05s
}

.sponsorship .metric-item:nth-child(2) {
  animation-delay: .12s
}

.sponsorship .metric-item:nth-child(3) {
  animation-delay: .19s
}

.sponsorship .metric-item:nth-child(4) {
  animation-delay: .26s
}

@keyframes appear-load {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.sponsorship .metric-number {
  font-size: 38px;
  line-height: 1.1;
  color: #FD5100;
  letter-spacing: .01em
}

.sponsorship .metric-label {
  font-size: 14px;
  line-height: 1.6;
  color: #E0DDDC;
  letter-spacing: .02em
}

.sponsorship .metric-divider {
  width: 1px;
  height: 48px;
  background: #e0dddc33;
  justify-self: center
}

.sponsorship .comparison-block {
  background: #fff;
  position: relative;
  padding: 64px 0 80px
}

.sponsorship .comparison-block::after {
  content: '';
  position: absolute;
  bottom: -32px;
  left: 0;
  right: 0;
  height: 64px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: 2
}

.sponsorship .comparison-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px
}

.sponsorship .section-label {
  font-size: 14px;
  letter-spacing: .02em;
  line-height: 1.6;
  color: #FD5100;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px
}

.sponsorship .section-heading {
  font-size: 38px;
  line-height: 1.3;
  color: #001C74;
  margin: 0 0 32px;
  letter-spacing: .01em
}

.sponsorship .comparison-grid {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 32px;
  align-items: start
}

.sponsorship .comparison-fixed {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 32px 20px;
  background: linear-gradient(135deg, #001C74 0%, #0a2a8a 100%);
  border-radius: 14px;
  position: sticky;
  top: 32px
}

.sponsorship .comparison-fixed-title {
  font-size: 21px;
  line-height: 1.3;
  color: #fff;
  margin: 0;
  letter-spacing: .01em
}

.sponsorship .comparison-fixed-text {
  font-size: 14px;
  line-height: 1.6;
  color: #E0DDDC;
  margin: 0;
  letter-spacing: .01em
}

.sponsorship .icon-connector {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-top: 20px
}

.sponsorship .icon-node {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #fd510026;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FD5100;
  font-size: 21px
}

.sponsorship .dashed-connector {
  width: 1px;
  height: 24px;
  border-left: 2px dashed #fd510066
}

.sponsorship .comparison-panels {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.sponsorship .panel-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px
}

.sponsorship .panel-before,
.sponsorship .panel-after {
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.sponsorship .panel-before {
  background: #f5f4f3;
  border: 1px solid #E0DDDC
}

.sponsorship .panel-after {
  background: linear-gradient(135deg, #fd51000f 0%, #001c740a 100%);
  border: 1px solid #fd510033
}

.sponsorship .panel-tag {
  font-size: 14px;
  letter-spacing: .02em;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase
}

.sponsorship .panel-before .panel-tag {
  color: #888
}

.sponsorship .panel-after .panel-tag {
  color: #FD5100
}

.sponsorship .panel-text {
  font-size: 14px;
  line-height: 1.6;
  color: #2a2a3d;
  margin: 0;
  letter-spacing: .01em
}

.sponsorship .capabilities-block {
  background: #f2f1f0;
  position: relative;
  padding: 96px 0 64px
}

.sponsorship .capabilities-block::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: linear-gradient(to bottom, #FD5100, #001C74)
}

.sponsorship .zigzag-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 20px;
  overflow: hidden
}

.sponsorship .zigzag-top svg {
  width: 100%;
  height: 20px;
  display: block
}

.sponsorship .capabilities-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px
}

.sponsorship .capabilities-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  margin-bottom: 64px;
  align-items: start
}

.sponsorship .capabilities-heading {
  font-size: 38px;
  line-height: 1.3;
  color: #001C74;
  margin: 0;
  letter-spacing: .01em
}

.sponsorship .capabilities-description {
  font-size: 17px;
  line-height: 1.6;
  color: #2a2a3d;
  margin: 0;
  letter-spacing: .01em
}

.sponsorship .feature-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0
}

.sponsorship .feature-item {
  background: #fff;
  border-radius: 14px;
  padding: 32px 20px;
  border: 1px solid #E0DDDC;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 3px 4px 0 #001c740f;
  transition: box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1), border-color .2s cubic-bezier(0.34, 1.56, 0.64, 1);
  animation: appear-load .35s cubic-bezier(0.34, 1.56, 0.64, 1) both
}

.sponsorship .feature-item:nth-child(1) {
  animation-delay: .08s
}

.sponsorship .feature-item:nth-child(2) {
  animation-delay: .16s
}

.sponsorship .feature-item:nth-child(3) {
  animation-delay: .24s
}

.sponsorship .feature-item:nth-child(4) {
  animation-delay: .32s
}

.sponsorship .feature-item:nth-child(5) {
  animation-delay: .4s
}

.sponsorship .feature-item:nth-child(6) {
  animation-delay: .48s
}

.sponsorship .feature-item:hover {
  box-shadow: 0 10px 48px 0 #001c7421;
  border-color: #fd51004d
}

.sponsorship .feature-icon {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: linear-gradient(135deg, #fd51001a 0%, #001c7414 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FD5100;
  font-size: 21px
}

.sponsorship .feature-title {
  font-size: 17px;
  line-height: 1.3;
  color: #001C74;
  margin: 0;
  letter-spacing: .01em
}

.sponsorship .feature-description {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  margin: 0;
  letter-spacing: .01em
}

.sponsorship .contact-block {
  background: #fff;
  padding: 64px 0;
  position: relative
}

.sponsorship .contact-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center
}

.sponsorship .contact-text-side {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.sponsorship .contact-heading {
  font-size: 38px;
  line-height: 1.3;
  color: #001C74;
  margin: 0;
  letter-spacing: .01em
}

.sponsorship .contact-description {
  font-size: 17px;
  line-height: 1.6;
  color: #2a2a3d;
  margin: 0;
  letter-spacing: .01em
}

.sponsorship .contact-details {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.sponsorship .contact-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  background: #f2f1f0;
  border-radius: 8px;
  border-left: 3px solid #FD5100;
  border-right: 1px solid #E0DDDC;
  border-top: 1px solid #E0DDDC;
  border-bottom: 1px solid #E0DDDC
}

.sponsorship .contact-icon {
  color: #FD5100;
  font-size: 21px;
  flex-shrink: 0
}

.sponsorship .contact-value {
  font-size: 17px;
  line-height: 1.6;
  color: #001C74;
  letter-spacing: .01em;
  text-decoration: none !important;
  transition: color .2s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.sponsorship .contact-value:hover {
  color: #FD5100
}

.sponsorship .contact-visual {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.sponsorship .conic-accent {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 14px;
  background: conic-gradient(from 135deg at 30% 60%, #001C74 0deg, #FD5100 90deg, #E0DDDC 180deg, #001C74 270deg, #FD5100 360deg);
  opacity: .12;
  position: absolute;
  pointer-events: none
}

.sponsorship .visual-card {
  background: linear-gradient(135deg, #001C74 0%, #0a2a8a 100%);
  border-radius: 14px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-shadow: 0 10px 48px 0 #001c7421;
  position: relative;
  overflow: hidden
}

.sponsorship .visual-card::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: conic-gradient(from 0deg, #fd51004d, #e0dddc1a, #fd51004d);
  pointer-events: none
}

.sponsorship .visual-card-title {
  font-size: 21px;
  line-height: 1.3;
  color: #fff;
  margin: 0;
  letter-spacing: .01em
}

.sponsorship .visual-card-text {
  font-size: 14px;
  line-height: 1.6;
  color: #E0DDDC;
  margin: 0;
  letter-spacing: .01em
}

.sponsorship .icon-chain {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.sponsorship .chain-node {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #fd510033;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FD5100;
  font-size: 17px
}

.sponsorship .chain-dash {
  flex: 1;
  height: 1px;
  border-top: 2px dashed #fd510059
}

@media (max-width: 900px) {
  .sponsorship .title-frame {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 32px 20px
  }

  .sponsorship .metrics-inner {
    grid-template-columns: 1fr 1fr;
    padding: 32px 20px
  }

  .sponsorship .metric-divider {
    display: none
  }

  .sponsorship .comparison-grid {
    grid-template-columns: 1fr
  }

  .sponsorship .comparison-fixed {
    position: static
  }

  .sponsorship .panel-row {
    grid-template-columns: 1fr
  }

  .sponsorship .capabilities-top {
    grid-template-columns: 1fr;
    gap: 20px
  }

  .sponsorship .feature-list {
    grid-template-columns: 1fr 1fr
  }

  .sponsorship .contact-inner {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .sponsorship .main-heading {
    font-size: 38px
  }
}

@media (max-width: 600px) {
  .sponsorship .metrics-inner {
    grid-template-columns: 1fr 1fr
  }

  .sponsorship .feature-list {
    grid-template-columns: 1fr
  }

  .sponsorship .main-heading {
    font-size: 28px
  }

  .sponsorship .section-heading,
  .sponsorship .capabilities-heading,
  .sponsorship .contact-heading {
    font-size: 28px
  }
}

.lead-page {
  overflow-x: hidden
}

.lead-page * {
  box-sizing: border-box
}

@keyframes elastic-in {
  0% {
    opacity: 0;
    transform: translateY(32px) scale(0.96)
  }

  60% {
    opacity: 1;
    transform: translateY(-6px) scale(1.01)
  }

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

@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(24px)
  }

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

@keyframes strip-reveal {
  0% {
    opacity: 0;
    transform: translateX(-20px)
  }

  60% {
    opacity: 1;
    transform: translateX(4px)
  }

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

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

  to {
    transform: rotate(360deg)
  }
}

@keyframes dot-float {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-8px)
  }
}

.lead-page .title-block {
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative;
  background: #fff
}

.lead-page .title-block__dots {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden
}

.lead-page .title-block__dot {
  position: absolute;
  border-radius: 50%;
  background: #FD5100;
  opacity: .07;
  animation: dot-float 6s ease-in-out infinite
}

.lead-page .title-block__dot:nth-child(1) {
  width: 12px;
  height: 12px;
  top: 15%;
  left: 20%;
  animation-delay: 0s
}

.lead-page .title-block__dot:nth-child(2) {
  width: 8px;
  height: 8px;
  top: 60%;
  left: 55%;
  animation-delay: 1.2s
}

.lead-page .title-block__dot:nth-child(3) {
  width: 16px;
  height: 16px;
  top: 30%;
  left: 80%;
  animation-delay: 2.4s
}

.lead-page .title-block__dot:nth-child(4) {
  width: 6px;
  height: 6px;
  top: 75%;
  left: 35%;
  animation-delay: .8s
}

.lead-page .title-block__dot:nth-child(5) {
  width: 10px;
  height: 10px;
  top: 45%;
  left: 70%;
  animation-delay: 1.8s
}

.lead-page .title-block__dot:nth-child(6) {
  width: 14px;
  height: 14px;
  top: 85%;
  left: 12%;
  animation-delay: 3s
}

.lead-page .title-block__geo {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  width: 180px;
  height: 180px;
  pointer-events: none;
  opacity: .06;
  animation: rotate-slow 18s linear infinite
}

.lead-page .title-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 32px;
  align-items: start
}

.lead-page .title-strip {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 8px;
  animation: strip-reveal .35s cubic-bezier(0.34, 1.56, 0.64, 1) both;
  animation-delay: .1s
}

.lead-page .title-strip__img {
  width: 72px;
  height: 420px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  display: block
}

.lead-page .title-strip__line {
  width: 2px;
  flex: 1;
  min-height: 32px;
  background: linear-gradient(180deg, #FD5100 0%, #001C74 100%);
  border-radius: 2px;
  margin: 0 auto
}

.lead-page .title-text {
  padding-top: 32px;
  animation: elastic-in .35s cubic-bezier(0.34, 1.56, 0.64, 1) both;
  animation-delay: .2s
}

.lead-page .title-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1.5px solid #FD5100;
  border-radius: 2px;
  padding: 4px 12px;
  margin-bottom: 20px
}

.lead-page .title-label__text {
  font-size: 14px;
  line-height: 1.6;
  color: #FD5100;
  letter-spacing: .02em;
  text-transform: uppercase
}

.lead-page .title-h1 {
  font-size: 54px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #001C74;
  margin: 0 0 20px;
  font-weight: 700
}

.lead-page .title-h1 span {
  color: #FD5100
}

.lead-page .title-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #FD5100;
  border-radius: 50%;
  margin-left: 4px;
  vertical-align: middle
}

.lead-page .title-theses {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 32px
}

.lead-page .title-thesis {
  font-size: 17px;
  line-height: 1.6;
  color: #2a2a3d;
  letter-spacing: .01em;
  padding-left: 20px;
  border-left: 3px solid #E0DDDC;
  border-radius: 0 0 0 2px
}

.lead-page .title-thesis strong {
  color: #001C74
}

.lead-page .divider-curve {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  display: block
}

.lead-page .divider-curve svg {
  display: block;
  width: 100%
}

.lead-page .relations-block {
  background: #001C74;
  padding: 64px 0;
  position: relative;
  overflow: hidden
}

.lead-page .relations-geo {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 240px;
  height: 240px;
  pointer-events: none;
  opacity: .08;
  animation: rotate-slow 24s linear infinite reverse
}

.lead-page .relations-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center
}

.lead-page .relations-image-wrap {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 16/9;
  box-shadow: 0 10px 48px 0 #001c7421;
  animation: fade-up .3s cubic-bezier(0.34, 1.56, 0.64, 1) both
}

.lead-page .relations-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.lead-page .relations-text {
  animation: elastic-in .3s cubic-bezier(0.34, 1.56, 0.64, 1) both;
  animation-delay: .1s
}

.lead-page .relations-eyebrow {
  font-size: 14px;
  line-height: 1.6;
  color: #FD5100;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-bottom: 12px
}

.lead-page .relations-h2 {
  font-size: 38px;
  line-height: 1.1;
  color: #fff;
  font-weight: 700;
  letter-spacing: .01em;
  margin: 0 0 20px
}

.lead-page .relations-body {
  font-size: 17px;
  line-height: 1.6;
  color: #c8d0e8;
  letter-spacing: .01em;
  margin: 0 0 20px
}

.lead-page .relations-stat-row {
  display: flex;
  flex-direction: row;
  gap: 32px;
  margin-top: 32px
}

.lead-page .relations-stat {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.lead-page .relations-stat__num {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: .01em
}

.lead-page .relations-stat__num .integer {
  color: #fff
}

.lead-page .relations-stat__num .fraction {
  color: #FD5100
}

.lead-page .relations-stat__label {
  font-size: 14px;
  line-height: 1.6;
  color: #89c;
  letter-spacing: .02em
}

.lead-page .recognition-block {
  background: #fff;
  padding: 64px 0 32px
}

.lead-page .recognition-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px
}

.lead-page .recognition-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: end;
  margin-bottom: 32px
}

.lead-page .recognition-h2 {
  font-size: 38px;
  line-height: 1.1;
  color: #001C74;
  font-weight: 700;
  letter-spacing: .01em;
  margin: 0
}

.lead-page .recognition-sub {
  font-size: 17px;
  line-height: 1.6;
  color: #3a3a5c;
  letter-spacing: .01em;
  margin: 0
}

.lead-page .recognition-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 32px
}

.lead-page .recognition-card {
  border: 1.5px solid #E0DDDC;
  border-radius: 14px;
  padding: 32px 20px;
  background: #fff;
  box-shadow: 0 3px 4px 0 #fd51000f;
  transition: box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1), transform .25s cubic-bezier(0.34, 1.56, 0.64, 1), border-color .2s ease
}

.lead-page .recognition-card:hover {
  box-shadow: 0 10px 48px 0 #fd510021;
  transform: translateY(-4px);
  border-color: #FD5100
}

.lead-page .recognition-card__icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: conic-gradient(from 45deg, #FD5100 0%, #001C74 60%, #FD5100 100%);
  border-radius: 8px;
  margin-bottom: 20px
}

.lead-page .recognition-card__icon i {
  font-size: 21px;
  color: #fff
}

.lead-page .recognition-card__heading {
  font-size: 17px;
  line-height: 1.3;
  color: #001C74;
  font-weight: 700;
  letter-spacing: .01em;
  margin: 0 0 8px
}

.lead-page .recognition-card__text {
  font-size: 14px;
  line-height: 1.6;
  color: #4a4a6a;
  letter-spacing: .01em;
  margin: 0
}

.lead-page .adapt-block {
  padding: 64px 0;
  background: linear-gradient(135deg, #f5f4f3 0%, #eceaf0 50%, #f0ede8 100%);
  position: relative
}

.lead-page .adapt-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 5fr 4fr;
  gap: 64px;
  align-items: start
}

.lead-page .adapt-eyebrow {
  font-size: 14px;
  line-height: 1.6;
  color: #FD5100;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-bottom: 12px
}

.lead-page .adapt-h2 {
  font-size: 38px;
  line-height: 1.1;
  color: #001C74;
  font-weight: 700;
  letter-spacing: .01em;
  margin: 0 0 20px
}

.lead-page .adapt-body {
  font-size: 17px;
  line-height: 1.6;
  color: #2a2a3d;
  letter-spacing: .01em;
  margin: 0 0 32px
}

.lead-page .adapt-steps {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.lead-page .adapt-step {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start
}

.lead-page .adapt-step__num {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
  min-width: 44px;
  letter-spacing: .01em
}

.lead-page .adapt-step__num .integer {
  color: #001C74
}

.lead-page .adapt-step__num .fraction {
  color: #FD5100
}

.lead-page .adapt-step__text {
  font-size: 17px;
  line-height: 1.6;
  color: #2a2a3d;
  letter-spacing: .01em;
  padding-top: 4px
}

.lead-page .adapt-right {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.lead-page .adapt-image-wrap {
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 16/9;
  box-shadow: 0 5px 22px 0 #001c7417
}

.lead-page .adapt-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.lead-page .adapt-note {
  border: 1.5px solid #FD5100;
  border-radius: 8px;
  padding: 20px;
  background: #fff
}

.lead-page .adapt-note__text {
  font-size: 14px;
  line-height: 1.6;
  color: #001C74;
  letter-spacing: .01em;
  margin: 0
}

.lead-page .objection-block {
  padding: 64px 0;
  background: #fff
}

.lead-page .objection-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px
}

.lead-page .objection-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center
}

.lead-page .objection-image-wrap {
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 16/9;
  box-shadow: 0 5px 22px 0 #001c7417;
  inset-shadow: inset 0 6px 10px 0 #001c7414
}

.lead-page .objection-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.lead-page .objection-eyebrow {
  font-size: 14px;
  line-height: 1.6;
  color: #FD5100;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-bottom: 12px
}

.lead-page .objection-h2 {
  font-size: 38px;
  line-height: 1.1;
  color: #001C74;
  font-weight: 700;
  letter-spacing: .01em;
  margin: 0 0 20px
}

.lead-page .objection-body {
  font-size: 17px;
  line-height: 1.6;
  color: #2a2a3d;
  letter-spacing: .01em;
  margin: 0 0 20px
}

.lead-page .objection-callout {
  background: conic-gradient(from 200deg at 80% 50%, #001C74 0%, #FD5100 40%, #001C74 100%);
  border-radius: 8px;
  padding: 20px;
  margin-top: 20px
}

.lead-page .objection-callout__text {
  font-size: 17px;
  line-height: 1.6;
  color: #fff;
  letter-spacing: .01em;
  margin: 0;
  font-weight: 600
}

.lead-page .scale-block {
  padding: 64px 0;
  background: #f3f2f8;
  position: relative
}

.lead-page .scale-geo {
  position: absolute;
  bottom: -60px;
  left: -60px;
  width: 200px;
  height: 200px;
  pointer-events: none;
  opacity: .05;
  animation: rotate-slow 20s linear infinite
}

.lead-page .scale-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px
}

.lead-page .scale-header {
  margin-bottom: 32px
}

.lead-page .scale-h2 {
  font-size: 38px;
  line-height: 1.1;
  color: #001C74;
  font-weight: 700;
  letter-spacing: .01em;
  margin: 0 0 12px
}

.lead-page .scale-sub {
  font-size: 17px;
  line-height: 1.6;
  color: #3a3a5c;
  letter-spacing: .01em;
  margin: 0;
  max-width: 600px
}

.lead-page .scale-testimonials {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px
}

.lead-page .scale-testimonial {
  background: #fff;
  border-radius: 14px;
  padding: 32px;
  box-shadow: 0 3px 4px 0 #001c740f;
  border: 1.5px solid #E0DDDC;
  transition: box-shadow .28s cubic-bezier(0.34, 1.56, 0.64, 1), border-color .2s ease
}

.lead-page .scale-testimonial:hover {
  box-shadow: 0 10px 48px 0 #001c7421;
  border-color: #001C74
}

.lead-page .scale-testimonial__quote {
  font-size: 17px;
  line-height: 1.6;
  color: #2a2a3d;
  letter-spacing: .01em;
  margin: 0 0 20px
}

.lead-page .scale-testimonial__person {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center
}

.lead-page .scale-testimonial__portrait {
  width: 48px;
  height: 60px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0
}

.lead-page .scale-testimonial__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block
}

.lead-page .scale-testimonial__name {
  font-size: 14px;
  line-height: 1.3;
  color: #001C74;
  font-weight: 700;
  letter-spacing: .01em
}

.lead-page .scale-testimonial__role {
  font-size: 14px;
  line-height: 1.6;
  color: #88a;
  letter-spacing: .01em
}

.lead-page .situations-block {
  padding: 64px 0;
  background: #001C74;
  position: relative;
  overflow: hidden
}

.lead-page .situations-geo {
  position: absolute;
  top: 50%;
  right: -80px;
  transform: translateY(-50%);
  width: 320px;
  height: 320px;
  pointer-events: none;
  opacity: .05;
  animation: rotate-slow 30s linear infinite
}

.lead-page .situations-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px
}

.lead-page .situations-header {
  margin-bottom: 32px
}

.lead-page .situations-h2 {
  font-size: 38px;
  line-height: 1.1;
  color: #fff;
  font-weight: 700;
  letter-spacing: .01em;
  margin: 0 0 12px
}

.lead-page .situations-sub {
  font-size: 17px;
  line-height: 1.6;
  color: #c8d0e8;
  letter-spacing: .01em;
  margin: 0;
  max-width: 640px
}

.lead-page .situations-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 32px
}

.lead-page .situation-item {
  border: 1.5px solid #ffffff1f;
  border-radius: 14px;
  padding: 32px 20px;
  background: #ffffff0a;
  transition: background .25s cubic-bezier(0.34, 1.56, 0.64, 1), border-color .2s ease, transform .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.lead-page .situation-item:hover {
  background: #fd51001a;
  border-color: #FD5100;
  transform: translateY(-4px)
}

.lead-page .situation-item__icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #fd510080;
  border-radius: 8px;
  margin-bottom: 20px
}

.lead-page .situation-item__icon i {
  font-size: 21px;
  color: #FD5100
}

.lead-page .situation-item__heading {
  font-size: 17px;
  line-height: 1.3;
  color: #fff;
  font-weight: 700;
  letter-spacing: .01em;
  margin: 0 0 8px
}

.lead-page .situation-item__text {
  font-size: 14px;
  line-height: 1.6;
  color: #a8b4d0;
  letter-spacing: .01em;
  margin: 0
}

.lead-page .situations-image-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 32px
}

.lead-page .situations-image-wrap {
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 16/9;
  box-shadow: 0 5px 22px 0 #001c7421
}

.lead-page .situations-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.lead-page .situations-sponsor-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 32px;
  padding: 12px 20px;
  border: 1.5px solid #fd510099;
  border-radius: 8px;
  color: #FD5100;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: .02em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background .2s cubic-bezier(0.34, 1.56, 0.64, 1), border-color .2s ease, color .2s ease
}

.lead-page .situations-sponsor-link:hover {
  background: #FD5100;
  border-color: #FD5100;
  color: #fff
}

.lead-page .situations-sponsor-link i {
  font-size: 17px
}

@media (max-width: 900px) {
  .lead-page .title-inner {
    grid-template-columns: 48px 1fr;
    gap: 20px
  }

  .lead-page .title-strip__img {
    width: 48px;
    height: 280px
  }

  .lead-page .title-h1 {
    font-size: 38px
  }

  .lead-page .relations-inner {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .lead-page .recognition-header {
    grid-template-columns: 1fr;
    gap: 20px
  }

  .lead-page .recognition-grid {
    grid-template-columns: 1fr 1fr
  }

  .lead-page .adapt-inner {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .lead-page .objection-grid {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .lead-page .scale-testimonials {
    grid-template-columns: 1fr
  }

  .lead-page .situations-grid {
    grid-template-columns: 1fr 1fr
  }

  .lead-page .situations-image-row {
    grid-template-columns: 1fr
  }
}

@media (max-width: 600px) {
  .lead-page .title-h1 {
    font-size: 28px
  }

  .lead-page .title-inner {
    grid-template-columns: 1fr
  }

  .lead-page .title-strip {
    display: none
  }

  .lead-page .relations-h2 {
    font-size: 28px
  }

  .lead-page .recognition-grid {
    grid-template-columns: 1fr
  }

  .lead-page .recognition-h2 {
    font-size: 28px
  }

  .lead-page .adapt-h2 {
    font-size: 28px
  }

  .lead-page .objection-h2 {
    font-size: 28px
  }

  .lead-page .scale-h2 {
    font-size: 28px
  }

  .lead-page .situations-h2 {
    font-size: 28px
  }

  .lead-page .situations-grid {
    grid-template-columns: 1fr
  }

  .lead-page .relations-stat-row {
    gap: 20px
  }

  .lead-page .title-block {
    padding-top: 32px;
    padding-bottom: 32px
  }

  .lead-page .title-geo {
    display: none
  }
}

.about-us {
  overflow-x: clip;
  position: relative
}

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

.about-us .profile__image-frame {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 10px 48px 0 #fd510021
}

.about-us .profile__image-frame img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
  display: block
}

.about-us .profile__image-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, #001c7473 0%, transparent 55%);
  pointer-events: none
}

.about-us .profile__deco {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 80px;
  height: 80px;
  border-radius: 22px;
  background: conic-gradient(from 120deg at 30% 70%, #FD5100 0deg, #001C74 120deg, #E0DDDC 240deg, #FD5100 360deg);
  opacity: .18;
  pointer-events: none;
  z-index: 0
}

.about-us .profile__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 32px
}

.about-us .profile__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1.5px solid #FD5100;
  border-radius: 2px;
  padding: 4px 12px;
  font-size: 14px;
  color: #FD5100;
  letter-spacing: .02em;
  text-transform: uppercase;
  width: fit-content
}

.about-us .profile__heading {
  font-size: 38px;
  line-height: 1.1;
  color: #001C74;
  font-weight: 700;
  letter-spacing: .01em;
  margin: 0
}

.about-us .profile__heading .dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #FD5100;
  margin-left: 6px;
  vertical-align: middle;
  position: relative;
  top: -4px
}

.about-us .profile__subheading {
  font-size: 21px;
  line-height: 1.3;
  color: #001C74;
  font-weight: 400;
  margin: 0;
  opacity: .72
}

.about-us .profile__body {
  font-size: 17px;
  line-height: 1.6;
  color: #1a2340;
  margin: 0;
  letter-spacing: .01em
}

.about-us .profile__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 8px
}

.about-us .stat-card {
  background: #fff;
  border-radius: 8px;
  padding: 20px 12px;
  text-align: center;
  box-shadow: 0 5px 22px 0 #001c7417;
  border-bottom: 3px solid transparent;
  transition: border-color .25s cubic-bezier(0.34, 1.56, 0.64, 1), transform .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.about-us .stat-card:hover {
  border-color: #FD5100;
  transform: translateY(-4px)
}

.about-us .stat-card__number {
  font-size: 38px;
  line-height: 1.1;
  font-weight: 800;
  color: #001C74;
  letter-spacing: .01em;
  display: block
}

.about-us .stat-card__label {
  font-size: 14px;
  line-height: 1.6;
  color: #FD5100;
  letter-spacing: .02em;
  display: block;
  margin-top: 4px
}

.about-us .divider-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 0
}

.about-us .divider-dots span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #E0DDDC;
  display: block
}

.about-us .divider-dots span:nth-child(2) {
  background: #FD5100
}

.about-us .team-band {
  background: #E0DDDC;
  padding: 64px 0;
  position: relative;
  overflow: hidden
}

.about-us .team-band::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: conic-gradient(from 200deg at 60% 40%, #fd51001f 0deg, #001c7414 180deg, transparent 360deg);
  pointer-events: none
}

.about-us .team-band__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px
}

.about-us .team-band__top {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 48px
}

.about-us .team-band__heading {
  font-size: 28px;
  line-height: 1.3;
  color: #001C74;
  font-weight: 700;
  margin: 0;
  letter-spacing: .01em
}

.about-us .team-band__heading .dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #FD5100;
  margin-left: 5px;
  vertical-align: middle;
  position: relative;
  top: -3px
}

.about-us .team-band__desc {
  font-size: 17px;
  line-height: 1.6;
  color: #2a2a3a;
  margin: 0;
  max-width: 420px;
  letter-spacing: .01em
}

.about-us .team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start
}

.about-us .team-member {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 3px 4px 0 #fd51000f;
  transition: box-shadow .28s cubic-bezier(0.68, -0.55, 0.27, 1.55), transform .28s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.about-us .team-grid:hover .team-member {
  opacity: .55
}

.about-us .team-grid:hover .team-member:hover {
  opacity: 1;
  box-shadow: 0 10px 48px 0 #fd510021;
  transform: scale(1.02)
}

.about-us .team-member__portrait {
  width: 80px;
  min-width: 80px;
  aspect-ratio: 5/7;
  border-radius: 14px;
  overflow: hidden;
  flex-shrink: 0
}

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

.about-us .team-member__no-portrait {
  width: 80px;
  min-width: 80px;
  aspect-ratio: 5/7;
  border-radius: 14px;
  background: linear-gradient(135deg, #001C74 0%, #FD5100 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.about-us .team-member__no-portrait svg {
  width: 36px;
  height: 36px;
  opacity: .5
}

.about-us .team-member__info {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.about-us .team-member__name {
  font-size: 17px;
  line-height: 1.3;
  font-weight: 700;
  color: #001C74;
  margin: 0;
  letter-spacing: .01em
}

.about-us .team-member__role {
  font-size: 14px;
  line-height: 1.6;
  color: #FD5100;
  letter-spacing: .02em;
  margin: 0;
  text-transform: uppercase
}

.about-us .team-member__bio {
  font-size: 14px;
  line-height: 1.6;
  color: #2a2a3a;
  margin: 0;
  letter-spacing: .01em
}

.about-us .team-member__shifted {
  margin-top: 48px
}

.about-us .feature-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 32px
}

.about-us .feature-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 4px 0 #001c740f;
  border-left: 3px solid #FD5100;
  border-top: 1px solid #E0DDDC;
  transition: box-shadow .2s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.about-us .feature-item:hover {
  box-shadow: 0 5px 22px 0 #fd510017
}

.about-us .feature-item__icon {
  color: #FD5100;
  font-size: 21px;
  flex-shrink: 0;
  margin-top: 2px
}

.about-us .feature-item__text {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.about-us .feature-item__name {
  font-size: 17px;
  line-height: 1.3;
  font-weight: 700;
  color: #001C74;
  margin: 0
}

.about-us .feature-item__detail {
  font-size: 14px;
  line-height: 1.6;
  color: #2a2a3a;
  margin: 0
}

.about-us .slide-left {
  animation: slideFromLeft .32s cubic-bezier(0.34, 1.56, 0.64, 1) both
}

.about-us .slide-right {
  animation: slideFromRight .32s cubic-bezier(0.34, 1.56, 0.64, 1) .12s both
}

@keyframes slideFromLeft {
  from {
    opacity: 0;
    transform: translateX(-40px)
  }

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

@keyframes slideFromRight {
  from {
    opacity: 0;
    transform: translateX(40px)
  }

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

.about-us .curved-connector {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  pointer-events: none
}

.about-us .curved-connector svg {
  display: block;
  width: 100%
}

@media (max-width: 900px) {
  .about-us .profile__strip {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 32px 20px
  }

  .about-us .profile__text {
    padding-top: 0
  }

  .about-us .profile__stats {
    grid-template-columns: repeat(3, 1fr)
  }

  .about-us .team-grid {
    grid-template-columns: 1fr;
    gap: 20px
  }

  .about-us .team-member__shifted {
    margin-top: 0
  }

  .about-us .team-band__top {
    flex-direction: column;
    align-items: flex-start
  }

  .about-us .feature-row {
    grid-template-columns: 1fr
  }
}

@media (max-width: 600px) {
  .about-us .profile__stats {
    grid-template-columns: 1fr 1fr
  }

  .about-us .profile__heading {
    font-size: 28px
  }

  .about-us .team-band {
    padding: 32px 0
  }

  .about-us .team-band__inner {
    padding: 0 20px
  }
}

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

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

.contact-us-page .reach-strip {
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 32px 32px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  align-items: stretch
}

.contact-us-page .reach-item {
  border: 1.5px solid #E0DDDC;
  border-radius: 14px;
  padding: 32px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  background: #fff;
  box-shadow: 0 3px 4px 0 #001c740f;
  transition: box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1), border-color .2s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.contact-us-page .reach-item:hover {
  box-shadow: 0 5px 22px 0 #001c7417;
  border-color: #001C74
}

.contact-us-page .reach-icon-box {
  width: 44px;
  height: 44px;
  border: 1.5px solid #FD5100;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FD5100;
  font-size: 21px;
  flex-shrink: 0
}

.contact-us-page .reach-label {
  font-size: 14px;
  letter-spacing: .02em;
  color: #001C74;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 600
}

.contact-us-page .reach-value {
  font-size: 17px;
  color: #1a1a1a;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #224;
  font-weight: 400
}

.contact-us-page .reach-value a {
  color: #224;
  text-decoration: underline;
  text-decoration-color: #FD5100;
  text-underline-offset: 3px;
  transition: color .2s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.contact-us-page .reach-value a:hover {
  color: #FD5100
}

.contact-us-page .reach-dot {
  width: 8px;
  height: 8px;
  border-radius: 22px;
  background: #FD5100;
  position: absolute;
  top: 20px;
  right: 20px
}

.contact-us-page .form-area {
  background: #f5f6fa;
  padding: 64px 32px;
  position: relative;
  overflow: hidden
}

.contact-us-page .form-area-decoration {
  position: absolute;
  top: -60px;
  right: -60px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  border: 1.5px solid #001c7412;
  pointer-events: none
}

.contact-us-page .form-area-decoration::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border-radius: 50%;
  border: 1.5px solid #001c740d
}

.contact-us-page .form-area-decoration::after {
  content: '';
  position: absolute;
  top: 40px;
  left: 40px;
  right: 40px;
  bottom: 40px;
  border-radius: 50%;
  border: 1.5px solid #001c740a
}

.contact-us-page .form-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 64px;
  align-items: start
}

.contact-us-page .form-side-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 8px
}

.contact-us-page .form-heading {
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #001C74;
  font-weight: 700;
  margin: 0
}

.contact-us-page .form-heading-accent {
  color: #FD5100
}

.contact-us-page .form-heading-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #FD5100;
  border-radius: 50%;
  margin-left: 4px;
  vertical-align: middle;
  margin-bottom: 4px
}

.contact-us-page .form-desc {
  font-size: 17px;
  line-height: 1.6;
  color: #335;
  letter-spacing: .01em;
  margin: 0
}

.contact-us-page .form-indicators {
  display: flex;
  flex-direction: row;
  gap: 12px;
  margin-top: 8px
}

.contact-us-page .indicator-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #E0DDDC;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 14px;
  font-weight: 700;
  color: #001C74;
  letter-spacing: .01em;
  background: #fff;
  transition: border-color .2s cubic-bezier(0.34, 1.56, 0.64, 1), background .2s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.contact-us-page .indicator-circle.active {
  border-color: #FD5100;
  background: #FD5100;
  color: #fff
}

.contact-us-page .indicator-circle.filled {
  border-color: #001C74;
  background: #001C74;
  color: #fff
}

.contact-us-page .indicator-label {
  font-size: 14px;
  color: #557;
  letter-spacing: .01em;
  line-height: 1.3;
  margin-top: 4px
}

.contact-us-page .form-image-frame {
  position: relative;
  margin-top: 20px
}

.contact-us-page .form-image-frame::before {
  content: '';
  position: absolute;
  top: -8px;
  left: -8px;
  width: 40px;
  height: 40px;
  border-top: 2px solid #FD5100;
  border-left: 2px solid #FD5100;
  border-radius: 2px;
  z-index: 1
}

.contact-us-page .form-image-frame::after {
  content: '';
  position: absolute;
  bottom: -8px;
  right: -8px;
  width: 40px;
  height: 40px;
  border-bottom: 2px solid #001C74;
  border-right: 2px solid #001C74;
  border-radius: 2px;
  z-index: 1
}

.contact-us-page .form-image-frame img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 8px;
  display: block;
  filter: saturate(0.55) brightness(0.97)
}

.contact-us-page .contact-form {
  background: #fff;
  border-radius: 14px;
  padding: 32px;
  box-shadow: 0 5px 22px 0 #001c7417;
  display: flex;
  flex-direction: column;
  gap: 20px
}

.contact-us-page .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px
}

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

.contact-us-page .field-group.full {
  grid-column: 1 / -1
}

.contact-us-page .field-label {
  font-size: 14px;
  letter-spacing: .02em;
  color: #001C74;
  font-weight: 600;
  line-height: 1.3
}

.contact-us-page .field-label span {
  color: #FD5100;
  margin-left: 2px
}

.contact-us-page .field-input {
  border: 1.5px solid #E0DDDC;
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 17px;
  color: #224;
  background: #fff;
  outline: none;
  width: 100%;
  line-height: 1.6;
  letter-spacing: .01em;
  transition: border-color .25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.contact-us-page .field-input::placeholder {
  color: #aab0cc;
  font-style: italic
}

.contact-us-page .field-input:focus {
  border-color: #001C74;
  box-shadow: 0 3px 4px 0 #001c740f
}

.contact-us-page .field-input:hover {
  border-color: #FD5100
}

.contact-us-page .field-select {
  border: 1.5px solid #E0DDDC;
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 17px;
  color: #224;
  background: #fff;
  outline: none;
  width: 100%;
  line-height: 1.6;
  letter-spacing: .01em;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 256 256'%3E%3Cpath fill='%23001C74' d='M213.66 101.66l-80 80a8 8 0 0 1-11.32 0l-80-80a8 8 0 0 1 11.32-11.32L128 164.69l74.34-74.35a8 8 0 0 1 11.32 11.32z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  cursor: pointer;
  transition: border-color .25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.contact-us-page .field-select:focus {
  border-color: #001C74;
  box-shadow: 0 3px 4px 0 #001c740f
}

.contact-us-page .field-select:hover {
  border-color: #FD5100
}

.contact-us-page .field-textarea {
  border: 1.5px solid #E0DDDC;
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 17px;
  color: #224;
  background: #fff;
  outline: none;
  width: 100%;
  min-height: 120px;
  resize: vertical;
  line-height: 1.6;
  letter-spacing: .01em;
  transition: border-color .25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.contact-us-page .field-textarea::placeholder {
  color: #aab0cc;
  font-style: italic
}

.contact-us-page .field-textarea:focus {
  border-color: #001C74;
  box-shadow: 0 3px 4px 0 #001c740f
}

.contact-us-page .field-textarea:hover {
  border-color: #FD5100
}

.contact-us-page .privacy-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0 4px
}

.contact-us-page .privacy-checkbox {
  width: 20px;
  height: 20px;
  border: 1.5px solid #E0DDDC;
  border-radius: 4px;
  cursor: pointer;
  accent-color: #001C74;
  flex-shrink: 0;
  margin-top: 2px
}

.contact-us-page .privacy-text {
  font-size: 14px;
  color: #557;
  line-height: 1.6;
  letter-spacing: .01em
}

.contact-us-page .privacy-text a {
  color: #001C74;
  text-decoration: underline;
  text-decoration-color: #FD5100;
  text-underline-offset: 2px;
  transition: color .2s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.contact-us-page .privacy-text a:hover {
  color: #FD5100
}

.contact-us-page .submit-btn {
  background: #001C74;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 20px 32px;
  font-size: 14px;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  align-self: flex-start;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 22px 0 #001c7417;
  transition: background .25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1), transform .2s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.contact-us-page .submit-btn:hover {
  background: #FD5100;
  box-shadow: 0 10px 48px 0 #fd510021;
  transform: translateY(-2px)
}

.contact-us-page .submit-btn:active {
  transform: translateY(0px);
  box-shadow: inset 0 4px 10px 0 #001c7421
}

.contact-us-page .submit-btn:focus-visible {
  outline: 2px solid #FD5100;
  outline-offset: 3px
}

.contact-us-page .divider-band {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 32px
}

.contact-us-page .divider-inner {
  height: 3px;
  width: 120px;
  border-radius: 22px;
  background: conic-gradient(from 45deg, #FD5100, #001C74, #E0DDDC, #FD5100)
}

.contact-us-page .location-block {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 32px 64px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 64px;
  align-items: center
}

.contact-us-page .location-image-wrap {
  position: relative
}

.contact-us-page .location-image-wrap::before {
  content: '';
  position: absolute;
  top: -8px;
  right: -8px;
  width: 40px;
  height: 40px;
  border-top: 2px solid #001C74;
  border-right: 2px solid #001C74;
  border-radius: 2px
}

.contact-us-page .location-image-wrap::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: -8px;
  width: 40px;
  height: 40px;
  border-bottom: 2px solid #FD5100;
  border-left: 2px solid #FD5100;
  border-radius: 2px
}

.contact-us-page .location-image-wrap img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 14px;
  display: block;
  filter: saturate(0.6) brightness(0.95);
  box-shadow: 0 10px 48px 0 #001c7421
}

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

.contact-us-page .location-heading {
  font-size: 28px;
  line-height: 1.3;
  letter-spacing: .01em;
  color: #001C74;
  font-weight: 700;
  margin: 0
}

.contact-us-page .location-heading-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #FD5100;
  border-radius: 50%;
  margin-left: 4px;
  vertical-align: middle;
  margin-bottom: 3px
}

.contact-us-page .location-desc {
  font-size: 17px;
  line-height: 1.6;
  color: #335;
  letter-spacing: .01em;
  margin: 0
}

.contact-us-page .address-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px
}

.contact-us-page .address-list li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px
}

.contact-us-page .address-icon {
  width: 38px;
  height: 38px;
  border: 1.5px solid #E0DDDC;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #001C74;
  font-size: 17px;
  flex-shrink: 0;
  background: #f5f6fa;
  transition: border-color .2s cubic-bezier(0.34, 1.56, 0.64, 1), color .2s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.contact-us-page .address-list li:hover .address-icon {
  border-color: #FD5100;
  color: #FD5100
}

.contact-us-page .address-text {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.contact-us-page .address-type {
  font-size: 14px;
  color: #001C74;
  font-weight: 600;
  letter-spacing: .02em;
  text-transform: uppercase;
  line-height: 1.3
}

.contact-us-page .address-val {
  font-size: 17px;
  color: #224;
  line-height: 1.6;
  letter-spacing: .01em
}

.contact-us-page .address-val a {
  color: #224;
  text-decoration: underline;
  text-decoration-color: #FD5100;
  text-underline-offset: 3px;
  transition: color .2s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.contact-us-page .address-val a:hover {
  color: #FD5100
}

.contact-us-page .form-area-reveal {
  animation: reveal-clip .35s cubic-bezier(0.34, 1.56, 0.64, 1) both
}

@keyframes reveal-clip {
  from {
    clip-path: inset(0 100% 0 0 round 14px);
    opacity: .4
  }

  to {
    clip-path: inset(0 0% 0 0 round 14px);
    opacity: 1
  }
}

.contact-us-page .reach-strip-reveal {
  animation: reveal-clip-up .3s cubic-bezier(0.34, 1.56, 0.64, 1) both
}

@keyframes reveal-clip-up {
  from {
    clip-path: inset(40px 0 0 0 round 8px);
    opacity: 0
  }

  to {
    clip-path: inset(0 0 0 0 round 8px);
    opacity: 1
  }
}

@media (max-width: 900px) {
  .contact-us-page .reach-strip {
    grid-template-columns: 1fr;
    padding: 32px 20px 20px
  }

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

  .contact-us-page .form-area {
    padding: 32px 20px
  }

  .contact-us-page .location-block {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 20px 20px 32px
  }

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

  .contact-us-page .form-heading {
    font-size: 28px
  }
}

@media (max-width: 600px) {
  .contact-us-page .contact-form {
    padding: 20px
  }

  .contact-us-page .form-indicators {
    flex-wrap: wrap
  }
}

.success-page {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 64px 20px;
  background: #fff
}

.success-page .success-wrapper {
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px
}

.success-page .success-icon-ring {
  width: 80px;
  height: 80px;
  border-radius: 22px;
  border: 2px solid #FD5100;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 22px 0 #fd510017
}

.success-page .success-icon-ring svg {
  width: 40px;
  height: 40px;
  stroke: #FD5100;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round
}

.success-page .success-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
  max-width: 520px
}

.success-page .success-label {
  font-size: 14px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #FD5100;
  line-height: 1.3;
  border: 1px solid #FD5100;
  padding: 4px 12px;
  border-radius: 2px
}

.success-page .success-heading {
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #001C74;
  margin: 0
}

.success-page .success-heading span {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background: #FD5100;
  margin-left: 4px;
  vertical-align: middle;
  position: relative;
  top: -4px
}

.success-page .success-text {
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #2a2a35;
  margin: 0
}

.success-page .success-divider {
  width: 48px;
  height: 2px;
  background: conic-gradient(from 45deg, #FD5100, #001C74, #FD5100);
  border-radius: 2px
}

.success-page .success-actions {
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center
}

.success-page .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 32px;
  background: #001C74;
  color: #fff;
  font-size: 14px;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 8px;
  border: 2px solid #001C74;
  box-shadow: 0 3px 4px 0 #001c740f;
  transition: background .25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .2s cubic-bezier(0.34, 1.56, 0.64, 1), border-color .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.success-page .btn-primary:hover {
  background: #FD5100;
  border-color: #FD5100;
  box-shadow: 0 5px 22px 0 #fd510021
}

.success-page .btn-primary:focus-visible {
  outline: 3px solid #FD5100;
  outline-offset: 3px
}

.success-page .btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 32px;
  background: transparent;
  color: #001C74;
  font-size: 14px;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 8px;
  border: 2px solid #E0DDDC;
  transition: border-color .2s cubic-bezier(0.68, -0.55, 0.27, 1.55), color .2s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.success-page .btn-secondary:hover {
  border-color: #001C74;
  color: #FD5100
}

.success-page .btn-secondary:focus-visible {
  outline: 3px solid #001C74;
  outline-offset: 3px
}

.success-page .success-note {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #5a5a6e;
  text-align: center;
  max-width: 400px;
  border-top: 1px solid #E0DDDC;
  padding-top: 20px
}

@media (max-width: 600px) {
  .success-page {
    padding: 64px 20px
  }

  .success-page .success-heading {
    font-size: 28px
  }

  .success-page .success-actions {
    flex-direction: column;
    align-items: stretch
  }

  .success-page .btn-primary,
  .success-page .btn-secondary {
    justify-content: center
  }
}