/*

Template: Appino - Responsive App Landing Page
Author: iqonicthemes.in
Version: 1.0
Design and Developed by: iqonicthemes.in

NOTE: You can use your styling layout by this file to your website.

*/

@font-face {
    font-family: 'Croogla4F';
    src: url('../fonts/Croogla4F.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Croogla4F';
    src: url('../fonts/Croogla4F.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Croogla4F';
    src: url('../fonts/Croogla4F.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Croogla4F';
    src: url('../fonts/Croogla4F-Bold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Croogla4F';
    src: url('../fonts/Croogla4F-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Croogla4F';
    src: url('../fonts/Croogla4F-Bold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Croogla4F';
    src: url('../fonts/Croogla4F-Bold.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --entry-primary: #212c4a;
    --entry-primary-2: #2b3962;
    --entry-accent: #fcd822;
    --entry-bg: #eef2f8;
    --entry-surface: #ffffff;
    --entry-border: #d7deea;
    --entry-text: #1f2a37;
    --entry-muted: #5d6a7b;
}

.entrypoint-access-link-page {
    background: linear-gradient(145deg, #eef2f8 0%, #f8fafc 55%, #fff8c9 100%);
}

.entrypoint-access-link-page .main-content {
    padding-top: 84px;
}

.entrypoint-access-link-page .footer {
    margin-top: 0;
}

.entrypoint-access-link-page .navbar-toggle {
    display: none;
}

.entrypoint-access-link-main {
    min-height: calc(100vh - 165px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 16px;
}

.entrypoint-access-link-card {
    position: relative;
    width: 100%;
    max-width: 680px;
    padding: 36px;
    border: 1px solid var(--entry-border);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 24px 64px rgba(33, 44, 74, 0.14);
    text-align: center;
}

.entrypoint-access-link-language {
    position: absolute;
    top: 20px;
    right: 20px;
    display: inline-flex;
    gap: 3px;
    padding: 4px;
    border: 1px solid var(--entry-border);
    border-radius: 12px;
    background: var(--entry-bg);
}

.entrypoint-access-link-language a {
    min-width: 38px;
    padding: 7px 9px;
    border-radius: 9px;
    color: var(--entry-muted);
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.entrypoint-access-link-language a:hover,
.entrypoint-access-link-language a:focus {
    color: var(--entry-primary);
    background: #fff;
}

.entrypoint-access-link-language a.active {
    color: #fff;
    background: var(--entry-primary);
    box-shadow: 0 4px 10px rgba(33, 44, 74, 0.18);
}

.entrypoint-access-link-logo {
    width: 190px;
    max-width: 70%;
    margin-bottom: 22px;
    padding: 10px 16px;
    border-radius: 12px;
    background: var(--entry-primary);
}

.entrypoint-access-link-eyebrow {
    margin-bottom: 8px;
    color: #7b6810;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.entrypoint-access-link-card h1 {
    margin: 0;
    color: var(--entry-primary);
    font-size: clamp(30px, 6vw, 46px);
    line-height: 1.1;
}

.entrypoint-access-link-lead {
    max-width: 540px;
    margin: 16px auto 28px;
    color: var(--entry-muted);
    font-size: 18px;
    line-height: 1.55;
}

.entrypoint-access-link-steps {
    margin: 0 0 28px;
    padding: 0;
    counter-reset: access-step;
    list-style: none;
    text-align: left;
}

.entrypoint-access-link-steps li {
    position: relative;
    min-height: 54px;
    padding: 5px 0 16px 58px;
    counter-increment: access-step;
}

.entrypoint-access-link-steps li::before {
    content: counter(access-step);
    position: absolute;
    left: 0;
    top: 0;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--entry-accent);
    color: var(--entry-primary);
    font-size: 18px;
    font-weight: 700;
    line-height: 42px;
    text-align: center;
}

.entrypoint-access-link-steps strong,
.entrypoint-access-link-steps span {
    display: block;
}

.entrypoint-access-link-steps strong {
    color: var(--entry-primary);
    font-size: 17px;
}

.entrypoint-access-link-steps span {
    color: var(--entry-muted);
    line-height: 1.4;
}

.entrypoint-access-link-stores {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 18px;
}

.entrypoint-access-link-stores a {
    min-width: 150px;
    padding: 12px 16px;
    border: 1px solid var(--entry-border);
    border-radius: 12px;
    color: var(--entry-primary);
    background: #fff;
    font-weight: 700;
}

.entrypoint-access-link-stores a:hover,
.entrypoint-access-link-stores a:focus {
    border-color: var(--entry-accent);
    background: #fffbea;
    color: var(--entry-primary);
}

.entrypoint-access-link-step-stores {
    justify-content: flex-start;
    margin: 14px 0 4px;
}

.entrypoint-access-link-step-stores a {
    min-width: 138px;
    text-align: center;
}

.entrypoint-access-link-existing-app {
    margin-top: 4px;
    padding: 20px;
    border: 1px solid var(--entry-border);
    border-radius: 18px;
    background: #f7f9fc;
    text-align: left;
}

.entrypoint-access-link-existing-app-heading {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.entrypoint-access-link-existing-app-icon {
    display: flex;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: var(--entry-accent);
    color: var(--entry-primary);
    font-size: 24px;
}

.entrypoint-access-link-existing-app h2 {
    margin: 0;
    color: var(--entry-primary);
    font-size: 20px;
    line-height: 1.25;
}

.entrypoint-access-link-existing-app p {
    margin: 5px 0 0;
    color: var(--entry-muted);
    line-height: 1.45;
}

.entrypoint-access-link-existing-app .entrypoint-access-link-open {
    margin-top: 16px;
    text-align: center;
}

.entrypoint-access-link-open {
    display: block;
    width: 100%;
    padding: 15px 22px;
    border-radius: 14px;
    background: var(--entry-primary);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0 12px 28px rgba(33, 44, 74, 0.22);
}

.entrypoint-access-link-open:hover,
.entrypoint-access-link-open:focus {
    background: var(--entry-accent);
    color: var(--entry-primary);
}

.entrypoint-access-link-warning,
.entrypoint-access-link-note {
    margin: 18px 0 0;
    padding: 12px 14px;
    border-radius: 12px;
    line-height: 1.45;
}

.entrypoint-access-link-warning {
    background: #fff3cd;
    color: #6a5600;
}

.entrypoint-access-link-note {
    background: #eef2f8;
    color: var(--entry-muted);
}

@media (max-width: 600px) {
    .entrypoint-access-link-main {
        padding: 24px 12px;
    }

    .entrypoint-access-link-card {
        padding: 26px 18px;
        border-radius: 20px;
    }

    .entrypoint-access-link-language {
        position: static;
        display: flex;
        width: fit-content;
        justify-content: center;
        margin: 0 auto 16px;
    }

    .entrypoint-access-link-stores {
        flex-direction: column;
    }

    .entrypoint-access-link-stores a {
        width: 100%;
    }

    .entrypoint-access-link-step-stores {
        align-items: stretch;
    }

    .entrypoint-access-link-existing-app {
        padding: 17px;
    }

    .entrypoint-access-link-existing-app-heading {
        gap: 11px;
    }
}

body {
    color: var(--entry-text);
    font-family: 'Croogla4F', sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6,
.button,
.navbar-default .navbar-nav > li > a,
.counter,
.iq-pricing .price-title h1,
.iq-breadcrumb-title .title span,
.iq-error .big-text,
.iq-coming .big-text {
    font-family: 'Croogla4F', sans-serif;
}

.bold {
    font-family: 'Croogla4F', sans-serif;
    font-weight: 700;
}

body:not(.entrypoint-homepage) .main-content {
    padding-top: 84px;
}

.grey-bg {
    background: var(--entry-bg);
}

.white-bg {
    background: var(--entry-surface);
}

header,
header.affix {
    background: rgba(33, 44, 74, 0.94);
    box-shadow: 0 4px 18px rgba(33, 44, 74, 0.18);
}

header .nav > li a::before {
    background: var(--entry-accent);
}

header .navbar-default .navbar-nav > li > a:hover,
header .navbar-default .navbar-nav > li > a:focus,
header .navbar-default .navbar-nav > li.active > a,
header .navbar-default .navbar-nav > li.active > a:focus,
header .navbar-default .navbar-nav > li.active > a:hover {
    color: var(--entry-accent);
    background: transparent;
}

.button {
    background-image: linear-gradient(120deg, var(--entry-primary) 0%, var(--entry-primary-2) 100%);
    border: 1px solid transparent;
    box-shadow: 0 8px 18px rgba(33, 44, 74, 0.22);
}

.button:hover,
.button:focus {
    background: var(--entry-accent);
    border-color: var(--entry-accent);
    box-shadow: 0 10px 22px rgba(252, 216, 34, 0.35);
    color: var(--entry-primary);
}

.button.bt-white {
    background: #fff;
    border: 1px solid rgba(252, 216, 34, 0.65);
    color: var(--entry-primary);
}

.button.bt-white:hover,
.button.bt-white:focus {
    background: var(--entry-accent);
    border-color: var(--entry-accent);
    color: var(--entry-primary);
}

.button.bt-yellow {
    background: var(--entry-accent);
    border: 1px solid var(--entry-accent);
    box-shadow: 0 10px 22px rgba(252, 216, 34, 0.35);
    color: var(--entry-primary);
    font-weight: 700;
}

.button.bt-yellow:hover,
.button.bt-yellow:focus {
    background: #f2cb06;
    border-color: #f2cb06;
    box-shadow: 0 12px 24px rgba(242, 203, 6, 0.38);
    color: #1d2845;
}

.iq-box-shadow {
    box-shadow: 0 10px 30px rgba(33, 44, 74, 0.1);
}

.banner-form,
.entrypoint-pricing-card,
.entrypoint-legal-main .entrypoint-legal-card,
.entrypoint-cookie-card {
    border: 1px solid var(--entry-border);
    border-radius: 14px;
}

.banner-form .form-icon {
    background: linear-gradient(135deg, var(--entry-primary) 0%, var(--entry-primary-2) 100%);
}

.heading-title .divider,
.heading-title .divider.white {
    border-color: var(--entry-accent);
}

.heading-title .divider:before,
.heading-title .divider:after,
.heading-title .divider.white:before,
.heading-title .divider.white:after,
.heading-left:before {
    background: var(--entry-accent);
}

.iq-amazing-tab-one .nav.nav-tabs {
    border-bottom-color: var(--entry-border);
}

.iq-amazing-tab-one .nav.nav-tabs li a:before,
.iq-amazing-tab-one .nav.nav-tabs li a:hover:before,
.iq-amazing-tab-one .nav.nav-tabs li a:focus:before {
    background: var(--entry-accent);
}

.owl-carousel .owl-item img {
    border-radius: 20px;
}

.entrypoint-pricing-card {
    border: 1px solid #ededed;
    display: block;
    min-height: 100%;
    overflow: hidden;
    position: relative;
}

.entrypoint-pricing-card:before,
.entrypoint-pricing-cta:before,
.entrypoint-legal-main .entrypoint-legal-card:before {
    background: linear-gradient(90deg, var(--entry-primary) 0%, var(--entry-accent) 100%);
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.entrypoint-pricing-card .entrypoint-pricing-card-header {
    border-bottom: 1px solid #ededed;
}

.entrypoint-pricing-card .entrypoint-pricing-card-header h3 {
    margin-bottom: 8px;
}

.entrypoint-pricing-card .entrypoint-pricing-content {
    position: relative;
    z-index: 1;
}

.entrypoint-pricing-card .entrypoint-pricing-group {
    border-bottom: 1px dashed #e5e5e5;
    padding: 16px 0;
}

.entrypoint-pricing-card .entrypoint-pricing-group:first-child {
    padding-top: 0;
}

.entrypoint-pricing-card .entrypoint-pricing-group:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.entrypoint-pricing-card .entrypoint-pricing-amount {
    color: #212C4A;
    font-size: 26px;
    line-height: 34px;
    margin: 6px 0;
}

.entrypoint-pricing-card .entrypoint-pricing-note {
    color: var(--entry-muted);
    margin-bottom: 0;
}

.entrypoint-pricing-card .entrypoint-pricing-table {
    border: 1px solid #ededed;
    margin: 0;
}

.entrypoint-pricing-card .entrypoint-pricing-table li {
    border-bottom: 1px solid #ededed;
    display: flex;
    justify-content: space-between;
    line-height: 24px;
    padding: 12px 15px;
}

.entrypoint-pricing-card .entrypoint-pricing-table li:last-child {
    border-bottom: 0;
}

.entrypoint-pricing-card .entrypoint-pricing-table-note {
    color: var(--entry-primary);
    font-size: 16px;
    line-height: 24px;
}

.entrypoint-pricing-card .entrypoint-pricing-features li {
    line-height: 24px;
    margin-bottom: 8px;
    padding-left: 18px;
    position: relative;
}

.entrypoint-pricing-card .entrypoint-pricing-features li:before {
    background: var(--entry-accent);
    border-radius: 50%;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 9px;
    width: 6px;
}

.entrypoint-pricing-card .entrypoint-pricing-features li:last-child {
    margin-bottom: 0;
}

.entrypoint-pricing-calculator {
    margin-top: 10px;
}

.entrypoint-calculator-header {
    align-items: flex-start;
    border-bottom: 1px solid #ededed;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    margin-bottom: 24px;
    padding-bottom: 22px;
}

.entrypoint-calculator-header h3 {
    margin-bottom: 8px;
}

.entrypoint-calculator-help {
    background: #f8fafc;
    border-left: 3px solid var(--entry-accent);
    color: var(--entry-muted);
    flex: 0 0 300px;
    line-height: 22px;
    margin: 0;
    padding: 12px 14px;
}

.entrypoint-calculator-controls {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 24px;
}

.entrypoint-calculator-field {
    display: block;
    margin: 0;
}

.entrypoint-calculator-field span {
    color: var(--entry-primary);
    display: block;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 8px;
}

.entrypoint-calculator-field input {
    background: #ffffff;
    border: 1px solid var(--entry-border);
    border-radius: 8px;
    box-shadow: inset 0 1px 2px rgba(33, 44, 74, 0.06);
    color: var(--entry-text);
    font-size: 18px;
    height: 48px;
    line-height: 48px;
    padding: 0 14px;
    width: 100%;
}

.entrypoint-calculator-field input:focus {
    border-color: var(--entry-primary);
    box-shadow: 0 0 0 3px rgba(33, 44, 74, 0.12);
    outline: 0;
}

.entrypoint-calculator-results {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.entrypoint-calculator-plan {
    background: #ffffff;
    border: 1px solid #ededed;
    border-radius: 8px;
    min-width: 0;
    padding: 22px;
}

.entrypoint-calculator-plan-title h4 {
    color: var(--entry-primary);
    margin-bottom: 8px;
}

.entrypoint-calculator-plan-title p {
    color: var(--entry-muted);
    line-height: 22px;
    margin-bottom: 0;
}

.entrypoint-calculator-values {
    margin: 18px 0 0;
}

.entrypoint-calculator-values div {
    align-items: baseline;
    border-top: 1px solid #ededed;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    padding: 12px 0;
}

.entrypoint-calculator-values dt {
    color: var(--entry-muted);
    font-weight: 600;
}

.entrypoint-calculator-values dd {
    color: var(--entry-primary);
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
    text-align: right;
}

.entrypoint-calculator-breakdown {
    border-top: 1px solid #ededed;
    color: var(--entry-muted);
    line-height: 22px;
    margin: 0;
    padding-top: 14px;
}

.entrypoint-calculator-plan--unavailable {
    border-color: #d8d8d8;
    opacity: 0.45;
    pointer-events: none;
}

.entrypoint-calculator-plan--unavailable .entrypoint-calculator-plan-title h4,
.entrypoint-calculator-plan--unavailable .entrypoint-calculator-values dd {
    color: var(--entry-muted);
}

.entrypoint-pricing-cta {
    border: 1px solid #ededed;
    overflow: hidden;
    position: relative;
}

.entrypoint-pricing-cta .button {
    min-width: 180px;
}

.entrypoint-pricing-page #header-wrap {
    background: #212C4A;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.entrypoint-pricing-page #header-wrap .navbar-default {
    margin: 8px 0;
}

.entrypoint-pricing-page #header-wrap .navbar-header .navbar-brand img,
.entrypoint-pricing-page #header-wrap.affix .navbar-header .navbar-brand img {
    height: 64px;
}

.entrypoint-pricing-page #header-wrap .navbar-nav,
.entrypoint-pricing-page #header-wrap.affix .navbar-nav {
    margin-top: 8px;
}

.entrypoint-pricing-page #header-wrap .navbar-nav > li {
    margin-right: 22px;
}

.entrypoint-pricing-page #header-wrap .navbar-default .navbar-nav > li > a {
    font-size: 14px;
    padding: 8px 0;
}

.entrypoint-pricing-main {
    padding-top: 94px;
}

header .navbar-nav > li.entrypoint-lang-item {
    margin-right: 12px;
}

header .navbar-default .navbar-nav > li.entrypoint-lang-item > a {
    font-size: 13px;
}

@media (min-width: 992px) and (max-width: 1450px) {
    header .navbar-header .navbar-brand img {
        height: 58px;
    }

    header .navbar-nav {
        margin-top: 6px;
    }

    header .navbar-nav > li,
    .entrypoint-pricing-page #header-wrap .navbar-nav > li {
        margin-right: 14px;
    }

    header .navbar-default .navbar-nav > li > a,
    .entrypoint-pricing-page #header-wrap .navbar-default .navbar-nav > li > a {
        font-size: 13px;
    }

    header .navbar-default .navbar-nav > li.entrypoint-lang-item,
    .entrypoint-pricing-page #header-wrap .navbar-default .navbar-nav > li.entrypoint-lang-item {
        margin-right: 8px;
    }
}

@media (max-width: 991px) {
    body:not(.entrypoint-homepage) .main-content {
        padding-top: 76px;
    }

    .entrypoint-pricing-col + .entrypoint-pricing-col {
        margin-top: 30px;
    }

    .entrypoint-calculator-header {
        display: block;
    }

    .entrypoint-calculator-help {
        margin-top: 16px;
    }

    .entrypoint-calculator-results {
        grid-template-columns: 1fr;
    }

    .entrypoint-pricing-main {
        padding-top: 95px;
    }
}

@media (max-width: 767px) {
    body:not(.entrypoint-homepage) .main-content {
        padding-top: 70px;
    }

    .entrypoint-pricing-card .entrypoint-pricing-card-header {
        padding: 20px 20px 16px;
    }

    .entrypoint-pricing-card .entrypoint-pricing-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .entrypoint-pricing-calculator {
        padding: 20px !important;
    }

    .entrypoint-calculator-controls {
        grid-template-columns: 1fr;
    }

    .entrypoint-calculator-plan {
        padding: 18px;
    }

    .entrypoint-calculator-values div {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .entrypoint-calculator-values dd {
        font-size: 20px;
        line-height: 28px;
        text-align: left;
    }

    .entrypoint-pricing-cta .button {
        margin: 8px 0;
        min-width: 0;
        width: 100%;
    }

    .entrypoint-pricing-main {
        padding-top: 80px;
    }
}

.entrypoint-homepage .entrypoint-home-hero-title {
    font-size: 44px;
    line-height: 54px;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 20px;
    padding-right: 40px;
}

.entrypoint-homepage .entrypoint-home-hero-title small {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
}

.entrypoint-homepage .iq-how-it-work .heading-title .title {
    font-size: 34px;
    line-height: 44px;
}

.entrypoint-homepage .iq-how-it-work .heading-title h3 {
    font-size: 22px;
    line-height: 32px;
}

.entrypoint-legal-links {
    display: flex;
    gap: 18px;
    justify-content: center;
    flex-wrap: wrap;
}

.entrypoint-legal-links a,
.entrypoint-link-button {
    background: none;
    border: 0;
    color: #666666;
    cursor: pointer;
    font-family: 'Croogla4F', sans-serif;
    font-size: 14px;
    padding: 0;
}

.entrypoint-legal-links a:hover,
.entrypoint-link-button:hover {
    color: #212C4A;
}

.entrypoint-cookie-banner {
    bottom: 20px;
    left: 20px;
    max-width: 520px;
    position: fixed;
    right: 20px;
    z-index: 9999;
}

.entrypoint-cookie-card {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
    padding: 25px;
}

.entrypoint-cookie-card p {
    margin-bottom: 10px;
}

.entrypoint-cookie-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.entrypoint-cookie-options {
    border-top: 1px solid #ededed;
    padding-top: 15px;
}

.entrypoint-cookie-option {
    align-items: center;
    display: flex;
    gap: 8px;
    margin: 0;
}

.entrypoint-cookie-option input {
    margin-top: 0;
}

.entrypoint-cookie-option-text {
    color: #666666;
    font-size: 14px;
    line-height: 22px;
    margin: 4px 0 0 24px;
}

.entrypoint-legal-main .entrypoint-legal-card {
    border: 1px solid #ededed;
}

.entrypoint-legal-card--narrow {
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
}

.entrypoint-legal-list {
    margin: 0;
    padding-left: 18px;
}

.entrypoint-legal-list li {
    line-height: 24px;
    list-style: disc;
    margin-bottom: 8px;
}

.entrypoint-legal-list li:last-child {
    margin-bottom: 0;
}

.entrypoint-breadcrumbs {
    color: #687084;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    line-height: 22px;
    margin: 0 0 24px;
}

.entrypoint-breadcrumbs a {
    color: #212C4A;
}

.entrypoint-eyebrow {
    color: #1867a8;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.entrypoint-seo-page .entrypoint-seo-main {
    padding-bottom: 72px;
}

.entrypoint-seo-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.entrypoint-seo-item {
    border: 1px solid #e8edf3;
    padding: 22px;
}

.entrypoint-seo-item h3,
.entrypoint-seo-steps h3,
.entrypoint-seo-faq-item h3 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 8px;
}

.entrypoint-seo-item p,
.entrypoint-seo-steps p,
.entrypoint-seo-faq-item p {
    margin-bottom: 0;
}

.entrypoint-seo-steps {
    display: grid;
    gap: 18px;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.entrypoint-seo-steps li {
    align-items: flex-start;
    border: 1px solid #e8edf3;
    display: flex;
    gap: 16px;
    padding: 22px;
}

.entrypoint-seo-steps li > span {
    align-items: center;
    background: #212C4A;
    color: #ffffff;
    display: inline-flex;
    flex: 0 0 34px;
    font-weight: 700;
    height: 34px;
    justify-content: center;
    line-height: 34px;
    width: 34px;
}

.entrypoint-seo-faq {
    display: grid;
    gap: 18px;
}

.entrypoint-seo-faq-item {
    border-bottom: 1px solid #e8edf3;
    padding-bottom: 18px;
}

.entrypoint-seo-faq-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.entrypoint-related-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.entrypoint-related-links a {
    border: 1px solid #d8e0ea;
    color: #212C4A;
    line-height: 22px;
    padding: 10px 14px;
}

.entrypoint-related-links a:hover {
    background: #212C4A;
    color: #ffffff;
}

.entrypoint-contact-transition {
    padding: 64px 0 26px;
}

.entrypoint-contact-transition-inner {
    max-width: 820px;
}

.entrypoint-contact-transition h2 {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 12px;
}

.entrypoint-contact-transition p:not(.entrypoint-eyebrow) {
    color: var(--entry-muted);
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 0;
    max-width: 760px;
}

.entrypoint-contact-transition .entrypoint-eyebrow {
    color: #1867a8;
}

.entrypoint-seo-contact {
    padding-bottom: 96px;
}

.entrypoint-seo-contact > .container > .grey-bg {
    border: 1px solid var(--entry-border);
    box-shadow: 0 18px 45px rgba(33, 44, 74, 0.08);
}

@media (max-width: 991px) {
    .entrypoint-homepage .entrypoint-home-hero-title {
        font-size: 40px;
        line-height: 50px;
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .entrypoint-homepage .entrypoint-home-hero-title {
        font-size: 32px;
        line-height: 42px;
    }

    .entrypoint-homepage .entrypoint-home-hero-title small {
        font-size: 16px;
        line-height: 24px;
    }

    .entrypoint-cookie-banner {
        bottom: 10px;
        left: 10px;
        right: 10px;
    }

    .entrypoint-cookie-card {
        padding: 18px;
    }

    .entrypoint-cookie-actions .button {
        width: 100%;
    }

    .entrypoint-seo-grid {
        grid-template-columns: 1fr;
    }

    .entrypoint-seo-steps li {
        padding: 18px;
    }

    .entrypoint-contact-transition {
        padding: 48px 0 20px;
    }

    .entrypoint-contact-transition h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .entrypoint-contact-transition p:not(.entrypoint-eyebrow) {
        font-size: 15px;
        line-height: 25px;
    }
}
