body {
margin: 0;
scrollbar-gutter: stable;
min-height: 100vh;
word-break: break-word;
overflow-wrap: anywhere;
font-family: 'JetBrains Mono', monospace
}

:focus {
outline: 2px dashed #12A3AD;
outline-offset: 3px
}

.brand-bar {
background: #12A3AD;
padding: 16px 28px
}

.brand-bar-inner {
max-width: 1366px;
margin: 0 auto;
display: flex;
align-items: center;
gap: 28px
}

.brand-mark-box {
display: flex;
align-items: center;
justify-content: center;
width: 66px;
height: 66px;
border-radius: 2px;
background: #fff;
box-shadow: -1px 1px 5px -2px #12a3ad14 -1px 5px 20px -2px #12a3ad1c -1px 10px 44px -2px #12a3ad1a;
flex-shrink: 0
}

.brand-mark-box img {
width: 55px;
height: 55px;
object-fit: contain;
display: block
}

.brand-identity {
display: flex;
flex-direction: column;
gap: 8px
}

.brand-name {
font-size: 20px;
font-weight: 700;
line-height: 1.15;
color: #fff;
letter-spacing: .08em;
text-transform: uppercase
}

.brand-tagline {
font-size: 14px;
font-weight: 400;
line-height: 1.4;
color: #FEE1E8;
letter-spacing: .04em
}

.availability-badge {
margin-left: auto;
display: flex;
align-items: center;
gap: 8px;
background: #ffffff1f;
border-radius: 42px;
padding: 8px 16px;
border: 1px solid #ffffff38
}

.availability-dot {
width: 8px;
height: 8px;
border-radius: 42px;
background: #FEE1E8;
flex-shrink: 0
}

.availability-text {
font-size: 14px;
font-weight: 700;
color: #fff;
letter-spacing: .06em;
text-transform: uppercase;
white-space: nowrap
}

.nav-bar {
background: #fff;
border-bottom: 2px solid #FEE1E8;
box-shadow: -1px 5px 20px -2px #12a3ad1c
}

.nav-bar-inner {
max-width: 1366px;
margin: 0 auto;
padding: 0 28px;
display: flex;
flex-wrap: wrap;
align-items: stretch
}

.nav-item {
display: inline-flex;
align-items: center;
text-decoration: none;
font-size: 15px;
font-weight: 700;
line-height: 1.4;
color: #1a3a3c;
padding: 16px 28px;
letter-spacing: .04em;
text-transform: uppercase;
border-bottom: 3px solid transparent;
transition: color .2s ease-out, border-color .25s ease-out;
white-space: nowrap
}

.nav-item:hover {
color: #12A3AD;
border-bottom-color: #12A3AD
}

.nav-item.active {
color: #67240F;
border-bottom-color: #67240F
}

@media (max-width: 992px) {
.brand-bar {
padding: 16px
}

.brand-bar-inner {
gap: 16px
}

.nav-item {
padding: 16px;
font-size: 14px
}

.availability-badge {
padding: 8px 12px
}
}

@media (max-width: 576px) {
.brand-mark-box {
width: 55px;
height: 55px
}

.brand-mark-box img {
width: 44px;
height: 44px
}

.brand-name {
font-size: 15px
}

.brand-tagline {
font-size: 14px
}

.availability-badge {
display: none
}

.nav-item {
padding: 12px 8px;
font-size: 14px
}

.nav-bar-inner {
padding: 0 8px
}
}

.footer-upper {
background: #12A3AD;
padding: 56px 28px;
position: relative;
overflow: hidden
}

.footer-dot-pattern {
position: absolute;
inset: 0;
pointer-events: none;
background-image: radial-gradient(circle, #fee1e82e 1px, transparent 1px);
background-size: 24px 24px
}

.footer-upper-inner {
max-width: 1366px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
gap: 56px;
align-items: flex-start;
position: relative
}

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

.footer-logo-box {
display: flex;
align-items: center;
justify-content: center;
width: 66px;
height: 66px;
border-radius: 2px;
background: #fff;
box-shadow: -1px 1px 5px -2px #67240f14 -1px 5px 20px -2px #67240f1c -1px 10px 44px -2px #67240f1a
}

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

.footer-brand-name {
font-size: 20px;
font-weight: 700;
color: #fff;
letter-spacing: .08em;
text-transform: uppercase;
line-height: 1.15
}

.footer-contact-col {
display: flex;
flex-direction: column;
gap: 16px;
flex: 1 1 240px
}

.footer-contact-label {
font-size: 14px;
font-weight: 700;
color: #FEE1E8;
letter-spacing: .1em;
text-transform: uppercase;
line-height: 1.15
}

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

.footer-contact-link {
font-size: 15px;
font-weight: 400;
color: #fff;
text-decoration: none;
line-height: 1.4;
transition: color .2s ease-out
}

.footer-contact-link:hover {
color: #FEE1E8
}

.footer-contact-address {
font-size: 14px;
font-weight: 400;
color: #fffc;
line-height: 1.6
}

.footer-lower {
background: #67240F;
padding: 16px 28px
}

.footer-lower-inner {
max-width: 1366px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 16px;
justify-content: space-between
}

.footer-copy {
font-size: 14px;
font-weight: 400;
color: #fee1e8bf;
line-height: 1.4
}

.footer-legal-links {
display: flex;
flex-wrap: wrap;
gap: 16px;
align-items: center
}

.footer-legal-link {
font-size: 14px;
font-weight: 400;
color: #FEE1E8;
text-decoration: none;
line-height: 1.4;
transition: color .18s ease-out;
position: relative
}

.footer-legal-link::after {
content: '';
position: absolute;
bottom: -2px;
left: 0;
width: 0;
height: 1px;
background: #fff;
transition: width .22s ease-out
}

.footer-legal-link:hover {
color: #fff
}

.footer-legal-link:hover::after {
width: 100%
}

@media (max-width: 576px) {
.footer-upper {
padding: 56px 16px
}

.footer-upper-inner {
gap: 28px
}

.footer-lower {
padding: 16px
}

.footer-lower-inner {
flex-direction: column;
align-items: flex-start;
gap: 8px
}
}

.cookie-popup {
position: fixed;
top: 16px;
left: 16px;
width: 320px;
max-width: calc(100vw - 32px);
background: #fff;
border-radius: 42px;
box-shadow: -1px 10px 44px -2px #12a3ad1a -1px 5px 20px -2px #12a3ad1c;
z-index: 2000;
padding: 28px;
border: 1px solid #FEE1E8;
display: none;
transform: translateY(-120%);
transition: transform .26s ease-out
}

.cookie-popup.visible {
transform: translateY(0)
}

.cookie-popup-icon {
width: 36px;
height: 36px;
margin-bottom: 16px;
display: block
}

.cookie-popup-text {
font-size: 14px;
font-weight: 400;
color: #1a3a3c;
line-height: 1.6;
margin-bottom: 16px
}

.cookie-popup-text strong {
font-weight: 700;
color: #67240F
}

.cookie-toggles {
display: none;
flex-direction: column;
gap: 8px;
margin-bottom: 16px
}

.cookie-toggles.open {
display: flex
}

.cookie-toggle-row {
display: flex;
align-items: center;
justify-content: space-between;
gap: 8px
}

.cookie-toggle-label {
font-size: 14px;
font-weight: 700;
color: #1a3a3c;
line-height: 1.4
}

.cookie-toggle-switch {
position: relative;
width: 40px;
height: 22px;
flex-shrink: 0
}

.cookie-toggle-switch input {
opacity: 0;
width: 0;
height: 0;
position: absolute
}

.cookie-toggle-track {
position: absolute;
inset: 0;
background: #FEE1E8;
border-radius: 42px;
cursor: pointer;
transition: background .2s ease-out
}

.cookie-toggle-track::before {
content: '';
position: absolute;
width: 16px;
height: 16px;
border-radius: 42px;
background: #fff;
top: 3px;
left: 3px;
transition: transform .2s ease-out
}

.cookie-toggle-switch input:checked+.cookie-toggle-track {
background: #12A3AD
}

.cookie-toggle-switch input:checked+.cookie-toggle-track::before {
transform: translateX(18px)
}

.cookie-popup-actions {
display: flex;
flex-direction: column;
gap: 8px
}

.cookie-accept-btn {
display: block;
width: 100%;
padding: 12px 16px;
border-radius: 42px;
background: #12A3AD;
color: #fff;
font-size: 14px;
font-weight: 700;
font-family: 'JetBrains Mono', monospace;
letter-spacing: .06em;
text-transform: uppercase;
border: 2px solid #12A3AD;
cursor: pointer;
text-align: center;
transition: background .2s ease-out, color .2s ease-out
}

.cookie-accept-btn:hover {
background: #fff;
color: #12A3AD
}

.cookie-decline-btn {
display: block;
width: 100%;
padding: 12px 16px;
border-radius: 42px;
background: transparent;
color: #67240F;
font-size: 14px;
font-weight: 700;
font-family: 'JetBrains Mono', monospace;
letter-spacing: .06em;
text-transform: uppercase;
border: 2px solid #67240F;
cursor: pointer;
text-align: center;
transition: background .2s ease-out, color .2s ease-out
}

.cookie-decline-btn:hover {
background: #67240F;
color: #fff
}

.cookie-settings-link {
display: block;
text-align: center;
font-size: 14px;
font-weight: 400;
color: #12A3AD;
text-decoration: underline;
cursor: pointer;
background: none;
border: none;
font-family: 'JetBrains Mono', monospace;
padding: 8px 0 0;
transition: color .18s ease-out
}

.cookie-settings-link:hover {
color: #67240F
}

.agreement-content-vuy {
max-width: 1366px;
margin: 0 auto;
padding: 56px 28px
}

.agreement-content-vuy ul,
.agreement-content-vuy ol {
padding-left: 28px;
margin-top: 16px;
margin-bottom: 16px
}

.agreement-content-vuy ul {
list-style-type: disc
}

.agreement-content-vuy ol {
list-style-type: decimal
}

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

.agreement-content-vuy li {
font-size: 15px;
line-height: 1.6;
margin-bottom: 8px;
color: #2a2a2a
}

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

.agreement-content-vuy em,
.agreement-content-vuy i {
font-style: italic;
color: inherit
}

.agreement-content-vuy a {
color: #12A3AD;
text-decoration: underline;
text-underline-offset: 3px;
text-decoration-thickness: 1px;
transition: color .2s ease-out, text-decoration-color .25s ease-out
}

.agreement-content-vuy a:hover {
color: #67240F;
text-decoration-color: #67240F
}

.agreement-content-vuy a:focus-visible {
outline: 2px solid #12A3AD;
outline-offset: 2px;
border-radius: 2px
}

.agreement-content-vuy table {
width: 100%;
border-collapse: collapse;
margin-top: 28px;
margin-bottom: 28px;
font-size: 14px;
line-height: 1.4;
box-shadow: -1px 5px 20px -2px #12a3ad1c;
border-radius: 2px;
overflow: hidden
}

.agreement-content-vuy thead {
background-color: #12A3AD
}

.agreement-content-vuy thead tr {
border-bottom: none
}

.agreement-content-vuy tbody tr {
border-bottom: 1px solid #12a3ad26;
transition: background-color .15s ease-out
}

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

.agreement-content-vuy tbody tr:nth-child(even) {
background-color: #fee1e840
}

.agreement-content-vuy tbody tr:hover {
background-color: #12a3ad0f
}

.agreement-content-vuy th {
padding: 16px;
text-align: left;
font-size: 14px;
font-weight: 700;
line-height: 1.4;
color: #fff;
letter-spacing: .04em;
text-transform: uppercase
}

.agreement-content-vuy td {
padding: 16px;
font-size: 14px;
line-height: 1.6;
color: #2a2a2a;
vertical-align: top
}

.agreement-content-vuy div {
font-size: 15px;
line-height: 1.6;
color: #2a2a2a
}

@media (max-width: 992px) {
.agreement-content-vuy {
padding: 56px 28px
}

.agreement-content-vuy table {
display: block;
overflow-x: auto;
-webkit-overflow-scrolling: touch
}
}

@media (max-width: 576px) {
.agreement-content-vuy {
padding: 28px 16px
}

.agreement-content-vuy ul,
.agreement-content-vuy ol {
padding-left: 16px
}

.agreement-content-vuy th,
.agreement-content-vuy td {
padding: 8px
}

.agreement-content-vuy li {
font-size: 14px
}

.agreement-content-vuy td {
font-size: 14px
}

.agreement-content-vuy div {
font-size: 14px
}
}

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

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

.ctus-pg ::selection {
background: #67240F;
color: #fff
}

.ctus-pg .pg-cap {
position: relative;
padding: 96px 28px 56px;
background: #fff
}

.ctus-pg .pg-cap::before {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(180deg, #12A3AD 0%, #67240F 100%);
opacity: .06;
pointer-events: none
}

.ctus-pg .cap-layout {
max-width: 1366px;
margin: 0 auto;
display: flex;
flex-direction: row;
align-items: flex-end;
justify-content: space-between;
gap: 56px
}

.ctus-pg .cap-text {
flex: 0 0 auto;
width: 55%
}

.ctus-pg .cap-label {
display: inline-block;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: .12em;
color: #12A3AD;
margin-bottom: 28px
}

.ctus-pg .cap-h1 {
font-size: 48px;
line-height: 1.15;
color: #1b1b1b;
margin: 0 0 28px;
font-weight: 800
}

.ctus-pg .cap-h1 span {
display: block
}

.ctus-pg .cap-h1 .dot-end::after {
content: '';
display: inline-block;
width: 8px;
height: 8px;
border-radius: 42px;
background: #12A3AD;
margin-left: 8px;
vertical-align: middle;
position: relative;
top: -4px
}

.ctus-pg .cap-desc {
font-size: 20px;
line-height: 1.6;
color: #2d2d2d;
margin: 0;
max-width: 480px
}

.ctus-pg .cap-visual {
flex: 0 0 auto;
width: 38%;
position: relative;
display: flex;
flex-direction: column;
align-items: flex-end
}

.ctus-pg .bracket-box {
position: relative;
background: linear-gradient(180deg, #12A3AD 0%, #67240F 100%);
border-radius: 2px;
padding: 56px 28px;
width: 100%
}

.ctus-pg .bracket-box::before,
.ctus-pg .bracket-box::after {
content: '';
position: absolute;
width: 20px;
height: 20px;
border-color: #FEE1E8;
border-style: solid
}

.ctus-pg .bracket-box::before {
top: 12px;
left: 12px;
border-width: 2px 0 0 2px
}

.ctus-pg .bracket-box::after {
bottom: 12px;
right: 12px;
border-width: 0 2px 2px 0
}

.ctus-pg .bracket-stat {
display: flex;
flex-direction: column;
align-items: center;
gap: 8px
}

.ctus-pg .bracket-stat .ring-wrap {
position: relative;
width: 96px;
height: 96px
}

.ctus-pg .bracket-stat .ring-wrap svg {
width: 96px;
height: 96px;
transform: rotate(-90deg)
}

.ctus-pg .bracket-stat .ring-val {
position: absolute;
inset: 0;
display: flex;
align-items: center;
justify-content: center;
font-size: 26px;
font-weight: 800;
color: #fff;
line-height: 1.15
}

.ctus-pg .bracket-stat .ring-label {
font-size: 14px;
color: #ffffffd9;
text-align: center;
line-height: 1.4
}

.ctus-pg .cap-arrow {
position: absolute;
right: -16px;
top: 50%;
transform: translateY(-50%);
opacity: .18
}

.ctus-pg .cap-arrow svg {
width: 28px;
height: 56px
}

.ctus-pg .wave-div {
width: 100%;
overflow: hidden;
line-height: 0;
margin: 0;
height: 28px;
position: relative
}

.ctus-pg .wave-div svg {
width: 100%;
height: 28px;
display: block
}

.ctus-pg .form-belt {
background: #f5f5f5;
padding: 56px 28px;
position: relative
}

.ctus-pg .form-belt::before {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(180deg, #12A3AD 0%, #67240F 100%);
opacity: .04;
pointer-events: none
}

.ctus-pg .form-grid {
max-width: 1366px;
margin: 0 auto;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 56px;
align-items: start
}

.ctus-pg .form-aside {
display: flex;
flex-direction: column;
gap: 28px
}

.ctus-pg .aside-h2 {
font-size: 36px;
line-height: 1.15;
color: #1b1b1b;
margin: 0;
font-weight: 700
}

.ctus-pg .aside-h2 .dot-end::after {
content: '';
display: inline-block;
width: 7px;
height: 7px;
border-radius: 42px;
background: #67240F;
margin-left: 8px;
vertical-align: middle;
position: relative;
top: -3px
}

.ctus-pg .aside-body {
font-size: 15px;
line-height: 1.6;
color: #2d2d2d;
margin: 0
}

.ctus-pg .cat-list {
display: flex;
flex-direction: column;
gap: 8px;
list-style: none;
padding: 0;
margin: 0
}

.ctus-pg .cat-list li {
display: flex;
flex-direction: row;
align-items: center;
gap: 8px;
font-size: 15px;
color: #2d2d2d;
line-height: 1.4
}

.ctus-pg .cat-dot {
width: 8px;
height: 8px;
border-radius: 42px;
background: #12A3AD;
flex-shrink: 0
}

.ctus-pg .form-card {
background: #fff;
border-radius: 2px;
padding: 56px;
box-shadow: -1px 5px 20px -2px #12a3ad1c;
position: relative
}

.ctus-pg .req-form {
display: flex;
flex-direction: column;
gap: 16px
}

.ctus-pg .field-row {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 16px
}

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

.ctus-pg .field-unit.full {
grid-column: 1 / -1
}

.ctus-pg .field-lbl {
font-size: 14px;
font-weight: 600;
color: #1b1b1b;
text-transform: uppercase;
letter-spacing: .08em
}

.ctus-pg .field-lbl .req-mark {
color: #67240F;
margin-left: 2px
}

.ctus-pg .req-form input[type="text"],
.ctus-pg .req-form input[type="tel"],
.ctus-pg .req-form select,
.ctus-pg .req-form textarea {
width: 100%;
padding: 16px;
border: 1.5px solid #d0d0d0;
border-radius: 2px;
font-size: 15px;
color: #1b1b1b;
background: #fff;
outline: none;
transition: border-color .22s ease-out, box-shadow .22s ease-out;
box-shadow: inset 0 1px 4px #12a3ad0f;
appearance: none;
-webkit-appearance: none
}

.ctus-pg .req-form input::placeholder,
.ctus-pg .req-form textarea::placeholder {
text-transform: uppercase;
font-size: 13px;
letter-spacing: .06em;
color: #999
}

.ctus-pg .req-form input[type="text"]:focus,
.ctus-pg .req-form input[type="tel"]:focus,
.ctus-pg .req-form select:focus,
.ctus-pg .req-form textarea:focus {
border-color: #12A3AD;
box-shadow: inset 0 1px 4px #12a3ad1a -1px 1px 5px -2px #12a3ad14
}

.ctus-pg .select-wrap {
position: relative
}

.ctus-pg .select-wrap::after {
content: '';
position: absolute;
right: 16px;
top: 50%;
transform: translateY(-50%);
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 6px solid #12A3AD;
pointer-events: none
}

.ctus-pg .select-wrap select {
cursor: pointer;
padding-right: 40px
}

.ctus-pg .req-form select option {
color: #1b1b1b;
background: #fff
}

.ctus-pg .req-form textarea {
resize: vertical;
min-height: 96px
}

.ctus-pg .privacy-row {
display: flex;
flex-direction: row;
align-items: flex-start;
gap: 8px;
padding: 8px 0
}

.ctus-pg .privacy-row input[type="checkbox"] {
margin-top: 2px;
width: 18px;
height: 18px;
flex-shrink: 0;
accent-color: #12A3AD;
cursor: pointer
}

.ctus-pg .privacy-txt {
font-size: 14px;
color: #2d2d2d;
line-height: 1.6
}

.ctus-pg .privacy-txt a {
color: #12A3AD;
text-decoration: none !important;
border-bottom: 1px solid #12a3ad66;
transition: border-color .18s ease-out
}

.ctus-pg .privacy-txt a:hover {
border-color: #12A3AD
}

.ctus-pg .submit-btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
padding: 16px 56px;
background: #1b1b1b;
color: #fff;
font-size: 15px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .1em;
border: 2px solid #1b1b1b;
border-radius: 2px;
cursor: pointer;
position: relative;
overflow: hidden;
transition: color .25s ease-out, background .25s ease-out;
align-self: flex-start
}

.ctus-pg .submit-btn::before {
content: '';
position: absolute;
inset: 0;
border: 2px solid #12A3AD;
border-radius: 2px;
transform: scaleX(0);
transform-origin: left center;
transition: transform .35s cubic-bezier(0.22, 1, 0.36, 1)
}

.ctus-pg .submit-btn:hover::before {
transform: scaleX(1)
}

.ctus-pg .submit-btn:hover {
background: #fff;
color: #12A3AD;
border-color: #12A3AD
}

.ctus-pg .submit-btn:focus {
outline: 2px solid #12A3AD;
outline-offset: 3px
}

.ctus-pg .submit-btn:active {
transform: translateY(1px)
}

.ctus-pg .wave-div-2 {
width: 100%;
overflow: hidden;
line-height: 0;
height: 28px;
position: relative
}

.ctus-pg .wave-div-2 svg {
width: 100%;
height: 28px;
display: block
}

.ctus-pg .info-strip {
background: #1b1b1b;
padding: 56px 28px;
position: relative;
overflow: hidden
}

.ctus-pg .info-strip::before {
content: '';
position: absolute;
top: -56px;
right: -56px;
width: 300px;
height: 300px;
border-radius: 42px;
background: linear-gradient(180deg, #12A3AD 0%, #67240F 100%);
opacity: .08;
pointer-events: none;
transform: rotate(20deg)
}

.ctus-pg .info-inner {
max-width: 1366px;
margin: 0 auto;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
gap: 56px
}

.ctus-pg .info-h3 {
font-size: 26px;
line-height: 1.15;
color: #fff;
margin: 0 0 16px;
font-weight: 700
}

.ctus-pg .info-h3 .dot-end::after {
content: '';
display: inline-block;
width: 6px;
height: 6px;
border-radius: 42px;
background: #12A3AD;
margin-left: 8px;
vertical-align: middle;
position: relative;
top: -2px
}

.ctus-pg .info-col {
flex: 1 1 0;
min-width: 0
}

.ctus-pg .info-col-body {
font-size: 15px;
line-height: 1.6;
color: #ffffffbf;
margin: 0
}

.ctus-pg .contact-items {
display: flex;
flex-direction: column;
gap: 16px;
list-style: none;
padding: 0;
margin: 0
}

.ctus-pg .contact-items li {
display: flex;
flex-direction: row;
align-items: flex-start;
gap: 16px
}

.ctus-pg .ci-icon {
width: 40px;
height: 40px;
border-radius: 2px;
background: #12a3ad2e;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
transition: background .2s ease-out
}

.ctus-pg .contact-items li:hover .ci-icon {
background: #12a3ad59
}

.ctus-pg .ci-icon svg {
width: 20px;
height: 20px
}

.ctus-pg .ci-data {
display: flex;
flex-direction: column;
gap: 4px
}

.ctus-pg .ci-label {
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: .1em;
color: #ffffff80
}

.ctus-pg .ci-val {
font-size: 15px;
color: #fff;
line-height: 1.4
}

.ctus-pg .ci-val a {
color: #fff;
text-decoration: none !important;
border-bottom: 1px solid #ffffff40;
transition: border-color .18s ease-out
}

.ctus-pg .ci-val a:hover {
border-color: #12A3AD;
color: #12A3AD
}

.ctus-pg .info-divider {
width: 1px;
height: 160px;
background: #ffffff1a;
flex-shrink: 0
}

.ctus-pg .card-lift {
transition: transform .28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .28s cubic-bezier(0.22, 1, 0.36, 1)
}

.ctus-pg .card-lift:hover {
transform: translateY(-4px);
box-shadow: -1px 10px 44px -2px #12a3ad1a
}

@media (max-width: 992px) {
.ctus-pg .cap-layout {
flex-direction: column;
align-items: flex-start;
gap: 28px
}

.ctus-pg .cap-text {
width: 100%
}

.ctus-pg .cap-visual {
width: 100%;
align-items: flex-start
}

.ctus-pg .bracket-box {
max-width: 320px
}

.ctus-pg .form-grid {
grid-template-columns: 1fr;
gap: 28px
}

.ctus-pg .info-inner {
flex-direction: column;
gap: 28px;
align-items: flex-start
}

.ctus-pg .info-divider {
width: 100%;
height: 1px
}
}

@media (max-width: 576px) {
.ctus-pg .cap-h1 {
font-size: 36px
}

.ctus-pg .pg-cap {
padding: 56px 16px 28px
}

.ctus-pg .form-belt {
padding: 28px 16px
}

.ctus-pg .form-card {
padding: 28px 16px
}

.ctus-pg .field-row {
grid-template-columns: 1fr
}

.ctus-pg .info-strip {
padding: 28px 16px
}

.ctus-pg .cap-visual {
display: none
}

.ctus-pg .submit-btn {
width: 100%
}
}

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

.lrn-prog .prog-inner {
max-width: 1366px;
margin: 0 auto;
padding: 0 28px
}

.lrn-prog ::selection {
background: #67240F;
color: #fff
}

.lrn-prog .divider-diamond {
display: flex;
align-items: center;
gap: 16px;
margin: 28px 0
}

.lrn-prog .divider-diamond span {
flex: 1;
height: 1px;
background: #12A3AD;
opacity: .3
}

.lrn-prog .divider-diamond i {
width: 8px;
height: 8px;
background: #12A3AD;
transform: rotate(45deg);
display: block;
flex-shrink: 0
}

.lrn-prog .prog-title-block {
position: relative;
padding: 96px 0 56px;
background: linear-gradient(160deg, #0d2a2c 0%, #1a4a4e 40%, #f5f8f8 100%)
}

.lrn-prog .prog-title-block .bg-circles {
position: absolute;
inset: 0;
pointer-events: none;
overflow: hidden
}

.lrn-prog .prog-title-block .bg-circles::before {
content: "";
position: absolute;
width: 420px;
height: 420px;
border-radius: 42px;
border: 1px solid #12a3ad1f;
top: -80px;
right: 8%;
transform: rotate(20deg)
}

.lrn-prog .prog-title-block .bg-circles::after {
content: "";
position: absolute;
width: 260px;
height: 260px;
border-radius: 42px;
border: 1px solid #12a3ad14;
bottom: 40px;
right: 14%;
transform: rotate(40deg)
}

.lrn-prog .prog-title-block .circle-accent {
position: absolute;
width: 180px;
height: 180px;
border-radius: 42px;
border: 1px solid #fee1e81a;
top: 30%;
left: 3%;
transform: rotate(-15deg);
pointer-events: none
}

.lrn-prog .prog-title-block .title-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 56px;
align-items: center
}

.lrn-prog .prog-title-block .title-left {
position: relative;
z-index: 1
}

.lrn-prog .prog-title-block .prog-eyebrow {
display: inline-block;
font-size: 14px;
font-weight: 600;
letter-spacing: .12em;
text-transform: uppercase;
color: #12A3AD;
background: #12a3ad1f;
padding: 8px 16px;
border-radius: 2px;
margin-bottom: 28px
}

.lrn-prog .prog-title-block .prog-h1 {
font-size: 48px;
line-height: 1.15;
color: #fff;
margin: 0 0 28px;
position: relative
}

.lrn-prog .prog-title-block .prog-h1 .num-accent {
font-size: 48px;
color: #12A3AD;
font-weight: 800
}

.lrn-prog .prog-title-block .prog-h1 .dot-accent {
display: inline-block;
width: 8px;
height: 8px;
border-radius: 42px;
background: #12A3AD;
margin-left: 6px;
vertical-align: middle;
position: relative;
top: -4px
}

.lrn-prog .prog-title-block .prog-lead {
font-size: 20px;
line-height: 1.6;
color: #ffffffc7;
margin: 0 0 28px
}

.lrn-prog .prog-title-block .title-stats {
display: flex;
flex-direction: row;
gap: 28px;
margin-top: 28px
}

.lrn-prog .prog-title-block .stat-item {
display: flex;
flex-direction: column;
gap: 8px
}

.lrn-prog .prog-title-block .stat-num {
font-size: 36px;
font-weight: 800;
line-height: 1.15;
color: #12A3AD
}

.lrn-prog .prog-title-block .stat-label {
font-size: 14px;
line-height: 1.4;
color: #fff9;
text-transform: uppercase;
letter-spacing: .08em
}

.lrn-prog .prog-title-block .title-right {
position: relative;
z-index: 1
}

.lrn-prog .prog-title-block .title-img-wrap {
position: relative;
border-radius: 2px;
overflow: hidden;
width: 100%
}

.lrn-prog .prog-title-block .title-img-wrap img {
width: 100%;
height: 480px;
object-fit: cover;
object-position: center;
display: block;
border-radius: 2px
}

.lrn-prog .prog-title-block .title-img-wrap .img-overlay {
position: absolute;
inset: 0;
background: linear-gradient(to bottom, #0d2a2c8c 0%, transparent 60%);
border-radius: 2px
}

@keyframes letter-drop {
0% {
opacity: 0;
transform: translateY(-28px)
}

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

.lrn-prog .prog-title-block .prog-h1 .drop-letter {
display: inline-block;
opacity: 0;
animation: letter-drop .35s cubic-bezier(0.22, 0.61, 0.36, 1) forwards
}

.lrn-prog .prog-title-block .curve-connector {
position: absolute;
left: 0;
bottom: -28px;
width: 120px;
height: 40px;
pointer-events: none
}

.lrn-prog .prog-details {
padding: 96px 0;
background: #fff
}

.lrn-prog .prog-details .details-outer {
display: grid;
grid-template-columns: 1.1fr 0.9fr;
gap: 56px;
align-items: start
}

.lrn-prog .prog-details .details-left {
display: flex;
flex-direction: column;
gap: 56px
}

.lrn-prog .prog-details .sec-label {
font-size: 14px;
font-weight: 600;
letter-spacing: .12em;
text-transform: uppercase;
color: #67240F;
margin-bottom: 16px;
display: block
}

.lrn-prog .prog-details .sec-h2 {
font-size: 36px;
line-height: 1.15;
color: #0d2a2c;
margin: 0 0 16px;
position: relative;
display: inline-block
}

.lrn-prog .prog-details .sec-h2 .dot-accent {
display: inline-block;
width: 7px;
height: 7px;
border-radius: 42px;
background: #67240F;
margin-left: 5px;
vertical-align: middle;
position: relative;
top: -3px
}

.lrn-prog .prog-details .sec-p {
font-size: 15px;
line-height: 1.6;
color: #2a3a3b;
margin: 0 0 16px
}

.lrn-prog .prog-details .modules-list {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
gap: 16px
}

.lrn-prog .prog-details .module-item {
display: grid;
grid-template-columns: 48px 1fr;
gap: 16px;
align-items: start;
padding: 16px;
border-radius: 2px;
background: #f4f9f9;
box-shadow: -1px 1px 5px -2px #12a3ad14;
transition: box-shadow .22s ease-out, background .18s ease-out
}

.lrn-prog .prog-details .module-item:hover {
background: #eaf5f6;
box-shadow: -1px 5px 20px -2px #12a3ad1c
}

.lrn-prog .prog-details .module-num {
font-size: 26px;
font-weight: 800;
line-height: 1.15;
color: #12A3AD
}

.lrn-prog .prog-details .module-text h5 {
font-size: 15px;
font-weight: 700;
line-height: 1.4;
color: #0d2a2c;
margin: 0 0 8px
}

.lrn-prog .prog-details .module-text p {
font-size: 14px;
line-height: 1.6;
color: #3a5254;
margin: 0
}

.lrn-prog .prog-details .instructors-row {
display: flex;
flex-direction: row;
gap: 28px;
flex-wrap: wrap
}

.lrn-prog .prog-details .instructor-card {
display: flex;
flex-direction: row;
gap: 16px;
align-items: flex-start;
flex: 1;
min-width: 200px;
padding: 16px;
border-radius: 2px;
border: 1px solid #12a3ad24;
background: #fff;
box-shadow: -1px 1px 5px -2px #12a3ad14;
transition: box-shadow .28s ease-out
}

.lrn-prog .prog-details .instructor-card:hover {
box-shadow: -1px 5px 20px -2px #12a3ad1c
}

.lrn-prog .prog-details .instructor-portrait {
width: 64px;
height: 90px;
border-radius: 2px;
object-fit: cover;
object-position: top;
flex-shrink: 0
}

.lrn-prog .prog-details .instructor-info h6 {
font-size: 15px;
font-weight: 700;
line-height: 1.4;
color: #0d2a2c;
margin: 0 0 8px
}

.lrn-prog .prog-details .instructor-info p {
font-size: 14px;
line-height: 1.6;
color: #3a5254;
margin: 0
}

.lrn-prog .prog-details .instructor-no-portrait {
width: 64px;
height: 90px;
border-radius: 2px;
background: linear-gradient(160deg, #12A3AD 0%, #67240F 100%);
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center
}

.lrn-prog .prog-details .instructor-no-portrait svg {
opacity: .6
}

.lrn-prog .prog-details .faq-list {
display: flex;
flex-direction: column;
gap: 8px
}

.lrn-prog .prog-details .faq-item {
border-radius: 2px;
border: 1px solid #12a3ad29;
overflow: hidden
}

.lrn-prog .prog-details .faq-toggle {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
gap: 16px;
width: 100%;
padding: 16px;
background: #fff;
border: none;
cursor: pointer;
text-align: left;
font-size: 15px;
font-weight: 600;
line-height: 1.4;
color: #0d2a2c;
transition: background .18s ease-out, color .18s ease-out
}

.lrn-prog .prog-details .faq-toggle:hover {
background: #f4f9f9;
color: #12A3AD
}

.lrn-prog .prog-details .faq-toggle:focus {
outline: 2px solid #12A3AD;
outline-offset: -2px
}

.lrn-prog .prog-details .faq-icon {
width: 20px;
height: 20px;
flex-shrink: 0;
position: relative
}

.lrn-prog .prog-details .faq-icon::before,
.lrn-prog .prog-details .faq-icon::after {
content: "";
position: absolute;
background: #12A3AD;
border-radius: 2px;
transition: transform .22s cubic-bezier(0.22, 0.61, 0.36, 1), opacity .18s ease-out
}

.lrn-prog .prog-details .faq-icon::before {
width: 12px;
height: 2px;
top: 9px;
left: 4px
}

.lrn-prog .prog-details .faq-icon::after {
width: 2px;
height: 12px;
top: 4px;
left: 9px
}

.lrn-prog .prog-details .faq-body {
max-height: 0;
overflow: hidden;
transition: max-height .35s cubic-bezier(0.22, 0.61, 0.36, 1)
}

.lrn-prog .prog-details .faq-item input[type="checkbox"] {
position: absolute;
opacity: 0;
pointer-events: none;
width: 0;
height: 0
}

.lrn-prog .prog-details .faq-item input[type="checkbox"]:checked~.faq-body {
max-height: 300px
}

.lrn-prog .prog-details .faq-item input[type="checkbox"]:checked~label .faq-icon::after {
transform: rotate(90deg);
opacity: 0
}

.lrn-prog .prog-details .faq-body-inner {
padding: 0 16px 16px;
font-size: 14px;
line-height: 1.6;
color: #3a5254
}

.lrn-prog .prog-details .form-col {
position: sticky;
top: 28px;
display: flex;
flex-direction: column;
gap: 28px
}

.lrn-prog .prog-details .form-card {
background: #f4f9f9;
border-radius: 2px;
padding: 28px;
box-shadow: -1px 5px 20px -2px #12a3ad1c
}

.lrn-prog .prog-details .form-card h3 {
font-size: 26px;
line-height: 1.15;
color: #0d2a2c;
margin: 0 0 8px
}

.lrn-prog .prog-details .form-card .form-sub {
font-size: 14px;
line-height: 1.6;
color: #3a5254;
margin: 0 0 28px
}

.lrn-prog .prog-details .enroll-form {
display: flex;
flex-direction: column;
gap: 16px
}

.lrn-prog .prog-details .field-group {
display: flex;
flex-direction: column;
gap: 8px
}

.lrn-prog .prog-details .field-group label {
font-size: 14px;
font-weight: 600;
color: #0d2a2c;
letter-spacing: .04em;
text-transform: uppercase
}

.lrn-prog .prog-details .field-group input,
.lrn-prog .prog-details .field-group select {
width: 100%;
padding: 16px;
border-radius: 2px;
border: 1px solid #12a3ad38;
background: #fff;
font-size: 15px;
line-height: 1.4;
color: #0d2a2c;
box-shadow: inset -1px 1px 5px -2px #12a3ad14;
transition: border-color .22s ease-out, box-shadow .22s ease-out;
appearance: none;
-webkit-appearance: none
}

.lrn-prog .prog-details .field-group input::placeholder {
font-size: 14px;
letter-spacing: .07em;
text-transform: uppercase;
color: #7aadaf
}

.lrn-prog .prog-details .field-group input:focus,
.lrn-prog .prog-details .field-group select:focus {
outline: none;
border-color: #12A3AD;
box-shadow: inset -1px 1px 5px -2px #12a3ad24
}

.lrn-prog .prog-details .select-wrap {
position: relative
}

.lrn-prog .prog-details .select-wrap select {
width: 100%;
padding-right: 40px;
cursor: pointer
}

.lrn-prog .prog-details .select-wrap .select-arrow {
position: absolute;
right: 14px;
top: 50%;
transform: translateY(-50%);
pointer-events: none;
width: 10px;
height: 6px
}

.lrn-prog .prog-details .select-wrap .select-arrow::before {
content: "";
display: block;
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 6px solid #12A3AD
}

.lrn-prog .prog-details .privacy-row {
display: flex;
flex-direction: row;
gap: 8px;
align-items: flex-start
}

.lrn-prog .prog-details .privacy-row input[type="checkbox"] {
width: 18px;
height: 18px;
flex-shrink: 0;
margin-top: 2px;
accent-color: #12A3AD;
cursor: pointer
}

.lrn-prog .prog-details .privacy-row label {
font-size: 14px;
line-height: 1.6;
color: #3a5254;
cursor: pointer
}

.lrn-prog .prog-details .privacy-row a {
color: #12A3AD;
text-decoration: underline;
text-underline-offset: 2px;
transition: color .18s ease-out
}

.lrn-prog .prog-details .privacy-row a:hover {
color: #67240F
}

.lrn-prog .prog-details .submit-btn {
position: relative;
display: inline-block;
width: 100%;
padding: 16px 28px;
border-radius: 2px;
border: 2px solid #0d2a2c;
background: #0d2a2c;
color: #fff;
font-size: 15px;
font-weight: 700;
letter-spacing: .06em;
text-transform: uppercase;
cursor: pointer;
overflow: hidden;
transition: color .25s ease-out, background .25s ease-out
}

.lrn-prog .prog-details .submit-btn::before,
.lrn-prog .prog-details .submit-btn::after {
content: "";
position: absolute;
background: #12A3AD;
transition: width .28s cubic-bezier(0.22, 0.61, 0.36, 1), height .28s cubic-bezier(0.22, 0.61, 0.36, 1)
}

.lrn-prog .prog-details .submit-btn::before {
top: 0;
left: 0;
width: 0;
height: 2px
}

.lrn-prog .prog-details .submit-btn::after {
bottom: 0;
right: 0;
width: 0;
height: 2px
}

.lrn-prog .prog-details .submit-btn:hover::before,
.lrn-prog .prog-details .submit-btn:hover::after {
width: 100%
}

.lrn-prog .prog-details .submit-btn:hover {
background: #0d2a2c;
color: #12A3AD
}

.lrn-prog .prog-details .submit-btn:focus {
outline: 2px solid #12A3AD;
outline-offset: 3px
}

.lrn-prog .prog-details .form-img-wrap {
border-radius: 2px;
overflow: hidden;
width: 100%
}

.lrn-prog .prog-details .form-img-wrap img {
width: 100%;
height: 220px;
object-fit: cover;
object-position: center;
display: block;
border-radius: 2px;
transition: transform .45s cubic-bezier(0.22, 0.61, 0.36, 1)
}

.lrn-prog .prog-details .form-img-wrap:hover img {
transform: scale(1.03)
}

.lrn-prog .prog-details .metrics-dense {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 8px;
background: linear-gradient(180deg, #0d2a2c 0%, #1a4a4e 100%) !important;
border-radius: 2px;
padding: 28px
}

.lrn-prog .prog-details .metric-cell {
display: flex;
flex-direction: column;
gap: 8px;
padding: 16px;
border-radius: 2px;
background: #ffffff0f;
text-align: center;
transition: background .2s ease-out
}

.lrn-prog .prog-details .metric-cell:hover {
background: #ffffff1c
}

.lrn-prog .prog-details .metric-cell.center-dense {
background: #12a3ad38;
padding: 28px 16px
}

.lrn-prog .prog-details .metric-val {
font-size: 36px;
font-weight: 800;
line-height: 1.15;
color: #12A3AD
}

.lrn-prog .prog-details .metric-cell.center-dense .metric-val {
font-size: 48px;
color: #fff
}

.lrn-prog .prog-details .metric-desc {
font-size: 14px;
line-height: 1.4;
color: #ffffff9e;
text-transform: uppercase;
letter-spacing: .07em
}

@media (max-width: 992px) {
.lrn-prog .prog-title-block .title-grid {
grid-template-columns: 1fr;
gap: 28px
}

.lrn-prog .prog-title-block .title-right {
display: none
}

.lrn-prog .prog-title-block .title-stats {
flex-wrap: wrap
}

.lrn-prog .prog-details .details-outer {
grid-template-columns: 1fr;
gap: 56px
}

.lrn-prog .prog-details .form-col {
position: static
}

.lrn-prog .prog-details .metrics-dense {
grid-template-columns: 1fr 1fr 1fr
}
}

@media (max-width: 576px) {
.lrn-prog .prog-title-block {
padding: 56px 0
}

.lrn-prog .prog-title-block .prog-h1 {
font-size: 36px
}

.lrn-prog .prog-title-block .stat-num {
font-size: 26px
}

.lrn-prog .prog-details {
padding: 56px 0
}

.lrn-prog .prog-details .metrics-dense {
grid-template-columns: 1fr
}

.lrn-prog .prog-details .metric-cell.center-dense {
padding: 16px
}

.lrn-prog .prog-details .metric-cell.center-dense .metric-val {
font-size: 36px
}

.lrn-prog .prog-details .instructors-row {
flex-direction: column
}

.lrn-prog .prog-details .form-card {
padding: 16px
}
}

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

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

.svc-pg ::selection {
background: #67240F;
color: #fff
}

.svc-pg img {
max-width: 100%;
display: block
}

.svc-pg a {
text-decoration: none
}

.svc-pg .tb {
position: relative;
padding: 96px 56px 56px;
background: linear-gradient(to bottom, transparent 0%, #12A3AD 100%);
overflow: hidden
}

.svc-pg .tb-limiter {
max-width: 1366px;
margin: 0 auto;
display: flex;
flex-direction: row;
align-items: flex-end;
gap: 56px
}

.svc-pg .tb-text {
flex: 1 1 0;
position: relative;
z-index: 2
}

.svc-pg .tb-eyebrow {
display: inline-block;
font-size: 14px;
font-weight: 600;
letter-spacing: .14em;
text-transform: uppercase;
color: #fff;
background: #67240F;
padding: 8px 16px;
border-radius: 2px;
margin-bottom: 28px
}

.svc-pg .tb-h1 {
font-size: 48px;
line-height: 1.15;
color: #fff;
margin: 0 0 16px;
font-weight: 800
}

.svc-pg .tb-h1 .dot-acc {
display: inline-block;
width: 10px;
height: 10px;
border-radius: 42px;
background: #FEE1E8;
margin-left: 8px;
vertical-align: middle;
position: relative;
top: -4px
}

.svc-pg .tb-sub {
font-size: 20px;
line-height: 1.4;
color: #fff;
margin: 0 0 28px;
max-width: 540px;
opacity: .92
}

.svc-pg .tb-stats {
display: flex;
flex-direction: row;
gap: 28px;
flex-wrap: wrap
}

.svc-pg .tb-stat {
display: flex;
flex-direction: column;
gap: 8px
}

.svc-pg .tb-stat-num {
font-size: 36px;
line-height: 1.15;
font-weight: 800;
color: #FEE1E8
}

.svc-pg .tb-stat-label {
font-size: 14px;
line-height: 1.4;
color: #fff;
opacity: .85;
text-transform: uppercase;
letter-spacing: .08em
}

.svc-pg .tb-img-col {
flex: 0 0 400px;
position: relative;
z-index: 2
}

.svc-pg .tb-img-wrap {
position: relative;
border-radius: 2px;
overflow: hidden;
width: 400px;
height: 320px
}

.svc-pg .tb-img-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
transition: transform .45s cubic-bezier(0.22, 1, 0.36, 1)
}

.svc-pg .tb-img-wrap:hover img {
transform: scale(1.04)
}

.svc-pg .tb-img-vignette {
position: absolute;
inset: 0;
background: radial-gradient(ellipse at 20% 80%, #12a3ad73 0%, transparent 60%), radial-gradient(ellipse at 90% 10%, #67240f59 0%, transparent 50%);
pointer-events: none;
border-radius: 2px
}

.svc-pg .tb-shape-a {
position: absolute;
top: -40px;
right: 120px;
width: 180px;
height: 180px;
border-radius: 42px;
border: 2px solid #fee1e833;
transform: rotate(22deg);
pointer-events: none
}

.svc-pg .tb-shape-b {
position: absolute;
bottom: 16px;
left: -30px;
width: 90px;
height: 90px;
border-radius: 42px;
background: #fee1e81a;
pointer-events: none
}

@keyframes border-glow {
from {
box-shadow: 0 0 0 0 #12a3ad00
}

to {
box-shadow: -1px 5px 20px -2px #12a3ad1c
}
}

.svc-pg .tb-img-wrap {
animation: border-glow .45s cubic-bezier(0.22, 1, 0.36, 1) .2s both
}

.svc-pg .div-crosses {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
gap: 16px;
padding: 16px 56px;
overflow: hidden
}

.svc-pg .div-crosses .cross-item {
flex: 0 0 auto;
width: 12px;
height: 12px;
position: relative
}

.svc-pg .div-crosses .cross-item::before,
.svc-pg .div-crosses .cross-item::after {
content: "";
position: absolute;
background: #12A3AD;
border-radius: 2px
}

.svc-pg .div-crosses .cross-item::before {
width: 2px;
height: 12px;
top: 0;
left: 5px
}

.svc-pg .div-crosses .cross-item::after {
width: 12px;
height: 2px;
top: 5px;
left: 0
}

.svc-pg .svc-grid-sec {
padding: 56px;
background: #fff;
position: relative
}

.svc-pg .svc-grid-sec::after {
content: "";
position: absolute;
top: 0;
right: 0;
width: 6px;
height: 100%;
background: linear-gradient(to bottom, #12A3AD, #67240F);
border-radius: 2px 0 0 2px;
pointer-events: none
}

.svc-pg .svc-grid-limiter {
max-width: 1366px;
margin: 0 auto
}

.svc-pg .svc-grid-header {
margin-bottom: 56px;
max-width: 680px
}

.svc-pg .svc-grid-header h2 {
font-size: 36px;
line-height: 1.15;
color: #111;
margin: 0 0 16px;
font-weight: 700
}

.svc-pg .svc-grid-header h2 .dot-acc {
display: inline-block;
width: 8px;
height: 8px;
border-radius: 42px;
background: #12A3AD;
margin-left: 6px;
vertical-align: middle;
position: relative;
top: -3px
}

.svc-pg .svc-grid-header p {
font-size: 15px;
line-height: 1.6;
color: #333;
margin: 0
}

.svc-pg .svc-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 28px
}

.svc-pg .svc-card {
border-radius: 2px;
border: 1.5px solid #e8e8e8;
padding: 28px;
display: flex;
flex-direction: column;
gap: 16px;
background: #fff;
box-shadow: -1px 1px 5px -2px #12a3ad14;
transition: transform .25s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .25s cubic-bezier(0.22, 1, 0.36, 1);
cursor: default
}

.svc-pg .svc-grid:hover .svc-card {
transform: scale(0.97);
box-shadow: -1px 1px 5px -2px #12a3ad0d
}

.svc-pg .svc-grid:hover .svc-card:hover {
transform: scale(1.03);
box-shadow: -1px 10px 44px -2px #12a3ad1a
}

.svc-pg .svc-card-icon {
width: 44px;
height: 44px;
border-radius: 2px;
background: #FEE1E8;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0
}

.svc-pg .svc-card-icon svg {
width: 22px;
height: 22px
}

.svc-pg .svc-card h4 {
font-size: 20px;
line-height: 1.15;
color: #111;
margin: 0;
font-weight: 700
}

.svc-pg .svc-card p {
font-size: 15px;
line-height: 1.6;
color: #444;
margin: 0;
flex: 1
}

.svc-pg .svc-card-tag {
display: inline-block;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: .08em;
padding: 8px 16px;
border-radius: 2px;
background: #FEE1E8;
color: #67240F;
align-self: flex-start
}

.svc-pg .div-dots {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
gap: 8px;
padding: 16px 56px
}

.svc-pg .div-dots .dot-r {
width: 6px;
height: 6px;
border-radius: 42px;
background: #12A3AD;
opacity: .4
}

.svc-pg .div-dots .dot-r.mid {
opacity: 1;
background: #67240F;
width: 10px;
height: 10px
}

.svc-pg .approach-sec {
padding: 96px 56px;
background: #f4fafa;
position: relative
}

.svc-pg .approach-sec::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 6px;
height: 100%;
background: linear-gradient(to bottom, #67240F, #12A3AD);
border-radius: 0 2px 2px 0;
pointer-events: none
}

.svc-pg .approach-limiter {
max-width: 1366px;
margin: 0 auto;
display: flex;
flex-direction: row;
gap: 56px;
align-items: flex-start
}

.svc-pg .approach-intro {
flex: 0 0 320px
}

.svc-pg .approach-intro h2 {
font-size: 36px;
line-height: 1.15;
color: #111;
margin: 0 0 16px;
font-weight: 700
}

.svc-pg .approach-intro h2 .dot-acc {
display: inline-block;
width: 8px;
height: 8px;
border-radius: 42px;
background: #67240F;
margin-left: 6px;
vertical-align: middle;
position: relative;
top: -3px
}

.svc-pg .approach-intro-p {
font-size: 15px;
line-height: 1.6;
color: #333;
margin: 0 0 28px;
padding: 16px;
border-radius: 2px;
background: #fff;
box-shadow: -1px 5px 20px -2px #12a3ad1c;
font-weight: 500
}

.svc-pg .approach-intro-sub {
font-size: 15px;
line-height: 1.6;
color: #555;
margin: 0
}

.svc-pg .approach-steps {
flex: 1 1 0;
display: flex;
flex-direction: column;
gap: 28px
}

.svc-pg .step-row {
display: flex;
flex-direction: row;
gap: 16px;
align-items: flex-start;
padding: 28px;
border-radius: 2px;
background: #fff;
box-shadow: -1px 1px 5px -2px #12a3ad14;
transition: box-shadow .2s cubic-bezier(0.22, 1, 0.36, 1)
}

.svc-pg .step-row:hover {
box-shadow: -1px 10px 44px -2px #12a3ad1a
}

.svc-pg .step-num {
font-size: 36px;
line-height: 1.15;
font-weight: 800;
color: #FEE1E8;
flex: 0 0 56px;
text-align: right;
padding-right: 16px;
border-right: 2px solid #FEE1E8
}

.svc-pg .step-body {
flex: 1;
display: flex;
flex-direction: column;
gap: 8px
}

.svc-pg .step-body h5 {
font-size: 20px;
line-height: 1.15;
color: #111;
margin: 0;
font-weight: 700
}

.svc-pg .step-body p {
font-size: 15px;
line-height: 1.6;
color: #444;
margin: 0
}

.svc-pg .div-line {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
padding: 8px 56px;
gap: 16px
}

.svc-pg .div-line .ln {
height: 1px;
flex: 1;
background: #e0e8e8
}

.svc-pg .div-line .ln-cross {
width: 12px;
height: 12px;
position: relative;
flex-shrink: 0
}

.svc-pg .div-line .ln-cross::before,
.svc-pg .div-line .ln-cross::after {
content: "";
position: absolute;
background: #12A3AD;
border-radius: 2px
}

.svc-pg .div-line .ln-cross::before {
width: 2px;
height: 12px;
top: 0;
left: 5px
}

.svc-pg .div-line .ln-cross::after {
width: 12px;
height: 2px;
top: 5px;
left: 0
}

.svc-pg .voices-sec {
padding: 56px;
background: #fff;
position: relative
}

.svc-pg .voices-limiter {
max-width: 1366px;
margin: 0 auto
}

.svc-pg .voices-header {
margin-bottom: 56px
}

.svc-pg .voices-header h3 {
font-size: 26px;
line-height: 1.15;
color: #111;
margin: 0 0 16px;
font-weight: 700
}

.svc-pg .voices-header h3 .dot-acc {
display: inline-block;
width: 7px;
height: 7px;
border-radius: 42px;
background: #12A3AD;
margin-left: 6px;
vertical-align: middle;
position: relative;
top: -2px
}

.svc-pg .voices-header p {
font-size: 15px;
line-height: 1.6;
color: #444;
margin: 0;
max-width: 600px
}

.svc-pg .voices-layout {
display: flex;
flex-direction: row;
gap: 56px;
align-items: flex-start
}

.svc-pg .voices-profiles {
display: flex;
flex-direction: column;
gap: 28px;
flex: 0 0 300px
}

.svc-pg .profile-card {
display: flex;
flex-direction: row;
gap: 16px;
align-items: center;
padding: 16px;
border-radius: 2px;
background: #f4fafa;
box-shadow: -1px 1px 5px -2px #12a3ad14
}

.svc-pg .profile-img-wrap {
width: 64px;
height: 64px;
border-radius: 42px;
overflow: hidden;
flex-shrink: 0;
box-shadow: -1px 5px 20px -2px #12a3ad1c
}

.svc-pg .profile-img-wrap img {
width: 64px;
height: 64px;
object-fit: cover;
object-position: top;
transition: transform .25s cubic-bezier(0.22, 1, 0.36, 1), filter .25s cubic-bezier(0.22, 1, 0.36, 1)
}

.svc-pg .profile-img-wrap:hover img {
transform: scale(1.06);
filter: brightness(1.05)
}

.svc-pg .profile-meta {
display: flex;
flex-direction: column;
gap: 8px
}

.svc-pg .profile-name {
font-size: 15px;
line-height: 1.15;
font-weight: 700;
color: #111
}

.svc-pg .profile-role {
font-size: 14px;
line-height: 1.4;
color: #12A3AD;
text-transform: uppercase;
letter-spacing: .08em
}

.svc-pg .voices-quote-col {
flex: 1 1 0;
display: flex;
flex-direction: column;
gap: 28px
}

.svc-pg .quote-block {
padding: 28px;
border-radius: 2px;
background: #fff;
border: 1.5px solid #e8e8e8;
box-shadow: -1px 5px 20px -2px #12a3ad1c;
position: relative
}

.svc-pg .quote-mark {
position: absolute;
top: 16px;
right: 16px;
width: 32px;
height: 24px
}

.svc-pg .quote-mark svg {
width: 32px;
height: 24px
}

.svc-pg .quote-block p {
font-size: 15px;
line-height: 1.6;
color: #333;
margin: 0 0 16px
}

.svc-pg .quote-attribution {
font-size: 14px;
line-height: 1.4;
color: #888;
font-style: italic
}

.svc-pg .voices-metric-row {
display: flex;
flex-direction: row;
gap: 28px;
flex-wrap: wrap
}

.svc-pg .metric-item {
display: flex;
flex-direction: column;
gap: 8px;
padding: 16px 28px;
border-radius: 2px;
background: linear-gradient(to bottom, #12A3AD, #67240F)
}

.svc-pg .metric-val {
font-size: 36px;
line-height: 1.15;
font-weight: 800;
color: #fff
}

.svc-pg .metric-desc {
font-size: 14px;
line-height: 1.4;
color: #FEE1E8;
text-transform: uppercase;
letter-spacing: .08em
}

.svc-pg .dot-row {
display: flex;
flex-direction: row;
gap: 8px;
align-items: center;
margin-bottom: 16px
}

.svc-pg .dot-row .dr {
width: 5px;
height: 5px;
border-radius: 42px;
background: #12A3AD
}

.svc-pg .dot-row .dr:nth-child(3) {
background: #67240F
}

.svc-pg .btn-primary {
display: inline-block;
font-size: 15px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .1em;
color: #fff;
background: #111;
border: 2px solid #111;
padding: 16px 28px;
border-radius: 2px;
cursor: pointer;
position: relative;
overflow: hidden;
transition: color .2s cubic-bezier(0.22, 1, 0.36, 1), background .2s cubic-bezier(0.22, 1, 0.36, 1)
}

.svc-pg .btn-primary::before {
content: "";
position: absolute;
inset: 0;
border: 2px solid #12A3AD;
border-radius: 2px;
transform: scaleX(0);
transform-origin: left;
transition: transform .35s cubic-bezier(0.22, 1, 0.36, 1)
}

.svc-pg .btn-primary:hover::before {
transform: scaleX(1)
}

.svc-pg .btn-primary:hover {
background: #12A3AD;
border-color: #12A3AD;
color: #fff
}

.svc-pg .btn-primary:focus-visible {
outline: 3px solid #67240F;
outline-offset: 3px
}

.svc-pg .curve-deco {
position: absolute;
bottom: -20px;
right: 40px;
width: 160px;
height: 120px;
pointer-events: none;
opacity: .12
}

@media (max-width: 1200px) {
.svc-pg .svc-grid {
grid-template-columns: repeat(2, 1fr)
}

.svc-pg .tb-img-col {
flex: 0 0 300px
}

.svc-pg .tb-img-wrap {
width: 300px;
height: 240px
}
}

@media (max-width: 992px) {
.svc-pg .tb-limiter {
flex-direction: column;
gap: 28px
}

.svc-pg .tb-img-col {
display: none
}

.svc-pg .approach-limiter {
flex-direction: column;
gap: 28px
}

.svc-pg .approach-intro {
flex: 0 0 auto
}

.svc-pg .voices-layout {
flex-direction: column;
gap: 28px
}

.svc-pg .voices-profiles {
flex: 0 0 auto;
flex-direction: row;
flex-wrap: wrap
}

.svc-pg .svc-grid {
grid-template-columns: repeat(2, 1fr)
}
}

@media (max-width: 576px) {
.svc-pg .tb {
padding: 56px 16px 28px
}

.svc-pg .tb-h1 {
font-size: 36px
}

.svc-pg .svc-grid-sec,
.svc-pg .approach-sec,
.svc-pg .voices-sec {
padding: 56px 16px
}

.svc-pg .div-crosses,
.svc-pg .div-dots,
.svc-pg .div-line {
padding: 16px
}

.svc-pg .svc-grid {
grid-template-columns: 1fr
}

.svc-pg .voices-metric-row {
flex-direction: column
}

.svc-pg .voices-profiles {
flex-direction: column
}

.svc-pg .tb-stats {
gap: 16px
}

.svc-pg .tb-stat-num {
font-size: 26px
}
}

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

.ab-us .keyframe-bleed {
animation: corner-bleed 7s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate
}

@keyframes corner-bleed {
0% {
opacity: 0;
transform: translate(-60px, 60px) scale(0.85)
}

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

@keyframes scroll-zoom {
from {
transform: scale(1)
}

to {
transform: scale(1.08)
}
}

.ab-us .pg-frame {
max-width: 1366px;
margin: 0 auto;
padding: 0 28px
}

.ab-us ::selection {
background: #67240F;
color: #fff
}

.ab-us .dot-accent {
display: inline-block;
width: 7px;
height: 7px;
border-radius: 50%;
background: #12A3AD;
margin-left: 6px;
vertical-align: middle;
position: relative;
top: -2px
}

.ab-us .dot-accent-sec {
display: inline-block;
width: 7px;
height: 7px;
border-radius: 50%;
background: #67240F;
margin-left: 6px;
vertical-align: middle;
position: relative;
top: -2px
}

.ab-us .about-lead {
padding: 96px 0;
background: #fff;
position: relative;
overflow: hidden
}

.ab-us .about-lead-bg-line {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none
}

.ab-us .about-lead-bg-line svg {
width: 100%;
height: 100%;
opacity: .06
}

.ab-us .bleed-corner {
position: absolute;
bottom: -80px;
right: -80px;
width: 420px;
height: 420px;
border-radius: 50%;
background: linear-gradient(180deg, #12A3AD 0%, #67240F 100%);
opacity: 0;
pointer-events: none;
animation: corner-bleed 8s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate
}

.ab-us .about-lead-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 56px;
align-items: center;
position: relative;
z-index: 1
}

.ab-us .about-lead-text {
padding-top: 28px;
padding-bottom: 56px
}

.ab-us .about-tag {
display: inline-block;
background: #FEE1E8;
color: #67240F;
font-size: 14px;
font-weight: 600;
letter-spacing: .1em;
text-transform: uppercase;
padding: 8px 16px;
border-radius: 2px;
margin-bottom: 28px
}

.ab-us .about-lead-h1 {
font-size: 48px;
line-height: 1.15;
color: #111;
margin: 0 0 28px;
font-weight: 800
}

.ab-us .about-lead-sub {
font-size: 20px;
line-height: 1.6;
color: #333;
margin: 0 0 28px
}

.ab-us .about-lead-body {
font-size: 15px;
line-height: 1.6;
color: #444;
margin: 0 0 28px
}

.ab-us .about-lead-stats {
display: flex;
flex-direction: row;
gap: 28px;
margin-top: 28px
}

.ab-us .stat-item {
display: flex;
flex-direction: column;
gap: 8px
}

.ab-us .stat-num {
font-size: 48px;
line-height: 1.15;
font-weight: 800;
color: #12A3AD
}

.ab-us .stat-label {
font-size: 14px;
line-height: 1.4;
color: #555;
text-transform: uppercase;
letter-spacing: .08em;
font-weight: 600
}

.ab-us .about-lead-visual {
position: relative;
display: flex;
flex-direction: column;
align-items: center
}

.ab-us .img-frame {
position: relative;
border-radius: 2px;
overflow: hidden;
width: 100%
}

.ab-us .img-frame::before {
content: "";
display: block;
position: absolute;
top: -16px;
left: -16px;
right: 16px;
bottom: 16px;
border: 2px solid #12A3AD;
border-radius: 2px;
z-index: 2;
pointer-events: none
}

.ab-us .img-frame::after {
content: "";
display: block;
position: absolute;
top: 16px;
left: 16px;
right: -16px;
bottom: -16px;
border: 2px solid #FEE1E8;
border-radius: 2px;
z-index: 0;
pointer-events: none
}

.ab-us .img-frame img {
width: 100%;
height: 420px;
object-fit: cover;
object-position: center;
display: block;
border-radius: 2px;
position: relative;
z-index: 1;
animation: scroll-zoom linear both;
animation-timeline: scroll();
animation-range: entry 0 exit 100%
}

.ab-us .curve-deco {
position: absolute;
top: -28px;
right: -28px;
width: 160px;
height: 160px;
pointer-events: none;
z-index: 0
}

.ab-us .about-lead-btn {
display: inline-block;
background: #111;
color: #fff;
font-size: 15px;
font-weight: 600;
padding: 16px 28px;
border-radius: 2px;
text-decoration: none;
border: 2px solid #111;
position: relative;
overflow: hidden;
transition: color .25s ease-out, background .25s ease-out
}

.ab-us .about-lead-btn::before {
content: "";
position: absolute;
inset: 0;
border: 2px solid #12A3AD;
border-radius: 2px;
transform: scaleX(0);
transform-origin: left;
transition: transform .35s cubic-bezier(0.22, 1, 0.36, 1)
}

.ab-us .about-lead-btn:hover::before {
transform: scaleX(1)
}

.ab-us .about-lead-btn:hover {
background: #12A3AD;
color: #fff;
border-color: #12A3AD
}

.ab-us .zigzag-div {
display: block;
width: 100%;
line-height: 0;
overflow: hidden
}

.ab-us .zigzag-div svg {
display: block;
width: 100%
}

.ab-us .about-depth {
background: linear-gradient(180deg, #f4fbfc 0%, #fff6f8 100%);
padding: 96px 0;
position: relative
}

.ab-us .about-depth-pattern {
position: absolute;
inset: 0;
pointer-events: none;
overflow: hidden
}

.ab-us .about-depth-pattern svg {
width: 100%;
height: 100%;
opacity: .035
}

.ab-us .depth-top-line {
display: block;
height: 3px;
background: linear-gradient(90deg, transparent, #12A3AD 30%, #67240F 70%, transparent);
margin-bottom: 56px
}

.ab-us .depth-bottom-line {
display: block;
height: 3px;
background: linear-gradient(90deg, transparent, #67240F 30%, #12A3AD 70%, transparent);
margin-top: 56px
}

.ab-us .depth-label {
display: inline-block;
background: #12A3AD;
color: #fff;
font-size: 14px;
font-weight: 700;
letter-spacing: .1em;
text-transform: uppercase;
padding: 8px 16px;
border-radius: 2px;
margin-bottom: 28px
}

.ab-us .depth-h2 {
font-size: 36px;
line-height: 1.15;
color: #111;
margin: 0 0 16px;
font-weight: 800
}

.ab-us .depth-intro {
font-size: 15px;
line-height: 1.6;
color: #444;
max-width: 600px;
margin: 0 0 56px
}

.ab-us .depth-split {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 56px;
align-items: start;
margin-bottom: 56px
}

.ab-us .depth-values {
display: flex;
flex-direction: column;
gap: 28px
}

.ab-us .val-item {
display: grid;
grid-template-columns: 48px 1fr;
gap: 16px;
align-items: start;
padding: 28px;
background: #fff;
border-radius: 2px;
box-shadow: -1px 5px 20px -2px #12a3ad1c;
transition: box-shadow .22s ease-out, background .28s cubic-bezier(0.22, 1, 0.36, 1)
}

.ab-us .val-item:hover {
box-shadow: -1px 10px 44px -2px #12a3ad1a;
background: linear-gradient(180deg, #f4fbfc 0%, #fff6f8 100%)
}

.ab-us .val-icon {
width: 48px;
height: 48px;
border-radius: 2px;
background: linear-gradient(180deg, #12A3AD 0%, #67240F 100%);
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
flex-shrink: 0
}

.ab-us .val-icon svg {
width: 24px;
height: 24px
}

.ab-us .val-h4 {
font-size: 15px;
line-height: 1.4;
color: #111;
font-weight: 700;
margin: 0 0 8px
}

.ab-us .val-text {
font-size: 14px;
line-height: 1.6;
color: #555;
margin: 0
}

.ab-us .depth-img-col {
display: flex;
flex-direction: column;
gap: 28px;
position: relative
}

.ab-us .depth-img-col .img-stack {
position: relative;
border-radius: 2px;
overflow: hidden
}

.ab-us .depth-img-col .img-stack img {
width: 100%;
height: 300px;
object-fit: cover;
object-position: center;
display: block;
border-radius: 2px;
animation: scroll-zoom linear both;
animation-timeline: scroll();
animation-range: entry 0 exit 100%
}

.ab-us .big-num {
font-size: 48px;
line-height: 1.15;
font-weight: 800;
color: #12A3AD;
display: block;
margin-bottom: 8px
}

.ab-us .big-num-label {
font-size: 14px;
line-height: 1.4;
color: #555;
text-transform: uppercase;
letter-spacing: .08em;
font-weight: 600
}

.ab-us .num-badge {
background: #fff;
border-radius: 2px;
padding: 28px;
box-shadow: -1px 1px 5px -2px #12a3ad14;
display: flex;
flex-direction: column;
gap: 8px
}

.ab-us .team-row {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 28px;
margin-top: 56px;
position: relative
}

.ab-us .team-row::before {
content: "";
display: block;
position: absolute;
top: -28px;
left: 0;
right: 0;
height: 2px;
background: linear-gradient(90deg, #12A3AD 0%, #FEE1E8 50%, #67240F 100%);
border-radius: 2px
}

.ab-us .team-card {
display: flex;
flex-direction: column;
align-items: center;
gap: 16px;
padding: 28px;
background: #fff;
border-radius: 2px;
box-shadow: -1px 5px 20px -2px #67240f1c;
transition: box-shadow .32s cubic-bezier(0.22, 1, 0.36, 1)
}

.ab-us .team-card:hover {
box-shadow: -1px 10px 44px -2px #67240f1a
}

.ab-us .portrait-wrap {
width: 96px;
height: 96px;
border-radius: 50%;
overflow: hidden;
flex-shrink: 0;
border: 3px solid #FEE1E8
}

.ab-us .portrait-wrap img {
width: 96px;
height: 96px;
object-fit: cover;
object-position: top;
display: block
}

.ab-us .team-name {
font-size: 15px;
line-height: 1.4;
color: #111;
font-weight: 700;
margin: 0;
text-align: center
}

.ab-us .team-role {
font-size: 14px;
line-height: 1.4;
color: #12A3AD;
font-weight: 600;
text-transform: uppercase;
letter-spacing: .08em;
margin: 0;
text-align: center
}

.ab-us .team-bio {
font-size: 14px;
line-height: 1.6;
color: #555;
margin: 0;
text-align: center
}

.ab-us .team-no-portrait {
width: 96px;
height: 96px;
border-radius: 50%;
background: linear-gradient(180deg, #12A3AD 0%, #67240F 100%);
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
flex-shrink: 0
}

.ab-us .team-no-portrait svg {
width: 40px;
height: 40px
}

@media (max-width: 992px) {
.ab-us .about-lead-grid {
grid-template-columns: 1fr;
gap: 28px
}

.ab-us .about-lead-visual {
display: none
}

.ab-us .about-lead-text {
padding-bottom: 28px
}

.ab-us .about-lead-stats {
flex-direction: row;
flex-wrap: wrap
}

.ab-us .depth-split {
grid-template-columns: 1fr;
gap: 28px
}

.ab-us .depth-img-col {
display: none
}

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

@media (max-width: 576px) {
.ab-us .about-lead-h1 {
font-size: 36px
}

.ab-us .about-lead {
padding: 56px 0
}

.ab-us .about-depth {
padding: 56px 0
}

.ab-us .about-lead-stats {
flex-direction: column;
gap: 16px
}

.ab-us .stat-num {
font-size: 36px
}

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

.ab-us .depth-h2 {
font-size: 26px
}
}

@media (min-width: 1200px) {
.ab-us .about-lead-grid {
grid-template-columns: 55% 45%
}
}

.wbnrs-pg {
overflow-x: clip
}

.wbnrs-pg .pg-divider {
width: 40%;
height: 1px;
background: #12A3AD;
margin: 0 auto;
opacity: .25
}

.wbnrs-pg .dot-accent {
display: inline-block;
width: 7px;
height: 7px;
border-radius: 42px;
background: #12A3AD;
margin-left: 6px;
vertical-align: middle;
position: relative;
top: -2px
}

.wbnrs-pg .title-blk {
position: relative;
padding: 96px 28px 56px;
overflow: hidden
}

.wbnrs-pg .title-blk .atmo-spot {
position: absolute;
border-radius: 42px;
pointer-events: none;
z-index: 0
}

.wbnrs-pg .title-blk .atmo-spot.a1 {
width: 420px;
height: 420px;
background: #12a3ad21;
top: -120px;
left: -80px;
filter: blur(72px)
}

.wbnrs-pg .title-blk .atmo-spot.a2 {
width: 320px;
height: 320px;
background: #67240f17;
top: 40px;
right: -60px;
filter: blur(56px)
}

.wbnrs-pg .title-blk .atmo-spot.a3 {
width: 220px;
height: 220px;
background: #fee1e88c;
bottom: 0;
left: 35%;
filter: blur(48px)
}

.wbnrs-pg .title-blk-img-wrap {
position: relative;
z-index: 1;
width: 100%;
max-width: 1366px;
margin: 0 auto 56px;
border-radius: 2px;
overflow: hidden;
height: 420px
}

.wbnrs-pg .title-blk-img-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center 30%;
filter: blur(0px);
display: block;
will-change: transform;
transform: translateY(0);
transition: transform .45s cubic-bezier(0.22, 1, 0.36, 1)
}

.wbnrs-pg .title-blk-img-wrap .img-overlay {
position: absolute;
inset: 0;
background: linear-gradient(to bottom, #ffffff14 0%, #ffffffb8 100%)
}

.wbnrs-pg .title-blk-txt {
position: relative;
z-index: 1;
max-width: 1366px;
margin: 0 auto;
display: flex;
flex-direction: row;
align-items: flex-end;
justify-content: space-between;
gap: 28px
}

.wbnrs-pg .title-blk-txt .pg-label {
font-size: 14px;
line-height: 1.4;
letter-spacing: .12em;
text-transform: uppercase;
color: #12A3AD;
margin-bottom: 16px;
display: block
}

.wbnrs-pg .title-blk-txt h1 {
font-size: 48px;
line-height: 1.15;
color: #1b1b1b;
margin: 0 0 28px;
max-width: 640px
}

.wbnrs-pg .title-blk-txt .pg-action {
display: inline-block;
padding: 16px 28px;
font-size: 15px;
line-height: 1.4;
color: #fff;
background: #12A3AD;
border-radius: 2px;
text-decoration: none;
position: relative;
border: 2px solid transparent;
transition: color .25s cubic-bezier(0.22, 1, 0.36, 1), background .25s cubic-bezier(0.22, 1, 0.36, 1);
white-space: nowrap
}

.wbnrs-pg .title-blk-txt .pg-action::before {
content: '';
position: absolute;
inset: -2px;
border-radius: 2px;
border: 2px solid #12A3AD;
opacity: 0;
transition: opacity .2s cubic-bezier(0.22, 1, 0.36, 1)
}

.wbnrs-pg .title-blk-txt .pg-action:hover {
background: #fff;
color: #12A3AD
}

.wbnrs-pg .title-blk-txt .pg-action:hover::before {
opacity: 1
}

.wbnrs-pg .events-grid-sec {
padding: 96px 28px;
background: #fff;
position: relative
}

.wbnrs-pg .events-grid-sec .diag-lines {
position: absolute;
top: 0;
right: 0;
width: 180px;
height: 180px;
pointer-events: none;
overflow: hidden
}

.wbnrs-pg .events-grid-sec .diag-lines svg {
width: 100%;
height: 100%;
opacity: .07
}

.wbnrs-pg .events-grid-sec .sec-head {
max-width: 1366px;
margin: 0 auto 56px
}

.wbnrs-pg .events-grid-sec .sec-head h2 {
font-size: 36px;
line-height: 1.15;
color: #1b1b1b;
margin: 0 0 16px
}

.wbnrs-pg .events-grid-sec .sec-head p {
font-size: 15px;
line-height: 1.6;
color: #3a3a3a;
max-width: 560px;
margin: 0
}

.wbnrs-pg .events-grid {
max-width: 1366px;
margin: 0 auto;
display: grid;
grid-template-columns: 2fr 1fr 1fr;
grid-template-rows: auto auto;
gap: 28px
}

.wbnrs-pg .ev-card {
border-radius: 2px;
background: #fff;
box-shadow: -1px 5px 20px -2px #12a3ad1c;
overflow: hidden;
display: flex;
flex-direction: column;
transition: box-shadow .35s cubic-bezier(0.22, 1, 0.36, 1), transform .35s cubic-bezier(0.22, 1, 0.36, 1)
}

.wbnrs-pg .ev-card:hover {
box-shadow: -1px 10px 44px -2px #12a3ad1a;
transform: translateY(-3px)
}

.wbnrs-pg .ev-card.featured {
grid-row: 1 / 3
}

.wbnrs-pg .ev-card-badge {
display: inline-block;
font-size: 14px;
line-height: 1.4;
letter-spacing: .08em;
text-transform: uppercase;
padding: 4px 12px;
border-radius: 42px;
margin-bottom: 16px
}

.wbnrs-pg .ev-card-badge.live {
background: #FEE1E8;
color: #67240F
}

.wbnrs-pg .ev-card-badge.recorded {
background: #12a3ad1f;
color: #0c7a82
}

.wbnrs-pg .ev-card-badge.upcoming {
background: #67240f17;
color: #67240F
}

.wbnrs-pg .ev-card-body {
padding: 28px;
display: flex;
flex-direction: column;
flex: 1
}

.wbnrs-pg .ev-card-body h3 {
font-size: 20px;
line-height: 1.4;
color: #1b1b1b;
margin: 0 0 16px
}

.wbnrs-pg .ev-card-body h4 {
font-size: 15px;
line-height: 1.4;
color: #1b1b1b;
margin: 0 0 8px
}

.wbnrs-pg .ev-card-body p {
font-size: 14px;
line-height: 1.6;
color: #3a3a3a;
margin: 0 0 16px;
flex: 1
}

.wbnrs-pg .ev-card-meta {
display: flex;
flex-direction: row;
align-items: center;
gap: 16px;
margin-bottom: 16px;
flex-wrap: wrap
}

.wbnrs-pg .ev-card-meta .meta-item {
display: flex;
flex-direction: row;
align-items: center;
gap: 6px;
font-size: 14px;
line-height: 1.4;
color: #555
}

.wbnrs-pg .ev-card-meta .meta-item svg {
flex-shrink: 0
}

.wbnrs-pg .ev-card-link {
display: inline-block;
font-size: 14px;
line-height: 1.4;
color: #12A3AD;
text-decoration: none;
letter-spacing: .04em;
position: relative;
align-self: flex-start;
padding-bottom: 2px;
border-bottom: 1px solid #12a3ad4d;
transition: border-color .2s cubic-bezier(0.22, 1, 0.36, 1), color .2s cubic-bezier(0.22, 1, 0.36, 1)
}

.wbnrs-pg .ev-card-link:hover {
color: #0c7a82;
border-color: #0c7a82
}

.wbnrs-pg .ev-card.featured .ev-card-body h3 {
font-size: 26px
}

.wbnrs-pg .ev-card.featured .ev-card-body p {
font-size: 15px
}

.wbnrs-pg .metrics-sec {
padding: 96px 28px;
background: #12A3AD;
position: relative;
overflow: hidden;
animation: bg-desat 8s ease-in-out infinite alternate
}

@keyframes bg-desat {
0% {
filter: saturate(1)
}

50% {
filter: saturate(0.45)
}

100% {
filter: saturate(1)
}
}

.wbnrs-pg .metrics-sec .diag-lines-left {
position: absolute;
bottom: 0;
left: 0;
width: 160px;
height: 160px;
pointer-events: none;
overflow: hidden
}

.wbnrs-pg .metrics-sec .diag-lines-left svg {
width: 100%;
height: 100%;
opacity: .12
}

.wbnrs-pg .metrics-inner {
max-width: 1366px;
margin: 0 auto;
display: flex;
flex-direction: row;
gap: 56px;
align-items: flex-start
}

.wbnrs-pg .metrics-left {
flex: 1 1 340px
}

.wbnrs-pg .metrics-left h2 {
font-size: 36px;
line-height: 1.15;
color: #fff;
margin: 0 0 16px
}

.wbnrs-pg .metrics-left p {
font-size: 15px;
line-height: 1.6;
color: #ffffffe0;
margin: 0
}

.wbnrs-pg .metrics-right {
flex: 2 1 560px;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 28px
}

.wbnrs-pg .metric-card {
background: #ffffff1f;
border-radius: 2px;
padding: 28px;
display: flex;
flex-direction: column;
gap: 16px;
transition: background .25s cubic-bezier(0.22, 1, 0.36, 1)
}

.wbnrs-pg .metric-card:hover {
background: #fff3
}

.wbnrs-pg .metric-card .before-after {
display: flex;
flex-direction: row;
align-items: center;
gap: 16px
}

.wbnrs-pg .metric-card .m-before {
font-size: 26px;
line-height: 1.15;
color: #ffffff8c;
text-decoration: line-through;
text-decoration-color: #ffffff4d
}

.wbnrs-pg .metric-card .m-arrow {
display: flex;
align-items: center
}

.wbnrs-pg .metric-card .m-after {
font-size: 48px;
line-height: 1.15;
color: #fff;
font-weight: 700
}

.wbnrs-pg .metric-card .m-label {
font-size: 14px;
line-height: 1.4;
color: #fffc;
text-transform: uppercase;
letter-spacing: .1em
}

.wbnrs-pg .metric-card .m-desc {
font-size: 14px;
line-height: 1.6;
color: #ffffffb8;
margin: 0
}

.wbnrs-pg .speakers-sec {
padding: 96px 28px;
background: #FEE1E8;
position: relative;
overflow: hidden
}

.wbnrs-pg .speakers-sec::before {
content: '';
position: absolute;
inset: 0;
background-image: repeating-linear-gradient(45deg, #67240f0a 0px, #67240f0a 1px, transparent 1px, transparent 20px), repeating-linear-gradient(-45deg, #67240f0a 0px, #67240f0a 1px, transparent 1px, transparent 20px);
pointer-events: none
}

.wbnrs-pg .speakers-inner {
max-width: 1366px;
margin: 0 auto;
position: relative;
z-index: 1
}

.wbnrs-pg .speakers-inner .sec-label {
font-size: 14px;
line-height: 1.4;
letter-spacing: .12em;
text-transform: uppercase;
color: #67240F;
display: block;
margin-bottom: 16px
}

.wbnrs-pg .speakers-inner h2 {
font-size: 36px;
line-height: 1.15;
color: #1b1b1b;
margin: 0 0 56px;
max-width: 560px
}

.wbnrs-pg .speakers-row {
display: flex;
flex-direction: row;
gap: 56px;
align-items: flex-start
}

.wbnrs-pg .speaker-profile {
flex: 0 0 auto;
display: flex;
flex-direction: column;
align-items: center;
gap: 16px;
max-width: 220px
}

.wbnrs-pg .speaker-profile img {
width: 160px;
height: 160px;
border-radius: 42px;
object-fit: cover;
object-position: top;
box-shadow: -1px 5px 20px -2px #67240f1c;
display: block
}

.wbnrs-pg .speaker-profile .sp-name {
font-size: 15px;
line-height: 1.4;
color: #1b1b1b;
text-align: center;
font-weight: 600
}

.wbnrs-pg .speaker-profile .sp-role {
font-size: 14px;
line-height: 1.4;
color: #67240F;
text-align: center
}

.wbnrs-pg .speakers-content {
flex: 1;
display: flex;
flex-direction: column;
gap: 28px
}

.wbnrs-pg .speakers-content p {
font-size: 15px;
line-height: 1.6;
color: #2a2a2a;
margin: 0
}

.wbnrs-pg .topic-list {
display: flex;
flex-direction: column;
gap: 16px;
list-style: none;
padding: 0;
margin: 0
}

.wbnrs-pg .topic-list li {
display: flex;
flex-direction: row;
align-items: flex-start;
gap: 16px;
font-size: 15px;
line-height: 1.6;
color: #2a2a2a
}

.wbnrs-pg .topic-list li .t-num {
font-size: 26px;
line-height: 1.15;
color: #12A3AD;
font-weight: 700;
flex-shrink: 0;
min-width: 36px
}

.wbnrs-pg .topic-list li .t-text strong {
display: block;
font-size: 15px;
line-height: 1.4;
color: #1b1b1b;
margin-bottom: 4px
}

.wbnrs-pg .speakers-divider {
width: 30%;
height: 1px;
background: #67240f33;
margin: 0
}

.wbnrs-pg .second-speaker {
margin-top: 56px
}

@media (max-width: 992px) {
.wbnrs-pg .title-blk-txt {
flex-direction: column;
align-items: flex-start;
gap: 28px
}

.wbnrs-pg .title-blk-img-wrap {
height: 280px
}

.wbnrs-pg .events-grid {
grid-template-columns: 1fr 1fr
}

.wbnrs-pg .ev-card.featured {
grid-column: 1 / 3;
grid-row: auto
}

.wbnrs-pg .metrics-inner {
flex-direction: column;
gap: 28px
}

.wbnrs-pg .speakers-row {
flex-direction: column;
gap: 28px
}

.wbnrs-pg .speaker-profile {
flex-direction: row;
align-items: center;
max-width: 100%
}

.wbnrs-pg .speaker-profile img {
width: 96px;
height: 96px
}
}

@media (max-width: 576px) {
.wbnrs-pg .title-blk {
padding: 56px 16px 28px
}

.wbnrs-pg .title-blk-img-wrap {
display: none
}

.wbnrs-pg .title-blk-txt h1 {
font-size: 36px
}

.wbnrs-pg .events-grid-sec {
padding: 56px 16px
}

.wbnrs-pg .events-grid {
grid-template-columns: 1fr
}

.wbnrs-pg .ev-card.featured {
grid-column: auto;
grid-row: auto
}

.wbnrs-pg .metrics-sec {
padding: 56px 16px
}

.wbnrs-pg .metrics-right {
grid-template-columns: 1fr
}

.wbnrs-pg .speakers-sec {
padding: 56px 16px
}

.wbnrs-pg .speaker-profile {
flex-direction: column;
align-items: flex-start
}
}

.lnch {
overflow-x: hidden
}

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

@keyframes slideInLeft {
from {
opacity: 0;
transform: translateX(-48px)
}

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

.lnch .reveal {
animation: slideInLeft .45s cubic-bezier(0.22, 1, 0.36, 1) both
}

.lnch .reveal-2 {
animation: slideInLeft .45s cubic-bezier(0.22, 1, 0.36, 1) .12s both
}

.lnch .reveal-3 {
animation: slideInLeft .42s cubic-bezier(0.22, 1, 0.36, 1) .22s both
}

.lnch .reveal-4 {
animation: slideInLeft .38s cubic-bezier(0.22, 1, 0.36, 1) .32s both
}

.lnch .dot-accent {
display: inline-block;
width: 7px;
height: 7px;
border-radius: 50%;
background: #12A3AD;
margin-left: 6px;
vertical-align: middle;
position: relative;
top: -2px
}

.lnch .dot-accent-sec {
display: inline-block;
width: 7px;
height: 7px;
border-radius: 50%;
background: #67240F;
margin-left: 6px;
vertical-align: middle;
position: relative;
top: -2px
}

.lnch .title-strip {
position: relative;
width: 100%;
max-width: 1366px;
margin: 0 auto
}

.lnch .strip-img-wrap {
position: relative;
width: 100%;
height: 220px;
overflow: hidden
}

.lnch .strip-img-wrap img {
width: 100%;
height: 280px;
object-fit: cover;
object-position: center 30%;
display: block;
will-change: transform;
transform: translateY(0)
}

.lnch .strip-img-wrap::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(to right, #12a3adb8 0%, #67240f2e 60%, transparent 100%);
pointer-events: none
}

.lnch .strip-shapes {
position: absolute;
inset: 0;
pointer-events: none
}

.lnch .strip-shapes span {
position: absolute;
border-radius: 42px;
opacity: .13
}

.lnch .strip-shapes span:nth-child(1) {
width: 180px;
height: 180px;
background: #FEE1E8;
top: -40px;
left: 12%;
transform: rotate(18deg)
}

.lnch .strip-shapes span:nth-child(2) {
width: 120px;
height: 120px;
background: #12A3AD;
bottom: -30px;
left: 28%;
border-radius: 2px;
transform: rotate(34deg)
}

.lnch .strip-shapes span:nth-child(3) {
width: 90px;
height: 90px;
background: #67240F;
top: 10px;
right: 20%;
border-radius: 42px;
opacity: .09
}

.lnch .title-text-zone {
max-width: 1366px;
margin: 0 auto;
padding: 56px
}

.lnch .title-label {
display: inline-block;
font-size: 14px;
font-weight: 600;
letter-spacing: .12em;
text-transform: uppercase;
color: #12A3AD;
margin-bottom: 16px;
line-height: 1.15
}

.lnch .title-h1 {
font-size: 48px;
font-weight: 800;
line-height: 1.15;
color: #1b1b1b;
margin: 0 0 16px;
max-width: 680px
}

.lnch .title-desc {
font-size: 20px;
line-height: 1.6;
color: #2e2e2e;
max-width: 560px;
margin: 0
}

.lnch .title-frame-line {
position: absolute;
left: 56px;
bottom: 0;
width: 120px;
height: 2px;
background: linear-gradient(to right, #12A3AD, #67240F);
border-radius: 2px
}

@media (max-width: 576px) {
.lnch .strip-img-wrap {
display: none
}

.lnch .title-text-zone {
padding: 28px 16px
}

.lnch .title-h1 {
font-size: 36px
}

.lnch .title-desc {
font-size: 15px
}

.lnch .title-frame-line {
left: 16px
}
}

@media (min-width: 577px) and (max-width: 992px) {
.lnch .title-text-zone {
padding: 28px
}

.lnch .title-h1 {
font-size: 36px
}

.lnch .title-frame-line {
left: 28px
}
}

.lnch .wave-div {
width: 100%;
line-height: 0;
overflow: hidden
}

.lnch .wave-div svg {
display: block;
width: 100%
}

.lnch .voices-section {
background: linear-gradient(to right, #12a3ad12 0%, #f5f5f5 100%);
padding: 96px 0 56px;
position: relative
}

.lnch .voices-section::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
height: 1px;
background: linear-gradient(to right, #12A3AD 0%, transparent 70%)
}

.lnch .voices-inner {
max-width: 1366px;
margin: 0 auto;
padding: 0 56px
}

.lnch .voices-heading-row {
display: flex;
flex-direction: row;
align-items: flex-end;
gap: 28px;
margin-bottom: 56px
}

.lnch .voices-h2 {
font-size: 36px;
font-weight: 700;
line-height: 1.15;
color: #1b1b1b;
margin: 0;
flex: 1
}

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

.lnch .metric-num {
font-size: 48px;
font-weight: 800;
line-height: 1.15;
color: #12A3AD
}

.lnch .metric-label {
font-size: 14px;
line-height: 1.4;
color: #555;
text-align: right;
max-width: 160px
}

.lnch .voices-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 28px
}

.lnch .voice-card {
background: #fff;
border-radius: 42px;
padding: 28px;
box-shadow: -1px 5px 20px -2px #12a3ad1c;
display: flex;
flex-direction: column;
gap: 16px;
transition: box-shadow .25s cubic-bezier(0.22, 1, 0.36, 1)
}

.lnch .voice-card:hover {
box-shadow: -1px 10px 44px -2px #12a3ad1a
}

.lnch .voice-person {
display: flex;
flex-direction: row;
align-items: center;
gap: 16px
}

.lnch .voice-portrait {
width: 64px;
height: 64px;
border-radius: 50%;
overflow: hidden;
flex-shrink: 0
}

.lnch .voice-portrait img {
width: 64px;
height: 64px;
object-fit: cover;
object-position: top;
display: block
}

.lnch .voice-portrait-placeholder {
width: 64px;
height: 64px;
border-radius: 50%;
background: linear-gradient(160deg, #12A3AD 0%, #67240F 100%);
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center
}

.lnch .voice-portrait-placeholder svg {
width: 32px;
height: 32px;
opacity: .7
}

.lnch .voice-name {
font-size: 15px;
font-weight: 700;
line-height: 1.15;
color: #1b1b1b;
margin: 0 0 4px
}

.lnch .voice-role {
font-size: 14px;
line-height: 1.4;
color: #67240F;
margin: 0
}

.lnch .voice-quote {
font-size: 15px;
line-height: 1.6;
color: #2e2e2e;
margin: 0;
padding-left: 16px;
border-left: none;
position: relative
}

.lnch .voice-quote::before {
content: "";
position: absolute;
left: 0;
top: 4px;
bottom: 4px;
width: 3px;
border-radius: 2px;
background: linear-gradient(to bottom, #12A3AD, #67240F)
}

.lnch .voice-tag {
display: inline-block;
font-size: 14px;
font-weight: 600;
padding: 4px 12px;
border-radius: 42px;
background: #FEE1E8;
color: #67240F;
align-self: flex-start
}

.lnch .voice-card-wide {
grid-column: span 2;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 28px;
background: linear-gradient(to right, #12a3ad0f, #67240f0a);
border-radius: 42px;
padding: 28px;
box-shadow: -1px 5px 20px -2px #12a3ad1c
}

.lnch .voice-wide-text {
display: flex;
flex-direction: column;
gap: 16px
}

.lnch .voice-wide-img {
position: relative;
border-radius: 42px;
overflow: hidden;
min-height: 220px
}

.lnch .voice-wide-img img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
display: block;
transition: transform .45s cubic-bezier(0.22, 1, 0.36, 1)
}

.lnch .voice-wide-img:hover img {
transform: scale(1.04)
}

.lnch .img-caption {
position: absolute;
inset: 0;
background: linear-gradient(to top, #12a3add1 0%, transparent 60%);
display: flex;
align-items: flex-end;
padding: 16px;
opacity: 0;
transition: opacity .25s cubic-bezier(0.22, 1, 0.36, 1);
border-radius: 42px
}

.lnch .voice-wide-img:hover .img-caption,
.lnch .voice-wide-img:focus-within .img-caption {
opacity: 1
}

.lnch .img-caption-text {
font-size: 14px;
color: #fff;
line-height: 1.4;
font-weight: 600
}

@media (max-width: 992px) {
.lnch .voices-grid {
grid-template-columns: 1fr
}

.lnch .voice-card-wide {
grid-column: span 1;
grid-template-columns: 1fr
}

.lnch .voices-heading-row {
flex-direction: column;
align-items: flex-start
}

.lnch .voices-metric {
align-items: flex-start
}

.lnch .metric-label {
text-align: left
}
}

@media (max-width: 576px) {
.lnch .voices-inner {
padding: 0 16px
}

.lnch .voices-section {
padding: 56px 0 28px
}

.lnch .voices-h2 {
font-size: 26px
}
}

@media (min-width: 577px) and (max-width: 992px) {
.lnch .voices-inner {
padding: 0 28px
}
}

.lnch .offer-section {
background: #fff;
padding: 96px 0;
position: relative
}

.lnch .offer-section::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 1px;
background: linear-gradient(to right, transparent, #12A3AD 40%, transparent)
}

.lnch .offer-inner {
max-width: 1366px;
margin: 0 auto;
padding: 0 56px
}

.lnch .offer-top {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 56px;
align-items: start;
margin-bottom: 56px
}

.lnch .offer-label {
font-size: 14px;
font-weight: 600;
letter-spacing: .12em;
text-transform: uppercase;
color: #67240F;
display: block;
margin-bottom: 16px;
line-height: 1.15
}

.lnch .offer-h2 {
font-size: 36px;
font-weight: 700;
line-height: 1.15;
color: #1b1b1b;
margin: 0 0 16px
}

.lnch .offer-desc {
font-size: 15px;
line-height: 1.6;
color: #2e2e2e;
margin: 0
}

.lnch .offer-img-cluster {
position: relative;
height: 320px
}

.lnch .offer-img-a {
position: absolute;
top: 0;
left: 0;
width: 65%;
height: 260px;
border-radius: 42px;
overflow: hidden;
box-shadow: -1px 10px 44px -2px #12a3ad1a
}

.lnch .offer-img-b {
position: absolute;
bottom: 0;
right: 0;
width: 50%;
height: 200px;
border-radius: 42px;
overflow: hidden;
box-shadow: -1px 5px 20px -2px #67240f1c
}

.lnch .offer-img-a img,
.lnch .offer-img-b img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
display: block;
transition: transform .42s cubic-bezier(0.22, 1, 0.36, 1)
}

.lnch .offer-img-a:hover img,
.lnch .offer-img-b:hover img {
transform: scale(1.05)
}

.lnch .offer-img-caption {
position: absolute;
inset: 0;
background: linear-gradient(to top, #67240fc7 0%, transparent 55%);
display: flex;
align-items: flex-end;
padding: 16px;
opacity: 0;
transition: opacity .22s cubic-bezier(0.22, 1, 0.36, 1);
border-radius: 42px
}

.lnch .offer-img-a:hover .offer-img-caption,
.lnch .offer-img-b:hover .offer-img-caption,
.lnch .offer-img-a:focus-within .offer-img-caption,
.lnch .offer-img-b:focus-within .offer-img-caption {
opacity: 1
}

.lnch .offer-img-caption-text {
font-size: 14px;
color: #fff;
line-height: 1.4;
font-weight: 600
}

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

.lnch .offer-item {
background: linear-gradient(to right, #12a3ad0d 0%, #f9f4f2 100%);
border-radius: 42px;
padding: 28px;
display: flex;
flex-direction: column;
gap: 8px;
box-shadow: -1px 1px 5px -2px #12a3ad14;
transition: box-shadow .2s cubic-bezier(0.22, 1, 0.36, 1), transform .2s cubic-bezier(0.22, 1, 0.36, 1);
position: relative
}

.lnch .offer-item:hover {
box-shadow: -1px 5px 20px -2px #12a3ad1c;
transform: translateY(-3px)
}

.lnch .offer-item-icon {
width: 40px;
height: 40px;
border-radius: 2px;
background: linear-gradient(160deg, #12A3AD 0%, #67240F 100%);
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 8px;
flex-shrink: 0
}

.lnch .offer-item-icon svg {
width: 22px;
height: 22px;
stroke: #fff;
fill: none;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round
}

.lnch .offer-item-name {
font-size: 15px;
font-weight: 700;
line-height: 1.15;
color: #1b1b1b;
margin: 0
}

.lnch .offer-item-desc {
font-size: 14px;
line-height: 1.6;
color: #444;
margin: 0
}

.lnch .offer-item-link {
display: inline-block;
font-size: 14px;
font-weight: 600;
color: #12A3AD;
text-decoration: none;
margin-top: 8px;
position: relative;
padding-bottom: 2px;
transition: color .18s cubic-bezier(0.22, 1, 0.36, 1)
}

.lnch .offer-item-link::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
border-radius: 2px;
background: #12A3AD;
transition: width .22s cubic-bezier(0.22, 1, 0.36, 1)
}

.lnch .offer-item-link:hover::after,
.lnch .offer-item-link:focus::after {
width: 100%
}

.lnch .offer-item-link:focus {
outline: 2px solid #12A3AD;
outline-offset: 2px;
border-radius: 2px
}

.lnch .offer-tooltip-wrap {
position: relative;
display: inline-block
}

.lnch .offer-tooltip-wrap:focus-within .offer-tooltip,
.lnch .offer-tooltip-wrap:hover .offer-tooltip {
opacity: 1;
transform: translateY(0);
pointer-events: auto
}

.lnch .offer-tooltip {
position: absolute;
bottom: calc(100% + 8px);
left: 50%;
transform: translateX(-50%) translateY(6px);
background: #1b1b1b;
color: #fff;
font-size: 14px;
line-height: 1.4;
padding: 8px 16px;
border-radius: 2px;
white-space: nowrap;
opacity: 0;
pointer-events: none;
transition: opacity .18s cubic-bezier(0.22, 1, 0.36, 1), transform .18s cubic-bezier(0.22, 1, 0.36, 1);
z-index: 10
}

.lnch .offer-tooltip::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
transform: translateX(-50%);
border: 6px solid transparent;
border-top-color: #1b1b1b
}

@media (max-width: 992px) {
.lnch .offer-top {
grid-template-columns: 1fr;
gap: 28px
}

.lnch .offer-img-cluster {
height: 240px
}

.lnch .offer-items {
grid-template-columns: 1fr 1fr
}
}

@media (max-width: 576px) {
.lnch .offer-inner {
padding: 0 16px
}

.lnch .offer-section {
padding: 56px 0
}

.lnch .offer-items {
grid-template-columns: 1fr
}

.lnch .offer-img-cluster {
display: none
}

.lnch .offer-h2 {
font-size: 26px
}
}

@media (min-width: 577px) and (max-width: 992px) {
.lnch .offer-inner {
padding: 0 28px
}
}

.lnch .grad-section {
background: linear-gradient(to right, #67240f0f 0%, #f0f9fa 100%);
padding: 96px 0;
position: relative
}

.lnch .grad-inner {
max-width: 1366px;
margin: 0 auto;
padding: 0 56px
}

.lnch .grad-layout {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 56px;
align-items: start
}

.lnch .grad-left {
display: flex;
flex-direction: column;
gap: 28px
}

.lnch .grad-label {
font-size: 14px;
font-weight: 600;
letter-spacing: .12em;
text-transform: uppercase;
color: #12A3AD;
line-height: 1.15
}

.lnch .grad-h2 {
font-size: 36px;
font-weight: 700;
line-height: 1.15;
color: #1b1b1b;
margin: 0
}

.lnch .grad-body {
font-size: 15px;
line-height: 1.6;
color: #2e2e2e;
margin: 0
}

.lnch .grad-metric-block {
background: #fff;
border-radius: 42px;
padding: 28px;
box-shadow: -1px 10px 44px -2px #12a3ad1a;
display: flex;
flex-direction: column;
gap: 8px;
position: relative
}

.lnch .grad-metric-block::before {
content: "";
position: absolute;
top: 28px;
right: 28px;
width: 40px;
height: 40px;
border-radius: 50%;
background: linear-gradient(160deg, #12A3AD 0%, #67240F 100%);
opacity: .12
}

.lnch .grad-metric-num {
font-size: 48px;
font-weight: 800;
line-height: 1.15;
color: #67240F
}

.lnch .grad-metric-desc {
font-size: 15px;
line-height: 1.6;
color: #2e2e2e;
margin: 0
}

.lnch .grad-cta-btn {
display: inline-block;
font-size: 15px;
font-weight: 700;
color: #fff;
background: #1b1b1b;
border-radius: 2px;
padding: 16px 28px;
text-decoration: none;
position: relative;
border: 2px solid #1b1b1b;
transition: color .22s cubic-bezier(0.22, 1, 0.36, 1), background .22s cubic-bezier(0.22, 1, 0.36, 1);
align-self: flex-start
}

.lnch .grad-cta-btn::before {
content: "";
position: absolute;
inset: 0;
border: 2px solid #12A3AD;
border-radius: 2px;
transform: scale(0.92);
opacity: 0;
transition: transform .22s cubic-bezier(0.22, 1, 0.36, 1), opacity .22s cubic-bezier(0.22, 1, 0.36, 1)
}

.lnch .grad-cta-btn:hover::before,
.lnch .grad-cta-btn:focus::before {
transform: scale(1.04);
opacity: 1
}

.lnch .grad-cta-btn:focus {
outline: 2px solid #12A3AD;
outline-offset: 4px
}

.lnch .grad-right {
display: flex;
flex-direction: column;
gap: 16px
}

.lnch .grad-outcome {
background: #fff;
border-radius: 2px;
padding: 28px;
display: flex;
flex-direction: row;
gap: 16px;
align-items: flex-start;
box-shadow: -1px 1px 5px -2px #12a3ad14;
transition: box-shadow .2s cubic-bezier(0.22, 1, 0.36, 1)
}

.lnch .grad-outcome:hover {
box-shadow: -1px 5px 20px -2px #12a3ad1c
}

.lnch .grad-outcome-num {
font-size: 26px;
font-weight: 800;
line-height: 1.15;
color: #12A3AD;
flex-shrink: 0;
width: 40px
}

.lnch .grad-outcome-body {
display: flex;
flex-direction: column;
gap: 8px
}

.lnch .grad-outcome-title {
font-size: 15px;
font-weight: 700;
line-height: 1.15;
color: #1b1b1b;
margin: 0
}

.lnch .grad-outcome-text {
font-size: 14px;
line-height: 1.6;
color: #444;
margin: 0
}

.lnch .grad-spacer {
height: 56px;
display: flex;
align-items: center;
justify-content: center
}

.lnch .grad-spacer-line {
width: 1px;
height: 100%;
background: linear-gradient(to bottom, transparent, #12A3AD 40%, #67240F 60%, transparent)
}

.lnch .grad-img-strip {
grid-column: span 2;
position: relative;
border-radius: 42px;
overflow: hidden;
height: 220px;
margin-top: 28px;
box-shadow: -1px 5px 20px -2px #12a3ad1c
}

.lnch .grad-img-strip img {
width: 100%;
height: 280px;
object-fit: cover;
object-position: center 40%;
display: block;
will-change: transform
}

.lnch .grad-img-strip-overlay {
position: absolute;
inset: 0;
background: linear-gradient(to right, #12a3ad8c 0%, transparent 60%);
display: flex;
align-items: center;
padding: 0 56px
}

.lnch .grad-img-strip-text {
font-size: 26px;
font-weight: 700;
line-height: 1.4;
color: #fff;
max-width: 420px
}

.lnch .grad-img-caption {
position: absolute;
inset: 0;
background: linear-gradient(to top, #12a3adcc 0%, transparent 50%);
display: flex;
align-items: flex-end;
padding: 16px 28px;
opacity: 0;
transition: opacity .25s cubic-bezier(0.22, 1, 0.36, 1);
border-radius: 42px
}

.lnch .grad-img-strip:hover .grad-img-caption,
.lnch .grad-img-strip:focus-within .grad-img-caption {
opacity: 1
}

.lnch .grad-img-caption-text {
font-size: 14px;
color: #fff;
line-height: 1.4;
font-weight: 600
}

.lnch .frame-lines {
position: absolute;
inset: 0;
pointer-events: none
}

.lnch .frame-lines::before {
content: "";
position: absolute;
top: 56px;
right: 56px;
width: 60px;
height: 60px;
border-top: 2px solid #12a3ad4d;
border-right: 2px solid #12a3ad4d;
border-radius: 2px
}

.lnch .frame-lines::after {
content: "";
position: absolute;
bottom: 56px;
left: 56px;
width: 60px;
height: 60px;
border-bottom: 2px solid #67240f4d;
border-left: 2px solid #67240f4d;
border-radius: 2px
}

@media (max-width: 992px) {
.lnch .grad-layout {
grid-template-columns: 1fr;
gap: 28px
}

.lnch .grad-img-strip {
grid-column: span 1
}

.lnch .grad-img-strip-overlay {
padding: 0 28px
}
}

@media (max-width: 576px) {
.lnch .grad-inner {
padding: 0 16px
}

.lnch .grad-section {
padding: 56px 0
}

.lnch .grad-h2 {
font-size: 26px
}

.lnch .grad-img-strip {
display: none
}

.lnch .frame-lines::before,
.lnch .frame-lines::after {
display: none
}
}

@media (min-width: 577px) and (max-width: 992px) {
.lnch .grad-inner {
padding: 0 28px
}
}

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

.success-page .success-card {
max-width: 560px;
width: 100%;
background: #fff;
border-radius: 42px;
box-shadow: -1px 10px 44px -2px #12a3ad1a;
padding: 56px;
text-align: center
}

.success-page .success-icon {
width: 72px;
height: 72px;
margin: 0 auto 28px;
display: flex;
align-items: center;
justify-content: center
}

.success-page .success-icon svg {
width: 72px;
height: 72px
}

.success-page .success-heading {
font-size: 36px;
line-height: 1.15;
color: #111;
margin: 0 0 16px;
letter-spacing: 0
}

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

.success-page .success-text {
font-size: 15px;
line-height: 1.6;
color: #3a3a3a;
margin: 0 0 28px
}

.success-page .success-divider {
width: 48px;
height: 2px;
background: linear-gradient(to bottom, #12A3AD, #67240F);
border-radius: 2px;
margin: 0 auto 28px
}

.success-page .success-meta {
font-size: 14px;
line-height: 1.4;
color: #555;
background: #FEE1E8;
border-radius: 2px;
padding: 16px 28px;
margin: 0 0 28px
}

.success-page .success-meta strong {
color: #67240F
}

.success-page .success-action {
display: inline-block;
font-size: 15px;
line-height: 1.4;
color: #fff;
background: #111;
border-radius: 42px;
padding: 16px 56px;
text-decoration: none;
border: 2px solid #111;
transition: color .25s ease-out, background .2s ease-out, border-color .2s ease-out;
position: relative;
overflow: hidden
}

.success-page .success-action::before {
content: '';
position: absolute;
inset: 0;
border-radius: 42px;
border: 2px solid #12A3AD;
opacity: 0;
transition: opacity .18s ease-out;
pointer-events: none
}

.success-page .success-action:hover {
background: #fff;
color: #111;
border-color: #12A3AD
}

.success-page .success-action:hover::before {
opacity: 1
}

.success-page .success-action:focus-visible {
outline: 3px solid #12A3AD;
outline-offset: 4px
}

@media (max-width: 576px) {
.success-page {
padding: 56px 16px
}

.success-page .success-card {
padding: 28px 16px;
border-radius: 2px
}

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

.success-page .success-action {
padding: 16px 28px;
width: 100%;
text-align: center;
box-sizing: border-box
}
}