/**handles:main**/
.clicky-select {
    min-width: 200px;
    border: 2px solid grey;
    position: relative;
    cursor: pointer
}

.clicky-select--is-closed .clicky-select__dropdown {
    display: none
}

.clicky-select--is-open .clicky-select__dropdown {
    display: block
}

.clicky-select__top {
    height: 100%;
    padding: 10px 15px
}

.clicky-select__dropdown {
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    margin: -2px;
    border: 2px solid grey;
    border-top: none;
    border-bottom: none
}

.clicky-select__option {
    padding: 10px 15px;
    border-bottom: 2px solid grey
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:after, .slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    outline: 0;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css *//*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("../fonts/glyphicons-halflings-regular.eot");
    src: url("../fonts/glyphicons-halflings-regular.eot#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../images/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg")
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\002a"
}

.glyphicon-plus:before {
    content: "\002b"
}

.glyphicon-eur:before, .glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

.h1, h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

button {
    cursor: pointer
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    border: none;
    background-color: transparent
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

.standard-styles ul {
    list-style-type: none;
    margin-bottom: 24px
}

.standard-styles ul li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 6px
}

.standard-styles ul li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #00a5e1
}

.standard-styles ul li ul {
    margin-top: 6px;
    margin-bottom: 0
}

.standard-styles a:not(.button):not(.ignore-color) {
    color: #003287;
    text-decoration: underline
}

.standard-styles a:not(.button):not(.ignore-color):hover {
    text-decoration: none
}

@-webkit-keyframes shake {
    10%, 90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0)
    }
    20%, 80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0)
    }
    30%, 50%, 70% {
        -webkit-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0)
    }
    40%, 60% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0)
    }
}

@keyframes shake {
    10%, 90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0)
    }
    20%, 80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0)
    }
    30%, 50%, 70% {
        -webkit-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0)
    }
    40%, 60% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0)
    }
}

@-webkit-keyframes spaceCarMove {
    0% {
        -webkit-transform: rotateY(-90deg) translateX(-100px) translateY(-50%);
        transform: rotateY(-90deg) translateX(-100px) translateY(-50%);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%
    }
    35% {
        -webkit-transform: rotateY(0) translateX(172px) translateY(-50%);
        transform: rotateY(0) translateX(172px) translateY(-50%);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%
    }
    70% {
        -webkit-transform: translateX(244px) translateY(-50%) rotateY(90deg);
        transform: translateX(244px) translateY(-50%) rotateY(90deg);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%
    }
    100% {
        -webkit-transform: translateX(244px) translateY(-50%) rotateY(90deg);
        transform: translateX(244px) translateY(-50%) rotateY(90deg);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%
    }
}

@keyframes spaceCarMove {
    0% {
        -webkit-transform: rotateY(-90deg) translateX(-100px) translateY(-50%);
        transform: rotateY(-90deg) translateX(-100px) translateY(-50%);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%
    }
    35% {
        -webkit-transform: rotateY(0) translateX(172px) translateY(-50%);
        transform: rotateY(0) translateX(172px) translateY(-50%);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%
    }
    70% {
        -webkit-transform: translateX(244px) translateY(-50%) rotateY(90deg);
        transform: translateX(244px) translateY(-50%) rotateY(90deg);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%
    }
    100% {
        -webkit-transform: translateX(244px) translateY(-50%) rotateY(90deg);
        transform: translateX(244px) translateY(-50%) rotateY(90deg);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%
    }
}

@-webkit-keyframes rocket {
    0% {
        -webkit-transform: translateX(-100%) translateY(120%) translateY(-15px);
        transform: translateX(-100%) translateY(120%) translateY(-15px)
    }
    10% {
        -webkit-transform: translateX(-100%) translateY(120%) translateY(0);
        transform: translateX(-100%) translateY(120%) translateY(0)
    }
    25% {
        -webkit-transform: translateX(-100%) translateY(120%) translateY(-10px);
        transform: translateX(-100%) translateY(120%) translateY(-10px)
    }
    40% {
        -webkit-transform: translateX(-100%) translateY(120%);
        transform: translateX(-100%) translateY(120%)
    }
    100% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
}

@keyframes rocket {
    0% {
        -webkit-transform: translateX(-100%) translateY(120%) translateY(-15px);
        transform: translateX(-100%) translateY(120%) translateY(-15px)
    }
    10% {
        -webkit-transform: translateX(-100%) translateY(120%) translateY(0);
        transform: translateX(-100%) translateY(120%) translateY(0)
    }
    25% {
        -webkit-transform: translateX(-100%) translateY(120%) translateY(-10px);
        transform: translateX(-100%) translateY(120%) translateY(-10px)
    }
    40% {
        -webkit-transform: translateX(-100%) translateY(120%);
        transform: translateX(-100%) translateY(120%)
    }
    100% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
}

@-webkit-keyframes rocketFlame {
    0% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
}

@keyframes rocketFlame {
    0% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
}

@-webkit-keyframes spaceCarRotateLeft {
    0% {
        -webkit-transform: scaleX(-1) rotate(14deg);
        transform: scaleX(-1) rotate(14deg)
    }
    100% {
        -webkit-transform: scaleX(1) rotate(14deg);
        transform: scaleX(1) rotate(14deg)
    }
}

@keyframes spaceCarRotateLeft {
    0% {
        -webkit-transform: scaleX(-1) rotate(14deg);
        transform: scaleX(-1) rotate(14deg)
    }
    100% {
        -webkit-transform: scaleX(1) rotate(14deg);
        transform: scaleX(1) rotate(14deg)
    }
}

@-webkit-keyframes spaceCarRotateRight {
    0% {
        -webkit-transform: scaleX(1) rotate(14deg);
        transform: scaleX(1) rotate(14deg)
    }
    100% {
        -webkit-transform: scaleX(-1) rotate(14deg);
        transform: scaleX(-1) rotate(14deg)
    }
}

@keyframes spaceCarRotateRight {
    0% {
        -webkit-transform: scaleX(1) rotate(14deg);
        transform: scaleX(1) rotate(14deg)
    }
    100% {
        -webkit-transform: scaleX(-1) rotate(14deg);
        transform: scaleX(-1) rotate(14deg)
    }
}

@-webkit-keyframes swaying {
    0% {
        -webkit-transform: translateY(7px) rotate(3deg);
        transform: translateY(7px) rotate(3deg)
    }
    50% {
        -webkit-transform: translateY(-4px) rotate(-1deg);
        transform: translateY(-4px) rotate(-1deg)
    }
    100% {
        -webkit-transform: translateY(7px) rotate(3deg);
        transform: translateY(7px) rotate(3deg)
    }
}

@keyframes swaying {
    0% {
        -webkit-transform: translateY(7px) rotate(3deg);
        transform: translateY(7px) rotate(3deg)
    }
    50% {
        -webkit-transform: translateY(-4px) rotate(-1deg);
        transform: translateY(-4px) rotate(-1deg)
    }
    100% {
        -webkit-transform: translateY(7px) rotate(3deg);
        transform: translateY(7px) rotate(3deg)
    }
}

@-webkit-keyframes slideDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slideUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50%);
        transform: translateY(50%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50%);
        transform: translateY(50%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slideRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes scale {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@keyframes scale {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotate-reverse {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@keyframes rotate-reverse {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

.js.cssanimations [data-animation-delay="1"] {
    -webkit-animation-delay: .48s;
    animation-delay: .48s
}

.js.cssanimations [data-animation-delay="2"] {
    -webkit-animation-delay: .96s;
    animation-delay: .96s
}

.js.cssanimations [data-animation-delay="3"] {
    -webkit-animation-delay: 1.44s;
    animation-delay: 1.44s
}

.js.cssanimations [data-animation-delay="4"] {
    -webkit-animation-delay: 1.92s;
    animation-delay: 1.92s
}

.js.cssanimations [data-animation-delay="5"] {
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s
}

.js.cssanimations [data-animation-delay="6"] {
    -webkit-animation-delay: 2.88s;
    animation-delay: 2.88s
}

.js.cssanimations [data-animation-delay="7"] {
    -webkit-animation-delay: 3.36s;
    animation-delay: 3.36s
}

.js.cssanimations [data-animation-delay="8"] {
    -webkit-animation-delay: 3.84s;
    animation-delay: 3.84s
}

.js.cssanimations [data-animation-delay="9"] {
    -webkit-animation-delay: 4.32s;
    animation-delay: 4.32s
}

.js.cssanimations [data-animation-delay="10"] {
    -webkit-animation-delay: 4.8s;
    animation-delay: 4.8s
}

.js.cssanimations [data-animation-delay="11"] {
    -webkit-animation-delay: 5.28s;
    animation-delay: 5.28s
}

.js.cssanimations [data-animation-delay-quick="1"] {
    -webkit-animation-delay: .24s;
    animation-delay: .24s
}

.js.cssanimations [data-animation-delay-quick="2"] {
    -webkit-animation-delay: .48s;
    animation-delay: .48s
}

.js.cssanimations [data-animation-delay-quick="3"] {
    -webkit-animation-delay: .72s;
    animation-delay: .72s
}

.js.cssanimations [data-animation-delay-quick="4"] {
    -webkit-animation-delay: .96s;
    animation-delay: .96s
}

.js.cssanimations [data-animation-delay-quick="5"] {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.js.cssanimations [data-animation-delay-quick="6"] {
    -webkit-animation-delay: 1.44s;
    animation-delay: 1.44s
}

.js.cssanimations [data-animation-delay-quick="7"] {
    -webkit-animation-delay: 1.68s;
    animation-delay: 1.68s
}

.js.cssanimations [data-animation-delay-quick="8"] {
    -webkit-animation-delay: 1.92s;
    animation-delay: 1.92s
}

.js.cssanimations [data-animation-delay-quick="9"] {
    -webkit-animation-delay: 2.16s;
    animation-delay: 2.16s
}

.js.cssanimations [data-animation-delay-quick="10"] {
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s
}

.js.cssanimations [data-animation-delay-quick="11"] {
    -webkit-animation-delay: 2.64s;
    animation-delay: 2.64s
}

.js.cssanimations [data-animation] {
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.js.cssanimations [data-animation]:not([data-animation-paused]).animated {
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.js.cssanimations [data-animation*=slideDown] {
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation-name: slideDown;
    animation-name: slideDown
}

.js.cssanimations [data-animation*=slideUp] {
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-animation-name: slideUp;
    animation-name: slideUp
}

.js.cssanimations [data-animation*=fadeIn] {
    opacity: 0;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .7s;
    animation-duration: .7s
}

.js.cssanimations [data-animation*=slideRight] {
    opacity: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    -webkit-animation-name: slideRight;
    animation-name: slideRight
}

.js.cssanimations [data-animation*=scale] {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation-name: scale;
    animation-name: scale
}

.js.cssanimations [data-animation*=rocket] {
    -webkit-animation-name: rocket;
    animation-name: rocket;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

.js.cssanimations [data-animation*=rocket] .rocket__flame--small {
    -webkit-animation-delay: 1s !important;
    animation-delay: 1s !important;
    -webkit-animation-duration: .7s;
    animation-duration: .7s
}

.js.cssanimations [data-animation*=rocketFlame] {
    -webkit-animation-name: rocketFlame;
    animation-name: rocketFlame;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@font-face {
    font-family: effralight;
    src: url("http://www.dayinsure.com/wp-content/themes/dayinsuretwo/build/css/fonts/effralight-webfont.woff2") format("woff2"), url("http://www.dayinsure.com/wp-content/themes/dayinsuretwo/build/css/fonts/effralight-webfont.woff") format("woff"), url("http://www.dayinsure.com/wp-content/themes/dayinsuretwo/build/css/fonts/effralight-webfont.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: glyphicons;
    src: url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
}

*, :after, :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Lato, "Trebuchet MS", sans-serif;
    font-size: 16px;
    color: #555;
    font-weight: 400;
    line-height: 1.63;
    overflow-x: hidden
}

body {
    width: 100%
}

.svg_defs {
    display: none
}

button, input:not([type=checkbox]):not([type=radio]), select, textarea {
    -webkit-appearance: none
}

button, input[type=button], input[type=file]::-webkit-file-upload-button, input[type=reset], input[type=submit] {
    padding: 0;
    border: 0;
    cursor: pointer;
    line-height: 1.63;
    letter-spacing: 1;
    -webkit-transition: .2s;
    transition: .2s
}

label {
    cursor: pointer
}

input[name*=honeypot] {
    position: absolute;
    z-index: -9999;
    left: -9999px;
    opacity: 0
}

iframe {
    max-width: 100%
}

::-moz-selection {
    background-color: #003287;
    color: #fff
}

::selection {
    background-color: #003287;
    color: #fff
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 24px;
    color: currentColor;
    font-family: Raleway, "Helvetica Neue", "Lucida Grande", sans-serif;
    letter-spacing: -.028em;
    font-weight: 900;
    display: block
}

.h1, h1 {
    font-size: 35px;
    line-height: 1.3;
    color: #003287
}

.h2, h2 {
    font-size: 35px;
    line-height: 1.3;
    color: #003287
}

.h3, .h4, .h5, .h6, h3, h4, h5, h6 {
    font-size: 20px;
    line-height: 1.3;
    font-family: Lato, "Trebuchet MS", sans-serif;
    color: #00a5e1
}

@media (max-width: 600px) {
    .h1, .h2, h1, h2 {
        font-size: 25px
    }
}

p {
    margin: 0 0 24px
}

a {
    -webkit-transition: .2s;
    transition: .2s;
    text-decoration: none;
    color: inherit
}

ol, ul {
    padding-left: 0;
    margin-top: 0
}

.heading--large {
    font-size: 25px
}

.heading--v-v-large {
    font-size: 40px;
    line-height: 1.15
}

.heading--v-v-v-large {
    font-size: 80px;
    line-height: 1.15
}

.heading--standard {
    color: inherit;
    display: block
}

.heading--bold {
    font-weight: 700
}

.svg_defs {
    display: none
}

.icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    fill: currentColor
}

.icon--primary {
    fill: #003287
}

.icon--medium {
    width: 25px;
    height: 25px
}

.img {
    width: 100%;
    height: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.img--bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
    height: 100%;
    border-radius: inherit
}

.aligncenter {
    display: block;
    margin: 0 auto 1em
}

.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

.alignright {
    float: right;
    margin: 0 0 1em 1em
}

.wp-caption {
    max-width: 100%;
    margin: 0 0 1em
}

.wp-caption p {
    margin: 1em 0 .5em;
    text-align: left;
    font-style: italic;
    font-size: 14px
}

.logo {
    width: 230px;
    position: relative;
    -webkit-transition: .2s opacity;
    transition: .2s opacity
}

.logo:before {
    content: '';
    float: left;
    padding-bottom: 21.5859030837%;
    margin-right: -100%
}

.logo:after {
    content: '';
    display: table;
    clear: both
}

.logo__icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.illustration {
    position: relative
}

.illustration__icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.rocket {
    width: 150px
}

.rocket:before {
    content: '';
    float: left;
    padding-bottom: 100%;
    margin-right: -100%
}

.rocket:after {
    content: '';
    display: table;
    clear: both
}

.cssanimations .rocket {
    -webkit-transform: translateX(-100%) translateY(120%) translateY(-15px);
    transform: translateX(-100%) translateY(120%) translateY(-15px)
}

.rocket__flame {
    -webkit-transform-origin: center;
    transform-origin: center
}

.cssanimations .rocket__flame {
    -webkit-transform: scale(.95);
    transform: scale(.95)
}

.world {
    width: 100%;
    min-height: 400px
}

.world:before {
    content: '';
    float: left;
    padding-bottom: 100%;
    margin-right: -100%
}

.world:after {
    content: '';
    display: table;
    clear: both
}

.world__icon {
    z-index: 0;
    -webkit-animation: rotate-reverse 360s infinite linear;
    animation: rotate-reverse 360s infinite linear
}

.astronaut {
    position: relative;
    width: 250px
}

.astronaut:before {
    content: '';
    float: left;
    padding-bottom: 115.2%;
    margin-right: -100%
}

.astronaut:after {
    content: '';
    display: table;
    clear: both
}

.astronaut__icon {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain";
    -webkit-animation: swaying 3.5s ease-in-out forwards infinite;
    animation: swaying 3.5s ease-in-out forwards infinite
}

.moon {
    width: 100%
}

.moon:before {
    content: '';
    float: left;
    padding-bottom: 100%;
    margin-right: -100%
}

.moon:after {
    content: '';
    display: table;
    clear: both
}

.moon__flag {
    width: 60%;
    position: absolute;
    top: -60%;
    left: calc(50% - 10px);
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    z-index: 10;
    max-width: 160px;
    -webkit-transition: .6s transform ease-out .3s;
    transition: .6s transform ease-out .3s
}

.moon__flag:before {
    content: '';
    float: left;
    padding-bottom: 124.827586207%;
    margin-right: -100%
}

.moon__flag:after {
    content: '';
    display: table;
    clear: both
}

.moon__flag.animated {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-left: calc(48px / -2);
    margin-right: calc(48px / -2);
    margin-bottom: -48px
}

@media (max-width: 800px) {
    .grid {
        margin-left: calc(48px / -4);
        margin-right: calc(48px / -4);
        margin-bottom: -24px
    }
}

.grid--left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.grid--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.grid--right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.grid--space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.grid--top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.grid--middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.grid--bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end
}

@media (max-width: 1250px) {
    .grid--lg-left {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .grid--lg-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .grid--lg-right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .grid--lg-top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start
    }

    .grid--lg-middle {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center
    }

    .grid--lg-bottom {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-line-pack: end;
        align-content: flex-end
    }
}

@media (max-width: 1025px) {
    .grid--ds-left {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .grid--ds-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .grid--ds-right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .grid--ds-top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start
    }

    .grid--ds-middle {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center
    }

    .grid--ds-bottom {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-line-pack: end;
        align-content: flex-end
    }
}

@media (max-width: 900px) {
    .grid--tvl-left {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .grid--tvl-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .grid--tvl-right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .grid--tvl-top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start
    }

    .grid--tvl-middle {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center
    }

    .grid--tvl-bottom {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-line-pack: end;
        align-content: flex-end
    }
}

@media (max-width: 600px) {
    .grid--sm-left {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .grid--sm-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .grid--sm-right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .grid--sm-top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start
    }

    .grid--sm-middle {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center
    }

    .grid--sm-bottom {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-line-pack: end;
        align-content: flex-end
    }
}

.grid__col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 calc(48px / 2);
    margin-bottom: 48px
}

@media (max-width: 800px) {
    .grid__col {
        padding: 0 calc(48px / 4);
        margin-bottom: 24px
    }
}

.grid__col-1 {
    -ms-flex-preferred-size: 8.333333%;
    flex-basis: 8.333333%;
    max-width: 8.333333%
}

.grid__col-1--ol {
    margin-left: 8.333333%
}

.grid__col-1--or {
    margin-right: 8.333333%
}

.grid__order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.grid__col-2 {
    -ms-flex-preferred-size: 16.666667%;
    flex-basis: 16.666667%;
    max-width: 16.666667%
}

.grid__col-2--ol {
    margin-left: 16.666667%
}

.grid__col-2--or {
    margin-right: 16.666667%
}

.grid__order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.grid__col-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
}

.grid__col-3--ol {
    margin-left: 25%
}

.grid__col-3--or {
    margin-right: 25%
}

.grid__order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.grid__col-4 {
    -ms-flex-preferred-size: 33.333333%;
    flex-basis: 33.333333%;
    max-width: 33.333333%
}

.grid__col-4--ol {
    margin-left: 33.333333%
}

.grid__col-4--or {
    margin-right: 33.333333%
}

.grid__order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.grid__col-5 {
    -ms-flex-preferred-size: 41.666667%;
    flex-basis: 41.666667%;
    max-width: 41.666667%
}

.grid__col-5--ol {
    margin-left: 41.666667%
}

.grid__col-5--or {
    margin-right: 41.666667%
}

.grid__order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.grid__col-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

.grid__col-6--ol {
    margin-left: 50%
}

.grid__col-6--or {
    margin-right: 50%
}

.grid__order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.grid__col-7 {
    -ms-flex-preferred-size: 58.333333%;
    flex-basis: 58.333333%;
    max-width: 58.333333%
}

.grid__col-7--ol {
    margin-left: 58.333333%
}

.grid__col-7--or {
    margin-right: 58.333333%
}

.grid__order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.grid__col-8 {
    -ms-flex-preferred-size: 66.666667%;
    flex-basis: 66.666667%;
    max-width: 66.666667%
}

.grid__col-8--ol {
    margin-left: 66.666667%
}

.grid__col-8--or {
    margin-right: 66.666667%
}

.grid__order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.grid__col-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
}

.grid__col-9--ol {
    margin-left: 75%
}

.grid__col-9--or {
    margin-right: 75%
}

.grid__order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.grid__col-10 {
    -ms-flex-preferred-size: 83.333333%;
    flex-basis: 83.333333%;
    max-width: 83.333333%
}

.grid__col-10--ol {
    margin-left: 83.333333%
}

.grid__col-10--or {
    margin-right: 83.333333%
}

.grid__order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.grid__col-11 {
    -ms-flex-preferred-size: 91.666667%;
    flex-basis: 91.666667%;
    max-width: 91.666667%
}

.grid__col-11--ol {
    margin-left: 91.666667%
}

.grid__col-11--or {
    margin-right: 91.666667%
}

.grid__order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.grid__col-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

.grid__col-12--ol {
    margin-left: 100%
}

.grid__col-12--or {
    margin-right: 100%
}

.grid__order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

@media (max-width: 1250px) {
    .grid__col-lg-0--ol {
        margin-left: 0
    }

    .grid__col-lg-0--or {
        margin-right: 0
    }

    .grid__col-lg-1 {
        -ms-flex-preferred-size: 8.333333%;
        flex-basis: 8.333333%;
        max-width: 8.333333%
    }

    .grid__col-lg-1--ol {
        margin-left: 8.333333%
    }

    .grid__col-lg-1--or {
        margin-right: 8.333333%
    }

    .grid__order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .grid__col-lg-2 {
        -ms-flex-preferred-size: 16.666667%;
        flex-basis: 16.666667%;
        max-width: 16.666667%
    }

    .grid__col-lg-2--ol {
        margin-left: 16.666667%
    }

    .grid__col-lg-2--or {
        margin-right: 16.666667%
    }

    .grid__order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .grid__col-lg-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .grid__col-lg-3--ol {
        margin-left: 25%
    }

    .grid__col-lg-3--or {
        margin-right: 25%
    }

    .grid__order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .grid__col-lg-4 {
        -ms-flex-preferred-size: 33.333333%;
        flex-basis: 33.333333%;
        max-width: 33.333333%
    }

    .grid__col-lg-4--ol {
        margin-left: 33.333333%
    }

    .grid__col-lg-4--or {
        margin-right: 33.333333%
    }

    .grid__order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .grid__col-lg-5 {
        -ms-flex-preferred-size: 41.666667%;
        flex-basis: 41.666667%;
        max-width: 41.666667%
    }

    .grid__col-lg-5--ol {
        margin-left: 41.666667%
    }

    .grid__col-lg-5--or {
        margin-right: 41.666667%
    }

    .grid__order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .grid__col-lg-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .grid__col-lg-6--ol {
        margin-left: 50%
    }

    .grid__col-lg-6--or {
        margin-right: 50%
    }

    .grid__order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .grid__col-lg-7 {
        -ms-flex-preferred-size: 58.333333%;
        flex-basis: 58.333333%;
        max-width: 58.333333%
    }

    .grid__col-lg-7--ol {
        margin-left: 58.333333%
    }

    .grid__col-lg-7--or {
        margin-right: 58.333333%
    }

    .grid__order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .grid__col-lg-8 {
        -ms-flex-preferred-size: 66.666667%;
        flex-basis: 66.666667%;
        max-width: 66.666667%
    }

    .grid__col-lg-8--ol {
        margin-left: 66.666667%
    }

    .grid__col-lg-8--or {
        margin-right: 66.666667%
    }

    .grid__order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .grid__col-lg-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .grid__col-lg-9--ol {
        margin-left: 75%
    }

    .grid__col-lg-9--or {
        margin-right: 75%
    }

    .grid__order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .grid__col-lg-10 {
        -ms-flex-preferred-size: 83.333333%;
        flex-basis: 83.333333%;
        max-width: 83.333333%
    }

    .grid__col-lg-10--ol {
        margin-left: 83.333333%
    }

    .grid__col-lg-10--or {
        margin-right: 83.333333%
    }

    .grid__order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .grid__col-lg-11 {
        -ms-flex-preferred-size: 91.666667%;
        flex-basis: 91.666667%;
        max-width: 91.666667%
    }

    .grid__col-lg-11--ol {
        margin-left: 91.666667%
    }

    .grid__col-lg-11--or {
        margin-right: 91.666667%
    }

    .grid__order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .grid__col-lg-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .grid__col-lg-12--ol {
        margin-left: 100%
    }

    .grid__col-lg-12--or {
        margin-right: 100%
    }

    .grid__order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
}

@media (max-width: 1025px) {
    .grid__col-ds-0--ol {
        margin-left: 0
    }

    .grid__col-ds-0--or {
        margin-right: 0
    }

    .grid__col-ds-1 {
        -ms-flex-preferred-size: 8.333333%;
        flex-basis: 8.333333%;
        max-width: 8.333333%
    }

    .grid__col-ds-1--ol {
        margin-left: 8.333333%
    }

    .grid__col-ds-1--or {
        margin-right: 8.333333%
    }

    .grid__order-ds-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .grid__col-ds-2 {
        -ms-flex-preferred-size: 16.666667%;
        flex-basis: 16.666667%;
        max-width: 16.666667%
    }

    .grid__col-ds-2--ol {
        margin-left: 16.666667%
    }

    .grid__col-ds-2--or {
        margin-right: 16.666667%
    }

    .grid__order-ds-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .grid__col-ds-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .grid__col-ds-3--ol {
        margin-left: 25%
    }

    .grid__col-ds-3--or {
        margin-right: 25%
    }

    .grid__order-ds-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .grid__col-ds-4 {
        -ms-flex-preferred-size: 33.333333%;
        flex-basis: 33.333333%;
        max-width: 33.333333%
    }

    .grid__col-ds-4--ol {
        margin-left: 33.333333%
    }

    .grid__col-ds-4--or {
        margin-right: 33.333333%
    }

    .grid__order-ds-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .grid__col-ds-5 {
        -ms-flex-preferred-size: 41.666667%;
        flex-basis: 41.666667%;
        max-width: 41.666667%
    }

    .grid__col-ds-5--ol {
        margin-left: 41.666667%
    }

    .grid__col-ds-5--or {
        margin-right: 41.666667%
    }

    .grid__order-ds-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .grid__col-ds-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .grid__col-ds-6--ol {
        margin-left: 50%
    }

    .grid__col-ds-6--or {
        margin-right: 50%
    }

    .grid__order-ds-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .grid__col-ds-7 {
        -ms-flex-preferred-size: 58.333333%;
        flex-basis: 58.333333%;
        max-width: 58.333333%
    }

    .grid__col-ds-7--ol {
        margin-left: 58.333333%
    }

    .grid__col-ds-7--or {
        margin-right: 58.333333%
    }

    .grid__order-ds-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .grid__col-ds-8 {
        -ms-flex-preferred-size: 66.666667%;
        flex-basis: 66.666667%;
        max-width: 66.666667%
    }

    .grid__col-ds-8--ol {
        margin-left: 66.666667%
    }

    .grid__col-ds-8--or {
        margin-right: 66.666667%
    }

    .grid__order-ds-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .grid__col-ds-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .grid__col-ds-9--ol {
        margin-left: 75%
    }

    .grid__col-ds-9--or {
        margin-right: 75%
    }

    .grid__order-ds-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .grid__col-ds-10 {
        -ms-flex-preferred-size: 83.333333%;
        flex-basis: 83.333333%;
        max-width: 83.333333%
    }

    .grid__col-ds-10--ol {
        margin-left: 83.333333%
    }

    .grid__col-ds-10--or {
        margin-right: 83.333333%
    }

    .grid__order-ds-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .grid__col-ds-11 {
        -ms-flex-preferred-size: 91.666667%;
        flex-basis: 91.666667%;
        max-width: 91.666667%
    }

    .grid__col-ds-11--ol {
        margin-left: 91.666667%
    }

    .grid__col-ds-11--or {
        margin-right: 91.666667%
    }

    .grid__order-ds-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .grid__col-ds-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .grid__col-ds-12--ol {
        margin-left: 100%
    }

    .grid__col-ds-12--or {
        margin-right: 100%
    }

    .grid__order-ds-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
}

@media (max-width: 900px) {
    .grid__col-tvl-0--ol {
        margin-left: 0
    }

    .grid__col-tvl-0--or {
        margin-right: 0
    }

    .grid__col-tvl-1 {
        -ms-flex-preferred-size: 8.333333%;
        flex-basis: 8.333333%;
        max-width: 8.333333%
    }

    .grid__col-tvl-1--ol {
        margin-left: 8.333333%
    }

    .grid__col-tvl-1--or {
        margin-right: 8.333333%
    }

    .grid__order-tvl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .grid__col-tvl-2 {
        -ms-flex-preferred-size: 16.666667%;
        flex-basis: 16.666667%;
        max-width: 16.666667%
    }

    .grid__col-tvl-2--ol {
        margin-left: 16.666667%
    }

    .grid__col-tvl-2--or {
        margin-right: 16.666667%
    }

    .grid__order-tvl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .grid__col-tvl-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .grid__col-tvl-3--ol {
        margin-left: 25%
    }

    .grid__col-tvl-3--or {
        margin-right: 25%
    }

    .grid__order-tvl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .grid__col-tvl-4 {
        -ms-flex-preferred-size: 33.333333%;
        flex-basis: 33.333333%;
        max-width: 33.333333%
    }

    .grid__col-tvl-4--ol {
        margin-left: 33.333333%
    }

    .grid__col-tvl-4--or {
        margin-right: 33.333333%
    }

    .grid__order-tvl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .grid__col-tvl-5 {
        -ms-flex-preferred-size: 41.666667%;
        flex-basis: 41.666667%;
        max-width: 41.666667%
    }

    .grid__col-tvl-5--ol {
        margin-left: 41.666667%
    }

    .grid__col-tvl-5--or {
        margin-right: 41.666667%
    }

    .grid__order-tvl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .grid__col-tvl-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .grid__col-tvl-6--ol {
        margin-left: 50%
    }

    .grid__col-tvl-6--or {
        margin-right: 50%
    }

    .grid__order-tvl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .grid__col-tvl-7 {
        -ms-flex-preferred-size: 58.333333%;
        flex-basis: 58.333333%;
        max-width: 58.333333%
    }

    .grid__col-tvl-7--ol {
        margin-left: 58.333333%
    }

    .grid__col-tvl-7--or {
        margin-right: 58.333333%
    }

    .grid__order-tvl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .grid__col-tvl-8 {
        -ms-flex-preferred-size: 66.666667%;
        flex-basis: 66.666667%;
        max-width: 66.666667%
    }

    .grid__col-tvl-8--ol {
        margin-left: 66.666667%
    }

    .grid__col-tvl-8--or {
        margin-right: 66.666667%
    }

    .grid__order-tvl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .grid__col-tvl-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .grid__col-tvl-9--ol {
        margin-left: 75%
    }

    .grid__col-tvl-9--or {
        margin-right: 75%
    }

    .grid__order-tvl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .grid__col-tvl-10 {
        -ms-flex-preferred-size: 83.333333%;
        flex-basis: 83.333333%;
        max-width: 83.333333%
    }

    .grid__col-tvl-10--ol {
        margin-left: 83.333333%
    }

    .grid__col-tvl-10--or {
        margin-right: 83.333333%
    }

    .grid__order-tvl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .grid__col-tvl-11 {
        -ms-flex-preferred-size: 91.666667%;
        flex-basis: 91.666667%;
        max-width: 91.666667%
    }

    .grid__col-tvl-11--ol {
        margin-left: 91.666667%
    }

    .grid__col-tvl-11--or {
        margin-right: 91.666667%
    }

    .grid__order-tvl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .grid__col-tvl-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .grid__col-tvl-12--ol {
        margin-left: 100%
    }

    .grid__col-tvl-12--or {
        margin-right: 100%
    }

    .grid__order-tvl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
}

@media (max-width: 600px) {
    .grid__col-sm-0--ol {
        margin-left: 0
    }

    .grid__col-sm-0--or {
        margin-right: 0
    }

    .grid__col-sm-1 {
        -ms-flex-preferred-size: 8.333333%;
        flex-basis: 8.333333%;
        max-width: 8.333333%
    }

    .grid__col-sm-1--ol {
        margin-left: 8.333333%
    }

    .grid__col-sm-1--or {
        margin-right: 8.333333%
    }

    .grid__order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .grid__col-sm-2 {
        -ms-flex-preferred-size: 16.666667%;
        flex-basis: 16.666667%;
        max-width: 16.666667%
    }

    .grid__col-sm-2--ol {
        margin-left: 16.666667%
    }

    .grid__col-sm-2--or {
        margin-right: 16.666667%
    }

    .grid__order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .grid__col-sm-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .grid__col-sm-3--ol {
        margin-left: 25%
    }

    .grid__col-sm-3--or {
        margin-right: 25%
    }

    .grid__order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .grid__col-sm-4 {
        -ms-flex-preferred-size: 33.333333%;
        flex-basis: 33.333333%;
        max-width: 33.333333%
    }

    .grid__col-sm-4--ol {
        margin-left: 33.333333%
    }

    .grid__col-sm-4--or {
        margin-right: 33.333333%
    }

    .grid__order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .grid__col-sm-5 {
        -ms-flex-preferred-size: 41.666667%;
        flex-basis: 41.666667%;
        max-width: 41.666667%
    }

    .grid__col-sm-5--ol {
        margin-left: 41.666667%
    }

    .grid__col-sm-5--or {
        margin-right: 41.666667%
    }

    .grid__order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .grid__col-sm-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .grid__col-sm-6--ol {
        margin-left: 50%
    }

    .grid__col-sm-6--or {
        margin-right: 50%
    }

    .grid__order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .grid__col-sm-7 {
        -ms-flex-preferred-size: 58.333333%;
        flex-basis: 58.333333%;
        max-width: 58.333333%
    }

    .grid__col-sm-7--ol {
        margin-left: 58.333333%
    }

    .grid__col-sm-7--or {
        margin-right: 58.333333%
    }

    .grid__order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .grid__col-sm-8 {
        -ms-flex-preferred-size: 66.666667%;
        flex-basis: 66.666667%;
        max-width: 66.666667%
    }

    .grid__col-sm-8--ol {
        margin-left: 66.666667%
    }

    .grid__col-sm-8--or {
        margin-right: 66.666667%
    }

    .grid__order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .grid__col-sm-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .grid__col-sm-9--ol {
        margin-left: 75%
    }

    .grid__col-sm-9--or {
        margin-right: 75%
    }

    .grid__order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .grid__col-sm-10 {
        -ms-flex-preferred-size: 83.333333%;
        flex-basis: 83.333333%;
        max-width: 83.333333%
    }

    .grid__col-sm-10--ol {
        margin-left: 83.333333%
    }

    .grid__col-sm-10--or {
        margin-right: 83.333333%
    }

    .grid__order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .grid__col-sm-11 {
        -ms-flex-preferred-size: 91.666667%;
        flex-basis: 91.666667%;
        max-width: 91.666667%
    }

    .grid__col-sm-11--ol {
        margin-left: 91.666667%
    }

    .grid__col-sm-11--or {
        margin-right: 91.666667%
    }

    .grid__order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .grid__col-sm-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .grid__col-sm-12--ol {
        margin-left: 100%
    }

    .grid__col-sm-12--or {
        margin-right: 100%
    }

    .grid__order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
}

.grid__break {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.section {
    padding: 140px 0;
    position: relative
}

@media (max-width: 900px) {
    .section {
        padding: calc(140px / 2) 0
    }
}

.section__header {
    margin-bottom: 64px;
    text-align: center
}

@media (max-width: 900px) {
    .section__header {
        margin-bottom: calc(64px / 2)
    }
}

.section--centered {
    text-align: center
}

.section--pull-up {
    padding-top: 0 !important;
    margin-top: -70px;
    z-index: 2
}

.section--spacing-above-none {
    padding-top: 0
}

.section--spacing-above-small {
    padding-top: 70px
}

.section--spacing-below-none {
    padding-bottom: 0
}

.section--spacing-below-small {
    padding-bottom: 70px
}

.card {
    -webkit-box-shadow: 0 2px 17px 5px rgba(0, 0, 0, .17);
    box-shadow: 0 2px 17px 5px rgba(0, 0, 0, .17);
    border-radius: 22px;
    padding: 32px;
    background-color: #fff;
    display: block
}

@media (max-width: 800px) {
    .card {
        padding: 24px
    }
}

.card--horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 32px
}

@media (max-width: 800px) {
    .card--horizontal {
        display: block
    }
}

.card--small-padding {
    padding: 24px
}

@media (max-width: 800px) {
    .card--small-padding {
        padding: 16px
    }
}

.card--restrict .h2, .card--restrict h2 {
    margin-bottom: 8px
}

.card__flag {
    position: absolute;
    left: 0;
    top: 40px;
    background-image: -webkit-gradient(linear, right top, left top, from(#003287), color-stop(#00378b), color-stop(55%, #00a5e1), to(#96dce6));
    background-image: linear-gradient(to left, #003287, #00378b, #00a5e1 55%, #96dce6);
    color: #fff;
    padding: 2px 16px;
    z-index: 10
}

.card__media {
    display: block;
    border-radius: 22px 22px 0 0
}

.card__media:before {
    content: '';
    float: left;
    padding-bottom: 56.25%;
    margin-right: -100%
}

.card__media:after {
    content: '';
    display: table;
    clear: both
}

.card__media--small {
    border-radius: 22px;
    width: 265px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (max-width: 800px) {
    .card__media--small {
        width: 100%
    }
}

.card__media--half-width {
    border-radius: 22px;
    width: calc(50% - 48px);
    height: 300px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (max-width: 800px) {
    .card__media--half-width {
        width: 100%
    }
}

.card__media--full-width {
    border-radius: 22px;
    height: 190px
}

.card__media--stretch {
    height: auto
}

@media (max-width: 900px) {
    .card__media {
        max-height: 240px
    }
}

.card__content {
    display: block;
    width: 100%;
    padding: 32px
}

@media (max-width: 800px) {
    .card__content {
        padding: 16px
    }
}

.card__content--flush-edges {
    padding: 32px 0 0
}

@media (max-width: 900px) {
    .card__content--flush-edges {
        padding: 16px 0 0
    }
}

.card--horizontal .card__content--flush-edges {
    padding: 0 0 0 48px
}

@media (max-width: 900px) {
    .card--horizontal .card__content--flush-edges {
        padding: 16px 0 0
    }
}

.card__excerpt {
    display: block;
    display: -webkit-box;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.card__date:last-child {
    margin-bottom: 0
}

.card__date .icon {
    margin-right: 16px;
    vertical-align: middle
}

.card__title {
    font-size: 25px;
    margin-bottom: 16px
}

@media (min-width: 601px) {
    .card__title--clamp {
        display: block;
        display: -webkit-box;
        white-space: normal;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 64px
    }
}

.card--is-link:hover {
    -webkit-box-shadow: 0 2px 17px 12px rgba(0, 0, 0, .17);
    box-shadow: 0 2px 17px 12px rgba(0, 0, 0, .17)
}

.card--has-media {
    padding: 0
}

.card .ppc-aviva {
    margin-top: 41px;
    background: #fff;
    border-radius: 5px;
    width: 335px;
    min-height: 54px;
    color: #555;
    padding: 12px 15px
}

.card .ppc-aviva p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 700;
    margin-bottom: 0
}

.card .ppc-aviva p img {
    width: 130px;
    border-left: 1px solid #555;
    padding-left: 15px;
    margin-left: 15px
}

.card .ppc-aviva br {
    display: none
}

.card-v2 {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    color: #fff
}

.card-v2 .h1, .card-v2 h1 {
    color: #fff
}

.card-v2 ul li {
    background-image: url("../images/check.svg") !important;
    color: #fff
}

.card-v2 .buttons a.button {
    border: 2px solid #fff
}

.card-v2 .buttons a:nth-child(2):not(:hover) {
    background-color: #fff
}

.card-v2 .ppc-aviva {
    margin-top: 41px;
    background: #fff;
    border-radius: 5px;
    width: 335px;
    min-height: 54px;
    color: #555;
    padding: 12px 15px
}

.card-v2 .ppc-aviva p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 700;
    margin-bottom: 0
}

.card-v2 .ppc-aviva p img {
    width: 130px;
    border-left: 1px solid #555;
    padding-left: 15px;
    margin-left: 15px
}

.card-v2 .ppc-aviva br {
    display: none
}

@media (max-width: 900px) {
    .card-v2 .buttons {
        text-align: center
    }

    .card-v2 .ppc-aviva {
        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: 5px auto
    }

    .card-v2 .ppc-aviva p {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 12px;
        text-align: center;
        margin: 15px auto
    }

    .card-v2 .ppc-aviva p img {
        width: 60%;
        margin-top: 10px;
        border-left: 0;
        padding-left: 0;
        margin-left: 0
    }

    .card-v2 .ppc-aviva br {
        display: block
    }
}

.curve {
    position: absolute;
    top: -1px;
    width: 104vw;
    pointer-events: none;
    left: -4vw
}

.curve__path {
    fill: currentColor
}

.curve--above {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.curve--below {
    top: auto;
    bottom: -1px;
    z-index: 2
}

.curve--w-full {
    width: 104%
}

.curve svg {
    display: block
}

@media (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .curve svg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

.curve--color-white {
    color: #fff
}

.curve--color-grey-light {
    color: #eee
}

@media (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .curve:before {
        content: '';
        float: left;
        padding-bottom: 3.2342657343%;
        margin-right: -100%
    }

    .curve:after {
        content: '';
        display: table;
        clear: both
    }
}

.media {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.media__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    background-color: rgba(0, 0, 0, .4)
}

.media__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 6;
    fill: #fff;
    width: 70px;
    height: 70px
}

.media--full-height {
    height: 100%
}

.character {
    position: relative;
    height: 100%
}

.character__image {
    position: absolute;
    height: auto;
    width: auto;
    max-height: 140%;
    max-width: 140%;
    z-index: 11
}

.character__image--behind-content {
    z-index: 0
}

.character__image--position-left-top {
    top: 0;
    left: 0
}

.character__image--position-center-top {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.character__image--position-right-top {
    top: 0;
    right: 0
}

.character__image--position-left-center {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.character__image--position-center-center {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.character__image--position-right-center {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.character__image--position-left-bottom {
    top: auto;
    bottom: 0;
    left: 0
}

.character__image--position-center-bottom {
    top: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.character__image--position-right-bottom {
    top: auto;
    bottom: 0;
    right: 0
}

.character__image--size-fit-width-small {
    max-width: 100%
}

.character__image--size-fit-width-medium {
    max-width: 150%
}

.character__image--size-fit-width-large {
    max-width: 200%
}

.character__image--size-fit-height-small {
    max-height: 100%
}

.character__image--size-fit-height-medium {
    max-height: 150%
}

.character__image--size-fit-height-large {
    max-height: 200%
}

.accreditations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.accreditations__logo {
    margin-right: 32px
}

.accreditations__logo:last-child {
    margin-right: 0
}

@media (max-width: 420px) {
    .accreditations__logo {
        margin-right: 24px
    }
}

.accreditations__logo[href]:hover {
    opacity: .8
}

.accreditations__logo-image {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    display: block
}

@media (max-width: 1025px) {
    .accreditations__logo-image {
        max-height: 45px
    }
}

.form__field {
    position: relative
}

.form__label {
    display: block;
    -webkit-transition: .2s opacity, .3s transform, .3s color;
    transition: .2s opacity, .3s transform, .3s color
}

.form__label--standard {
    margin-bottom: 8px;
    font-weight: 300;
    font-size: 14px
}

.form__label--floating {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
}

.form__label--notification, .form__label--placeholder {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    margin: 0;
    max-width: calc(100% - 40px);
    color: #555
}

.form__label--placeholder {
    -webkit-transform-origin: left;
    transform-origin: left;
    left: 24px
}

.form__input {
    -webkit-transition: .2s color;
    transition: .2s color
}

.form__input--has-value + .form__label--floating, .form__input:focus + .form__label--floating {
    opacity: 1
}

.form__input--has-value ~ .form__label--placeholder, .form__input:focus ~ .form__label--placeholder {
    opacity: 1;
    -webkit-transform: translateY(-200%) translateY(-8px) translateX(-16px) scale(.9);
    transform: translateY(-200%) translateY(-8px) translateX(-16px) scale(.9)
}

.form__input.error {
    color: #ef5a32
}

.form__input.valid {
    color: #10b00e
}

.form__input--alternate-validation.error {
    color: #dd3c11
}

.form__input--alternate-validation.valid {
    color: #0c810a
}

.form__input-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    max-width: 360px
}

.form__input-wrapper .form__submit {
    margin-left: -50px
}

.form__submit {
    min-width: 135px;
    white-space: nowrap
}

@media (max-width: 420px) {
    .form__submit {
        min-width: auto
    }
}

.form span.error {
    position: absolute;
    top: calc(100% + 8px);
    font-size: 12px;
    color: #ef5a32;
    -webkit-animation: shake 1s forwards;
    animation: shake 1s forwards;
    z-index: 10;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.input {
    width: 100%;
    display: block;
    border-radius: 9999px;
    padding: 16px 24px;
    outline: 0;
    font-size: 16px;
    -webkit-box-shadow: 0 2px 17px 5px rgba(0, 0, 0, .17);
    box-shadow: 0 2px 17px 5px rgba(0, 0, 0, .17)
}

.input:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 4px rgba(0, 50, 135, .8);
    box-shadow: 0 0 4px rgba(0, 50, 135, .8)
}

.input--alt {
    background-color: #fff
}

.input--textarea {
    min-height: 200px
}

.input--select {
    padding-right: 32px;
    background-image: url("../images/select-arrow.png");
    background-size: 15px auto;
    background-repeat: no-repeat;
    background-position: right 20px center;
    cursor: pointer
}

@media (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .input--select {
        background-image: none
    }
}

.toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.toggle__label {
    text-align: left;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.toggle__box {
    display: inline-block;
    height: 16px;
    width: 16px;
    border: 1px solid #003287;
    vertical-align: middle;
    position: relative;
    background-color: #fff;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
    -webkit-transition: .2s;
    transition: .2s
}

.toggle__box:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    height: 10px;
    width: 10px;
    content: ' ';
    background-image: url("../images/tick.svg");
    background-size: auto 100%;
    -webkit-transition: .2s;
    transition: .2s
}

.toggle__field:checked ~ .toggle__box {
    background-color: #003287
}

.toggle__field:checked ~ .toggle__box:after {
    opacity: 1
}

.toggle__field:focus ~ .toggle__box {
    outline: 0;
    -webkit-box-shadow: 0 0 4px rgba(0, 50, 135, .8);
    box-shadow: 0 0 4px rgba(0, 50, 135, .8)
}

.toggle--radio .toggle__box {
    border-radius: 50%
}

.toggle--radio .toggle__box:after {
    background-color: #003287;
    border-radius: 50%;
    border: 1px solid transparent;
    background-image: none
}

.toggle--radio .toggle__field:checked ~ .toggle__box {
    background-color: transparent
}

.toggle--radio .toggle__field:checked ~ .toggle__box:after {
    opacity: 1
}

.toggle:hover .toggle__box {
    outline: 0;
    -webkit-box-shadow: 0 0 4px rgba(0, 50, 135, .8);
    box-shadow: 0 0 4px rgba(0, 50, 135, .8)
}

.toggle--checkbox {
    font-size: 14px
}

.toggle--checkbox-alt .toggle__box {
    background-color: transparent;
    border-color: #fff
}

.wrapper {
    width: 1000px;
    max-width: calc(100% - 48px);
    position: relative;
    margin: 0 auto
}

@media (max-width: 900px) {
    .wrapper {
        max-width: calc(100% - 32px)
    }
}

.wrapper--narrow {
    width: 800px
}

.wrapper--slider {
    max-width: calc(100% - 128px)
}

.gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.gallery__item {
    margin: 10px;
    -ms-flex-preferred-size: calc(25% - 20px);
    flex-basis: calc(25% - 20px);
    height: 200px;
    position: relative
}

.gallery__image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.gallery__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .7);
    display: none;
    z-index: 1000
}

.gallery__overlay-image {
    position: absolute;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 100px);
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.gallery__button {
    margin-top: 20px
}

.gallery__button-container {
    width: 100%
}

.gallery__load-more {
    display: block;
    margin: 0 auto
}

.check-list ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 24px
}

.check-list ul:not(.check-list-ignore) li {
    position: relative;
    padding-left: 32px !important;
    margin-bottom: 4px;
    color: #00a5e1;
    background-image: url("../images/check.svg");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: left top 5px
}

.check-list ul:not(.check-list-ignore) li:before {
    display: none !important
}

.check-list ul:not(.check-list-ignore) li p {
    margin: 0
}

.check-list--alternate li {
    color: inherit
}

.button {
    display: inline-block;
    background-color: #003287;
    color: #fff;
    outline: #003287;
    padding: 6px 24px;
    text-align: center;
    border-radius: 9999px;
    font-weight: 700;
    border: 2px solid #003287;
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.button:hover {
    background-color: #00a5e1;
    border-color: #00a5e1
}

.button--secondary {
    background-color: transparent;
    color: #003287
}

.button--secondary:hover {
    color: #fff
}

.button--secondary-white {
    background-color: transparent;
    color: #fff;
    border-color: #fff
}

.button--secondary-white:hover {
    color: #fff
}

.button--learner {
    background-color: #00a5e1;
    border-color: #00a5e1
}

.button--learner:hover {
    background-color: #00b8fb;
    border-color: #00b8fb
}

.button--white {
    background-color: #fff;
    border-color: #fff;
    color: #003287
}

.button--white:hover {
    color: #fff
}

.button[disabled] {
    cursor: default !important;
    opacity: .8 !important;
    background-color: #9a9a9a !important;
    border-color: #9a9a9a !important;
    color: #fff !important
}

.button:active {
    -webkit-transform: scale(.97);
    transform: scale(.97)
}

.button:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 4px rgba(0, 50, 135, .8);
    box-shadow: 0 0 4px rgba(0, 50, 135, .8)
}

.buttons {
    padding-top: 16px;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -10px
}

.buttons .button {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px
}

.accordion {
    text-align: left
}

.accordion__item {
    padding: 32px;
    border-radius: 22px;
    -webkit-transition: .4s;
    transition: .4s;
    margin-top: -32px;
    margin-bottom: 0
}

@media (max-width: 600px) {
    .accordion__item {
        padding: 32px 16px
    }
}

.accordion__item--open {
    -webkit-box-shadow: 0 10px 17px 5px rgba(0, 0, 0, .17);
    box-shadow: 0 10px 17px 5px rgba(0, 0, 0, .17);
    margin-top: 0;
    margin-bottom: 32px
}

.accordion__item--open .accordion__header {
    color: #00a5e1
}

.accordion__item--open .accordion__toggle:after {
    opacity: 0
}

.accordion__item:first-child {
    margin-top: 0 !important
}

.accordion__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer
}

.accordion__header:hover {
    color: #00a5e1
}

.accordion__title {
    margin-top: 4px;
    margin-bottom: 0;
    color: inherit;
    -webkit-transition: .2s;
    transition: .2s
}

.accordion__toggle {
    display: inline-block;
    position: relative;
    width: 36px;
    height: 36px;
    cursor: pointer;
    border: 0;
    color: inherit;
    outline: 0;
    -webkit-transition: .2s;
    transition: .2s;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.accordion__toggle:after, .accordion__toggle:before {
    content: '';
    position: absolute;
    display: inline-block;
    background-color: currentColor
}

.accordion__toggle:before {
    left: 5px;
    right: 5px;
    height: 2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.accordion__toggle:after {
    top: 5px;
    bottom: 5px;
    width: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.accordion__toggle:after, .accordion__toggle:before {
    -webkit-transition: background-color .2s;
    transition: background-color .2s
}

.accordion__content {
    padding-top: 32px
}

.accordion__content :last-child {
    margin-bottom: 0 !important
}

.accordion--faqs {
    margin-bottom: 32px
}

.action-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    text-align: left
}

.action-link__text:after {
    content: '';
    display: block;
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: currentColor;
    height: 2px;
    margin-top: -2px;
    -webkit-transition: .2s opacity;
    transition: .2s opacity;
    opacity: 0
}

.no-touch .action-link:hover .action-link__text:after {
    opacity: 1
}

.action-link__icon {
    width: 17px;
    height: 17px;
    margin-right: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: .2s transform;
    transition: .2s transform
}

.action-link--alternate {
    font-size: inherit
}

.action-link--alternate .action-link__icon {
    width: 30px;
    height: 30px
}

.action-link--alternate .action-link__text {
    font-weight: 700
}

.no-touch .action-link--alternate:hover {
    opacity: 1
}

.hero {
    position: relative;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00378b), color-stop(#00a5e1), to(#96dce6));
    background-image: linear-gradient(to bottom, #00378b, #00a5e1, #96dce6);
    min-height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}

.hero__wrapper {
    margin-top: auto;
    margin-bottom: auto
}

.hero__content {
    padding: 70px 0
}

.hero__content--centered {
    text-align: center
}

@media (max-width: 900px) {
    .hero__content {
        padding: calc(140px / 4) 0
    }
}

@media (max-width: 600px) {
    .hero__content {
        padding: 16px 0
    }
}

.hero__arrow {
    position: absolute;
    bottom: -30px;
    background-color: #003287;
    outline: #003287;
    border-radius: 50%;
    color: #fff;
    height: 60px;
    width: 60px;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    z-index: 10;
    -webkit-transition: .2s transform;
    transition: .2s transform
}

.hero__arrow-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 55%;
    max-height: 35%;
    fill: none;
    stroke: currentColor;
    stroke-width: 2px
}

.no-touch .hero__arrow:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.hero--no-content-box {
    color: #fff
}

.hero--no-content-box .h1, .hero--no-content-box .h2, .hero--no-content-box .h3, .hero--no-content-box .h4, .hero--no-content-box .h5, .hero--no-content-box .h6, .hero--no-content-box h1, .hero--no-content-box h2, .hero--no-content-box h3, .hero--no-content-box h4, .hero--no-content-box h5, .hero--no-content-box h6 {
    color: #fff
}

.hero--allow-overflow {
    overflow: visible
}

.hero__character--fixed {
    height: 100%;
    width: 250px;
    position: absolute;
    left: -200px;
    top: 0
}

@media (max-width: 900px) {
    .hero__character--fixed {
        display: none
    }
}

.hero__character--to-bottom {
    width: 50%;
    max-width: 500px;
    position: absolute;
    left: calc(50% + 24px);
    bottom: 0;
    height: 100%
}

.hero__character--to-bottom-left {
    left: auto;
    right: calc(50% + 24px)
}

@media (max-width: 900px) {
    .hero__character--to-bottom {
        position: relative !important;
        width: 100%;
        max-width: calc(100% - 48px);
        height: 300px;
        left: 24px;
        right: 0;
        margin-top: -48px
    }
}

.hero__character-image--to-bottom {
    max-width: 100%;
    max-height: 100%;
    top: auto;
    bottom: 0;
    -webkit-transform: none;
    transform: none
}

@media (max-width: 900px) {
    .hero__character-image--to-bottom {
        position: relative;
        display: block;
        margin: 0 auto;
        max-width: 100%;
        max-height: 100%
    }
}

.hero .wider-content img {
    left: 0;
    max-width: 350%
}

.hero .trust-pilot-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-column: 1/-1;
    margin: auto;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.hero .trust-pilot-text {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    padding-right: 8px
}

.hero .trust-pilot-stars {
    height: 23px
}

.hero .trust-pilot-logo {
    height: 28px;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
}

.hero--mobile-content {
    display: none
}

.hero--mobile-content .ppc-aviva {
    margin-top: 41px;
    background: #fff;
    border-radius: 5px;
    width: 335px;
    min-height: 54px;
    color: #555;
    padding: 12px 15px
}

.hero--mobile-content .ppc-aviva p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 700;
    margin-bottom: 0
}

.hero--mobile-content .ppc-aviva p img {
    width: 130px;
    border-left: 1px solid #555;
    padding-left: 15px;
    margin-left: 15px
}

.hero--mobile-content .ppc-aviva br {
    display: none
}

@media (max-width: 900px) {
    .hero .wider-content img {
        left: 50%
    }

    .hero .hero-content-section-v2 {
        display: none
    }

    .hero .trust-pilot-header {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
        gap: 8px
    }

    .hero .trust-pilot-stars {
        height: 15px
    }

    .hero .trust-pilot-logo {
        height: 20px
    }

    .hero .trust-pilot-text {
        font-size: 15px;
        padding-right: 0
    }

    .hero--mobile-content {
        display: block;
        text-align: center;
        padding: 32px 0 0 0;
        margin-bottom: -30px;
        position: relative;
        z-index: 0
    }

    .hero--mobile-content .wrapper {
        z-index: 999
    }

    .hero--mobile-content .ppc-aviva {
        background: #96dce6;
        -webkit-transform: translateX(-10%);
        transform: translateX(-10%);
        width: 120%;
        clip-path: ellipse(80% 40% at 50% 50%);
        padding: 32px;
        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: 15px -10% auto 0
    }

    .hero--mobile-content .ppc-aviva p {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 12px;
        text-align: center;
        margin: 15px auto;
        -webkit-transform: translateX(3%);
        transform: translateX(3%)
    }

    .hero--mobile-content .ppc-aviva p img {
        width: 35%;
        margin-top: 10px;
        border-left: 0;
        padding-left: 0;
        margin-left: 0
    }

    .hero--mobile-content .ppc-aviva br {
        display: block
    }
}

.hero-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.hero-boxes__box {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(50% - 16px);
    border: 1px solid #003287;
    border-radius: 22px;
    padding: 24px;
    text-align: center
}

.hero-boxes__box:first-child {
    border-color: #00a5e1;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.hero-boxes__box:first-child .hero-boxes__icon {
    fill: #00a5e1
}

.hero-boxes__box:first-child .hero-boxes__title {
    color: #00a5e1
}

.hero-boxes__box:first-child .hero-boxes__tick {
    fill: #00a5e1
}

@media (max-width: 700px) {
    .hero-boxes__box:first-child {
        margin-top: 32px
    }
}

@media (max-width: 600px) {
    .hero-boxes__box:first-child {
        margin-top: 16px
    }
}

@media (max-width: 700px) {
    .hero-boxes__box {
        width: 100%
    }
}

@media (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .hero-boxes__box {
        display: block
    }
}

.hero-boxes__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 700px) {
    .hero-boxes__header {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-bottom: 8px
    }
}

.hero-boxes__icon-wrap {
    margin-bottom: 8px
}

@media (max-width: 700px) {
    .hero-boxes__icon-wrap {
        margin-bottom: 0;
        margin-right: 8px
    }
}

.hero-boxes__icon {
    fill: #003287;
    width: 30px;
    height: 30px
}

.hero-boxes__title {
    font-size: 16px;
    margin-bottom: 8px;
    color: #003287;
    width: 100%
}

@media (max-width: 700px) {
    .hero-boxes__title {
        width: auto
    }
}

.hero-boxes__text {
    font-size: 13px
}

@media (max-width: 700px) {
    .hero-boxes__text {
        display: none
    }
}

.hero-boxes__list {
    font-size: 13px;
    display: table;
    margin: 0 auto 16px;
    list-style-type: none;
    padding-left: 0
}

.hero-boxes__list-item {
    position: relative;
    padding-left: 16px;
    text-align: left
}

.hero-boxes__tick {
    position: absolute;
    top: 8px;
    left: 0;
    width: 9px;
    height: 9px;
    fill: #003287
}

@media (max-width: 700px) {
    .hero-boxes {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.split-section__content {
    z-index: 10
}

@media (max-width: 900px) {
    .split-section__character {
        width: 100%;
        min-height: 220px;
        max-height: 480px;
        max-width: 600px;
        margin: 0 auto
    }
}

@media (max-width: 900px) {
    .split-section__image {
        position: relative;
        max-width: 100%;
        max-height: 100%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 0;
        left: 50%
    }
}

.split-section__media {
    height: 100%;
    width: 100%;
    border-radius: 22px
}

@media (max-width: 900px) {
    .split-section__media {
        height: 300px
    }
}

.split-section__keywords {
    margin-bottom: 16px
}

.split-section__keyword {
    padding: 4px 16px;
    margin: 0 8px 8px;
    border-radius: 22px;
    margin-left: 0;
    display: inline-block;
    background-color: rgba(150, 220, 230, .5)
}

.split-section__keyword p {
    margin-bottom: 0;
    font-size: 14px
}

.split-section__keyword:first-child {
    margin-left: 0
}

.split-section__keyword:nth-child(3n+2) {
    background-color: rgba(0, 50, 135, .34)
}

.split-section__keyword:nth-child(3n+3) {
    background-color: rgba(0, 165, 225, .32)
}

.primary-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #003287;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 100;
    -webkit-transition: .2s box-shadow;
    transition: .2s box-shadow
}

.primary-nav__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.primary-nav__wrapper--top {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.primary-nav__container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 901px) {
    .primary-nav__container {
        top: auto !important;
        height: auto !important
    }
}

@media (max-width: 900px) {
    .primary-nav__container {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        z-index: 1000;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: .3s transform;
        transition: .3s transform;
        max-width: 100vw;
        background-color: #fff;
        display: block
    }
}

@media (max-width: 900px) {
    .primary-nav__container {
        top: 71px;
        height: calc(100% - 71px)
    }
}

@media (max-width: 900px) {
    .navigation--active .primary-nav__container {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.primary-nav__logo {
    width: 190px;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition: .4s transform, .2s opacity;
    transition: .4s transform, .2s opacity;
    position: absolute;
    top: auto;
    bottom: 15px;
    left: 0
}

.no-touch .primary-nav__logo:hover {
    opacity: .7
}

@media (max-width: 900px) {
    .primary-nav__logo {
        top: 50%;
        -webkit-transform: translateY(-50%) scale(1.15);
        transform: translateY(-50%) scale(1.15);
        bottom: auto
    }
}

@media (max-width: 480px) {
    .primary-nav__logo {
        width: 160px
    }
}

@media (max-width: 375px) {
    .primary-nav__logo {
        width: 140px
    }
}

.primary-nav__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    position: relative
}

.primary-nav__top:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    z-index: -1;
    background-color: #003287
}

@media (max-width: 900px) {
    .primary-nav__top:before {
        display: none
    }
}

.primary-nav__top:after {
    content: "";
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: currentColor
}

@media (max-width: 900px) {
    .primary-nav__top:after {
        display: block
    }
}

.primary-nav__top .menu-item:not(.menu-item--last) > a {
    display: block
}

@media (min-width: 901px) {
    .primary-nav__top .menu-item:not(.menu-item--last) > a:after {
        content: '';
        display: block;
        position: relative;
        width: 100%;
        left: 0;
        right: 0;
        margin: 0 auto;
        background-color: currentColor;
        height: 2px;
        margin-top: -2px;
        -webkit-transition: .2s opacity;
        transition: .2s opacity;
        opacity: 0
    }

    .no-touch .primary-nav__top .menu-item:not(.menu-item--last) > a:hover:after {
        opacity: 1
    }
}

.primary-nav__top .menu-item > a {
    padding: 8px 16px
}

@media (max-width: 900px) {
    .primary-nav__top .menu-item > a {
        padding: 11px 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #555
    }
}

@media (min-width: 901px) {
    .primary-nav__top .menu-item--last > a {
        padding-right: 0
    }
}

@media (max-width: 900px) {
    .primary-nav__top .menu-item {
        border-bottom: 1px solid rgba(0, 0, 0, .2)
    }
}

@media (min-width: 901px) {
    .primary-nav__top {
        font-size: 14px;
        color: #fff
    }
}

@media (max-width: 900px) {
    .primary-nav__top {
        display: block;
        width: 100%;
        color: #555
    }
}

.primary-nav__top-menu {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none
}

@media (max-width: 900px) {
    .primary-nav__top-menu {
        display: block;
        width: 100%
    }
}

.primary-nav__bottom {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 74px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width: 900px) {
    .primary-nav__bottom {
        height: auto;
        display: block
    }
}

.primary-nav__bottom-menu {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0
}

.primary-nav__bottom-menu > .menu-item:before {
    content: "";
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: currentColor
}

@media (max-width: 900px) {
    .primary-nav__bottom-menu > .menu-item:before {
        display: block
    }
}

.primary-nav__bottom-menu .menu-item {
    position: relative
}

.primary-nav__bottom-menu .menu-item > a {
    display: block;
    -webkit-transition: .2s opacity;
    transition: .2s opacity
}

.no-touch .primary-nav__bottom-menu .menu-item > a:hover:after {
    opacity: 1
}

.primary-nav__bottom-menu .menu-item > a:after {
    content: "";
    opacity: 0
}

@media (min-width: 901px) {
    .primary-nav__bottom-menu .menu-item > a:after {
        position: relative;
        width: 100%;
        left: 0;
        right: 0;
        margin: 0 auto;
        background-color: currentColor;
        height: 2px;
        margin-top: -2px;
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
        -webkit-transition: .2s opacity;
        transition: .2s opacity;
        opacity: 0
    }
}

@media (max-width: 1025px) {
    .primary-nav__bottom-menu .menu-item > a {
        padding: 0 16px
    }
}

@media (min-width: 901px) {
    .primary-nav__bottom-menu .menu-item > a {
        padding: 0 24px;
        height: 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-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        line-height: 1
    }
}

@media (max-width: 900px) {
    .primary-nav__bottom-menu .menu-item > a {
        padding: 11px 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width: 900px) {
    .primary-nav__bottom-menu .menu-item:first-child {
        border-top: 1px solid rgba(0, 0, 0, .2)
    }
}

@media (min-width: 901px) {
    .primary-nav__bottom-menu .menu-item:last-child > a {
        padding-right: 0
    }
}

.primary-nav__bottom-menu .menu-item.current-menu-item > a:after {
    opacity: 1
}

@media (max-width: 900px) {
    .primary-nav__bottom-menu .menu-item--has-dropdown {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.primary-nav__bottom-menu .menu-item--has-dropdown > a {
    position: relative
}

@media (max-width: 900px) {
    .primary-nav__bottom-menu .menu-item--has-dropdown > a {
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

.primary-nav__bottom-menu .menu-item--has-dropdown > a:after {
    content: "";
    position: absolute;
    right: 0;
    border-right: 1px solid #bbb9b9;
    margin-left: auto;
    height: 50%;
    display: none
}

@media (max-width: 900px) {
    .primary-nav__bottom-menu .menu-item--has-dropdown > a:after {
        display: block;
        opacity: 1
    }
}

@media (max-width: 900px) {
    .primary-nav__bottom-menu .menu-item--has-dropdown .sub-menu__top-level-link-arrow {
        display: block
    }
}

@media (max-width: 900px) {
    .primary-nav__bottom-menu .menu-item {
        border-bottom: 1px solid rgba(0, 0, 0, .2)
    }
}

@media (max-width: 900px) {
    .primary-nav__bottom-menu {
        display: block
    }
}

.primary-nav__bottom-menu-item--alternate {
    color: #555
}

.primary-nav__bottom-menu-item--alternate:before {
    background-color: currentColor
}

.primary-nav__bottom-menu-item--responsive {
    display: none
}

@media (max-width: 900px) {
    .primary-nav__bottom-menu-item--responsive {
        display: block
    }
}

.primary-nav__menu-toggle {
    display: none;
    padding: 24px 8px;
    margin-right: -8px;
    margin-left: auto;
    outline: 0;
    font-size: 14px;
    -webkit-transition: .4s transform, .4s opacity;
    transition: .4s transform, .4s opacity
}

.no-touch body:not(.navigation--active) .primary-nav__menu-toggle:hover .primary-nav__menu-toggle-bar--second {
    -webkit-transform: translateY(11.5px) translateY(-50%) translateX(-3px) scaleX(.8);
    transform: translateY(11.5px) translateY(-50%) translateX(-3px) scaleX(.8)
}

@media (max-width: 900px) {
    .primary-nav__menu-toggle {
        display: block
    }
}

.primary-nav__menu-toggle-text {
    margin-right: 12px
}

.primary-nav__menu-toggle-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: inherit;
    transition: inherit
}

.primary-nav__menu-toggle-inside {
    width: 35px;
    height: 23px;
    position: relative;
    -webkit-transition: inherit;
    transition: inherit
}

.navigation--active .primary-nav__menu-toggle-inside {
    -webkit-transform: translateX(5px) rotate(45deg);
    transform: translateX(5px) rotate(45deg)
}

.primary-nav__menu-toggle-bar {
    height: 2px;
    width: 100%;
    display: block;
    background-color: #003287;
    position: absolute;
    top: 0;
    -webkit-transition: .4s transform, .2s opacity;
    transition: .4s transform, .2s opacity
}

.navigation--active .primary-nav__menu-toggle-bar--first {
    opacity: 0
}

.primary-nav__menu-toggle-bar--second {
    -webkit-transform: translateY(11.5px) translateY(-50%);
    transform: translateY(11.5px) translateY(-50%)
}

.primary-nav__menu-toggle-bar--third {
    -webkit-transform: translateY(23px) translateY(-50%);
    transform: translateY(23px) translateY(-50%)
}

.navigation--active .primary-nav__menu-toggle-bar--third {
    -webkit-transform: translateY(11.5px) translateY(-50%) rotate(-90deg);
    transform: translateY(11.5px) translateY(-50%) rotate(-90deg)
}

.primary-nav--sticky .primary-nav {
    -webkit-box-shadow: 0 2px 15px 2px rgba(0, 0, 0, .24);
    box-shadow: 0 2px 15px 2px rgba(0, 0, 0, .24)
}

.primary-nav--sticky .primary-nav .primary-nav__logo {
    -webkit-transform: scale(1);
    transform: scale(1)
}

@media (max-width: 900px) {
    .primary-nav--sticky .primary-nav .primary-nav__logo {
        -webkit-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1)
    }
}

.site-footer {
    background-color: #003287;
    color: #fff;
    padding: 64px 0;
    position: relative
}

.site-footer__wrapper {
    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
}

@media (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .site-footer__wrapper {
        display: block
    }
}

.site-footer__heading {
    margin-bottom: 16px
}

.site-footer__form-input-wrapper {
    margin-top: 48px
}

.site-footer__form-input {
    background-color: rgba(255, 255, 255, .7);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.site-footer__form-input:focus ~ .site-footer__form-label {
    color: #fff;
    opacity: 1
}

.site-footer .form__input--has-value ~ .site-footer__form-label {
    color: #fff;
    opacity: 1
}

.site-footer__col {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 50%
}

.site-footer__col--first {
    max-width: 360px
}

@media (min-width: 1026px) {
    .site-footer__col--first {
        margin-right: 200px
    }
}

@media (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .site-footer__col--first {
        max-width: 100%;
        margin-bottom: 32px
    }
}

.site-footer__col--menus {
    font-size: 14px
}

@media (min-width: 801px) and (max-width: 1025px) {
    .site-footer__col--menus {
        margin-left: auto;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }
}

@media (max-width: 800px) {
    .site-footer__col--menus {
        margin-top: 24px
    }
}

@media (max-width: 350px) {
    .site-footer__col--menus {
        font-size: 13px
    }
}

@media (max-width: 800px) {
    .site-footer__col {
        max-width: 100%
    }
}

@media (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .site-footer__col {
        max-width: 100%
    }
}

.site-footer__col-row:not(:last-child) {
    margin-bottom: 48px
}

.site-footer__action-link:not(:last-of-type) {
    margin-bottom: 8px
}

.site-footer__social-links {
    margin-top: 24px
}

.site-footer__menu {
    list-style: none
}

.site-footer__menu .menu-item a {
    display: inline-block;
    padding: 4px 0
}

.site-footer__menu .menu-item a:after {
    content: '';
    display: block;
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: currentColor;
    height: 2px;
    margin-top: -2px;
    -webkit-transition: .2s opacity;
    transition: .2s opacity;
    opacity: 0
}

.no-touch .site-footer__menu .menu-item a:hover:after {
    opacity: 1
}

.site-footer__menu .menu-item:first-child a {
    padding-top: 0
}

.site-footer__menus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 800px) {
    .site-footer__menus {
        max-width: 400px;
        margin-top: 16px
    }
}

@media (min-width: 1026px) {
    .site-footer__menu-col {
        margin-right: 16px
    }
}

@media (min-width: 801px) and (max-width: 1025px) {
    .site-footer__menu-col {
        margin-right: 32px
    }
}

@media (max-width: 800px) {
    .site-footer__menu-col {
        padding-right: 16px
    }
}

.site-footer__menu-col--last {
    margin-right: 0
}

@media (max-width: 800px) {
    .site-footer__menu-col--last {
        padding-right: 0
    }
}

@media (max-width: 350px) {
    .site-footer__menu-col--last {
        white-space: nowrap
    }
}

@media (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .site-footer__menu-col--last {
        margin-right: auto
    }
}

.site-footer__menu-col-text {
    margin-bottom: 8px;
    font-weight: 700
}

.site-footer__bottom {
    width: 100%;
    margin-top: 16px;
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 800px) {
    .site-footer__bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 0
    }
}

@media (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .site-footer__bottom {
        display: block
    }
}

.site-footer__accreditations {
    max-width: 530px
}

@media (max-width: 800px) {
    .site-footer__accreditations {
        width: 100%
    }
}

@media (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .site-footer__accreditations {
        max-width: 100%;
        width: 100%
    }
}

.site-footer__bottom-text {
    margin-left: auto
}

@media (min-width: 801px) {
    .site-footer__bottom-text {
        max-width: calc(100% - 560px)
    }
}

@media (max-width: 800px) {
    .site-footer__bottom-text {
        margin-top: 24px
    }
}

.site-footer__bottom-text p {
    margin: 0
}

@media (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .site-footer__bottom-text {
        max-width: 100%;
        margin-top: 32px
    }
}

.site-footer__credit {
    font-weight: 700;
    display: block
}

.site-footer__credit-link {
    display: inline-block
}

.site-footer__character {
    position: absolute;
    width: 200px;
    right: calc((100% - 1000px) / 2);
    -webkit-transform: translateX(100%) translateX(200px);
    transform: translateX(100%) translateX(200px);
    bottom: 0;
    z-index: 10
}

@media (max-width: 1250px) {
    .site-footer__character {
        display: none
    }
}

.site-footer__character.lazy-loaded, .site-footer__character.loaded {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.js .site-footer__character {
    -webkit-transition: .2s opacity, 1s -webkit-transform cubic-bezier(.215, .61, .355, 1);
    transition: .2s opacity, 1s -webkit-transform cubic-bezier(.215, .61, .355, 1);
    transition: 1s transform cubic-bezier(.215, .61, .355, 1), .2s opacity;
    transition: 1s transform cubic-bezier(.215, .61, .355, 1), .2s opacity, 1s -webkit-transform cubic-bezier(.215, .61, .355, 1)
}

.social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.social-links__link {
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 9999px;
    padding: 8px
}

.social-links__link:not(.last-child) {
    margin-right: 10px
}

.no-touch .social-links__link:hover {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0)
}

.social-links__icon {
    width: 20px;
    height: 20px;
    display: block;
    -webkit-transition: .2s transform;
    transition: .2s transform
}

.icon-blocks__block {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    padding: 24px
}

.icon-blocks__block--icon-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

.icon-blocks__block--icon-top .icon-blocks__icon {
    margin-right: 0;
    margin-bottom: 16px
}

.icon-blocks__icon {
    fill: #003287;
    display: block;
    margin-right: 24px;
    width: 40px;
    height: 40px
}

.icon-blocks__text {
    font-weight: 700;
    width: 100%
}

.faqs {
    padding-top: 32px
}

.faqs__grid + .buttons {
    padding-top: 32px
}

.faqs__faq {
    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-bottom: 32px
}

.faqs__faq:hover .faqs__title {
    color: #003287
}

.faqs__title {
    text-align: left;
    margin-bottom: 0;
    line-height: 1.5;
    color: #555;
    -webkit-transition: .2s;
    transition: .2s
}

.faqs__arrow {
    color: #003287;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 24px
}

.guide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 32px
}

.guide__media {
    border-radius: 22px;
    width: 265px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 48px
}

.guide__excerpt {
    display: block;
    display: -webkit-box;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.guide-wrapper {
    display: grid;
    grid-template-columns:repeat(auto-fit, minmax(calc(max(420px, 50% - 30px)), 1fr));
    gap: 30px
}

.guide-wrapper .card {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: calc(100vw - 50px)
}

.guide-wrapper img {
    width: 100%;
    border-radius: 22px;
    position: relative;
    height: 173px;
    -o-object-fit: cover;
    object-fit: cover
}

.guide-wrapper .h3, .guide-wrapper h3 {
    text-align: left;
    color: #003287;
    font: normal normal bold 25px/33px Raleway;
    margin: 32px 0 0
}

.sub-menu {
    -webkit-transition: .2s visibility, .2s opacity;
    transition: .2s visibility, .2s opacity
}

.sub-menu__inside {
    border-radius: inherit;
    overflow: hidden
}

.no-touch .primary-nav .menu-item:hover .sub-menu, .touch .menu-item.hover .sub-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: all
}

.sub-menu:before {
    content: ""
}

@media (min-width: 901px) {
    .sub-menu:before {
        width: 0;
        height: 0;
        border-bottom: 28px solid #fff;
        border-left: 28px solid transparent;
        border-right: 28px solid transparent;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: -15px
    }
}

@media (max-width: 900px) {
    .sub-menu:before {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 4px;
        background-color: currentColor
    }
}

.sub-menu__top-level-link-arrow {
    padding: 16px;
    padding-left: 24px;
    padding-right: 24px;
    display: none;
    margin-left: auto;
    outline: 0;
    -webkit-transition: .2s transform;
    transition: .2s transform
}

.sub-menu__top-level-link-arrow-inner {
    position: relative;
    width: 20px;
    display: block;
    -webkit-transition: .2s transform;
    transition: .2s transform
}

.sub-menu__top-level-link-arrow-inner:before {
    content: '';
    float: left;
    padding-bottom: 63.1578947368%;
    margin-right: -100%
}

.sub-menu__top-level-link-arrow-inner:after {
    content: '';
    display: table;
    clear: both
}

.menu-item--has-dropdown-active .sub-menu__top-level-link-arrow-inner {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sub-menu__top-level-link-arrow-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    fill: none;
    stroke: currentColor;
    stroke-width: 2px;
    margin-left: auto;
    width: 100%;
    height: 100%
}

.sub-menu__button-wrap {
    display: block
}

@media (min-width: 901px) {
    .sub-menu__button-wrap {
        background-color: #eee;
        padding: 21px 0;
        text-align: center
    }
}

@media (max-width: 900px) {
    .sub-menu__button-wrap {
        padding: 11px 48px;
        background-color: rgba(0, 0, 0, .02)
    }
}

@media (min-width: 901px) {
    .sub-menu__button {
        display: inline-block;
        background-color: #003287;
        color: #fff;
        outline: #003287;
        padding: 6px 24px;
        text-align: center;
        border-radius: 9999px;
        font-weight: 700;
        border: 2px solid #003287;
        -webkit-transition: .2s;
        transition: .2s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .sub-menu__button:hover {
        background-color: #00a5e1;
        border-color: #00a5e1
    }
}

.sub-menu__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 901px) {
    .sub-menu__link {
        padding: 16px 21px 0;
        font-size: 13px
    }
}

@media (max-width: 900px) {
    .sub-menu__link {
        border-bottom: 1px solid rgba(0, 0, 0, .2);
        padding: 11px 48px;
        background-color: rgba(0, 0, 0, .02)
    }
}

@media (max-width: 900px) {
    .sub-menu__link:first-child {
        border-top: 1px solid rgba(0, 0, 0, .2)
    }
}

@media (min-width: 901px) {
    .sub-menu__link:first-child {
        padding-top: 21px
    }
}

@media (min-width: 901px) {
    .sub-menu__link:last-child {
        padding-bottom: 21px
    }
}

@media (min-width: 901px) {
    .no-touch .sub-menu__link:hover .sub-menu__link-arrow {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0)
    }
}

@media (min-width: 901px) {
    .sub-menu__link:hover .sub-menu__link-text {
        color: currentColor
    }
}

.sub-menu__link-text {
    -webkit-transition: .2s color;
    transition: .2s color
}

@media (min-width: 901px) {
    .sub-menu__link-text {
        max-width: 130px;
        color: #555
    }
}

.sub-menu__link-icon-wrapper {
    width: 55px;
    height: 55px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: currentColor;
    border: 2px solid currentColor;
    margin-right: 24px;
    border-radius: 50%;
    position: relative
}

@media (max-width: 900px) {
    .sub-menu__link-icon-wrapper {
        display: none
    }
}

.sub-menu__link-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 50%;
    width: 50%
}

@media (max-width: 900px) {
    .sub-menu__link-icon {
        display: none
    }
}

.sub-menu__link-arrow {
    margin-left: auto;
    color: currentColor;
    position: relative;
    width: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: .2s transform;
    transition: .2s transform
}

.sub-menu__link-arrow:before {
    content: '';
    float: left;
    padding-bottom: 70.3703703704%;
    margin-right: -100%
}

.sub-menu__link-arrow:after {
    content: '';
    display: table;
    clear: both
}

@media (max-width: 900px) {
    .sub-menu__link-arrow {
        display: none
    }
}

.sub-menu__link-arrow-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.sub-menu__text-column {
    padding: 21px 29px;
    font-size: 13px
}

@media (max-width: 900px) {
    .sub-menu__text-column {
        display: none
    }
}

.sub-menu__text p {
    margin: 0
}

.sub-menu__text a {
    color: #5a1472;
    text-decoration: underline
}

@media (min-width: 901px) {
    .sub-menu {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: #fff;
        color: #555;
        border-radius: 22px;
        top: 100%;
        z-index: 100;
        -webkit-box-shadow: 0 2px 40px 5px rgba(0, 0, 0, .25);
        box-shadow: 0 2px 40px 5px rgba(0, 0, 0, .25);
        min-width: 260px;
        visibility: hidden;
        opacity: 0;
        display: block !important;
        pointer-events: none
    }
}

@media (max-width: 900px) {
    .sub-menu {
        display: none;
        color: #5a1472;
        width: 100%;
        position: relative
    }
}

.news__grid--loading {
    opacity: .5;
    pointer-events: none
}

.news__card {
    height: 100%
}

.news__featured .news__card {
    margin-bottom: 0
}

.news__buttons {
    text-align: center;
    padding-top: 48px
}

.partners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 24px 0 0
}

.partners__logo {
    margin-right: 32px;
    display: block
}

.partners__logo:last-of-type {
    margin-right: 0
}

@media (max-width: 600px) {
    .partners__logo {
        margin-bottom: 32px
    }
}

.partners__logo-image {
    max-width: 70px;
    height: auto;
    display: block
}

@media (max-width: 600px) {
    .partners {
        margin-bottom: -32px
    }
}

.article__content img {
    width: auto;
    height: auto;
    max-width: 100%
}

.article__meta {
    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
}

.article__date {
    margin-right: 32px;
    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
}

.article__date .icon {
    margin-right: 16px;
    vertical-align: middle
}

.article__categories-intro {
    color: #555
}

.news-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 600px;
    margin: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 600px) {
    .news-filters {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.news-filters__field {
    padding: 24px
}

.news-filters__field--half-width {
    width: 50%
}

@media (max-width: 600px) {
    .news-filters__field--half-width {
        width: 100%
    }
}

@media (max-width: 600px) {
    .news-filters__field {
        padding: 8px 0
    }
}

.related-news {
    background-color: #96dce6
}

.slider {
    opacity: 0;
    -webkit-transition: .2s opacity;
    transition: .2s opacity
}

.slider.slick-initialized {
    opacity: 1
}

.slider__arrow {
    position: absolute;
    top: 50%;
    color: currentColor;
    left: 0;
    font-size: 0;
    padding: 6px;
    -webkit-transform: translateX(-100%) translateX(-12px) rotate(180deg);
    transform: translateX(-100%) translateX(-12px) rotate(180deg)
}

.slider__arrow:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 4px rgba(0, 50, 135, .8);
    box-shadow: 0 0 4px rgba(0, 50, 135, .8)
}

.slider__arrow--next {
    left: calc(100% + 12px);
    -webkit-transform: none;
    transform: none
}

.slider__arrow-icon {
    width: 30px;
    height: 30px
}

.slick-dots {
    text-align: center;
    display: inline-block;
    margin: 16px 0 0;
    list-style: none
}

.slick-dots li {
    display: inline-block;
    opacity: .4;
    -webkit-transition: .2s opacity;
    transition: .2s opacity
}

.slick-dots li.slick-active {
    opacity: 1
}

.slick-dots li.slick-active button:before {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.slick-dots button {
    outline: 0;
    padding: 16px 4px;
    display: block;
    font-size: 0
}

.slick-dots button:before {
    content: "";
    display: block;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    background-color: #003287;
    -webkit-transform: scale(.7);
    transform: scale(.7);
    -webkit-transition: .3s transform;
    transition: .3s transform
}

.no-touch .slick-dots:hover li:not(.slick-active) {
    opacity: .35
}

.no-touch .slick-dots:hover li:not(.slick-active):hover {
    opacity: 1
}

.no-touch .slick-dots:hover li:not(.slick-active):hover button:before {
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.team__slider .slick-list, .team__slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .team__slider .slick-list, .team__slider .slick-track {
        display: block
    }
}

.team__slider-slide {
    padding: 16px 24px 0;
    height: auto
}

.slick-initialized .team__slider-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.team__profile-image-holder {
    -webkit-box-shadow: 0 2px 17px 5px rgba(0, 0, 0, .17);
    box-shadow: 0 2px 17px 5px rgba(0, 0, 0, .17);
    position: relative;
    overflow: hidden;
    width: 230px;
    max-width: 100%;
    border-radius: 50%;
    background-color: #003287;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00378b), color-stop(#00a5e1), to(#96dce6));
    background-image: linear-gradient(to bottom, #00378b, #00a5e1, #96dce6);
    margin: 0 auto
}

.team__profile-image-holder:before {
    content: '';
    float: left;
    padding-bottom: 100%;
    margin-right: -100%
}

.team__profile-image-holder:after {
    content: '';
    display: table;
    clear: both
}

.team__profile-image {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -8px;
    max-width: 100%;
    max-height: 90%;
    width: auto;
    height: auto
}

.team__profile-content {
    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;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.team__profile-description p {
    margin: 8px 0 0
}

.team__profile-heading {
    margin-bottom: 8px
}

.team__profile-sub-heading {
    margin-top: 4px
}

.support-search {
    max-width: 380px;
    margin: 0 auto;
    position: relative
}

.support-search__input {
    background-color: #fff;
    z-index: 11;
    padding-left: 56px
}

.support-search:before {
    content: '';
    display: block;
    position: absolute;
    left: 6px;
    top: 6px;
    bottom: 6px;
    width: 38px;
    border-radius: 50%;
    background-color: #003287
}

.support-search__search-icon {
    position: absolute;
    top: 7px;
    left: 13px;
    fill: #fff;
    width: 24px
}

.support-search__dropdown {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 100%;
    max-height: 340px;
    overflow-y: auto;
    z-index: 10;
    display: none;
    border-radius: 0 0 22px 22px;
    -webkit-box-shadow: 0 12px 17px 5px rgba(0, 0, 0, .17);
    box-shadow: 0 12px 17px 5px rgba(0, 0, 0, .17)
}

.support-search__list {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
    text-align: left
}

.support-search__list-item {
    border-bottom: 1px solid #eee;
    display: none
}

.support-search__list-item:last-child {
    border-bottom: 0
}

.support-search__list-item--active {
    display: block
}

.support-search__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 8px;
    padding-left: 16px
}

.support-search__link:hover {
    background-color: #eee
}

.support-search__title {
    display: block;
    color: #555
}

.support-search__area {
    display: block;
    font-weight: 700;
    font-size: 10px
}

.support-search__icon {
    margin-right: 16px;
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.support-search__message {
    text-align: center;
    padding: 24px;
    background-color: #fff;
    margin-bottom: 0;
    font-weight: 700;
    color: #003287 !important
}

.support-search--is-open .support-search__dropdown {
    display: block
}

.support-search--is-open .support-search__input {
    border-radius: 25px 25px 0 0
}

.testimonials__content {
    margin-top: 32px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.testimonials__content p:last-child {
    margin-bottom: 0;
    margin-top: auto
}

.testimonials__slider {
    margin: 0 -24px
}

.testimonials__slider .slick-list, .testimonials__slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .testimonials__slider .slick-list, .testimonials__slider .slick-track {
        display: block
    }
}

@media (max-width: 900px) {
    .testimonials__slider {
        margin: 0 -12px
    }
}

.testimonials__slide {
    padding: 24px;
    text-align: left
}

@media (max-width: 900px) {
    .testimonials__slide {
        padding: 12px
    }
}

.testimonials__heading {
    margin-bottom: 8px
}

.testimonials__slide-card {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.testimonials__image {
    width: 130px;
    max-width: 100%;
    height: auto;
    display: block
}

.testimonials__logo {
    width: 101px;
    display: inline-block;
    -webkit-transform: translateY(3px);
    transform: translateY(3px)
}

.speech {
    position: relative;
    border-radius: 22px;
    text-align: center;
    max-width: 280px
}

.speech__inside {
    background-color: #f5f5f5;
    padding: 32px;
    border-radius: inherit
}

.speech__bottom {
    display: block;
    position: relative;
    background-image: url("../images/speech-bubble-bottom.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%
}

.speech__bottom:before {
    content: '';
    float: left;
    padding-bottom: 25.2491694352%;
    margin-right: -100%
}

.speech__bottom:after {
    content: '';
    display: table;
    clear: both
}

.speech__heading {
    margin-bottom: 8px;
    font-family: Raleway, "Helvetica Neue", "Lucida Grande", sans-serif
}

.speech__heading--last {
    margin-bottom: 0
}

.space {
    position: relative;
    min-height: 800px;
    background-color: rgba(0, 0, 0, .95);
    background-color: #2b153d
}

.space__internal {
    position: relative;
    padding: 140px 0;
    overflow: hidden
}

@media (max-width: 600px) {
    .space__internal {
        padding: 48px 0 0
    }
}

@media (max-width: 600px) {
    .space__card-wrapper {
        padding-top: 32px;
        padding-bottom: 32px
    }
}

@media (max-width: 420px) {
    .space__card {
        padding: 24px
    }
}

.space__content-box {
    margin-top: 32px
}

@media (max-width: 420px) {
    .space__content-box {
        padding: 16px
    }
}

.space__media {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 150vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.space__rocket {
    position: absolute;
    top: 80px;
    z-index: 10
}

.space__rocket--position-left {
    left: calc(((100% - 1000px) / 2) - 150px * .7)
}

@media (max-width: 1250px) {
    .space__rocket--position-left {
        left: calc(24px - (150px * .3));
        top: -75px
    }
}

@media (max-width: 420px) {
    .space__rocket--position-left {
        width: 100px;
        top: -50px;
        left: calc(24px - (100px * .3))
    }
}

.space__rocket--position-right {
    right: calc(((100% - 1000px) / 2) - 150px * .7);
    top: -80px
}

@media (max-width: 1250px) {
    .space__rocket--position-right {
        right: 24px;
        top: -96px
    }
}

@media (max-width: 900px) {
    .space__rocket--position-right {
        display: none
    }
}

.space__world {
    position: relative;
    min-width: 530px
}

@media (max-width: 1250px) {
    .space__world {
        min-width: auto
    }
}

.space__world-astronaut {
    z-index: 10
}

.space__astronaut {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    right: -40%
}

@media (max-width: 420px) {
    .space__astronaut {
        width: 150px;
        right: -35%
    }
}

.space__car-wrapper {
    position: absolute;
    z-index: 2;
    -webkit-animation: rotate 6s infinite linear;
    animation: rotate 6s infinite linear;
    height: 50%;
    left: 50%;
    width: 0;
    top: 0;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center
}

@media (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .space__car-wrapper {
        -webkit-animation: none;
        animation: none
    }
}

.space__car {
    position: absolute;
    width: 200px;
    -webkit-transform: translateX(-50%) rotate(-7deg);
    transform: translateX(-50%) rotate(-7deg);
    left: 50%;
    top: -12px
}

.space__car:before {
    content: '';
    float: left;
    padding-bottom: 41.9068736142%;
    margin-right: -100%
}

.space__car:after {
    content: '';
    display: table;
    clear: both
}

.space__car img {
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain"
}

@media (max-width: 420px) {
    .space__car {
        width: 160px
    }
}

.space__background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.space__bottom {
    position: relative;
    background-color: #eee;
    padding: 64px 0
}

.space__moon {
    position: absolute;
    max-width: 290px;
    margin-top: 48px
}

@media (max-width: 900px) {
    .space__moon {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-top: -122px;
        max-width: 210px
    }
}

.space__boy {
    position: absolute;
    max-width: 350px;
    bottom: -30px;
    right: 0;
    z-index: 10
}

@media (max-width: 1250px) {
    .space__boy {
        bottom: -250px;
        margin-right: 10%
    }
}

@media (max-width: 600px) {
    .space__boy {
        bottom: -300px
    }
}

@media (max-width: 500px) {
    .space__boy {
        bottom: -380px;
        margin-right: 0
    }
}

.space__text--centered {
    text-align: center
}

.space__text--right {
    text-align: right
}

@media (max-width: 900px) {
    .space__text--right {
        text-align: inherit
    }
}

.space__intro {
    max-width: 450px
}

@media (max-width: 900px) {
    .space__intro {
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 900px) {
    .space__intro-col {
        margin-top: 112px;
        text-align: center
    }
}

@media (max-width: 420px) {
    .space__intro-col {
        margin-top: 112px
    }
}

.space__stat-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.space__stat-wrapper--end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 64px
}

@media (max-width: 900px) {
    .space__stat-wrapper--end {
        margin-top: 32px
    }
}

.space__stat-wrapper--third {
    margin-top: 96px
}

@media (max-width: 800px) {
    .space__stat-wrapper--third {
        margin-top: 0
    }
}

@media (max-width: 900px) {
    .space__stat-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.space__world-col {
    position: relative;
    z-index: 5
}

.space__stat-col {
    position: relative;
    z-index: 10
}

@media (max-width: 800px) {
    .space__stat-col {
        text-align: center;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}

@media (max-width: 350px) {
    .space__stat-col--last {
        margin-bottom: 0
    }
}

.space__stat {
    min-width: 500px
}

@media (max-width: 1025px) {
    .space__stat {
        min-width: auto
    }
}

@media (max-width: 800px) {
    .space__stat {
        display: inline-block
    }
}

.space__stat-heading {
    margin-bottom: 0
}

@media (max-width: 1025px) {
    .space__stat-heading--first {
        font-size: 75px
    }
}

@media (max-width: 600px) {
    .space__stat-heading--first {
        font-size: 55px
    }
}

.space__stat-heading--last {
    margin-left: 25%;
    text-align: right
}

@media (max-width: 1025px) {
    .space__stat-heading--last {
        margin-left: 0
    }
}

@media (max-width: 800px) {
    .space__stat-heading--last {
        text-align: inherit
    }
}

.space__illustration-stat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 48px;
    margin-top: 32px
}

@media (max-width: 600px) {
    .space__illustration-stat {
        margin-left: 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media (max-width: 500px) {
    .space__illustration-stat {
        display: block
    }
}

.space__character-wrapper {
    height: 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-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    min-width: 375px;
    -webkit-transform: translateX(-15%);
    transform: translateX(-15%);
    margin-top: 48px
}

@media (max-width: 600px) {
    .space__character-wrapper {
        margin-top: 48px;
        -webkit-transform: none;
        transform: none;
        min-width: auto
    }
}

@media (max-width: 500px) {
    .space__character-wrapper {
        max-width: 250px;
        margin-top: -50px;
        margin-left: auto
    }
}

@media (max-width: 480px) {
    .space__character-wrapper {
        max-width: 230px;
        -webkit-transform: translateX(10%);
        transform: translateX(10%)
    }
}

@media (max-width: 350px) {
    .space__character-wrapper {
        max-width: 200px;
        -webkit-transform: translateX(15%);
        transform: translateX(15%)
    }
}

@media (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .space__character-wrapper {
        display: block
    }
}

.space__character {
    margin-left: auto;
    max-height: 100%;
    width: auto;
    height: auto;
    max-width: 100%;
    -webkit-transform: translateX(200px);
    transform: translateX(200px)
}

@media (max-width: 1250px) {
    .space__character {
        max-width: 350px
    }
}

@media (max-width: 600px) {
    .space__character {
        max-width: 100%
    }
}

.space__character.lazy-loaded, .space__character.loaded {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.js .space__character {
    -webkit-transition: .2s opacity, 1s -webkit-transform cubic-bezier(.215, .61, .355, 1);
    transition: .2s opacity, 1s -webkit-transform cubic-bezier(.215, .61, .355, 1);
    transition: 1s transform cubic-bezier(.215, .61, .355, 1), .2s opacity;
    transition: 1s transform cubic-bezier(.215, .61, .355, 1), .2s opacity, 1s -webkit-transform cubic-bezier(.215, .61, .355, 1)
}

.space__speech {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px);
    z-index: 10;
    position: relative
}

@media (max-width: 800px) {
    .space__speech {
        -webkit-transform: translateX(-80px) translateY(-75px);
        transform: translateX(-80px) translateY(-75px)
    }
}

@media (max-width: 500px) {
    .space__speech {
        -webkit-transform: none;
        transform: none
    }
}

@media (max-width: 600px) {
    .space__speech-inside {
        padding: 24px
    }
}

.space__moon-col {
    z-index: 10
}

@media (max-width: 900px) {
    .space__moon-col {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: -200px;
        max-width: initial;
        -ms-flex-preferred-size: initial;
        flex-basis: initial;
        width: 280px;
        margin-bottom: 0
    }
}

@media (max-width: 420px) {
    .space__moon-col {
        top: -150px;
        width: 230px
    }
}

@media (max-width: 900px) {
    .space--standard .space__world {
        max-width: 400px;
        margin: 0 auto;
        min-height: auto
    }
}

.space--feature {
    color: #fff;
    margin-bottom: 290px
}

.space--feature .space__internal {
    padding: 64px 0 0
}

@media (max-width: 900px) {
    .space--feature .space__internal {
        padding-top: 0
    }
}

.space--feature .space__heading {
    color: inherit;
    text-shadow: 0 0 5px #000
}

.space--feature .space__world-astronaut {
    top: 30%
}

@media (max-width: 600px) {
    .space--feature .space__world-astronaut {
        display: none
    }
}

.space--feature .space__world {
    margin-bottom: -150px;
    z-index: 10;
    position: relative
}

@media (max-width: 1250px) {
    .space--feature .space__world {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0
    }
}

@media (max-width: 600px) {
    .space--feature .space__world {
        width: 450px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%
    }
}

@media (max-width: 420px) {
    .space--feature .space__world {
        width: 400px
    }
}

@media (max-width: 350px) {
    .space--feature .space__world {
        width: 300px
    }
}

@media (max-width: 1250px) {
    .space--feature .space__illustration-stat {
        margin-left: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.space--feature .space__astronaut {
    -webkit-transform: translateY(-50%) translateX(-50%) scaleX(-1);
    transform: translateY(-50%) translateX(-50%) scaleX(-1);
    left: 0
}

@media (max-width: 1250px) {
    .space--feature {
        padding-bottom: 200px
    }
}

@media (max-width: 900px) {
    .space--feature {
        margin-top: 200px;
        margin-bottom: 200px
    }
}

@media (max-width: 420px) {
    .space--feature {
        margin-top: 150px
    }
}

@media (max-width: 600px) {
    .space--feature {
        margin-bottom: 182px
    }
}

.content-box {
    background-color: #eee;
    padding: 24px;
    border-radius: 22px;
    text-align: center
}

.content-box__stat-heading {
    margin-bottom: 8px
}

.content-box__stat-heading--last {
    margin-bottom: 0
}

@media (max-width: 420px) {
    .content-box__stat {
        font-size: 25px
    }
}

.content-columns__icon {
    fill: #003287;
    margin-bottom: 16px
}

.content-columns .h2, .content-columns h2 {
    font-size: 25px
}

.content-columns :last-child {
    margin-bottom: 0 !important
}

.vacancy {
    padding: 32px 0
}

.vacancy__title {
    color: #003287
}

.social-updates {
    background-color: #96dce6
}

.social-updates__bg {
    position: absolute;
    z-index: 0;
    width: auto
}

.social-updates__bg--first {
    left: 0;
    bottom: 0;
    height: 40%
}

@media (max-width: 600px) {
    .social-updates__bg--first {
        height: 170px
    }
}

.social-updates__bg--second {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 0;
    height: 50%
}

@media (max-width: 600px) {
    .social-updates__bg--second {
        height: 360px
    }
}

.social-updates__card {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.social-updates__card:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 100%;
    background-color: #003287
}

@media (min-width: 601px) {
    .social-updates__card--reverse:before {
        left: auto;
        right: 0
    }
}

.social-updates__card--reverse .social-updates__tweet-main {
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
    margin-right: 0
}

@media (min-width: 601px) {
    .social-updates__card--reverse .social-updates__tweet-main {
        margin-left: 32px
    }
}

.social-updates__card--reverse .social-updates__tweet-likes {
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset
}

@media (max-width: 600px) {
    .social-updates__card {
        display: block
    }
}

.social-updates__tweet-main {
    margin-right: 32px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.social-updates__tweet-main a {
    color: #00a5e1
}

@media (max-width: 600px) {
    .social-updates__tweet-main {
        margin-right: 0
    }
}

.social-updates__tweet-likes {
    color: #00a5e1;
    font-weight: 700;
    text-align: center;
    padding-top: 6px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

@media (max-width: 600px) {
    .social-updates__tweet-likes {
        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;
        margin-bottom: 16px
    }

    .social-updates__tweet-likes p {
        margin-bottom: 0;
        margin-left: 16px
    }
}

.social-updates__header {
    font-weight: 700
}

.social-updates__account {
    color: #00a5e1
}

.social-updates__date {
    margin-left: 24px
}

.timeline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 600px) {
    .timeline__wrapper {
        max-width: 100%;
        padding: 0
    }
}

.timeline__content-wrapper {
    padding: 0 64px
}

@media (max-width: 900px) {
    .timeline__content-wrapper {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        padding-top: 32px;
        padding-left: 0;
        padding-right: 0
    }
}

.timeline__content {
    position: relative
}

@media (max-width: 500px) {
    .timeline__media {
        display: none !important
    }
}

.timeline__grid {
    height: 100%;
    margin-bottom: 0 !important
}

.timeline__grid-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0 !important
}

.timeline__year-content {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%
}

.timeline__year-content--active {
    opacity: 1
}

.timeline__inner {
    padding: 32px 0
}

.timeline__inner > :last-child {
    margin-bottom: 0 !important
}

@media (max-width: 900px) {
    .timeline__inner {
        padding: 0
    }
}

.timeline__years {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.timeline__road {
    height: 220px;
    width: 100%;
    background-image: url("../images/road.svg");
    background-repeat: repeat-x;
    background-size: auto 270px;
    background-position-y: bottom
}

@media (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .timeline__road {
        background-size: 1100px 270px
    }
}

.timeline__car {
    position: absolute;
    left: 0;
    bottom: 45px;
    z-index: 9;
    width: 200px;
    margin-left: -100px;
    cursor: -webkit-grab;
    cursor: grab
}

.timeline__car img {
    display: block;
    width: 100%;
    height: auto
}

.timeline__car--grabbed {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

@media (max-width: 900px) {
    .timeline__car {
        width: 160px;
        margin-left: -80px
    }
}

@media (max-width: 600px) {
    .timeline__car {
        width: 120px;
        margin-left: -60px
    }
}

.timeline__button {
    font-family: Raleway, "Helvetica Neue", "Lucida Grande", sans-serif;
    padding: 20px 4px;
    font-weight: 600;
    position: relative;
    outline: 0;
    -webkit-transform-origin: center top;
    transform-origin: center top
}

.timeline__button:before {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    background-color: currentColor;
    top: auto;
    bottom: calc(100% - 16px);
    left: 50%;
    height: 16px;
    margin-left: -1px
}

.timeline__button:hover {
    color: #003287
}

.timeline__button--active {
    color: #003287;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

@media (max-width: 600px) {
    .timeline__button {
        font-size: 14px
    }
}

@media (max-width: 420px) {
    .timeline__button {
        padding-left: 0;
        padding-right: 0;
        font-size: 12px
    }
}

@media (max-width: 350px) {
    .timeline__button {
        font-size: 11px
    }
}

.timeline__button-text {
    display: block
}

@media (max-width: 900px) {
    .timeline__button-text {
        -webkit-transform: translate(5px, 10px) rotate(70deg);
        transform: translate(5px, 10px) rotate(70deg)
    }
}

@media (max-width: 600px) {
    .timeline__button-text {
        -webkit-transform: translate(2px, 10px) rotate(80deg);
        transform: translate(2px, 10px) rotate(80deg)
    }
}

.link {
    display: inline-block
}

.link:after {
    content: '';
    display: block;
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: currentColor;
    height: 2px;
    margin-top: -2px;
    -webkit-transition: .2s opacity;
    transition: .2s opacity;
    opacity: 0
}

.no-touch .link:hover:after {
    opacity: 1
}

.announcement-bar {
    display: none;
    background-color: #00a5e1;
    color: #fff;
    padding: 8px 24px;
    font-size: 14px
}

.announcement-bar__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.announcement-bar__content {
    padding-right: 24px;
    line-height: 1.4
}

.announcement-bar__content :last-child {
    margin-bottom: 0 !important
}

.announcement-bar__close {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.announcement-bar__close-icon {
    fill: #fff;
    width: 1rem;
    height: 1rem;
    stroke-width: 1px;
    stroke: #fff
}

.announcement-bar a {
    text-decoration: underline
}

.announcement-bar a:hover {
    text-decoration: none
}

@media (max-width: 900px) {
    .announcement-bar {
        padding-left: 12px;
        padding-right: 12px
    }
}

.cf:after, .cf:before {
    content: " ";
    display: table
}

.cf:after {
    clear: both
}

.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap
}

.bg--blue {
    background-color: #003287;
    background-image: none
}

.bg--blue-pale {
    background-color: #96dce6;
    background-image: none
}

.bg--orange {
    background-color: #ef5a32;
    background-image: none
}

.bg--pink {
    background-color: #a0005f;
    background-image: none
}

.bg--purple {
    background-color: #5a1472;
    background-image: none
}

.bg--grey-light {
    background-color: #eee;
    background-image: none
}

.gd--blue-left {
    background-image: linear-gradient(-45deg, #003287, #00378b 0, #00a5e1)
}

.gd--blue-right {
    background-image: linear-gradient(45deg, #003287 0, #00378b 13%, #00a5e1 55%, #96dce6 100%)
}

.gd--blue-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#003287), color-stop(0, #00378b), to(#00a5e1));
    background-image: linear-gradient(to top, #003287, #00378b 0, #00a5e1)
}

.gd--blue-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#003287), color-stop(0, #00378b), color-stop(#00a5e1), to(#96dce6));
    background-image: linear-gradient(to bottom, #003287, #00378b 0, #00a5e1, #96dce6)
}

.gd--purple-left {
    background-image: linear-gradient(-45deg, #5a1472, #5a1472 0, #9b00be)
}

.gd--purple-right {
    background-image: linear-gradient(45deg, #5a1472 0, #5a1472 13%, #9b00be 55%, #ffb5ff 100%)
}

.gd--purple-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#5a1472), color-stop(0, #5a1472), to(#9b00be));
    background-image: linear-gradient(to top, #5a1472, #5a1472 0, #9b00be)
}

.gd--purple-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5a1472), color-stop(0, #5a1472), color-stop(#9b00be), to(#ffb5ff));
    background-image: linear-gradient(to bottom, #5a1472, #5a1472 0, #9b00be, #ffb5ff)
}

.gd--orange-left {
    background-image: linear-gradient(-45deg, #ef5a32, #ef5a32 0, #ff871e)
}

.gd--orange-right {
    background-image: linear-gradient(45deg, #ef5a32 0, #ef5a32 13%, #ff871e 55%, #ffc850 100%)
}

.gd--orange-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ef5a32), color-stop(0, #ef5a32), to(#ff871e));
    background-image: linear-gradient(to top, #ef5a32, #ef5a32 0, #ff871e)
}

.gd--orange-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ef5a32), color-stop(0, #ef5a32), color-stop(#ff871e), to(#ffc850));
    background-image: linear-gradient(to bottom, #ef5a32, #ef5a32 0, #ff871e, #ffc850)
}

.gd--pink-left {
    background-image: linear-gradient(-45deg, #a0005f, #a0005f 0, #eb2991)
}

.gd--pink-right {
    background-image: linear-gradient(45deg, #a0005f 0, #a0005f 13%, #eb2991 55%, #ff7dab 100%)
}

.gd--pink-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#a0005f), color-stop(0, #a0005f), to(#eb2991));
    background-image: linear-gradient(to top, #a0005f, #a0005f 0, #eb2991)
}

.gd--pink-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a0005f), color-stop(0, #a0005f), color-stop(#eb2991), to(#ff7dab));
    background-image: linear-gradient(to bottom, #a0005f, #a0005f 0, #eb2991, #ff7dab)
}

.text--bg-blue {
    color: #fff
}

.text--bg-blue a:not(.button):not(.ignore-color) {
    color: #fff
}

.text--bg-blue .h1, .text--bg-blue .h2, .text--bg-blue .h3, .text--bg-blue .h4, .text--bg-blue .h5, .text--bg-blue .h6, .text--bg-blue h1, .text--bg-blue h2, .text--bg-blue h3, .text--bg-blue h4, .text--bg-blue h5, .text--bg-blue h6 {
    color: #fff
}

.text--bg-orange {
    color: #fff
}

.text--bg-orange a:not(.button):not(.ignore-color) {
    color: #fff
}

.text--bg-orange .h1, .text--bg-orange .h2, .text--bg-orange .h3, .text--bg-orange .h4, .text--bg-orange .h5, .text--bg-orange .h6, .text--bg-orange h1, .text--bg-orange h2, .text--bg-orange h3, .text--bg-orange h4, .text--bg-orange h5, .text--bg-orange h6 {
    color: #fff
}

.text--bg-pink {
    color: #fff
}

.text--bg-pink a:not(.button):not(.ignore-color) {
    color: #fff
}

.text--bg-pink .h1, .text--bg-pink .h2, .text--bg-pink .h3, .text--bg-pink .h4, .text--bg-pink .h5, .text--bg-pink .h6, .text--bg-pink h1, .text--bg-pink h2, .text--bg-pink h3, .text--bg-pink h4, .text--bg-pink h5, .text--bg-pink h6 {
    color: #fff
}

.text--bg-purple {
    color: #fff
}

.text--bg-purple a:not(.button):not(.ignore-color) {
    color: #fff
}

.text--bg-purple .h1, .text--bg-purple .h2, .text--bg-purple .h3, .text--bg-purple .h4, .text--bg-purple .h5, .text--bg-purple .h6, .text--bg-purple h1, .text--bg-purple h2, .text--bg-purple h3, .text--bg-purple h4, .text--bg-purple h5, .text--bg-purple h6 {
    color: #fff
}

.text--bg-grey-light {
    color: #555
}

.text--bg-grey-light a:not(.button):not(.ignore-color) {
    color: #003287
}

.text--bg-grey-light .h1, .text--bg-grey-light .h2, .text--bg-grey-light .h3, .text--bg-grey-light .h4, .text--bg-grey-light .h5, .text--bg-grey-light .h6, .text--bg-grey-light h1, .text--bg-grey-light h2, .text--bg-grey-light h3, .text--bg-grey-light h4, .text--bg-grey-light h5, .text--bg-grey-light h6 {
    color: #555
}

.text--gd-blue {
    color: #fff
}

.text--gd-blue a:not(.button):not(.ignore-color) {
    color: #fff
}

.text--gd-blue .h1, .text--gd-blue .h2, .text--gd-blue .h3, .text--gd-blue .h4, .text--gd-blue .h5, .text--gd-blue .h6, .text--gd-blue h1, .text--gd-blue h2, .text--gd-blue h3, .text--gd-blue h4, .text--gd-blue h5, .text--gd-blue h6 {
    color: #fff
}

.text--gd-purple {
    color: #fff
}

.text--gd-purple a:not(.button):not(.ignore-color) {
    color: #fff
}

.text--gd-purple .h1, .text--gd-purple .h2, .text--gd-purple .h3, .text--gd-purple .h4, .text--gd-purple .h5, .text--gd-purple .h6, .text--gd-purple h1, .text--gd-purple h2, .text--gd-purple h3, .text--gd-purple h4, .text--gd-purple h5, .text--gd-purple h6 {
    color: #fff
}

.text--gd-orange {
    color: #fff
}

.text--gd-orange a:not(.button):not(.ignore-color) {
    color: #fff
}

.text--gd-orange .h1, .text--gd-orange .h2, .text--gd-orange .h3, .text--gd-orange .h4, .text--gd-orange .h5, .text--gd-orange .h6, .text--gd-orange h1, .text--gd-orange h2, .text--gd-orange h3, .text--gd-orange h4, .text--gd-orange h5, .text--gd-orange h6 {
    color: #fff
}

.text--gd-pink {
    color: #fff
}

.text--gd-pink a:not(.button):not(.ignore-color) {
    color: #fff
}

.text--gd-pink .h1, .text--gd-pink .h2, .text--gd-pink .h3, .text--gd-pink .h4, .text--gd-pink .h5, .text--gd-pink .h6, .text--gd-pink h1, .text--gd-pink h2, .text--gd-pink h3, .text--gd-pink h4, .text--gd-pink h5, .text--gd-pink h6 {
    color: #fff
}

.text__reset {
    color: #555
}

.color--blue {
    color: #003287
}

.color--blue-pale {
    color: #96dce6
}

.color--blue-light {
    color: #00a5e1
}

.color--orange {
    color: #ef5a32
}

.color--pink {
    color: #a0005f
}

.color--purple {
    color: #5a1472
}

.color--grey-light {
    color: #555
}

.typography-reset {
    color: #555
}

.typography-reset .h1, .typography-reset h1 {
    color: #003287
}

.typography-reset .h2, .typography-reset h2 {
    color: #003287
}

.typography-reset .h3, .typography-reset .h4, .typography-reset .h5, .typography-reset .h6, .typography-reset h3, .typography-reset h4, .typography-reset h5, .typography-reset h6 {
    color: #00a5e1
}

.our-values__card-wrapper {
    position: relative;
    height: 100%
}

.our-values__card {
    text-align: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%;
    z-index: 10;
    position: relative
}

.our-values__card-text--last {
    margin-bottom: 0
}

.how-it-works {
    text-align: left;
    counter-reset: how-it-works-counter
}

.how-it-works--color-blue .how-it-works__row {
    border-color: #003287
}

.how-it-works--color-blue .how-it-works__number {
    background-color: #003287
}

.how-it-works--color-blue-pale .how-it-works__row {
    border-color: #96dce6
}

.how-it-works--color-blue-pale .how-it-works__number {
    background-color: #96dce6
}

.how-it-works--color-blue-light .how-it-works__row {
    border-color: #00a5e1
}

.how-it-works--color-blue-light .how-it-works__number {
    background-color: #00a5e1
}

.how-it-works--color-orange .how-it-works__row {
    border-color: #ff871e
}

.how-it-works--color-orange .how-it-works__number {
    background-color: #ff871e
}

.how-it-works--color-pink .how-it-works__row {
    border-color: #eb2991
}

.how-it-works--color-pink .how-it-works__number {
    background-color: #eb2991
}

.how-it-works--color-purple .how-it-works__row {
    border-color: #9b00be
}

.how-it-works--color-purple .how-it-works__number {
    background-color: #9b00be
}

.how-it-works--color-grey-light .how-it-works__row {
    border-color: #383838
}

.how-it-works--color-grey-light .how-it-works__number {
    background-color: #383838
}

.how-it-works__rows {
    padding: 0 26.5px
}

.js.cssanimations .how-it-works__rows.animated [data-animation] {
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.how-it-works__row {
    position: relative;
    min-height: 100px;
    border: 7px solid #00a5e1;
    border-radius: 22px;
    margin: -7px 0
}

.how-it-works__row--first {
    border-top: 0;
    border-right: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: 22px
}

.how-it-works__row--first .how-it-works__step-content {
    padding-bottom: 48px
}

.how-it-works__row--first .how-it-works__row-image-wrapper {
    margin-bottom: -4px
}

.how-it-works__row--first .how-it-works__row-image {
    top: auto
}

.how-it-works__row--second {
    border-top-left-radius: 0;
    border-left: 0;
    border-bottom-left-radius: 0;
    margin-left: 22px
}

.how-it-works__row--second .how-it-works__row-image-wrapper {
    margin-top: 16px
}

.how-it-works__row--second .how-it-works__step-content {
    padding: 32px 0
}

.how-it-works__row--third {
    border-bottom: none;
    border-right: none;
    border-bottom-left-radius: 0;
    margin-right: 22px;
    border-top-right-radius: 0
}

.how-it-works__row--third .how-it-works__step-content {
    padding-top: 32px
}

.how-it-works__row--third .how-it-works__row-image-wrapper {
    margin-top: 32px
}

.how-it-works__row--third .how-it-works__row-image {
    margin-top: auto
}

@media (max-width: 900px) {
    .how-it-works__row--third .how-it-works__row-image {
        max-width: 300px
    }
}

.how-it-works__row--third .how-it-works__number {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.how-it-works__row-image-wrapper {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    z-index: 10
}

.how-it-works__row-image-wrapper--centered .how-it-works__row-image {
    margin: 0 auto
}

@media (max-width: 700px) {
    .how-it-works__row-image-wrapper {
        display: none
    }
}

.how-it-works__row-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto
}

.how-it-works__row-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.how-it-works__step {
    max-width: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.how-it-works__step p:last-of-type {
    margin-bottom: 0
}

.how-it-works__step--left {
    margin-left: -33.5px
}

.how-it-works__step--right {
    margin-left: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 370px;
    margin-right: -33.5px
}

.how-it-works__step--right .how-it-works__number {
    margin-left: 32px;
    margin-right: 0
}

@media (max-width: 350px) {
    .how-it-works__step--right .how-it-works__number {
        margin-left: 24px
    }
}

@media (max-width: 900px) {
    .how-it-works__step {
        max-width: 370px
    }
}

@media (max-width: 800px) {
    .how-it-works__step {
        max-width: 315px
    }
}

.how-it-works__step-heading {
    margin-bottom: 8px
}

.how-it-works__step-content {
    margin-right: auto
}

.how-it-works__number {
    border-radius: 50%;
    background-color: #00a5e1;
    width: 60px;
    height: 60px;
    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;
    color: #fff;
    font-family: Raleway, "Helvetica Neue", "Lucida Grande", sans-serif;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 32px;
    font-weight: 700
}

.how-it-works__number:before {
    counter-increment: how-it-works-counter;
    content: counter(how-it-works-counter);
    font-size: 30px;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s transform .2s, .2s opacity;
    transition: .3s transform .2s, .2s opacity
}

.animated .how-it-works__number:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

@media (max-width: 350px) {
    .how-it-works__number {
        margin-right: 24px
    }
}

.cc-banner:not(.cc-invisible) ~ .chatbot-root {
    position: relative;
    z-index: -9999
}
