.photo-with-quote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 32px 10px
}

@media (min-width:768px) {
    .photo-with-quote {
        padding: 56px 10px
    }
}

@media (min-width:1260px) {
    .photo-with-quote {
        padding: 92px 10px
    }
}

.photo-with-quote-background {
    background: #f2f2f2
}

.photo-with-quote__content {
    width: 100%;
    max-width: 328px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:768px) {
    .photo-with-quote__content {
        max-width: 480px
    }
}

@media (min-width:1260px) {
    .photo-with-quote__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: 1200px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.photo-with-quote__title-mobile {
    margin-bottom: 24px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #0c0c0c
}

@media (min-width:768px) {
    .photo-with-quote__title-mobile {
        margin-bottom: 32px
    }
}

@media (min-width:1260px) {
    .photo-with-quote__title-mobile {
        display: none
    }
}

.photo-with-quote__image {
    width: 100%;
    margin-bottom: 48px
}

@media (min-width:768px) {
    .photo-with-quote__image {
        margin-bottom: 52px
    }
}

@media (min-width:1260px) {
    .photo-with-quote__image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 50%;
        margin-bottom: 0;
        margin-left: 10px
    }
}

.photo-with-quote__image img {
    width: 100%;
    max-width: 493px
}

.photo-with-quote__quote {
    margin-left: 16.66666667%;
    position: relative
}

@media (min-width:768px) {
    .photo-with-quote__quote {
        margin-left: 0
    }
}

@media (min-width:1260px) {
    .photo-with-quote__quote {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.photo-with-quote__quote__title {
    display: none
}

@media (min-width:1260px) {
    .photo-with-quote__quote__title {
        width: 100%;
        max-width: 480px;
        display: block;
        margin-top: 5px;
        margin-bottom: 46px;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #0c0c0c
    }
}

.photo-with-quote__quote__text {
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    padding: 0 3px;
    margin-bottom: 16px
}

@media (min-width:768px) {
    .photo-with-quote__quote__text {
        font-size: 24px;
        line-height: 150%
    }
}

@media (min-width:1260px) {
    .photo-with-quote__quote__text {
        max-width: 480px;
        position: relative;
        padding: 0;
        padding-right: 30px
    }
}

.photo-with-quote__quote__text:before {
    content: "“";
    position: absolute;
    left: -54px;
    font-weight: 500;
    font-size: 96px;
    line-height: 56px;
    top: 19px
}

.photo-with-quote__quote__sign {
    font-weight: 300;
    font-size: 14px;
    line-height: 150%
}

@media (min-width:768px) {
    .photo-with-quote__quote__sign {
        font-size: 16px
    }
}

@media (min-width:1260px) {
    .photo-with-quote__quote__sign {
        width: 100%;
        max-width: 480px
    }
}

.header-stub {
    height: 56px
}

@media (min-width:768px) {
    .header-stub {
        height: 72px
    }
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 56px;
    padding: 0 16px;
    z-index: 5;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

@media (min-width:768px) {
    header {
        padding: 0 34px;
        height: 72px
    }
}

header .header_content {
    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;
    width: 100%;
    max-width: 1180px;
    height: 100%;
    margin: 0 auto
}

header .header_content .logo {
    z-index: 2;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

header .header_content .logo svg {
    width: 110px
}

header .header_content .logo svg path {
    fill: #fff;
    -webkit-transition: fill .3s;
    transition: fill .3s
}

@media (min-width:1260px) {
    header .header_content .logo svg {
        width: 152px
    }
}

header .header_content nav {
    display: none;
    z-index: 1;
    position: fixed;
    height: 100vh;
    width: 100%;
    background: #fff;
    top: 52px;
    left: 0;
    right: 0;
    padding: 20px 16px 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-family: Larsseit;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    color: #4f4f4f;
    overflow-y: scroll
}

@media (min-width:768px) {
    header .header_content nav {
        padding: 16px 34px 160px
    }
}

@media (min-width:1260px) {
    header .header_content nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        position: relative;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        background: 0 0;
        height: 100%;
        padding: 0;
        top: 0;
        margin-left: 52px;
        overflow: visible
    }
}

header .header_content nav a {
    color: #4f4f4f;
    text-decoration: none
}

@media (min-width:1260px) {
    header .header_content nav a {
        color: #fff
    }
}

header .header_content nav ul {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:1260px) {
    header .header_content nav ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

header .header_content nav ul li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0;
    border-bottom: 1px solid #e0e0e0
}

@media (min-width:768px) {
    header .header_content nav ul li {
        padding: 25px 0
    }
}

@media (min-width:1260px) {
    header .header_content nav ul li {
        border-bottom: none;
        padding: 0
    }
}

@media (min-width:1260px) {
    header .header_content nav ul li.arrow {
        margin-right: 20px
    }
}

header .header_content nav ul li.arrow>span {
    position: relative;
    padding-right: 12px
}

@media (min-width:1260px) {
    header .header_content nav ul li.arrow>span {
        color: #fff
    }
}

header .header_content nav ul li.arrow>span:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #4f4f4f;
    border-right: 1px solid #4f4f4f;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    top: 6px;
    right: 8px;
    -webkit-transition: -webkit-transform .1s;
    transition: -webkit-transform .1s;
    transition: transform .1s;
    transition: transform .1s, -webkit-transform .1s
}

@media (min-width:1260px) {
    header .header_content nav ul li.arrow>span:before {
        position: absolute;
        right: 0;
        top: 6px;
        bottom: 0;
        margin: auto;
        -webkit-transform: rotateZ(45deg);
        transform: rotateZ(45deg);
        width: 6px;
        height: 6px;
        border-color: #fff
    }
}

header .header_content nav>ul {
    border-top: 1px solid #e0e0e0
}

@media (min-width:1260px) {
    header .header_content nav>ul {
        border-top: none
    }
}

@media (min-width:1260px) {
    header .header_content nav>ul>li {
        margin-right: 24px;
        border-bottom: 1px solid transparent;
        margin-bottom: -1px;
        -webkit-transition: border .3s;
        transition: border .3s
    }
}

@media (min-width:1260px) and (hover:hover) {
    header .header_content nav>ul>li:hover {
        border-color: #fff
    }
}

@media (min-width:1260px) {
    header .header_content nav>ul>li>a {
        padding-top: 7px;
        -webkit-transition: color .3s;
        transition: color .3s
    }
}

@media (min-width:1260px) {
    header .header_content nav>ul>li>span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 7px;
        -webkit-transition: color .3s;
        transition: color .3s
    }
}

header .header_content nav>ul>li>ul {
    display: none;
    padding-left: 10px;
    will-change: auto
}

@media (min-width:1260px) {
    header .header_content nav>ul>li>ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: absolute;
        left: 0;
        top: calc(100% + 1px);
        background: #fff;
        padding: 22px 10px;
        margin-left: -22px;
        -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, .1);
        box-shadow: 0 8px 25px rgba(0, 0, 0, .1);
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s
    }
}

header .header_content nav>ul>li>ul>li {
    border-bottom: 0;
    padding: 0;
    margin: 20px 0
}

@media (min-width:1260px) {
    header .header_content nav>ul>li>ul>li {
        min-width: 190px;
        padding: 0;
        margin: 0
    }
}

header .header_content nav>ul>li>ul>li:last-child {
    margin-bottom: 0
}

@media (min-width:1260px) {
    header .header_content nav>ul>li>ul>li a {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        color: #023f79;
        -webkit-transition: background-color .2s;
        transition: background-color .2s;
        padding: 8px 16px;
        margin-right: 10px
    }

    header .header_content nav>ul>li>ul>li a:hover {
        background: #f2f2f2
    }
}

header .header_content nav>ul>li>ul>li p {
    display: none
}

@media (min-width:1260px) {
    header .header_content nav>ul>li.big>ul {
        display: none;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 1004px;
        position: absolute;
        left: 0;
        top: calc(100% + 1px);
        background: #fff;
        padding: 22px 22px;
        margin-left: -42px;
        -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, .1);
        box-shadow: 0 8px 25px rgba(0, 0, 0, .1)
    }
}

@media (min-width:1260px) {
    header .header_content nav>ul>li.big>ul>li {
        width: 320px;
        margin: 0;
        -webkit-transition: background-color .2s;
        transition: background-color .2s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media (min-width:1260px) {
    header .header_content nav>ul>li.big>ul>li>a {
        padding: 14px 20px
    }
}

@media (min-width:1260px) {
    header .header_content nav>ul>li.big>ul>li span {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        color: #023f79;
        margin-bottom: 8px;
        -webkit-transition: color .3s;
        transition: color .3s
    }
}

@media (min-width:1260px) {
    header .header_content nav>ul>li.big>ul>li p {
        display: block;
        font-size: 14px;
        font-weight: 300;
        line-height: 21px;
        margin-bottom: 0;
        color: #000
    }
}

@media (min-width:1260px) and (hover:hover) {
    header .header_content nav>ul>li.big>ul>li:hover {
        background: #f2f2f2
    }

    header .header_content nav>ul>li.big>ul>li:hover span {
        color: #000
    }
}

header .header_content nav>ul>li.open>span:before {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg)
}

@media (min-width:1260px) {
    header .header_content nav>ul>li.open>span:before {
        -webkit-transform: rotateZ(225deg) translate3d(-1px, -2px, 0);
        transform: rotateZ(225deg) translate3d(-1px, -2px, 0)
    }
}

@media (min-width:1260px) {
    header .header_content nav>ul>li.open>ul {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

header .header_content .header_btns {
    display: none
}

@media (min-width:768px) {
    header .header_content .header_btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: auto;
        margin-right: 58px
    }
}

@media (min-width:1260px) {
    header .header_content .header_btns {
        margin-right: 0
    }
}

header .header_content .header_btns_btn {
    width: 100%;
    max-width: 328px;
    height: 32px;
    border-radius: 4px;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #023f79), color-stop(0, #0470be));
    background-image: linear-gradient(270deg, #023f79 50%, #0470be 0);
    -webkit-transition: all .15s cubic-bezier(.25, .75, .75, 1);
    transition: all .15s cubic-bezier(.25, .75, .75, 1);
    background-size: 202% 100%;
    background-position: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Larsseit;
    padding: 0 24px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #fff
}

@media (min-width:768px) {
    header .header_content .header_btns_btn:hover {
        background-position-x: -98%;
        color: #fff
    }
}

header .header_content .btn-menu {
    z-index: 2;
    position: relative;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: -8px
}

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

header .header_content .btn-menu div {
    width: 22px;
    height: 2px;
    background: #fff;
    position: relative;
    -webkit-transition: background .3s;
    transition: background .3s
}

header .header_content .btn-menu div:after,
header .header_content .btn-menu div:before {
    content: '';
    position: absolute;
    width: 22px;
    height: 2px;
    background: #fff;
    -webkit-transition: background .3s;
    transition: background .3s
}

header .header_content .btn-menu div:before {
    top: -8px
}

header .header_content .btn-menu div:after {
    bottom: -8px
}

header.open {
    background: #fff
}

header.open .logo svg path {
    fill: #023f79
}

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

header.open .header_btns {
    position: fixed;
    z-index: 2;
    bottom: 0;
    padding: 16px;
    width: 100%;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s
}

header.open .header_btns.overflow {
    -webkit-box-shadow: 0 -4px 12px rgba(37, 67, 98, .08);
    box-shadow: 0 -4px 12px rgba(37, 67, 98, .08)
}

header.open .header_btns_btn {
    height: 40px;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 500
}

header.open .btn-menu div {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    background: #000
}

header.open .btn-menu div:before {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
    top: 0;
    background: #000
}

header.open .btn-menu div:after {
    display: none;
    background: #000
}

header.background {
    background: #fff;
    border-bottom: 1px solid #f2f2f2
}

header.background .logo svg path {
    fill: #023f79
}

header.background nav a {
    color: #4f4f4f
}

@media (min-width:1260px) {
    header.background nav>ul>li:hover {
        border-color: #023f79
    }
}

@media (min-width:1260px) {
    header.background nav>ul>li.arrow>span {
        color: #4f4f4f
    }
}

@media (min-width:1260px) {
    header.background nav>ul>li.arrow>span:before {
        border-color: #4f4f4f
    }
}

header.background .btn-menu div,
header.background .btn-menu div:after,
header.background .btn-menu div:before {
    background: #000
}

.subnav {
    position: relative;
    background: #f2f2f2
}

@media (min-width:768px) {
    .subnav {
        padding-top: 8px
    }
}

.subnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.subnav ul li a {
    display: block;
    padding: 14px 16px;
    font-family: Larsseit;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    text-decoration: none;
    color: #4f4f4f;
    -webkit-transition: color .2s;
    transition: color .2s;
    white-space: nowrap
}

.subnav ul li a:hover {
    color: #0470be
}

.subnav ul li a.active {
    color: #0470be
}

.subnav__line {
    position: absolute;
    bottom: 0;
    height: 4px;
    width: 50px;
    background: #0470be;
    left: 0
}

.subnav2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto
}

.subnav2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width:768px) {
    .subnav2 ul {
        width: 100%
    }
}

html.noscroll {
    overflow: hidden
}

.team {
    position: relative;
    padding: 48px 16px 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width:768px) {
    .team {
        padding: 72px 34px 32px
    }
}

@media (min-width:1260px) {
    .team {
        padding: 84px 34px 0
    }
}

.team.background {
    background: #f2f2f2
}

.team.topline {
    padding-bottom: 80px
}

@media (min-width:768px) {
    .team.topline {
        padding-bottom: 88px
    }
}

@media (min-width:1260px) {
    .team.topline {
        padding-bottom: 40px
    }
}

.team.topline:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 180px;
    height: 1px;
    background: #000
}

.team_content {
    max-width: 1140px;
    color: #0c0c0c
}

.team_title {
    font-family: Ivar Display;
    font-size: 36px;
    font-weight: 600;
    line-height: 43px;
    text-align: center;
    margin-bottom: 24px
}

@media (min-width:768px) {
    .team_title {
        font-weight: 700;
        margin-bottom: 16px
    }
}

@media (min-width:1260px) {
    .team_title {
        font-size: 44px;
        line-height: 53px;
        margin-bottom: 20px
    }
}

.team_description {
    font-family: Larsseit;
    font-size: 20px;
    line-height: 30px;
    text-align: center
}

@media (min-width:1260px) {
    .team_description {
        font-size: 20px;
        line-height: 26px;
        font-weight: 500
    }
}

.team_list {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:768px) {
    .team_list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 48px
    }
}

@media (min-width:1260px) {
    .team_list {
        margin-top: 62px
    }
}

.team_list .person {
    width: 100%;
    max-width: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Larsseit;
    margin-bottom: 24px;
    padding-right: 20px;
    cursor: pointer
}

@media (min-width:768px) {
    .team_list .person {
        margin-bottom: 40px;
        max-width: 350px
    }
}

@media (min-width:1260px) {
    .team_list .person {
        max-width: 380px;
        margin-bottom: 100px
    }
}

.team_list .person_image-wrapper {
    overflow: hidden;
    margin-right: 16px;
    width: 86px;
    height: 86px;
    border-radius: 1000px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 86px;
    flex: 0 0 86px;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

@media (min-width:768px) {
    .team_list .person_image-wrapper {
        width: 120px;
        height: 120px;
        margin-right: 20px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
        flex: 0 0 120px
    }
}

@media (min-width:1260px) {
    .team_list .person_image-wrapper {
        width: 160px;
        height: 160px;
        margin-right: 22px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
        flex: 0 0 160px
    }
}

.team_list .person_image-wrapper:before {
    z-index: 2;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 1000px;
    -webkit-transition: background .3s;
    transition: background .3s
}

.team_list .person_image {
    z-index: 1;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    width: 100%;
    height: 100%
}

.team_list .person_content_name {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 6px;
    -webkit-transition: color .2s;
    transition: color .2s
}

.team_list .person_content_position {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #333
}

@media (hover:hover) {
    .team_list .person:hover .person_image-wrapper:before {
        background: rgba(2, 63, 121, .6)
    }

    .team_list .person:hover .person_image {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    .team_list .person:hover .person_content_name {
        color: #0470be
    }
}

.person-popup {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    z-index: 10;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: none
}

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

.person-popup_block {
    position: relative;
    background: #fff;
    width: 100%;
    height: 100%;
    padding: 60px 16px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto
}

@media (min-width:768px) {
    .person-popup_block {
        padding: 64px 14px 36px 40px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: 674px;
        overflow: visible
    }
}

@media (min-width:1260px) {
    .person-popup_block {
        padding: 82px 70px 40px 77px;
        max-width: 1000px
    }
}

.person-popup_block_col {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:768px) {
    .person-popup_block_col {
        padding-right: 20px;
        width: 50%
    }
}

@media (min-width:1260px) {
    .person-popup_block_col {
        padding-right: 50px
    }
}

.person-popup_topbar {
    position: fixed;
    width: 100%;
    max-width: 674px;
    background: #fff;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 2
}

@media (min-width:1260px) {
    .person-popup_topbar {
        max-width: 1000px
    }
}

.person-popup_topbar_close {
    width: 56px;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (min-width:768px) {
    .person-popup_topbar_close {
        width: 60px;
        height: 60px
    }
}

.person-popup_topbar_close svg {
    width: 16px;
    height: 16px
}

@media (min-width:768px) {
    .person-popup_topbar_close svg {
        width: 20px;
        height: 20px
    }
}

.person-popup_image {
    width: 100%;
    max-height: 100%;
    margin-bottom: 16px
}

@media (min-width:1260px) {
    .person-popup_image {
        margin-bottom: 22px
    }
}

.person-popup_image:focus {
    outline: 0
}

@media (min-width:768px) {
    .person-popup_slider-content {
        overflow-y: auto
    }
}

.person-popup_content {
    width: 100%;
    font-family: Larsseit;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 27px
}

.person-popup_content:focus {
    outline: 0
}

.person-popup_title {
    font-family: Ivar Display;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 43px;
    margin-bottom: 24px
}

@media (min-width:1260px) {
    .person-popup_title {
        font-weight: 700
    }
}

.person-popup_position {
    margin-bottom: 24px
}

.person-popup_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 16px
}

.person-popup_nav_btn-next,
.person-popup_nav_btn-prev {
    margin-right: 8px;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s;
    border-radius: 100px;
    cursor: pointer
}

.person-popup_nav_btn-next svg path,
.person-popup_nav_btn-prev svg path {
    -webkit-transition: stroke .3s;
    transition: stroke .3s
}

@media (hover:hover) {

    .person-popup_nav_btn-next:hover,
    .person-popup_nav_btn-prev:hover {
        -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
        box-shadow: 0 4px 20px rgba(0, 0, 0, .15)
    }

    .person-popup_nav_btn-next:hover svg path,
    .person-popup_nav_btn-prev:hover svg path {
        stroke: #0c0c0c
    }
}

.person-popup_nav_counter {
    margin-left: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.person-popup_nav_counter_current {
    width: 10px;
    text-align: right
}

.title-text-btn {
    padding: 48px 16px 80px;
    font-family: Larsseit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:768px) {
    .title-text-btn {
        padding: 73px 94px 88px
    }
}

@media (min-width:1260px) {
    .title-text-btn {
        padding: 85px 143px 58px
    }
}

.title-text-btn.background {
    background: #f2f2f2
}

.title-text-btn h2 {
    max-width: 1000px;
    font-family: Ivar Display;
    font-size: 36px;
    font-weight: 600;
    line-height: 43px;
    color: #0c0c0c;
    text-align: center;
    margin-bottom: 24px
}

@media (min-width:768px) {
    .title-text-btn h2 {
        font-weight: 700;
        margin-bottom: 16px
    }
}

@media (min-width:1260px) {
    .title-text-btn h2 {
        font-size: 44px;
        font-weight: 700;
        line-height: 53px;
        margin-bottom: 20px
    }
}

.title-text-btn p {
    max-width: 1000px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 24px
}

@media (min-width:1260px) {
    .title-text-btn p {
        font-weight: 500;
        line-height: 26px
    }
}

.title-text-btn_btn {
    width: 100%;
    max-width: 328px;
    height: 40px;
    padding: 10px 32px;
    background: #0470be;
    border-radius: 100px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (min-width:768px) {
    .title-text-btn_btn {
        max-width: 280px;
        border-radius: 8px;
        font-weight: 500;
        height: 52px
    }
}

@media (min-width:1260px) {
    .title-text-btn_btn {
        margin-top: 34px;
        max-width: 298px
    }
}

.advantages {
    z-index: 1;
    position: relative
}

.advantages_block {
    z-index: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 16px
}

@media (min-width:768px) {
    .advantages_block {
        padding: 0 34px
    }
}

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

.advantages_block.block1 {
    z-index: 3;
    background: #000;
    padding-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:1260px) {
    .advantages_block.block1 {
        padding-top: 137px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        height: 463px
    }
}

.advantages_block.block1:before {
    z-index: -1;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 253px;
    height: 231px;
    background-repeat: no-repeat;
    background-image: url(../images/2021/career-1-s.svg)
}

@media (min-width:768px) {
    .advantages_block.block1:before {
        width: 207px;
        height: 315px;
        background-image: url(../images/2021/career-1-m.svg)
    }
}

@media (min-width:1260px) {
    .advantages_block.block1:before {
        width: 464px;
        height: 334px;
        background-image: url(../images/2021/career-1-l.svg)
    }
}

@media (min-width:768px) {
    .advantages_block.block1:after {
        z-index: -1;
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        width: 503px;
        height: 508px;
        background-repeat: no-repeat;
        background-image: url(../images/2021/career-2-m.svg)
    }
}

@media (min-width:1260px) {
    .advantages_block.block1:after {
        width: 912px;
        height: 438px;
        background-repeat: no-repeat;
        background-image: url(../images/2021/career-2-l.svg)
    }
}

.advantages_block.block1 .advantages_image {
    -webkit-transform: translateY(32px);
    transform: translateY(32px);
    max-width: 460px
}

@media (min-width:768px) {
    .advantages_block.block1 .advantages_image {
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }
}

@media (min-width:1260px) {
    .advantages_block.block1 .advantages_image {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        max-width: 520px
    }
}

.advantages_block.block1 .advantages_content {
    max-width: 600px
}

@media (min-width:492px) {
    .advantages_block.block1 .advantages_content {
        text-align: center
    }
}

@media (min-width:1260px) {
    .advantages_block.block1 .advantages_content {
        max-width: 520px;
        text-align: left;
        padding-right: 55px;
        margin-top: 50px
    }
}

.advantages_block.block1 h3 {
    color: #fff
}

@media (min-width:768px) {
    .advantages_block.block1 h3 {
        font-size: 36px;
        line-height: 43px
    }
}

.advantages_block.block1 p {
    color: #fff
}

@media (min-width:768px) {
    .advantages_block.block1 p {
        font-size: 18px;
        font-weight: 300;
        line-height: 27px
    }
}

@media (min-width:1260px) {
    .advantages_block.block1 p {
        font-size: 16px;
        line-height: 24px
    }
}

.advantages_block.block2 {
    padding-top: 74px
}

@media (min-width:768px) {
    .advantages_block.block2 {
        padding-top: 103px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width:1260px) {
    .advantages_block.block2 {
        padding-top: 125px
    }
}

@media (min-width:768px) {
    .advantages_block.block2 .advantages_image {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 50%;
        margin-right: 30px;
        text-align: right;
        max-width: 490px
    }
}

@media (min-width:1260px) {
    .advantages_block.block2 .advantages_image {
        margin-right: 20px;
        max-width: 500px
    }
}

.advantages_block.block2 .advantages_image img {
    width: 90%;
    max-width: 300px
}

@media (min-width:768px) {
    .advantages_block.block2 .advantages_image img {
        width: 100%;
        text-align: right
    }
}

@media (min-width:1260px) {
    .advantages_block.block2 .advantages_image img {
        height: 204px
    }
}

@media (min-width:768px) {
    .advantages_block.block2 .advantages_content {
        margin-left: 30px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 50%;
        max-width: 490px
    }
}

@media (min-width:1260px) {
    .advantages_block.block2 .advantages_content {
        margin-left: 40px;
        max-width: 480px
    }
}

@media (min-width:1260px) {
    .advantages_block.block2 h3 {
        margin-top: 10px
    }
}

.advantages_block.block3 {
    padding-top: 40px;
    padding-bottom: 80px
}

@media (min-width:768px) {
    .advantages_block.block3 {
        padding-top: 64px;
        padding-bottom: 88px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width:1260px) {
    .advantages_block.block3 {
        margin-bottom: -20px;
        padding-bottom: 0
    }
}

.advantages_block.block3 .advantages_image {
    text-align: right
}

@media (min-width:768px) {
    .advantages_block.block3 .advantages_image {
        width: 50%;
        text-align: left;
        margin-left: 30px;
        max-width: 490px
    }
}

@media (min-width:1260px) {
    .advantages_block.block3 .advantages_image {
        margin-left: 20px;
        max-width: 520px
    }
}

.advantages_block.block3 .advantages_image img {
    width: 90%;
    max-width: 300px
}

@media (min-width:768px) {
    .advantages_block.block3 .advantages_image img {
        width: 100%;
        max-width: 340px
    }
}

@media (min-width:1260px) {
    .advantages_block.block3 .advantages_image img {
        max-width: 398px;
        -webkit-transform: translateY(-90px);
        transform: translateY(-90px)
    }
}

@media (min-width:768px) {
    .advantages_block.block3 .advantages_content {
        width: 50%;
        margin-right: 30px;
        max-width: 490px
    }
}

@media (min-width:1260px) {
    .advantages_block.block3 .advantages_content {
        margin-right: 0;
        padding-right: 40px;
        max-width: 500px
    }
}

.advantages h3 {
    font-family: Ivar Text Hydro;
    font-size: 32px;
    line-height: 38px;
    color: #262626;
    margin-bottom: 16px
}

@media (min-width:1260px) {
    .advantages h3 {
        font-size: 36px;
        line-height: 43px
    }
}

.advantages p {
    font-family: Larsseit;
    color: #262626;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 16px
}

.advantages img {
    width: 100%
}

.person-slider {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 24px 16px 80px;
    margin: 0 auto
}

@media (min-width:768px) {
    .person-slider {
        padding-top: 40px;
        padding-bottom: 88px
    }
}

@media (min-width:1260px) {
    .person-slider {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        max-width: 1260px;
        padding: 45px 40px 94px;
        margin: 0 auto
    }
}

.person-slider:before {
    content: '';
    width: 180px;
    height: 1px;
    background: #262626;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto
}

.person-slider h2 {
    font-family: Ivar Text Hydro;
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
    color: #262626;
    margin-bottom: 16px
}

@media (min-width:768px) {
    .person-slider h2 {
        font-size: 36px;
        font-weight: 400;
        line-height: 43px;
        margin-bottom: 32px
    }
}

@media (min-width:1260px) {
    .person-slider h2 {
        width: 100%;
        text-align: center;
        font-family: Ivar Display;
        font-size: 44px;
        font-weight: 400;
        line-height: 53px;
        margin-bottom: 64px
    }
}

.person-slider_nav-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-bottom: 32px;
    max-width: 432px
}

@media (min-width:768px) {
    .person-slider_nav-images {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 46px;
        max-width: 580px
    }
}

@media (min-width:1260px) {
    .person-slider_nav-images {
        margin-bottom: 0;
        max-width: 605px;
        margin-left: 22px;
        margin-right: 60px
    }
}

.person-slider_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 22px;
    width: 100%
}

@media (min-width:768px) {
    .person-slider_nav {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 0;
        margin-left: 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (min-width:1260px) {
    .person-slider_nav {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-left: 0;
        margin-right: 66px
    }
}

.person-slider_nav ul {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width:768px) {
    .person-slider_nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.person-slider_nav ul li {
    border-radius: 1000px;
    overflow: hidden;
    position: relative;
    width: 56px;
    height: 56px;
    cursor: pointer;
    border: 3px solid transparent
}

@media (min-width:768px) {
    .person-slider_nav ul li {
        width: 80px;
        height: 80px
    }
}

.person-slider_nav ul li.slick-active {
    border: 3px solid rgba(2, 63, 121, .6)
}

@media (hover:hover) {
    .person-slider_nav ul li.slick-active:hover:before {
        background: 0 0
    }
}

.person-slider_nav ul li img {
    z-index: 1;
    position: relative;
    width: 100%;
    height: 100%
}

.person-slider_nav ul li:before {
    content: '';
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: background .3s;
    transition: background .3s
}

@media (hover:hover) {
    .person-slider_nav ul li:hover:before {
        background: rgba(2, 63, 121, .6)
    }
}

.person-slider_images {
    width: 100%
}

@media (min-width:768px) {
    .person-slider_images {
        width: calc(100% - 120px);
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width:1260px) {
    .person-slider_images {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        max-width: 460px
    }
}

.person-slider_images img {
    width: 100%
}

.person-slider_images img:focus {
    outline: 0
}

.person-slider_text {
    width: 100%;
    max-width: 432px
}

@media (min-width:768px) {
    .person-slider_text {
        max-width: 580px
    }
}

@media (min-width:1260px) {
    .person-slider_text {
        max-width: 465px;
        height: 465px;
        overflow-y: auto;
        padding-right: 30px
    }
}

.person-slider_text .slick-slide:focus {
    outline: 0;
    border: none
}

.person-slider_text_title {
    font-family: Larsseit;
    font-size: 24px;
    line-height: 30px
}

@media (min-width:768px) {
    .person-slider_text_title {
        font-family: Ivar Text Hydro;
        font-size: 36px;
        font-weight: 700;
        line-height: 43px
    }
}

@media (min-width:1260px) {
    .person-slider_text_title {
        font-family: Ivar Display
    }
}

.person-slider_text h3 {
    font-family: Larsseit;
    font-size: 16px;
    line-height: 21px;
    margin-top: 24px
}

@media (min-width:768px) {
    .person-slider_text h3 {
        font-size: 20px;
        font-weight: 400;
        line-height: 26px;
        margin-bottom: 10px
    }
}

@media (min-width:1260px) {
    .person-slider_text h3 {
        font-weight: 500
    }
}

.open-positions {
    background: #f2f2f2;
    padding: 80px 16px;
    margin-bottom: 16px
}

@media (min-width:768px) {
    .open-positions {
        padding: 88px 34px;
        margin-bottom: 32px
    }
}

@media (min-width:1260px) {
    .open-positions {
        padding: 55px 0;
        margin-bottom: 36px
    }
}

.open-positions_content {
    width: 100%;
    max-width: 972px;
    margin: 0 auto
}

.open-positions h2 {
    font-family: Ivar Text Hydro;
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
    color: #262626;
    margin-bottom: 24px;
    text-align: center
}

@media (min-width:768px) {
    .open-positions h2 {
        font-size: 36px;
        font-weight: 400;
        line-height: 43px;
        margin-bottom: 16px
    }
}

@media (min-width:1260px) {
    .open-positions h2 {
        width: 100%;
        text-align: center;
        font-family: Ivar Display;
        font-size: 44px;
        font-weight: 400;
        line-height: 53px;
        margin-bottom: 20px
    }
}

.open-positions p {
    font-family: Larsseit;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 32px
}

@media (min-width:768px) {
    .open-positions p {
        font-size: 16px;
        font-weight: 300;
        line-height: 24px;
        margin-bottom: 40px
    }
}

@media (min-width:1260px) {
    .open-positions p {
        font-size: 18px;
        line-height: 27px
    }
}

.open-positions .layout__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

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

@media (min-width:768px) {
    .open-positions .layout__columns .layout__col {
        width: 50%
    }
}

.open-positions .layout__columns .layout__col h2 {
    white-space: nowrap;
    font-family: Larsseit;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: 0;
    text-align: left
}

@media (min-width:768px) {
    .open-positions .layout__columns .layout__col h2 {
        width: 50%;
        font-family: Ivar Display;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 43px
    }
}

.open-positions .layout__columns .layout__col ul li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 14px;
    cursor: default
}

.open-positions .layout__columns .layout__col ul li:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 1px solid #0470be;
    border-right: 1px solid #0470be;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    left: 0;
    top: 9px
}

.open-positions .layout__columns .layout__col ul li a {
    color: #0470be
}

.open-positions .bzOpeningsCategoryList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.open-positions .bzOpeningsCategory {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 32px 0
}

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

.open-positions .bzOpeningsCategory .bzCategory {
    font-family: Larsseit;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 24px
}

@media (min-width:768px) {
    .open-positions .bzOpeningsCategory .bzCategory {
        width: 50%;
        font-family: Ivar Display;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 43px
    }
}

@media (min-width:768px) {
    .open-positions .bzOpeningsCategory .bzOpeningsList {
        width: 50%
    }
}

.open-positions .bzOpeningsCategory .bzOpeningsList li button,
.open-positions .bzOpeningsCategory .bzOpeningsList li ul {
    display: none
}

.open-positions .bzOpeningsCategory .bzOpeningsList li h2 {
    color: #0470be;
    font-family: Larsseit;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0;
    text-align: left;
    position: relative;
    margin-bottom: 16px;
    padding-left: 14px
}

.open-positions .bzOpeningsCategory .bzOpeningsList li h2:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 1px solid #0470be;
    border-right: 1px solid #0470be;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    left: 0;
    top: 9px
}

section.plain {
    max-width: 780px;
    margin: 0 auto;
    padding: 48px 16px
}

@media (min-width:768px) {
    section.plain {
        padding: 58px 34px 36px
    }
}

@media (min-width:1260px) {
    section.plain {
        padding: 85px 0 80px
    }
}

section.plain h1 {
    font-family: Ivar Display;
    font-size: 36px;
    font-weight: 700;
    line-height: 43px;
    margin-bottom: 20px
}

@media (min-width:768px) {
    section.plain h1 {
        margin-bottom: 24px
    }
}

@media (min-width:1260px) {
    section.plain h1 {
        font-size: 44px;
        font-weight: 700;
        line-height: 53px;
        margin-bottom: 32px
    }
}

section.plain a {
    color: #000;
    border-bottom: 1px solid #0470be
}

section.plain a:hover {
    border-bottom: none;
    background: #0470be;
    color: #fff;
    text-decoration: none
}

section.plain img {
    margin-right: 16px
}

.security-accordion {
    background: #f2f2f2;
    padding: 48px 16px
}

@media (min-width:768px) {
    .security-accordion {
        padding: 48px 34px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:1260px) {
    .security-accordion {
        padding: 64px 0 48px
    }
}

.security-accordion_inner {
    max-width: 780px;
    margin: 0 auto
}

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

.security-accordion h2 {
    font-family: Ivar Display;
    font-size: 32px;
    line-height: 38px;
    width: 100%;
    margin-bottom: 24px
}

@media (min-width:768px) {
    .security-accordion h2 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        font-size: 36px;
        line-height: 43px;
        margin-bottom: 38px
    }
}

@media (min-width:1260px) {
    .security-accordion h2 {
        margin-bottom: 20px
    }
}

.security-accordion_image {
    width: 152px;
    height: 155px;
    margin-bottom: 38px
}

@media (min-width:768px) {
    .security-accordion_image {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}

.security-accordion_content {
    max-width: 512px;
    font-family: Larsseit;
    font-size: 18px;
    font-weight: 300;
    line-height: 27px
}

@media (min-width:768px) {
    .security-accordion_content {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-right: 48px
    }
}

@media (min-width:1260px) {
    .security-accordion_content {
        max-width: 580px
    }
}

.security-accordion_content_hidden {
    display: none
}

.security-accordion_content ul li {
    position: relative;
    padding-left: 54px;
    margin-bottom: 16px
}

.security-accordion_content ul li:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 10px;
    background: #000;
    left: 40px;
    top: 9px
}

.security-accordion_content_read-more {
    display: inline-block;
    color: #0470be;
    cursor: pointer
}

.security-accordion_content_close {
    display: none;
    color: #0470be;
    cursor: pointer
}

.security-accordion_content.open .security-accordion_content_read-more {
    display: none
}

.security-accordion_content.open .security-accordion_content_close {
    display: inline-block
}

.product-subnav {
    position: relative;
    overflow-x: auto;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 4px
}

.product-subnav ul {
    background: #fff;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 4px;
    margin: 0 auto
}

.product-subnav a {
    font-family: Larsseit;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    height: 100%;
    padding: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #4f4f4f;
    -webkit-transition: color .3s;
    transition: color .3s;
    white-space: nowrap
}

@media (hover:hover) {
    .product-subnav a:hover {
        color: #0470be
    }
}

.product-subnav a.active {
    color: #0470be
}

.product-subnav a:active,
.product-subnav a:hover {
    text-decoration: none
}

.product-subnav_line {
    position: absolute;
    width: 100px;
    height: 4px;
    background: #0470be;
    bottom: 0
}

.plain-faq {
    padding: 52px 16px 48px;
    max-width: 780px;
    margin: 0 auto
}

@media (min-width:768px) {
    .plain-faq {
        padding: 44px 34px 40px
    }
}

@media (min-width:1260px) {
    .plain-faq {
        padding: 88px 0 70px
    }
}

.plain-faq h2 {
    font-family: Ivar Display;
    font-size: 32px;
    font-weight: 400;
    line-height: 38px
}

@media (min-width:768px) {
    .plain-faq h2 {
        font-size: 36px;
        line-height: 43px
    }
}

.plain-faq>p {
    font-family: Larsseit;
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
    margin-bottom: 48px
}

@media (min-width:1260px) {
    .plain-faq>p {
        margin-bottom: 60px
    }
}

.plain-faq ul {
    border-bottom: 1px solid #e0e0e0
}

.plain-faq ul li {
    border-top: 1px solid #e0e0e0;
    padding: 16px 40px 16px 0;
    position: relative;
    cursor: default
}

@media (min-width:768px) {
    .plain-faq ul li {
        padding: 20px 0
    }
}

.plain-faq ul li:before {
    content: '';
    width: 16px;
    height: 2px;
    background: #000;
    position: absolute;
    right: 10px;
    top: 27px;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.plain-faq ul li:after {
    content: '';
    height: 16px;
    width: 2px;
    background: #000;
    position: absolute;
    right: 17px;
    top: 20px;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.plain-faq ul li .plain-faq_title {
    font-family: Larsseit;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #023f79;
    -webkit-transition: color .3s;
    transition: color .3s
}

.plain-faq ul li .plain-faq_content {
    display: none;
    margin-top: 16px
}

.plain-faq ul li .plain-faq_subtitle {
    margin-bottom: 16px;
    display: block;
    font-family: Larsseit;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 1px;
    color: #828282
}

.plain-faq ul li.open:after,
.plain-faq ul li.open:before {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg)
}

.plain-faq ul li.open .plain-faq_title {
    color: #0470be
}

@media (hover:hover) {
    .plain-faq ul li:hover .plain-faq_title {
        color: #0470be
    }
}

.logos {
    margin: 0 auto;
    padding: 48px 16px 64px;
    max-width: 360px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width:768px) {
    .logos {
        max-width: 650px;
        padding: 0 16px 88px
    }
}

@media (min-width:1260px) {
    .logos {
        max-width: 980px;
        padding: 0 0 140px
    }
}

.logos img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transform: scale(.6);
    transform: scale(.6);
    margin: 0 -24px;
    padding: 0 8px 10px
}

@media (min-width:768px) {
    .logos img {
        -webkit-transform: scale(.65);
        transform: scale(.65);
        padding: 13px 14px 0
    }
}

@media (min-width:1260px) {
    .logos img {
        -webkit-transform: scale(1);
        transform: scale(1);
        padding: 13px 12px 28px 12px;
        margin: 0
    }
}

.partners {
    margin-bottom: 6.4rem;
    min-height: 115px
}

.partners-content {
    text-align: center
}

.partners-content__title {
    font-family: Larsseit, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 47px;
    margin-bottom: 0
}

.partners-content__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.partners-content__list-img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    margin: 20px
}

@media screen and (max-width:767px) {
    .partners {
        margin-bottom: 4.2rem
    }

    .partners-content {
        text-align: center
    }

    .partners-content__title {
        padding-bottom: 48px
    }
}

@media (min-width:768px) and (max-width:1259px) {
    .partners {
        margin-bottom: 5.2rem
    }

    .partners-content {
        text-align: center
    }

    .partners-content__title {
        padding-bottom: 50px
    }

    .partners-content__list-img {
        padding: 10px
    }
}

@media (min-width:1260px) and (max-width:1919px) {
    .partners {
        margin-bottom: 5.6rem
    }
}

.image-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 376px;
    margin: 0 auto;
    padding: 8px 0 32px
}

@media (min-width:768px) {
    .image-content {
        max-width: 580px
    }
}

@media (min-width:1260px) {
    .image-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 1260px;
        padding: 0 100px 64px 64px
    }
}

@media (min-width:1260px) {
    .image-content .col_content {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media (min-width:1260px) {
    .image-content .col_image {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-right: 40px
    }
}

.image-content_title {
    font-family: Ivar Text Hydro;
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 20px;
    padding: 0 16px
}

@media (min-width:768px) {
    .image-content_title {
        font-size: 36px;
        font-style: normal;
        font-weight: 400;
        line-height: 43px
    }
}

@media (min-width:1260px) {
    .image-content_title {
        padding: 0
    }
}

.image-content_content {
    padding: 0 16px;
    margin-bottom: 40px
}

@media (min-width:768px) {
    .image-content_content {
        margin-bottom: 24px
    }
}

@media (min-width:1260px) {
    .image-content_content {
        padding: 0
    }
}

.image-content_content ul {
    padding-left: 19px
}

.image-content_content ul li {
    list-style: unset;
    margin-bottom: 10px;
    cursor: default
}

.image-content_image-mobile {
    width: 100%
}

@media (min-width:768px) {
    .image-content_image-mobile {
        display: none
    }
}

.image-content_image-desktop {
    display: none
}

@media (min-width:768px) {
    .image-content_image-desktop {
        display: block;
        width: 594px
    }
}

.blog-category,
.blog-tag-filtered {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 1260px;
    margin: 0 auto;
    padding-top: 24px
}

@media (min-width:768px) {

    .blog-category,
    .blog-tag-filtered {
        padding-top: 32px
    }
}

@media (min-width:1260px) {

    .blog-category,
    .blog-tag-filtered {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 48px 40px 0;
        margin-bottom: 98px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.blog-category h1,
.blog-tag-filtered h1 {
    font-family: Ivar Display;
    font-size: 36px;
    font-weight: 700;
    line-height: 43px;
    margin-bottom: 0;
    padding: 0 16px
}

@media (min-width:768px) {

    .blog-category h1,
    .blog-tag-filtered h1 {
        padding: 0 34px
    }
}

@media (min-width:1260px) {

    .blog-category h1,
    .blog-tag-filtered h1 {
        font-size: 44px;
        font-weight: 700;
        line-height: 53px;
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 0
    }
}

.blog-category .posts,
.blog-tag-filtered .posts {
    padding: 0 16px
}

@media (min-width:768px) {

    .blog-category .posts,
    .blog-tag-filtered .posts {
        padding: 0 34px
    }
}

@media (min-width:1260px) {

    .blog-category .posts,
    .blog-tag-filtered .posts {
        width: 862px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding: 0;
        margin-right: 40px
    }
}

.blog-category .posts .post,
.blog-tag-filtered .posts .post {
    border-bottom: 1px solid #e0e0e0;
    padding: 24px 0;
    cursor: default
}

@media (min-width:768px) {

    .blog-category .posts .post,
    .blog-tag-filtered .posts .post {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.blog-category .posts .post_image-wrapper,
.blog-tag-filtered .posts .post_image-wrapper {
    width: 156px;
    height: 90px;
    margin-bottom: 20px;
    overflow: hidden
}

@media (min-width:768px) {

    .blog-category .posts .post_image-wrapper,
    .blog-tag-filtered .posts .post_image-wrapper {
        width: 220px;
        height: 150px;
        margin-right: 20px
    }
}

@media (min-width:1260px) {

    .blog-category .posts .post_image-wrapper,
    .blog-tag-filtered .posts .post_image-wrapper {
        width: 244px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-right: 0;
        margin-left: 34px
    }
}

.blog-category .posts .post_image,
.blog-tag-filtered .posts .post_image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.blog-category .posts .post_content,
.blog-tag-filtered .posts .post_content {
    font-family: Larsseit;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (min-width:1260px) {

    .blog-category .posts .post_content,
    .blog-tag-filtered .posts .post_content {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.blog-category .posts .post_content_category,
.blog-tag-filtered .posts .post_content_category {
    display: none;
    margin-bottom: 16px;
    line-height: 14px
}

@media (min-width:768px) {

    .blog-category .posts .post_content_category,
    .blog-tag-filtered .posts .post_content_category {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .blog-category .posts .post_content_category a,
    .blog-tag-filtered .posts .post_content_category a {
        display: inline-block
    }

    .blog-category .posts .post_content_category a:before,
    .blog-tag-filtered .posts .post_content_category a:before {
        content: ' ,';
        margin-right: 6px
    }

    .blog-category .posts .post_content_category a:first-child:before,
    .blog-tag-filtered .posts .post_content_category a:first-child:before {
        display: none
    }
}

@media (min-width:1260px) {

    .blog-category .posts .post_content_category,
    .blog-tag-filtered .posts .post_content_category {
        display: none
    }
}

.blog-category .posts .post_content_category a,
.blog-tag-filtered .posts .post_content_category a {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #828282;
    text-transform: uppercase;
    text-decoration: none
}

.blog-category .posts .post_content h2,
.blog-tag-filtered .posts .post_content h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 12px
}

.blog-category .posts .post_content h2 a,
.blog-tag-filtered .posts .post_content h2 a {
    color: #333;
    -webkit-transition: color .3s;
    transition: color .3s
}

@media (hover:hover) {

    .blog-category .posts .post_content h2 a:hover,
    .blog-tag-filtered .posts .post_content h2 a:hover {
        color: #0470be
    }
}

@media (min-width:768px) {

    .blog-category .posts .post_content h2,
    .blog-tag-filtered .posts .post_content h2 {
        margin-bottom: 16px
    }
}

.blog-category .posts .post_content p,
.blog-tag-filtered .posts .post_content p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px
}

.blog-category .posts .post_content_info,
.blog-tag-filtered .posts .post_content_info {
    font-size: 14px;
    line-height: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.blog-category .posts .post_content_info a,
.blog-tag-filtered .posts .post_content_info a {
    color: #0470be
}

.blog-category .posts .post_content_info a:hover,
.blog-tag-filtered .posts .post_content_info a:hover {
    color: #000
}

.blog-category .posts .post_content_info_description,
.blog-tag-filtered .posts .post_content_info_description {
    display: none
}

.blog-category .posts .post_content_info_date,
.blog-tag-filtered .posts .post_content_info_date {
    position: relative
}

.blog-category .posts .post_content_info_date:after,
.blog-tag-filtered .posts .post_content_info_date:after {
    content: '|';
    position: relative;
    margin: 0 6px 0 3px;
    color: #e0e0e0
}

.blog-category .posts .post_content_info_author,
.blog-tag-filtered .posts .post_content_info_author {
    position: relative
}

.blog-category .posts .post_content_info_author a,
.blog-tag-filtered .posts .post_content_info_author a {
    display: none
}

.blog-category .posts .post_content_info_author a:first-child,
.blog-tag-filtered .posts .post_content_info_author a:first-child {
    display: inline-block
}

@media (min-width:768px) {

    .blog-category .posts .post_content_info_author a,
    .blog-tag-filtered .posts .post_content_info_author a {
        display: inline-block
    }

    .blog-category .posts .post_content_info_author a:before,
    .blog-tag-filtered .posts .post_content_info_author a:before {
        content: ' ,';
        margin-right: 6px;
        margin-left: -2px
    }

    .blog-category .posts .post_content_info_author a:first-child:before,
    .blog-tag-filtered .posts .post_content_info_author a:first-child:before {
        display: none
    }
}

.blog-category .posts .post_content_info_author:after,
.blog-tag-filtered .posts .post_content_info_author:after {
    content: '|';
    position: relative;
    margin: 0 6px 0 3px;
    color: #e0e0e0
}

@media (min-width:768px) {

    .blog-category .posts .post_content_info_author:after,
    .blog-tag-filtered .posts .post_content_info_author:after {
        display: none
    }
}

@media (min-width:1260px) {

    .blog-category .posts .post_content_info_author:after,
    .blog-tag-filtered .posts .post_content_info_author:after {
        display: inline-block
    }
}

.blog-category .posts .post_content_info_category a,
.blog-tag-filtered .posts .post_content_info_category a {
    display: none
}

.blog-category .posts .post_content_info_category a:first-child,
.blog-tag-filtered .posts .post_content_info_category a:first-child {
    display: inline-block
}

@media (min-width:768px) {

    .blog-category .posts .post_content_info_category,
    .blog-tag-filtered .posts .post_content_info_category {
        display: none
    }

    .blog-category .posts .post_content_info_category a,
    .blog-tag-filtered .posts .post_content_info_category a {
        display: inline-block
    }

    .blog-category .posts .post_content_info_category a:before,
    .blog-tag-filtered .posts .post_content_info_category a:before {
        content: ',';
        margin-right: 6px
    }

    .blog-category .posts .post_content_info_category a:first-child:before,
    .blog-tag-filtered .posts .post_content_info_category a:first-child:before {
        display: none
    }
}

@media (min-width:1260px) {

    .blog-category .posts .post_content_info_category,
    .blog-tag-filtered .posts .post_content_info_category {
        display: block
    }
}

.blog-category .posts .post:hover h2 a,
.blog-tag-filtered .posts .post:hover h2 a {
    color: #0470be
}

.blog-category .posts .post:hover .post_image,
.blog-tag-filtered .posts .post:hover .post_image {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.blog-category .posts_btn-load,
.blog-tag-filtered .posts_btn-load {
    width: 100%;
    max-width: 328px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    border: 1px solid #0470be;
    color: #0470be;
    margin: 24px auto 0;
    font-weight: 500;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: color .2s, background .2s;
    transition: color .2s, background .2s
}

@media (min-width:768px) {

    .blog-category .posts_btn-load,
    .blog-tag-filtered .posts_btn-load {
        max-width: 300px;
        margin-top: 48px
    }
}

@media (min-width:1260px) {

    .blog-category .posts_btn-load,
    .blog-tag-filtered .posts_btn-load {
        margin-top: 72px
    }
}

@media (hover:hover) {

    .blog-category .posts_btn-load:hover,
    .blog-tag-filtered .posts_btn-load:hover {
        background: #f2f2f2;
        color: #023f79
    }
}

.blog-category .tags,
.blog-tag-filtered .tags {
    overflow-x: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 12px
}

@media (min-width:1260px) {

    .blog-category .tags,
    .blog-tag-filtered .tags {
        margin-bottom: 36px;
        padding-bottom: 0
    }
}

.blog-category .tags ul,
.blog-tag-filtered .tags ul {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    padding: 0 16px
}

@media (min-width:768px) {

    .blog-category .tags ul,
    .blog-tag-filtered .tags ul {
        padding: 0 34px
    }
}

@media (min-width:1260px) {

    .blog-category .tags ul,
    .blog-tag-filtered .tags ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0
    }
}

.blog-category .tags ul:before,
.blog-tag-filtered .tags ul:before {
    z-index: 1;
    content: '';
    position: absolute;
    width: calc(100% - 32px);
    height: 1px;
    background: #e0e0e0;
    bottom: 0;
    left: 16px
}

@media (min-width:768px) {

    .blog-category .tags ul:before,
    .blog-tag-filtered .tags ul:before {
        width: calc(100% - 68px);
        left: 34px
    }
}

@media (min-width:1260px) {

    .blog-category .tags ul:before,
    .blog-tag-filtered .tags ul:before {
        display: none
    }
}

.blog-category .tags ul li,
.blog-tag-filtered .tags ul li {
    z-index: 2;
    position: relative;
    margin-right: 24px;
    height: 100%;
    padding: 12px 0 10px;
    border-bottom: 3px solid transparent
}

@media (min-width:1260px) {

    .blog-category .tags ul li,
    .blog-tag-filtered .tags ul li {
        margin-right: 0;
        padding: 0;
        margin-bottom: 8px;
        border-width: 1px
    }
}

.blog-category .tags ul li:last-child,
.blog-tag-filtered .tags ul li:last-child {
    margin-right: 0
}

.blog-category .tags ul li a,
.blog-tag-filtered .tags ul li a {
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    color: #333;
    -webkit-transition: color .2s;
    transition: color .2s
}

.blog-category .tags ul li a:hover,
.blog-tag-filtered .tags ul li a:hover {
    color: #0470be
}

@media (min-width:1260px) {

    .blog-category .tags ul li a,
    .blog-tag-filtered .tags ul li a {
        color: #0470be
    }

    .blog-category .tags ul li a:hover,
    .blog-tag-filtered .tags ul li a:hover {
        color: #000
    }
}

.blog-category .tags ul li span,
.blog-tag-filtered .tags ul li span {
    font-size: 14px;
    font-weight: 300;
    line-height: 15px;
    color: #828282
}

.blog-category .tags ul li.active,
.blog-tag-filtered .tags ul li.active {
    border-color: #0470be
}

.blog-category .tags ul li.active a,
.blog-category .tags ul li.active span,
.blog-tag-filtered .tags ul li.active a,
.blog-tag-filtered .tags ul li.active span {
    color: #0470be
}

.blog-category .blog_search,
.blog-tag-filtered .blog_search {
    width: 100%;
    padding: 52px 16px;
    margin: 0 auto;
    max-width: 360px
}

@media (min-width:768px) {

    .blog-category .blog_search,
    .blog-tag-filtered .blog_search {
        padding: 90px 0 56px;
        max-width: 700px
    }
}

@media (min-width:1260px) {

    .blog-category .blog_search,
    .blog-tag-filtered .blog_search {
        margin: 0;
        padding: 0
    }
}

.blog-category .blog_search_title,
.blog-tag-filtered .blog_search_title {
    font-family: Larsseit;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 16px
}

@media (min-width:1260px) {

    .blog-category .blog_search_title,
    .blog-tag-filtered .blog_search_title {
        font-size: 18px;
        font-weight: 500;
        line-height: 22px;
        letter-spacing: 1px
    }
}

.blog-category .blog_search form,
.blog-tag-filtered .blog_search form {
    position: relative
}

.blog-category .blog_search input,
.blog-tag-filtered .blog_search input {
    width: 100%;
    height: 48px;
    border: 1px solid #bdbdbd;
    padding: 0 64px 0 16px;
    font-weight: 300;
    font-family: Larsseit;
    font-size: 16px;
    line-height: 24px;
    outline: 0
}

.blog-category .blog_search input:focus+button svg path,
.blog-tag-filtered .blog_search input:focus+button svg path {
    stroke: #0470be
}

.blog-category .blog_search button,
.blog-tag-filtered .blog_search button {
    position: absolute;
    top: 0;
    right: 0;
    background: 0 0;
    border: 0;
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:1260px) {

    .blog-category>.blog_search,
    .blog-category>.subscribe,
    .blog-tag-filtered>.blog_search,
    .blog-tag-filtered>.subscribe {
        display: none
    }
}

@media (min-width:1260px) {

    .blog-category .sidebar,
    .blog-tag-filtered .sidebar {
        width: 278px;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}

.blog-category .sidebar .blog_search,
.blog-tag-filtered .sidebar .blog_search {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 24px
}

@media (min-width:1260px) {

    .blog-category .sidebar .blog_search,
    .blog-tag-filtered .sidebar .blog_search {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.blog-category .sidebar .subscribe,
.blog-tag-filtered .sidebar .subscribe {
    display: none
}

@media (min-width:1260px) {

    .blog-category .sidebar .subscribe,
    .blog-tag-filtered .sidebar .subscribe {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:1260px) {

    .blog-category .sidebar .subscribe_content,
    .blog-tag-filtered .sidebar .subscribe_content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        border-top: none
    }
}

@media (min-width:1260px) {

    .blog-category .sidebar .subscribe:before,
    .blog-tag-filtered .sidebar .subscribe:before {
        display: none
    }
}

@media (min-width:1260px) {

    .blog-category .sidebar .subscribe h3,
    .blog-tag-filtered .sidebar .subscribe h3 {
        font-family: Larsseit;
        font-size: 18px;
        font-weight: 500;
        line-height: 22px;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-bottom: 22px
    }
}

@media (min-width:1260px) {

    .blog-category .sidebar .subscribe_button,
    .blog-tag-filtered .sidebar .subscribe_button {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media (min-width:1260px) {

    .blog-category .sidebar .subscribe_social,
    .blog-tag-filtered .sidebar .subscribe_social {
        margin-left: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}

@media (min-width:1260px) {

    .blog-category .sidebar .subscribe_social_title,
    .blog-tag-filtered .sidebar .subscribe_social_title {
        display: block;
        font-family: Larsseit;
        font-size: 18px;
        font-weight: 500;
        line-height: 22px;
        letter-spacing: 1px;
        color: #0c0c0c;
        margin-bottom: 30px;
        text-transform: uppercase
    }
}

.blog-category .sidebar .subscribe_social_links,
.blog-tag-filtered .sidebar .subscribe_social_links {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (min-width:1260px) {

    .blog-category .sidebar .subscribe_social a,
    .blog-tag-filtered .sidebar .subscribe_social a {
        margin-left: 0;
        margin-right: 30px
    }
}

@media (min-width:1260px) {

    .blog-category .sidebar.sticky,
    .blog-tag-filtered .sidebar.sticky {
        position: fixed;
        top: 120px;
        left: calc(50% + 312px)
    }
}

@media (min-width:1260px) {

    .blog-category .sidebar.fixed,
    .blog-tag-filtered .sidebar.fixed {
        position: absolute;
        left: calc(50% + 312px)
    }
}

@media (min-width:1260px) {
    .blog-category .sidebar {
        margin-top: -32px
    }
}

.blog-main-feed {
    max-width: 1180px;
    margin: 0 auto;
    padding: 24px 0 80px
}

@media (min-width:768px) {
    .blog-main-feed {
        padding: 32px 0 88px
    }
}

.blog-main-feed_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:1260px) {
    .blog-main-feed_row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: -108px
    }
}

.blog-main-feed_menu {
    position: relative
}

.blog-main-feed_menu:before {
    content: '';
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 16px;
    right: 16px;
    width: calc(100% - 32px);
    height: 1px;
    background: #bdbdbd
}

@media (min-width:768px) {
    .blog-main-feed_menu:before {
        left: 34px;
        right: 34px;
        width: calc(100% - 68px)
    }
}

@media (min-width:1260px) {
    .blog-main-feed_menu:before {
        display: none
    }
}

@media (min-width:1260px) {
    .blog-main-feed_menu {
        width: 50%;
        margin-top: 140px
    }
}

.blog-main-feed_menu_title {
    font-family: Larsseit;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #828282;
    padding: 0 16px;
    margin-bottom: 8px
}

@media (min-width:768px) {
    .blog-main-feed_menu_title {
        font-size: 18px;
        line-height: 22px;
        padding: 0 34px;
        margin-bottom: 16px
    }
}

@media (min-width:1260px) {
    .blog-main-feed_menu_title {
        font-weight: 400;
        color: #0c0c0c;
        padding: 0
    }
}

.blog-main-feed_menu_tags {
    overflow-y: auto;
    white-space: nowrap;
    padding: 0 16px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 16px
}

@media (min-width:768px) {
    .blog-main-feed_menu_tags {
        padding: 0 34px
    }
}

@media (min-width:1260px) {
    .blog-main-feed_menu_tags {
        padding: 0
    }
}

.blog-main-feed_menu_tags ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 8px;
    padding-right: 16px;
    position: relative
}

.blog-main-feed_menu_tags ul:before {
    content: '';
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    right: 16px;
    width: calc(100% - 32px);
    height: 1px;
    background: #bdbdbd
}

@media (min-width:1260px) {
    .blog-main-feed_menu_tags ul:before {
        display: none
    }
}

@media (min-width:1260px) {
    .blog-main-feed_menu_tags ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-top: 1px solid #000;
        padding-right: 0
    }
}

.blog-main-feed_menu_tags ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 24px;
    padding-bottom: 8px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media (min-width:768px) {
    .blog-main-feed_menu_tags ul li {
        padding-left: 32px
    }
}

@media (min-width:1260px) {
    .blog-main-feed_menu_tags ul li {
        width: 366px;
        padding-top: 12px;
        padding-bottom: 6px;
        padding-left: 0;
        border-bottom: 1px solid #000
    }
}

.blog-main-feed_menu_tags ul li:first-child {
    padding-left: 0
}

.blog-main-feed_menu_tags ul li a {
    font-family: Ivar Display;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    color: #262626;
    position: relative;
    -webkit-transition: color .3s;
    transition: color .3s;
    margin-right: 6px;
    display: block
}

@media (min-width:768px) {
    .blog-main-feed_menu_tags ul li a {
        font-size: 32px;
        font-weight: 400;
        line-height: 38px;
        margin-right: 4px
    }
}

@media (min-width:1260px) {
    .blog-main-feed_menu_tags ul li a {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-left: 16px;
        line-height: 43px
    }

    .blog-main-feed_menu_tags ul li a:before {
        content: '';
        position: absolute;
        width: 6px;
        height: 1px;
        background: #000;
        left: 2px;
        bottom: 16px;
        -webkit-transform: rotateZ(45deg);
        transform: rotateZ(45deg)
    }

    .blog-main-feed_menu_tags ul li a:after {
        content: '';
        position: absolute;
        width: 6px;
        height: 1px;
        background: #000;
        left: 2px;
        bottom: 12px;
        -webkit-transform: rotateZ(-45deg);
        transform: rotateZ(-45deg)
    }
}

@media (hover:hover) {
    .blog-main-feed_menu_tags ul li a:hover {
        color: #0470be
    }
}

.blog-main-feed_menu_tags ul li span {
    font-family: Larsseit;
    font-size: 18px;
    line-height: 27px;
    width: 30px
}

@media (min-width:768px) {
    .blog-main-feed_menu_tags ul li span {
        margin-bottom: 2px
    }
}

@media (min-width:1260px) {
    .blog-main-feed_menu_tags ul li span {
        font-size: 14px
    }
}

.blog-main-feed .post {
    padding: 24px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 400px;
    margin: 0 auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    cursor: default
}

@media (min-width:768px) {
    .blog-main-feed .post {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: none;
        border-bottom: 1px solid #e0e0e0
    }
}

@media (min-width:1260px) {
    .blog-main-feed .post {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border: none
    }
}

.blog-main-feed .post_image-wrapper {
    width: 100%;
    margin-bottom: 20px;
    height: 190px;
    overflow: hidden
}

@media (min-width:768px) {
    .blog-main-feed .post_image-wrapper {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        max-width: 260px;
        margin-left: 20px;
        height: 150px
    }
}

@media (min-width:1260px) {
    .blog-main-feed .post_image-wrapper {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        max-width: none;
        margin-left: 0;
        height: 210px
    }
}

.blog-main-feed .post_image {
    background-color: #bdbdbd;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.blog-main-feed .post_content {
    width: 100%;
    font-family: Larsseit
}

@media (min-width:768px) {
    .blog-main-feed .post_content {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width:1260px) {
    .blog-main-feed .post_content {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.blog-main-feed .post_content_category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    line-height: 14px;
    height: 16px
}

.blog-main-feed .post_content_category a {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #828282;
    text-transform: uppercase;
    text-decoration: none
}

.blog-main-feed .post_content h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 12px
}

@media (min-width:768px) {
    .blog-main-feed .post_content h3 {
        margin-bottom: 16px
    }
}

.blog-main-feed .post_content h3 a {
    color: #333;
    -webkit-transition: color .3s;
    transition: color .3s
}

.blog-main-feed .post_content h3 a:hover {
    color: #0470be
}

.blog-main-feed .post_content p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px
}

.blog-main-feed .post_content_info {
    font-size: 14px;
    line-height: 21px
}

.blog-main-feed .post_content_info a {
    color: #333
}

@media (min-width:768px) {
    .blog-main-feed .post_content_info a {
        color: #0470be
    }
}

.blog-main-feed .post_content_info_description {
    display: none
}

.blog-main-feed .post_content_info_date {
    position: relative
}

.blog-main-feed .post:hover h3 a {
    color: #0470be
}

.blog-main-feed .post:hover .post_image {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.blog-main-feed_first-post {
    padding: 0 16px
}

@media (min-width:768px) {
    .blog-main-feed_first-post {
        padding: 0 34px
    }
}

@media (min-width:1260px) {
    .blog-main-feed_first-post {
        padding: 0 0 0 20px;
        width: 50%
    }
}

@media (min-width:1260px) {
    .blog-main-feed_first-post .post {
        border-bottom: none
    }
}

@media (min-width:1260px) {
    .blog-main-feed_first-post .post_image-wrapper {
        height: 340px
    }
}

.blog-main-feed .posts {
    padding: 0 16px
}

@media (min-width:768px) {
    .blog-main-feed .posts {
        padding: 0 34px
    }
}

@media (min-width:1260px) {
    .blog-main-feed .posts {
        margin: 0 auto;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0 -20px
    }
}

@media (min-width:1260px) {
    .blog-main-feed .posts .post {
        width: 33.33%;
        -webkit-box-flex: 33.33%;
        -ms-flex: 33.33%;
        flex: 33.33%;
        padding: 20px
    }
}

.blog-main-feed .posts_btn-load {
    width: 100%;
    max-width: 328px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #0470be;
    color: #0470be;
    margin: 24px auto 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (min-width:768px) {
    .blog-main-feed .posts_btn-load {
        max-width: 300px;
        margin-top: 48px
    }
}

@media (min-width:1260px) {
    .blog-main-feed .posts_btn-load {
        margin-top: 72px
    }
}

.hero-small {
    background-color: #000
}

.hero-small_content {
    padding: 32px 16px;
    max-width: 1260px;
    margin: 0 auto;
    background-image: url(../images/2021/career-1-l.svg);
    background-position: -150px top;
    background-repeat: no-repeat
}

@media (min-width:768px) {
    .hero-small_content {
        display: none
    }
}

@media (min-width:1260px) {
    .hero-small_content {
        padding: 64px 42px 86px;
        display: block;
        background-position: left top;
        background-size: auto 100%;
        background-image: url(../images/2021/hero-small-l.svg)
    }
}

.hero-small_content h1 {
    font-family: Ivar Display;
    font-size: 36px;
    line-height: 43px;
    color: #fff
}

@media (min-width:1260px) {
    .hero-small_content h1 {
        font-size: 44px;
        line-height: 53px;
        font-weight: 600
    }
}

.blog-slider {
    background: #f2f2f2;
    padding: 80px 0;
    margin-bottom: 40px
}

@media (min-width:768px) {
    .blog-slider {
        padding: 88px 0
    }
}

@media (min-width:1260px) {
    .blog-slider {
        padding: 52px 0 76px;
        margin-bottom: 60px
    }
}

.blog-slider_title {
    font-family: Ivar Text Hydro;
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
    text-align: center;
    padding: 0 16px;
    margin-bottom: 24px
}

@media (min-width:768px) {
    .blog-slider_title {
        font-size: 36px;
        line-height: 43px;
        margin-bottom: 40px;
        padding: 0 34px
    }
}

@media (min-width:1260px) {
    .blog-slider_title {
        font-size: 44px;
        line-height: 53px;
        padding: 0 40px;
        margin-bottom: 64px
    }
}

.blog-slider_slider .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.blog-slider_slider .slick-slide {
    height: inherit !important
}

.blog-slider_slider .post {
    padding: 24px 20px 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    margin: 0 10px;
    width: 100%;
    max-width: calc(100vw - 32px);
    min-height: 400px
}

@media (min-width:500px) {
    .blog-slider_slider .post {
        max-width: 380px
    }
}

@media (min-width:768px) {
    .blog-slider_slider .post {
        padding: 24px
    }
}

@media (min-width:1260px) {
    .blog-slider_slider .post {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border: none;
        width: calc(33.33% - 10px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.33% - 10px);
        flex: 0 0 calc(33.33% - 10px);
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.blog-slider_slider .post:focus {
    outline: 0;
    border: none
}

.blog-slider_slider .post_image {
    width: 100%;
    margin-bottom: 20px
}

@media (min-width:1260px) {
    .blog-slider_slider .post_image {
        padding: 0 32px;
        margin-bottom: 32px
    }
}

.blog-slider_slider .post_image img {
    width: 100%
}

.blog-slider_slider .post_content {
    width: 100%
}

.blog-slider_slider .post_content_category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    line-height: 14px;
    height: 16px
}

.blog-slider_slider .post_content_category a {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #828282;
    text-transform: uppercase;
    text-decoration: none
}

.blog-slider_slider .post_content h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 12px
}

@media (min-width:768px) {
    .blog-slider_slider .post_content h3 {
        margin-bottom: 16px
    }
}

.blog-slider_slider .post_content h3 a {
    color: #333;
    -webkit-transition: color .3s;
    transition: color .3s
}

.blog-slider_slider .post_content h3 a:hover {
    color: #0470be
}

.blog-slider_slider .post_content p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px
}

.blog-slider_slider .post_content_info {
    font-size: 14px;
    line-height: 21px
}

.blog-slider_slider .post_content_info a {
    color: #333
}

@media (min-width:768px) {
    .blog-slider_slider .post_content_info a {
        color: #0470be
    }
}

.blog-slider_slider .post_content_info_description {
    display: none
}

.blog-slider_slider .post_content_info_date {
    position: relative
}

.blog-slider_slider .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 32px 0
}

.blog-slider_slider .slick-dots li {
    width: 8px;
    height: 8px;
    border-radius: 100px;
    border: 1px solid #023f79;
    margin: 0 8px;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.blog-slider_slider .slick-dots li.slick-active {
    background: #023f79
}

.blog-slider_slider .slick-dots li button {
    display: none
}

.blog-slider_btn {
    width: 100%;
    max-width: 298px;
    height: 48px;
    border: 1px solid #0470be;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #0470be;
    font-size: 16px;
    line-height: 21px;
    margin: 0 auto
}

.subscribe {
    position: relative;
    width: 100%;
    margin: 0 auto
}

.subscribe:before {
    content: '';
    height: 1px;
    background: #000;
    position: absolute;
    top: 0;
    left: 16px;
    right: 16px;
    margin: 0 auto
}

@media (min-width:768px) {
    .subscribe:before {
        left: 34px;
        right: 34px
    }
}

@media (min-width:1260px) {
    .subscribe:before {
        max-width: 1180px
    }
}

.subscribe_content {
    max-width: 360px;
    padding: 52px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width:768px) {
    .subscribe_content {
        padding: 64px 0;
        max-width: 700px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (min-width:1260px) {
    .subscribe_content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 72px 100px;
        max-width: 1180px
    }
}

.subscribe h3 {
    font-family: Ivar Display;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    margin-bottom: 52px;
    letter-spacing: -.5px;
    width: 100%
}

@media (min-width:768px) {
    .subscribe h3 {
        font-size: 36px;
        line-height: 43px;
        text-align: left
    }
}

@media (min-width:1260px) {
    .subscribe h3 {
        font-size: 44px;
        line-height: 53px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.subscribe_button {
    width: 100%;
    max-width: 298px
}

@media (min-width:1260px) {
    .subscribe_button {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
        max-width: none
    }
}

.subscribe_button div {
    width: 100%;
    background: #0470be;
    border-radius: 8px;
    max-width: 298px;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 52px;
    color: #fff;
    font-family: Larsseit;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 64px;
    cursor: pointer;
    background-size: 202% 100%;
    background-position: 0 0;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #023f79), color-stop(0, #0470be));
    background-image: linear-gradient(270deg, #023f79 50%, #0470be 0);
    -webkit-transition: all .15s cubic-bezier(.25, .75, .75, 1);
    transition: all .15s cubic-bezier(.25, .75, .75, 1)
}

@media (min-width:768px) {
    .subscribe_button div {
        height: 48px;
        margin-bottom: 0
    }
}

@media (min-width:1260px) {
    .subscribe_button div {
        margin-bottom: 55px
    }
}

.subscribe_button div:hover {
    background-position-x: -98%
}

.subscribe form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 64px
}

@media (min-width:768px) {
    .subscribe form {
        width: 60%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 0
    }
}

@media (min-width:1260px) {
    .subscribe form {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-bottom: 55px
    }
}

.subscribe form label {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px
}

@media (min-width:768px) {
    .subscribe form label {
        width: 100%
    }
}

.subscribe form input {
    width: 100%;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border: 1px solid #bdbdbd;
    padding: 0 16px;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    outline: 0;
    margin-bottom: 12px
}

.subscribe form input:focus {
    border-color: #0470be
}

@media (min-width:768px) {
    .subscribe form input {
        width: calc(100% - 120px);
        height: 48px
    }
}

@media (min-width:1260px) {
    .subscribe form input {
        width: 100%
    }
}

.subscribe form button {
    background: #0470be;
    border-radius: 8px;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 52px;
    color: #fff;
    font-family: Larsseit;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px
}

@media (min-width:768px) {
    .subscribe form button {
        width: 100px;
        height: 48px
    }
}

@media (min-width:1260px) {
    .subscribe form button {
        width: 100%
    }
}

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

@media (min-width:768px) {
    .subscribe_social {
        width: 40%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media (min-width:1260px) {
    .subscribe_social {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.subscribe_social_title {
    display: none
}

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

@media (min-width:1260px) {
    .subscribe_social_links {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.subscribe_social a {
    margin: 0 15px
}

@media (min-width:768px) {
    .subscribe_social a {
        margin-right: 0;
        margin-left: 30px
    }
}

.blogpost {
    padding: 24px 16px;
    max-width: 774px;
    margin: 0 auto
}

@media (min-width:768px) {
    .blogpost {
        padding: 32px 34px
    }
}

@media (min-width:1260px) {
    .blogpost {
        padding: 48px 0
    }
}

.blogpost_tags {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 8px
}

.blogpost_title {
    font-family: 'Ivar Display';
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 8px
}

@media (min-width:768px) {
    .blogpost_title {
        font-size: 36px;
        font-weight: 700;
        line-height: 43px;
        margin-bottom: 12px
    }
}

@media (min-width:1260px) {
    .blogpost_title {
        font-size: 44px;
        font-weight: 700;
        line-height: 53px
    }
}

.blogpost_info,
.blogpost_info-bottom {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    margin-bottom: 24px
}

@media (min-width:1260px) {

    .blogpost_info,
    .blogpost_info-bottom {
        margin-bottom: 20px
    }
}

.blogpost_info-bottom {
    border-bottom: 1px solid #000;
    margin-bottom: 20px
}

.blogpost_date:after {
    content: '|';
    position: relative;
    margin: 0 6px;
    color: #e0e0e0
}

.blogpost_social {
    margin-bottom: 24px
}

@media (min-width:768px) {
    .blogpost_social {
        margin-bottom: 32px
    }
}

@media (min-width:1260px) {
    .blogpost_social {
        margin-bottom: 26px
    }
}

.blogpost_social a {
    margin-right: 12px
}

.blogpost_social a svg {
    width: 40px
}

@media (min-width:1260px) {
    .blogpost_social a svg {
        width: 24px
    }
}

.blogpost_social a svg rect {
    stroke: #000;
    fill: #000;
    -webkit-transition: stroke .2s, fill .2s;
    transition: stroke .2s, fill .2s
}

.blogpost_social a svg path {
    fill: #fff
}

@media (hover:hover) {
    .blogpost_social a:hover svg rect {
        fill: #0470be;
        stroke: #0470be
    }
}

.blogpost_image {
    width: calc(100% + 32px);
    margin: 0 -16px;
    margin-bottom: 40px
}

@media (min-width:768px) {
    .blogpost_image {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
}

@media (min-width:1260px) {
    .blogpost_image {
        width: calc(100% + 120px);
        margin: 0 -60px 48px
    }
}

.blogpost_content img {
    display: block;
    width: 100%;
    height: auto;
    margin: 40px auto
}

@media (min-width:1260px) {
    .blogpost_content img {
        width: calc(100% + 120px);
        margin: 48px -60px
    }
}

.blogpost_content h2 {
    font-family: Ivar Display;
    font-size: 32px;
    line-height: 38px;
    margin-top: 40px;
    margin-bottom: 16px
}

@media (min-width:768px) {
    .blogpost_content h2 {
        font-size: 40px;
        line-height: 48px;
        color: #000
    }
}

@media (min-width:1260px) {
    .blogpost_content h2 {
        font-size: 36px;
        line-height: 43px
    }
}

.blogpost_content h3:first-child {
    position: relative;
    padding-top: 24px;
    font-family: Larsseit;
    font-style: normal !important;
    color: #000 !important;
    font-weight: 500;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 30px
}

.blogpost_content h3:first-child:before {
    content: '';
    position: absolute;
    top: 0;
    width: 156px;
    height: 1px;
    background: #000
}

@media (min-width:768px) {
    .blogpost_content h3:first-child:before {
        width: 220px
    }
}

@media (min-width:1260px) {
    .blogpost_content h3:first-child:before {
        width: 180px
    }
}

.blogpost_content p {
    margin-bottom: 16px;
    font-size: 18px
}

.blogpost_content p a:not(.blog-block-featured) {
    text-decoration: underline;
    color: #333;
    padding: 0 2px
}

.blogpost_content p a:not(.blog-block-featured):hover {
    background: #0470be;
    color: #fff;
    text-decoration: none
}

.blogpost_content ul li {
    list-style: disc;
    margin-left: 24px;
    margin-bottom: 16px;
    cursor: default
}

.related {
    padding: 32px 16px;
    max-width: 1180px;
    margin: 0 auto
}

@media (min-width:768px) {
    .related {
        padding: 16px 34px
    }
}

@media (min-width:1260px) {
    .related {
        padding: 48px 0
    }
}

.related_title {
    font-family: Ivar Display;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    margin-bottom: 36px;
    letter-spacing: -.5px;
    width: 100%
}

@media (min-width:768px) {
    .related_title {
        font-size: 36px;
        line-height: 43px;
        text-align: left
    }
}

@media (min-width:1260px) {
    .related_title {
        font-size: 44px;
        line-height: 53px
    }
}

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

@media (min-width:768px) {
    .related_posts {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media (min-width:1260px) {
    .related_posts {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.related_post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    width: 100%;
    max-width: 380px;
    margin-bottom: 52px
}

@media (min-width:1260px) {
    .related_post {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border: none;
        width: calc(33.33% - 10px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.33% - 10px);
        flex: 0 0 calc(33.33% - 10px)
    }
}

@media (min-width:768px) {
    .related_post:nth-child(2) {
        margin: 0 24px
    }
}

@media (min-width:1260px) {
    .related_post:nth-child(2) {
        margin: 0 32px
    }
}

.related_post:focus {
    outline: 0;
    border: none
}

.related_post_image {
    width: 100%;
    margin-bottom: 20px;
    height: 190px;
    background-color: #bdbdbd;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

@media (min-width:768px) {
    .related_post_image {
        height: 130px
    }
}

@media (min-width:1260px) {
    .related_post_image {
        height: 210px;
        margin-bottom: 32px
    }
}

.related_post_content {
    width: 100%
}

.related_post_content_category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    line-height: 14px;
    height: 16px
}

.related_post_content_category a {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #828282;
    text-transform: uppercase;
    text-decoration: none
}

.related_post_content h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 12px
}

@media (min-width:768px) {
    .related_post_content h3 {
        margin-bottom: 16px
    }
}

.related_post_content h3 a {
    color: #333;
    -webkit-transition: color .3s;
    transition: color .3s
}

.related_post_content h3 a:hover {
    color: #0470be
}

.related_post_content p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px
}

.related_post_content_info {
    font-size: 14px;
    line-height: 21px
}

.related_post_content_info a {
    color: #333
}

@media (min-width:768px) {
    .related_post_content_info a {
        color: #0470be
    }
}

.related_post_content_info_description {
    display: none
}

.related_post_content_info_date {
    position: relative
}

.blog-block-event {
    background: #f2f2f2;
    padding: 24px;
    font-size: 18px;
    line-height: 27px;
    color: #262626;
    margin: 52px auto
}

@media (min-width:1260px) {
    .blog-block-event {
        padding: 50px 48px
    }
}

.blog-block-event_title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 16px
}

.blog-block-event_link {
    margin-bottom: 16px;
    color: #262626;
    display: block;
    text-decoration: underline
}

.blog-block-event_description {
    margin-bottom: 24px
}

.blog-block-event_button {
    width: 100%;
    height: 48px;
    max-width: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #0470be;
    color: #0470be;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-decoration: none
}

.blog-block-quote {
    position: relative;
    padding-top: 24px;
    margin: 52px auto
}

.blog-block-quote:before {
    content: '';
    position: absolute;
    width: 156px;
    height: 1px;
    background: #000;
    top: 0
}

@media (min-width:768px) {
    .blog-block-quote:before {
        width: 220px
    }
}

@media (min-width:1260px) {
    .blog-block-quote:before {
        width: 180px
    }
}

.blog-block-quote_text {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px
}

.blog-block-quote_author {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px
}

.blog-block-featured {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 32px 16px;
    border-top: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    margin: 52px -16px
}

@media (min-width:768px) {
    .blog-block-featured {
        position: relative;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 40px 34px;
        width: 100vw;
        max-width: 880px;
        margin: 52px auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media (min-width:1260px) {
    .blog-block-featured {
        padding-right: 0
    }
}

@media (hover:hover) {
    .blog-block-featured:hover .blog-block-featured_title {
        color: #0470be
    }

    .blog-block-featured:hover .blog-block-featured_image {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.blog-block-featured_image-wrapper {
    width: 156px;
    height: 142px;
    margin-bottom: 32px;
    overflow: hidden
}

@media (min-width:768px) {
    .blog-block-featured_image-wrapper {
        margin-right: 32px;
        width: 202px;
        height: 184px
    }
}

@media (min-width:1260px) {
    .blog-block-featured_image-wrapper {
        width: 284px;
        height: 260px;
        margin-right: 52px;
        margin-bottom: 0
    }
}

.blog-block-featured_image {
    display: block;
    background-size: cover;
    background-position: center center;
    background-color: #bdbdbd;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    width: 100%;
    height: 100%
}

.blog-block-featured_content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.blog-block-featured_category {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #000;
    display: block
}

@media (min-width:768px) {
    .blog-block-featured_category {
        margin-bottom: 8px
    }
}

@media (min-width:1260px) {
    .blog-block-featured_category {
        margin-bottom: 40px
    }
}

.blog-block-featured_title {
    font-family: Ivar Display;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 12px;
    color: #000;
    display: block
}

@media (min-width:768px) {
    .blog-block-featured_title {
        font-size: 40px;
        line-height: 48px
    }
}

@media (min-width:1260px) {
    .blog-block-featured_title {
        font-size: 36px;
        line-height: 43px
    }
}

.blog-block-featured_text {
    font-size: 18px;
    line-height: 27px;
    color: #000;
    display: block
}

body.bannerShow .banner {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

body.bannerShow header {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px)
}

@media (max-width:740px) {
    body.bannerShow header {
        -webkit-transform: translateY(87px);
        transform: translateY(87px)
    }
}

@media (min-width:740px) {
    body.bannerShow header {
        -webkit-transform: translateY(57px);
        transform: translateY(57px)
    }
}

body.bannerShow header.open {
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
    transform: none
}

body.bannerShow .header-stub {
    -webkit-transition: height .3s;
    transition: height .3s;
    height: 156px
}

@media (max-width:740px) {
    body.bannerShow .header-stub {
        height: 159px
    }
}

@media (min-width:740px) {
    body.bannerShow .header-stub {
        height: 129px
    }
}

body#p1359 .header-stub {
    height: 0
}

body#p1359.bannerShow .hero {
    -webkit-transition: margin-top .3s;
    transition: margin-top .3s;
    margin-top: 100px
}

@media (min-width:768px) {
    body#p1359.bannerShow .hero {
        margin-top: 87px
    }
}

@media (min-width:1260px) {
    body#p1359.bannerShow .hero {
        margin-top: 57px
    }
}

.banner {
    z-index: 3;
    width: 100%;
    background: #2fb984;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 24px 0 16px;
    min-height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

@media (min-width:360px) {
    .banner {
        padding: 0 32px 0 16px
    }
}

@media (min-width:400px) {
    .banner {
        padding: 0 40px 0 16px
    }
}

@media (min-width:768px) {
    .banner {
        min-height: 87px;
        padding: 0 34px
    }
}

@media (min-width:1260px) {
    .banner {
        min-height: 57px;
        padding: 0 40px
    }
}

.banner_inner {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1176px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.banner_inner a {
    position: relative;
    margin-left: 32px;
    color: #fff;
    text-decoration: none;
    margin-top: 8px;
    display: block
}

.banner_inner a:hover {
    color: #fff;
    text-decoration: underline
}

.banner_inner a:before {
    position: relative;
    content: '';
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    display: inline-block;
    top: -2px;
    bottom: 0;
    margin: auto 6px auto 0
}

@media (min-width:1260px) {
    .banner_inner a {
        display: inline-block;
        margin-top: 0
    }
}

.banner_close {
    position: absolute;
    width: 32px;
    height: 32px;
    right: -28px;
    top: -4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

@media (min-width:768px) {
    .banner_close {
        bottom: 0;
        margin: auto
    }
}

.banner_close:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 12px;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    background: #fff
}

.banner_close:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 12px;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    background: #fff
}

.page-hidden .banner {
    z-index: 1
}

.page-hidden .header,
.page-hidden .header-mod {
    top: 0;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-transition: none !important;
    transition: none !important
}

.video-popup {
    position: fixed;
    z-index: 5;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(0, 0, 0, .7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 42px 16px
}

@media (min-width:768px) {
    .video-popup {
        padding: 42px 34px
    }
}

.video-popup_player {
    position: relative;
    width: 100%;
    max-width: 920px
}

.video-popup_player:after {
    padding-top: 56.25%;
    display: block;
    content: ''
}

.video-popup_player_close {
    width: 32px;
    height: 32px;
    background: #fff;
    position: absolute;
    right: 0;
    top: -36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

@media (min-width:1008px) {
    .video-popup_player_close {
        top: 0;
        right: -42px
    }
}

.video-popup_player_close:before {
    content: '';
    position: absolute;
    width: 22px;
    height: 2px;
    background: #000;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    border-radius: 100px
}

.video-popup_player_close:after {
    content: '';
    position: absolute;
    width: 22px;
    height: 2px;
    background: #000;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    border-radius: 100px
}

.video-popup_player #video-popup_player_video {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video-popup_player_btn {
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.gated-popup {
    z-index: 6;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background: rgba(0, 0, 0, .5);
    display: none
}

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

.gated-popup_form {
    background: #fff;
    width: 100%;
    min-height: 100%;
    padding: 60px 16px 48px;
    overflow-y: scroll;
    max-width: 674px
}

@media (min-width:768px) {
    .gated-popup_form {
        padding: 64px 94px 64px 34px
    }
}

@media (min-width:1260px) {
    .gated-popup_form {
        padding: 76px 164px 76px 106px;
        max-width: 820px
    }
}

.gated-popup_form_close {
    position: absolute;
    right: 16px;
    top: 12px;
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

@media (min-width:768px) {
    .gated-popup_form_close {
        width: 64px;
        height: 64px;
        top: 0;
        right: 0
    }
}

@media (min-width:1260px) {
    .gated-popup_form_close {
        right: 8px
    }
}

.gated-popup_form_close:before {
    content: '';
    position: absolute;
    width: 22px;
    height: 2px;
    background: #000;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    border-radius: 100px
}

@media (min-width:768px) {
    .gated-popup_form_close:before {
        width: 25px
    }
}

.gated-popup_form_close:after {
    content: '';
    position: absolute;
    width: 22px;
    height: 2px;
    background: #000;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    border-radius: 100px
}

@media (min-width:768px) {
    .gated-popup_form_close:after {
        width: 25px
    }
}

.gated-popup_form h2 {
    font-family: Ivar Display;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 43px;
    margin-bottom: 30px
}

@media (min-width:768px) {
    .gated-popup_form h2 {
        font-family: Ivar Display;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 43px;
        letter-spacing: -.6px
    }
}

.gated-popup_form_row {
    position: relative;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.gated-popup_form_col {
    position: relative;
    margin-bottom: 20px;
    width: 100%
}

@media (min-width:500px) {
    .gated-popup_form_col {
        width: calc(50% - 8px);
        margin-bottom: 0
    }
}

.gated-popup_form label {
    width: 100%;
    font-family: Larsseit;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    display: block;
    margin-bottom: 4px
}

.gated-popup_form input {
    width: 100%;
    border: 1px solid #bdbdbd;
    height: 48px;
    padding: 0 16px;
    background: #fff;
    outline: 0
}

.gated-popup_form input:focus {
    outline: 0;
    border-color: #0470be
}

.gated-popup_form input.empty,
.gated-popup_form input.error {
    border-color: red
}

.gated-popup_form_message {
    position: absolute;
    bottom: -24px;
    left: 0;
    font-family: Larsseit;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
    color: red
}

.gated-popup_form button {
    width: 100%;
    height: 52px;
    max-width: 320px;
    background: #0470be;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    outline: 0;
    border: none;
    font-family: Larsseit;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    margin: 42px 0
}

@media (min-width:768px) {
    .gated-popup_form button {
        max-width: 298px
    }
}

.gated-popup_form_description {
    font-family: Larsseit;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px
}

.contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 32px 16px 64px
}

@media (min-width:768px) {
    .contacts {
        padding: 32px 34px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width:1260px) {
    .contacts {
        padding: 80px 0;
        max-width: 976px;
        margin: 0 auto
    }
}

.contacts_form {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 56px
}

@media (min-width:768px) {
    .contacts_form {
        width: calc(70% - 24px);
        margin-bottom: 88px
    }
}

@media (min-width:1260px) {
    .contacts_form {
        margin-bottom: 64px
    }
}

.contacts_form h1 {
    font-family: Ivar Display;
    font-size: 36px;
    font-weight: 400;
    line-height: 43px
}

@media (min-width:768px) {
    .contacts_form h1 {
        font-family: Ivar Text Hydro;
        font-weight: 700
    }
}

@media (min-width:1260px) {
    .contacts_form h1 {
        font-family: Ivar Display;
        font-size: 44px;
        line-height: 53px
    }
}

.contacts_form .pipedriveWebForms {
    max-width: 480px
}

.contacts_contacts {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    min-height: 300px;
    width: 100%
}

@media (min-width:768px) {
    .contacts_contacts {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 30%
    }
}

.contacts_contacts h3 {
    font-family: Ivar Display;
    font-size: 36px;
    font-weight: 400;
    line-height: 43px;
    margin-bottom: 32px
}

@media (min-width:1260px) {
    .contacts_contacts h3 {
        margin-bottom: 38px
    }
}

.contacts_contacts_email {
    margin-bottom: 48px
}

.contacts_contacts_email h3 {
    margin-bottom: 32px
}

@media (min-width:1260px) {
    .contacts_contacts_email h3 {
        margin-bottom: 38px
    }
}

.contacts_contacts_email a {
    width: 100%;
    display: block;
    text-transform: none
}

.contacts_contacts_email a:before {
    content: '> '
}

.contacts_contacts_email span {
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-weight: 500
}

.contacts_contacts_social h3 {
    margin-bottom: 24px
}

@media (min-width:1260px) {
    .contacts_contacts_social h3 {
        margin-bottom: 32px
    }
}

.contacts_contacts_social a {
    margin-right: 24px
}

@media (min-width:768px) {
    .contacts_contacts_social a {
        margin-right: 16px
    }
}

@media (min-width:1260px) {
    .contacts_contacts_social a {
        margin-right: 32px
    }
}

.contacts_contacts_social a svg {
    width: 48px;
    height: 48px
}

.contacts_addresses {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 56px
}

@media (min-width:768px) {
    .contacts_addresses {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.contacts_addresses h2 {
    font-family: Ivar Display;
    font-size: 36px;
    font-weight: 400;
    line-height: 43px;
    width: 100%;
    margin-bottom: 24px
}

@media (min-width:768px) {
    .contacts_addresses h2 {
        font-family: Ivar Text Hydro;
        font-weight: 700;
        margin-bottom: 32px
    }
}

@media (min-width:1260px) {
    .contacts_addresses h2 {
        font-family: Ivar Display;
        font-size: 44px;
        line-height: 53px
    }
}

.contacts_addresses address {
    margin-bottom: 24px
}

@media (min-width:768px) {
    .contacts_addresses address {
        margin-bottom: 48px
    }
}

.contacts_addresses>p {
    width: 100%;
    margin-bottom: 0;
    margin-top: -8px
}

@media (min-width:768px) {
    .contacts_addresses>p {
        margin-top: 0
    }
}

@media (min-width:1260px) {
    .contacts_addresses>p {
        max-width: calc(50% - 10px)
    }
}

address {
    background: #f2f2f2;
    width: 100%
}

@media (min-width:768px) {
    address {
        width: calc(50% - 10px)
    }
}

address .address-content {
    padding: 24px
}

@media (min-width:1260px) {
    address .address-content {
        padding: 28px 32px
    }
}

address .address-content h3 {
    font-family: Larsseit;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 1px
}

address .address-content p {
    font-family: Larsseit;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 0
}

address .map__container {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute
}

address .map {
    padding-top: 50%;
    position: relative;
    display: block
}

.library-wrapper {
    width: 100%;
    overflow-x: hidden
}

.library {
    padding: 28px 16px 52px;
    max-width: 1176px;
    margin: 0 auto
}

@media (min-width:768px) {
    .library {
        padding: 28px 34px 64px
    }
}

@media (min-width:1260px) {
    .library {
        padding: 56px 0 92px
    }
}

.library_header {
    width: 100%
}

@media (min-width:768px) {
    .library_header {
        height: 0
    }
}

.library_header h1 {
    font-family: Ivar Display;
    font-size: 36px;
    font-weight: 700;
    line-height: 43px
}

@media (min-width:768px) {
    .library_header h1 {
        font-size: 44px;
        line-height: 53px
    }
}

.library_header p {
    display: none
}

@media (min-width:768px) {
    .library_header p {
        display: block;
        font-family: Ivar Display;
        font-size: 28px;
        font-weight: 400;
        line-height: 36px
    }
}

@media (min-width:1260px) {
    .library_header p {
        font-size: 36px;
        line-height: 43px
    }
}

.library_header.min {
    height: auto
}

.library_header.min p {
    display: none
}

.library_first-post {
    width: 100%
}

.library_first-post .post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 400px;
    margin: 0 auto
}

@media (min-width:768px) {
    .library_first-post .post {
        max-width: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 80px
    }
}

.library_first-post .post_image-wrapper,
.library_first-post .post_video-wrapper {
    position: relative;
    overflow: hidden;
    height: 190px;
    width: 100%;
    margin-bottom: 20px
}

@media (min-width:768px) {

    .library_first-post .post_image-wrapper,
    .library_first-post .post_video-wrapper {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: calc(50% - 12px);
        margin-bottom: 0;
        height: 300px
    }
}

@media (min-width:1260px) {

    .library_first-post .post_image-wrapper,
    .library_first-post .post_video-wrapper {
        height: 370px
    }
}

.library_first-post .post_image,
.library_first-post .post_video {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #bdbdbd;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.library_first-post .post_content {
    width: 100%;
    font-family: Larsseit;
    color: #000
}

@media (min-width:768px) {
    .library_first-post .post_content {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: calc(50% - 12px)
    }
}

.library_first-post .post_content_category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    line-height: 14px;
    height: 16px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #828282;
    text-transform: uppercase
}

.library_first-post .post_content h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 12px;
    -webkit-transition: color .3s;
    transition: color .3s
}

@media (min-width:768px) {
    .library_first-post .post_content h3 {
        margin-bottom: 16px
    }
}

.library_first-post .post_content_description {
    -webkit-transition: color .3s;
    transition: color .3s
}

.library_first-post .post:hover .post_video_btn {
    background: #023f79
}

.library_first-post .post:hover .post_image,
.library_first-post .post:hover .post_video {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.library_first-post .post:hover .post_content {
    color: #0470be
}

.library_nav-wrapper {
    overflow-x: auto;
    margin: 0 -16px 32px;
    padding: 24px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (min-width:768px) {
    .library_nav-wrapper {
        margin-bottom: 48px;
        margin: 0 -34px;
        padding: 24px 34px
    }
}

@media (min-width:1260px) {
    .library_nav-wrapper {
        margin-bottom: 52px
    }
}

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

.library_nav_tag {
    position: relative;
    background: #f2f2f2;
    padding: 17px 16px;
    font-family: Larsseit;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-right: 8px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.library_nav_tag:last-child {
    margin-right: 16px
}

@media (min-width:768px) {
    .library_nav_tag:last-child {
        margin-right: 34px
    }
}

.library_nav_tag.active {
    background: #0470be;
    color: #fff
}

.library_nav_tag.active:before {
    content: '';
    width: 16px;
    height: 16px;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    background: #0470be;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -8px;
    position: absolute
}

@media (min-width:1260px) {
    .library_posts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0 -20px
    }
}

.library_posts .post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 400px;
    margin: 20px auto;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s;
    cursor: pointer
}

@media (min-width:768px) {
    .library_posts .post {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: none;
        border-bottom: 1px solid #e0e0e0
    }
}

@media (min-width:1260px) {
    .library_posts .post {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border: none;
        width: 33.33%;
        -webkit-box-flex: 33.33%;
        -ms-flex: 33.33%;
        flex: 33.33%;
        max-width: 400px;
        margin: 0;
        padding: 20px
    }
}

.library_posts .post.hide {
    display: none
}

.library_posts .post.video-popup_btn {
    cursor: pointer
}

.library_posts .post_image-wrapper,
.library_posts .post_video-wrapper {
    display: block;
    position: relative;
    overflow: hidden;
    height: 190px;
    width: 100%;
    margin-bottom: 20px
}

@media (min-width:768px) {

    .library_posts .post_image-wrapper,
    .library_posts .post_video-wrapper {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        max-width: 260px;
        margin-left: 20px;
        height: 150px
    }
}

@media (min-width:1260px) {

    .library_posts .post_image-wrapper,
    .library_posts .post_video-wrapper {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        max-width: none;
        margin-left: 0;
        height: 210px
    }
}

.library_posts .post_image,
.library_posts .post_video {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #bdbdbd;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.library_posts .post_video {
    position: relative;
    cursor: pointer
}

.library_posts .post_video_btn {
    width: 64px;
    height: 64px;
    background: #0470be;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

@media (min-width:1260px) {
    .library_posts .post_video_btn {
        width: 92px;
        height: 92px
    }
}

.library_posts .post_video_btn svg {
    width: 24px;
    height: 24px
}

@media (min-width:1260px) {
    .library_posts .post_video_btn svg {
        width: 32px;
        height: 32px
    }
}

.library_posts .post_content {
    width: 100%;
    font-family: Larsseit;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (min-width:1260px) {
    .library_posts .post_content {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.library_posts .post_content_category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    line-height: 14px;
    height: 16px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #828282;
    text-transform: uppercase
}

.library_posts .post_content h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 12px
}

@media (min-width:768px) {
    .library_posts .post_content h3 {
        margin-bottom: 16px
    }
}

.library_posts .post_content h3 a {
    color: #333;
    -webkit-transition: color .3s;
    transition: color .3s
}

.library_posts .post_content h3 a:hover {
    color: #0470be
}

.library_posts .post_content_description {
    display: none
}

.library_posts .post:hover {
    -webkit-box-shadow: 0 8px 28px rgba(0, 0, 0, .15);
    box-shadow: 0 8px 28px rgba(0, 0, 0, .15)
}

.library_posts .post:hover .post_video_btn {
    background: #023f79
}

.library_posts .post:hover .post_image,
.library_posts .post:hover .post_video {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.library_btn-load {
    width: 100%;
    max-width: 328px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #0470be;
    color: #0470be;
    margin: 24px auto 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (min-width:768px) {
    .library_btn-load {
        max-width: 300px;
        margin-top: 48px
    }
}

@media (min-width:1260px) {
    .library_btn-load {
        margin-top: 72px
    }
}

.library_recent {
    position: relative;
    padding: 24px 0;
    width: 100%;
    max-width: 1176px;
    margin: 0 auto
}

@media (min-width:768px) {
    .library_recent {
        padding: 32px 0
    }
}

@media (min-width:1260px) {
    .library_recent {
        padding: 48px 0;
        margin: 32px auto
    }
}

.library_recent:before {
    z-index: 1;
    content: '';
    position: absolute;
    height: 100%;
    width: 200vw;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #f2f2f2
}

.library_recent h2 {
    z-index: 2;
    position: relative;
    font-family: Ivar Display;
    font-size: 32px;
    font-weight: 400;
    line-height: 38px
}

@media (min-width:768px) {
    .library_recent h2 {
        font-size: 44px;
        line-height: 53px
    }
}

.library_recent_slider {
    z-index: 2;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -16px
}

@media (min-width:768px) {
    .library_recent_slider {
        margin: 0 -34px
    }
}

@media (min-width:1260px) {
    .library_recent_slider {
        margin: 0
    }
}

.library_recent_slider .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding: 0
}

@media (min-width:768px) {
    .library_recent_slider .slick-track {
        padding: 0 14px
    }
}

@media (min-width:1260px) {
    .library_recent_slider .slick-track {
        padding: 20px
    }
}

@media (min-width:1260px) {
    .library_recent_slider .slick-list {
        padding: 0 20px;
        margin: 0 -40px
    }
}

.library_recent_slider .slick-slide {
    height: inherit !important
}

.library_recent_slider .recent_post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 300px;
    margin-left: 16px;
    padding: 24px 0;
    cursor: pointer
}

@media (min-width:420px) {
    .library_recent_slider .recent_post {
        max-width: 378px
    }
}

@media (min-width:768px) {
    .library_recent_slider .recent_post {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-left: 20px
    }
}

@media (min-width:1260px) {
    .library_recent_slider .recent_post {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border: none;
        max-width: 405px;
        margin-left: 1px;
        padding: 20px
    }
}

.library_recent_slider .recent_post .post_video-wrapper {
    max-width: none;
    height: 210px;
    margin-left: 0
}

@media (min-width:1260px) {
    .library_recent_slider .recent_post:first-child {
        margin-left: 24px
    }
}

@media (min-width:1260px) {
    .library_recent_slider .recent_post:last-child {
        margin-right: 24px
    }
}

.library_recent_slider .recent_post.hide {
    display: none
}

.library_recent_slider .recent_post .post_video {
    width: 100%;
    height: 210px;
    max-width: none;
    margin-left: 0
}

.library_recent_slider .recent_post:hover {
    -webkit-box-shadow: 0 4px 18px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 18px rgba(0, 0, 0, .15)
}

.library_recent_slider .recent_post:hover .post_video_btn {
    background: #023f79
}

.library_recent_slider .recent_post:hover .post_image,
.library_recent_slider .recent_post:hover .post_video {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.library_recent_slider .recent_post:hover .post_content {
    color: #0470be
}

.library_recent_slider .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 32px 0 0
}

.library_recent_slider .slick-dots li {
    width: 8px;
    height: 8px;
    border-radius: 100px;
    border: 1px solid #023f79;
    margin: 0 8px;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.library_recent_slider .slick-dots li.slick-active {
    background: #023f79
}

.library_recent_slider .slick-dots li button {
    display: none
}

.library_recent_slider-wrapper {
    position: relative
}

.library_recent_slider_arrow-left,
.library_recent_slider_arrow-right {
    z-index: 3;
    position: absolute;
    width: 54px;
    height: 54px;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .15);
    border-radius: 100px;
    background: #fff;
    top: 124px;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:1260px) {

    .library_recent_slider_arrow-left,
    .library_recent_slider_arrow-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.library_recent_slider_arrow-left {
    left: -25px
}

.library_recent_slider_arrow-left svg {
    margin-left: -4px
}

.library_recent_slider_arrow-right {
    right: -25px
}

.library_recent_slider_arrow-right svg {
    margin-right: -4px
}

.privacy {
    padding: 0 16px;
    max-width: 774px;
    margin: 40px auto
}

@media (min-width:768px) {
    .privacy {
        padding: 0 24px;
        margin: 52px auto
    }
}

@media (min-width:1260px) {
    .privacy {
        padding: 0 40px
    }
}

.privacy h1 {
    margin-bottom: 40px;
    font-family: Ivar Display;
    font-size: 36px;
    font-weight: 700;
    line-height: 43px
}

@media (min-width:768px) {
    .privacy h1 {
        margin-bottom: 28px
    }
}

@media (min-width:1260px) {
    .privacy h1 {
        margin-bottom: 34px;
        font-size: 44px;
        font-weight: 700;
        line-height: 53px
    }
}

.privacy>ol {
    counter-reset: item1;
    font-family: Larsseit
}

.privacy>ol>li {
    list-style-type: none;
    counter-increment: item1;
    margin-bottom: 40px;
    cursor: default
}

.privacy>ol>li:before {
    content: counter(item1) ".";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-right: 8px
}

.privacy>ol>li span {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 8px
}

.privacy>ol>li>p {
    display: inline-block;
    margin-top: 8px
}

.privacy>ol>li a {
    word-break: break-word
}

.privacy>ol>li>ol {
    counter-reset: item2;
    padding-left: 32px;
    margin-top: 8px
}

@media (min-width:768px) {
    .privacy>ol>li>ol {
        padding-left: 34px
    }
}

.privacy>ol>li>ol>li {
    list-style-type: none;
    counter-increment: item2;
    margin-bottom: 16px
}

@media (min-width:768px) {
    .privacy>ol>li>ol>li {
        padding-left: 40px
    }
}

.privacy>ol>li>ol>li:before {
    content: counter(item1) "." counter(item2);
    margin-left: -32px;
    margin-right: 13px;
    position: absolute
}

@media (min-width:768px) {
    .privacy>ol>li>ol>li:before {
        margin-left: -40px;
        margin-right: 20px
    }
}

.privacy>ol>li>ol>li>ol {
    counter-reset: item3;
    padding-left: 42px;
    margin-top: 8px
}

@media (min-width:768px) {
    .privacy>ol>li>ol>li>ol {
        padding-left: 48px
    }
}

.privacy>ol>li>ol>li>ol>li {
    list-style-type: none;
    counter-increment: item3;
    margin-bottom: 16px;
    display: block
}

@media (min-width:768px) {
    .privacy>ol>li>ol>li>ol>li {
        padding-left: 40px
    }
}

.privacy>ol>li>ol>li>ol>li:before {
    content: counter(item1) "." counter(item2) "." counter(item3);
    margin-left: -42px;
    position: absolute
}

@media (min-width:768px) {
    .privacy>ol>li>ol>li>ol>li:before {
        margin-left: -48px;
        margin-right: 20px
    }
}

.privacy>ol>li>p+ol {
    margin-top: 0
}

section.about .about_image {
    position: relative;
    width: 100%;
    height: 238px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

section.about .about_image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3)
}

@media (min-width:768px) {
    section.about .about_image {
        height: 278px
    }
}

@media (min-width:1260px) {
    section.about .about_image {
        height: 464px
    }
}

section.about .about_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 1260px;
    padding: 48px 16px;
    margin: 0 auto
}

@media (min-width:768px) {
    section.about .about_content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 64px 34px
    }
}

@media (min-width:1260px) {
    section.about .about_content {
        padding: 48px 140px 104px
    }
}

section.about .about_content_title {
    font-family: Ivar Display;
    font-size: 36px;
    font-weight: 700;
    line-height: 43px;
    margin-bottom: 24px
}

@media (min-width:768px) {
    section.about .about_content_title {
        width: 30%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width:1260px) {
    section.about .about_content_title {
        width: 40%;
        font-size: 44px;
        line-height: 53px
    }
}

section.about .about_content_text1 {
    margin-bottom: 16px
}

@media (min-width:768px) {
    section.about .about_content_text1 {
        width: calc(70% - 20px);
        margin-left: 20px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media (min-width:1260px) {
    section.about .about_content_text1 {
        width: calc(60% - 20px)
    }
}

section.about .about_content_text1 b {
    margin-bottom: 16px;
    font-family: Larsseit;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    display: block
}

section.about .about_content_text2 {
    margin-bottom: 30px
}

@media (min-width:768px) {
    section.about .about_content_text2 {
        width: calc(70% - 20px);
        margin-left: 20px;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
}

@media (min-width:1260px) {
    section.about .about_content_text2 {
        width: calc(60% - 20px)
    }
}

section.about .about_content_text3 {
    font-family: Larsseit;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #0470be
}

@media (min-width:768px) {
    section.about .about_content_text3 {
        width: 30%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}

@media (min-width:1260px) {
    section.about .about_content_text3 {
        width: 40%
    }
}

.values {
    position: relative;
    background: #f2f2f2;
    max-width: 1840px;
    margin: 0 auto
}

.values_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 48px 16px 10px;
    max-width: 1260px;
    margin: 0 auto
}

@media (min-width:768px) {
    .values_wrapper {
        padding: 80px 94px 26px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (min-width:1260px) {
    .values_wrapper {
        padding: 80px 88px 0
    }
}

.values_wrapper>p {
    margin-bottom: 40px
}

@media (min-width:1260px) {
    .values_wrapper>p {
        margin-left: 43%;
        width: calc(57% - 20px)
    }
}

.values_image {
    width: 100%;
    height: 340px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 44px
}

@media (min-width:1260px) {
    .values_image {
        left: 0;
        width: 37%;
        position: absolute;
        right: 63%;
        height: 100%;
        top: 0
    }
}

.values h2 {
    width: 100%;
    font-family: Ivar Display;
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 32px;
    text-align: center
}

@media (min-width:768px) {
    .values h2 {
        font-size: 44px;
        font-weight: 400;
        line-height: 53px;
        margin-bottom: 56px
    }
}

@media (min-width:1260px) {
    .values h2 {
        font-size: 44px;
        font-weight: 400;
        line-height: 53px;
        text-align: left;
        margin-left: 43%;
        margin-bottom: 42px
    }
}

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

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

@media (min-width:1260px) {
    .values_items {
        margin-left: 43%;
        width: calc(57% - 20px);
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-bottom: 52px
    }
}

.values_items_item {
    margin-bottom: 48px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (min-width:768px) {
    .values_items_item {
        width: 50%;
        margin-bottom: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .values_items_item:nth-child(1) {
        padding: 11px 32px 24px 0;
        border-right: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0
    }

    .values_items_item:nth-child(2) {
        padding: 11px 0 24px 32px;
        border-bottom: 1px solid #e0e0e0
    }

    .values_items_item:nth-child(3) {
        padding: 32px 32px 0 0;
        border-right: 1px solid #e0e0e0
    }

    .values_items_item:nth-child(4) {
        padding: 32px 0 0 32px
    }
}

.values_items_item img {
    content: '';
    position: relative;
    width: 30px;
    height: 30px;
    display: block;
    margin-right: 16px
}

@media (min-width:768px) {
    .values_items_item img {
        margin-bottom: 16px
    }
}

.values_items_item b {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 8px
}

.values_items_item p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 0
}

.values_btn {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    background: #0470be;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 360px;
    height: 40px;
    margin: 40px auto 80px;
    border-radius: 8px;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

@media (min-width:768px) {
    .values_btn {
        width: 298px;
        height: 52px
    }
}

@media (min-width:1260px) {
    .values_btn {
        margin-left: 43%
    }
}

@media (hover:hover) {
    .values_btn:hover {
        background: #2facdf;
        color: #fff
    }
}

.ttbi {
    background: #f2f2f2;
    max-width: 1840px;
    margin: 0 auto;
    padding: 40px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:768px) {
    .ttbi {
        padding: 48px 94px 64px
    }
}

@media (min-width:1260px) {
    .ttbi {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 0;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

.ttbi_content {
    width: 100%
}

@media (min-width:1260px) {
    .ttbi_content {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.ttbi_content_inner {
    width: 100%
}

@media (min-width:1260px) {
    .ttbi_content_inner {
        padding: 84px 111px;
        max-width: 700px
    }
}

@media (min-width:1920px) {
    .ttbi_content_inner {
        padding: 205px 187px 180px;
        max-width: 874px
    }
}

.ttbi_content h2 {
    font-family: Ivar Display;
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 16px
}

@media (min-width:768px) {
    .ttbi_content h2 {
        font-size: 36px;
        font-weight: 400;
        line-height: 43px;
        margin-bottom: 24px
    }
}

@media (min-width:1920px) {
    .ttbi_content h2 {
        font-size: 56px;
        font-weight: 400;
        line-height: 67px;
        margin-bottom: 18px
    }
}

.ttbi_content p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 16px
}

@media (min-width:768px) {
    .ttbi_content p {
        margin-bottom: 24px
    }
}

@media (min-width:1260px) {
    .ttbi_content p {
        margin-bottom: 26px
    }
}

@media (min-width:1920px) {
    .ttbi_content p {
        font-size: 18px;
        font-weight: 300;
        line-height: 27px;
        margin-bottom: 29px
    }
}

.ttbi_content a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 320px;
    height: 40px;
    background: #0470be;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    color: #fff;
    margin: 0 auto 24px
}

@media (min-width:768px) {
    .ttbi_content a {
        height: 52px
    }
}

@media (min-width:1260px) {
    .ttbi_content a {
        margin-left: 0
    }
}

.ttbi_image {
    width: 100%;
    height: 274px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

@media (min-width:768px) {
    .ttbi_image {
        height: 480px
    }
}

@media (min-width:1260px) {
    .ttbi_image {
        width: 50%;
        height: auto
    }
}

.sc {
    padding: 72px 16px;
    max-width: 1260px;
    margin: 0 auto
}

@media (min-width:768px) {
    .sc {
        padding: 80px 94px
    }
}

@media (min-width:1260px) {
    .sc {
        padding: 80px 110px
    }
}

.sc h2 {
    max-width: 1280px;
    margin: 0 auto;
    font-family: Ivar Display;
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 40px
}

@media (min-width:768px) {
    .sc h2 {
        font-size: 36px;
        font-weight: 400;
        line-height: 43px;
        text-align: center;
        margin-bottom: 48px
    }
}

@media (min-width:1260px) {
    .sc h2 {
        margin-bottom: 80px
    }
}

.sc_slides {
    max-width: 700px;
    margin: 0 auto
}

@media (min-width:1260px) {
    .sc_slides {
        max-width: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

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

.sc_slides .slick-dots li {
    width: 12px;
    height: 12px;
    border-radius: 100px;
    border: 2px solid #023f79;
    margin: 12px 0
}

.sc_slides .slick-dots li.slick-active {
    background: #023f79
}

.sc_slides .slick-dots li button {
    display: none
}

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

.sc_slides .sc_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px
}

@media (min-width:768px) {
    .sc_slides .sc_item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 48px
    }
}

@media (min-width:1260px) {
    .sc_slides .sc_item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }
}

.sc_slides .sc_item_image {
    width: 120px;
    margin-bottom: 16px
}

@media (min-width:768px) {
    .sc_slides .sc_item_image {
        width: 140px;
        margin-bottom: 0;
        margin-right: 40px
    }
}

@media (min-width:1260px) {
    .sc_slides .sc_item_image {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 0
    }
}

.sc_slides .sc_item_image img {
    width: 100%
}

@media (min-width:1260px) {
    .sc_slides .sc_item_image img {
        width: auto
    }
}

.sc_slides .sc_item_content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.sc_slides .sc_item_content h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 8px
}

@media (min-width:768px) {
    .sc_slides .sc_item_content h3 {
        font-size: 20px;
        line-height: 26px
    }
}

@media (min-width:1260px) {
    .sc_slides .sc_item_content h3 {
        margin-bottom: 16px
    }
}

.sc_slides .sc_item_content p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px
}

.sc_slides .sc_item_content a {
    height: 40px;
    max-width: 320px;
    width: 100%;
    border-radius: 8px;
    background: #0470be;
    color: #fff;
    font-size: 16px
}

.col2imgbg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative
}

.col2imgbg:before {
    content: '';
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5)
}

.col2imgbg_content {
    z-index: 2;
    position: relative;
    padding: 56px 16px 48px;
    max-width: 1100px;
    margin: 0 auto
}

@media (min-width:768px) {
    .col2imgbg_content {
        padding: 60px 94px 80px
    }
}

@media (min-width:1260px) {
    .col2imgbg_content {
        padding: 72px 0 88px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width:1920px) {
    .col2imgbg_content {
        padding: 106px 0 120px
    }
}

.col2imgbg h2 {
    max-width: 1280px;
    margin: 0 auto;
    font-family: Ivar Display;
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 40px;
    color: #fff;
    text-align: center
}

@media (min-width:768px) {
    .col2imgbg h2 {
        font-size: 36px;
        font-weight: 400;
        line-height: 43px;
        margin-bottom: 48px
    }
}

@media (min-width:1260px) {
    .col2imgbg h2 {
        margin-bottom: 80px;
        width: 100%
    }
}

.col2imgbg_item {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px
}

@media (min-width:1260px) {
    .col2imgbg_item {
        width: calc(50% - 34px);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.col2imgbg_item_image {
    width: 52px;
    margin-right: 34px
}

@media (min-width:1260px) {
    .col2imgbg_item_image {
        margin-bottom: 22px
    }
}

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

.col2imgbg_item_content h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 8px
}

@media (min-width:768px) {
    .col2imgbg_item_content h3 {
        font-size: 20px;
        line-height: 26px
    }
}

@media (min-width:1260px) {
    .col2imgbg_item_content h3 {
        margin-bottom: 16px
    }
}

.col2imgbg_item_content p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 0
}

.service-tabs {
    background: #023f79;
    padding: 48px 8px;
    margin-top: 40px
}

@media (min-width:768px) {
    .service-tabs {
        padding: 56px 74px;
        margin-top: 76px
    }
}

@media (min-width:1260px) {
    .service-tabs {
        padding: 0;
        max-width: 1180px;
        margin: 60px auto 0
    }
}

@media (min-width:1920px) {
    .service-tabs {
        margin-top: 80px;
        max-width: 1368px
    }
}

@media (min-width:1260px) {
    .service-tabs_content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:1260px) {
    .service-tabs_content .col {
        width: 50%;
        padding: 40px 48px 48px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (min-width:1260px) {
    .service-tabs_content .col.col-tabs {
        padding: 0 80px 0 90px;
        background: #f2f2f2
    }

    .service-tabs_content .col.col-tabs h3,
    .service-tabs_content .col.col-tabs p {
        color: #000
    }

    .service-tabs_content .col.col-tabs .about-tabs_tab:after,
    .service-tabs_content .col.col-tabs .about-tabs_tab:before {
        background: #000
    }
}

.service-tabs h2 {
    color: #fff;
    margin-bottom: 44px;
    font-family: Ivar Display;
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
    text-align: center
}

@media (min-width:768px) {
    .service-tabs h2 {
        text-align: left
    }
}

.service-tabs svg {
    width: 100%;
    max-width: 492px;
    display: block;
    margin: 0 auto 55px;
    text-align: center
}

.service-tabs svg path {
    -webkit-transition: fill .3s;
    transition: fill .3s
}

.service-tabs svg .active {
    fill: #2facdf
}

.service-tabs_tab {
    position: relative;
    padding-left: 36px;
    margin-bottom: 24px
}

@media (min-width:768px) {
    .service-tabs_tab {
        padding-left: 48px
    }
}

.service-tabs_tab:before {
    content: '';
    position: absolute;
    left: 8px;
    top: 12px;
    width: 14px;
    height: 2px;
    background: #fff;
    cursor: pointer
}

@media (min-width:768px) {
    .service-tabs_tab:before {
        left: 20px
    }
}

@media (min-width:1260px) {
    .service-tabs_tab:before {
        background: #000
    }
}

.service-tabs_tab:after {
    content: '';
    position: absolute;
    left: 14px;
    top: 6px;
    width: 2px;
    height: 14px;
    background: #fff;
    cursor: pointer
}

@media (min-width:768px) {
    .service-tabs_tab:after {
        left: 26px
    }
}

@media (min-width:1260px) {
    .service-tabs_tab:after {
        background: #000
    }
}

.service-tabs_tab h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #fff;
    cursor: pointer
}

.service-tabs_tab p {
    display: none;
    margin-bottom: 24px
}

.service-tabs_tab.active {
    background: #fff;
    padding: 20px 8px 24px 36px
}

@media (min-width:768px) {
    .service-tabs_tab.active {
        padding: 24px 20px 24px 48px
    }
}

.service-tabs_tab.active:before {
    background: #000;
    top: 32px;
    cursor: default
}

@media (min-width:768px) {
    .service-tabs_tab.active:before {
        top: 36px
    }
}

.service-tabs_tab.active:after {
    display: none;
    cursor: default
}

.service-tabs_tab.active h3 {
    color: #000;
    cursor: default
}

.service-tabs_tab.active p {
    margin-bottom: 0;
    display: block
}

.quote-slider {
    padding-top: 64px;
    padding-bottom: 40px;
    width: 100%;
    position: relative
}

@media (min-width:768px) {
    .quote-slider {
        padding-top: 84px;
        padding-bottom: 80px
    }
}

@media (min-width:1260px) {
    .quote-slider {
        padding-top: 110px;
        padding-bottom: 96px
    }
}

@media (min-width:1920px) {
    .quote-slider {
        padding-bottom: 104px
    }
}

.quote-slider.background {
    background: #f2f2f2
}

.quote-slider h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px
}

@media (min-width:768px) {
    .quote-slider h2 {
        margin-bottom: 50px
    }
}

.quote-slider .quote-slider {
    z-index: 1;
    position: relative
}

.quote-slider_item {
    position: relative;
    padding-left: 50px;
    width: 100%;
    max-width: 665px
}

@media (min-width:768px) {
    .quote-slider_item {
        margin: 0 auto 55px
    }
}

.quote-slider_item_wrapper {
    width: 100vw;
    padding: 0 16px 0 8px
}

@media (min-width:768px) {
    .quote-slider_item_wrapper {
        padding: 0 94px
    }
}

@media (min-width:1260px) {
    .quote-slider_item_wrapper {
        padding: 0;
        width: auto;
        margin-right: calc(15vw)
    }
}

.quote-slider_item_title {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 28px
}

.quote-slider_item_text {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 16px
}

@media (min-width:768px) {
    .quote-slider_item_text {
        font-size: 24px;
        font-weight: 500;
        line-height: 36px;
        margin-bottom: 24px
    }
}

@media (min-width:1920px) {
    .quote-slider_item_text {
        font-size: 32px;
        line-height: 130%;
        margin-bottom: 28px
    }
}

.quote-slider_item_text:before {
    content: '“';
    position: absolute;
    font-size: 96px;
    font-weight: 500;
    line-height: 56px;
    left: -48px;
    top: 14px
}

.quote-slider_item_position {
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    max-width: 400px;
    margin-bottom: 0
}

@media (min-width:768px) {
    .quote-slider_item_position {
        font-size: 16px;
        font-weight: 300;
        line-height: 24px
    }
}

.quote-slider .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 16px
}

.quote-slider .slick-dots li {
    width: 8px;
    height: 8px;
    border-radius: 100px;
    border: 1px solid #023f79;
    margin: 0 8px
}

.quote-slider .slick-dots li.slick-active {
    background: #023f79
}

.quote-slider .slick-dots li button {
    display: none
}

.quote-slider .quote-slider_arrows {
    z-index: 2;
    position: absolute;
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: 0;
    bottom: 67px;
    left: 0;
    right: 0;
    height: 0;
    padding: 0 20px;
    width: 100%;
    max-width: 1366px;
    margin: auto
}

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

@media (min-width:1260px) {
    .quote-slider .quote-slider_arrows {
        padding: 0 40px
    }
}

.quote-slider .quote-slider_arrow-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    border-radius: 50%;
    width: 54px;
    height: 54px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
    padding-right: 3px;
    cursor: pointer
}

.quote-slider .quote-slider_arrow-prev svg path {
    -webkit-transition: stroke .2s;
    transition: stroke .2s
}

.quote-slider .quote-slider_arrow-prev:hover svg path {
    stroke: #30acdf
}

.quote-slider .quote-slider_arrow-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    border-radius: 50%;
    width: 54px;
    height: 54px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
    padding-left: 3px;
    cursor: pointer
}

.quote-slider .quote-slider_arrow-next svg path {
    -webkit-transition: stroke .2s;
    transition: stroke .2s
}

.quote-slider .quote-slider_arrow-next:hover svg path {
    stroke: #30acdf
}

.quote-slider.lightgreen {
    background: #dff4ea;
    margin-bottom: 64px
}

@media (min-width:768px) {
    .quote-slider.lightgreen {
        background: 0 0
    }
}

.quote-slider.lightgreen .slick-dots {
    margin-top: 56px
}

@media (min-width:768px) {
    .quote-slider.lightgreen .slick-dots {
        margin-top: 32px
    }
}

.quote-slider.lightgreen .quote-slider_item {
    width: 100%
}

@media (min-width:768px) {
    .quote-slider.lightgreen .quote-slider_item {
        border-radius: 80px;
        background: #dff4ea;
        padding: 62px 68px 62px 120px;
        max-width: 860px;
        margin-bottom: 0
    }
}

@media (min-width:1260px) {
    .quote-slider.lightgreen .quote-slider_item {
        max-width: 950px;
        padding: 62px 80px 62px 142px
    }
}

.quote-slider.lightgreen .quote-slider_item_wrapper {
    margin: 0
}

.year-slider {
    position: relative;
    padding: 64px 0 88px
}

@media (min-width:768px) {
    .year-slider {
        padding: 72px 0 110px
    }
}

@media (min-width:1260px) {
    .year-slider {
        padding: 82px 0 96px
    }
}

.year-slider.background {
    background: #f2f2f2;
    margin-bottom: 64px
}

@media (min-width:768px) {
    .year-slider.background {
        margin-bottom: 72px
    }
}

@media (min-width:1260px) {
    .year-slider.background {
        margin-bottom: 82px
    }
}

.year-slider h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 32px
}

@media (min-width:768px) {
    .year-slider h2 {
        margin-bottom: 50px
    }
}

@media (min-width:1260px) {
    .year-slider h2 {
        margin-bottom: 72px
    }
}

@media (min-width:1260px) and (hover:hover) {

    .year-slider_slider:hover .arrow-next,
    .year-slider_slider:hover .arrow-prev {
        opacity: 1
    }
}

.year-slider_slides {
    position: relative;
    z-index: 2
}

.year-slider .arrow-prev {
    z-index: 3;
    position: absolute;
    top: 200px;
    left: 32px;
    width: 54px;
    height: 54px;
    background: #fff;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
    border-radius: 100px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    display: none;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    cursor: pointer
}

@media (min-width:1260px) {
    .year-slider .arrow-prev {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.year-slider .arrow-prev svg {
    margin-left: -5px
}

.year-slider .arrow-next {
    z-index: 3;
    position: absolute;
    top: 200px;
    left: auto;
    right: 32px;
    width: 54px;
    height: 54px;
    background: #fff;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
    border-radius: 100px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    display: none;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    cursor: pointer
}

@media (min-width:1260px) {
    .year-slider .arrow-next {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.year-slider .arrow-next svg {
    margin-right: -5px
}

.year-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.year-slider_item {
    width: 302px;
    height: auto;
    padding: 0 16px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin-bottom: 58px
}

@media (min-width:768px) {
    .year-slider_item {
        margin-bottom: 64px;
        width: 344px;
        padding: 0 24px 0 32px
    }
}

@media (min-width:1260px) {
    .year-slider_item {
        width: 380px;
        padding: 0 0 0 64px
    }
}

.year-slider_item_year {
    font-family: Ivar Display;
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 12px;
    height: 38px
}

@media (min-width:768px) {
    .year-slider_item_year {
        position: absolute;
        -webkit-transform: rotateZ(90deg);
        transform: rotateZ(90deg);
        left: -10px;
        top: 52px;
        font-size: 66px;
        font-weight: 400;
        line-height: 79px
    }
}

@media (min-width:1260px) {
    .year-slider_item_year {
        left: 10px
    }
}

@media (min-width:768px) {
    .year-slider_item.year {
        width: 398px;
        padding-left: 80px
    }
}

@media (min-width:1260px) {
    .year-slider_item.year {
        padding-left: 100px
    }
}

.year-slider_item.year p:before {
    display: none
}

.year-slider_item p {
    margin-bottom: 24px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px
}

.year-slider_item p:before {
    content: '';
    position: absolute;
    left: -1px;
    height: 120px;
    width: 1px;
    background: #000
}

@media (min-width:1260px) {
    .year-slider_item p:before {
        left: 32px
    }
}

.year-slider_item_image {
    width: 56px;
    height: 56px;
    border-radius: 100px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

@media (min-width:768px) {
    .year-slider_item_image {
        width: 80px;
        height: 80px
    }
}

@media (min-width:768px) {
    .year-slider_item:first-child {
        padding-left: 80px
    }
}

@media (min-width:1260px) {
    .year-slider_item:first-child {
        padding-left: 100px
    }
}

@media (min-width:768px) {
    .year-slider_item:first-child.year .year-slider_item_year {
        left: -10px
    }
}

@media (min-width:1260px) {
    .year-slider_item:first-child.year .year-slider_item_year {
        left: 10px
    }
}

.year-slider_item:first-child p:before {
    display: none
}

.year-slider .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.year-slider .slick-dots li {
    width: 8px;
    height: 8px;
    border-radius: 100px;
    border: 1px solid #023f79;
    margin: 0 8px
}

.year-slider .slick-dots li.slick-active {
    background: #023f79
}

.year-slider .slick-dots li button {
    display: none
}

.hero-tt {
    width: 100%;
    background: #000;
    padding: 80px 0;
    position: relative;
    overflow-x: hidden
}

@media (min-width:1260px) {
    .hero-tt {
        padding: 72px 16px 85px
    }
}

@media (min-width:1260px) {
    .hero-tt {
        padding: 120px 35px
    }
}

@media (min-width:1920px) {
    .hero-tt {
        padding: 145px 0 115px
    }
}

.hero-tt_img1 {
    z-index: 1;
    position: absolute;
    top: 0;
    left: -30%;
    max-width: 80%
}

@media (min-width:768px) {
    .hero-tt_img1 {
        max-width: auto;
        height: 80%;
        left: 0
    }
}

.hero-tt_img2 {
    z-index: 1;
    position: absolute;
    bottom: 0;
    max-width: 80%;
    right: -30%
}

@media (min-width:768px) {
    .hero-tt_img2 {
        max-width: auto;
        height: 80%;
        right: 0
    }
}

.hero-tt_content {
    z-index: 2;
    position: relative;
    max-width: 780px;
    margin: 0 auto
}

@media (min-width:1920px) {
    .hero-tt_content {
        max-width: 1140px
    }
}

.hero-tt h1 {
    font-family: Ivar Display;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 43px;
    text-align: center;
    color: #fff;
    margin-bottom: 16px
}

@media (min-width:1260px) {
    .hero-tt h1 {
        font-size: 44px;
        line-height: 53px;
        text-align: left
    }
}

@media (min-width:1920px) {
    .hero-tt h1 {
        font-size: 64px;
        line-height: 70px;
        text-align: center;
        margin-bottom: 32px
    }
}

.hero-tt p {
    font-family: Larsseit;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
    color: #fff;
    max-width: 770px;
    margin: 0 auto
}

@media (min-width:1260px) {
    .hero-tt p {
        text-align: left
    }
}

@media (min-width:1920px) {
    .hero-tt p {
        font-size: 24px;
        line-height: 30px;
        text-align: center
    }
}

.round-links {
    padding: 48px 16px;
    background: #f2f2f2
}

@media (min-width:768px) {
    .round-links {
        padding: 48px 34px
    }
}

@media (min-width:1260px) {
    .round-links {
        padding: 60px 44px 80px
    }
}

.round-links_content {
    margin: 0 auto
}

.round-links_content h2 {
    font-family: Ivar Display;
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
    text-align: center;
    margin-bottom: 16px
}

@media (min-width:768px) {
    .round-links_content h2 {
        font-size: 36px;
        line-height: 43px
    }
}

@media (min-width:1260px) {
    .round-links_content h2 {
        font-size: 44px;
        line-height: 53px
    }
}

.round-links_content>p {
    max-width: 770px;
    margin: 0 auto 60px;
    font-family: Larsseit;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    text-align: center
}

@media (min-width:768px) {
    .round-links_content>p {
        font-size: 18px;
        line-height: 27px
    }
}

.round-links_content ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 1140px;
    margin: 0 auto;
    cursor: default
}

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

.round-links_content ul li {
    width: calc(50% - 20px);
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: -50px;
    margin-bottom: 0
}

@media (min-width:768px) {
    .round-links_content ul li {
        width: calc(20% - 20px);
        margin-top: 0
    }
}

.round-links_content ul li:first-child {
    margin-top: 0
}

.round-links_content ul li:nth-child(even) {
    -ms-flex-item-align: end;
    align-self: flex-end
}

@media (min-width:768px) {
    .round-links_content ul li:nth-child(even) {
        -ms-flex-item-align: start;
        align-self: flex-start
    }
}

.round-links_content ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.round-links_content ul li img {
    width: 100%;
    max-width: 156px;
    max-height: 156px;
    border-radius: 1000px;
    margin: 0 auto 16px
}

@media (min-width:1260px) {
    .round-links_content ul li img {
        margin-bottom: 20px
    }
}

.round-links_content ul li p {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    text-align: center
}

@media (min-width:1260px) {
    .round-links_content ul li p {
        font-size: 20px;
        line-height: 26px
    }
}

.tdlib_content {
    margin: 0 auto;
    padding: 60px 16px 80px;
    max-width: 580px
}

@media (min-width:768px) {
    .tdlib_content {
        padding: 80px 34px
    }
}

@media (min-width:1260px) {
    .tdlib_content {
        padding: 55px 55px 80px;
        max-width: 1276px
    }
}

@media (min-width:1920px) {
    .tdlib_content {
        padding: 100px 0
    }
}

.tdlib_content h2 {
    font-family: Ivar Display;
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 24px
}

@media (min-width:768px) {
    .tdlib_content h2 {
        font-size: 36px;
        line-height: 43px;
        text-align: center
    }
}

@media (min-width:1260px) {
    .tdlib_content h2 {
        font-size: 44px;
        line-height: 53px
    }
}

.tdlib_content p {
    font-size: 18px;
    line-height: 27px;
    max-width: 780px;
    margin: 0 auto 32px
}

@media (min-width:768px) {
    .tdlib_content p {
        text-align: center
    }
}

@media (min-width:1260px) {
    .tdlib_content p {
        margin-bottom: 72px
    }
}

.tdlib_content .tdlib_row {
    width: 100%;
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:768px) {
    .tdlib_content .tdlib_row {
        margin-bottom: 16px
    }
}

@media (min-width:1260px) {
    .tdlib_content .tdlib_row {
        margin-bottom: 40px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.tdlib_content .tdlib_row ul {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%
}

@media (min-width:1260px) {
    .tdlib_content .tdlib_row ul {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: calc(46% - 64px)
    }
}

.tdlib_content .tdlib_row ul li {
    list-style-type: disc;
    position: relative;
    margin-bottom: 16px;
    margin-left: 20px;
    cursor: default
}

.tdlib_content .tdlib_row img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin-bottom: 32px
}

@media (min-width:1260px) {
    .tdlib_content .tdlib_row img {
        margin-bottom: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 54%
    }
}

.tdlib_content .tdlib_btn {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    background: #0470be;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 360px;
    height: 40px;
    margin: 0 auto;
    border-radius: 8px;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

@media (min-width:768px) {
    .tdlib_content .tdlib_btn {
        width: 298px;
        height: 52px
    }
}

@media (hover:hover) {
    .tdlib_content .tdlib_btn:hover {
        background: #2facdf;
        color: #fff
    }
}

.cwbi {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 10% center;
    max-width: 1840px;
    margin: 0 auto
}

@media (min-width:768px) {
    .cwbi {
        background-position: center center
    }
}

.cwbi:before {
    z-index: 1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5
}

.cwbi_content {
    z-index: 2;
    position: relative;
    padding: 258px 16px 48px;
    margin: 0 auto;
    width: 100%
}

@media (min-width:768px) {
    .cwbi_content {
        padding: 338px 34px 64px;
        max-width: 648px
    }
}

@media (min-width:1260px) {
    .cwbi_content {
        padding: 157px 55px;
        max-width: 888px
    }
}

@media (min-width:1920px) {
    .cwbi_content {
        padding: 256px 100px 268px;
        max-width: 978px
    }
}

.cwbi_content h2 {
    font-family: Ivar Display;
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 16px;
    color: #fff
}

@media (min-width:768px) {
    .cwbi_content h2 {
        margin-bottom: 24px
    }
}

.cwbi_content p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 24px;
    color: #fff
}

@media (min-width:768px) {
    .cwbi_content p {
        margin-bottom: 32px
    }
}

.cwbi_content .cwbi_btn {
    font-family: Larsseit;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    height: 48px;
    width: 100%;
    max-width: 360px;
    border: 1px solid #fff;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

@media (min-width:768px) {
    .cwbi_content .cwbi_btn {
        width: 328px
    }
}

@media (hover:hover) {
    .cwbi_content .cwbi_btn:hover {
        background: #fff;
        color: #000
    }
}

.cs {
    position: relative
}

.cs_intro {
    position: relative
}

.cs_intro:before {
    z-index: 1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    left: 0;
    right: 0;
    top: 0
}

.cs_intro_content {
    z-index: 2;
    position: relative;
    color: #fff;
    padding: 56px 16px 82px;
    max-width: 956px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:768px) {
    .cs_intro_content {
        padding: 80px 34px 92px
    }
}

@media (min-width:1260px) {
    .cs_intro_content {
        padding: 80px 94px 114px
    }
}

@media (min-width:1920px) {
    .cs_intro_content {
        padding: 80px 94px 135px
    }
}

.cs_intro_content .cs_intro_category {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    border-bottom: 1px solid #fff;
    padding: 0 26px 16px;
    margin-bottom: 32px;
    text-align: center
}

@media (min-width:1260px) {
    .cs_intro_content .cs_intro_category {
        padding: 0 26px 24px;
        margin-bottom: 24px
    }
}

@media (min-width:1920px) {
    .cs_intro_content .cs_intro_category {
        margin-bottom: 40px
    }
}

.cs_intro_content h1 {
    font-family: Ivar Display;
    font-size: 36px;
    font-weight: 700;
    line-height: 43px;
    margin-bottom: 16px;
    text-align: center
}

@media (min-width:768px) {
    .cs_intro_content h1 {
        font-size: 44px;
        line-height: 53px
    }
}

@media (min-width:1920px) {
    .cs_intro_content h1 {
        font-size: 64px;
        line-height: 70px;
        margin-bottom: 32px
    }
}

.cs_intro_content p {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 0;
    text-align: center;
    max-width: 778px
}

@media (min-width:768px) {
    .cs_intro_content p {
        font-size: 24px;
        line-height: 30px
    }
}

.cs_content {
    padding: 0 16px;
    max-width: 778px;
    margin: 0 auto
}

@media (min-width:768px) {
    .cs_content {
        padding: 0 34px
    }
}

@media (min-width:1260px) {
    .cs_content {
        padding: 0
    }
}

.cs_content img {
    display: block;
    width: 100%;
    height: auto;
    margin: 40px auto
}

@media (min-width:1260px) {
    .cs_content img {
        width: calc(100% + 120px);
        margin: 48px -60px
    }
}

.cs_content>h2 {
    font-family: Ivar Display;
    font-size: 32px;
    line-height: 38px;
    margin-top: 40px;
    margin-bottom: 16px
}

@media (min-width:768px) {
    .cs_content>h2 {
        font-size: 40px;
        line-height: 48px;
        color: #000
    }
}

@media (min-width:1260px) {
    .cs_content>h2 {
        font-size: 36px;
        line-height: 43px
    }
}

.cs_content>p {
    margin-bottom: 16px;
    font-size: 18px
}

.cs_content>p a:not(.blog-block-featured) {
    text-decoration: underline;
    color: #333;
    padding: 0 2px
}

.cs_content>p a:not(.blog-block-featured):hover {
    background: #0470be;
    color: #fff;
    text-decoration: none
}

.cs_content ul li {
    list-style: disc;
    margin-left: 24px;
    margin-bottom: 16px;
    cursor: default
}

.blog-about-client {
    margin: 80px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 778px
}

.blog-about-client div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (min-width:768px) {
    .blog-about-client div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.blog-about-client h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 16px
}

.blog-about-client p {
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
    margin-bottom: 40px
}

@media (min-width:768px) {
    .blog-about-client p {
        margin-right: 60px
    }
}

.blog-about-client img {
    width: 100%;
    max-width: 186px;
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (min-width:768px) {
    .blog-about-client img {
        width: 180px
    }
}

.blog3cols {
    margin: 80px auto
}

.blog3cols_row {
    border-top: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    padding: 24px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:768px) {
    .blog3cols_row {
        padding: 40px 0
    }
}

@media (min-width:1260px) {
    .blog3cols_row {
        margin: 0 -202px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width:1920px) {
    .blog3cols_row {
        margin: 0 -297px
    }
}

.blog3cols_col {
    margin-bottom: 24px
}

@media (min-width:1260px) {
    .blog3cols_col {
        width: calc(33.33% - 20px);
        margin-bottom: 0
    }
}

.blog3cols_col:last-child {
    margin-bottom: 0
}

.blog3cols_col h3 {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 16px
}

.blog3cols_col p {
    margin-bottom: 0
}

.custom-table-1 {
    margin: 0 -16px;
    background: #f2f2f2;
    margin: 80px auto;
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (min-width:768px) {
    .custom-table-1 {
        padding: 24px 20px
    }
}

.custom-table-1_caption {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px
}

@media (min-width:768px) {
    .custom-table-1_caption {
        font-size: 24px;
        line-height: 31px
    }
}

.custom-table-1 tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.custom-table-1 tr:last-child td {
    border-bottom: none
}

.custom-table-1 td {
    width: 50%;
    border-bottom: 1px solid #000;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 16px
}

.custom-table-1 td:first-child {
    padding-right: 8px
}

.custom-table-1 td:last-child {
    padding-left: 8px
}

.custom-table-1>tbody>tr>td {
    padding: 16px 0
}

.custom-table-1>tbody>tr:first-child td {
    padding-top: 0
}

.custom-table-1 tr:last-child td {
    padding-bottom: 0
}

.custom-table-1>tbody>tr tr td:first-child {
    padding-left: 0;
    margin-left: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 16px);
    flex: 0 0 calc(50% - 16px)
}

@media (min-width:768px) {
    .custom-table-1>tbody>tr tr td:first-child {
        margin-left: 20px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 20px);
        flex: 0 0 calc(50% - 20px)
    }
}

@media (min-width:1260px) {
    .custom-table-1>tbody>tr tr td:first-child {
        margin-left: 60px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 60px);
        flex: 0 0 calc(50% - 60px)
    }
}

.custom-table-1>tbody>tr tr td:last-child {
    padding-right: 0
}

.blog-quote-slide {
    position: relative;
    margin: 80px auto;
    padding: 64px 0
}

@media (min-width:768px) {
    .blog-quote-slide {
        padding: 80px 0
    }
}

@media (min-width:1260px) {
    .blog-quote-slide {
        padding: 52px 0 64px
    }
}

.blog-quote-slide:before {
    z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100%;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #f2f2f2
}

.blog-quote-slide h2 {
    z-index: 2;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px
}

@media (min-width:768px) {
    .blog-quote-slide h2 {
        margin-bottom: 50px
    }
}

.blog-quote-slide_item {
    z-index: 2;
    position: relative;
    padding-left: 50px;
    width: 100%;
    max-width: 665px
}

.blog-quote-slide_item:before {
    content: '“';
    position: absolute;
    font-size: 96px;
    font-weight: 500;
    line-height: 56px;
    left: 0;
    top: 18px
}

.blog-quote-slide_item_text {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 16px
}

@media (min-width:768px) {
    .blog-quote-slide_item_text {
        font-size: 24px;
        font-weight: 500;
        line-height: 36px;
        margin-bottom: 24px
    }
}

.blog-quote-slide_item_position {
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    max-width: 400px
}

@media (min-width:768px) {
    .blog-quote-slide_item_position {
        font-size: 16px;
        font-weight: 300;
        line-height: 24px
    }
}

.lp_intro {
    width: 100%;
    background: #f2f2f2;
    padding: 48px 16px 40px
}

@media (min-width:768px) {
    .lp_intro {
        padding: 52px 34px 48px
    }
}

@media (min-width:1260px) {
    .lp_intro {
        padding: 72px 0 64px
    }
}

.lp_intro_content {
    position: relative;
    max-width: 700px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:768px) {
    .lp_intro_content {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        min-height: 313px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width:1260px) {
    .lp_intro_content {
        max-width: 780px
    }
}

.lp_intro_content h1 {
    font-family: Ivar Display;
    font-size: 36px;
    font-weight: 700;
    line-height: 43px;
    text-align: center;
    margin-bottom: 32px
}

@media (min-width:768px) {
    .lp_intro_content h1 {
        width: 50%;
        text-align: left
    }
}

@media (min-width:1260px) {
    .lp_intro_content h1 {
        width: 70%;
        font-size: 44px;
        line-height: 53px
    }
}

.lp_intro_content_img {
    margin: 0 auto 18px;
    text-align: center;
    width: 100%
}

@media (min-width:768px) {
    .lp_intro_content_img {
        position: absolute;
        left: 50%;
        width: 50%
    }
}

@media (min-width:1260px) {
    .lp_intro_content_img {
        right: -40%
    }
}

.lp_intro_content_img img {
    width: 190px
}

@media (min-width:768px) {
    .lp_intro_content_img img {
        width: 260px
    }
}

@media (min-width:1260px) {
    .lp_intro_content_img img {
        width: 330px
    }
}

.lp_intro_content_btn {
    width: 100%;
    max-width: 328px;
    height: 52px;
    background: #0470be;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s
}

@media (min-width:768px) {
    .lp_intro_content_btn {
        max-width: 280px
    }
}

@media (min-width:1260px) {
    .lp_intro_content_btn {
        max-width: 298px
    }
}

@media (hover:hover) {
    .lp_intro_content_btn:hover {
        background: #2facdf;
        color: #fff
    }
}

.lp_content {
    padding: 80px 16px;
    max-width: 780px;
    margin: 0 auto
}

@media (min-width:768px) {
    .lp_content {
        padding: 80px 34px
    }
}

@media (min-width:1260px) {
    .lp_content {
        padding: 113px 0
    }
}

ul.related-posts {
    position: relative
}

ul.related-posts:before {
    content: 'Related content';
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 32px 0
}

ul.related-posts li {
    padding: 24px 0 24px 16px;
    border-top: 1px solid #e0e0e0;
    margin: 0;
    list-style: none;
    position: relative;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px
}

@media (min-width:768px) {
    ul.related-posts li {
        font-size: 24px;
        line-height: 31px
    }
}

ul.related-posts li a {
    color: #000
}

@media (hover:hover) {
    ul.related-posts li a:hover {
        color: #0470be
    }
}

ul.related-posts li:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-right: 1px solid #0470be;
    border-bottom: 1px solid #0470be;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    left: 0;
    top: 34px
}

@media (min-width:768px) {
    ul.related-posts li:before {
        top: 37px
    }
}

.numbers {
    text-align: center;
    margin: 0 auto 35px
}

.numbers-center {
    border-right: 1px solid #000;
    border-left: 1px solid #000
}

.numbers__title {
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 34px;
    margin-bottom: 67px
}

.numbers__items,
.numbers__title {
    font-family: Larsseit, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-size: 18px
}

.numbers__items {
    font-weight: 300;
    line-height: 150%;
    color: #262626;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.numbers__item {
    width: 100%
}

.numbers__item:nth-child(2) {
    border-right: 2px solid grey;
    border-left: 2px solid grey;
    background-color: #0d5dab
}

.numbers__item-num {
    margin-bottom: 6px;
    font-family: Ivar, Times New Roman, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 72px;
    line-height: 120%;
    text-align: center;
    -webkit-font-feature-settings: "tnum" on, "lnum" on;
    font-feature-settings: "tnum" on, "lnum" on;
    color: #0c0c0c
}

.numbers__item-desc {
    width: 16.6%;
    font-family: Larsseit, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #0c0c0c
}

.numbers__item-tb {
    text-transform: uppercase;
    font-family: Ivar, Times New Roman, serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 110%;
    letter-spacing: -1px;
    -webkit-font-feature-settings: "tnum" on, "lnum" on;
    font-feature-settings: "tnum" on, "lnum" on
}

@media screen and (max-width:767px) {
    .numbers {
        margin: 0 auto -20px
    }

    .numbers__title {
        margin-bottom: 28px
    }

    .numbers-center {
        border-right: none;
        border-left: none;
        margin-bottom: -20px
    }

    .numbers__item {
        padding: 20px 0 32px;
        margin-bottom: 20px;
        border-bottom: 1px solid #000
    }

    .numbers__item-num {
        font-family: Ivar, Times New Roman, serif;
        font-weight: 400;
        font-size: 48px;
        line-height: 120%
    }

    .numbers__item-desc,
    .numbers__item-num {
        font-style: normal;
        text-align: center;
        color: #0c0c0c
    }

    .numbers__item-desc {
        font-family: Larsseit, Helvetica, Arial, sans-serif;
        font-weight: 300;
        font-size: 16px;
        line-height: 150%
    }

    .numbers__item:last-child {
        border-bottom: none
    }

    .numbers__item-tb {
        text-transform: uppercase;
        font-family: Ivar, Times New Roman, serif;
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 110%;
        text-align: center;
        letter-spacing: -1px;
        color: #0c0c0c
    }
}

@media (min-width:768px) and (max-width:1259px) {
    .numbers {
        margin: 100px auto 32px
    }

    .numbers__title {
        margin-bottom: 45px
    }

    .numbers-center {
        border-right: none;
        border-left: none;
        margin-bottom: -20px
    }

    .numbers__item {
        padding: 20px 0 0;
        margin-bottom: 20px;
        border-bottom: 1px solid #000
    }

    .numbers__item-num {
        font-family: Ivar, Times New Roman, serif;
        font-weight: 400;
        font-size: 48px;
        line-height: 120%
    }

    .numbers__item-desc,
    .numbers__item-num {
        font-style: normal;
        text-align: center;
        color: #0c0c0c
    }

    .numbers__item-desc {
        font-family: Larsseit, Helvetica, Arial, sans-serif;
        font-weight: 300;
        font-size: 16px;
        line-height: 150%
    }

    .numbers__item:last-child {
        border-bottom: none
    }

    .numbers__item-tb {
        text-transform: uppercase;
        font-family: Ivar, Times New Roman, serif;
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 110%;
        text-align: center;
        letter-spacing: -1px;
        color: #0c0c0c
    }
}

@media (min-width:1260px) and (max-width:1919px) {
    .numbers {
        margin: 90px auto 32px
    }

    .numbers__title {
        margin-bottom: 61px
    }

    .numbers__item-num {
        font-family: Ivar, Times New Roman, serif;
        font-style: normal;
        font-weight: 400;
        font-size: 66px;
        line-height: 120%
    }

    .numbers__item-desc {
        font-family: Larsseit, Helvetica, Arial, sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 150%
    }
}

.scope__illustration,
.scope__illustration-mobile {
    display: block;
    margin: 30px auto 0
}

.scope__illustration-mobile {
    display: none
}

@media (min-width:1260px) and (max-width:1919px) {

    .scope__illustration,
    .scope__illustration-mobile {
        margin-top: 0
    }
}

@media screen and (max-width:767px) {
    .scope__illustration {
        display: none
    }

    .scope__illustration-mobile {
        display: block;
        margin: 30px auto 30px
    }
}

.lp-page {
    padding-top: 56px
}

@media (min-width:768px) {
    .lp-page {
        padding-top: 72px
    }
}

.lp-page .numbers {
    margin-top: 68px
}

@media (min-width:768px) {
    .lp-page .numbers {
        margin-top: 73px
    }
}

@media (min-width:1260px) {
    .lp-page .numbers {
        margin-top: 105px
    }
}

.simple-header {
    border-bottom: 1px solid #f2f2f2;
    background: #fff
}

.simple-header_inner {
    height: 56px;
    padding: 0 10px;
    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;
    max-width: 1260px;
    margin: 0 auto
}

.simple-header_logo {
    height: 16px
}

.simple-header_logo svg {
    width: 100%;
    height: 100%
}

.simple-header_button,
.simple-header_button:active,
.simple-header_button:visited {
    width: 152px;
    height: 32px;
    border-radius: 8px;
    background: #0470be;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background .3s;
    transition: background .3s
}

.simple-header_button:hover {
    color: #fff;
    background: #023f79
}

@media (min-wudth:360px) {
    .simple-header_inner {
        padding: 0 16px
    }
}

@media (min-width:768px) {
    .simple-header_inner {
        padding: 0 31px;
        height: 72px
    }

    .simple-header_logo {
        height: 22px
    }
}

.lp-page .content-video {
    padding: 36px 10px 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.lp-page .content-video_subtitle {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    font-size: 20px;
    font-weight: 600;
    line-height: 130%;
    display: inline-block;
    margin-bottom: 36px;
    text-align: center
}

.lp-page .content-video_title {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    font-family: Ivar, Times New Roman, serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 36px;
    text-align: center
}

.lp-page .content-video_video {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    max-width: 460px;
    margin-bottom: 36px;
    position: relative
}

.lp-page .content-video_video img {
    width: 100%
}

.lp-page .content-video_play {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 64px;
    padding: 0 20px 0 84px;
    background: rgba(2, 63, 121, .2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    line-height: 150%;
    cursor: pointer
}

.lp-page .content-video_play:before {
    content: '';
    position: absolute;
    left: 0;
    width: 64px;
    height: 64px;
    background: #023f79 url(../sijeko/3.b36ecbbd.svg) no-repeat center center;
    background-size: 22px 22px
}

.lp-page .content-video_text {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-bottom: 24px;
    line-height: 150%;
    font-size: 20px;
    text-align: center
}

.lp-page .content-video_link {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 320px;
    padding: 10px;
    border-radius: 8px;
    background: #0470be;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer
}

@media (min-width:768px) {
    .lp-page .content-video {
        padding: 48px 0
    }

    .lp-page .content-video_subtitle {
        font-size: 24px;
        margin-bottom: 14px
    }

    .lp-page .content-video_title {
        margin-bottom: 22px
    }

    .lp-page .content-video_text {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-bottom: 30px
    }

    .lp-page .content-video_video {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        margin-bottom: 48px
    }

    .lp-page .content-video_play {
        height: 80px;
        padding: 0 20px 0 100px
    }

    .lp-page .content-video_play:before {
        width: 80px;
        height: 80px;
        background-size: 27px 27px
    }

    .lp-page .content-video_link {
        margin-bottom: 0;
        width: 280px;
        height: 52px
    }
}

@media (min-width:1260px) {
    .lp-page .content-video {
        padding: 78px 0;
        position: relative;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .lp-page .content-video_subtitle {
        margin-bottom: 16px;
        text-align: left;
        width: calc(50% - 60px)
    }

    .lp-page .content-video_title {
        font-size: 56px;
        line-height: 120%;
        margin-bottom: 20px;
        text-align: left;
        width: calc(50% - 60px)
    }

    .lp-page .content-video_text {
        margin-bottom: 35px;
        text-align: left;
        width: calc(50% - 60px);
        font-size: 18px
    }

    .lp-page .content-video_link {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        width: 298px
    }

    .lp-page .content-video_video {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        position: absolute;
        left: 50%;
        width: 50%;
        max-width: none
    }

    .lp-page .content-video_play {
        height: 92px;
        padding: 0 20px 0 112px;
        font-size: 18px
    }

    .lp-page .content-video_play:before {
        width: 92px;
        height: 92px;
        background-size: 32px 32px
    }
}

.lp-page .image-content {
    position: relative;
    padding: 0 10px 56px;
    margin-bottom: 40px
}

.lp-page .image-content:after {
    position: absolute;
    content: '';
    width: 150px;
    height: 1px;
    background: #000;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0
}

.lp-page .image-content_image {
    margin-bottom: 36px
}

.lp-page .image-content h2 {
    font-family: Ivar, Times New Roman, serif;
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 27px
}

.lp-page .image-content li {
    position: relative;
    font-family: Larsseit, sans-serif;
    font-size: 20px;
    line-height: 130%;
    font-weight: 500;
    padding-left: 34px;
    list-style: none
}

.lp-page .image-content li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 16px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #000
}

@media (min-width:360px) {
    .lp-page .image-content {
        padding: 0 16px 56px
    }
}

@media (min-width:768px) {
    .lp-page .image-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-top: 20px;
        max-width: 768px
    }

    .lp-page .image-content:after {
        width: 180px
    }

    .lp-page .image-content_image {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 300px;
        margin-bottom: 0
    }

    .lp-page .image-content h2 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        font-size: 44px;
        margin-bottom: 36px
    }

    .lp-page .image-content_text {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: calc(100% - 300px);
        padding-left: 16px;
        padding-top: 10px
    }

    .lp-page .image-content li {
        font-size: 24px;
        margin-bottom: 10px
    }

    .lp-page .image-content li:before {
        top: 12px;
        width: 6px;
        height: 6px
    }
}

@media (min-width:1260px) {
    .lp-page .image-content {
        display: block;
        padding-top: 14px;
        max-width: 1260px;
        padding-bottom: 100px;
        overflow: hidden
    }

    .lp-page .image-content:after {
        content: '';
        display: block;
        clear: both;
        background: 0 0;
        visibility: hidden;
        line-height: 0;
        height: 0;
        margin: 0;
        padding: 0
    }

    .lp-page .image-content_image {
        width: 500px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        float: left
    }

    .lp-page .image-content h2 {
        width: calc(100% - 500px);
        float: left;
        margin-top: 44px
    }

    .lp-page .image-content_text {
        width: calc(100% - 500px);
        float: left;
        padding-left: 0
    }
}

.lp-page .videolist {
    padding-bottom: 68px
}

.lp-page .videolist h2 {
    font-family: Ivar, Times New Roman, serif;
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 22px
}

.lp-page .videolist p {
    font-family: Larsseit, Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin-bottom: 16px
}

.lp-page .videolist img {
    display: none
}

.lp-page .videolist.withImage img {
    display: block;
    width: 104%;
    margin: 0 -2%;
    max-width: none;
    margin-bottom: 36px
}

.lp-page .videolist li {
    position: relative;
    border-top: 1px solid #e0e0e0;
    font-family: Larsseit, Helvetica, Arial, sans-serif;
    font-size: 20px;
    padding: 22px 84px 22px 0;
    font-weight: 500;
    list-style: none;
    min-height: 108px;
    cursor: default
}

.lp-page .videolist li .video-popup_btn {
    position: absolute;
    display: block;
    width: 64px;
    height: 64px;
    right: 0;
    top: 22px;
    background: #0470be url(../sijeko/3.b36ecbbd.svg) no-repeat center center;
    background-size: 22px 22px;
    cursor: pointer
}

@media (min-width:768px) {
    .lp-page .videolist {
        padding-bottom: 88px
    }

    .lp-page .videolist h2 {
        font-size: 44px;
        margin-bottom: 19px;
        text-align: center
    }

    .lp-page .videolist p {
        font-size: 20px;
        margin-bottom: 54px;
        text-align: center
    }

    .lp-page .videolist.withImage img {
        display: block;
        width: 100%;
        margin: 0;
        margin-bottom: 52px
    }

    .lp-page .videolist ul {
        max-width: 578px;
        margin: 0 auto
    }

    .lp-page .videolist li {
        min-height: 120px;
        padding: 25px 100px 25px 0;
        font-size: 24px
    }

    .lp-page .videolist li .video-popup_btn {
        width: 70px;
        height: 70px;
        background-size: 24px 24px;
        top: 25px
    }
}

@media (min-width:1260px) {
    .lp-page .videolist {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 80px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .lp-page .videolist.withImage {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .lp-page .videolist.withImage .videolist_col {
        width: 50%
    }

    .lp-page .videolist h2 {
        margin-bottom: 17px
    }

    .lp-page .videolist.withImage h2 {
        text-align: left
    }

    .lp-page .videolist p {
        font-size: 18px;
        margin-bottom: 68px
    }

    .lp-page .videolist.withImage p {
        text-align: left;
        margin-bottom: 40px
    }

    .lp-page .videolist.withImage img {
        width: 106%;
        margin-left: -3%
    }

    .lp-page .videolist ul {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: none
    }

    .lp-page .videolist ul li {
        width: calc(50% - 23px)
    }

    .lp-page .videolist.withImage ul {
        display: block;
        position: relative;
        max-width: 480px;
        margin-left: auto;
        margin-right: 0
    }

    .lp-page .videolist.withImage ul li {
        width: 100%
    }
}

.lp-form {
    background: #f2f2f2;
    padding: 35px 0 46px
}

.lp-form .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 980px
}

.lp-form_title {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 24px;
    font-family: "Ivar Display", "Times New Roman", serif;
    font-size: 32px;
    line-height: 120%;
    text-align: center
}

.lp-form_text {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-bottom: 55px;
    font-family: Larsseit, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300
}

.lp-form_form {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-bottom: 42px
}

.lp-form_img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 30px
}

.lp-form_subtext {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    font-family: Larsseit, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 300
}

@media (min-width:768px) {
    .lp-form {
        padding: 62px 0 58px
    }

    .lp-form .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .lp-form_title {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        font-size: 36px;
        font-weight: 600;
        margin-bottom: 32px
    }

    .lp-form_text {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        font-size: 18px;
        margin-bottom: 54px
    }

    .lp-form_form {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: calc(100% - 310px);
        margin-bottom: 38px
    }

    .lp-form_img {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        width: 300px
    }

    .lp-form_subtext {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        width: 100%;
        max-width: 600px
    }
}

@media (min-width:1260px) {
    .lp-form {
        padding: 105px 0
    }

    .lp-form_title {
        font-size: 44px;
        margin-bottom: 30px;
        text-align: left
    }

    .lp-form_text {
        margin-bottom: 62px
    }

    .lp-form_form {
        margin-bottom: 55px;
        width: calc(100% - 400px);
        margin-right: 50px
    }

    .lp-form_img {
        width: 350px
    }

    .lp-form_subtext {
        max-width: none
    }
}

.demo_button_wrapper {
    text-align: center;
    margin: 0 auto 1.5rem
}

.toggle-m {
    margin: 1.5rem auto 2.5rem
}

section.circle {
    margin-bottom: 40px
}

.button-link {
    width: 100%;
    max-width: 160px;
    height: 40px;
    border-radius: 4px;
    background: #0470be;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Larsseit;
    padding: 0 24px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #fff;
    margin: 0 auto 0
}

.button-link:hover {
    color: #fff
}

* {
    -webkit-font-smoothing: antialiased
}

.contact.contact-block {
    background: 0 0;
    border-bottom: 0
}

.contact.contact-block.background {
    background: #f2f2f2
}

.faq__links .slick-list {
    overflow: visible !important;
}

.publication article:hover,
.publication article a:hover,
.publication a:hover p {
    text-decoration: none !important;
}

.publication__item-title {
    color: #333;
}

article:hover .publication__item-title {
    color: #0470be;
}

.publication__item-tag a {
    color: #828282;
}

.page .analytic .catalogue__button-link,
.page .landscapes-footer__button {
    border-radius: 8px;
}

.page .contact-content__info-button {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 32px;
    line-height: 2rem;
    width: auto;
    /*min-width:280px;*/
    border-radius: 8px;
}

/* Banner 3 */

.bannerShow .banner_inner::after,
.bannerShow .banner_inner::before {
    content: " ";
    position: absolute;
    left: 0;
    top: -18px;
    background: url(../images/bnrt_d_l.png) left top no-repeat;
    width: 199px;
    height: 57px
}

.bannerShow .banner_close {
    right: -100px
}

.bannerShow .banner_inner::after {
    left: auto;
    right: 0;
    top: -18px;
    background: url(../images/bnrt_d_r.png) right top no-repeat;
    width: 200px;
    height: 57px
}

@media (max-width:1260px) {
    .banner .banner_inner a {
        display: inline-block
    }

    .banner_text {
        min-width: 60%
    }

    .bannerShow .banner {
        min-height: 57px
    }

    .banner .banner_inner {
        margin-top: -8px
    }

    .bannerShow .banner_inner::after,
    .bannerShow .banner_inner::before {
        top: -10px
    }
}

@media (max-width:1024px) {
    .banner .banner_inner {
        margin-top: -8px
    }

    .bannerShow .banner_inner::after,
    .bannerShow .banner_inner::before {
        top: -10px;
        left: -124px
    }

    .bannerShow .banner_inner::after {
        left: auto;
        right: -165px
    }

    .bannerShow .banner {
        min-height: 57px
    }

    .banner_text {
        min-width: 60%
    }

    .bannerShow .banner_close {
        right: -28px;
        top: -38px
    }

    .banner .banner_inner a {
        display: inline-block
    }
}

@media (max-width:740px) {
    .banner_text {
        text-align: left;
        padding-right: 100px
    }

    .bannerShow .banner {
        background: url(../images/bnrt_m.png) right top no-repeat #2fb984;
        padding-left: 18px;
        min-height: 100px
    }

    .banner .banner_inner a {
        margin-left: 0;
        display: block
    }

    .bannerShow .banner_inner::after,
    .bannerShow .banner_inner::before {
        display: none
    }

    .bannerShow .banner_close {
        right: -35px;
        top: -10px
    }
}

/* Banner 4 */
body.bannerShow .banner[brn-id=bid4] {
    background: url(../images/bnr-back-wide.png) center center no-repeat #002057;
    z-index: 10
}

.bannerShow [brn-id=bid4] .banner_inner::after,
.bannerShow [brn-id=bid4] .banner_inner::before {
    display: none
}

@media (max-width:360px) {
    body.bannerShow [brn-id=bid4].banner {
        background-image: url(../images/bnr-back-mb-360.png);
        z-index: 10
    }
}

@media (max-width:471px) {
    body.bannerShow [brn-id=bid4].banner {
        background-image: url(../images/bnr-back-mb-471.png);
        z-index: 10
    }
}

/*  Hero Updates from 2023*/

.use-cases-video {
    display: flex;
    flex-direction: row-reverse;
    margin: 21px 0 0;
    padding: 30px 0 34px
}

.use-cases-video h2 {
    font-family: 'Ivar Display';
    font-size: 44px;
    margin-bottom: 24px;
    letter-spacing: -1px;
    padding-right: 30px
}

.use-cases-video h3 {
    font-size: 24px;
    margin-bottom: 24px;
    margin-top: 30px
}

.body_video {
    position: relative;
    max-width: 100%;
    max-height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 24px 0 48px
}

@media (min-width:768px) {
    .body_video {
        min-width: 50%;
        max-height: none;
        right: 0;
        top: 0;
        margin: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

@media (max-width:767px) {
    .use-cases-video {
        display: flex;
        flex-direction: column;
        align-items: start;
        margin: 0;
        padding: 0
    }

    .body_video {
        min-width: 100%;
        max-height: none;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 45px 0 20px
    }

    .use-cases-video h2 {
        font-family: 'Ivar Display';
        font-size: 32px;
        margin-bottom: 27px
    }

    .use-cases-video .content-block_button {
        width: 100%
    }
}

.hero-2024 {
    background: url(../images/LLM_bg-hp2.svg) center center no-repeat #fff;
    padding-top: 0;
    vertical-align: middle;
    max-width: 1829px;
    margin: auto
}

.hero-2024 .lh {
    display: block
}

section[data-block=b1662] .hero-logos_content {
    min-width: 43%
}

section[data-block=b1662] .hero-logos_container {
    padding-top: 108px;
    align-items: center
}

section[data-block=b1662] .hero-logos_video {
    min-width: 50%
}

section[data-block=b1662] .hero-logos_background {
    top: 23px
}

section[data-block=b1662] {
    min-height: 497px;
    margin-top: 65px
}

.hero-2024 .hero-logos,
.hero-2024 .hero-logos_container {
    padding-bottom: 0;
    min-height: inherit;
    align-content: space-around;
    display: flex;
    padding-top: 0
}

.hero-2024 .hero-logos_background {
    max-width: 1829px;
    min-height: inherit
}

.hero-2024 .hero-logos_background div {
    visibility: hidden
}

.hero-2024 .hero-logos_content p,
.hero-2024 h1,
.hero-2024 h2 {
    color: #0c0c0c;
    font-size: 24px
}

.hero-2024 .hero-logos_content {
    padding-left: 101px;
    flex: 1;
    padding-right: 100px
}

.hero-2024 .hero-logos_content h1,
.hero-2024 .hero-logos_content h2 {
    font-size: 44px;
    font-family: "Ivar Display";
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 20px
}

section.hero-2024 .hero-logos_back {
    flex: 1
}

@media (max-width:1260px) {
    .hero-2024 {
        max-width: 1260px
    }

    .hero-logos {
        padding-left: 42px;
        padding-right: 42px
    }
}

@media (max-width:1024px) {
    .hero-2024 {
        max-width: 1024px
    }

    .hero-logos {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:768px) {
    section[data-block=b1662] .hero-logos_video_image {
        min-width: 96%
    }

    .hero-2024 {
        max-width: 768px
    }

    .hero-logos {
        padding-left: 0;
        padding-right: 0
    }

    .hero-2024 .hero-logos_content {
        padding-left: 60px
    }
}

@media (max-width:430px) {
    section[data-block=b1662] .hero-logos_video_image {
        max-width: 96%
    }

    .hero-2024 {
        background: url(../images/LLM_bg-hp-m.svg) center center no-repeat #fff
    }

    .hero-2024 .hero-logos_button {
        display: block;
        width: 100%;
        margin: 10px auto 35px
    }

    .hero-2024 .lh {
        display: inline
    }

    #h1640 .contact-block h2,
    .hero-2024 .hero-logos_content h1,
    .hero-2024 .hero-logos_content h2 {
        font-size: 36px
    }

    section[data-block=b1662] .hero-logos_content h2 {
        font-size: 44px;
        padding-top: 20px
    }

    section[data-block=b1662] .hero-logos_content p {
        font-size: 20px
    }

    .hero-2024 .hero-logos_content {
        padding-left: 20px;
        padding-right: 20px
    }

    section[data-block=b1662] {
        min-height: 521px
    }

    section[data-block=b1662] .hero-logos_background {
        background-position: center bottom;
        background-size: cover
    }

    section.hero-2024 .hero-logos_back {
        display: none
    }

    .hero-2024 .hero-logos,
    .hero-2024 .hero-logos_container {
        align-content: normal
    }
}

@media (min-width:1900px) {
    section.hero-2024 .hero-logos_button {
        margin-top: 43px
    }
}


/* Styles for automarkdown */
.blogpost_content[modx-data="True"] ol {
    padding-left: 1em;
    margin-left: 1em
}

.blogpost_content[modx-data="True"] ol li {
    margin-bottom: 5px;
    cursor: default;
    list-style: number
}
/*
.blogpost_content[modx-data="True"] h5 {
    color:
}
*/

.blogpost_content[modx-data="True"] p.img-caption {
    margin-top: -50px;
    margin-bottom: 2rem;
    color: #666;
    font-style: italic;
}

/* Styles for markdown > tables */

.blogpost_content[modx-data="True"] blockquote blockquote {
    background-color: #f2f2f2;
    padding: 9px 26px 19px;
}

.blogpost_content[modx-data="True"] td,
.blogpost_content[modx-data="True"] th {
    vertical-align: top;
    padding: 20px 2em 0 0;
    border-bottom: 1px solid #2f2f2f
}

.blogpost_content[modx-data="True"] td {
    padding-bottom: 10px;
}

.blogpost_content[modx-data="True"] th:first-of-type {
    width: 40%;
}

.blogpost_content[modx-data="True"] tr.mobile-inner {
    display: none
}

.blogpost_content[modx-data="True"] tr:last-of-type td {
    border-bottom: none
}

.blogpost_content[modx-data="True"] th {
    font-size: 20px;
    padding-bottom: 20px
}

.blogpost_content[modx-data="True"] .rotate90 p {
    font-size: 16px;
    font-weight: 400
}

.blogpost_content[modx-data="True"] td p {
    font-size: 16px
}

.blogpost_content[modx-data="True"] img.ds-icon {
    margin: 50px 0 5px;
    width: 150px;
}