/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap");

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
    ========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
    margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/
main {
    display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
    ========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
    ========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
    background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
    font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
* Add the correct font size in all browsers.
*/
small {
    font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
    ========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
    border-style: none;
}

/* Forms
    ========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
    /* 1 */
    overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
    /* 1 */
    text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    /**
* Remove the inner border and padding in Firefox.
*/
    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    /**
* Restore the focus styles unset by the previous rule.
*/
    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

/**
* Correct the padding in Firefox.
*/
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
    vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
    overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

    /**
* Remove the inner padding in Chrome and Safari on macOS.
*/
    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
    ========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
    display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
    display: list-item;
}

/* Misc
    ========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
    display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
    display: none;
}

/* =============================================================================
   Media queries for different screen sizes
   ========================================================================== */
/*
    Hidden
*/
/*
    Clearfix
*/
/*
    Font size
*/
/*
    Line height
*/
/*
    Columns definition
*/
/*
    Flex Columns definition
*/
/*
    Grid Columns definition
*/
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    outline: none;
}

html,
body {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}

body {
    position: relative;
    background: #ECEEF2;
    font-family: "Ubuntu", sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    text-rendering: optimizeLegibility;
    color: #2B2B2B;
}

main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

ul {
    padding: 0 0 0 20px;
    margin: 0;
}

a {
    font-size: 14px;
    line-height: 17px;
    text-decoration: underline;
    color: #14182F;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

    a:hover {
        color: #E58601;
    }

.container {
    position: relative;
    max-width: 1050px;
    margin: 0 auto;
    padding: 0 15px;
}

h1, h2 {
    margin: 0;
    padding: 0;
    font-family: "Ubuntu", sans-serif;
    font-weight: bold;
    font-size: 36px;
    line-height: 50px;
    color: #1f1f1f;
}

h1 {
    text-align: center;
}

h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
    color: #1F1F1F;
}

h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #373541;
}

.subtitle {
    font-size: 14px;
    line-height: 24px;
    color: #1f1f1f;
}

.desc {
    display: block;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #1F1F1F;
}

.button,
a.button {
    --border: 1px;
    padding: calc(10px - var(--border)) calc(60px - var(--border));
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    border: var(--border) solid #E58601;
    background: #E58601;
    -webkit-box-shadow: 0px 2px 4px rgba(229, 134, 1, 0.21);
    box-shadow: 0px 2px 4px rgba(229, 134, 1, 0.21);
    color: #fff;
    cursor: pointer;
    -webkit-transition: background-color, -webkit-box-shadow .2s ease-in-out;
    transition: background-color, -webkit-box-shadow .2s ease-in-out;
    transition: background-color, box-shadow .2s ease-in-out;
    transition: background-color, box-shadow .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
}

    .button:hover,
    a.button:hover {
        background-color: #EB6300;
        border-color: #EB6300;
    }

    .button:disabled,
    a.button:disabled {
        opacity: 0.5;
        cursor: not-allowed;
    }

form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 45px;
    grid-template-rows: 45px;
    gap: 18px;
    margin-top: 34px;
}

    form input {
        padding: 16px 10px;
        background: #FFFFFF;
        border: 1px solid #283041;
        -webkit-transition: border-color .2s ease;
        transition: border-color .2s ease;
        font-size: 14px;
        line-height: 16px;
    }

        form input:focus {
            border-color: #E58601;
        }

        form input:placeholder {
            font-size: 14px;
            line-height: 16px;
            color: #868686;
        }

    form .checkbox {
        --height: 24px;
        --width: 24px;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        height: var(--height);
    }

        form .checkbox label {
            position: relative;
            padding-left: calc(var(--width) + 10px);
            font-size: 14px;
            line-height: 16px;
            color: #14182F;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

            form .checkbox label:before {
                content: '';
                position: absolute;
                margin-right: 8px;
                top: 50%;
                left: 0;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                min-width: var(--width);
                min-height: var(--height);
                border: 2px solid #E58601;
                background: #fff;
                border-radius: 0px;
                cursor: pointer;
            }

            form .checkbox label:after {
                --color: #fff;
                content: '';
                position: absolute;
                left: 5px;
                top: 50%;
                background: var(--color);
                width: 2px;
                height: 2px;
                -webkit-box-shadow: 2px 0 0 var(--color), 4px 0 0 var(--color), 4px -2px 0 var(--color), 4px -4px 0 var(--color), 4px -6px 0 var(--color), 4px -8px 0 var(--color);
                box-shadow: 2px 0 0 var(--color), 4px 0 0 var(--color), 4px -2px 0 var(--color), 4px -4px 0 var(--color), 4px -6px 0 var(--color), 4px -8px 0 var(--color);
                -webkit-transform: rotate(45deg) scale(1.6);
                transform: rotate(45deg) scale(1.6);
                opacity: 0;
                -webkit-transition: opacity .2s ease-in-out;
                transition: opacity .2s ease-in-out;
            }

            form .checkbox label a {
                font-weight: 500;
                font-size: 14px;
                line-height: 16px;
            }

        form .checkbox input {
            position: absolute;
            opacity: 0;
            visibility: hidden;
            width: 0;
            height: 0;
        }

            form .checkbox input:checked ~ label:before {
                background: #E58601;
            }

            form .checkbox input:checked ~ label:after {
                opacity: 1;
            }

            form .checkbox input.invalid ~ .invalid {
                display: none !important;
            }

                form .checkbox input.invalid ~ .invalid ~ label,
                form .checkbox input.invalid ~ .invalid ~ label a {
                    color: #FF3C3B;
                }

                    form .checkbox input.invalid ~ .invalid ~ label:before {
                        border-color: #FF3C3B;
                    }

    form .choice span {
        display: block;
        margin-bottom: 11px;
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
        color: #000;
    }

    form .choice input {
        position: absolute;
        opacity: 0;
        visibility: hidden;
        width: 0;
        height: 0;
    }

        form .choice input:checked + label:before {
            background: #E58601;
            opacity: 1;
        }

    form .choice label {
        position: relative;
        display: block;
        margin-bottom: 15px;
        padding-left: 30px;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        color: #575757;
    }

        form .choice label:after, form .choice label:before {
            content: '';
            position: absolute;
            top: 50%;
            border-radius: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-transition: opacity 0.2s ease-in-out;
            transition: opacity 0.2s ease-in-out;
            cursor: pointer;
        }

        form .choice label:after {
            left: 0;
            min-width: 24px;
            min-height: 24px;
            background: transparent;
            border: 1px solid #E58601;
        }

        form .choice label:before {
            opacity: 0;
            left: 3px;
            min-width: 18px;
            min-height: 18px;
        }

    form .button {
        padding: 12px 0;
        max-width: 100%;
        font-size: 18px;
        line-height: 21px;
    }

.menu-bottom {
    display: none;
}

header,
.header {
    padding: 10px 0;
    background: #283041;
    -webkit-box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.15);
}

    header > .container,
    .header > .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

header-logo,
.header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    header-logo img,
    .header-logo img {
        margin-right: 8px;
    }

    header-logo a,
    .header-logo a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 24px;
        max-width: 60px;
        max-height: 60px;
        text-decoration: none;
    }

        header-logo a span,
        .header-logo a span {
            font-weight: bold;
            font-size: 24px;
            line-height: 16px;
            color: #fff;
            text-align: left;
        }

header-links,
.header-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

    header-links a,
    .header-links a {
        margin-left: 40px;
        font-size: 12px;
        line-height: 16px;
        color: #fff;
        text-decoration: none;
    }

.unsubscribe_link {
    font-weight: 700;
    font-size: 14px !important;
    color: #A7FFEB !important;
    border: 2px solid #A7FFEB;
    padding: 5px;
}

header-links a:first-child,
.header-links a:first-child {
    margin-left: 0;
}

footer,
.footer {
    padding-top: 28px;
    padding-bottom: 14px;
    background: #283041;
    -webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.1);
}

footer-top,
.footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

footer-bottom,
.footer-bottom {
    margin-top: 19px;
    padding-top: 16px;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    border-top: 1px solid #D1D1D1;
}

    footer-bottom p,
    .footer-bottom p {
        margin-bottom: 12px;
    }

footer-logo,
.footer-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    footer-logo img,
    .footer-logo img {
        margin-right: 8px;
        max-width: 41px;
        max-height: 41px;
    }

    footer-logo a,
    .footer-logo a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 24px;
        max-width: 60px;
        max-height: 60px;
        text-decoration: none;
    }

        footer-logo a span,
        .footer-logo a span {
            font-weight: bold;
            font-size: 24px;
            line-height: 16px;
            color: #fff;
            text-align: left;
        }

footer-links a,
.footer-links a {
    margin-right: 40px;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    color: #fff;
}

    footer-links a:last-child,
    .footer-links a:last-child {
        margin-right: 0;
    }

.showcase {
    padding: 30px 12px 0;
}

    .showcase .container {
        padding: 15px 15px;
        background: #FFFFFF;
        -webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.15);
    }

.offers {
    --imageWidth: 102px;
    --imageHeight: 44px;
    display: -ms-grid;
    display: grid;
    gap: 0 20px;
}

    .offers .offer {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr max-content;
        grid-template-columns: 1fr 1fr -webkit-max-content;
        grid-template-columns: 1fr 1fr max-content;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 50;
        position: relative;
        padding: 15px 25px;
        border-top: 1px solid #D7D7D7;
    }

    .offers .offer__footer {
        grid-column-start: 1;
        grid-column-end: 4;
        text-align: center;
        font-size: 16px;
        line-height: 16px;
    }

    .offers .active {
        background: #FFFBF1;
        border: 1px solid #FFB200;
    }

    .offers .offer-header {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 25px 102px 1fr;
        grid-template-columns: 25px 102px 1fr;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 25px;
    }

        .offers .offer-header .offer__image {
            width: var(--imageWidth);
            height: var(--imageHeight);
        }

            .offers .offer-header .offer__image img {
                width: 100%;
                height: 100%;
                -o-object-fit: contain;
                object-fit: contain;
                -o-object-position: center;
                object-position: center;
            }

    .offers .offer__bage {
        max-width: 25px;
        max-height: 25px;
        min-width: 25px;
        min-height: 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 12px;
        line-height: 16px;
        border: 1px solid #D7D7D7;
        border-radius: 50%;
        color: #000000;
    }

    .offers .offer__name {
        display: block;
        margin-bottom: 5px;
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        color: #395BA8;
    }

    .offers .offer__desc {
        font-size: 12px;
        line-height: 16px;
        color: #959595;
    }

    .offers .offer-body {
        width: 100%;
        display: -ms-grid;
        display: grid;
        grid-auto-flow: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .offers .offer-body div {
            display: -ms-grid;
            display: grid;
            gap: 5px;
        }

    .offers .offer-button {
        margin-left: 40px;
        max-width: 116px;
        justify-self: flex-end;
    }

        .offers .offer-button button {
            padding: 10px;
            border: none;
            font-weight: 500;
            font-size: 12px;
            line-height: 16px;
        }

    .offers .offer__value {
        display: block;
        font-size: 12px;
        line-height: 16px;
        color: #283041;
    }

.subscribe {
    padding: 30px 12px;
    margin-bottom: 50px;
}

    .subscribe .container {
        padding: 23px 25px 27px;
        background: #FFFFFF;
        -webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.15);
    }

.mb {
    margin-bottom: 20px;
}

.info {
    padding-bottom: 80px;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #373541;
}

    .info a {
        font-size: inherit;
        text-decoration: none;
        color: #373541;
    }

        .info a:hover {
            color: #E58601;
        }

    .info h3 {
        margin-bottom: 10px;
    }

    .info article {
        max-width: 1100px;
        margin-bottom: 20px;
    }

        .info article p {
            margin-bottom: 5px;
        }

        .info article div[data-column="2"] {
            display: -ms-grid;
            display: grid;
            -ms-grid-columns: 1fr 1fr;
            grid-template-columns: 1fr 1fr;
            gap: 10px 24px;
        }

.needs {
    padding: 50px 0;
    background: #F3F6FA;
}

.needs-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 0.7fr 1fr 1fr;
    grid-template-columns: 0.7fr 1fr 1fr;
    gap: 20px;
    margin-top: 40px;
}

    .needs-list img {
        max-width: 75px;
        max-height: 75px;
        margin-bottom: 10px;
    }

    .needs-list p {
        max-width: 300px;
        font-weight: 600;
        font-size: 24px;
        line-height: 33px;
        color: #0D2549;
    }

.feature {
    padding-top: 80px;
    padding-bottom: 54px;
}

.feature-list {
    display: -ms-grid;
    display: grid;
    gap: 45px 0;
    max-width: 850px;
    margin-top: 30px;
    padding-left: 50px;
    list-style: none;
}

    .feature-list li {
        --sizeMarker: 32px;
        position: relative;
    }

        .feature-list li:after {
            content: '';
            position: absolute;
            top: 10px;
            left: -42px;
            width: var(--sizeMarker);
            height: var(--sizeMarker);
            background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.3332 14.7734V16C29.3315 18.8753 28.4005 21.6729 26.679 23.9758C24.9574 26.2787 22.5376 27.9633 19.7803 28.7786C17.0231 29.5938 14.0762 29.4959 11.3791 28.4995C8.68208 27.503 6.37938 25.6615 4.81445 23.2494C3.24953 20.8374 2.50623 17.9841 2.69541 15.1151C2.88459 12.2461 3.99611 9.51512 5.86421 7.32945C7.73231 5.14378 10.2569 3.62053 13.0614 2.98688C15.866 2.35324 18.8002 2.64314 21.4265 3.81336' stroke='%236FCC82' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M29.3333 5.33337L16 18.68L12 14.68' stroke='%236FCC82' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        }

        .feature-list li span {
            font-weight: 600;
            font-size: 36px;
            line-height: 49px;
            color: #0D2549;
        }

        .feature-list li p {
            margin-top: 10px;
            font-size: 20px;
            line-height: 27px;
            color: #2A3341;
        }

.faq {
    padding-top: 50px;
    padding-bottom: 62px;
    background: #F3F6FA;
}

.tab {
    display: -ms-grid;
    display: grid;
    gap: 20px;
    margin-top: 42px;
    padding: 0;
    list-style: none;
}

.tab-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.tab__title {
    position: relative;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #040F16;
}

.tab__close {
    width: 14px;
    height: 14px;
    border-top: 3px solid #0D2549;
    border-right: 3px solid #0D2549;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: border-color .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: border-color .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, border-color .3s ease-in-out;
    transition: transform .3s ease-in-out, border-color .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.tab__content {
    padding: 0;
    margin: 0;
    overflow: hidden;
    height: 100%;
    max-height: 0;
    -webkit-transition: max-height .3s ease-in-out, padding .3s ease-in-out, margin .3s ease-in-out;
    transition: max-height .3s ease-in-out, padding .3s ease-in-out, margin .3s ease-in-out;
}

    .tab__content a {
        text-decoration: underline;
        color: #0080D1;
    }

    .tab__content p {
        font-size: 20px;
        line-height: 27px;
        color: #2A3341;
        padding-bottom: 8px;
    }

        .tab__content p:last-child {
            padding-bottom: 0;
        }

.tab__item {
    padding: 15px 25px;
    background: #fff;
    -webkit-box-shadow: 0px 2px 10px rgba(18, 50, 98, 0.15);
    box-shadow: 0px 2px 10px rgba(18, 50, 98, 0.15);
    border-radius: 5px;
}

    .tab__item.active .tab__title {
        color: #6FCC82;
    }

        .tab__item.active .tab__title:after {
            width: 45%;
        }

    .tab__item.active .tab__content {
        margin-top: 15px;
        padding-top: 15px;
        max-height: 1000px;
        border-top: 1px solid #CCCFD5;
    }

    .tab__item.active .tab__close {
        border-color: #6FCC82;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.modal {
    --width: 24px;
    --height: auto;
    --padding: 38px 30px 56px;
    --m-width: 508px;
    --m-height: auto;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(46, 46, 46, 0.5);
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}

    .modal.open {
        -webkit-transition: 0.3s ease-in;
        transition: 0.3s ease-in;
        visibility: visible;
        opacity: 1;
        z-index: 9999;
    }

    .modal .button {
        margin-top: 30px;
    }

.modal__close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: var(--width);
    height: var(--width);
    border-radius: 10px;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .modal__close:hover {
        opacity: .7;
    }

    .modal__close::after, .modal__close::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: calc(var(--width)/10);
        background: #000;
        border-radius: 2px;
    }

    .modal__close::after {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .modal__close::before {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
    }

.modal-wrapper {
    position: relative;
    top: 40%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    max-width: var(--m-width);
    padding: var(--padding);
    background: #fff;
    -webkit-box-shadow: 0px 4px 10px rgba(58, 68, 99, 0.1);
    box-shadow: 0px 4px 10px rgba(58, 68, 99, 0.1);
    border: 1px solid #C0C0C0;
    border-radius: 2px;
    height: var(--height);
    max-height: var(--m-height);
    margin: auto;
    overflow: auto;
}

.modal-form {
    display: block;
}

    .modal-form input {
        width: 100%;
    }

.modal__title {
    font-family: "Ubuntu", sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 37px;
    text-align: left;
    color: #2B2B2B;
}

.modal__subtitle {
    margin-top: 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
}

.modal__button {
    margin: 0 auto;
    margin-top: 30px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.offers-modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    flex-direction: column;
}

.modal {
    --m-width: 720px;
}

.modal__offers .modal-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
}

.modal__offers .offer-body {
    grid-auto-flow: row;
}

.modal__offers .offer__label {
    font-size: 16px;
    line-height: 18px;
}

.modal__offers .modal__title {
    padding: 0 20px;
    margin: auto;
    margin-bottom: 20px;
    max-width: 580px;
    font-weight: bold;
    font-size: 30px;
    line-height: 41px;
    text-align: center;
    color: #000000;
}

.modal__offers .offer {
    background-color: #fff;
}

@media only screen and (min-width: 54.33333em) {
    .hidden--desktop {
        display: none;
        visibility: hidden;
    }
}

@media (max-width: 79.94444em) {
    .header-logo > span, .footer-logo > span {
        display: none;
    }
}

@media (max-width: 54.27778em) {
    .hidden--mobile {
        display: none;
        visibility: hidden;
    }

    h1, h2 {
        margin-bottom: 10px;
        font-size: 24px;
        line-height: 29px;
    }

    h2 {
        margin-bottom: 0;
        font-size: 20px;
        line-height: 28px;
    }

    .desc {
        font-size: 14px;
        line-height: 20px;
    }

    .subtitle {
        font-size: 10px;
        line-height: 15px;
    }

    .header-logo img {
        max-width: 26px;
        max-height: 26px;
    }

    .header-logo a span {
        font-size: 15px;
        line-height: 10px;
    }

    .header-links {
        display: -ms-grid;
        display: grid;
        justify-items: end;
        gap: 6px;
    }

        .header-links a {
            font-size: 10px;
            line-height: 11px;
        }

    .footer-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .footer-links a {
        display: block;
        margin-top: 20px;
    }

    .footer-logo img {
        max-width: 26px;
        max-height: 26px;
    }

    .footer-logo a span {
        font-size: 15px;
        line-height: 10px;
    }

    form {
        margin-top: 15px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: 50px 50px;
        grid-template-rows: 50px 50px;
        gap: 25px;
    }

        form .button {
            padding: 10px 0;
            font-size: 18px;
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
        }

        form .checkbox {
            -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
            order: 0;
        }

            form .checkbox label {
                font-size: 14px;
            }

                form .checkbox label a {
                    font-size: inherit;
                }

        form .choice span {
            font-size: 14px;
        }

        form .choice label {
            font-size: 14px;
        }

    .subscribe .container {
        padding: 36px 15px 46px;
    }

    .info {
        font-size: 10px;
        line-height: 16px;
    }

        .info h3 {
            font-size: 24px;
            line-height: 29px;
        }

        .info article div[data-column="2"] {
            -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
        }

    .modal-wrapper {
        --padding: 28px 20px 36px;
    }

    .modal__title {
        font-size: 20px;
        line-height: 22px;
    }

    .offers-modal {
        flex-direction: row;
    }

    .offers .offer {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        padding-left: 10px;
        padding-right: 10px;
    }

    .offers .offer__footer {
        grid-column-end: 2;
        text-align: left;
        font-size: 14px;
        line-height: 14px;
        max-width: 250px;
    }

    .offers .offer-header {
        -ms-grid-columns: max-content 1fr max-content;
        grid-template-columns: -webkit-max-content 1fr -webkit-max-content;
        grid-template-columns: max-content 1fr max-content;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 8px;
        margin-bottom: 8px;
        border-bottom: 1px solid #D7D7D7;
    }

    .offers .offer__bage {
        justify-self: flex-end;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .offers .offer-info {
        display: -ms-grid;
        display: grid;
        grid-auto-flow: column;
        gap: 15px;
    }

    .offers .offer__image img {
        -o-object-position: left !important;
        object-position: left !important;
    }

    .offers .offer-body {
        max-width: 400px;
        gap: 17px;
    }

    .offers .offer-button {
        position: absolute;
        right: 10px;
        bottom: 14px;
    }

    .modal__offers .offers {
        margin-top: 0;
        -ms-grid-columns: (minmax(150px, 1fr))[auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 10px;
        justify-content: center;
    }

    .modal__offers .modal__title {
        font-size: 16px;
        line-height: 22px;
    }

    .modal__offers .offers .offer-body {
        gap: 10px;
    }

        .modal__offers .offers .offer-body > div {
            -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
        }

    .modal__offers .offers .offer__value {
        text-align: left;
        font-size: 12px;
    }

    .modal__offers .offers .offer__image {
        max-height: 100px;
        max-width: 150px;
    }

    .modal__offers .offers .offer-body {
        grid-auto-flow: row;
    }

    .modal__offers .offers .offer__button {
        font-size: 14px;
        padding: 15px 10px;
        line-height: 16px;
    }
}

@media (min-width: 17.77778em) and (max-width: 42.61111em) {
    .offers .offer__bage {
        padding: 2px 6px;
        max-width: 20px;
        max-height: 20px;
        font-size: 10px;
        line-height: 16px;
    }

    .offers .offer__image {
        max-width: 50px;
        max-height: 22px;
    }

    .offers .offer__name {
        font-size: 10px;
        line-height: 16px;
    }

    .offers .offer__desc {
        font-size: 10px;
        line-height: 16px;
    }

    .offers .offer-body {
        max-width: 216px;
        gap: 17px;
    }

    .offers .offer__value {
        font-size: 10px;
        line-height: 14px;
    }

    .offers .offer-button button {
        font-size: 9px;
        line-height: 16px;
    }

    .needs h2 {
        text-align: center;
    }

    .needs-list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

        .needs-list > div {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            justify-self: center;
        }

        .needs-list p {
            text-align: center;
        }
}

@media (min-width: 17.77778em) and (max-width: 26.61111em) {
    .offers .offer-header {
        gap: 0;
    }

    .offers .offer__image {
        margin-right: 15px;
    }
}

@media (max-width: 330px) {
    .offers .offer-body {
        max-width: 180px;
        gap: 6px;
    }

    .offers .offer__value {
        font-size: 8px;
    }
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}