@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap);
.grid-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background: transparent;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-justify-content: center;
    justify-content: center;
    left: 0;
    margin: 0 20px;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999
}

@media screen and (min-width:768px) {
    .grid-wrapper {
        margin: 0
    }
}

.grid-col {
    -webkit-box-flex: 1;
    background: red;
    display: block;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    opacity: .3
}

@media screen and (max-width:767px) {
    .grid-col {
        max-width: 50%
    }
    .grid-col+.grid-col {
        margin-left: 20px
    }
    .grid-col:nth-of-type(n+3) {
        display: none
    }
}

@media screen and (min-width:768px) {
    .grid-col {
        max-width: 15.5vw
    }
    .grid-col+.grid-col {
        margin-left: 4vw
    }
}

@media screen and (max-width:1259px) {
    .grid-col:nth-of-type(n+6) {
        display: none
    }
}

@media screen and (min-width:1260px) {
    .grid-col {
        max-width: 6vw
    }
    .grid-col+.grid-col {
        margin-left: 2vw
    }
}

@media screen and (min-width:1440px) {
    .grid-col {
        max-width: 70px
    }
    .grid-col+.grid-col {
        margin-left: 40px
    }
}

.grid-label {
    font-size: 20px;
    font-weight: 700;
    margin: auto;
    opacity: .3;
    position: absolute;
    top: 40px
}

.grid-label:before {
    content: "sm "
}

@media screen and (min-width:768px) {
    .grid-label:before {
        content: "md "
    }
}

@media screen and (min-width:1260px) {
    .grid-label:before {
        content: "lg "
    }
}

@media screen and (min-width:1440px) {
    .grid-label:before {
        content: "xlg "
    }
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    border: 0;
    /* font-size: 100%; */
    /* font: inherit; */
    font-family: 'DM Sans', sans-serif !important;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

:focus {
    outline: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none
}

audio,
canvas,
video {
    display: inline-block;
    max-width: 100%
}

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

[hidden] {
    display: none
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 100%
}

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

a:active,
a:focus,
a:hover {
    outline: 0
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0
}

figure,
form {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button {
    background: none;
    border: none;
    padding: 0
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

input[type=date]::-webkit-calendar-picker-indicator,
input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

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

button,
html,
input,
select,
textarea {
    color: inherit
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

img {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: none;
    height: 85px;
    overflow: auto;
    border: 0;
    border-bottom: 1px solid #ddd;
    transition: 0.5s;
    width: 100%;
}
textarea:hover, textarea:focus{
    border-bottom: 1.5px solid var(--secondary_background);
}

.chromeframe {
    background: #ccc;
    color: #000;
    margin: .2em 0;
    padding: .2em 0
}

@font-face {
    font-display: block;
    font-family: icons;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/icons.1d2045a2.eot);
    src: url(../fonts/icons.1d2045a2.eot) format("embedded-opentype"), url(../fonts/icons.4cd70b29.ttf) format("truetype"), url(../fonts/icons.ecd22b44.woff) format("woff"), url(../images/icons.bc9630e6.svg) format("svg")
}

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

.icon-chevron-down-small:before {
    content: "\e900"
}

.icon-chevron-up-small:before {
    content: "\e903"
}

.icon-chevron-left:before {
    content: "\e901"
}

.icon-chevron-right:before {
    content: "\e902"
}

.icon-arrow-right:before {
    content: "\e904"
}

.icon-search:before {
    content: "\e90d"
}

.icon-smartphone:before {
    content: "\e90e"
}

.icon-arrow-right-circle:before {
    content: "\e90f"
}

.icon-at-email:before {
    content: "\e911"
}

.icon-play:before {
    content: "\e90b"
}

.icon-menu-hamburger:before {
    content: "\e909"
}

.icon-plus-small:before {
    content: "\e90c"
}

.icon-cross:before {
    content: "\e905"
}

.icon-cross-small:before {
    content: "\e918"
}

.icon-download:before {
    content: "\e906"
}

.icon-phone:before {
    content: "\e90a"
}

.icon-clock:before {
    content: "\e907"
}

.icon-location:before {
    content: "\e908"
}

.icon-calendar:before {
    content: "\e912"
}

.icon-facebook:before {
    content: "\e913"
}

.icon-linkedin:before {
    content: "\e914"
}

.icon-instagram:before {
    content: "\e919"
}

.icon-youtube:before {
    content: "\e91a"
}

.icon-twitter:before {
    content: "\e915"
}

.icon-mail-alt:before {
    content: "\e916"
}

.icon-mail:before {
    content: "\e910"
}

.icon-whatsapp:before {
    content: "\e917"
}

.icon-rotate-left:before {
    content: "\e91b"
}

.icon-pdf:before {
    content: "\e91c"
}

.icon-excel:before {
    content: "\e91d"
}

.icon-file:before {
    content: "\e91e"
}

.icon-word:before {
    content: "\e91f"
}

.icon-check-small:before {
    content: "\e920"
}

.icon-filter:before {
    content: "\e921"
}

.icon-copy:before {
    content: "\e922"
}

html {
    height: -webkit-fill-available
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    min-height: -webkit-fill-available;
    width: 100%
}

body.has-modal {
    overflow: hidden
}

@media screen and (max-width:1259px) {
    body.has-navbar-open {
        overflow: hidden
    }
}

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

.wrapper,
main {
    width: 100%
}

.wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 100vh
}

._tps-university .container {
    padding: 0 20px !important;
}

@media screen and (min-width:768px) {
    .container {
        margin: 0 auto;
        width: 93.5vw
    }
}

@media screen and (min-width:1260px) {
    .container {
        width: 94vw
    }
}

@media screen and (min-width:1440px) {
    .container {
        width: 1280px
    }
}

.loader,
.loader:after {
    border-radius: 50%;
    height: 30px;
    width: 30px
}

.loader {
    -webkit-animation: load8 1.1s linear infinite;
    animation: load8 1.1s linear infinite;
    border: 4px solid hsla(0, 0%, 100%, .2);
    border-left-color: #fff;
    font-size: 10px;
    margin: auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@media screen and (max-width:1259px) {
    #conversations-wrap.conversations-wrap-bottom-right {
        bottom: 64px
    }
    ._show-quick-contacts #conversations-wrap.conversations-wrap-bottom-right {
        bottom: 150px
    }
}

.pseudo-anchor,
:target {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden
}

@media screen and (min-width:1260px) {
    .pseudo-anchor,
    :target {
        top: -200px
    }
}

._tps-university .btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border: none;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0;
    position: relative
}

.btn--wide {
    width: 100%
}

.btn--link {
    color: #00a5df;
    font-weight: 500;
    line-height: 1.3;
    position: relative;
    text-align: left;
    -webkit-transition: color .16s linear;
    transition: color .16s linear
}

.btn--link-white {
    color: #fff
}

.btn--link.btn--lg {
    font-size: 18px
}

.btn--link:after {
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e904";
    display: inline-block;
    font-family: icons !important;
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    margin-left: 8px;
    text-transform: none;
    -webkit-transition: -webkit-transform .16s linear;
    transition: -webkit-transform .16s linear;
    transition: transform .16s linear;
    transition: transform .16s linear, -webkit-transform .16s linear;
    vertical-align: middle
}

.btn--link.btn--lg:after {
    font-size: 20px
}

.btn--more {
    color: #00a5df;
    font-weight: 500;
    position: relative;
    text-align: left;
    -webkit-transition: color .16s linear;
    transition: color .16s linear
}

.btn--more.js-accordion:after {
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e900";
    font-family: icons !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none
}

.btn--more.js-accordion.is-open:after {
    content: "\e903"
}

.btn--primary,
.btn--primary-white {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 40px;
    padding: 0 24px;
    text-align: center;
    -webkit-transition: background-color .16s linear, color .16s linear;
    transition: background-color .16s linear, color .16s linear
}

.btn--primary {
    background-color: var(--button_secondary_bg) !important;
    color: #fff !important;
}

.btn--primary-white {
    background-color: #fff;
    color: #00a5df
}

.btn--primary-white.btn--lg,
.btn--primary.btn--lg {
    font-size: 18px;
    line-height: 52px;
    padding: 0 32px
}

.btn--primary-white.btn--xlg,
.btn--primary.btn--xlg {
    font-size: 24px;
    line-height: 60px;
    padding: 0 32px
}

.btn--secondary,
.btn--secondary-white {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background-color: transparent;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 38px;
    padding: 0 24px;
    text-align: center;
    -webkit-transition: border-color .16s linear, color .16s linear;
    transition: border-color .16s linear, color .16s linear
}

.btn--secondary {
    border: 1px solid #00a5df;
    color: #00a5df
}

.btn--secondary-white {
    border: 1px solid #fff;
    color: #fff
}

.btn--secondary-arrow,
.btn--secondary-load {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding-right: 54px;
    position: relative;
    text-align: left
}

.btn--secondary-arrow:after,
.btn--secondary-load:after {
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: icons !important;
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    margin-top: -9px;
    position: absolute;
    right: 16px;
    text-transform: none;
    top: 50%;
    -webkit-transition: -webkit-transform .16s linear;
    transition: -webkit-transform .16s linear;
    transition: transform .16s linear;
    transition: transform .16s linear, -webkit-transform .16s linear;
    z-index: 1
}

.btn--secondary-arrow:after {
    content: "\e904"
}

.btn--secondary-load:after {
    content: "\e91b"
}

.btn--secondary-load.is-loading {
    opacity: .8
}

.btn--secondary-load.is-loading:after {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: spin;
    animation-name: spin;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    pointer-events: none
}

.btn--secondary-white.btn--lg,
.btn--secondary.btn--lg {
    font-size: 18px;
    line-height: 50px;
    padding: 0 32px
}

.btn--secondary-white.btn--xlg,
.btn--secondary.btn--xlg {
    font-size: 24px;
    line-height: 58px;
    padding: 0 32px
}

@media (hover:hover) {
    .btn--link:hover {
        color: #0083bd
    }
    .btn--link:hover:after {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }
    .link-parent:hover .btn--link {
        color: #0083bd
    }
    .link-parent:hover .btn--link:after {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }
    .btn--link-white:hover {
        color: #012169
    }
    .btn--more {
        color: #0083bd
    }
    .btn--primary:hover {
        background-color: var(--primary_background) !important;
        color: #fff !important;
    }
    .btn--primary-white:hover {
        background-color: #0083bd;
        color: #fff
    }
    .btn--secondary-white:hover,
    .btn--secondary:hover {
        border-color: #0083bd;
        color: #0083bd
    }
    .btn--secondary-arrow:hover:after {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }
    .btn--secondary-load:hover:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}

@media screen and (min-width:1260px) {
    .navbar {
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 101
    }
}

.navbar-placeholder {
    height: 60px
}

@media screen and (min-width:1260px) {
    .navbar-placeholder {
        height: 144px
    }
}

.navbar-topbar {
    background-color: #012169
}

.navbar-topbar__inner {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.navbar-topbar__inner,
.navbar-topbar__links {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.navbar-topbar__links,
.navbar-topbar__links-item {
    padding: 0 8px
}

.navbar-topbar__links-btn {
    line-height: 21px;
    padding: 0 6px;
    -webkit-transition: color .16s linear;
    transition: color .16s linear
}

.navbar-topbar__cta,
.navbar-topbar__links-btn {
    color: #fff;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px;
    font-weight: 600
}

.navbar-topbar__cta {
    background-color: #00a5df;
    line-height: 54px;
    padding: 0 24px;
    -webkit-transition: background-color .16s linear;
    transition: background-color .16s linear
}

@media (hover:hover) {
    .navbar-topbar__links-btn:hover {
        color: #0083bd
    }
    .navbar-topbar__cta:hover {
        background-color: #0083bd
    }
}

@media screen and (max-width:1259px) {
    .navbar-topbar {
        height: 0;
        visibility: hidden
    }
    .navbar-topbar__links {
        display: none
    }
}

.navbar-searchbar {
    background-color: transparent;
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 8px 0;
    max-width: 38px;
    overflow: hidden;
    padding-right: 38px;
    position: relative;
    width: 340px
}

.navbar-searchbar__reset {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: transparent;
    color: #f3f3f3;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 0;
    height: 38px;
    -webkit-justify-content: center;
    justify-content: center;
    max-width: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: color .16s linear, opacity .16s linear;
    transition: color .16s linear, opacity .16s linear;
    width: 38px
}

.navbar-searchbar__reset:after {
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e918";
    font-family: icons !important;
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none
}

.navbar-searchbar.is-open .navbar-searchbar__reset {
    max-width: 38px;
    opacity: 1;
    pointer-events: all
}

.navbar-searchbar__input-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 0
}

.navbar-searchbar.is-open .navbar-searchbar__input-wrapper {
    max-width: 100%
}

.navbar-searchbar__input {
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    height: 100%;
    min-width: 1%;
    padding: 0 6px;
    width: 100%
}

.navbar-searchbar__input::-webkit-input-placeholder {
    color: #788dbb
}

.navbar-searchbar__input:-ms-input-placeholder {
    color: #788dbb
}

.navbar-searchbar__input::-moz-placeholder {
    color: #788dbb
}

.navbar-searchbar__input::-ms-input-placeholder {
    color: #788dbb
}

.navbar-searchbar__input::placeholder {
    color: #788dbb
}

.navbar-searchbar__submit {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: transparent;
    color: #fff;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 0;
    height: 38px;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: color .16s linear;
    transition: color .16s linear;
    width: 38px;
    z-index: 1
}

.navbar-searchbar__submit:after {
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e90d";
    font-family: icons !important;
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none
}

@media (hover:hover) {
    .navbar-searchbar__reset:hover,
    .navbar-searchbar__submit:hover {
        color: #0083bd
    }
}

@media screen and (max-width:1259px) {
    .navbar-searchbar {
        background-color: #fff;
        border-radius: 0;
        height: 60px;
        margin: 0;
        position: fixed;
        right: 64px;
        top: 0;
        visibility: visible;
        width: auto;
        z-index: 102
    }
    .navbar-searchbar.is-open {
        left: 0;
        max-width: 100%;
        right: 0
    }
    .navbar-searchbar__reset,
    .navbar-searchbar__submit {
        background-color: #fff;
        color: #00a5df;
        height: 60px;
        width: 44px
    }
    .navbar-searchbar__input {
        color: #163269;
        font-size: 16px
    }
}

@media screen and (min-width:1260px) {
    .navbar-searchbar {
        -webkit-transition: background-color .16s linear, max-width .16s linear;
        transition: background-color .16s linear, max-width .16s linear
    }
    .navbar-searchbar.is-open {
        background-color: hsla(0, 0%, 100%, .2);
        max-width: 340px
    }
}

.navbar-mainbar {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 24px rgba(1, 33, 105, .1);
    box-shadow: 0 4px 24px rgba(1, 33, 105, .1)
}

.navbar-mainbar__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 90px;
    position: relative
}

.navbar-mainbar__logo svg {
    display: block;
    height: 50px;
    width: 140px
}

.navbar-mainbar__links {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-left: auto
}

.navbar-mainbar__links-item {
    margin: 0 12px
}

.navbar-mainbar__links-item.has-dropdown {
    position: relative
}

.navbar-mainbar__links-btn {
    color: #012169;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    line-height: 90px;
    position: relative;
    -webkit-transition: color .16s linear;
    transition: color .16s linear
}

.navbar-mainbar__links-btn.is-current {
    color: #00a5df
}

.navbar-mainbar__links-btn.is-current:after {
    background-color: #00a5df;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1
}

.navbar-dropdown__toggle:hover .navbar-mainbar__links-btn {
    color: #788dbb
}

@media (hover:hover) {
    .navbar-mainbar__links-btn:hover {
        color: #0083bd
    }
}

@media screen and (max-width:1259px) {
    .navbar-mainbar {
        display: none
    }
}

@media screen and (min-width:1260px) {
    .navbar-mainbar__links {
        width: 78vw
    }
}

@media screen and (min-width:1440px) {
    .navbar-mainbar__links {
        width: 1060px
    }
}

.navbar-dropdown {
    background-color: #f3f3f3;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 4px 24px rgba(1, 33, 105, .25);
    box-shadow: 0 4px 24px rgba(1, 33, 105, .25);
    left: -16px;
    min-width: 220px;
    opacity: 0;
    position: absolute;
    top: 100%;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-transition: visibility .16s linear, opacity .16s linear, -webkit-transform .16s linear;
    transition: visibility .16s linear, opacity .16s linear, -webkit-transform .16s linear;
    transition: visibility .16s linear, opacity .16s linear, transform .16s linear;
    transition: visibility .16s linear, opacity .16s linear, transform .16s linear, -webkit-transform .16s linear;
    visibility: hidden;
    z-index: -1
}

.navbar-dropdown--lg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    left: 0;
    right: 0
}

.navbar-dropdown__toggle:hover .navbar-dropdown {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: visibility .16s linear, opacity .16s linear, -webkit-transform .16s linear;
    transition: visibility .16s linear, opacity .16s linear, -webkit-transform .16s linear;
    transition: visibility .16s linear, opacity .16s linear, transform .16s linear;
    transition: visibility .16s linear, opacity .16s linear, transform .16s linear, -webkit-transform .16s linear;
    visibility: visible
}

.navbar-dropdown__list {
    padding: 24px 12px
}

.navbar-dropdown__list-item {
    white-space: nowrap
}

.navbar-dropdown__list-item+.navbar-dropdown__list-item {
    margin-top: 6px
}

.navbar-dropdown__list-btn {
    color: #012169;
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    padding: 4px 24px 4px 12px;
    -webkit-transition: color .16s linear;
    transition: color .16s linear
}

.navbar-dropdown__list-btn.is-current {
    color: #00a5df
}

.navbar-dropdown__col {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 40px 0;
    min-width: 25%;
    padding: 0 28px
}

.navbar-dropdown__col+.navbar-dropdown__col {
    border-left: 1px solid #d8dce5
}

.navbar-dropdown__list-title {
    color: #012169;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 17px;
    padding: 0 12px;
    -webkit-transition: color .16s linear;
    transition: color .16s linear
}

.navbar-dropdown__list-title.is-current {
    color: #00a5df
}

@media (hover:hover) {
    .navbar-dropdown__list-btn:hover,
    .navbar-dropdown__list-title:hover {
        color: #0083bd
    }
}

.navbar-mob {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 24px rgba(1, 33, 105, .1);
    box-shadow: 0 4px 24px rgba(1, 33, 105, .1);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 101
}

.navbar-mob__main {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.navbar-mob__logo {
    margin: 0 20px
}

.navbar-mob__logo svg {
    display: block;
    height: 30px;
    width: 84px
}

.navbar-mob__toolbar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.navbar-mob__menu-toggle {
    background-color: #00a5df;
    font-size: 0;
    height: 60px;
    position: relative;
    -webkit-transition: background-color .16s linear;
    transition: background-color .16s linear;
    width: 58px
}

.navbar-mob__menu-toggle span {
    background-color: #fff;
    border-radius: 4px;
    display: block;
    height: 2px;
    left: 21px;
    position: absolute;
    -webkit-transition: -webkit-transform .16s linear;
    transition: -webkit-transform .16s linear;
    transition: transform .16s linear;
    transition: transform .16s linear, -webkit-transform .16s linear;
    width: 16px;
    z-index: 1
}

.navbar-mob__menu-toggle span:first-child {
    top: 22px
}

.navbar-mob__menu-toggle span:nth-child(2),
.navbar-mob__menu-toggle span:nth-child(3) {
    top: 29px
}

.navbar-mob__menu-toggle span:nth-child(4) {
    top: 36px
}

.has-navbar-open .navbar-mob__menu-toggle {
    background-color: #fff
}

.has-navbar-open .navbar-mob__menu-toggle span {
    background-color: #00a5df
}

.has-navbar-open .navbar-mob__menu-toggle span:first-child,
.has-navbar-open .navbar-mob__menu-toggle span:nth-child(4) {
    opacity: 0
}

.has-navbar-open .navbar-mob__menu-toggle span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.has-navbar-open .navbar-mob__menu-toggle span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media screen and (min-width:1260px) {
    .navbar-mob {
        display: none
    }
}

.navbar-mob-menu {
    background-color: #fff;
    height: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 60px;
    -webkit-transition: height .16s linear;
    transition: height .16s linear;
    z-index: 99
}

.has-navbar-open .navbar-mob-menu {
    border-top: 1px solid rgba(153, 166, 195, .2);
    height: calc(100% - 60px)
}

.navbar-mob-menu__wrapper {
    height: 100%;
    overflow: auto
}

.navbar-mob-menu__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24px 20px 80px;
    width: 100%
}

.navbar-mob-menu__list {
    width: 100%
}

.navbar-mob-menu__list+.navbar-mob-menu__list {
    border-top: 1px solid rgba(153, 166, 195, .2);
    margin-top: 24px;
    padding-top: 24px
}

.navbar-mob-menu__list-btn {
    color: #012169;
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    padding: 12px 0;
    position: relative;
    text-align: left;
    width: 100%
}

.navbar-mob-menu__list-btn.is-current {
    color: #00a5df
}

.navbar-mob-menu__list-btn.is-current:before {
    background-color: #00a5df;
    bottom: 10px;
    content: "";
    left: -20px;
    position: absolute;
    top: 10px;
    width: 3px;
    z-index: 1
}

.navbar-mob-menu__sublist .navbar-mob-menu__list-btn.is-current:before {
    left: -32px
}

.navbar-mob-menu__sublist {
    background-color: #f3f3f3;
    margin: 0 -20px;
    max-height: 0;
    overflow: hidden;
    padding: 0 20px 0 32px;
    -webkit-transition: max-height .16s linear;
    transition: max-height .16s linear
}

.navbar-mob-menu__sublist-toggle.is-open+.navbar-mob-menu__sublist {
    max-height: 100%
}

.navbar-mob-menu__sublist>.navbar-mob-menu__list-item:first-child {
    padding-top: 24px
}

.navbar-mob-menu__sublist>.navbar-mob-menu__list-item:last-child {
    padding-bottom: 32px
}

.navbar-mob-menu__sublist-col+.navbar-mob-menu__sublist-col {
    border-top: 1px solid rgba(153, 166, 195, .2);
    margin-top: 6px;
    padding-top: 24px
}

.navbar-mob-menu__sublist>.navbar-mob-menu__sublist-col:first-child {
    padding-top: 24px
}

.navbar-mob-menu__sublist>.navbar-mob-menu__sublist-col:last-child {
    padding-bottom: 24px
}

.navbar-mob-menu__sublist-col {
    padding: 8px 0
}

.navbar-mob-menu__sublist-title {
    color: #012169;
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 16px;
    position: relative
}

.navbar-mob-menu__sublist-title.is-current {
    color: #00a5df
}

.navbar-mob-menu__sublist-title.is-current:before {
    background-color: #00a5df;
    bottom: 0;
    content: "";
    left: -32px;
    position: absolute;
    top: 0;
    width: 3px;
    z-index: 1
}

.navbar-mob-menu__sublist-toggle:after {
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #788dbb;
    content: "\e900";
    font-family: icons !important;
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    right: 0;
    text-transform: none;
    top: 12px;
    z-index: 1
}

.navbar-mob-menu__sublist-toggle.is-open:after {
    content: "\e903"
}

.footer {
    margin-top: auto
}

.footer-main {
    background-color: #163269;
    padding: 50px 0 40px
}

.footer-main__brand-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 32px
}

.footer-main__logo svg {
    height: 60px;
    width: 140px
}

.footer-main__social-wrapper {
    border-top: 1px solid hsla(0, 0%, 100%, .3);
    padding-top: 12px
}

.footer-main__social-section+.footer-main__social-section {
    margin-top: 32px
}

.footer-main__social-title {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-top: 16px;
    text-align: center
}

.footer-main__social-list {
    -ms-flex-pack: distribute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around
}

.footer-main__social-item {
    height: 32px;
    margin: 6px;
    width: 32px
}

.footer-main__social-item-btn {
    color: #00a5df;
    display: inline-block;
    font-size: 0;
    height: 32px;
    -webkit-transition: color .16s linear;
    transition: color .16s linear;
    width: 32px
}

.footer-main__social-item-btn:after {
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: icons !important;
    font-size: 32px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none
}

.footer-main__social-item-btn--facebook:after {
    content: "\e913"
}

.footer-main__social-item-btn--instagram:after {
    content: "\e919"
}

.footer-main__social-item-btn--youtube:after {
    content: "\e91a"
}

.footer-main__social-item-btn--linkedin:after {
    content: "\e914"
}

.footer-main__social-item-btn--twitter:after {
    content: "\e915"
}

.footer-main__affiliates {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-top: 1px solid hsla(0, 0%, 100%, .3);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 8px 0
}

.footer-main__affiliates-item {
    display: inline-block;
    margin: 16px 0;
    padding: 0 8px
}

.footer-main__affiliates-item img {
    height: auto;
    max-height: 50px;
    max-width: 160px;
    width: auto
}

.footer-main__link-list+.footer-main__link-list {
    margin-top: 24px
}

.footer-main__link-list-title {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    -webkit-transition: color .16s linear;
    transition: color .16s linear;
    width: 100%
}

.footer-main__link-list-item+.footer-main__link-list-item {
    margin-top: 24px
}

.footer-main__link-list-btn {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    padding: 2px 0;
    -webkit-transition: color .16s linear, opacity .16s linear;
    transition: color .16s linear, opacity .16s linear
}

.footer-main__link-list-title+.footer-main__link-accordion-list .footer-main__link-list-btn {
    color: #00a5df;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 4px 0
}

.footer-main__link-list-title+.footer-main__link-accordion-list .footer-main__link-list-item+.footer-main__link-list-item {
    margin-top: 8px
}

@media (hover:hover) {
    .footer-main__social-item-btn:hover {
        color: #0083bd
    }
    .footer-main__link-list-title+.footer-main__link-accordion-list .footer-main__link-list-btn:hover {
        opacity: .6
    }
    .footer-main__link-list-btn:hover {
        color: #0083bd
    }
}

@media screen and (max-width:767px) {
    .footer-main__logo {
        display: none
    }
    .footer-main__social-wrapper {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2
    }
    .footer-main__affiliates {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1
    }
    .footer-main__link-list-title+.footer-main__link-accordion-list {
        max-height: 0;
        overflow: auto;
        -webkit-transition: max-height .16s linear;
        transition: max-height .16s linear
    }
    .footer-main__link-accordion-list .footer-main__link-list-item:first-child {
        margin-top: 24px
    }
    .footer-main__link-accordion-list .footer-main__link-list-item:last-child {
        margin-bottom: 32px
    }
    .footer-main__link-list-title {
        cursor: pointer;
        padding-right: 32px;
        position: relative
    }
    .footer-main__link-list-title:after {
        speak: never;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e900";
        font-family: icons !important;
        font-size: 20px;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        line-height: 1;
        position: absolute;
        right: 0;
        text-transform: none;
        top: 0;
        z-index: 1
    }
    .footer-main__link-list-title.is-open:after {
        color: #788dbb;
        content: "\e903"
    }
}

@media screen and (min-width:768px) {
    .footer-main {
        padding: 64px 0 70px
    }
    .footer-main__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .footer-main__brand-col {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        margin: 0;
        -webkit-order: 1;
        order: 1;
        width: 35vw
    }
    .footer-main__link-col {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-order: 2;
        order: 2;
        width: 58.5vw
    }
    .footer-main__link-list {
        margin-bottom: 32px;
        padding-left: 4vw;
        width: 50%
    }
    .footer-main__link-list+.footer-main__link-list,
    .footer-main__link-list-title+.footer-main__link-accordion-list .footer-main__link-list-item+.footer-main__link-list-item {
        margin-top: 0
    }
    .footer-main__link-list-title {
        margin-bottom: 12px
    }
    .footer-main__link-list-item+.footer-main__link-list-item {
        margin-top: 12px
    }
    .footer-main__link-list-btn {
        padding: 0
    }
    .footer-main__social-wrapper {
        border-top: none
    }
    .footer-main__social-title {
        text-align: left
    }
    .footer-main__social-list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        border-top: none;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        margin: 12px -6px 0;
        padding: 0
    }
    .footer-main__affiliates {
        border-top: none;
        display: block;
        margin-top: auto;
        padding-top: 32px
    }
    .footer-main__affiliates-item {
        padding: 0
    }
}

@media screen and (min-width:1260px) {
    .footer-main__brand-col {
        width: 22vw
    }
    .footer-main__link-col {
        width: 72vw
    }
    .footer-main__link-list {
        padding-left: 2vw;
        width: 24vw
    }
}

@media screen and (min-width:1440px) {
    .footer-main__brand-col {
        width: 290px
    }
    .footer-main__link-col {
        width: 990px
    }
    .footer-main__link-list {
        padding-left: 40px;
        width: 330px
    }
}

.footer-postfix {
    background-color: #202020;
    color: #f3f3f3;
    padding-bottom: 64px
}

.footer-postfix__inner {
    min-height: 60px;
    padding: 32px 0;
    text-align: center
}

.footer-postfix__copy {
    font-size: 12px;
    line-height: 18px;
    margin-top: 32px
}

.footer-postfix__links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 -12px
}

.footer-postfix__links-item {
    margin: 12px
}

.footer-postfix__links-btn {
    font-size: 12px;
    line-height: 18px;
    -webkit-transition: color .16s linear;
    transition: color .16s linear
}

@media (hover:hover) {
    .footer-postfix__links-btn:hover {
        color: #0083bd
    }
}

@media screen and (min-width:768px) {
    .footer-postfix__inner {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between
    }
    .footer-postfix__copy {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        margin-top: 0;
        -webkit-order: 1;
        order: 1
    }
    .footer-postfix__links {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        margin: 0 -12px 0 0;
        -webkit-order: 2;
        order: 2
    }
    .footer-postfix__links-item {
        margin: 0 12px
    }
}

@media screen and (min-width:1260px) {
    .footer-postfix {
        padding-bottom: 0
    }
}

.footer-landing {
    margin-top: auto
}

.footer-landing__main {
    background-color: #163269;
    padding: 50px 0 40px
}

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

.footer-landing__logo {
    margin-bottom: 24px
}

.footer-landing__logo svg {
    height: 60px;
    width: 140px
}

.footer-landing__affiliates-item {
    margin: 12px 0
}

.footer-landing__social-wrapper {
    margin-top: 24px
}

.footer-landing__social-list {
    -ms-flex-pack: distribute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around
}

.footer-landing__social-item {
    height: 32px;
    margin: 6px;
    width: 32px
}

.footer-landing__social-item-btn {
    color: #00a5df;
    display: inline-block;
    font-size: 0;
    height: 32px;
    -webkit-transition: color .16s linear;
    transition: color .16s linear;
    width: 32px
}

.footer-landing__social-item-btn:after {
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: icons !important;
    font-size: 32px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none
}

.footer-landing__social-item-btn--facebook:after {
    content: "\e913"
}

.footer-landing__social-item-btn--instagram:after {
    content: "\e919"
}

.footer-landing__social-item-btn--youtube:after {
    content: "\e91a"
}

.footer-landing__social-item-btn--linkedin:after {
    content: "\e914"
}

.footer-landing__social-item-btn--twitter:after {
    content: "\e915"
}

@media (hover:hover) {
    .footer-landing__social-item-btn:hover {
        color: #0083bd
    }
}

@media screen and (min-width:768px) {
    .footer-landing__main {
        padding: 32px 0
    }
    .footer-landing__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .footer-landing__logo {
        margin: 0 24px 0 0
    }
    .footer-landing__affiliates-item {
        margin: 0 24px
    }
    .footer-landing__social-wrapper {
        margin: 0 0 0 auto
    }
}

.homepage-hero {
    color: #fff;
    position: relative
}

.homepage-hero--default {
    background-color: #012169
}

.homepage-hero__bg {
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.homepage-hero__bg--leftTop {
    background-position: 0 0
}

.homepage-hero__bg--top {
    background-position: top
}

.homepage-hero__bg--rightTop {
    background-position: 100% 0
}

.homepage-hero__bg--left {
    background-position: 0
}

.homepage-hero__bg--middle {
    background-position: 50%
}

.homepage-hero__bg--right {
    background-position: 100%
}

.homepage-hero__bg--leftBottom {
    background-position: 0 100%
}

.homepage-hero__bg--bottom {
    background-position: bottom
}

.homepage-hero__bg--rightBottom {
    background-position: 100% 100%
}

.homepage-hero__bg:after {
    background-color: rgba(1, 33, 105, .3);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.homepage-hero__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    min-height: 320px;
    padding: 120px 0;
    position: relative;
    z-index: 10
}

.homepage-hero__pretitle {
    border-bottom: 1px solid hsla(0, 0%, 100%, .5);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.56;
    margin-right: auto;
    padding-bottom: 8px
}

.homepage-hero__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.42
}

.homepage-hero__pretitle+.homepage-hero__title {
    margin-top: 24px
}

@media screen and (min-width:768px) {
    .homepage-hero__inner {
        min-height: 640px;
        width: 54.5vw
    }
}

@media screen and (min-width:1260px) {
    .homepage-hero__inner {
        margin-left: 8vw;
        width: 54vw
    }
    .homepage-hero__pretitle {
        font-size: 20px;
        line-height: 1.4
    }
    .homepage-hero__title {
        font-size: 36px;
        line-height: 1.5
    }
}

@media screen and (min-width:1440px) {
    .homepage-hero__inner {
        margin-left: 110px;
        width: 730px
    }
}

.richmedia-block {
    background-image: url(../images/circle-bg.4fa31d0c.svg);
    background-position: top;
    background-size: cover;
    padding: 60px 0
}

.richmedia-block.is-white {
    background-color: #fff
}

.richmedia-block.is-grey {
    background-color: #f3f3f3
}

.richmedia-block__col-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 48px
}

.richmedia-block__media-wrapper {
    background-color: #000;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 24px rgba(1, 33, 105, .25);
    box-shadow: 0 4px 24px rgba(1, 33, 105, .25);
    padding-top: 100%;
    position: relative;
    width: 100%
}

.richmedia-block__img,
.richmedia-block__media-wrapper iframe,
.richmedia-block__media-wrapper video {
    border-radius: 4px;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.richmedia-block__img {
    -o-object-fit: cover;
    object-fit: cover
}

.richmedia-block__btn-play {
    background-color: rgba(1, 33, 105, .3);
    border-radius: 4px;
    font-size: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.richmedia-block__btn-play,
.richmedia-block__btn-play-icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center
}

.richmedia-block__btn-play-icon {
    background-color: #00a5df;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 24px rgba(1, 33, 105, .25);
    box-shadow: 0 4px 24px rgba(1, 33, 105, .25);
    color: #fff;
    height: 60px;
    -webkit-transition: background-color .16s linear;
    transition: background-color .16s linear;
    width: 60px
}

.richmedia-block__btn-play-icon:after {
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e90b";
    font-family: icons !important;
    font-size: 44px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    -webkit-transform: translateX(1px);
    transform: translateX(1px)
}

.richmedia-block__header {
    margin-bottom: 32px
}

.richmedia-block__preheading {
    color: #00a5df;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5
}

.richmedia-block__heading {
    color: #163269;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.31
}

.richmedia-block__preheading+.richmedia-block__heading {
    margin-top: 6px
}

.richmedia-block__text {
    color: #5f74a2;
    font-size: 14px;
    line-height: 1.6
}

.richmedia-block__footer {
    padding-top: 48px
}

@media (hover:hover) {
    .richmedia-block__btn-play:hover .richmedia-block__btn-play-icon {
        background-color: #0083bd
    }
}

@media screen and (min-width:768px) {
    .richmedia-block__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .richmedia-block__col-media {
        width: 50%
    }
    .richmedia-block__col-text {
        margin-top: 0;
        padding: 40px 32px;
        width: 50%
    }
}

@media screen and (min-width:1260px) {
    .richmedia-block {
        padding: 80px 0
    }
    .richmedia-block__col-media {
        width: 46vw
    }
    .richmedia-block__col-text {
        margin-left: auto;
        padding: 60px 8vw;
        width: 46vw
    }
    .richmedia-block__preheading {
        font-size: 18px;
        line-height: 1.5
    }
    .richmedia-block__heading {
        font-size: 32px;
        line-height: 1.31
    }
    .richmedia-block__preheading+.richmedia-block__heading {
        margin-top: 16px
    }
    .richmedia-block__text {
        font-size: 16px;
        line-height: 1.75
    }
}

@media screen and (min-width:1440px) {
    .richmedia-block__col-media {
        width: 620px
    }
    .richmedia-block__col-text {
        padding: 60px 110px;
        width: 620px
    }
}

.benefits-block {
    background-color: #012169;
    padding: 40px 0
}

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

.benefits-block__item {
    margin: 30px auto;
    max-width: 340px;
    text-align: center
}

.benefits-block__item-icon {
    display: block;
    height: 64px;
    margin: 0 auto 24px;
    width: 64px
}

.benefits-block__item-title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 16px
}

.benefits-block__item-dscr {
    color: #99a6c3;
    line-height: 1.5
}

@media screen and (min-width:768px) {
    .benefits-block {
        padding: 80px 0
    }
    .benefits-block__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 auto;
        width: 78vw
    }
    .benefits-block__item {
        max-width: 100%;
        padding-right: 4vw;
        text-align: left;
        width: 39vw
    }
    .benefits-block__item-icon {
        margin: 0 0 24px
    }
}

@media screen and (min-width:1260px) {
    .benefits-block__inner {
        margin: 0 -2vw;
        width: auto
    }
    .benefits-block__item {
        margin-left: 2vw;
        margin-right: 0;
        padding-right: 8vw;
        width: 30vw
    }
}

@media screen and (min-width:1440px) {
    .benefits-block__inner {
        margin: 0 -40px
    }
    .benefits-block__item {
        margin-left: 40px;
        padding-right: 110px;
        width: 400px
    }
}

.services-block {
    overflow: hidden;
    padding: 80px 0;
    position: relative
}

.services-block.is-gradient:after {
    background: -webkit-gradient(linear, left bottom, left top, from(#f3f3f3), to(hsla(0, 0%, 95%, 0)));
    background: linear-gradient(1turn, #f3f3f3, hsla(0, 0%, 95%, 0));
    bottom: 0;
    content: "";
    height: 320px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1
}

.services-block.is-white {
    background-color: #fff
}

.services-block.is-grey {
    background-color: #f3f3f3
}

.services-block__header {
    margin: 0 auto 80px;
    max-width: 780px;
    text-align: center
}

.services-block__title {
    color: #163269;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3
}

.services-block__preface {
    color: #5f74a2;
    font-size: 16px;
    line-height: 1.5
}

.services-block__title+.services-block__preface {
    margin-top: 32px
}

.services-block__list-wrapper {
    margin: 0 -20px;
    overflow: auto
}

.services-block__list {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 10px
}

.services-block__item-wrapper {
    padding: 0 10px
}

.services-block__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: #fff;
    border: 2px solid #00a5df;
    border-radius: 4px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 80vw;
    min-height: 368px;
    padding: 32px 32px 36px 24px;
    position: relative;
    -webkit-transition: background-color .16s linear, -webkit-transform .16s linear, -webkit-box-shadow .16s linear;
    transition: background-color .16s linear, -webkit-transform .16s linear, -webkit-box-shadow .16s linear;
    transition: transform .16s linear, background-color .16s linear, box-shadow .16s linear;
    transition: transform .16s linear, background-color .16s linear, box-shadow .16s linear, -webkit-transform .16s linear, -webkit-box-shadow .16s linear;
    width: 280px
}

.services-block a.services-block__item:after {
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    bottom: 16px;
    content: "\e90f";
    font-family: icons !important;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    right: 10px;
    text-transform: none;
    z-index: 1
}

.services-block__item-title,
.services-block a.services-block__item:after {
    color: #00a5df;
    -webkit-transition: color .16s linear;
    transition: color .16s linear
}

.services-block__item-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3
}

.services-block__item-dscr {
    color: #5f74a2;
    font-size: 16px;
    line-height: 1.43;
    margin-top: auto;
    -webkit-transition: color .16s linear;
    transition: color .16s linear
}

@media (hover:hover) {
    .services-block a.services-block__item:hover {
        background-color: #00a5df;
        -webkit-box-shadow: 0 4px 24px rgba(1, 33, 105, .2);
        box-shadow: 0 4px 24px rgba(1, 33, 105, .2);
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    .services-block a.services-block__item:hover:after,
    a.services-block__item:hover .services-block__item-dscr,
    a.services-block__item:hover .services-block__item-title {
        color: #fff
    }
}

@media screen and (min-width:768px) {
    .services-block__list-wrapper {
        margin: 0 -3.25vw
    }
    .services-block__list {
        padding: 10px 3.25vw
    }
    .services-block__item-wrapper {
        padding: 0 10px
    }
}

@media screen and (min-width:1260px) {
    .services-block {
        padding: 80px 0 100px
    }
    .services-block__header {
        margin-bottom: 64px;
        max-width: 100%;
        width: 62vw
    }
    .services-block__title {
        font-size: 32px;
        line-height: 1.5
    }
    .services-block__preface {
        font-size: 18px;
        line-height: 1.5
    }
    .services-block__list-wrapper {
        margin: 0;
        overflow: visible
    }
    .services-block__list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -1vw;
        padding: 0
    }
    .services-block__item-wrapper {
        padding: 1vw
    }
    .services-block__item {
        width: 22vw
    }
    .services-block__item-title {
        font-size: 22px;
        line-height: 1.3
    }
}

@media screen and (min-width:1440px) {
    .services-block__header {
        width: 840px
    }
    .services-block__list {
        margin: 0 -20px
    }
    .services-block__item-wrapper {
        padding: 20px
    }
    .services-block__item {
        width: 290px
    }
}

.richmedia-carousel {
    position: relative
}

.richmedia-carousel.is-blue {
    background-color: #00a5df
}

.richmedia-carousel__slide {
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity 0s linear;
    transition: opacity 0s linear;
    visibility: hidden;
    z-index: -1
}

.richmedia-carousel__slide.is-current {
    opacity: 1;
    position: static;
    -webkit-transition: opacity .6s linear;
    transition: opacity .6s linear;
    visibility: visible;
    z-index: 1
}

.richmedia-carousel__media {
    background-color: #012169;
    height: 320px
}

.richmedia-carousel__media-wrapper {
    height: 100%;
    position: relative;
    width: 100%
}

.richmedia-carousel__media-wrapper iframe,
.richmedia-carousel__media-wrapper video {
    height: 100%;
    width: 100%
}

.richmedia-carousel__media-bg {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%
}

.richmedia-carousel__btn-play {
    background-color: rgba(1, 33, 105, .3);
    border-radius: 4px;
    font-size: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.richmedia-carousel__btn-play,
.richmedia-carousel__btn-play-icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center
}

.richmedia-carousel__btn-play-icon {
    background-color: #00a5df;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 24px rgba(1, 33, 105, .25);
    box-shadow: 0 4px 24px rgba(1, 33, 105, .25);
    color: #fff;
    height: 60px;
    -webkit-transition: background-color .16s linear;
    transition: background-color .16s linear;
    width: 60px
}

.richmedia-carousel__btn-play-icon:after {
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e90b";
    font-family: icons !important;
    font-size: 44px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    -webkit-transform: translateX(1px);
    transform: translateX(1px)
}

.richmedia-carousel.is-white .richmedia-carousel__main {
    background-color: #fff
}

.richmedia-carousel.is-grey .richmedia-carousel__main {
    background-color: #f3f3f3
}

.richmedia-carousel.is-blue .richmedia-carousel__main {
    background-color: #00a5df
}

.richmedia-carousel__inner {
    padding: 48px 20px 52px
}

.richmedia-carousel__header {
    margin-bottom: 32px
}

.richmedia-carousel__preheading {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5
}

.richmedia-carousel.is-grey .richmedia-carousel__preheading,
.richmedia-carousel.is-white .richmedia-carousel__preheading {
    color: #00a5df
}

.richmedia-carousel.is-blue .richmedia-carousel__preheading {
    color: #f3f3f3
}

.richmedia-carousel__heading {
    color: #163269;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.31
}

.richmedia-carousel__preheading+.richmedia-carousel__heading {
    margin-top: 6px
}

.richmedia-carousel__text {
    color: #5f74a2;
    font-size: 14px;
    line-height: 1.6
}

.richmedia-carousel.is-grey .richmedia-carousel__text,
.richmedia-carousel.is-white .richmedia-carousel__text {
    color: #5f74a2
}

.richmedia-carousel.is-blue .richmedia-carousel__text {
    color: #fff
}

.richmedia-carousel__footer {
    padding-top: 32px
}

.richmedia-carousel__nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 32px;
    padding: 0 10px;
    position: relative
}

.richmedia-carousel__nav,
.richmedia-carousel__nav-dots {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.richmedia-carousel__nav-dots {
    height: 32px
}

.richmedia-carousel__nav-dot,
.richmedia-carousel__nav-dot-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    justify-content: center
}

.richmedia-carousel__nav-dot-btn {
    font-size: 0;
    height: 20px;
    width: 20px
}

.richmedia-carousel__nav-dot-btn:after {
    border: 1px solid #00a5df;
    border-radius: 50%;
    content: "";
    display: block;
    height: 10px;
    -webkit-transition: background-color .16s linear, border-color .16s linear;
    transition: background-color .16s linear, border-color .16s linear;
    width: 10px
}

.richmedia-carousel.is-blue .richmedia-carousel__nav-dot-btn:after {
    border-color: #fff
}

.richmedia-carousel__nav-dot-btn.is-current:after {
    background-color: #00a5df
}

.richmedia-carousel.is-blue .richmedia-carousel__nav-dot-btn.is-current:after {
    background-color: #fff
}

.richmedia-carousel__nav-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #00a5df;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    height: 32px;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: color .16s linear;
    transition: color .16s linear;
    width: 32px
}

.richmedia-carousel.is-blue .richmedia-carousel__nav-btn {
    color: #fff
}

.richmedia-carousel__nav-btn:before {
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: icons !important;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none
}

.richmedia-carousel__nav-btn--prev:before {
    content: "\e901"
}

.richmedia-carousel__nav-btn--next:before {
    content: "\e902"
}

.richmedia-carousel.is-blue .richmedia-carousel__cta {
    color: #163269
}

@media (hover:hover) {
    .richmedia-carousel__btn-play:hover .richmedia-carousel__btn-play-icon {
        background-color: #0083bd
    }
    .richmedia-carousel.is-blue .richmedia-carousel__nav-dot-btn:hover:after,
    .richmedia-carousel__nav-dot-btn:hover:after {
        border-color: #0083bd
    }
    .richmedia-carousel.is-blue .richmedia-carousel__cta:hover,
    .richmedia-carousel.is-blue .richmedia-carousel__nav-btn:hover,
    .richmedia-carousel__nav-btn:hover {
        color: #0083bd
    }
}

@media screen and (min-width:768px) {
    .richmedia-carousel__slide {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        min-height: 460px
    }
    .richmedia-carousel__media {
        height: auto;
        width: 50%
    }
    .richmedia-carousel__main {
        width: 50%
    }
    .richmedia-carousel__inner {
        height: 100%;
        padding: 42px 3.25vw 70px
    }
    .richmedia-carousel__nav {
        bottom: 24px;
        left: 50%;
        margin-bottom: 0;
        padding: 0 3.25vw;
        position: absolute;
        width: 50%
    }
    .richmedia-carousel__nav-btn {
        position: absolute;
        top: 0;
        z-index: 1
    }
    .richmedia-carousel__nav-btn--prev {
        right: 8vw
    }
    .richmedia-carousel__nav-btn--next {
        right: 3.25vw
    }
}

@media screen and (max-width:1259px) {
    .richmedia-carousel__cta.btn--link.btn--lg {
        font-size: 16px;
        line-height: 18px
    }
    .richmedia-carousel__cta.btn--link.btn--lg:after {
        font-size: 18px;
        line-height: 18px
    }
}

@media screen and (min-width:1260px) {
    .richmedia-carousel__slide {
        min-height: 540px
    }
    .richmedia-carousel__inner {
        margin-left: 1vw;
        padding: 64px 8vw 80px;
        width: 46vw
    }
    .richmedia-carousel__nav {
        bottom: 40px;
        margin-left: 8vw;
        padding-left: 1vw;
        width: 38vw
    }
    .richmedia-carousel__nav-btn--prev {
        right: 40px
    }
    .richmedia-carousel__nav-btn--next {
        right: 0
    }
    .richmedia-carousel__preheading {
        font-size: 16px;
        line-height: 1.5
    }
    .richmedia-carousel__heading {
        font-size: 26px;
        line-height: 1.31
    }
    .richmedia-carousel__preheading+.richmedia-carousel__heading {
        margin-top: 6px
    }
    .richmedia-carousel__text {
        font-size: 16px;
        line-height: 1.75
    }
    .richmedia-carousel__footer {
        padding-top: 48px
    }
}

@media screen and (min-width:1440px) {
    .richmedia-carousel__inner {
        margin-left: 20px;
        padding: 64px 110px;
        width: 620px
    }
    .richmedia-carousel__nav {
        margin-left: 110px;
        padding-left: 20px;
        width: 510px
    }
}

.cta-block {
    background-color: var(--primary_background);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQ0MCIgaGVpZ2h0PSIyNTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PG1hc2sgaWQ9ImEiIG1hc2stdHlwZT0iYWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSIxNDQwIiBoZWlnaHQ9IjI1NiI+PHBhdGggZmlsbD0iIzAxMjE2OSIgZD0iTTAgMGgxNDQwdjI1NkgweiIvPjwvbWFzaz48ZyBtYXNrPSJ1cmwoI2EpIiBzdHJva2U9IiM5OUE2QzMiIHN0cm9rZS1vcGFjaXR5PSIuNCI+PHBhdGggZD0iTTk1NS44MjggNDE3LjVjMCAxNTAuNzczLTEyMi4zOTYgMjczLTI3My4zOCAyNzMtMTUwLjk4NSAwLTI3My4zODEtMTIyLjIyNy0yNzMuMzgxLTI3M3MxMjIuMzk2LTI3MyAyNzMuMzgxLTI3M2MxNTAuOTg0IDAgMjczLjM4IDEyMi4yMjcgMjczLjM4IDI3M1pNMTU4MC43IDE3MS41YzAgMTAwLjUxNS04MS42IDE4Mi0xODIuMjYgMTgyLTEwMC42NSAwLTE4Mi4yNS04MS40ODUtMTgyLjI1LTE4MnM4MS42LTE4MiAxODIuMjUtMTgyYzEwMC42NiAwIDE4Mi4yNiA4MS40ODUgMTgyLjI2IDE4MlpNMTE5MS4xNi0xMDQuNWMwIDEwMC41MTUtODEuNiAxODItMTgyLjI2IDE4Mi0xMDAuNjU1IDAtMTgyLjI1My04MS40ODUtMTgyLjI1My0xODJzODEuNTk4LTE4MiAxODIuMjUzLTE4MmMxMDAuNjYgMCAxODIuMjYgODEuNDg1IDE4Mi4yNiAxODJaTTQ5NS4xODktNjNjMCAxMTguNDY0LTk2LjE2OCAyMTQuNS0yMTQuNzk5IDIxNC41UzY1LjU5IDU1LjQ2NCA2NS41OS02M3M5Ni4xNjktMjE0LjUgMjE0LjgtMjE0LjVjMTE4LjYzMSAwIDIxNC43OTkgOTYuMDM2IDIxNC43OTkgMjE0LjVaIi8+PC9nPjwvc3ZnPg==");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 48px 0 40px
}

.cta-block__heading {
    font-size: 16px
}

.cta-block__heading,
.cta-block__text {
    color: #fff;
    font-weight: 600;
    line-height: 1.5
}

.cta-block__text {
    font-size: 22px
}

.cta-block__heading+.cta-block__text {
    margin-top: 24px
}

.cta-block__action {
    margin-top: 60px
}

.cta-block__action .btn {
    white-space: nowrap
}

@media screen and (max-width:767px) {
    .cta-block__btn.btn--xlg {
        width: 100%
    }
}

@media screen and (min-width:768px) {
    .cta-block {
        padding: 60px 0
    }
    .cta-block__inner {
        -webkit-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        align-items: flex-end;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto;
        width: 74vw
    }
    .cta-block__main {
        width: 54.5vw
    }
    .cta-block__action {
        margin-left: auto;
        padding-bottom: 8px;
        padding-left: 32px
    }
}

@media screen and (max-width:1259px) {
    .cta-block__btn.btn--xlg {
        font-size: 18px;
        line-height: 46px
    }
}

@media screen and (min-width:1260px) {
    .cta-block {
        padding: 80px 0
    }
    .cta-block__inner {
        margin: 0 auto;
        width: 78vw
    }
    .cta-block__main {
        width: 46vw
    }
    .cta-block__heading {
        font-size: 20px;
        line-height: 1.4
    }
    .cta-block__text {
        font-size: 28px;
        line-height: 1.4
    }
    .cta-block__btn {
        min-width: 22vw
    }
}

@media screen and (min-width:1440px) {
    .cta-block__inner {
        width: 1060px
    }
    .cta-block__main {
        width: 620px
    }
    .cta-block__btn {
        min-width: 290px
    }
}

.subject-carousel {
    padding: 80px 0 60px;
    position: relative
}

.subject-carousel.is-gradient:after {
    background: -webkit-gradient(linear, left bottom, left top, from(#f3f3f3), to(hsla(0, 0%, 95%, 0)));
    background: linear-gradient(1turn, #f3f3f3, hsla(0, 0%, 95%, 0));
    bottom: 0;
    content: "";
    height: 320px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1
}

.subject-carousel.is-white {
    background-color: #fff
}

.subject-carousel.is-grey {
    background-color: #f3f3f3
}

.subject-carousel__header {
    margin-bottom: 40px;
    text-align: center
}

.subject-carousel__heading {
    color: #163269;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3
}

.subject-carousel__heading+.subject-carousel__all-link {
    margin-top: 16px
}

.subject-carousel__list {
    margin: 0 -20px
}

.subject-carousel__item-wrapper {
    padding: 10px
}

.subject-carousel__item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 24px rgba(1, 33, 105, .05);
    box-shadow: 0 4px 24px rgba(1, 33, 105, .05);
    height: 200px;
    -webkit-transition: -webkit-box-shadow .16s linear;
    transition: -webkit-box-shadow .16s linear;
    transition: box-shadow .16s linear;
    transition: box-shadow .16s linear, -webkit-box-shadow .16s linear
}

.subject-carousel__item,
.subject-carousel__item-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.subject-carousel__item-header {
    background: -webkit-gradient(linear, left bottom, left top, from(#012169), color-stop(68.75%, rgba(1, 33, 105, .4)), to(rgba(1, 33, 105, 0)));
    background: linear-gradient(1turn, #012169, rgba(1, 33, 105, .4) 68.75%, rgba(1, 33, 105, 0));
    border-radius: 0 0 4px 4px;
    margin-top: auto;
    min-height: 120px;
    padding: 20px 60px 16px 20px;
    width: 100%
}

.subject-carousel__item-title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    margin-top: auto
}

.subject-carousel__footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 24px;
    min-height: 32px;
    padding: 0 20px;
    position: relative
}

.subject-carousel__bullets,
.subject-carousel__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.subject-carousel__bullet {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 0;
    height: 20px;
    -webkit-justify-content: center;
    justify-content: center;
    width: 20px
}

.subject-carousel__bullet:after {
    border: 1px solid #00a5df;
    border-radius: 50%;
    content: "";
    display: block;
    height: 10px;
    -webkit-transition: background-color .16s linear, border-color .16s linear;
    transition: background-color .16s linear, border-color .16s linear;
    width: 10px
}

.subject-carousel__bullet.glide__bullet--active:after {
    background-color: #00a5df
}

.subject-carousel__arrow,
.subject-carousel__arrows {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.subject-carousel__arrow {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #00a5df;
    font-size: 0;
    height: 32px;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: color .16s linear;
    transition: color .16s linear;
    width: 32px
}

.subject-carousel__arrow:before {
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: icons !important;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none
}

.subject-carousel__arrow--prev:before {
    content: "\e901"
}

.subject-carousel__arrow--next:before {
    content: "\e902"
}

@media (hover:hover) {
    .subject-carousel__item:hover {
        -webkit-box-shadow: 0 4px 8px rgba(1, 33, 105, .4);
        box-shadow: 0 4px 8px rgba(1, 33, 105, .4)
    }
    .subject-carousel__bullet:hover:after {
        border-color: #0083bd
    }
    .subject-carousel__arrow:hover {
        color: #0083bd
    }
}

@media screen and (max-width:767px) {
    .subject-carousel__arrow {
        position: absolute;
        top: 0;
        z-index: 1
    }
    .subject-carousel__arrow--prev {
        left: 10px
    }
    .subject-carousel__arrow--next {
        right: 10px
    }
}

@media screen and (min-width:768px) {
    .subject-carousel__list {
        margin: 0 -10px
    }
    .subject-carousel__footer {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding: 0 10px
    }
}

@media screen and (min-width:1260px) {
    .subject-carousel {
        padding: 80px 0
    }
    .subject-carousel__header {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-align-items: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin-bottom: 80px
    }
    .subject-carousel__heading {
        font-size: 32px;
        line-height: 1.4
    }
    .subject-carousel__heading+.subject-carousel__all-link {
        margin-top: 0
    }
    .subject-carousel__item {
        height: 250px
    }
    .subject-carousel__item-header {
        padding: 24px 64px 24px 24px
    }
    .subject-carousel__item-title {
        font-size: 22px;
        line-height: 1.3
    }
    .subject-carousel__arrows {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.abstract-links-block {
    overflow: hidden
}

.abstract-links-block.is-grey {
    background-color: #f3f3f3
}

.abstract-links-block__main {
    padding: 60px 0
}

.abstract-links-block__heading {
    color: #163269;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 32px
}

.abstract-links-block__text {
    color: #5f74a2;
    line-height: 1.5
}

.abstract-links-block__footer {
    margin-top: 32px
}

.abstract-links-block__aside {
    background-color: #00a5df;
    margin: 0 -20px;
    padding: 40px 20px
}

.abstract-links-block__link-list {
    position: relative;
    z-index: 2
}

.abstract-links-block__link-item {
    border-bottom: 1px solid hsla(0, 0%, 100%, .4);
    padding: 16px 0
}

.abstract-links-block__link-item:first-child {
    padding-top: 0
}

.abstract-links-block__link {
    white-space: normal;
    width: 100%
}

.abstract-links-block__link:after {
    margin-left: auto
}

@media screen and (max-width:767px) {
    .abstract-links-block__link.btn--link.btn--lg {
        font-size: 16px
    }
}

@media screen and (min-width:768px) {
    .abstract-links-block__aside {
        margin: 0 -3.25vw;
        padding: 60px 3.25vw
    }
}

@media screen and (min-width:1260px) {
    .abstract-links-block__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .abstract-links-block__main {
        padding: 80px 0;
        width: 62vw
    }
    .abstract-links-block__main-inner {
        width: 54vw
    }
    .abstract-links-block__heading {
        font-size: 32px;
        line-height: 1.4
    }
    .abstract-links-block__footer {
        margin-top: 64px
    }
    .abstract-links-block__aside {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        justify-content: center;
        margin: 0;
        padding: 80px 0 80px 6vw;
        position: relative;
        width: 32vw
    }
    .abstract-links-block__aside:before {
        background-color: #00a5df;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        top: 0;
        width: 100vw;
        z-index: 1
    }
    .abstract-links-block__link-item {
        padding: 24px 0
    }
}

@media screen and (min-width:1440px) {
    .abstract-links-block__main {
        width: 840px
    }
    .abstract-links-block__main-inner {
        width: 730px
    }
    .abstract-links-block__aside {
        padding: 80px 0 80px 110px;
        width: 440px
    }
}

.achievement-block {
    background-color: #012169;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQ0MCIgaGVpZ2h0PSIyNTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PG1hc2sgaWQ9ImEiIG1hc2stdHlwZT0iYWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSIxNDQwIiBoZWlnaHQ9IjI1NiI+PHBhdGggZmlsbD0iIzAxMjE2OSIgZD0iTTAgMGgxNDQwdjI1NkgweiIvPjwvbWFzaz48ZyBtYXNrPSJ1cmwoI2EpIiBzdHJva2U9IiM5OUE2QzMiIHN0cm9rZS1vcGFjaXR5PSIuNCI+PHBhdGggZD0iTTk1NS44MjggNDE3LjVjMCAxNTAuNzczLTEyMi4zOTYgMjczLTI3My4zOCAyNzMtMTUwLjk4NSAwLTI3My4zODEtMTIyLjIyNy0yNzMuMzgxLTI3M3MxMjIuMzk2LTI3MyAyNzMuMzgxLTI3M2MxNTAuOTg0IDAgMjczLjM4IDEyMi4yMjcgMjczLjM4IDI3M1pNMTU4MC43IDE3MS41YzAgMTAwLjUxNS04MS42IDE4Mi0xODIuMjYgMTgyLTEwMC42NSAwLTE4Mi4yNS04MS40ODUtMTgyLjI1LTE4MnM4MS42LTE4MiAxODIuMjUtMTgyYzEwMC42NiAwIDE4Mi4yNiA4MS40ODUgMTgyLjI2IDE4MlpNMTE5MS4xNi0xMDQuNWMwIDEwMC41MTUtODEuNiAxODItMTgyLjI2IDE4Mi0xMDAuNjU1IDAtMTgyLjI1My04MS40ODUtMTgyLjI1My0xODJzODEuNTk4LTE4MiAxODIuMjUzLTE4MmMxMDAuNjYgMCAxODIuMjYgODEuNDg1IDE4Mi4yNiAxODJaTTQ5NS4xODktNjNjMCAxMTguNDY0LTk2LjE2OCAyMTQuNS0yMTQuNzk5IDIxNC41UzY1LjU5IDU1LjQ2NCA2NS41OS02M3M5Ni4xNjktMjE0LjUgMjE0LjgtMjE0LjVjMTE4LjYzMSAwIDIxNC43OTkgOTYuMDM2IDIxNC43OTkgMjE0LjVaIi8+PC9nPjwvc3ZnPg==");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0
}

.achievement-block__item {
    padding: 0 12px;
    text-align: center
}

.achievement-block__item+.achievement-block__item {
    margin-top: 62px
}

.achievement-block__value {
    color: #00a5df;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.5
}

.achievement-block__label {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3
}

@media screen and (min-width:768px) {
    .achievement-block {
        padding: 60px 0
    }
    .achievement-block__inner {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center
    }
    .achievement-block__item {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .achievement-block__item+.achievement-block__item {
        margin-top: 0
    }
}

@media screen and (min-width:1260px) {
    .achievement-block {
        padding: 80px 0
    }
}

.logo-carousel {
    max-width: 100%;
    overflow: hidden;
    padding: 36px 0
}

.logo-carousel__list {
    margin: 0 -20px;
    position: relative
}

.logo-carousel__list:after,
.logo-carousel__list:before {
    bottom: 0;
    content: "";
    position: absolute;
    top: 0;
    width: 60px;
    z-index: 10
}

.logo-carousel__list:before {
    background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(37.59%, #fff), to(hsla(0, 0%, 100%, 0)));
    background: linear-gradient(90deg, #fff, #fff 37.59%, hsla(0, 0%, 100%, 0));
    left: 0
}

.logo-carousel__list:after {
    background: -webkit-gradient(linear, right top, left top, from(#fff), color-stop(37.59%, #fff), to(hsla(0, 0%, 100%, 0)));
    background: linear-gradient(270deg, #fff, #fff 37.59%, hsla(0, 0%, 100%, 0));
    right: 0
}

.logo-carousel__item-wrapper {
    padding: 0 8px;
    text-align: center
}

.logo-carousel__img {
    max-height: 70px;
    max-width: 100%
}

@media screen and (min-width:768px) {
    .logo-carousel__list {
        margin: 0 -3.25vw
    }
    .logo-carousel__list:after,
    .logo-carousel__list:before {
        width: 120px
    }
}

@media screen and (min-width:1260px) {
    .logo-carousel__list {
        margin: 0
    }
}

.news-block {
    padding: 80px 0;
    position: relative
}

.news-block:after {
    background: -webkit-gradient(linear, left bottom, left top, from(#f3f3f3), to(hsla(0, 0%, 95%, 0)));
    background: linear-gradient(1turn, #f3f3f3, hsla(0, 0%, 95%, 0));
    bottom: 0;
    content: "";
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1
}

.news-block__header {
    margin-bottom: 40px
}

.news-block__heading {
    color: #163269;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.5
}

.news-block__img-wrapper {
    background-color: #f3f3f3;
    border-radius: 4px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 220px;
    -webkit-transition: opacity .16s linear;
    transition: opacity .16s linear;
    width: 100%
}

.news-block__img {
    border-radius: 4px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.news-block__img-placeholder {
    margin: auto
}

.news-block__item-body {
    margin-top: 24px
}

.news-block__item-title {
    color: #00a5df;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    -webkit-transition: color .16s linear;
    transition: color .16s linear
}

.news-block__item-footer {
    color: #5f74a2;
    font-size: 14px;
    line-height: 1.3;
    margin-top: 16px
}

.news-block__footer {
    margin-top: 40px;
    text-align: center
}

.news-block__nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 32px;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 32px -10px 0;
    position: relative
}

.news-block__bullets,
.news-block__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.news-block__bullet {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 0;
    height: 20px;
    -webkit-justify-content: center;
    justify-content: center;
    width: 20px
}

.news-block__bullet:after {
    border: 1px solid #00a5df;
    border-radius: 50%;
    content: "";
    display: block;
    height: 10px;
    -webkit-transition: background-color .16s linear, border-color .16s linear;
    transition: background-color .16s linear, border-color .16s linear;
    width: 10px
}

.news-block__bullet.glide__bullet--active:after {
    background-color: #00a5df
}

.news-block__arrow {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #00a5df;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    height: 32px;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 0;
    -webkit-transition: color .16s linear;
    transition: color .16s linear;
    width: 32px;
    z-index: 1
}

.news-block__arrow:before {
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: icons !important;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none
}

.news-block__arrow--prev:before {
    content: "\e901"
}

.news-block__arrow--next:before {
    content: "\e902"
}

.news-block__arrow--prev {
    left: 0
}

.news-block__arrow--next {
    right: 0
}

.news-block__aside {
    margin: 80px 0 0
}

@media (hover:hover) {
    .news-block__item:hover .news-block__item-title {
        color: #0083bd
    }
    .news-block__item:hover .news-block__img-wrapper {
        opacity: .8
    }
    .news-block__bullet:hover:after {
        border-color: #0083bd
    }
    .news-block__arrow:hover {
        color: #0083bd
    }
}

@media screen and (min-width:768px) {
    .news-block__item-wrapper {
        border-top: 1px solid #d8dce5;
        padding: 24px 0
    }
    .news-block__item-wrapper:last-child {
        border-bottom: 1px solid #d8dce5
    }
    .news-block__item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        min-height: 120px
    }
    .news-block__img-wrapper {
        height: 120px;
        max-width: 180px;
        width: 35vw
    }
    .news-block__img {
        border-radius: 4px;
        height: 120px;
        width: 100%
    }
    .news-block__item-body {
        -webkit-box-flex: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin-left: 4vw;
        margin-top: 0
    }
    .news-block__item-footer {
        margin-top: auto
    }
    .news-block__footer {
        text-align: left
    }
    .news-block__nav {
        display: none
    }
    .news-block__aside {
        margin: 80px auto 0;
        width: 54.5vw
    }
}

@media screen and (min-width:1260px) {
    .news-block {
        padding: 80px 0 100px
    }
    .news-block__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .news-block__main {
        width: 54vw
    }
    .news-block__header {
        margin-bottom: 24px
    }
    .news-block__heading {
        font-size: 32px;
        line-height: 1.3
    }
    .news-block__img-wrapper {
        width: 14vw
    }
    .news-block__item-body {
        margin-left: 2vw
    }
    .news-block__footer {
        margin-top: 60px
    }
    .news-block__aside {
        margin: 0 0 0 auto;
        width: 30vw
    }
}

@media screen and (min-width:1440px) {
    .news-block__main {
        width: 730px
    }
    .news-block__img-wrapper {
        width: 180px
    }
    .news-block__item-body {
        margin-left: 2vw
    }
    .news-block__aside {
        width: 400px
    }
}

@media screen and (max-width:767px) {
    .news-block-glide__track {
        overflow: hidden
    }
    .news-block-glide__slides {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        list-style: none;
        overflow: hidden;
        padding: 0;
        position: relative;
        -ms-touch-action: pan-Y;
        touch-action: pan-Y;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        white-space: nowrap;
        width: 100%
    }
    .news-block-glide__slide {
        -ms-flex-negative: 0;
        -webkit-touch-callout: none;
        -webkit-tap-highlight-color: transparent;
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        height: 100%;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        white-space: normal;
        width: 100%
    }
}

.subscription-form {
    background-color: #012169;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 24px rgba(1, 33, 105, .25);
    box-shadow: 0 4px 24px rgba(1, 33, 105, .25);
    color: #fff;
    padding: 132px 16px 32px;
    position: relative
}

.subscription-form__bg-wrapper {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.subscription-form__bg {
    height: 250px;
    margin-right: -32px;
    opacity: .3
}

.subscription-form__inner {
    position: relative
}

.subscription-form__header {
    margin-bottom: 40px;
    text-align: center
}

.subscription-form__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5
}

.subscription-form__subtitle {
    font-size: 16px;
    line-height: 1.5
}

.subscription-form__title+.subscription-form__subtitle {
    margin-top: 8px
}

.subscription-form__row+.subscription-form__row {
    margin-top: 24px
}

.subscription-form__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f3f3f3;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    color: #163269;
    font-size: 16px;
    font-weight: 500;
    line-height: 52px;
    min-width: 1%;
    padding: 0 16px;
    text-align: left;
    -webkit-transition: border-color .16s linear, background-color .16s linear;
    transition: border-color .16s linear, background-color .16s linear;
    width: 100%
}

.subscription-form__input:focus {
    background-color: #fff;
    border-color: #00a5df
}

.subscription-form__input::-webkit-input-placeholder {
    color: #788dbb
}

.subscription-form__input:-ms-input-placeholder {
    color: #788dbb
}

.subscription-form__input::-moz-placeholder {
    color: #788dbb
}

.subscription-form__input::-ms-input-placeholder {
    color: #788dbb
}

.subscription-form__input::placeholder {
    color: #788dbb
}

.subscription-form__input.has-error {
    border-color: #d90c0c;
    color: #d90c0c
}

.subscription-form__input-error {
    color: #d90c0c;
    display: none;
    font-size: 14px;
    font-weight: 500;
    margin-top: 6px;
    text-align: center
}

.has-error+.subscription-form__input-error {
    display: block
}

.subscription-form__form-footer {
    margin-top: 32px
}

.subscription-form__submit {
    min-width: 100%
}

.subscription-form__submit .loader {
    display: none
}

.is-submitting .subscription-form__submit {
    color: transparent;
    pointer-events: none
}

.is-submitting .subscription-form__submit .loader {
    display: block;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    top: 11px;
    z-index: 10
}

.subscription-form__footer {
    margin-top: 40px
}

.subscription-form__discalimer {
    font-size: 14px;
    line-height: 1.3;
    text-align: center
}

.subscription-form__discalimer a {
    text-decoration: underline;
    -webkit-transition: color .16s linear;
    transition: color .16s linear
}

@media (hover:hover) {
    .subscription-form__input:hover {
        border-color: #788dbb
    }
    .subscription-form__discalimer a:hover {
        color: #00a5df
    }
    .subscription-form__input {
        text-align: center
    }
}

@media screen and (min-width:768px) {
    .subscription-form {
        padding: 132px 24px 32px
    }
}

.subscription-form-select,
.subscription-form-select .custom-select-custom,
.subscription-form-select .custom-select-native {
    height: 100%;
    position: relative;
    width: 100%
}

.subscription-form-select .custom-select-custom {
    display: none
}

@media (hover:hover) {
    .subscription-form-select .custom-select-custom {
        display: block
    }
    .subscription-form-select .custom-select-native,
    .subscription-form-select .custom-select-native:focus+.custom-select-custom {
        display: none
    }
}

.subscription-form-select .custom-select-wrapper {
    position: relative
}

.subscription-form-select .custom-select-native {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fbfafa;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTMgNi43NSA2IDYgNi02IiBzdHJva2U9IiM5OUE2QzMiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=");
    background-position: right 12px top 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 18px auto, 100%;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    color: #163269;
    font-size: 16px;
    font-weight: 500;
    line-height: 52px;
    margin: 0;
    padding: 0 16px;
    position: relative;
    text-align: center;
    -webkit-transition: border-color .16s linear, background-color .16s linear;
    transition: border-color .16s linear, background-color .16s linear;
    width: 100%
}

.subscription-form-select .custom-select-native:focus {
    background-color: #fff;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACnSURBVHgB7dHNCcJAEAXgmTXg1VK0AxcsQCuIJRhPpgIPiqYErcCjCMJaQkrJRUSQfTJCctsdMKdA3mnYn+/whqhP62x212m+v821dyZ2mR/uKZnEgc3lN/8DyUcAJwZKMJUyxzCjIa/B0745sRrGGlJki0rOV0c3GuLjGDRm5uV2PTsHoRBSJ4Y1kGxGSg0hGtZ05NmkBHrEEEmR2aruzHs/oT4dzhd8jHt01Shg9wAAAABJRU5ErkJggg==");
    border-color: #00a5df
}

.subscription-form-select .custom-select-custom-trigger {
    background-color: #fbfafa;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    color: #163269;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 52px;
    margin: 0;
    padding: 0 32px;
    position: relative;
    text-align: center;
    -webkit-transition: border-color .16s linear, background-color .16s linear;
    transition: border-color .16s linear, background-color .16s linear;
    width: 100%
}

.subscription-form-select.no-val .custom-select-custom-trigger,
.subscription-form-select.no-val .custom-select-native {
    color: #788dbb
}

.subscription-form-select .custom-select-custom-trigger:after {
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #788dbb;
    content: "\e900";
    font-family: icons !important;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    right: 12px;
    text-transform: none;
    top: 14px;
    z-index: 1
}

.subscription-form-select .custom-select-custom.is-active .custom-select-custom-trigger:after {
    content: "\e903"
}

.subscription-form-select .custom-select-custom-options {
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    left: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 105%;
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-transition: max-height 0s linear, opacity .16s linear, -webkit-transform .16s linear;
    transition: max-height 0s linear, opacity .16s linear, -webkit-transform .16s linear;
    transition: max-height 0s linear, transform .16s linear, opacity .16s linear;
    transition: max-height 0s linear, transform .16s linear, opacity .16s linear, -webkit-transform .16s linear;
    width: 100%;
    z-index: 10
}

.subscription-form-select .custom-select-custom.is-active .custom-select-custom-options {
    max-height: 250px;
    opacity: 1;
    overflow: auto;
    -webkit-transform: translateY(4px);
    transform: translateY(4px)
}

.subscription-form-select .custom-select-custom-option {
    color: #00a5df;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 44px;
    padding: 0 40px 0 16px;
    text-align: left;
    -webkit-transition: color .16s linear;
    transition: color .16s linear;
    width: 100%
}

.subscription-form-select .custom-select-custom-option.is-hover,
.subscription-form-select .custom-select-custom-option:hover {
    background-color: #f3f3f3;
    color: #0083bd
}

.subscription-form-select .custom-select-custom-option.is-active {
    color: #163269
}

.events-block {
    background-color: #012169;
    overflow: hidden
}

.events-block__inner {
    margin: 0 -20px
}

.events-block__primary {
    color: #fff;
    padding: 40px 20px 32px;
    position: relative
}

.events-block__heading {
    color: #f3f3f3;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 32px
}

.events-block__event-date {
    color: #00a5df;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px
}

.events-block__event-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4
}

.events-block__event-abstract {
    color: #f3f3f3;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 24px
}

.events-block__event-footer {
    margin-top: 32px
}

.events-block__event-cta {
    min-width: 100%
}

.events-block__secondary {
    background-color: #00a5df;
    color: #fff;
    padding: 40px 20px 32px;
    position: relative
}

.events-block__list-item {
    border-bottom: 1px solid hsla(0, 0%, 100%, .4);
    padding: 16px 0
}

.events-block__item {
    display: block;
    padding-right: 32px;
    position: relative
}

.events-block__item:after {
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    bottom: 4px;
    content: "\e904";
    display: inline-block;
    font-family: icons !important;
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    right: 0;
    text-transform: none;
    -webkit-transition: -webkit-transform .16s linear;
    transition: -webkit-transform .16s linear;
    transition: transform .16s linear;
    transition: transform .16s linear, -webkit-transform .16s linear;
    z-index: 1
}

.events-block__item-date {
    color: #012169;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5
}

.events-block__item-title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    -webkit-transition: color .16s linear;
    transition: color .16s linear
}

.events-block__list-footer {
    margin-top: 32px
}

.events-block__all-link {
    min-width: 100%
}

.events-block__all-link:after {
    margin-left: auto
}

@media (hover:hover) {
    .events-block__item:hover .events-block__item-title {
        color: #012169
    }
    .events-block__item:hover:after {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }
}

@media screen and (min-width:768px) {
    .events-block__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0
    }
    .events-block__primary {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding: 40px 32px 32px 0
    }
    .events-block__primary,
    .events-block__secondary {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 50%
    }
    .events-block__secondary {
        padding: 40px 0 32px 32px
    }
    .events-block__secondary:before {
        background-color: #00a5df;
        bottom: 0;
        content: "";
        left: 100%;
        position: absolute;
        top: 0;
        width: 100vw;
        z-index: 1
    }
    .events-block__list {
        margin-top: auto
    }
    .events-block__event-cta {
        min-width: 250px
    }
}

@media screen and (min-width:1260px) {
    .events-block__primary {
        padding: 60px 10vw 50px 0;
        width: 56vw
    }
    .events-block__secondary {
        padding: 60px 0 50px 8vw;
        width: 38vw
    }
}

@media screen and (min-width:1440px) {
    .events-block__primary {
        padding: 60px 150px 50px 0;
        width: 770px
    }
    .events-block__secondary {
        padding: 60px 0 50px 110px;
        width: 510px
    }
}

.breadcrumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.breadcrumbs__item {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    padding-right: 4px
}

.breadcrumbs__item+.breadcrumbs__item:before {
    color: white;
    content: "•"
}

.breadcrumbs__link {
    color: rgb(185, 236, 255);
    font-weight: 600;
    -webkit-transition: color .16s linear;
    transition: color .16s linear
}

@media (hover:hover) {
    .breadcrumbs__link:hover {
        color: var(--button_secondary_bg)
    }
}

.text p.text__lead {
    color: var(--primary_background);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 24px
}

.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
    color: var(--primary_background);
    font-weight: 600;
    line-height: 1.3;
    margin: 32px 0 24px
}

.text h1:first-child,
.text h2:first-child,
.text h3:first-child,
.text h4:first-child,
.text h5:first-child,
.text h6:first-child {
    margin-top: 0
}

.text h1 {
    font-size: 32px
}

.text h2 {
    font-size: 28px
}

.text h3 {
    font-size: 24px
}

.text h4 {
    font-size: 20px
}

.text h5,
.text h6 {
    font-size: 18px
}

.text p {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    color: #5f74a2;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 24px
}

.text p:last-child {
    margin-bottom: 0
}

.text strong {
    font-weight: 600
}

.text i {
    font-style: normal
}

.text sub {
    font-size: smaller;
    vertical-align: sub
}

.text sup {
    font-size: smaller;
    vertical-align: super
}

.text a {
    color: #00a5df;
    text-decoration: underline;
    -webkit-transition: color .16s linear;
    transition: color .16s linear
}

@media (hover:hover) {
    .text a:hover {
        color: #0083bd
    }
}

.text ol,
.text ul {
    color: #5f74a2;
    line-height: 1.3;
    margin: 24px 0;
    padding-left: 32px
}

.text ol:first-child,
.text ul:first-child {
    margin-top: 0
}

.text ol {
    counter-reset: list
}

.text ol li,
.text ul li {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    line-height: 1.5;
    position: relative
}

.text ol li+li,
.text ul li+li {
    margin-top: 12px
}

.text ol li:before {
    color: var(--button_secondary_bg);
    content: counter(list) ".";
    counter-increment: list;
    font-weight: 600;
    left: -30px;
    position: absolute;
    top: 0;
    z-index: 1
}

.text ul li:before {
    background-color: var(--button_secondary_bg);
    border-radius: 2px;
    content: "";
    height: 6px;
    left: -26px;
    position: absolute;
    top: 7px;
    width: 6px;
    z-index: 1
}

.text .table {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -o-column-break-inside: avoid;
    -ms-column-break-inside: avoid;
    column-break-inside: avoid;
    max-width: 100%;
    overflow: auto;
    padding: 40px 0
}

.text table {
    min-width: 100%
}

.text table tr td,
.text table tr th {
    border: 1px solid #d8dce5;
    line-height: 1.4;
    padding: 16px 10px;
    text-align: left
}

.text table tr th {
    color: #012169
}

.text table tr td {
    color: #5f74a2
}

.text table tr th {
    background-color: #f3f3f3
}

.text ::-moz-selection {
    background: #012169;
    color: #fff
}

.text ::selection {
    background: #012169;
    color: #fff
}

.cookie-disclaimer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform .16s linear;
    transition: -webkit-transform .16s linear;
    transition: transform .16s linear;
    transition: transform .16s linear, -webkit-transform .16s linear;
    z-index: 99
}

._cookie-show .cookie-disclaimer {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.cookie-disclaimer__inner {
    background-color: #00a5df;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: 0 4px 14px rgba(1, 33, 105, .25);
    box-shadow: 0 4px 14px rgba(1, 33, 105, .25);
    padding: 20px
}

.cookie-disclaimer svg {
    height: 48px;
    margin-right: 38px;
    width: 48px
}

.cookie-disclaimer__text {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    max-width: 580px
}

.cookie-disclaimer__text a {
    text-decoration: underline
}

.cookie-disclaimer__action {
    margin-top: 16px
}

@media (hover:hover) {
    .cookie-disclaimer__text a:hover {
        color: #0083bd
    }
}

@media screen and (max-width:767px) {
    .cookie-disclaimer svg {
        display: none
    }
    .cookie-disclaimer__action .btn {
        height: 32px
    }
}

@media screen and (min-width:768px) {
    .cookie-disclaimer {
        padding-bottom: 24px
    }
    .cookie-disclaimer__inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        border-radius: 4px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 24px;
        padding: 16px 16px 16px 32px
    }
    .cookie-disclaimer__action {
        margin-left: 40px
    }
}

.mobile-cta {
    background-color: #fff;
    border-radius: 4px 4px 0 0;
    bottom: 0;
    -webkit-box-shadow: 0 4px 14px rgba(1, 33, 105, .25);
    box-shadow: 0 4px 14px rgba(1, 33, 105, .25);
    left: 0;
    position: fixed;
    right: 0;
    -webkit-transform: translateY(93px);
    transform: translateY(93px);
    -webkit-transition: -webkit-transform .16s linear;
    transition: -webkit-transform .16s linear;
    transition: transform .16s linear;
    transition: transform .16s linear, -webkit-transform .16s linear;
    z-index: 98
}

._show-quick-contacts .mobile-cta {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.mobile-cta__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 12px
}

.mobile-cta__btn {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.mobile-cta__toggle {
    font-size: 0;
    margin-left: 12px;
    padding: 0;
    width: 40px
}

.mobile-cta__toggle:before {
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e903";
    font-family: icons !important;
    font-size: 26px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none
}

._show-quick-contacts .mobile-cta__toggle:before {
    content: "\e900"
}

.mobile-cta__contacts {
    border-top: 1px solid #f3f3f3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 16px;
    padding: 16px 0
}

.mobile-cta__contacts-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-flex: 1;
    -webkit-align-items: center;
    align-items: center;
    color: var(--primary_background);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 10px;
    font-weight: 500;
    height: 60px;
    -webkit-justify-content: center;
    justify-content: center
}

.mobile-cta__contacts-item .icon {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 6px
}

.mobile-cta__contacts-item+.mobile-cta__contacts-item {
    border-left: 1px solid #f3f3f3
}

@media screen and (min-width:1260px) {
    .mobile-cta {
        display: none
    }
}

.ceo-message-block {
    position: relative
}

.ceo-message-block.is-white {
    background-color: #fff
}

.ceo-message-block.is-grey {
    background-color: #f3f3f3
}

.ceo-message-block+.ceo-message-block .ceo-message-block__inner {
    border-top: 1px solid #f3f3f3
}

.ceo-message-block__inner {
    padding: 40px 0
}

.ceo-message-block__media-img {
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 24px rgba(1, 33, 105, .15);
    box-shadow: 0 4px 24px rgba(1, 33, 105, .15);
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.ceo-message-block__preheading {
    color: #00a5df;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5
}

.ceo-message-block__heading {
    color: #163269;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 32px
}

.ceo-message-block__main-content {
    margin: 0 auto;
    max-width: 680px;
    padding: 32px 0 80px
}

.ceo-message-block__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 32px
}

.ceo-message-block__signature-img {
    margin-right: 24px;
    max-height: 40px;
    max-width: 50%
}

.ceo-message-block__author {
    color: #163269;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5
}

.ceo-message-block__signature-img+.ceo-message-block__author {
    margin-left: auto
}

.ceo-message-block__main-footer {
    display: none;
    margin: 32px auto 0;
    position: relative
}

.is-open+.ceo-message-block__main-footer:before {
    display: none
}

@media screen and (max-width:1259px) {
    .ceo-message-block__main-content.is-long {
        max-height: 380px;
        overflow: hidden;
        -webkit-transition: max-height .16s linear;
        transition: max-height .16s linear
    }
    .is-long+.ceo-message-block__main-footer {
        display: block;
        max-width: 680px
    }
    .is-long+.ceo-message-block__main-footer:before {
        content: "";
        height: 80px;
        left: 0;
        position: absolute;
        right: 0;
        top: -110px;
        z-index: 10
    }
    .ceo-message-block.is-white .is-long+.ceo-message-block__main-footer:before {
        background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(hsla(0, 0%, 100%, 0)));
        background: linear-gradient(1turn, #fff, hsla(0, 0%, 100%, 0))
    }
    .ceo-message-block.is-grey .is-long+.ceo-message-block__main-footer:before {
        background: -webkit-gradient(linear, left bottom, left top, from(#f3f3f3), to(hsla(0, 0%, 95%, 0)));
        background: linear-gradient(1turn, #f3f3f3, hsla(0, 0%, 95%, 0))
    }
}

@media screen and (min-width:1260px) {
    .ceo-message-block__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 80px 0 100px
    }
    .ceo-message-block+.ceo-message-block .ceo-message-block__media-col {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2
    }
    .ceo-message-block+.ceo-message-block .ceo-message-block__main-col {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1
    }
    .ceo-message-block__media-col {
        width: 46vw
    }
    .ceo-message-block__main-col {
        margin-left: auto;
        width: 46vw
    }
    .ceo-message-block__main-content {
        max-width: 38vw;
        padding: 20px 0 0
    }
    .is-compact .ceo-message-block__main-content {
        max-height: 380px;
        overflow: hidden;
        -webkit-transition: max-height .16s linear;
        transition: max-height .16s linear
    }
    .ceo-message-block__footer {
        margin-top: 60px
    }
    .ceo-message-block__author {
        font-size: 16px
    }
    .ceo-message-block__main-footer {
        max-width: 38vw;
        position: relative
    }
    .ceo-message-block__main-footer:before {
        background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(92.71%, hsla(0, 0%, 100%, 0)));
        background: linear-gradient(1turn, #fff, hsla(0, 0%, 100%, 0) 92.71%);
        content: "";
        height: 80px;
        left: 0;
        position: absolute;
        right: 0;
        top: -110px;
        z-index: 10
    }
    .ceo-message-block.is-grey .ceo-message-block__main-footer:before {
        background: -webkit-gradient(linear, left bottom, left top, from(#f3f3f3), color-stop(92.71%, hsla(0, 0%, 95%, 0)));
        background: linear-gradient(1turn, #f3f3f3, hsla(0, 0%, 95%, 0) 92.71%)
    }
    .is-compact .ceo-message-block__main-footer {
        display: block
    }
}

@media screen and (min-width:1440px) {
    .ceo-message-block__main-col,
    .ceo-message-block__media-col {
        width: 620px
    }
    .ceo-message-block__main-content,
    .ceo-message-block__main-footer {
        max-width: 510px
    }
}

.column-text-block {
    padding: 40px 0;
    position: relative
}

.column-text-block.is-white {
    background-color: #fff
}

.column-text-block.is-grey {
    background-color: #f3f3f3
}

.column-text-block.is-gradient:after {
    background: -webkit-gradient(linear, left bottom, left top, from(#f3f3f3), to(hsla(0, 0%, 95%, 0)));
    background: linear-gradient(1turn, #f3f3f3, hsla(0, 0%, 95%, 0));
    bottom: 0;
    content: "";
    height: 320px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1
}

.column-text-block__header {
    margin: 0 auto 32px;
    max-width: 680px
}

.column-text-block__heading {
    color: #163269;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5
}

.column-text-block__content {
    margin: 0 auto;
    max-width: 680px
}

.column-text-block__footer {
    display: none;
    margin: 32px auto 0;
    max-width: 680px;
    position: relative
}

@media screen and (max-width:1259px) {
    .column-text-block__content.is-long {
        max-height: 380px;
        overflow: hidden;
        -webkit-transition: max-height .16s linear;
        transition: max-height .16s linear
    }
    .is-long+.column-text-block__footer {
        display: block;
        max-width: 680px
    }
    .is-long+.column-text-block__footer:before {
        content: "";
        height: 80px;
        left: 0;
        position: absolute;
        right: 0;
        top: -100px;
        z-index: 10
    }
    .column-text-block.is-white .is-long+.column-text-block__footer:before {
        background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(hsla(0, 0%, 100%, 0)));
        background: linear-gradient(1turn, #fff, hsla(0, 0%, 100%, 0))
    }
    .column-text-block.is-grey .is-long+.column-text-block__footer:before {
        background: -webkit-gradient(linear, left bottom, left top, from(#f3f3f3), to(hsla(0, 0%, 95%, 0)));
        background: linear-gradient(1turn, #f3f3f3, hsla(0, 0%, 95%, 0))
    }
    .is-open+.column-text-block__footer:before {
        display: none
    }
}

@media screen and (min-width:1260px) {
    .column-text-block {
        padding: 80px 0 100px
    }
    .column-text-block__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .column-text-block__heading {
        width: 30vw
    }
    .column-text-block__header {
        margin: 0;
        max-width: 100%
    }
    .column-text-block__content {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 50px;
        -moz-column-gap: 50px;
        column-gap: 50px;
        margin: 0 0 0 auto;
        max-width: 100%;
        width: 62vw
    }
    .column-text-block__footer {
        display: none
    }
}

@media screen and (min-width:1440px) {
    .column-text-block__heading {
        width: 400px
    }
    .column-text-block__content {
        width: 840px
    }
}

.values-block {
    overflow: hidden;
    width: 100%
}

.values-block__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 -20px;
    padding: 60px 20px 32px;
    position: relative
}

.values-block__item:nth-child(4n+0),
.values-block__item:nth-child(4n+0):before {
    background-color: #fff
}

.values-block__item:nth-child(4n+2),
.values-block__item:nth-child(4n+2):before {
    background-color: #012169
}

.values-block__item:nth-child(4n+3),
.values-block__item:nth-child(4n+3):before {
    background-color: #00a5df
}

.values-block__item:nth-child(4n+4),
.values-block__item:nth-child(4n+4):before {
    background-color: #f3f3f3
}

.values-block__heading,
.values-block__item:nth-child(4n+0) .values-block__heading,
.values-block__item:nth-child(4n+4) .values-block__heading {
    color: #163269
}

.values-block__item:nth-child(4n+2) .values-block__heading,
.values-block__item:nth-child(4n+3) .values-block__heading {
    color: #fff
}

.values-block__dscr,
.values-block__item:nth-child(4n+0) .values-block__dscr,
.values-block__item:nth-child(4n+4) .values-block__dscr {
    color: #5f74a2
}

.values-block__item:nth-child(4n+2) .values-block__dscr,
.values-block__item:nth-child(4n+3) .values-block__dscr {
    color: #f3f3f3
}

.values-block__preheading {
    color: #00a5df;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5
}

.values-block__heading {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5
}

.values-block__dscr {
    font-size: 16px;
    line-height: 1.5;
    margin-top: auto;
    padding-top: 32px
}

.values-block__icon {
    height: 80px;
    margin-bottom: 32px;
    width: 80px
}

@media screen and (min-width:768px) {
    .values-block__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .values-block__item {
        margin: 0;
        width: 50%
    }
    .values-block__item:before {
        bottom: 0;
        content: "";
        pointer-events: none;
        position: absolute;
        top: 0;
        width: 100vw;
        z-index: 1
    }
    .values-block__item:before,
    .values-block__item:nth-child(4n+0):before,
    .values-block__item:nth-child(4n+3):before {
        right: 100%
    }
    .values-block__item:nth-child(4n+2):before,
    .values-block__item:nth-child(4n+4):before {
        left: 100%
    }
    .values-block__item:nth-child(4n+0),
    .values-block__item:nth-child(4n+3) {
        padding-left: 0;
        padding-right: 32px
    }
    .values-block__item:nth-child(4n+2),
    .values-block__item:nth-child(4n+4) {
        padding-left: 32px;
        padding-right: 0
    }
}

@media screen and (min-width:1260px) {
    .values-block__item {
        min-height: 480px;
        padding: 64px 0
    }
    .values-block__item,
    .values-block__item:nth-child(4n+0),
    .values-block__item:nth-child(4n+3) {
        padding-right: 8vw
    }
    .values-block__item:nth-child(4n+2),
    .values-block__item:nth-child(4n+4) {
        padding-left: 8vw
    }
    .values-block__preheading {
        font-size: 18px
    }
    .values-block__heading {
        font-size: 32px
    }
    .values-block__item-header .values-block__heading {
        font-size: 26px
    }
}

@media screen and (min-width:1440px) {
    .values-block__item,
    .values-block__item:nth-child(4n+0),
    .values-block__item:nth-child(4n+3) {
        padding-left: 0;
        padding-right: 110px
    }
    .values-block__item:nth-child(4n+2),
    .values-block__item:nth-child(4n+4) {
        padding-left: 110px;
        padding-right: 0
    }
}

.timeline-block {
    padding: 60px 0;
    position: relative
}

.timeline-block.is-gradient:after {
    background: -webkit-gradient(linear, left bottom, left top, from(#f3f3f3), to(hsla(0, 0%, 95%, 0)));
    background: linear-gradient(1turn, #f3f3f3, hsla(0, 0%, 95%, 0));
    bottom: 0;
    content: "";
    height: 320px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1
}

.timeline-block.is-white {
    background-color: #fff
}

.timeline-block.is-grey {
    background-color: #f3f3f3
}

.timeline-block__header {
    margin-bottom: 60px;
    position: relative;
    text-align: center;
    z-index: 2
}

.timeline-block__heading {
    color: #163269;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 16px
}

.timeline-block__intro {
    color: #5f74a2;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto
}

.timeline-block__scroll {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    position: relative;
    z-index: 2
}

.timeline-block__scroll::-webkit-scrollbar {
    display: none
}

.timeline-block__list {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 60px 20px 0
}

.timeline-block__list-inner {
    border-top: 1px dashed #f3f3f3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.timeline-block__item {
    margin-right: 20px;
    padding-top: 24px;
    position: relative;
    width: 240px
}

.timeline-block__item:before {
    background-color: #00a5df;
    border-radius: 50%;
    content: "";
    display: block;
    height: 14px;
    left: 0;
    position: absolute;
    top: -8px;
    width: 14px;
    z-index: 1
}

.timeline-block__year {
    color: #00a5df;
    font-size: 22px;
    font-weight: 600;
    left: 0;
    line-height: 1;
    position: absolute;
    top: -40px;
    z-index: 1
}

.timeline-block__month {
    color: #00a5df;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px
}

.timeline-block__dscr {
    color: #5f74a2;
    font-size: 16px;
    line-height: 1.5
}

@media screen and (min-width:768px) {
    .timeline-block__list {
        padding: 60px 3.25vw 0
    }
    .timeline-block__item {
        margin-right: 4vw;
        width: 35vw
    }
}

@media screen and (min-width:1260px) {
    .timeline-block {
        padding: 80px 0 100px
    }
    .timeline-block__heading {
        font-size: 32px;
        margin-bottom: 32px
    }
    .timeline-block__intro {
        font-size: 18px;
        width: 62vw
    }
    .timeline-block__list {
        padding: 60px 3vw 0
    }
    .timeline-block__item {
        margin-right: 2vw;
        width: 22vw
    }
}

@media screen and (min-width:1440px) {
    .timeline-block__intro {
        width: 840px
    }
    .timeline-block__list {
        padding: 60px calc(50vw - 640px) 0
    }
    .timeline-block__item {
        margin-right: 20px;
        width: 290px
    }
}

.team-block {
    padding: 60px 0;
    position: relative
}

.team-block.is-gradient:after {
    background: -webkit-gradient(linear, left bottom, left top, from(#f3f3f3), to(hsla(0, 0%, 95%, 0)));
    background: linear-gradient(1turn, #f3f3f3, hsla(0, 0%, 95%, 0));
    bottom: 0;
    content: "";
    height: 320px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1
}

.team-block.is-white {
    background-color: #fff
}

.team-block.is-grey {
    background-color: #f3f3f3
}

.team-block__header {
    margin-bottom: 60px;
    position: relative;
    text-align: center;
    z-index: 2
}

.team-block__heading {
    color: #163269;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 16px
}

.team-block__intro {
    color: #5f74a2;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto
}

.team-block__content {
    position: relative;
    z-index: 2
}

.team-block__section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.team-block__section.is-hidden {
    display: none
}

.team-block__member {
    background-color: #fff;
    border: 1px solid #f3f3f3;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 24px rgba(1, 33, 105, .05);
    box-shadow: 0 4px 24px rgba(1, 33, 105, .05);
    margin: 10px;
    max-width: 80vw;
    padding: 20px 20px 40px;
    width: 300px
}

.team-block__member-image,
.team-block__member-placeholder {
    border: 1px solid #f3f3f3;
    border-radius: 4px;
    height: 100px;
    margin-bottom: 16px;
    width: 100px
}

.team-block__member-placeholder {
    background-color: #f3f3f3;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzciIGhlaWdodD0iODAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjE1IiBkPSJNMzguNDM2IDM2LjY2N2M3LjA3NSAwIDEyLjgxMi01Ljk3IDEyLjgxMi0xMy4zMzRDNTEuMjQ4IDE1Ljk3IDQ1LjUxMiAxMCAzOC40MzYgMTBzLTEyLjgxMiA1Ljk3LTEyLjgxMiAxMy4zMzNjMCA3LjM2NCA1LjczNiAxMy4zMzQgMTIuODEyIDEzLjMzNFoiIGZpbGw9IiMwMEE1REYiLz48cGF0aCBkPSJNNjQuMDYgNzB2LTYuNjY3QzY0LjA2IDU1Ljk3IDU4LjMyMiA1MCA1MS4yNDYgNTBIMjUuNjI1Yy03LjA3NiAwLTEyLjgxMiA1Ljk3LTEyLjgxMiAxMy4zMzNWNzBtMzguNDM2LTQ2LjY2N2MwIDcuMzY0LTUuNzM3IDEzLjMzNC0xMi44MTIgMTMuMzM0LTcuMDc2IDAtMTIuODEyLTUuOTctMTIuODEyLTEzLjMzNEMyNS42MjQgMTUuOTcgMzEuMzYgMTAgMzguNDM2IDEwYzcuMDc1IDAgMTIuODEyIDUuOTcgMTIuODEyIDEzLjMzM1oiIHN0cm9rZT0iIzAwQTVERiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 60%, 60%
}

.team-block__member-name {
    color: #163269;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5
}

.team-block__member-title {
    color: #00a5df;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 2px
}

.team-block__office-mob {
    margin: -32px -20px 24px;
    padding: 16px 20px
}

.team-block__office-mob-label {
    color: #788dbb;
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 6px
}

.team-block__office-mob-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fbfafa;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTMgNi43NSA2IDYgNi02IiBzdHJva2U9IiM5OUE2QzMiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=");
    background-position: right 12px top 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 18px auto, 100%;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    color: #163269;
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    padding: 8px 32px 8px 12px;
    width: 100%
}

@media screen and (max-width:1259px) {
    .team-block__office-list {
        display: none
    }
    .team-block__main {
        -webkit-overflow-scrolling: touch;
        margin: 0 -20px;
        max-width: 100vw;
        overflow: auto
    }
    .team-block__main::-webkit-scrollbar {
        display: none
    }
    .team-block__main-inner {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding: 0 10px
    }
}

@media screen and (min-width:1260px) {
    .team-block {
        padding: 80px 0 100px
    }
    .team-block__heading {
        font-size: 32px;
        margin-bottom: 32px
    }
    .team-block__intro {
        font-size: 18px;
        width: 62vw
    }
    .team-block__content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .team-block__nav {
        border-right: 1px solid #d8dce5;
        width: 16vw
    }
    .team-block__office-list {
        width: 100%
    }
    .team-block__office-list .team-block__office-list {
        padding-left: 24px
    }
    .team-block__office-item {
        padding: 8px
    }
    .team-block__office-title {
        padding-bottom: 8px
    }
    .team-block__office-title,
    .team-block__office-toggle {
        color: #00a5df;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.3;
        text-align: left;
        -webkit-transition: color .16s linear;
        transition: color .16s linear
    }
}

@media screen and (min-width:1260px) and (hover:hover) {
    .team-block__office-title:hover,
    .team-block__office-toggle:hover {
        color: #0083bd
    }
}

@media screen and (min-width:1260px) {
    .team-block__office-title.is-active,
    .team-block__office-toggle.is-active {
        color: #163269
    }
    .team-block__main {
        margin-left: auto;
        margin-right: -1vw;
        width: 78vw
    }
    .team-block__section {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .team-block__member {
        margin: 1vw;
        width: 24vw
    }
    .team-block__office-mob {
        display: none
    }
}

@media screen and (min-width:1440px) {
    .team-block__intro {
        width: 840px
    }
    .team-block__nav {
        width: 220px
    }
    .team-block__main {
        margin-right: -20px;
        width: 1060px
    }
    .team-block__member {
        margin: 10px;
        width: 330px
    }
}

.testimonials-carousel {
    padding: 60px 0;
    position: relative
}

.testimonials-carousel.is-gradient:after {
    background: -webkit-gradient(linear, left bottom, left top, from(#f3f3f3), to(hsla(0, 0%, 95%, 0)));
    background: linear-gradient(1turn, #f3f3f3, hsla(0, 0%, 95%, 0));
    bottom: 0;
    content: "";
    height: 320px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1
}

.testimonials-carousel.is-white {
    background-color: #fff
}

.testimonials-carousel.is-grey {
    background-color: #f3f3f3
}

.testimonials-carousel__header {
    margin-bottom: 60px;
    position: relative;
    text-align: center;
    z-index: 2
}

.testimonials-carousel__heading {
    color: #163269;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 16px
}

.testimonials-carousel__intro {
    color: #5f74a2;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto
}

.testimonials-carousel__item-wrapper {
    background-color: #fff;
    border: 1px solid #f3f3f3;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 24px rgba(1, 33, 105, .05);
    box-shadow: 0 4px 24px rgba(1, 33, 105, .05);
    opacity: .6;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: opacity .16s linear, -webkit-transform .16s linear;
    transition: opacity .16s linear, -webkit-transform .16s linear;
    transition: transform .16s linear, opacity .16s linear;
    transition: transform .16s linear, opacity .16s linear, -webkit-transform .16s linear
}

.testimonials-carousel__item-wrapper.glide__slide--active {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.testimonials-carousel__item-wrapper.glide__slide {
    height: auto
}

.testimonials-carousel__item-wrapper .testimonials-item__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.testimonials-carousel__item-wrapper .testimonials-item__author {
    margin-top: auto;
    padding-top: 32px
}

.testimonials-carousel__footer {
    margin-top: 32px;
    text-align: center
}

.testimonials-carousel__nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 24px;
    min-height: 32px;
    padding: 0 20px;
    position: relative
}

.testimonials-carousel__bullets,
.testimonials-carousel__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.testimonials-carousel__bullet {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 0;
    height: 20px;
    -webkit-justify-content: center;
    justify-content: center;
    width: 20px
}

.testimonials-carousel__bullet:after {
    border: 1px solid #00a5df;
    border-radius: 50%;
    content: "";
    display: block;
    height: 10px;
    -webkit-transition: background-color .16s linear, border-color .16s linear;
    transition: background-color .16s linear, border-color .16s linear;
    width: 10px
}

.testimonials-carousel__bullet.glide__bullet--active:after {
    background-color: #00a5df
}

.testimonials-carousel__arrow,
.testimonials-carousel__arrows {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.testimonials-carousel__arrow {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #00a5df;
    font-size: 0;
    height: 32px;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: color .16s linear;
    transition: color .16s linear;
    width: 32px
}

.testimonials-carousel__arrow:before {
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: icons !important;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none
}

.testimonials-carousel__arrow--prev:before {
    content: "\e901"
}

.testimonials-carousel__arrow--next:before {
    content: "\e902"
}

@media (hover:hover) {
    .testimonials-carousel__item:hover {
        -webkit-box-shadow: 0 4px 8px rgba(1, 33, 105, .4);
        box-shadow: 0 4px 8px rgba(1, 33, 105, .4)
    }
    .testimonials-carousel__bullet:hover:after {
        border-color: #0083bd
    }
    .testimonials-carousel__arrow:hover {
        color: #0083bd
    }
}

@media screen and (max-width:767px) {
    .testimonials-carousel__arrow {
        position: absolute;
        top: 0;
        z-index: 1
    }
    .testimonials-carousel__arrow--prev {
        left: 10px
    }
    .testimonials-carousel__arrow--next {
        right: 10px
    }
}

@media screen and (min-width:768px) {
    .testimonials-carousel__nav {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding: 0 10px
    }
}

@media screen and (min-width:1260px) {
    .testimonials-carousel {
        padding: 80px 0 100px
    }
    .testimonials-carousel__heading {
        font-size: 32px;
        margin-bottom: 32px
    }
    .testimonials-carousel__intro {
        font-size: 18px;
        width: 62vw
    }
    .testimonials-carousel__arrows {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        width: 80px
    }
}

@media screen and (min-width:1440px) {
    .testimonials-carousel__intro {
        width: 840px
    }
}

.testimonials-carousel-categories {
    margin: -20px -20px 40px
}

.testimonials-carousel-categories__scroll {
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
    overflow: auto
}

.testimonials-carousel-categories__scroll::-webkit-scrollbar {
    display: none
}

.testimonials-carousel-categories__inner {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 100%;
    padding: 0 20px
}

.testimonials-carousel-categories__inner,
.testimonials-carousel-categories__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.testimonials-carousel-categories__list {
    border-bottom: 1px solid #d8dce5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.testimonials-carousel-categories__item+.testimonials-carousel-categories__item {
    margin-left: 16px
}

.testimonials-carousel-categories__link {
    color: #00a5df;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 20px 0;
    position: relative;
    white-space: nowrap
}

.testimonials-carousel-categories__link.is-active {
    color: #012169
}

.testimonials-carousel-categories__link.is-active:after {
    background-color: #012169;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0
}

@media screen and (min-width:768px) {
    .testimonials-carousel-categories {
        margin: -20px -2vw 40px
    }
}

@media screen and (min-width:1260px) {
    .testimonials-carousel-categories {
        margin: -20px -1vw 40px
    }
    .testimonials-carousel-categories__item+.testimonials-carousel-categories__item {
        margin-left: 24px
    }
    .testimonials-carousel-categories__link {
        font-size: 18px
    }
}

@media screen and (min-width:1440px) {
    .testimonials-carousel-categories {
        margin: -20px -20px 40px
    }
}

.testimonials-carousel-section {
    display: none
}

.testimonials-carousel-section.testimonials-carousel-glide {
    display: block
}

.contacts-block {
    background-color: #f3f3f3;
    padding: 60px 0
}

.contacts-block.is-white {
    background-color: #fff
}

.contacts-block.is-grey {
    background-color: #f3f3f3
}

.contacts-block__header {
    margin-bottom: 32px
}

.contacts-block__heading {
    color: #163269;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5
}

.contacts-block__item {
    background-color: #fff;
    border: 1px solid #f3f3f3;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 24px rgba(1, 33, 105, .05);
    box-shadow: 0 4px 24px rgba(1, 33, 105, .05)
}

.contacts-block__item+.contacts-block__item {
    margin-top: 24px
}

.contacts-block__item-header {
    border-bottom: 1px solid #f3f3f3;
    padding: 18px 20px
}

.contacts-block__item-title {
    color: #00a5df;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5
}

.contacts-block__item-inner {
    padding: 24px 20px
}

.contacts-block__item-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.contacts-block__item-col,
.contacts-block__item-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.contacts-block__item-contact {
    color: #163269;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 24px
}

.contacts-block__item-contact-map {
    margin-bottom: 24px;
    margin-top: auto
}

.contacts-block__item-contact .icon {
    color: #788dbb;
    font-size: 24px;
    margin-right: 12px
}

.contacts-block__map-container {
    margin-top: 24px
}

.contacts-block__map-container iframe {
    height: 156px;
    width: 100%
}

@media screen and (min-width:768px) {
    .contacts-block__map-container iframe {
        height: 360px
    }
    .contacts-block__map-container {
        width: 100%
    }
}

@media screen and (max-width:1259px) {
    .contacts-block__item-header {
        cursor: pointer;
        position: relative
    }
    .contacts-block__item-header:after {
        speak: never;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #00a5df;
        content: "\e900";
        font-family: icons !important;
        font-size: 24px;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        line-height: 1;
        position: absolute;
        right: 20px;
        text-transform: none;
        top: 20px
    }
    .contacts-block__item-header.is-open:after {
        content: "\e903"
    }
    .contacts-block__item-body {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height .16s linear;
        transition: max-height .16s linear
    }
    .contacts-block__item-contact-map {
        display: none
    }
}

@media screen and (min-width:1260px) {
    .contacts-block {
        padding: 100px 0
    }
    .contacts-block__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .contacts-block__header {
        width: 24vw
    }
    .contacts-block__main {
        margin-left: auto;
        width: 64vw
    }
    .contacts-block__heading {
        font-size: 32px
    }
    .contacts-block__item+.contacts-block__item {
        margin-top: 32px
    }
    .contacts-block__item-header {
        padding: 20px 2vw
    }
    .contacts-block__item-title {
        color: #163269;
        font-size: 24px
    }
    .contacts-block__item-inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 24px 2vw
    }
    .contacts-block__item-col {
        width: 50%
    }
    .contacts-block__map-container {
        margin: 0;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height .16s linear;
        transition: max-height .16s linear;
        width: 100%
    }
}

@media screen and (min-width:1440px) {
    .contacts-block__header {
        width: 330px
    }
    .contacts-block__main {
        width: 880px
    }
    .contacts-block__item-header {
        padding: 20px 40px
    }
    .contacts-block__item-inner {
        padding: 24px 40px
    }
}

.contacts-block-share {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #f3f3f3;
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 24px 0;
    padding: 8px 12px;
    width: 100%
}

.contacts-block-share__label {
    color: #5f74a2;
    font-size: 16px;
    font-weight: 500
}

.contacts-block-share__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 24px
}

.contacts-block-share__item+.contacts-block-share__item {
    margin-left: 8px
}

.contacts-block-share__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    color: #00a5df;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 0;
    height: 32px;
    -webkit-justify-content: center;
    justify-content: center;
    width: 32px
}

.contacts-block-share__link .icon {
    font-size: 24px
}

.text-block {
    padding: 40px 0
}

.text-block.is-white {
    background-color: #fff
}

.text-block.is-grey {
    background-color: #f3f3f3
}

.text-block__header {
    margin: 0 auto 32px;
    max-width: 680px
}

.text-block__heading {
    color: #163269;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5
}

.text-block__content {
    margin: 0 auto;
    max-width: 680px
}

.text-block__footer {
    display: none;
    margin: 32px auto 0;
    max-width: 680px;
    position: relative
}

@media screen and (max-width:1259px) {
    .text-block__content.is-long {
        max-height: 380px;
        overflow: hidden;
        -webkit-transition: max-height .16s linear;
        transition: max-height .16s linear
    }
    .is-long+.text-block__footer {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 680px
    }
    .is-long+.text-block__footer:before {
        content: "";
        height: 80px;
        left: 0;
        position: absolute;
        right: 0;
        top: -100px;
        z-index: 10
    }
    .text-block.is-white .is-long+.text-block__footer:before {
        background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(hsla(0, 0%, 100%, 0)));
        background: linear-gradient(1turn, #fff, hsla(0, 0%, 100%, 0))
    }
    .text-block.is-grey .is-long+.text-block__footer:before {
        background: -webkit-gradient(linear, left bottom, left top, from(#f3f3f3), to(hsla(0, 0%, 95%, 0)));
        background: linear-gradient(1turn, #f3f3f3, hsla(0, 0%, 95%, 0))
    }
    .is-open+.text-block__footer:before {
        display: none
    }
}

@media screen and (min-width:1260px) {
    .text-block {
        padding: 80px 0 100px
    }
    .text-block__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .text-block__heading {
        width: 30vw
    }
    .text-block__content,
    .text-block__header {
        margin: 0;
        max-width: 100%
    }
    .text-block__content {
        width: 62vw
    }
    .text-block__header+.text-block__content {
        margin: 0 0 0 auto
    }
    .text-block__footer {
        display: none
    }
}

@media screen and (min-width:1440px) {
    .text-block__heading {
        width: 400px
    }
    .text-block__content {
        width: 840px
    }
}

.scholarships-block {
    padding: 40px 0 60px
}

.scholarships-block.is-white {
    background-color: #fff
}

.scholarships-block.is-grey {
    background-color: #f3f3f3
}

.scholarships-block__header {
    margin-bottom: 32px
}

.scholarships-block__heading {
    color: #163269;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5
}

@media screen and (min-width:1260px) {
    .scholarships-block {
        padding: 80px 0 100px
    }
    .scholarships-block__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .scholarships-block__heading {
        width: 30vw
    }
    .scholarships-block__main {
        margin-left: auto;
        width: 62vw
    }
}

@media screen and (min-width:1440px) {
    .scholarships-block__heading {
        width: 400px
    }
    .scholarships-block__main {
        width: 840px
    }
}

.scholarships-block-item {
    background-color: #fff;
    border: 1px solid #f3f3f3;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 24px rgba(1, 33, 105, .05);
    box-shadow: 0 4px 24px rgba(1, 33, 105, .05)
}

.scholarships-block-item+.scholarships-block-item {
    margin-top: 24px
}

.scholarships-block-item__header {
    border-bottom: 1px solid transparent;
    cursor: pointer;
    padding: 16px 48px 16px 16px;
    position: relative
}

.scholarships-block-item__header.is-open {
    border-color: #f3f3f3
}

.scholarships-block-item__header:after {
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #00a5df;
    content: "\e900";
    font-family: icons !important;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    right: 20px;
    text-transform: none;
    top: 16px
}

.scholarships-block-item__header.is-open:after {
    content: "\e903"
}

.scholarships-block-item__title {
    color: #00a5df;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5
}

.scholarships-block-item__subtitle {
    color: #163269;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 6px
}

.scholarships-block-item__body {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .16s linear;
    transition: max-height .16s linear
}

.scholarships-block-item__inner {
    padding: 16px
}

.scholarships-block-item__logo {
    max-height: 70px
}

@media screen and (min-width:1260px) {
    .scholarships-block-item__header {
        padding: 24px
    }
    .scholarships-block-item__title {
        font-size: 18px
    }
    .scholarships-block-item__subtitle {
        font-size: 16px
    }
    .scholarships-block-item__header:after {
        top: 25px
    }
    .scholarships-block-item__inner {
        padding: 32px 24px
    }
}

.two-col-block {
    padding: 40px 0 60px
}

.two-col-block.is-white {
    background-color: #fff
}

.two-col-block.is-grey {
    background-color: #f3f3f3
}

.two-col-block__header {
    margin-bottom: 32px
}

.two-col-block__heading {
    color: #163269;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4
}

.two-col-block__footer {
    display: none;
    margin-top: 24px;
    position: relative
}

@media screen and (max-width:1259px) {
    .two-col-block__inner {
        max-height: 340px;
        overflow: hidden;
        -webkit-transition: max-height .16s linear;
        transition: max-height .16s linear
    }
    .two-col-block__heading,
    .two-col-block__text {
        margin: 0 auto;
        max-width: 680px
    }
    .is-long+.two-col-block__footer {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 680px
    }
    .two-col-block__footer:before {
        background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(92.71%, hsla(0, 0%, 100%, 0)));
        background: linear-gradient(1turn, #fff, hsla(0, 0%, 100%, 0) 92.71%);
        content: "";
        height: 80px;
        left: 0;
        position: absolute;
        right: 0;
        top: -100px;
        z-index: 10
    }
    .two-col-block.is-grey .two-col-block__footer:before {
        background: -webkit-gradient(linear, left bottom, left top, from(#f3f3f3), color-stop(92.71%, hsla(0, 0%, 95%, 0)));
        background: linear-gradient(1turn, #f3f3f3, hsla(0, 0%, 95%, 0) 92.71%)
    }
    .is-open+.two-col-block__footer:before {
        display: none
    }
    .two-col-block__col+.two-col-block__col {
        margin-top: 24px
    }
}

@media screen and (min-width:1260px) {
    .two-col-block {
        padding: 80px 0 100px
    }
    .two-col-block__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .two-col-block__col,
    .two-col-block__header {
        width: 46vw
    }
    .two-col-block__col+.two-col-block__col {
        margin-left: auto;
        width: 46vw
    }
}

@media screen and (min-width:1440px) {
    .two-col-block__col,
    .two-col-block__col+.two-col-block__col,
    .two-col-block__header {
        width: 620px
    }
}

.faq-block {
    padding: 40px 0 60px
}

.faq-block.is-white {
    background-color: #fff
}

.faq-block.is-grey {
    background-color: #f3f3f3
}

.faq-block__header {
    margin-bottom: 32px
}

.faq-block__heading {
    color: #163269;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5
}

@media screen and (min-width:1260px) {
    .faq-block {
        padding: 80px 0 100px
    }
    .faq-block__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .faq-block__header {
        width: 30vw
    }
    .faq-block__main {
        margin-left: auto;
        width: 62vw
    }
}

@media screen and (min-width:1440px) {
    .faq-block__header {
        width: 400px
    }
    .faq-block__main {
        margin-left: auto;
        width: 840px
    }
}

.searchbar {
    margin: 24px 0;
    position: relative;
    z-index: 10
}

.searchbar__wrapper {
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 24px rgba(1, 33, 105, .25);
    box-shadow: 0 4px 24px rgba(1, 33, 105, .25);
    padding: 20px
}

.searchbar__item {
    border-bottom: 1px solid #d8dce5;
    padding-bottom: 16px
}

.searchbar__item+.searchbar__item {
    margin-top: 16px
}

.searchbar__item--title {
    width: 100%
}

.searchbar__title-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    color: #163269;
    font-size: 16px;
    font-weight: 600;
    height: 100%;
    min-width: 1%;
    padding: 0;
    width: 100%
}

.searchbar__title-input::-webkit-input-placeholder {
    color: #788dbb
}

.searchbar__title-input:-ms-input-placeholder {
    color: #788dbb
}

.searchbar__title-input::-moz-placeholder {
    color: #788dbb
}

.searchbar__title-input::-ms-input-placeholder {
    color: #788dbb
}

.searchbar__title-input::placeholder {
    color: #788dbb
}

.searchbar__submit {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background-color: #00a5df;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    height: 50px;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 24px;
    text-align: center;
    -webkit-transition: background-color .16s linear;
    transition: background-color .16s linear;
    width: 100%
}

@media (hover:hover) {
    .searchbar__submit:hover {
        background-color: #0083bd
    }
}

@media screen and (min-width:1260px) {
    .searchbar {
        margin: -40px 0 0
    }
    .searchbar__wrapper {
        padding: 0
    }
    .searchbar__inner,
    .searchbar__wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .searchbar__inner {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .searchbar__item {
        border: none;
        margin: 12px 0;
        min-width: 33%;
        padding-bottom: 0;
        width: 33%
    }
    .searchbar__item+.searchbar__item {
        border-left: 1px solid #d8dce5;
        margin: 12px 0
    }
    .searchbar__submit {
        border-radius: 0 4px 4px 0;
        font-size: 22px;
        height: 84px;
        margin-top: 0;
        width: 200px
    }
    .searchbar__title-input {
        font-size: 18px;
        padding: 0 32px
    }
}

.searchbar-select,
.searchbar-select .custom-select-custom,
.searchbar-select .custom-select-native {
    height: 100%;
    position: relative;
    width: 100%
}

.searchbar-select .custom-select-custom {
    display: none;
    display: block
}

.searchbar-select .custom-select-native,
.searchbar-select .custom-select-native:focus+.custom-select-custom {
    display: none
}

.searchbar-select .custom-select-wrapper {
    position: relative
}

.searchbar-select .custom-select-native {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTMgNi43NSA2IDYgNi02IiBzdHJva2U9IiM5OUE2QzMiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=");
    background-position: right 12px top 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 18px auto, 100%;
    border: none;
    color: #163269;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    -webkit-transition: border-color .16s linear, background-color .16s linear;
    transition: border-color .16s linear, background-color .16s linear;
    width: 100%
}

.searchbar-select .custom-select-native:focus {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACnSURBVHgB7dHNCcJAEAXgmTXg1VK0AxcsQCuIJRhPpgIPiqYErcCjCMJaQkrJRUSQfTJCctsdMKdA3mnYn+/whqhP62x212m+v821dyZ2mR/uKZnEgc3lN/8DyUcAJwZKMJUyxzCjIa/B0745sRrGGlJki0rOV0c3GuLjGDRm5uV2PTsHoRBSJ4Y1kGxGSg0hGtZ05NmkBHrEEEmR2aruzHs/oT4dzhd8jHt01Shg9wAAAABJRU5ErkJggg==")
}

.searchbar-select .custom-select-custom-trigger {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #fff;
    border: none;
    color: #163269;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    height: 100%;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0;
    position: relative;
    -webkit-transition: border-color .16s linear, background-color .16s linear;
    transition: border-color .16s linear, background-color .16s linear;
    width: 100%
}

.searchbar-select.no-val .custom-select-custom-trigger,
.searchbar-select.no-val .custom-select-native {
    color: #788dbb
}

.searchbar-select .custom-select-custom-trigger:after {
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #788dbb;
    content: "\e900";
    font-family: icons !important;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    right: 0;
    text-transform: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1
}

.searchbar-select .custom-select-custom.is-active .custom-select-custom-trigger:after {
    content: "\e903"
}

.searchbar-select .custom-select-custom-options {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    left: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 105%;
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-transition: max-height 0s linear, opacity .16s linear, -webkit-transform .16s linear;
    transition: max-height 0s linear, opacity .16s linear, -webkit-transform .16s linear;
    transition: max-height 0s linear, transform .16s linear, opacity .16s linear;
    transition: max-height 0s linear, transform .16s linear, opacity .16s linear, -webkit-transform .16s linear;
    width: 100%;
    z-index: 10
}

.searchbar-select .custom-select-custom.is-active .custom-select-custom-options {
    max-height: 250px;
    opacity: 1;
    -webkit-transform: translateY(4px);
    transform: translateY(4px)
}

.searchbar-select .custom-select-custom-option {
    color: #00a5df;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    padding: 12px 16px;
    text-align: left;
    -webkit-transition: color .16s linear;
    transition: color .16s linear;
    width: 100%
}

.searchbar-select .custom-select-custom-option.is-hover,
.searchbar-select .custom-select-custom-option:hover {
    background-color: #f3f3f3;
    color: #0083bd
}

.searchbar-select .custom-select-custom-option.is-active {
    color: #163269
}

.searchbar-select .custom-select-custom-search {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #e9e9e9;
    border-radius: 4px 4px 0 0;
    color: #012169;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    min-width: 1%;
    padding: 12px 16px;
    -webkit-transition: border-color .16s linear, background-color .16s linear;
    transition: border-color .16s linear, background-color .16s linear;
    width: 100%
}

.searchbar-select .custom-select-custom-list {
    -webkit-overflow-scrolling: touch;
    max-height: 250px;
    overflow: auto
}

.searchbar-select .custom-select-custom-search+.custom-select-custom-list {
    max-height: 200px
}

@media screen and (min-width:768px) {
    .searchbar-select .custom-select-wrapper {
        height: 100%
    }
    .searchbar-select .custom-select-custom-trigger,
    .searchbar-select .custom-select-native {
        font-size: 16px;
        padding: 0 36px 0 0
    }
    .searchbar-select .custom-select-custom-trigger:after {
        right: 12px
    }
}

@media screen and (min-width:1260px) {
    .searchbar-select .custom-select-custom-trigger,
    .searchbar-select .custom-select-native {
        font-size: 18px;
        padding: 0 32px
    }
    .searchbar-select .custom-select-wrapper {
        height: 100%
    }
    .searchbar-select .custom-select-custom-trigger:after {
        right: 12px
    }
}

.media-block {
    padding: 40px 0 60px;
    position: relative
}

.media-block.is-white {
    background-color: #fff
}

.media-block.is-grey {
    background-color: #f3f3f3
}

.media-block.is-gradient:after {
    background: -webkit-gradient(linear, left bottom, left top, from(#f3f3f3), to(hsla(0, 0%, 95%, 0)));
    background: linear-gradient(1turn, #f3f3f3, hsla(0, 0%, 95%, 0));
    bottom: 0;
    content: "";
    height: 320px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1
}

.media-block__img {
    border-radius: 4px;
    height: auto;
    max-width: 100%
}

.media-block__wrapper {
    background-color: #000;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 24px rgba(1, 33, 105, .25);
    box-shadow: 0 4px 24px rgba(1, 33, 105, .25);
    height: 100%;
    padding-top: 56.25%;
    position: relative;
    width: 100%
}

.media-block iframe,
.media-block video {
    border-radius: 4px;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.media-block__caption {
    color: #5f74a2;
    font-size: 16px;
    font-style: italic;
    line-height: 1.2;
    margin-top: 16px
}

@media screen and (min-width:768px) {
    .media-block__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .media-block__figure {
        width: 74vw
    }
}

@media screen and (min-width:1260px) {
    .media-block {
        padding: 80px 0 100px
    }
    .media-block__figure {
        width: 62vw
    }
}

@media screen and (min-width:1440px) {
    .media-block__figure {
        width: 840px
    }
}

.hero-slider__slide--primary .hero-slider__heading,
.hero-slider__slide--primary .hero-slider__preheading {
    color: #012169
}

.hero-slider__slide--secondary .hero-slider__heading,
.hero-slider__slide--secondary .hero-slider__preheading {
    color: #00a5df
}

.hero-slider__slide--white .hero-slider__heading,
.hero-slider__slide--white .hero-slider__preheading {
    color: #fff
}

.hero-slider__slide.glide__slide {
    height: auto
}

.hero-slider__media {
    height: 100%;
    position: relative
}

.hero-slider__media-bg,
.hero-slider__media-bg-mob {
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.hero-slider__media-bg {
    background-position: 50%
}

.hero-slider__media-bg-mob {
    background-position: top
}

.hero-slider__mob-placeholder {
    aspect-ratio: 375/255
}

.hero-slider__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 70px;
    position: relative;
    z-index: 10
}

.hero-slider__preheading {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.56;
    margin-right: auto
}

.hero-slider__heading {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.42
}

.hero-slider__preheading+.hero-slider__heading {
    margin-top: 8px
}

.hero-slider__footer {
    margin-top: 24px
}

.hero-slider__nav {
    bottom: 24px;
    left: 0;
    position: absolute;
    right: 0
}

.hero-slider__bullets {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.hero-slider__bullet {
    background-color: #fff;
    border: 1px solid #00a5df;
    border-radius: 50%;
    display: block;
    height: 12px;
    margin: 0 4px;
    padding: 0;
    -webkit-transition: opacity .16s linear, background-color .16s linear;
    transition: opacity .16s linear, background-color .16s linear;
    width: 12px
}

.hero-slider__bullet.glide__bullet--active {
    background-color: #00a5df
}

.hero-slider__cta {
    -webkit-box-shadow: 0 4px 24px rgba(1, 33, 105, .25);
    box-shadow: 0 4px 24px rgba(1, 33, 105, .25)
}

@media (hover:hover) {
    .hero-slider__bullet:hover {
        opacity: .6
    }
}

@media screen and (max-width:767px) {
    .hero-slider__media-bg {
        display: none
    }
    .hero-slider__cta.btn--lg {
        font-size: 16px;
        line-height: 40px;
        padding: 0 24px
    }
}

@media screen and (min-width:768px) {
    .hero-slider {
        margin: 0 auto;
        max-width: 1440px;
        width: 100%
    }
    .hero-slider__media-bg-mob,
    .hero-slider__mob-placeholder {
        display: none
    }
    .hero-slider__inner {
        aspect-ratio: 1440/660;
        padding: 120px 0
    }
    .hero-slider__header {
        width: 44.75vw
    }
    .hero-slider__nav {
        bottom: 40px
    }
    .hero-slider__bullet {
        height: 16px;
        width: 16px
    }
}

@media screen and (min-width:1260px) {
    .hero-slider__preheading {
        font-size: 20px;
        line-height: 1.4
    }
    .hero-slider__header {
        width: 38vw
    }
    .hero-slider__heading {
        font-size: 36px;
        line-height: 1.5
    }
    .hero-slider__footer {
        margin-top: 32px
    }
    .hero-slider__nav {
        bottom: 80px
    }
}

@media screen and (min-width:1440px) {
    .hero-slider__header {
        width: 510px
    }
}

.contacts-modal__body {
    padding: 20px 20px 32px
}

.contacts-modal__nav-list .contacts-modal__nav-list {
    margin-top: 12px;
    padding-left: 16px
}

.contacts-modal__nav-item+.contacts-modal__nav-item {
    margin-top: 12px
}

.contacts-modal__nav-btn {
    color: #00a5df;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    position: relative;
    text-align: left;
    -webkit-transition: color .16s linear;
    transition: color .16s linear;
    width: 100%
}

.contacts-modal__nav-btn.is-active {
    color: #012169
}

.contacts-modal__nav-btn.is-active:after {
    background-color: #012169;
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 3px;
    z-index: 1
}

.contacts-modal__nav-btn.is-parent.is-active:after {
    display: none
}

.contacts-modal__main {
    -webkit-transition: opacity .16s linear;
    transition: opacity .16s linear
}

.contacts-modal__map-container {
    background-color: #012169;
    border-radius: 4px;
    height: 160px;
    margin-bottom: 32px;
    width: 100%
}

.contacts-modal__map-container iframe {
    border-radius: 4px;
    height: 100%;
    width: 100%
}

.contacts-modal__contact-list {
    margin-bottom: 32px
}

.contacts-modal__contact-col+.contacts-modal__contact-col {
    margin-top: 24px
}

.contacts-modal__contact-item {
    color: #012169;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    line-height: 1.5
}

.contacts-modal__contact-item+.contacts-modal__contact-item {
    margin-top: 24px
}

.contacts-modal__contact-item .icon {
    color: #788dbb;
    font-size: 24px;
    margin-right: 8px;
    width: 24px
}

.contacts-modal__contact-item-link {
    color: #012169;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 16px;
    line-height: 1.5;
    -webkit-transition: color .16s linear;
    transition: color .16s linear
}

.contacts-modal__footer {
    border-top: 1px solid #f3f3f3;
    padding-top: 24px
}

.contacts-modal__footer-btn {
    white-space: normal
}

@media (hover:hover) {
    .contacts-modal__contact-item-link:hover,
    .contacts-modal__nav-btn:hover {
        color: #0083bd
    }
}

@media screen and (max-width:767px) {
    .contacts-modal__nav-list {
        display: none
    }
}

@media screen and (min-width:768px) {
    .contacts-modal__body {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 40px 32px 24px
    }
    .contacts-modal__sidebar {
        border-right: 1px solid #f3f3f3;
        width: 180px
    }
    .contacts-modal__main {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-left: 32px
    }
    .contacts-modal__map-container {
        height: 320px
    }
    .contacts-modal__contact-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .contacts-modal__contact-col {
        width: 50%
    }
    .contacts-modal__contact-col+.contacts-modal__contact-col {
        margin-top: 0
    }
}

.contacts-modal-nav-mob {
    margin: 0 -20px;
    padding: 0 20px 32px
}

.contacts-modal-nav-mob__label {
    color: #788dbb;
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 6px
}

.contacts-modal-nav-mob__select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fbfafa;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTMgNi43NSA2IDYgNi02IiBzdHJva2U9IiM5OUE2QzMiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=");
    background-position: right 12px top 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 18px auto, 100%;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    color: #163269;
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    padding: 8px 32px 8px 12px;
    width: 100%
}

@media screen and (min-width:768px) {
    .contacts-modal-nav-mob {
        display: none
    }
}

.contacts-modal-share {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #f3f3f3;
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 24px 0;
    padding: 8px 12px
}

.contacts-modal-share__label {
    color: #5f74a2;
    font-size: 16px;
    font-weight: 500
}

.contacts-modal-share__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 24px
}

.contacts-modal-share__item+.contacts-modal-share__item {
    margin-left: 8px
}

.contacts-modal-share__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    color: #00a5df;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 0;
    height: 32px;
    -webkit-justify-content: center;
    justify-content: center;
    width: 32px
}

.contacts-modal-share__link .icon {
    font-size: 24px
}

.requirements-modal__body {
    padding: 32px 20px
}

.requirements-modal__item+.requirements-modal__item {
    margin-top: 32px
}

.requirements-modal__item-title {
    border-bottom: 1px solid #d8dce5;
    color: #00a5df;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    padding: 0 40px 24px 0;
    position: relative;
    -webkit-transition: color .16s linear;
    transition: color .16s linear
}

.requirements-modal__item-title:after {
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e900";
    font-family: icons !important;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    right: 0;
    text-transform: none;
    top: 0;
    z-index: 1
}

.requirements-modal__item-title.is-open:after {
    content: "\e903"
}

.requirements-modal__item-container {
    background: hsla(0, 0%, 95%, .5);
    margin: 0 -20px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .16s linear;
    transition: max-height .16s linear
}

.requirements-modal__item-inner {
    border-bottom: 1px solid #d8dce5;
    padding: 24px
}

@media (hover:hover) {
    .requirements-modal__item-title:hover {
        color: #0083bd
    }
}

@media screen and (min-width:768px) {
    .requirements-modal__body {
        padding: 40px 32px
    }
    .requirements-modal__item-title {
        font-size: 18px;
        padding: 0 40px 32px 0
    }
    .requirements-modal__item-title:after {
        top: 3px
    }
    .requirements-modal__item-container {
        margin: 0
    }
}

.page-header {
    background-color: #f3f3f3;
    background-image: url(../images/circle-bg.4fa31d0c.svg);
    background-position: top;
    background-size: cover
}

.page-header.has-cover {
    background-color: #012169;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.page-header.has-cover:after {
    background: -webkit-gradient(linear, left bottom, left top, from(#012169), color-stop(68.75%, rgba(1, 33, 105, .4)), to(rgba(1, 33, 105, 0)));
    background: linear-gradient(1turn, #012169, rgba(1, 33, 105, .4) 68.75%, rgba(1, 33, 105, 0));
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.page-header--leftTop.has-cover {
    background-position: 0 0
}

.page-header--top.has-cover {
    background-position: top
}

.page-header--rightTop.has-cover {
    background-position: 100% 0
}

.page-header--left.has-cover {
    background-position: 0
}

.page-header--middle.has-cover {
    background-position: 50%
}

.page-header--right.has-cover {
    background-position: 100%
}

.page-header--leftBottom.has-cover {
    background-position: 0 100%
}

.page-header--bottom.has-cover {
    background-position: bottom
}

.page-header--rightBottom.has-cover {
    background-position: 100% 100%
}

.page-header__inner {
    padding: 32px 0 16px;
    position: relative;
    z-index: 2
}

.page-header.has-cover .page-header__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    min-height: 320px
}

.page-header__heading {
    color: #012169;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.5
}

.page-header.has-cover .page-header__heading {
    color: #fff
}

.breadcrumbs+.page-header__heading {
    margin-top: 4px
}

.page-header__subtitle {
    color: #5f74a2;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 12px
}

.page-header__intro {
    color: #5f74a2;
    font-size: 16px;
    line-height: 1.5
}

.page-header__heading+.page-header__intro {
    margin-top: 16px
}

@media screen and (min-width:1260px) {
    .page-header__inner {
        padding: 68px 0 24px
    }
    .page-header.has-cover .page-header__inner {
        min-height: 420px
    }
    .page-header__heading {
        font-size: 32px;
        line-height: 1.5
    }
    .page-header__intro {
        font-size: 18px;
        width: 62vw
    }
    .page-header__heading+.page-header__intro {
        margin-top: 32px
    }
}

@media screen and (min-width:1440px) {
    .page-header__intro {
        width: 840px
    }
}

.article-header {
    background-color: #012169;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.article-header:after {
    background: -webkit-gradient(linear, left bottom, left top, from(#012169), color-stop(68.75%, rgba(1, 33, 105, .4)), to(rgba(1, 33, 105, 0)));
    background: linear-gradient(1turn, #012169, rgba(1, 33, 105, .4) 68.75%, rgba(1, 33, 105, 0));
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.article-header--leftTop {
    background-position: 0 0
}

.article-header--top {
    background-position: top
}

.article-header--rightTop {
    background-position: 100% 0
}

.article-header--left {
    background-position: 0
}

.article-header--middle {
    background-position: 50%
}

.article-header--right {
    background-position: 100%
}

.article-header--leftBottom {
    background-position: 0 100%
}

.article-header--bottom {
    background-position: bottom
}

.article-header--rightBottom {
    background-position: 100% 100%
}

.article-header__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    min-height: 320px;
    padding: 40px 0 24px;
    position: relative;
    z-index: 2
}

.article-header__heading {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5
}

.breadcrumbs+.article-header__heading {
    margin-top: 20px
}

.article-header__footer {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 16px
}

.article-header__categories:before {
    content: "| "
}

@media screen and (min-width:768px) {
    .article-header__inner {
        width: 74vw
    }
}

@media screen and (min-width:1260px) {
    .article-header__inner {
        min-height: 420px;
        padding: 64px 0 32px;
        width: 70vw
    }
    .article-header__heading {
        font-size: 36px;
        line-height: 1.38
    }
    .breadcrumbs+.article-header__heading {
        margin-top: 16px
    }
    .article-header__footer {
        margin-top: 24px
    }
}

@media screen and (min-width:1440px) {
    .article-header__inner {
        width: 950px
    }
}

.article__body {
    padding: 40px 0 62px;
    position: relative
}

.article__body:after {
    background: -webkit-gradient(linear, left bottom, left top, from(#f3f3f3), to(hsla(0, 0%, 95%, 0)));
    background: linear-gradient(1turn, #f3f3f3, hsla(0, 0%, 95%, 0));
    bottom: 0;
    content: "";
    height: 320px;
    left: 0;
    position: absolute;
    right: 0
}

.article__inner {
    position: relative;
    z-index: 2
}

@media screen and (min-width:1260px) {
    .article__body {
        padding: 50px 0 120px
    }
    .article__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .article__main {
        width: 62vw
    }
    .article__aside {
        margin-left: auto;
        width: 330px
    }
}

@media screen and (min-width:1440px) {
    .article__main {
        width: 840px
    }
    .article__aside {
        width: 330px
    }
}

.article-quote {
    background-color: #f3f3f3;
    border-radius: 4px;
    color: #5f74a2;
    font-style: italic;
    margin: 24px 0;
    padding: 55px 16px 32px;
    position: relative
}

.article-quote:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNDEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQxLjEzNiAyMC40NTZjMS43LjUyNSAzLjI1IDEuNTI0IDQuNjUgMi45OTUgMS40IDEuNDcyIDIuMSAzLjY4IDIuMSA2LjYyMiAwIDIuOTQzLS45NSA1LjQxMy0yLjg1IDcuNDEtMS45IDEuODkzLTQuMjUgMi44MzktNy4wNSAyLjgzOS0yLjkgMC01LjM1LS45OTktNy4zNS0yLjk5Ni0xLjktMS45OTctMi44NS00LjUyLTIuODUtNy41NjggMC0yLjUyMy4zNS00LjY3NyAxLjA1LTYuNDY0LjgtMS43ODcgMS44LTMuNzg0IDMtNS45OTJMNDAuOTg2LjI3NGg5bC04Ljg1IDIwLjE4MlptLTI3LjQ1IDBjMS43LjUyNSAzLjI1IDEuNTI0IDQuNjUgMi45OTUgMS40IDEuNDcyIDIuMSAzLjY4IDIuMSA2LjYyMiAwIDIuOTQzLS45NSA1LjQxMy0yLjg1IDcuNDEtMS45IDEuODkzLTQuMjUgMi44MzktNy4wNSAyLjgzOS0yLjkgMC01LjM1LS45OTktNy4zNS0yLjk5Ni0xLjktMS45OTctMi44NS00LjUyLTIuODUtNy41NjggMC0yLjUyMy4zNS00LjY3NyAxLjA1LTYuNDY0LjgtMS43ODcgMS44LTMuNzg0IDMtNS45OTJMMTMuNTM2LjI3NGg5bC04Ljg1IDIwLjE4MloiIGZpbGw9IiM3ODhEQkIiLz48L3N2Zz4=");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 27px;
    left: 16px;
    opacity: .1;
    position: absolute;
    top: 16px;
    width: 31px;
    z-index: 1
}

.article-quote figcaption {
    font-weight: 500
}

@media screen and (min-width:1260px) {
    .article-quote {
        margin: 32px 0;
        padding: 32px 8vw
    }
    .article-quote:before {
        height: 43px;
        left: 20px;
        top: 20px;
        width: 50px
    }
}

@media screen and (min-width:1440px) {
    .article-quote {
        padding: 32px 110px
    }
}

.article-tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -4px -4px 32px
}

.article-tags__item {
    background-color: #f3f3f3;
    border-radius: 4px;
    color: #99a6c3;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    margin: 4px;
    padding: 6px 12px
}

@media screen and (min-width:1260px) {
    .article-tags {
        margin: -4px -4px 48px
    }
}

.article-social {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-top: 1px solid #f3f3f3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    padding: 24px 0 32px
}

.article-social__label {
    color: #5f74a2;
    font-size: 14px;
    font-weight: 500
}

.article-social__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto
}

.article-social__link,
.article-social__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.article-social__link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    color: #00a5df;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 0;
    height: 40px;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: color .16s linear;
    transition: color .16s linear;
    width: 40px
}

.article-social__link+.article-social__link {
    margin-left: 6px
}

.article-social__link .icon {
    font-size: 32px
}

@media (hover:hover) {
    .article-social__link:hover {
        color: #0083bd
    }
}

@media screen and (min-width:1260px) {
    .article-social {
        margin-top: 60px
    }
    .article-social__label {
        font-size: 16px
    }
    .article-social__list {
        margin-left: 40px
    }
}

.article-image {
    margin: 32px 0
}

.article-image__img {
    height: auto
}

.article-image__img,
.article-image iframe,
.article-image video {
    border-radius: 4px;
    max-width: 100%
}

.article-image__caption {
    color: #5f74a2;
    font-size: 16px;
    font-style: italic;
    line-height: 1.2;
    margin-top: 16px
}

@media screen and (min-width:1260px) {
    .article-image {
        margin: 40px 0
    }
}

.blog__body {
    padding: 40px 0 60px;
    position: relative
}

.blog__body:after {
    background: -webkit-gradient(linear, left bottom, left top, from(#f3f3f3), to(hsla(0, 0%, 95%, 0)));
    background: linear-gradient(1turn, #f3f3f3, hsla(0, 0%, 95%, 0));
    bottom: 0;
    content: "";
    height: 320px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1
}

.blog__inner {
    position: relative;
    z-index: 2
}

.blog__main {
    margin-bottom: 40px
}

.blog__footer {
    margin-top: 40px
}

@media screen and (min-width:1260px) {
    .blog__body {
        padding: 60px 0 100px
    }
    .blog__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .blog__main {
        margin-bottom: 0;
        width: 62vw
    }
    .blog__aside {
        margin-left: auto;
        width: 24vw
    }
}

@media screen and (min-width:1440px) {
    .blog__main {
        width: 840px
    }
    .blog__aside {
        width: 330px
    }
}

.blog-article {
    border-bottom: 1px solid #f3f3f3;
    display: block
}

.blog-article+.blog-article {
    margin-top: 40px
}

.blog-article__cover {
    border-radius: 4px;
    height: auto;
    margin-bottom: 24px;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.blog-article__main {
    padding-bottom: 32px
}

.blog-article__heading {
    color: #00a5df;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 16px;
    -webkit-transition: color .16s linear;
    transition: color .16s linear
}

.blog-article__categories,
.blog-article__date {
    color: #5f74a2;
    font-size: 14px;
    line-height: 1.3
}

.blog-article__categories:before {
    content: "| "
}

.blog-article__abstract {
    color: #5f74a2;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 24px
}

.blog-article__footer {
    margin-top: 24px
}

@media (hover:hover) {
    .blog-article:hover .blog-article__heading {
        color: #0083bd
    }
}

@media screen and (min-width:1260px) {
    .blog-article__cover {
        margin-bottom: 32px
    }
    .blog-article__heading {
        font-size: 22px;
        line-height: 1.5;
        margin-bottom: 12px
    }
}

.blog-categories {
    background-color: #fbfafa;
    border-radius: 4px;
    margin-bottom: 60px;
    padding: 0 24px
}

.blog-categories__item {
    padding: 8px 0
}

.blog-categories__item+.blog-categories__item {
    border-top: 1px solid #f3f3f3
}

.blog-categories__link {
    color: #00a5df;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    padding: 8px 0;
    position: relative;
    -webkit-transition: color .16s linear;
    transition: color .16s linear
}

@media (hover:hover) {
    .blog-categories__link:hover {
        color: #0083bd
    }
}

.blog-categories__link.is-current {
    color: #012169
}

.blog-categories__link.is-current:before {
    background-color: #012169;
    bottom: 0;
    content: "";
    left: -24px;
    position: absolute;
    top: 0;
    width: 3px;
    z-index: 1
}

@media screen and (max-width:1259px) {
    .blog-categories {
        display: none
    }
}

.blog-categories-mob {
    margin: -20px -20px 20px;
    max-width: 99vw;
    position: relative
}

.blog-categories-mob:after,
.blog-categories-mob:before {
    bottom: 1px;
    content: "";
    position: absolute;
    top: 0;
    width: 20px;
    z-index: 1
}

.blog-categories-mob:before {
    background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(37.59%, #fff), to(hsla(0, 0%, 100%, 0)));
    background: linear-gradient(90deg, #fff, #fff 37.59%, hsla(0, 0%, 100%, 0));
    left: 0
}

.blog-categories-mob:after {
    background: -webkit-gradient(linear, right top, left top, from(#fff), color-stop(37.59%, #fff), to(hsla(0, 0%, 100%, 0)));
    background: linear-gradient(270deg, #fff, #fff 37.59%, hsla(0, 0%, 100%, 0));
    right: 0
}

.blog-categories-mob__scroll {
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
    overflow: auto
}

.blog-categories-mob__scroll::-webkit-scrollbar {
    display: none
}

.blog-categories-mob__inner {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 100%;
    padding: 0 20px
}

.blog-categories-mob__list {
    border-bottom: 1px solid #f3f3f3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 100%
}

.blog-categories-mob__item+.blog-categories-mob__item {
    margin-left: 16px
}

.blog-categories-mob__link {
    color: #00a5df;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 20px 0;
    position: relative;
    white-space: nowrap
}

.blog-categories-mob__link.is-current {
    color: #012169
}

.blog-categories-mob__link.is-current:after {
    background-color: #012169;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0
}

@media screen and (min-width:1260px) {
    .blog-categories-mob {
        display: none
    }
}

.partners-body {
    padding: 36px 0 60px;
    position: relative
}

.partners-body__body:after {
    background: -webkit-gradient(linear, left bottom, left top, from(#f3f3f3), to(hsla(0, 0%, 95%, 0)));
    background: linear-gradient(1turn, #f3f3f3, hsla(0, 0%, 95%, 0));
    bottom: 0;
    content: "";
    height: 320px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1
}

@media screen and (min-width:1260px) {
    .partners-body {
        padding: 40px 0 100px
    }
}

.partners-section__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px
}

.partners-section__item {
    background-color: #fff;
    border: 1px solid #f3f3f3;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 24px rgba(1, 33, 105, .05);
    box-shadow: 0 4px 24px rgba(1, 33, 105, .05);
    display: block;
    margin: 12px 0;
    padding: 12px;
    text-align: center;
    -webkit-transition: -webkit-box-shadow .16s linear;
    transition: -webkit-box-shadow .16s linear;
    transition: box-shadow .16s linear;
    transition: box-shadow .16s linear, -webkit-box-shadow .16s linear;
    width: 100%
}

.partners-section__item[hidden] {
    display: none
}

.partners-section__item-img {
    max-height: 70px;
    max-width: 100%
}

.partners-section__footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 16px 0 32px;
    width: 100%
}

@media (hover:hover) {
    .partners-section__item:hover {
        -webkit-box-shadow: 0 4px 24px rgba(1, 33, 105, .2);
        box-shadow: 0 4px 24px rgba(1, 33, 105, .2)
    }
}

@media screen and (min-width:620px) {
    .partners-section__item {
        margin: 12px 10px;
        width: calc(50% - 20px)
    }
}

@media screen and (min-width:768px) {
    .partners-section__list {
        margin: 0 -12px
    }
    .partners-section__item {
        margin: 12px;
        width: calc(33.33333% - 24px)
    }
}

@media screen and (max-width:1259px) {
    .partners-section__item:nth-child(n+6) {
        display: none
    }
    .show-more .partners-section__item:nth-child(n+6) {
        display: block
    }
    .partners-section__title {
        color: #00a5df;
        font-size: 24px;
        font-weight: 600;
        line-height: 1;
        padding: 16px 0;
        position: relative;
        -webkit-transition: color .16s linear;
        transition: color .16s linear
    }
}

@media screen and (min-width:1260px) {
    .partners-section+.partners-section {
        margin-top: 60px
    }
    .partners-section__title {
        color: #012169;
        font-size: 24px;
        font-weight: 600;
        line-height: 1.4;
        margin-bottom: 20px
    }
    .partners-section__list {
        margin: 0 -1vw
    }
    .partners-section__item {
        margin: 12px 1vw;
        width: 22vw
    }
    .partners-section__footer {
        display: none
    }
}

@media screen and (min-width:1440px) {
    .partners-section__list {
        margin: 0 -20px
    }
    .partners-section__item {
        margin: 12px 20px;
        width: 290px
    }
}

.partners-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 32px
}

.partners-tabs,
.partners-tabs__tab {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.partners-tabs__tab {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #d8dce5;
    border-radius: 4px;
    color: #00a5df;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 18px;
    font-weight: 600;
    line-height: 46px;
    margin: 4px;
    padding: 0 24px;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .16s linear, color .16s linear;
    transition: background-color .16s linear, color .16s linear
}

.partners-tabs__tab.is-active {
    background-color: #00a5df;
    border-color: #00a5df;
    color: #fff
}

.search__body {
    padding: 32px 0 80px;
    position: relative
}

.search__body:after {
    background: -webkit-gradient(linear, left bottom, left top, from(#f3f3f3), to(hsla(0, 0%, 95%, 0)));
    background: linear-gradient(1turn, #f3f3f3, hsla(0, 0%, 95%, 0));
    bottom: 0;
    content: "";
    height: 320px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1
}

.search__inner {
    position: relative;
    z-index: 2
}

.search__bar-form {
    border-bottom: 1px solid #e9e9e9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 16px
}

.search__bar-form,
.search__bar-reset,
.search__bar-submit {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.search__bar-reset,
.search__bar-submit {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    color: #012169;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 0;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: color .16s linear;
    transition: color .16s linear
}

.search__bar-reset {
    height: 24px;
    width: 24px
}

.search__bar-reset .icon {
    font-size: 24px
}

.search__bar-input {
    -webkit-box-flex: 1;
    background: transparent;
    border: none;
    color: #012169;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    font-weight: 500;
    min-width: 1%;
    padding: 0 8px
}

.search__bar-input::-webkit-input-placeholder {
    color: #788dbb
}

.search__bar-input:-ms-input-placeholder {
    color: #788dbb
}

.search__bar-input::-moz-placeholder {
    color: #788dbb
}

.search__bar-input::-ms-input-placeholder {
    color: #788dbb
}

.search__bar-input::placeholder {
    color: #788dbb
}

.search__bar-submit {
    height: 24px;
    width: 24px
}

.search__bar-submit .icon {
    font-size: 18px
}

.search__bar-postfix {
    color: #5f74a2;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 6px
}

.search__results {
    margin-top: 60px
}

.search__results-item {
    border-bottom: 1px solid #d8dce5;
    display: block;
    padding: 0 30px 24px 0;
    position: relative
}

.search__results-item:after {
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #00a5df;
    content: "\e904";
    display: inline-block;
    font-family: icons !important;
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    right: 4px;
    text-transform: none;
    top: 2px;
    -webkit-transition: -webkit-transform .16s linear;
    transition: -webkit-transform .16s linear;
    transition: transform .16s linear;
    transition: transform .16s linear, -webkit-transform .16s linear;
    z-index: 1
}

.search__results-item+.search__results-item {
    margin-top: 32px
}

.search__results-item-title {
    color: #00a5df;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    -webkit-transition: color .16s linear;
    transition: color .16s linear
}

.search__results-item-dscr {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    color: #5f74a2;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 24px
}

@media (hover:hover) {
    .search__bar-reset:hover,
    .search__bar-submit:hover,
    .search__results-item:hover .search__results-item-title {
        color: #0083bd
    }
    .search__results-item:hover:after {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }
}

@media screen and (min-width:1260px) {
    .search__body {
        padding: 40px 0 100px
    }
    .search__inner {
        margin: 0 auto;
        width: 62vw
    }
    .search__bar-input {
        font-size: 32px
    }
    .search__bar-submit {
        height: 28px;
        width: 28px
    }
    .search__bar-submit .icon {
        font-size: 28px
    }
    .search__results-item {
        padding: 0 8vw 32px 0
    }
    .search__results-item-title {
        font-size: 20px
    }
    .search__results-item:after {
        top: 5px
    }
}

@media screen and (min-width:1440px) {
    .search__inner {
        width: 840px
    }
    .search__results-item {
        padding: 0 110px 32px 0
    }
}

.error__wrapper {
    background-color: #f3f3f3;
    background-image: url(../images/circle-bg.4fa31d0c.svg);
    background-position: 50%;
    background-size: cover
}

.error__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    min-height: 80vh;
    text-align: center
}

.error__heading {
    color: #5f74a2;
    font-size: 64px;
    font-weight: 600
}

.error__subtitle {
    color: #163269;
    font-size: 18px;
    font-weight: 500;
    margin-top: 12px;
    max-width: 380px
}

.error__footer {
    margin-top: 60px
}

@media screen and (min-width:768px) {
    .error__heading {
        font-size: 110px
    }
    .error__subtitle {
        font-size: 22px
    }
}

.faq__body {
    padding: 32px 0 80px;
    position: relative
}

.faq__body:after {
    background: -webkit-gradient(linear, left bottom, left top, from(#f3f3f3), to(hsla(0, 0%, 95%, 0)));
    background: linear-gradient(1turn, #f3f3f3, hsla(0, 0%, 95%, 0));
    bottom: 0;
    content: "";
    height: 320px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1
}

.faq__inner {
    position: relative;
    z-index: 2
}

.faq__inner iframe,
.faq__inner video {
    border-radius: 4px;
    margin-bottom: 32px;
    max-width: 100%
}

.faq__main {
    -webkit-transition: opacity .16s linear;
    transition: opacity .16s linear
}

@media screen and (min-width:1260px) {
    .faq__body {
        padding: 40px 0 100px
    }
    .faq__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .faq__aside {
        width: 24vw
    }
    .faq__main {
        margin-left: auto;
        width: 62vw
    }
}

@media screen and (min-width:1440px) {
    .faq__aside {
        width: 330px
    }
    .faq__main {
        width: 840px
    }
}

.faq-item {
    margin-bottom: 32px
}

.faq-item__title {
    border-bottom: 1px solid #d8dce5;
    color: #00a5df;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    padding: 0 40px 24px 0;
    position: relative;
    -webkit-transition: color .16s linear;
    transition: color .16s linear
}

.faq-item__title:after {
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e900";
    font-family: icons !important;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    right: 0;
    text-transform: none;
    top: 0;
    z-index: 1
}

.faq-item__title.is-open:after {
    content: "\e903"
}

.faq-item__container {
    background: hsla(0, 0%, 95%, .5);
    margin: 0 -20px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .16s linear;
    transition: max-height .16s linear
}

.is-grey .faq-item__container {
    background: hsla(0, 0%, 100%, .5)
}

.faq-item__inner {
    border-bottom: 1px solid #d8dce5;
    padding: 24px
}

.faq-item__inner iframe,
.faq-item__inner video {
    border-radius: 4px;
    margin-bottom: 32px;
    max-width: 100%
}

@media (hover:hover) {
    .faq-item__title:hover {
        color: #0083bd
    }
}

@media screen and (min-width:768px) {
    .faq-item__container {
        margin: 0
    }
}

@media screen and (min-width:1260px) {
    .faq-item {
        margin-bottom: 40px
    }
    .faq-item__title {
        font-size: 18px;
        padding: 0 40px 32px 0
    }
    .faq-item__title:after {
        top: 3px
    }
}

.faq-categories {
    background-color: #fbfafa;
    border-radius: 4px;
    padding: 4px 18px
}

.faq-categories__item {
    padding: 12px 0
}

.faq-categories__item+.faq-categories__item {
    border-top: 1px solid #f3f3f3
}

.faq-categories__link {
    color: #00a5df;
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 4px 0;
    position: relative;
    text-align: left;
    -webkit-transition: color .16s linear;
    transition: color .16s linear;
    width: 100%
}

.faq-categories__link.is-active {
    color: #163269
}

.faq-categories__link.is-active:after {
    background: #012169;
    bottom: 0;
    content: "";
    position: absolute;
    right: -18px;
    top: 0;
    width: 3px
}

@media (hover:hover) {
    .faq-categories__link:hover {
        color: #0083bd
    }
}

@media screen and (max-width:1259px) {
    .faq-categories {
        display: none
    }
}

.faq-categories-mob {
    border-bottom: 1px solid #d8dce5;
    margin: -32px -20px 24px;
    padding: 16px 20px
}

.faq-categories-mob__label {
    color: #788dbb;
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 6px
}

.faq-categories-mob__select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fbfafa;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTMgNi43NSA2IDYgNi02IiBzdHJva2U9IiM5OUE2QzMiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=");
    background-position: right 12px top 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 18px auto, 100%;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    color: #163269;
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    padding: 8px 32px 8px 12px;
    width: 100%
}

@media screen and (min-width:768px) {
    .faq-categories-mob {
        margin: -32px -2vw 32px;
        padding: 16px 2vw
    }
}

@media screen and (min-width:1260px) {
    .faq-categories-mob {
        display: none
    }
}

.text-page__body {
    padding: 32px 0 80px;
    position: relative
}

.text-page__body:after {
    background: -webkit-gradient(linear, left bottom, left top, from(#f3f3f3), to(hsla(0, 0%, 95%, 0)));
    background: linear-gradient(1turn, #f3f3f3, hsla(0, 0%, 95%, 0));
    bottom: 0;
    content: "";
    height: 320px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1
}

.text-page__inner {
    position: relative;
    z-index: 2
}

@media screen and (min-width:1260px) {
    .text-page__body {
        padding: 40px 0 100px
    }
    .text-page__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .text-page__main {
        width: 62vw
    }
    .text-page__aside {
        margin-left: auto;
        width: 24vw
    }
}

@media screen and (min-width:1440px) {
    .text-page__main {
        width: 840px
    }
    .text-page__aside {
        width: 330px
    }
}

.text-page-attachments {
    background-color: #f3f3f3;
    border-radius: 4px;
    padding: 16px 16px 32px;
    width: 100%
}

.text-page-attachments__title {
    border-bottom: 1px solid #d8dce5;
    color: #5f74a2;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
    padding-bottom: 16px
}

.text-page-attachments__list {
    margin-bottom: 24px
}

.text-page-attachments__item {
    padding: 8px 0
}

.text-page-attachments__link {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    color: #00a5df;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    line-height: 24px;
    padding-right: 32px;
    position: relative;
    -webkit-transition: color .16s linear;
    transition: color .16s linear
}

.text-page-attachments__link:after {
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e906";
    font-family: icons !important;
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    right: 0;
    text-transform: none;
    top: 3px;
    z-index: 1
}

.text-page-attachments__link .icon {
    color: #5f74a2;
    font-size: 24px;
    font-weight: 400;
    margin-right: 8px
}

.text-page-attachments__dscr {
    color: #5f74a2;
    font-size: 14px;
    line-height: 1.5
}

@media (hover:hover) {
    .text-page-attachments__link:hover {
        color: #0083bd
    }
}

@media screen and (min-width:1260px) {
    .text-page-attachments {
        padding: 24px 24px 32px
    }
}

.text-page-form-inline {
    border: 1px solid #00a5df;
    border-radius: 4px;
    padding: 16px 16px 32px;
    width: 100%
}

.text-page-form-inline.has-margin {
    margin-top: 40px
}

.text-page-form-inline__title {
    border-bottom: 1px solid #d8dce5;
    color: #5f74a2;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 32px;
    padding-bottom: 16px
}

@media screen and (min-width:1260px) {
    .text-page-form-inline {
        padding: 24px 24px 32px
    }
}

.testimonials__body {
    padding: 32px 0 80px;
    position: relative
}

.testimonials__body:after {
    background: -webkit-gradient(linear, left bottom, left top, from(#f3f3f3), to(hsla(0, 0%, 95%, 0)));
    background: linear-gradient(1turn, #f3f3f3, hsla(0, 0%, 95%, 0));
    bottom: 0;
    content: "";
    height: 320px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1
}

.testimonials__inner {
    position: relative;
    z-index: 2
}

.testimonials__list {
    opacity: 1;
    -webkit-transition: opacity .16s linear;
    transition: opacity .16s linear
}

.testimonials__list.is-loading {
    opacity: .3
}

.testimonials__footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 40px;
    width: 100%
}

.testimonials__load-btn {
    width: 100%
}

@media screen and (min-width:1260px) {
    .testimonials__body {
        padding: 40px 0 100px
    }
    .testimonials__list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -1vw
    }
    .testimonials__load-btn {
        width: 30vw
    }
}

@media screen and (min-width:1440px) {
    .testimonials__list {
        margin: 0 -20px
    }
    .testimonials__load-btn {
        width: 400px
    }
}

.testimonials-categories {
    margin: -20px -20px 24px
}

.testimonials-categories__scroll {
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
    overflow: auto
}

.testimonials-categories__scroll::-webkit-scrollbar {
    display: none
}

.testimonials-categories__inner {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 100%;
    padding: 0 20px
}

.testimonials-categories__list {
    border-bottom: 1px solid #f3f3f3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 100%
}

.testimonials-categories__item+.testimonials-categories__item {
    margin-left: 16px
}

.testimonials-categories__link {
    color: #00a5df;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 20px 0;
    position: relative;
    white-space: nowrap
}

.testimonials-categories__link.is-active {
    color: #012169
}

.testimonials-categories__link.is-active:after {
    background-color: #012169;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0
}

@media screen and (min-width:768px) {
    .testimonials-categories {
        margin: -20px -2vw 32px
    }
}

@media screen and (min-width:1260px) {
    .testimonials-categories {
        margin: -20px -1vw 20px
    }
    .testimonials-categories__item+.testimonials-categories__item {
        margin-left: 24px
    }
    .testimonials-categories__link {
        font-size: 18px
    }
}

@media screen and (min-width:1440px) {
    .testimonials-categories {
        margin: -20px -20px 20px
    }
}

.testimonials-item {
    background-color: #fff;
    border: 1px solid #f3f3f3;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 24px rgba(1, 33, 105, .05);
    box-shadow: 0 4px 24px rgba(1, 33, 105, .05);
    margin: 12px 0;
    width: 100%
}

.testimonials-item__inner {
    padding: 16px 16px 24px
}

.testimonials-item__heading {
    color: #163269;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 16px
}

.testimonials-item__text {
    color: #5f74a2;
    font-size: 14px;
    line-height: 1.5
}

.testimonials-item__author {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px
}

.testimonials-item__author-name {
    color: #163269;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3
}

.testimonials-item__avatar {
    background-color: #f3f3f3;
    border-radius: 50%;
    height: 40px;
    margin-right: 16px;
    width: 40px
}

.testimonials-item__avatar img {
    border-radius: 20px;
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.testimonials-item__avatar-placeholder {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzciIGhlaWdodD0iODAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjE1IiBkPSJNMzguNDM2IDM2LjY2N2M3LjA3NSAwIDEyLjgxMi01Ljk3IDEyLjgxMi0xMy4zMzRDNTEuMjQ4IDE1Ljk3IDQ1LjUxMiAxMCAzOC40MzYgMTBzLTEyLjgxMiA1Ljk3LTEyLjgxMiAxMy4zMzNjMCA3LjM2NCA1LjczNiAxMy4zMzQgMTIuODEyIDEzLjMzNFoiIGZpbGw9IiMwMEE1REYiLz48cGF0aCBkPSJNNjQuMDYgNzB2LTYuNjY3QzY0LjA2IDU1Ljk3IDU4LjMyMiA1MCA1MS4yNDYgNTBIMjUuNjI1Yy03LjA3NiAwLTEyLjgxMiA1Ljk3LTEyLjgxMiAxMy4zMzNWNzBtMzguNDM2LTQ2LjY2N2MwIDcuMzY0LTUuNzM3IDEzLjMzNC0xMi44MTIgMTMuMzM0LTcuMDc2IDAtMTIuODEyLTUuOTctMTIuODEyLTEzLjMzNEMyNS42MjQgMTUuOTcgMzEuMzYgMTAgMzguNDM2IDEwYzcuMDc1IDAgMTIuODEyIDUuOTcgMTIuODEyIDEzLjMzM1oiIHN0cm9rZT0iIzAwQTVERiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 60%, 60%;
    border-radius: 50%;
    height: 40px;
    width: 40px
}

.testimonials-item__video {
    background-color: #012169;
    border-radius: 3px 3px 0 0;
    padding-top: 56.25%;
    position: relative;
    width: 100%
}

.testimonials-item__video-container {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.testimonials-item__video iframe,
.testimonials-item__video video {
    border-radius: 3px 3px 0 0;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    width: 100%
}

.testimonials-item__video-footer {
    padding: 24px
}

.testimonials-item__video-author {
    color: #163269;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5
}

.testimonials-item__video-author-title {
    color: #5f74a2;
    font-size: 14px;
    line-height: 1.5
}

.testimonials-item__video-author+.testimonials-item__video-author-title {
    margin-top: 12px
}

@media screen and (min-width:1260px) {
    .testimonials-item {
        margin: 1vw;
        width: 30vw
    }
    .testimonials-item__inner {
        padding: 32px
    }
    .testimonials-item__heading {
        font-size: 18px
    }
    .testimonials-item__text {
        font-size: 16px
    }
}

@media screen and (min-width:1440px) {
    .testimonials-item {
        margin: 20px;
        width: 400px
    }
}

.contacts__body {
    padding: 40px 0 60px;
    position: relative
}

.contacts__body:after {
    background: -webkit-gradient(linear, left bottom, left top, from(#f3f3f3), to(hsla(0, 0%, 95%, 0)));
    background: linear-gradient(1turn, #f3f3f3, hsla(0, 0%, 95%, 0));
    bottom: 0;
    content: "";
    height: 320px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1
}

.contacts__inner {
    position: relative;
    z-index: 2
}

@media screen and (min-width:1260px) {
    .contacts__body {
        padding: 60px 0 100px
    }
}

.contacts-item {
    border-bottom: 1px solid #d8dce5;
    margin-bottom: 32px
}

.contacts-item__region {
    color: #5f74a2;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5
}

.contacts-item__title {
    color: #163269;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5
}

.contacts-item__link {
    margin-top: 12px
}

.contacts-item__main {
    margin: 0 -20px
}

.contacts-item__inner {
    padding: 20px 20px 24px
}

.contacts-item__col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.contacts-item__col,
.contacts-item__contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.contacts-item__contact {
    color: #163269;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 24px
}

.contacts-item__contact-map {
    margin-bottom: 24px;
    margin-top: auto
}

.contacts-item__contact .icon {
    color: #788dbb;
    font-size: 24px;
    margin-right: 12px
}

.contacts-item__map-container {
    margin-top: 24px
}

.contacts-item__map-container iframe {
    height: 156px;
    width: 100%
}

@media screen and (min-width:768px) {
    .contacts-item__main {
        margin: 0 -2vw
    }
    .contacts-item__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px 2vw 40px
    }
    .contacts-item__col {
        width: 50%
    }
    .contacts-item__map-container iframe {
        height: 360px
    }
    .contacts-item__map-container {
        width: 100%
    }
}

@media screen and (max-width:1259px) {
    .contacts-item__header {
        cursor: pointer;
        padding-bottom: 24px;
        position: relative
    }
    .contacts-item__header:after {
        speak: never;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        bottom: 30px;
        color: #00a5df;
        content: "\e900";
        font-family: icons !important;
        font-size: 24px;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        line-height: 1;
        position: absolute;
        right: 0;
        text-transform: none
    }
    .contacts-item__header.is-open:after {
        content: "\e903"
    }
    .contacts-item__title {
        color: #00a5df
    }
    .contacts-item__link {
        display: none
    }
    .contacts-item__main {
        background-color: hsla(0, 0%, 95%, .5);
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height .16s linear;
        transition: max-height .16s linear
    }
    .contacts-item__contact-map {
        display: none
    }
}

@media screen and (min-width:1260px) {
    .contacts-item {
        margin-bottom: 40px
    }
    .contacts-item,
    .contacts-item__header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .contacts-item__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 30vw
    }
    .contacts-item__main {
        margin: 0 0 0 auto;
        width: 62vw
    }
    .contacts-item__region {
        font-size: 16px
    }
    .contacts-item__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 0 40px
    }
    .contacts-item__map-container {
        margin: 0;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height .16s linear;
        transition: max-height .16s linear
    }
}

@media screen and (min-width:1440px) {
    .contacts-item__header {
        width: 400px
    }
    .contacts-item__main {
        width: 840px
    }
}

.contacts-share {
    margin-top: 24px
}

.contacts-share__toggle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.contacts-share__toggle:after {
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e900";
    font-family: icons !important;
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    margin-left: 6px;
    text-transform: none
}

.dropdown.is-open .contacts-share__toggle:after {
    content: "\e903"
}

.contacts-share__menu {
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 24px rgba(1, 33, 105, .25);
    box-shadow: 0 4px 24px rgba(1, 33, 105, .25)
}

.contacts-share__list {
    padding: 4px 0
}

.contacts-share__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #00a5df;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    padding: 10px 24px 10px 12px;
    -webkit-transition: background-color .16s linear, color .16s linear;
    transition: background-color .16s linear, color .16s linear
}

.contacts-share__link .icon {
    font-size: 18px;
    margin-right: 8px
}

@media (hover:hover) {
    .contacts-share__link:hover {
        background-color: #f3f3f3;
        color: #0083bd
    }
}

@media screen and (max-width:1259px) {
    .contacts-share {
        display: none
    }
}

.contacts-share-mob {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px
}

.contacts-share-mob__label {
    color: #5f74a2;
    font-size: 16px;
    font-weight: 500
}

.contacts-share-mob__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 16px
}

.contacts-share-mob__item+.contacts-share-mob__item {
    margin-left: 8px
}

.contacts-share-mob__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    color: #00a5df;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 0;
    height: 32px;
    -webkit-justify-content: center;
    justify-content: center;
    width: 32px
}

.contacts-share-mob__link .icon {
    font-size: 24px
}

@media screen and (min-width:1260px) {
    .contacts-share-mob {
        display: none
    }
}

.university-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    background-color: var(--secondary_background);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    min-height: 450px;
    padding: 20px 0;
    position: relative
}

.university-header:after {
    background: -webkit-gradient(linear, left bottom, left top, from(var(--primary_background)), color-stop(68.75%, rgba(1, 33, 105, .4)), to(rgba(1, 33, 105, 0)));
    background: linear-gradient(1turn, var(--primary_background), rgba(1, 33, 105, .4) 68.75%, rgba(1, 33, 105, 0));
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.university-header__inner {
    position: relative;
    z-index: 2
}

.university-header__logo-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 24px rgba(1, 33, 105, .05);
    box-shadow: 0 4px 24px rgba(1, 33, 105, .05);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 90px;
    -webkit-justify-content: center;
    justify-content: start;
    margin-bottom: 24px;
    /* padding: 12px; */
    width: 160px
}

.university-header__logo {
    max-height: 100%;
    max-width: 100%
}

.university-header__preheading {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 12px
}

.university-header__heading {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
}

.university-header__btn {
    margin-top: auto
}

.university-header__actions {
    margin-top: 32px
}

@media screen and (max-width:767px) {
    .university-header__btn.btn--primary.btn--lg {
        font-size: 16px;
        line-height: 40px;
        padding: 0 16px
    }
}

@media screen and (min-width:1260px) {
    .university-header {
        min-height: 360px;
        padding: 40px 0
    }
    .university-header__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .university-header__logo-wrapper {
        height: 120px;
        margin-bottom: 0;
    }
    .university-header__main {
        margin-top: auto;
        /* padding: 0 32px */
    }
    .university-header__heading {
        font-size: 32px
    }
    .university-header__actions {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        margin-left: auto;
        margin-top: 0;
        width: 30vw
    }
}

@media screen and (min-width:1440px) {
    .university-header__actions {
        width: 400px
    }
}

.university-nav {
    -webkit-overflow-scrolling: touch !important;
    background-color: #fff !important;
    border-bottom: 1px solid #f3f3f3 !important;
    max-width: 100% !important;
    overflow: auto !important;
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 72px !important;
    z-index: 10 !important;
    box-shadow: 0 4px 30px -20px rgb(100,100,100,0.5) !important;
}

.university-nav__list {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

.university-nav__item+.university-nav__item {
    margin-left: 24px !important;
}

.university-nav__btn {
    border-bottom: 3px solid transparent !important;
    color: var(--button_secondary_bg) !important;
    display: block !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 16px 0 !important;
    white-space: nowrap !important;
    font-family: 'DM Sans', sans-serif !important;
}

.university-nav__btn:hover{
    color: var(--primary_background) !important;
}

.university-nav__btn.active {
    border-color: var(--primary_background) !important;
    color: var(--primary_background) !important;
}

@media screen and (max-width:1259px) {
    .university-nav {
        /* display: none !important; */
    }
}

.university-body {
    max-width: 100%;
    overflow: hidden
}

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

.university-body__main {
    padding: 32px 0 80px
}

.university-body__note {
    color: #5f74a2;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 40px
}

.university-body .text-page-attachments {
    margin-top: 40px
}

@media screen and (max-width:1259px) {
    .university-body__main {
        /* -webkit-box-ordinal-group: 3; */
        /* -ms-flex-order: 2; */
        /* -webkit-order: 2; */
        /* order: 2 */
    }
    .university-body__section-header,
    .university-body__section-header-open {
        color: var(--primary_background);
        cursor: pointer;
        font-weight: 500;
        padding: 16px 40px 16px 0;
        position: relative;
        -webkit-transition: color .16s linear;
        transition: color .16s linear
    }
    .university-body__section-header:after {
        speak: never;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e900";
        font-family: icons !important;
        font-size: 24px;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        line-height: 1;
        position: absolute;
        right: 0;
        text-transform: none;
        top: 18px;
        z-index: 1
    }
    .university-body__section-header.is-open:after {
        content: "\e903"
    }
    .text .university-body__section-heading {
        color: var(--primary_background);
        font-size: 18px;
        line-height: 1.5;
        margin: 0
    }
    .university-body__section-header+.university-body__section-inner {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height .16s linear;
        transition: max-height .16s linear
    }
    .university-body__section-content {
        padding-bottom: 24px
    }
}

@media screen and (min-width:1260px) {
    .university-body__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        /* -webkit-flex-direction: row; */
        /* -ms-flex-direction: row; */
        /* flex-direction: row */
    }
    .university-body__main {
        padding: 40px 0 80px;
        /* width: 58vw */
    }
    .university-body__section+.university-body__section {
        /* margin-top: 40px */
    }
}

@media screen and (min-width:1440px) {
    .university-body__main {
        /* width: 785px */
    }
}

.university-aside {
    background-color: #ebeeff8c;
    margin: 0 -20px;
    padding: 24px 20px 32px;
    position: relative;
    z-index: 1
}

@media screen and (min-width:768px) {
    .university-aside {
        margin: 0 -4vw;
        padding: 32px 4vw
    }
}

@media screen and (max-width:1259px) {
    .university-aside {
        /* -webkit-box-ordinal-group: 2; */
        /* -ms-flex-order: 1; */
        /* -webkit-order: 1; */
        /* order: 1 */
    }
}

@media screen and (min-width:1260px) {
    .university-aside {
        margin: 0 0 0 auto;
        padding: 32px 20px;
        height: fit-content;
        /* width: 22vw */
    }
    .university-aside:after {
        background-color: #fbfafa;
        bottom: 0;
        content: "";
        left: 100%;
        position: absolute;
        top: 0;
        /* width: 100vw; */
        z-index: 1
    }
}

@media screen and (min-width:1440px) {
    .university-aside {
        /* width: 290px */
    }
}

.university-aside-item {
    color: #163269;
    font-size: 14px;
    line-height: 1.5
}

.university-aside-item+.university-aside-item {
    border-top: 1px solid #d8dce5;
    margin-top: 16px;
    padding-top: 16px
}

.university-aside-item+.university-aside-item__video {
    margin-top: 40px
}

.university-aside-item__video-item iframe {
    max-width: 100%
}

.university-aside-item__video-item figcaption {
    color: #5f74a2;
    font-size: 16px;
    margin-top: 16px
}

.university-aside-item__video-item+.university-aside-item__video-item {
    margin-top: 32px
}

.university-aside-item__label {
    color: #5f74a2;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 12px
}

.university-aside-item__row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.university-aside-item__row+.university-aside-item__row {
    margin-top: 6px
}

.university-aside-item a {
    word-break: break-all
}

.university-aside-item__cell {
    min-width: 80px
}

.university-aside-item__cell+.university-aside-item__cell {
    text-align: right
}

.university-details-item+.university-details-item,
div+.university-details-item {
    margin-top: 32px
}

.university-details-item__heading {
    color: #163269;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 16px
}

.university-popular-courses__link {
    border-bottom: 1px solid #f3f3f3;
    line-height: 1.5;
    padding: 12px 0;
    white-space: normal;
    width: 100%
}

.university-popular-courses__link:after {
    margin: 0 0 auto auto
}

.university-popular-courses__footer {
    margin: 32px 0
}

@media screen and (min-width:1260px) {
    .university-popular-courses {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 32px;
        -moz-column-gap: 32px;
        column-gap: 32px
    }
}

.university-gallery__main-slide img {
    border-radius: 4px;
    max-width: 100%
}

.university-gallery__main-slide figcaption {
    color: #5f74a2;
    font-size: 16px;
    margin-top: 16px
}

.university-gallery__thumbnail-slider {
    margin-top: 24px
}

.university-gallery__thumbnail-slide img {
    border-radius: 4px;
    height: 120px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.university-gallery__thumbnail-footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 24px;
    min-height: 32px;
    position: relative
}

.university-gallery__thumbnail-bullets,
.university-gallery__thumbnail-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.university-gallery__thumbnail-bullet {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 0;
    height: 20px;
    -webkit-justify-content: center;
    justify-content: center;
    width: 20px
}

.university-gallery__thumbnail-bullet:after {
    border: 1px solid #00a5df;
    border-radius: 50%;
    content: "";
    display: block;
    height: 10px;
    -webkit-transition: background-color .16s linear, border-color .16s linear;
    transition: background-color .16s linear, border-color .16s linear;
    width: 10px
}

.university-gallery__thumbnail-bullet.glide__bullet--active:after {
    background-color: #00a5df
}

.university-gallery__thumbnail-arrow,
.university-gallery__thumbnail-arrows {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.university-gallery__thumbnail-arrow {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #00a5df;
    font-size: 0;
    height: 32px;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: color .16s linear;
    transition: color .16s linear;
    width: 32px
}

.university-gallery__thumbnail-arrow:before {
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: icons !important;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none
}

.university-gallery__thumbnail-arrow--prev:before {
    content: "\e901"
}

.university-gallery__thumbnail-arrow--next:before {
    content: "\e902"
}

@media (hover:hover) {
    .university-gallery__thumbnail-bullet:hover:after {
        border-color: #0083bd
    }
    .university-gallery__thumbnail-arrow:hover {
        color: #0083bd
    }
}

@media screen and (max-width:767px) {
    .university-gallery__thumbnail-arrow {
        position: absolute;
        top: 0;
        z-index: 1
    }
    .university-gallery__thumbnail-arrow--prev {
        left: 10px
    }
    .university-gallery__thumbnail-arrow--next {
        right: 10px
    }
}

@media screen and (min-width:768px) {
    .university-gallery__thumbnail-footer {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between
    }
}

@media screen and (min-width:1260px) {
    .university-gallery__thumbnail-arrows {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.university-gallery+.university-videos {
    margin-top: 40px
}

.university-videos__item+.university-videos__item {
    margin-top: 32px
}

.university-videos__item {
    padding-bottom: 56.25%;
    position: relative
}

.university-videos__item iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.event-header {
    position: relative
}

.event-header__bg,
.event-header__bg-mob {
    background-color: #012169;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.event-header__bg-mob {
    aspect-ratio: 320/250;
    margin: 0 auto;
    width: 100%
}

.event-header__inner {
    border-bottom: 1px solid #f3f3f3;
    padding: 32px 0
}

.event-header .breadcrumbs {
    margin-bottom: 20px
}

.event-header__datetime {
    color: #012169;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 6px
}

.event-header__heading {
    color: #012169;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5
}

.event-header__footer {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 16px
}

.event-header__actions {
    margin-top: 32px
}

@media screen and (max-width:1259px) {
    .event-header__actions {
        display: none
    }
}

@media screen and (max-width:767px) {
    .event-header__bg {
        display: none
    }
    .event-header__actions .event-header__btn {
        min-width: 100%
    }
}

@media screen and (min-width:768px) {
    .event-header__bg {
        aspect-ratio: 1440/432;
        margin: 0 auto;
        max-width: 1440px;
        width: 100%
    }
    .event-header__bg-mob {
        display: none
    }
}

@media screen and (min-width:1260px) {
    .event-header__inner {
        padding: 32px 0
    }
    .event-header__row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .event-header__main {
        width: 62vw
    }
    .event-header__actions {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        margin: auto 0 12px auto;
        width: 30vw
    }
    .event-header .breadcrumbs {
        margin-bottom: 16px
    }
    .event-header__datetime {
        font-size: 18px;
        margin-bottom: 4px
    }
    .event-header__heading {
        font-size: 36px;
        line-height: 1.38
    }
    .event-header__footer {
        margin-top: 24px
    }
}

@media screen and (min-width:1440px) {
    .event-header__main {
        width: 840px
    }
    .event-header__actions {
        width: 400px
    }
}

.event-details {
    background-color: #f3f3f3;
    padding: 36px 0
}

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

.event-details__heading {
    color: #012169;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 16px
}

.event-details__dscr {
    color: #5f74a2;
    font-size: 16px;
    line-height: 1.43
}

@media screen and (min-width:1260px) {
    .event-details__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .event-details__primary {
        width: 38vw
    }
    .event-details__secondary {
        margin-left: auto;
        width: 30vw
    }
}

@media screen and (min-width:1440px) {
    .event-details__primary {
        width: 510px
    }
    .event-details__secondary {
        width: 400px
    }
}

.event-location {
    margin-top: 32px
}

.event-location__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.event-location__item+.event-location__item {
    margin-top: 24px
}

.event-location__item .icon {
    color: #00a5df;
    font-size: 28px;
    line-height: .9;
    margin-right: 12px;
    min-width: 28px
}

.event-location__item-label {
    color: #163269;
    display: inline-block;
    font-size: 16px;
    line-height: 1.3;
    padding: 3px 0
}

@media screen and (min-width:1260px) {
    .event-location {
        margin-top: 0
    }
}

.event-sharing {
    margin-top: auto;
    padding-top: 24px
}

.event-sharing__label {
    color: #5f74a2;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 16px
}

.event-sharing__social-list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -4px -8px
}

.event-sharing__social-item {
    margin: 4px 8px
}

.event-sharing__social-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    color: #00a5df;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 0;
    height: 32px;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: color .16s linear;
    transition: color .16s linear;
    width: 32px
}

.event-sharing__social-link+.event-sharing__social-link {
    margin-left: 6px
}

.event-sharing__social-link .icon {
    font-size: 32px
}

.event-sharing__calendar-item {
    margin: 4px 8px
}

.event-sharing__calendar-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #00a5df;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    -webkit-transition: color .16s linear;
    transition: color .16s linear
}

.event-sharing__calendar-link .icon {
    font-size: 22px;
    margin-right: 4px
}

@media (hover:hover) {
    .event-sharing__calendar-link:hover,
    .event-sharing__social-link:hover {
        color: #0083bd
    }
}

.event-location+.event-hosts {
    margin-top: 48px
}

.event-hosts__list {
    max-height: 120px;
    overflow: hidden;
    -webkit-transition: max-height .16s linear;
    transition: max-height .16s linear
}

.event-hosts.is-open .event-hosts__list {
    max-height: 100%
}

.event-hosts__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.event-hosts__item+.event-hosts__item {
    margin-top: 16px
}

.event-hosts__item-img {
    background-color: #fff;
    border-radius: 4px;
    margin-right: 20px
}

.event-hosts__item-img img {
    border: 1px solid #fff;
    border-radius: 4px;
    height: 80px;
    width: 80px
}

.event-hosts__item-img .team-block__member-placeholder {
    background-color: #fff;
    height: 80px;
    margin: 0;
    width: 80px
}

.event-hosts__item-body {
    padding: 6px 0
}

.event-hosts__host-name {
    color: #163269;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 4px
}

.event-hosts__item-title {
    color: #5f74a2;
    font-size: 14px;
    line-height: 1.4
}

.event-hosts__footer {
    margin-top: 16px;
    position: relative
}

.event-hosts__footer:before {
    background: -webkit-gradient(linear, left bottom, left top, from(#f3f3f3), to(hsla(0, 0%, 95%, 0)));
    background: linear-gradient(1turn, #f3f3f3, hsla(0, 0%, 95%, 0));
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    right: 0;
    top: -36px;
    z-index: 10
}

.event-hosts.is-open .event-hosts__footer:before {
    display: none
}

.event-hosts__more-btn:after {
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e900";
    font-family: icons !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    margin-left: 4px;
    text-transform: none
}

.event-hosts.is-open .event-hosts__more-btn:after {
    content: "\e903"
}

.event-body {
    padding-bottom: 64px
}

.event-legacy-block {
    padding: 40px 0
}

.event-legacy-block+.event-legacy-block {
    padding-top: 0
}

.event-attachments-wrapper,
.event-form-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.event-attachments-wrapper .text-page-attachments,
.event-body .text-page-form-inline {
    max-width: 840px
}

.events-item {
    border: 1px solid #00a5df;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 24px rgba(1, 33, 105, .05);
    box-shadow: 0 4px 24px rgba(1, 33, 105, .05);
    display: block;
    -webkit-transition: -webkit-box-shadow .16s linear;
    transition: -webkit-box-shadow .16s linear;
    transition: box-shadow .16s linear;
    transition: box-shadow .16s linear, -webkit-box-shadow .16s linear
}

.events-item+.events-item {
    margin-top: 32px
}

.events-item__cover {
    border-radius: 3px 3px 0 0;
    height: auto;
    max-height: 320px;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.events-item__main {
    padding: 20px
}

.events-item__header {
    margin-bottom: 16px
}

.events-item__date {
    color: #163269;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2
}

.events-item__heading {
    color: #00a5df;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    -webkit-transition: color .16s linear;
    transition: color .16s linear
}

.events-item__abstract {
    color: #5f74a2;
    font-size: 16px;
    line-height: 1.5
}

.events-item__primary+.events-item__details {
    margin-top: 24px
}

.events-item__details-item {
    color: #163269;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 1.3
}

.events-item__details-item .icon {
    color: #00a5df;
    font-size: 20px;
    line-height: .9;
    margin-right: 8px;
    min-width: 24px
}

.events-item__details-item+.events-item__details-item {
    margin-top: 16px
}

.events-item__footer {
    border-top: 1px solid #d8dce5;
    margin-top: 32px;
    padding-top: 16px
}

@media (hover:hover) {
    .events-item:hover {
        -webkit-box-shadow: 0 4px 24px rgba(1, 33, 105, .2);
        box-shadow: 0 4px 24px rgba(1, 33, 105, .2)
    }
    .events-item:hover .events-item__heading {
        color: #0083bd
    }
}

@media screen and (min-width:1260px) {
    .events-item__main {
        padding: 32px
    }
    .events-item__header {
        margin-bottom: 20px
    }
    .events-item__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .events-item__primary {
        width: 32vw
    }
    .events-item__details {
        margin-left: auto;
        width: 22vw
    }
    .events-item__primary+.events-item__details {
        margin-top: 0
    }
    .events-item__date {
        font-size: 18px
    }
    .events-item__heading {
        font-size: 22px
    }
    .events-item__details-item {
        font-size: 16px
    }
    .events-item__footer {
        margin-top: 24px
    }
}

@media screen and (min-width:1440px) {
    .events-item__primary {
        width: 440px
    }
    .events-item__details {
        width: 290px
    }
}

.universities__body {
    padding: 32px 0 80px;
    position: relative
}

.universities__body:after {
    background: -webkit-gradient(linear, left bottom, left top, from(#f3f3f3), to(hsla(0, 0%, 95%, 0)));
    background: linear-gradient(1turn, #f3f3f3, hsla(0, 0%, 95%, 0));
    bottom: 0;
    content: "";
    height: 320px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1
}

.universities__inner {
    position: relative;
    z-index: 2
}

._show-filters .universities__inner {
    z-index: 999
}

@media screen and (min-width:1260px) {
    .universities__body {
        padding: 40px 0 100px
    }
    .universities__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .universities__aside {
        width: 24vw
    }
    .universities__main {
        margin-left: auto;
        width: 62vw
    }
}

@media screen and (min-width:1440px) {
    .universities__aside {
        width: 330px
    }
    .universities__main {
        width: 840px
    }
}

.universities-item {
    border: 1px solid #00a5df;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 24px rgba(1, 33, 105, .05);
    box-shadow: 0 4px 24px rgba(1, 33, 105, .05);
    display: block;
    padding: 20px;
    -webkit-transition: -webkit-box-shadow .16s linear;
    transition: -webkit-box-shadow .16s linear;
    transition: box-shadow .16s linear;
    transition: box-shadow .16s linear, -webkit-box-shadow .16s linear
}

.universities-item+.universities-item {
    margin-top: 24px
}

.universities-item__logo {
    height: auto;
    max-height: 80px;
    width: 160px
}

.universities-item__header {
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 16px;
    padding-bottom: 24px
}

.universities-item__pretitle {
    color: #5f74a2;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 8px;
    word-break: break-word
}

.universities-item__title {
    color: #00a5df;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    -webkit-transition: color .16s linear;
    transition: color .16s linear;
    word-break: break-word
}

.universities-item__abstract {
    color: #5f74a2;
    font-size: 14px;
    line-height: 1.4;
    margin-top: 16px
}

.universities-item__details-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    word-break: break-word
}

.universities-item__details-item+.universities-item__details-item {
    margin-top: 12px
}

.universities-item__details-label {
    color: #5f74a2;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6;
    width: 120px
}

.universities-item__details-value {
    -webkit-box-flex: 1;
    color: #163269;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    line-height: 1.5
}

.universities-item__footer {
    border-top: 1px solid #f3f3f3;
    margin-top: 16px;
    padding-top: 16px
}

@media (hover:hover) {
    .universities-item:hover {
        -webkit-box-shadow: 0 4px 24px rgba(1, 33, 105, .2);
        box-shadow: 0 4px 24px rgba(1, 33, 105, .2)
    }
    .universities-item:hover .universities-item__title {
        color: #0083bd
    }
}

@media screen and (min-width:768px) {
    .universities-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 32px
    }
    .universities-item+.universities-item {
        margin-top: 32px
    }
    .universities-item__logo-col {
        width: 25.25vw
    }
    .universities-item__body {
        margin-left: auto;
        width: 54.5vw
    }
}

@media screen and (min-width:1260px) {
    .universities-item__logo-col {
        width: 18vw
    }
    .universities-item__body {
        width: 38vw
    }
    .universities-item__title {
        font-size: 24px
    }
    .universities-item__abstract {
        margin-top: 12px
    }
}

@media screen and (min-width:1440px) {
    .universities-item__logo-col {
        width: 235px
    }
    .universities-item__body {
        width: 510px
    }
}

.universities-filters__item {
    position: relative
}

.universities-filters__item+.universities-filters__item {
    margin-top: 24px
}

.universities-filters__label {
    color: #5f74a2;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 8px
}

.universities-filters__single-reset {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    color: #00a5df;
    display: none;
    font-size: 0;
    height: 24px;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: -4px;
    -webkit-transition: color .16s linear;
    transition: color .16s linear;
    width: 24px;
    z-index: 1
}

.universities-filters__single-reset .icon {
    font-size: 18px
}

.has-value .universities-filters__single-reset {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.universities-filters__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    color: #163269;
    font-size: 16px;
    font-weight: 500;
    line-height: 44px;
    min-width: 1%;
    padding: 0 16px;
    text-align: left;
    -webkit-transition: border-color .16s linear, background-color .16s linear;
    transition: border-color .16s linear, background-color .16s linear;
    width: 100%
}

.universities-filters__input:focus {
    background-color: #fff;
    border-color: #00a5df
}

.universities-filters__input::-webkit-input-placeholder {
    color: #788dbb
}

.universities-filters__input:-ms-input-placeholder {
    color: #788dbb
}

.universities-filters__input::-moz-placeholder {
    color: #788dbb
}

.universities-filters__input::-ms-input-placeholder {
    color: #788dbb
}

.universities-filters__input::placeholder {
    color: #788dbb
}

.universities-filters__dropdown-toggle {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    color: #788dbb;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    line-height: 44px;
    overflow: hidden;
    padding: 0 40px 0 16px;
    position: relative;
    text-align: left;
    text-overflow: ellipsis;
    -webkit-transition: border-color .16s linear, background-color .16s linear;
    transition: border-color .16s linear, background-color .16s linear;
    white-space: nowrap;
    width: 100%
}

.has-value .universities-filters__dropdown-toggle {
    color: #163269
}

.dropdown.is-open .universities-filters__dropdown-toggle {
    border-color: #163269
}

.universities-filters__dropdown-toggle:after {
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #00a5df;
    content: "\e900";
    font-family: icons !important;
    font-size: 22px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    right: 16px;
    text-transform: none;
    top: 10px;
    z-index: 1
}

.dropdown.is-open .universities-filters__dropdown-toggle:after {
    content: "\e903"
}

.universities-filters__dropdown-menu {
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 24px rgba(1, 33, 105, .25);
    box-shadow: 0 4px 24px rgba(1, 33, 105, .25);
    width: 100%
}

.universities-filters__dropdown-list {
    padding: 10px 0
}

.universities-filters__dropdown-item {
    padding: 10px 16px
}

.universities-filters__dropdown-item label {
    color: #163269;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    word-break: break-word
}

.universities-filters__footer {
    margin-top: 32px;
    text-align: center
}

.universities-filters__reset {
    color: #00a5df;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin: 24px auto 0;
    text-align: center;
    -webkit-transition: color .16s linear;
    transition: color .16s linear
}

@media (hover:hover) {
    .universities-filters__dropdown-toggle:hover,
    .universities-filters__input:hover {
        border-color: #788dbb
    }
    .universities-filters__reset:hover,
    .universities-filters__single-reset:hover {
        color: #0083bd
    }
}

@media screen and (max-width:1259px) {
    .universities-filters {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        background-color: #fff;
        bottom: 0;
        -webkit-box-shadow: 0 4px 24px rgba(1, 33, 105, .25);
        box-shadow: 0 4px 24px rgba(1, 33, 105, .25);
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        visibility: hidden;
        z-index: 110
    }
    ._show-filters .universities-filters {
        visibility: visible
    }
    .universities-filters form {
        overflow: auto;
        padding: 32px 24px
    }
}

@media screen and (min-width:1260px) {
    .universities-filters {
        background-color: #f3f3f3;
        border-radius: 4px;
        padding: 32px 24px
    }
}

.universities-filters-mob__header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid #f3f3f3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 52px;
    padding: 0 20px
}

.universities-filters-mob__close {
    color: #00a5df;
    font-size: 0;
    height: 32px;
    margin-left: auto;
    width: 32px
}

.universities-filters-mob__close .icon {
    font-size: 22px
}

@media screen and (min-width:1260px) {
    .universities-filters-mob__header {
        display: none
    }
}

.universities-filters-mob-toggle {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 32px;
    padding: 0 12px
}

@media screen and (min-width:1260px) {
    .universities-filters-mob-toggle {
        display: none
    }
}

.universities-empty {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #fafafa;
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    min-height: 100%;
    padding: 80px 32px
}

.universities-empty__icon {
    margin-bottom: 24px
}

.universities-empty__title {
    color: #00a5df;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 8px;
    max-width: 420px;
    text-align: center
}

.universities-empty__text {
    color: #5f74a2;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    max-width: 420px;
    text-align: center
}

.dropdown {
    position: relative
}

.dropdown-menu {
    left: 0;
    /* max-height: 0; */
    /* overflow: hidden; */
    position: absolute;
    top: 100%;
    -webkit-transition: max-height .16s linear, -webkit-transform .16s linear;
    transition: max-height .16s linear, -webkit-transform .16s linear;
    transition: max-height .16s linear, transform .16s linear;
    transition: max-height .16s linear, transform .16s linear, -webkit-transform .16s linear;
    /* z-index: 10 */
}

.dropdown.is-open .dropdown-menu {
    max-height: 250px;
    -webkit-transform: translateY(4px);
    transform: translateY(4px)
}

.dropdown-search {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #e9e9e9;
    border-radius: 4px 4px 0 0;
    color: #012169;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    min-width: 1%;
    padding: 12px 16px;
    -webkit-transition: border-color .16s linear, background-color .16s linear;
    transition: border-color .16s linear, background-color .16s linear;
    width: 100%
}

.dropdown-list {
    -webkit-overflow-scrolling: touch;
    max-height: 250px;
    overflow: auto
}

.dropdown-search+.dropdown-list {
    max-height: 200px
}

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

.form-checkbox__control {
    cursor: pointer;
    opacity: 0;
    position: absolute
}

.form-checkbox__mark {
    background-color: #f3f3f3;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    margin-right: 8px;
    min-width: 16px;
    position: relative;
    width: 16px
}

.form-checkbox__mark:after {
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #163269;
    content: "\e920";
    font-family: icons !important;
    font-size: 15px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    left: 0;
    line-height: 1;
    opacity: 0;
    position: absolute;
    text-transform: none;
    top: 0;
    -webkit-transition: opacity .16s linear;
    transition: opacity .16s linear;
    z-index: 1
}

input:checked~.form-checkbox__mark:after {
    opacity: 1
}

.form-input__label {
    color: #5f74a2;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 6px
}

.form-input__control {
    color: #012169;
    line-height: 1.4;
    min-width: 1%;
    padding: 8px 12px
}

.form-input__control,
.form-input__select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fbfafa;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    display: block;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: border-color .16s linear, background-color .16s linear;
    transition: border-color .16s linear, background-color .16s linear;
    width: 100%
}

.form-input__select {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTMgNi43NSA2IDYgNi02IiBzdHJva2U9IiM5OUE2QzMiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=");
    background-position: right 12px top 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 18px auto, 100%;
    color: #163269;
    margin: 0;
    padding: 8px 32px 8px 12px
}

.form-input__control:focus,
.form-input__select:focus {
    background-color: #fff;
    border-color: #012169
}

.form-input__select:invalid {
    color: #788dbb
}

.form-input__comment {
    color: #5f74a2;
    display: block
}

.form-input__comment,
.form-input__error {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin-top: 6px
}

.form-input__error {
    color: #d90c0c;
    display: none
}

.form-input__control:invalid:not(:focus):not(:-moz-placeholder-shown) {
    border-color: #d90c0c
}

.form-input__control:invalid:not(:focus):not(:-ms-input-placeholder) {
    border-color: #d90c0c
}

.form-input__control:invalid:not(:focus):not(:placeholder-shown) {
    border-color: #d90c0c
}

.form-input__control:invalid:not(:focus):not(:-moz-placeholder-shown)~.form-input__error {
    display: block
}

.form-input__control:invalid:not(:focus):not(:-ms-input-placeholder)~.form-input__error {
    display: block
}

.form-input__control:invalid:not(:focus):not(:placeholder-shown)~.form-input__error {
    display: block
}

@media (hover:hover) {
    .form-input__control:hover,
    .form-input__select:hover {
        border-color: #788dbb
    }
}

.form-multiselect__dropdown-toggle {
    background-color: #fbfafa;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    color: #788dbb;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    overflow: hidden;
    padding: 8px 32px 8px 12px;
    position: relative;
    text-align: left;
    text-overflow: ellipsis;
    -webkit-transition: border-color .16s linear, background-color .16s linear;
    transition: border-color .16s linear, background-color .16s linear;
    white-space: nowrap;
    width: 100%
}

.has-value .form-multiselect__dropdown-toggle {
    color: #163269
}

.dropdown.is-open .form-multiselect__dropdown-toggle {
    border-color: #163269
}

.form-multiselect__dropdown-toggle:after {
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #00a5df;
    content: "\e900";
    font-family: icons !important;
    font-size: 22px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    right: 16px;
    text-transform: none;
    top: 10px;
    z-index: 1
}

.dropdown.is-open .form-multiselect__dropdown-toggle:after {
    content: "\e903"
}

.form-multiselect__dropdown-menu {
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 24px rgba(1, 33, 105, .25);
    box-shadow: 0 4px 24px rgba(1, 33, 105, .25);
    width: 100%
}

.form-multiselect__dropdown-list {
    padding: 10px 0
}

.form-multiselect__dropdown-item {
    padding: 10px 16px
}

.form-multiselect__dropdown-item label {
    color: #163269;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    word-break: break-word
}

.modal__backdrop {
    background-color: rgba(1, 33, 105, .6);
    display: none;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 109
}

.modal.show .modal__backdrop {
    display: block
}

.modal__wrapper {
    height: 100%;
    left: 0;
    opacity: 0;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 200vh;
    -webkit-transition: opacity .35s linear, -webkit-transform .35s linear;
    transition: opacity .35s linear, -webkit-transform .35s linear;
    transition: opacity .35s linear, transform .35s linear;
    transition: opacity .35s linear, transform .35s linear, -webkit-transform .35s linear;
    visibility: hidden;
    width: 100%;
    z-index: -10
}

.modal.show .modal__wrapper {
    opacity: 1;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    z-index: 110
}

.modal__dialog {
    height: 100%;
    max-width: 100%;
    pointer-events: none;
    position: relative;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    width: auto
}

.modal__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-clip: padding-box;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    outline: 0;
    pointer-events: auto;
    position: relative;
    width: 100%
}

@media screen and (min-width:768px) {
    .modal__dialog {
        height: auto;
        margin: 60px auto
    }
    .modal__dialog--lg {
        max-width: 93.5vw
    }
    .modal__dialog--md {
        max-width: 54.5vw
    }
    .modal__content {
        border-radius: 4px;
        min-height: auto
    }
    .modal__wrapper {
        -webkit-transform: translateY(24px);
        transform: translateY(24px)
    }
}

@media screen and (min-width:1260px) {
    .modal__dialog--lg {
        max-width: 78vw
    }
    .modal__dialog--md {
        max-width: 46vw
    }
}

@media screen and (min-width:1440px) {
    .modal__dialog--lg {
        max-width: 1060px
    }
    .modal__dialog--md {
        max-width: 620px
    }
}

.modal-header {
    padding: 0 20px
}

.modal-header__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid #f3f3f3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0 12px
}

.modal-header__title {
    color: #012169;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5
}

.modal-header__close-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    color: #012169;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 0;
    height: 24px;
    -webkit-justify-content: center;
    justify-content: center;
    margin-left: auto;
    -webkit-transition: color .16s linear;
    transition: color .16s linear;
    width: 24px
}

.modal-header__close-btn .icon {
    font-size: 24px
}

@media (hover:hover) {
    .modal-header__close-btn:hover {
        color: #0083bd
    }
}

@media screen and (min-width:768px) {
    .modal-header {
        padding: 0 32px
    }
    .modal-header__inner {
        padding: 32px 0 16px
    }
    .modal-header__title {
        font-size: 22px
    }
}

.modal-success__body {
    padding: 60px 32px;
    text-align: center
}

.modal-success__icon {
    margin-bottom: 32px
}

.modal-success__title {
    color: #012169;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 16px
}

.modal-success__dscr {
    color: #5f74a2;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4
}

.modal-success__footer {
    margin-top: 50px
}

.modal-success__footer-btn {
    min-width: 230px
}

@media screen and (max-width:767px) {
    .modal-success__footer-btn {
        width: 100%
    }
}

.modal-form__body {
    padding: 32px 20px
}

.modal-form__intro {
    color: #5f74a2;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 32px;
    max-width: 640px
}

.modal-form__row+.modal-form__row {
    margin-top: 24px
}

.modal-form__row.hidden {
    display: none
}

.modal-form__item {
    max-width: 100%
}

.modal-form__item.ohmy {
    height: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 0;
    z-index: -1
}

.modal-form__item+.modal-form__item {
    margin-top: 24px
}

.modal-form__comment {
    color: #5f74a2;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 40px;
    max-width: 640px
}

.modal-form__footer {
    border-top: 1px solid #f3f3f3;
    margin-top: 40px;
    padding-top: 24px
}

.modal-form__consent-label {
    color: #012169;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    margin-top: -2px;
    max-width: 620px
}

.modal-form__consent-label a {
    text-decoration: underline;
    -webkit-transition: color .16s linear;
    transition: color .16s linear
}

.modal-form__submit-btn .loader {
    display: none
}

.is-submitting .modal-form__submit-btn {
    color: transparent;
    pointer-events: none
}

.is-submitting .modal-form__submit-btn .loader {
    display: block;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    top: 11px;
    z-index: 10
}

@media (hover:hover) {
    .modal-form__consent-label a:hover {
        color: #0083bd;
        text-decoration: none
    }
}

@media screen and (max-width:767px) {
    .modal-form__submit-btn {
        width: 100%
    }
}

@media screen and (min-width:768px) {
    .modal-form__body {
        padding: 40px 32px
    }
    .modal-form__row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -12px
    }
    .modal-form__row+.modal-form__row {
        margin-top: 32px
    }
    .modal-form__item {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 0 12px
    }
    .modal-form__item+.modal-form__item {
        margin-top: 0
    }
}

.landing-header {
    position: relative
}

.landing-header--dark_blue {
    background-color: #012169;
    color: #fff
}

.landing-header--light_blue {
    background-color: #00a5df;
    color: #fff
}

.landing-header--white {
    background-color: #fff;
    color: #012169
}

.landing-header__main {
    padding: 48px 20px;
    position: relative;
    z-index: 2
}

.landing-header__heading {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.3
}

.landing-header__heading small {
    display: block;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 14px
}

.landing-header__cta-wrapper {
    margin-top: auto;
    padding-top: 32px
}

@media screen and (max-width:1259px) {
    .landing-header__cover,
    .landing-header__cta-wrapper {
        display: none
    }
    .landing-header__container .container {
        margin: 0;
        width: 100%
    }
    .landing-header__cover-wrapper {
        height: 0;
        overflow: hidden;
        padding-top: 45.8%;
        position: relative
    }
    .landing-header__cover-mob {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }
}

@media screen and (min-width:768px) {
    .landing-header__heading {
        font-size: 42px
    }
    .landing-header__heading small {
        font-size: 16px;
        line-height: 1.3
    }
}

@media screen and (min-width:1260px) {
    .landing-header__container .container,
    .landing-header__inner {
        height: 100%
    }
    .landing-header__inner {
        margin: 0
    }
    .landing-header__inner,
    .landing-header__main {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .landing-header__main {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        -webkit-box-flex: 50%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex: 50%;
        -ms-flex: 50%;
        flex: 50%;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-order: 1;
        order: 1;
        padding: 110px 0
    }
    .landing-header__heading {
        max-width: 480px
    }
    .landing-header--dark_blue .landing-header__heading small span,
    .landing-header--dark_blue .landing-header__heading span {
        background-color: #012169;
        -webkit-box-shadow: 10px 0 0 0 #012169, -10px 0 0 0 #012169;
        box-shadow: 10px 0 0 0 #012169, -10px 0 0 0 #012169
    }
    .landing-header--light_blue .landing-header__heading small span,
    .landing-header--light_blue .landing-header__heading span {
        background-color: #00a5df;
        -webkit-box-shadow: 10px 0 0 0 #00a5df, -10px 0 0 0 #00a5df;
        box-shadow: 10px 0 0 0 #00a5df, -10px 0 0 0 #00a5df
    }
    .landing-header--white .landing-header__heading small span,
    .landing-header--white .landing-header__heading span {
        background-color: #fff;
        -webkit-box-shadow: 10px 0 0 0 #fff, -10px 0 0 0 #fff;
        box-shadow: 10px 0 0 0 #fff, -10px 0 0 0 #fff
    }
    .landing-header__cover-wrapper {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2
    }
    .landing-header__cover-wrapper--is-side_square {
        -webkit-box-flex: 50%;
        -webkit-flex: 50%;
        -ms-flex: 50%;
        flex: 50%
    }
    .landing-header__cover-wrapper--is-wide {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1
    }
    .landing-header__cover {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
        width: 100%
    }
    .landing-header__cover-mob {
        display: none
    }
}

@media screen and (min-width:1260px) and (max-width:1439px) {
    .landing-header__container-box {
        height: 0;
        overflow: hidden;
        padding-top: 36.1%;
        position: relative
    }
    .landing-header__container {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }
}

@media screen and (min-width:1440px) {
    .landing-header__inner {
        min-height: 520px
    }
}

.landing-points-block {
    background-color: #f3f3f3;
    padding: 40px 0
}

.landing-points-block__title {
    color: #163269;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 32px
}

.landing-points-block__item-wrapper {
    margin: 8px 0;
    width: 100%
}

.landing-points-block__item {
    background-color: #fff;
    border: 1px solid #f3f3f3;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 24px rgba(1, 33, 105, .05);
    box-shadow: 0 4px 24px rgba(1, 33, 105, .05);
    color: #163269;
    padding: 24px 32px 32px
}

.landing-points-block__item-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3
}

.landing-points-block__item-dscr {
    font-size: 18px;
    line-height: 1.3
}

.landing-points-block__item-title+.landing-points-block__item-dscr {
    margin-top: 4px
}

@media screen and (min-width:768px) {
    .landing-points-block__list {
        margin: 0 -16px
    }
    .landing-points-block__item-wrapper {
        margin: 16px;
        width: 44.75vw
    }
}

@media screen and (min-width:1260px) {
    .landing-points-block {
        padding: 80px 0
    }
    .landing-points-block__list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -1vw
    }
    .landing-points-block__item-wrapper {
        margin: 1vw;
        width: 30vw
    }
}

@media screen and (min-width:1440px) {
    .landing-points-block__list {
        margin: 0 -20px
    }
    .landing-points-block__item-wrapper {
        margin: 20px;
        width: 400px
    }
}

.landing-about-block {
    overflow: hidden
}

.landing-about-block.is-grey {
    background-color: #f3f3f3
}

.landing-about-block__main {
    padding: 60px 0
}

.landing-about-block__logo {
    margin-bottom: 48px;
    max-height: 100px;
    max-width: 100%
}

.landing-about-block__preheading {
    color: #00a5df;
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 8px
}

.landing-about-block__heading {
    color: #012169;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3
}

.landing-about-block__intro {
    color: #012169;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.43
}

.landing-about-block__heading+.landing-about-block__intro {
    margin-top: 48px
}

.landing-about-block__aside {
    background-color: #00a5df;
    margin: 0 -20px;
    padding: 40px 20px
}

.landing-about-block__aside-inner {
    position: relative;
    z-index: 2
}

.landing-about-block__aside-inner .text,
.landing-about-block__aside-inner .text p,
.landing-about-block__aside-inner a,
.landing-about-block__aside-inner h1,
.landing-about-block__aside-inner h2,
.landing-about-block__aside-inner h3,
.landing-about-block__aside-inner h4,
.landing-about-block__aside-inner h5,
.landing-about-block__aside-inner h6,
.landing-about-block__aside-inner ol,
.landing-about-block__aside-inner p,
.landing-about-block__aside-inner table tr td,
.landing-about-block__aside-inner table tr th,
.landing-about-block__aside-inner ul {
    color: #fff
}

@media (hover:hover) {
    .landing-about-block__aside-inner a:hover {
        color: #0083bd
    }
}

.landing-about-block__aside-inner ol li:before {
    color: #012169
}

.landing-about-block__aside-inner ul li:before {
    background-color: #012169
}

@media screen and (min-width:768px) {
    .landing-about-block__aside {
        margin: 0 -3.25vw;
        padding: 60px 3.25vw
    }
}

@media screen and (min-width:1260px) {
    .landing-about-block__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .landing-about-block__main {
        padding: 80px 0;
        width: 46vw
    }
    .landing-about-block__main-inner {
        width: 38vw
    }
    .landing-about-block__aside {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        justify-content: center;
        margin: 0;
        padding: 80px 0 80px 6vw;
        position: relative;
        width: 48vw
    }
    .landing-about-block__aside:before {
        background-color: #00a5df;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        top: 0;
        width: 100vw;
        z-index: 1
    }
}

@media screen and (min-width:1440px) {
    .landing-about-block__main {
        width: 620px
    }
    .landing-about-block__main-inner {
        width: 510px
    }
    .landing-about-block__aside {
        padding: 80px 0 80px 110px;
        width: 660px
    }
}

.wide-image-block {
    background-color: #012169;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px
}

.wide-image-block--leftTop {
    background-position: 0 0
}

.wide-image-block--top {
    background-position: top
}

.wide-image-block--rightTop {
    background-position: 100% 0
}

.wide-image-block--left {
    background-position: 0
}

.wide-image-block--middle {
    background-position: 50%
}

.wide-image-block--right {
    background-position: 100%
}

.wide-image-block--leftBottom {
    background-position: 0 100%
}

.wide-image-block--bottom {
    background-position: bottom
}

.wide-image-block--rightBottom {
    background-position: 100% 100%
}

.wide-image-block.has-parallax {
    background-attachment: fixed;
    background-position: 50%
}

@media screen and (min-width:768px) {
    .wide-image-block {
        height: 380px
    }
}

@media screen and (min-width:1260px) {
    .wide-image-block {
        height: 460px
    }
}

@media screen and (min-width:1440px) {
    .wide-image-block {
        height: 500px
    }
}

.landing-highlights-block {
    background-color: #00a5df
}

.landing-highlights-block__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.landing-highlights-block__item {
    margin: 12px 0;
    width: 100%
}

.landing-highlights-block__item-icon {
    height: 48px;
    width: 48px
}

.landing-highlights-block__item-body {
    padding-top: 6px
}

.landing-highlights-block__item-title {
    color: #012169;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5
}

.landing-highlights-block__item-dscr {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.34
}

.landing-highlights-block__item-title+.landing-highlights-block__item-dscr {
    margin-top: 4px
}

@media screen and (max-width:767px) {
    .landing-highlights-block {
        padding: 16px 0
    }
    .landing-highlights-block__item {
        border-bottom: 1px solid hsla(0, 0%, 100%, .6);
        padding-bottom: 24px;
        text-align: center
    }
    .landing-highlights-block__item:last-child {
        border-bottom: none
    }
    .landing-highlights-block__item-icon {
        margin-bottom: 8px
    }
}

@media screen and (min-width:768px) {
    .landing-highlights-block__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -16px
    }
    .landing-highlights-block__item {
        border-right: 1px solid hsla(0, 0%, 100%, .6);
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 48px 0;
        padding: 0 16px 0 40px;
        width: 50%
    }
    .landing-highlights-block__item-icon {
        height: 64px;
        margin-right: 24px;
        width: 64px
    }
    .landing-highlights-block__item-title {
        font-size: 16px
    }
    .landing-highlights-block__item-dscr {
        font-size: 18px
    }
}

@media screen and (min-width:768px) and (max-width:1259px) {
    .landing-highlights-block__item:nth-child(2n) {
        border-right: none
    }
}

@media screen and (min-width:1260px) {
    .landing-highlights-block__item {
        width: 33.33%
    }
    .landing-highlights-block__item:nth-child(3n) {
        border-right: none
    }
}

.university-event-table__logo {
    max-height: 70px;
    width: auto
}

.university-event-table__item-title {
    display: block
}

.university-event-table__logo+.university-event-table__item-title {
    margin-top: 12px
}

.university-event-table table {
    table-layout: fixed;
    width: 100%
}

.university-event-table table td,
.university-event-table table th {
    width: 260px
}

.university-event-table table td:first-child,
.university-event-table table th:first-child {
    width: 130px
}

.activecampaign-form * {
    font-family: Poppins, sans-serif !important;
    font-size: medium !important
}

.activecampaign-form form {
    margin: 0 !important;
    max-width: 640px !important
}

.activecampaign-form--consultation form {
    padding: 0 !important
}

.activecampaign-form ._form-title {
    border-bottom: 1px solid #d8dce5;
    color: #5f74a2;
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 32px;
    padding-bottom: 16px
}

.activecampaign-form ._form_element {
    margin-bottom: 32px !important
}

.activecampaign-form ._html-code {
    margin-top: -16px
}

.activecampaign-form ._html-code h1,
.activecampaign-form ._html-code h2,
.activecampaign-form ._html-code h3,
.activecampaign-form ._html-code h4,
.activecampaign-form ._html-code h5,
.activecampaign-form ._html-code h6 {
    color: #012169;
    font-weight: 600;
    line-height: 1.3;
    margin: 32px 0 24px
}

.activecampaign-form ._html-code h1:first-child,
.activecampaign-form ._html-code h2:first-child,
.activecampaign-form ._html-code h3:first-child,
.activecampaign-form ._html-code h4:first-child,
.activecampaign-form ._html-code h5:first-child,
.activecampaign-form ._html-code h6:first-child {
    margin-top: 0
}

.activecampaign-form ._html-code h1 {
    font-size: 32px
}

.activecampaign-form ._html-code h2 {
    font-size: 28px
}

.activecampaign-form ._html-code h3 {
    font-size: 24px
}

.activecampaign-form ._html-code h4 {
    font-size: 20px
}

.activecampaign-form ._html-code h5,
.activecampaign-form ._html-code h6 {
    font-size: 18px
}

.activecampaign-form ._html-code p {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    color: #5f74a2;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 24px
}

.activecampaign-form ._html-code p:last-child {
    margin-bottom: 0
}

.activecampaign-form ._html-code strong {
    font-weight: 600
}

.activecampaign-form ._html-code i {
    font-style: italic
}

.activecampaign-form ._html-code sub {
    font-size: smaller;
    vertical-align: sub
}

.activecampaign-form ._html-code sup {
    font-size: smaller;
    vertical-align: super
}

.activecampaign-form ._html-code a {
    color: #00a5df;
    text-decoration: underline;
    -webkit-transition: color .16s linear;
    transition: color .16s linear
}

@media (hover:hover) {
    .activecampaign-form ._html-code a:hover {
        color: #0083bd
    }
}

.activecampaign-form ._html-code ol,
.activecampaign-form ._html-code ul {
    color: #5f74a2;
    line-height: 1.3;
    margin: 24px 0;
    padding-left: 32px
}

.activecampaign-form ._html-code ol:first-child,
.activecampaign-form ._html-code ul:first-child {
    margin-top: 0
}

.activecampaign-form ._html-code ol {
    counter-reset: list
}

.activecampaign-form ._html-code ol li,
.activecampaign-form ._html-code ul li {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    line-height: 1.5;
    position: relative
}

.activecampaign-form ._html-code ol li+li,
.activecampaign-form ._html-code ul li+li {
    margin-top: 12px
}

.activecampaign-form ._html-code ol li:before {
    color: #00a5df;
    content: counter(list) ".";
    counter-increment: list;
    font-weight: 600;
    left: -30px;
    position: absolute;
    top: 0;
    z-index: 1
}

.activecampaign-form ._html-code ul li:before {
    background-color: #00a5df;
    border-radius: 2px;
    content: "";
    height: 6px;
    left: -26px;
    position: absolute;
    top: 7px;
    width: 6px;
    z-index: 1
}

.activecampaign-form ._form-label {
    color: #5f74a2;
    display: block;
    font-size: 14px;
    font-weight: 500 !important;
    line-height: 1.3;
    margin-bottom: 6px !important
}

.activecampaign-form ._field-wrapper {
    margin-bottom: 24px
}

.activecampaign-form ._field-wrapper input,
.activecampaign-form ._field-wrapper textarea {
    border: 1px solid #e9e9e9 !important;
    border-radius: 4px;
    color: #012169 !important;
    line-height: 1.4;
    min-width: 1%;
    padding: 8px 12px !important
}

.activecampaign-form ._field-wrapper input,
.activecampaign-form ._field-wrapper select,
.activecampaign-form ._field-wrapper textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fbfafa;
    display: block;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: border-color .16s linear, background-color .16s linear;
    transition: border-color .16s linear, background-color .16s linear;
    width: 100%
}

.activecampaign-form ._field-wrapper select {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTMgNi43NSA2IDYgNi02IiBzdHJva2U9IiM5OUE2QzMiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=");
    background-position: right 12px top 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 18px auto, 100%;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    color: #163269;
    margin: 0;
    padding: 8px 32px 8px 12px
}

.activecampaign-form ._field-wrapper input:focus,
.activecampaign-form ._field-wrapper select:focus,
.activecampaign-form ._field-wrapper textarea:focus {
    background-color: #fff !important;
    border-color: #012169 !important
}

.activecampaign-form ._field-wrapper select:invalid {
    color: #788dbb
}

.activecampaign-form ._button-wrapper {
    border-top: 1px solid #f3f3f3;
    margin-top: 40px;
    padding-top: 24px
}

.activecampaign-form button._submit {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #00a5df !important;
    border: none;
    border-radius: 4px;
    color: #fff;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 16px;
    font-size: 18px;
    font-weight: 600;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 40px;
    line-height: 52px;
    padding: 0 24px;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .16s linear, color .16s linear;
    transition: background-color .16s linear, color .16s linear
}

.activecampaign-form button._submit:after,
.activecampaign-form button._submit:before {
    content: "";
    display: block;
    width: 32px
}

@media (hover:hover) {
    .activecampaign-form button._submit:hover {
        background-color: #0083bd
    }
}

.activecampaign-form ._checkbox-radio input {
    cursor: pointer;
    opacity: 0;
    position: absolute
}

.activecampaign-form ._checkbox-radio span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.activecampaign-form ._checkbox-radio span:before {
    background-color: #f3f3f3;
    border: 1px solid #e9e9e9;
    content: "";
    cursor: pointer;
    display: inline-block;
    height: 16px;
    margin-right: 8px;
    min-width: 16px;
    position: relative;
    width: 16px
}

.activecampaign-form ._checkbox-radio input[type=checkbox]~span:before {
    border-radius: 4px
}

.activecampaign-form ._checkbox-radio input[type=radio]~span:before {
    border-radius: 50%
}

.activecampaign-form ._checkbox-radio input[type=checkbox]~span:after {
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #163269;
    content: "\e920";
    font-family: icons !important;
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    left: 0;
    line-height: 1;
    opacity: 0;
    position: absolute;
    text-transform: none;
    top: 3px;
    -webkit-transition: opacity .16s linear;
    transition: opacity .16s linear;
    z-index: 1
}

.activecampaign-form ._checkbox-radio input[type=radio]~span:after {
    background-color: #163269;
    border-radius: 50%;
    content: "";
    height: 10px;
    left: 4px;
    opacity: 0;
    position: absolute;
    top: 8px;
    -webkit-transition: opacity .16s linear;
    transition: opacity .16s linear;
    width: 10px;
    z-index: 1
}

.activecampaign-form ._checkbox-radio input:checked~span:after {
    opacity: 1
}

.cta-form-block {
    padding: 40px 0 60px;
    position: relative
}

.cta-form-block__heading {
    color: #163269;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.34
}

.cta-form-block__text {
    color: #5f74a2;
    font-size: 18px;
    line-height: 1.5
}

.cta-form-block__heading+.cta-form-block__text {
    margin-top: 24px
}

.cta-form-block.has-border {
    border-bottom: 1px solid #d8dce5;
    border-top: 1px solid #d8dce5
}

@media screen and (max-width:1259px) {
    .cta-form-block__header {
        margin-bottom: 48px
    }
}

@media screen and (min-width:1260px) {
    .cta-form-block {
        padding: 80px 0 100px
    }
    .cta-form-block__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .cta-form-block__header {
        width: 38vw
    }
    .cta-form-block__heading {
        font-size: 28px
    }
    .cta-form-block__form {
        margin: 0 auto;
        max-width: 46vw;
        width: 640px
    }
    .cta-form-block__header+.cta-form-block__form {
        margin: 0 0 0 auto
    }
}

@media screen and (min-width:1440px) {
    .cta-form-block__header {
        width: 510px
    }
    .cta-form-block__form {
        max-width: 620px
    }
}

.glide {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%
}

.glide * {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.glide__slides,
.glide__track {
    overflow: hidden
}

.glide__slides {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: pan-Y;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    white-space: nowrap;
    width: 100%;
    will-change: transform
}

.glide__slide,
.glide__slides--dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.glide__slide {
    -ms-flex-negative: 0;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    height: 100%;
    white-space: normal;
    width: 100%
}

.glide__slide a {
    -webkit-user-drag: none;
    -webkit-user-select: none;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.glide__arrows,
.glide__bullets {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.glide--rtl {
    direction: rtl
}