@charset "UTF-8"; /*! -------------------------------------------*\
*
\*-------------------------------------------*/
/*!*/
/*! ------------------------------
    Utils Module
------------------------------ */
/*!*/
@-webkit-keyframes slide-up {
    0% {
        opacity: 0
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes slide-up {
    0% {
        opacity: 0
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

/*! ------------------------------
    Vendors Module
------------------------------ */
/* latin-ext */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmRduz8A.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdu.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNq7lqDY.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7l.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmRduz8A.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*!*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,aside,footer,header,nav,section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,figure,main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    color: currentColor;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    -webkit-transition: color .35s cubic-bezier(0,0,.2,1),border-bottom-color .35s cubic-bezier(0,0,.2,1);
    transition: color .35s cubic-bezier(0,0,.2,1),border-bottom-color .35s cubic-bezier(0,0,.2,1)
}

a:hover {
    border-bottom-color: transparent;
    color: #ff4f00
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,strong {
    font-weight: inherit;
    font-weight: 540
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,input,optgroup,select,textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[type=reset],[type=submit],button,html [type=button] {
    -webkit-appearance: button
}

[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: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    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-cancel-button,[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

[hidden],template {
    display: none
}

html {
    font-weight: 400;
    font-family: Source Sans Pro,sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased
}

p {
    line-height: 1.35;
    font-size: 1.125rem;
    margin-bottom: 0
}

ol,p,ul {
    margin-top: 1.5rem
}

ol,ul {
    margin-bottom: 1.5rem
}

ol li,ul li {
    line-height: 30px
}

ol ol,ol ul,ul ol,ul ul {
    margin-top: 0;
    margin-bottom: 0
}

blockquote {
    margin-bottom: 1.5rem
}

blockquote,h1,h2,h3,h4,h5,h6 {
    line-height: 1.35;
    margin-top: 1.5rem
}

h1,h2,h3,h4,h5,h6 {
    font-family: Source Sans Pro,sans-serif;
    font-weight: 400;
    margin-bottom: 0
}

.h1,h1 {
    font-size: 72px;
    font-size: 4.5rem
}

.h1,.h2,h1,h2 {
    margin-top: 3rem
}

.h2,h2 {
    font-size: 52px;
    font-size: 3.25rem;
    font-size: 2.625rem
}

.h3,h3 {
    font-size: 38px;
    font-size: 2.375rem;
    font-size: 2rem
}

.h4,h4 {
    font-size: 1.5rem
}

h5 {
    font-size: .4713333333333333rem
}

h6 {
    font-size: .3535rem
}

table {
    margin-top: 1.5rem;
    border-spacing: 0;
    border-collapse: collapse
}

table td,table th {
    padding: 0;
    line-height: 1.35
}

code {
    vertical-align: bottom
}

.lead {
    font-size: 1.414rem
}

.hug {
    margin-top: 0
}

a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent
}

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,.slick-track:before {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[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
}

.slick-loading .slick-list {
    background: #fff url(ajax-loader.gif) 50% no-repeat
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(fonts/slick.eot);
    src: url(fonts/slick.eot?#iefix) format("embedded-opentype"),url(fonts/slick.woff) format("woff"),url(fonts/slick.ttf) format("truetype"),url(fonts/slick.svg#slick) format("svg")
}

.slick-next,.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 16px;
    height: 28px;
    padding: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    border: none
}

.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover {
    color: transparent;
    outline: none;
    background: transparent
}

.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: 1;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 16px;
    height: 28px
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: "";
    display: block;
    background: url(../images/arrow-left.png) 50% no-repeat
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: "";
    display: block;
    background: url(../images/arrow-right.png) 50% no-repeat
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0
}

.slick-dots li,.slick-dots li button {
    width: 10px;
    height: 10px;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.slick-dots li button:focus,.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before,.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-size: 0;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    content: "";
    text-align: center;
    opacity: 1;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #007880
}

/*! ------------------------------
    Base Module
------------------------------ */
/*!*/
*,:after,:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:focus {
    outline: 2px auto #000;
    outline-offset: 2px
}

body,html {
    -webkit-overflow-scrolling: auto
}

body {
    color: #000;
    background-color: #fff;
    overflow-x: hidden
}

body.popup-open {
    overflow-y: hidden;
    height: 100vh
}

body.using-mouse :focus {
    outline: 0!important
}

.visibility-hidden {
    visibility: hidden!important
}

.simpleParallax {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@font-face {
    font-family: wl;
    src: url(../fonts/wl.ttf?79zz52) format("truetype"),url(../fonts/wl.woff?79zz52) format("woff"),url(../fonts/wl.svg?79zz52#wl) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

[class*=" icon-"],[class^=icon-] {
    font-family: wl!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-liked:before {
    content: ""
}

.icon-arrow-right:before {
    content: ""
}

.icon-arrow-up:before {
    content: ""
}

.icon-audio:before {
    content: ""
}

.icon-book:before {
    content: ""
}

.icon-eye:before {
    content: ""
}

.icon-play:before {
    content: ""
}

.icon-pause:before {
    content: ""
}

.icon-quote:before {
    content: ""
}

.icon-search:before {
    content: ""
}

.icon-acc-1:before {
    content: ""
}

.icon-acc-2:before {
    content: ""
}

.icon-acc-3:before {
    content: ""
}

.icon-all:before {
    content: ""
}

.icon-arrow-down:before {
    content: ""
}

.icon-close:before {
    content: ""
}

/*! ------------------------------
    Layout Module
------------------------------ */
/*!*/
.l-navigation {
    max-width: 100%;
    padding: 40px 0;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto 100px
}

@media only screen and (max-width: 1360px) {
    .l-navigation {
        padding:40px 2rem
    }
}

.l-navigation .l-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.l-navigation.l-navigation--page {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 25
}

.l-navigation.l-navigation--page .l-navigation__links ul li a:not(.l-button) {
    color: #fff
}

.l-navigation.l-navigation--page .l-navigation__links ul li a:not(.l-button):hover {
    color: #ff4f00
}

.l-navigation.l-navigation--page .l-navigation__links.is-open ul li a {
    color: #494e58
}

.l-navigation.l-navigation--page .l-navigation__links.is-open ul li a:hover {
    color: #ff4f00
}

.l-navigation.l-navigation--page .l-navigation__links.is-open ul li a.l-button {
    color: #fff;
    display: inline-block
}

.l-navigation.l-navigation--page .l-navigation__links.is-open ul li a.l-button:hover {
    color: #fff
}

.l-navigation__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 1024px) {
    .l-navigation__links {
        display:none
    }

    .l-navigation__links.is-open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        height: 100%;
        background: hsla(0,0%,100%,.9);
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .l-navigation__links.is-open ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .l-navigation__links.is-open ul li {
        margin: 21px 0
    }

    .l-navigation__links.is-open ul li a {
        font-size: 24px
    }

    .l-navigation__links.is-open ul li a.l-button {
        width: 100%;
        text-align: center
    }
}

.l-navigation__links ul {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 1024px) {
    .l-navigation__links ul {
        padding:0
    }
}

.l-navigation__links ul li:not(:last-child) {
    margin-right: 30px;
}

@media only screen and (max-width: 1024px) {
    .l-navigation__links ul li:not(:last-child) {
        margin-right:0
    }
}

.l-navigation__links ul li.is-active {
    border-bottom: 1px solid #ff4f00
}

.l-navigation__links ul li a {
    font-style: normal;
    font-weight: 540;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}

.l-navigation__links ul li a:hover {
    color: #ff4f00
}

.l-navigation__links ul li a.l-button {
    color: #fff;
    display: inline-block;
    margin-left: 133px
}

@media only screen and (max-width: 1360px) {
    .l-navigation__links ul li a.l-button {
        margin-left:48px
    }
}

@media only screen and (max-width: 1280px) {
    .l-navigation__links ul li a.l-button {
        margin-left:0
    }
}

.l-navigation__links ul li a.l-button:hover {
    color: #fff
}

.l-navigation__button {
    display: none;
    background-color: transparent;
    outline: 0;
    padding: 0;
    border: 0
}

@media only screen and (max-width: 1024px) {
    .l-navigation__button {
        display:block
    }
}

.l-header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0 64px 0 0;
    border-top: 1px solid #000;
    border-right: 1px solid #000
}

@media only screen and (max-width: 1360px) {
    .l-header {
        padding:0 2rem
    }
}

.l-header h1 {
    margin-top: 55px;
    font-family: Source Sans Pro,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #000
}

.l-header p {
    margin-top: 58px;
    font-weight: 540;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -.02em;
    color: #000
}

@media only screen and (max-width: 1024px) {
    .l-header p {
        font-size:32px;
        line-height: 1.25
    }
}

.l-header p strong {
    font-weight: 540;
    color: #0808f9;
}

.l-header p strong:nth-of-type(2) {
	color: #FF4F00
}

.l-header p a {
    border-bottom: 1px solid #ff4f00
}

@media only screen and (max-width: 767px) {
    .l-header p a {
        border-bottom:0;
        text-decoration: underline;
        -webkit-text-decoration-color: #ff4f00;
        text-decoration-color: #ff4f00;
        text-decoration-thickness: 1px;
        text-underline-offset: 3px
    }
}

.l-header.l-header--css {
    background: #000098;
    border-radius: 0 0 0 64px;
    padding-top: 253px;
    position: relative;
    padding-bottom: 130px
}

.l-header__caption {
    color: #fff;
	font-weight: 400
}

.l-header__caption a:hover {
    color: #0808f9;
}


.l-header.l-header--css p strong {
    color: #ff4f00;
}

@media only screen and (max-width: 767px) {
    .l-header.l-header--css {
        padding-top:120px;
        padding-bottom: 86px
    }
}

.l-header.l-header--css .l-header__content {
    position: relative;
    z-index: 5
}

.l-header.l-header--css .l-header__content p {
    font-weight: 540;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -.02em;
    color: #fff;
    max-width: 680px
}

@media only screen and (max-width: 1024px) {
    .l-header.l-header--css .l-header__content p {
        font-size:32px;
        line-height: 1.25
    }
}

.l-header.l-header--css .l-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 1024px) {
    .l-header.l-header--css .l-container {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.l-header.l-header--css.l-header--css--hp {
    margin-top: 128px;
    padding-top: 128px;
    padding-bottom: 128px;
    border-radius: 0;
    overflow: hidden
}

.l-header.l-header--css.l-header--css--hp .l-header__content__lead {
    margin-top: auto;
    margin-bottom: auto
}

@media only screen and (max-width: 1024px) {
    .l-header.l-header--css.l-header--css--hp .l-header__content__lead {
        margin-top:64px
    }
}

.l-header.l-header--css-single {
    background: #000098;
    padding-top: 253px;
    position: relative;
    padding-bottom: 130px
}

@media only screen and (max-width: 1024px) {
    .l-header.l-header--css-single {
        padding-top:86px
    }
}

.l-header.l-header--css-single h1 {
    color: #fff
}

.l-header.l-header--css-single .l-header__content {
    max-width: 570px;
    position: relative;
    z-index: 5
}

.l-header.l-header--css-single .l-header__content p {
    font-weight: 540;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -.02em;
    color: #fff;
    max-width: 680px
}

@media only screen and (max-width: 1024px) {
    .l-header.l-header--css-single .l-header__content p {
        font-size:32px;
        line-height: 1.25
    }
}

.l-header.l-header--css-single .l-header__content p+p {
    margin-top: 48px;
    font-weight: 300;
    font-size: 24px;
    line-height: 36px
}

.l-header.l-header--css-single .l-header__content__lead-single {
    padding-right: 104px
}

@media only screen and (max-width: 1024px) {
    .l-header.l-header--css-single .l-header__content__lead-single {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-right: 0
    }
}

.l-header.l-header--css-single .l-header__content__lead-single figure {
    width: 288px;
    height: 182px;
    background-color: #fff;
    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;
    border-radius: 0 64px;
    overflow: hidden;
    font-size: 0;
    margin: auto;
    z-index: 5
}

@media only screen and (max-width: 1024px) {
    .l-header.l-header--css-single .l-header__content__lead__content {
        padding:34px 75px;
        margin-top: -26px;
        max-width: 392px;
        min-width: 0;
        width: 100%
    }

    .l-header.l-header--css-single .l-header__content__lead__content p {
        font-size: 32px;
        line-height: 40px
    }

    .l-header.l-header--css-single .l-header__content__lead__content p strong {
        font-size: 92px;
        line-height: 102px
    }
}

.l-header.l-header--css-single .l-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 5
}

@media only screen and (max-width: 1024px) {
    .l-header.l-header--css-single .l-container {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.l-header.l-header--single .l-header__content {
    max-width: 564px
}

.l-header.l-header--single .l-header__content>p {
    font-weight: 540;
    font-size: 56px;
    line-height: 64px;
    letter-spacing: -.02em;
    color: #000
}

@media only screen and (max-width: 1024px) {
    .l-header.l-header--single .l-header__content>p {
        font-size:46px;
        line-height: 54px
    }
}

.l-header.l-header--single .l-header__content>p+p {
    font-weight: 300;
    font-size: 24px;
    line-height: 36px;
    color: #000
}

.l-header.l-header--hp h1 {
    font-family: Source Sans Pro,sans-serif;
    margin-top: 58px;
    font-weight: 540;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -.02em;
    color: #000
}

@media only screen and (max-width: 1024px) {
    .l-header.l-header--hp h1 {
        font-size:32px;
        line-height: 1.25
    }
}

.l-header.l-header--hp h1 strong {
    font-weight: 540;
    color: #0808f9;}

.l-header.l-header--hp h1 a {
    border-bottom: 1px solid #ff4f00
}

@media only screen and (max-width: 767px) {
    .l-header.l-header--hp h1 a {
        border-bottom:0;
        text-decoration: underline;
        -webkit-text-decoration-color: #ff4f00;
        text-decoration-color: #ff4f00;
        text-decoration-thickness: 1px;
        text-underline-offset: 3px
    }
}

.l-header__content__lead__content {
    background: #ff4f00;
    border-radius: 0 64px
}

.l-header__content__lead__content p {
    margin: 0;
    font-weight: 540;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    letter-spacing: -.02em;
    color: #fff
}

.l-header__content__lead__content p strong {
    font-weight: 540;
    font-size: 132px;
    line-height: 132px;
    text-align: center;
    color: #fff2f4;
    font-family: Source Sans Pro,sans-serif
}

.l-header__content__lead__content p small {
    font-family: Source Sans Pro,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #fff2f4;
    display: block;
    margin: 24px 0
}

.l-header__content__lead__content {
    padding: 64px 75px;
    margin-top: 64px;
    max-width: 392px;
    min-width: 392px
}

.l-header__content__lead__content p span:nth-of-type(2),.l-header__content__lead__content p strong:nth-of-type(2) {
    color: #000098
}

.l-header__content__lead-single {
    margin-top: 55px
}

.l-header--css-single__bg {
    display: block;
    font-size: 0;
    z-index: 1;
    position: relative;
    margin: -216px auto 0;
    border-radius: 0 64px
}

@media only screen and (max-width: 1280px) {
    .l-header--css-single__bg {
        max-width:100%;
        padding: 0 48px
    }
}

@media only screen and (max-width: 1280px) {
    .l-header--css-single__bg {
        max-width:100%;
        padding: 0 10px;
        margin: -115px auto 0
    }
}

.l-header__img {
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 128px 0 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.l-header__img img {
    border-radius: 0 64px
}

.l-header__content__lead {
    background: #ff4f00;
    border-radius: 0 64px;
    max-width: 340px;
    padding: 64px 48px;
    position: relative;
    z-index: 5;
    margin-top: 245px;
    margin-left: 135px
}

@media only screen and (max-width: 1024px) {
    .l-header__content__lead {
        max-width:100%;
        margin-top: 64px;
        margin-left: 0
    }
}

.l-header__content__lead p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    margin-top: 32px
}

.l-header--css__bg {
    mix-blend-mode: exclusion;
    opacity: 1.0;
    border-radius: 0 64px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 205px;
    margin: auto
}

@media only screen and (max-width: 1024px) {
    .l-header--css__bg {
        left:0;
        padding: 10px;
        max-width: 100%;
        height: auto
    }
}

.l-header__faq {
    margin-top: -64px;
    padding-top: 164px;
    padding-bottom: 96px;
    background: #ff4f00
}

@media only screen and (max-width: 1360px) {
    .l-header__faq {
        padding-left:32px;
        padding-right: 32px
    }
}

.l-header__faq .l-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media only screen and (max-width: 1024px) {
    .l-header__faq .l-container {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.l-header__faq .l-header__faq__item {
    max-width: 496px;
    min-height: 420px;
    background: #ff4f00;
    -webkit-box-shadow: 1px -1px 0 #ff5b75;
    box-shadow: 1px -1px 0 #ff5b75;
    border-radius: 0 64px 0 0;
    padding: 64px 115px 0 0
}

@media only screen and (max-width: 1024px) {
    .l-header__faq .l-header__faq__item {
        max-width:100%
    }
}

.l-header__faq .l-header__faq__item small {
    font-family: Source Sans Pro,sans-serif;
    font-weight: 540;
    font-size: 18px;
    line-height: 24px;
    color: #fff
}

.l-header__faq .l-header__faq__item h3 {
    margin-top: 48px;
    font-weight: 540;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -.02em;
    color: #fff2f4
}

.l-header__faq .l-header__faq__item p {
    margin-top: 64px;
    font-style: normal;
    font-weight: 540;
    font-size: 20px;
    line-height: 28px;
    color: #fff2f4
}

.l-header__faq .l-header__faq__item+.l-header__faq__item {
    margin-top: 120px
}

.l-header__faq figure {
    margin: 0;
    font-size: 0;
    position: relative;
    border-radius: 0 64px;
    overflow: hidden
}

@media only screen and (max-width: 1360px) {
    .l-header__faq figure {
        margin-left:64px
    }
}

@media only screen and (max-width: 1024px) {
    .l-header__faq figure {
        margin-left:0;
        margin-top: 64px
    }
}

.l-header__faq figure img {
    mix-blend-mode: luminosity
}

@media only screen and (max-width: 1024px) {
    .l-header__faq figure img {
        max-width:100%
    }
}

.l-header__faq figure figcaption {
    bottom: 0;
    padding-bottom: 96px;
    padding-left: 104px;
    position: absolute
}

@media only screen and (max-width: 1024px) {
    .l-header__faq figure figcaption {
        padding:64px 48px
    }
}

.l-header__faq figure figcaption p {
    max-width: 315px;
    font-weight: 540;
    font-size: 20px;
    line-height: 28px;
    color: #fff2f4
}

.l-header.l-header--jobs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media only screen and (max-width: 767px) {
    .l-header.l-header--jobs {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.l-header__jobs {
    background: #0808f9;
    border-radius: 0 64px;
    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;
    padding: 64px 79px;
    margin-top: 120px;
    margin-right: 104px
}

@media only screen and (max-width: 767px) {
    .l-header__jobs {
        padding:34px 59px;
        margin-top: 68px;
        margin-right: 0;
        width: 100%
    }
}

.l-header__jobs p {
    margin: 0;
    text-align: center;
    font-weight: 540;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -.02em;
    color: #b0e5fa
}

@media only screen and (max-width: 767px) {
    .l-header__jobs p {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.l-header__jobs p strong {
    font-family: Source Sans Pro,sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 132px;
    line-height: 132px;
    text-align: center;
    color: #b0e5fa
}

@media only screen and (max-width: 767px) {
    .l-header__jobs p strong {
        font-size:82px;
        line-height: 82px
    }
}

.l-header__wrapper {
    padding-right: 180px
}

@media only screen and (max-width: 767px) {
    .l-header__wrapper {
        padding-right:0
    }
}

.l-header__homepage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 1360px) {
    .l-header__homepage {
        padding:0 2rem
    }
}

@media only screen and (max-width: 1024px) {
    .l-header__homepage {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.l-header__homepage div {
    margin-top: 48px;
    max-width: 460px;
    padding-right: 68px
}

@media only screen and (max-width: 1024px) {
    .l-header__homepage div {
        padding-right:0
    }
}

.l-header__homepage div p {
    margin-top: 0;
    font-weight: 300;
    font-size: 24px;
    line-height: 36px;
    color: #000
}

.l-header__homepage div p em {
    font-weight: 540;
    font-size: 20px;
    line-height: 28px;
    font-style: normal;
    color: #ff4f00
}

.l-header__homepage div a {
    font-size: 18px;
    font-weight: 540;
    line-height: 24px;
    color: #fff;
    font-family: Source Sans Pro,sans-serif;
    background: #ff4f00;
    border-radius: 0 16px;
    padding: 15px 32px 17px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    margin-top: 44px
}

.l-header__homepage div a:hover {
    color: #fff;
    background: #0808f9
}

.l-header__homepage figure {
    position: relative;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 600px;
    margin: 90px 0 0 auto
}

@media only screen and (max-width: 767px) {
    .l-header__homepage figure {
        margin-top:68px;
        background: url(https://navalgo.intui.eu/wp-content/uploads/2022/03/homepage-1.jpg) no-repeat 50%;
        width: 100%;
        border-radius: 0 64px;
        height: 185px
    }
}

.l-header__homepage figure:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #0808f9;
    border-radius: 0 64px;
    -webkit-transform: translate(-64px,64px);
    transform: translate(-64px,64px);
    max-width: 808px;
    z-index: -1
}

@media only screen and (max-width: 767px) {
    .l-header__homepage figure:before {
        -webkit-transform:translate(-20px,20px);
        transform: translate(-20px,20px)
    }
}

.l-header__homepage figure img,.l-header__homepage figure video {
    border-radius: 0 64px;
    overflow: clip;
	filter: sepia(100%) hue-rotate(10deg) saturate(1000%) contrast(1.5);
    max-width: 100%
}

.l-header+.l-jobs__item__col {
    margin-top: 128px;
    max-width: 768px
}

@media only screen and (max-width: 1360px) {
    .l-header+.l-jobs__item__col {
        padding:0 2rem
    }
}

@media only screen and (max-width: 1024px) {
    .l-header+.l-jobs__item__col {
        max-width:100%;
        margin-top: 68px
    }
}

.l-header__btn {
    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;
    width: 100%;
    padding-right: 103px;
    margin-top: 58px
}

@media only screen and (max-width: 1024px) {
    .l-header__btn {
        -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;
        padding-right: 20px
    }

    .l-header__btn .l-button {
        margin-top: 48px
    }
}

.l-header__btn p {
    max-width: 690px;
    margin-top: 0
}

.infographic {
    margin-top: 96px
}

@media only screen and (max-width: 767px) {
    .infographic {
        max-width:100%;
        height: auto
    }
}

.l-header__content__lead p strong {
    color: inherit;
    font-size: 13px;
    line-height: 1.25
}

.l-header__content__lead p strong a {
    text-decoration: underline;
    border-bottom: none
}

.l-header__content__lead p strong a:hover {
    text-decoration: none
}

.l-main {
    margin: 0 auto;
    max-width: 1223px
}

.l-aside {
    color: #666;
    max-width: 240px;
    width: 100%
}

.l-aside figure {
    font-size: 0;
    margin: 7px 0 100px
}

.l-aside .l-aside__info+.l-aside__zbiory {
    margin-top: 15px
}

.l-aside__info {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 15px
}

.l-aside__info li {
    line-height: 26px
}

.l-aside__info li span {
    color: #007880
}

.l-aside__info li a:hover {
    text-decoration: underline
}

.l-aside__zbiory {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 15px
}

.l-aside__zbiory>li>a {
    color: #007880
}

.l-aside__zbiory>li ul {
    margin-left: 9px;
    list-style: none;
    border-left: 1px solid #d9d9d9;
    padding: 0 0 0 15px
}

.l-aside__zbiory>li ul li {
    line-height: 35px
}

.l-aside__zbiory li {
    line-height: 26px
}

.l-aside__zbiory li span {
    color: #007880
}

.l-aside__zbiory li a:hover {
    text-decoration: underline
}

.l-article {
    color: #666;
    max-width: 980px
}

@media only screen and (max-width: 1360px) {
    .l-article {
        padding:0 2rem
    }
}

.l-article h3 {
    font-weight: 600;
    font-size: 21.5px;
    line-height: 140%;
    letter-spacing: -.01em
}

.l-article p {
    font-weight: 400;
    color: #474747
}

.l-article h4,.l-article p {
    font-size: 18px;
    line-height: 150%
}

.l-article h4 {
    font-weight: bolder
}

.l-article ul {
    padding: 0;
    list-style: none;
    margin-top: .25rem;
    margin-bottom: 0
}

.l-article ul li {
    font-size: 18px;
    line-height: 150%;
    font-weight: 400
}

.l-article__subtitle {
    font-weight: 540;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -.02em;
    color: #000;
    margin-top: 128px;
    max-width: 300px;
    max-height: 40px
}

@media only screen and (max-width: 1024px) {
    .l-article__subtitle {
        margin-top:68px;
        max-height: 100%
    }
}

.l-article__subtitle+.l-article__block {
    margin-top: -60px
}

@media only screen and (max-width: 1024px) {
    .l-article__subtitle+.l-article__block {
        margin-top:0
    }
}

.l-article__subtitle+.l-links {
    margin-top: -35px
}

@media only screen and (max-width: 1024px) {
    .l-article__subtitle+.l-links {
        margin-top:0
    }
}

@media only screen and (max-width: 1024px) {
    .l-article__block {
        max-width:100%
    }
}

.l-article__block h2,.l-article__block h3 {
    font-weight: 600;
    font-size: 21.5px;
    line-height: 140%;
    letter-spacing: -.01em
}

.l-article__block p {
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #494e58
}

.l-article__block ul {
    margin-top: 1.5rem;
    padding: 0 0 0 20px;
    margin-bottom: 0;
    list-style: disc
}

.l-article__block ul li {
    margin-top: 10px;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #494e58
}

.l-article__block {
    max-width: 600px;
    margin-right: 0;
    margin-left: auto
}

.l-article__block .l-button {
    display: inline-block;
    margin-top: 24px
}

.l-article__block.is-two-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 64px
}

.l-article__block.is-two-col div {
    border-radius: 0 64px;
    padding: 64px
}

.l-article__block.is-two-col div:first-child {
    margin-right: 32px;
    background: #ff4f00;
    width: calc(50% - 32px)
}

.l-article__block.is-two-col div:first-child p {
    color: #fff
}

.l-article__block.is-two-col div:nth-child(2) {
    margin-left: 32px;
    background: #ecedef;
    width: 50%
}

.l-article__block.is-two-col div:nth-child(2) p {
    color: #000
}

.l-article__block.is-two-col div p:first-child {
    margin-top: 0
}

.l-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 64px 0 0
}

.l-media img {
    border-radius: 0 64px
}

.l-media figcaption {
    font-family: Source Sans Pro,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    margin-top: 5px
}

.l-links {
    max-width: 600px;
    margin-right: 0;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.l-links+.l-article__block {
    margin-top: 64px
}

.l-links__item {
    display: inline-block;
    border-bottom: 1px solid #0808f9;
    -webkit-transition: all .45s cubic-bezier(0,0,.2,1);
    transition: all .45s cubic-bezier(0,0,.2,1)
}

.l-links__item:hover {
    border-bottom-color: #ff4f00
}

.l-links__item:hover a {
    color: #ff4f00
}

.l-links__item a {
    font-family: Source Sans Pro,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    -webkit-transition: all .45s cubic-bezier(0,0,.2,1);
    transition: all .45s cubic-bezier(0,0,.2,1)
}

.l-links__item+.l-links__item {
    margin-top: 12px
}

.l-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 96px
}

@media only screen and (max-width: 1360px) {
    .l-section {
        padding:0 2rem
    }
}

@media only screen and (max-width: 767px) {
    .l-section {
        margin-top:68px
    }
}

.l-section.l-section--md {
    margin-top: 96px
}

@media only screen and (max-width: 767px) {
    .l-section.l-section--md {
        margin-top:68px
    }
}

.l-section .l-header {
    padding-left: 0
}

.l-author {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.l-author h2 {
    font-weight: 600;
    font-size: 21.5px;
    line-height: 140%;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 15px;
    padding-top: 5px;
    letter-spacing: -.01em;
    color: #007880;
    margin: 0 0 23px
}

.l-author .row {
    width: 100%
}

.l-author .row:first-child div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.l-author .row:first-child h2 {
    width: 100%
}

.l-author .row:first-child .l-author__photo {
    width: 100%;
    max-width: 238px
}

.l-author .row:nth-child(2) {
    max-width: 415px;
    padding-top: 48px;
    padding-left: 32px
}

.l-author__info {
    min-width: 364px
}

.l-author__info h3 {
    margin: 0;
    font-weight: 600;
    font-size: 31px;
    line-height: 140%;
    letter-spacing: -.01em;
    color: #007880
}

.l-author__info p {
    margin-top: 20px;
    font-weight: 400
}

.l-author__info h4,.l-author__info p {
    font-size: 18px;
    line-height: 150%;
    color: #474747
}

.l-author__info h4 {
    font-weight: bolder
}

.l-author__info ul {
    padding: 0;
    list-style: none;
    margin-top: .25rem;
    margin-bottom: 0
}

.l-author__info ul li {
    font-size: 18px;
    line-height: 150%;
    font-weight: 400
}

.l-author__photo {
    margin: 0 50px 0 0
}

.l-author__photo img {
    border-radius: 10px;
    overflow: hidden
}

.l-author__photo figcaption {
    margin-top: 5px;
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    color: grey
}

.l-author__quotes {
    background: #e1f1f2;
    border-radius: 10px;
    padding: 48px 32px 40px;
    position: relative
}

.l-author__quotes:before {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    content: "";
    top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: wl!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    background-color: #007880;
    font-size: 33px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute
}

.l-author__quotes:before,.l-author__quotes__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.l-author__quotes__slider div em {
    font-style: italic;
    font-weight: 300;
    font-size: 28px;
    line-height: 140%;
    letter-spacing: -.02em;
    color: #083f4d
}

.l-author__quotes__slider div p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    color: #007880
}

.l-author__quotes__slider__item {
    max-width: 336px;
    outline: 0
}

.l-books__wrapper {
    margin-top: 27px;
    width: 100%;
    background-color: #f2f2f2;
    padding-top: 38px;
    position: relative;
    padding-bottom: 80px
}

.l-books__wrapper h2 {
    font-weight: 600;
    font-size: 31px;
    line-height: 140%;
    letter-spacing: -.01em;
    color: #474747;
    margin-top: 0
}

.l-books {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 36px
}

.l-books__item {
    background: #fff;
    border-radius: 9px;
    padding: 21px;
    -webkit-box-shadow: 0 4px 10px transparent;
    box-shadow: 0 4px 10px transparent;
    -webkit-transition: all .35s cubic-bezier(.25,1,.5,1);
    transition: all .35s cubic-bezier(.25,1,.5,1)
}

.l-books__item:not(:last-child) {
    margin-right: 20px
}

.l-books__item:hover {
    -webkit-box-shadow: 0 4px 10px rgba(0,0,0,.25);
    box-shadow: 0 4px 10px rgba(0,0,0,.25)
}

.l-books__item.l-books__item--link {
    width: 212px;
    height: 350px;
    background-color: #007880;
    font-weight: 600;
    font-size: 21.5px;
    line-height: 140%;
    letter-spacing: -.01em;
    color: #fff;
    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
}

.l-books__item.l-books__item--link .icon-link {
    margin-left: auto;
    margin-right: 0
}

.l-books__item.l-books__item--link .icon-link:hover {
    text-decoration: none
}

.l-books__item.l-books__item--link a:hover {
    color: #fff
}

.l-books__item a:hover {
    text-decoration: underline
}

.l-books__item h2 {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #474747;
    margin: 0
}

.l-books__item h3 {
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    color: grey;
    margin: 0
}

.l-books__item__img {
    font-size: 0;
    margin: 0 0 11px
}

.l-books__item__img img {
    max-width: 170px
}

.l-button {
    font-size: 18px;
    font-weight: 540;
    line-height: 24px;
    color: #fff;
    font-family: Source Sans Pro,sans-serif;
    background: #ff4f00;
    border-radius: 0 16px;
    padding: 15px 32px 17px;
    border: 0;
    cursor: pointer;
    -webkit-transition: all .45s cubic-bezier(0,0,.2,1);
    transition: all .45s cubic-bezier(0,0,.2,1)
}

@media only screen and (max-width: 767px) {
    .l-button {
        white-space:normal
    }
}

.l-button:hover {
    color: #fff;
    background: #0808f9
}

.l-footer {
    margin: 144px auto 0
}

.l-footer__bg {
    height: 80px;
    width: 100%
}

.l-footer__bg.l-footer__bg--light {
    background-color: #b0e5fa
}

.l-footer__bg.l-footer__bg--dark {
    background-color: #0808f9
}

.l-footer__bg.l-footer__bg--darker {
    background-color: #0808f9;
    height: auto;
    padding: 80px 0 40px
}

.l-footer__content {
    max-width: 1360px;
    margin: 0 auto;
    background-color: #000098;
    border-radius: 0 64px;
    padding: 100px 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media only screen and (max-width: 1024px) {
    .l-footer__content {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.l-footer__col {
    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
}

.l-footer__col img {
    max-width: 412px
}

.l-footer__col:first-child {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 31%
}

@media only screen and (max-width: 1360px) {
    .l-footer__col:first-child {
        margin-right:128px
    }
}

@media only screen and (max-width: 1024px) {
    .l-footer__col:first-child {
        -webkit-box-ordinal-group:4;
        -ms-flex-order: 3;
        order: 3;
        width: 100%
    }
}

@media only screen and (max-width: 1024px) {
    .l-footer__col:first-child>a {
        margin-top:64px
    }
}

.l-footer__col:first-child p {
    margin-top: 64px;
    font-weight: 540;
    font-size: 32px;
    line-height: 39px;
    letter-spacing: -.02em;
    max-width: 352px;
    color: #fff
}

@media only screen and (max-width: 1024px) {
    .l-footer__col:first-child p {
        font-size:24px;
        line-height: 1.25
    }
}

.l-footer__col:first-child p strong {
    color: #ff4f00;
    font-weight: 540
}

.l-footer__col:first-child .l-button {
    display: inline-block;
    margin-top: 64px
}

.l-footer__col:first-child small {
    margin-top: 245px;
    display: block;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #fff
}

@media only screen and (max-width: 1024px) {
    .l-footer__col:first-child small {
        margin-top:64px
    }
}

.l-footer__col:nth-child(2) {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 45%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width: 1024px) {
    .l-footer__col:nth-child(2) {
        -webkit-box-ordinal-group:3;
        -ms-flex-order: 2;
        order: 2;
        margin-right: auto;
        width: 100%
    }
}

@media only screen and (max-width: 1024px) {
    .l-footer__col:nth-child(2) img {
        display:none
    }
}

.l-footer__col:nth-child(2) ul {
    visibility: hidden;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 116px 0 0
}

@media only screen and (max-width: 1024px) {
    .l-footer__col:nth-child(2) ul {
        margin-top:64px
    }
}

.l-footer__col:nth-child(2) ul li {
    border-bottom: 1px solid #0808f9;
    -webkit-transition: all .45s cubic-bezier(0,0,.2,1);
    transition: all .45s cubic-bezier(0,0,.2,1)
}

.l-footer__col:nth-child(2) ul li:not(:last-child) {
    margin-right: 21px
}

.l-footer__col:nth-child(2) ul li:hover {
    border-bottom-color: #fff
}

.l-footer__col:nth-child(2) ul li:hover a {
    color: #fff
}

.l-footer__col:nth-child(2) ul li a {
    font-family: Source Sans Pro,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #b0e5fa;
    -webkit-transition: all .45s cubic-bezier(0,0,.2,1);
    transition: all .45s cubic-bezier(0,0,.2,1)
}

.l-footer__col:nth-child(3) {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 24%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 1360px) {
    .l-footer__col:nth-child(3) {
        margin-right:auto
    }
}

@media only screen and (max-width: 1024px) {
    .l-footer__col:nth-child(3) {
        -webkit-box-ordinal-group:2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%
    }
}

.l-footer__col:nth-child(3) ul {
    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;
    list-style: none;
    padding: 0;
    margin: 0
}

.l-footer__col:nth-child(3) ul li {
    border-bottom: 1px solid #0808f9;
    -webkit-transition: all .45s cubic-bezier(0,0,.2,1);
    transition: all .45s cubic-bezier(0,0,.2,1)
}

.l-footer__col:nth-child(3) ul li:not(:last-child) {
    margin-bottom: 10px
}

.l-footer__col:nth-child(3) ul li:hover {
    border-bottom-color: #FF4F00
}

.l-footer__col:nth-child(3) ul li:hover a {
    color: #FF4F00
}

.l-footer__col:nth-child(3) ul li a {
    font-family: Source Sans Pro,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    -webkit-transition: all .45s cubic-bezier(0,0,.2,1);
    transition: all .45s cubic-bezier(0,0,.2,1)
}

.l-footer__col:nth-child(3) p {
    margin-top: 94px;
    display: block;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #fff
}

@media only screen and (max-width: 1024px) {
    .l-footer__col:nth-child(3) p {
        margin-top:64px
    }
}

.l-footer__col:nth-child(3)>a {
    margin-top: 26px;
    display: inline-block;
    font-family: Source Sans Pro,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    border-bottom: 1px solid #0808f9;
    padding-bottom: 5px;
    -webkit-transition: all .45s cubic-bezier(0,0,.2,1);
    transition: all .45s cubic-bezier(0,0,.2,1)
}

.l-footer__col:nth-child(3)>a:hover {
    border-bottom-color: #FF4F00;
    color: #FF4F00
}

.l-container {
    width: 100%;
    max-width: 1223px;
    margin: 0 auto
}

.l-breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 18px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.l-breadcrumb a {
    font-size: 15px;
    line-height: 160%;
    color: #474747
}

.l-breadcrumb a:hover span {
    text-decoration: underline
}

.l-breadcrumb a:not(:last-child):after {
    font-size: 9px;
    color: #007880;
    content: "";
    margin: 0 14px;
    font-family: wl!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.l-content {
    padding-bottom: 30px;
    padding-left: 50px
}

.l-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 166px
}

@media only screen and (max-width: 1360px) {
    .l-cards {
        padding:0 1rem
    }
}

@media only screen and (max-width: 1024px) {
    .l-cards {
        margin-top:86px
    }
}

.l-card {
    width: 100%;
    max-width: 1060px;
    border-radius: 0 64px;
    background: #0808f9;
    margin-right: 0;
    margin-left: auto
}

.l-card.l-card--bg {
    margin-left: 0;
    margin-right: auto;
    padding: 115px 105px;
    background: url(../images/img-1a.jpg) 50% no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1
}

@media only screen and (max-width: 1024px) {
    .l-card.l-card--bg {
        padding:55px 44px
    }
}

.l-card.l-card--people {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 75px;
    padding-bottom: 86px;
    padding-top: 376px;
    margin-top: -386px;
    margin-right: 80px
}

@media only screen and (max-width: 767px) {
    .l-card.l-card--people {
        padding-right:0;
        padding-top: 336px
    }
}

.l-card>p {
    max-width: 554px;
    font-weight: 540;
    font-size: 22px;
    line-height: 36px;
    color: #fff;
    margin-top: 0
}

@media only screen and (max-width: 1024px) {
    .l-card>p {
        font-size:16px;
        line-height: 1.45
    }
}

.l-card>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    max-width: 315px;
    margin: 45px 0 0;
    padding: 0
}

@media only screen and (max-width: 767px) {
    .l-card>ul {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.l-card>ul li {
    width: 48px;
    height: 48px;
    background-color: #ff4f00;
    border-radius: 0 22px;
    overflow: hidden;
    margin-right: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 767px) {
    .l-card>ul li {
        margin-bottom:16px
    }
}

.l-card>ul li:nth-child(2n) {
    background-color: #0808f9
}

.l-card__person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: 0;
    margin-left: auto
}

@media only screen and (max-width: 767px) {
    .l-card__person {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 64px;
        padding-right: 64px
    }
}

.l-card__person figure {
    margin-right: 104px
}

@media only screen and (max-width: 767px) {
    .l-card__person figure {
        margin-right:0;
        margin-left: 0
    }
}

.l-card__person figure img {
    background: #000;
    border-radius: 0 22px;
    overflow: hidden
}

.l-card__person figure figcaption {
    margin-top: 15px
}

.l-card__person figure figcaption h3,.l-card__person figure figcaption p {
    margin-top: 0;
    font-family: Source Sans Pro,sans-serif;
    font-weight: 540;
    font-size: 14px;
    line-height: 19px;
    color: #fff
}

.l-card__person p {
    margin: 12px 0 0;
    max-width: 315px;
    font-weight: 540;
    font-size: 18px;
    line-height: 28px;
    color: #fff2f4
}

@media only screen and (max-width: 767px) {
    .l-card__person p {
        max-width:100%
    }
}

.l-lead {
    margin-bottom: 124px
}

@media only screen and (max-width: 1024px) {
    .l-lead {
        margin-bottom:64px
    }
}

.l-lead h2 {
    margin-top: 0;
    font-family: Source Sans Pro,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #000
}

.l-lead p {
    margin-top: 54px;
    font-weight: 540;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -.02em;
    max-width: 444px;
    color: #000
}

@media only screen and (max-width: 1024px) {
    .l-lead p {
        font-size:32px;
        line-height: 1.25
    }
}

.l-lead p strong {
    color: #0808f9;
    font-weight: 540
}

.l-lead.l-lead--blue p strong {
    color: #0808f9
}

.l-lead.l-lead--center {
    text-align: center
}

.l-lead.l-lead--center p {
    margin-left: auto;
    margin-right: auto
}

.l-lead.l-lead--full {
    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
}

.l-lead.l-lead--full>p {
    max-width: 100%
}

.l-lead.l-lead--full>div p {
    max-width: 655px
}

.l-lead.l-lead--full a {
    margin-right: 143px;
    padding: 16px 32px;
    font-family: Source Sans Pro,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #eaf8fe;
    background: #0808f9;
    border-radius: 0 16px;
    -webkit-transition: all .45s cubic-bezier(0,0,.2,1);
    transition: all .45s cubic-bezier(0,0,.2,1)
}

.l-lead.l-lead--full a:hover {
    color: #fff;
    background: #0c83b4
}

.l-lead.l-lead--full.col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.l-lead.l-lead--full.col p+p {
    margin-top: 55px;
    font-family: Source Sans Pro,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #000
}

.l-lead.l-lead--sm p {
    font-weight: 540;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    letter-spacing: -.02em
}

.l-lead.l-lead--no-title p {
    margin-top: 0
}

.l-lead.l-lead--hp {
    text-align: center
}

.l-lead.l-lead--hp h2 {
    margin-top: 54px;
    font-weight: 540;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -.02em;
    color: #000;
    margin-left: auto;
    margin-right: auto;
    font-family: Source Sans Pro,sans-serif
}

@media only screen and (max-width: 1024px) {
    .l-lead.l-lead--hp h2 {
        font-size:32px;
        line-height: 1.25
    }
}

.l-lead.l-lead--hp h2 strong {
    color: #0808f9;
    font-weight: 540
}

.l-lead.l-lead--hp h2 strong:nth-of-type(3) {
    color: #0808f9
}

.l-team {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.l-team,.l-team__member {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.l-team__member {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 63px;
    border-radius: 0 64px 0 0;
    border-top: 1px solid #000;
    border-right: 1px solid #000
}

@media only screen and (max-width: 767px) {
    .l-team__member {
        padding-top:0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.l-team__member:not(:first-child) {
    margin-top: 64px
}

.l-team__member:nth-child(2n) figure {
    background-color: #0808f9
}

.l-team__member figure {
    margin: 0;
    width: 391px;
    border-radius: 0 64px;
    background-color: #ff4f00;
    overflow: hidden;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 293px
}

@media only screen and (max-width: 767px) {
    .l-team__member figure {
        width:100%;
        height: 350px;
        overflow: hidden;
        margin-bottom: 24px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        min-width: 0
    }

    .l-team__member figure img {
        display: block;
        margin: 0 auto;
        position: relative;
        top: -10px
    }
}

.l-team__member figure img {
    display: block;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all .45s cubic-bezier(0,0,.2,1);
    transition: all .45s cubic-bezier(0,0,.2,1);
    max-height: 587px
}

.l-team__member div {
    margin: 0 auto;
    max-width: 453px
}

@media only screen and (max-width: 1360px) {
    .l-team__member div {
        padding-left:64px;
        padding-right: 32px;
        max-width: 549px
    }
}

@media only screen and (max-width: 767px) {
    .l-team__member div {
        padding:0 2rem;
        max-width: 100%
    }
}

.l-team__member div h3 {
    margin-top: 0;
    font-weight: 540;
    font-size: 28px;
    line-height: 35px;
    letter-spacing: -.02em;
    color: #000
}

.l-team__member div small {
    display: block;
    margin-top: 16px;
    font-family: Source Sans Pro,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #ff4f00
}

.l-team__member div p {
    margin-top: 64px;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #494e58
}

.l-team__member div ul {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 64px 0 0
}

.l-team__member div ul li {
    margin-right: 32px;
    border-bottom: 1px solid #0808f9;
    -webkit-transition: all .45s cubic-bezier(0,0,.2,1);
    transition: all .45s cubic-bezier(0,0,.2,1)
}

.l-team__member div ul li:hover {
    border-bottom-color: #ff4f00
}

.l-team__member div ul li:hover a {
    color: #ff4f00
}

.l-team__member div ul li a {
    -webkit-transition: all .45s cubic-bezier(0,0,.2,1);
    transition: all .45s cubic-bezier(0,0,.2,1);
    font-family: Source Sans Pro,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #494e58
}

.l-experts__member {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media only screen and (max-width: 1024px) {
    .l-experts__member {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.l-experts__member:not(:first-child) {
    margin-top: 150px
}

.l-experts__member figure {
    margin: 0;
    width: 391px
}

@media only screen and (max-width: 1024px) {
    .l-experts__member figure {
        width:100%
    }
}

.l-experts__member figure img {
    background-color: #0808f9;
    border-radius: 0 22px;
    overflow: hidden;
    width: 104px;
    -o-object-fit: cover;
    object-fit: cover
}

.l-experts__member figure figcaption {
    margin-top: 64px;
    max-width: 380px
}

.l-experts__member figure figcaption h3 {
    margin-top: 0;
    font-weight: 540;
    font-size: 28px;
    line-height: 35px;
    letter-spacing: -.02em;
    color: #000
}

.l-experts__member figure figcaption p {
    margin-top: 16px;
    font-family: Source Sans Pro,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #000
}

.l-experts__member div {
    margin: 0 auto;
    max-width: 453px
}

@media only screen and (max-width: 1024px) {
    .l-experts__member div {
        margin:64px 0 0
    }
}

.l-experts__member div p {
    margin-top: 0;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #494e58
}

.l-experts__member div p+p {
    margin-top: 28px
}

.l-stories__item {
    padding: 64px 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 1024px) {
    .l-stories__item {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 4rem 2rem
    }
}

.l-stories__item:first-child {
    background: #0808f9;
    border-radius: 0 64px 0 0;
    color: #fff
}

.l-stories__item:nth-child(2) {
    color: #fff;
    background: #42a6f2
}

.l-stories__item:nth-child(3) {
    color: #17364c;
    background: #0808f9;
    border-radius: 0 0 0 64px
}

.l-stories__item__img {
    position: relative;
    margin-right: 128px
}

@media only screen and (max-width: 1024px) {
    .l-stories__item__img {
        margin-right:0
    }
}

.l-stories__item__img figure {
    width: 288px;
    height: 182px;
    background-color: #fff;
    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;
    border-radius: 0 64px;
    overflow: hidden;
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 5
}

@media only screen and (max-width: 1024px) {
    .l-stories__item__img figure {
        width:80%;
        padding: 2rem;
        height: 132px
    }

    .l-stories__item__img figure img {
        max-width: 100%
    }
}

.l-stories__item__img>img {
    border-radius: 0 0 0 64px;
    mix-blend-mode: multiply
}

@media only screen and (max-width: 1024px) {
    .l-stories__item__img>img {
        width:100%;
        height: 245px;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.l-stories__item__content {
    margin-top: 64px
}

.l-stories__item__content h3 {
    margin-top: 0;
    font-weight: 540;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -.02em
}

.l-stories__item__content small {
    display: block;
    margin-top: 16px;
    font-family: Source Sans Pro,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px
}

.l-stories__item__content p {
    margin-top: 64px;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    max-width: 455px
}

.l-stories__item__lead {
    margin-top: 64px;
    font-size: 18px;
    line-height: 24px;
    font-family: Source Sans Pro,sans-serif
}

.l-stories__item__lead small {
    font-weight: 540;
    font-size: 14px;
    line-height: 20px
}

.l-stories__item__lead>p {
    margin-top: 8px;
    font-size: 18px;
    line-height: 24px
}

.l-stories__item__lead>p strong {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px
}

.l-stories__item__lead>p+p {
    margin-top: 16px;
	margin-bottom: 40px;
    font-family: Source Sans Pro,sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    max-width: 180px
}

.l-stories__quote {
    -webkit-box-shadow: 1px -1px 0 #000;
    box-shadow: 1px -1px 0 #000;
    border-radius: 0 64px 0 0;
    max-width: 1016px;
    padding: 94px 104px 0 0;
    margin: 0 0 0 auto
}

@media only screen and (max-width: 1024px) {
    .l-stories__quote {
        max-width:unset;
        padding: 48px 48px 0 0
    }
}

.l-stories__quote figure {
    margin: 0
}

.l-stories__quote figure img {
    border-radius: 0 20px;
    background: #ff4f00;
    display: inline;
    margin-right: 48px
}

.l-stories__quote figure figcaption {
    display: inline
}

.l-stories__quote figure figcaption p {
    font-family: Source Sans Pro,sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 52px;
    color: #000;
    display: inline
}

@media only screen and (max-width: 1024px) {
    .l-stories__quote figure figcaption p {
        font-size:22px;
        line-height: 32px
    }
}

.l-stories__quote figure figcaption p strong {
    color: #ff4f00;
    font-weight: 400
}

.l-stories__quote>p {
    font-family: Source Sans Pro,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    margin-top: 48px
}

.l-stories__cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 1024px) {
    .l-stories__cols {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.l-stories__col {
    width: 50%
}

@media only screen and (max-width: 1024px) {
    .l-stories__col {
        width:100%
    }
}

.l-stories__col:first-child {
    margin-right: 128px
}

@media only screen and (max-width: 1024px) {
    .l-stories__col:first-child {
        min-width:0;
        margin-right: 0;
        margin-bottom: 86px
    }
}

.l-stories__col:nth-child(2) h2+div {
    background: #ff4f00
}

.l-stories__col:nth-child(2) h2+div p {
    color: #fff2f4
}

.l-stories__col h2 {
    font-weight: 540;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -.02em;
    color: #000;
    margin-top: 0
}

.l-stories__col h2 strong {
    color: #0808f9;
    font-weight: 400
}

.l-stories__col div {
    background: #ecedef;
    border-radius: 0 64px;
    padding: 64px 96px 64px 64px;
    margin-top: 64px
}

@media only screen and (max-width: 1024px) {
    .l-stories__col div {
        padding:4rem 2rem;
        margin-top: 36px
    }
}

.l-stories__col div p {
    font-weight: 540;
    font-size: 20px;
    line-height: 28px;
    color: #000;
    margin-top: 64px
}

.l-stories__col div p:first-child {
    margin-top: 0
}

.l-stories__col div ul {
    padding-left: 23px;
    list-style: circle
}

.l-stories__col div ul li {
    font-weight: 540;
    font-size: 20px;
    line-height: 28px;
    color: #000
}

.l-stories__col div ul li:not(:first-child) {
    margin-top: 15px
}

.l-stories__others {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 767px) {
    .l-stories__others {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.l-stories__others__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.l-stories__others__item .l-stories__item__img {
    margin: 0
}

.l-stories__others__item:nth-child(odd) {
    margin-right: 50px
}

@media only screen and (max-width: 1280px) {
    .l-stories__others__item:nth-child(odd) {
        margin-right:24px
    }
}

@media only screen and (max-width: 767px) {
    .l-stories__others__item:nth-child(odd) {
        margin-bottom:96px;
        margin-left: auto;
        margin-right: auto
    }
}

.l-stories__others__item:nth-child(2n+2) {
    margin-left: 50px
}

@media only screen and (max-width: 1280px) {
    .l-stories__others__item:nth-child(2n+2) {
        margin-left:24px
    }
}

@media only screen and (max-width: 767px) {
    .l-stories__others__item:nth-child(2n+2) {
        margin-bottom:32px;
        margin-left: auto;
        margin-right: auto
    }
}

.l-stories__others__item__content {
    width: 100%;
    text-align: center
}

.l-stories__others__item__content h3 {
    font-weight: 540;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    letter-spacing: -.02em;
    color: #000;
    margin-top: 64px
}

.l-stories__others__item__content p {
    font-family: Source Sans Pro,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #000;
    margin-top: 16px
}

.l-stories__others__item__content>a {
    /*border: 1px solid #000;*/
    /* color: #fff; */
    
    background: #ff4f00;-webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0 16px;
    font-family: Source Sans Pro,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    display: inline-block;
    padding: 11px 16px;
    margin-top: 48px;
    -webkit-transition: all .45s cubic-bezier(0,0,.2,1);
    transition: all .45s cubic-bezier(0,0,.2,1)
}

.l-stories__others__item__content>a:hover {
    background: #0808f9;
    color: #fff;
    /*border-color: #494e58*/
}

.l-stories__col a.button {
    display: inline-block;
    margin-right: 0;
    margin-left: auto;
    text-align: right;
    margin-top: 12px;
    border-bottom: 1px solid #ff4f00;
    float: right;
    font-family: Source Sans Pro,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px
}

.l-product {
    width: 100%
}

.l-product,.l-product__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.l-product__content {
    position: relative
}

.l-product__content p {
    margin-top: 0;
    background: #ff4f00;
    border-radius: 0 64px;
    font-weight: 540;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -.02em;
    color: #fff2f4;
    padding: 64px;
    max-width: 496px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.l-product__laptop {
    position: absolute;
    top: -164px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.l-product__bg {
    max-width: 496px;
    margin-bottom: 200px;
    border-radius: 0 64px;
    margin-left: -184px
}

.l-product__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media only screen and (max-width: 767px) {
    .l-product__icons {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.l-product__icons figure {
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    width: 33.33%
}

@media only screen and (max-width: 767px) {
    .l-product__icons figure {
        width:100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .l-product__icons figure:not(:first-child) {
        margin-top: 48px
    }
}

.l-product__icons figure figcaption p {
    font-weight: 540;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    letter-spacing: -.02em;
    color: #000;
    margin-top: 24px
}

.l-product__icons figure figcaption p strong {
    color: #ff4f00;
    font-weight: 540
}

.l-features {
    background-color: #000098;
    color: #fff;
    padding: 96px 0;
    margin-top: 128px
}

@media only screen and (max-width: 1360px) {
    .l-features {
        padding-left:2rem;
        padding-right: 2rem
    }
}

@media only screen and (max-width: 1024px) {
    .l-features {
        margin-top:68px
    }
}

.l-features+.l-features {
    margin-top: 0;
    background: #fff;
    padding-bottom: 0
}

@media only screen and (max-width: 1418px) {
    .l-features__col:first-child {
        padding-right:128px
    }
}

@media only screen and (max-width: 1024px) {
    .l-features__col:first-child {
        padding-right:0
    }
}

.l-features__col:nth-child(2) {
    min-width: 600px;
    margin-left: 128px
}

@media only screen and (max-width: 1418px) {
    .l-features__col:nth-child(2) {
        min-width:445px;
        margin-left: auto
    }
}

@media only screen and (max-width: 1024px) {
    .l-features__col:nth-child(2) {
        min-width:0;
        margin-top: 68px;
        margin-left: auto;
        margin-right: auto
    }
}

.l-features__col__header h3 {
    margin-top: 0;
    font-family: Source Sans Pro,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #fff
}

.l-features__col__header p {
    font-weight: 540;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -.02em;
    color: #fff;
    margin-top: 48px
}

.l-features__col__content h3 {
    font-weight: 540;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -.02em;
    color: #ff4f00;
    margin-top: 96px
}

@media only screen and (max-width: 1024px) {
    .l-features__col__content h3 {
        margin-top:68px
    }
}

.l-features__col__content p {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    margin-top: 24px
}

.l-features__col__content {
    padding-left: 104px
}

@media only screen and (max-width: 1280px) {
    .l-features__col__content {
        padding-left:0
    }
}

.l-features .l-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 1024px) {
    .l-features .l-container {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.l-features__col img {
    mix-blend-mode: luminosity;
    border-radius: 0 64px;
    margin-left: 128px
}

@media only screen and (max-width: 1024px) {
    .l-features__col img {
        margin-left:0;
        max-width: 100%
    }
}

.l-jobs__item {
    -webkit-box-shadow: 1px -1px 0 #000;
    box-shadow: 1px -1px 0 #000;
    border-radius: 0 64px 0 0;
    padding: 64px 64px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 48px
}

@media only screen and (max-width: 1024px) {
    .l-jobs__item {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media only screen and (max-width: 767px) {
    .l-jobs__item {
        padding:64px 24px 0 0
    }
}

.l-jobs__item__col time {
    font-family: Source Sans Pro,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #000
}

.l-jobs__item__col h3 {
    font-weight: 540;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -.02em;
    color: #000;
    margin-top: 16px;
    max-width: 385px
}

.l-jobs__item__col div small {
    font-weight: 540;
    font-size: 14px;
    line-height: 20px;
    color: #000
}

.l-jobs__item__col div p {
    color: #000;
    margin-top: 8px;
    max-width: 160px
}

.l-jobs__item__col>a,.l-jobs__item__col div p {
    font-family: Source Sans Pro,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px
}

.l-jobs__item__col>a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
	background-color: #ff4f00;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0 16px;
    display: inline-block;
    padding: 11px 16px;
    margin-top: 48px;
    -webkit-transition: all .45s cubic-bezier(0,0,.2,1);
    transition: all .45s cubic-bezier(0,0,.2,1)
}

.l-jobs__item__col>a:hover {
    background: #0808f9;
    color: #fff;
}

.l-jobs__item__col:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 55%
}

@media only screen and (max-width: 1024px) {
    .l-jobs__item__col:nth-child(2) {
        margin-top:64px;
        width: 100%
    }
}

.l-jobs__item__col>div {
    width: 50%;
    margin-bottom: 48px
}

@media only screen and (max-width: 767px) {
    .l-jobs__item__col>div {
        width:100%
    }
}

.l-jobs__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.l-jobs__col .l-jobs__item {
    width: 50%;
    max-width: 560px;
    -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
}

.l-jobs__col .l-jobs__item__col>p {
    margin-top: 0;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #000
}

.l-jobs__col .l-jobs__item__col>p a {
    color: #0808f9
}

.l-jobs__col .l-jobs__item__info {
    margin-top: 48px;
    margin-bottom: 0
}

.l-jobs__item__col__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 128px
}

@media only screen and (max-width: 1360px) {
    .l-jobs__item__col__wrapper {
        padding:0 2rem
    }
}

@media only screen and (max-width: 1024px) {
    .l-jobs__item__col__wrapper {
        margin-top:68px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.l-jobs__item__col {
    width: 100%
}

.l-jobs__item__col__wrapper .l-jobs__item__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 768px
}

.l-jobs__item__col__wrapper figure {
    position: relative;
    margin: 0 11rem 0 auto;
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%)
}

@media only screen and (max-width: 1280px) {
    .l-jobs__item__col__wrapper figure {
        margin-right:3rem
    }
}

@media only screen and (max-width: 1024px) {
    .l-jobs__item__col__wrapper figure {
        margin-right:auto;
        margin-left: auto;
        -webkit-transform: none;
        transform: none
    }
}

.l-jobs__item__col__wrapper figure img {
    min-width: 300px;
	width: 100%;
    border-radius: 0;
    margin: 0
}

@media only screen and (max-width: 1280px) {
    .l-jobs__item__col__wrapper figure img {
        padding:0
    }
}

.l-form__wrapper {
    background: rgba(36,84,119,.9);
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100% + 17px);
    height: 100%;
    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;
    overflow-y: scroll;
    padding: 64px 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .45s cubic-bezier(0,0,.2,1);
    transition: opacity .45s cubic-bezier(0,0,.2,1);
    z-index: 40
}

@media only screen and (max-width: 1024px) {
    .l-form__wrapper {
        width:100%
    }
}

.l-form__wrapper.is-active {
    opacity: 1;
    pointer-events: all
}

.l-form__wrapper.is-active .l-form {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: opacity .45s cubic-bezier(.25,1,.5,1) .25s,-webkit-transform .45s cubic-bezier(.25,1,.5,1) .25s;
    transition: opacity .45s cubic-bezier(.25,1,.5,1) .25s,-webkit-transform .45s cubic-bezier(.25,1,.5,1) .25s;
    transition: opacity .45s cubic-bezier(.25,1,.5,1) .25s,transform .45s cubic-bezier(.25,1,.5,1) .25s;
    transition: opacity .45s cubic-bezier(.25,1,.5,1) .25s,transform .45s cubic-bezier(.25,1,.5,1) .25s,-webkit-transform .45s cubic-bezier(.25,1,.5,1) .25s
}

@media only screen and (max-width: 1418px) {
    .l-form__wrapper {
        padding:64px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media only screen and (max-width: 1024px) {
    .l-form__wrapper {
        padding:2rem
    }
}

.l-form {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1224px;
    position: relative;
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: opacity .45s cubic-bezier(.25,1,.5,1),-webkit-transform .45s cubic-bezier(.25,1,.5,1) .45s;
    transition: opacity .45s cubic-bezier(.25,1,.5,1),-webkit-transform .45s cubic-bezier(.25,1,.5,1) .45s;
    transition: opacity .45s cubic-bezier(.25,1,.5,1),transform .45s cubic-bezier(.25,1,.5,1) .45s;
    transition: opacity .45s cubic-bezier(.25,1,.5,1),transform .45s cubic-bezier(.25,1,.5,1) .45s,-webkit-transform .45s cubic-bezier(.25,1,.5,1) .45s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media only screen and (max-width: 1024px) {
    .l-form {
        width:100%
    }
}

.l-form .l-form__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 1024px) {
    .l-form .l-form__container {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.l-form__col:first-child {
    background: #000098;
    color: #fff
}

.l-form__col p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin-top: 48px
}

.l-form__col h3 {
    font-weight: 540;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -.02em;
    margin-top: 0
}

.l-form__col h3 strong {
    color: #ff4f00;
    font-weight: 400
}

.l-form__col img {
    max-width: 392px;
    margin-top: 49px
}

@media only screen and (max-width: 767px) {
    .l-form__col img {
        display:none
    }
}

.l-form__col {
    width: 50%;
    padding: 86px 104px 56px
}

@media only screen and (max-width: 1024px) {
    .l-form__col {
        width:100%;
        padding: 48px 2rem
    }
}

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

.l-input .wpcf7-spinner {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.l-input label {
    font-family: Source Sans Pro,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #2b2e33
}

.l-input label span {
    color: #ff4f00
}

.l-input input:not(.l-button) {
    max-width: 100%;
    border: 1px solid #d5d7dd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #494e58;
    padding: 11px 16px;
    margin-top: 8px;
    -webkit-transition: all .45s cubic-bezier(0,0,.2,1);
    transition: all .45s cubic-bezier(0,0,.2,1);
    outline: 0
}

.l-input input:not(.l-button):focus {
    border-color: #406fdb
}

@media only screen and (max-width: 1024px) {
    .l-input input:not(.l-button) {
        width:100%
    }
}

.l-input .l-button+span+small {
    font-family: Source Sans Pro,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    margin-top: 24px;
    display: block;
    text-align: center
}

.l-input:not(:first-child) {
    margin-top: 48px
}

@media only screen and (max-width: 1024px) {
    .l-input:not(:first-child) {
        margin-top:28px
    }
}

.l-input small {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #494e58;
    margin-top: 8px
}

.l-form__close__wrapper {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    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;
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    font-size: 0
}

.l-form__close {
    -webkit-transition: all .15s cubic-bezier(0,0,.2,1);
    transition: all .15s cubic-bezier(0,0,.2,1)
}

@media only screen and (max-width: 1024px) {
    .l-form__close {
        -webkit-filter:invert(100%);
        filter: invert(100%)
    }
}

.l-form__close:hover {
    opacity: .85;
    -webkit-transform: scale(.95);
    transform: scale(.95)
}

.wpcf7-not-valid-tip {
    position: absolute;
    right: 5px;
    font-size: 12px;
    bottom: 5px
}

.l-input input:not(.l-button).wpcf7-not-valid {
    border-color: #ff4f00
}

.wpcf7 form .wpcf7-response-output {
    background: #d5d7dd;
    color: #2b2e33;
    padding: 20px;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    font-size: 12px;
    border-radius: 0 16px
}

.wpcf7 form.invalid .wpcf7-response-output {
    color: #ff4f00;
    background: #eddfdf;
    border: 1px solid #ff4f00
}

.wpcf7 form.valid .wpcf7-response-output {
    color: #46b450;
    background: #e7f3e0;
    border: 1px solid #46b450
}

.l-slider {
    margin-top: 208px;
    background: #ecedef;
    padding: 128px 0
}

.l-slider.l-slider--css {
    margin: 0;
    background: transparent;
    padding: 0
}

.l-slider .l-stories__quote {
    margin-left: 128px;
    margin-right: 128px;
    outline: 0
}

@media only screen and (max-width: 1024px) {
    .l-slider .l-stories__quote {
        margin-left:1px;
        margin-right: 1px
    }
}

.l-slider .slick-dots {
    position: relative;
    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;
    bottom: 0;
    margin-top: 106px
}

.l-slider .slick-dots li button:before {
    background: transparent;
    content: "1";
    font-family: Source Sans Pro,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #494e58
}

.l-slider .slick-dots li.slick-active button:before {
    background: transparent;
    border-bottom: 1px solid #ff4f00;
    border-radius: 0
}

.l-slider .slick-dots li {
    margin: 0 24px;
    height: auto
}

.l-slider .slick-dots li button {
    height: auto;
    padding: 0
}

.l-slider .slick-dots li button:before {
    height: auto;
    position: relative
}

.l-slider .slick-dots li:first-child button:before {
    content: "1"
}

.l-slider .slick-dots li:nth-child(2) button:before {
    content: "2"
}

.l-slider .slick-dots li:nth-child(3) button:before {
    content: "3"
}

.l-slider .slick-dots li:nth-child(4) button:before {
    content: "4"
}

.l-slider .slick-dots li:nth-child(5) button:before {
    content: "5"
}

.l-slider .slick-dots li:nth-child(6) button:before {
    content: "6"
}

.slick-track {
    padding-top: 1px
}

.l-news h2 {
    margin-top: 0;
    font-family: Source Sans Pro,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #000
}

.l-news__items {
    margin-top: 64px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.l-news__item,.l-news__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.l-news__item {
    padding: 64px 0 48px;
    -webkit-box-shadow: 1px -1px 0 #000;
    box-shadow: 1px -1px 0 #000;
    border-radius: 0 64px 0 0;
    margin-bottom: 48px
}

.l-news__item img {
    border-radius: 0 64px
}

.l-news__item div {
    max-width: 495px;
    margin-left: 128px
}

.l-news__item div time {
    font-family: Source Sans Pro,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #000
}

.l-news__item div h3 {
    font-weight: 540;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -.02em;
    color: #000
}

.l-news__item div>a {
    border: 1px solid #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0 16px;
    font-family: Source Sans Pro,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #494e58;
    display: inline-block;
    padding: 11px 16px;
    margin-top: 48px;
    -webkit-transition: all .45s cubic-bezier(0,0,.2,1);
    transition: all .45s cubic-bezier(0,0,.2,1)
}

.l-news__item div>a:hover {
    background: #494e58;
    color: #fff;
    border-color: #494e58
}

.l-pathway {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

@media only screen and (max-width: 767px) {
    .l-pathway {
        -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
    }
}

.l-pathway__item {
    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;
    max-width: 224px
}

@media only screen and (max-width: 767px) {
    .l-pathway__item {
        max-width:100%
    }

    .l-pathway__item:not(:first-child) {
        margin-top: 48px
    }
}

.l-pathway__item p {
    font-weight: 300;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    letter-spacing: -.02em;
    margin-top: 34px;
    color: #000
}

.l-pathway__item p strong {
    font-weight: 540
}

.l-infographic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 767px) {
    .l-infographic {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.l-infographic__col:first-child {
    margin-right: 130px
}

@media only screen and (max-width: 767px) {
    .l-infographic__col:first-child {
        margin-right:0;
        margin-bottom: 48px
    }
}

.l-infographic__col p {
    font-weight: 540;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -.02em;
    color: #000;
    max-width: 391px
}

.l-infographic__col p strong {
    color: #ff4f00;
    font-weight: 540
}

.l-infographic__img {
    position: relative;
    margin-right: 0;
    border-radius: 0 64px;
    background: #000098
}

.l-infographic__img:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #0808f9;
    border-radius: 0 64px;
    -webkit-transform: translate(-64px,64px);
    transform: translate(-64px,64px);
    max-width: 808px;
    z-index: -1
}

@media only screen and (max-width: 767px) {
    .l-infographic__img:before {
        -webkit-transform:translate(-20px,20px);
        transform: translate(-20px,20px)
    }
}

.l-infographic__img figure {
    background-color: transparent;
    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;
    border-radius: 0 64px;
    overflow: hidden;
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 5
}

@media only screen and (max-width: 1024px) {
    .l-infographic__img figure {
        padding:25px
    }
}

@media only screen and (max-width: 767px) {
    .l-infographic__img figure {
        position:relative
    }
}

.l-infographic__img figure img {
    max-width: 556px
}

@media only screen and (max-width: 767px) {
    .l-infographic__img figure img {
        width:100%
    }
}

.l-infographic__img>img {
    border-radius: 0 64px;
    opacity: 0
}

@media only screen and (max-width: 767px) {
    .l-infographic__img>img {
        display:none
    }
}

.l-lead p strong:nth-of-type(3) {
    color: #ff4f00
}

.l-blockchain__item p {
    font-style: normal;
    font-weight: 540;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    letter-spacing: -.02em;
    color: #000
}

.l-blockchain__item p strong {
    color: #0808f9;
    font-weight: 540
}

.l-blockchain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

@media only screen and (max-width: 767px) {
    .l-blockchain {
        -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
    }
}

.l-blockchain__item {
    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;
    border: 1px solid #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0 64px;
    padding: 64px;
    max-width: 302px
}

@media only screen and (max-width: 1024px) {
    .l-blockchain__item {
        padding:64px 10px;
        max-width: 302px;
        width: 100%;
        margin: 0 10px
    }
}

@media only screen and (max-width: 767px) {
    .l-blockchain__item {
        max-width:100%;
        width: 100%;
        padding: 24px;
        min-height: 210px;
        margin: 0 auto
    }

    .l-blockchain__item:not(:first-child) {
        margin-top: 24px
    }
}

.l-compare {
    position: relative;
    height: 679px
}

@media only screen and (max-width: 767px) {
    .l-compare {
        height:459px;
        overflow: hidden
    }
}

.cd-image-container {
    width: 100%;
    margin: 2em auto;
    position: absolute;
    left: 0;
    right: 0;
    max-width: 1418px;
    z-index: 5;
    bottom: 0
}

@media only screen and (max-width: 1024px) {
    .cd-image-container {
        overflow:hidden
    }
}

.cd-image-container img {
    display: block;
    max-width: unset;
    height: unset
}

@media only screen and (max-width: 767px) {
    .cd-image-container img {
        -webkit-transform:translate(-6%,25%);
        transform: translate(-6%,25%)
    }
}

.cd-image-container>img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .85
}

.cd-image-label {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    padding: 1em;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Source Sans Pro,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px
}

@media only screen and (max-width: 767px) {
    .cd-image-label {
        width:50%
    }
}

.cd-resize-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    background-size: auto 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.cd-resize-img .cd-image-label {
    right: auto;
    left: 0
}

.is-visible .cd-resize-img {
    width: 50%;
    -webkit-animation: cd-bounce-in 3s;
    animation: cd-bounce-in 3s
}

@-webkit-keyframes cd-bounce-in {
    0% {
        width: 0
    }

    50% {
        width: 80%
    }

    80% {
        width: 20%
    }

    to {
        width: 50%
    }
}

@keyframes cd-bounce-in {
    0% {
        width: 0
    }

    50% {
        width: 80%
    }

    80% {
        width: 20%
    }

    to {
        width: 50%
    }
}

.cd-handle {
    height: calc(100% + 40px);
    width: 2px;
    left: 50%;
    top: -20px;
    margin-left: 0;
    margin-top: 0;
    cursor: move;
    -webkit-transform: translateZ(0) scale(0);
    transform: translateZ(0) scale(0)
}

.cd-handle,.cd-handle:before {
    position: absolute;
    background: #ff4f00;
    -webkit-transition: all .45s cubic-bezier(0,0,.2,1);
    transition: all .45s cubic-bezier(0,0,.2,1)
}

.cd-handle:before {
    content: "";
    display: block;
    top: -4px;
    left: -4px;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.cd-handle.draggable {
    background: #cf1117
}

.cd-handle.draggable:before {
    background: #cf1117;
    -webkit-transform: rotate(45deg) scale(1.65);
    transform: rotate(45deg) scale(1.65)
}

.is-visible .cd-handle {
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
    -webkit-transition: -webkit-transform 1s 3s;
    transition: -webkit-transform 1s 3s;
    transition: transform 1s 3s;
    transition: transform 1s 3s,-webkit-transform 1s 3s
}

.l-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -20px
}

@media only screen and (max-width: 1024px) {
    .l-table {
        overflow-x:scroll
    }
}

.l-table__head {
    margin-bottom: 32px
}

.l-table__body,.l-table__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.l-table__body {
    -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
}

.l-table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 32px 0
}

@media only screen and (max-width: 767px) {
    .l-table__row {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.l-table__row div {
    width: 33.333%;
    font-weight: 540;
    font-size: 20px;
    line-height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 767px) {
    .l-table__row div {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        font-size: 16px;
        line-height: 28px
    }
}

.l-table__row div small {
    font-weight: 540;
    font-size: 14px;
    line-height: 20px
}

@media only screen and (max-width: 767px) {
    .l-table__row div small {
        text-align:center
    }
}

.l-table__row div:nth-child(3) {
    -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;
    color: #000
}

@media only screen and (max-width: 767px) {
    .l-table__row div:nth-child(3) {
        width:50%;
        -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;
        border-left: 1px solid #d5d7dd;
        padding-left: 9px
    }
}

.l-table__row div:first-child {
    color: #2b2e33
}

@media only screen and (max-width: 767px) {
    .l-table__row div:first-child {
        width:100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 32px;
        text-align: center
    }
}

.l-table__row div:nth-child(2) {
    color: #0808f9
}

@media only screen and (max-width: 767px) {
    .l-table__row div:nth-child(2) {
        width:50%;
        -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
    }
}

.l-table__row div img {
    margin-right: 16px
}

@media only screen and (max-width: 767px) {
    .l-table__row div img {
        -webkit-box-ordinal-group:3;
        -ms-flex-order: 2;
        order: 2;
        margin: 15px 0 0
    }
}

.l-table__row:not(:last-child) {
    border-bottom: 1px solid #d5d7dd
}

.l-table__head div {
    font-weight: 540;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    letter-spacing: -.02em;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 767px) {
    .l-table__head div {
        font-size:24px;
        line-height: 125%
    }
}

.l-table__head div:first-child {
    color: #ff4f00;
    width: 46%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media only screen and (max-width: 767px) {
    .l-table__head div:first-child {
        width:50%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-right: 1px solid #d5d7dd
    }
}

.l-table__head div:nth-child(2) {
    color: #000;
    width: 54%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width: 767px) {
    .l-table__head div:nth-child(2) {
        width:50%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.l-hdiw__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 111px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

@media only screen and (max-width: 1024px) {
    .l-hdiw__items {
        margin-top:68px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.l-hdiw h2 {
    font-weight: 540;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    letter-spacing: -.02em;
    margin-top: 0;
    color: #000
}

.l-hdiw__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 1024px) {
    .l-hdiw__item {
        width:100%
    }

    .l-hdiw__item:not(:first-child) {
        margin-top: 68px
    }
}

.l-hdiw__item figure {
    width: 183px;
    height: 183px;
    margin: 0;
    background: #0808f9;
    border-radius: 50%;
    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;
    position: relative
}

@media only screen and (max-width: 1360px) {
    .l-hdiw__item figure {
        width:133px;
        height: 133px;
        padding: 25px
    }
}

.l-hdiw__item figure img {
    max-width: 100%
}

.l-hdiw__item p {
    margin-top: 48px;
    font-weight: 400;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    letter-spacing: -.02em;
    max-width: 184px;
    color: #000
}

@media only screen and (max-width: 1360px) {
    .l-hdiw__item p {
        font-size:18px;
        line-height: 26px
    }
}

.l-hdiw__item p strong {
    color: #0808f9
}

.l-hdiw {
    width: 100%
}

.l-hdiw__item:not(:last-child) figure:after {
    content: "";
    display: block;
    width: 37px;
    height: 29px;
    background: url(/wp-content/themes/sandbox/images/arrow-right.svg) no-repeat 50%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: translateX(150%);
    transform: translateX(150%)
}

@media only screen and (max-width: 1360px) {
    .l-hdiw__item:not(:last-child) figure:after {
        -webkit-transform:translateX(230%);
        transform: translateX(230%)
    }
}

@media only screen and (max-width: 1024px) {
    .l-hdiw__item:not(:last-child) figure:after {
		background:none;
        display:none
    }
}

/*! ------------------------------
    Components Module
------------------------------ */
/*!*/
.c-hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 19px;
    -webkit-transition: -webkit-transform .4s cubic-bezier(0,0,.2,1);
    transition: -webkit-transform .4s cubic-bezier(0,0,.2,1);
    transition: transform .4s cubic-bezier(0,0,.2,1);
    transition: transform .4s cubic-bezier(0,0,.2,1),-webkit-transform .4s cubic-bezier(0,0,.2,1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    cursor: pointer;
    border: 0;
    margin: 0;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@media only screen and (max-width: 1024px) {
    .c-hamburger {
        margin-right:0
    }
}

.c-hamburger:after {
    content: attr(data-label);
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    font-size: 18px;
    font-size: 1.125rem;
    top: -3px;
    left: -7px;
    font-weight: 540;
    padding-left: 17px;
    position: absolute;
    -webkit-transition: color .3s cubic-bezier(0,0,.2,1);
    transition: color .3s cubic-bezier(0,0,.2,1)
}

.c-hamburger.is-clicked {
    z-index: 17
}

@media only screen and (max-width: 1024px) {
    .c-hamburger.is-clicked {
        position:fixed;
        top: 2rem;
        right: 1rem
    }
}

.c-hamburger.is-clicked:after {
    color: #000
}

.c-hamburger .bar,.c-hamburger .bar:after,.c-hamburger .bar:before {
    width: 35px;
    height: 3px;
    border-radius: 10px
}

.c-hamburger .bar {
    position: relative;
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
    background-color: #ff4f00;
    -webkit-transition: all 0ms .3s;
    transition: all 0ms .3s
}

.c-hamburger .bar:after,.c-hamburger .bar:before {
    left: 0;
    content: "";
    position: absolute;
    bottom: 8px;
    background-color: #ff4f00
}

.c-hamburger .bar:before {
    bottom: 8px;
    -webkit-transition: bottom .3s cubic-bezier(0,0,.2,1) .3s,background-color .3s cubic-bezier(0,0,.2,1),-webkit-transform .3s cubic-bezier(0,0,.2,1);
    transition: bottom .3s cubic-bezier(0,0,.2,1) .3s,background-color .3s cubic-bezier(0,0,.2,1),-webkit-transform .3s cubic-bezier(0,0,.2,1);
    transition: bottom .3s cubic-bezier(0,0,.2,1) .3s,transform .3s cubic-bezier(0,0,.2,1),background-color .3s cubic-bezier(0,0,.2,1);
    transition: bottom .3s cubic-bezier(0,0,.2,1) .3s,transform .3s cubic-bezier(0,0,.2,1),background-color .3s cubic-bezier(0,0,.2,1),-webkit-transform .3s cubic-bezier(0,0,.2,1)
}

.c-hamburger .bar:after {
    top: 8px;
    -webkit-transition: top .3s cubic-bezier(0,0,.2,1) .3s,background-color .3s cubic-bezier(0,0,.2,1),-webkit-transform .3s cubic-bezier(0,0,.2,1);
    transition: top .3s cubic-bezier(0,0,.2,1) .3s,background-color .3s cubic-bezier(0,0,.2,1),-webkit-transform .3s cubic-bezier(0,0,.2,1);
    transition: top .3s cubic-bezier(0,0,.2,1) .3s,transform .3s cubic-bezier(0,0,.2,1),background-color .3s cubic-bezier(0,0,.2,1);
    transition: top .3s cubic-bezier(0,0,.2,1) .3s,transform .3s cubic-bezier(0,0,.2,1),background-color .3s cubic-bezier(0,0,.2,1),-webkit-transform .3s cubic-bezier(0,0,.2,1)
}

.c-hamburger .bar.animate {
    background-color: hsla(0,0%,100%,0)
}

.c-hamburger .bar.animate:before {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: bottom .3s cubic-bezier(0,0,.2,1),-webkit-transform .3s cubic-bezier(0,0,.2,1) .3s;
    transition: bottom .3s cubic-bezier(0,0,.2,1),-webkit-transform .3s cubic-bezier(0,0,.2,1) .3s;
    transition: bottom .3s cubic-bezier(0,0,.2,1),transform .3s cubic-bezier(0,0,.2,1) .3s;
    transition: bottom .3s cubic-bezier(0,0,.2,1),transform .3s cubic-bezier(0,0,.2,1) .3s,-webkit-transform .3s cubic-bezier(0,0,.2,1) .3s
}

.c-hamburger .bar.animate:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: top .3s cubic-bezier(0,0,.2,1),-webkit-transform .3s cubic-bezier(0,0,.2,1) .3s;
    transition: top .3s cubic-bezier(0,0,.2,1),-webkit-transform .3s cubic-bezier(0,0,.2,1) .3s;
    transition: top .3s cubic-bezier(0,0,.2,1),transform .3s cubic-bezier(0,0,.2,1) .3s;
    transition: top .3s cubic-bezier(0,0,.2,1),transform .3s cubic-bezier(0,0,.2,1) .3s,-webkit-transform .3s cubic-bezier(0,0,.2,1) .3s
}

.c-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 14px
}

.c-checkbox input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
    visibility: hidden
}

.c-checkbox input+label:before {
    content: "";
    margin-top: 2px;
    vertical-align: middle;
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin-right: 20px;
    text-align: center;
    display: block;
    background: #e1f1f2;
    border: 2px solid #083f4d;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px
}

.c-checkbox input:checked+label:before {
    background: #083f4d url(../images/check.svg) 50% no-repeat;
    background-size: 12px
}

.c-checkbox label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer
}

.c-checkbox label p {
    margin-top: 0;
    color: #083f4d;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 150%
}

.c-checkbox label p span {
    color: #ff4c54;
    margin-left: -10px
}

.c-skip {
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    color: #fff;
    background-color: #ff4f00;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    font-weight: 540;
    text-align: center;
    max-width: 315px;
    margin: 0 auto;
    padding: 8px;
    z-index: 20
}

.c-skip:focus {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}


.l-header--css--hp p strong {
    color: #ff4f00;
}

/*! ------------------------------
    Pages Module
------------------------------ */
/*!*/

.l-linked-posts {
    display: flex;
    flex-wrap: wrap;
    margin-top:100px;
    margin-bottom: 100px;
}

.l-linked-posts__item {
    align-items: center;
    box-sizing: border-box;
    border-radius: 0 64px;
    border: 1px solid #0808F9;
    display: inline-block;
    padding: 10px 30px; 
    margin: 16px;
    width: 375px;
    height: 330px;
    text-align: center;
}

.l-linked-posts__item:nth-of-type(even) {
    border-color: #ff4f00;
} 


@media only screen and (max-width: 1024px) {
    .l-linked-posts__item {
    }
}

@media only screen and (max-width: 767px) {
    .l-linked-posts__item {

    }
}

.l-linked-posts__item h3 {
    font-weight: 540;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -.02em;
    color: #000;
    margin-top: 16px;
    height: 120px;
}

.l-linked-posts__item h3 strong {
    font-weight: 540;
    color: #0808f9;
}

.l-linked-posts__item div small {
    font-weight: 540;
    font-size: 14px;
    line-height: 20px;
    color: #000
}

.l-linked-posts__item div p {
    color: #000;
    margin-top: 8px;
    max-width: 160px
}

.l-linked-posts__item a.l-linked-posts__item__more {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background-color: #ff4f00;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0 16px;
    display: inline-block;
    padding: 11px 16px;
    margin-top: 48px;
    -webkit-transition: all .45s cubic-bezier(0,0,.2,1);
    transition: all .45s cubic-bezier(0,0,.2,1)
}


.l-linked-posts__item a.l-linked-posts__item__more:hover {
    background: #0808f9;
    color: #fff;
}

#press-tools {
    width: 100%;
    background: #ECEDEF;
    margin-bottom: -144px;
    text-align: center;
    padding: 50px;
}

#press-tools a.mediakit-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background-color: #ff4f00;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0 16px;
    display: inline-block;
    padding: 11px 16px;
    margin-top: 48px;
    -webkit-transition: all .45s cubic-bezier(0,0,.2,1);
    transition: all .45s cubic-bezier(0,0,.2,1);
}

#press-tools a.mediakit-btn:hover {
    background: #0808f9;
    color: #fff;
}

#press-tools a.mediakit-image {
    display: block;
    margin: 0 auto;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #0808F9;
    width: 200px;
    height: 200px;
    border-radius: 100px;
    margin-top: 30px;
    transition: all .45s cubic-bezier(0,0,.2,1);
}

#press-tools a.mediakit-image:hover img {
    padding:20px;
}

#press-tools a.mediakit-image img {
    padding: 30px;    
    width: 200px;
    height: 200px;
    transition: all .45s cubic-bezier(0,0,.2,1);
}