/*
  You can use import statements to include partials:
 */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

small {
    font-size: 0.80em;
}

@font-face {
    font-family: 'ARS Maquette Pro';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/arsmaquettepro-regular.woff2') format('woff2'),
        url('/fonts/arsmaquettepro-regular.woff') format('woff'),
        url('/fonts/arsmaquettepro-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'ARS Maquette Pro';
    font-style: normal;
    font-weight: 500;
    src: url('/fonts/arsmaquettepro-medium.woff2') format('woff2'),
        url('/fonts/arsmaquettepro-medium.woff') format('woff'),
        url('/fonts/arsmaquettepro-medium.ttf') format('truetype');
}

@font-face {
    font-family: 'ARS Maquette Pro';
    font-style: normal;
    font-weight: 600;
    src: url('/fonts/arsmaquettepro-bold.woff2') format('woff2'),
        url('/fonts/arsmaquettepro-bold.woff') format('woff'),
        url('/fonts/arsmaquettepro-bold.ttf') format('truetype');
}

body {
    font-family: 'ARS Maquette Pro', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    text-rendering: auto;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased !important;
    -moz-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

h1,
.H900 {
    font-size: 48px;
    line-height: 1.125;
    font-weight: 600;
}

h2,
.H800 {
    font-size: 28px;
    line-height: 1.16;
    font-weight: 600;
}

h3,
.H700 {
    font-size: 30px;
    line-height: 1.3;
    font-weight: 600;
}

.H600 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
}

h4,
.H500 {
    font-size: 18px;
    line-height: 1.33;
    font-weight: 500;
}

h5,
.H400,
.H350 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
}

.H350 {
    font-size: 18px;
}

h6,
.H300 {
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
}

.H200 {
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    display: block;
}

.H100 {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
}

p,
.paragraph {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

strong {
    font-weight: 500;
}

a {
    color: #0055b8;
    text-decoration: none;
    transition: color 0.25s ease-in-out;
    cursor: pointer;
}

a.no-style {
    text-decoration: none;
}

hr {
    margin: 40px 0;
    border: none;
    border-bottom: 1px dashed #768190;
}

.hidedesktop {
    display: none;
}

.res_cell.target,
.auto_cell.target {
    border-right: 1px solid #d9dde0;
    border-left: 1px solid #d9dde0;
}

.dtl {
    position: relative;
    font-size: 80%;
}

.dtl p {
    margin: 0;
    line-height: 20px;
}

.search-area .search-button--home,
.search-area .search-button--results {
    max-width: 250px;
}

.insert-cancel-btn {
    display: flex;
    justify-content: flex-end;
}

.insert-cancel-btn .btn {
    margin-left: 12px;
}

#signin span {
    display: none;
}

@media (max-width: 1399px) {

    h1,
    .H900 {
        font-size: 36px;
    }

    h2,
    .H800 {
        font-size: 28px;
    }

    h3,
    .H700 {
        font-size: 36px;
    }

    .H600 {
        font-size: 30px;
    }

    h4,
    .H500 {
        font-size: 22px;
    }

    .hidedesktop {
        display: none;
    }

}

@media (max-width: 991px) {

    h1,
    .H900 {
        font-size: 48px;
    }

    h2,
    .H800 {
        font-size: 30px;
    }

    h3,
    .H700 {
        font-size: 32px;
    }

    .H600 {
        font-size: 28px;
    }

    .hidedesktop {
        display: none;
    }

    #signin .icon {
        display: none;
    }

    #signin span {
        display: block;
    }

}

@media (max-width: 767px) {
    .hidedesktop {
        display: none;
    }

    .hidemobile {
        display: none !important;
    }

    .hidedesktop {
        display: block;
    }

    .icon-edit,
    .icon-delete {
        display: block !important;
    }

    .res_row {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .res_cell.target,
    .auto_cell.target {
        border-right: none;
        border-left: none;
        border-top: 1px solid #d9dde0;
        border-bottom: 1px solid #d9dde0;
    }

    .dtl {
        position: relative;
        font-size: 100%;
        background: #f4f6f8;
    }

    .dtl p {
        line-height: 24px;
    }

    .search-area .search-button--home,
    .search-area .search-button--results {
        max-width: 100%;
    }

}

@media (max-width: 575px) {

    h1,
    .H900 {
        font-size: 36px;
    }

    h2,
    .H800 {
        font-size: 20px;
    }

    h3,
    .H700 {
        font-size: 24px;
    }

    .H600 {
        font-size: 23px;
    }

    h4,
    .H500 {
        font-size: 18px;
    }

    h5,
    .H400,
    .H350 {
        font-size: 18px;
    }

    .H350 {
        font-size: 17px;
    }

    h6,
    .H300 {
        font-size: 16px;
    }

    .H200 {
        font-size: 15px;
    }

    .hidemobile {
        display: none !important;
    }

    .hidedesktop {
        display: block;
    }

    .icon-edit,
    .icon-delete {
        display: block !important;
    }

    .res_row {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .res_cell.target,
    .auto_cell.target {
        border-right: none;
        border-left: none;
        border-top: 1px solid #d9dde0;
        border-bottom: 1px solid #d9dde0;
    }

    #otherlinks,
    #lq-links,
    .help_rating_footer {
        font-size: 10px;
    }

    .dtl {
        position: relative;
        font-size: 100%;
        background: #f4f6f8;
    }

    .dtl p {
        line-height: 24px;
    }

    .search-area .search-button--home,
    .search-area .search-button--results {
        max-width: 100%;
    }
}

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

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

body {}

.instant-quote-app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    max-width: 1200px;
}

.router {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.isHidden {
    display: none !important;
}

main {
    display: block;
    width: 100%;
    min-height: 60px;
}

main>section {
    padding: 50px 0;
}

main>section.section--overflow {
    overflow-y: visible;
    overflow-x: hidden;
}

main>section.section--wide,
main>section.section--wide-nopadding {
    background: #F2F5F7;
    margin: 50px 0;
    padding: 80px 0;
}

main>section.section--wide-nopadding {
    padding: 0 0 1px;
}

main>section.section--wide-nopadding+section.section--wide-nopadding,
main>section.section--wide-nopadding+section.section--wide,
main>section.section--wide+section.section--wide,
main>section.section--wide+section.section--wide-nopadding {
    margin-top: -50px;
}

.layout {
    width: 100%;
    padding-right: 48px;
    padding-left: 48px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1216px;
}

.layout--norow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.layout__row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.layout__row--center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>[class*="layout__col"] {
    padding-right: 0;
    padding-left: 0;
}

[class*="layout__col"] {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 15px;
}

.layout__col-0 {
    display: none !important;
}

.layout__col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
}

.layout__col-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.layout__col-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.layout__col-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.layout__col-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
}

.layout__col-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.layout__col-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.layout__col-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}

.layout__col-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.layout__col-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.layout__col-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
}

.layout__col-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.layout__col-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.layout__col-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
}

.order-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
}

.order-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
}

.order-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
}

.order-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
}

.order-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
}

.order-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
}

.order-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
}

.order-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
}

.order-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
}

.order-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
}

.order-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
}

.order-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
}

.order-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
}

.order-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
}

.offset-1 {
    margin-left: 8.333333%;
}

.offset-2 {
    margin-left: 16.666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.333333%;
}

.offset-5 {
    margin-left: 41.666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.333333%;
}

.offset-8 {
    margin-left: 66.666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.333333%;
}

.offset-11 {
    margin-left: 91.666667%;
}

@media (max-width: 1399px) {
    .layout {
        max-width: 1100px;
    }

    main>section {
        padding: 40px 0;
    }

    main>section.section--wide,
    main>section.section--wide-nopadding {
        margin: 40px 0;
    }

    main>section.section--wide {
        padding: 70px 0;
    }

    main>section.section--wide-nopadding+section.section--wide-nopadding,
    main>section.section--wide-nopadding+section.section--wide,
    main>section.section--wide+section.section--wide,
    main>section.section--wide+section.section--wide-nopadding {
        margin-top: -40px;
    }
}

@media (max-width: 1199px) {
    .layout {
        max-width: 991px;
    }

    .layout__col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .layout__col-lg-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .layout__col-lg-0 {
        display: none !important;
    }

    .layout__col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .layout__col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .layout__col-lg-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .layout__col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .layout__col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .layout__col-lg-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .layout__col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .layout__col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .layout__col-lg-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .layout__col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .layout__col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .layout__col-lg-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }

    .order-lg-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13;
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0;
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.333333%;
    }

    .offset-lg-2 {
        margin-left: 16.666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.333333%;
    }

    .offset-lg-5 {
        margin-left: 41.666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.333333%;
    }

    .offset-lg-8 {
        margin-left: 66.666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.333333%;
    }

    .offset-lg-11 {
        margin-left: 91.666667%;
    }

    .layout__row--reorder-lg>div:nth-child(1) {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .layout__row--reorder-lg>div:nth-child(2) {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .layout__row--reorder-lg>div:nth-child(3) {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .layout__row--reorder-lg>div:nth-child(4) {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .layout__row--reorder-lg>div:nth-child(5) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .layout__row--reorder-lg>div:nth-child(6) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .layout__row--reorder-lg>div:nth-child(7) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .layout__row--reorder-lg>div:nth-child(8) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .layout__row--reorder-lg>div:nth-child(9) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .layout__row--reorder-lg>div:nth-child(10) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .layout__row--reorder-lg>div:nth-child(11) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .layout__row--reorder-lg>div:nth-child(12) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (max-width: 991px) {
    .layout {
        max-width: 767px;
        padding-right: 36px;
        padding-left: 36px;
    }

    main>section {
        padding: 30px 0;
    }

    main>section.section--wide,
    main>section.section--wide-nopadding {
        margin: 30px 0;
    }

    main>section.section--wide {
        padding: 60px 0;
    }

    main>section.section--wide-nopadding+section.section--wide-nopadding,
    main>section.section--wide-nopadding+section.section--wide,
    main>section.section--wide+section.section--wide,
    main>section.section--wide+section.section--wide-nopadding {
        margin-top: -30px;
    }

    .layout__col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .layout__col-md-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .layout__col-md-0 {
        display: none !important;
    }

    .layout__col-md-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .layout__col-md-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .layout__col-md-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .layout__col-md-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .layout__col-md-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .layout__col-md-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .layout__col-md-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .layout__col-md-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .layout__col-md-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .layout__col-md-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .layout__col-md-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .layout__col-md-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }

    .order-md-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13;
    }

    .order-md-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0;
    }

    .order-md-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }

    .order-md-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }

    .order-md-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }

    .order-md-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }

    .order-md-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }

    .order-md-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }

    .order-md-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }

    .order-md-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }

    .order-md-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }

    .order-md-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }

    .order-md-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }

    .order-md-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.333333%;
    }

    .offset-md-2 {
        margin-left: 16.666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.333333%;
    }

    .offset-md-5 {
        margin-left: 41.666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.333333%;
    }

    .offset-md-8 {
        margin-left: 66.666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.333333%;
    }

    .offset-md-11 {
        margin-left: 91.666667%;
    }

    .layout__row--reorder-md>div:nth-child(1) {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .layout__row--reorder-md>div:nth-child(2) {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .layout__row--reorder-md>div:nth-child(3) {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .layout__row--reorder-md>div:nth-child(4) {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .layout__row--reorder-md>div:nth-child(5) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .layout__row--reorder-md>div:nth-child(6) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .layout__row--reorder-md>div:nth-child(7) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .layout__row--reorder-md>div:nth-child(8) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .layout__row--reorder-md>div:nth-child(9) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .layout__row--reorder-md>div:nth-child(10) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .layout__row--reorder-md>div:nth-child(11) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .layout__row--reorder-md>div:nth-child(12) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (max-width: 767px) {
    .layout {
        max-width: 575px;
    }

    .layout__col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .layout__col-sm-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .layout__col-sm-0 {
        display: none !important;
    }

    .layout__col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .layout__col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .layout__col-sm-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .layout__col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .layout__col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .layout__col-sm-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .layout__col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .layout__col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .layout__col-sm-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .layout__col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .layout__col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .layout__col-sm-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }

    .order-sm-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13;
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0;
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.333333%;
    }

    .offset-sm-2 {
        margin-left: 16.666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.333333%;
    }

    .offset-sm-5 {
        margin-left: 41.666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.333333%;
    }

    .offset-sm-8 {
        margin-left: 66.666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.333333%;
    }

    .offset-sm-11 {
        margin-left: 91.666667%;
    }

    .layout__row--reorder-sm>div:nth-child(1) {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .layout__row--reorder-sm>div:nth-child(2) {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .layout__row--reorder-sm>div:nth-child(3) {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .layout__row--reorder-sm>div:nth-child(4) {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .layout__row--reorder-sm>div:nth-child(5) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .layout__row--reorder-sm>div:nth-child(6) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .layout__row--reorder-sm>div:nth-child(7) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .layout__row--reorder-sm>div:nth-child(8) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .layout__row--reorder-sm>div:nth-child(9) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .layout__row--reorder-sm>div:nth-child(10) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .layout__row--reorder-sm>div:nth-child(11) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .layout__row--reorder-sm>div:nth-child(12) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (max-width: 575px) {
    .layout {
        padding-right: 24px;
        padding-left: 24px;
    }

    main>section:first-child {
        padding-top: 10px;
    }

    main>section {
        padding: 20px 0;
    }

    main>section.section--wide,
    main>section.section--wide-nopadding {
        margin: 20px 0;
    }

    main>section.section--wide {
        padding: 40px 0;
    }

    main>section.section--wide-nopadding+section.section--wide-nopadding,
    main>section.section--wide-nopadding+section.section--wide,
    main>section.section--wide+section.section--wide,
    main>section.section--wide+section.section--wide-nopadding {
        margin-top: -20px;
    }

    .layout__col-xs {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .layout__col-xs-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .layout__col-xs-0 {
        display: none !important;
    }

    .layout__col-xs-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .layout__col-xs-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .layout__col-xs-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .layout__col-xs-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .layout__col-xs-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .layout__col-xs-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .layout__col-xs-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .layout__col-xs-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .layout__col-xs-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .layout__col-xs-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .layout__col-xs-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .layout__col-xs-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xs-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }

    .order-xs-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13;
    }

    .order-xs-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0;
    }

    .order-xs-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }

    .order-xs-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }

    .order-xs-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }

    .order-xs-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }

    .order-xs-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }

    .order-xs-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }

    .order-xs-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }

    .order-xs-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }

    .order-xs-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }

    .order-xs-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }

    .order-xs-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }

    .order-xs-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12;
    }

    .offset-xs-0 {
        margin-left: 0;
    }

    .offset-xs-1 {
        margin-left: 8.333333%;
    }

    .offset-xs-2 {
        margin-left: 16.666667%;
    }

    .offset-xs-3 {
        margin-left: 25%;
    }

    .offset-xs-4 {
        margin-left: 33.333333%;
    }

    .offset-xs-5 {
        margin-left: 41.666667%;
    }

    .offset-xs-6 {
        margin-left: 50%;
    }

    .offset-xs-7 {
        margin-left: 58.333333%;
    }

    .offset-xs-8 {
        margin-left: 66.666667%;
    }

    .offset-xs-9 {
        margin-left: 75%;
    }

    .offset-xs-10 {
        margin-left: 83.333333%;
    }

    .offset-xs-11 {
        margin-left: 91.666667%;
    }

    .layout__row--reorder-xs>div:nth-child(1) {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .layout__row--reorder-xs>div:nth-child(2) {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .layout__row--reorder-xs>div:nth-child(3) {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .layout__row--reorder-xs>div:nth-child(4) {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .layout__row--reorder-xs>div:nth-child(5) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .layout__row--reorder-xs>div:nth-child(6) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .layout__row--reorder-xs>div:nth-child(7) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .layout__row--reorder-xs>div:nth-child(8) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .layout__row--reorder-xs>div:nth-child(9) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .layout__row--reorder-xs>div:nth-child(10) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .layout__row--reorder-xs>div:nth-child(11) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .layout__row--reorder-xs>div:nth-child(12) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.link {
    font-size: 16px;
    line-height: 20px;
    color: #0055b8;
    text-decoration: underline;
    -webkit-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
    font-weight: 500;
}

.link--small {
    font-size: 14px;
}

.link--medium {
    font-size: 18px;
}

.link--noline {
    text-decoration: none;
}

.link:hover {
    cursor: pointer;
    color: #002b5c;
}

.link:active {
    color: #00479a;
}

.small {
    /* to do */
}

@media (max-width: 1399px) {}

@media (max-width: 1199px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {}

@media (max-width: 575px) {
    .link--medium {
        font-size: 16px;
    }
}

button,
.button {
    margin: 0;
    padding: 11px 16px 13px 16px;
    border: none;
    font: inherit;
    color: inherit;
    background: none;
    background-color: #0055b8;
    border-radius: 2px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    -webkit-box-shadow: 0px 0px 0px 1px #0055b8;
    box-shadow: 0px 0px 0px 1px #0055b8;
    -webkit-transition: background-color 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
}

button:focus,
button:active {
    outline: none;
}

button:hover,
.button:hover {
    cursor: pointer;
    background-color: #00479a;
    -webkit-box-shadow: 0px 0px 0px 1px #00479a;
    box-shadow: 0px 0px 0px 1px #00479a;
}

.button--big {
    padding: 15px 16px 17px 16px;
    font-size: 18px;
}

.button--compact {
    padding: 7px 16px 9px 16px;
    font-size: 14px;
}

.button--stretched {
    padding-left: 3em;
    padding-right: 3em;
}

.button--secondary {
    background-color: #ffffff;
    color: #000000;
    -webkit-box-shadow: 0px 0px 0px 1px #ccd4de;
    box-shadow: 0px 0px 0px 1px #ccd4de;
    font-weight: 400;
}

.button--secondary:hover {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 0px 1px #abb3bd;
    box-shadow: 0px 0px 0px 1px #abb3bd;
}

button:disabled,
.button--disabled,
button:disabled:hover,
.button--disabled:hover {
    cursor: default;
    background-color: #f2f5f7;
    color: #ccd4de;
    -webkit-box-shadow: 0px 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px 0px transparent;
}

.button--icon {
    padding: 8px;
}

.button--icon .icon {
    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;
}

.button--icon svg {
    width: 24px;
    height: 24px;
}

.button--icon svg .icon__fill {
    fill: #768190;
}

button .spinner,
.button .spinner {
    height: 24px;
    width: 24px;
    margin: 0 auto;
}

@media (max-width: 1199px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {}

@media (max-width: 575px) {
    .button--big {
        padding: 11px 16px 13px 16px;
        font-size: 16px;
        display: block;
        width: 100%;
    }
}

.label {
    padding: 8px 16px;
    border-radius: 16px;
    font-weight: 500;
    font-size: 14px;
}

.label--outline {
    color: #768190;
    -webkit-box-shadow: 0 0 0 1px #ccd4de;
    box-shadow: 0 0 0 1px #ccd4de;
}

.label--white {
    background-color: #ffffff;
}

.label--black {
    background-color: #000000;
}

.label--blue {
    background-color: #0055b8;
}

.label--dark-blue {
    background-color: #002b5c;
}

.label--light-blue {
    background-color: #0099cc;
}

.label--red {
    background-color: #ed7a5b;
}

.label--yellow {
    background-color: #ebbf47;
}

.label--green {
    background-color: #66d4bd;
}

.label--purple {
    background-color: #d4a1ed;
}

.label--dark-grey {
    background-color: #768190;
}

.label--grey {
    background-color: #abb3bd;
}

.label--silver {
    background-color: #ccd4de;
}

.label--light-grey {
    background-color: #f2f5f7;
}

header {
    /*margin-top: 22px;*/
    padding: 18px 0;
}

header .layout>a svg {
    width: 230px;
    height: auto;
}

header.header--standard {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9;
    background: #ffffff;
    -webkit-transition: border .15s linear, -webkit-transform .15s ease-in-out;
    transition: border .15s linear, -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out, border .15s linear;
    transition: transform .15s ease-in-out, border .15s linear, -webkit-transform .15s ease-in-out;
    will-change: transform;
    border-bottom: 1px solid #ffffff;
}

header.header--pinned {
    border-bottom: 1px solid #ccd4de;
}

.header--menu-open {
    -webkit-transform: none !important;
    transform: none !important;
}

.header--unpinned {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

header.header--top.header--pinned {
    border-bottom: 1px solid white;
}

header nav ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

header nav ol li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header nav ol li a {
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    white-space: nowrap;
}

header nav ol li.nav__button+li {
    margin-left: 7px;
}

header nav ol li .button--compact {
    font-size: 16px;
}

header nav ol li a.active {
    color: #0055b8;
}

header nav ol li a:hover {
    cursor: pointer;
}

header nav ol li+li {
    margin-left: 24px;
}

.header__help {
    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;
    margin-right: 32px;
    color: #768190;
    font-size: 16px;
    line-height: 24px;
}

header input#input-hamburger {
    opacity: 0;
    position: absolute;
    z-index: -9999;
}

header input#input-hamburger+label {
    margin: 0;
    -ms-flex-item-align: center;
    align-self: center;
    display: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    position: relative;
}

header input#input-hamburger+label .icon {
    line-height: 1;
    cursor: pointer;
    -webkit-transition: opacity 0.1s 0.15s linear;
    transition: opacity 0.1s 0.15s linear;
}

header input#input-hamburger+label .icon:last-child {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

header input#input-hamburger+label .icon svg {
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 1399px) {
    header nav ol li .button--compact {
        font-size: 14px;
    }

    header nav ol li+li {
        margin-left: 28px;
    }
}

@media (max-width: 1199px) {
    header .layout>a svg {
        width: 192px;
        height: auto;
    }

    header nav ol li .button--compact {
        padding: 7px 9px 9px 9px;
    }

    header nav ol li+li {
        margin-left: 20px;
    }
}

@media (max-width: 1024px) {
    header nav ol li.nav__button+li {
        margin-left: 0;
    }

    header {
        padding: 13px 0;
    }

    header input#input-hamburger+label {
        display: block;
        position: relative;
        z-index: 9999;
    }

    header nav {
        position: absolute;
        top: -22px;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: calc(100vh + 22px);
        pointer-events: none;
        display: block;
        z-index: 9998;
        overflow: hidden;
        background: rgba(242, 245, 247, 0);
        -webkit-transition: background 0.2s linear;
        transition: background 0.2s linear;
    }

    header nav ol {
        display: block;
        position: absolute;
        width: 300px;
        height: 100%;
        padding: 80px 24px 24px 36px;
        right: 0;
        background: white;
        -webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, .16);
        box-shadow: 0 8px 12px 0 rgba(0, 0, 0, .16);
        -webkit-transform: translateX(120%);
        transform: translateX(120%);
        -webkit-transition: -webkit-transform 0.2s ease-in-out;
        transition: -webkit-transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
        width: calc(50vw - 83.5px);
        padding-right: calc(50vw - 347.5px);
    }

    header nav ol li {
        width: 100%;
        text-align: left;
        display: block;
        padding: 4px 0;
    }

    header nav ol li a {
        font-size: 18px;
        line-height: 32px;
    }

    header nav ol li .button {
        margin-top: 16px;
        font-size: 16px;
        padding: 11px 16px 13px 16px;
    }

    header nav ol li:last-child .button {
        margin-top: 0;
    }

    header nav ol li+li {
        margin-left: 0;
    }

    header input#input-hamburger:checked+label:after {
        content: "";
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        width: calc(100vw - 300px);
        height: 100vh;
        cursor: auto;
    }

    header input#input-hamburger:checked+label+nav {
        background: rgba(242, 245, 247, .8);
    }

    header input#input-hamburger:checked+label+nav ol {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        pointer-events: all;
    }

    header input#input-hamburger:checked+label .icon {
        opacity: 0
    }

    header input#input-hamburger:checked+label .icon:last-child {
        opacity: 1
    }

    header nav ol li .button--compact {
        display: block;
    }
}

@media (max-width: 991px) {
    header nav ol li.nav__button+li {
        margin-left: 0;
    }

    header {
        padding: 13px 0;
    }

    header input#input-hamburger+label {
        display: block;
        position: relative;
        z-index: 9999;
    }

    header nav {
        position: absolute;
        top: -22px;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: calc(100vh + 22px);
        pointer-events: none;
        display: block;
        z-index: 9998;
        overflow: hidden;
        background: rgba(242, 245, 247, 0);
        -webkit-transition: background 0.2s linear;
        transition: background 0.2s linear;
    }

    header nav ol {
        display: block;
        position: absolute;
        width: 300px;
        height: 100%;
        padding: 80px 24px 24px 36px;
        right: 0;
        background: white;
        -webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, .16);
        box-shadow: 0 8px 12px 0 rgba(0, 0, 0, .16);
        -webkit-transform: translateX(120%);
        transform: translateX(120%);
        -webkit-transition: -webkit-transform 0.2s ease-in-out;
        transition: -webkit-transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
        width: calc(50vw - 83.5px);
        padding-right: calc(50vw - 347.5px);
    }

    header nav ol li {
        width: 100%;
        text-align: left;
        display: block;
        padding: 4px 0;
    }

    header nav ol li a {
        font-size: 18px;
        line-height: 32px;
    }

    header nav ol li .button {
        margin-top: 16px;
        font-size: 16px;
        padding: 11px 16px 13px 16px;
    }

    header nav ol li:last-child .button {
        margin-top: 0;
    }

    header nav ol li+li {
        margin-left: 0;
    }

    header input#input-hamburger:checked+label:after {
        content: "";
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        width: calc(100vw - 300px);
        height: 100vh;
        cursor: auto;
    }

    header input#input-hamburger:checked+label+nav {
        background: rgba(242, 245, 247, .8);
    }

    header input#input-hamburger:checked+label+nav ol {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        pointer-events: all;
    }

    header input#input-hamburger:checked+label .icon {
        opacity: 0
    }

    header input#input-hamburger:checked+label .icon:last-child {
        opacity: 1
    }

    header nav ol li .button--compact {
        display: block;
    }
}

@media (max-width: 767px) {
    header nav ol {
        width: calc(50vw + 12.5px);
        padding-right: calc(50vw - 251.5px);
    }
}

@media (max-width: 575px) {
    header {
        margin-top: 10px;
        padding: 12px 0;
    }

    header nav {
        top: -10px;
        height: calc(100vh + 10px);
    }

    header nav ol {
        width: 300px;
        padding-right: 24px;
    }
}

footer {
    padding-bottom: 64px;
}

.footer__credits {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.footer__credits>div {
    max-width: 367px;
}

.footer__credits>.icon {
    margin-right: 25px;
}

.footer__credits p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 8px;
}

.footer__credits small {
    font-size: 12px;
    color: #768190;
}

footer .layout--norow {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer__settings {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.footer__settings .select-with-label__wrapper+.select-with-label__wrapper {
    margin-bottom: 30px;
}

.footer__settings p {
    margin-bottom: 12px;
}

.footer__settings p .icon {
    margin-right: 12px;
}

.footer__menu {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 8vw;
}

.footer__menu:last-child {
    padding-right: 0;
}

.footer__menu ul {
    font-size: 14px;
    line-height: 32px;
}

.footer__menu ul li a {
    color: black;
    text-decoration: none;

}

.footer__menu.languages ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

@media (max-width: 1199px) {}

@media (max-width: 991px) {
    footer .layout--norow {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer__credits>div {
        max-width: 100%;
    }

    .footer__credits {
        width: 100%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-bottom: 30px;
    }

    .footer__credits>.icon {
        margin-right: 20px;
    }

    .footer__credits p:last-of-type {
        margin-bottom: 0;
    }

    .footer__credits small {
        display: none;
    }

    .footer__menu {
        padding-left: 60px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 8vw;
        margin-bottom: 30px;
    }

    .footer__settings {
        padding-left: 60px;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        margin-bottom: 30px;
    }

    footer .layout--norow:after {
        padding-left: 60px;
        width: 100%;
        content: "© Translated · VAT IT07173521001";
        font-size: 12px;
        color: #768190;
    }
}

@media (max-width: 767px) {
    footer {
        padding-bottom: 48px;
    }
}

@media (max-width: 575px) {
    footer {
        padding-bottom: 32px;
    }

    .footer__credits>.icon {
        margin-right: 15px;
    }

    .footer__menu,
    .footer__settings,
    footer .layout--norow:after {
        padding-left: 55px;
    }

    .footer__settings p {
        font-size: 14px;
    }

}

input[type=checkbox],
input[type=checkbox]:hover,
input[type=checkbox]:active,
input[type=checkbox]:focus {
    width: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
}

select,
input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
input[type=button],
input[type=password],
textarea {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-align: left;
}

.input-with-label__wrapper,
.select-with-label__wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

label,
.input__label,
.select__label {
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 16px;
    line-height: 24px;
}

.input__label--mandatory {
    color: #ed7a5b;
}

.input__label-help {
    font-size: 14px;
    line-height: 24px;
    color: #768190;
}

label:hover,
input[type=button]:hover,
.input__label:hover,
.select__label:hover {
    cursor: pointer;
}

input,
textarea,
select,
.input,
.select {
    width: 100%;
    padding: 11px 16px 13px 16px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 2px;
    border-width: 0;
    -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
    transition: -webkit-box-shadow 0.15s ease-in-out;
    transition: box-shadow 0.15s ease-in-out;
    transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 0 1px #abb3bd, 0 1px 2px rgba(0, 0, 0, .16);
    box-shadow: 0 0 0 1px #abb3bd, 0 1px 2px rgba(0, 0, 0, .16);
    ;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

input.input--compact,
select.select--compact,
.input.input--compact,
.select.select--compact {
    padding-top: 8px;
    padding-bottom: 8px;
}

input:hover,
select:hover,
.input:hover,
.select:hover,
.input--is-placeholder:hover,
.input-with-icon__wrapper:hover .input--is-placeholder:not(.input--is-focused),
.select--is-placeholder:hover,
.select-with-icon__wrapper:hover .select--is-placeholder:not(.select--is-focused) {
    -webkit-box-shadow: 0 0 0 1px #768190, 0 1px 2px rgba(0, 0, 0, .16);
    box-shadow: 0 0 0 1px #768190, 0 1px 2px rgba(0, 0, 0, .16);
    ;
}

input,
input:focus,
input:active,
textarea,
textarea:focus,
textarea:active,
select,
select:focus,
select:active,
.input,
.input--is-focused,
input.input--is-placeholder:hover {
    outline: none;
}

/* .select {
  box-shadow: 0 0 0 1px var(--grey);
} */
input:focus,
textarea:focus,
select:focus,
.input--is-focused,
.input--is-placeholder:focus,
.input--is-placeholder:focus:hover,
.select--is-focused,
.select--is-focused:hover,
.input-with-icon__wrapper:hover .select--is-focused,
.select--is-placeholder.select--is-focused,
.input-with-icon__wrapper:hover .input--is-placeholder.select--is-focused,
.select-with-icon__wrapper:hover .select--is-placeholder.select--is-focused {
    -webkit-box-shadow: 0 0 0 2px #0055b8, 0 1px 2px rgba(0, 0, 0, .16);
    box-shadow: 0 0 0 2px #0055b8, 0 1px 2px rgba(0, 0, 0, .16);
}

/* input::placeholder,
textarea::placeholder, */
select:invalid,
.input--is-placeholder,
.select--is-placeholder {
    color: #abb3bd;
    -webkit-box-shadow: 0 0 0 1px #abb3bd, 0 1px 2px rgba(0, 0, 0, .16);
    box-shadow: 0 0 0 1px #abb3bd, 0 1px 2px rgba(0, 0, 0, .16);
}

.input--is-placeholder.input--is-focused {
    -webkit-box-shadow: 0 0 0 1px #0055b8, 0 1px 2px rgba(0, 0, 0, .16);
    box-shadow: 0 0 0 1px #0055b8, 0 1px 2px rgba(0, 0, 0, .16);
    ;
}

.input--is-invalid,
.select--is-invalid {
    -webkit-box-shadow: 0 0 0 2px #ed7a5b, 0 1px 2px rgba(0, 0, 0, .16);
    box-shadow: 0 0 0 2px #ed7a5b, 0 1px 2px rgba(0, 0, 0, .16);
    ;
}

.input--has-invalid-message.input--is-invalid {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.label--invalid {
    color: #ed7a5b;
}

.input-with-icon__wrapper,
.select-with-icon__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
}

.input__invalid-message {
    position: absolute;
    top: 100%;
    margin-top: 2px;
    width: 100%;
    padding-left: 16px;
    background-color: #ed7a5b;
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
    -webkit-box-shadow: 0 0 0 2px #ed7a5b;
    box-shadow: 0 0 0 2px #ed7a5b;
}

input:focus+.input__invalid-message,
input:hover+.input__invalid-message,
.input-with-icon__wrapper:hover+.input__invalid-message {
    color: #768190;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.input--invisible,
.select--invisible {
    background: rgba(0, 0, 0, 0) none repeat scroll 0px center;
    border: 0px none;
    font-size: inherit;
    outline: currentcolor none 0px;
    padding: 0px;
    width: 1px;
    color: transparent;
    left: -100px;
    opacity: 0;
    position: relative;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.select,
select,
.input-with-icon__wrapper input {
    padding-right: 36px;
}

select:hover,
.select:hover {
    cursor: pointer;
}

.input-with-icon__right-icon,
.select-with-icon__right-icon {
    position: absolute;
    right: 8px;
    top: 0px;
    bottom: 0px;
    width: 24px;
    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;
}

.input-with-icon__right-icon:hover,
.select-with-icon__right-icon:hover {
    cursor: pointer;
}

select+.select-with-icon__right-icon {
    pointer-events: none
}

.input-with-icon__right-icon .icon__fill,
.select-with-icon__right-icon .icon__fill {
    fill: #768190;
}

.select__dropdown-wrapper {
    position: absolute;
    width: 100%;
    top: 100%;
    z-index: 2;
}

.select__dropdown-wrapper--is-multiselect {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 40px;
    background-color: rgba(0, 0, 0, .16);
    z-index: 10;
}

@media screen and (max-width: 768px) {
    .select__dropdown-wrapper--is-multiselect {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 768px) {
    .select__dropdown-wrapper--is-multiselect {
        padding-top: 52px;
        padding-bottom: 56px;
    }
}

@media screen and (max-width: 768px) {
    .select__dropdown-wrapper--is-multiselect .select__mobile-dropdown-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 4;
    }
}

@media screen and (max-width: 768px) {
    .select__dropdown-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ffffff;
        z-index: 10;
    }

    .select__dropdown-wrapper .dropdown {
        margin-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        padding-top: 0px;
    }

    .select__dropdown-wrapper .dropdown:before,
    .select__dropdown-wrapper .dropdown:after {
        display: none;
    }

    .select__dropdown-wrapper .dropdown__search-bar {
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-right: 0;
        margin-left: -8px;
        border-bottom: 1px solid #ccd4de;
    }

    .select__dropdown-wrapper .input-with-icon__right-icon {
        right: 18px;
    }
}

.dropdown--is-multiple-select .dropdown__search-bar .input-with-icon__right-icon {
    left: 24px;
}

.select__mobile-dropdown-header {
    display: none;
    padding: 12px 24px 16px 24px;
    border-bottom: 1px solid #ccd4de;
}

@media screen and (max-width: 768px) {
    .select__mobile-dropdown-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.select__mobile-dropdown-label {
    font-weight: 500;
    margin-bottom: 0;
}

.select__dropdown {
    z-index: 2;
}

.select__dropdown--has-callback-link .dropdown {
    /* padding-top: 48px; */
}

.select__dropdown--has-callback-link .dropdown__list {
    margin-top: 48px;
}

.select__dropdown-wrapper .dropdown__list {
    max-height: 296px;
    overflow-y: scroll;
}

.radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 0 2px #768190 inset;
    box-shadow: 0 0 0 2px #768190 inset;
    background-color: #ffffff;
}

.radio--selected {
    -webkit-box-shadow: 0 0 0 8px #0055b8 inset;
    box-shadow: 0 0 0 8px #0055b8 inset;
}

select:disabled,
input:disabled {
    background-color: rgba(204, 212, 222, .16);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #abb3bd;
}

.dropdown {
    position: relative;
    margin-top: 16px;
    width: 100%;
    padding: 1px 0px 1px 8px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 0 1px #abb3bd, 0 4px 8px rgba(0, 0, 0, .16);
    box-shadow: 0 0 0 1px #abb3bd, 0 4px 8px rgba(0, 0, 0, .16);
    background-color: #ffffff;
}

.dropdown:after,
.dropdown:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: -5px;
    left: 50%;
}

.dropdown:after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 6px solid #ffffff;
    margin-left: -8px;
}

.dropdown:before {
    margin-left: -8px;
    margin-top: -1px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 6px solid #abb3bd;
}

.dropdown--is-multiple-select {
    height: 100%;
    margin: 0;
    padding-left: 24px;
    padding-top: 56px;
    padding-bottom: 56px;
}

.dropdown--is-multiple-select:before,
.dropdown--is-multiple-select:after {
    display: none;
}

@media screen and (max-width: 768px) {
    .select__dropdown-wrapper--is-multiselect .dropdown--is-multiple-select {
        padding-left: 8px;
    }
}

.dropdown--has-search-bar {}

.dropdown__search-bar {
    margin-left: -8px;
    margin-right: 0px;
    padding-right: 30px;
    position: relative;
    -webkit-box-shadow: 0 1px 0 0 #abb3bd;
    box-shadow: 0 1px 0 0 #abb3bd;
    background-color: #ffffff;
}

@media screen and (max-width: 768px) {
    .dropdown--has-search-bar.dropdown--is-multiple-select {
        padding-bottom: 0;
        padding-top: 48px;
    }
}

.dropdown--is-multiple-select .dropdown__search-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    z-index: 7;
}

.dropdown__search-bar input,
.dropdown__search-bar input::-webkit-input-placeholder {
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}

.dropdown__search-bar input,
.dropdown__search-bar input::-ms-input-placeholder {
    box-shadow: 0 0 0;
}

.dropdown__search-bar input,
.dropdown__search-bar input::placeholder {
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}

.dropdown--is-multiple-select .dropdown__search-bar-input {
    padding-left: 64px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 20px;
    line-height: 24px;
}

@media screen and (max-width: 768px) {
    .dropdown__search-bar-input {
        padding-left: 24px;
    }

    .dropdown--is-multiple-select .dropdown__search-bar-input {
        padding: 11px 16px 13px 24px;
        font-size: 16px;
        line-height: 24px;
    }
}

.dropdown__search-bar__icon {
    position: absolute;
    top: 0;
    right: 0;
}

@media screen and (max-width: 768px) {

    .dropdown__search-bar__icon,
    .dropdown--is-multiple-select .dropdown__search-bar .input-with-icon__right-icon {
        right: 18px;
        left: auto;
    }
}

.dropdown__most-popular {
    padding: 16px 8px 8px 0;
    white-space: nowrap;
    overflow: scroll;
    padding-right: 8px;
}

.dropdown__most-popular-label {
    margin-right: 8px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

.dropdown__most-popular-option {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.dropdown__most-popular-option--selected {
    font-weight: 800;
    color: #002b5c;
}

.dropdown__most-popular-option+.dropdown__most-popular-option {
    margin-left: 8px;
    padding-left: 8px;
}

.dropdown__most-popular-option:not(:last-of-type)::after {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 2px;
    border-radius: 100%;
    top: 50%;
    right: -8px;
    background-color: #000000;
}

.dropdown__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    height: 100%;
}

.dropdown__most-popular+.dropdown__columns {
    max-height: calc(100% - 48px);
}

@media screen and (max-width: 768px) {
    .select__dropdown-wrapper--is-multiselect .dropdown__columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.dropdown__columns .dropdown__list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: visible;
    max-height: 100%;
}

@media screen and (max-width: 768px) {
    .select__dropdown-wrapper--is-multiselect .dropdown__columns .dropdown__list {
        max-height: none;
    }
}

.dropdown__list {
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
}

.dropdown__list-callback-action {
    position: absolute;
    top: 48px;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 16px;
    padding: 16px;
    -webkit-box-shadow: 0 1px #ccd4de;
    box-shadow: 0 1px #ccd4de;
}

.dropdown__option {
    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;
    margin-right: 8px;
    padding: 3px 8px 5px 8px;
    font-size: 14px;
    color: #000000;
    line-height: 24px;
    border-radius: 2px;
    background-color: transparent;
    /* transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out; */
}

.dropdown__option span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 768px) {
    .dropdown__option {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.dropdown__option--is-highlighted-option,
.dropdown__option:hover {
    cursor: pointer;
    color: #0055b8;
    background-color: #f2f5f7;
}

.dropdown__option--is-active-option,
.dropdown__option.dropdown__option--is-active-option:hover {
    color: #ffffff;
    background-color: #002b5c;
}

.dropdown__option--is-no-results-found,
.dropdown__option.dropdown__option--is-no-results-found:hover {
    cursor: default;
    color: #abb3bd;
    background-color: #ffffff;
}

.dropdown__option--is-no-results-found span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropdown__active-option-icon,
.dropdown__highlighted-option-icon {
    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;
}

.dropdown__highlighted-option-icon {
    opacity: 0;
}

.select__dropdown-wrapper--is-multiselect .dropdown__option:hover .dropdown__highlighted-option-icon,
.select__dropdown-wrapper--is-multiselect .dropdown__option--is-highlighted-option .dropdown__highlighted-option-icon {
    opacity: 1;
}

.dropdown__active-option-icon svg,
.dropdown__highlighted-option-icon svg {
    width: 16px;
}

.dropdown__active-option-icon .icon__fill {
    fill: #ffffff;
}

.dropdown__highlighted-option-icon .icon__fill {
    fill: #0055b8;
}

.dropdown__footer {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 8px 24px;
    -webkit-box-shadow: 0 -1px #ccd4de;
    box-shadow: 0 -1px #ccd4de;
}

@media screen and (max-width: 768px) {
    .dropdown__footer {
        position: fixed;
        background: #ffffff;
    }
}

.dropdown__footer-copy {
    margin-right: auto;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #768190;
}

@media screen and (max-width: 768px) {
    .dropdown__footer-copy {
        display: none;
    }
}

.dropdown__footer button {
    min-width: 120px;
}

@media screen and (max-width: 768px) {
    .dropdown__footer button {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

.dropdown__footer button+button {
    margin-left: 8px;
}

.dropdown__no-results-found-wrapper {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.word-count-or-upload {
    position: relative;
}

.word-count-or-upload__files-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffffff;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 0 1px #abb3bd, 0 1px 2px rgba(0, 0, 0, .16);
    box-shadow: 0 0 0 1px #abb3bd, 0 1px 2px rgba(0, 0, 0, .16);
}

.word-count-or-upload__words {
    margin-left: 8px;
}

.word-count-or-upload__files-wrapper .icon {
    margin-left: auto;
    margin-right: 4px;
}

.word-count-or-upload--hide-words-count .word-count-or-upload__files-wrapper .icon {
    margin-left: 8px;
}

.word-count-or-upload__files-wrapper .icon svg {
    width: 16px;
    height: 16px;
    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;
}

.word-count-or-upload__files-wrapper .icon__fill {
    fill: #768190;
}

.word-count-or-upload__files-number {
    font-size: 14px;
    line-height: 16px;
    color: #768190;
}

.word-count-or-upload__files-wrapper p {
    font-size: 16px;
    line-height: 24px;
}

.word-count-or-upload__files-wrapper button {
    margin-left: 16px;
}

.word-count-or-upload--hide-words-count .word-count-or-upload__files-wrapper button {
    margin-left: auto;
}

.word-count-or-upload input::-webkit-input-placeholder {
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}

.word-count-or-upload input::-ms-input-placeholder {
    box-shadow: 0 0 0;
}

.word-count-or-upload input::placeholder {
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}

.word-count-or-upload__upload {
    min-width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 8px;
    top: 8px;
    background-color: #ffffff;
    -webkit-box-shadow: -8px 0px 12px #ffffff;
    box-shadow: -8px 0px 12px #ffffff;
}

.word-count-or-upload__upload::before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 4px;
    bottom: 4px;
    width: 1px;
    background-color: #ccd4de;
}

.word-count-or-upload__or {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 24px;
    color: #768190;
}

.word-count-or-upload__files-wrapper button,
.word-count-or-upload__upload button {
    padding: 4px 8px 4px 8px;
}

.word-count-or-upload__files-wrapper button {
    min-width: 56px;
}

.word-count-or-upload__button-wrapper {
    position: relative;
}

.word-count-or-upload__hidden-input-file {
    opacity: 0;
    position: absolute;
    padding: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.word-count-or-upload__button-wrapper:hover,
.word-count-or-upload__hidden-input-file:hover {
    cursor: pointer;
}

.word-count-or-upload__progress {
    position: relative;
    width: 100%;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 12px;
    margin-bottom: 12px;
    height: 8px;
    background-color: #f2f5f7;
    border-radius: 2px;
}

.word-count-or-upload__progress span {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #0055b8;
    border-radius: 2px;
    -webkit-animation: wordCountOrUploadProgressAnimation 16s ease-in-out forwards;
    animation: wordCountOrUploadProgressAnimation 16s ease-in-out forwards;
}

@-webkit-keyframes wordCountOrUploadProgressAnimation {
    0% {
        width: 0%;
    }

    49% {
        width: 50%;
    }

    50% {
        width: 50%;
    }

    100% {
        width: 98.0%;
    }
}

@keyframes wordCountOrUploadProgressAnimation {
    0% {
        width: 0%;
    }

    49% {
        width: 50%;
    }

    50% {
        width: 50%;
    }

    100% {
        width: 98.0%;
    }
}

.instant-quote-form {
    margin-top: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 40px 88px 48px;
    background-color: #f2f5f7;
}

.instant-quote-wrap {
    padding: 0;
}

.instant-quote-wrap .instant-quote-form,
.instant-quote-wrap .instant-quote-page {
    margin-top: 0;
}

.instant-quote-wrap .instant-quote-form {
    padding: 30px 50px 40px;
}

.instant-quote-wrap input,
.instant-quote-wrap textarea,
.instant-quote-wrap select,
.instant-quote-wrap .input,
.instant-quote-wrap .select {
    margin: 0;
}

.instant-quote-form__info {
    margin-top: 30px;
    font-size: 14px;
    line-height: 26px;
}

.instant-quote-form__info .badge {
    margin-right: 10px;
}

button.instant-quote-form__submit:disabled {
    -webkit-box-shadow: 0px 0px 0px 1px #ccd4de;
    box-shadow: 0px 0px 0px 1px #ccd4de;
    color: #000000;
    font-weight: 400;
}

@media screen and (max-width: 1024px) {
    .instant-quote-form {
        padding: 24px;
    }

    .instant-quote-wrap .instant-quote-form {
        padding: 30px 40px 40px;
    }
}

@media screen and (max-width: 320px) {
    .instant-quote-form {
        padding: 8px;
    }
}

@media screen and (max-width: 768px) {
    .instant-quote-form {
        margin-top: 24px;
    }

    .instant-quote-wrap .instant-quote-form {
        padding: 24px 30px 32px;
    }
}

@media (max-width: 575px) {
    .instant-quote-wrap .instant-quote-form {
        padding: 20px 24px 28px;
        margin: 0 -24px;
        width: 100vw;
    }
}

.instant-quote-form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media screen and (max-width: 768px) {
    .instant-quote-form__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.instant-quote-form__row+.instant-quote-form__row {
    margin-top: 24px;
}

@media screen and (max-width: 768px) {
    .instant-quote-form__row+.instant-quote-form__row {
        margin-top: 0;
    }
}

.instant-quote-form__row .instant-quote-form__input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 16px;
    -ms-flex-item-align: end;
    align-self: flex-end;
    min-width: 0;
}

@media screen and (max-width: 768px) {
    .instant-quote-form__row .instant-quote-form__input {
        margin: 16px 0px 0px;
        -ms-flex-item-align: stretch;
        align-self: stretch;
    }

    .instant-quote-form__row:first-of-type .instant-quote-form__input:first-of-type {
        margin-top: 0;
    }

    .instant-quote-form__row button.instant-quote-form__input {
        margin-top: 32px;
    }
}

button.instant-quote-form__input,
.button.instant-quote-form__input {
    padding-left: 0;
    padding-right: 0;
}

.button.instant-quote-form__input--pending .spinner {
    height: 24px;
    width: 24px;
    margin: 0 auto;
}

.instant-quote-form__row .instant-quote-form__input:first-child {
    margin-left: 0;
}

.instant-quote-form__row .instant-quote-form__input:last-child {
    margin-right: 0;
}

.instant-quote-form__quotes {
    margin-top: 40px;
}

.instant-quote-form__quotes-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.instant-quote-form__quotes-header--pending {
    padding-left: 32px;
}

.instant-quote-form__quotes-header .spinner {
    position: absolute;
    left: 0;
}

.instant-quote-form__quotes-header--pending h5 {
    margin-left: 16px;
}

.instant-quote-form__quotes-results {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 0 1px #abb3bd;
    box-shadow: 0 0 0 1px #abb3bd;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .instant-quote-form__quotes-results {
        -webkit-box-shadow: none;
        box-shadow: none;
        overflow: visible;
    }
}

@media screen and (max-width: 768px) {
    .instant-quote-form__quotes-results {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.instant-quote-form__input--delivery-date input {
    text-transform: capitalize;
}

.spinner {
    height: 32px;
    width: 32px;
    position: relative;
    -webkit-animation: spinnerAnimation 0.5s linear infinite;
    animation: spinnerAnimation 0.5s linear infinite;
}

@-webkit-keyframes spinnerAnimation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes spinnerAnimation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.spinner--blue .spinner__image {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABGdBTUEAALGPC/xhBQAAC7BJREFUaAXFWWuMXUUd/82ccx/76Pa5lIJSYauFYgwqKUJ8pKK24BPDheArJCYlanwmfNEPLh/9pIkf1CYmGCSENkgMsaUI7iYYCUF8pVjBgmihD3b72r3t3XvvOTP+fnPOuXu722237bb97855zMyZ+f2f85+5BgtBta0R4mUrMOWXoafZixZ6YayFcRa+7GCQwLab8H4KJqojNRO4fuNRDBt3vtObcx6gtrUMLL0c1qyEbw/ClT1S71Ga8nDWAyaF4bsvkQHekab5XCks35M44fsx9NnD+F90DKMb9H7WdPYMDI/E2J28kwCHgCRCm2ACQAJOCbyUZAxI6qdiIPV5fYWMOTKWkLFyijIOYu2tY2erlfkzMDxssXv91UB0HVxazSRMwInLJRyTATJzOgZMxP4EHBjuJfA2Jc73NPaoNMl4yorqAWzdeATGkLkz0/wY2PxEL47GH4K3S+AJOCMCISBHiQuQKSdwvNu2CyY0UwMpNRKoYKCUmZIYSDhOnDok/B6LUlRcAwOvvIkt94nD05I9basa7xlZgaP2NoJaGvp6M820T7uenYFlKch2tXXqBDAn+YEkH4g4k/zZ0qzSUgUHVq9G7U89Rfe57qdn4O7tQ3CNjfARo0rCqKJiWBRhvKUDE3DEsfOSFs8xfZalm9lCAdKaZRH44AOtDFu1xHoxofdJoNSmQBpX4DO/XTQXeNXPzYDAJ9EH2UeospuPpiUscL6QOLtIG0EDBC46lQaCzWfNwf5lIAItqQt3hwE9kyFXN6hUV6A20l98NfM+Dai75Y6dlyHym2g2ZJC+ZvKwmD0zioASzOuNogrfQ4UfQ9q7j/G+jv50CkPlJkY58LvqZRyploCYJuEX028o1dx5S236gEyrQp8gIy5xATxanICU9vGd9Y3mAey4vRnqui6zGfjyzj400s8xflcA+qul0yquW5/dBTQwQN50jwi2FO9G/5K92HLjGZ0uzF3zXPhGl6LVXEk+aIpkwJa42FHqSSPTiGVQiAh8il9YrjHRiQRj/Qdnrhe5vnOWQqh0G2nnfWSdgCkET3v15DN1URb+1JcTlmwbUfoS1lZexvBZLkLbuGYA46htPYKBxcuRLFqG+j4KhEoq9WXRqi0/IQMqnpEuqXgMRks59Xh3iD1ZA7Xt6xgKP3ySySgVOEkTVDFMg9Ywikc2jOesn9/tu4w2r45diSi2iGMKRpLnUhMiEudrcPj+noR11MTBCTzx6RPFhNNOvPnPJcb5mxBRCipeYcTSO9sRXCtiTkODiQ2cmUQ12rFg4IXkx7c08L6B11GJG2jTXFosXj7QTOGnUlRZokmPxRMeK6I+aqEj+GkGjo3dQIvuDY2OdlmQV7gkcEUckzbRG/0eD208XjQv2F1meG15P6o2c94opeNy9Jimkww4HOeUx98C6gxIX3mqt5g3A3rvSJWmc6MMvlMsJa5iGDpV4pZFufGHCwK+QCMmjgklJc84HMwmotTj/ZT+NQn8KtafSJn1ViB/JWUMHE+vYYRU1KGkCbaI8Y4LV0HO/xWPfPZg8XrB7gqVDUwwQHg0Cb5JDUS0/fp+TlmXkzOAsDy/nnZeMBC5NYGVAJc2rxXXuzgUuhXDXJuZ8z8uGOiZA2+/bRL9jFRiYnBNG/HlDKn9WTkx7tGeckjHQwS12PyLEsPlO4LUw8Kl0WRJtP2ORuwL847xM8Gcy7sy0fqSOmJKvnHYo68nSyBLiyj9/ix/ihhg6MwxjjBpAm0qrLaajTFeXWLulpj2MAYbrPSvnAuO8/pm681TuOvpMvbtof/JbFo0J46YDmZOXrnWY8NoZLmSrg6RJ1KUKXIbdmSqRcemKUV78dPZS/h5gZvPx9JC1SXo4Y5O4EvcL5TezKTPvQ+qrBscszFadkXIKtMO+Mxxfb6hiJPX5zPfBenTs7yF/nW09b3A2M0ELygqb+f7y8BgHx00NlqeuTDQ7rXiisS951qge7l0KKu8BNcjrzn0LfdYRPBjowY9byMTWhxEKxWU6AMuYd7j405+4Zm4eZkZFcF0CJMnFn7RCgDmcdlac3j3A5lUq6scJuWKL2YfXvOxUM8QyfjP048iotLyc22QCSkFa7m7uET0ALEMfeCqMLsy1UA0H5FOQUh5vsNwkzerMqOAHlj1307eUbRctPtLo72o+Kez+bTjERVwmLkb06YJaS/kuNGYg8ZTbelmbSTm6L2w1Ta9gvhWzzmoxyHavtWWgUlcJwrl/bNghNiKgYVJm+dEMkeDc6to2jNEn2tAgcdgnKZjjoSYT31IJ1lRPqRjQa4DrZTufonItK/jzDJuFm07uwoR8n0Pxdw6zHBDX+ApG7TrSqiVlvIfPrPeR+suEXzi43GOZyhUoUQ7xXPDo1Dp3b8U618L5uMteVL+w/+QjUobfHZYA6XbF5u+uH2A1qBTEYLVohpAC3jIEQKcKBq1WHrZvxFpA81IFJEJ7cIMU4wQoRSlXBUnGu+/2PjRMjWCJZa4RT9lyOFWMxTtp8Ompw636Bkbssw02UPGpAHZflbkIvw894lN+OZ27hcuEulkBOZ+FppPJnRahUyIxy7UiFclnsG2WxqSNBkr/ZOd6QMq2gcrVaX9UC+BIecGsB8fDX0vxmXK3EeQTHF4EmZ4rGOVGuiwQsLnxdAfrHlCUDIGFjdeIniqitHHKjzRF4I1sYeOEnnlsrwJtZ1X66MLSrWdNNf0O5yX6bxyslzqeg4a4eyeBws95d8JR8bAFh5TeDPCMyvyJxMiE6njKUXIkZQn0RcMf9DA1/CFZ7NDXn290PSlJxn3/ZYgL0IP4GX/xlL8Ji/UgMVP8OCGo5o+Y0BP5spRGsxER+KUeaDgEzqlYIWPBtCqfxu1J5flrQt3E/gp9yAhLedcijTT0UazcHfCq+oOYkn7Z6oSTTOw7XqueHYn6+gDKvIH7YeVLkkBrRKUehgu7cb8kEysYfvCUO2pG7gv+Q2nHKL5UPIKmTL4UOi29ANpRIx59yPIYnKaZkAV6z7+HAHuZafpeq0NWiNEMi12gHOL+fID1HbccV5rhH44uXPH12kdDzHMU/ICKewqlhIPdk+p61l17u8w9Yf50KEMWOeVD/eOLMHxqe9TGgNhQQNP5YKiqBExoCDFBjKhYw0pegJx9BgWN//YLZnuIWc967jcNG/neIw23JkoZPvwm4PwcPXnIhp+4VSLFlSRP4SK+SR+vUnnKx2azYCaQrTx93MgmYxyIk2R3xmVwql7QpPiX9CO2rWSYxej1wsMBm+g6g+jtSTbzUWTKzjGINuvJpCPcFweokEZMOdn+iLAYQHlODwFCuOGej7pxxCeM/LpHjy66S+C102nZkA9ajtu5vWrnCOXvKwqTCCH4KO2nPzzESdkfeinGp0n0ewM69XRU1OhX/ApfZPVB0mHFn5PBhTxND5fwnfyw6CJkN58D9s+8TjrZ9G0rc9s2nbbc6z6JafQCsKxlZ3yTRQACwc/13NRHxrzPtnzGa6ya1K4aXWVk8ruWaOYY7QP8XOC16cZID3NRXc/M4Q0+RZVLScjKT/hn6PJSHKSeCY5CSOXpOplZ3ovNCAbF8e5yfC0J/su7wf9wCZNUFNBKOYQx/gGJf83zToXaZLT06O3vsoBH6C0/xPsvOjdcS5VdA/T/Vx0Lu4hh8lfcomHNwk9jzhShzG7+KvP588EXp+eWQNhAl6GaYu7ntxA07yTcy1l2NOBgIi2ynGUfgSbnSFZnbGylW3UgOw5t21pMhADhb6XfgylDv9z+InHsO0urQNnpPkzUAylrPSg/RQnuoN22sNJc9+gaYijmaZxMgOaLw+TYpi95fw67InNr5Aee4jAi4OfYsbT3s+egWK48NNnaz0h3MSq99LW+aNDGI6AFE06PpBpIPgM6wODijSuTQae5/uzKPtRPHz7RDH02dzPnYHuWaSVt8iEM+8hE1eRgSvZzNXaMtYHE2rQd3m47/bRgN7gJuVF/kz1AhMyHSicF/0fsdAfX3b+xhYAAAAASUVORK5CYII=);
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: cover;
}

.quote-result {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    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;
    padding: 48px 16px 24px 16px;
    background-color: #ffffff;
}

@media screen and (max-width: 768px) {
    .quote-result {
        padding: 16px;
        border-radius: 2px;
        -webkit-box-shadow: 0 0 0 1px #abb3bd;
        box-shadow: 0 0 0 1px #abb3bd;
    }

    .quote-result+.quote-result {
        margin-top: 16px;
    }
}

.quote-result+.quote-result:not(:last-of-type) {
    border-left: 1px solid #abb3bd;
    border-right: 1px solid #abb3bd;
}

@media screen and (max-width: 768px) {
    .quote-result+.quote-result:not(:last-of-type) {
        border-left: 0;
        border-right: 0;
    }
}

.quote-result__header {
    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;
}

@media screen and (max-width: 768px) {
    .quote-result__header {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 100%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media screen and (max-width: 768px) {
    .quote-result__header-badge-and-quote-result-features-wrapper {
        width: 100%;
    }
}

.quote-result__header-badge-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

@media screen and (max-width: 768px) {
    .quote-result__header-badge-wrapper {
        position: relative;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: -16px;
        margin-bottom: 16px;
    }
}

.quote-result__header-badge {
    padding: 8px 16px 8px 16px;
    background-color: #ebbf47;
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.quote-result__header-badge--hidden {
    opacity: 0;
}

.quote-result__header h4 {
    line-height: 24px;
    margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
    .quote-result__header h4 {
        margin-bottom: 8px;
    }
}

.quote-result__header-features {
    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;
}

@media screen and (max-width: 768px) {
    .quote-result__header-features {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
    }
}

.quote-result__header-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 20px;
}

.quote-result__header-feature svg {
    width: 16px;
    height: 16px;
}

.quote-result__header-feature+.quote-result__header-feature {
    margin-top: 8px;
}

@media screen and (max-width: 768px) {
    .quote-result__header-feature {
        margin-top: 8px;
    }

    .quote-result__header-feature:last-of-type {
        /* margin-top: 0; */
    }

    .quote-result__header-feature:not(:last-of-type) {
        margin-right: 8px;
    }
}

.quote-result__header-feature p {
    line-height: 20px;
}

.quote-result__header-feature p {
    margin-left: 4px;
}

.quote-result__delivery-date {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 768px) {
    .quote-result__delivery-date {
        width: 100%;
        margin-top: 16px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
    }
}

.quote-result__delivery-date-label,
.quote-result__delivery-date-date,
.quote-result__price-per-word {
    text-align: center;
    color: #768190;
}

.quote-result__delivery-date-date {
    color: #000000;
}

.quote-result__delivery-date-label,
.quote-result__price-per-word {
    font-size: 12px;
    line-height: 20px;
}

.quote-result__delivery-date-date {
    text-transform: capitalize;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    text-align: center;
}

@media screen and (max-width: 768px) {

    .quote-result__delivery-date-label,
    .quote-result__delivery-date-date {
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        text-align: left;
    }

    .quote-result__delivery-date-label {
        margin-right: 4px;
    }
}

.quote-result__price-and-order-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .quote-result__price-and-order-wrapper {
        position: relative;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        margin-top: 24px;
        padding-top: 16px;
    }

    .quote-result__price-and-order-wrapper:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: -16px;
        right: -16px;
        height: 1px;
        background-color: #ccd4de
    }
}

.quote-result__price {
    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;
    margin-top: 32px;
    margin-right: auto;
    width: 100%;
}

.quote-result__price--hidden {
    opacity: 0;
}

@media screen and (max-width: 768px) {
    .quote-result__price {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-top: 0;
        width: auto;
    }
}

.quote-result__price-price {
    font-size: 24px;
    font-weight: 500;
}

.quote-result__price-per-word {
    margin-top: 8px;
}

@media screen and (max-width: 768px) {
    .quote-result__price-per-word {
        margin-top: 0;
    }
}

.quote-result__order-button {
    width: 100%;
    max-width: calc(100% - 64px);
    margin-top: 24px;
}

.quote-result__order-button button:disabled {
    -webkit-transition: none;
    transition: none;
}

@media screen and (max-width: 768px) {
    .quote-result__order-button {
        margin-top: 0;
        width: auto;
        max-width: 100%;
        min-width: 128px;
    }
}

.quote-result button {
    width: 100%;
}

.quote-result__more-details {
    margin-top: 16px;
    font-size: 14px;
    line-height: 20px;
    color: #768190;
    text-decoration: underline;
}

.quote-result__more-details:hover {
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .quote-result__more-details {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
}

.quote-result__skeleton {
    position: relative;
}

.quote-result__skeleton span,
.quote-result__skeleton button {
    opacity: 0;
}

.quote-result__skeleton:after {
    position: absolute;
    content: '';
    display: block;
    top: 2px;
    bottom: 2px;
    left: -2px;
    right: -2px;
    border-radius: 2px;
    background-color: #f2f5f7;
    -webkit-animation: quote-result__skeletonAnimation .8s linear infinite alternate;
    animation: quote-result__skeletonAnimation .8s linear infinite alternate;
}

@-webkit-keyframes quote-result__skeletonAnimation {
    0% {
        opacity: 0.45;
    }

    100% {
        opacity: 0.9;
    }
}

@keyframes quote-result__skeletonAnimation {
    0% {
        opacity: 0.45;
    }

    100% {
        opacity: 0.9;
    }
}

.is-modal-visible {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    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;
}

.modal:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .16);
}

.modal__body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    background-color: #ffffff;
    max-width: 736px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 0 1px #abb3bd, 0 8px 12px rgba(0, 0, 0, .16);
    box-shadow: 0 0 0 1px #abb3bd, 0 8px 12px rgba(0, 0, 0, .16);
}

.modal--small .modal__body {
    max-width: 460px;
    max-height: 100vh;
    overflow-y: auto;
}

@media screen and (max-width: 768px) {
    .modal--small .modal__body {
        max-width: none;
    }
}

@media screen and (max-width: 768px) {
    .modal__body {
        border-radius: 0;
    }
}

.modal__header {
    position: relative;
    padding: 16px 24px;
    -webkit-box-shadow: 0 1px #ccd4de;
    box-shadow: 0 1px #ccd4de;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.modal__header h6 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-transform: none;
}

.modal__header-close {
    display: none;
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal__header-close--always-visible {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal__header-close--always-visible:hover {
    cursor: pointer;
}

.modal__header-close--always-visible svg {}

.modal__header-close--always-visible .icon__fill {
    fill: #768190;
}

@media screen and (max-width: 768px) {
    .modal__header-close {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.modal__content {
    max-height: calc(100vh - 144px);
    overflow-y: auto;
    padding: 24px;
}

.modal--small .modal__content {
    padding-left: 40px;
    padding-right: 40px;
    max-height: none;
}

@media screen and (max-width: 768px) {
    .modal__content {
        max-height: none;
        height: calc(100vh - 112px);
    }
}

.modal__footer {
    position: relative;
    padding: 8px 24px;
    -webkit-box-shadow: 0 -1px #ccd4de;
    box-shadow: 0 -1px #ccd4de;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
}

.modal--small .modal__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
}

.modal--small .modal__footer .link {
    margin-top: 24px;
    margin-bottom: 32px;
}

.modal__footer--hide-border {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal__footer-copy {
    text-transform: uppercase;
    color: #768190;
    font-size: 14px;
    line-height: 16px;
}

.modal__footer button,
.modal__footer .button {
    margin-left: auto;
    min-width: 120px;
}

@media screen and (max-width: 768px) {

    .modal__footer button:only-of-type,
    .modal__footer .button:only-of-type {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

.uploader {
    width: 100%;
    min-height: 240px;
    padding: 16px;
    background-color: #f2f5f7;
    border-radius: 2px;
    border: 2px dashed;
    border-color: #ccd4de;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: border-color 0.25s ease-in-out;
    transition: border-color 0.25s ease-in-out;
}

.uploader--disabled:hover {
    cursor: default;
}

.uploader--with-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.uploader--dragging {
    border-color: #0055b8;
}

.uploader--rejecting {
    border-color: #ed7a5b;
}

.uploader--dragging .uploader__children--empty {
    display: none;
}

.uploader--dragging:not(.uploader--rejecting) .uploader__children--drag {
    display: block;
}

.uploader--rejecting .uploader__children--reject {
    display: block;
}

.uploader__children--add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: auto;
    padding-top: 16px;
}

.uploader__children--add .uploader__icon {
    margin-right: 8px;
}

.uploader__children--add p {
    color: #768190;
}

.uploader__children--add p,
.uploader__children--add p .link {
    font-size: 16px;
    line-height: 19px;
    margin-top: 0;
}

.uploader__children--add .uploader__icon svg {
    width: 24px;
    height: 24px;
}

.uploader--with-items.uploader--dragging .uploader__children--drag {
    position: absolute;
    background: #f2f5f7;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    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;
}

.uploader__childs {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.uploader__icon svg {
    width: 40px;
    height: 40px;
}

.uploader__icon .icon__fill {
    fill: #abb3bd;
}

.uploader__empty-text {
    margin-top: 16px;
}

.uploader__empty-text,
.uploader__empty-text .link,
.uploader__children--drag {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
}

.uploader__empty-text-help {
    margin-top: 16px;
    font-size: 14px;
    line-height: 17px;
    color: #768190;
}

.uploader__children--drag {
    display: none;
    color: #0055b8;
}

.uploader__children--reject {
    display: none;
    color: #ed7a5b;
}

.uploader__items {
    width: 100%;
    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-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.uploader--rejecting .uploader__children--reject {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

.uploader__items .uploader__children--reject span {
    z-index: 2;
}

.uploader--rejecting .uploader__items .uploader__children--reject:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #f2f5f7;
    z-index: 1;
}

.uploader__reject-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 16px;
    height: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 8px;
    z-index: 2;
}

.uploader__reject-icon .icon__fill {
    fill: #ed7a5b;
}

.uploader__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background-color: #ffffff;
    padding: 16px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 0 1px #ccd4de;
    box-shadow: 0 0 0 1px #ccd4de;
}

.uploader__item-description {
    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-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 16px;
    max-width: calc(100% - 96px);
}

.uploader__item-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    line-height: 24px;
}

.uploader__item-file-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.uploader__item-details {
    font-size: 14px;
    line-height: 24px;
    color: #768190;
}

.uploader__item-details--failure {
    color: #ed7a5b;
}

.uploader__item-name .uploader__item-details {
    margin-left: 8px;
}

.uploader__item-name+.uploader__item-details {
    line-height: 16px;
}

.uploader__item-peperclip-icon .icon__fill {
    fill: #768190;
}

.uploader__item-peperclip-icon--failure .icon__fill {
    fill: #ed7a5b;
}

.uploader__item button {
    margin-left: auto;
}

.uploader__item+.uploader__item {
    margin-top: 8px;
}

.uploader__item-progress {
    position: relative;
    width: 100%;
    margin-top: 8px;
    height: 8px;
    background-color: #f2f5f7;
    border-radius: 2px;
}

.uploader__item-progress span {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #0055b8;
    border-radius: 2px;
    -webkit-animation: uploaderItemProgressAnimation 8s ease-in-out forwards;
    animation: uploaderItemProgressAnimation 8s ease-in-out forwards;
}

@-webkit-keyframes uploaderItemProgressAnimation {
    0% {
        width: 0%;
    }

    49% {
        width: 50%;
    }

    50% {
        width: 50%;
    }

    100% {
        width: 98.0%;
    }
}

@keyframes uploaderItemProgressAnimation {
    0% {
        width: 0%;
    }

    49% {
        width: 50%;
    }

    50% {
        width: 50%;
    }

    100% {
        width: 98.0%;
    }
}

.delivery-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.delivery-date__option {
    padding: 16px 24px;
    border-radius: 4px;
    background-color: #f2f5f7;
    color: #768190;
    font-weight: 400;
}

.delivery-date__option:hover {
    cursor: pointer;
}

.delivery-date__option--selected {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 0 1px #ccd4de inset;
    box-shadow: 0 0 0 1px #ccd4de inset;
    color: #000000;
    font-weight: 500;
}

.delivery-date__option+.delivery-date__option {
    margin-top: 8px;
}

.delivery-date__option-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.delivery-date__option-head .radio {
    margin-right: 16px;
}

.delivery-date__option-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    padding-left: 40px;
}

@media screen and (max-width: 768px) {
    .delivery-date__option-body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.delivery-date__option-body .select-with-icon__wrapper+.select-with-icon__wrapper {
    margin-left: 16px;
}

@media screen and (max-width: 768px) {
    .delivery-date__option-body .select-with-icon__wrapper+.select-with-icon__wrapper {
        margin-top: 16px;
        margin-left: 0;
    }
}

.delivery-date__time-zone-select-wrapper {
    max-width: 260px;
}

@media screen and (max-width: 768px) {
    .delivery-date__time-zone-select-wrapper {
        max-width: none;
    }
}

.delivery-date__select-day {
    text-transform: capitalize;
}

.order-summary {
    padding-left: 40px;
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 40px;
    max-height: calc(100vh - 162px);
}

@media screen and (max-width: 1024px) {
    .order-summary {
        padding-left: 24px;
    }
}

@media screen and (max-width: 768px) {
    .order-summary {
        position: relative !important;
        top: 0;
        max-height: none;
        padding-left: 0;
    }

    .order-summary--mobile-visible {
        margin-bottom: 40px;
    }

    .order-summary--visible {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.order-summary:before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    width: 100vw;
    left: 0%;
    top: -100%;
    height: 200%;
    height: calc(200% + 162px);
    background-color: #f2f5f7;
    -webkit-box-shadow: -1px 0 0 0 #ccd4de;
    box-shadow: -1px 0 0 0 #ccd4de;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .order-summary:before {
        display: none;
    }
}

.order-summary__mobile-toggle {
    display: none;
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    .order-summary__mobile-toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.order-summary__mobile-toggle-title,
.order-summary__mobile-toggle-total {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.order-summary__mobile-toggle-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.order-summary__mobile-toggle-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 24px;
    margin-left: 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.order-summary__mobile-toggle-total {
    margin-left: auto;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .order-summary:not(.order-summary--mobile-visible)>div:not(.order-summary__mobile-toggle) {
        display: none;
    }
}

.order-summary>div {
    position: relative;
    z-index: 2;
}

.order-summary__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.order-summary__body {
    margin-top: 32px;
    padding-top: 24px;
    padding-bottom: 24px;
    border-top: 1px solid #ccd4de;
    border-bottom: 1px solid #ccd4de;
}

.order-summary__body-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.order-summary__body-item+.order-summary__body-item {
    margin-top: 16px;
}

.order-summary__body-item-target-languages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 32px;
    margin-bottom: 24px;
}

.order-summary__body-item-target-languages .label:not(:last-of-type) {
    margin-right: 8px;
    margin-bottom: 8px;
}

.order-summary__body-item-icon {
    margin-right: 8px;
}

.order-summary__body-item-label,
.order-summary__body-item-text {
    font-size: 14px;
    line-height: 24px;
}

.order-summary__body-item-text {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: right;
}

.order-summary__body-item-icon svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.order-summary__body-item-icon .icon__fill {
    fill: #abb3bd;
}

.order-summary__footer {
    padding-top: 24px;
}

.order-summary__footer h6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    text-transform: none;
}

.order-summary__total {
    margin-left: auto;
}

.order-summary__legals {
    margin-top: 24px;
    font-size: 11px;
    line-height: 16px;
    color: #768190;
}

.login {}

.login h4 {
    text-align: center;
    margin-top: 32px;
}

.login h4+.input-with-label__wrapper {
    margin-top: 32px;
}

.login__subtitle {
    margin-top: 16px;
    margin-bottom: 32px;
    color: #768190;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.login .input-with-label__wrapper+.input-with-label__wrapper {
    margin-top: 24px;
}

.login+.modal__footer {
    /* padding: 24px; */
}

.login+.modal__footer button,
.login+.modal__footer .button {
    width: 100%;
    max-width: none;
    /* margin-top: 24px; */
    margin-left: none;
}

.login__terms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
}

.login__terms input {
    margin: 0;
    margin: 4px 0 0 0;
}

.login__terms label,
.login__terms label a {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
}

.login__terms label {
    padding-left: 16px;
}

.icon {}

.icon--inline {
    display: inline-block;
    vertical-align: middle;
    height: 1.5em;
    width: 1.5em;
}

.icon--inline svg {
    width: 100%;
    height: 100%;
}

.icon--black g {
    fill: #000000 !important;
}

.icon--blue g {
    fill: #0055b8 !important;
}

.icon--blue-darker g {
    fill: #00479a !important;
}

.icon--white g {
    fill: #ffffff !important;
}

.icon--dark-blue g {
    fill: #002b5c !important;
}

.icon--light-blue g {
    fill: #0099cc !important;
}

.icon--red g {
    fill: #ed7a5b !important;
}

.icon--yellow g {
    fill: #ebbf47 !important;
}

.icon--green g {
    fill: #66d4bd !important;
}

.icon--purple g {
    fill: #d4a1ed !important;
}

.icon--dark-grey g {
    fill: #768190 !important;
}

.icon--grey g {
    fill: #abb3bd !important;
}

.icon--silver g {
    fill: #ccd4de !important;
}

.icon--silver-24 g {
    fill: rgba(204, 212, 222, .16) !important;
}

.icon--silver-darker g {
    fill: #abb3bd !important;
}

.icon--light-grey g {
    fill: #f2f5f7 !important;
}

.icon--bg-none {
    background: none !important;
}

.icon--bg-black {
    background: #000000 !important;
}

.icon--bg-blue {
    background: #0055b8 !important;
}

.icon--bg-blue-darker {
    background: #00479a !important;
}

.icon--bg-white {
    background: #ffffff !important;
}

.icon--bg-dark-blue {
    background: #002b5c !important;
}

.icon--bg-light-blue {
    background: #0099cc !important;
}

.icon--bg-red {
    background: #ed7a5b !important;
}

.icon--bg-yellow {
    background: #ebbf47 !important;
}

.icon--bg-green {
    background: #66d4bd !important;
}

.icon--bg-purple {
    background: #d4a1ed !important;
}

.icon--bg-dark-grey {
    background: #768190 !important;
}

.icon--bg-grey {
    background: #abb3bd !important;
}

.icon--bg-silver {
    background: #ccd4de !important;
}

.icon--bg-silver-24 {
    background: rgba(204, 212, 222, .16) !important;
}

.icon--bg-silver-darker {
    background: #abb3bd !important;
}

.icon--bg-light-grey {
    background: #f2f5f7 !important;
}

.icon--image {
    background-color: transparent !important;
    background-size: contain;
}

.icon--small {
    height: 1em;
    width: 1em;
}

.icon--auto {
    height: 1.5em;
    width: 1.5em;
}

.icon--medium {
    height: 2em;
    width: 2em;
}

.icon--large {
    height: 3em;
    width: 3em;
}

.icon--xl {
    height: 4em;
    width: 4em;
}

.icon--xxl {
    height: 5em;
    width: 5em;
}

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

.icon--32 {
    height: 32px;
    width: 32px;
}

.icon--40 {
    height: 40px;
    width: 40px;
}

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

.icon--64 {
    height: 64px;
    width: 64px;
}

.icon--72 {
    height: 72px;
    width: 72px;
}

.icon--96 {
    height: 96px;
    width: 96px;
}

.icon--120 {
    height: 120px;
    width: 120px;
}

.icon--160 {
    height: 160px;
    width: 160px;
}

.slider {
    text-align: center;
}

.slider>* {
    text-align: left;
}

.slider>div {
    overflow: hidden;
    -webkit-transition: height 0.15s linear;
    transition: height 0.15s linear;
    cursor: pointer;
}

.slider button {
    width: 8px;
    height: 8px;
    overflow: hidden;
    font-size: 0;
    color: transparent;
    text-indent: -9999px;
    background: #CCD4DE;
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 50%;
    margin: 0 4px;
    margin-top: 30px;
}

.slider button.active {
    background: #0055B8;
}

.avatar {
    display: inline-block;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background-color: #0055B8;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    font-size: 40px;
    line-height: 96px;
    padding: 0;
    text-align: center;
    overflow: hidden;
    font-weight: 500;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.avatar[style] {
    background-color: transparent;
}

.avatar+.avatar-company {
    display: inline-block;
    height: 56px;
    min-width: 56px;
    padding: 12px;
    background: white;
    border-radius: 28px;
    vertical-align: middle;
    margin-left: -24px;
    margin-top: 36px;
}

.avatar+.avatar-company img {
    height: 32px;
    width: auto;
}

.avatar--large {
    width: 72px;
    height: 72px;
    font-size: 20px;
    line-height: 72px;
}

.avatar--medium {
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
}

.avatar--small {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
}

.avatar--micro {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 0px;
}

.avatar--micro:first-letter {
    font-size: 12px;
}

.avatar--nano {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 0px;
}

.avatar--nano:first-letter {
    font-size: 10px;
}

.avatar--medium+.avatar-company,
.avatar--small+.avatar-company,
.avatar--micro+.avatar-company,
.avatar--nano+.avatar-company {
    display: none;
}

.section--wide .avatar+.avatar-company {
    background: #F2F5F7;
}

.quote {
    text-align: center;
    padding: 0 20px;
}

.quote blockquote {
    font-size: 24px;
    line-height: 40px;
    display: block;
    margin: 15px 0 20px;
}

.quote span {
    font-size: 16px;
    color: #768190;
}

@media (max-width: 991px) {
    .quote blockquote {
        font-size: 22px;
        line-height: 34px;
    }
}

@media (max-width: 767px) {}

@media (max-width: 575px) {
    .quote blockquote {
        font-size: 18px;
        line-height: 26px;
    }

}

.hero-text {}

.hero-text--center {
    text-align: center;
}

.hero-text--right {
    text-align: right;
}

.hero-text h1,
.hero-text h2,
.hero-text h3,
.hero-text h4,
.hero-text h5,
.hero-text h6,
.hero-text h1,
.hero-text [class^="H"] {
    margin-bottom: 0.35em;
}

.hero-text p {
    margin-bottom: 1.2em;
}

.hero-text *:first-child {
    margin-bottom: 0.35em;
}

.hero-text *:last-child {
    margin-bottom: 0;
}

.hero-text p:first-child {
    margin-bottom: 1em;
}

.hero-text p:last-child {
    margin-bottom: 0;
}

.hero-text h1,
.hero-text .H900,
.hero-text h2,
.hero-text .H800 {
    line-height: 1.14;
}

.hero-text h1+p,
.hero-text .H900+p,
.hero-text h2+p,
.hero-text .H800+p {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 24px;
}

.hero-text h3+p,
.hero-text .H600+p {
    font-size: 18px;
    line-height: 1.6;
}

.hero-text h5,
.hero-text .H400 {
    margin-top: 25px;
}

.hero-text h5:first-child {
    margin-top: 0;
}

.hero-text .button--big {
    min-width: 176px;
    margin: 8px 0;
    margin-right: 16px;
}

.hero-text p+.link:not(.link--medium) {
    margin-top: -10px;
    display: inline-block;
    vertical-align: top;
}

.hero-image img {
    max-width: 100%;
}

.hero-image--align-left img {
    margin-right: auto;
    display: block;
}

.hero-image--align-right img {
    margin-left: auto;
    display: block;
}

.hero-image--left img,
.hero-image--right img {
    max-width: 125%;
}

.hero-image--left img {
    margin-left: -25%;
}

.hero-text--medium p,
.hero-text.hero-text--medium *+p {
    font-size: 18px;
    line-height: 1.6;
}

.hero-text--big p,
.hero-text.hero-text--big *+p {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 24px;
}

@media (max-width: 1399px) {

    .hero-text h1+p,
    .hero-text .H900+p,
    .hero-text h2+p,
    .hero-text .H800+p {
        font-size: 18px;
    }

    .hero-text--big p,
    .hero-text.hero-text--big *+p {
        font-size: 18px;
    }
}

@media (max-width: 1199px) {

    .hero-image--left img,
    .hero-image--right img {
        max-width: 110%;
    }

    .hero-image--left img {
        margin-left: -10%;
    }
}

@media (max-width: 991px) {

    .hero-text h1,
    .hero-text .H800 {
        font-size: 32px;
    }

    .hero-image--left img,
    .hero-image--right img {
        max-width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 767px) {

    .hero-text h1+p,
    .hero-text .H800+p,
    .hero-text--big p,
    .hero-text.hero-text--big *+p {
        font-size: 18px;
    }

    .hero-text h3+p,
    .hero-text .H600+p,
    .hero-text--medium p,
    .hero-text.hero-text--medium *+p {
        font-size: 16px;
    }

    .hero-text h1:last-child,
    .hero-text .H900:last-child,
    .hero-text h2:last-child,
    .hero-text .H800:last-child,
    .hero-text h3:last-child,
    .hero-text .H600:last-child {
        margin-bottom: -20px;
    }
}

@media (max-width: 575px) {

    .hero-text h1,
    .hero-text .H800 {
        font-size: 22px;
    }
}

div.headliner {
    text-align: center;
    min-height: 105px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -15px 0 -50px;
}

div.headliner--margin-0 {
    margin-bottom: 0;
}

div.headliner p {
    max-width: 600px;
}

div.headliner h1,
div.headliner h2,
div.headliner .H800,
div.headliner .H700 {
    margin-bottom: 0.5em;
}

div.headliner h1+p,
div.headliner h2+p,
div.headliner .H800+p,
div.headliner .H700+p {
    font-size: 18px;
}

@media (max-width: 1399px) {
    div.headliner {
        margin: -10px 0 -40px;
    }
}

@media (max-width: 1199px) {}

@media (max-width: 991px) {
    div.headliner {
        margin: -10px 0 -30px;
    }
}

@media (max-width: 767px) {}

@media (max-width: 575px) {
    div.headliner {
        margin: -5px 0 -20px;
    }
}

.grid-item {
    text-align: center;
    padding: 20px;
}

.grid-item .icon {
    width: 96px;
    height: 96px;
    display: block;
    margin: 0 auto;
    background-color: #f2f5f7;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    margin-bottom: 24px;
}

.section--wide .grid-item .icon {
    background-color: #ccd4de;
}

.grid-item .icon--image {
    border-radius: 0;
    background-color: transparent;
}

.grid-item h2,
.grid-item h3,
.grid-item h4,
.grid-item h5,
.grid-item .H700,
.grid-item .H600,
.grid-item .H500 {
    margin-bottom: 16px;
}

.grid-item p {
    margin-bottom: 10px;
}

.grid-item .icon svg {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.grid-item .icon svg g {
    fill: #00479a;
}

.layout__col-3 .grid-item {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 1199px) {}

@media (max-width: 991px) {
    .grid-item .icon {
        width: 72px;
        height: 72px;
    }
}

@media (max-width: 767px) {
    .grid-item {
        padding: 15px 10px;
    }
}

@media (max-width: 575px) {
    .grid-item {
        padding: 10px 0;
    }

    .grid-item .icon {
        width: 56px;
        height: 56px;
    }
}

.grid-logo {
    height: calc(100% + 30px);
    position: relative;
    text-align: center;
    margin: -15px;
    border-right: 1px solid #CCD4DE;
    padding: 35px 20px 40px;
}

.grid-logo__logo {
    min-height: 48px;
    line-height: 48px;
    white-space: nowrap;
    text-align: center;
    margin-bottom: 15px;
}

.grid-logo__logo img {
    display: inline-block;
    vertical-align: middle;
}

.grid-logo:before {
    content: "";
    position: absolute;
    display: block;
    width: 200vw;
    height: calc(100% + 1px);
    top: 0;
    left: -100vw;
    border-top: 1px solid #CCD4DE;
    border-bottom: 1px solid #CCD4DE;
    pointer-events: none;
    z-index: 0;
}

.layout__col-4:nth-child(3) .grid-logo,
.layout__col-4:nth-child(6) .grid-logo,
.layout__col-4:nth-child(9) .grid-logo,
.layout__col-4:nth-child(12) .grid-logo,
.layout__col-4:nth-child(15) .grid-logo,
.layout__col-4:nth-child(18) .grid-logo {
    border-right: none;
}

@media (max-width: 991px) {
    .layout__col-md-6:nth-child(even) .grid-logo {
        border-right: none;
    }

    .layout__col-md-6:nth-child(odd) .grid-logo {
        border-right: 1px solid #CCD4DE;
    }
}

@media (max-width: 767px) {
    .layout__col-sm-6:nth-child(even) .grid-logo {
        border-right: none;
    }

    .layout__col-sm-6:nth-child(odd) .grid-logo {
        border-right: 1px solid #CCD4DE;
    }
}

@media (max-width: 575px) {

    .layout__col-xs-12:nth-child(even) .grid-logo,
    .layout__col-xs-12:nth-child(odd) .grid-logo {
        border-right: none;
    }

    .grid-logo {
        padding: 20px;
    }

    .grid-logo__logo {
        margin-bottom: 8px;
    }
}

.cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #F2F5F7;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 44px 96px;
}

.cta__description {
    padding-right: 20px;
}

.cta__description h3,
.cta__description .H600 {
    margin-bottom: 8px;
}

.cta__description p {
    color: #768190
}

@media (max-width: 1199px) {}

@media (max-width: 991px) {
    .cta {
        padding: 36px 82px;
    }
}

@media (max-width: 767px) {
    .cta {
        padding: 30px 64px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .cta__description {
        margin-bottom: 20px;
        padding-right: 0;
    }
}

@media (max-width: 575px) {
    .cta {
        margin: 0 -24px;
        padding: 36px 24px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }
}

.feature-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.feature-list .feature {
    width: 42%;
    margin-bottom: 30px;
}

.feature-list .feature+.feature {
    margin-top: 0;
}

.feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.feature+.feature {
    margin-top: 30px
}

.feature--block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.feature h1+p,
.feature .H900+p,
.feature h2+p,
.feature .H800+p,
.feature h3+p,
.feature .H600+p {
    font-size: 18px;
    line-height: 1.6;
}

.feature h1,
.feature h2,
.feature h3 {
    margin-bottom: 0.5em;
}

.feature--block-image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 18px;
}

.feature--block-image .feature__image {
    margin-bottom: 20px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.feature-list .feature--block-image {
    width: 48%;
    margin-bottom: 55px;
}

.feature-list .feature--block-image img {
    max-height: 36px;
}

.feature--block-image p {
    font-size: 18px;
    line-height: 32px;
}

.feature--margin-20 {
    margin: 0;
    padding: 20px 0;
}

.feature--margin-40 {
    padding: 40px 0;
}

.feature--margin-20+.feature,
.feature--margin-40+.feature {
    margin: 0;
}

.feature__icon,
.feature__avatar {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 24px;
    background-color: #f2f5f7;
    border-radius: 50%;
    padding: 0.5em;
    text-align: center;
}

.feature--block .feature__icon,
.feature--block .feature__avatar,
.feature--margin-40.feature--block .feature__icon,
.feature--margin-40.feature--block .feature__avatar {
    margin-bottom: 24px;
    margin-right: 0;
}

.feature--margin-40 .feature__icon,
.feature--margin-40 .feature__avatar {
    margin-right: 40px;
}

.feature__icon--nobg {
    padding: 0;
    background: none;
    margin-right: 16px;
}

.feature__icon--black {
    background: #000000;
}

.feature__icon--blue {
    background: #0055b8;
}

.feature__icon--blue-darker {
    background: #00479a;
}

.feature__icon--white {
    background: #ffffff;
}

.feature__icon--dark-blue {
    background: #002b5c;
}

.feature__icon--light-blue {
    background: #0099cc;
}

.feature__icon--red {
    background: #ed7a5b;
}

.feature__icon--yellow {
    background: #ebbf47;
}

.feature__icon--green {
    background: #66d4bd;
}

.feature__icon--purple {
    background: #d4a1ed;
}

.feature__icon--dark-grey {
    background: #768190;
}

.feature__icon--grey {
    background: #abb3bd;
}

.feature__icon--silver {
    background: #ccd4de;
}

.feature__icon--silver-24 {
    background: rgba(204, 212, 222, .16);
}

.feature__icon--silver-darker {
    background: #abb3bd;
}

.feature__icon--light-grey {
    background: #f2f5f7;
}

.feature__avatar {
    padding: 0;
}

.feature h4 {
    margin-bottom: 10px;
}

.feature p {
    margin-bottom: 10px;
}

.feature p:last-child {
    margin-bottom: 0px;
}

.feature span {
    color: #768190;
}

.feature h5 {
    margin-bottom: 10px;
}

.feature--black h5 {
    color: #000000;
    font-size: 18px;
}

.feature--blue h5 {
    color: #0055b8;
    font-size: 18px;
}

.feature--blue-darker h5 {
    color: #00479a;
    font-size: 18px;
}

.feature--white h5 {
    color: #ffffff;
    font-size: 18px;
}

.feature--dark-blue h5 {
    color: #002b5c;
    font-size: 18px;
}

.feature--light-blue h5 {
    color: #0099cc;
    font-size: 18px;
}

.feature--red h5 {
    color: #ed7a5b;
    font-size: 18px;
}

.feature--yellow h5 {
    color: #ebbf47;
    font-size: 18px;
}

.feature--green h5 {
    color: #66d4bd;
    font-size: 18px;
}

.feature--purple h5 {
    color: #d4a1ed;
    font-size: 18px;
}

.feature--dark-grey h5 {
    color: #768190;
    font-size: 18px;
}

.feature--grey h5 {
    color: #abb3bd;
    font-size: 18px;
}

.feature--silver h5 {
    color: #ccd4de;
    font-size: 18px;
}

.feature--silver-24 h5 {
    color: rgba(204, 212, 222, .16);
    font-size: 18px;
}

.feature--silver-darker h5 {
    color: #abb3bd;
    font-size: 18px;
}

.feature--light-grey h5 {
    color: #f2f5f7;
    font-size: 18px;
}

.feature__icon .icon--32 svg,
.feature__icon .icon--40 svg,
.feature__icon .icon--48 svg,
.feature__icon .icon--64 svg,
.feature__icon .icon--72 svg,
.feature__icon .icon--96 svg,
.feature__icon .icon--120 svg,
.feature__icon .icon--160 svg {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
}

@media (max-width: 991px) {
    .feature-list .feature {
        width: 48%;
    }
}

@media (max-width: 767px) {
    .feature-list .feature {
        width: 48%;
    }

    .feature--block-image {
        margin-bottom: 40px;
    }

    .feature--block-image p {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 575px) {
    .feature-list .feature {
        width: 100%;
    }

    .feature h1+p,
    .feature .H900+p,
    .feature h2+p,
    .feature .H800+p,
    .feature h3+p,
    .feature .H600+p {
        font-size: 16px;
    }
}

div.text {
    font-size: 18px;
    line-height: 32px;
}

div.text p {
    margin-top: 16px;
    font-size: 18px;
    line-height: 32px;
}

div.text--small,
div.text--small p {
    font-size: 16px;
    line-height: 28px;
}

div.text h3 {
    font-size: 32px;
}

div.text h3.H700 {
    font-size: 40px;
}

div.text small.block {
    line-height: 1.2;
    display: block;
}

div.text h1,
div.text h2,
div.text h3,
div.text h4,
div.text h5,
div.text h6,
div.text [class^="H"] {
    margin-top: 2.2em;
}

div.text h1:first-child,
div.text h2:first-child,
div.text h3:first-child,
div.text h4:first-child,
div.text h5:first-child,
div.text h6:first-child,
div.text p:first-child,
div.text [class^="H"]:first-child,
div.text .accordion:first-child,
div.text .accordion+.accordion {
    margin-top: 0;
}

div.text .accordion {
    margin-top: 16px;
}

div.text h1+h1,
div.text h1+h2,
div.text h1+h3,
div.text h1+h4,
div.text h1+h5,
div.text h1+h6,
div.text h1+[class^="H"],
div.text h2+h2,
div.text h2+h3,
div.text h2+h4,
div.text h2+h5,
div.text h2+h6,
div.text h2+.H800,
div.text h2+.H700,
div.text h2+.H600,
div.text h2+.H500,
div.text h2+.H400,
div.text h2+.H350,
div.text h2+.H300,
div.text h2+.H200,
div.text h2+.H100,
div.text h3+h3,
div.text h3+h4,
div.text h3+h5,
div.text h3+h6,
div.text h3+.H700,
div.text h3+.H600,
div.text h3+.H500,
div.text h3+.H400,
div.text h3+.H300,
div.text h3+.H200,
div.text h3+.H100,
div.text h4+h4,
div.text h4+h5,
div.text h4+h6,
div.text h4+.H600,
div.text h4+.H500,
div.text h4+.H400,
div.text h4+.H300,
div.text h4+.H200,
div.text h4+.H100,
div.text h5+h5,
div.text h5+h6,
div.text h5+.H500,
div.text h5+.H400,
div.text h5+.H300,
div.text h5+.H200,
div.text h5+.H100,
div.text h6+h6,
div.text h6+.H400,
div.text h6+.H300,
div.text h6+.H200,
div.text h6+.H100,
div.text [class^="H"]+[class^="H"] {
    margin-top: 16px;
}

div.text table {
    text-align: left;
    font-size: 16px;
    width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
}

div.text table.strong-1 tr td:nth-child(1) {
    font-weight: 500
}

div.text table.strong-2 tr td:nth-child(2) {
    font-weight: 500
}

div.text table.strong-3 tr td:nth-child(3) {
    font-weight: 500
}

div.text table.strong-4 tr td:nth-child(4) {
    font-weight: 500
}

div.text table.strong-5 tr td:nth-child(5) {
    font-weight: 500
}

div.text table.strong-6 tr td:nth-child(6) {
    font-weight: 500
}

div.text table.strong-7 tr td:nth-child(7) {
    font-weight: 500
}

div.text table.strong-8 tr td:nth-child(8) {
    font-weight: 500
}

div.text table.strong-9 tr td:nth-child(9) {
    font-weight: 500
}

div.text table.strong-10 tr td:nth-child(10) {
    font-weight: 500
}

div.text table th {
    text-align: left;
    font-weight: 500;
    border-bottom: 1px solid #ccd4de;
    line-height: 24px;
    padding: 13px 0;
}

div.text table td {
    font-size: 14px;
    line-height: 24px;
    padding: 12px 0;
    border-bottom: 1px dashed #ccd4de;
}

div.text table td small,
div.text table th small {
    font-size: 12px;
    color: #768190;
    display: block;
    line-height: 1.2;
    font-weight: 400;
}

div.text table tr:last-child td {
    border-bottom: 1px solid #ccd4de;
}

div.text table.advanced thead th {
    line-height: 1.2;
    font-size: 14px;
}

div.text table.advanced tbody tr:last-child td {
    border-bottom: 1px dashed #ccd4de;
}

div.text table.advanced tbody tr {
    display: none;
    color: #768190;
}

div.text table.advanced tbody tr td {
    padding-top: 3px;
    padding-bottom: 5px;
    vertical-align: middle;
}

div.text table.advanced tbody tr td:first-child {
    padding-left: 10px;
}

div.text table.advanced tbody tr[id],
div.text table.advanced tbody tr.target {
    display: table-row;
    color: black;
}

div.text table.advanced tbody tr[id] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

div.text table.advanced tbody tr[id].expanded td {
    background: #ffffff;
}

div.text table.advanced tbody tr[id].expanded~tr {
    display: table-row;
}

div.text table.advanced tbody tr[id].expanded~tr .icon-collapse {
    display: none;
}

div.text table.advanced tbody tr[id].expanded i.icon-collapse {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

div.text table.advanced tbody tr[id] td {
    background: #f2f5f7;
    padding-top: 12px;
    padding-bottom: 12px;
}

div.text table.advanced tbody tr[id]:hover td {
    background: #abb3bd;
    cursor: pointer;
}

div.text table.advanced tbody tr.target td {
    background: #0055b8;
    color: #ffffff;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    font-weight: 500;
    padding: 7px 0 10px;
}

div.text table.advanced tfoot tr td {
    border-top: 1px solid #ccd4de;
    border-bottom: none;
    font-weight: 400 !important;
    padding-top: 28px;
}

div.text table.advanced i.icon-stable,
div.text table.advanced i.icon-down,
div.text table.advanced i.icon-up,
div.text table.advanced i.icon-collapse {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: contain;
    vertical-align: middle;
    margin-right: 5px;
    -webkit-transition: -webkit-transform 0.15s ease-in-out;
    transition: -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

div.text table.advanced i.icon-stable {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M5,13 C4.44771525,13 4,12.5522847 4,12 C4,11.4477153 4.44771525,11 5,11 L19,11 C19.5522847,11 20,11.4477153 20,12 C20,12.5522847 19.5522847,13 19,13 L5,13 Z' fill='%230055B8'%3E%3C/path%3E%3C/svg%3E");
}

div.text table.advanced i.icon-down {
    background-image: url("data:image/svg+xml,%3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M13,16.5857864 L18.2928932,11.2928932 C18.6834175,10.9023689 19.3165825,10.9023689 19.7071068,11.2928932 C20.0976311,11.6834175 20.0976311,12.3165825 19.7071068,12.7071068 L12.7071068,19.7071068 C12.3165825,20.0976311 11.6834175,20.0976311 11.2928932,19.7071068 L4.29289322,12.7071068 C3.90236893,12.3165825 3.90236893,11.6834175 4.29289322,11.2928932 C4.68341751,10.9023689 5.31658249,10.9023689 5.70710678,11.2928932 L11,16.5857864 L11,5 C11,4.44771525 11.4477153,4 12,4 C12.5522847,4 13,4.44771525 13,5 L13,16.5857864 Z' stroke='none' fill='%23ED7A5B' fill-rule='nonzero'%3E%3C/path%3E%3C/svg%3E");
}

div.text table.advanced i.icon-up {
    background-image: url("data:image/svg+xml,%3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M11,7.41421356 L5.70710678,12.7071068 C5.31658249,13.0976311 4.68341751,13.0976311 4.29289322,12.7071068 C3.90236893,12.3165825 3.90236893,11.6834175 4.29289322,11.2928932 L11.2928932,4.29289322 C11.6834175,3.90236893 12.3165825,3.90236893 12.7071068,4.29289322 L19.7071068,11.2928932 C20.0976311,11.6834175 20.0976311,12.3165825 19.7071068,12.7071068 C19.3165825,13.0976311 18.6834175,13.0976311 18.2928932,12.7071068 L13,7.41421356 L13,19 C13,19.5522847 12.5522847,20 12,20 C11.4477153,20 11,19.5522847 11,19 L11,7.41421356 Z' stroke='none' fill='%2366D4BD' fill-rule='nonzero'%3E%3C/path%3E%3C/svg%3E");
}

div.text table.advanced i.icon-collapse {
    background-image: url("data:image/svg+xml,%3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M17.2928932,8.29289322 C17.6834175,7.90236893 18.3165825,7.90236893 18.7071068,8.29289322 C19.0976311,8.68341751 19.0976311,9.31658249 18.7071068,9.70710678 L12.7071068,15.7071068 C12.3165825,16.0976311 11.6834175,16.0976311 11.2928932,15.7071068 L5.29289322,9.70710678 C4.90236893,9.31658249 4.90236893,8.68341751 5.29289322,8.29289322 C5.68341751,7.90236893 6.31658249,7.90236893 6.70710678,8.29289322 L12,13.5857864 L17.2928932,8.29289322 Z' fill='black'%3E%3C/path%3E%3C/svg%3E");
}

div.text ul {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 24px;
    padding-left: 45px;
}

div.text ul li {
    margin-bottom: 8px;
}

div.text ul li:before {
    position: absolute;
    margin-left: -20px;
    content: "•";
    font-size: 18px;
    line-height: 24px;
    color: #0055b8;
}

div.text blockquote {
    margin-top: 32px;
    margin-bottom: 32px;
    color: #768190;
    font-size: 24px;
    line-height: 32px;
    border-left: 2px solid #0055b8;
    margin-left: 25px;
    padding-left: 25px;
}

div.text small {
    font-size: 0.85em
}

div.text *.black {
    color: #000000;
}

div.text *.blue {
    color: #0055b8;
}

div.text *.blue-darker {
    color: #00479a;
}

div.text *.white {
    color: #ffffff;
}

div.text *.dark-blue {
    color: #002b5c;
}

div.text *.light-blue {
    color: #0099cc;
}

div.text *.red {
    color: #ed7a5b;
}

div.text *.yellow {
    color: #ebbf47;
}

div.text *.green {
    color: #66d4bd;
}

div.text *.purple {
    color: #d4a1ed;
}

div.text *.dark-grey {
    color: #768190;
}

div.text *.grey {
    color: #abb3bd;
}

div.text *.silver {
    color: #ccd4de;
}

div.text *.silver-24 {
    color: rgba(204, 212, 222, .16);
}

div.text *.silver-darker {
    color: #abb3bd;
}

div.text *.light-grey {
    color: #f2f5f7;
}

@media (max-width: 1399px) {}

@media (max-width: 1199px) {
    div.text table.hide-lg-1 tr>*:nth-child(1) {
        display: none
    }

    div.text table.hide-lg-2 tr>*:nth-child(2) {
        display: none
    }

    div.text table.hide-lg-3 tr>*:nth-child(3) {
        display: none
    }

    div.text table.hide-lg-4 tr>*:nth-child(4) {
        display: none
    }

    div.text table.hide-lg-5 tr>*:nth-child(5) {
        display: none
    }

    div.text table.hide-lg-6 tr>*:nth-child(6) {
        display: none
    }

    div.text table.hide-lg-7 tr>*:nth-child(7) {
        display: none
    }

    div.text table.hide-lg-8 tr>*:nth-child(8) {
        display: none
    }

    div.text table.hide-lg-9 tr>*:nth-child(9) {
        display: none
    }

    div.text table.hide-lg-10 tr>*:nth-child(10) {
        display: none
    }
}

@media (max-width: 991px) {
    div.text table.hide-md-1 tr>*:nth-child(1) {
        display: none
    }

    div.text table.hide-md-2 tr>*:nth-child(2) {
        display: none
    }

    div.text table.hide-md-3 tr>*:nth-child(3) {
        display: none
    }

    div.text table.hide-md-4 tr>*:nth-child(4) {
        display: none
    }

    div.text table.hide-md-5 tr>*:nth-child(5) {
        display: none
    }

    div.text table.hide-md-6 tr>*:nth-child(6) {
        display: none
    }

    div.text table.hide-md-7 tr>*:nth-child(7) {
        display: none
    }

    div.text table.hide-md-8 tr>*:nth-child(8) {
        display: none
    }

    div.text table.hide-md-9 tr>*:nth-child(9) {
        display: none
    }

    div.text table.hide-md-10 tr>*:nth-child(10) {
        display: none
    }
}

@media (max-width: 767px) {
    div.text table.hide-sm-1 tr>*:nth-child(1) {
        display: none
    }

    div.text table.hide-sm-2 tr>*:nth-child(2) {
        display: none
    }

    div.text table.hide-sm-3 tr>*:nth-child(3) {
        display: none
    }

    div.text table.hide-sm-4 tr>*:nth-child(4) {
        display: none
    }

    div.text table.hide-sm-5 tr>*:nth-child(5) {
        display: none
    }

    div.text table.hide-sm-6 tr>*:nth-child(6) {
        display: none
    }

    div.text table.hide-sm-7 tr>*:nth-child(7) {
        display: none
    }

    div.text table.hide-sm-8 tr>*:nth-child(8) {
        display: none
    }

    div.text table.hide-sm-9 tr>*:nth-child(9) {
        display: none
    }

    div.text table.hide-sm-10 tr>*:nth-child(10) {
        display: none
    }
}

@media (max-width: 575px) {
    div.text table.hide-xs-1 tr>*:nth-child(1) {
        display: none
    }

    div.text table.hide-xs-2 tr>*:nth-child(2) {
        display: none
    }

    div.text table.hide-xs-3 tr>*:nth-child(3) {
        display: none
    }

    div.text table.hide-xs-4 tr>*:nth-child(4) {
        display: none
    }

    div.text table.hide-xs-5 tr>*:nth-child(5) {
        display: none
    }

    div.text table.hide-xs-6 tr>*:nth-child(6) {
        display: none
    }

    div.text table.hide-xs-7 tr>*:nth-child(7) {
        display: none
    }

    div.text table.hide-xs-8 tr>*:nth-child(8) {
        display: none
    }

    div.text table.hide-xs-9 tr>*:nth-child(9) {
        display: none
    }

    div.text table.hide-xs-10 tr>*:nth-child(10) {
        display: none
    }
}

.accordion {
    background: #ffffff;
    -webkit-box-shadow: inset 0 -1px 0 0 #CCD4DE;
    box-shadow: inset 0 -1px 0 0 #CCD4DE;
}

.accordion__title {
    line-height: 24px;
    padding: 26px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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;
}

.accordion__title h5 {
    -webkit-transition: color 0.15s linear;
    transition: color 0.15s linear;
}

.accordion__title .icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: -webkit-transform 0.15s ease-in-out;
    transition: -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    line-height: 1;
}

.accordion__title--collapsed h5 {
    color: #000000;
}

.accordion__title--collapsed .icon {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.accordion__title--collapsed .icon g {
    fill: #000000;
}

.accordion__wrap {
    overflow: hidden;
    -webkit-transition: height 0.25s ease-in-out;
    transition: height 0.25s ease-in-out;
    height: auto;
}

.accordion__inner {
    padding-bottom: 26px;
}

.contact-form {
    padding: 48px;
    background-color: #f2f5f7;
}

.contact-form__input+.contact-form__input {
    margin-top: 24px;
}

.contact-form__conditions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 24px;
}

.contact-form__conditions label {
    margin: 0;
}

.contact-form .contact-form__conditions+.button,
.contact-form .contact-form__conditions+button {
    margin-top: 24px;
    width: 100%;
}

@media (max-width: 1199px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {
    .contact-form {
        padding: 36px;
    }
}

@media (max-width: 575px) {
    .contact-form {
        padding: 24px;
        margin: 0 -24px;
    }
}

.snackbar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 16px;
    background-color: #0055b8;
    z-index: 11;
}

.snackbar--warning {
    background-color: #ebbf47;
}

.snackbar--success {
    background-color: #66d4bd;
}

.snackbar--error {
    background-color: #ed7a5b;
}

.snackbar--neutral {}

.snackbar--visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.snackbar__copy {
    width: 100%;
    font-size: 15px;
    line-height: 15px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
}

.snackbar__close-wrapper {
    margin-left: auto;
    width: 24px;
    height: 24px;
    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;
}

.snackbar__close-wrapper:hover {
    cursor: pointer;
}

.snackbar__close-wrapper svg path {
    fill: #ffffff;
}

.__react_component_tooltip.show.tooltip {
    max-width: 240px;
    padding: 12px 16px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 0 1px #abb3bd;
    box-shadow: 0 0 0 1px #abb3bd;
    opacity: 1;
    border-radius: 2px;
}

.tooltip span {
    font-size: 12px;
    line-height: 16px;
    color: #768190;
}

.__react_component_tooltip.place-top.tooltip:before {
    border-top: 6px solid #abb3bd;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    bottom: -7px;
}

.__react_component_tooltip.place-top.tooltip:after {
    border-top: 6px solid #ffffff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    bottom: -6px;
    margin-left: -10px;
}

.__react_component_tooltip.place-right.tooltip:before {
    border-right: 6px solid #abb3bd;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    left: -7px;
    margin-top: -4px;
}

.__react_component_tooltip.place-right.tooltip:after {
    border-right: 6px solid #ffffff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    left: -6px;
}

ul.list {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 24px;
    padding-left: 45px;
}

ul.list li {
    margin-bottom: 8px;
}

ul.list li:before {
    position: absolute;
    margin-left: -20px;
    content: "•";
    font-size: 18px;
    line-height: 24px;
    color: #0055b8;
}

ul.list--checked {
    padding-left: 40px;
}

ul.list--checked li {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
}

ul.list--checked li:before {
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGcgc3Ryb2tlPSJub25lIiBzdHJva2VXaWR0aD0iMSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8cGF0aCBmaWxsPSIjNjZENEJEIiBkPSJNMTkuMjkyODkzMiw1LjI5Mjg5MzIyIEMxOS42ODM0MTc1LDQuOTAyMzY4OTMgMjAuMzE2NTgyNSw0LjkwMjM2ODkzIDIwLjcwNzEwNjgsNS4yOTI4OTMyMiBDMjEuMDk3NjMxMSw1LjY4MzQxNzUxIDIxLjA5NzYzMTEsNi4zMTY1ODI0OSAyMC43MDcxMDY4LDYuNzA3MTA2NzggTDkuNzA3MTA2NzgsMTcuNzA3MTA2OCBDOS4zMTY1ODI0OSwxOC4wOTc2MzExIDguNjgzNDE3NTEsMTguMDk3NjMxMSA4LjI5Mjg5MzIyLDE3LjcwNzEwNjggTDMuMjkyODkzMjIsMTIuNzA3MTA2OCBDMi45MDIzNjg5MywxMi4zMTY1ODI1IDIuOTAyMzY4OTMsMTEuNjgzNDE3NSAzLjI5Mjg5MzIyLDExLjI5Mjg5MzIgQzMuNjgzNDE3NTEsMTAuOTAyMzY4OSA0LjMxNjU4MjQ5LDEwLjkwMjM2ODkgNC43MDcxMDY3OCwxMS4yOTI4OTMyIEw5LDE1LjU4NTc4NjQgTDE5LjI5Mjg5MzIsNS4yOTI4OTMyMiBaIj48L3BhdGg+CiAgICA8L2c+PC9zdmc+");
    margin-left: -40px;
    margin-top: 4px;
}

.badge {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #ffffff;
    background: #66d4bd;
    display: inline-block;
    padding: 6px 12px;
    border-radius: 16px;
    vertical-align: middle;
    margin: 0;
}

.tab-link {
    font-size: 16px;
    display: inline-block;
}

.tab-link+.tab-link {
    margin-left: 20px;
    position: relative;
}

.tab-link+.tab-link:before {
    content: "\00a0 · \00a0";
    position: absolute;
    left: -20px;
    color: black;
    pointer-events: none;
    font-weight: 400 !important;
}

.tab-link--active {
    pointer-events: none;
    font-weight: 500;
    color: #002b5c;
    text-decoration: none;
}

.tab[id] {
    display: none;
    margin-top: 24px;
}

.tab--active[id] {
    display: block;
}

.instant-quote-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
    margin-top: 28px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
}

@media screen and (max-width: 1024px) {
    .instant-quote-page {
        margin-top: 0px;
    }
}

.instant-quote-page__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 320px) {}

@media screen and (max-width: 768px) {
    .instant-quote-page__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.instant-quote-page__header h1 {
    max-width: 760px;
    padding-right: 32px;
}

@media screen and (max-width: 768px) {
    .instant-quote-page__header h1 {
        font-size: 24px;
        line-height: 32px;
    }
}

.instant-quote-page__header p {
    max-width: 440px;
    line-height: 32px;
    margin-left: auto;
}

@media screen and (max-width: 768px) {
    .instant-quote-page__header p {
        font-size: 14px;
        line-height: 24px;
    }
}

@media screen and (max-width: 768px) {
    .instant-quote-page__header p {
        max-width: 100%;
        margin-top: 8px;
        margin-left: 0;
    }
}

.header--order,
.order-page {
    width: 100%;
}

.header--order+main {
    overflow: visible;
}

.header__order-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 40px;
}

.order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    margin-top: 4px;
}

@media screen and (max-width: 768px) {
    .order {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.order__form {
    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-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 40px;
    padding-bottom: 64px;
}

@media (max-width: 991px) {
    .order__form {
        padding-right: 24px;
    }
}

@media (max-width: 767px) {
    .order__form {
        padding-right: 0;
    }
}

.order h5 {
    margin-bottom: 32px;
}

.order__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 991px) {
    .order__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .order__row>div+div {
        margin-top: 24px;
    }
}

.order__row+.order__row {
    margin-top: 24px;
}

.order__row .input-with-label__wrapper,
.order__row .select-with-label__wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.order__row .input-with-label__wrapper+.input-with-label__wrapper,
.order__row .input-with-label__wrapper+.select-with-label__wrapper,
.order__row .select-with-label__wrapper+.input-with-label__wrapper {
    margin-left: 40px;
}

@media (max-width: 991px) {

    .order__row .input-with-label__wrapper+.input-with-label__wrapper,
    .order__row .input-with-label__wrapper+.select-with-label__wrapper,
    .order__row .select-with-label__wrapper+.input-with-label__wrapper {
        margin-left: 0px;
    }
}

.order__send-files-header {
    margin-top: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 768px) {
    .order__send-files-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .order__send-files-header h5 {
        margin-bottom: 8px;
    }
}

.order__send-files-help {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    font-size: 14px;
    line-height: 24px;
    color: #768190;
}

@media screen and (max-width: 768px) {
    .order__send-files-help {
        margin-left: 0;
        margin-bottom: 30px;
    }
}

.order__send-files-help .icon {
    margin-right: 8px;
}

.order__send-files-help .icon__fill {
    fill: #66d4bd;
}

.order__files-read-only .uploader__item {
    border-radius: 0;
    padding: 16px 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.order__files-read-only .uploader__item+.uploader__item {
    margin-top: 0px;
    border-top: 1px solid #ccd4de;
}

.order__options {
    border-radius: 2px;
    -webkit-box-shadow: 0 0 0 1px #abb3bd;
    box-shadow: 0 0 0 1px #abb3bd;
}

.order__option-head {
    padding: 16px 24px;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.order__option-head:hover {
    cursor: pointer;
}

.order__option:first-of-type .order__option-head {
    border-bottom: 1px solid #ccd4de;
    margin-bottom: -1px;
}

.order__option:not(:first-of-type) .order__option-head {
    border-top: 1px solid #ccd4de;
}

.order__option-name {
    margin-left: 16px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.order__option-body {
    padding: 24px;
    border-top: 1px solid #ccd4de;
    background-color: #f2f5f7;
    color: #768190;
}

.order__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 56px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991px) {
    .order__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .order .order__footer button,
    .order .order__footer .button {
        margin-left: 0px;
        margin-bottom: 32px;
        width: 100%;
    }
}

.order__footer-go-back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 19px;
    color: #768190;
}

.order__footer-go-back:hover {
    cursor: pointer;
}

.order__footer-go-back .icon {
    width: 24px;
    height: 24px;
    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;
    margin-right: 8px;
}

.order__footer-go-back .icon .icon__fill {
    fill: #768190;
}

.order__footer button,
.order__footer .button {
    margin-left: auto;
    min-width: 240px;
}

.header__order-space,
.order-summary {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    max-width: 370px;
}

.order__options--inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
}

@media screen and (max-width: 768px) {
    .order__options--inline {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.order__options--inline .order__option {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 8px 0px 8px 16px;
}

.order__option:hover {
    cursor: pointer;
}

.order__options--inline .radio {
    width: 16px;
    height: 16px;
}

.order__options--inline .radio--selected {
    -webkit-box-shadow: 0 0 0 6px #0055b8 inset;
    box-shadow: 0 0 0 6px #0055b8 inset;
}

.order__options--inline .order__option+.order__option {
    -webkit-box-shadow: -1px 0 0 0 #abb3bd;
    box-shadow: -1px 0 0 0 #abb3bd;
}

@media screen and (max-width: 768px) {
    .order__options--inline .order__option+.order__option {
        -webkit-box-shadow: 0 -1px 0 0 #abb3bd;
        box-shadow: 0 -1px 0 0 #abb3bd;
    }
}

.order__options--inline .order__option-name {
    margin-left: 8px;
    line-height: 32px;
}

.order-terms {
    margin-top: 40px;
}

.order-terms input[type=checkbox]+label {
    margin: 0 0 0 8px;
}

h3.order__confirmation-title {
    font-size: 32px;
    line-height: 32px;
    font-weight: 500;
}

h5.order__confirmation-subtitle {
    margin-top: 16px;
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
}

.order__confirmation-delivery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.order__confirmation-delivery,
.order__confirmation-payment-conditions {
    font-size: 16px;
    line-height: 19px;
    color: #768190;
}

.order__confirmation-delivery span:not(:last-of-type) {
    margin-right: 8px;
}

h5.order__confirmation-pay-now-title {
    margin-top: 48px;
    margin-bottom: 8px;
}

.order__confirmation-payment-footer-note {
    margin-top: 24px;
    font-size: 14px;
    line-height: 24px;
    color: #768190;
}

.order__confirmation-pay-now-button {
    margin-top: 16px;
    max-width: 200px;
}

.order__user-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
    padding: 16px;
    background-color: #f2f5f7;
}

.order__user-message .icon {
    margin-right: 16px;
}

.order__user-message .icon__fill {
    fill: #0055b8;
}

.order__user-message span,
.order__user-message a {
    margin-right: 4px;
}

.order__user-message__bold {
    font-weight: 500;
}

.change-password {
    max-width: 400px;
    margin: 108px auto 0;
}

.change-password h5 {
    text-align: center;
}

.change-password__subtitle {
    margin-top: 16px;
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #768190;
}

.change-password .input-with-label__wrapper+.input-with-label__wrapper {
    margin-top: 16px;
}

.change-password button,
.change-password .button {
    width: 100%;
    margin-top: 24px;
}


header .logo .img-logo {
    min-height: 60px;
}


.row_form_inline {
    width: 100%;
}

.row_form_inline .input-area input,
.row_form_inline .input-area .source_target,
.row_form_inline .input-area .search-area {
    margin: 6px 0;
}

.row_form_inline .input-area .source_target {
    display: flex;
}

.row_form_inline .input-area .source_target .icon__wrapper {
    width: 50%;
}

.icon__wrapper.select-with-icon__wrapper:first-child {
    margin-right: 6px;
}

.icon__wrapper.select-with-icon__wrapper:last-child {
    margin-left: 6px;
}

.row_form_inline .input-area .source_target .icon__wrapper {
    width: 50%;
}

.row_form_inline .input-area .search-area {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    flex-wrap: wrap;
}

.row_form_inline .input-area .search-area .advanced-search-radio {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.row_form_inline .input-area .search-area .advanced-search-radio label {
    margin-right: 16px;
    font-size: 16px;
}

#otherlinks,
#lq-links,
.help_rating_footer {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

#otherlinks a,
#olink a,
#lq-links a,
.help_rating_footer a {
    padding: 6px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 14px;
    margin: 6px 6px 6px 0px;
    text-decoration: none;
    box-shadow: inset 0 0 1px #768191;
    color: #768191;
    white-space: nowrap;
    font-size: .85em;
}

#otherlinks a:hover,
#olink a:hover,
#lq-links a:hover,
.help_rating_footer a:hover {
    background: #f2f5f7;
}

#olink a {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.distance--top {
    padding-top: 48px;
}

.distance--top-18 {
    padding-top: 18px;
}

.distance--top-42 {
    padding-top: 42px;
}

.distance--bottom {
    padding-bottom: 48px;
}

.distance--bottom--18 {
    padding-bottom: 18px;
}

#privacy-policy {
    padding: 12px 18px;
    border-top: 1px solid #dfe2e4;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #FFFFFF;
}


/*Checkbox*/
.container {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    align-self: auto;
}

/* Hide the browser's default checkbox */
.container input#concordancer_check {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #eee;
    border: 1px solid #7b7e88;
}

/* On mouse-over, add a grey background color */
.container:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked~.checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 7px;
    top: 3px;
    width: 8px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*End Checkbox*/


/*Radio button*/
.container input#concordancer_radio {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.radiobtn {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #eee;
    border-radius: 50%;
    border: 1px solid #7b7e88;
}

/* On mouse-over, add a grey background color */
.container:hover input~.radiobtn {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked~.radiobtn {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radiobtn:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked~.radiobtn:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container .radiobtn:after {
    top: 7px;
    left: 7px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

/*End Radio button*/

.result-nav {
    display: flex;
    justify-content: flex-end;
}


.sizereset {
    font-size: 100% !important;
}

span.schema_author {
    font-size: 100%;
}

#otherlinks {
    line-height: 18px;
}

ul#hub_results {
    list-style-type: none;
}

li.hub_query_item {
    display: inline-block;
    width: 33%
}

nav {
    text-align: center;
}

ul#pagination li {
    display: inline-block;
    width: 15px;
    padding: 5px 10px;
    border-right: 1px solid #000;
    height: 10px;
    line-height: 10px;
    margin: 5px 0 5px -5px;
    text-align: center;
}

ul#pagination li:last-child {
    border-right: 0;
}

ul#pagination li a {
    text-decoration: none;
}

div.centerMsg {
    font-size: 120%;
    text-align: center;
    margin: 0 auto;
}

#privacy-policy {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #cedbe5;
    padding: 10px 0;
    display: none;
    z-index: 10000;
    text-align: center;
    font-size: 12px;
}

.privacy-policy-accept>a {
    font-size: 14px;
    color: #fff !important;
    text-decoration: none;
    padding: 4px 10px;
    margin-left: 30px;
    border-radius: 3px;
    cursor: pointer;
    border: 0;
    background: #8fbb4c;
    background: -webkit-gradient(linear, left top, left bottom, from(#87b843), to(#618f2c));
    background: -moz-gradient(linear, left top, left bottom, from(#87b843), to(#618f2c));
    background: transparent -moz-linear-gradient(center top, #87B843, #618F2C) repeat scroll 0% 0%
}


/*.ls {*/
/*width: 100%;*/
/*}*/

/*.ls li{
    margin:0;
    padding:0;
    float:left;
    width:36%;
    list-style:none;
}*/
/*.ls2{
    padding:0;
    float:left;
    width:100%;

}*/

/*.ls:hover div{
    background: #f4f6f8;
}*/
/*.ls2 .dtl {
    font-size: 14px;
}*/
/*.ls, .ls2{
    border-bottom:1px dotted #808080;
    font-size: 18px;
}*/
/*.ls td,.ls2 th {
    width: 36%;
}

.ls td:last-child,.ls2 th:last-child {
    width: 36%;
    min-width: 250px;
}*/


/*.ls2{
    background:#FFE180
}*/
ul.ls {
    border: none;
}

.lsadd2 {
    margin: 0;

    float: left;
    width: 100%;
    display: none;

}


.mn2liv,
#box_search_title a,
.st,
.add,
table.ls,
table.ls2,
#diradd,
.color_disable,
.hidemobile {}

.row_container {
    margin-right: 0;
    margin-left: 0;
    justify-content: space-between;
}



.auto_trans_cont,
.res_container {
    margin-right: 0;
    margin-left: 0;
    box-shadow: 0 0 4px #ccd4de;
    background: white;
    position: relative;
}

.auto_trans_cont .big {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}

.res_row {}

.res_cell,
.auto_cell {
    /*border-right: 1px solid #ccd4de;
    display: flex;
    align-items: center;*/
}

.auto_cell__title {
    background: #f4f6f8;
    text-align: center;
}

h3.hidedesktop {
    margin-bottom: 12px;
}

/*.auto_cell, .res_cell {
    width: 36%;
    border-right: 1px solid #ccd4de;
}*/

/*
.auto_cell, .dtl, .res_cell {
    display: table-cell;
    vertical-align: middle;
}
*/


p.st {
    padding: 12px 0;
}

.icon-delete,
.icon-edit,
.icon-minus,
.icon-minus-big,
.icon-minus-bigger,
.icon-plus,
.icon-plus-big,
.icon-plus-bigger,
.icon-star-empty,
.icon-star-full,
.icon-star-none,
.icon-swap {
    display: inline-block;
    background: url(/public/img/mymsprite.png) no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
}

.sizereset {
    font-size: 100% !important;
}

#insertArea {
    background: #e2ecf8;
    font-size: 100%;
}

#insertArea td {
    padding: 10px;
    vertical-align: top;
}

#insertArea td button {
    background-color: #ffffff;
    color: #000000;
    -webkit-box-shadow: 0px 0px 0px 1px #ccd4de;
    box-shadow: 0px 0px 0px 1px #ccd4de;
    font-weight: 400;
    padding: 7px 16px 9px 16px;
    font-size: 14px;
    margin-left: 12px;
    float: right;
}

#insertArea textarea {
    width: 100%;
    font-size: 110%;
    margin-bottom: 6px;
    margin-top: 21px;
    font-family: "ARS Maquette Pro";
}

#insertArea select {
    margin-top: 6px;
    font-family: "ARS Maquette Pro";
}

p.big {
    background: 0 0;
    font-size: 16px;
    margin: 0 0px 0 6px;
    padding: 0 0px 0 18px;
    white-space: normal;
}



.icon-edit {
    display: none;
    cursor: pointer;
    background-position: -4px -147px;
    width: 18px;
    height: 18px;
    margin: 0 4px 0 -24px;
    float: left;
}

.sourcenoa {
    color: #999 !important;
    font-size: 14px;
    white-space: nowrap;
    float: left;
    padding: 5px 0 0 14px;
    text-align: left;
}

.stars {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.stars span:nth-child(5) {
    margin-right: 6px;
}

.icon-star-full {
    cursor: pointer;
    background-position: -4px -297px;
    width: 17px;
    height: 15px;
}

.icon-star-none {
    cursor: pointer;
    background-position: -4px -259px;
    width: 17px;
    height: 15px;
}

.icon-star-empty {
    cursor: pointer;
    background-position: -4px -278px;
    width: 17px;
    height: 15px;
}

.icon-delete {
    cursor: pointer;
    background-position: -4px -196px;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    display: none;
}

.icon-swap {
    cursor: pointer;
    background-position: -4px -316px;
    width: 15px;
    height: 17px;
    margin-top: 5px
}

.swap-language {
    display: block;
    float: left;
    width: 10%;
    text-align: center;
    margin-top: 10px;
}


.stars .desc {
    display: inline;
    font-size: 10px !important;
}

#autotransarea h2,
.human_trans_area h2 {
    font-size: 1.1em;
    margin-top: 24px;
}

/*#autotransarea p, .human_trans_area p {
    margin-bottom: 12px;
}*/

#autotransarea h3,
.human_trans_area h3 {
    font-size: 85%;
}

.human_trans_area .title-description {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.human_trans_area .title-description a {
    cursor: pointer;
}


.add {
    padding: 12px;
}



/* Results */


#box_search_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

h1.search_title {
    font-size: 1.3em;
    font-weight: 100;
}


h1.search_title i {
    background-color: #ffff66;
    font-weight: 600;
}

ul.mn2liv {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

ul.mn2liv li {
    margin-left: 12px;
    padding: 6px 0;
}

.contact-form {
    padding: 18px;
    background-color: #f2f5f7;
}

hr.results {
    margin: 0px 1px 2px 0px;
    border: none;
    border-bottom: 1px solid #ccd4de;
    padding: 2px 0 0;
}

.search-area.home-search-area {
    justify-content: flex-end !important;
}

.translated_labs_link span {
    font-size: 13px;
}



/* End Results*/

.section--overflow.result-list .layout {}

.section--overflow .result-row {
    /*align-items: unset !important;*/
    margin-right: 0px;
    margin-left: 0px;
}

.section--overflow .result-row .result-element {
    display: flex;
    border: 1px solid;
    align-items: center;
}

.layout__col-4.layout__col-sm-12.layout__col-xs-12:hover .source .big .icon-edit,
.layout__col-4.layout__col-sm-12.layout__col-xs-12:hover .target .big .icon-edit {
    display: block;
}

.res_container:hover .icon-delete {
    display: block;
}

.auto_cell,
.res_cell.source,
.res_cell.target {
    line-height: 22px;
}

.res_cell.source:hover .icon-edit {
    display: block;
}

.res_cell.target:hover .icon-edit {
    display: block;
}


footer .footer__credits {
    align-items: flex-start;
}

@media (max-width: 767px) {
    .input-area {
        flex-wrap: wrap;
        justify-content: flex-end;
    }
}

.user {
    display: flex;
    align-items: center;
}

.user:hover {
    cursor: pointer
}

.user__icon {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background-color: #768190;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user__icon2 {
    display: none;
}

@media (max-width:991px) {
    .user__icon {
        display: none
    }

    .user__icon2 {
        display: block
    }
}

.user__initial {
    font-size: 14px;
    font-weight: 500;
    line-height: 32px;
    color: #fff
}

.user__chevron-down {
    margin-left: 8px
}

@media (max-width:991px) {
    .user__chevron-down {
        display: none
    }
}

.user__chevron-down svg {
    display: flex;
    align-content: center;
    justify-content: center;
    width: 8px;
    height: 8px
}

.user__chevron-down .icon__fill {
    fill: #768190
}

.header--not-top .__react_component_tooltip.tooltip.user__tooltip {
    margin-top: 12px
}

.__react_component_tooltip.tooltip.user__tooltip {
    padding: 8px 16px;
    display: flex;
    flex-direction: column;
    min-width: 160px;
    pointer-events: auto;
    margin-top: -8px;
    margin-left: -4px
}

.tooltip .user__greeting,
.tooltip .user__link,
.user__menu-mobile .user__greeting,
.user__menu-mobile .user__link {
    font-size: 14px;
    line-height: 32px;
    color: #000
}

@media (max-width:991px) {

    .user__menu-mobile .user__greeting,
    .user__menu-mobile .user__link {
        font-size: 18px;
        line-height: 32px
    }
}



.user__menu-mobile {
    display: none;
    flex-direction: column
}

@media (max-width:991px) {
    .user__menu-mobile {
        display: flex
    }
}


/*tippy*/
.tippy-popper {
    width: 200px;
}

.tippy-tooltip.mm-theme {
    background: white;
    box-shadow: 0 0 0 1px #abb3bd, 0 4px 8px rgba(0, 0, 0, .16)
}

.tippy-tooltip.mm-theme .tippy-content {
    color: #343434;
}

.tippy-tooltip.mm-theme .tippy-arrow {
    border-bottom: 7px solid #abb3bd;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

.t-dropzone-0-2-10 {
    cursor: pointer;
    outline: 2px dashed #ccd4de;
    padding: 24px;
    overflow: auto;
    position: relative;
    height: 300px;
    transition: border-color .25s ease-in-out;
    background-color: #f2f5f7;
}

.t-dropcopy-0-2-11 svg {
    fill: #aaa;
    width: 36px;
    height: auto;
}

.t-dropcopy-0-2-11 {
    display: block;
    padding: 15px 0;
    font-size: 20px;
    margin-top: 50px;
    text-align: center;
    line-height: 24px;
    user-select: none;
}

.dz-preview {
    border: 1px solid #ddd;
    padding: 10px;
    background: #fefefe;
    overflow: auto;
}

.dz-remove {
    display: block;
    float: right;
}


.feature-container {
    width: 100%;
}

@media (max-width: 575px) {
    .feature-container {
        padding: 24px;
        margin: 0 -24px;
    }
}

.banner-container {
    width: 100%;
}

@media (max-width: 575px) {
    .banner-container {
        padding: 24px;
        margin: 0 -24px;
    }
}