@font-face {
    font-family: "Archivo";
    font-style: normal;
    font-weight: 300 900;
    font-display: swap;
    src: url("../font/archivo-variabile.woff2") format("woff2");
}

@font-face {
    font-family: "Archivo";
    font-style: italic;
    font-weight: 300 900;
    font-display: swap;
    src: url("../font/archivo-variabile-italico.woff2") format("woff2");
}

:root {
    --ab-blue: #244861;
    --ab-blue-bright: #2d79c5;
    --ab-blue-light: #74aee8;
    --ab-text: #55595c;
    --ab-title: #000;
    --ab-soft: #f4f7f9;
    --ab-line: #e8e8e8;
    --ab-white: #fff;
}

html {
    scroll-behavior: smooth;
}

body.ab-landing-page {
    margin: 0;
    background: var(--ab-white);
    color: var(--ab-text);
    font-family: "Archivo", Arial, sans-serif;
    font-size: 18px;
    font-variation-settings: "wdth" 100;
    line-height: 1.5556;
}

body.ab-landing-page * {
    box-sizing: border-box;
}

body.ab-landing-page img {
    display: block;
    max-width: 100%;
}

body.ab-landing-page h1,
body.ab-landing-page h2,
body.ab-landing-page h3,
body.ab-landing-page p,
body.ab-landing-page ul,
body.ab-landing-page ol {
    margin-top: 0;
}

body.ab-landing-page p {
    margin-bottom: 20px;
}

body.ab-landing-page strong {
    font-weight: 800;
}

body.ab-landing-page a {
    color: inherit;
}

.ab-skip-link {
    position: fixed;
    z-index: 100000;
    left: 16px;
    top: -100px;
    padding: 10px 16px;
    background: #fff;
    color: #000;
}

.ab-skip-link:focus {
    top: 16px;
}

.ab-header {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100px;
    align-items: center;
    justify-content: space-between;
    padding: 0 60px;
    border-radius: 0 0 8px 8px;
    background: #fff;
    box-shadow: 0 0 10px rgba(24, 77, 131, 0.19);
}

.admin-bar .ab-header {
    top: 32px;
}

.ab-header__logo {
    display: block;
    width: 211px;
    height: auto;
}

.ab-header__logo img,
.ab-footer > img {
    width: 211px;
    height: auto;
}

.ab-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border: 0;
    border-radius: 2px 2px 16px 2px;
    background: var(--ab-blue);
    color: #fff !important;
    cursor: pointer;
    font: inherit;
    font-size: 18px;
    font-weight: 800;
    line-height: 28px;
    text-decoration: none;
    transition: background-color 160ms ease, transform 160ms ease;
}

.ab-button:hover,
.ab-button:focus-visible {
    background: #17364b;
    transform: translateY(-1px);
}

.ab-button:focus-visible,
.ab-form input:focus-visible,
.ab-footer a:focus-visible {
    outline: 3px solid var(--ab-blue-light);
    outline-offset: 3px;
}

.ab-container {
    width: min(calc(100% - 48px), 1086px);
    margin-inline: auto;
}

.ab-container--text {
    width: min(calc(100% - 48px), 896px);
}

.ab-hero {
    position: relative;
    min-height: 810px;
    overflow: hidden;
    background: var(--ab-blue);
    color: #fff;
}

.ab-hero__shape {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    pointer-events: none;
}

.ab-hero__inner {
    position: relative;
    display: grid;
    min-height: 810px;
    grid-template-columns: minmax(0, 625px) minmax(420px, 1fr);
    column-gap: 0;
}

.ab-hero__copy {
    position: relative;
    z-index: 2;
    padding-top: 194px;
}

.ab-hero__eyebrow {
    margin-bottom: 20px !important;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
}

.ab-hero h1 {
    max-width: 625px;
    margin-bottom: 48px;
    color: #fff;
    font-size: clamp(46px, 4vw, 56px);
    font-weight: 700;
    letter-spacing: -1.8px;
    line-height: 0.93;
}

.ab-hero__person {
    position: absolute;
    z-index: 1;
    right: -84px;
    bottom: 13px;
    width: 560px;
    max-width: 54%;
    height: auto;
}

.ab-hero__person img {
    width: 100%;
    height: auto;
}

.ab-check-list {
    display: grid;
    max-width: 586px;
    margin: 0;
    padding: 0;
    gap: 12px;
    list-style: none;
}

.ab-check-list li {
    position: relative;
    min-height: 24px;
    padding-left: 36px;
    font-size: 16px;
    line-height: 20px;
}

.ab-check-list li::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff url("../icone/check.svg") center / 16px 16px no-repeat;
    box-shadow: 0 8px 10px rgba(24, 77, 131, 0.15);
    content: "";
}

.ab-section {
    padding: 130px 0;
    background: #fff;
}

.ab-section--narrow {
    padding: 98px 0 152px;
}

.ab-section--soft {
    background: var(--ab-soft);
}

.ab-title {
    margin-bottom: 42px;
    color: var(--ab-title);
    font-size: clamp(36px, 3.3vw, 44px);
    font-weight: 600;
    letter-spacing: -1.2px;
    line-height: 1.09;
}

.ab-title--line {
    padding-bottom: 20px;
    border-bottom: 2px solid #000;
}

.ab-title--small {
    margin-bottom: 21px;
    font-size: 32px;
    line-height: 36px;
}

.ab-title--light {
    color: #fff;
}

.ab-title--line-light {
    padding-bottom: 20px;
    border-bottom: 2px solid #fff;
}

.ab-source {
    margin-top: 20px;
    margin-bottom: 0 !important;
    padding: 8px;
    border-radius: 2px;
    background: var(--ab-soft);
    font-size: 14px;
    line-height: 20px;
}

.ab-two-columns {
    display: grid;
    align-items: center;
}

.ab-two-columns--problem {
    grid-template-columns: 480px 530px;
    justify-content: space-between;
}

.ab-problem__visual {
    position: relative;
    min-height: 449px;
}

.ab-problem__visual::before {
    position: absolute;
    z-index: 0;
    right: 52px;
    bottom: 0;
    width: 362px;
    height: 320px;
    border-radius: 4px 4px 40px 4px;
    background: var(--ab-blue);
    content: "";
}

.ab-problem__visual img {
    position: relative;
    z-index: 1;
    width: 422px;
    height: 449px;
    object-fit: contain;
}

.ab-bullet-list {
    margin: 0;
    padding-left: 27px;
}

.ab-bullet-list li + li {
    margin-top: 6px;
}

.ab-two-columns--guide {
    grid-template-columns: 529px 454px;
    align-items: start;
    justify-content: space-between;
}

.ab-kicker {
    margin-bottom: 20px !important;
    color: var(--ab-blue-bright);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
    text-transform: uppercase;
}

.ab-kicker--light {
    color: var(--ab-blue-light);
}

.ab-kicker--center {
    text-align: center;
}

.ab-two-columns--guide .ab-button {
    margin-top: 20px;
}

.ab-benefits {
    display: grid;
    margin: 117px 0 0;
    padding: 0;
    gap: 20px;
    list-style: none;
}

.ab-benefits li {
    display: grid;
    min-height: 52px;
    grid-template-columns: 52px 1fr;
    align-items: center;
    gap: 31px;
    font-size: 18px;
    line-height: 26px;
}

.ab-icon {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 8px 10px rgba(24, 77, 131, 0.15);
}

.ab-icon img {
    width: 24px;
    height: 24px;
}

.ab-topics {
    margin: 48px 0 0;
    padding: 0;
    list-style: none;
    counter-reset: topic;
}

.ab-topics li {
    display: grid;
    min-height: 92px;
    grid-template-columns: 44px minmax(0, 1fr) 32px;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid var(--ab-line);
    counter-increment: topic;
    color: #333;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
}

.ab-topics li:first-child {
    border-top: 1px solid var(--ab-line);
}

.ab-topics li::before {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 8px 10px rgba(24, 77, 131, 0.15);
    content: counter(topic);
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
}

.ab-topics li > img {
    width: 32px;
    height: 32px;
}

.ab-form-section {
    min-height: 772px;
    overflow: hidden;
    background: var(--ab-blue);
    color: #fff;
}

.ab-form-section__inner {
    display: grid;
    min-height: 772px;
    grid-template-columns: 442px 528px;
    align-items: start;
    justify-content: space-between;
    padding-top: 83px;
}

.ab-form-section__visual {
    position: relative;
    min-height: 689px;
}

.ab-form-section__visual .ab-title {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
}

.ab-form-section__person {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: -45px;
    width: 440px;
    max-width: none;
    height: 475px;
    object-fit: cover;
    object-position: 67% bottom;
}

.ab-form-section__arrow {
    position: absolute;
    z-index: 2;
    top: 375px;
    right: -58px;
    width: 238px;
}

.ab-form-card {
    width: 528px;
    padding: 48px 40px 32px;
    border-radius: 4px 4px 32px 4px;
    background: #fff;
    box-shadow: 0 20px 30px #08223b;
    color: var(--ab-title);
}

.ab-form-card h3 {
    margin-bottom: 28px;
    color: var(--ab-blue);
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.ab-form {
    display: grid;
    gap: 20px;
}

.ab-form__field {
    display: grid;
    gap: 6px;
}

.ab-form__field label {
    padding-left: 8px;
    color: #7a7a7a;
    font-size: 12px;
    line-height: 16px;
}

.ab-form__field input {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #c0c0c0;
    border-radius: 8px;
    background: #fff;
    color: #000;
    font: inherit;
    font-size: 16px;
}

.ab-form__field--trap {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.ab-form__privacy {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #1f2423;
    font-size: 12px;
    line-height: 20px;
}

.ab-form__privacy input {
    width: 18px;
    height: 18px;
    margin: 1px 0 0;
    accent-color: var(--ab-blue);
}

.ab-form__submit {
    justify-self: end;
    margin-top: 12px;
}

.ab-notice {
    margin-bottom: 20px !important;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 20px;
}

.ab-notice--success {
    background: #e6f4ea;
    color: #14532d;
}

.ab-notice--error {
    background: #fee2e2;
    color: #7f1d1d;
}

.ab-about-split {
    display: grid;
    min-height: 608px;
    grid-template-columns: minmax(0, 618px) minmax(0, 1fr);
    background: var(--ab-soft);
}

.ab-about-split__image img {
    width: 100%;
    height: 608px;
    object-fit: cover;
    object-position: center;
}

.ab-about-split__copy {
    max-width: 610px;
    padding: 76px 40px 60px 112px;
}

.ab-about-split__copy p {
    font-size: 18px;
    line-height: 28px;
}

.ab-final-cta {
    min-height: 610px;
    display: grid;
    place-items: center;
    background: var(--ab-blue);
    color: #fff;
    text-align: center;
}

.ab-final-cta__inner {
    padding: 80px 0;
}

.ab-final-cta .ab-title {
    margin-bottom: 21px;
    font-size: 40px;
    line-height: 50px;
}

.ab-final-cta p:not(.ab-kicker) {
    margin-bottom: 60px;
}

.ab-button--light {
    background: #fff;
    color: var(--ab-blue) !important;
}

.ab-button--light:hover,
.ab-button--light:focus-visible {
    background: var(--ab-soft);
}

.ab-footer {
    display: flex;
    min-height: 200px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 40px 24px;
    border-top: 1px solid #235486;
    background: var(--ab-blue);
    color: #fff;
    text-align: center;
}

.ab-footer p {
    margin: 0 !important;
    font-size: 12px;
    line-height: 20px;
}

@media (max-width: 1100px) {
    .ab-header {
        padding-inline: 32px;
    }

    .ab-hero__inner {
        grid-template-columns: minmax(0, 58%) 1fr;
    }

    .ab-hero__person {
        right: -70px;
    }

    .ab-two-columns--problem,
    .ab-two-columns--guide,
    .ab-form-section__inner {
        column-gap: 56px;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }

    .ab-form-card {
        width: 100%;
    }

    .ab-about-split {
        grid-template-columns: 43% 57%;
    }

    .ab-about-split__copy {
        padding-left: 64px;
    }
}

@media (max-width: 820px) {
    .admin-bar .ab-header {
        top: 46px;
    }

    .ab-header {
        height: 84px;
        padding-inline: 24px;
    }

    .ab-header__logo,
    .ab-header__logo img {
        width: 160px;
    }

    .ab-header .ab-button {
        min-height: 44px;
        padding: 8px 14px;
        font-size: 14px;
    }

    .ab-hero {
        min-height: auto;
        padding-bottom: 0;
    }

    .ab-hero__inner {
        display: flex;
        min-height: 860px;
        flex-direction: column;
    }

    .ab-hero__copy {
        padding-top: 138px;
    }

    .ab-hero h1 {
        max-width: 620px;
        font-size: 48px;
    }

    .ab-hero__person {
        right: -55px;
        bottom: -8px;
        max-width: 56%;
    }

    .ab-check-list {
        max-width: 70%;
    }

    .ab-section,
    .ab-section--narrow {
        padding: 88px 0;
    }

    .ab-two-columns--problem,
    .ab-two-columns--guide,
    .ab-form-section__inner,
    .ab-about-split {
        grid-template-columns: 1fr;
    }

    .ab-two-columns--problem,
    .ab-two-columns--guide {
        gap: 64px;
    }

    .ab-problem__visual {
        width: min(100%, 480px);
        margin-inline: auto;
    }

    .ab-benefits {
        margin-top: 0;
    }

    .ab-form-section,
    .ab-form-section__inner {
        min-height: 0;
    }

    .ab-form-section__inner {
        gap: 0;
        padding-top: 72px;
    }

    .ab-form-section__visual {
        min-height: 670px;
    }

    .ab-form-section__person {
        left: 0;
    }

    .ab-form-section__arrow {
        right: 6%;
    }

    .ab-form-card {
        margin-bottom: 80px;
    }

    .ab-about-split__image img {
        height: 460px;
    }

    .ab-about-split__copy {
        max-width: none;
        padding: 72px 48px 88px;
    }
}

@media (max-width: 560px) {
    body.ab-landing-page {
        font-size: 16px;
        line-height: 1.55;
    }

    .ab-container,
    .ab-container--text {
        width: min(calc(100% - 40px), 1086px);
    }

    .ab-header {
        height: 72px;
        padding-inline: 20px;
    }

    .ab-header__logo,
    .ab-header__logo img {
        width: 128px;
    }

    .ab-header .ab-button {
        min-height: 40px;
        max-width: 150px;
        padding: 6px 10px;
        font-size: 12px;
        line-height: 15px;
        text-align: center;
    }

    .ab-hero__inner {
        min-height: 0;
    }

    .ab-hero__shape {
        display: none;
    }

    .ab-hero__copy {
        padding-top: 116px;
        padding-bottom: 20px;
    }

    .ab-hero__eyebrow {
        font-size: 16px;
        line-height: 23px;
    }

    .ab-hero h1 {
        margin-bottom: 32px;
        font-size: 39px;
        letter-spacing: -1.2px;
        line-height: 0.98;
    }

    .ab-check-list {
        max-width: 100%;
        padding-right: 0;
    }

    .ab-check-list li {
        font-size: 14px;
        line-height: 19px;
    }

    .ab-hero__person {
        position: relative;
        right: auto;
        bottom: auto;
        align-self: center;
        width: min(100%, 360px);
        max-width: none;
        margin-top: -12px;
    }

    .ab-section,
    .ab-section--narrow {
        padding: 64px 0;
    }

    .ab-title,
    .ab-final-cta .ab-title {
        margin-bottom: 28px;
        font-size: 32px;
        letter-spacing: -0.8px;
        line-height: 1.08;
    }

    .ab-title--small {
        font-size: 28px;
        line-height: 34px;
    }

    .ab-problem__visual {
        min-height: 390px;
    }

    .ab-problem__visual::before {
        right: 0;
        width: 86%;
        height: 270px;
    }

    .ab-problem__visual img {
        width: 100%;
        height: 390px;
    }

    .ab-benefits li {
        grid-template-columns: 48px 1fr;
        gap: 18px;
        font-size: 16px;
        line-height: 23px;
    }

    .ab-icon {
        width: 48px;
        height: 48px;
    }

    .ab-topics {
        margin-top: 36px;
    }

    .ab-topics li {
        min-height: 86px;
        grid-template-columns: 40px minmax(0, 1fr) 26px;
        gap: 14px;
        font-size: 17px;
        line-height: 24px;
    }

    .ab-topics li::before {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .ab-topics li > img {
        width: 26px;
        height: 26px;
    }

    .ab-form-section__inner {
        width: min(calc(100% - 32px), 1086px);
        padding-top: 60px;
    }

    .ab-form-section__visual {
        min-height: 600px;
    }

    .ab-form-section__person {
        left: -64px;
        width: 460px;
        height: 410px;
    }

    .ab-form-section__arrow {
        top: 330px;
        right: -38px;
        width: 180px;
    }

    .ab-form-card {
        padding: 36px 24px 28px;
    }

    .ab-form__submit {
        width: 100%;
        justify-self: stretch;
    }

    .ab-about-split__image img {
        height: 340px;
    }

    .ab-about-split__copy {
        padding: 60px 20px 72px;
    }

    .ab-final-cta {
        min-height: 540px;
    }

    .ab-final-cta p:not(.ab-kicker) {
        margin-bottom: 40px;
    }

    .ab-footer {
        min-height: 240px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .ab-button {
        transition: none;
    }
}
