* {
    box-sizing: border-box
}

html {
    font-size: 100%
}

body {
    margin: 0;
    font-family: "Fira Code", monospace;
    -webkit-text-size-adjust: 100%;
    word-break: break-word;
    overflow-wrap: break-word
}

.pagetopbar {
    background: linear-gradient(135deg, #2C4C9B 0%, #1e3a7a 100%);
    padding: 8px 0
}

.pagetopbar-shell {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 36px;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.pagetopbar-address {
    font-family: "Fira Code", monospace;
    font-size: 13px;
    line-height: 1.5;
    color: #D2DDD3;
    letter-spacing: 0
}

.sitehead {
    background: #fff;
    border-bottom: 2px solid #D2DDD3;
    box-shadow: 0 5px 22px -2px #2c4c9b17;
    position: relative
}

.sitehead-shell {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 36px;
    display: flex;
    align-items: center;
    gap: 36px;
    min-height: 96px
}

.brandhold {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    text-decoration: none
}

.brandpill {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #cf4e2c0f;
    border: 1.5px solid #cf4e2c2e;
    border-radius: 32px;
    padding: 8px 16px;
    box-shadow: 0 1px 2px -2px #cf4e2c14;
    transition: box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color .5s ease
}

.brandpill:hover {
    box-shadow: 0 5px 22px -2px #cf4e2c17;
    border-color: #cf4e2c52
}

.brandpill img {
    width: 78px;
    height: 78px;
    object-fit: contain;
    display: block
}

.brandseparator {
    width: 1.5px;
    height: 56px;
    background: linear-gradient(to bottom, transparent, #D2DDD3 30%, #D2DDD3 70%, transparent);
    flex-shrink: 0
}

.primarynav {
    flex: 1;
    display: flex;
    align-items: center
}

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

.primarynav-list li {
    display: block
}

.primarynav-list a {
    display: block;
    font-family: "Fira Code", monospace;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    color: #2C4C9B;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 0;
    border-bottom: 2px solid transparent;
    transition: color .55s ease, border-color .65s cubic-bezier(0.25, 0.46, 0.45, 0.94), background .5s ease;
    white-space: nowrap;
    min-height: 44px;
    display: flex;
    align-items: center
}

.primarynav-list a:hover {
    color: #CF4E2C;
    border-bottom-color: #CF4E2C;
    background: #cf4e2c0a
}

.primarynav-list a:focus {
    outline: 2px solid #CF4E2C;
    outline-offset: 2px;
    transform: scale(1.02)
}

.primarynav-list a[aria-current="page"] {
    color: #CF4E2C;
    border-bottom-color: #CF4E2C
}

.sitefooter {
    background: linear-gradient(180deg, #2C4C9B 0%, #1e3472 100%);
    padding: 72px 0 36px
}

.sitefooter-shell {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 36px
}

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

.footerbrandpill {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff1a;
    border: 1.5px solid #d2ddd34d;
    border-radius: 32px;
    padding: 8px 16px;
    box-shadow: 0 1px 2px -2px #cf4e2c14 0 5px 22px -2px #cf4e2c17;
    transition: box-shadow .7s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.footerbrandpill:hover {
    box-shadow: 0 12px 52px -2px #cf4e2c1a
}

.footerbrandpill img {
    width: 78px;
    height: 78px;
    object-fit: contain;
    display: block
}

.footercopyright {
    font-family: "Fira Code", monospace;
    font-size: 13px;
    line-height: 1.5;
    color: #D2DDD3;
    text-align: center
}

.footerhours {
    font-family: "Fira Code", monospace;
    font-size: 13px;
    line-height: 1.8;
    color: #D2DDD3;
    text-align: center;
    background: #ffffff0f;
    border: 1px solid #d2ddd326;
    border-radius: 0;
    padding: 16px 36px
}

.footerhours strong {
    color: #fff;
    font-weight: 700
}

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

.footernav-list li {
    display: block
}

.footernav-list a {
    font-family: "Fira Code", monospace;
    font-size: 13px;
    line-height: 1.5;
    color: #D2DDD3;
    text-decoration: none;
    padding: 8px 16px;
    border: 1px solid #d2ddd333;
    border-radius: 0;
    display: block;
    min-height: 44px;
    display: flex;
    align-items: center;
    transition: color .6s ease, border-color .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), background .65s ease
}

.footernav-list a:hover {
    color: #fff;
    border-color: #cf4e2c80;
    background: #cf4e2c1f
}

.footernav-list a:focus {
    outline: 2px solid #CF4E2C;
    outline-offset: 2px;
    transform: scale(1.02)
}

.footerdivider {
    width: 100%;
    max-width: 400px;
    height: 1px;
    background: linear-gradient(to right, transparent, #d2ddd34d, transparent)
}

.cookiemanage {
    position: fixed;
    bottom: 16px;
    left: 16px;
    z-index: 1100;
    display: none
}

.cookiemanage button {
    font-family: "Fira Code", monospace;
    font-size: 13px;
    font-weight: 500;
    background: #2C4C9B;
    color: #fff;
    border: none;
    border-radius: 32px;
    padding: 8px 16px;
    cursor: pointer;
    min-height: 44px;
    box-shadow: 0 5px 22px -2px #2c4c9b17;
    transition: background .55s ease, box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.cookiemanage button:hover {
    background: #CF4E2C;
    box-shadow: 0 12px 52px -2px #cf4e2c1a
}

.cookiemanage button:focus {
    outline: 2px solid #CF4E2C;
    outline-offset: 2px;
    transform: scale(1.02)
}

.cookiepopup {
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 1200;
    max-width: 380px;
    width: calc(100vw - 32px);
    background: #fff;
    border: 1.5px solid #D2DDD3;
    border-radius: 0;
    padding: 36px;
    box-shadow: 0 12px 52px -2px #2c4c9b1a;
    display: none;
    opacity: 0;
    transition: opacity .18s ease
}

.cookiepopup.visible {
    opacity: 1
}

.cookiepopup-text {
    font-family: "Fira Code", monospace;
    font-size: 13px;
    line-height: 1.8;
    color: #2C4C9B;
    margin: 0 0 16px
}

.cookiepopup-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap
}

.cookiepopup-actions button {
    font-family: "Fira Code", monospace;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius: 32px;
    padding: 8px 16px;
    cursor: pointer;
    min-height: 44px;
    flex: 1;
    transition: background .55s ease, color .5s ease, box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.cookiepopup-actions button:focus {
    outline: 2px solid #CF4E2C;
    outline-offset: 2px;
    transform: scale(1.02)
}

.cookiepopup-actions .acceptall {
    background: #CF4E2C;
    color: #fff;
    box-shadow: 0 1px 2px -2px #cf4e2c14
}

.cookiepopup-actions .acceptall:hover {
    background: #b03e20;
    box-shadow: 0 5px 22px -2px #cf4e2c17
}

.cookiepopup-actions .declineall {
    background: #D2DDD3;
    color: #2C4C9B;
    box-shadow: 0 1px 2px -2px #2c4c9b14
}

.cookiepopup-actions .declineall:hover {
    background: #bfcfc0;
    box-shadow: 0 5px 22px -2px #2c4c9b17
}

@media (max-width: 768px) {
    .pagetopbar-shell {
        padding: 0 16px;
        justify-content: center
    }

    .sitehead-shell {
        padding: 0 16px;
        flex-wrap: wrap;
        gap: 16px;
        min-height: auto;
        padding-top: 16px;
        padding-bottom: 16px
    }

    .brandseparator {
        display: none
    }

    .primarynav {
        width: 100%
    }

    .primarynav-list {
        gap: 4px
    }

    .primarynav-list a {
        padding: 8px;
        font-size: 13px
    }

    .sitefooter-shell {
        padding: 0 16px
    }

    .footerhours {
        padding: 16px
    }

    .cookiepopup {
        top: 8px;
        right: 8px;
        padding: 16px;
        max-width: calc(100vw - 16px)
    }
}

@media (max-width: 390px) {
    .primarynav-list {
        flex-direction: column;
        align-items: flex-start
    }

    .primarynav-list a {
        width: 100%
    }

    .footernav-list {
        flex-direction: column;
        align-items: center
    }

    .cookiepopup-actions {
        flex-direction: column
    }
}

.doc-body {
    max-width: 1170px;
    margin: 0 auto;
    padding: 72px 36px
}

.doc-body p {
    font-size: 19px;
    line-height: 1.8;
    margin-bottom: 16px;
    color: #2a2a2a
}

.doc-body ul,
.doc-body ol {
    padding-left: 36px;
    margin-bottom: 16px
}

.doc-body ul {
    list-style: none
}

.doc-body ol {
    list-style: none;
    counter-reset: policy-counter
}

.doc-body ol li {
    counter-increment: policy-counter
}

.doc-body ol li::before {
    content: counter(policy-counter) ".";
    color: #CF4E2C;
    font-size: 19px;
    font-weight: 700;
    margin-right: 8px;
    min-width: 24px;
    display: inline-block
}

.doc-body ul li {
    position: relative;
    padding-left: 16px
}

.doc-body ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 6px;
    height: 6px;
    background-color: #2C4C9B;
    border-radius: 0
}

.doc-body li {
    font-size: 19px;
    line-height: 1.8;
    margin-bottom: 8px;
    color: #2a2a2a
}

.doc-body em,
.doc-body i {
    font-style: italic;
    color: #2C4C9B
}

.doc-body a {
    color: #CF4E2C;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), text-decoration-color .5s ease;
    text-decoration-color: #cf4e2c66
}

.doc-body a:hover {
    color: #2C4C9B;
    text-decoration-color: #2c4c9b99
}

.doc-body a:focus-visible {
    outline: 2px solid #CF4E2C;
    outline-offset: 2px;
    border-radius: 0
}

.doc-body table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 36px;
    font-size: 19px;
    line-height: 1.5;
    box-shadow: 0 5px 22px -2px #cf4e2c17;
    border-radius: 0;
    overflow: hidden
}

.doc-body thead {
    background-color: #2C4C9B
}

.doc-body thead th {
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.5;
    padding: 16px;
    text-align: left;
    border: none
}

.doc-body tbody tr {
    border-bottom: 1px solid #D2DDD3;
    transition: background-color .55s ease
}

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

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

.doc-body tbody tr:hover {
    background-color: #cf4e2c0d
}

.doc-body td {
    padding: 16px;
    font-size: 19px;
    line-height: 1.5;
    color: #2a2a2a;
    vertical-align: top;
    border: none
}

.doc-body th {
    padding: 16px;
    font-size: 19px;
    line-height: 1.5;
    vertical-align: top;
    border: none
}

.doc-body div {
    margin-bottom: 16px
}

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

@media (max-width: 768px) {
    .doc-body {
        padding: 36px 16px
    }

    .doc-body p,
    .doc-body li,
    .doc-body td,
    .doc-body th {
        font-size: 19px
    }

    .doc-body table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        box-shadow: 0 1px 2px -2px #cf4e2c14
    }

    .doc-body ul,
    .doc-body ol {
        padding-left: 16px
    }
}

@media (max-width: 390px) {
    .doc-body {
        padding: 36px 8px
    }

    .doc-body p,
    .doc-body li {
        font-size: 13px;
        line-height: 1.8
    }

    .doc-body td,
    .doc-body th,
    .doc-body thead th {
        font-size: 13px;
        padding: 8px
    }

    .doc-body ul li::before {
        top: 8px;
        width: 5px;
        height: 5px
    }

    .doc-body ol li::before {
        font-size: 13px
    }
}

.base {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 16px;
    overflow: hidden
}

.base .titleblock {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 36px;
    padding: 72px 0;
    align-items: stretch
}

.base .titleblock .imagezone {
    position: relative;
    border-radius: 32px;
    overflow: hidden;
    min-height: 480px
}

.base .titleblock .imagezone img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: saturate(1.15) brightness(0.92) sepia(0.18);
    transition: transform .7s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.base .titleblock .imagezone:hover img {
    transform: scale(1.04)
}

.base .titleblock .imagezone .geoshape {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 80px;
    height: 80px;
    border: 2px dashed #cf4e2c59;
    border-radius: 0;
    opacity: .6;
    pointer-events: none
}

.base .titleblock .imagezone .geoshape2 {
    position: absolute;
    bottom: 36px;
    left: 20px;
    width: 48px;
    height: 48px;
    background: #2c4c9b1f;
    border-radius: 32px;
    pointer-events: none
}

.base .titleblock .textzone {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    padding: 36px;
    border: 1px dashed #2c4c9b40;
    border-radius: 32px;
    background: #f4f5f7;
    box-shadow: 0 5px 22px -2px #cf4e2c17
}

.base .titleblock .textzone .eyebrow {
    font-size: 13px;
    line-height: 1.5;
    color: #2C4C9B;
    letter-spacing: .04em;
    text-transform: uppercase
}

.base .titleblock .textzone h1 {
    font-size: 62px;
    line-height: 1.1;
    color: #1a2540;
    margin: 0
}

.base .titleblock .textzone h1 span {
    background: linear-gradient(120deg, #CF4E2C, #2C4C9B);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.base .titleblock .textzone .thesis {
    font-size: 19px;
    line-height: 1.8;
    color: #2e3a52;
    margin: 0
}

.base .titleblock .textzone .thesisitem {
    font-size: 13px;
    line-height: 1.8;
    color: #3d4f6e;
    padding: 8px 0;
    border-bottom: 1px solid #2c4c9b1f
}

.base .titleblock .textzone .thesisitem:last-of-type {
    border-bottom: none
}

.base .titleblock .textzone .primarybtn {
    display: inline-block;
    align-self: flex-start;
    margin-top: 8px;
    padding: 16px 36px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #fff;
    background: #CF4E2C;
    border: none;
    border-radius: 0;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 22px -2px #cf4e2c17;
    transition: color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .5s ease;
    text-decoration: none
}

.base .titleblock .textzone .primarybtn::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #2C4C9B;
    transition: height .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 0
}

.base .titleblock .textzone .primarybtn:hover::before {
    height: 100%
}

.base .titleblock .textzone .primarybtn:hover {
    box-shadow: 0 12px 52px -2px #2c4c9b1a
}

.base .titleblock .textzone .primarybtn span {
    position: relative;
    z-index: 1
}

.base .patternblock {
    position: relative;
    padding: 72px 0;
    border-top: 3px solid #CF4E2C;
    border-left: 6px solid #2C4C9B;
    background: #eef1f8;
    border-radius: 0 32px 32px 0;
    margin: 0 -16px;
    padding-left: 36px;
    padding-right: 36px
}

.base .patternblock .svgdivider {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%)
}

.base .patternblock .sectionlabel {
    font-size: 13px;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #CF4E2C;
    margin-bottom: 8px
}

.base .patternblock h2 {
    font-size: 46px;
    line-height: 1.1;
    color: #1a2540;
    margin: 0 0 36px;
    max-width: 600px
}

.base .patternblock .quotesgrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px
}

.base .patternblock .quotepanel {
    background: #fff;
    border-radius: 32px;
    padding: 36px;
    box-shadow: 0 1px 2px -2px #cf4e2c14 0 5px 22px -2px #cf4e2c17;
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    transition: box-shadow .65s ease
}

.base .patternblock .quotepanel:hover {
    box-shadow: 0 12px 52px -2px #2c4c9b1a
}

.base .patternblock .quotepanel .accentbar {
    width: 36px;
    height: 4px;
    background: #CF4E2C;
    border-radius: 0
}

.base .patternblock .quotepanel.secondary .accentbar {
    background: #2C4C9B
}

.base .patternblock .quotepanel .quotetext {
    font-size: 19px;
    line-height: 1.8;
    color: #2e3a52;
    margin: 0;
    font-style: italic
}

.base .patternblock .quotepanel .personrow {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    margin-top: 8px
}

.base .patternblock .quotepanel .portrait {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 1px 2px -2px #2c4c9b14
}

.base .patternblock .quotepanel .portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.base .patternblock .quotepanel .personinfo .name {
    font-size: 13px;
    line-height: 1.5;
    font-weight: 700;
    color: #1a2540
}

.base .patternblock .quotepanel .personinfo .detail {
    font-size: 13px;
    line-height: 1.5;
    color: #5a6a88
}

.base .patternblock .patterntext {
    margin-top: 36px;
    max-width: 720px;
    font-size: 19px;
    line-height: 1.8;
    color: #3d4f6e
}

.base .objectionblock {
    padding: 72px 0;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 72px;
    align-items: center
}

.base .objectionblock .svgdivider2 {
    display: flex;
    justify-content: center;
    margin-bottom: 36px;
    grid-column: 1 / -1
}

.base .objectionblock .leftcol {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.base .objectionblock .leftcol .labelrow {
    font-size: 13px;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #2C4C9B
}

.base .objectionblock .leftcol h2 {
    font-size: 46px;
    line-height: 1.1;
    color: #1a2540;
    margin: 0;
    text-decoration: underline;
    text-decoration-color: #cf4e2c59;
    text-underline-offset: 6px
}

.base .objectionblock .leftcol .bodytext {
    font-size: 19px;
    line-height: 1.8;
    color: #2e3a52;
    margin: 0
}

.base .objectionblock .leftcol .narrowtext {
    font-size: 13px;
    line-height: 1.8;
    color: #5a6a88;
    max-width: 380px;
    margin: 0
}

.base .objectionblock .rightcol {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.base .objectionblock .rightcol .imageframe {
    border-radius: 32px;
    overflow: hidden;
    border: 2px solid #2c4c9b26;
    box-shadow: 0 12px 52px -2px #2c4c9b1a;
    aspect-ratio: 4/3
}

.base .objectionblock .rightcol .imageframe img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .75s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.base .objectionblock .rightcol .imageframe:hover img {
    transform: scale(1.03)
}

.base .objectionblock .rightcol .doubleborder {
    border: 1px solid #cf4e2c33;
    border-radius: 32px;
    padding: 4px
}

.base .objectionblock .rightcol .doubleborder .innerborder {
    border: 3px solid #cf4e2c73;
    border-radius: 28px;
    padding: 16px;
    background: #f4f5f7
}

.base .objectionblock .rightcol .doubleborder .innerborder .statrow {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 8px
}

.base .objectionblock .rightcol .doubleborder .innerborder .statnum {
    font-size: 46px;
    line-height: 1.1;
    font-weight: 700;
    color: #CF4E2C
}

.base .objectionblock .rightcol .doubleborder .innerborder .statlabel {
    font-size: 13px;
    line-height: 1.5;
    color: #3d4f6e
}

.base .situationsblock {
    position: relative;
    padding: 72px 36px;
    margin: 0 -16px;
    background: linear-gradient(160deg, #eef1f8 0%, #f8ede9 100%);
    border-radius: 32px 0 0 32px;
    border-right: 6px solid #CF4E2C;
    overflow: hidden
}

.base .situationsblock .svgdivider3 {
    display: flex;
    justify-content: center;
    margin-bottom: 36px
}

.base .situationsblock .sectionlabel {
    font-size: 13px;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #2C4C9B;
    margin-bottom: 8px
}

.base .situationsblock h2 {
    font-size: 46px;
    line-height: 1.1;
    color: #1a2540;
    margin: 0 0 36px
}

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

.base .situationsblock .situationcard {
    background: #fff;
    border-radius: 32px;
    padding: 36px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-shadow: 0 1px 2px -2px #cf4e2c14 0 5px 22px -2px #cf4e2c17;
    transition: box-shadow .6s ease, background .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.base .situationsblock .situationcard:hover {
    background: #f0f4ff;
    box-shadow: 0 12px 52px -2px #2c4c9b1a
}

.base .situationsblock .situationcard .cardnum {
    font-size: 46px;
    line-height: 1.1;
    font-weight: 700;
    color: #cf4e2c2e
}

.base .situationsblock .situationcard h4 {
    font-size: 19px;
    line-height: 1.5;
    color: #1a2540;
    margin: 0;
    text-decoration: underline;
    text-decoration-color: #2c4c9b40;
    text-underline-offset: 4px
}

.base .situationsblock .situationcard .cardtext {
    font-size: 13px;
    line-height: 1.8;
    color: #5a6a88;
    margin: 0
}

.base .situationsblock .bottomimage {
    margin-top: 36px;
    border-radius: 32px;
    overflow: hidden;
    aspect-ratio: 16/5;
    box-shadow: 0 12px 52px -2px #cf4e2c1a
}

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

.base .animatedbg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(160deg, #2c4c9b0a 0%, #cf4e2c0a 100%);
    animation: gradshift 8s linear infinite alternate;
    pointer-events: none;
    z-index: 0;
    border-radius: 32px 0 0 32px
}

@keyframes gradshift {
    0% {
        background: linear-gradient(160deg, #2c4c9b0a 0%, #cf4e2c0a 100%)
    }

    100% {
        background: linear-gradient(220deg, #cf4e2c12 0%, #2c4c9b0f 100%)
    }
}

.base .situationsblock .situationgrid,
.base .situationsblock h2,
.base .situationsblock .sectionlabel,
.base .situationsblock .svgdivider3,
.base .situationsblock .bottomimage {
    position: relative;
    z-index: 1
}

@media (max-width: 1280px) {
    .base .titleblock {
        grid-template-columns: 1fr 1.4fr;
        gap: 36px
    }

    .base .titleblock .textzone h1 {
        font-size: 46px
    }
}

@media (max-width: 768px) {
    .base .titleblock {
        grid-template-columns: 1fr;
        padding: 36px 0
    }

    .base .titleblock .imagezone {
        min-height: 280px
    }

    .base .titleblock .textzone h1 {
        font-size: 46px
    }

    .base .patternblock .quotesgrid {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .base .objectionblock {
        grid-template-columns: 1fr;
        gap: 36px
    }

    .base .objectionblock .svgdivider2 {
        grid-column: 1
    }

    .base .situationsblock .situationgrid {
        grid-template-columns: 1fr 1fr
    }

    .base .patternblock h2,
    .base .objectionblock .leftcol h2,
    .base .situationsblock h2 {
        font-size: 46px
    }
}

@media (max-width: 390px) {
    .base .titleblock .textzone h1 {
        font-size: 46px
    }

    .base .titleblock .textzone {
        padding: 16px
    }

    .base .situationsblock .situationgrid {
        grid-template-columns: 1fr
    }

    .base .patternblock {
        padding-left: 16px;
        padding-right: 16px
    }

    .base .objectionblock {
        gap: 16px
    }

    .base .patternblock h2,
    .base .objectionblock .leftcol h2,
    .base .situationsblock h2 {
        font-size: 25px
    }
}

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

.aboutus .pageinner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 36px
}

.aboutus .titlebelt {
    padding: 36px 0;
    background: #fff
}

.aboutus .titlebelt .pageinner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 36px
}

.aboutus .beltimage {
    width: 220px;
    height: 148px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 0
}

.aboutus .beltimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: grayscale(100%);
    display: block;
    transition: filter .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.aboutus .beltimage img:hover {
    filter: grayscale(60%)
}

.aboutus .belttext {
    text-align: center;
    max-width: 540px
}

.aboutus .beltlabel {
    font-size: 13px;
    line-height: 1.5;
    color: #2C4C9B;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block
}

.aboutus .beltheading {
    font-size: 62px;
    line-height: 1.1;
    color: #1b1b1b;
    margin: 0 0 16px
}

.aboutus .beltdesc {
    font-size: 19px;
    line-height: 1.5;
    color: #3a3a3a;
    margin: 0
}

.aboutus .dividerline {
    position: relative;
    height: 2px;
    background: linear-gradient(to right, #CF4E2C 0%, #CF4E2C 60%, transparent 100%);
    margin: 0
}

.aboutus .dividerline::after {
    content: '';
    position: absolute;
    left: 59%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: #CF4E2C;
    border-radius: 50%
}

.aboutus .aboutbody {
    padding: 72px 0;
    background: #D2DDD3;
    position: relative
}

.aboutus .aboutbody::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, #D2DDD3 55%, #2C4C9B18 100%);
    pointer-events: none
}

.aboutus .aboutbody .pageinner {
    position: relative
}

.aboutus .aboutgrid {
    display: grid;
    grid-template-columns: 180px 1fr 140px 1fr;
    gap: 36px;
    align-items: start
}

.aboutus .aboutlabel {
    font-size: 13px;
    line-height: 1.8;
    color: #2C4C9B;
    text-transform: uppercase;
    letter-spacing: .07em;
    padding-top: 8px
}

.aboutus .aboutlabel span {
    color: #CF4E2C
}

.aboutus .aboutparagraph {
    font-size: 19px;
    line-height: 1.8;
    color: #1b1b1b;
    margin: 0
}

.aboutus .aboutparagraph.narrow {
    font-size: 13px;
    line-height: 1.8;
    color: #2a2a2a
}

.aboutus .hierarchyblock {
    grid-column: 1 / -1;
    margin-top: 36px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 36px
}

.aboutus .hierarchyitem {
    background: #fff;
    border-radius: 32px;
    padding: 36px;
    box-shadow: 0 5px 22px -2px #2c4c9b17;
    transition: box-shadow .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.aboutus .hierarchyitem:hover {
    box-shadow: 0 12px 52px -2px #2c4c9b1a;
    transform: translateY(-4px)
}

.aboutus .hierarchyitem h3 {
    font-size: 25px;
    line-height: 1.1;
    color: #1b1b1b;
    margin: 0 0 8px;
    text-decoration: underline;
    text-decoration-color: #CF4E2C;
    text-underline-offset: 4px
}

.aboutus .hierarchyitem h5 {
    font-size: 13px;
    line-height: 1.5;
    color: #2C4C9B;
    text-transform: uppercase;
    margin: 0 0 16px;
    letter-spacing: .06em
}

.aboutus .hierarchyitem p {
    font-size: 13px;
    line-height: 1.8;
    color: #2a2a2a;
    margin: 0
}

.aboutus .imagesrow {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-top: 36px
}

.aboutus .imgcard {
    flex: 1;
    height: 220px;
    overflow: hidden;
    border-radius: 32px;
    box-shadow: 0 1px 2px -2px #cf4e2c14;
    position: relative
}

.aboutus .imgcard img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .7s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.aboutus .imgcard:hover img {
    transform: scale(1.04)
}

.aboutus .teamaccent {
    grid-column: 1 / -1;
    margin-top: 36px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    background: #fff;
    border-radius: 32px;
    padding: 36px;
    box-shadow: 0 5px 22px -2px #cf4e2c17
}

.aboutus .teamportrait {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 1px 2px -2px #cf4e2c14
}

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

.aboutus .teamquote {
    flex: 1
}

.aboutus .teamquote h6 {
    font-size: 13px;
    line-height: 1.5;
    color: #2C4C9B;
    margin: 0 0 8px;
    text-transform: uppercase;
    letter-spacing: .06em
}

.aboutus .teamquote p {
    font-size: 19px;
    line-height: 1.5;
    color: #1b1b1b;
    margin: 0
}

.aboutus .teamquote .authorname {
    font-size: 13px;
    color: #CF4E2C;
    margin-top: 8px;
    display: block
}

.aboutus .metricsstrip {
    grid-column: 1 / -1;
    margin-top: 36px;
    display: flex;
    flex-direction: row;
    gap: 16px
}

.aboutus .metricitem {
    flex: 1;
    text-align: center;
    padding: 36px 16px;
    background: linear-gradient(160deg, #CF4E2C 0%, #2C4C9B 100%);
    border-radius: 32px;
    box-shadow: 0 12px 52px -2px #cf4e2c1a;
    position: relative;
    overflow: hidden
}

.aboutus .metricitem::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #fff;
    opacity: 0;
    transition: opacity .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-radius: 32px
}

.aboutus .metricitem:hover::before {
    opacity: .08
}

.aboutus .metricvalue {
    font-size: 46px;
    line-height: 1.1;
    color: #fff;
    display: block;
    position: relative
}

.aboutus .metriclabel {
    font-size: 13px;
    line-height: 1.5;
    color: #ffffffe0;
    display: block;
    margin-top: 8px;
    position: relative
}

@keyframes slidefromleft {
    from {
        opacity: 0;
        transform: translateX(-32px)
    }

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

@keyframes slidefromright {
    from {
        opacity: 0;
        transform: translateX(32px)
    }

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

.aboutus .hierarchyitem:nth-child(odd) {
    animation: slidefromleft .65s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

.aboutus .hierarchyitem:nth-child(even) {
    animation: slidefromright .65s cubic-bezier(0.25, 0.46, 0.45, 0.94) .15s both
}

.aboutus .metricitem:nth-child(odd) {
    animation: slidefromleft .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) .1s both
}

.aboutus .metricitem:nth-child(even) {
    animation: slidefromright .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) .2s both
}

.aboutus .teamquote p {
    background: linear-gradient(to right, #D2DDD3 0%, #D2DDD3 0%);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 0 100%;
    transition: background-size .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-radius: 0;
    padding: 4px 0
}

.aboutus .teamaccent:hover .teamquote p {
    background-size: 100% 100%
}

@media (max-width: 1280px) {
    .aboutus .aboutgrid {
        grid-template-columns: 140px 1fr 120px 1fr;
        gap: 16px
    }

    .aboutus .hierarchyblock {
        gap: 16px
    }
}

@media (max-width: 768px) {
    .aboutus .titlebelt .pageinner {
        flex-direction: column;
        gap: 16px
    }

    .aboutus .beltimage {
        width: 100%;
        height: 140px
    }

    .aboutus .beltheading {
        font-size: 46px
    }

    .aboutus .aboutgrid {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .aboutus .hierarchyblock {
        grid-template-columns: 1fr
    }

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

    .aboutus .imgcard {
        height: 180px
    }

    .aboutus .metricsstrip {
        flex-direction: column
    }

    .aboutus .teamaccent {
        flex-direction: column;
        align-items: flex-start
    }
}

@media (max-width: 390px) {
    .aboutus .pageinner {
        padding: 0 16px
    }

    .aboutus .beltheading {
        font-size: 46px
    }

    .aboutus .titlebelt {
        padding: 16px 0
    }

    .aboutus .aboutbody {
        padding: 36px 0
    }

    .aboutus .hierarchyitem {
        padding: 16px
    }

    .aboutus .teamaccent {
        padding: 16px
    }
}

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

.interview .interviewtitleblock {
    background: linear-gradient(ellipse at center, #e8edf8 0%, #f5f0ed 60%, #fff 100%);
    padding: 72px 16px;
    position: relative
}

.interview .interviewtitleblock::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(#2c4c9b0f 1px, transparent 1px), linear-gradient(90deg, #2c4c9b0f 1px, transparent 1px);
    background-size: 48px 48px;
    pointer-events: none
}

.interview .titlegrid {
    max-width: 1170px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 36px;
    align-items: center;
    position: relative;
    z-index: 1
}

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

.interview .titlelabel {
    font-size: 13px;
    line-height: 1.5;
    color: #2C4C9B;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 700
}

.interview .titleanchor {
    font-size: 62px;
    line-height: 1.1;
    color: #cf4e2c14;
    font-weight: 900;
    white-space: nowrap
}

.interview .titlemiddle {
    text-align: center
}

.interview .titlemiddle h1 {
    font-size: 46px;
    line-height: 1.1;
    color: #1b2a5e;
    margin: 0 0 16px;
    font-weight: 900
}

.interview .titlemiddle h1 span {
    background: linear-gradient(ellipse at center, #CF4E2C, #2C4C9B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.interview .titlepoints {
    list-style: none;
    padding: 0;
    margin: 16px 0 0;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.interview .titlepoints li {
    font-size: 13px;
    line-height: 1.5;
    color: #3a3a3a;
    padding-left: 16px;
    position: relative
}

.interview .titlepoints li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background: #CF4E2C;
    border-radius: 0;
    transform: rotate(45deg)
}

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

.interview .titleyear {
    font-size: 13px;
    line-height: 1.5;
    color: #2C4C9B;
    text-align: right
}

.interview .titleyear strong {
    display: block;
    font-size: 25px;
    color: #CF4E2C
}

.interview .svgdivider {
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 0
}

.interview .speakersection {
    padding: 72px 16px;
    background: #fff
}

.interview .speakergrid {
    max-width: 1170px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 72px;
    align-items: start
}

.interview .speakerimagewrap {
    position: relative
}

.interview .speakerimagewrap img {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    object-position: top center;
    display: block;
    border-radius: 32px;
    filter: grayscale(100%);
    transition: filter .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 1px 2px -2px #cf4e2c14 0 5px 22px -2px #cf4e2c17 0 12px 52px -2px #cf4e2c1a
}

.interview .speakerimagewrap:hover img {
    filter: grayscale(0%)
}

.interview .speakerbadge {
    position: absolute;
    bottom: -16px;
    right: -16px;
    background: #CF4E2C;
    color: #fff;
    padding: 16px;
    border-radius: 32px;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    box-shadow: 0 5px 22px -2px #cf4e2c17;
    max-width: 140px
}

.interview .speakercontent {
    display: flex;
    flex-direction: column;
    gap: 36px
}

.interview .speakerhead h2 {
    font-size: 46px;
    line-height: 1.1;
    color: #1b2a5e;
    margin: 0 0 8px;
    font-weight: 900;
    text-decoration: underline;
    text-decoration-color: #CF4E2C;
    text-underline-offset: 6px
}

.interview .speakermeta {
    font-size: 13px;
    line-height: 1.5;
    color: #CF4E2C;
    font-weight: 700;
    text-transform: uppercase
}

.interview .speakertext {
    font-size: 19px;
    line-height: 1.8;
    color: #2a2a2a
}

.interview .speakertext p {
    margin: 0 0 16px
}

.interview .speakertext p:last-child {
    margin: 0
}

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

.interview .statitem {
    border-top: 2px solid #D2DDD3;
    padding: 16px 0 0;
    display: flex;
    flex-direction: column;
    gap: 4px
}

.interview .statitem .statvalue {
    font-size: 25px;
    line-height: 1.1;
    color: #CF4E2C;
    font-weight: 900
}

.interview .statitem .statlabel {
    font-size: 13px;
    line-height: 1.5;
    color: #555
}

.interview .svgdivider2 {
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    background: #fff
}

.interview .qasection {
    padding: 72px 16px;
    background: linear-gradient(ellipse at center, #edf0f8 0%, #f8f5f3 70%, #fff 100%)
}

.interview .qainner {
    max-width: 1170px;
    margin: 0 auto
}

.interview .qaheader {
    margin: 0 0 36px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 36px
}

.interview .qaheader h2 {
    font-size: 46px;
    line-height: 1.1;
    color: #1b2a5e;
    margin: 0;
    font-weight: 900;
    flex: 1
}

.interview .qaheader h2 span {
    color: #CF4E2C
}

.interview .qaheadernote {
    font-size: 13px;
    line-height: 1.5;
    color: #555;
    max-width: 280px;
    flex-shrink: 0
}

.interview .qastack {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.interview .qaitem {
    background: #fff;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 1px 2px -2px #2c4c9b14 0 5px 22px -2px #2c4c9b17
}

.interview .qaitem input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 0;
    height: 0
}

.interview .qalabel {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 16px 36px;
    cursor: pointer;
    gap: 16px;
    user-select: none;
    transition: background .5s ease
}

.interview .qalabel:hover {
    background: #f0f3fb
}

.interview .qalabeltext {
    font-size: 19px;
    line-height: 1.5;
    color: #1b2a5e;
    font-weight: 700
}

.interview .qaindicator {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    position: relative
}

.interview .qaindicator::before,
.interview .qaindicator::after {
    content: '';
    position: absolute;
    background: #CF4E2C;
    border-radius: 0;
    transition: transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity .55s ease
}

.interview .qaindicator::before {
    width: 2px;
    height: 14px;
    top: 5px;
    left: 11px
}

.interview .qaindicator::after {
    width: 14px;
    height: 2px;
    top: 11px;
    left: 5px
}

.interview .qaitem input:checked~.qalabel .qaindicator::before {
    transform: rotate(90deg);
    opacity: 0
}

.interview .qaanswer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .7s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.interview .qaitem input:checked~.qaanswer {
    max-height: 400px
}

.interview .qaanswerinner {
    padding: 0 36px 36px;
    font-size: 19px;
    line-height: 1.8;
    color: #3a3a3a
}

.interview .svgdivider3 {
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    background: linear-gradient(ellipse at center, #edf0f8 0%, #f8f5f3 70%, #fff 100%)
}

.interview .takeawaysection {
    padding: 72px 16px;
    background: #1b2a5e;
    position: relative
}

.interview .takeawayinner {
    max-width: 1170px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 36px;
    align-items: start
}

.interview .takeawaytitlecol {
    grid-column: span 1;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.interview .takeawaytitlecol h2 {
    font-size: 46px;
    line-height: 1.1;
    color: #fff;
    margin: 0;
    font-weight: 900
}

.interview .takeawaytitlecol h2 em {
    color: #CF4E2C;
    font-style: normal
}

.interview .takeawaytitlecol p {
    font-size: 13px;
    line-height: 1.8;
    color: #D2DDD3;
    margin: 0
}

.interview .takeawaycard {
    background: #ffffff0f;
    border-radius: 32px;
    padding: 36px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    overflow: hidden;
    transition: background .6s ease, transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.interview .takeawaycard::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #cf4e2c00;
    border-radius: 32px;
    transition: background .6s ease;
    pointer-events: none
}

.interview .takeawaycard:hover {
    background: #ffffff1a;
    transform: translateY(-4px)
}

.interview .takeawaycard:hover::before {
    background: #cf4e2c0f
}

.interview .takeawaynumber {
    font-size: 46px;
    line-height: 1.1;
    font-weight: 900;
    color: #cf4e2c4d
}

.interview .takeawaycard h3 {
    font-size: 19px;
    line-height: 1.5;
    color: #fff;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: #cf4e2c66;
    text-underline-offset: 4px
}

.interview .takeawaycard p {
    font-size: 13px;
    line-height: 1.8;
    color: #D2DDD3;
    margin: 0
}

.interview .decorativecurve {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 300px;
    pointer-events: none;
    opacity: .06;
    overflow: hidden
}

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

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

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

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

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px)
    }

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

@keyframes slideInDown {
    from {
        opacity: 0;
        transform: translateY(-30px)
    }

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

.interview .titlemiddle {
    animation: slideInDown .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

.interview .titleleft {
    animation: slideInLeft .65s cubic-bezier(0.25, 0.46, 0.45, 0.94) .15s both
}

.interview .titleright {
    animation: slideInRight .65s cubic-bezier(0.25, 0.46, 0.45, 0.94) .15s both
}

.interview .speakerimagewrap {
    animation: slideInLeft .75s cubic-bezier(0.25, 0.46, 0.45, 0.94) .1s both
}

.interview .speakercontent {
    animation: slideInRight .75s cubic-bezier(0.25, 0.46, 0.45, 0.94) .2s both
}

.interview .qainner {
    animation: slideInUp .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) .05s both
}

.interview .takeawayinner {
    animation: slideInUp .8s cubic-bezier(0.25, 0.46, 0.45, 0.94) .1s both
}

@media (max-width: 1280px) {
    .interview .titlegrid {
        grid-template-columns: 1fr 2fr 1fr;
        gap: 16px
    }

    .interview .speakergrid {
        gap: 36px
    }

    .interview .takeawayinner {
        grid-template-columns: 1fr 1fr;
        gap: 16px
    }

    .interview .takeawaytitlecol {
        grid-column: span 2
    }
}

@media (max-width: 768px) {
    .interview .titlegrid {
        grid-template-columns: 1fr;
        text-align: center
    }

    .interview .titleleft {
        align-items: center
    }

    .interview .titleanchor {
        font-size: 46px
    }

    .interview .titleright {
        align-items: center
    }

    .interview .titlemiddle h1 {
        font-size: 46px
    }

    .interview .speakergrid {
        grid-template-columns: 1fr;
        gap: 36px
    }

    .interview .speakerimagewrap img {
        aspect-ratio: 4/3
    }

    .interview .speakerbadge {
        right: 8px;
        bottom: 8px
    }

    .interview .speakerhead h2 {
        font-size: 46px
    }

    .interview .speakerstats {
        grid-template-columns: repeat(3, 1fr)
    }

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

    .interview .qaheader h2 {
        font-size: 46px
    }

    .interview .qalabel {
        padding: 16px
    }

    .interview .qaanswerinner {
        padding: 0 16px 16px
    }

    .interview .takeawayinner {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .interview .takeawaytitlecol {
        grid-column: span 1
    }

    .interview .takeawaytitlecol h2 {
        font-size: 46px
    }
}

@media (max-width: 390px) {
    .interview .titlemiddle h1 {
        font-size: 25px
    }

    .interview .titleanchor {
        font-size: 25px
    }

    .interview .speakerhead h2 {
        font-size: 25px
    }

    .interview .speakerstats {
        grid-template-columns: 1fr 1fr
    }

    .interview .qaheader h2 {
        font-size: 25px
    }

    .interview .takeawaytitlecol h2 {
        font-size: 25px
    }

    .interview .speakertext {
        font-size: 13px
    }

    .interview .qaanswerinner {
        font-size: 13px
    }
}

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

.contactus .pageframe {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 36px
}

.contactus .reachblock {
    padding: 72px 0;
    position: relative;
    background: #f4f6f8;
    overflow: hidden
}

.contactus .reachblock::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: repeating-linear-gradient(90deg, #2c4c9b0a 0px, #2c4c9b0a 1px, transparent 1px, transparent 48px);
    pointer-events: none
}

.contactus .reachblock::after {
    content: '';
    position: absolute;
    top: -120px;
    right: -80px;
    width: 320px;
    height: 320px;
    background: radial-gradient(ellipse at center, #cf4e2c14 0%, transparent 70%);
    pointer-events: none;
    animation: spotdrift 9s ease-in-out infinite alternate
}

@keyframes spotdrift {
    0% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(-60px, 80px)
    }
}

.contactus .reachinner {
    display: flex;
    flex-direction: row;
    gap: 72px;
    align-items: flex-start;
    position: relative;
    z-index: 1
}

.contactus .reachleft {
    flex: 0 0 340px;
    display: flex;
    flex-direction: column;
    gap: 36px
}

.contactus .reachtag {
    font-size: 13px;
    line-height: 1.5;
    color: #CF4E2C;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 600
}

.contactus .reachtitle {
    font-size: 46px;
    line-height: 1.1;
    color: #1b2340;
    font-weight: 700;
    margin: 0
}

.contactus .reachdesc {
    font-size: 19px;
    line-height: 1.5;
    color: #3a4460;
    margin: 0
}

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

.contactus .detailitem {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.contactus .detaillabel {
    font-size: 13px;
    line-height: 1.5;
    color: #2C4C9B;
    font-weight: 600;
    text-transform: uppercase
}

.contactus .detaillabel::after {
    content: ':';
    color: #CF4E2C
}

.contactus .detailvalue {
    font-size: 19px;
    line-height: 1.5;
    color: #1b2340
}

.contactus .detailvalue a {
    color: #1b2340;
    text-decoration: none;
    position: relative;
    display: inline-block
}

.contactus .detailvalue a::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 2px;
    background: #CF4E2C;
    transition: width .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.contactus .detailvalue a:hover::after {
    width: 100%
}

.contactus .statsrow {
    display: flex;
    flex-direction: row;
    gap: 16px
}

.contactus .statcard {
    flex: 1;
    background: #fff;
    border-radius: 32px;
    padding: 16px;
    box-shadow: 0 1px 2px -2px #cf4e2c14 0 5px 22px -2px #cf4e2c17;
    display: flex;
    flex-direction: column;
    gap: 4px;
    transition: transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.contactus .statcard:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 1px 2px -2px #cf4e2c14 0 5px 22px -2px #cf4e2c17 0 12px 52px -2px #cf4e2c1a
}

.contactus .statnum {
    font-size: 46px;
    line-height: 1.1;
    color: #CF4E2C;
    font-weight: 700
}

.contactus .statlabel {
    font-size: 13px;
    line-height: 1.5;
    color: #3a4460
}

.contactus .reachright {
    flex: 1
}

.contactus .formcard {
    background: #fff;
    border-radius: 32px;
    padding: 36px;
    box-shadow: 0 1px 2px -2px #2c4c9b14 0 5px 22px -2px #2c4c9b17 0 12px 52px -2px #2c4c9b1a
}

.contactus .formtitle {
    font-size: 25px;
    line-height: 1.5;
    color: #1b2340;
    font-weight: 700;
    margin: 0 0 8px;
    padding-bottom: 8px;
    border-bottom: 2px solid #D2DDD3
}

.contactus .formsubtitle {
    font-size: 13px;
    line-height: 1.5;
    color: #3a4460;
    margin: 0 0 36px
}

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

.contactus .fieldrow {
    display: flex;
    flex-direction: row;
    gap: 16px
}

.contactus .fieldrow .fieldgroup {
    flex: 1
}

.contactus .fieldgroup {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.contactus .fieldlabel {
    font-size: 13px;
    line-height: 1.5;
    color: #2C4C9B;
    font-weight: 600
}

.contactus .fieldlabel .required {
    color: #CF4E2C;
    margin-left: 2px
}

.contactus .fieldinput {
    width: 100%;
    padding: 12px 16px;
    font-size: 19px;
    line-height: 1.5;
    color: #1b2340;
    background: #f4f6f8;
    border: 2px solid #D2DDD3;
    border-radius: 0;
    outline: none;
    box-sizing: border-box;
    transition: border-color .55s ease, background .55s ease;
    appearance: none;
    -webkit-appearance: none
}

.contactus .fieldinput::placeholder {
    color: #8a96b0
}

.contactus .fieldinput:focus {
    border-color: #2C4C9B;
    background: #fff
}

.contactus .fieldinput:focus::placeholder {
    color: transparent
}

.contactus .fieldselect {
    width: 100%;
    padding: 12px 16px;
    font-size: 19px;
    line-height: 1.5;
    color: #1b2340;
    background: #f4f6f8;
    border: 2px solid #D2DDD3;
    border-radius: 0;
    outline: none;
    box-sizing: border-box;
    transition: border-color .55s ease, background .55s ease;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%232C4C9B' d='M4 6l4 4 4-4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 44px
}

.contactus .fieldselect:focus {
    border-color: #2C4C9B;
    background-color: #fff
}

.contactus .slotgrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px
}

.contactus .slotlabel {
    display: block;
    cursor: pointer
}

.contactus .slotinput {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.contactus .slotbox {
    display: block;
    padding: 8px;
    text-align: center;
    font-size: 13px;
    line-height: 1.5;
    color: #3a4460;
    background: #f4f6f8;
    border: 2px solid #D2DDD3;
    border-radius: 0;
    transition: background .6s ease, border-color .6s ease, color .6s ease;
    user-select: none
}

.contactus .slotinput:checked+.slotbox {
    background: #2C4C9B;
    border-color: #2C4C9B;
    color: #fff
}

.contactus .slotlabel:hover .slotbox {
    border-color: #2C4C9B;
    background: #e8ecf7
}

.contactus .slotinput:focus-visible+.slotbox {
    outline: 3px solid #CF4E2C;
    outline-offset: 2px
}

.contactus .privacyrow {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px
}

.contactus .privacycheckbox {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    accent-color: #2C4C9B;
    cursor: pointer;
    margin-top: 2px
}

.contactus .privacytext {
    font-size: 13px;
    line-height: 1.8;
    color: #3a4460
}

.contactus .privacytext a {
    color: #2C4C9B;
    text-decoration: none;
    position: relative;
    display: inline
}

.contactus .privacytext a::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background: #2C4C9B;
    transition: width .65s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.contactus .privacytext a:hover::after {
    width: 100%
}

.contactus .submitbtn {
    position: relative;
    display: inline-block;
    padding: 16px 36px;
    font-size: 19px;
    line-height: 1.5;
    color: #fff;
    background: #2C4C9B;
    border: none;
    border-radius: 0;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .06em;
    overflow: hidden;
    align-self: flex-start;
    box-shadow: 0 5px 22px -2px #2c4c9b17;
    transition: color .55s ease, box-shadow .55s ease
}

.contactus .submitbtn::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    background: #CF4E2C;
    transition: height .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 0
}

.contactus .submitbtn:hover::before {
    height: 100%
}

.contactus .submitbtn:hover {
    box-shadow: 0 12px 52px -2px #cf4e2c1a
}

.contactus .submitbtn span {
    position: relative;
    z-index: 1
}

.contactus .submitbtn:focus-visible {
    outline: 3px solid #CF4E2C;
    outline-offset: 3px
}

.contactus .infoblock {
    padding: 72px 0;
    background: #1b2340;
    position: relative;
    overflow: hidden
}

.contactus .infoblock::before {
    content: '';
    position: absolute;
    bottom: -60px;
    left: -40px;
    width: 280px;
    height: 280px;
    background: radial-gradient(ellipse at center, #cf4e2c1f 0%, transparent 70%);
    pointer-events: none;
    animation: spotdrift 12s ease-in-out infinite alternate-reverse
}

.contactus .infoblock::after {
    content: '';
    position: absolute;
    top: 36px;
    right: 36px;
    width: 120px;
    height: 120px;
    border: 1px solid #d2ddd31f;
    border-radius: 0;
    transform: rotate(20deg);
    pointer-events: none
}

.contactus .infoinner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 36px
}

.contactus .infotop {
    display: flex;
    flex-direction: row;
    gap: 72px;
    align-items: flex-start
}

.contactus .infoheading {
    flex: 0 0 340px
}

.contactus .infotitle {
    font-size: 46px;
    line-height: 1.1;
    color: #D2DDD3;
    font-weight: 700;
    margin: 0
}

.contactus .infotitleaccent {
    color: #CF4E2C
}

.contactus .infotext {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.contactus .infopara {
    font-size: 19px;
    line-height: 1.8;
    color: #d2ddd3bf;
    margin: 0
}

.contactus .connectorgroup {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 36px 0;
    border-top: 1px solid #d2ddd31f
}

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

.contactus .iconshape {
    width: 56px;
    height: 56px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .7s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .7s ease
}

.contactus .iconshape:hover {
    transform: translateY(-6px) scale(1.06);
    box-shadow: 0 12px 52px -2px #cf4e2c1a
}

.contactus .iconshape.orange {
    background: #CF4E2C
}

.contactus .iconshape.blue {
    background: #2C4C9B
}

.contactus .iconshape.soft {
    background: #d2ddd326;
    border: 1px solid #d2ddd340
}

.contactus .iconsvg {
    width: 28px;
    height: 28px
}

.contactus .iconnodelabel {
    font-size: 13px;
    line-height: 1.5;
    color: #d2ddd399;
    text-align: center
}

.contactus .dashedline {
    flex: 1;
    height: 1px;
    border: none;
    border-top: 2px dashed #d2ddd333;
    margin: 0
}

.contactus .addressrow {
    display: flex;
    flex-direction: row;
    gap: 36px;
    flex-wrap: wrap;
    padding-top: 36px;
    border-top: 1px solid #d2ddd31f
}

.contactus .addressitem {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.contactus .addresslabel {
    font-size: 13px;
    line-height: 1.5;
    color: #d2ddd380;
    text-transform: uppercase;
    font-weight: 600
}

.contactus .addresslabel::after {
    content: ':';
    color: #CF4E2C
}

.contactus .addressvalue {
    font-size: 19px;
    line-height: 1.5;
    color: #D2DDD3
}

.contactus .addressvalue a {
    color: #D2DDD3;
    text-decoration: none;
    position: relative;
    display: inline-block
}

.contactus .addressvalue a::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background: #CF4E2C;
    transition: width .65s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.contactus .addressvalue a:hover::after {
    width: 100%
}

@media (max-width: 1280px) {
    .contactus .reachinner {
        gap: 36px
    }

    .contactus .reachleft {
        flex: 0 0 280px
    }

    .contactus .infotop {
        gap: 36px
    }

    .contactus .infoheading {
        flex: 0 0 260px
    }
}

@media (max-width: 768px) {
    .contactus .reachinner {
        flex-direction: column;
        gap: 36px
    }

    .contactus .reachleft {
        flex: none;
        width: 100%
    }

    .contactus .fieldrow {
        flex-direction: column
    }

    .contactus .slotgrid {
        grid-template-columns: repeat(2, 1fr)
    }

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

    .contactus .infoheading {
        flex: none;
        width: 100%
    }

    .contactus .connectorgroup {
        flex-wrap: wrap;
        justify-content: center
    }

    .contactus .dashedline {
        display: none
    }

    .contactus .reachtitle {
        font-size: 46px
    }
}

@media (max-width: 390px) {
    .contactus .pageframe {
        padding: 0 16px
    }

    .contactus .reachblock {
        padding: 36px 0
    }

    .contactus .infoblock {
        padding: 36px 0
    }

    .contactus .reachtitle {
        font-size: 46px
    }

    .contactus .infotitle {
        font-size: 46px
    }

    .contactus .formcard {
        padding: 16px
    }

    .contactus .slotgrid {
        grid-template-columns: repeat(2, 1fr)
    }

    .contactus .statsrow {
        flex-direction: column
    }

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

.successPage {
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 72px 16px;
    background: #D2DDD3
}

.successPage .successWrapper {
    max-width: 1170px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 36px
}

.successPage .successIconArea {
    width: 96px;
    height: 96px;
    border-radius: 32px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 2px -2px #cf4e2c14 0 5px 22px -2px #cf4e2c17 0 12px 52px -2px #cf4e2c1a
}

.successPage .successIconArea .successCheckmark {
    width: 48px;
    height: 48px
}

.successPage .successIconArea .successCheckmark .checkCircle {
    fill: none;
    stroke: #CF4E2C;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round
}

.successPage .successIconArea .successCheckmark .checkTick {
    fill: none;
    stroke: #2C4C9B;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 30;
    stroke-dashoffset: 0
}

.successPage .successContent {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    max-width: 560px
}

.successPage .successContent .successHeading {
    font-size: 46px;
    line-height: 1.1;
    color: #1b1b1b;
    margin: 0
}

.successPage .successContent .successHeading .successAccent {
    color: #CF4E2C
}

.successPage .successContent .successDescription {
    font-size: 19px;
    line-height: 1.5;
    color: #2a2a2a;
    margin: 0
}

.successPage .successDivider {
    width: 64px;
    height: 3px;
    background: linear-gradient(90deg, #CF4E2C, #2C4C9B);
    border-radius: 0
}

.successPage .successNote {
    font-size: 13px;
    line-height: 1.8;
    color: #3a3a3a;
    text-align: center;
    max-width: 420px;
    margin: 0;
    padding: 16px 36px;
    background: #fff;
    border-radius: 32px;
    box-shadow: 0 1px 2px -2px #2c4c9b14 0 5px 22px -2px #2c4c9b17 0 12px 52px -2px #2c4c9b1a
}

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

.successPage .successActions .successButtonPrimary {
    display: inline-block;
    padding: 16px 36px;
    font-size: 13px;
    line-height: 1.1;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #fff;
    background: #CF4E2C;
    border-radius: 32px;
    text-decoration: none;
    border: 2px solid #CF4E2C;
    position: relative;
    overflow: hidden;
    transition: color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color .5s ease;
    box-shadow: 0 1px 2px -2px #cf4e2c14 0 5px 22px -2px #cf4e2c17 0 12px 52px -2px #cf4e2c1a
}

.successPage .successActions .successButtonPrimary::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #2C4C9B;
    transition: height .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 0
}

.successPage .successActions .successButtonPrimary:hover::before {
    height: 100%
}

.successPage .successActions .successButtonPrimary:hover {
    color: #fff;
    border-color: #2C4C9B
}

.successPage .successActions .successButtonPrimary span {
    position: relative;
    z-index: 1
}

.successPage .successActions .successButtonSecondary {
    display: inline-block;
    padding: 16px 36px;
    font-size: 13px;
    line-height: 1.1;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #2C4C9B;
    background: transparent;
    border-radius: 32px;
    text-decoration: none;
    border: 2px solid #2C4C9B;
    position: relative;
    overflow: hidden;
    transition: color .7s ease, border-color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.successPage .successActions .successButtonSecondary::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #2C4C9B;
    transition: height .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 0
}

.successPage .successActions .successButtonSecondary:hover::before {
    height: 100%
}

.successPage .successActions .successButtonSecondary:hover {
    color: #fff
}

.successPage .successActions .successButtonSecondary span {
    position: relative;
    z-index: 1
}

@media (max-width: 768px) {
    .successPage {
        padding: 72px 16px
    }

    .successPage .successContent .successHeading {
        font-size: 46px
    }

    .successPage .successNote {
        padding: 16px
    }
}

@media (max-width: 390px) {
    .successPage .successContent .successHeading {
        font-size: 25px
    }

    .successPage .successContent .successDescription {
        font-size: 13px
    }

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

    .successPage .successActions .successButtonPrimary,
    .successPage .successActions .successButtonSecondary {
        text-align: center
    }
}