html {
  scroll-behavior: auto;
  margin: 0;
  padding: 0
}

body {
  margin: 0;
  padding: 0;
  min-height: 100svh;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  font-family: 'Rubik', sans-serif
}

:focus {
  outline: 3px solid;
  outline-color: #4691BB;
  filter: invert(1)
}

.brand-strip {
  background: linear-gradient(135deg, #4691BB 0%, #3a7da3 60%, #BCD1DE 100%);
  padding: 16px 32px;
  display: flex;
  align-items: center;
  justify-content: center
}

.brand-strip-plate {
  max-width: 1170px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center
}

.hex-frame {
  position: relative;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff2e;
  clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
  box-shadow: 0 4px 14px 0 #4691bb1a;
  border: 2px solid #ffffff8c
}

.hex-frame img {
  width: 55px;
  height: 55px;
  object-fit: contain;
  display: block
}

.primary-nav-belt {
  background: #F0F5F8;
  border-bottom: 2px solid #BCD1DE;
  box-shadow: 0 3px 3px 0 #4691bb0f
}

.primary-nav-belt-plate {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0
}

.nav-link {
  display: flex;
  align-items: center;
  padding: 16px 32px;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .04em;
  color: #1d3a4d;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  transition: color .22s cubic-bezier(0.4, 0, 0.2, 1), border-color .22s cubic-bezier(0.4, 0, 0.2, 1), transform .2s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  min-height: 44px
}

.nav-link:hover {
  color: #4691BB;
  border-bottom-color: #4691BB;
  transform: translateY(-2px)
}

.nav-link[data-active="true"] {
  color: #4691BB;
  border-bottom-color: #4691BB;
  font-weight: 700
}

@media (max-width: 768px) {
  .nav-link {
    padding: 16px;
    font-size: 14px
  }

  .brand-strip {
    padding: 16px
  }
}

@media (max-width: 480px) {
  .primary-nav-belt-plate {
    padding: 0 8px;
    justify-content: flex-start
  }

  .nav-link {
    padding: 16px 8px
  }
}

.site-footer {
  background: #F0F5F8;
  border-top: 2px solid #BCD1DE;
  padding: 64px 32px 32px
}

.footer-plate {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 64px;
  align-items: flex-start
}

.footer-brand-pod {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 0 0 auto
}

.footer-hex-frame {
  position: relative;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4691bb1a;
  clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
  box-shadow: 0 4px 14px 0 #4691bb1a;
  border: 2px solid #BCD1DE
}

.footer-hex-frame img {
  width: 55px;
  height: 55px;
  object-fit: contain;
  display: block
}

.footer-name-label {
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -.01em;
  color: #1d3a4d
}

.footer-nav-deck {
  display: flex;
  flex-wrap: wrap;
  gap: 64px;
  flex: 1 1 auto
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 160px
}

.footer-col-label {
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .06em;
  color: #4691BB;
  text-transform: uppercase
}

.footer-col-link {
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .02em;
  color: #2d4f63;
  text-decoration: none;
  transition: color .24s cubic-bezier(0.4, 0, 0.2, 1), transform .2s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-block
}

.footer-col-link:hover {
  color: #4691BB;
  transform: translateX(3px)
}

.footer-contact-cell {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.contact-row {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.contact-item {
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #2d4f63;
  letter-spacing: .02em
}

.contact-item a {
  color: #2d4f63;
  text-decoration: none;
  transition: color .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.contact-item a:hover {
  color: #4691BB
}

.contact-label {
  font-weight: 700;
  color: #4691BB;
  font-size: 14px;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block
}

.footer-bottom-strip {
  max-width: 1170px;
  margin: 32px auto 0;
  padding-top: 32px;
  border-top: 1px solid #BCD1DE;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px
}

.copyright-text {
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  color: #4a6d82;
  letter-spacing: .02em
}

@media (max-width: 768px) {
  .footer-plate {
    gap: 32px
  }

  .footer-nav-deck {
    gap: 32px
  }

  .site-footer {
    padding: 64px 16px 32px
  }
}

@media (max-width: 480px) {
  .footer-bottom-strip {
    flex-direction: column;
    align-items: flex-start
  }
}

.consent-popup {
  display: none;
  position: fixed;
  top: 16px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 420px;
  max-width: calc(100vw - 32px);
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 8px 36px 0 #4691bb1c;
  z-index: 2000;
  padding: 32px;
  border: 1px solid #BCD1DE;
  opacity: 0;
  transition: opacity .42s cubic-bezier(0.4, 0, 0.2, 1)
}

.consent-popup.visible {
  opacity: 1
}

.consent-description {
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.9;
  color: #1d3a4d;
  margin-bottom: 32px
}

.consent-actions {
  display: flex;
  gap: 16px
}

.consent-btn {
  flex: 1;
  padding: 16px;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em;
  border-radius: 4px;
  border: 2px solid #4691BB;
  cursor: pointer;
  min-height: 44px;
  position: relative;
  overflow: hidden;
  transition: color .24s cubic-bezier(0.4, 0, 0.2, 1), background .24s cubic-bezier(0.4, 0, 0.2, 1), transform .2s cubic-bezier(0.4, 0, 0.2, 1);
  background: transparent;
  color: #4691BB
}

.consent-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #4691BB 0%, #3a7da3 100%);
  transition: left .26s cubic-bezier(0.0, 0, 0.2, 1);
  z-index: 0
}

.consent-btn:hover::before {
  left: 0
}

.consent-btn:hover {
  color: #fff;
  transform: translateY(-2px)
}

.consent-btn span {
  position: relative;
  z-index: 1
}

.consent-btn.decline-opt {
  border-color: #BCD1DE;
  color: #4a6d82
}

.consent-btn.decline-opt::before {
  background: linear-gradient(135deg, #BCD1DE 0%, #a8bfce 100%)
}

.consent-btn.decline-opt:hover {
  color: #1d3a4d
}

.pref-tab {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%) translateX(-100%);
  z-index: 1999;
  background: #4691BB;
  color: #fff;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em;
  padding: 16px 8px;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  border: none;
  min-height: 44px;
  min-width: 44px;
  box-shadow: 0 4px 14px 0 #4691bb1a;
  transition: transform .24s cubic-bezier(0.4, 0, 0.2, 1), background .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.pref-tab.tab-visible {
  transform: translateY(-50%) translateX(0)
}

.pref-tab:hover {
  background: #3a7da3
}

.pref-panel {
  display: none;
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2001;
  background: #fff;
  border-radius: 0 14px 14px 0;
  box-shadow: 0 8px 36px 0 #4691bb1c;
  padding: 32px;
  width: 320px;
  max-width: calc(100vw - 32px);
  border: 1px solid #BCD1DE;
  opacity: 0;
  transition: opacity .26s cubic-bezier(0.4, 0, 0.2, 1)
}

.pref-panel.pref-open {
  opacity: 1
}

.pref-panel-heading {
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  color: #1d3a4d;
  margin-bottom: 16px
}

.pref-category-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #F0F5F8
}

.pref-category-name {
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  color: #2d4f63;
  line-height: 1.5
}

.pref-toggle {
  width: 40px;
  height: 22px;
  border-radius: 22px;
  border: 2px solid #BCD1DE;
  background: #F0F5F8;
  cursor: pointer;
  position: relative;
  transition: background .22s cubic-bezier(0.4, 0, 0.2, 1), border-color .22s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0
}

.pref-toggle::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background: #BCD1DE;
  transition: transform .22s cubic-bezier(0.4, 0, 0.2, 1), background .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.pref-toggle[data-on="true"] {
  background: #4691BB;
  border-color: #4691BB
}

.pref-toggle[data-on="true"]::after {
  transform: translateX(18px);
  background: #fff
}

.pref-toggle[data-disabled="true"] {
  cursor: not-allowed;
  opacity: .6
}

.pref-save-btn {
  margin-top: 16px;
  width: 100%;
  padding: 16px;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em;
  border-radius: 4px;
  border: 2px solid #4691BB;
  cursor: pointer;
  background: transparent;
  color: #4691BB;
  position: relative;
  overflow: hidden;
  transition: color .24s cubic-bezier(0.4, 0, 0.2, 1), transform .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.pref-save-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #4691BB 0%, #3a7da3 100%);
  transition: left .26s cubic-bezier(0.0, 0, 0.2, 1);
  z-index: 0
}

.pref-save-btn:hover::before {
  left: 0
}

.pref-save-btn:hover {
  color: #fff;
  transform: translateY(-2px)
}

.pref-save-btn span {
  position: relative;
  z-index: 1
}

.pref-close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: #4a6d82;
  font-size: 18px;
  transition: color .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.pref-close-btn:hover {
  color: #4691BB
}

.pref-close-icon {
  width: 16px;
  height: 16px;
  display: block
}

.policy-box {
  max-width: 1170px;
  margin: 0 auto;
  padding: 64px 32px;
  color: #2d3a42;
  line-height: 1.9;
  font-size: 18px
}

.policy-box h1 {
  font-size: 56px;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #1b2d3a;
  margin-bottom: 32px;
  margin-top: 0
}

.policy-box h2 {
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: -.01em;
  color: #1b2d3a;
  margin-top: 64px;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #BCD1DE
}

.policy-box h3 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #4691BB;
  margin-top: 32px;
  margin-bottom: 8px;
  font-weight: 700
}

.policy-box h4 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #1b2d3a;
  margin-top: 32px;
  margin-bottom: 8px;
  font-weight: 600
}

.policy-box h5 {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #4691BB;
  margin-top: 32px;
  margin-bottom: 8px;
  font-weight: 700
}

.policy-box h6 {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: .02em;
  color: #4a5a65;
  margin-top: 16px;
  margin-bottom: 8px;
  font-weight: 600
}

.policy-box strong,
.policy-box b {
  font-weight: 700;
  color: #1b2d3a
}

.policy-box em,
.policy-box i {
  font-style: italic;
  color: #3d5260
}

.policy-box hr {
  border: none;
  border-top: 1px solid #BCD1DE;
  margin: 64px 0;
  opacity: .7
}

.policy-box div {
  margin-bottom: 16px
}

.policy-box table {
  width: 100%;
  border-collapse: collapse;
  margin: 32px 0;
  font-size: 14px;
  line-height: 1.5;
  box-shadow: 0 4px 14px 0 #4691bb1a;
  border-radius: 4px;
  overflow: hidden
}

.policy-box thead {
  background: #4691BB;
  color: #fff
}

.policy-box thead th {
  padding: 16px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
  border: none
}

.policy-box tbody tr {
  border-bottom: 1px solid #BCD1DE;
  transition: background-color .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.policy-box tbody tr:last-child {
  border-bottom: none
}

.policy-box tbody tr:nth-child(even) {
  background: #F0F5F8
}

.policy-box tbody tr:hover {
  background: #e4eef5
}

.policy-box td {
  padding: 16px;
  color: #2d3a42;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.9
}

.policy-box th {
  padding: 16px;
  text-align: left;
  font-weight: 700
}

@media (max-width: 768px) {
  .policy-box {
    padding: 32px 16px
  }

  .policy-box h1 {
    font-size: 30px
  }

  .policy-box h2 {
    font-size: 18px;
    margin-top: 32px
  }

  .policy-box table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
}

@media (max-width: 480px) {
  .policy-box {
    padding: 32px 8px
  }

  .policy-box h1 {
    font-size: 30px;
    line-height: 1.5
  }

  .policy-box h2 {
    margin-top: 32px
  }
}

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

.spt-pg .bd-wrap {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px
}

.spt-pg .lede {
  padding-top: 96px;
  padding-bottom: 96px;
  background: #fff
}

.spt-pg .lede__grid {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 64px;
  align-items: start
}

.spt-pg .lede__col-text {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.spt-pg .lede__eyebrow {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px
}

.spt-pg .lede__dash {
  width: 32px;
  height: 3px;
  background: #4691BB;
  border-radius: 2px;
  flex-shrink: 0
}

.spt-pg .lede__label {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: .08em;
  color: #4691BB;
  text-transform: uppercase;
  font-weight: 600
}

.spt-pg .lede__h1 {
  font-size: 56px;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #1b2d3e;
  font-weight: 700;
  margin: 0
}

.spt-pg .lede__body {
  font-size: 18px;
  line-height: 1.9;
  color: #2e4558;
  text-align: justify;
  max-width: 640px
}

.spt-pg .lede__body strong {
  color: #4691BB;
  font-weight: 600
}

.spt-pg .lede__img-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative
}

.spt-pg .lede__img-frame {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 36px 0 #4691bb1c;
  position: relative
}

.spt-pg .lede__img-frame img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  transition: transform .26s cubic-bezier(0.4, 0, 0.2, 1)
}

.spt-pg .lede__img-frame:hover img {
  transform: scale(1.04)
}

.spt-pg .lede__img-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #4691bb2e 0%, #bcd1de1a 100%);
  mix-blend-mode: multiply;
  pointer-events: none;
  border-radius: 14px
}

.spt-pg .lede__stat-pill {
  background: #F0F5F8;
  border-radius: 14px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-top: 3px solid #4691BB;
  border-left: 1px solid #BCD1DE;
  border-right: 1px solid #BCD1DE;
  border-bottom: 1px solid #BCD1DE
}

.spt-pg .lede__stat-num {
  font-size: 30px;
  line-height: 1.1;
  color: #4691BB;
  font-weight: 700;
  letter-spacing: -.01em
}

.spt-pg .lede__stat-desc {
  font-size: 14px;
  line-height: 1.5;
  color: #3a5469
}

.spt-pg .faq-area {
  padding-top: 96px;
  padding-bottom: 96px;
  background: #F0F5F8;
  position: relative
}

.spt-pg .faq-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, #4691bb21 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none
}

.spt-pg .faq-area__accent {
  width: 40px;
  height: 3px;
  background: #4691BB;
  border-radius: 2px;
  margin-bottom: 16px
}

.spt-pg .faq-area__h2 {
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: -.01em;
  color: #1b2d3e;
  font-weight: 700;
  margin-bottom: 8px
}

.spt-pg .faq-area__sub {
  font-size: 18px;
  line-height: 1.5;
  color: #3a5469;
  margin-bottom: 64px;
  max-width: 560px
}

.spt-pg .faq-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px
}

.spt-pg .faq-item {
  background: #fff;
  border-radius: 14px;
  padding: 32px;
  box-shadow: 0 4px 14px 0 #4691bb1a;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-top: 3px solid #BCD1DE;
  transition: box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1), transform .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.spt-pg .faq-item:hover {
  box-shadow: 0 8px 36px 0 #4691bb1c;
  transform: translateY(-3px)
}

.spt-pg .faq-item__q {
  font-size: 18px;
  line-height: 1.5;
  color: #1b2d3e;
  font-weight: 600;
  margin: 0
}

.spt-pg .faq-item__a {
  font-size: 14px;
  line-height: 1.9;
  color: #3a5469;
  text-align: justify;
  margin: 0
}

.spt-pg .contact-strip {
  padding-top: 96px;
  padding-bottom: 96px;
  position: relative;
  background: #fff
}

.spt-pg .contact-strip::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 42%;
  height: 100%;
  background: #4691BB;
  clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%);
  pointer-events: none
}

.spt-pg .contact-strip__grid {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 1
}

.spt-pg .contact-strip__left {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.spt-pg .contact-strip__accent {
  width: 40px;
  height: 3px;
  background: #BCD1DE;
  border-radius: 2px
}

.spt-pg .contact-strip__h2 {
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: -.01em;
  color: #fff;
  font-weight: 700;
  margin: 0
}

.spt-pg .contact-strip__body {
  font-size: 18px;
  line-height: 1.9;
  color: #d8eaf4;
  text-align: justify
}

.spt-pg .contact-channels {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.spt-pg .ch-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  background: #ffffff1f;
  border-radius: 14px;
  padding: 16px;
  border: 1px solid #ffffff38;
  transition: background .24s cubic-bezier(0.0, 0, 0.2, 1), transform .24s cubic-bezier(0.0, 0, 0.2, 1)
}

.spt-pg .ch-item:hover {
  background: #fff3;
  transform: translateX(4px)
}

.spt-pg .ch-item__icon {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #ffffff2e;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.spt-pg .ch-item__icon svg {
  width: 20px;
  height: 20px;
  fill: #fff
}

.spt-pg .ch-item__label {
  font-size: 14px;
  line-height: 1.5;
  color: #ffffffbf;
  margin-bottom: 4px
}

.spt-pg .ch-item__val {
  font-size: 18px;
  line-height: 1.1;
  color: #fff;
  font-weight: 600;
  text-decoration: none
}

.spt-pg .ch-item__val:hover {
  text-decoration: underline
}

.spt-pg .contact-strip__right {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.spt-pg .corner-rects {
  position: relative;
  width: 100%;
  height: 180px
}

.spt-pg .corner-rects__r {
  position: absolute;
  border: 1.5px solid #4691bb38;
  border-radius: 4px;
  pointer-events: none
}

.spt-pg .corner-rects__r:nth-child(1) {
  inset: 0
}

.spt-pg .corner-rects__r:nth-child(2) {
  inset: 12px
}

.spt-pg .corner-rects__r:nth-child(3) {
  inset: 24px
}

.spt-pg .corner-rects__r:nth-child(4) {
  inset: 36px
}

.spt-pg .resp-note {
  background: #F0F5F8;
  border-radius: 14px;
  padding: 32px;
  border-left: 4px solid #4691BB;
  border-top: 1px solid #BCD1DE;
  border-right: 1px solid #BCD1DE;
  border-bottom: 1px solid #BCD1DE
}

.spt-pg .resp-note__label {
  font-size: 14px;
  line-height: 1.5;
  color: #4691BB;
  font-weight: 600;
  margin-bottom: 8px
}

.spt-pg .resp-note__text {
  font-size: 14px;
  line-height: 1.9;
  color: #3a5469
}

.spt-pg .trust-band {
  padding-top: 96px;
  padding-bottom: 96px;
  background: #1b2d3e;
  position: relative;
  overflow: hidden
}

.spt-pg .trust-band__glow {
  position: absolute;
  inset: 0;
  border-radius: 0;
  pointer-events: none;
  animation: edge-glow 4s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate
}

@keyframes edge-glow {
  0% {
    box-shadow: inset 0 0 32px 0 #4691bb14
  }

  100% {
    box-shadow: inset 0 0 64px 8px #4691bb2e
  }
}

.spt-pg .trust-band__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
  position: relative;
  z-index: 1
}

.spt-pg .trust-band__col-a {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.spt-pg .trust-band__accent {
  width: 40px;
  height: 3px;
  background: #4691BB;
  border-radius: 2px
}

.spt-pg .trust-band__h2 {
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: -.01em;
  color: #fff;
  font-weight: 700;
  margin: 0
}

.spt-pg .trust-band__body {
  font-size: 18px;
  line-height: 1.9;
  color: #8fb3cc;
  text-align: justify
}

.spt-pg .rating-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
  background: #4691bb1a;
  border-radius: 14px;
  padding: 32px;
  border: 1px solid #4691bb38
}

.spt-pg .rating-block__num {
  font-size: 56px;
  line-height: 1.1;
  letter-spacing: -.03em;
  color: #4691BB;
  font-weight: 700;
  flex-shrink: 0
}

.spt-pg .rating-block__detail {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.spt-pg .rating-block__stars {
  display: flex;
  flex-direction: row;
  gap: 4px
}

.spt-pg .star {
  width: 18px;
  height: 18px
}

.spt-pg .star svg {
  width: 18px;
  height: 18px;
  fill: #4691BB
}

.spt-pg .rating-block__count {
  font-size: 14px;
  line-height: 1.5;
  color: #8fb3cc
}

.spt-pg .trust-band__col-b {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.spt-pg .trust-band__col-b-label {
  font-size: 14px;
  line-height: 1.5;
  color: #4691BB;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase
}

.spt-pg .quick-links {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.spt-pg .ql-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border-radius: 14px;
  background: #ffffff0a;
  border: 1px solid #4691bb26;
  text-decoration: none;
  transition: background .2s cubic-bezier(0.4, 0, 0.2, 1), transform .2s cubic-bezier(0.4, 0, 0.2, 1), border-color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.spt-pg .ql-item:hover {
  background: #4691bb1f;
  border-color: #4691bb66;
  transform: translateX(4px)
}

.spt-pg .ql-item__dot {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: #4691BB;
  flex-shrink: 0
}

.spt-pg .ql-item__text {
  font-size: 18px;
  line-height: 1.5;
  color: #d8eaf4;
  font-weight: 500
}

.spt-pg .ql-item:hover .ql-item__text {
  color: #fff !important
}

.spt-pg .ql-item__arrow {
  margin-left: auto;
  width: 20px;
  height: 20px;
  flex-shrink: 0
}

.spt-pg .ql-item__arrow svg {
  width: 20px;
  height: 20px;
  stroke: #4691BB;
  fill: none
}

@media (max-width: 1024px) {
  .spt-pg .lede__grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px
  }

  .spt-pg .lede__h1 {
    font-size: 30px
  }

  .spt-pg .contact-strip__grid {
    grid-template-columns: 1fr
  }

  .spt-pg .contact-strip::before {
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 48%, 0 56%);
    height: 100%
  }

  .spt-pg .contact-strip__left {
    padding-bottom: 64px
  }

  .spt-pg .trust-band__grid {
    grid-template-columns: 1fr;
    gap: 32px
  }
}

@media (max-width: 768px) {
  .spt-pg .lede__grid {
    grid-template-columns: 1fr
  }

  .spt-pg .lede__img-col {
    order: -1
  }

  .spt-pg .faq-list {
    grid-template-columns: 1fr
  }

  .spt-pg .lede {
    padding-top: 64px;
    padding-bottom: 64px
  }

  .spt-pg .faq-area {
    padding-top: 64px;
    padding-bottom: 64px
  }

  .spt-pg .contact-strip {
    padding-top: 64px;
    padding-bottom: 64px
  }

  .spt-pg .trust-band {
    padding-top: 64px;
    padding-bottom: 64px
  }

  .spt-pg .rating-block {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px
  }
}

@media (max-width: 480px) {
  .spt-pg .bd-wrap {
    padding-left: 16px;
    padding-right: 16px
  }

  .spt-pg .lede__h1 {
    font-size: 30px
  }

  .spt-pg .corner-rects {
    display: none
  }
}

.ab-us {
  overflow-x: clip
}

.ab-us .au-identity {
  padding: 96px 0 64px;
  background: #F0F5F8;
  position: relative
}

.ab-us .au-identity::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: conic-gradient(from 220deg at 80% 20%, #F0F5F8 0deg, #BCD1DE 60deg, #F0F5F8 120deg, #e8f1f6 200deg, #F0F5F8 360deg);
  animation: au-bg-shift 15s linear infinite;
  opacity: 1;
  z-index: 0
}

@keyframes au-bg-shift {
  0% {
    opacity: .7;
    filter: hue-rotate(0deg)
  }

  50% {
    opacity: 1
  }

  100% {
    opacity: .7
  }
}

@keyframes au-bg-tone {

  0%,
  100% {
    background-position: 0 50%
  }

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

.ab-us .au-identity::before {
  animation: au-bg-tone 15s linear infinite;
  background: linear-gradient(135deg, #F0F5F8, #e2ecf3, #F0F5F8);
  background-size: 300% 300%
}

.ab-us .au-id-container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 32px;
  position: relative;
  z-index: 1
}

.ab-us .au-id-grid {
  display: grid;
  grid-template-columns: 1fr 520px;
  gap: 64px;
  align-items: center
}

.ab-us .au-id-text {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.ab-us .au-id-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  letter-spacing: .08em;
  color: #4691BB;
  text-transform: uppercase;
  font-weight: 600
}

.ab-us .au-id-label::before {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background: #4691BB;
  border-radius: 2px
}

.ab-us .au-id-heading {
  font-size: 56px;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #1a2e3b;
  font-weight: 700;
  margin: 0
}

.ab-us .au-id-heading .au-accent-word {
  color: #4691BB;
  position: relative
}

.ab-us .au-id-heading .au-accent-word::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  height: 3px;
  background: #BCD1DE;
  border-radius: 2px
}

.ab-us .au-id-desc {
  font-size: 18px;
  line-height: 1.9;
  color: #2c4a5a;
  text-align: justified;
  margin: 0
}

.ab-us .au-id-stat-row {
  display: flex;
  flex-direction: row;
  gap: 32px;
  padding-top: 8px
}

.ab-us .au-stat-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-top: 3px solid #4691BB;
  padding-top: 16px
}

.ab-us .au-stat-num {
  font-size: 30px;
  line-height: 1.1;
  font-weight: 700;
  color: #4691BB;
  letter-spacing: -.01em
}

.ab-us .au-stat-num sup {
  font-size: 14px;
  font-weight: 600;
  vertical-align: super
}

.ab-us .au-stat-label {
  font-size: 14px;
  line-height: 1.5;
  color: #4a6678;
  letter-spacing: .02em
}

.ab-us .au-id-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.ab-us .au-img-primary {
  width: 100%;
  height: 380px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 36px 0 #4691bb1c;
  position: relative
}

.ab-us .au-img-primary img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.9) brightness(0.97);
  transition: transform .26s cubic-bezier(0.4, 0, 0.2, 1)
}

.ab-us .au-img-primary:hover img {
  transform: scale(1.04)
}

.ab-us .au-img-primary::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #4691bb14 0%, transparent 60%);
  border-radius: 14px;
  pointer-events: none
}

.ab-us .au-img-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.ab-us .au-img-sm {
  height: 180px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 14px 0 #4691bb1a
}

.ab-us .au-img-sm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.88) brightness(0.96);
  transition: transform .22s cubic-bezier(0.0, 0, 0.2, 1)
}

.ab-us .au-img-sm:hover img {
  transform: scale(1.05)
}

.ab-us .au-deco-line {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 80px;
  height: 80px;
  border-top: 2px solid #BCD1DE;
  border-right: 2px solid #BCD1DE;
  border-radius: 0 14px 0 0;
  pointer-events: none
}

.ab-us .au-deco-line-bl {
  position: absolute;
  bottom: -16px;
  left: -16px;
  width: 60px;
  height: 60px;
  border-bottom: 2px solid #BCD1DE;
  border-left: 2px solid #BCD1DE;
  border-radius: 0 0 0 14px;
  pointer-events: none
}

.ab-us .au-team {
  padding: 96px 0;
  background: #fff;
  position: relative
}

.ab-us .au-team-container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 32px
}

.ab-us .au-team-top {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 64px;
  align-items: start;
  margin-bottom: 64px
}

.ab-us .au-team-heading-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  padding-top: 16px
}

.ab-us .au-team-heading-col::before {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  background: #4691BB;
  border-radius: 2px;
  margin-bottom: 8px
}

.ab-us .au-team-h2 {
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: -.01em;
  color: #1a2e3b;
  font-weight: 700;
  margin: 0
}

.ab-us .au-team-sub {
  font-size: 14px;
  line-height: 1.5;
  color: #4a6678;
  letter-spacing: .02em;
  margin: 0
}

.ab-us .au-team-body {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.ab-us .au-blockquote {
  border-left: 4px solid #4691BB;
  border-top: 1px solid #BCD1DE;
  border-bottom: 1px solid #BCD1DE;
  border-right: 1px solid #BCD1DE;
  border-radius: 4px 14px 14px 4px;
  padding: 32px;
  background: #F0F5F8;
  font-size: 18px;
  line-height: 1.9;
  color: #2c4a5a;
  text-align: justify;
  margin: 0;
  box-shadow: 0 3px 3px 0 #4691bb0f
}

.ab-us .au-body-p {
  font-size: 18px;
  line-height: 1.9;
  color: #2c4a5a;
  text-align: justify;
  margin: 0
}

.ab-us .au-infographic {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: stretch;
  flex-wrap: wrap
}

.ab-us .au-info-item {
  flex: 1;
  min-width: 160px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  background: #F0F5F8;
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 3px 3px 0 #4691bb0f;
  transition: box-shadow .24s cubic-bezier(0.4, 0, 0.2, 1), transform .24s cubic-bezier(0.4, 0, 0.2, 1)
}

.ab-us .au-info-item:hover {
  box-shadow: 0 4px 14px 0 #4691bb1a;
  transform: translateY(-2px)
}

.ab-us .au-info-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 22px;
  background: #4691BB;
  display: flex;
  align-items: center;
  justify-content: center
}

.ab-us .au-info-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #fff;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round
}

.ab-us .au-info-text {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.ab-us .au-info-val {
  font-size: 18px;
  font-weight: 700;
  color: #1a2e3b;
  line-height: 1.1;
  letter-spacing: -.01em
}

.ab-us .au-info-val sup {
  font-size: 12px;
  font-weight: 600;
  vertical-align: super
}

.ab-us .au-info-desc {
  font-size: 14px;
  line-height: 1.5;
  color: #4a6678
}

.ab-us .au-people-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px
}

.ab-us .au-person-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #F0F5F8;
  border-radius: 14px;
  padding: 32px;
  border-top: 3px solid #BCD1DE;
  box-shadow: 0 3px 3px 0 #4691bb0f;
  transition: box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1), transform .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.ab-us .au-person-card:hover {
  box-shadow: 0 8px 36px 0 #4691bb1c;
  transform: translateY(-3px)
}

.ab-us .au-person-img {
  width: 100%;
  height: 220px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 14px 0 #4691bb1a
}

.ab-us .au-person-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.85) brightness(0.97);
  transition: transform .26s cubic-bezier(0.4, 0, 0.2, 1)
}

.ab-us .au-person-card:hover .au-person-img img {
  transform: scale(1.04)
}

.ab-us .au-person-name {
  font-size: 18px;
  font-weight: 700;
  color: #1a2e3b;
  line-height: 1.1;
  letter-spacing: -.01em;
  margin: 0
}

.ab-us .au-person-role {
  font-size: 14px;
  color: #4691BB;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin: 0
}

.ab-us .au-person-bio {
  font-size: 14px;
  line-height: 1.9;
  color: #2c4a5a;
  text-align: justify;
  margin: 0
}

.ab-us .au-support-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #4691BB;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border: 1.5px solid #4691BB;
  border-radius: 4px;
  padding: 8px 16px;
  background: transparent;
  transition: background .25s cubic-bezier(0.4, 0, 0.2, 1), color .25s cubic-bezier(0.4, 0, 0.2, 1);
  align-self: flex-start;
  position: relative;
  overflow: hidden
}

.ab-us .au-support-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #4691BB 0%, #4691BB 100%);
  transform: translateX(-100%) skewX(-8deg);
  transition: transform .25s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0
}

.ab-us .au-support-link:hover::before {
  transform: translateX(0) skewX(-8deg)
}

.ab-us .au-support-link span {
  position: relative;
  z-index: 1;
  transition: color .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.ab-us .au-support-link:hover span {
  color: #fff
}

.ab-us .au-support-link svg {
  position: relative;
  z-index: 1;
  width: 14px;
  height: 14px;
  stroke: #4691BB;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.ab-us .au-support-link:hover svg {
  stroke: #fff
}

@media (max-width: 1024px) {
  .ab-us .au-id-grid {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .ab-us .au-id-visual {
    order: -1
  }

  .ab-us .au-id-heading {
    font-size: 30px
  }

  .ab-us .au-team-top {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .ab-us .au-people-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width: 768px) {
  .ab-us .au-identity {
    padding: 64px 0
  }

  .ab-us .au-id-container {
    padding: 0 16px
  }

  .ab-us .au-id-stat-row {
    flex-direction: column;
    gap: 16px
  }

  .ab-us .au-img-row {
    grid-template-columns: 1fr
  }

  .ab-us .au-team-container {
    padding: 0 16px
  }

  .ab-us .au-people-grid {
    grid-template-columns: 1fr
  }

  .ab-us .au-team {
    padding: 64px 0
  }

  .ab-us .au-infographic {
    flex-direction: column
  }
}

@media (max-width: 480px) {
  .ab-us .au-id-heading {
    font-size: 30px
  }

  .ab-us .au-blockquote {
    padding: 16px
  }

  .ab-us .au-person-card {
    padding: 16px
  }
}

.opn-pg {
  overflow-x: clip
}

.opn-pg *,
.opn-pg ::before,
.opn-pg ::after {
  box-sizing: border-box
}

.opn-pg ::selection {
  background: #4691BB;
  color: #fff
}

.opn-pg ::placeholder {
  color: #4691BB;
  opacity: .45
}

.opn-pg .pg-band {
  height: 4px;
  background: linear-gradient(117deg, #4691BB 0%, #BCD1DE 60%, #F0F5F8 100%)
}

.opn-pg .pg-band--light {
  background: #BCD1DE;
  opacity: .55
}

.opn-pg .fade-in {
  animation: opnFadeIn .26s cubic-bezier(0.4, 0, 0.2, 1) both
}

@keyframes opnFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px)
  }

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

.opn-pg .fade-in:nth-child(2) {
  animation-delay: .08s
}

.opn-pg .fade-in:nth-child(3) {
  animation-delay: .16s
}

.opn-pg .fade-in:nth-child(4) {
  animation-delay: .22s
}

.opn-pg .ttl-blk {
  position: relative;
  padding: 64px 32px;
  background: #fff;
  overflow: hidden
}

.opn-pg .ttl-blk__circles {
  position: absolute;
  inset: 0;
  pointer-events: none
}

.opn-pg .ttl-blk__circle {
  position: absolute;
  border-radius: 50%;
  border: 1.5px solid #4691BB;
  opacity: .08
}

.opn-pg .ttl-blk__circle--a {
  width: 340px;
  height: 340px;
  top: -80px;
  left: -60px
}

.opn-pg .ttl-blk__circle--b {
  width: 220px;
  height: 220px;
  bottom: -50px;
  right: 18%
}

.opn-pg .ttl-blk__circle--c {
  width: 160px;
  height: 160px;
  top: 30px;
  right: 8%
}

.opn-pg .ttl-blk__row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.opn-pg .ttl-blk__img-col {
  flex: 0 0 220px
}

.opn-pg .ttl-blk__img-col--right {
  flex: 0 0 200px
}

.opn-pg .ttl-blk__img-wrap {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 36px 0 #4691bb1c
}

.opn-pg .ttl-blk__img-wrap img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
  filter: grayscale(100%);
  transition: transform .26s cubic-bezier(0.4, 0, 0.2, 1)
}

.opn-pg .ttl-blk__img-wrap:hover img {
  transform: scale(1.04)
}

.opn-pg .ttl-blk__body {
  flex: 1 1 0;
  text-align: center;
  padding: 0 16px
}

.opn-pg .ttl-blk__label {
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: .08em;
  color: #4691BB;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 600
}

.opn-pg .ttl-blk__h1 {
  font-size: 56px;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #1b3a4d;
  margin-bottom: 16px
}

.opn-pg .ttl-blk__desc {
  font-size: 18px;
  line-height: 1.9;
  color: #2e5065;
  max-width: 520px;
  margin: 0 auto;
  text-align: justified
}

.opn-pg .avail {
  background: #F0F5F8;
  padding: 96px 32px;
  position: relative
}

.opn-pg .avail__inner {
  max-width: 1170px;
  margin: 0 auto
}

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

.opn-pg .avail__col-text {
  flex: 0 0 380px
}

.opn-pg .avail__accent {
  display: block;
  width: 32px;
  height: 3px;
  background: #4691BB;
  border-radius: 2px;
  margin-bottom: 16px
}

.opn-pg .avail__h2 {
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: -.01em;
  color: #1b3a4d;
  margin-bottom: 16px
}

.opn-pg .avail__lead {
  font-size: 18px;
  line-height: 1.9;
  color: #2e5065;
  text-align: justify;
  margin-bottom: 32px
}

.opn-pg .avail__img-wrap {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 14px 0 #4691bb1a;
  margin-top: 32px
}

.opn-pg .avail__img-wrap img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform .24s cubic-bezier(0.0, 0, 0.2, 1)
}

.opn-pg .avail__img-wrap:hover img {
  transform: scale(1.05)
}

.opn-pg .avail__col-cards {
  flex: 1 1 0
}

.opn-pg .avail__cards {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.opn-pg .avail__card {
  background: #fff;
  border-radius: 14px;
  padding: 32px;
  box-shadow: 0 3px 3px 0 #4691bb0f;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  transition: transform .22s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1);
  border-top: 3px solid transparent
}

.opn-pg .avail__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 36px 0 #4691bb1c;
  border-top-color: #4691BB
}

.opn-pg .avail__card-num {
  flex: 0 0 36px;
  height: 36px;
  border-radius: 4px;
  background: #4691BB;
  color: #fff;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center
}

.opn-pg .avail__card-body {
  flex: 1
}

.opn-pg .avail__card-title {
  font-size: 18px;
  line-height: 1.5;
  color: #1b3a4d;
  font-weight: 600;
  margin-bottom: 8px
}

.opn-pg .avail__card-text {
  font-size: 14px;
  line-height: 1.9;
  color: #2e5065;
  text-align: justify
}

.opn-pg .divider-band {
  height: 6px;
  background: conic-gradient(from 200deg at 20% 50%, #4691BB 0deg, #BCD1DE 120deg, #F0F5F8 200deg, #4691BB 360deg);
  opacity: .7
}

.opn-pg .invest {
  background: #fff;
  padding: 96px 32px;
  position: relative
}

.opn-pg .invest__bg-shape {
  position: absolute;
  top: 0;
  right: 0;
  width: 320px;
  height: 320px;
  border: 2px solid #BCD1DE;
  border-radius: 50%;
  opacity: .18;
  pointer-events: none;
  transform: translate(40%, -40%)
}

.opn-pg .invest__inner {
  max-width: 1170px;
  margin: 0 auto
}

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

.opn-pg .invest__col-img {
  flex: 0 0 400px;
  order: 2
}

.opn-pg .invest__img-wrap {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 8px 36px 0 #4691bb1c
}

.opn-pg .invest__img-wrap img {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: transform .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.opn-pg .invest__img-wrap:hover img {
  transform: scale(1.04)
}

.opn-pg .invest__col-text {
  flex: 1 1 0;
  order: 1
}

.opn-pg .invest__accent {
  display: block;
  width: 32px;
  height: 3px;
  background: #4691BB;
  border-radius: 2px;
  margin-bottom: 16px
}

.opn-pg .invest__h2 {
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: -.01em;
  color: #1b3a4d;
  margin-bottom: 16px
}

.opn-pg .invest__body {
  font-size: 18px;
  line-height: 1.9;
  color: #2e5065;
  text-align: justify;
  margin-bottom: 32px
}

.opn-pg .invest__timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  padding-left: 32px
}

.opn-pg .invest__timeline::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: linear-gradient(180deg, #4691BB 0%, #BCD1DE 100%);
  border-radius: 2px
}

.opn-pg .invest__tl-item {
  position: relative;
  padding: 16px 0 16px 16px
}

.opn-pg .invest__tl-dot {
  position: absolute;
  left: -28px;
  top: 22px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #4691BB;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px #4691BB
}

.opn-pg .invest__tl-dot--done {
  background: #4691BB
}

.opn-pg .invest__tl-dot--active {
  background: #fff;
  box-shadow: 0 0 0 2px #4691BB, 0 0 0 4px #4691bb2e
}

.opn-pg .invest__tl-label {
  font-size: 14px;
  line-height: 1.5;
  color: #4691BB;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 4px
}

.opn-pg .invest__tl-text {
  font-size: 14px;
  line-height: 1.9;
  color: #2e5065
}

.opn-pg .appr {
  background: #1b3a4d;
  padding: 96px 32px;
  position: relative;
  overflow: hidden
}

.opn-pg .appr__crosses {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(#BCD1DE 1px, transparent 1px), linear-gradient(90deg, #BCD1DE 1px, transparent 1px);
  background-size: 32px 32px;
  background-position: center center;
  opacity: .05
}

.opn-pg .appr__inner {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.opn-pg .appr__top {
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: flex-start;
  margin-bottom: 64px
}

.opn-pg .appr__col-text {
  flex: 1 1 0
}

.opn-pg .appr__accent {
  display: block;
  width: 32px;
  height: 3px;
  background: #BCD1DE;
  border-radius: 2px;
  margin-bottom: 16px
}

.opn-pg .appr__h2 {
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: -.01em;
  color: #F0F5F8;
  margin-bottom: 16px
}

.opn-pg .appr__lead {
  font-size: 18px;
  line-height: 1.9;
  color: #BCD1DE;
  text-align: justify
}

.opn-pg .appr__col-img {
  flex: 0 0 340px
}

.opn-pg .appr__img-wrap {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 36px 0 #4691bb1c
}

.opn-pg .appr__img-wrap img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: transform .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.opn-pg .appr__img-wrap:hover img {
  transform: scale(1.05)
}

.opn-pg .appr__quote {
  background: #4691bb1f;
  border-left: 4px solid #4691BB;
  border-radius: 4px;
  padding: 32px;
  margin-top: 32px
}

.opn-pg .appr__quote p {
  font-size: 18px;
  line-height: 1.9;
  color: #F0F5F8;
  font-style: italic;
  text-align: justify
}

.opn-pg .appr__distincts {
  display: flex;
  flex-direction: row;
  gap: 16px
}

.opn-pg .appr__dist-item {
  flex: 1 1 0;
  background: #ffffff0f;
  border-radius: 14px;
  padding: 32px;
  border: 1px solid #bcd1de2e;
  transition: background .22s cubic-bezier(0.4, 0, 0.2, 1), transform .22s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: default
}

.opn-pg .appr__dist-item:hover {
  background: #4691bb2e;
  transform: translateY(-4px)
}

.opn-pg .appr__dist-num {
  font-size: 30px;
  line-height: 1.1;
  font-weight: 700;
  color: #4691BB;
  margin-bottom: 8px
}

.opn-pg .appr__dist-label {
  font-size: 14px;
  line-height: 1.5;
  color: #BCD1DE;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 8px
}

.opn-pg .appr__dist-text {
  font-size: 14px;
  line-height: 1.9;
  color: #F0F5F8;
  opacity: .82
}

.opn-pg .appr__rating {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin-top: 64px;
  padding-top: 32px;
  border-top: 1px solid #bcd1de26
}

.opn-pg .appr__rating-val {
  font-size: 56px;
  line-height: 1.1;
  font-weight: 700;
  color: #F0F5F8;
  letter-spacing: -.02em
}

.opn-pg .appr__rating-meta {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.opn-pg .appr__rating-stars {
  display: flex;
  flex-direction: row;
  gap: 4px
}

.opn-pg .appr__star {
  width: 18px;
  height: 18px;
  background: #4691BB;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%)
}

.opn-pg .appr__rating-count {
  font-size: 14px;
  line-height: 1.5;
  color: #BCD1DE
}

@media (max-width: 1024px) {
  .opn-pg .ttl-blk__h1 {
    font-size: 30px
  }

  .opn-pg .ttl-blk__img-col {
    flex: 0 0 160px
  }

  .opn-pg .ttl-blk__img-col--right {
    flex: 0 0 140px
  }

  .opn-pg .avail__row {
    flex-direction: column;
    gap: 32px
  }

  .opn-pg .avail__col-text {
    flex: 0 0 auto
  }

  .opn-pg .invest__row {
    flex-direction: column;
    gap: 32px
  }

  .opn-pg .invest__col-img {
    flex: 0 0 auto;
    order: 1
  }

  .opn-pg .invest__col-text {
    order: 2
  }

  .opn-pg .appr__top {
    flex-direction: column;
    gap: 32px
  }

  .opn-pg .appr__col-img {
    flex: 0 0 auto
  }

  .opn-pg .appr__distincts {
    flex-direction: column
  }
}

@media (max-width: 768px) {
  .opn-pg .ttl-blk__row {
    flex-direction: column
  }

  .opn-pg .ttl-blk__img-col,
  .opn-pg .ttl-blk__img-col--right {
    flex: 0 0 auto;
    width: 100%
  }

  .opn-pg .ttl-blk__img-wrap img {
    height: 180px
  }

  .opn-pg .ttl-blk {
    padding: 64px 16px
  }

  .opn-pg .avail {
    padding: 64px 16px
  }

  .opn-pg .invest {
    padding: 64px 16px
  }

  .opn-pg .appr {
    padding: 64px 16px
  }

  .opn-pg .appr__rating {
    flex-direction: column;
    align-items: flex-start
  }
}

@media (max-width: 480px) {
  .opn-pg .ttl-blk__h1 {
    font-size: 30px
  }

  .opn-pg .invest__col-img {
    width: 100%
  }

  .opn-pg .invest__img-wrap img {
    height: 220px
  }
}

.ss-pg {
  overflow-x: clip
}

.ss-pg .reveal-split {
  animation: splitOpen .26s cubic-bezier(0.4, 0, 0.2, 1) both
}

@keyframes splitOpen {
  0% {
    clip-path: inset(0 50% 0 50%);
    opacity: 0
  }

  100% {
    clip-path: inset(0 0% 0 0%);
    opacity: 1
  }
}

.ss-pg .pg-lead {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 96px;
  max-width: 1170px;
  margin: 0 auto;
  padding: 96px 32px;
  align-items: start
}

.ss-pg .lead-img-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 36px 0 #4691bb1c;
  flex-shrink: 0
}

.ss-pg .lead-img-card img {
  width: 340px;
  height: 460px;
  object-fit: cover;
  display: block;
  transition: transform .26s cubic-bezier(0.4, 0, 0.2, 1)
}

.ss-pg .lead-img-card:hover img {
  transform: scale(1.04)
}

.ss-pg .lead-img-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #4691bb8c 0%, transparent 60%);
  pointer-events: none
}

.ss-pg .lead-bg-num {
  position: absolute;
  bottom: 16px;
  right: 16px;
  font-size: 56px;
  line-height: 1.1;
  font-weight: 900;
  color: #4691bb2e;
  pointer-events: none;
  letter-spacing: -2px;
  z-index: 1
}

.ss-pg .lead-text {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.ss-pg .lead-accent-line {
  width: 40px;
  height: 3px;
  background: #4691BB;
  border-radius: 2px
}

.ss-pg .lead-h1 {
  font-size: 56px;
  line-height: 1.1;
  letter-spacing: -1.5px;
  color: #1b3a4b;
  margin: 0
}

.ss-pg .lead-desc {
  font-size: 18px;
  line-height: 1.9;
  color: #2c4a5a;
  text-align: justify;
  max-width: 560px
}

.ss-pg .lead-dots {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center
}

.ss-pg .lead-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #BCD1DE
}

.ss-pg .lead-dot:nth-child(2) {
  background: #4691BB
}

.ss-pg .lead-dot:nth-child(3) {
  background: #BCD1DE;
  opacity: .6
}

.ss-pg .stories-band {
  background: #F0F5F8;
  padding: 96px 32px;
  position: relative
}

.ss-pg .stories-band::before {
  content: "";
  display: block;
  width: 100%;
  height: 48px;
  background: #fff;
  clip-path: ellipse(55% 100% at 50% 0%);
  position: absolute;
  top: 0;
  left: 0
}

.ss-pg .stories-inner {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 64px
}

.ss-pg .stories-head {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 600px
}

.ss-pg .stories-head-line {
  width: 40px;
  height: 3px;
  background: #4691BB;
  border-radius: 2px
}

.ss-pg .stories-h2 {
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: -.5px;
  color: #1b3a4b;
  margin: 0
}

.ss-pg .stories-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px
}

.ss-pg .story-card {
  background: #fff;
  border-radius: 14px;
  padding: 32px;
  box-shadow: 0 4px 14px 0 #4691bb1a;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: transform .22s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1);
  border-top: 3px solid #BCD1DE
}

.ss-pg .story-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 36px 0 #4691bb1c
}

.ss-pg .story-card.featured {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  border-top: 3px solid #4691BB;
  align-items: start
}

.ss-pg .story-person {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px
}

.ss-pg .story-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: conic-gradient(from 120deg, #4691BB 0%, #BCD1DE 50%, #F0F5F8 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  letter-spacing: .5px
}

.ss-pg .story-name {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  color: #1b3a4b
}

.ss-pg .story-role {
  font-size: 14px;
  line-height: 1.5;
  color: #4691BB
}

.ss-pg .story-h3 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  color: #1b3a4b;
  margin: 0
}

.ss-pg .story-body {
  font-size: 14px;
  line-height: 1.9;
  color: #2c4a5a;
  text-align: justify
}

.ss-pg .story-quote {
  font-size: 18px;
  line-height: 1.9;
  color: #1b3a4b;
  border-left: 4px solid #4691BB;
  border-top: 1px solid #BCD1DE;
  padding: 16px 16px 16px 32px;
  border-radius: 4px;
  background: #F0F5F8;
  font-style: italic;
  text-align: justify
}

.ss-pg .story-tag {
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
  color: #4691BB;
  background: #F0F5F8;
  border-radius: 4px;
  padding: 4px 16px;
  border: 1px solid #BCD1DE;
  font-weight: 600;
  align-self: flex-start
}

.ss-pg .story-img-wrap {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 3px 3px 0 #4691bb0f
}

.ss-pg .story-img-wrap img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
  transition: transform .25s cubic-bezier(0.0, 0, 0.2, 1)
}

.ss-pg .story-img-wrap:hover img {
  transform: scale(1.05)
}

.ss-pg .featured-left {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.ss-pg .featured-right {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.ss-pg .metrics-band {
  padding: 96px 32px;
  background: #fff;
  position: relative
}

.ss-pg .metrics-band::before {
  content: "";
  display: block;
  width: 100%;
  height: 48px;
  background: #F0F5F8;
  clip-path: ellipse(55% 100% at 50% 0%);
  position: absolute;
  top: 0;
  left: 0
}

.ss-pg .metrics-inner {
  max-width: 1170px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 96px;
  align-items: start
}

.ss-pg .metrics-img-side {
  position: relative
}

.ss-pg .metrics-img-frame {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 36px 0 #4691bb1c
}

.ss-pg .metrics-img-frame img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
  transition: transform .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.ss-pg .metrics-img-frame:hover img {
  transform: scale(1.04)
}

.ss-pg .metrics-curve-deco {
  position: absolute;
  bottom: -32px;
  left: -32px;
  width: 180px;
  height: 180px;
  border: 3px solid #BCD1DE;
  border-radius: 22px;
  pointer-events: none;
  z-index: -1
}

.ss-pg .metrics-text-side {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.ss-pg .metrics-head-line {
  width: 40px;
  height: 3px;
  background: #4691BB;
  border-radius: 2px
}

.ss-pg .metrics-h2 {
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: -.5px;
  color: #1b3a4b;
  margin: 0
}

.ss-pg .metrics-desc {
  font-size: 18px;
  line-height: 1.9;
  color: #2c4a5a;
  text-align: justify
}

.ss-pg .metrics-list {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.ss-pg .metric-item {
  background: #F0F5F8;
  border-radius: 14px;
  padding: 16px 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  box-shadow: 0 3px 3px 0 #4691bb0f;
  transition: transform .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.ss-pg .metric-item:hover {
  transform: translateX(6px)
}

.ss-pg .metric-num {
  font-size: 30px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -1px;
  background: conic-gradient(from 200deg, #4691BB 0%, #BCD1DE 60%, #4691BB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  flex-shrink: 0;
  min-width: 80px
}

.ss-pg .metric-label {
  font-size: 14px;
  line-height: 1.5;
  color: #2c4a5a
}

.ss-pg .metric-label strong {
  display: block;
  font-size: 18px;
  color: #1b3a4b
}

.ss-pg .bottom-dots {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  padding: 0 32px 64px;
  max-width: 1170px;
  margin: 0 auto
}

.ss-pg .bottom-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #BCD1DE
}

.ss-pg .bottom-dot:nth-child(3) {
  background: #4691BB
}

@media (max-width: 1024px) {
  .ss-pg .pg-lead {
    grid-template-columns: 280px 1fr;
    gap: 64px;
    padding: 64px 32px
  }

  .ss-pg .lead-img-card img {
    width: 280px;
    height: 380px
  }

  .ss-pg .lead-h1 {
    font-size: 30px;
    letter-spacing: -.5px
  }

  .ss-pg .story-card.featured {
    gap: 32px
  }

  .ss-pg .metrics-inner {
    gap: 64px
  }
}

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

  .ss-pg .lead-img-card {
    width: 100%
  }

  .ss-pg .lead-img-card img {
    width: 100%;
    height: 280px
  }

  .ss-pg .lead-h1 {
    font-size: 30px
  }

  .ss-pg .stories-grid {
    grid-template-columns: 1fr
  }

  .ss-pg .story-card.featured {
    grid-column: span 1;
    grid-template-columns: 1fr;
    gap: 32px
  }

  .ss-pg .metrics-inner {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .ss-pg .metrics-img-frame img {
    height: 280px
  }

  .ss-pg .metrics-curve-deco {
    display: none
  }

  .ss-pg .stories-band {
    padding: 64px 32px
  }

  .ss-pg .metrics-band {
    padding: 64px 32px
  }
}

@media (max-width: 480px) {
  .ss-pg .pg-lead {
    padding: 32px 16px;
    gap: 16px
  }

  .ss-pg .stories-band {
    padding: 32px 16px
  }

  .ss-pg .metrics-band {
    padding: 32px 16px
  }

  .ss-pg .story-card {
    padding: 16px
  }

  .ss-pg .metric-item {
    padding: 16px
  }

  .ss-pg .bottom-dots {
    padding: 0 16px 32px
  }
}

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

.ctus-pg *,
.ctus-pg ::before,
.ctus-pg ::after {
  box-sizing: border-box
}

.ctus-pg .pg-reveal {
  animation: pgReveal .26s cubic-bezier(0.4, 0, 0.2, 1) both
}

@keyframes pgReveal {
  from {
    opacity: 0;
    filter: blur(6px)
  }

  to {
    opacity: 1;
    filter: blur(0)
  }
}

.ctus-pg .dot-field {
  position: relative;
  background: #4691BB;
  padding: 64px 32px;
  overflow: hidden
}

.ctus-pg .dot-field::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, #ffffff2e 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none
}

.ctus-pg .dot-field::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #BCD1DE
}

.ctus-pg .df-inner {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.ctus-pg .df-label {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: .08em;
  color: #BCD1DE;
  text-transform: uppercase;
  margin-bottom: 16px
}

.ctus-pg .df-heading {
  font-size: 56px;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #fff;
  max-width: 680px;
  margin-bottom: 32px
}

.ctus-pg .df-sub {
  font-size: 18px;
  line-height: 1.5;
  color: #F0F5F8;
  max-width: 560px
}

.ctus-pg .df-accent-bar {
  width: 48px;
  height: 3px;
  background: #BCD1DE;
  margin-bottom: 32px;
  border-radius: 2px
}

.ctus-pg .reach-strip {
  background: #F0F5F8;
  padding: 64px 32px;
  border-top: 3px solid #BCD1DE;
  border-bottom: 3px solid #BCD1DE
}

.ctus-pg .rs-inner {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: flex-start
}

.ctus-pg .rs-col-info {
  flex: 0 0 340px;
  display: flex;
  flex-direction: column;
  gap: 32px
}

.ctus-pg .rs-col-chart {
  flex: 1 1 auto
}

.ctus-pg .info-card {
  background: #fff;
  border-radius: 14px;
  padding: 32px;
  box-shadow: 0 4px 14px 0 #4691bb1a;
  border-left: 4px solid #4691BB;
  border-top: 1px solid #BCD1DE;
  transition: transform .22s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.ctus-pg .info-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 36px 0 #4691bb1c
}

.ctus-pg .ic-label {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #4691BB;
  margin-bottom: 8px
}

.ctus-pg .ic-value {
  font-size: 18px;
  line-height: 1.5;
  color: #1a2b35
}

.ctus-pg .ic-value a {
  color: #4691BB;
  text-decoration: none;
  border-bottom: 1px solid #BCD1DE;
  transition: border-color .2s cubic-bezier(0.4, 0, 0.2, 1), color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.ctus-pg .ic-value a:hover {
  color: #2a6e96;
  border-color: #4691BB
}

.ctus-pg .chart-box {
  background: #fff;
  border-radius: 14px;
  padding: 32px;
  box-shadow: 0 3px 3px 0 #4691bb0f;
  border-top: 1px solid #BCD1DE
}

.ctus-pg .chart-label {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #4691BB;
  margin-bottom: 16px
}

.ctus-pg .chart-desc {
  font-size: 14px;
  line-height: 1.9;
  color: #3a5060;
  margin-top: 16px;
  text-align: justify
}

.ctus-pg .rs-col-chart svg {
  width: 100%;
  height: auto;
  display: block
}

.ctus-pg .form-band {
  background: #fff;
  padding: 96px 32px;
  border-bottom: 3px solid #F0F5F8
}

.ctus-pg .fb-inner {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: flex-start
}

.ctus-pg .fb-aside {
  flex: 0 0 320px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 8px
}

.ctus-pg .fb-aside-accent {
  width: 40px;
  height: 3px;
  background: #4691BB;
  border-radius: 2px
}

.ctus-pg .fb-aside-heading {
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: -.01em;
  color: #152535
}

.ctus-pg .fb-aside-body {
  font-size: 18px;
  line-height: 1.9;
  color: #3a5060;
  text-align: justify
}

.ctus-pg .fb-quote {
  background: #F0F5F8;
  border-left: 4px solid #4691BB;
  border-radius: 4px 14px 14px 4px;
  padding: 32px;
  font-size: 18px;
  line-height: 1.9;
  color: #152535
}

.ctus-pg .fb-form-col {
  flex: 1 1 auto
}

.ctus-pg .contact-form {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.ctus-pg .cf-row {
  display: flex;
  flex-direction: row;
  gap: 32px
}

.ctus-pg .cf-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1 1 auto
}

.ctus-pg .cf-label {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #3a5060
}

.ctus-pg .cf-input {
  background: #F0F5F8;
  border: 2px solid #BCD1DE;
  border-radius: 4px;
  padding: 16px;
  font-size: 18px;
  line-height: 1.5;
  color: #152535;
  width: 100%;
  box-shadow: inset 0 2px 4px 0 #4691bb0f;
  transition: border-color .24s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .24s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none
}

.ctus-pg .cf-input::placeholder {
  color: #3a506073
}

.ctus-pg .cf-input:focus {
  border-color: #4691BB;
  box-shadow: inset 0 2px 4px 0 #4691bb14 0 0 0 3px #4691bb26
}

.ctus-pg .cf-checks-label {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #3a5060;
  margin-bottom: 8px
}

.ctus-pg .cf-checks {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px
}

.ctus-pg .cf-check-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: #F0F5F8;
  border: 2px solid #BCD1DE;
  border-radius: 22px;
  padding: 8px 16px;
  cursor: pointer;
  transition: border-color .2s cubic-bezier(0.4, 0, 0.2, 1), background .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.ctus-pg .cf-check-item:hover {
  border-color: #4691BB;
  background: #fff
}

.ctus-pg .cf-check-item input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #4691BB;
  cursor: pointer;
  flex-shrink: 0
}

.ctus-pg .cf-check-item input[type="checkbox"]:focus {
  outline: 2px solid #4691BB;
  outline-offset: 2px
}

.ctus-pg .cf-check-text {
  font-size: 14px;
  line-height: 1.5;
  color: #152535;
  user-select: none
}

.ctus-pg .cf-privacy {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  background: #F0F5F8;
  border-radius: 14px;
  padding: 16px;
  border: 1px solid #BCD1DE
}

.ctus-pg .cf-privacy input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: #4691BB;
  cursor: pointer;
  flex-shrink: 0;
  margin-top: 2px
}

.ctus-pg .cf-privacy input[type="checkbox"]:focus {
  outline: 2px solid #4691BB;
  outline-offset: 2px
}

.ctus-pg .cf-privacy-text {
  font-size: 14px;
  line-height: 1.9;
  color: #3a5060
}

.ctus-pg .cf-privacy-text a {
  color: #4691BB;
  text-decoration: none;
  border-bottom: 1px solid #BCD1DE;
  transition: border-color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.ctus-pg .cf-privacy-text a:hover {
  border-color: #4691BB
}

.ctus-pg .cf-submit-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px
}

.ctus-pg .cf-btn {
  position: relative;
  display: inline-block;
  padding: 16px 32px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: .02em;
  color: #4691BB;
  background: transparent;
  border: 2px solid #4691BB;
  border-radius: 4px;
  cursor: pointer;
  overflow: hidden;
  transition: color .25s cubic-bezier(0.0, 0, 0.2, 1), box-shadow .25s cubic-bezier(0.0, 0, 0.2, 1)
}

.ctus-pg .cf-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: conic-gradient(from 135deg at 0% 100%, #4691BB 0deg, #2a6e96 180deg, #4691BB 360deg);
  transform: translateX(-101%);
  transition: transform .25s cubic-bezier(0.0, 0, 0.2, 1);
  z-index: 0;
  border-radius: 2px
}

.ctus-pg .cf-btn:hover::before {
  transform: translateX(0)
}

.ctus-pg .cf-btn:hover {
  color: #fff;
  box-shadow: 0 4px 14px 0 #4691bb1a
}

.ctus-pg .cf-btn:focus {
  outline: 3px solid #4691BB;
  outline-offset: 3px
}

.ctus-pg .cf-btn:active {
  box-shadow: inset 0 2px 4px 0 #4691bb1f
}

.ctus-pg .cf-btn-text {
  position: relative;
  z-index: 1
}

.ctus-pg .cf-note {
  font-size: 14px;
  line-height: 1.5;
  color: #3a5060
}

@media (max-width: 1024px) {
  .ctus-pg .rs-inner {
    flex-direction: column;
    gap: 32px
  }

  .ctus-pg .rs-col-info {
    flex: none;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap
  }

  .ctus-pg .info-card {
    flex: 1 1 220px
  }

  .ctus-pg .fb-inner {
    flex-direction: column;
    gap: 32px
  }

  .ctus-pg .fb-aside {
    flex: none;
    width: 100%
  }

  .ctus-pg .df-heading {
    font-size: 30px
  }
}

@media (max-width: 768px) {
  .ctus-pg .dot-field {
    padding: 64px 16px
  }

  .ctus-pg .reach-strip {
    padding: 64px 16px
  }

  .ctus-pg .form-band {
    padding: 64px 16px
  }

  .ctus-pg .cf-row {
    flex-direction: column;
    gap: 16px
  }

  .ctus-pg .cf-checks {
    flex-direction: column
  }

  .ctus-pg .cf-submit-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px
  }

  .ctus-pg .rs-col-info {
    flex-direction: column
  }
}

@media (max-width: 480px) {
  .ctus-pg .df-heading {
    font-size: 30px
  }

  .ctus-pg .fb-aside-heading {
    font-size: 30px
  }
}

.lp-pg {
  overflow-x: clip;
  position: relative
}

.lp-pg .ed-container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px
}

.lp-pg .sweep-text {
  background: linear-gradient(90deg, #222 0%, #222 30%, #4691BB 50%, #222 70%, #222 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textSweep 2.4s cubic-bezier(0.4, 0, 0.2, 1) .3s forwards
}

@keyframes textSweep {
  0% {
    background-position: 100% center
  }

  100% {
    background-position: -100% center
  }
}

.lp-pg .accent-line {
  display: block;
  width: 40px;
  height: 3px;
  background: #4691BB;
  border-radius: 2px;
  margin-bottom: 16px
}

.lp-pg .grain-bg {
  position: relative;
  background-color: #2a3a45;
  overflow: hidden
}

.lp-pg .grain-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='0.08'/%3E%3C/svg%3E");
  opacity: .35;
  pointer-events: none
}

.lp-pg .geo-circle {
  position: absolute;
  border-radius: 22px;
  border: 1px solid #4691bb1f;
  pointer-events: none
}

.lp-pg .geo-c1 {
  width: 320px;
  height: 320px;
  top: -80px;
  right: -60px;
  border-radius: 50%;
  border-color: #bcd1de1a
}

.lp-pg .geo-c2 {
  width: 180px;
  height: 180px;
  bottom: 32px;
  left: 8%;
  border-radius: 50%;
  border-color: #4691bb14
}

.lp-pg .geo-c3 {
  width: 90px;
  height: 90px;
  top: 40%;
  right: 12%;
  border-radius: 50%;
  border-color: #bcd1de21
}

.lp-pg .title-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  padding-top: 96px;
  padding-bottom: 96px;
  position: relative;
  z-index: 1
}

.lp-pg .title-num {
  font-size: 56px;
  line-height: 1.1;
  color: #4691BB;
  font-weight: 800;
  letter-spacing: -.03em;
  display: block;
  margin-bottom: 8px
}

.lp-pg .title-h1 {
  font-size: 56px;
  line-height: 1.1;
  color: #fff;
  font-weight: 700;
  letter-spacing: -.02em;
  margin-bottom: 32px
}

.lp-pg .title-desc {
  font-size: 18px;
  line-height: 1.5;
  color: #ffffffbf;
  max-width: 480px
}

.lp-pg .title-img-wrap {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 36px 0 #4691bb1c
}

.lp-pg .title-img-wrap img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
  filter: saturate(0.45) brightness(0.85);
  transition: transform .26s cubic-bezier(0.4, 0, 0.2, 1), filter .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.lp-pg .title-img-wrap:hover img {
  transform: scale(1.04);
  filter: saturate(0.65) brightness(0.9)
}

.lp-pg .img-label {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background: #4691bbe0;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  padding: 8px 16px;
  border-radius: 4px
}

.lp-pg .hand-divider {
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 0
}

.lp-pg .hand-divider svg {
  display: block;
  width: 100%
}

.lp-pg .structure-sec {
  background: #fff;
  padding-top: 96px;
  padding-bottom: 96px
}

.lp-pg .structure-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 32px;
  align-items: start
}

.lp-pg .struct-lead {
  padding-right: 32px
}

.lp-pg .struct-h2 {
  font-size: 30px;
  line-height: 1.1;
  color: #1b2d38;
  font-weight: 700;
  letter-spacing: -.01em;
  margin-bottom: 16px
}

.lp-pg .struct-body {
  font-size: 18px;
  line-height: 1.9;
  color: #2e4452;
  text-align: justify
}

.lp-pg .struct-quote {
  font-size: 18px;
  line-height: 1.9;
  color: #1b2d38;
  border-left: 3px solid #4691BB;
  border-top: 1px solid #BCD1DE;
  border-right: 1px solid #BCD1DE;
  border-bottom: 1px solid #BCD1DE;
  padding: 16px;
  border-radius: 4px;
  margin-top: 32px;
  font-style: italic;
  background: #F0F5F8
}

.lp-pg .stat-card {
  background: #F0F5F8;
  border-radius: 14px;
  padding: 32px 16px;
  text-align: center;
  box-shadow: 0 3px 3px 0 #4691bb0f;
  transition: transform .24s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .22s cubic-bezier(0.0, 0, 0.2, 1)
}

.lp-pg .stat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 36px 0 #4691bb1c
}

.lp-pg .stat-num {
  font-size: 56px;
  line-height: 1.1;
  font-weight: 800;
  color: #4691BB;
  letter-spacing: -.03em;
  display: block
}

.lp-pg .stat-label {
  font-size: 14px;
  line-height: 1.5;
  color: #3a5566;
  margin-top: 8px;
  display: block
}

.lp-pg .hand-divider2 {
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 0
}

.lp-pg .modules-sec {
  background: #F0F5F8;
  padding-top: 96px;
  padding-bottom: 96px;
  position: relative;
  overflow: hidden
}

.lp-pg .bg-geo-a {
  position: absolute;
  width: 500px;
  height: 500px;
  right: -150px;
  top: -100px;
  border-radius: 50%;
  border: 1px solid #4691bb12;
  pointer-events: none
}

.lp-pg .bg-geo-b {
  position: absolute;
  width: 260px;
  height: 260px;
  left: -60px;
  bottom: 32px;
  border-radius: 50%;
  border: 1px solid #bcd1de1a;
  pointer-events: none
}

.lp-pg .modules-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: end;
  margin-bottom: 64px
}

.lp-pg .mod-h2 {
  font-size: 30px;
  line-height: 1.1;
  color: #1b2d38;
  font-weight: 700;
  letter-spacing: -.01em;
  margin-bottom: 0
}

.lp-pg .mod-intro {
  font-size: 18px;
  line-height: 1.9;
  color: #2e4452;
  text-align: justify
}

.lp-pg .mod-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px
}

.lp-pg .mod-item {
  background: #fff;
  border-radius: 14px;
  padding: 32px;
  box-shadow: 0 4px 14px 0 #4691bb1a;
  position: relative;
  transition: transform .22s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .24s cubic-bezier(0.0, 0, 0.2, 1);
  overflow: hidden
}

.lp-pg .mod-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: conic-gradient(from 200deg at 110% 110%, #4691bb00 0%, #4691bb12 30%, #bcd1de14 60%, #4691bb00 80%);
  border-radius: 14px;
  pointer-events: none;
  opacity: 0;
  transition: opacity .26s cubic-bezier(0.4, 0, 0.2, 1)
}

.lp-pg .mod-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 36px 0 #4691bb1c
}

.lp-pg .mod-item:hover::after {
  opacity: 1
}

.lp-pg .mod-num {
  font-size: 14px;
  line-height: 1.5;
  color: #4691BB;
  font-weight: 700;
  letter-spacing: .06em;
  display: block;
  margin-bottom: 8px
}

.lp-pg .mod-name {
  font-size: 18px;
  line-height: 1.5;
  color: #1b2d38;
  font-weight: 600;
  margin-bottom: 8px
}

.lp-pg .mod-desc {
  font-size: 14px;
  line-height: 1.9;
  color: #3a5566
}

.lp-pg .hand-divider3 {
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 0
}

.lp-pg .delivery-sec {
  background: #fff;
  padding-top: 96px;
  padding-bottom: 96px
}

.lp-pg .delivery-mosaic {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 64px;
  align-items: center
}

.lp-pg .delivery-img-wrap {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 14px 0 #4691bb1a
}

.lp-pg .delivery-img-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  transition: transform .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.lp-pg .delivery-img-wrap:hover img {
  transform: scale(1.05)
}

.lp-pg .del-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #4691BB;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  padding: 8px 16px;
  border-radius: 4px;
  font-weight: 600
}

.lp-pg .del-h2 {
  font-size: 30px;
  line-height: 1.1;
  color: #1b2d38;
  font-weight: 700;
  letter-spacing: -.01em;
  margin-bottom: 16px
}

.lp-pg .del-body {
  font-size: 18px;
  line-height: 1.9;
  color: #2e4452;
  text-align: justify;
  margin-bottom: 32px
}

.lp-pg .del-items {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.lp-pg .del-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  background: #F0F5F8;
  border-radius: 4px;
  padding: 16px;
  border-left: 3px solid #BCD1DE;
  border-top: 1px solid #BCD1DE;
  border-right: 1px solid #BCD1DE;
  border-bottom: 1px solid #BCD1DE;
  transition: border-left-color .22s cubic-bezier(0.4, 0, 0.2, 1), background .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.lp-pg .del-row:hover {
  border-left-color: #4691BB;
  background: #e8f1f7
}

.lp-pg .del-marker {
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;
  background: #4691BB;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.lp-pg .del-marker svg {
  display: block
}

.lp-pg .del-row-text {
  font-size: 14px;
  line-height: 1.9;
  color: #1b2d38
}

.lp-pg .del-row-label {
  font-size: 14px;
  font-weight: 600;
  color: #1b2d38;
  display: block;
  margin-bottom: 4px
}

.lp-pg .btn-enrol {
  display: inline-block;
  margin-top: 32px;
  padding: 16px 32px;
  border-radius: 4px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  color: #4691BB;
  background: transparent;
  border: 2px solid #4691BB;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  transition: color .24s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0
}

.lp-pg .btn-enrol::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #4691BB 0%, #BCD1DE 100%);
  transform: translateX(-101%) skewX(-8deg);
  transition: transform .26s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1
}

.lp-pg .btn-enrol:hover {
  color: #fff
}

.lp-pg .btn-enrol:hover::before {
  transform: translateX(0) skewX(0deg)
}

.lp-pg .btn-enrol:focus-visible {
  outline: 3px solid #4691BB;
  outline-offset: 3px
}

@media (max-width: 1024px) {
  .lp-pg .title-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px
  }

  .lp-pg .structure-grid {
    grid-template-columns: 1fr 1fr
  }

  .lp-pg .stat-card:first-child {
    display: none
  }

  .lp-pg .mod-list {
    grid-template-columns: 1fr 1fr
  }

  .lp-pg .delivery-mosaic {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .lp-pg .modules-head {
    grid-template-columns: 1fr;
    gap: 16px
  }
}

@media (max-width: 768px) {
  .lp-pg .title-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-top: 64px;
    padding-bottom: 64px
  }

  .lp-pg .title-h1 {
    font-size: 30px
  }

  .lp-pg .title-num {
    font-size: 30px
  }

  .lp-pg .structure-grid {
    grid-template-columns: 1fr
  }

  .lp-pg .struct-lead {
    padding-right: 0
  }

  .lp-pg .mod-list {
    grid-template-columns: 1fr
  }

  .lp-pg .structure-sec,
  .lp-pg .modules-sec,
  .lp-pg .delivery-sec {
    padding-top: 64px;
    padding-bottom: 64px
  }

  .lp-pg .struct-h2,
  .lp-pg .mod-h2,
  .lp-pg .del-h2 {
    font-size: 30px
  }
}

@media (max-width: 480px) {
  .lp-pg .ed-container {
    padding-left: 16px;
    padding-right: 16px
  }

  .lp-pg .title-img-wrap img {
    height: 260px
  }

  .lp-pg .delivery-img-wrap img {
    height: 220px
  }
}

.success-pg {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 96px 32px;
  background: #F0F5F8
}

.success-pg .success-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 36px 0 #4691bb1c;
  padding: 64px;
  max-width: 560px;
  width: 100%;
  text-align: left
}

.success-pg .success-card__accent {
  display: block;
  width: 40px;
  height: 3px;
  background: #4691BB;
  border-radius: 2px;
  margin-bottom: 32px
}

.success-pg .success-card__icon {
  width: 52px;
  height: 52px;
  margin-bottom: 32px;
  display: block
}

.success-pg .success-card__heading {
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #1b3a4d;
  margin-bottom: 16px
}

.success-pg .success-card__body {
  font-size: 18px;
  line-height: 1.5;
  color: #2c4f63;
  margin-bottom: 32px
}

.success-pg .success-card__link {
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: .04em;
  color: #4691BB;
  border: 1.5px solid #4691BB;
  border-radius: 4px;
  padding: 8px 32px;
  text-decoration: none;
  background: transparent;
  position: relative;
  overflow: hidden;
  transition: color .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.success-pg .success-card__link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: conic-gradient(from 135deg at 0% 100%, #4691BB 0deg, #BCD1DE 120deg, #4691BB 240deg);
  opacity: 0;
  transition: opacity .25s cubic-bezier(0.0, 0, 0.2, 1)
}

.success-pg .success-card__link:hover::before {
  opacity: 1
}

.success-pg .success-card__link:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 14px 0 #4691bb1a
}

.success-pg .success-card__link span {
  position: relative;
  z-index: 1
}

.success-pg .success-card__link:focus-visible {
  outline: 2px solid #4691BB;
  outline-offset: 3px
}

@media (max-width: 480px) {
  .success-pg {
    padding: 64px 16px
  }

  .success-pg .success-card {
    padding: 32px 16px
  }

  .success-pg .success-card__heading {
    font-size: 30px
  }
}