@charset "UTF-8";
/**
 * This file contains stuff that is shared between variants
 */
/**
 * This file contains stuff that can vary between variants
 */
/**
 * Calculate an em size based on a context
 */
/**
 * Conditionally output stuff.
 * The idea is to be able to target print, browsers, sizes etc.
 */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    /* 1 */
    display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
    outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

/**
 * 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;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}

/**
 * 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;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
    font: inherit;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
    font-weight: bold;
}

/**
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
    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 and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

/**
 * 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 */
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #fff;
    font-family: "Arial", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #404040;
}

p,
ul,
ol {
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    margin: 0;
    font-weight: normal;
}

hr {
    background-color: #d9d9d9;
    border-bottom: none;
    border-top: none;
    border-left: none;
    border-right: none;
    height: 1px;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}

fieldset {
    border: none;
    background-color: #f7f7f7;
    padding: 15px 30px 30px 30px;
    margin-top: 50px;
}
fieldset .form-group {
    margin-bottom: 20px;
}

legend {
    font-family: "shell-typeface", "Trebuchet MS", Arial, sans-serif;
    font-weight: 900;
    font-size: 18px;
    text-transform: uppercase;
    transform: translate(-30px, -21px);
}

@media (min-width: 768px) {
    body {
        font-size: 20px;
    }
}
@font-face {
    font-family: 'shell-typeface';
    font-display: swap;
    font-weight: 700;
    src: url('/fonts/ShellHeavy.woff2') format('woff2');
    unicode-range: U+0020-007E, U+00A0-00FF, U+0100-017F, U+018F, U+0192, U+01A0-01A1, U+01AF-01B0, U+01C4-01D4, U+01DD,
    U+01E6-01E7, U+01F4-01F5, U+01FA-0201, U+0218-021B, U+0226-0227, U+0237, U+0259, U+02BB-02BC, U+02C6-02C7, U+02C9,
    U+02D8-02DD, U+0309, U+0323, U+0326, U+037E, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03CE, U+0400-045F, U+0490-0493,
    U+0496-0497, U+049A-049D, U+04A2-04A3, U+04AE-04B3, U+04B6-04BB, U+04C0, U+04CF, U+04D8-04D9, U+04E2-04E3,
    U+04E8-04E9, U+04EE-04EF, U+1E1E, U+1E80-1E85, U+1E9E, U+1EA0-1EF9, U+2010-2015, U+2017-201E, U+2020-2022, U+2026,
    U+2030, U+2039-203A, U+203E, U+2044, U+2070, U+2074-2079, U+2080-2089, U+20A3-20A4, U+20A7, U+20AB-20AC, U+20B4,
    U+2101, U+2105, U+2113, U+2116-2117, U+2122, U+2126, U+212E, U+2153-215E, U+2202, U+2205-2206, U+220F, U+2211-2212,
    U+2215, U+2218-221A, U+221E, U+222B, U+223C, U+2243, U+2248, U+2260, U+2264-2265, U+25CA, U+FB00-FB04;
}

@font-face {
    font-family: 'shell-typeface';
    font-display: swap;
    font-weight: 400;
    src: url('/fonts/ShellBook.woff2') format('woff2');
    unicode-range: U+0020-007E, U+00A0-00FF, U+0100-017F, U+018F, U+0192, U+01A0-01A1, U+01AF-01B0, U+01C4-01D4, U+01DD,
    U+01E6-01E7, U+01F4-01F5, U+01FA-0201, U+0218-021B, U+0226-0227, U+0237, U+0259, U+02BB-02BC, U+02C6-02C7, U+02C9,
    U+02D8-02DD, U+0309, U+0323, U+0326, U+037E, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03CE, U+0400-045F, U+0490-0493,
    U+0496-0497, U+049A-049D, U+04A2-04A3, U+04AE-04B3, U+04B6-04BB, U+04C0, U+04CF, U+04D8-04D9, U+04E2-04E3,
    U+04E8-04E9, U+04EE-04EF, U+1E1E, U+1E80-1E85, U+1E9E, U+1EA0-1EF9, U+2010-2015, U+2017-201E, U+2020-2022, U+2026,
    U+2030, U+2039-203A, U+203E, U+2044, U+2070, U+2074-2079, U+2080-2089, U+20A3-20A4, U+20A7, U+20AB-20AC, U+20B4,
    U+2101, U+2105, U+2113, U+2116-2117, U+2122, U+2126, U+212E, U+2153-215E, U+2202, U+2205-2206, U+220F, U+2211-2212,
    U+2215, U+2218-221A, U+221E, U+222B, U+223C, U+2243, U+2248, U+2260, U+2264-2265, U+25CA, U+FB00-FB04;
}

@font-face {
    font-family: "shell";
    src: url("./lib/source/fonts/shell-v2.0/fonts/shell.eot?ir5a21");
    src: url("./lib/source/fonts/shell-v2.0/fonts/shell.eot?ir5a21#iefix") format("embedded-opentype"), url("./lib/source/fonts/shell-v2.0/fonts/shell.ttf?ir5a21") format("truetype"), url("./lib/source/fonts/shell-v2.0/fonts/shell.woff?ir5a21") format("woff"), url("./lib/source/fonts/shell-v2.0/fonts/shell.svg?ir5a21#shell") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.layout {
    margin: 0 auto;
}
.layout__middle {
    min-height: 200px;
    margin: auto;
}
.layout__unit {
    margin-bottom: 20px !important;
}
.layout__unit--mini {
    margin-bottom: 15px !important;
}
.layout__unit--large {
    margin-bottom: 40px !important;
}
.layout__segment {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.layout__segment--center {
    text-align: center;
}
.layout__segment--hr-bottom .layout__segment__container {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 40px;
}
.layout__segment--hr-top .layout__segment__container {
    border-top: 1px solid #d9d9d9;
    padding-top: 40px;
}
.layout__segment__bottom {
    margin-top: 60px;
    text-align: center;
}

@media (min-width: 889px) {
    .layout__unit {
        margin-bottom: 40px !important;
    }
    .layout__unit--large {
        margin-bottom: 60px !important;
    }
    .layout__segment {
        max-width: 1080px;
    }
    .layout__main {
        width: 60%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding-right: 20px;
    }
    .layout__sidebar {
        width: 40%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding-left: 20px;
    }
}
@media (min-width: 1200px) {
    .layout__segment {
        max-width: 1120px;
        padding-left: 40px;
        padding-right: 40px;
        margin-top: 80px;
        margin-bottom: 40px;
    }
    .layout__main {
        width: 60%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding-right: 20px;
    }
    .layout__sidebar {
        width: 40%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding-left: 20px;
    }
}
.grid__row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.grid__column {
    display: flex;
    box-sizing: border-box;
    word-break: break-word;
    padding: 10px;
}
.grid__column--1-2, .grid__column--1-3, .grid__column--1_4, .grid__column--2-4, .grid__column--3_4 {
    width: 100%;
}

@media (min-width: 889px) {
    .grid__column {
        padding: 0 10px;
    }
    .grid__column--1-2 {
        width: 50%;
    }
    .grid__column--1-3 {
        width: calc(100% / 3);
    }
    .grid__column--1_4 {
        width: 25%;
    }
    .grid__column--2-4 {
        width: 50%;
    }
    .grid__column--3_4 {
        width: 75%;
    }
}
@media (min-width: 1200px) {
    .grid__row {
        margin-right: -20px;
        margin-left: -20px;
    }
    .grid__column {
        padding: 0 20px;
    }
    .grid__column--1-2 {
        width: 50%;
    }
}
.footer {
    text-align: center;
    margin-top: 90px;
}
.footer__container {
    margin: auto;
    padding-left: 60px;
    padding-right: 60px;
    max-width: 1080px;
}
.footer__logo {
    margin-bottom: 70px;
}
.footer__menu {
    display: flex;
    flex-direction: column;
    justify-items: center;
}
.footer__menu__col {
    width: 100%;
}
.footer__menu__col:not(:last-child) {
    margin-bottom: 40px;
}
.footer__menu__title {
    font-family: "shell-typeface", Trebuchet MS, Arial, sans-serif;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    padding-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 20px;
}
.footer__menu__link {
    color: #7f7f7f;
    font-size: 16px;
    display: block;
    padding: 4px 0;
}
.footer__copyright {
    padding: 60px 0 70px;
    font-size: 12px;
    color: #7f7f7f;
}
.footer__bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    margin-bottom: 1px;
    box-shadow: 0 1px #e1e1e1;
    border-bottom: 1px solid #396e98;
    border-top: 1px solid #c1deef;
    background: linear-gradient(#097dc2, #014880);
    color: #fff;
    font-size: 10px;
    padding: 20px;
}
.footer__bottom__logo {
    position: relative;
    display: inline-flex;
    padding-right: 10px;
    margin-right: 15px;
}
.footer__bottom__logo:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 26px;
    width: 1px;
    background: #fff;
    transform: rotate(12deg);
}
.footer__bottom__logo__img {
    width: 52px;
}

@media (min-width: 768px) {
    .footer {
        margin-top: 160px;
    }
    .footer__container {
        padding-left: 0;
        padding-right: 0;
    }
    .footer__menu {
        flex-direction: row;
    }
    .footer__menu__col {
        margin: 0 20px;
    }
    .footer__menu__title {
        padding-bottom: 30px;
    }
    .footer__menu__link {
        padding: 10px;
    }
    .footer__bottom {
        height: 112px;
        font-size: 16px;
    }
    .footer__bottom__logo {
        position: relative;
        display: inline-flex;
        padding-right: 10px;
        margin-right: 15px;
    }
    .footer__bottom__logo:after {
        height: 35px;
    }
    .footer__bottom__logo__img {
        width: 66px;
    }
}
.header--merge .header__background {
    margin-top: -163px;
    margin-bottom: -170px;
}
.header--merge-up .header__background {
    margin-top: -163px;
}
.header--small .header__background {
    min-height: auto;
}
.header--small .header__background__container {
    margin: 180px auto 100px auto;
}
.header__close {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 20px;
    line-height: 1;
}
.header__close:before {
    font-family: "shell";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 17px;
}
.header--background .header__close:before {
    color: #fbce07;
}
.header__background {
    min-height: 420px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding: 40px;
    color: #fff;
}
.header__background__container {
    margin: 160px auto 130px auto;
    max-width: 1040px;
    text-align: center;
}
.header__background__container .heading--1 {
    margin-bottom: 15px;
}
.header__background__text {
    font-family: "shell-typeface", Trebuchet MS, Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 900;
    max-width: 894px;
    margin: auto;
}
.header__container {
    max-width: 1080px;
    margin: auto;
    justify-content: center;
    padding: 20px 20px 0 20px;
}

@media (min-width: 600px) {
    .header__close {
        right: 0;
        top: 0;
    }
    .header__container {
        display: flex;
        padding: 45px 20px 0;
    }
}
@media (min-width: 768px) {
    .header--merge .header__background {
        margin-top: -132px;
        margin-bottom: -244px;
    }
    .header--merge-up .header__background {
        margin-top: -132px;
    }
    .header__background {
        min-height: 570px;
    }
    .header__background__container {
        margin: 180px auto 219px auto;
    }
    .header__background__text {
        font-family: "shell-typeface", Trebuchet MS, Arial, sans-serif;
        font-size: 42px;
        line-height: 50px;
        font-weight: 900;
    }
}
@media (min-width: 1300px) {
    .header__close {
        position: absolute;
        right: 20px;
        top: 28px;
    }
}
.logo {
    line-height: 0;
}
.header .logo {
    margin-bottom: 10px;
}
.logo__link {
    display: block;
}

@media (min-width: 600px) {
    .header .logo {
        margin-right: 20px;
        display: block;
    }
}
@media (min-width: 1300px) {
    .header .logo {
        position: absolute;
        left: 40px;
        top: 34px;
    }
}
.heading {
    font-family: "shell-typeface", Trebuchet MS, Arial, sans-serif;
    text-transform: none;
}
.heading--align-center {
    text-align: center;
}
.heading--1 {
    font-family: "shell-typeface", Trebuchet MS, Arial, sans-serif;
    font-size: 28px;
    line-height: 38px;
    font-weight: 900;
    word-break: break-word;
}
.heading--2 {
    font-family: "shell-typeface", Trebuchet MS, Arial, sans-serif;
    font-size: 28px;
    line-height: 38px;
    font-weight: 900;
    word-break: break-word;
}
.heading--3 {
    font-family: "shell-typeface", Trebuchet MS, Arial, sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 900;
}

@media (min-width: 768px) {
    .heading--1 {
        font-family: "shell-typeface", Trebuchet MS, Arial, sans-serif;
        font-size: 62px;
        line-height: 72px;
        font-weight: 900;
    }
    .heading--2 {
        font-family: "shell-typeface", Trebuchet MS, Arial, sans-serif;
        font-size: 42px;
        line-height: 50px;
        font-weight: 900;
    }
    .heading--3 {
        font-family: "shell-typeface", Trebuchet MS, Arial, sans-serif;
        font-size: 24px;
        line-height: 32px;
        font-weight: 900;
    }
}
.wizard {
    width: 100%;
    max-width: 1040px;
}
.wizard__items {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-left: -3px;
    margin-right: -3px;
    padding: 0;
}
.wizard__item {
    flex-grow: 1;
    flex-basis: 0;
    padding: 3px;
    counter-increment: link;
}
.wizard__item.wizard__item--active .wizard__link {
    color: #404040;
    border-bottom-color: #fbce07;
}
.header--background .wizard__item.wizard__item--active .wizard__link {
    color: #fff;
}
.wizard__link {
    display: block;
    padding: 8px 0;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: #d9d9d9;
    border-bottom: 2px solid #d9d9d9;
    text-align: center;
}
.header--background .wizard__link {
    color: rgba(255, 255, 255, 0.5);
    border-bottom-color: rgba(255, 255, 255, 0.5);
}
.wizard__link:before {
    content: "0" counter(link);
}
.wizard__link__text {
    display: none;
}

@media (min-width: 600px) {
    .wizard__items {
        margin-left: -14px;
        margin-right: -14px;
    }
    .wizard__item {
        padding: 0 14px;
    }
}
@media (min-width: 889px) {
    .wizard__link {
        display: flex;
        text-align: left;
    }
    .wizard__link:before {
        margin-right: 10px;
    }
    .wizard__link__text {
        display: inline-block;
    }
}
.text__small {
    font-size: 14px;
    line-height: 24px;
}
.text h1,
.text h2,
.text h3,
.text h4 {
    margin-bottom: 20px;
}
.text h1:not(:first-child),
.text h2:not(:first-child),
.text h3:not(:first-child),
.text h4:not(:first-child) {
    margin-top: 25px;
}
.text p {
    margin: 20px 0;
}
.text p:first-child {
    margin-top: 0;
}
.text p:last-child {
    margin-bottom: 0;
}
.text a {
    color: #dd1d21;
}
.text ul {
    list-style: disc;
    margin: 0 0 1em 1.2em;
}
.text ul li {
    margin-bottom: 10px;
}
.text ul ul {
    margin-bottom: 0;
}
.text ol {
    list-style: decimal;
    margin: 0 0 1em 1.5em;
}
.text ol ol {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .text h1,
    .text h2,
    .text h3,
    .text h4 {
        margin-bottom: 30px;
    }
    .text h1:not(:first-child),
    .text h2:not(:first-child),
    .text h3:not(:first-child),
    .text h4:not(:first-child) {
        margin-top: 50px;
    }
}
.picture {
    padding-bottom: 50%;
    position: relative;
    overflow: hidden;
    display: block;
    background: #eee;
}

.picture > img {
    position: absolute;
    width: 100%;
    height: auto;
}

.section-heading {
    text-align: center;
    margin-bottom: 40px;
}
.section-heading .heading {
    margin-bottom: 25px;
}
.section-heading__warning {
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
    color: #dd1d21;
}
.section-heading__warning:before {
    font-family: "shell";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 46px;
    margin-right: 20px;
}
.section-heading__image {
    max-width: 200px;
    max-height: 200px;
}
.section-heading__text {
    font-size: 16px;
    line-height: 24px;
    max-width: 770px;
    margin: auto;
    margin-top: 20px;
}
.section-heading__text > a {
    color: #dd1d21;
}
.section-heading__text > a:hover {
    text-decoration: underline;
}
.section-heading__phone {
    display: inline-block;
    color: #dd1d21;
    font-family: "shell-typeface", Trebuchet MS, Arial, sans-serif;
    font-size: 28px;
    line-height: 38px;
    font-weight: 900;
    word-break: break-word;
    margin-top: 20px;
}

@media (min-width: 768px) {
    .section-heading {
        margin-bottom: 50px;
    }
    .section-heading .heading {
        margin-bottom: 23px;
    }
    .section-heading__text {
        font-size: 20px;
        line-height: 30px;
    }
    .section-heading__phone {
        font-family: "shell-typeface", Trebuchet MS, Arial, sans-serif;
        font-size: 42px;
        line-height: 50px;
        font-weight: 900;
    }
}
.hero {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 570px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding: 40px;
}
.hero__container {
    margin: auto;
    max-width: 1040px;
    text-align: center;
}

.card {
    box-shadow: 0px 0px 35px #0000001a;
    border-radius: 5px;
    background-color: #fff;
    width: 100%;
}
.card__body {
    padding: 20px;
    line-height: 26px;
}
.card__body ul {
    text-align: left;
}
.card__body .button {
    margin-top: 30px;
}
.card__title {
    display: inline-flex;
    align-items: center;
    font-family: "shell-typeface", Trebuchet MS, Arial, sans-serif;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 16px;
    margin-bottom: 20px;
}
.grid__column--1-3 .card__title {
    display: block;
}
.grid__column--1-3 .card__title::before {
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
}
.card__title--shellcard-icon:before {
    font-family: "shell";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    color: #dd1d21;
    font-size: 40px;
    margin-right: 17px;
}
.card__title--touch-check-icon:before {
    font-family: "shell";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    color: #dd1d21;
    font-size: 40px;
    margin-right: 17px;
}
.card__title--card-check-icon:before {
    font-family: "shell";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    color: #dd1d21;
    font-size: 40px;
    margin-right: 17px;
}
.card__text {
    font-size: 16px;
    line-height: 24px;
}

@media (min-width: 768px) {
    .card__body {
        text-align: center;
        padding: 50px 60px;
    }
    .grid__column--1-3 .card__body {
        padding: 40px;
    }
    .card__body .button {
        margin-top: 40px;
    }
    .card__title {
        margin-top: 0;
        font-size: 20px;
    }
    .card__title--shellcard-icon:before {
        font-size: 46px;
        margin-right: 20px;
    }
    .card__title--touch-check-icon:before {
        font-size: 46px;
        margin-right: 20px;
    }
    .card__title--card-check-icon:before {
        font-size: 46px;
        margin-right: 20px;
    }
    .card__text {
        line-height: 26px;
    }
}
.button {
    font-family: "shell-typeface", Trebuchet MS, Arial, sans-serif;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    display: block;
    text-align: center;
    padding: 10px;
    box-shadow: 0px 15px 35px #0000001a;
    border-radius: 5px;
    background-color: #fbce07;
    color: #000;
    border: none;
    cursor: pointer;
}
@media only screen and (min-width: 768px) {
    .button {
        font-size: 20px;
        display: inline-block;
        min-width: 268px;
        padding: 20px;
    }
}
.button:disabled, .button[disabled] {
    opacity: 50%;
    cursor: default;
}

.box {
    box-shadow: 0px 0px 35px #0000001a;
    border-radius: 5px;
    background-color: #fff;
    width: 100%;
}
.box__head {
    display: flex;
}
.box__head--center {
    text-align: center;
}
.box__head.box__head--title {
    min-height: auto;
}
.box__head--background {
    background-color: #d9d9d9;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.box__head__container {
    margin: auto;
    max-width: 810px;
    padding: 42px 20px;
}
.box__head--title .box__head__container {
    padding-bottom: 0;
}
.box__head--title .box__head__container .heading {
    color: #404040;
}
.box__head .heading {
    color: #fff;
    margin: 0;
}
.box__body {
    margin: auto;
    max-width: 810px;
    padding: 20px;
}
.box__body--center {
    text-align: center;
}
.box__foot {
    margin: auto;
    max-width: 810px;
    padding: 0 20px 20px 20px;
}
.box__foot--center {
    text-align: center;
}
.box__list {
    overflow-x: auto;
    padding: 0 20px 20px 20px;
}

@media (min-width: 889px) {
    .box__head {
        min-height: 276px;
    }
    .box__head__container {
        max-width: 850px;
        padding: 40px;
    }
    .box--w100 .box__head__container {
        padding: 60px 80px;
        max-width: none;
    }
    .box__body {
        max-width: 850px;
        padding: 40px;
    }
    .box--w100 .box__body {
        padding: 60px 80px;
        max-width: none;
    }
    .box__foot {
        max-width: 850px;
        padding: 0 40px 40px 40px;
    }
    .box--w100 .box__foot {
        padding: 0 80px 60px 80px;
        max-width: none;
    }
    .box__foot--center {
        text-align: center;
    }
    .box__list {
        padding: 0 40px 40px 40px;
    }
}
.list {
    overflow-x: auto;
}
.list__row {
    display: flex;
    border-bottom: 1px solid #d9d9d9;
    padding: 30px 0;
}
.list__row:first-child {
    border-top: 1px solid #d9d9d9;
}
.list--company-info .list__row {
    justify-content: space-between;
}
.list__column:not(.list__column:last-child) {
    margin-right: 20px;
}
.list--company-info .list__column:first-child {
    font-family: "shell-typeface", Trebuchet MS, Arial, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}
.list--summary .list__column:first-child {
    font-weight: 900;
    text-transform: uppercase;
    min-width: 280px;
}
.list--summary .list__column:nth-child(2) {
    font-size: 18px;
    flex-grow: 1;
}
.list--summary .list__column:last-child {
    font-weight: 900;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .list__column {
        font-size: 20px;
    }
}
.form-group {
    width: 100%;
}
.grid__column .form-group {
    margin-bottom: 27px;
}
.form-group--max-width {
    max-width: 500px;
    margin: 0 auto 33px auto;
}
.form-group--inline {
    display: inline-flex;
    flex-direction: column;
    text-align: left;
    width: 100%;
}
.form-group--inline .form-group__validation {
    flex-grow: 1;
}
.form-group--inline .form-group__input {
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 5px;
    background-color: #e9e9e9;
    font-family: "shell-typeface", Trebuchet MS, Arial, sans-serif;
    font-size: 16px;
    font-weight: 900;
    color: #404040;
    padding: 10px 16px;
    height: 46px;
    border: none;
    outline-width: 3px;
    outline-color: #097dc2;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    text-align: center;
}
.form-group--inline .form-group__input::-webkit-input-placeholder {
    color: #7f7f7f;
    opacity: 1;
}
.form-group--inline .form-group__input:-moz-placeholder {
    color: #7f7f7f;
    opacity: 1;
}
.form-group--inline .form-group__input::-moz-placeholder {
    color: #7f7f7f;
    opacity: 1;
}
.form-group--inline .form-group__input:-ms-input-placeholder {
    color: #7f7f7f;
    opacity: 1;
}
@media only screen and (min-width: 768px) {
    .form-group--inline .form-group__input {
        font-size: 18px;
        height: 56px;
    }
}
.form-group--inline .form-group__button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: none;
    padding: 0 35px;
    margin: 0;
    font-family: "shell-typeface", Trebuchet MS, Arial, sans-serif;
    font-weight: 900;
    font-size: 18px;
    text-transform: uppercase;
    background-color: #fbce07;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
.form-group--inline .form-group__button--icon:before {
    font-family: "shell";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    color: #000;
    font-size: 20px;
}
.form-group__inline {
    display: inline-flex;
}
.form-group__label {
    display: block;
    float: left;
    font-family: "shell-typeface", Trebuchet MS, Arial, sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: 900;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.form-group__label + .tooltip {
    float: left;
    margin-top: 3px;
}
.form-group--required .form-group__label:after {
    content: "*";
    display: inline-block;
    margin-left: 5px;
    color: #dd1d21;
    font-weight: 100;
    transform: translateY(-3px);
}
.form-group__validation {
    position: relative;
    clear: both;
    width: 100%;
}
.form-group__validation .form-group__input {
    padding-right: 53px;
}
.form-group__validation:after {
    position: absolute;
    top: 17px;
    right: 20px;
}
.has-success .form-group__validation:after {
    font-family: "shell";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    color: #00b44c;
}
.has-error .form-group__validation .form-group__input {
    background-color: #ffe8e9;
}
.has-error .form-group__validation:after {
    font-family: "shell";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    color: #dd1d21;
}
.form-group__input {
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 5px;
    background-color: #e9e9e9;
    font-family: "shell-typeface", Trebuchet MS, Arial, sans-serif;
    font-size: 16px;
    font-weight: 900;
    color: #404040;
    padding: 10px 16px;
    height: 46px;
    border: none;
    outline-width: 3px;
    outline-color: #097dc2;
}
.form-group__input::-webkit-input-placeholder {
    color: #7f7f7f;
    opacity: 1;
}
.form-group__input:-moz-placeholder {
    color: #7f7f7f;
    opacity: 1;
}
.form-group__input::-moz-placeholder {
    color: #7f7f7f;
    opacity: 1;
}
.form-group__input:-ms-input-placeholder {
    color: #7f7f7f;
    opacity: 1;
}
@media only screen and (min-width: 768px) {
    .form-group__input {
        font-size: 18px;
        height: 56px;
    }
}
.form-group__suffix {
    font-size: 15px;
    line-height: 1;
    margin-top: 10px;
}
.form-group__suffix.filled {
    color: #dd1d21;
}
.form-group__suffix.filled > span {
    margin-right: 5px;
}
.form-group__select {
    display: flex;
    align-items: center;
    width: 100%;
    appearance: none;
    border-radius: 5px;
    background-color: #e9e9e9;
    background-image: url("/lib/source/gfx/icons/arrow-down.svg");
    background-repeat: no-repeat;
    background-position: right 25px center;
    background-size: 22px;
    font-family: "shell-typeface", Trebuchet MS, Arial, sans-serif;
    font-size: 18px;
    font-weight: 900;
    color: #404040;
    padding: 12px 16px 10px;
    height: 56px;
    border: none;
    outline-width: 3px;
    outline-color: #097dc2;
}
.form-group__checkbox {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.form-group__checkbox__label {
    position: relative;
    padding-left: 50px;
    pointer-events: none;
    min-height: 40px;
    padding-top: 5px;
    max-width: calc(100% - 21px);
}
.form-group__checkbox__label:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: block;
    height: 36px;
    width: 36px;
    border: 2px solid #fbce07;
    border-radius: 5px;
    margin-right: 20px;
}
.form-group__checkbox .tooltip {
    margin-left: 5px;
}
.form-group__checkbox a {
    position: relative;
    z-index: 1;
    color: #dd1d21;
    margin-left: 50px;
}
.form-group__checkbox a:hover {
    text-decoration: underline;
}
.form-group__checkbox__input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.form-group__checkbox__input:checked + .form-group__checkbox__label:before {
    background-color: #fbce07;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form-group__checkbox__input:checked + .form-group__checkbox__label:before {
    font-family: "shell";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}
.form-group__radio {
    position: relative;
    display: flex;
    align-items: center;
}
.form-group__radio__label {
    position: relative;
    padding-left: 50px;
    pointer-events: none;
    min-height: 40px;
    padding-top: 5px;
}
.form-group__radio__label:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: block;
    height: 36px;
    width: 36px;
    border: 2px solid #fbce07;
    border-radius: 100%;
    margin-right: 20px;
}
.form-group__radio__input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.form-group__radio__input:checked + .form-group__radio__label:before {
    height: 20px;
    width: 20px;
    border: 10px solid #fbce07;
    background-color: #fff;
}

@media (min-width: 768px) {
    .grid__column .form-group {
        margin-bottom: 33px;
    }
    .form-group__label {
        font-size: 18px;
    }
    .form-group__checkbox__label {
        padding-left: 65px;
    }
    .form-group__checkbox a {
        position: relative;
        z-index: 1;
        color: #dd1d21;
        margin-left: 65px;
    }
    .form-group__checkbox a:hover {
        text-decoration: underline;
    }
}
.form-box__collapse:not(:last-child) .form-box__content {
    margin-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
}
.form-box__secondary {
    display: none;
}
.form-box__title {
    font-family: "shell-typeface", Trebuchet MS, Arial, sans-serif;
    font-weight: 900;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 16px;
    line-height: 30px;
}
.form-box__body {
    background-color: #f7f7f7;
    padding: 20px;
    overflow: hidden;
}
.form-box__body .form-group {
    margin-bottom: 20px;
}
.form-box__content {
    display: none;
}
.form-box .text p {
    margin-top: 0;
    margin-bottom: 30px;
}
.form-box__footer {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .form-box__body {
        padding: 30px;
    }
}
.range-input__slider {
    background-color: #e9e9e9;
    height: 30px;
    width: 100%;
    border-radius: 100px;
    position: relative;
}
.range-input__numbers__items {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0 15px 15px 15px;
}
.range-input__numbers__item {
    width: 20px;
    text-align: center;
    color: #A6A6A6;
    font-weight: 900;
    font-size: 18px;
}
.range-input__numbers__item.is-active {
    color: #404040;
}
.range-input__input {
    -webkit-appearance: none;
    position: relative;
    z-index: 9;
    width: 100%;
    height: 60px;
    transform: translateY(-15px);
    padding: 0;
    background: transparent;
}
.range-input__input::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    background: #fbce07;
    border: 10px solid #fff;
    box-shadow: 0 0 6px #00000029;
    cursor: pointer;
    transform: translateY(5px);
}
.range-input__input::-moz-range-thumb {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    background: #fbce07;
    border: 10px solid #fff;
    box-shadow: 0 0 6px #00000029;
    cursor: pointer;
    box-sizing: border-box;
}
.range-input__input::-ms-thumb {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #fbce07;
    border: 10px solid #fff;
    box-shadow: 0 0 6px #00000029;
    cursor: pointer;
    box-sizing: border-box;
    transition: none;
}
.range-input__input::-ms-track {
    width: 100%;
    height: 5px;
    background: transparent;
    border-color: transparent;
    border-width: 6px 0;
    visibility: hidden;
}
.range-input__input::-ms-fill-lower {
    background-color: transparent;
}
.range-input__input::-webkit-slider-runnable-track {
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.range-input__input::-moz-range-track {
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.range-input__filled {
    position: absolute;
    top: 0;
    height: 100%;
    background-color: #fbce07;
    border-radius: 100px 0 0 100px;
}
.range-input__filled.is-end {
    border-radius: 100px;
}

.read-more__top {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}
.read-more__top:before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: #d9d9d9;
    transform: translateY(14px);
}
.read-more__button {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    background-color: #fff;
    color: #dd1d21;
    cursor: pointer;
}
.read-more__button:after {
    font-family: "shell";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-left: 15px;
    font-size: 20px;
    transition: transform 200ms ease-in-out;
    transform: rotate3d(1, 0, 0, 0deg);
}
.is-open .read-more__button:after {
    transform: rotate3d(1, 0, 0, 180deg);
}
.read-more__content {
    display: none;
}

@media (min-width: 768px) {
    .read-more__top:before {
        transform: translateY(18px);
    }
}
.table {
    box-shadow: 0px 0px 35px #0000001a;
    border-radius: 5px;
    background-color: #fff;
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
}
.table__icon--success:before {
    font-family: "shell";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 20px;
    color: #00b44c;
}
.table__icon--danger:before {
    font-family: "shell";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 20px;
    color: #dd1d21;
}
.table table {
    width: 100%;
    border-spacing: 0;
    font-size: 16px;
    line-height: 26px;
}
.table table thead tr th, .table table tbody tr td {
    padding: 17px 20px;
}
.table table thead tr th:not(:last-child), .table table tbody tr td:not(:last-child) {
    border-right: 1px solid #fff;
}
.table table thead tr th {
    background-color: #fbce07;
    font-family: "shell-typeface", Trebuchet MS, Arial, sans-serif;
    font-weight: 900;
}
.table table thead tr th:first-child {
    text-align: left;
}
.table table tbody tr td {
    text-align: center;
}
.table table tbody tr td:first-child {
    text-align: left;
    font-family: "shell-typeface", Trebuchet MS, Arial, sans-serif;
    font-weight: 900;
}
.table table tbody tr:nth-child(2n-1) td {
    background-color: #e9e9e9;
}
.table table tbody tr:nth-child(2n) td {
    background-color: #F4F4F4;
}

@media (min-width: 889px) {
    .table table {
        table-layout: fixed;
    }
}
.table-simple {
    overflow-x: auto;
    padding-bottom: 20px;
}
.table-simple__title {
    font-family: "shell-typeface", Trebuchet MS, Arial, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 16px;
}
.table-simple__edit {
    font-family: "shell-typeface", Trebuchet MS, Arial, sans-serif;
    font-weight: 900;
    font-size: 18px;
    text-transform: uppercase;
}
.table-simple__edit:before {
    font-family: "shell";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-right: 18px;
}
.table-simple__delete {
    color: #dd1d21;
    font-family: "shell-typeface", Trebuchet MS, Arial, sans-serif;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
}
.table-simple__delete:before {
    font-family: "shell";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-right: 18px;
}
.table-simple table {
    width: 100%;
    border-spacing: 0;
    font-size: 18px;
}
.table-simple table tr td {
    border-top: 1px solid #d9d9d9;
    vertical-align: top;
    white-space: nowrap;
}
.table-simple table tr td:not(:last-child) {
    padding: 25px 10px 25px 0px;
}
.table-simple table tr td:last-child {
    text-align: right;
    padding: 25px 0;
}
.table-simple table tr:last-child td {
    padding-bottom: 0;
}
.table-simple table tr.table-simple__sub-table + tr {
    background-color: #e9e9e9;
}
.table-simple table tr.table-simple__sub-table + tr td {
    text-align: left;
    padding: 25px 20px;
}
.table-simple table tr.table-simple__sub-table + tr > td {
    padding: 0;
    border-top: none;
}

@media (min-width: 768px) {
    .table-simple {
        padding-bottom: 0;
    }
    .table-simple__title {
        font-size: 18px;
    }
    .table-simple table {
        font-size: 20px;
    }
    .table-simple table tr td {
        white-space: normal;
    }
}
.fuel-card {
    background-color: #fbce07;
    box-shadow: 0 0 35px #0000001A;
    border-radius: 20px;
    padding: 20px;
}
.box__body .fuel-card {
    margin-left: -20px;
    margin-right: -20px;
    box-shadow: none;
    border-radius: 0;
}
.fuel-card .form-group input, .fuel-card .form-group select {
    background-color: #fff;
}
.fuel-card .form-group .form-group__checkbox__label:before {
    border-color: #fff;
    background-color: #fff;
}
.fuel-card .form-group .form-group__checkbox__input:checked + .form-group__checkbox__label:before {
    font-family: "shell";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    color: #404040;
}
.fuel-card__forms__column {
    margin-bottom: 20px;
}
.fuel-card__head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}
.fuel-card__title {
    font-family: "shell-typeface", Trebuchet MS, Arial, sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 900;
}
.fuel-card__delete {
    color: #dd1d21;
    font-family: "shell-typeface", Trebuchet MS, Arial, sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 900;
    text-transform: uppercase;
}
.fuel-card__delete:hover {
    text-decoration: underline;
}
.fuel-card__delete:hover {
    text-decoration: none;
}
.fuel-card__delete:before {
    font-family: "shell";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 16px;
    margin-right: 15px;
}

@media (min-width: 768px) {
    .fuel-card {
        padding: 30px 40px 45px 40px;
    }
    .box__body .fuel-card {
        margin-left: 0;
        margin-right: 0;
        box-shadow: 0 0 35px #0000001A;
        border-radius: 20px;
    }
    .fuel-card__forms__row {
        display: flex;
        flex-wrap: wrap;
        margin: -20px;
    }
    .fuel-card__forms__column {
        width: 50%;
        padding: 15px 20px;
    }
    .fuel-card__forms__column-100 {
        width: 100%;
        padding: 15px 20px;
    }
}
.tooltip {
    position: relative;
    line-height: 1;
    margin-left: 15px;
}
.tooltip__trigger {
    cursor: pointer;
}
.tooltip__trigger:before {
    font-family: "shell";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    color: #dd1d21;
}
.tooltip__content {
    visibility: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    padding: 60px 30px 50px;
    box-shadow: 0 0 35px #0000001A;
}
.is-open .tooltip__content {
    visibility: visible;
}
.tooltip__content:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 100%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
}
.tooltip__title {
    font-weight: 900;
    margin-bottom: 20px;
}
.tooltip__text {
    margin-bottom: 0;
    line-height: 1.4;
}
.tooltip__close {
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer;
    font-size: 14px;
}
.tooltip__close:before {
    font-family: "shell";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}

@media (min-width: 768px) {
    .tooltip__content {
        position: absolute;
        top: -15px;
        left: 50%;
        bottom: unset;
        min-width: 340px;
        transform: translate(-50%, -100%);
    }
}
.ordered-list ol {
    counter-reset: none;
    list-style: none;
    padding: 0;
}
.ordered-list ol li {
    position: relative;
    counter-increment: counter;
    padding-left: 62px;
    margin-bottom: 34px;
}
.ordered-list ol li:not(:last-child):before {
    content: "";
    height: 100%;
    width: 2px;
    position: absolute;
    top: 45px;
    left: 22px;
    background-color: #fbce07;
}
.ordered-list ol li:after {
    content: counter(counter);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 45px;
    font-family: "shell-typeface", Trebuchet MS, Arial, sans-serif;
    font-weight: 900;
    font-size: 20px;
    color: #404040;
    background-color: #fbce07;
    border-radius: 100%;
}
.ordered-list__title {
    font-family: "shell-typeface", Trebuchet MS, Arial, sans-serif;
    font-weight: 900;
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.ordered-list__text {
    font-size: 16px;
}

@media (min-width: 768px) {
    .ordered-list ol li {
        padding-left: 105px;
    }
    .ordered-list ol li:not(:last-child):before {
        top: 62px;
        left: 31px;
    }
    .ordered-list ol li:after {
        width: 62px;
        height: 62px;
        font-size: 24px;
    }
    .ordered-list ol__title {
        font-size: 24px;
        text-transform: none;
    }
}
.loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(13, 13, 13, 0.3);
    backdrop-filter: blur(2px);
}
.loading__roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.loading__roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}
.loading__roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    margin: -4px 0 0 -4px;
}
.loading__roller div:nth-child(1) {
    animation-delay: -0.036s;
}
.loading__roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}
.loading__roller div:nth-child(2) {
    animation-delay: -0.072s;
}
.loading__roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}
.loading__roller div:nth-child(3) {
    animation-delay: -0.108s;
}
.loading__roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}
.loading__roller div:nth-child(4) {
    animation-delay: -0.144s;
}
.loading__roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}
.loading__roller div:nth-child(5) {
    animation-delay: -0.18s;
}
.loading__roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}
.loading__roller div:nth-child(6) {
    animation-delay: -0.216s;
}
.loading__roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}
.loading__roller div:nth-child(7) {
    animation-delay: -0.252s;
}
.loading__roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}
.loading__roller div:nth-child(8) {
    animation-delay: -0.288s;
}
.loading__roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.alert {
    display: flex;
    align-items: center;
    padding: 20px;
    background-color: #d9d9d9;
}
.alert--danger {
    background-color: #ffe8e9;
}
.alert--danger:before {
    font-family: "shell";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-right: 10px;
    color: #dd1d21;
}

.error-message {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    display: none;
    justify-content: center;
    align-items: center;
    padding: 40px;
    background-color: rgba(0, 0, 0, 0.8);
}
.error-message.is-open {
    display: flex;
}
.error-message__box {
    position: relative;
    text-align: center;
    padding: 80px;
    width: 770px;
    min-height: 420px;
    background-color: #fff;
    box-shadow: 0 0 40px #000000;
    border: 1px solid #707070;
    border-radius: 5px;
}
.error-message__box__title {
    font-family: "shell-typeface", Trebuchet MS, Arial, sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 900;
    max-width: 500px;
    margin: auto;
}
.error-message__box__text {
    margin: 30px auto 0;
    max-width: 500px;
}
.error-message__box .button {
    margin: 50px auto 0;
}
.error-message__close {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 20px;
    line-height: 1;
    cursor: pointer;
}
.error-message__close:before {
    font-family: "shell";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 17px;
}
.header--background .error-message__close:before {
    color: #fbce07;
}

.icon-text {
    text-align: center;
}
.icon-text:before {
    content: "";
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    font-size: 24px;
    color: #fff;
    background-color: #dd1d21;
    border-radius: 100%;
    margin-bottom: 20px;
}
.icon-text--icon-card:before {
    font-family: "shell";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}
.icon-text--icon-shell-screen:before {
    font-family: "shell";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}
.icon-text--icon-email:before {
    font-family: "shell";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}
.icon-text__title {
    font-family: "shell-typeface", Trebuchet MS, Arial, sans-serif;
    font-weight: 900;
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.icon-text__text {
    font-size: 16px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .icon-text {
        text-align: left;
        position: relative;
        padding-left: 65px;
    }
    .icon-text:before {
        position: absolute;
        left: 0;
        top: 0;
    }
}
@media (min-width: 889px) {
    .icon-text {
        padding-left: 92px;
    }
    .icon-text:before {
        width: 62px;
        height: 62px;
        font-size: 30px;
    }
}
.select-number-of-cards {
    display: flex;
    justify-content: center;
    grid-gap: 20px;
    flex-direction: column;
}

@media (min-width: 768px) {
    .select-number-of-cards {
        flex-direction: row;
    }
}
