@charset "UTF-8";
body,
html {
    margin: 0;
    min-height: 100%;
    -webkit-tap-highlight-color: transparent
}

.body {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 18px;
    font-family: "source_sans_pro", sans-serif;
    font-weight: 300;
    line-height: 1.41;
    -webkit-font-smoothing: antialiased
}

@media (min-width:768px) {
    .body {
        font-size: 24px
    }
}

@media (min-width:1680px) {
    .body {
        font-size: 32px
    }
}

.body * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0
}

.body *.active.focus,
.body *.active:focus,
.body *.focus,
.body *:active.focus,
.body *:active:focus,
.body *:focus {
    outline: none !important
}

ol,
ul {
    list-style: none;
    padding: 0;
    margin: 0
}

label {
    margin-bottom: 0
}

a {
    text-decoration: none;
    text-transform: inherit;
    color: inherit;
    font-weight: inherit
}

a:hover,
a:focus {
    color: currentColor
}

input {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.pagecontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    color: #000
}

.pagecontent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.container,
.container-small,
.container-medium {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px
}

@media (min-width:580px) {
    .container,
    .container-small,
    .container-medium {
        max-width: 90%
    }
}

@media (min-width:1680px) {
    .container,
    .container-small,
    .container-medium {
        max-width: 80%
    }
}

@media (min-width:2300px) {
    .container,
    .container-small,
    .container-medium {
        max-width: 1750px
    }
}

.container-small {
    max-width: 710px
}

@media (min-width:1680px) {
    .container-small {
        max-width: 80%
    }
}

@media (min-width:2300px) {
    .container-small {
        max-width: 1054px
    }
}

.container-medium {
    margin: 0 15px
}

@media (min-width:768px) {
    .container-medium {
        margin: 0 20px
    }
}

@media (min-width:1200px) {
    .container-medium {
        margin: 20px 80px
    }
}

@media (min-width:1680px) {
    .container-medium {
        margin: 0
    }
}

.container-fluid {
    width: 100%;
    padding: 0 15px
}

.section {
    padding: 80px 0 20px
}

@media (orientation:landscape) {
    .section {
        padding: 40px 0
    }
}

@media (min-width:768px) and (orientation:portrait) {
    .section {
        padding: 60px 0 20px
    }
}

@media (min-width:980px) {
    .section {
        padding: 60px 0
    }
}

.main .section {
    padding-top: 120px;
    padding-bottom: 0
}

.main .stories {
    padding-bottom: 80px
}

@media (min-width:768px) {
    .main .section {
        padding-top: 140px;
        padding-bottom: 0
    }
    .main .stories {
        padding-bottom: 120px
    }
}

@media (max-width:500px) {
    .main .section {
        padding-top: 80px;
        padding-bottom: 0
    }
    .main .stories {
        padding-bottom: 60px
    }
}

.admin-bar .header.is-sticky {
    top: 32px
}

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

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

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

@media (min-width:768px) {
    .flex.m-col {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.justify-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.justify-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

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

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

.justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

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

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

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

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

.self-center {
    margin: auto
}

.self-start {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.self-end {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-Medium.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'source_sans_pro';
    src: url(../fonts/sourcesanspro-black-webfont.woff2) format("woff2"), url(../fonts/sourcesanspro-black-webfont.woff) format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'source_sans_pro';
    src: url(../fonts/sourcesanspro-bold-webfont.woff2) format("woff2"), url(../fonts/sourcesanspro-bold-webfont.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'source_sans_pro';
    src: url(../fonts/sourcesanspro-light-webfont.woff2) format("woff2"), url(../fonts/sourcesanspro-light-webfont.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'source_sans_pro';
    src: url(../fonts/sourcesanspro-regular-webfont.woff2) format("woff2"), url(../fonts/sourcesanspro-regular-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'source_sans_pro';
    src: url(../fonts/sourcesanspro-semibold-webfont.woff2) format("woff2"), url(../fonts/sourcesanspro-semibold-webfont.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

.hidden {
    display: none !important
}

@media (max-width:767px) {
    .m-hidden {
        display: none !important
    }
}

@media (min-width:768px) {
    .d-hidden {
        display: none !important
    }
}

.visually-hidden,
.gfield_label {
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    position: absolute
}


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

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

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

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

a {
    background-color: transparent
}

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

b,
strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

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

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

.title-1,
.title-2,
.title-3,
.title-4,
.title-5,
.subtitle,
.post-title {
    margin-bottom: 0;
    line-height: 1.27
}

.title-1 {
    font-size: 36px;
    font-weight: 900;
    letter-spacing: 2.2px
}

@media (min-width:768px) {
    .title-1 {
        font-size: 68px
    }
}

@media (min-width:980px) {
    .title-1 {
        font-size: 72px
    }
}

@media (min-width:1680px) {
    .title-1 {
        font-size: 96px
    }
}

.title-2 {
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 900;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media (min-width:768px) {
    .title-2 {
        font-size: 48px
    }
}

.title-3 {
    font-size: 32px;
    font-weight: 700
}

@media (min-width:980px) {
    .title-3 {
        margin-bottom: 40px
    }
}

.title-4 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .5px
}

@media (min-width:1680px) {
    .title-4 {
        font-size: 32px
    }
}

.title-5 {
    font-size: 18px;
    font-weight: 700
}

@media (min-width:1680px) {
    .title-5 {
        font-size: 24px
    }
}

.subtitle {
    font-size: 24px;
    font-weight: 300
}

@media (min-width:768px) {
    .subtitle {
        font-size: 34px
    }
}

@media (min-width:1680px) {
    .subtitle {
        font-size: 40px
    }
}

.heading {
    position: relative
}

.heading:before {
    content: '';
    display: block;
    width: 36px;
    height: 4px;
    background-color: #000;
    position: absolute;
    top: -8px;
    left: 0
}

.heading.is-centered {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.heading.is-centered:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.icon {
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.in {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDI1IDI0Ij4gICAgPHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNS44NzQgMi43OTdDNS44NCAxLjIwOSA0Ljc0IDAgMi45NTQgMFMwIDEuMjEgMCAyLjc5N2MwIDEuNTU1IDEuMTMzIDIuNzk5IDIuODg2IDIuNzk5aC4wMzRjMS44MiAwIDIuOTU0LTEuMjQ0IDIuOTU0LTIuNzk5em0tLjM0NiA1LjAxSC4zMDdWMjRoNS4yMlY3LjgwN3ptMTIuODItLjM4YzMuNDM2IDAgNi4wMTEgMi4zMTQgNi4wMTEgNy4yODhWMjRoLTUuMjJ2LTguNjY0YzAtMi4xNzYtLjc1Ni0zLjY2LTIuNjQ3LTMuNjYtMS40NDIgMC0yLjMwMSAxLTIuNjc5IDEuOTY3LS4xMzguMzQ3LS4xNzIuODMtLjE3MiAxLjMxM1YyNEg4LjQycy4wNy0xNC42NzQgMC0xNi4xOTNoNS4yMjJWMTAuMWMuNjkzLTEuMTAyIDEuOTM0LTIuNjc0IDQuNzA3LTIuNjc0eiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PC9zdmc+)
}

.tw {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyNCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTEuNjUzNCA1LjMyMDMxTDExLjcwNTQgNi4xODUzN0wxMC44MzgzIDYuMDc5NDRDNy42ODIyMSA1LjY3MzQgNC45MjQ5NCA0LjI5NjM3IDIuNTgzODYgMS45ODM2N0wxLjQzOTMzIDAuODM2MTQzTDEuMTQ0NTMgMS42ODM1NUMwLjUyMDI0IDMuNTcyNTUgMC45MTkwOSA1LjU2NzQ3IDIuMjE5NjkgNi45MDkxOUMyLjkxMzM0IDcuNjUwNjcgMi43NTcyNyA3Ljc1NjU5IDEuNTYwNzIgNy4zMTUyNEMxLjE0NDUzIDcuMTc0MDEgMC43ODAzNiA3LjA2ODA4IDAuNzQ1Njc3IDcuMTIxMDRDMC42MjQyODggNy4yNDQ2MiAxLjA0MDQ4IDguODUxMTYgMS4zNjk5NiA5LjQ4NjcxQzEuODIwODQgMTAuMzY5NCAyLjczOTkzIDExLjIzNDUgMy43NDU3MyAxMS43NDY0TDQuNTk1NDUgMTIuMTUyNUwzLjU4OTY1IDEyLjE3MDFDMi42MTg1NCAxMi4xNzAxIDIuNTgzODYgMTIuMTg3OCAyLjY4NzkxIDEyLjU1ODVDMy4wMzQ3MyAxMy43MDYxIDQuNDA0NyAxNC45MjQyIDUuOTMwNzMgMTUuNDUzOEw3LjAwNTg5IDE1LjgyNDZMNi4wNjk0NiAxNi4zODk1QzQuNjgyMTYgMTcuMjAxNiAzLjA1MjA3IDE3LjY2MDYgMS40MjE5OSAxNy42OTU5QzAuNjQxNjI5IDE3LjcxMzYgMCAxNy43ODQyIDAgMTcuODM3MUMwIDE4LjAxMzcgMi4xMTU2NCAxOS4wMDIzIDMuMzQ2ODggMTkuMzkwN0M3LjA0MDU4IDIwLjUzODIgMTEuNDI3OSAyMC4wNDM5IDE0LjcyMjggMTguMDg0M0MxNy4wNjM5IDE2LjY4OTYgMTkuNDA0OSAxMy45MTc5IDIwLjQ5NzQgMTEuMjM0NUMyMS4wODcgOS44MDQ0OCAyMS42NzY3IDcuMTkxNjYgMjEuNjc2NyA1LjkzODIxQzIxLjY3NjcgNS4xMjYxMiAyMS43Mjg3IDUuMDIwMTkgMjIuNjk5OCA0LjA0OTIxQzIzLjI3MjEgMy40ODQyNyAyMy44MDk2IDIuODY2MzggMjMuOTEzNyAyLjY4OTg0QzI0LjA4NzEgMi4zNTQ0MSAyNC4wNjk4IDIuMzU0NDEgMjMuMTg1MyAyLjY1NDUzQzIxLjcxMTMgMy4xODQxNSAyMS41MDMyIDMuMTEzNTQgMjIuMjMxNiAyLjMxOTFDMjIuNzY5MiAxLjc1NDE2IDIzLjQxMDggMC43MzAyMTggMjMuNDEwOCAwLjQzMDA5NkMyMy40MTA4IDAuMzc3MTM0IDIzLjE1MDcgMC40NjU0MDUgMjIuODU1OSAwLjYyNDI5M0MyMi41NDM3IDAuODAwODM1IDIxLjg1MDEgMS4wNjU2NSAyMS4zMjk4IDEuMjI0NTRMMjAuMzkzNCAxLjUyNDY2TDE5LjU0MzcgMC45NDIwNjlDMTkuMDc1NSAwLjYyNDI5MyAxOC40MTY1IDAuMjcxMjA4IDE4LjA2OTcgMC4xNjUyODNDMTcuMTg1MyAtMC4wODE4NzU4IDE1LjgzMjYgLTAuMDQ2NTY3NCAxNS4wMzQ5IDAuMjM1OUMxMi44NjczIDEuMDMwMzQgMTEuNDk3MyAzLjA3ODIzIDExLjY1MzQgNS4zMjAzMVoiIGZpbGw9IndoaXRlIi8+PC9zdmc+)
}

.fb {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIyNiIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDEzIDI2Ij4gICAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTguMDY3IDI2VjEyLjk5OGgzLjU4OWwuNDc2LTQuNDhIOC4wNjdsLjAwNi0yLjI0MmMwLTEuMTY5LjExMS0xLjc5NSAxLjc5LTEuNzk1aDIuMjQzVjBoLTMuNTljLTQuMzEgMC01LjgyOCAyLjE3My01LjgyOCA1LjgyOXYyLjY5SDB2NC40OGgyLjY4OFYyNmg1LjM3OXoiLz48L3N2Zz4=)
}

.check {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxMSIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE0IDExIj4gICAgPHBhdGggc3Ryb2tlPSIjMDBBNkVCIiBzdHJva2Utd2lkdGg9IjIiIGQ9Ik0uNzM4IDQuOTEzbDQuMTc1IDQuMTc0IDguMzQ5LTguMzUiLz48L3N2Zz4=)
}

.ellipse-1 {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDMyIDMyIj4gICAgPGNpcmNsZSBjeD0iMTYiIGN5PSIxNiIgcj0iMTYiIGZpbGw9IiMwMEE2RUIiLz4gICAgPHBhdGggZmlsbD0iIzAwMCIgZD0iTTEyLjcgMjJ2LTIuMDIzaDIuMzQ1di02LjIzOWgtMi4wMjN2LTEuNTQ3YTguNzIyIDguNzIyIDAgMCAwIDEuNDk2LS40MDggOC4yMjUgOC4yMjUgMCAwIDAgMS4xOS0uNTc4aDEuODM2djguNzcyaDIuMDIzVjIySDEyLjd6Ii8+PC9zdmc+)
}

.ellipse-2 {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDMyIDMyIj4gICAgPGNpcmNsZSBjeD0iMTYiIGN5PSIxNiIgcj0iMTYiIGZpbGw9IiMwMEE2RUIiLz4gICAgPHBhdGggZmlsbD0iIzAwMCIgZD0iTTEyLjEzOCAyMnYtMS40MjhjLjY5Mi0uNjQ2IDEuMzItMS4yNDcgMS44ODctMS44MDJhMjIuMjgyIDIyLjI4MiAwIDAgMCAxLjQ4LTEuNTgxYy40MTktLjQ5OS43NDItLjk1OC45NjgtMS4zNzcuMjM4LS40My4zNTctLjgzOS4zNTctMS4yMjQgMC0uNTMzLS4xMzYtLjkzNS0uNDA4LTEuMjA3LS4yNzItLjI4My0uNjQ2LS40MjUtMS4xMjItLjQyNS0uMzk2IDAtLjc0OC4xMTMtMS4wNTQuMzQtLjMwNi4yMTUtLjU5NS40Ny0uODY3Ljc2NWwtMS4zNi0xLjM0M2MuNTMzLS41NjcgMS4wNzctLjk5MiAxLjYzMi0xLjI3NS41NTYtLjI5NSAxLjIxOS0uNDQyIDEuOTktLjQ0Mi41MzIgMCAxLjAxNC4wODUgMS40NDQuMjU1LjQ0Mi4xNTkuODIyLjM5MSAxLjE0LjY5Ny4zMTcuMjk1LjU2LjY1Mi43MyAxLjA3MS4xNy40Mi4yNTUuODkuMjU1IDEuNDExIDAgLjQ1My0uMDk2LjkxOC0uMjg5IDEuMzk0YTcuNjYyIDcuNjYyIDAgMCAxLS43ODIgMS40MTFjLS4zMTcuNDY1LS42ODUuOTM1LTEuMTA1IDEuNDExLS40MDguNDY1LS44MzMuOTI0LTEuMjc1IDEuMzc3LjI3Mi0uMDM0LjU3My0uMDYyLjkwMS0uMDg1LjM0LS4wMzQuNjQtLjA1MS45MDEtLjA1MWgyLjE3NlYyMmgtNy41OTl6Ii8+PC9zdmc+)
}

.ellipse-3 {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDMyIDMyIj4gICAgPGNpcmNsZSBjeD0iMTYiIGN5PSIxNiIgcj0iMTYiIGZpbGw9IiMwMEE2RUIiLz4gICAgPHBhdGggZmlsbD0iIzAwMCIgZD0iTTE1LjY0IDIyLjIwNGMtLjg4NCAwLTEuNjMyLS4xMzYtMi4yNDQtLjQwOGE0LjM2NSA0LjM2NSAwIDAgMS0xLjUxMy0xLjEyMmwxLjE1Ni0xLjU4MWMuMzI5LjMxNy42ODYuNTc4IDEuMDcxLjc4Mi4zOTcuMjA0LjgyOC4zMDYgMS4yOTIuMzA2LjUzMyAwIC45NTgtLjEwOCAxLjI3NS0uMzIzLjMxOC0uMjI3LjQ3Ni0uNTQ0LjQ3Ni0uOTUyYTEuNSAxLjUgMCAwIDAtLjEzNi0uNjQ2Ljk5Ljk5IDAgMCAwLS40NDItLjQ3NmMtLjIxNS0uMTM2LS41MS0uMjM4LS44ODQtLjMwNi0uMzc0LS4wOC0uODU1LS4xMTktMS40NDUtLjExOXYtMS43NjhjLjQ4OCAwIC44OS0uMDM0IDEuMjA3LS4xMDIuMzI5LS4wNjguNTktLjE2NC43ODItLjI4OS4yMDQtLjEzNi4zNDYtLjI4OS40MjUtLjQ1OS4wOS0uMTgxLjEzNi0uMzguMTM2LS41OTUgMC0uMzc0LS4xMTMtLjY2My0uMzQtLjg2Ny0uMjI2LS4yMTUtLjU1NS0uMzIzLS45ODYtLjMyMy0uMzg1IDAtLjczNi4wODUtMS4wNTQuMjU1LS4zMDYuMTctLjYyOS40MDItLjk2OS42OTdsLTEuMjU4LTEuNTNhNi4xOTMgNi4xOTMgMCAwIDEgMS41NjQtMS4wMDMgNC40MzIgNC40MzIgMCAwIDEgMS44MzYtLjM3NGMuNTU2IDAgMS4wNi4wNjggMS41MTMuMjA0LjQ2NS4xMjUuODU2LjMxNyAxLjE3My41NzguMzI5LjI1LjU4NC41NTUuNzY1LjkxOC4xODIuMzYzLjI3Mi43ODIuMjcyIDEuMjU4IDAgLjU2Ny0uMTU4IDEuMDQ4LS40NzYgMS40NDUtLjMwNi4zODUtLjc0OC43MDMtMS4zMjYuOTUydi4wNjhjLjYyNC4xODEgMS4xMzQuNDkzIDEuNTMuOTM1LjQwOC40My42MTIuOTk3LjYxMiAxLjcgMCAuNDk5LS4xMDcuOTQ2LS4zMjMgMS4zNDNhMy4xMzUgMy4xMzUgMCAwIDEtLjg2Ny45ODZjLS4zNjIuMjYtLjc4Ny40NjUtMS4yNzUuNjEyYTUuNzMxIDUuNzMxIDAgMCAxLTEuNTQ3LjIwNHoiLz48L3N2Zz4=)
}

.icon-1 {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDQwIDQwIj4gICAgPGNpcmNsZSBjeD0iMjAiIGN5PSIyMCIgcj0iMjAiIGZpbGw9IiMwMEE2RUIiLz4gICAgPGNpcmNsZSBjeD0iMjAiIGN5PSIyMCIgcj0iOSIgZmlsbD0iIzAwMCIvPiAgICA8cGF0aCBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iNCIgZD0iTTkgMjBoMjJNMjAgMzFWOU0xMi4yMjMgMjcuNzc4bDE1LjU1Ni0xNS41NTZNMjcuNzc3IDI3Ljc3OEwxMi4yMjEgMTIuMjIyIi8+ICAgIDxjaXJjbGUgY3g9IjIwIiBjeT0iMjAiIHI9IjMiIGZpbGw9IiMwMEE2RUIiLz48L3N2Zz4=)
}

.icon-2 {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDQwIDQwIj4gICAgPGNpcmNsZSBjeD0iMjAiIGN5PSIyMCIgcj0iMjAiIGZpbGw9IiMwMEE2RUIiLz4gICAgPHBhdGggZmlsbD0iIzAwMCIgZD0iTTIwIDE3VjdsLTggMTZoOHYxMGw4LTE2aC04eiIvPjwvc3ZnPg==)
}

.icon-3 {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDQwIDQwIj4gICAgPGNpcmNsZSBjeD0iMjAiIGN5PSIyMCIgcj0iMjAiIGZpbGw9IiMwMEE2RUIiLz4gICAgPHBhdGggc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjQiIGQ9Ik0xMSAyMGw2IDYgMTItMTIiLz48L3N2Zz4=)
}

.close {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAoCAMAAAC/1ZhiAAAAVFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///8UXluqAAAAGnRSTlMAAwUGBwgLNz1MUlmjp6itsLGztLa36vj6/NUd+ukAAAC2SURBVHgB5dO7FoIwEIThFZCLF6NBCe77P6hrkGaK/wWcJs13psiescjp1hjmcDmbVbl6alBe/V3tuLqjbVKAdTSz9u5qtTPyPBpbkWhFklWplqRakmpVslUJFqRakGJBigUpluXP5mqTR3JLcu/VTrYst/TLVy49q/2X5G4gycqOPGewcnfYhcj/3eZLt/kQKxKsSLAiwYoEK5KsSLZDiXfuDNLNQcpgNpVNsi2TWdhUJdoU8gM9iCfNUOhVhQAAAABJRU5ErkJggg==)
}

.btn,
.menu-btn,
.gform_button {
    display: inline-block;
    padding: 7px 20px 9px;
    text-align: center;
    background-color: #00a6eb;
    color: #fff;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    font-family: inherit;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    border-radius: unset;
    cursor: pointer
}

.header .menu-btn--mod {
    display: none;
    margin-left: auto;
    white-space: nowrap
}

@media (min-width:768px) {
    .header .menu-btn--mod {
        display: inline-block
    }
}

.header .menu .menu-btn {
    display: inline-block;
    margin-top: 30px
}

@media (min-width:768px) {
    .header .menu .menu-btn {
        display: none
    }
}

.btn:disabled,
.menu-btn:disabled,
.gform_button:disabled {
    cursor: default;
    background-color: rgba(0, 98, 137, .84);
    color: rgba(104, 165, 189, .84)
}

.btn:hover:not(:disabled),
.menu-btn:hover:not(:disabled),
.gform_button:hover:not(:disabled),
.btn:focus:not(:disabled),
.menu-btn:focus:not(:disabled),
.gform_button:focus:not(:disabled) {
    background-color: rgba(0, 166, 235, .84);
    color: #fff
}

.link-primary,
.popup-content a,
.post-content a,
.footer-link {
    color: inherit;
    -webkit-transition: .2s ease;
    transition: .2s ease
}

.link-primary:hover,
.popup-content a:hover,
.post-content a:hover,
.footer-link:hover {
    text-decoration: underline;
    color: inherit
}

.link-primary {
    color: #00a6eb;
    font-weight: 400
}

.link-primary:hover {
    color: rgba(255, 104, 46, .9);
    text-decoration: none
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 70px 0;
    background-color: #fff;
    z-index: 1000;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.popup-content {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.67
}

@media (min-width:1680px) {
    .popup-content {
        font-size: 18px
    }
}

.popup-content a {
    text-decoration: underline
}

.popup-content a:hover {
    color: #00a6eb
}

.popup-title {
    max-width: 440px;
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: 700;
    color: #000
}

@media (min-width:980px) {
    .popup-title {
        margin-bottom: 40px
    }
}

.popup-subtitle {
    margin-bottom: 20px;
    margin-top: 40px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.41
}

.popup-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.popup-row .popup-section:not(:last-child) {
    margin-right: 40px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.popup-section.is-small {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%
}

.popup-text {
    margin-bottom: 15px
}

.popup-close {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat
}

@media (min-width:768px) {
    .popup-close {
        position: fixed
    }
}

.upload {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    margin-right: 20px;
    margin-bottom: 0
}

.gform_wrapper #field_1_5 {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0
}

.upload-label,
.gform_wrapper #field_1_5 .gfield_label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: rgba(255, 255, 255, .6);
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    clip: initial
}

.upload-input,
.gform_wrapper #field_1_5 input {
    height: 40px;
    line-height: 40px
}

.list {
    font-size: 18px
}

@media (min-width:1680px) {
    .list {
        font-size: 24px
    }
}

.list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.list-item:not(:last-child) {
    margin-bottom: 20px
}

@media (min-width:768px) {
    .list-item:not(:last-child) {
        margin-bottom: 30px
    }
}

.list-item:before {
    content: "";
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 20px;
    width: 24px;
    height: 24px;
    display: block;
    background-position: center;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAJFBMVEUAAAD///8WsekVquoUsesTquwCpuwCp+wApuwApuoApusApuvoSmajAAAAC3RSTlMAAhcYGhtqa9LT11unbScAAABcSURBVHja7dNLCsAgEAPQ2li/97+vMBSyazpLZbLOGwLiFdk96TMBjgYoPoA+qwfcbY7sAOwrUPDu6Uh/QLUi+wrYlId7NLDjdl8DCutrwFUj+14aiP9wCohsngWWtgT09GyeYAAAAABJRU5ErkJggg==)
}

.card {
    display: block;
    font-size: 20px
}

@media (min-width:768px) {
    .card {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.card-content {
    margin-top: 30px
}

@media (min-width:768px) {
    .card-content {
        margin-left: 30px;
        margin-top: 0
    }
}

.card-media {
    position: relative;
    height: 280px
}

@media (max-width:768px) {
    .card-media {
        height: auto
    }
}

@media (min-width:769px) {
    .card-media {
        width: 300px;
        height: 210px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
}

@media (min-width:980px) {
    .card-media {
        width: 400px;
        height: 280px
    }
}

.card-media-obj {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    background-size: cover
}

@media (max-width:768px) {
    .card-media-obj {
        position: static
    }
}

.pagination {
    margin: 50px 0;
    font-weight: 400
}

@media (min-width:768px) {
    .pagination {
        margin: 80px 0
    }
}

.pagination-list {
    margin: 0 -10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.pagination-link {
    padding: 0 10px;
    color: #00a6eb;
    -webkit-transition: .2s ease;
    transition: .2s ease
}

.pagination-link.is-active {
    cursor: default;
    color: #000
}

.pagination-link:hover {
    color: #000
}

@media (min-width:768px) {
    .services-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .services-item:nth-child(2n) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.services-body {
    padding: 40px 20px
}

@media (min-width:768px) {
    .services-body {
        width: 50%;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        padding: 50px 30px
    }
}

@media (min-width:980px) {
    .services-body {
        padding: 60px 120px 60px 80px
    }
}

@media (min-width:1562px) {
    .services-body {
        padding: 60px 180px 60px 120px
    }
}

.services-title {
    margin-bottom: 32px
}

.services-item:hover .services-title {
    color: #00a6eb
}

@media (min-width:1680px) {
    .services-title {
        font-size: 40px
    }
}

.services-description {
    margin-bottom: 32px
}

.list-link {
    text-decoration: underline
}

.list-link:hover {
    text-decoration: none;
    color: #00a6eb
}

.services-media {
    position: relative;
    overflow: hidden;
    padding-top: 37.5%
}

@media (min-width:768px) {
    .services-media {
        padding-top: 0;
        width: 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

.services-thumb {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0
}

@media (min-width:768px) {
    .services-thumb {
        height: 100%
    }
}

.services-img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    background-size: cover;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
    background-position: 50% 50%;
    position: absolute
}

@media (min-width:768px) {
    .services-img {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transform-origin: 100% 50%;
        -ms-transform-origin: 100% 50%;
        transform-origin: 100% 50%
    }
    .services-item:nth-child(even) .services-img {
        -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
        transform-origin: 0 50%
    }
}

@media (min-width:768px) {
    .stories {
        font-size: 20px
    }
}

.stories .container-medium {
    margin: 0 auto;
    max-width: 100%
}

.stories-list {
    margin-top: -10px;
    margin-bottom: -10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.stories-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px
}

@media screen and (max-width:1562px) {
    .stories-item:nth-child(5) {
        display: none
    }
    .stories-item:nth-child(6) {
        display: none
    }
}

@media screen and (max-width:768px) {
    .stories-item:nth-child(4) {
        display: none
    }
    .stories-item:nth-child(3) {
        display: none
    }
}

.padd-bottom {
    padding-bottom: 10px
}

.stories-card {
    position: relative;
    height: 100%;
    background-color: #f9f9f9;
    cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s
}

.stories-button {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin: 30px 0 0;
    position: relative
}

.stories-button:after {
    content: '';
    border-bottom: 2px dotted;
    width: 200px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto
}

.stories-card:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
    -webkit-transition: .2s;
    transition: .2s
}

.stories-card:hover:after {
    -webkit-box-shadow: inset 0 0 0 10px #00a6eb;
    box-shadow: inset 0 0 0 10px #00a6eb
}

.stories-media {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 42.85%;
    overflow: hidden
}

.stories-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    z-index: 2
}

@media (min-width:768px) {
    .stories-title {
        font-size: 22px
    }
}

@media (min-width:980px) {
    .stories-title {
        font-size: 26px
    }
}

.stories-img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    background-size: cover;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
    background-position: 50% 50%;
    -webkit-transition: transform .3s linear;
    transition: transform .3s linear
}

.stories-card:hover .stories-img {
    -webkit-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03)
}

.stories-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 20px
}

@media (min-width:980px) {
    .stories-body {
        padding: 30px
    }
}

.stories-text:not(:last-child) {
    margin-bottom: 30px
}

.stories-label {
    display: block;
    font-weight: 600;
    font-size: 20px
}

.stories-item .stories-title {
    background-color: rgba(0, 0, 0, .3)
}

.stories-item-tr .stories-title {
    background: rgba(0, 0, 0, .3) url("../images/tr-logo.png") no-repeat bottom 10px right 16px;
    background-size: 150px
}

.stories-item-artifacts .stories-title {
    background: rgba(0, 0, 0, .3) url("../images/artifacts-logo.png") no-repeat bottom 12px right 18px;
    background-size: 100px
}

.partners {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    overflow: hidden;
    height: 80px
}

@media (min-width:768px) and (orientation:portrait) {
    .partners {
        height: 100px
    }
}

@media (min-width:980px) {
    .partners {
        height: 100px
    }
}

.partners-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.slick-vertical .partners-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.partners-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 33.3%;
    height: 80px;
    padding: 0 10px
}

.partners-item--link {
    width: 100%
}

@media (min-width:768px) {
    .partners-item {
        max-width: 185px;
        padding: 0 30px
    }
}

@media (min-width:768px) and (orientation:portrait) {
    .partners-item {
        height: 100px
    }
}

@media (min-width:980px) {
    .partners-item {
        height: 100px
    }
    .partners-img.h-100 {
        height: 94%
    }
    .partners-img.h-90 {
        height: 90%
    }
    .partners-img.h-75 {
        height: 75%
    }
    .w-80 {
        width: 80%
    }
    .w-70 {
        width: 70%
    }
    .partners-img.h-69 {
        width: 100%;
        height: auto
    }
    .partners-img.h-68 {
        height: 68%
    }
    .partners-img.h-66 {
        height: 66%
    }
    .partners-img.h-54 {
        height: 54%
    }
    .partners-img.h-33 {
        height: 33%
    }
    .partners-img.h-29 {
        height: 29%
    }
}

.partners-img.h-33 {
    height: 33%
}

.partners-img.h-29 {
    height: 29%
}

.partners-img.h-100 {
    height: 80px
}

.partners-img {
    display: block;
    height: 60px
}

@media (max-width:580px) {
    .partners-img.h-33 {
        height: 25px
    }
    .partners-img.h-100 {
        height: 70px
    }
}

@media (max-width:480px) {
    .partners-img {
        height: 40px
    }
    .partners-img.h-100 {
        height: 50px
    }
    .partners-img.h-33 {
        height: 20px
    }
    .partners-img.h-29 {
        height: 25px
    }
}

@media (max-width:380px) {
    .partners-img {
        height: 30px
    }
    .partners-img.h-100 {
        height: 40px
    }
    .partners-img.h-33 {
        height: 20px
    }
    .partners-img.h-29 {
        height: 20px
    }
}

.partners-item {
    position: relative;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.slick-slide.slick-current.slick-active .partners-item {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-name: change-slide-to-inactive;
    animation-name: change-slide-to-inactive
}

.slick-slide.slick-current.slick-active+.slick-slide .partners-item {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-animation-name: change-slide-to-active;
    animation-name: change-slide-to-active
}

@-webkit-keyframes change-slide-to-inactive {
    0%,
    60% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
    60%,
    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0
    }
}

@keyframes change-slide-to-inactive {
    0%,
    60% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
    60%,
    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0
    }
}

@-webkit-keyframes change-slide-to-active {
    0%,
    40% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0
    }
    40%,
    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 1
    }
}

@keyframes change-slide-to-active {
    0%,
    40% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0
    }
    40%,
    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 1
    }
}

.media {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.media iframe {
    display: none
}

@media (min-width:768px) {
    .media iframe {
        display: block;
        width: 100vw;
        height: 56.25vw;
        min-height: 100vh;
        min-width: 177.77vh;
        -o-object-fit: fill;
        object-fit: fill
    }
}

@media (min-width:768px) and (max-height:420px) {
    .media iframe {
        display: none
    }
}

.media img {
    width: 100%;
    height: 100%
}

.media-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
    background-size: cover
}

.hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    color: #fff;
    width: 100%;
    min-height: 700px;
    height: 100vh;
    background-color: #000
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: rgba(0, 0, 0, .6)
}

.hero-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.hero-heading {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 80px
}

@media (min-width:768px) and (orientation:portrait) {
    .hero-heading {
        padding-top: 100px
    }
}

.hero-subtitle {
    margin-bottom: 30px;
    font-size: 25px;
    margin-top: 24px
}

@media (min-width:768px) {
    .hero-subtitle {
        margin-bottom: 0
    }
}

.social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px
}

.social-item:not(:last-child) {
    margin-right: 10px
}

.social-link {
    width: 34px;
    height: 34px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.social-icon {
    width: 24px;
    height: 24px;
    opacity: .7;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.social-link:hover .social-icon {
    opacity: 1
}

.timeline {
    position: relative;
    counter-reset: section
}

@media (min-width:768px) {
    .timeline.is-reverse {
        text-align: right
    }
}

.timeline-row {
    position: relative
}

@media (min-width:768px) {
    .timeline-row {
        -webkit-transition: .2s ease;
        transition: .2s ease
    }
}

.timeline-row:not(:last-child):before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 16px;
    bottom: 0;
    background-color: #ccc
}

@media (min-width:768px) {
    .timeline-row:not(:last-child):before {
        -webkit-transition: left .8s ease .3s, opacity 0s ease .25s, -webkit-transform .8s ease .3s;
        transition: left .8s ease .3s, opacity 0s ease .25s, -webkit-transform .8s ease .3s;
        transition: left .8s ease .3s, transform .8s ease .3s, opacity 0s ease .25s;
        transition: left .8s ease .3s, transform .8s ease .3s, opacity 0s ease .25s, -webkit-transform .8s ease .3s
    }
}

.timeline-row:after {
    counter-increment: section;
    content: counter(section);
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 0 0 10px #fff;
    box-shadow: 0 0 0 10px #fff;
    background-color: #00a6eb;
    border-radius: 100%;
    z-index: 1;
    font-size: 16px;
    font-weight: 700;
    opacity: 1
}

@media (min-width:768px) {
    .timeline-row:after {
        -webkit-transition: left .8s ease .3s, opacity 0s ease .25s, -webkit-transform .8s ease .3s;
        transition: left .8s ease .3s, opacity 0s ease .25s, -webkit-transform .8s ease .3s;
        transition: left .8s ease .3s, transform .8s ease .3s, opacity 0s ease .25s;
        transition: left .8s ease .3s, transform .8s ease .3s, opacity 0s ease .25s, -webkit-transform .8s ease .3s
    }
}

.timeline-row:not(:last-child) {
    padding-bottom: 10px
}

@media (min-width:768px) {
    .timeline-row:not(:last-child) {
        padding-bottom: 30px
    }
}

@media (min-width:768px) {
    .is-hidden .timeline-row:after {
        -webkit-transform: translateX(-32px);
        -ms-transform: translateX(-32px);
        transform: translateX(-32px);
        left: 100%;
        opacity: 0
    }
    .is-reverse .timeline-row:after {
        -webkit-transform: translateX(-32px);
        -ms-transform: translateX(-32px);
        transform: translateX(-32px);
        opacity: 1;
        left: 0
    }
    .is-hidden .is-reverse .timeline-row:after {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        left: -100%;
        opacity: 0
    }
    .is-hidden .timeline-row:before {
        -webkit-transform: translateX(-16px);
        -ms-transform: translateX(-16px);
        transform: translateX(-16px);
        left: 100%;
        opacity: 0
    }
    .is-reverse .timeline-row:before {
        -webkit-transform: translateX(-16px);
        -ms-transform: translateX(-16px);
        transform: translateX(-16px);
        opacity: 1;
        left: 0
    }
    .is-hidden .is-reverse .timeline-row:before {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 0;
        left: -100%
    }
}

.timeline-heading {
    font-weight: 600
}

.timeline-panel {
    padding-left: 50px;
    font-weight: 300;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

@media (min-width:768px) {
    .timeline-panel {
        -webkit-transition: opacity 1s ease .5s, -webkit-transform 1s ease .1s;
        transition: opacity 1s ease .5s, -webkit-transform 1s ease .1s;
        transition: transform 1s ease .1s, opacity 1s ease .5s;
        transition: transform 1s ease .1s, opacity 1s ease .5s, -webkit-transform 1s ease .1s
    }
    .is-hidden .timeline-panel {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
        -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s ease .2s;
        transition: opacity 1s ease 0s, -webkit-transform 1s ease .2s;
        transition: transform 1s ease .2s, opacity 1s ease 0s;
        transition: transform 1s ease .2s, opacity 1s ease 0s, -webkit-transform 1s ease .2s
    }
    .is-reverse .timeline-panel {
        padding-right: 50px;
        padding-left: 0;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: opacity 1s ease .5s, -webkit-transform 1s ease .1s;
        transition: opacity 1s ease .5s, -webkit-transform 1s ease .1s;
        transition: transform 1s ease .1s, opacity 1s ease .5s;
        transition: transform 1s ease .1s, opacity 1s ease .5s, -webkit-transform 1s ease .1s
    }
    .is-hidden .is-reverse .timeline-panel {
        -webkit-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
        transform: translateX(-200%);
        -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s ease .2s;
        transition: opacity 1s ease 0s, -webkit-transform 1s ease .2s;
        transition: transform 1s ease .2s, opacity 1s ease 0s;
        transition: transform 1s ease .2s, opacity 1s ease 0s, -webkit-transform 1s ease .2s
    }
}

.tabs-list {
    display: none;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc
}

.tabs-list .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tabs-list .slick-track:before,
.tabs-list .slick-track:after {
    display: none
}

.tabs-list .tabs-list__arrow {
    width: 34px;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #fff 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0px 3px 6px #00000029 !important;
    box-shadow: 0px 3px 6px #00000029;
    cursor: pointer
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .tabs-list .tabs-list__arrow {
        border: 1px solid #00000029
    }
}

.tabs-list .tabs-list__arrow-wrapper {
    z-index: 2;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tabs-list .tabs-list__arrow-wrapper.tabs-list__arrow-wrapper--next {
    position: absolute;
    -webkit-box-shadow: -21px -6px 19px 5px #fff;
    box-shadow: -21px -6px 19px 5px #fff;
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff
}

.tabs-list .tabs-list__arrow-wrapper.tabs-list__arrow-wrapper--prev {
    position: absolute;
    -webkit-box-shadow: 21px -2px 17px 5px #fff;
    box-shadow: 21px -2px 17px 5px #fff;
    left: -2px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff
}

.tabs-list .tabs-list__arrow-wrapper.slick-disabled {
    display: none !important
}

.tabs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin: 0 -2.5px 45px;
    width: 100%;
    position: relative
}

.tabs-list .tabs-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    margin: 0 2.5px
}

.tabs-list .slider__item {
    height: 100%
}

@media (min-width:1300px) {
    .tabs-list.tabs-list-blog .slider__item {
        height: 100%;
        width: auto !important
    }
}

.tabs-list .tabs-list-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 3px solid transparent;
    padding: 10px 5px
}

.tabs-list .tabs-list-link.is-active {
    border-bottom-color: #01a6eb;
    color: #000
}

.tabs-list .tabs-list-link:after {
    display: none
}

@media (min-width:320px) {
    .tabs-list .tabs-list-link {
        font-size: 20px
    }
}

@media (min-width:1500px) {
    .tabs-list .tabs-list-link {
        font-size: 23px
    }
}

@media (min-width:768px) {
    .tabs-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 80px
    }
}

.tabs-list-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 600
}

.tabs-list-link {
    display: block;
    position: relative;
    padding: 10px 20px;
    text-align: center;
    font-size: 23px;
    width: 100%;
    font-family: "source_sans_pro", #000;
    font-weight: 800;
    text-transform: none
}

.tabs-list-link:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 50%;
    width: 0;
    height: 5px;
    background-color: #00a6eb;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .2s ease;
    transition: .2s ease
}

.tabs-list-link.is-active {
    color: #00a6eb;
    cursor: default
}

.tabs-list-link.is-active:after {
    width: 100%
}

@media (min-width:768px) {
    .tabs-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden
    }
    .tabs-list-link {
        font-size: 26px
    }
}

@media (min-width:1024px) {
    .tabs-list-link {
        font-size: 23px
    }
}

.tabs-content-item:not(:last-child) {
    padding-bottom: 40px;
    margin-bottom: 50px;
    border-bottom: 1px solid #ccc
}

@media (min-width:768px) {
    .tabs-content-item:not(:last-child) {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: 0
    }
}

@media (min-width:768px) {
    .tabs-content-item {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        width: 100%
    }
    .tabs-content-item.is-hidden {
        position: relative;
        z-index: 2
    }
}

.tabs-content-title {
    margin-bottom: 25px;
    color: #00a6eb;
    font-size: 22px;
    font-weight: 600
}

@media (min-width:768px) {
    .tabs-content-title {
        display: none
    }
}

@media (min-width:768px) {
    .about-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.about-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 60%;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
    margin-bottom: 40px;
    line-height: 1.52
}

@media (min-width:768px) {
    .about-text {
        max-width: 520px;
        margin-right: 60px;
        margin-bottom: 0
    }
}

@media (min-width:1680px) {
    .about-text {
        max-width: 700px;
        font-size: 24px
    }
}

.about-list {
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    font-size: 18px;
    font-weight: 600
}

@media (min-width:1680px) {
    .about-list {
        font-size: 24px
    }
}

.about .container {
    max-width: unset
}

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

.about-item img {
    width: 200px
}

.about-list.about-us-list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex: 1 0 auto;
    justify-content: space-between
}

.about-item.about-us-item {
    display: flex;
    align-items: center;
    width: calc(100%/4 - 20px);
    margin: 0 0 40px
}

.about-us-img--thomson {
    min-height: 35px
}

.about-us-item .img--agora {
    display: block;
    margin-top: 23px;
    width: 59%;
    min-width: 150px
}

.img--fortify {
    width: 230px
}

.about-us .about-us-item {
    margin: 0 0 40px
}

@media (max-width:1300px) {
    .about-item.about-us-item {
        display: flex;
        width: calc(100%/3 - 40px)
    }
}

@media (max-width:1000px) {
    .about-item img {
        width: 150px
    }
}

@media (max-width:768px) {
    .about-item.about-us-item {
        display: flex;
        width: 200px;
        padding: 0 15px
    }
    .about-list.about-us-list {
        justify-content: space-between
    }
}

@media (max-width:600px) {
    .about-list.about-us-list {
        width: 100%
    }
    .about-item.about-us-item {
        width: 175px;
        padding: 0
    }
}

@media (max-width:540px) {
    .about-item.about-us-item {
        width: 155px
    }
}

@media (max-width:430px) {
    .about-item.about-us-item {
        width: 120px
    }
}

@media (max-width:340px) {
    .about-item.about-us-item {
        width: 110px
    }
}

@media (max-width:1324px) {
    .about-us-img {
        width: 80%;
        height: auto
    }
}

@media (max-width:430px) {
    .about-item img {
        width: 120px;
        height: auto
    }
}

@media (max-width:340px) {
    .about-item img {
        width: 105px;
        height: auto
    }
}

@media (max-width:1324px) {
    .about-item.about-us-item:not(:last-child) {
        margin-bottom: 50px
    }
    .about-item.about-us-item {
        margin-bottom: 40px
    }
    .about-us-item .img--agora {
        display: block;
        margin-top: 20px
    }
}

@media (max-width:1000px) {
    .about-us-item .img--agora {
        margin-top: 11px;
        width: 52%
    }
}

@media (max-width:900px) {
    .about-us-item .img--agora {
        margin-top: 11px;
        width: 50%;
        min-width: 120px
    }
}

@media (max-width:768px) {
    .about-us-img.img--agora {
        margin-top: 11px
    }
    .about-us-img {
        width: unset;
        height: auto
    }
    .about-item.about-us-item:not(:last-child) {
        margin-bottom: 50px
    }
}

@media (max-width:500px) {
    .about-us-item .img--agora {
        margin-top: 11px;
        min-width: 102px
    }
}

.about-item:not(:last-child) {
    margin-bottom: 30px
}

@media (min-width:768px) {
    .about-item:not(:last-child) {
        margin-bottom: 50px
    }
}

.about-item:not(:last-child) {
    margin-bottom: 30px
}

@media (min-width:768px) {
    .about-item:not(:last-child) {
        margin-bottom: 50px
    }
}

.about-label {
    opacity: 0;
    padding: 6px 0 0
}

.about.is-visible .about-item:nth-of-type(1) .about-label {
    -webkit-animation: sliding .5s linear both;
    animation: sliding .5s linear both;
    -webkit-animation-delay: calc(.5s*0);
    animation-delay: calc(.5s*0)
}

.about.is-visible .about-item:nth-of-type(2) .about-label {
    -webkit-animation: sliding .5s linear both;
    animation: sliding .5s linear both;
    -webkit-animation-delay: calc(.5s*1);
    animation-delay: calc(.5s*1)
}

.about.is-visible .about-item:nth-of-type(3) .about-label {
    -webkit-animation: sliding .5s linear both;
    animation: sliding .5s linear both;
    -webkit-animation-delay: calc(.5s*2);
    animation-delay: calc(.5s*2)
}

.about.is-visible .about-item:nth-of-type(4) .about-label {
    -webkit-animation: sliding .5s linear both;
    animation: sliding .5s linear both;
    -webkit-animation-delay: calc(.5s*3);
    animation-delay: calc(.5s*3)
}

.about-icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    margin-right: 20px;
    background-size: contain;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0
}

.about.is-visible .about-item:nth-of-type(1) .about-icon {
    -webkit-animation: rotation .3s linear both;
    animation: rotation .3s linear both;
    -webkit-animation-delay: calc(.5s*0);
    animation-delay: calc(.5s*0)
}

.about.is-visible .about-item:nth-of-type(2) .about-icon {
    -webkit-animation: rotation .3s linear both;
    animation: rotation .3s linear both;
    -webkit-animation-delay: calc(.5s*1);
    animation-delay: calc(.5s*1)
}

.about.is-visible .about-item:nth-of-type(3) .about-icon {
    -webkit-animation: rotation .3s linear both;
    animation: rotation .3s linear both;
    -webkit-animation-delay: calc(.5s*2);
    animation-delay: calc(.5s*2)
}

.about.is-visible .about-item:nth-of-type(4) .about-icon {
    -webkit-animation: rotation .3s linear both;
    animation: rotation .3s linear both;
    -webkit-animation-delay: calc(.5s*3);
    animation-delay: calc(.5s*3)
}

@media (min-width:768px) {
    .about-icon {
        width: 40px;
        height: 40px;
        margin-right: 30px
    }
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        opacity: 0
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        opacity: 1
    }
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        opacity: 0
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        opacity: 1
    }
}

@-webkit-keyframes sliding {
    from {
        -webkit-transform: translateX(60px);
        transform: translateX(60px);
        opacity: 0
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes sliding {
    from {
        -webkit-transform: translateX(60px);
        transform: translateX(60px);
        opacity: 0
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

.content {
    padding-top: 80px
}

@media (min-width:1562px) {
    .content-list {
        max-width: 1100px
    }
}

.content-item {
    cursor: pointer
}

.content-item:not(:last-child) {
    margin-bottom: 30px
}

@media (min-width:768px) {
    .content-item:not(:last-child) {
        margin-bottom: 100px
    }
}

.post {
    font-size: 18px;
    line-height: 1.65
}

ol {
    list-style: decimal
}

ol li {
    padding-left: 20px!important
}

@media (min-width:980px) {
    .post {
        font-size: 20px
    }
}

@media (min-width:1680px) {
    .post {
        font-size: 24px
    }
}

@media (min-width:1680px) {
    .post .container,
    .post .container-small,
    .post .container-medium {
        max-width: 50%
    }
}

@media (min-width:1680px) {
    .post .container-small {
        max-width: 50%
    }
}

.post.main {
    margin-top: 80px
}

.post time,
.post .post-date {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, .2);
    display: none
}

.post .post-banner-img,
.post img {
    display: block;
    max-width: 100%;
    height: auto
}

.post h1 {
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.26
}

@media (min-width:768px) {
    .post h1 {
        font-size: 36px
    }
}

@media (min-width:980px) {
    .post h1 {
        font-size: 46px
    }
}

.post h2 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.26
}

@media (min-width:768px) {
    .post h2 {
        margin-top: 60px;
        margin-bottom: 30px;
        font-size: 32px
    }
}

@media (min-width:980px) {
    .post h2 {
        margin-top: 80px
    }
}

@media (min-width:980px) {
    .post h2 {
        margin-bottom: 40px
    }
}

.post p:not(:last-child) {
    margin-bottom: 20px
}

.post blockquote {
    display: block;
    margin: 40px 0;
    color: rgba(0, 0, 0, .5);
    font-size: 22px;
    font-weight: 600;
    font-style: italic;
    line-height: 1.9
}

@media (min-width:768px) {
    .post blockquote {
        margin: 60px 0
    }
}

.post ul {
    padding-left: 33px;
    padding-right: 25px;
    font-size: 18px;
    list-style-type: disc;
    margin-bottom: 25px
}

@media (min-width:768px) {
    .post ul {
        font-size: 20px
    }
}

@media (min-width:1680px) {
    .post ul {
        font-size: 24px
    }
}

.post ul li {
    display: -webkit-box;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.post li:not(:last-child) {
    margin-bottom: 15px
}

.post img.aligncenter {
    margin: 0 auto
}

.post ul li:before {
    content: "•";
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 20px;
    line-height: 28px;
    display: block
}

.post-content {
    padding: 60px 0;
    font-weight: 400
}

.post-content a {
    text-decoration: underline
}

.post-content a:hover {
    color: #00a6eb
}

.post-title {
    font-size: 28px;
    font-weight: 700;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    margin-bottom: 10px
}

.card:hover .post-title {
    color: #00a6eb
}

@media (min-width:768px) {
    .post-title {
        font-size: 32px
    }
}

@media (min-width:980px) {
    .post-title {
        font-size: 36px
    }
}

@media (min-width:980px) {
    .post-title {
        margin-bottom: 40px
    }
}

.preface div {
    padding-bottom: 12px
}

.social-share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0
}

.social-share__btn {
    display: block;
    text-decoration: none;
    will-change: transform
}

.social-share__btn:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform .15s ease-out;
    transition: -webkit-transform .15s ease-out;
    transition: transform .15s ease-out;
    transition: transform .15s ease-out, -webkit-transform .15s ease-out;
    z-index: 1
}

.gform_body input[type=text],
.gform_body input[type=email],
.gform_body input[type=file],
.gform_body textarea {
    border-color: rgba(255, 255, 255, .4);
    border-width: 0 0 2px;
    color: #343434;
    border-radius: unset;
    border-bottom: 1px solid #343434;
}

.gform_body input[type=text]:focus,
.gform_body input[type=email]:focus,
.gform_body input[type=file]:focus,
.gform_body textarea:focus {
    border-color: rgba(255, 255, 255, .6);
    color: #343434;
    border-radius: unset;
    border-bottom: 1px solid #343434;
}

.hero-overlay.section {
    padding-bottom: 40px
}

.footer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    line-height: 1.7
}

@media (min-width:1680px) {
    .footer {
        font-size: 18px
    }
}

.footer-row:not(:last-child) {
    margin-bottom: 30px
}

@media (min-width:768px) {
    .footer-row:not(:last-child) {
        margin-bottom: 36px
    }
}

.footer-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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-top: -30px;
    margin-bottom: -30px
}

@media (min-width:768px) {
    .footer-inner {
        margin: 0 -50px;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

@media (min-width:980px) {
    .footer-inner {
        margin: 0 -100px
    }
}

.footer-section {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
    padding: 30px 0
}

@media (min-width:768px) {
    .footer-section {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        width: 50%;
        padding: 0 50px
    }
}

@media (min-width:980px) {
    .footer-section {
        padding: 0 100px
    }
}

.footer-section:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

@media (min-width:768px) {
    .footer-section:not(:last-child) {
        border-right: 1px solid rgba(255, 255, 255, .1);
        border-bottom: 0
    }
}

.footer-about {
    font-size: 16px;
    line-height: 1.5
}

@media (min-width:1680px) {
    .footer-about {
        font-size: 22px
    }
}

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

.footer-title {
    margin-bottom: 40px
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    margin-left: -15px;
    margin-right: -15px
}

.row>[class*=col-] {
    padding-left: 15px;
    padding-right: 15px
}

@media (max-width:767px) {
    .row.m-col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0
    }
    .row.m-col>[class*=col-] {
        padding: 15px 0
    }
}

@media (min-width:320px) {
    .col-xs-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 8.33333%
    }
    .col-xs-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 16.66667%
    }
    .col-xs-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 25%
    }
    .col-xs-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 33.33333%
    }
    .col-xs-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 41.66667%
    }
    .col-xs-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 50%
    }
    .col-xs-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 58.33333%
    }
    .col-xs-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 66.66667%
    }
    .col-xs-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 75%
    }
    .col-xs-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 83.33333%
    }
    .col-xs-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 91.66667%
    }
    .col-xs-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 100%
    }
}

@media (min-width:768px) {
    .col-sm-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 8.33333%
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 16.66667%
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 25%
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 33.33333%
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 41.66667%
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 50%
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 58.33333%
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 66.66667%
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 75%
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 83.33333%
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 91.66667%
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 100%
    }
}

@media (min-width:980px) {
    .col-md-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 8.33333%
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 16.66667%
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 25%
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 33.33333%
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 41.66667%
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 50%
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 58.33333%
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 66.66667%
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 75%
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 83.33333%
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 91.66667%
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 100%
    }
}

@media (min-width:1562px) {
    .col-lg-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 8.33333%
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 16.66667%
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 25%
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 33.33333%
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 41.66667%
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 50%
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 58.33333%
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 66.66667%
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 75%
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 83.33333%
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 91.66667%
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 100%
    }
}

@media (min-width:1200px) {
    .col-rg-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 8.33333%
    }
    .col-rg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 16.66667%
    }
    .col-rg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 25%
    }
    .col-rg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 33.33333%
    }
    .col-rg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 41.66667%
    }
    .col-rg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 50%
    }
    .col-rg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 58.33333%
    }
    .col-rg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 66.66667%
    }
    .col-rg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 75%
    }
    .col-rg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 83.33333%
    }
    .col-rg-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 91.66667%
    }
    .col-rg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 100%
    }
}

@media (min-width:1680px) {
    .col-xl-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 8.33333%
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 16.66667%
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 25%
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 33.33333%
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 41.66667%
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 50%
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 58.33333%
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 66.66667%
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 75%
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 83.33333%
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 91.66667%
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 100%
    }
}

@media (min-width:768px) {
    .col-sm-offset-1 {
        margin-left: 8.33333%
    }
    .col-sm-offset-2 {
        margin-left: 16.66667%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333%
    }
    .col-sm-offset-5 {
        margin-left: 41.66667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333%
    }
    .col-sm-offset-8 {
        margin-left: 66.66667%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333%
    }
    .col-sm-offset-11 {
        margin-left: 91.66667%
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:980px) {
    .col-md-offset-1 {
        margin-left: 8.33333%
    }
    .col-md-offset-2 {
        margin-left: 16.66667%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.33333%
    }
    .col-md-offset-5 {
        margin-left: 41.66667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.33333%
    }
    .col-md-offset-8 {
        margin-left: 66.66667%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.33333%
    }
    .col-md-offset-11 {
        margin-left: 91.66667%
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:1200px) {
    .col-rg-offset-1 {
        margin-left: 8.33333%
    }
    .col-rg-offset-2 {
        margin-left: 16.66667%
    }
    .col-rg-offset-3 {
        margin-left: 25%
    }
    .col-rg-offset-4 {
        margin-left: 33.33333%
    }
    .col-rg-offset-5 {
        margin-left: 41.66667%
    }
    .col-rg-offset-6 {
        margin-left: 50%
    }
    .col-rg-offset-7 {
        margin-left: 58.33333%
    }
    .col-rg-offset-8 {
        margin-left: 66.66667%
    }
    .col-rg-offset-9 {
        margin-left: 75%
    }
    .col-rg-offset-10 {
        margin-left: 83.33333%
    }
    .col-rg-offset-11 {
        margin-left: 91.66667%
    }
    .col-rg-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:1562px) {
    .col-lg-offset-1 {
        margin-left: 8.33333%
    }
    .col-lg-offset-2 {
        margin-left: 16.66667%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333%
    }
    .col-lg-offset-5 {
        margin-left: 41.66667%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333%
    }
    .col-lg-offset-8 {
        margin-left: 66.66667%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333%
    }
    .col-lg-offset-11 {
        margin-left: 91.66667%
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:1680px) {
    .col-xl-offset-1 {
        margin-left: 8.33333%
    }
    .col-xl-offset-2 {
        margin-left: 16.66667%
    }
    .col-xl-offset-3 {
        margin-left: 25%
    }
    .col-xl-offset-4 {
        margin-left: 33.33333%
    }
    .col-xl-offset-5 {
        margin-left: 41.66667%
    }
    .col-xl-offset-6 {
        margin-left: 50%
    }
    .col-xl-offset-7 {
        margin-left: 58.33333%
    }
    .col-xl-offset-8 {
        margin-left: 66.66667%
    }
    .col-xl-offset-9 {
        margin-left: 75%
    }
    .col-xl-offset-10 {
        margin-left: 83.33333%
    }
    .col-xl-offset-11 {
        margin-left: 91.66667%
    }
    .col-xl-offset-12 {
        margin-left: 100%
    }
}

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

.gform_body {
    margin-bottom: 32px
}

.gfield:not(:last-child) {
    margin-bottom: 32px
}

input[type=text],
input[type=email],
input[type=file],
textarea {
    height: 42px;
    width: 100%;
    background-color: transparent;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, .1);
    -webkit-box-shadow: none;
    box-shadow: none;
    resize: none;
    font-family: "source_sans_pro", sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: normal;
    color: rgba(255, 255, 255, .6)
}

@media (min-width:1680px) {
    input[type=text],
    input[type=email],
    input[type=file],
    textarea {
        font-size: 24px
    }
}

.gfield_error input[type=text],
.gfield_error input[type=email],
.gfield_error input[type=file],
.gfield_error textarea {
    -webkit-box-shadow: #ff4828 0px -1px 0px 0px inset;
    box-shadow: #ff4828 0px -1px 0px 0px inset
}

.validation_error,
.validation_message {
    display: none;
    margin-bottom: 15px;
    color: rgba(255, 104, 46, .9)
}

.gform_validation_error .validation_error {
    display: block
}

.gfield_error .validation_message {
    display: block
}

.gfield_required {
    display: none
}

textarea {
    height: 102px
}

.success_message {
    color: rgba(249, 255, 171, .9)
}

@-webkit-keyframes autofill {
    to {
        color: inherit;
        background: 0 0
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both
}

.charleft.ginput_counter {
    display: none
}

.mg-auto {
    margin: auto
}

.content-link a {
    text-decoration: underline
}

.content-link a:hover {
    text-decoration: none
}

.article-anchor {
    margin-top: -40px;
    display: block;
    position: absolute
}

.mgb-100 {
    margin-bottom: 100px
}

.mgb-70 {
    margin-bottom: 70px
}