main.js-scroller {
    position: absolute;
    top: 0;
    width: 100%;
}
main.js-scroller .content {
    min-height: calc(100vh - 630px);
    /*margin-top: 140px;*/
}
@media only screen and (min-width: 981px) {
    .et_pb_image_0_tb_header {
        max-width: 25% !important;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    main.js-scroller .content {
        /*margin-top: 200px;*/
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    main.js-scroller .content {
        /*margin-top: 260px;*/
    }
}
@media only screen and (min-width: 1279px) {
    main.js-scroller .content {
        /*margin-top: 120px;*/
    }
}
@media only screen and (min-width: 1740px) {
    main.js-scroller .content {
        /*margin-top: 120px;*/
    }
}
main.js-scroller #canvas-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: -1;
}
main.js-scroller #canvas-container canvas,
main.js-scroller .canvas-fix {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
main.js-scroller .canvas-fix {
    pointer-events: none;
}
.noscroll {
    position: relative !important;
    overflow: hidden !important;
    width: 100% !important;
    height: 100vh !important;
}
/*.no-list,
.template-brand-philosophy section.text-section ul,
ul.page-numbers {
    list-style: none;
    margin: 0;
    padding: 0;
}
a,
a:focus,
a:hover {
    color: #000;
    text-decoration: none !important;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
svg {
    visibility: inherit;
}
hr {
    margin-top: 0;
    margin-bottom: 0;
}
.contact-section {
    margin-top: 100px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .contact-section {
        margin-top: 100px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .contact-section {
        margin-top: 180px;
    }
}
@media only screen and (min-width: 1279px) {
    .contact-section {
        margin-top: 240px;
    }
}
.contact-section .text-group {
    margin-bottom: 50px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .contact-section .text-group {
        margin-bottom: 50px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .contact-section .text-group {
        margin-bottom: 100px;
    }
}
@media only screen and (min-width: 1279px) {
    .contact-section .text-group {
        margin-bottom: 100px;
    }
}
.contact-section .form-inquiry {
    margin-top: 50px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .contact-section .form-inquiry {
        margin-top: 50px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .contact-section .form-inquiry {
        margin-top: 100px;
    }
}
@media only screen and (min-width: 1279px) {
    .contact-section .form-inquiry {
        margin-top: 100px;
    }
}
.subscribe {
    display: block;
}
.subscribe .title {
    font-family: Trivia Sans, arial;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    font-size: 35px;
    line-height: 1;
    color: #fff;
    -webkit-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .subscribe .title {
        font-size: 60px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .subscribe .title {
        font-size: 70px;
    }
}
@media only screen and (min-width: 1279px) {
    .subscribe .title {
        font-size: 100px;
    }
}
.subscribe .subtitle {
    width: 100%;
    font-family: AT Osmose, arial;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    letter-spacing: 1px;
    font-size: 13px;
    letter-spacing: 2px;
    color: #fff;
    -webkit-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .subscribe .subtitle {
        font-size: 15px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .subscribe .subtitle {
        font-size: 15px;
    }
}
@media only screen and (min-width: 1279px) {
    .subscribe .subtitle {
        font-size: 15px;
    }
}
.subscribe .arrow-diagonal {
    width: 40px;
    margin-top: 10px;
    position: absolute;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: -o-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s, -o-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.subscribe .arrow-diagonal polygon {
    fill: #fff;
}
.subscribe:hover .subtitle,
.subscribe:hover .title {
    color: #003cff;
    -webkit-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.subscribe:hover .arrow-diagonal {
    -webkit-transform: translate3d(10px, -10px, 0);
    transform: translate3d(10px, -10px, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: -o-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s, -o-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.mobile-landscape-disclaimer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 100;
    pointer-events: none;
    display: grid;
    place-content: center;
}
.mobile-landscape-disclaimer .brand {
    position: absolute;
    top: 25px;
    left: 25px;
}
.mobile-landscape-disclaimer .brand svg {
    width: 150px;
}
.mobile-landscape-disclaimer .brand svg path,
.mobile-landscape-disclaimer .brand svg rect {
    fill: #fff;
}
.mobile-landscape-disclaimer .brand span {
    color: #fff;
    font-size: 13px;
}
.mobile-landscape-disclaimer .inner-wrap {
    color: #fff;
    text-align: center;
}
.mobile-landscape-disclaimer .inner-wrap .title {
    font-size: 22px;
}
.mobile-landscape-disclaimer .inner-wrap .subtitle {
    font-size: 17px;
}
.mobile-landscape-disclaimer .mobile-icon {
    margin-top: 40px;
}
.mobile-landscape-disclaimer .mobile-icon svg {
    overflow: visible !important;
    width: 95px;
    height: auto;
}
header.banner {
    position: fixed;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    z-index: 2;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    header.banner {
        position: fixed;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    header.banner {
        position: fixed;
    }
}
@media only screen and (min-width: 1279px) {
    header.banner {
        position: relative;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    header.banner {
        padding-left: 40px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    header.banner {
        padding-left: 5%;
    }
}
@media only screen and (min-width: 1279px) {
    header.banner {
        padding-left: 5%;
    }
}
@media only screen and (min-width: 1740px) {
    header.banner {
        padding-left: 100px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    header.banner {
        padding-right: 40px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    header.banner {
        padding-right: 5%;
    }
}
@media only screen and (min-width: 1279px) {
    header.banner {
        padding-right: 5%;
    }
}
@media only screen and (min-width: 1740px) {
    header.banner {
        padding-right: 100px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    header.banner {
        padding-top: 40px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    header.banner {
        padding-top: 40px;
    }
}
@media only screen and (min-width: 1279px) {
    header.banner {
        padding-top: 40px;
    }
}
header.banner .brand svg {
    width: 200px;
}
header.banner .brand span {
    font-family: AT Osmose, arial;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    letter-spacing: 1px;
    font-size: 13px;
    margin-left: 0;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    header.banner .brand span {
        margin-left: 0;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    header.banner .brand span {
        margin-left: 10px;
    }
}
@media only screen and (min-width: 1279px) {
    header.banner .brand span {
        margin-left: 10px;
    }
}*/
header.banner .nav-top-right a {
    position: relative;
    display: inline-block;
    top: -3px;
    height: 18px;
    margin-right: 45px;
}
header.banner .nav-top-right a img,
header.banner .nav-top-right a svg {
    width: auto;
    height: 100%;
}
header.banner .nav-top-right a img path,
header.banner .nav-top-right a img polygon,
header.banner .nav-top-right a svg path,
header.banner .nav-top-right a svg polygon {
    fill: #000;
    -webkit-transition: fill 3s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    -o-transition: fill 3s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    transition: fill 3s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
}
header.banner .nav-top-right a:hover svg path,
header.banner .nav-top-right a:hover svg polygon {
    fill: var(--fill-color);
    -webkit-transition: fill 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    -o-transition: fill 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    transition: fill 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
}
header.banner button.hamburger {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #000;
    border: none;
    padding: 0;
    width: 80px;
    height: 80px;
    border-radius: 10px;
    -webkit-transition: border-radius 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    -o-transition: border-radius 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, -o-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    transition: border-radius 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    transition: border-radius 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    transition: border-radius 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s,
        -o-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    z-index: 3;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    header.banner button.hamburger {
        position: relative;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    header.banner button.hamburger {
        position: relative;
    }
}
@media only screen and (min-width: 1279px) {
    header.banner button.hamburger {
        position: relative;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    header.banner button.hamburger {
        bottom: 0;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    header.banner button.hamburger {
        bottom: 0;
    }
}
@media only screen and (min-width: 1279px) {
    header.banner button.hamburger {
        bottom: 0;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    header.banner button.hamburger {
        right: 0;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    header.banner button.hamburger {
        right: 0;
    }
}
@media only screen and (min-width: 1279px) {
    header.banner button.hamburger {
        right: 0;
    }
}
header.banner button.hamburger .lines {
    margin: 25px;
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    -o-transition: -o-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    transition: -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    transition: transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    transition: transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, -o-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
}
header.banner button.hamburger .lines .line {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
}
header.banner button.hamburger.active,
header.banner button.hamburger:hover {
    border-radius: 50%;
    -webkit-transform: rotate(45deg) !important;
    -o-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
    -webkit-transition: border-radius 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    -o-transition: border-radius 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, -o-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    transition: border-radius 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    transition: border-radius 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    transition: border-radius 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0s,
        -o-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
}
header.banner button.hamburger.active .lines,
header.banner button.hamburger:hover .lines {
    -webkit-transform: rotate(-45deg) !important;
    -o-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    -o-transition: -o-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    transition: -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, -o-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
}
header.banner button.hamburger.active .line {
    background: #000;
}
[class*="cursor-anim-slider-"] {
    cursor: none !important;
    opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -o-transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s, -o-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s, transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s, transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s, -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s,
        -o-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
[class*="cursor-anim-slider-"]:hover {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
    -o-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -o-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
    transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
    transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
    transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, -o-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
}
.less {
    position: absolute;
    right: 30px;
    bottom: 30px;
    padding: 0;
    background: none;
    border: none;
    width: 55px;
    height: 55px;
}
.less svg circle {
    fill: transparent;
    stroke: #000;
    stroke-miterlimit: 10;
}
.less svg circle,
.less svg polygon {
    -webkit-transition: fill 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: fill 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: fill 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.less svg polygon {
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.less:hover svg circle {
    fill: #000;
}
.less:hover svg circle,
.less:hover svg polygon {
    -webkit-transition: fill 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: fill 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: fill 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.less:hover svg polygon {
    fill: #fff;
}
/*.more {
    padding: 0;
    background: none;
    border: none;
    width: 55px;
    height: 55px;
}
.more svg circle {
    fill: transparent;
    stroke: #000;
    stroke-width: 5.5;
    stroke-miterlimit: 10;
    -webkit-transition: fill 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: fill 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: fill 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.more svg circle.dot {
    stroke: transparent;
}
.more:hover svg circle,
.more svg circle.dot {
    fill: #000;
}
.more:hover svg circle,
.more:hover svg circle.dot,
.more svg circle.dot {
    -webkit-transition: fill 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: fill 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: fill 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.more:hover svg circle.dot {
    fill: #fff;
    stroke: transparent;
}
.more.reverse-color svg circle {
    fill: transparent;
    stroke: #fff;
    stroke-width: 5.5;
    stroke-miterlimit: 10;
}
.more.reverse-color svg circle.dot {
    fill: #fff;
    stroke: transparent;
}
.more.reverse-color:hover svg circle {
    fill: #fff;
}
.more.reverse-color:hover svg circle.dot {
    fill: #000;
    stroke: transparent;
}*/
.back {
    position: relative;
    display: none;
    z-index: 1;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .back {
        display: block;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .back {
        display: block;
    }
}
@media only screen and (min-width: 1279px) {
    .back {
        display: block;
    }
}
.back svg {
    width: 110px;
    height: 110px;
}
.back svg circle {
    fill: #000;
}
.back svg circle,
.back svg polygon {
    -webkit-transition: fill 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: fill 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: fill 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.back svg polygon {
    fill: #fff;
}
.back:hover svg circle {
    stroke: #000;
    fill: transparent;
}
.back:hover svg circle,
.back:hover svg polygon {
    -webkit-transition: fill 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: fill 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: fill 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.back:hover svg polygon {
    fill: #000;
}
.back.back--reversed svg circle {
    fill: transparent;
    stroke: #000;
    -webkit-transition: fill 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: fill 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: fill 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.back.back--reversed:hover circle,
.back.back--reversed svg polygon {
    fill: #000;
}
.back.back--reversed:hover circle,
.back.back--reversed:hover polygon,
.back.back--reversed svg polygon {
    -webkit-transition: fill 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: fill 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: fill 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.back.back--reversed:hover polygon {
    fill: #fff;
}
/*.submit {
    padding: 0;
    background: none;
    border: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .submit {
        margin-left: auto;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .submit {
        margin-left: 0;
    }
}
@media only screen and (min-width: 1279px) {
    .submit {
        margin-left: 0;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .submit {
        margin-right: auto;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .submit {
        margin-right: 0;
    }
}
@media only screen and (min-width: 1279px) {
    .submit {
        margin-right: 0;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .submit {
        margin-top: 40px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .submit {
        margin-top: 0;
    }
}
@media only screen and (min-width: 1279px) {
    .submit {
        margin-top: 0;
    }
}
.submit .label {
    font-size: 40px;
    margin-right: 30px;
}
.submit .inner-button {
    background: #000;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    display: grid;
    place-content: center;
    -webkit-transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.submit .inner-button svg {
    width: 23px;
}
.submit .inner-button svg line,
.submit .inner-button svg polyline {
    fill: none;
    stroke: #fff;
    stroke-width: 9;
    stroke-miterlimit: 10;
    -webkit-transition: stroke 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: stroke 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: stroke 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.submit:hover .inner-button {
    background: transparent;
    border: 1px solid #000;
    -webkit-transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.submit:hover .inner-button svg line,
.submit:hover .inner-button svg polyline {
    stroke: #000;
    -webkit-transition: stroke 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: stroke 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: stroke 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}*/
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.no-wrap {
    white-space: nowrap;
}
.__l-title {
    font-family: Trivia Sans, arial;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    font-size: 35px;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 0;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .__l-title {
        font-size: 60px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .__l-title {
        font-size: 70px;
    }
}
@media only screen and (min-width: 1279px) {
    .__l-title {
        font-size: 100px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .__l-title {
        margin-top: 20px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .__l-title {
        margin-top: 60px;
    }
}
@media only screen and (min-width: 1279px) {
    .__l-title {
        margin-top: 60px;
    }
}
.text-group {
    margin-top: 40px;
    margin-bottom: 40px;
    max-width: 1300px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .text-group {
        margin-top: 40px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .text-group {
        margin-top: 60px;
    }
}
@media only screen and (min-width: 1279px) {
    .text-group {
        margin-top: 60px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .text-group {
        margin-bottom: 40px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .text-group {
        margin-bottom: 40px;
    }
}
@media only screen and (min-width: 1279px) {
    .text-group {
        margin-bottom: 140px;
    }
}
.text-group p {
    font-family: Trivia Sans, arial;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    font-size: 17px;
    line-height: 24px;
    max-width: 900px;
    margin-top: 20px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .text-group p {
        font-size: 17px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .text-group p {
        font-size: 22px;
    }
}
@media only screen and (min-width: 1279px) {
    .text-group p {
        font-size: 22px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .text-group p {
        line-height: 24px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .text-group p {
        line-height: 34px;
    }
}
@media only screen and (min-width: 1279px) {
    .text-group p {
        line-height: 34px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .text-group p {
        margin-top: 20px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .text-group p {
        margin-top: 20px;
    }
}
@media only screen and (min-width: 1279px) {
    .text-group p {
        margin-top: 30px;
    }
}
.text-group p strong {
    font-family: Trivia Sans, arial;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
.descriptors {
    margin-top: 30px;
    display: block;
    grid-template-columns: 0.74fr 1fr;
    gap: 70px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .descriptors {
        margin-top: 30px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .descriptors {
        margin-top: 30px;
    }
}
@media only screen and (min-width: 1279px) {
    .descriptors {
        margin-top: 40px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .descriptors {
        display: block;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .descriptors {
        display: grid;
    }
}
@media only screen and (min-width: 1279px) {
    .descriptors {
        display: grid;
    }
}
.descriptors .title {
    font-family: Trivia Sans, arial;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    font-size: 17px;
    line-height: 24px;
    max-width: 900px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .descriptors .title {
        font-size: 17px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .descriptors .title {
        font-size: 22px;
    }
}
@media only screen and (min-width: 1279px) {
    .descriptors .title {
        font-size: 22px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .descriptors .title {
        line-height: 24px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .descriptors .title {
        line-height: 34px;
    }
}
@media only screen and (min-width: 1279px) {
    .descriptors .title {
        line-height: 34px;
    }
}
.descriptors .description {
    font-family: Trivia Sans, arial;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    font-size: 17px;
    line-height: 24px;
    max-width: 900px;
    margin-bottom: 30px;
    margin-top: 30px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .descriptors .description {
        font-size: 17px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .descriptors .description {
        font-size: 22px;
    }
}
@media only screen and (min-width: 1279px) {
    .descriptors .description {
        font-size: 22px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .descriptors .description {
        line-height: 24px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .descriptors .description {
        line-height: 34px;
    }
}
@media only screen and (min-width: 1279px) {
    .descriptors .description {
        line-height: 34px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .descriptors .description {
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .descriptors .description {
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 1279px) {
    .descriptors .description {
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .descriptors .description {
        margin-top: 30px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .descriptors .description {
        margin-top: 30px;
    }
}
@media only screen and (min-width: 1279px) {
    .descriptors .description {
        margin-top: 30px;
    }
}
.descriptors .description a {
    color: #000;
}
.descriptors .description a,
.descriptors .description a:hover {
    -webkit-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.descriptors .description a:hover {
    color: #003cff;
}
.breadcomb {
    margin-left: 50px;
}
.breadcomb .separator {
    padding-left: 40px;
    padding-right: 10px;
}
.breadcomb .separator,
.breadcomb a {
    font-family: AT Osmose, arial;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 1;
}
.breadcomb a {
    position: relative;
    text-transform: uppercase;
    padding-bottom: 2px;
}
.breadcomb a:after {
    -webkit-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}
.breadcomb a:after,
.breadcomb a:before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 1px;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: -o-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -o-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.breadcomb a:before {
    -webkit-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
}
.breadcomb a:hover {
    color: #000;
}
.breadcomb a:hover:after {
    -webkit-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: -o-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -o-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.breadcomb a:hover:before {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    -o-transition: -o-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, -o-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.details-career {
    width: 100%;
    font-family: AT Osmose, arial;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
}
.details-career > div {
    display: grid;
    grid-template-columns: 50px auto;
    gap: 20px;
}
.details-career hr {
    border-top: 1px solid #000;
    margin-top: 10px;
    margin-bottom: 35px;
}
.details-career hr:first-of-type {
    border-top: 3px solid #000;
    margin-top: 5px;
    margin-bottom: 30px;
}
.list-brands {
    display: block;
    grid-template-columns: auto;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 0;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .list-brands {
        display: grid;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .list-brands {
        display: grid;
    }
}
@media only screen and (min-width: 1279px) {
    .list-brands {
        display: grid;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .list-brands {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .list-brands {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }
}
@media only screen and (min-width: 1279px) {
    .list-brands {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .list-brands {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .list-brands {
        -webkit-column-gap: 100px;
        -moz-column-gap: 100px;
        column-gap: 100px;
    }
}
@media only screen and (min-width: 1279px) {
    .list-brands {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}
@media only screen and (min-width: 1740px) {
    .list-brands {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .list-brands {
        row-gap: 30px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .list-brands {
        row-gap: 60px;
    }
}
@media only screen and (min-width: 1279px) {
    .list-brands {
        row-gap: 0;
    }
}
@media only screen and (min-width: 1740px) {
    .list-brands {
        row-gap: 0;
    }
}
.list-brands > hr {
    display: none;
    grid-column-end: auto;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 20px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .list-brands > hr {
        display: none;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .list-brands > hr {
        display: block;
    }
}
@media only screen and (min-width: 1279px) {
    .list-brands > hr {
        display: block;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .list-brands > hr {
        grid-column-end: span 2;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .list-brands > hr {
        grid-column-end: span 2;
    }
}
@media only screen and (min-width: 1279px) {
    .list-brands > hr {
        grid-column-end: span 2;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .list-brands > hr {
        margin-top: 1rem;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .list-brands > hr {
        margin-top: 1rem;
    }
}
@media only screen and (min-width: 1279px) {
    .list-brands > hr {
        margin-top: 6rem;
    }
}
.list-brands > hr:nth-of-type(2) {
    display: none;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .list-brands > hr:nth-of-type(2) {
        display: none;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .list-brands > hr:nth-of-type(2) {
        display: none;
    }
}
@media only screen and (min-width: 1279px) {
    .list-brands > hr:nth-of-type(2) {
        display: block;
    }
}
/*ul.list-hero,
ul.list-news {
    position: relative;
    margin-top: 30px;
    min-height: 400px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 15px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    ul.list-hero,
    ul.list-news {
        margin-top: 60px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    ul.list-hero,
    ul.list-news {
        margin-top: 120px;
    }
}
@media only screen and (min-width: 1279px) {
    ul.list-hero,
    ul.list-news {
        margin-top: 120px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    ul.list-hero,
    ul.list-news {
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    ul.list-hero,
    ul.list-news {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
}
@media only screen and (min-width: 1279px) {
    ul.list-hero,
    ul.list-news {
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    ul.list-hero,
    ul.list-news {
        row-gap: 15px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    ul.list-hero,
    ul.list-news {
        row-gap: 30px;
    }
}
@media only screen and (min-width: 1279px) {
    ul.list-hero,
    ul.list-news {
        row-gap: 15px;
    }
}
ul.list-hero.list-hero,
ul.list-news.list-hero {
    margin-top: 0;
}
ul.list-hero .image-wrap,
ul.list-news .image-wrap {
    max-height: 375px;
    border-radius: 10px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    ul.list-hero .image-wrap,
    ul.list-news .image-wrap {
        max-height: 250px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    ul.list-hero .image-wrap,
    ul.list-news .image-wrap {
        max-height: 325px;
    }
}
@media only screen and (min-width: 1279px) {
    ul.list-hero .image-wrap,
    ul.list-news .image-wrap {
        max-height: 375px;
    }
}
@media only screen and (max-width: 1279px) {
    ul.list-hero.list-news li .image-wrap,
    ul.list-news.list-news li .image-wrap {
        margin-top: 40px;
    }
}
ul.list-hero.list-news li:first-child .image-wrap,
ul.list-news.list-news li:first-child .image-wrap {
    margin-top: 40px;
}
ul.list-hero.list-hero li:nth-child(2) .image-wrap,
ul.list-news.list-hero li:nth-child(2) .image-wrap {
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
}
@media only screen and (min-width: 1024px) {
    ul.list-hero,
    ul.list-news {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}
@media only screen and (min-width: 1279px) {
    ul.list-hero,
    ul.list-news {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        grid-template-areas: "a a a b b b" "a a a c c c" "d d d d d d";
    }
    ul.list-hero.list-hero,
    ul.list-news.list-hero {
        grid-template-columns: 1fr 1fr 1fr 1fr 460px;
        grid-template-rows: 1fr;
        grid-template-areas: "a a a a b b" "a a a a c c";
    }
}
ul.list-hero li,
ul.list-news li {
    position: relative;
    height: 480px;
    grid-column: 2 span;
    margin-top: 10px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    ul.list-hero li,
    ul.list-news li {
        height: 480px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    ul.list-hero li,
    ul.list-news li {
        height: 645px;
    }
}
@media only screen and (min-width: 1279px) {
    ul.list-hero li,
    ul.list-news li {
        height: 645px;
    }
}
@media only screen and (min-width: 1740px) {
    ul.list-hero li,
    ul.list-news li {
        height: 745px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    ul.list-hero li,
    ul.list-news li {
        grid-column: 1 span;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    ul.list-hero li,
    ul.list-news li {
        grid-column: 2 span;
    }
}
@media only screen and (min-width: 1279px) {
    ul.list-hero li,
    ul.list-news li {
        grid-column: 2 span;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    ul.list-hero li,
    ul.list-news li {
        margin-top: 0;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    ul.list-hero li,
    ul.list-news li {
        margin-top: 0;
    }
}
@media only screen and (min-width: 1279px) {
    ul.list-hero li,
    ul.list-news li {
        margin-top: 100px;
    }
}
ul.list-hero li .block-news > div,
ul.list-news li .block-news > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (min-width: 1279px) {
    ul.list-hero li .block-news > div,
    ul.list-news li .block-news > div {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    ul.list-hero li:first-child,
    ul.list-news li:first-child {
        grid-area: a;
        margin-top: 0;
    }
    ul.list-hero li:first-child .block-news > div,
    ul.list-news li:first-child .block-news > div {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    ul.list-hero li:first-child .block-news .date,
    ul.list-news li:first-child .block-news .date {
        font-size: 62px;
    }
    ul.list-hero li:first-child .block-news .title,
    ul.list-news li:first-child .block-news .title {
        font-size: 20px;
        line-height: 23px;
    }
}
@media only screen and (min-width: 1279px) and (min-width: 550px) and (max-width: 1023px) {
    ul.list-hero li:first-child .block-news .title,
    ul.list-news li:first-child .block-news .title {
        font-size: 20px;
    }
}
@media only screen and (min-width: 1279px) and (min-width: 1024px) and (max-width: 1278px) {
    ul.list-hero li:first-child .block-news .title,
    ul.list-news li:first-child .block-news .title {
        font-size: 32px;
    }
}
@media only screen and (min-width: 1279px) and (min-width: 1279px) {
    ul.list-hero li:first-child .block-news .title,
    ul.list-news li:first-child .block-news .title {
        font-size: 32px;
    }
}
@media only screen and (min-width: 1279px) and (min-width: 550px) and (max-width: 1023px) {
    ul.list-hero li:first-child .block-news .title,
    ul.list-news li:first-child .block-news .title {
        line-height: 23px;
    }
}
@media only screen and (min-width: 1279px) and (min-width: 1024px) and (max-width: 1278px) {
    ul.list-hero li:first-child .block-news .title,
    ul.list-news li:first-child .block-news .title {
        line-height: 37px;
    }
}
@media only screen and (min-width: 1279px) and (min-width: 1279px) {
    ul.list-hero li:first-child .block-news .title,
    ul.list-news li:first-child .block-news .title {
        line-height: 37px;
    }
}
@media only screen and (min-width: 1279px) {
    ul.list-hero li:first-child .block-news .image-wrap,
    ul.list-news li:first-child .block-news .image-wrap {
        height: 400px;
        overflow: hidden;
    }
    ul.list-hero li:first-child .block-hero img,
    ul.list-news li:first-child .block-hero img {
        max-height: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 0;
        -o-object-fit: cover;
        object-fit: cover;
        z-index: 0;
    }
    ul.list-hero li:nth-child(2),
    ul.list-hero li:nth-child(3),
    ul.list-news li:nth-child(2),
    ul.list-news li:nth-child(3) {
        grid-area: b;
        height: 315px;
        margin-top: 0;
    }
}
@media only screen and (min-width: 1279px) and (min-width: 550px) and (max-width: 1023px) {
    ul.list-hero li:nth-child(2),
    ul.list-hero li:nth-child(3),
    ul.list-news li:nth-child(2),
    ul.list-news li:nth-child(3) {
        height: 160px;
    }
}
@media only screen and (min-width: 1279px) and (min-width: 1024px) and (max-width: 1278px) {
    ul.list-hero li:nth-child(2),
    ul.list-hero li:nth-child(3),
    ul.list-news li:nth-child(2),
    ul.list-news li:nth-child(3) {
        height: 160px;
    }
}
@media only screen and (min-width: 1279px) and (min-width: 1279px) {
    ul.list-hero li:nth-child(2),
    ul.list-hero li:nth-child(3),
    ul.list-news li:nth-child(2),
    ul.list-news li:nth-child(3) {
        height: 315px;
    }
}
@media only screen and (min-width: 1279px) and (min-width: 1740px) {
    ul.list-hero li:nth-child(2),
    ul.list-hero li:nth-child(3),
    ul.list-news li:nth-child(2),
    ul.list-news li:nth-child(3) {
        height: 365px;
    }
}
@media only screen and (min-width: 1279px) {
    ul.list-hero li:nth-child(2) .block-news > div,
    ul.list-hero li:nth-child(3) .block-news > div,
    ul.list-news li:nth-child(2) .block-news > div,
    ul.list-news li:nth-child(3) .block-news > div {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
    ul.list-hero li:nth-child(2) .block-news > div .top,
    ul.list-hero li:nth-child(3) .block-news > div .top,
    ul.list-news li:nth-child(2) .block-news > div .top,
    ul.list-news li:nth-child(3) .block-news > div .top {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding: 30px 20px 0 40px;
    }
    ul.list-hero li:nth-child(2) .block-news > div .title,
    ul.list-hero li:nth-child(3) .block-news > div .title,
    ul.list-news li:nth-child(2) .block-news > div .title,
    ul.list-news li:nth-child(3) .block-news > div .title {
        font-size: 22px;
        line-height: 32px;
    }
    ul.list-hero li:nth-child(3),
    ul.list-news li:nth-child(3) {
        grid-area: c;
    }
}
ul.list-hero.list-hero li .top,
ul.list-news.list-hero li .top {
    margin-top: auto;
    z-index: 1;
}
ul.list-hero.list-hero li .top .title,
ul.list-news.list-hero li .top .title {
    font-size: 30px;
    line-height: 55px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    ul.list-hero.list-hero li .top .title,
    ul.list-news.list-hero li .top .title {
        font-size: 30px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    ul.list-hero.list-hero li .top .title,
    ul.list-news.list-hero li .top .title {
        font-size: 37px;
    }
}
@media only screen and (min-width: 1279px) {
    ul.list-hero.list-hero li .top .title,
    ul.list-news.list-hero li .top .title {
        font-size: 37px;
    }
}
ul.list-hero.list-hero li .top .subtitle,
ul.list-news.list-hero li .top .subtitle {
    font-family: AT Osmose, arial;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    letter-spacing: 1px;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 10px;
}
ul.list-hero.list-hero li:first-child .__card:before,
ul.list-news.list-hero li:first-child .__card:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}
ul.list-hero.list-hero li:first-child .top,
ul.list-news.list-hero li:first-child .top {
    margin-top: auto;
    z-index: 1;
}
ul.list-hero.list-hero li:first-child .top .title,
ul.list-news.list-hero li:first-child .top .title {
    font-size: 45px;
    line-height: 45px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    ul.list-hero.list-hero li:first-child .top .title,
    ul.list-news.list-hero li:first-child .top .title {
        font-size: 45px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    ul.list-hero.list-hero li:first-child .top .title,
    ul.list-news.list-hero li:first-child .top .title {
        font-size: 65px;
    }
}
@media only screen and (min-width: 1279px) {
    ul.list-hero.list-hero li:first-child .top .title,
    ul.list-news.list-hero li:first-child .top .title {
        font-size: 65px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    ul.list-hero.list-hero li:first-child .top .title,
    ul.list-news.list-hero li:first-child .top .title {
        line-height: 45px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    ul.list-hero.list-hero li:first-child .top .title,
    ul.list-news.list-hero li:first-child .top .title {
        line-height: 67px;
    }
}
@media only screen and (min-width: 1279px) {
    ul.list-hero.list-hero li:first-child .top .title,
    ul.list-news.list-hero li:first-child .top .title {
        line-height: 67px;
    }
}
ul.list-hero.list-hero li:first-child .top .subtitle,
ul.list-news.list-hero li:first-child .top .subtitle {
    font-size: 15px;
    margin-top: 10px;
}
ul.list-hero.list-hero li:nth-child(2),
ul.list-news.list-hero li:nth-child(2) {
    height: 423px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    ul.list-hero.list-hero li:nth-child(2),
    ul.list-news.list-hero li:nth-child(2) {
        height: 160px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    ul.list-hero.list-hero li:nth-child(2),
    ul.list-news.list-hero li:nth-child(2) {
        height: 160px;
    }
}
@media only screen and (min-width: 1279px) {
    ul.list-hero.list-hero li:nth-child(2),
    ul.list-news.list-hero li:nth-child(2) {
        height: 473px;
    }
}
@media only screen and (min-width: 1740px) {
    ul.list-hero.list-hero li:nth-child(2),
    ul.list-news.list-hero li:nth-child(2) {
        height: 523px;
    }
}
ul.list-hero.list-hero li:nth-child(2) .top,
ul.list-news.list-hero li:nth-child(2) .top {
    margin: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
ul.list-hero.list-hero li:nth-child(2) .top .title,
ul.list-news.list-hero li:nth-child(2) .top .title {
    font-family: Trivia Sans, arial;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
ul.list-hero.list-hero li:nth-child(2) .top .subtitle,
ul.list-hero.list-hero li:nth-child(2) .top .title,
ul.list-news.list-hero li:nth-child(2) .top .subtitle,
ul.list-news.list-hero li:nth-child(2) .top .title {
    margin: 0;
    line-height: 1.4;
}
ul.list-hero.list-hero li:nth-child(2) .icon,
ul.list-news.list-hero li:nth-child(2) .icon {
    position: absolute;
    right: 30px;
    bottom: 40px;
}
ul.list-hero.list-hero li:nth-child(2) .image-wrap,
ul.list-news.list-hero li:nth-child(2) .image-wrap {
    width: 290px;
    height: 289px;
    margin: auto;
    overflow: hidden;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    border-radius: 50%;
}
ul.list-hero.list-hero li:nth-child(2) .image-wrap img,
ul.list-news.list-hero li:nth-child(2) .image-wrap img {
    width: 290px;
    height: 290px;
    -o-object-fit: cover;
    object-fit: cover;
}
ul.list-hero.list-hero li:nth-child(3),
ul.list-news.list-hero li:nth-child(3) {
    height: 157px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    ul.list-hero.list-hero li:nth-child(3),
    ul.list-news.list-hero li:nth-child(3) {
        height: 160px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    ul.list-hero.list-hero li:nth-child(3),
    ul.list-news.list-hero li:nth-child(3) {
        height: 160px;
    }
}
@media only screen and (min-width: 1279px) {
    ul.list-hero.list-hero li:nth-child(3),
    ul.list-news.list-hero li:nth-child(3) {
        height: 157px;
    }
}
@media only screen and (min-width: 1740px) {
    ul.list-hero.list-hero li:nth-child(3),
    ul.list-news.list-hero li:nth-child(3) {
        height: 207px;
    }
}
ul.list-hero.list-hero li:nth-child(3) .top,
ul.list-news.list-hero li:nth-child(3) .top {
    margin: 0;
}
ul.list-hero.list-hero li:nth-child(3) .top .title,
ul.list-news.list-hero li:nth-child(3) .top .title {
    margin: 0;
    font-family: Trivia Sans, arial;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    line-height: 1;
}
ul.list-hero.list-hero li:nth-child(3) .top .subtitle,
ul.list-news.list-hero li:nth-child(3) .top .subtitle {
    margin: 0;
    line-height: 1.2;
}
ul.list-hero.list-hero li:nth-child(3) .image-wrap,
ul.list-news.list-hero li:nth-child(3) .image-wrap {
    margin-bottom: 15px;
}
ul.list-hero.list-hero li:nth-child(3) .image-wrap img,
ul.list-news.list-hero li:nth-child(3) .image-wrap img {
    max-width: 280px;
}
ul.list-hero.list-hero li:nth-child(3) .icon,
ul.list-news.list-hero li:nth-child(3) .icon {
    position: absolute;
    right: 30px;
    bottom: 30px;
}
@media only screen and (max-width: 1279px) {
    ul.list-hero.list-hero,
    ul.list-news.list-hero {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr;
        grid-template-areas: "a a a a" "b b c c";
    }
    ul.list-hero.list-hero li:first-child,
    ul.list-news.list-hero li:first-child {
        grid-column: 4 span;
    }
    ul.list-hero.list-hero li:first-child .__card,
    ul.list-news.list-hero li:first-child .__card {
        padding: 0;
    }
    ul.list-hero.list-hero li:first-child .block-hero img,
    ul.list-news.list-hero li:first-child .block-hero img {
        max-height: none;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    ul.list-hero.list-hero li:first-child .top,
    ul.list-news.list-hero li:first-child .top {
        position: absolute;
        bottom: 40px;
        padding-left: 35px;
    }
    ul.list-hero.list-hero li:first-child .top .title,
    ul.list-news.list-hero li:first-child .top .title {
        max-width: 100%;
    }
    ul.list-hero.list-hero li:first-child .image-wrap,
    ul.list-news.list-hero li:first-child .image-wrap {
        padding-top: 0;
        max-height: 100%;
    }
    ul.list-hero.list-hero li:nth-child(2),
    ul.list-news.list-hero li:nth-child(2) {
        grid-area: b;
    }
    ul.list-hero.list-hero li:nth-child(2) .top,
    ul.list-news.list-hero li:nth-child(2) .top {
        position: absolute;
        bottom: 30px;
    }
    ul.list-hero.list-hero li:nth-child(2) .__card,
    ul.list-news.list-hero li:nth-child(2) .__card {
        padding: 35px;
    }
    ul.list-hero.list-hero li:nth-child(2) .image-wrap,
    ul.list-news.list-hero li:nth-child(2) .image-wrap {
        display: none;
    }
    ul.list-hero.list-hero li:nth-child(2) .icon,
    ul.list-news.list-hero li:nth-child(2) .icon {
        bottom: auto;
        top: 20px;
        right: 20px;
    }
    ul.list-hero.list-hero li:nth-child(3),
    ul.list-news.list-hero li:nth-child(3) {
        grid-area: c;
    }
    ul.list-hero.list-hero li:nth-child(3) .top,
    ul.list-news.list-hero li:nth-child(3) .top {
        position: absolute;
        bottom: 30px;
    }
    ul.list-hero.list-hero li:nth-child(3) .__card,
    ul.list-news.list-hero li:nth-child(3) .__card {
        padding: 35px;
    }
    ul.list-hero.list-hero li:nth-child(3) .image-wrap,
    ul.list-news.list-hero li:nth-child(3) .image-wrap {
        display: none;
    }
    ul.list-hero.list-hero li:nth-child(3) .icon,
    ul.list-news.list-hero li:nth-child(3) .icon {
        bottom: auto;
        top: 20px;
        right: 20px;
    }
}*/
.links-list {
    display: block;
    grid-template-columns: 100%;
    gap: 30px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .links-list {
        display: grid;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .links-list {
        display: grid;
    }
}
@media only screen and (min-width: 1279px) {
    .links-list {
        display: grid;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .links-list {
        grid-template-columns: 1fr 1fr;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .links-list {
        grid-template-columns: 1fr 1fr;
    }
}
@media only screen and (min-width: 1279px) {
    .links-list {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
.links-list .__card {
    padding: 0;
}
.links-list .top {
    padding: 20px;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .links-list .top {
        padding-left: 30px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .links-list .top {
        padding-left: 30px;
    }
}
@media only screen and (min-width: 1279px) {
    .links-list .top {
        padding-left: 45px;
    }
}
.links-list .top .title {
    font-family: Trivia Sans, arial;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    font-size: 22px;
    line-height: 1;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .links-list .top .title {
        font-size: 22px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .links-list .top .title {
        font-size: 37px;
    }
}
@media only screen and (min-width: 1279px) {
    .links-list .top .title {
        font-size: 37px;
    }
}
.links-list .top .subtitle {
    font-size: 13px;
    margin-top: 5px;
}
.links-list li {
    height: 160px;
    margin-bottom: 30px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .links-list li {
        height: 160px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .links-list li {
        height: 205px;
    }
}
@media only screen and (min-width: 1279px) {
    .links-list li {
        height: 205px;
    }
}
.links-list li .icon {
    position: absolute;
    right: 30px;
    bottom: 25px;
    z-index: 2;
}
.links-list li:nth-child(2) .__card:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    background: -webkit-radial-gradient(100% 100%, ellipse, #fff 0, hsla(0, 0%, 100%, 0) 100%);
    background: -o-radial-gradient(100% 100%, ellipse, #fff 0, hsla(0, 0%, 100%, 0) 100%);
    background: radial-gradient(ellipse at 100% 100%, #fff 0, hsla(0, 0%, 100%, 0) 100%);
    z-index: 1;
    pointer-events: none;
}
.links-list li:nth-child(3) {
    display: block;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .links-list li:nth-child(3) {
        display: none;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .links-list li:nth-child(3) {
        display: none;
    }
}
@media only screen and (min-width: 1279px) {
    .links-list li:nth-child(3) {
        display: block;
    }
}
.links-list li:nth-child(3) .block-hero .image-wrap {
    width: 100%;
    position: absolute;
    bottom: 45px;
    left: 25px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .links-list li:nth-child(3) .block-hero .image-wrap {
        left: 25px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .links-list li:nth-child(3) .block-hero .image-wrap {
        left: 45px;
    }
}
@media only screen and (min-width: 1279px) {
    .links-list li:nth-child(3) .block-hero .image-wrap {
        left: 45px;
    }
}
.links-list li:nth-child(3) .block-hero .image-wrap img {
    max-width: 200px;
    -o-object-fit: contain;
    object-fit: contain;
    top: auto;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .links-list li:nth-child(3) .block-hero .image-wrap img {
        max-width: 280px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .links-list li:nth-child(3) .block-hero .image-wrap img {
        max-width: 280px;
    }
}
@media only screen and (min-width: 1279px) {
    .links-list li:nth-child(3) .block-hero .image-wrap img {
        max-width: 280px;
    }
}
.switch {
    position: relative;
}
.switch .switch-pill {
    position: relative;
    width: 205px;
    margin: auto;
    cursor: pointer;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .switch .switch-pill {
        margin: auto;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .switch .switch-pill {
        margin: 0;
    }
}
@media only screen and (min-width: 1279px) {
    .switch .switch-pill {
        margin: 0;
    }
}
.switch .switch-pill input {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.switch .switch-pill svg {
    position: relative;
    top: 0;
    left: 0;
}
.switch .switch-pill svg .border {
    fill: none;
    stroke: #000;
}
.switch .switch-pill svg .s-1,
.switch .switch-pill svg .s-3 {
    visibility: hidden;
}
.switch label {
    font-size: 13px;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .switch label {
        width: 360px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .switch label {
        width: 360px;
    }
}
@media only screen and (min-width: 1279px) {
    .switch label {
        width: 360px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .switch label {
        margin-left: auto;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .switch label {
        margin-left: 30px;
    }
}
@media only screen and (min-width: 1279px) {
    .switch label {
        margin-left: 30px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .switch label {
        margin-right: auto;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .switch label {
        margin-right: 0;
    }
}
@media only screen and (min-width: 1279px) {
    .switch label {
        margin-right: 0;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .switch label {
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .switch label {
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 1279px) {
    .switch label {
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .switch label {
        text-align: left;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .switch label {
        text-align: left;
    }
}
@media only screen and (min-width: 1279px) {
    .switch label {
        text-align: left;
    }
}
.switch label a {
    position: relative;
    display: inline-block;
    line-height: 1.4;
}
.switch label a:after {
    -webkit-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}
.switch label a:after,
.switch label a:before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 1px;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: -o-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -o-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.switch label a:before {
    -webkit-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
}
.switch label a:hover {
    color: #000;
}
.switch label a:hover:after {
    -webkit-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: -o-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -o-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.switch label a:hover:before {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    -o-transition: -o-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, -o-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.switch .indications {
    position: absolute;
    width: 100%;
    top: 30px;
    z-index: 1;
    mix-blend-mode: difference;
}
.switch .indications > div {
    font-family: Trivia Sans, arial;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    font-size: 16px;
    width: 50%;
    text-align: center;
    color: #fff;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .switch .indications > div {
        font-size: 16px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .switch .indications > div {
        font-size: 22px;
    }
}
@media only screen and (min-width: 1279px) {
    .switch .indications > div {
        font-size: 22px;
    }
}
label {
    font-family: AT Osmose, arial;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    letter-spacing: 1px;
    font-size: 13px;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 23px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    label {
        font-size: 13px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    label {
        font-size: 14px;
    }
}
@media only screen and (min-width: 1279px) {
    label {
        font-size: 14px;
    }
}
label.disabled,
label[disabled] {
    color: red;
}
label.file {
    font-family: Trivia Sans, arial;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    color: #949494;
    letter-spacing: normal;
    font-size: 20px;
    padding-top: 5px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    label.file {
        font-size: 20px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    label.file {
        font-size: 25px;
    }
}
@media only screen and (min-width: 1279px) {
    label.file {
        font-size: 25px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    label.file {
        padding-top: 50px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    label.file {
        padding-top: 50px;
    }
}
@media only screen and (min-width: 1279px) {
    label.file {
        padding-top: 50px;
    }
}
input[type="email"],
input[type="file"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
    display: block;
    position: relative;
    width: 100%;
    outline: none;
    -webkit-appearance: none;
    margin: 0;
    text-align: left;
    border: none;
    background: none;
    padding-top: 5px;
    padding-bottom: 20px;
    font-size: 20px;
}
input[type="email"] :-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="file"] :-moz-placeholder,
input[type="file"]::-moz-placeholder,
input[type="number"] :-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"] :-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="tel"] :-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"] :-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="url"] :-moz-placeholder,
input[type="url"]::-moz-placeholder,
select :-moz-placeholder,
select::-moz-placeholder,
textarea :-moz-placeholder,
textarea::-moz-placeholder {
    color: #949494;
    text-align: left;
}
input[type="email"]:-ms-input-placeholder,
input[type="file"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #949494;
    text-align: left;
}
input[type="email"]::-webkit-input-placeholder,
input[type="file"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #949494;
    text-align: left;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    input[type="email"],
    input[type="file"],
    input[type="number"],
    input[type="password"],
    input[type="tel"],
    input[type="text"],
    input[type="url"],
    select,
    textarea {
        padding-top: 5px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    input[type="email"],
    input[type="file"],
    input[type="number"],
    input[type="password"],
    input[type="tel"],
    input[type="text"],
    input[type="url"],
    select,
    textarea {
        padding-top: 22px;
    }
}
@media only screen and (min-width: 1279px) {
    input[type="email"],
    input[type="file"],
    input[type="number"],
    input[type="password"],
    input[type="tel"],
    input[type="text"],
    input[type="url"],
    select,
    textarea {
        padding-top: 22px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    input[type="email"],
    input[type="file"],
    input[type="number"],
    input[type="password"],
    input[type="tel"],
    input[type="text"],
    input[type="url"],
    select,
    textarea {
        padding-bottom: 20px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    input[type="email"],
    input[type="file"],
    input[type="number"],
    input[type="password"],
    input[type="tel"],
    input[type="text"],
    input[type="url"],
    select,
    textarea {
        padding-bottom: 18px;
    }
}
@media only screen and (min-width: 1279px) {
    input[type="email"],
    input[type="file"],
    input[type="number"],
    input[type="password"],
    input[type="tel"],
    input[type="text"],
    input[type="url"],
    select,
    textarea {
        padding-bottom: 18px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    input[type="email"],
    input[type="file"],
    input[type="number"],
    input[type="password"],
    input[type="tel"],
    input[type="text"],
    input[type="url"],
    select,
    textarea {
        font-size: 20px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    input[type="email"],
    input[type="file"],
    input[type="number"],
    input[type="password"],
    input[type="tel"],
    input[type="text"],
    input[type="url"],
    select,
    textarea {
        font-size: 25px;
    }
}
@media only screen and (min-width: 1279px) {
    input[type="email"],
    input[type="file"],
    input[type="number"],
    input[type="password"],
    input[type="tel"],
    input[type="text"],
    input[type="url"],
    select,
    textarea {
        font-size: 25px;
    }
}
input[type="email"]:focus,
input[type="file"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
    background: none;
}
input[type="email"][aria-invalid="true"],
input[type="file"][aria-invalid="true"],
input[type="number"][aria-invalid="true"],
input[type="password"][aria-invalid="true"],
input[type="tel"][aria-invalid="true"],
input[type="text"][aria-invalid="true"],
input[type="url"][aria-invalid="true"],
select[aria-invalid="true"],
textarea[aria-invalid="true"] {
    border: none;
}
input[type="email"]:required,
input[type="file"]:required,
input[type="number"]:required,
input[type="password"]:required,
input[type="tel"]:required,
input[type="text"]:required,
input[type="url"]:required,
select:required,
textarea:required {
    -webkit-box-shadow: none;
    box-shadow: none;
}
textarea :-moz-placeholder,
textarea::-moz-placeholder {
    color: #000;
    text-align: left;
}
textarea:-ms-input-placeholder {
    color: #000;
    text-align: left;
}
textarea::-webkit-input-placeholder {
    color: #000;
    text-align: left;
}
input[type="file"] {
    display: none;
}
.__card {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 30px;
    overflow: hidden;
    background: hsla(0, 0%, 100%, 0.3);
    -webkit-box-shadow: 20px 37px 65px 0 rgba(14, 24, 150, 0.15);
    box-shadow: 20px 37px 65px 0 rgba(14, 24, 150, 0.15);
    z-index: 1;
}
.__card,
.__card .image-wrap,
.__card .top {
    border-radius: 10px;
}
.__card:after {
    background: #fff;
    opacity: 0;
}
.__card:after,
.__card:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 10px;
}
.__card:before {
    background: #fff;
    background: -webkit-radial-gradient(0 100%, ellipse, #fff 0, hsla(0, 0%, 100%, 0) 60%);
    background: -o-radial-gradient(0 100%, ellipse, #fff 0, hsla(0, 0%, 100%, 0) 60%);
    background: radial-gradient(ellipse at 0 100%, #fff 0, hsla(0, 0%, 100%, 0) 60%);
}
.js-batch-card {
    visibility: hidden;
}
.block-card {
    position: relative;
    width: 526px;
    min-height: 536px;
    margin-bottom: 40px;
    margin-left: 40px;
    border-radius: 10px;
    overflow: hidden;
    background: hsla(0, 0%, 100%, 0.3);
    -webkit-box-shadow: 20px 37px 65px 0 rgba(14, 24, 150, 0.15);
    box-shadow: 20px 37px 65px 0 rgba(14, 24, 150, 0.15);
}
.block-card:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    background: -webkit-radial-gradient(0 100%, ellipse, #fff 0, hsla(0, 0%, 100%, 0) 100%);
    background: -o-radial-gradient(0 100%, ellipse, #fff 0, hsla(0, 0%, 100%, 0) 100%);
    background: radial-gradient(ellipse at 0 100%, #fff 0, hsla(0, 0%, 100%, 0) 100%);
    z-index: 0;
}
.block-card .contents {
    position: relative;
    height: 100%;
    padding-top: 75px;
    padding-bottom: 40px;
}
.block-card .contents .image-container {
    width: 285px;
    height: 285px;
    border-radius: 50%;
    overflow: hidden;
}
.block-card .contents .image-container img {
    height: 100%;
}
.block-card .contents .text-container {
    padding-left: 45px;
}
.block-card .contents .text-container .title {
    font-family: Trivia Sans, arial;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    font-size: 37px;
}
.block-card .contents .text-container .subtitle {
    font-size: 13px;
    font-family: AT Osmose, arial;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    letter-spacing: 1px;
    margin-top: 6px;
}
.block-careers {
    position: relative;
    height: 100%;
}
.block-careers .title {
    font-family: AT Osmose, arial;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 1;
}
.block-careers .post-title,
.block-careers .title {
    font-style: normal;
    font-display: swap;
    text-transform: uppercase;
}
.block-careers .post-title {
    font-family: Trivia Sans, arial;
    font-weight: 400;
    font-size: 22px;
    line-height: 27px;
    margin-top: 15px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .block-careers .post-title {
        font-size: 30px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .block-careers .post-title {
        font-size: 40px;
    }
}
@media only screen and (min-width: 1279px) {
    .block-careers .post-title {
        font-size: 40px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .block-careers .post-title {
        line-height: 32px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .block-careers .post-title {
        line-height: 42px;
    }
}
@media only screen and (min-width: 1279px) {
    .block-careers .post-title {
        line-height: 42px;
    }
}
.block-category {
    position: relative;
}
.block-category .media-image {
    max-width: 150px;
    max-height: 200px;
    overflow: hidden;
    margin-top: 20px;
    border-radius: 10px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .block-category .media-image {
        max-width: 150x;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .block-category .media-image {
        max-width: 255px;
    }
}
@media only screen and (min-width: 1279px) {
    .block-category .media-image {
        max-width: 275px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .block-category .media-image {
        max-height: 200px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .block-category .media-image {
        max-height: 355px;
    }
}
@media only screen and (min-width: 1279px) {
    .block-category .media-image {
        max-height: 375px;
    }
}
.block-category .media-image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.block-category .text-data .inc {
    font-family: Trivia Sans, arial;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    font-size: 15px;
    line-height: 1;
}
.block-category .text-data .inc i {
    margin-right: 2px;
}
.block-category .text-data .name {
    font-family: Trivia Sans, arial;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    font-size: 22px;
    line-height: 27px;
    margin-top: 12px;
    text-transform: uppercase;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .block-category .text-data .name {
        font-size: 35px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .block-category .text-data .name {
        font-size: 35px;
    }
}
@media only screen and (min-width: 1279px) {
    .block-category .text-data .name {
        font-size: 40px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .block-category .text-data .name {
        line-height: 37px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .block-category .text-data .name {
        line-height: 37px;
    }
}
@media only screen and (min-width: 1279px) {
    .block-category .text-data .name {
        line-height: 42px;
    }
}
.block-category .text-data .description-small {
    font-family: Trivia Sans, arial;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    font-size: 19px;
    line-height: 24px;
    margin-top: 20px;
    min-height: 72px;
    max-width: 380px;
}
.block-category .text-data .description-small:empty {
    display: none;
}
.block-category a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.block-cta {
    width: 100%;
    margin-top: 190px;
}
.block-cta hr {
    border-top: 1px solid #000;
    margin-top: 25px;
    margin-bottom: 25px;
}
.block-cta a {
    display: block;
}
.block-cta a:hover .text-wrap {
    color: #003cff;
    -webkit-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.block-cta a:hover .arrow-diagonal {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s, -o-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s, transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s, transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s, -o-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.block-cta a:hover .arrow-diagonal polygon {
    fill: #003cff;
}
.block-cta .text-wrap {
    color: #000;
    -webkit-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.block-cta .title {
    font-family: AT Osmose, arial;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    letter-spacing: 1px;
    font-size: 11px;
    line-height: 1;
    text-transform: uppercase;
    overflow: hidden;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .block-cta .title {
        font-size: 17px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .block-cta .title {
        font-size: 17px;
    }
}
@media only screen and (min-width: 1279px) {
    .block-cta .title {
        font-size: 17px;
    }
}
.block-cta .subtitle {
    font-family: Trivia Sans, arial;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    font-size: 25px;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 5px;
    margin-left: -2px;
    overflow: hidden;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .block-cta .subtitle {
        font-size: 50px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .block-cta .subtitle {
        font-size: 60px;
    }
}
@media only screen and (min-width: 1279px) {
    .block-cta .subtitle {
        font-size: 90px;
    }
}
@media only screen and (min-width: 1740px) {
    .block-cta .subtitle {
        font-size: 120px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .block-cta .subtitle {
        margin-top: 30px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .block-cta .subtitle {
        margin-top: 30px;
    }
}
@media only screen and (min-width: 1279px) {
    .block-cta .subtitle {
        margin-top: 30px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .block-cta .subtitle {
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .block-cta .subtitle {
        margin-bottom: 40px;
    }
}
@media only screen and (min-width: 1279px) {
    .block-cta .subtitle {
        margin-bottom: 40px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .block-cta .subtitle {
        margin-left: -5px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .block-cta .subtitle {
        margin-left: -5px;
    }
}
@media only screen and (min-width: 1279px) {
    .block-cta .subtitle {
        margin-left: -5px;
    }
}
.block-cta .arrow-diagonal {
    width: 25px;
    opacity: 0;
    -webkit-transform: translate3d(-20px, 20px, 0);
    transform: translate3d(-20px, 20px, 0);
    -webkit-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s, -o-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s, transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s, transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s, -o-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .block-cta .arrow-diagonal {
        width: 50px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .block-cta .arrow-diagonal {
        width: 60px;
    }
}
@media only screen and (min-width: 1279px) {
    .block-cta .arrow-diagonal {
        width: 80px;
    }
}
.block-hero {
    position: relative;
    height: 100%;
}
.block-hero .__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.block-hero .image-wrap {
    width: 100%;
}
.block-hero .image-wrap img {
    max-height: 440px;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.block-hero .icon {
    width: 50px;
    height: 50px;
}
.block-hero .subtitle {
    font-family: AT Osmose, arial;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 10px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .block-hero .subtitle {
        font-size: 20px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .block-hero .subtitle {
        font-size: 20px;
    }
}
@media only screen and (min-width: 1279px) {
    .block-hero .subtitle {
        font-size: 20px;
    }
}
.block-hero .title {
    font-family: Trivia Sans, arial;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    font-size: 27px;
    line-height: 33px;
    margin-top: 10px;
    max-width: 540px;
    max-height: 140px;
    overflow: hidden;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .block-hero .title {
        font-size: 65px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .block-hero .title {
        font-size: 65px;
    }
}
@media only screen and (min-width: 1279px) {
    .block-hero .title {
        font-size: 65px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .block-hero .title {
        line-height: 67px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .block-hero .title {
        line-height: 67px;
    }
}
@media only screen and (min-width: 1279px) {
    .block-hero .title {
        line-height: 67px;
    }
}
.block-news {
    position: relative;
}
.block-news .__card {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .block-news .__card {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .block-news .__card {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
}
@media only screen and (min-width: 1279px) {
    .block-news .__card {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
}
.block-news > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.block-news .image-wrap {
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.block-news img {
    width: auto;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.block-news .category {
    font-family: AT Osmose, arial;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 1;
    text-transform: uppercase;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .block-news .category {
        font-size: 13px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .block-news .category {
        font-size: 15px;
    }
}
@media only screen and (min-width: 1279px) {
    .block-news .category {
        font-size: 15px;
    }
}
.block-news .date {
    font-family: Trivia Sans, arial;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    font-size: 22px;
    line-height: 1.6;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .block-news .date {
        font-size: 22px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .block-news .date {
        font-size: 40px;
    }
}
@media only screen and (min-width: 1279px) {
    .block-news .date {
        font-size: 40px;
    }
}
.block-news .title {
    font-family: Trivia Sans, arial;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    font-size: 20px;
    line-height: 23px;
    margin-top: 10px;
    max-width: 440px;
    max-height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .block-news .title {
        font-size: 20px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .block-news .title {
        font-size: 27px;
    }
}
@media only screen and (min-width: 1279px) {
    .block-news .title {
        font-size: 27px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .block-news .title {
        line-height: 23px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .block-news .title {
        line-height: 33px;
    }
}
@media only screen and (min-width: 1279px) {
    .block-news .title {
        line-height: 33px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .block-news .title {
        max-height: 70px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .block-news .title {
        max-height: 135px;
    }
}
@media only screen and (min-width: 1279px) {
    .block-news .title {
        max-height: 135px;
    }
}
.block-popup-wrap {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    z-index: 100;
}
.block-popup {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 375px;
    height: 100%;
    max-height: 470px;
    background: #2053ff;
    padding: 15px 20px;
    border-radius: 10px;
    z-index: 1;
    -webkit-box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.2);
    pointer-events: auto;
}
.block-popup > .title {
    font-family: AT Osmose, arial;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    letter-spacing: 1px;
    font-size: 13px;
    color: #fff;
}
.block-popup .close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer;
}
.block-popup .close-btn svg {
    width: 15px;
    height: auto;
}
.block-popup .close-btn svg line {
    stroke: #fff;
}
.block-popup .close-btn:hover svg line,
.block-popup .close-btn svg line {
    -webkit-transition: stroke 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: stroke 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: stroke 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.block-popup .close-btn:hover svg line {
    stroke: #000;
}
.block-popup .cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    margin-top: 15px;
}
.block-popup .cta .title {
    font-family: Trivia Sans, arial;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    font-size: 25px;
    line-height: 33px;
    color: #fff;
}
.block-popup .cta .bottom-wrap {
    width: 100%;
    margin-top: auto;
    pointer-events: none;
}
.block-popup .cta .bottom-wrap .image-wrap {
    max-width: 190px;
    max-height: 250px;
}
.block-popup .cta .bottom-wrap img {
    max-width: 190px;
    max-height: 250px;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: -o-transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0s, -o-transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.block-popup .cta .bottom-wrap svg {
    position: absolute;
    bottom: 10px;
    right: 20px;
    width: 42px;
    height: auto;
    margin-bottom: 10px;
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    pointer-events: auto;
}
.block-popup .cta .bottom-wrap svg circle {
    fill: transparent;
    stroke: #fff;
    stroke-width: 2px;
}
.block-popup .cta .bottom-wrap svg circle,
.block-popup .cta .bottom-wrap svg polygon {
    -webkit-transition: fill 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: fill 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: fill 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.block-popup .cta .bottom-wrap svg polygon {
    fill: #fff;
}
.block-popup .cta a:hover img {
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: -o-transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0s, -o-transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.block-popup .cta a:hover svg circle {
    fill: #fff;
}
.block-popup .cta a:hover svg circle,
.block-popup .cta a:hover svg polygon {
    -webkit-transition: fill 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: fill 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: fill 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.block-popup .cta a:hover svg polygon {
    fill: #000;
}
.block-product {
    position: relative;
}
.block-product .media-image {
    max-height: 65vw;
    border-radius: 10px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .block-product .media-image {
        max-height: 480px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .block-product .media-image {
        max-height: 382px;
    }
}
@media only screen and (min-width: 1279px) {
    .block-product .media-image {
        max-height: 480px;
    }
}
.block-product .media-image img {
    -o-object-fit: cover;
    object-fit: cover;
}
.block-product svg {
    width: 100%;
    height: 65vw;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .block-product svg {
        height: 480px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .block-product svg {
        height: 382px;
    }
}
@media only screen and (min-width: 1279px) {
    .block-product svg {
        height: 480px;
    }
}
.block-product .text-data {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .block-product .text-data {
        padding-top: 20px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .block-product .text-data {
        padding-top: 20px;
    }
}
@media only screen and (min-width: 1279px) {
    .block-product .text-data {
        padding-top: 30px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .block-product .text-data {
        padding-left: 0;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .block-product .text-data {
        padding-left: 0;
    }
}
@media only screen and (min-width: 1279px) {
    .block-product .text-data {
        padding-left: 30px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .block-product .text-data {
        padding-right: 0;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .block-product .text-data {
        padding-right: 0;
    }
}
@media only screen and (min-width: 1279px) {
    .block-product .text-data {
        padding-right: 30px;
    }
}
.block-product .text-data ul.product-codes li {
    font-family: AT Osmose, arial;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    letter-spacing: 1px;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 5px;
}
.block-product .text-data .post-title {
    font-family: Trivia Sans, arial;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    font-size: 14px;
    line-height: 17px;
    margin-top: 0;
    text-transform: uppercase;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .block-product .text-data .post-title {
        font-size: 14px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .block-product .text-data .post-title {
        font-size: 22px;
    }
}
@media only screen and (min-width: 1279px) {
    .block-product .text-data .post-title {
        font-size: 22px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .block-product .text-data .post-title {
        line-height: 17px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .block-product .text-data .post-title {
        line-height: 28px;
    }
}
@media only screen and (min-width: 1279px) {
    .block-product .text-data .post-title {
        line-height: 34px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .block-product .text-data .post-title {
        margin-top: 0;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .block-product .text-data .post-title {
        margin-top: 15px;
    }
}
@media only screen and (min-width: 1279px) {
    .block-product .text-data .post-title {
        margin-top: 15px;
    }
}
.block-product a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.block-rootcategory {
    position: relative;
    padding: 0;
    min-height: auto;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .block-rootcategory {
        padding: 0;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .block-rootcategory {
        padding: 30px 0 0;
    }
}
@media only screen and (min-width: 1279px) {
    .block-rootcategory {
        padding: 30px 30px 30px 0;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .block-rootcategory {
        min-height: auto;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .block-rootcategory {
        min-height: 540px;
    }
}
@media only screen and (min-width: 1279px) {
    .block-rootcategory {
        min-height: 540px;
    }
}
@media only screen and (max-width: 1023px) {
    .block-rootcategory {
        margin-bottom: 40px;
    }
}
.block-rootcategory .image-wrap {
    position: relative;
    width: 70vw;
    max-width: 360px;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin: auto;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .block-rootcategory .image-wrap {
        width: 280px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .block-rootcategory .image-wrap {
        width: 100%;
    }
}
@media only screen and (min-width: 1279px) {
    .block-rootcategory .image-wrap {
        width: 55%;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .block-rootcategory .image-wrap {
        max-width: 360px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .block-rootcategory .image-wrap {
        max-width: 260px;
    }
}
@media only screen and (min-width: 1279px) {
    .block-rootcategory .image-wrap {
        max-width: 360px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .block-rootcategory .image-wrap {
        height: auto;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .block-rootcategory .image-wrap {
        height: auto;
    }
}
@media only screen and (min-width: 1279px) {
    .block-rootcategory .image-wrap {
        height: 100%;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .block-rootcategory .image-wrap {
        margin: 0;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .block-rootcategory .image-wrap {
        margin: 0;
    }
}
@media only screen and (min-width: 1279px) {
    .block-rootcategory .image-wrap {
        margin: 0;
    }
}
.block-rootcategory .image-wrap img {
    width: 100%;
    height: 360px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .block-rootcategory .image-wrap img {
        height: 360px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .block-rootcategory .image-wrap img {
        height: 360px;
    }
}
@media only screen and (min-width: 1279px) {
    .block-rootcategory .image-wrap img {
        height: 480px;
    }
}
.block-rootcategory .image-wrap .colored-dot {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    z-index: 0;
}
.block-rootcategory .text-wrap {
    width: 100%;
    padding: 25px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .block-rootcategory .text-wrap {
        width: 100%;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .block-rootcategory .text-wrap {
        width: 100%;
    }
}
@media only screen and (min-width: 1279px) {
    .block-rootcategory .text-wrap {
        width: 49%;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .block-rootcategory .text-wrap {
        padding: 25px 0;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .block-rootcategory .text-wrap {
        padding: 25px 0 0;
    }
}
@media only screen and (min-width: 1279px) {
    .block-rootcategory .text-wrap {
        padding: 25px 0 25px 30px;
    }
}
.block-rootcategory .text-wrap hr {
    border-top-width: 3px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.block-rootcategory .text-wrap ul li a hr {
    border-top-width: 1px;
    margin-top: 7px;
    margin-bottom: 20px;
}
.block-rootcategory .text-wrap ul li a span {
    font-family: AT Osmose, arial;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    letter-spacing: 1px;
    font-size: 15px;
    text-transform: uppercase;
}
.block-rootcategory .text-wrap ul li a span.category-name {
    padding-right: 20px;
}
.block-rootcategory .text-wrap ul li a:hover .category-name,
.block-rootcategory .text-wrap ul li a span.category-name {
    -webkit-transition: color 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    -o-transition: color 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    transition: color 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
}
.block-rootcategory .text-wrap ul li a:hover .category-name {
    color: var(--fill-color);
}
.block-rootcategory a .logo {
    height: 25px;
}
.block-rootcategory a .logo path,
.block-rootcategory a .logo polygon {
    fill: #000;
    -webkit-transition: fill 3s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    -o-transition: fill 3s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    transition: fill 3s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
}
.block-rootcategory a:hover svg path,
.block-rootcategory a:hover svg polygon {
    fill: var(--fill-color);
    -webkit-transition: fill 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    -o-transition: fill 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    transition: fill 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
}
.block-rootcategory .more-dots {
    width: 20px;
}
.block-rootcategory .more-dots circle {
    fill: #000;
}
.block-rootcategory .products-counter {
    font-family: Trivia Sans, arial;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    font-size: 80px;
    line-height: 1;
    margin-top: 20px;
    visibility: hidden;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .block-rootcategory .products-counter {
        visibility: hidden;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .block-rootcategory .products-counter {
        visibility: hidden;
    }
}
@media only screen and (min-width: 1279px) {
    .block-rootcategory .products-counter {
        visibility: visible;
    }
}
.block-rootcategory .arrow-diagonal {
    width: 55px;
    opacity: 0;
}
.block-team {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 550px;
    border-radius: 10px;
}
.block-team .top {
    min-height: 160px;
}
.block-team .title {
    font-family: AT Osmose, arial;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 1;
    text-transform: uppercase;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .block-team .title {
        font-size: 13px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .block-team .title {
        font-size: 15px;
    }
}
@media only screen and (min-width: 1279px) {
    .block-team .title {
        font-size: 15px;
    }
}
.block-team .post-title {
    font-family: Trivia Sans, arial;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    font-size: 22px;
    line-height: 27px;
    margin-top: 10px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .block-team .post-title {
        font-size: 22px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .block-team .post-title {
        font-size: 40px;
    }
}
@media only screen and (min-width: 1279px) {
    .block-team .post-title {
        font-size: 40px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .block-team .post-title {
        line-height: 27px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .block-team .post-title {
        line-height: 42px;
    }
}
@media only screen and (min-width: 1279px) {
    .block-team .post-title {
        line-height: 42px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .block-team .post-title {
        margin-top: 10px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .block-team .post-title {
        margin-top: 15px;
    }
}
@media only screen and (min-width: 1279px) {
    .block-team .post-title {
        margin-top: 15px;
    }
}
.block-team img {
    max-height: 60vw;
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .block-team img {
        max-height: 275px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .block-team img {
        max-height: 19vw;
    }
}
@media only screen and (min-width: 1279px) {
    .block-team img {
        max-height: 19vw;
    }
}
.block-team .front-side {
    min-height: 560px;
    overflow: hidden;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .block-team .front-side {
        min-height: 600px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .block-team .front-side {
        min-height: 660px;
    }
}
@media only screen and (min-width: 1279px) {
    .block-team .front-side {
        min-height: 730px;
    }
}
.block-team .front-side .email {
    font-family: AT Osmose, arial;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    margin-top: 60px;
    margin-bottom: 10px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .block-team .front-side .email {
        font-size: 13px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .block-team .front-side .email {
        font-size: 14px;
    }
}
@media only screen and (min-width: 1279px) {
    .block-team .front-side .email {
        font-size: 14px;
    }
}
.block-team .front-side .email a {
    max-width: 215px;
    -webkit-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .block-team .front-side .email a {
        max-width: 215px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .block-team .front-side .email a {
        max-width: 100%;
    }
}
@media only screen and (min-width: 1279px) {
    .block-team .front-side .email a {
        max-width: 100%;
    }
}
.block-team .front-side .email a:hover {
    color: #003cff;
    -webkit-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .block-team .front-side .email {
        margin-top: 60px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .block-team .front-side .email {
        margin-top: 0;
    }
}
@media only screen and (min-width: 1279px) {
    .block-team .front-side .email {
        margin-top: 0;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .block-team .front-side .email {
        margin-bottom: 10px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .block-team .front-side .email {
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 1279px) {
    .block-team .front-side .email {
        margin-bottom: 0;
    }
}
.block-team .front-side .email .label {
    display: none;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .block-team .front-side .email .label {
        display: none;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .block-team .front-side .email .label {
        display: block;
    }
}
@media only screen and (min-width: 1279px) {
    .block-team .front-side .email .label {
        display: block;
    }
}
.block-team .front-side .email hr {
    display: none;
    border-top: 1px solid #000;
    margin-top: 25px;
    margin-bottom: 30px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .block-team .front-side .email hr {
        display: none;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .block-team .front-side .email hr {
        display: block;
    }
}
@media only screen and (min-width: 1279px) {
    .block-team .front-side .email hr {
        display: block;
    }
}
.block-team .front-side .email hr:first-of-type {
    border-top: 3px solid #000;
    margin-bottom: 12px;
}
.block-team .back-side {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 20px 37px 65px 0 rgba(14, 24, 150, 0.15);
    box-shadow: 20px 37px 65px 0 rgba(14, 24, 150, 0.15);
}
.block-team .back-side .description {
    font-family: Trivia Sans, arial;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    font-size: 17px;
    line-height: 24px;
    max-width: 350px;
    margin-top: 20px;
    padding-bottom: 40px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .block-team .back-side .description {
        font-size: 17px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .block-team .back-side .description {
        font-size: 19px;
    }
}
@media only screen and (min-width: 1279px) {
    .block-team .back-side .description {
        font-size: 19px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .block-team .back-side .description {
        line-height: 24px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .block-team .back-side .description {
        line-height: 30px;
    }
}
@media only screen and (min-width: 1279px) {
    .block-team .back-side .description {
        line-height: 30px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .block-team .back-side .description {
        margin-top: 40px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .block-team .back-side .description {
        margin-top: 40px;
    }
}
@media only screen and (min-width: 1279px) {
    .block-team .back-side .description {
        margin-top: 80px;
    }
}
.block-timeline {
    position: relative;
    width: 100%;
    height: 100%;
}
.block-timeline .top {
    padding: 30px;
}
.block-timeline .year {
    font-family: Trivia Sans, arial;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    font-size: 35px;
    line-height: 1;
    text-transform: uppercase;
    margin-left: -3px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .block-timeline .year {
        font-size: 60px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .block-timeline .year {
        font-size: 70px;
    }
}
@media only screen and (min-width: 1279px) {
    .block-timeline .year {
        font-size: 100px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .block-timeline .year {
        margin-left: -10px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .block-timeline .year {
        margin-left: -10px;
    }
}
@media only screen and (min-width: 1279px) {
    .block-timeline .year {
        margin-left: -10px;
    }
}
.block-timeline .month {
    font-family: Trivia Sans, arial;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    font-size: 17px;
    line-height: 24px;
    text-transform: uppercase;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .block-timeline .month {
        font-size: 19px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .block-timeline .month {
        font-size: 17px;
    }
}
@media only screen and (min-width: 1279px) {
    .block-timeline .month {
        font-size: 22px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .block-timeline .month {
        line-height: 25px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .block-timeline .month {
        line-height: 24px;
    }
}
@media only screen and (min-width: 1279px) {
    .block-timeline .month {
        line-height: 34px;
    }
}
.block-timeline .title {
    font-family: Trivia Sans, arial;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    font-size: 17px;
    line-height: 24px;
    padding: 10px 30px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .block-timeline .title {
        font-size: 19px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .block-timeline .title {
        font-size: 17px;
    }
}
@media only screen and (min-width: 1279px) {
    .block-timeline .title {
        font-size: 22px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .block-timeline .title {
        line-height: 25px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .block-timeline .title {
        line-height: 24px;
    }
}
@media only screen and (min-width: 1279px) {
    .block-timeline .title {
        line-height: 34px;
    }
}
.block-timeline .front-side {
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.block-timeline .front-side img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.block-timeline .front-side .more {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.block-timeline .back-side {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    -webkit-box-shadow: 20px 37px 65px 0 rgba(14, 24, 150, 0.15);
    box-shadow: 20px 37px 65px 0 rgba(14, 24, 150, 0.15);
}
.block-timeline .back-side .description {
    font-family: Trivia Sans, arial;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    font-size: 16px;
    line-height: 24px;
    padding: 30px 30px 130px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .block-timeline .back-side .description {
        font-size: 19px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .block-timeline .back-side .description {
        font-size: 16px;
    }
}
@media only screen and (min-width: 1279px) {
    .block-timeline .back-side .description {
        font-size: 19px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .block-timeline .back-side .description {
        line-height: 30px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .block-timeline .back-side .description {
        line-height: 24px;
    }
}
@media only screen and (min-width: 1279px) {
    .block-timeline .back-side .description {
        line-height: 30px;
    }
}
.button-circle-arrow hr {
    width: 100%;
    margin-right: 50px;
}
.button-circle-arrow .button-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #000;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .button-circle-arrow .button-wrap {
        width: 80px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .button-circle-arrow .button-wrap {
        width: 110px;
    }
}
@media only screen and (min-width: 1279px) {
    .button-circle-arrow .button-wrap {
        width: 110px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .button-circle-arrow .button-wrap {
        height: 80px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .button-circle-arrow .button-wrap {
        height: 110px;
    }
}
@media only screen and (min-width: 1279px) {
    .button-circle-arrow .button-wrap {
        height: 110px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .button-circle-arrow .button-wrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .button-circle-arrow .button-wrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 110px;
        flex: 0 0 110px;
    }
}
@media only screen and (min-width: 1279px) {
    .button-circle-arrow .button-wrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 110px;
        flex: 0 0 110px;
    }
}
.button-circle-arrow .button-wrap .inner-wrap {
    position: absolute;
    width: auto;
    right: 0;
    top: 0;
}
.button-circle-arrow .button-wrap .label {
    font-family: Trivia Sans, arial;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    white-space: nowrap;
    opacity: 0;
}
.button-circle-arrow .button-wrap svg {
    width: 80px;
    height: 80px;
    right: 0;
    top: 0;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .button-circle-arrow .button-wrap svg {
        width: 80px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .button-circle-arrow .button-wrap svg {
        width: 110px;
    }
}
@media only screen and (min-width: 1279px) {
    .button-circle-arrow .button-wrap svg {
        width: 110px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .button-circle-arrow .button-wrap svg {
        height: 80px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .button-circle-arrow .button-wrap svg {
        height: 110px;
    }
}
@media only screen and (min-width: 1279px) {
    .button-circle-arrow .button-wrap svg {
        height: 110px;
    }
}
.button-circle-arrow .button-wrap svg polygon {
    fill: #fff;
    stroke: none;
    stroke-miterlimit: 10;
}
.dropdown-links {
    width: 100%;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .dropdown-links {
        width: 360px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .dropdown-links {
        width: 450px;
    }
}
@media only screen and (min-width: 1279px) {
    .dropdown-links {
        width: 450px;
    }
}
.dropdown-links .select {
    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: 38px 20px;
    border: 1px solid #000;
    border-radius: 60px;
    cursor: pointer;
}
.dropdown-links .select,
.dropdown-links .select.open,
.dropdown-links .select:hover {
    -webkit-transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.dropdown-links .select.open,
.dropdown-links .select:hover {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.dropdown-links .select__trigger {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 22px;
    font-family: Trivia Sans, arial;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    font-size: 22px;
    line-height: 1;
    z-index: 3;
}
.dropdown-links .select__trigger span {
    width: 20em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.dropdown-links .select__trigger span br {
    display: none;
}
.dropdown-links .options {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 65px 50px 20px 25px;
    border-radius: 60px;
    background: #fff;
    z-index: 2;
}
.dropdown-links .inner-wrap {
    margin-top: 20px;
    padding-right: 25px;
    max-height: 320px;
    overflow-y: auto;
}
.dropdown-links .option {
    position: relative;
    display: block;
    padding: 20px 10px 20px 18px;
    font-family: Trivia Sans, arial;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    font-size: 22px;
    line-height: 1;
    border-bottom: 1px solid #ccc;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.dropdown-links .option:first-child {
    border-top: 1px solid #ccc;
}
.dropdown-links .option:last-child {
    border-bottom: none;
}
.dropdown-links .option:hover {
    background-color: hsla(0, 0%, 70%, 0.05);
}
.dropdown-links .option.selected {
    color: #fff;
    background-color: #305c91;
}
.dropdown-links svg {
    height: 23px;
}
.dropdown-links svg line,
.dropdown-links svg polyline {
    fill: none;
    stroke: #000;
    stroke-width: 9;
    stroke-miterlimit: 10;
}
.filter-buttons {
    width: 100%;
    margin-top: 60px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .filter-buttons {
        width: 50%;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .filter-buttons {
        width: 330px;
    }
}
@media only screen and (min-width: 1279px) {
    .filter-buttons {
        width: 100%;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .filter-buttons {
        margin-top: 60px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .filter-buttons {
        margin-top: 120px;
    }
}
@media only screen and (min-width: 1279px) {
    .filter-buttons {
        margin-top: 180px;
    }
}
.filter-buttons > .title {
    font-family: Trivia Sans, arial;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    font-size: 40px;
    line-height: 42px;
}
.filter-buttons .filter-open-modal {
    padding: 35px;
    background: #000;
    border-radius: 60px;
    cursor: pointer;
}
.filter-buttons .filter-open-modal span {
    font-family: Trivia Sans, arial;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    font-size: 19px;
    line-height: 34px;
    color: #fff;
}
.filter-buttons .filter-open-modal svg {
    height: 23px;
}
.filter-buttons .filter-open-modal svg line,
.filter-buttons .filter-open-modal svg polyline {
    fill: none;
    stroke: #fff;
    stroke-width: 9;
    stroke-miterlimit: 10;
}
.filter-buttons .buttons-wrap {
    margin-top: 45px;
    padding: 20px 30px 30px 20px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .filter-buttons .buttons-wrap {
        padding-top: 20px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .filter-buttons .buttons-wrap {
        padding-top: 20px;
    }
}
@media only screen and (min-width: 1279px) {
    .filter-buttons .buttons-wrap {
        padding-top: 0;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .filter-buttons .buttons-wrap {
        padding-right: 160px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .filter-buttons .buttons-wrap {
        padding-right: 300px;
    }
}
@media only screen and (min-width: 1279px) {
    .filter-buttons .buttons-wrap {
        padding-right: 0;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .filter-buttons .buttons-wrap {
        padding-bottom: 30px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .filter-buttons .buttons-wrap {
        padding-bottom: 30px;
    }
}
@media only screen and (min-width: 1279px) {
    .filter-buttons .buttons-wrap {
        padding-bottom: 0;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .filter-buttons .buttons-wrap {
        padding-left: 160px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .filter-buttons .buttons-wrap {
        padding-left: 300px;
    }
}
@media only screen and (min-width: 1279px) {
    .filter-buttons .buttons-wrap {
        padding-left: 0;
    }
}
@media only screen and (max-width: 1278px) {
    .filter-buttons .buttons-wrap {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 100vh;
        min-height: -webkit-fill-available;
        min-height: -moz-available;
        min-height: stretch;
        z-index: 2;
        background: #000;
        margin-top: 0;
        visibility: hidden;
    }
    .filter-buttons .buttons-wrap .selections {
        margin-top: 40px;
        margin-bottom: auto;
        height: calc(100vh - 300px);
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        overflow-y: auto;
        width: 100%;
    }
    .filter-buttons .buttons-wrap:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.899597)), color-stop(40%, rgba(0, 0, 0, 0.176908)), to(transparent));
        background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.899597), rgba(0, 0, 0, 0.176908) 40%, transparent);
        background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.899597) 0, rgba(0, 0, 0, 0.176908) 40%, transparent 100%);
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.899597), rgba(0, 0, 0, 0.176908) 40%, transparent);
        z-index: 0;
        pointer-events: none;
    }
}
.filter-buttons .buttons-wrap button {
    border: 1px solid #000;
    background: transparent;
    padding: 22px 30px;
    border-radius: 40px;
    -webkit-transition: background 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: background 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: background 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.filter-buttons .buttons-wrap button .title {
    font-family: Trivia Sans, arial;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    font-size: 19px;
    line-height: 34px;
    color: #fff;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .filter-buttons .buttons-wrap button .title {
        color: #fff;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .filter-buttons .buttons-wrap button .title {
        color: #fff;
    }
}
@media only screen and (min-width: 1279px) {
    .filter-buttons .buttons-wrap button .title {
        color: #000;
    }
}
.filter-buttons .buttons-wrap button svg {
    width: 23px;
    margin-left: 30px;
    overflow: visible;
}
.filter-buttons .buttons-wrap button svg polyline {
    fill: none;
    stroke: #000;
    stroke-width: 14px;
}
.filter-buttons .buttons-wrap button svg path {
    fill: #000;
}
.filter-buttons .buttons-wrap button.filter {
    margin-right: 15px;
    margin-bottom: 15px;
}
.filter-buttons .buttons-wrap button.active,
.filter-buttons .buttons-wrap button:hover {
    background: #000;
    -webkit-transition: background 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: background 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: background 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.filter-buttons .buttons-wrap button.active .title,
.filter-buttons .buttons-wrap button:hover .title {
    color: #fff;
}
.filter-buttons .buttons-wrap button.active svg polyline,
.filter-buttons .buttons-wrap button:hover svg polyline {
    stroke: #fff;
}
.filter-buttons .buttons-wrap button.active svg path,
.filter-buttons .buttons-wrap button:hover svg path {
    fill: #fff;
}
.filter-buttons .buttons-wrap button.reset {
    min-width: 250px;
}
.filter-buttons .buttons-wrap button.reset.active {
    pointer-events: none;
}
@media only screen and (max-width: 1278px) {
    .filter-buttons .buttons-wrap button {
        border-radius: 0;
        width: 100%;
        padding: 15px 25px;
    }
    .filter-buttons .buttons-wrap button .title {
        color: grey !important;
        -webkit-transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
        -o-transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
        transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    }
    .filter-buttons .buttons-wrap button svg polyline {
        stroke: grey !important;
        -webkit-transition: stroke 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
        -o-transition: stroke 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
        transition: stroke 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    }
    .filter-buttons .buttons-wrap button svg path {
        fill: grey !important;
        -webkit-transition: fill 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
        -o-transition: fill 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
        transition: fill 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    }
    .filter-buttons .buttons-wrap button.active .title {
        color: #fff !important;
        -webkit-transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
        -o-transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
        transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    }
    .filter-buttons .buttons-wrap button.active svg polyline {
        stroke: #fff !important;
        -webkit-transition: stroke 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
        -o-transition: stroke 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
        transition: stroke 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    }
    .filter-buttons .buttons-wrap button.active svg path {
        fill: #fff !important;
        -webkit-transition: fill 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
        -o-transition: fill 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
        transition: fill 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    }
    .filter-buttons .buttons-wrap button.reset {
        border-bottom: 1px solid #fff;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}
.filter-buttons .buttons-wrap .apply-wrap {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    left: 0;
    bottom: 40px;
    width: 100%;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .filter-buttons .buttons-wrap .apply-wrap {
        width: 100%;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .filter-buttons .buttons-wrap .apply-wrap {
        width: 100%;
    }
}
@media only screen and (min-width: 1279px) {
    .filter-buttons .buttons-wrap .apply-wrap {
        width: 100%;
    }
}
.filter-buttons .buttons-wrap .apply-wrap .apply-button {
    width: 100%;
    padding: 30px;
    border-radius: 60px;
    font-family: Trivia Sans, arial;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    font-size: 19px;
    line-height: 34px;
    text-align: center;
    color: #000;
    background: #fff;
    cursor: pointer;
}
.filter-buttons .buttons-wrap .apply-wrap .close-button {
    position: relative;
    display: grid;
    place-content: center;
    margin: 25px auto auto;
}
.filter-buttons .buttons-wrap .apply-wrap .close-button span {
    position: relative;
    display: block;
    color: #fff;
    font-size: 19px;
    line-height: 0.9;
}
.filter-buttons .buttons-wrap .apply-wrap .close-button span:before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 1px;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: -o-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -o-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.form-inquiry {
    display: block;
    grid-template-columns: 1fr 0.7fr;
    gap: 15px;
    margin-top: 160px;
    width: 100%;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .form-inquiry {
        display: block;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .form-inquiry {
        display: block;
    }
}
@media only screen and (min-width: 1279px) {
    .form-inquiry {
        display: grid;
    }
}
.form-inquiry .__card {
    padding: 0;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .form-inquiry .__card {
        padding: 0;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .form-inquiry .__card {
        padding: 0;
    }
}
@media only screen and (min-width: 1279px) {
    .form-inquiry .__card {
        padding: 50px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .form-inquiry .__card {
        padding-bottom: 0;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .form-inquiry .__card {
        padding-bottom: 60px;
    }
}
@media only screen and (min-width: 1279px) {
    .form-inquiry .__card {
        padding-bottom: 125px;
    }
}
@media only screen and (max-width: 1278px) {
    .form-inquiry .__card {
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .form-inquiry .__card:before {
        display: none;
    }
}
.form-inquiry .__card.info-column {
    padding-right: 0;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .form-inquiry .__card.info-column {
        padding-right: 0;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .form-inquiry .__card.info-column {
        padding-right: 0;
    }
}
@media only screen and (min-width: 1279px) {
    .form-inquiry .__card.info-column {
        padding-right: 40px;
    }
}
@media only screen and (min-width: 1740px) {
    .form-inquiry .__card.info-column {
        padding-right: 130px;
    }
}
.form-inquiry .__card.info-column .input {
    padding-top: 10px;
}
.form-inquiry .__card.info-column textarea {
    padding-left: 0;
    border-bottom: 1px solid #000;
    height: 8em;
}
.form-inquiry .label-wrap {
    min-width: 170px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .form-inquiry .label-wrap {
        min-width: 170px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .form-inquiry .label-wrap {
        min-width: 170px;
    }
}
@media only screen and (min-width: 1279px) {
    .form-inquiry .label-wrap {
        min-width: 170px;
    }
}
@media only screen and (min-width: 1740px) {
    .form-inquiry .label-wrap {
        min-width: 250px;
    }
}
.form-inquiry .error {
    color: #f30e3f;
    font-size: 16px;
    font-family: Trivia Sans, arial;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    opacity: 0;
}
.form-inquiry .add-icon {
    display: block;
    cursor: pointer;
    padding: 0;
    margin-left: auto;
    margin-bottom: 25px;
    min-width: 0 !important;
}
.form-inquiry .add-icon svg {
    display: block;
    width: 60px;
    height: 60px;
    padding: 15px;
    border: 1px solid #000;
    border-radius: 50%;
}
.form-inquiry .add-icon svg line {
    stroke: #000;
}
.form-inquiry .controls-row {
    margin-top: 80px;
    padding-left: 0;
    padding-right: 0;
    grid-column-start: 0;
    grid-column-end: span 2;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .form-inquiry .controls-row {
        padding-left: 0;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .form-inquiry .controls-row {
        padding-left: 0;
    }
}
@media only screen and (min-width: 1279px) {
    .form-inquiry .controls-row {
        padding-left: 90px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .form-inquiry .controls-row {
        padding-right: 0;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .form-inquiry .controls-row {
        padding-right: 0;
    }
}
@media only screen and (min-width: 1279px) {
    .form-inquiry .controls-row {
        padding-right: 90px;
    }
}
.form-inquiry .header {
    font-size: 22px;
    line-height: 1;
    margin-top: 30px;
    margin-bottom: 60px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .form-inquiry .header {
        font-size: 22px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .form-inquiry .header {
        font-size: 40px;
    }
}
@media only screen and (min-width: 1279px) {
    .form-inquiry .header {
        font-size: 40px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .form-inquiry .header {
        margin-bottom: 60px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .form-inquiry .header {
        margin-bottom: 60px;
    }
}
@media only screen and (min-width: 1279px) {
    .form-inquiry .header {
        margin-bottom: 120px;
    }
}
.form-inquiry hr {
    border-top: 1px solid #000;
    margin-top: 0;
    margin-bottom: 35px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .form-inquiry hr {
        margin-bottom: 35px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .form-inquiry hr {
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 1279px) {
    .form-inquiry hr {
        margin-bottom: 20px;
    }
}
.form-inquiry hr:first-of-type {
    border-top: 3px solid #000;
    margin-bottom: 35px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .form-inquiry hr:first-of-type {
        margin-bottom: 35px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .form-inquiry hr:first-of-type {
        margin-bottom: 12px;
    }
}
@media only screen and (min-width: 1279px) {
    .form-inquiry hr:first-of-type {
        margin-bottom: 12px;
    }
}
.form-inquiry .info-column {
    margin-top: 40px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .form-inquiry .info-column {
        margin-top: 40px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .form-inquiry .info-column {
        margin-top: 0;
    }
}
@media only screen and (min-width: 1279px) {
    .form-inquiry .info-column {
        margin-top: 0;
    }
}
.form-inquiry .info-column > div {
    display: block !important;
}
.form-inquiry .info-column textarea {
    font-size: 22px;
    line-height: 28px;
}
.form-inquiry .info-column.career-info .header {
    margin-bottom: 20px;
}
.form-inquiry .info-column.career-info .code,
.form-inquiry .info-column.career-info .title {
    font-family: AT Osmose, arial;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 25px;
    text-transform: uppercase;
}
.form-inquiry .info-column.career-info textarea {
    margin-top: 100px;
}
.form-inquiry .info-column.contact-info label {
    padding-top: 0;
}
.form-inquiry .info-column.contact-info textarea {
    font-size: 22px;
    line-height: 28px;
}
.form-inquiry .info-column.contact-info .departments-wrap {
    padding-bottom: 30px;
}
.form-inquiry .info-column.contact-info .departments-wrap > .label {
    font-family: AT Osmose, arial;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    letter-spacing: 1px;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.form-inquiry .info-column.contact-info .radio-wrap {
    position: relative;
    margin-bottom: 10px;
}
.form-inquiry .info-column.contact-info .radio-wrap label {
    padding-bottom: 0;
}
.form-inquiry .info-column.contact-info .radio-wrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.form-inquiry .info-column.contact-info .radio-wrap .checkmark {
    height: 40px;
    width: 40px;
    border: 1px solid #000;
    border-radius: 50%;
    cursor: pointer;
}
.form-inquiry .info-column.contact-info .radio-wrap .checkmark,
.form-inquiry .info-column.contact-info .radio-wrap:hover input ~ .checkmark {
    -webkit-transition: background-color 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: background-color 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: background-color 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.form-inquiry .info-column.contact-info .radio-wrap:hover input ~ .checkmark {
    background-color: hsla(0, 0%, 100%, 0.6);
}
.form-inquiry .info-column.contact-info .radio-wrap .checkmark:after {
    content: "";
    position: absolute;
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.form-inquiry .info-column.contact-info .radio-wrap .checkmark:after,
.form-inquiry .info-column.contact-info .radio-wrap input:checked ~ .checkmark:after {
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: -o-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s, -o-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.form-inquiry .info-column.contact-info .radio-wrap input:checked ~ .checkmark:after {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.form-inquiry .info-column.contact-info .radio-wrap .checkmark:after {
    top: 15px;
    left: 15px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000;
}
.form-inquiry .info-column.contact-info .radio-wrap .label {
    margin-left: 20px;
    font-family: Trivia Sans, arial;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}
.form-inquiry .result-row {
    width: 100%;
    grid-column-start: 0;
    grid-column-end: span 2;
    text-align: center;
    margin: 50px auto auto;
    font-size: 22px;
    line-height: 1.1;
    color: #1ecad3;
    visibility: hidden;
    max-width: 1050px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .form-inquiry .result-row {
        font-size: 30px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .form-inquiry .result-row {
        font-size: 35px;
    }
}
@media only screen and (min-width: 1279px) {
    .form-inquiry .result-row {
        font-size: 40px;
    }
}
.form-inquiry .result-row.error {
    color: #f30e3f;
}
.media-image {
    display: block;
    height: 100%;
}
.media-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
.media-video {
    display: block;
    position: relative;
    height: auto;
    overflow: hidden;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .media-video {
        height: auto;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .media-video {
        height: auto;
    }
}
@media only screen and (min-width: 1279px) {
    .media-video {
        height: 900px;
    }
}
.media-video > .title {
    position: absolute;
    top: 20px;
    left: 20px;
    max-width: 960px;
    font-family: Trivia Sans, arial;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    text-transform: uppercase;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .media-video > .title {
        top: 30px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .media-video > .title {
        top: 30px;
    }
}
@media only screen and (min-width: 1279px) {
    .media-video > .title {
        top: 70px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .media-video > .title {
        left: 30px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .media-video > .title {
        left: 30px;
    }
}
@media only screen and (min-width: 1279px) {
    .media-video > .title {
        left: 70px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .media-video > .title {
        font-size: 22px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .media-video > .title {
        font-size: 65px;
    }
}
@media only screen and (min-width: 1279px) {
    .media-video > .title {
        font-size: 80px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .media-video > .title {
        line-height: 26px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .media-video > .title {
        line-height: 67px;
    }
}
@media only screen and (min-width: 1279px) {
    .media-video > .title {
        line-height: 87px;
    }
}
.media-video button.play {
    position: absolute;
    right: 10px;
    bottom: 10px;
    border: none;
    background: none;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .media-video button.play {
        right: 20px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .media-video button.play {
        right: 20px;
    }
}
@media only screen and (min-width: 1279px) {
    .media-video button.play {
        right: 70px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .media-video button.play {
        bottom: 20px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .media-video button.play {
        bottom: 20px;
    }
}
@media only screen and (min-width: 1279px) {
    .media-video button.play {
        bottom: 70px;
    }
}
.media-video button.play .label {
    padding-right: 50px;
}
.media-video button.stop {
    position: absolute;
    right: 10px;
    bottom: 10px;
    border: none;
    background: none;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .media-video button.stop {
        right: 20px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .media-video button.stop {
        right: 20px;
    }
}
@media only screen and (min-width: 1279px) {
    .media-video button.stop {
        right: 70px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .media-video button.stop {
        bottom: 20px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .media-video button.stop {
        bottom: 20px;
    }
}
@media only screen and (min-width: 1279px) {
    .media-video button.stop {
        bottom: 70px;
    }
}
.media-video button.stop .label {
    padding-right: 50px;
}
.media-video button.stop svg rect {
    fill: #fff;
}
.media-video .poster-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.media-video .poster-wrap img {
    height: calc(100% + 60px);
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@-webkit-keyframes plyr-progress {
    to {
        background-position: 25px 0;
        background-position: var(--plyr-progress-loading-size, 25px) 0;
    }
}
@-o-keyframes plyr-progress {
    to {
        background-position: 25px 0;
        background-position: var(--plyr-progress-loading-size, 25px) 0;
    }
}
@keyframes plyr-progress {
    to {
        background-position: 25px 0;
        background-position: var(--plyr-progress-loading-size, 25px) 0;
    }
}
@-webkit-keyframes plyr-popup {
    0% {
        opacity: 0.5;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-o-keyframes plyr-popup {
    0% {
        opacity: 0.5;
        -o-transform: translateY(10px);
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes plyr-popup {
    0% {
        opacity: 0.5;
        -webkit-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes plyr-fade-in {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-o-keyframes plyr-fade-in {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes plyr-fade-in {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.plyr {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    direction: ltr;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: inherit;
    font-family: var(--plyr-font-family, inherit);
    font-variant-numeric: tabular-nums;
    font-weight: 400;
    font-weight: var(--plyr-font-weight-regular, 400);
    line-height: 1.7;
    line-height: var(--plyr-line-height, 1.7);
    max-width: 100%;
    min-width: 200px;
    position: relative;
    text-shadow: none;
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
    z-index: 0;
}
.plyr audio,
.plyr iframe,
.plyr video {
    display: block;
    height: 100%;
    width: 100%;
}
.plyr button {
    font: inherit;
    line-height: inherit;
    width: auto;
}
.plyr:focus {
    outline: 0;
}
.plyr--full-ui {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.plyr--full-ui *,
.plyr--full-ui :after,
.plyr--full-ui :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
.plyr__badge {
    background: transparent;
    background: var(--plyr-badge-background, transparent);
    border-radius: 2px;
    border-radius: var(--plyr-badge-border-radius, 2px);
    color: #fff;
    color: var(--plyr-badge-text-color, #fff);
    font-size: 9px;
    font-size: var(--plyr-font-size-badge, 9px);
    line-height: 1;
    padding: 3px 4px;
}
.plyr--full-ui ::-webkit-media-text-track-container {
    display: none;
}
.plyr__captions {
    -webkit-animation: plyr-fade-in 0.3s ease;
    -o-animation: plyr-fade-in 0.3s ease;
    animation: plyr-fade-in 0.3s ease;
    bottom: 0;
    display: none;
    font-size: 13px;
    font-size: var(--plyr-font-size-small, 13px);
    left: 0;
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    position: absolute;
    text-align: center;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    -o-transition: -o-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, -o-transform 0.4s ease-in-out;
    width: 100%;
}
.plyr__captions span:empty {
    display: none;
}
@media (min-width: 480px) {
    .plyr__captions {
        font-size: 15px;
        font-size: var(--plyr-font-size-base, 15px);
        padding: 20px;
        padding: calc(var(--plyr-control-spacing, 10px) * 2);
    }
}
@media (min-width: 768px) {
    .plyr__captions {
        font-size: 18px;
        font-size: var(--plyr-font-size-large, 18px);
    }
}
.plyr--captions-active .plyr__captions {
    display: block;
}
.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
    -webkit-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
    -o-transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
    transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
}
.plyr__caption {
    background: rgba(0, 0, 0, 0.8);
    background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
    border-radius: 2px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    color: #fff;
    color: var(--plyr-captions-text-color, #fff);
    line-height: 185%;
    padding: 0.2em 0.5em;
    white-space: pre-wrap;
}
.plyr__caption div {
    display: inline;
}
.plyr__control {
    background: 0 0;
    border: 0;
    border-radius: 3px;
    border-radius: var(--plyr-control-radius, 3px);
    color: inherit;
    cursor: pointer;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: visible;
    padding: 7px;
    padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.plyr__control svg {
    display: block;
    fill: currentColor;
    height: 18px;
    height: var(--plyr-control-icon-size, 18px);
    pointer-events: none;
    width: 18px;
    width: var(--plyr-control-icon-size, 18px);
}
.plyr__control:focus {
    outline: 0;
}
.plyr__control.plyr__tab-focus {
    outline-color: #003cff;
    outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #003cff)));
    outline-offset: 2px;
    outline-style: dotted;
    outline-width: 3px;
}
a.plyr__control {
    text-decoration: none;
}
.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
a.plyr__control:after,
a.plyr__control:before {
    display: none;
}
.plyr--full-ui ::-webkit-media-controls {
    display: none;
}
.plyr__controls {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: center;
}
.plyr__controls .plyr__progress__container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}
.plyr__controls .plyr__controls__item {
    margin-left: 2.5px;
    margin-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item:first-child {
    margin-left: 0;
    margin-right: auto;
}
.plyr__controls .plyr__controls__item.plyr__progress__container {
    padding-left: 2.5px;
    padding-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item.plyr__time {
    padding: 0 5px;
    padding: 0 calc(var(--plyr-control-spacing, 10px) / 2);
}
.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time + .plyr__time,
.plyr__controls .plyr__controls__item.plyr__time:first-child {
    padding-left: 0;
}
.plyr [data-plyr="airplay"],
.plyr [data-plyr="captions"],
.plyr [data-plyr="fullscreen"],
.plyr [data-plyr="pip"],
.plyr__controls:empty {
    display: none;
}
.plyr--airplay-supported [data-plyr="airplay"],
.plyr--captions-enabled [data-plyr="captions"],
.plyr--fullscreen-enabled [data-plyr="fullscreen"],
.plyr--pip-supported [data-plyr="pip"] {
    display: inline-block;
}
.plyr__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.plyr__menu .plyr__control svg {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
.plyr__menu .plyr__control[aria-expanded="true"] svg {
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.plyr__menu .plyr__control[aria-expanded="true"] .plyr__tooltip {
    display: none;
}
.plyr__menu__container {
    -webkit-animation: plyr-popup 0.2s ease;
    -o-animation: plyr-popup 0.2s ease;
    animation: plyr-popup 0.2s ease;
    background: hsla(0, 0%, 100%, 0.9);
    background: var(--plyr-menu-background, hsla(0, 0%, 100%, 0.9));
    border-radius: 4px;
    bottom: 100%;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
    box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
    color: transparent;
    color: var(--plyr-menu-color, transparent);
    font-size: 15px;
    font-size: var(--plyr-font-size-base, 15px);
    margin-bottom: 10px;
    position: absolute;
    right: -3px;
    text-align: left;
    white-space: nowrap;
    z-index: 3;
}
.plyr__menu__container > div {
    overflow: hidden;
    -webkit-transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.plyr__menu__container:after {
    border: 4px solid transparent;
    border-width: var(--plyr-menu-arrow-size, 4px);
    border-top: var(--plyr-menu-arrow-size, 4px) solid hsla(0, 0%, 100%, 0.9);
    content: "";
    height: 0;
    position: absolute;
    right: 14px;
    right: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7 - var(--plyr-menu-arrow-size, 4px) / 2);
    top: 100%;
    width: 0;
}
.plyr__menu__container [role="menu"] {
    padding: 7px;
    padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container [role="menuitem"],
.plyr__menu__container [role="menuitemradio"] {
    margin-top: 2px;
}
.plyr__menu__container [role="menuitem"]:first-child,
.plyr__menu__container [role="menuitemradio"]:first-child {
    margin-top: 0;
}
.plyr__menu__container .plyr__control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: transparent;
    color: var(--plyr-menu-color, transparent);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
    padding: 4.66667px 10.5px;
    padding: calc(var(--plyr-control-spacing, 10px) * 0.7 / 1.5) calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5);
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%;
}
.plyr__menu__container .plyr__control > span {
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.plyr__menu__container .plyr__control:after {
    border: 4px solid transparent;
    border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.plyr__menu__container .plyr__control--forward {
    padding-right: 28px;
    padding-right: calc(var(--plyr-control-spacing, 10px) * 0.7 * 4);
}
.plyr__menu__container .plyr__control--forward:after {
    border-left-color: #728197;
    border-left-color: var(--plyr-menu-arrow-color, #728197);
    right: 6.5px;
    right: calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after,
.plyr__menu__container .plyr__control--forward:hover:after {
    border-left-color: currentColor;
}
.plyr__menu__container .plyr__control--back {
    font-weight: 400;
    font-weight: var(--plyr-font-weight-regular, 400);
    margin: 7px;
    margin: calc(var(--plyr-control-spacing, 10px) * 0.7);
    margin-bottom: 3.5px;
    margin-bottom: calc(var(--plyr-control-spacing, 10px) * 0.7 / 2);
    padding-left: 28px;
    padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 4);
    position: relative;
    width: calc(100% - 14px);
    width: calc(100% - var(--plyr-control-spacing, 10px) * 0.7 * 2);
}
.plyr__menu__container .plyr__control--back:after {
    border-right-color: #728197;
    border-right-color: var(--plyr-menu-arrow-color, #728197);
    left: 6.5px;
    left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--back:before {
    background: #dcdfe5;
    background: var(--plyr-menu-back-border-color, #dcdfe5);
    -webkit-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
    box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
    content: "";
    height: 1px;
    left: 0;
    margin-top: 3.5px;
    margin-top: calc(var(--plyr-control-spacing, 10px) * 0.7 / 2);
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 100%;
}
.plyr__menu__container .plyr__control--back.plyr__tab-focus:after,
.plyr__menu__container .plyr__control--back:hover:after {
    border-right-color: currentColor;
}
.plyr__menu__container .plyr__control[role="menuitemradio"] {
    padding-left: 7px;
    padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container .plyr__control[role="menuitemradio"]:after,
.plyr__menu__container .plyr__control[role="menuitemradio"]:before {
    border-radius: 100%;
}
.plyr__menu__container .plyr__control[role="menuitemradio"]:before {
    background: rgba(0, 0, 0, 0.1);
    content: "";
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 16px;
    margin-right: 10px;
    margin-right: var(--plyr-control-spacing, 10px);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 16px;
}
.plyr__menu__container .plyr__control[role="menuitemradio"]:after {
    background: #fff;
    border: 0;
    height: 6px;
    left: 12px;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: opacity 0.3s ease, -o-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
    width: 6px;
}
.plyr__menu__container .plyr__control[role="menuitemradio"][aria-checked="true"]:before {
    background: #003cff;
    background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #003cff)));
}
.plyr__menu__container .plyr__control[role="menuitemradio"][aria-checked="true"]:after {
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}
.plyr__menu__container .plyr__control[role="menuitemradio"].plyr__tab-focus:before,
.plyr__menu__container .plyr__control[role="menuitemradio"]:hover:before {
    background: rgba(35, 40, 47, 0.1);
}
.plyr__menu__container .plyr__menu__value {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: -5px;
    margin-right: calc(var(--plyr-control-spacing, 10px) * 0.7 * -1 - -2);
    overflow: hidden;
    padding-left: 24.5px;
    padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 3.5);
    pointer-events: none;
}
.plyr--full-ui input[type="range"] {
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    border-radius: 26px;
    border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
    color: #003cff;
    color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #003cff)));
    display: block;
    height: 19px;
    height: calc(var(--plyr-range-thumb-active-shadow-width, 3px) * 2 + var(--plyr-range-thumb-height, 13px));
    margin: 0;
    min-width: 0;
    padding: 0;
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
    width: 100%;
}
.plyr--full-ui input[type="range"]::-webkit-slider-runnable-track {
    background: 0 0;
    border: 0;
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    -webkit-transition: box-shadow 0.3s ease;
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
    -webkit-user-select: none;
    user-select: none;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, currentColor), color-stop(0, transparent));
    background-image: -webkit-linear-gradient(left, currentColor, transparent 0);
    background-image: linear-gradient(90deg, currentColor, transparent 0);
    background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(transparent));
    background-image: -webkit-linear-gradient(left, currentColor var(--value, 0), transparent var(--value, 0));
    background-image: linear-gradient(90deg, currentColor var(--value, 0), transparent var(--value, 0));
}
.plyr--full-ui input[type="range"]::-webkit-slider-thumb {
    background: #fff;
    background: var(--plyr-range-thumb-background, #fff);
    border: 0;
    border-radius: 100%;
    -webkit-box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
    box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
    -webkit-box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
    height: 13px;
    height: var(--plyr-range-thumb-height, 13px);
    position: relative;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 13px;
    width: var(--plyr-range-thumb-height, 13px);
    -webkit-appearance: none;
    margin-top: -4px;
    margin-top: calc(var(--plyr-range-thumb-height, 13px) / 2 * -1 - var(--plyr-range-track-height, 5px) / 2 * -1);
}
.plyr--full-ui input[type="range"]::-moz-range-track {
    background: 0 0;
    border: 0;
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
    -moz-user-select: none;
    user-select: none;
}
.plyr--full-ui input[type="range"]::-moz-range-thumb {
    background: #fff;
    background: var(--plyr-range-thumb-background, #fff);
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
    height: 13px;
    height: var(--plyr-range-thumb-height, 13px);
    position: relative;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 13px;
    width: var(--plyr-range-thumb-height, 13px);
}
.plyr--full-ui input[type="range"]::-moz-range-progress {
    background: currentColor;
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
}
.plyr--full-ui input[type="range"]::-ms-track {
    color: transparent;
}
.plyr--full-ui input[type="range"]::-ms-fill-upper,
.plyr--full-ui input[type="range"]::-ms-track {
    background: 0 0;
    border: 0;
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
    -ms-user-select: none;
    user-select: none;
}
.plyr--full-ui input[type="range"]::-ms-fill-lower {
    background: 0 0;
    border: 0;
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
    -ms-user-select: none;
    user-select: none;
    background: currentColor;
}
.plyr--full-ui input[type="range"]::-ms-thumb {
    background: #fff;
    background: var(--plyr-range-thumb-background, #fff);
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
    height: 13px;
    height: var(--plyr-range-thumb-height, 13px);
    position: relative;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 13px;
    width: var(--plyr-range-thumb-height, 13px);
    margin-top: 0;
}
.plyr--full-ui input[type="range"]::-ms-tooltip {
    display: none;
}
.plyr--full-ui input[type="range"]:focus {
    outline: 0;
}
.plyr--full-ui input[type="range"]::-moz-focus-outer {
    border: 0;
}
.plyr--full-ui input[type="range"].plyr__tab-focus::-webkit-slider-runnable-track {
    outline-color: #003cff;
    outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #003cff)));
    outline-offset: 2px;
    outline-style: dotted;
    outline-width: 3px;
}
.plyr--full-ui input[type="range"].plyr__tab-focus::-moz-range-track {
    outline-color: #003cff;
    outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #003cff)));
    outline-offset: 2px;
    outline-style: dotted;
    outline-width: 3px;
}
.plyr--full-ui input[type="range"].plyr__tab-focus::-ms-track {
    outline-color: #003cff;
    outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #003cff)));
    outline-offset: 2px;
    outline-style: dotted;
    outline-width: 3px;
}
.plyr__poster {
    background-color: #000;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    width: 100%;
    z-index: 1;
}
.plyr--stopped.plyr__poster-enabled .plyr__poster {
    opacity: 1;
}
.plyr__time {
    font-size: 13px;
    font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}
.plyr__time + .plyr__time:before {
    content: "\2044";
    margin-right: 10px;
    margin-right: var(--plyr-control-spacing, 10px);
}
@media (max-width: calc(768px - 1px)) {
    .plyr__time + .plyr__time {
        display: none;
    }
}
.plyr__tooltip {
    background: hsla(0, 0%, 100%, 0.9);
    background: var(--plyr-tooltip-background, hsla(0, 0%, 100%, 0.9));
    border-radius: 3px;
    border-radius: var(--plyr-tooltip-radius, 3px);
    bottom: 100%;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
    box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
    color: transparent;
    color: var(--plyr-tooltip-color, transparent);
    font-size: 13px;
    font-size: var(--plyr-font-size-small, 13px);
    font-weight: 400;
    font-weight: var(--plyr-font-weight-regular, 400);
    left: 50%;
    line-height: 1.3;
    margin-bottom: 10px;
    margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
    opacity: 0;
    padding: 5px 7.5px;
    padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(var(--plyr-control-spacing, 10px) / 2 * 1.5);
    pointer-events: none;
    position: absolute;
    -webkit-transform: translate(-50%, 10px) scale(0.8);
    -o-transform: translate(-50%, 10px) scale(0.8);
    transform: translate(-50%, 10px) scale(0.8);
    -webkit-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: opacity 0.2s ease 0.1s, -webkit-transform 0.2s ease 0.1s;
    transition: opacity 0.2s ease 0.1s, -webkit-transform 0.2s ease 0.1s;
    -o-transition: opacity 0.2s 0.1s ease, -o-transform 0.2s 0.1s ease;
    transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
    transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s, -webkit-transform 0.2s ease 0.1s, -o-transform 0.2s ease 0.1s;
    white-space: nowrap;
    z-index: 2;
}
.plyr__tooltip:before {
    border-left: 4px solid transparent;
    border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
    border-right: 4px solid transparent;
    border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
    border-top: 4px solid hsla(0, 0%, 100%, 0.9);
    border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, hsla(0, 0%, 100%, 0.9));
    bottom: -4px;
    bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    z-index: 2;
}
.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
    opacity: 1;
    -webkit-transform: translate(-50%) scale(1);
    -o-transform: translate(-50%) scale(1);
    transform: translate(-50%) scale(1);
}
.plyr .plyr__control:hover .plyr__tooltip {
    z-index: 3;
}
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip,
.plyr__controls > .plyr__control:first-child .plyr__tooltip {
    left: 0;
    -webkit-transform: translateY(10px) scale(0.8);
    -o-transform: translateY(10px) scale(0.8);
    transform: translateY(10px) scale(0.8);
    -webkit-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip:before,
.plyr__controls > .plyr__control:first-child .plyr__tooltip:before {
    left: 16px;
    left: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip {
    left: auto;
    right: 0;
    -webkit-transform: translateY(10px) scale(0.8);
    -o-transform: translateY(10px) scale(0.8);
    transform: translateY(10px) scale(0.8);
    -webkit-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip:before {
    left: auto;
    right: 16px;
    right: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7);
    -webkit-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
}
.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
    -webkit-transform: translate(0) scale(1);
    -o-transform: translate(0) scale(1);
    transform: translate(0) scale(1);
}
.plyr__progress {
    left: 6.5px;
    left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
    margin-right: 13px;
    margin-right: var(--plyr-range-thumb-height, 13px);
    position: relative;
}
.plyr__progress__buffer,
.plyr__progress input[type="range"] {
    margin-left: -6.5px;
    margin-left: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
    margin-right: -6.5px;
    margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
    width: calc(100% + 13px);
    width: calc(100% + var(--plyr-range-thumb-height, 13px));
}
.plyr__progress input[type="range"] {
    position: relative;
    z-index: 2;
}
.plyr__progress .plyr__tooltip {
    font-size: 13px;
    font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
    left: 0;
}
.plyr__progress__buffer {
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    border-radius: 100px;
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    left: 0;
    margin-top: -2.5px;
    margin-top: calc(var(--plyr-range-track-height, 5px) / 2 * -1);
    padding: 0;
    position: absolute;
    top: 50%;
}
.plyr__progress__buffer::-webkit-progress-bar {
    background: 0 0;
}
.plyr__progress__buffer::-webkit-progress-value {
    background: currentColor;
    border-radius: 100px;
    min-width: 5px;
    min-width: var(--plyr-range-track-height, 5px);
    -webkit-transition: width 0.2s ease;
    -o-transition: width 0.2s ease;
    transition: width 0.2s ease;
}
.plyr__progress__buffer::-moz-progress-bar {
    background: currentColor;
    border-radius: 100px;
    min-width: 5px;
    min-width: var(--plyr-range-track-height, 5px);
    -webkit-transition: width 0.2s ease;
    -o-transition: width 0.2s ease;
    transition: width 0.2s ease;
}
.plyr__progress__buffer::-ms-fill {
    border-radius: 100px;
    -webkit-transition: width 0.2s ease;
    -o-transition: width 0.2s ease;
    transition: width 0.2s ease;
}
.plyr--loading .plyr__progress__buffer {
    -webkit-animation: plyr-progress 1s linear infinite;
    -o-animation: plyr-progress 1s linear infinite;
    animation: plyr-progress 1s linear infinite;
    background-image: -webkit-linear-gradient(135deg, rgba(35, 40, 47, 0.6) 25%, transparent 0, transparent 50%, rgba(35, 40, 47, 0.6) 0, rgba(35, 40, 47, 0.6) 75%, transparent 0, transparent);
    background-image: -o-linear-gradient(135deg, rgba(35, 40, 47, 0.6) 25%, transparent 25%, transparent 50%, rgba(35, 40, 47, 0.6) 50%, rgba(35, 40, 47, 0.6) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(35, 40, 47, 0.6) 25%, transparent 0, transparent 50%, rgba(35, 40, 47, 0.6) 0, rgba(35, 40, 47, 0.6) 75%, transparent 0, transparent);
    background-image: -webkit-linear-gradient(
        135deg,
        var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%,
        transparent 0,
        transparent 50%,
        var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 0,
        var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%,
        transparent 0,
        transparent
    );
    background-image: -o-linear-gradient(
        135deg,
        var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%,
        transparent 25%,
        transparent 50%,
        var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%,
        var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%,
        transparent 75%,
        transparent
    );
    background-image: linear-gradient(
        -45deg,
        var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%,
        transparent 0,
        transparent 50%,
        var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 0,
        var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%,
        transparent 0,
        transparent
    );
    background-repeat: repeat-x;
    background-size: 25px 25px;
    background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
    color: transparent;
}
.plyr--video.plyr--loading .plyr__progress__buffer {
    background-color: hsla(0, 0%, 100%, 0.25);
    background-color: var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, 0.25));
}
.plyr--audio.plyr--loading .plyr__progress__buffer {
    background-color: rgba(193, 200, 209, 0.6);
    background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}
.plyr__volume {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 110px;
    min-width: 80px;
    position: relative;
    width: 20%;
}
.plyr__volume input[type="range"] {
    margin-left: 5px;
    margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
    margin-right: 5px;
    margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
    position: relative;
    z-index: 2;
}
.plyr--is-ios .plyr__volume {
    min-width: 0;
    width: auto;
}
.plyr--audio {
    display: block;
}
.plyr--audio .plyr__controls {
    background: #fff;
    background: var(--plyr-audio-controls-background, #fff);
    border-radius: inherit;
    color: transparent;
    color: var(--plyr-audio-control-color, transparent);
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
}
.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded="true"] {
    background: #003cff;
    background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #003cff)));
    color: #fff;
    color: var(--plyr-audio-control-color-hover, #fff);
}
.plyr--full-ui.plyr--audio input[type="range"]::-webkit-slider-runnable-track {
    background-color: rgba(193, 200, 209, 0.6);
    background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}
.plyr--full-ui.plyr--audio input[type="range"]::-moz-range-track {
    background-color: rgba(193, 200, 209, 0.6);
    background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}
.plyr--full-ui.plyr--audio input[type="range"]::-ms-track {
    background-color: rgba(193, 200, 209, 0.6);
    background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}
.plyr--full-ui.plyr--audio input[type="range"]:active::-webkit-slider-thumb {
    -webkit-box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
    box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
    -webkit-box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)),
        0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)),
        0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}
.plyr--full-ui.plyr--audio input[type="range"]:active::-moz-range-thumb {
    box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)),
        0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}
.plyr--full-ui.plyr--audio input[type="range"]:active::-ms-thumb {
    box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)),
        0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}
.plyr--audio .plyr__progress__buffer {
    color: rgba(193, 200, 209, 0.6);
    color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}
.plyr--video {
    background: transparent;
    overflow: hidden;
}
.plyr--video.plyr--menu-open {
    overflow: visible;
}
.plyr__video-wrapper {
    background: transparent;
    height: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    pointer-events: none;
}
.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
}
.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
    border: 0;
    left: 0;
    position: absolute;
    top: 0;
}
.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
    padding-bottom: 240%;
    position: relative;
    -webkit-transform: translateY(-38.28125%);
    -o-transform: translateY(-38.28125%);
    transform: translateY(-38.28125%);
}
.plyr--video .plyr__controls {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.75)));
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.75));
    background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.75));
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
    background: var(--plyr-video-controls-background, linear-gradient(transparent, rgba(0, 0, 0, 0.75)));
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    bottom: 0;
    color: #fff;
    color: var(--plyr-video-control-color, #fff);
    left: 0;
    padding: 5px;
    padding: calc(var(--plyr-control-spacing, 10px) / 2);
    padding-top: 20px;
    padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
    position: absolute;
    right: 0;
    -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out, -o-transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, -o-transform 0.4s ease-in-out;
    z-index: 3;
}
@media (min-width: 480px) {
    .plyr--video .plyr__controls {
        padding: 10px;
        padding: var(--plyr-control-spacing, 10px);
        padding-top: 35px;
        padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5);
    }
}
.plyr--video.plyr--hide-controls .plyr__controls {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}
.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded="true"] {
    background: #003cff;
    background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #003cff)));
    color: #fff;
    color: var(--plyr-video-control-color-hover, #fff);
}
.plyr__control--overlaid {
    background: #003cff;
    background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #003cff)));
    border: 0;
    border-radius: 100%;
    color: #fff;
    color: var(--plyr-video-control-color, #fff);
    display: none;
    left: 50%;
    opacity: 0.9;
    padding: 15px;
    padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 2;
}
.plyr__control--overlaid svg {
    left: 2px;
    position: relative;
}
.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
    opacity: 1;
}
.plyr--playing .plyr__control--overlaid {
    opacity: 0;
    visibility: hidden;
}
.plyr--full-ui.plyr--video .plyr__control--overlaid {
    display: block;
}
.plyr--full-ui.plyr--video input[type="range"]::-webkit-slider-runnable-track {
    background-color: hsla(0, 0%, 100%, 0.25);
    background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, 0.25)));
}
.plyr--full-ui.plyr--video input[type="range"]::-moz-range-track {
    background-color: hsla(0, 0%, 100%, 0.25);
    background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, 0.25)));
}
.plyr--full-ui.plyr--video input[type="range"]::-ms-track {
    background-color: hsla(0, 0%, 100%, 0.25);
    background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, 0.25)));
}
.plyr--full-ui.plyr--video input[type="range"]:active::-webkit-slider-thumb {
    -webkit-box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px hsla(0, 0%, 100%, 0.5);
    box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px hsla(0, 0%, 100%, 0.5);
    -webkit-box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)),
        0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, hsla(0, 0%, 100%, 0.5));
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)),
        0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, hsla(0, 0%, 100%, 0.5));
}
.plyr--full-ui.plyr--video input[type="range"]:active::-moz-range-thumb {
    box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px hsla(0, 0%, 100%, 0.5);
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)),
        0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, hsla(0, 0%, 100%, 0.5));
}
.plyr--full-ui.plyr--video input[type="range"]:active::-ms-thumb {
    box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px hsla(0, 0%, 100%, 0.5);
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)),
        0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, hsla(0, 0%, 100%, 0.5));
}
.plyr--video .plyr__progress__buffer {
    color: hsla(0, 0%, 100%, 0.25);
    color: var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, 0.25));
}
.plyr:fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
}
.plyr:fullscreen video {
    height: 100%;
}
.plyr:fullscreen .plyr__video-wrapper {
    height: 100%;
    position: static;
}
.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
    display: block;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
    display: none;
}
.plyr:fullscreen.plyr--hide-controls {
    cursor: none;
}
@media (min-width: 1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
        font-size: 21px;
        font-size: var(--plyr-font-size-xlarge, 21px);
    }
    .plyr:-ms-fullscreen .plyr__captions {
        font-size: 21px;
        font-size: var(--plyr-font-size-xlarge, 21px);
    }
    .plyr:fullscreen .plyr__captions {
        font-size: 21px;
        font-size: var(--plyr-font-size-xlarge, 21px);
    }
}
.plyr:-webkit-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
}
.plyr:-webkit-full-screen video {
    height: 100%;
}
.plyr:-webkit-full-screen .plyr__video-wrapper {
    height: 100%;
    position: static;
}
.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
    display: block;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
    display: none;
}
.plyr:-webkit-full-screen.plyr--hide-controls {
    cursor: none;
}
@media (min-width: 1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
        font-size: 21px;
        font-size: var(--plyr-font-size-xlarge, 21px);
    }
}
.plyr:-moz-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
}
.plyr:-moz-full-screen video {
    height: 100%;
}
.plyr:-moz-full-screen .plyr__video-wrapper {
    height: 100%;
    position: static;
}
.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
    display: block;
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
    display: none;
}
.plyr:-moz-full-screen.plyr--hide-controls {
    cursor: none;
}
@media (min-width: 1024px) {
    .plyr:-moz-full-screen .plyr__captions {
        font-size: 21px;
        font-size: var(--plyr-font-size-xlarge, 21px);
    }
}
.plyr:-ms-fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
}
.plyr:-ms-fullscreen video {
    height: 100%;
}
.plyr:-ms-fullscreen .plyr__video-wrapper {
    height: 100%;
    position: static;
}
.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
    display: block;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
    display: none;
}
.plyr:-ms-fullscreen.plyr--hide-controls {
    cursor: none;
}
@media (min-width: 1024px) {
    .plyr:-ms-fullscreen .plyr__captions {
        font-size: 21px;
        font-size: var(--plyr-font-size-xlarge, 21px);
    }
}
.plyr--fullscreen-fallback {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
    bottom: 0;
    display: block;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000000;
}
.plyr--fullscreen-fallback video {
    height: 100%;
}
.plyr--fullscreen-fallback .plyr__video-wrapper {
    height: 100%;
    position: static;
}
.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
    display: block;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
    display: none;
}
.plyr--fullscreen-fallback.plyr--hide-controls {
    cursor: none;
}
@media (min-width: 1024px) {
    .plyr--fullscreen-fallback .plyr__captions {
        font-size: 21px;
        font-size: var(--plyr-font-size-xlarge, 21px);
    }
}
.plyr__ads {
    border-radius: inherit;
    bottom: 0;
    cursor: pointer;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.plyr__ads > div,
.plyr__ads > div iframe {
    height: 100%;
    position: absolute;
    width: 100%;
}
.plyr__ads:after {
    background: #23282f;
    border-radius: 2px;
    bottom: 10px;
    bottom: var(--plyr-control-spacing, 10px);
    color: #fff;
    content: attr(data-badge-text);
    font-size: 11px;
    padding: 2px 6px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    right: var(--plyr-control-spacing, 10px);
    z-index: 3;
}
.plyr__ads:after:empty {
    display: none;
}
.plyr__cues {
    background: currentColor;
    display: block;
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    left: 0;
    margin: -var(--plyr-range-track-height, 5px) / 2 0 0;
    opacity: 0.8;
    position: absolute;
    top: 50%;
    width: 3px;
    z-index: 3;
}
.plyr__preview-thumb {
    background-color: hsla(0, 0%, 100%, 0.9);
    background-color: var(--plyr-tooltip-background, hsla(0, 0%, 100%, 0.9));
    border-radius: 3px;
    bottom: 100%;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
    box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
    margin-bottom: 10px;
    margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
    opacity: 0;
    padding: 3px;
    padding: var(--plyr-tooltip-radius, 3px);
    pointer-events: none;
    position: absolute;
    -webkit-transform: translateY(10px) scale(0.8);
    -o-transform: translateY(10px) scale(0.8);
    transform: translateY(10px) scale(0.8);
    -webkit-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: opacity 0.2s ease 0.1s, -webkit-transform 0.2s ease 0.1s;
    transition: opacity 0.2s ease 0.1s, -webkit-transform 0.2s ease 0.1s;
    -o-transition: opacity 0.2s 0.1s ease, -o-transform 0.2s 0.1s ease;
    transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
    transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s, -webkit-transform 0.2s ease 0.1s, -o-transform 0.2s ease 0.1s;
    z-index: 2;
}
.plyr__preview-thumb--is-shown {
    opacity: 1;
    -webkit-transform: translate(0) scale(1);
    -o-transform: translate(0) scale(1);
    transform: translate(0) scale(1);
}
.plyr__preview-thumb:before {
    border-left: 4px solid transparent;
    border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
    border-right: 4px solid transparent;
    border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
    border-top: 4px solid hsla(0, 0%, 100%, 0.9);
    border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, hsla(0, 0%, 100%, 0.9));
    bottom: -4px;
    bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    z-index: 2;
}
.plyr__preview-thumb__image-container {
    background: #c1c8d1;
    border-radius: 2px;
    border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.plyr__preview-thumb__image-container img {
    height: 100%;
    left: 0;
    max-height: none;
    max-width: none;
    position: absolute;
    top: 0;
    width: 100%;
}
.plyr__preview-thumb__time-container {
    bottom: 6px;
    left: 0;
    position: absolute;
    right: 0;
    white-space: nowrap;
    z-index: 3;
}
.plyr__preview-thumb__time-container span {
    background-color: rgba(0, 0, 0, 0.55);
    border-radius: 2px;
    border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
    color: #fff;
    font-size: 13px;
    font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
    padding: 3px 6px;
}
.plyr__preview-scrubbing {
    bottom: 0;
    -webkit-filter: blur(1px);
    filter: blur(1px);
    height: 100%;
    left: 0;
    margin: auto;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    width: 100%;
    z-index: 1;
}
.plyr__preview-scrubbing--is-shown {
    opacity: 1;
}
.plyr__preview-scrubbing img {
    height: 100%;
    left: 0;
    max-height: none;
    max-width: none;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%;
}
.plyr--no-transition {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
.plyr__sr-only {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    border: 0 !important;
    height: 1px !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}
.plyr [hidden] {
    display: none !important;
}
.template-about .images-wrap {
    display: grid;
    grid-template-columns: auto;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 15px;
    margin-top: 60px;
    overflow: hidden;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-about .images-wrap {
        grid-template-columns: auto auto auto;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-about .images-wrap {
        grid-template-columns: auto auto auto;
    }
}
@media only screen and (min-width: 1279px) {
    .template-about .images-wrap {
        grid-template-columns: auto auto auto;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-about .images-wrap {
        margin-top: 60px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-about .images-wrap {
        margin-top: 60px;
    }
}
@media only screen and (min-width: 1279px) {
    .template-about .images-wrap {
        margin-top: 145px;
    }
}
@media only screen and (max-width: 549px) {
    .template-about .images-wrap img {
        max-height: 400px;
        width: auto;
        margin: auto;
    }
}
.template-about .beliefs {
    margin-top: 100px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-about .beliefs {
        margin-top: 100px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-about .beliefs {
        margin-top: 200px;
    }
}
@media only screen and (min-width: 1279px) {
    .template-about .beliefs {
        margin-top: 200px;
    }
}
.template-about .beliefs .header {
    font-family: Trivia Sans, arial;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    font-size: 35px;
    line-height: 1;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-about .beliefs .header {
        font-size: 40px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-about .beliefs .header {
        font-size: 65px;
    }
}
@media only screen and (min-width: 1279px) {
    .template-about .beliefs .header {
        font-size: 80px;
    }
}
.template-about .beliefs ul {
    display: block;
    grid-template-columns: auto auto;
    margin-top: 60px;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-about .beliefs ul {
        display: block;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-about .beliefs ul {
        display: grid;
    }
}
@media only screen and (min-width: 1279px) {
    .template-about .beliefs ul {
        display: grid;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-about .beliefs ul {
        margin-top: 60px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-about .beliefs ul {
        margin-top: 150px;
    }
}
@media only screen and (min-width: 1279px) {
    .template-about .beliefs ul {
        margin-top: 150px;
    }
}
.template-about .beliefs ul li {
    margin-bottom: 110px;
}
.template-about .beliefs ul li .index {
    margin-right: 50px;
}
.template-about .beliefs ul li .index,
.template-about .beliefs ul li .title {
    font-family: Trivia Sans, arial;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    font-size: 5vw;
    line-height: 7vw;
    text-transform: uppercase;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-about .beliefs ul li .index,
    .template-about .beliefs ul li .title {
        font-size: 32px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-about .beliefs ul li .index,
    .template-about .beliefs ul li .title {
        font-size: 32px;
    }
}
@media only screen and (min-width: 1279px) {
    .template-about .beliefs ul li .index,
    .template-about .beliefs ul li .title {
        font-size: 32px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-about .beliefs ul li .index,
    .template-about .beliefs ul li .title {
        line-height: 37px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-about .beliefs ul li .index,
    .template-about .beliefs ul li .title {
        line-height: 37px;
    }
}
@media only screen and (min-width: 1279px) {
    .template-about .beliefs ul li .index,
    .template-about .beliefs ul li .title {
        line-height: 37px;
    }
}
.template-about .beliefs ul li .description {
    font-family: Trivia Sans, arial;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    font-size: 19px;
    line-height: 30px;
    margin-top: 25px;
    max-width: 100%;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-about .beliefs ul li .description {
        max-width: 100%;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-about .beliefs ul li .description {
        max-width: 520px;
    }
}
@media only screen and (min-width: 1279px) {
    .template-about .beliefs ul li .description {
        max-width: 520px;
    }
}
.template-about .distribution {
    position: relative;
}
.template-about .distribution .header {
    position: absolute;
    top: 20px;
    left: 20px;
    font-family: Trivia Sans, arial;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    font-size: 22px;
    line-height: 26px;
    z-index: 1;
    pointer-events: none;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-about .distribution .header {
        top: 30px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-about .distribution .header {
        top: 30px;
    }
}
@media only screen and (min-width: 1279px) {
    .template-about .distribution .header {
        top: 70px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-about .distribution .header {
        left: 30px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-about .distribution .header {
        left: 30px;
    }
}
@media only screen and (min-width: 1279px) {
    .template-about .distribution .header {
        left: 90px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-about .distribution .header {
        font-size: 22px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-about .distribution .header {
        font-size: 65px;
    }
}
@media only screen and (min-width: 1279px) {
    .template-about .distribution .header {
        font-size: 80px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-about .distribution .header {
        line-height: 26px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-about .distribution .header {
        line-height: 67px;
    }
}
@media only screen and (min-width: 1279px) {
    .template-about .distribution .header {
        line-height: 87px;
    }
}
.template-about .distribution #google-map {
    width: 100%;
    height: 260px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-about .distribution #google-map {
        height: 300px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-about .distribution #google-map {
        height: 500px;
    }
}
@media only screen and (min-width: 1279px) {
    .template-about .distribution #google-map {
        height: 900px;
    }
}
.template-about .statement {
    padding-top: 100px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-about .statement {
        padding-top: 100px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-about .statement {
        padding-top: 100px;
    }
}
@media only screen and (min-width: 1279px) {
    .template-about .statement {
        padding-top: 200px;
    }
}
.template-about .statement .text-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 1070px;
}
.template-about .statement .text-wrap p {
    font-family: Trivia Sans, arial;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    font-size: 17px;
    line-height: 24px;
    margin-top: 35px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-about .statement .text-wrap p {
        font-size: 19px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-about .statement .text-wrap p {
        font-size: 22px;
    }
}
@media only screen and (min-width: 1279px) {
    .template-about .statement .text-wrap p {
        font-size: 22px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-about .statement .text-wrap p {
        line-height: 25px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-about .statement .text-wrap p {
        line-height: 34px;
    }
}
@media only screen and (min-width: 1279px) {
    .template-about .statement .text-wrap p {
        line-height: 34px;
    }
}
.template-about .statement .text-wrap p:last-child,
.template-about .statement .text-wrap p:nth-last-child(3) {
    margin: 0;
}
.template-about .statement .text-wrap h5 {
    font-family: AT Osmose, arial;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 3px;
    margin-bottom: 5px;
}
@media only screen and (max-width: 549px) {
    .template-about .statement .text-wrap img {
        width: 85px;
    }
}
.template-about .statement .text-wrap svg {
    margin-top: 20px;
    width: 150px;
}
.template-about .links-section {
    margin-top: 160px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-about .links-section {
        margin-top: 160px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-about .links-section {
        margin-top: 240px;
    }
}
@media only screen and (min-width: 1279px) {
    .template-about .links-section {
        margin-top: 240px;
    }
}
.template-brand-philosophy section:not(section.big-text-section) {
    margin-bottom: 140px;
}
@media only screen and (max-width: 549px) {
    .template-brand-philosophy section:not(section.big-text-section) {
        margin-bottom: 70px;
    }
}
.template-brand-philosophy section p {
    margin-top: 20px;
    margin-bottom: 20px;
}
.template-brand-philosophy section.intro .images-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    gap: 15px;
    max-width: 1340px;
    margin: auto;
}
@media only screen and (max-width: 549px) {
    .template-brand-philosophy section.intro .images-wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.template-brand-philosophy section.intro .images-wrap .media-image {
    background-color: #fff;
    border-radius: 10px;
    display: grid;
    place-content: center;
    padding: 10px;
}
@media only screen and (max-width: 1023px) {
    .template-brand-philosophy section.intro .images-wrap .media-image {
        padding: 10px;
    }
}
.template-brand-philosophy section.intro .images-wrap .media-image img {
    width: 100%;
    height: 100px;
    -o-object-fit: contain;
    object-fit: contain;
}
@media only screen and (max-width: 1278px) {
    .template-brand-philosophy section.intro .images-wrap .media-image img {
        height: 70px;
    }
}
.template-brand-philosophy section.image-section {
    max-width: 1065px;
    margin-left: auto;
    margin-right: auto;
}
.template-brand-philosophy section.image-section picture figure-caption {
    max-width: 795px;
}
.template-brand-philosophy section.gallery-section {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, auto));
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 170px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-width: 1610px;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width: 1023px) {
    .template-brand-philosophy section.gallery-section {
        row-gap: 70px;
    }
}
@media only screen and (max-width: 549px) {
    .template-brand-philosophy section.gallery-section {
        grid-template-columns: repeat(1, minmax(0, auto));
    }
}
@media only screen and (max-width: 549px) {
    .template-brand-philosophy section.gallery-section picture {
        margin-left: auto;
        margin-right: auto;
    }
}
.template-brand-philosophy section.gallery-section picture img {
    width: auto;
}
@media only screen and (max-width: 1278px) {
    .template-brand-philosophy section.gallery-section picture img {
        max-height: 550px;
    }
}
.template-brand-philosophy section.gallery-section picture figure-caption {
    max-width: 560px;
}
@media only screen and (max-width: 1278px) {
    .template-brand-philosophy section.gallery-section picture figure-caption {
        max-width: 350px;
    }
}
.template-brand-philosophy section.big-text-section {
    font-family: Trivia Sans, arial;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    font-size: 40px;
    line-height: 50px;
    max-width: 1065px;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width: 549px) {
    .template-brand-philosophy section.big-text-section {
        font-size: 26px;
        line-height: 34px;
    }
}
.template-brand-philosophy section.big-text-section p {
    margin-top: 45px;
    margin-bottom: 40px;
}
.template-brand-philosophy section.text-section {
    font-family: Trivia Sans, arial;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    font-size: 22px;
    line-height: 34px;
    max-width: 1065px;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width: 1023px) {
    .template-brand-philosophy section.text-section {
        font-size: 17px;
        line-height: 24px;
    }
}
.template-brand-philosophy section.text-section a {
    position: relative;
}
.template-brand-philosophy section.text-section a:after {
    -webkit-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}
.template-brand-philosophy section.text-section a:after,
.template-brand-philosophy section.text-section a:before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 1px;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: -o-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -o-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.template-brand-philosophy section.text-section a:before {
    -webkit-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
}
.template-brand-philosophy section.text-section a:hover {
    color: #000;
}
.template-brand-philosophy section.text-section a:hover:after {
    -webkit-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: -o-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -o-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.template-brand-philosophy section.text-section a:hover:before {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    -o-transition: -o-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, -o-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.template-brand-philosophy section.text-section p {
    margin-top: 40px;
    margin-bottom: 35px;
}
.template-brand-philosophy section.text-section h2 {
    font-family: Trivia Sans, arial;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    font-size: 40px;
    line-height: 50px;
    margin-top: 35px;
    margin-bottom: 35px;
}
.template-brand-philosophy section.text-section h3,
.template-brand-philosophy section.text-section h4 {
    font-family: Trivia Sans, arial;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    font-size: 22px;
    line-height: 34px;
    margin-top: 35px;
    margin-bottom: 35px;
}
.template-brand-philosophy section.text-section ul li {
    display: -webkit-inline-box;
    margin-bottom: 5px;
}
@media only screen and (max-width: 1023px) {
    .template-brand-philosophy section.text-section ul li {
        padding-right: 20px;
    }
}
@media only screen and (max-width: 549px) {
    .template-brand-philosophy section.text-section ul li {
        font-size: 16px;
        line-height: 22px;
    }
}
.template-brand-philosophy section.text-section ul li strong {
    white-space: nowrap;
    margin-right: 20px;
}
.template-brand-philosophy section.text-section ul li:before {
    content: "\2015";
    display: block;
    margin-right: 10px;
}
.template-brand-philosophy picture {
    display: block;
    overflow: hidden;
}
.template-brand-philosophy picture img {
    height: auto;
    max-height: 750px;
}
.template-brand-philosophy picture figure-caption {
    font-family: Trivia Sans, arial;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    font-size: 15px;
    line-height: 22px;
    display: inline-block;
    margin: 20px;
}
@media only screen and (max-width: 1023px) {
    .template-brand-philosophy picture figure-caption {
        margin: 20px 10px 0 0;
        font-size: 12px;
        line-height: 19px;
    }
}
.template-brand-philosophy picture figure-caption:empty {
    display: none;
}
.template-brand-philosophy strong {
    font-family: Trivia Sans, arial;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
.template-careers ul.open-positions {
    position: relative;
    display: grid;
    grid-template-columns: 100%;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 30px;
    margin-top: 120px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-careers ul.open-positions {
        grid-template-columns: auto auto;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-careers ul.open-positions {
        grid-template-columns: 1fr 1fr;
    }
}
@media only screen and (min-width: 1279px) {
    .template-careers ul.open-positions {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-careers ul.open-positions {
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-careers ul.open-positions {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
}
@media only screen and (min-width: 1279px) {
    .template-careers ul.open-positions {
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-careers ul.open-positions {
        row-gap: 15px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-careers ul.open-positions {
        row-gap: 30px;
    }
}
@media only screen and (min-width: 1279px) {
    .template-careers ul.open-positions {
        row-gap: 100px;
    }
}
.template-careers ul.open-positions li.position {
    position: relative;
    min-height: 450px;
    height: 100%;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-careers ul.open-positions li.position {
        min-height: 490px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-careers ul.open-positions li.position {
        min-height: 590px;
    }
}
@media only screen and (min-width: 1279px) {
    .template-careers ul.open-positions li.position {
        min-height: 730px;
    }
}
.template-contact .columns {
    display: grid;
    grid-template-columns: 100%;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-contact .columns {
        grid-template-columns: 100%;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-contact .columns {
        grid-template-columns: 1fr 1fr;
    }
}
@media only screen and (min-width: 1279px) {
    .template-contact .columns {
        grid-template-columns: 1fr 1fr;
    }
}
@media only screen and (min-width: 1740px) {
    .template-contact .columns {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-contact .columns {
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-contact .columns {
        -webkit-column-gap: 90px;
        -moz-column-gap: 90px;
        column-gap: 90px;
    }
}
.template-contact .columns .image-wrap {
    overflow: hidden;
}
.template-contact .columns .image-wrap img {
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-contact .columns .image-wrap img {
        width: auto;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-contact .columns .image-wrap img {
        width: 100%;
    }
}
.template-contact address p {
    margin: 0;
    font-family: Trivia Sans, arial;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    font-size: 5vw;
    line-height: 6.8vw;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-contact address p {
        font-size: 5vw;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-contact address p {
        font-size: 32px;
    }
}
@media only screen and (min-width: 1279px) {
    .template-contact address p {
        font-size: 32px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-contact address p {
        line-height: 6.8vw;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-contact address p {
        line-height: 40px;
    }
}
@media only screen and (min-width: 1279px) {
    .template-contact address p {
        line-height: 40px;
    }
}
.template-contact .options {
    margin-top: 22px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-contact .options {
        margin-top: 22px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-contact .options {
        margin-top: 45px;
    }
}
@media only screen and (min-width: 1279px) {
    .template-contact .options {
        margin-top: 45px;
    }
}
.template-contact .options p,
.template-contact .options span {
    display: inline-block;
    margin: 0 40px 0 0;
    font-family: Trivia Sans, arial;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    font-size: 5vw;
    line-height: 6.8vw;
    text-transform: uppercase;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-contact .options p,
    .template-contact .options span {
        font-size: 5vw;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-contact .options p,
    .template-contact .options span {
        font-size: 32px;
    }
}
@media only screen and (min-width: 1279px) {
    .template-contact .options p,
    .template-contact .options span {
        font-size: 32px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-contact .options p,
    .template-contact .options span {
        line-height: 6.8vw;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-contact .options p,
    .template-contact .options span {
        line-height: 40px;
    }
}
@media only screen and (min-width: 1279px) {
    .template-contact .options p,
    .template-contact .options span {
        line-height: 40px;
    }
}
.template-contact .options p a,
.template-contact .options span a {
    color: #000;
}
.template-contact .options p a,
.template-contact .options p a:hover,
.template-contact .options span a,
.template-contact .options span a:hover {
    -webkit-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.template-contact .options p a:hover,
.template-contact .options span a:hover {
    color: #003cff;
}
.template-contact .link-wrap {
    margin-top: 50px;
    margin-bottom: 115px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-contact .link-wrap {
        margin-top: 50px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-contact .link-wrap {
        margin-top: 50px;
    }
}
@media only screen and (min-width: 1279px) {
    .template-contact .link-wrap {
        margin-top: 105px;
    }
}
.template-contact .link-wrap svg {
    width: 55px;
    height: 55px;
}
.template-contact .link-wrap svg circle {
    fill: transparent;
    stroke: #000;
    stroke-width: 2px;
    stroke-miterlimit: 10;
}
.template-contact .link-wrap svg circle,
.template-contact .link-wrap svg polygon {
    -webkit-transition: fill 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: fill 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: fill 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.template-contact .link-wrap svg polygon {
    fill: #000;
    stroke: transparent;
}
.template-contact .link-wrap span {
    position: relative;
    margin-left: 20px;
    font-family: Trivia Sans, arial;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    font-size: 22px;
    line-height: 1;
}
.template-contact .link-wrap:hover svg circle {
    stroke: transparent;
    fill: #000;
}
.template-contact .link-wrap:hover svg circle,
.template-contact .link-wrap:hover svg polygon {
    -webkit-transition: fill 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: fill 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: fill 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.template-contact .link-wrap:hover svg polygon {
    fill: #fff;
}
.template-demophorius-lab .content .image-wrap {
    overflow: hidden;
}
.template-demophorius-lab .content .image-wrap img {
    margin: auto;
}
@media only screen and (max-width: 1278px) {
    .template-demophorius-lab .content .image-wrap img {
        max-height: 400px;
        width: auto;
    }
}
.template-demophorius-lab .content .bottom-wrap {
    max-width: 1070px;
    margin: auto auto 145px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-demophorius-lab .content .bottom-wrap {
        margin-bottom: 145px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-demophorius-lab .content .bottom-wrap {
        margin-bottom: 145px;
    }
}
@media only screen and (min-width: 1279px) {
    .template-demophorius-lab .content .bottom-wrap {
        margin-bottom: 200px;
    }
}
.template-demophorius-lab .content .bottom-wrap .description-small {
    font-family: Trivia Sans, arial;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    font-size: 22px;
    line-height: 1.4;
    margin-top: 70px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-demophorius-lab .content .bottom-wrap .description-small {
        font-size: 35px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-demophorius-lab .content .bottom-wrap .description-small {
        font-size: 40px;
    }
}
@media only screen and (min-width: 1279px) {
    .template-demophorius-lab .content .bottom-wrap .description-small {
        font-size: 40px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-demophorius-lab .content .bottom-wrap .description-small {
        line-height: 1.3;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-demophorius-lab .content .bottom-wrap .description-small {
        line-height: 50px;
    }
}
@media only screen and (min-width: 1279px) {
    .template-demophorius-lab .content .bottom-wrap .description-small {
        line-height: 50px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-demophorius-lab .content .bottom-wrap .description-small {
        margin-top: 70px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-demophorius-lab .content .bottom-wrap .description-small {
        margin-top: 150px;
    }
}
@media only screen and (min-width: 1279px) {
    .template-demophorius-lab .content .bottom-wrap .description-small {
        margin-top: 150px;
    }
}
.template-demophorius-lab .content .bottom-wrap .phases-wrap {
    margin-top: 140px;
}
.template-demophorius-lab .content .bottom-wrap .phases-wrap .phase {
    margin-bottom: 145px;
}
.template-demophorius-lab .content .bottom-wrap .phases-wrap .phase .label {
    font-family: Trivia Sans, arial;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    font-size: 22px;
    line-height: 1.4;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-demophorius-lab .content .bottom-wrap .phases-wrap .phase .label {
        font-size: 35px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-demophorius-lab .content .bottom-wrap .phases-wrap .phase .label {
        font-size: 40px;
    }
}
@media only screen and (min-width: 1279px) {
    .template-demophorius-lab .content .bottom-wrap .phases-wrap .phase .label {
        font-size: 40px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-demophorius-lab .content .bottom-wrap .phases-wrap .phase .label {
        line-height: 1.3;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-demophorius-lab .content .bottom-wrap .phases-wrap .phase .label {
        line-height: 50px;
    }
}
@media only screen and (min-width: 1279px) {
    .template-demophorius-lab .content .bottom-wrap .phases-wrap .phase .label {
        line-height: 50px;
    }
}
@media only screen and (max-width: 549px) {
    .template-demophorius-lab .content .bottom-wrap .phases-wrap .phase .label {
        width: 100%;
    }
}
.template-demophorius-lab .content .bottom-wrap .phases-wrap .phase .label .no {
    font-size: 35px;
    line-height: 1;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-demophorius-lab .content .bottom-wrap .phases-wrap .phase .label .no {
        font-size: 40px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-demophorius-lab .content .bottom-wrap .phases-wrap .phase .label .no {
        font-size: 65px;
    }
}
@media only screen and (min-width: 1279px) {
    .template-demophorius-lab .content .bottom-wrap .phases-wrap .phase .label .no {
        font-size: 80px;
    }
}
.template-demophorius-lab .content .bottom-wrap .phases-wrap .phase .title {
    font-family: Trivia Sans, arial;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    font-size: 22px;
    line-height: 1.4;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-demophorius-lab .content .bottom-wrap .phases-wrap .phase .title {
        font-size: 35px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-demophorius-lab .content .bottom-wrap .phases-wrap .phase .title {
        font-size: 40px;
    }
}
@media only screen and (min-width: 1279px) {
    .template-demophorius-lab .content .bottom-wrap .phases-wrap .phase .title {
        font-size: 40px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-demophorius-lab .content .bottom-wrap .phases-wrap .phase .title {
        line-height: 1.3;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-demophorius-lab .content .bottom-wrap .phases-wrap .phase .title {
        line-height: 50px;
    }
}
@media only screen and (min-width: 1279px) {
    .template-demophorius-lab .content .bottom-wrap .phases-wrap .phase .title {
        line-height: 50px;
    }
}
.template-demophorius-lab .content .bottom-wrap .phases-wrap .phase ul > li hr {
    border-top: 3px solid #000;
    margin-top: 25px;
    margin-bottom: 30px;
}
.template-demophorius-lab .content .bottom-wrap .phases-wrap .phase ul > li ul li .title {
    font-family: Trivia Sans, arial;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    font-size: 17px;
    line-height: 24px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-demophorius-lab .content .bottom-wrap .phases-wrap .phase ul > li ul li .title {
        font-size: 19px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-demophorius-lab .content .bottom-wrap .phases-wrap .phase ul > li ul li .title {
        font-size: 22px;
    }
}
@media only screen and (min-width: 1279px) {
    .template-demophorius-lab .content .bottom-wrap .phases-wrap .phase ul > li ul li .title {
        font-size: 22px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-demophorius-lab .content .bottom-wrap .phases-wrap .phase ul > li ul li .title {
        line-height: 25px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-demophorius-lab .content .bottom-wrap .phases-wrap .phase ul > li ul li .title {
        line-height: 34px;
    }
}
@media only screen and (min-width: 1279px) {
    .template-demophorius-lab .content .bottom-wrap .phases-wrap .phase ul > li ul li .title {
        line-height: 34px;
    }
}
.template-demophorius-lab .content .bottom-wrap .phases-wrap .phase ul > li ul li .description {
    display: block;
    font-family: AT Osmose, arial;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 25px;
    text-transform: uppercase;
    max-width: 915px;
}
.template-demophorius-lab .content .bottom-wrap .phases-wrap .phase ul > li ul li hr {
    border-top: 1px solid #000;
    margin-top: 5px;
    margin-bottom: 30px;
}
.template-demophorius-lab .test-tubes {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    mix-blend-mode: multiply;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-demophorius-lab .test-tubes {
        display: none;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-demophorius-lab .test-tubes {
        display: block;
    }
}
@media only screen and (min-width: 1279px) {
    .template-demophorius-lab .test-tubes {
        display: block;
    }
}
.template-demophorius-lab .test-tubes .tube-1 {
    position: absolute;
    top: 190vh;
    right: 0;
}
.template-demophorius-lab .test-tubes .tube-2 {
    position: absolute;
    top: 100vh;
    right: 20%;
}
.template-frontpage .button-circle-arrow {
    margin-top: 60px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-frontpage .button-circle-arrow {
        margin-top: 60px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-frontpage .button-circle-arrow {
        margin-top: 60px;
    }
}
@media only screen and (min-width: 1279px) {
    .template-frontpage .button-circle-arrow {
        margin-top: 60px;
    }
}
.template-frontpage section.hero {
    position: relative;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-frontpage section.hero {
        padding-left: 40px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-frontpage section.hero {
        padding-left: 5%;
    }
}
@media only screen and (min-width: 1279px) {
    .template-frontpage section.hero {
        padding-left: 40px;
    }
}
@media only screen and (min-width: 1740px) {
    .template-frontpage section.hero {
        padding-left: 40px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-frontpage section.hero {
        padding-right: 40px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-frontpage section.hero {
        padding-right: 5%;
    }
}
@media only screen and (min-width: 1279px) {
    .template-frontpage section.hero {
        padding-right: 40px;
    }
}
@media only screen and (min-width: 1740px) {
    .template-frontpage section.hero {
        padding-right: 40px;
    }
}
@media only screen and (min-width: 1279px) {
    .template-frontpage section.hero {
        min-height: calc(100vh - 200px);
        display: grid;
        margin: -100px auto auto;
    }
    .template-frontpage section.hero .list-hero {
        width: 100%;
        max-width: 1780px;
        margin: auto;
    }
}
@media only screen and (max-width: 1739px) {
    .template-frontpage section.hero {
        min-height: 0;
    }
}
@media only screen and (max-width: 1739px) {
    .template-frontpage section.hero .list-hero {
        margin: 120px auto 0;
    }
}
@media only screen and (max-width: 1023px) {
    .template-frontpage section.hero .list-hero {
        margin: 0;
        padding-top: 50px;
    }
}
.template-frontpage section.hero .reddot-award {
    position: absolute;
    width: 120px;
    height: auto;
    top: 0;
    left: 100px;
}
@media only screen and (max-width: 1739px) {
    .template-frontpage section.hero .reddot-award {
        left: 5%;
    }
}
@media only screen and (max-width: 1278px) {
    .template-frontpage section.hero .reddot-award {
        left: 5%;
        top: -140px;
    }
}
@media only screen and (max-width: 1023px) {
    .template-frontpage section.hero .reddot-award {
        top: -60px;
    }
}
@media only screen and (max-width: 549px) {
    .template-frontpage section.hero .reddot-award {
        top: -40px;
    }
}
.template-frontpage .scroll-down {
    display: none;
    position: absolute;
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    bottom: 120px;
    right: 0;
    cursor: pointer;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-frontpage .scroll-down {
        right: 0;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-frontpage .scroll-down {
        right: 0;
    }
}
@media only screen and (min-width: 1279px) {
    .template-frontpage .scroll-down {
        right: 0;
    }
}
@media only screen and (min-width: 1740px) {
    .template-frontpage .scroll-down {
        right: 25px;
    }
}
@media only screen and (min-width: 2000px) and (max-width: 9999px) {
    .template-frontpage .scroll-down {
        display: block;
    }
}
.template-frontpage .scroll-down .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 60px;
    background: #000;
}
.template-frontpage section.about {
    margin-top: 65px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-frontpage section.about {
        margin-top: 165px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-frontpage section.about {
        margin-top: 165px;
    }
}
@media only screen and (min-width: 1279px) {
    .template-frontpage section.about {
        margin-top: 240px;
    }
}
.template-frontpage section.products {
    margin-top: 65px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-frontpage section.products {
        margin-top: 165px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-frontpage section.products {
        margin-top: 165px;
    }
}
@media only screen and (min-width: 1279px) {
    .template-frontpage section.products {
        margin-top: 240px;
    }
}
.template-frontpage section.news-updates {
    margin-top: 65px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-frontpage section.news-updates {
        margin-top: 165px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-frontpage section.news-updates {
        margin-top: 165px;
    }
}
@media only screen and (min-width: 1279px) {
    .template-frontpage section.news-updates {
        margin-top: 240px;
    }
}
.template-frontpage section.news-updates .button-circle-arrow {
    margin-top: 100px;
}
.template-frontpage section.news-updates ul li:nth-child(3) {
    display: none;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-frontpage section.news-updates ul li:nth-child(3) {
        display: none;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-frontpage section.news-updates ul li:nth-child(3) {
        display: none;
    }
}
@media only screen and (min-width: 1279px) {
    .template-frontpage section.news-updates ul li:nth-child(3) {
        display: block;
    }
}
.template-frontpage .test-tubes {
    position: absolute;
    top: 80vh;
    left: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    mix-blend-mode: multiply;
}
.template-frontpage .test-tubes .tube-1 {
    position: absolute;
    top: 120vh;
    right: 0;
}
.template-frontpage .test-tubes .tube-2 {
    position: absolute;
    top: 67vh;
    right: 20%;
}
.template-frontpage .container.is-mobile .button-circle-arrow {
    margin-top: 40px;
}
.template-frontpage .container.is-mobile .links-section {
    margin-top: 80px;
}
.template-frontpage .container.is-mobile .block-hero {
    margin-bottom: 15px;
    height: 205px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-frontpage .container.is-mobile .block-hero {
        margin-bottom: 15px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-frontpage .container.is-mobile .block-hero {
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 1279px) {
    .template-frontpage .container.is-mobile .block-hero {
        margin-bottom: 30px;
    }
}
.template-frontpage .container.is-mobile .block-hero .subtitle {
    margin-top: 5px;
}
.template-frontpage .container.is-mobile .__card {
    padding: 0;
}
.template-frontpage .container.is-mobile .__card:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(60deg, #fff, hsla(0, 0%, 100%, 0) 60%);
    background: -o-linear-gradient(60deg, #fff 0, hsla(0, 0%, 100%, 0) 60%);
    background: linear-gradient(30deg, #fff, hsla(0, 0%, 100%, 0) 60%);
    z-index: 1;
}
.template-frontpage .container.is-mobile .__card .top {
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 2;
}
.template-frontpage .container.is-mobile .__card img {
    max-height: 100%;
    padding: 0;
    width: 100%;
    height: 100%;
}
.template-frontpage .container.is-mobile .__card svg {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    width: 50px;
    height: 50px;
}
.template-subscribe .form-inquiry {
    display: block;
    max-width: 1300px;
    margin-top: 0;
}
.template-team ul.employees {
    position: relative;
    display: grid;
    grid-template-columns: 100%;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 15px;
    margin-top: 40px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-team ul.employees {
        grid-template-columns: 50% 50%;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-team ul.employees {
        grid-template-columns: 1fr 1fr;
    }
}
@media only screen and (min-width: 1279px) {
    .template-team ul.employees {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-team ul.employees {
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-team ul.employees {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
}
@media only screen and (min-width: 1279px) {
    .template-team ul.employees {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-team ul.employees {
        row-gap: 15px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-team ul.employees {
        row-gap: 30px;
    }
}
@media only screen and (min-width: 1279px) {
    .template-team ul.employees {
        row-gap: 100px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-team ul.employees {
        margin-top: 40px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-team ul.employees {
        margin-top: 120px;
    }
}
@media only screen and (min-width: 1279px) {
    .template-team ul.employees {
        margin-top: 120px;
    }
}
.template-team ul.employees li.employee {
    position: relative;
    min-height: auto;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-team ul.employees li.employee {
        min-height: auto;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-team ul.employees li.employee {
        min-height: auto;
    }
}
@media only screen and (min-width: 1279px) {
    .template-team ul.employees li.employee {
        min-height: 600px;
    }
}
.template-team ul.employees li.cta-block {
    display: none;
    grid-column-start: 1;
    grid-column-end: span 3;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-team ul.employees li.cta-block {
        display: none;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-team ul.employees li.cta-block {
        display: block;
    }
}
@media only screen and (min-width: 1279px) {
    .template-team ul.employees li.cta-block {
        display: block;
    }
}
.template-team ul.employees li.cta-block .block-cta {
    margin-top: 60px;
    margin-bottom: 60px;
}
.template-timeline footer {
    display: none !important;
}
.template-timeline main.js-scroller .content {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    margin-top: 0;
    z-index: 1;
}
.template-timeline main.js-scroller .content .intro {
    width: auto;
    text-align: center;
}
.template-timeline main.js-scroller .content .intro .title {
    font-size: 15px;
    max-width: 250px;
    margin: auto;
    line-height: 1.4;
    text-transform: uppercase;
    font-family: AT Osmose, arial;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    letter-spacing: 1px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-timeline main.js-scroller .content .intro .title {
        font-size: 15px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-timeline main.js-scroller .content .intro .title {
        font-size: 15px;
    }
}
@media only screen and (min-width: 1279px) {
    .template-timeline main.js-scroller .content .intro .title {
        font-size: 17px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-timeline main.js-scroller .content .intro .title {
        max-width: 100%;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-timeline main.js-scroller .content .intro .title {
        max-width: 100%;
    }
}
@media only screen and (min-width: 1279px) {
    .template-timeline main.js-scroller .content .intro .title {
        max-width: 100%;
    }
}
.template-timeline main.js-scroller .content .intro .subtitle {
    font-size: 50px;
    line-height: 1;
    text-transform: uppercase;
    font-family: Trivia Sans, arial;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    margin-top: 10px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-timeline main.js-scroller .content .intro .subtitle {
        font-size: 50px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-timeline main.js-scroller .content .intro .subtitle {
        font-size: 50px;
    }
}
@media only screen and (min-width: 1279px) {
    .template-timeline main.js-scroller .content .intro .subtitle {
        font-size: 120px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-timeline main.js-scroller .content .intro .subtitle {
        margin-top: 10px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-timeline main.js-scroller .content .intro .subtitle {
        margin-top: 10px;
    }
}
@media only screen and (min-width: 1279px) {
    .template-timeline main.js-scroller .content .intro .subtitle {
        margin-top: 30px;
    }
}
.template-timeline main.js-scroller .content .intro button.start-btn {
    position: relative;
    background: none;
    border: none;
    font-size: 22px;
    line-height: 24px;
    font-family: Trivia Sans, arial;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    width: 220px;
    height: 220px;
    padding: 30px 0 0;
    margin-top: 10px;
    z-index: 3;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-timeline main.js-scroller .content .intro button.start-btn {
        font-size: 22px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-timeline main.js-scroller .content .intro button.start-btn {
        font-size: 22px;
    }
}
@media only screen and (min-width: 1279px) {
    .template-timeline main.js-scroller .content .intro button.start-btn {
        font-size: 32px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-timeline main.js-scroller .content .intro button.start-btn {
        line-height: 24px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-timeline main.js-scroller .content .intro button.start-btn {
        line-height: 24px;
    }
}
@media only screen and (min-width: 1279px) {
    .template-timeline main.js-scroller .content .intro button.start-btn {
        line-height: 37px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-timeline main.js-scroller .content .intro button.start-btn {
        width: 220px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-timeline main.js-scroller .content .intro button.start-btn {
        width: 220px;
    }
}
@media only screen and (min-width: 1279px) {
    .template-timeline main.js-scroller .content .intro button.start-btn {
        width: 290px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-timeline main.js-scroller .content .intro button.start-btn {
        height: 220px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-timeline main.js-scroller .content .intro button.start-btn {
        height: 220px;
    }
}
@media only screen and (min-width: 1279px) {
    .template-timeline main.js-scroller .content .intro button.start-btn {
        height: 290px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-timeline main.js-scroller .content .intro button.start-btn {
        margin-top: 20px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-timeline main.js-scroller .content .intro button.start-btn {
        margin-top: 20px;
    }
}
@media only screen and (min-width: 1279px) {
    .template-timeline main.js-scroller .content .intro button.start-btn {
        margin-top: 30px;
    }
}
.template-timeline main.js-scroller .content .intro button.start-btn svg.arrow {
    width: 30px;
    margin-top: 20px;
}
.template-timeline main.js-scroller .content .intro button.start-btn svg.arrow line,
.template-timeline main.js-scroller .content .intro button.start-btn svg.arrow polyline {
    fill: none;
    stroke: #000;
    stroke-width: 9;
    stroke-miterlimit: 10;
}
.template-timeline main.js-scroller .content .intro button.start-btn svg.gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.template-timeline main.js-scroller .content .content {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-timeline main.js-scroller .content .content {
        overflow: hidden;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-timeline main.js-scroller .content .content {
        overflow: initial;
    }
}
@media only screen and (min-width: 1279px) {
    .template-timeline main.js-scroller .content .content {
        overflow: initial;
    }
}
.template-timeline main.js-scroller .content .blocker {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 2;
}
.template-timeline main.js-scroller .content .swiper-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 1;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-timeline main.js-scroller .content .swiper-container {
        padding-left: 15px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-timeline main.js-scroller .content .swiper-container {
        padding-left: 15px;
    }
}
@media only screen and (min-width: 1279px) {
    .template-timeline main.js-scroller .content .swiper-container {
        padding-left: 0;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-timeline main.js-scroller .content .swiper-container {
        padding-right: 15px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-timeline main.js-scroller .content .swiper-container {
        padding-right: 15px;
    }
}
@media only screen and (min-width: 1279px) {
    .template-timeline main.js-scroller .content .swiper-container {
        padding-right: 0;
    }
}
@media only screen and (min-width: 550px) {
    .template-timeline main.js-scroller .content .swiper-container .active .swiper-slide-active .block-timeline .top {
        color: #000;
    }
    .template-timeline main.js-scroller .content .swiper-container .active .swiper-slide-active .block-timeline .back-side:before,
    .template-timeline main.js-scroller .content .swiper-container .active .swiper-slide-active .block-timeline .front-side:before {
        background: hsla(0, 0%, 100%, 0.999);
        pointer-events: auto;
    }
    .template-timeline main.js-scroller .content .swiper-container .active .swiper-slide-active .block-timeline .back-side:after,
    .template-timeline main.js-scroller .content .swiper-container .active .swiper-slide-active .block-timeline .front-side:after {
        opacity: 0;
        pointer-events: none;
    }
}
.template-timeline main.js-scroller .content .swiper-slide {
    width: 330px;
    height: auto;
    min-height: 500px;
    margin: auto;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-timeline main.js-scroller .content .swiper-slide {
        width: 450px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-timeline main.js-scroller .content .swiper-slide {
        width: 380px;
    }
}
@media only screen and (min-width: 1279px) {
    .template-timeline main.js-scroller .content .swiper-slide {
        width: 525px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .template-timeline main.js-scroller .content .swiper-slide {
        height: 600px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .template-timeline main.js-scroller .content .swiper-slide {
        height: 530px;
    }
}
@media only screen and (min-width: 1279px) {
    .template-timeline main.js-scroller .content .swiper-slide {
        height: 750px;
    }
}
.template-timeline main.js-scroller .content .swiper-slide .block-timeline .top {
    color: #fff;
    -webkit-transition: color 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: color 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: color 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
@media only screen and (max-width: 1023px) {
    .template-timeline main.js-scroller .content .swiper-slide .block-timeline .top {
        color: #000;
    }
    .template-timeline main.js-scroller .content .swiper-slide .block-timeline .back-side,
    .template-timeline main.js-scroller .content .swiper-slide .block-timeline .front-side {
        background: #fff;
    }
}
@media only screen and (min-width: 550px) {
    .template-timeline main.js-scroller .content .swiper-slide .block-timeline .back-side:before,
    .template-timeline main.js-scroller .content .swiper-slide .block-timeline .front-side:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.999);
        border-radius: 10px;
        overflow: hidden;
        z-index: -1;
        pointer-events: auto;
        -webkit-transition: background 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
        -o-transition: background 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
        transition: background 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    }
    .template-timeline main.js-scroller .content .swiper-slide .block-timeline .back-side:after,
    .template-timeline main.js-scroller .content .swiper-slide .block-timeline .front-side:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        border-radius: 10px;
        overflow: hidden;
        z-index: 1;
        opacity: 0.7;
        pointer-events: auto;
        -webkit-transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
        -o-transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
        transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    }
}
.error404 .text-group {
    text-align: center;
    margin: auto;
}
.error404 .text-group p {
    margin: 40px auto auto;
}
.error404 .text-group p a {
    position: relative;
    font-family: Trivia Sans, arial;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
.error404 .text-group p a:after {
    -webkit-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}
.error404 .text-group p a:after,
.error404 .text-group p a:before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 1px;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: -o-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -o-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.error404 .text-group p a:before {
    -webkit-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
}
.error404 .text-group p a:hover {
    color: #000;
}
.error404 .text-group p a:hover:after {
    -webkit-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: -o-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -o-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.error404 .text-group p a:hover:before {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    -o-transition: -o-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, -o-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.error404 .links-section {
    margin-top: 110px;
}
.archive.category .text-group {
    margin-top: 0;
}
.archive.category .controls-group {
    margin-bottom: 60px;
}
.archive.category .category-list {
    display: grid;
    grid-template-columns: 1fr;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 30px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .archive.category .category-list {
        grid-template-columns: 1fr 1fr;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .archive.category .category-list {
        grid-template-columns: 1fr 1fr;
    }
}
@media only screen and (min-width: 1279px) {
    .archive.category .category-list {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .archive.category .category-list {
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .archive.category .category-list {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
}
@media only screen and (min-width: 1279px) {
    .archive.category .category-list {
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .archive.category .category-list {
        row-gap: 30px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .archive.category .category-list {
        row-gap: 30px;
    }
}
@media only screen and (min-width: 1279px) {
    .archive.category .category-list {
        row-gap: 100px;
    }
}
.archive.category .product-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 30px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .archive.category .product-list {
        grid-template-columns: 1fr 1fr;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .archive.category .product-list {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media only screen and (min-width: 1279px) {
    .archive.category .product-list {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media only screen and (min-width: 1740px) {
    .archive.category .product-list {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .archive.category .product-list {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .archive.category .product-list {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
}
@media only screen and (min-width: 1279px) {
    .archive.category .product-list {
        -webkit-column-gap: 45px;
        -moz-column-gap: 45px;
        column-gap: 45px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .archive.category .product-list {
        row-gap: 60px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .archive.category .product-list {
        row-gap: 60px;
    }
}
@media only screen and (min-width: 1279px) {
    .archive.category .product-list {
        row-gap: 45px;
    }
}
.archive.category .list-brands {
    display: grid;
    grid-template-columns: 1fr;
    gap: 90px;
    margin-top: 100px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .archive.category .list-brands {
        grid-template-columns: 1fr;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .archive.category .list-brands {
        grid-template-columns: 1fr 1fr;
    }
}
@media only screen and (min-width: 1279px) {
    .archive.category .list-brands {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
.archive.category .list-brands .text-wrap {
    padding-left: 0;
    width: 100%;
}
.page-template-default a,
.page-template-default a:hover {
    -webkit-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.page-template-default a:hover {
    color: #003cff;
}
.page-template-default h1 {
    font-family: Trivia Sans, arial;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    font-size: 35px;
    line-height: 1;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .page-template-default h1 {
        font-size: 60px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .page-template-default h1 {
        font-size: 70px;
    }
}
@media only screen and (min-width: 1279px) {
    .page-template-default h1 {
        font-size: 100px;
    }
}
.page-template-default h2 {
    font-family: Trivia Sans, arial;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    font-size: 25px;
    letter-spacing: 0;
/*     margin-top: 60px; */
    margin-bottom: 10px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .page-template-default h2 {
        font-size: 25px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .page-template-default h2 {
        font-size: 32px;
    }
}
@media only screen and (min-width: 1279px) {
    .page-template-default h2 {
        font-size: 32px;
    }
}
.page-template-default h3 {
    font-family: Trivia Sans, arial;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0;
    margin-bottom: 10px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .page-template-default h3 {
        font-size: 19px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .page-template-default h3 {
        font-size: 22px;
    }
}
@media only screen and (min-width: 1279px) {
    .page-template-default h3 {
        font-size: 22px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .page-template-default h3 {
        line-height: 25px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .page-template-default h3 {
        line-height: 34px;
    }
}
@media only screen and (min-width: 1279px) {
    .page-template-default h3 {
        line-height: 34px;
    }
}


.page-template-default.page-sitemap-data hr {
    margin-top: 60px;
}
.page-template-default.page-sitemap-data h1 {
    margin-top: 30px;
    margin-bottom: 10px;
    margin-left: 0;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .page-template-default.page-sitemap-data h1 {
        margin-left: 0;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .page-template-default.page-sitemap-data h1 {
        margin-left: -10px;
    }
}
@media only screen and (min-width: 1279px) {
    .page-template-default.page-sitemap-data h1 {
        margin-left: -10px;
    }
}
.page-template-default.page-sitemap-data h2 {
    font-family: Trivia Sans, arial;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    font-size: 25px;
    line-height: 1;
    margin-left: 0;
    margin-top: 10px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .page-template-default.page-sitemap-data h2 {
        font-size: 40px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .page-template-default.page-sitemap-data h2 {
        font-size: 40px;
    }
}
@media only screen and (min-width: 1279px) {
    .page-template-default.page-sitemap-data h2 {
        font-size: 50px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .page-template-default.page-sitemap-data h2 {
        margin-left: 0;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .page-template-default.page-sitemap-data h2 {
        margin-left: -10px;
    }
}
@media only screen and (min-width: 1279px) {
    .page-template-default.page-sitemap-data h2 {
        margin-left: -10px;
    }
}
footer {
/*     margin-top: 40px;
    padding-top: 100px; */
    /*padding-bottom: 120px;*/
    background: #000;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: #fff;
    z-index: 100;
	position: relative;
    mix-blend-mode: multiply;
    fill: #fff;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    footer {
/*         margin-top: 200px; */
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    footer {
/*         margin-top: 200px; */
    }
}
@media only screen and (min-width: 1279px) {
    footer {
/*         margin-top: 200px; */
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    footer {
        padding-bottom: 40px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    footer {
        padding-bottom: 40px;
    }
}
@media only screen and (min-width: 1279px) {
    footer {
        /*padding-bottom: 40px;*/
    }
}
footer .inner-wrap {
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    footer .inner-wrap {
        padding-left: 5%;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    footer .inner-wrap {
        padding-left: 5%;
    }
}
@media only screen and (min-width: 1279px) {
    footer .inner-wrap {
        padding-left: 5%;
    }
}
@media only screen and (min-width: 1740px) {
    footer .inner-wrap {
        padding-left: calc(50vw - 800px);
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    footer .inner-wrap {
        padding-right: 5%;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    footer .inner-wrap {
        padding-right: 5%;
    }
}
@media only screen and (min-width: 1279px) {
    footer .inner-wrap {
        padding-right: 5%;
    }
}
footer .inner-wrap .left-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-template-columns: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    footer .inner-wrap .left-wrap {
        display: grid;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    footer .inner-wrap .left-wrap {
        display: grid;
    }
}
@media only screen and (min-width: 1279px) {
    footer .inner-wrap .left-wrap {
        display: grid;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    footer .inner-wrap .left-wrap {
        grid-template-columns: auto auto;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    footer .inner-wrap .left-wrap {
        grid-template-columns: auto 210px;
    }
}
@media only screen and (min-width: 1279px) {
    footer .inner-wrap .left-wrap {
        grid-template-columns: auto 620px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    footer .inner-wrap .left-wrap {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    footer .inner-wrap .left-wrap {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media only screen and (min-width: 1279px) {
    footer .inner-wrap .left-wrap {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
footer .inner-wrap .right-wrap {
    display: grid;
    grid-template-columns: auto;
    font-family: Trivia Sans, arial;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    font-size: 17px;
    line-height: 30px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    footer .inner-wrap .right-wrap {
        grid-template-columns: auto;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    footer .inner-wrap .right-wrap {
        grid-template-columns: auto;
    }
}
@media only screen and (min-width: 1279px) {
    footer .inner-wrap .right-wrap {
        grid-template-columns: auto 620px;
    }
}
footer .inner-wrap .right-wrap .reddot-award {
    width: 155px;
    height: auto;
    position: absolute;
    bottom: 8px;
}
@media only screen and (max-width: 1278px) {
    footer .inner-wrap .right-wrap .reddot-award {
        position: relative;
        bottom: auto;
        top: 100px;
        margin: 0 0 20px;
    }
}
@media only screen and (max-width: 549px) {
    footer .inner-wrap .right-wrap .reddot-award {
        top: auto;
        margin: 80px auto 0;
        width: 120px;
    }
}
footer .inner-wrap .right-wrap .header {
    font-family: Trivia Sans, arial;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    font-size: 32px;
    line-height: 1;
}
footer .inner-wrap .right-wrap .bottom {
    margin-top: 120px;
}
footer .inner-wrap .right-wrap .data-wrap {
    width: 100%;
    text-align: left;
}
footer .inner-wrap .right-wrap .info {
    margin-top: 30px;
    line-height: 1.7;
}
footer .inner-wrap .right-wrap .info span {
    margin-right: 25px;
}
footer .inner-wrap .right-wrap a {
    color: inherit;
}
footer .inner-wrap .right-wrap a,
footer .inner-wrap .right-wrap a:hover {
    -webkit-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
footer .inner-wrap .right-wrap a:hover {
    color: #003cff;
}
footer .inner-wrap .right-wrap .address {
    margin-right: 80px;
}
footer .inner-wrap .right-wrap ul#menu-footer {
    margin-top: 15px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    footer .inner-wrap .right-wrap ul#menu-footer {
        margin-top: 30px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    footer .inner-wrap .right-wrap ul#menu-footer {
        margin-top: 30px;
    }
}
@media only screen and (min-width: 1279px) {
    footer .inner-wrap .right-wrap ul#menu-footer {
        margin-top: 80px;
    }
}
footer .inner-wrap .right-wrap ul#menu-footer li {
    padding-right: 10px;
    padding-left: 10px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    footer .inner-wrap .right-wrap ul#menu-footer li {
        padding-right: 10px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    footer .inner-wrap .right-wrap ul#menu-footer li {
        padding-right: 30px;
    }
}
@media only screen and (min-width: 1279px) {
    footer .inner-wrap .right-wrap ul#menu-footer li {
        padding-right: 30px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    footer .inner-wrap .right-wrap ul#menu-footer li {
        padding-left: 0;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    footer .inner-wrap .right-wrap ul#menu-footer li {
        padding-left: 0;
    }
}
@media only screen and (min-width: 1279px) {
    footer .inner-wrap .right-wrap ul#menu-footer li {
        padding-left: 0;
    }
}
footer .inner-wrap .right-wrap .sign {
    margin-top: 10px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    footer .inner-wrap .right-wrap .sign {
        margin-top: 0;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    footer .inner-wrap .right-wrap .sign {
        margin-top: 0;
    }
}
@media only screen and (min-width: 1279px) {
    footer .inner-wrap .right-wrap .sign {
        margin-top: 0;
    }
}
footer .inner-wrap .right-wrap .sign span {
    padding-left: 15px;
    padding-right: 15px;
}
footer .inner-wrap .arrow-up {
    position: relative;
    width: 70px;
    bottom: -15px;
    padding: 0;
    background: none;
    border: none;
    margin-top: auto;
}
footer .inner-wrap .arrow-up svg circle {
    stroke-width: 2px;
    stroke: #fff;
    stroke-miterlimit: 10;
    fill: none;
}
footer .inner-wrap .arrow-up svg polygon {
    fill: #fff;
}
footer .social-btns {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 549px) {
    footer {
        background: none;
        mix-blend-mode: normal;
        color: #000;
        fill: #000;
    }
    footer #subscribe {
        display: none;
    }
    footer .inner-wrap .right-wrap .data-wrap {
        text-align: center;
    }
    footer .inner-wrap .right-wrap .bottom {
        margin-top: 60px;
    }
    footer .inner-wrap .right-wrap .header {
        font-family: Trivia Sans, arial;
        font-weight: 500;
        font-style: normal;
        font-display: swap;
        font-size: 25px;
        line-height: 28px;
        padding-left: 40px;
        padding-right: 40px;
    }
}
.modal-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 20px;
    background: #000;
    overflow-y: auto;
    visibility: hidden;
    z-index: 3;
}
.modal-menu.open {
    -webkit-clip-path: none !important;
    clip-path: none !important;
}
.modal-menu > .inner-wrap {
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .modal-menu > .inner-wrap {
        padding-left: 40px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .modal-menu > .inner-wrap {
        padding-left: 5%;
    }
}
@media only screen and (min-width: 1279px) {
    .modal-menu > .inner-wrap {
        padding-left: 5%;
    }
}
@media only screen and (min-width: 1740px) {
    .modal-menu > .inner-wrap {
        padding-left: 100px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .modal-menu > .inner-wrap {
        padding-right: 40px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .modal-menu > .inner-wrap {
        padding-right: 5%;
    }
}
@media only screen and (min-width: 1279px) {
    .modal-menu > .inner-wrap {
        padding-right: 5%;
    }
}
@media only screen and (min-width: 1740px) {
    .modal-menu > .inner-wrap {
        padding-right: 100px;
    }
}
.modal-menu > .inner-wrap .subscribe {
    padding-bottom: 40px;
}
.modal-menu > .inner-wrap .subscribe .subtitle {
    max-width: 200px;
    margin-top: 3px;
}
.modal-menu > .inner-wrap .subscribe .arrow-diagonal {
    position: relative;
    margin-top: 15px;
}
.modal-menu .top-wrap {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .modal-menu .top-wrap {
        grid-template-columns: 1fr;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .modal-menu .top-wrap {
        grid-template-columns: 0.5fr 1fr;
    }
}
@media only screen and (min-width: 1279px) {
    .modal-menu .top-wrap {
        grid-template-columns: 0.5fr 1fr;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .modal-menu .top-wrap {
        gap: 20px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .modal-menu .top-wrap {
        gap: 80px;
    }
}
@media only screen and (min-width: 1279px) {
    .modal-menu .top-wrap {
        gap: 80px;
    }
}
.modal-menu ul#menu-modal-top-left > li,
.modal-menu ul#menu-modal-top-right > li {
    margin-top: 20px;
    max-width: 500px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .modal-menu ul#menu-modal-top-left > li,
    .modal-menu ul#menu-modal-top-right > li {
        margin-top: 35px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .modal-menu ul#menu-modal-top-left > li,
    .modal-menu ul#menu-modal-top-right > li {
        margin-top: 35px;
    }
}
@media only screen and (min-width: 1279px) {
    .modal-menu ul#menu-modal-top-left > li,
    .modal-menu ul#menu-modal-top-right > li {
        margin-top: 35px;
    }
}
.modal-menu ul#menu-modal-top-left > li a,
.modal-menu ul#menu-modal-top-right > li a {
    display: inline-block;
    font-family: Trivia Sans, arial;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    font-size: 8vw;
    line-height: 1;
    color: #fff;
    -webkit-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .modal-menu ul#menu-modal-top-left > li a,
    .modal-menu ul#menu-modal-top-right > li a {
        font-size: 50px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .modal-menu ul#menu-modal-top-left > li a,
    .modal-menu ul#menu-modal-top-right > li a {
        font-size: 50px;
    }
}
@media only screen and (min-width: 1279px) {
    .modal-menu ul#menu-modal-top-left > li a,
    .modal-menu ul#menu-modal-top-right > li a {
        font-size: 65px;
    }
}
.modal-menu ul#menu-modal-top-left > li a:hover,
.modal-menu ul#menu-modal-top-left > li a[aria-current="page"],
.modal-menu ul#menu-modal-top-right > li a:hover,
.modal-menu ul#menu-modal-top-right > li a[aria-current="page"] {
    color: #003cff;
    -webkit-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.modal-menu ul#menu-modal-top-left > li > ul,
.modal-menu ul#menu-modal-top-right > li > ul {
    padding: 0;
    margin-top: 7px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .modal-menu ul#menu-modal-top-left > li > ul,
    .modal-menu ul#menu-modal-top-right > li > ul {
        margin-top: 5px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .modal-menu ul#menu-modal-top-left > li > ul,
    .modal-menu ul#menu-modal-top-right > li > ul {
        margin-top: 5px;
    }
}
@media only screen and (min-width: 1279px) {
    .modal-menu ul#menu-modal-top-left > li > ul,
    .modal-menu ul#menu-modal-top-right > li > ul {
        margin-top: 5px;
    }
}
.modal-menu ul#menu-modal-top-left > li > ul li,
.modal-menu ul#menu-modal-top-right > li > ul li {
    margin-bottom: 7px;
    overflow: hidden;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .modal-menu ul#menu-modal-top-left > li > ul li,
    .modal-menu ul#menu-modal-top-right > li > ul li {
        margin-bottom: 5px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .modal-menu ul#menu-modal-top-left > li > ul li,
    .modal-menu ul#menu-modal-top-right > li > ul li {
        margin-bottom: 5px;
    }
}
@media only screen and (min-width: 1279px) {
    .modal-menu ul#menu-modal-top-left > li > ul li,
    .modal-menu ul#menu-modal-top-right > li > ul li {
        margin-bottom: 5px;
    }
}
.modal-menu ul#menu-modal-top-left > li > ul li a,
.modal-menu ul#menu-modal-top-right > li > ul li a {
    display: inline-block;
    font-size: 5vw;
    line-height: 1;
    -webkit-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .modal-menu ul#menu-modal-top-left > li > ul li a,
    .modal-menu ul#menu-modal-top-right > li > ul li a {
        font-size: 32px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .modal-menu ul#menu-modal-top-left > li > ul li a,
    .modal-menu ul#menu-modal-top-right > li > ul li a {
        font-size: 32px;
    }
}
@media only screen and (min-width: 1279px) {
    .modal-menu ul#menu-modal-top-left > li > ul li a,
    .modal-menu ul#menu-modal-top-right > li > ul li a {
        font-size: 32px;
    }
}
.modal-menu ul#menu-modal-top-left > li > ul li a:hover,
.modal-menu ul#menu-modal-top-right > li > ul li a:hover {
    color: #003cff;
    -webkit-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.modal-menu ul#menu-modal-top-left .top-right-line-parent,
.modal-menu ul#menu-modal-top-right .top-right-line-parent {
    overflow: hidden;
}
.modal-menu hr {
    border-bottom: 1px solid #fff;
}
.modal-menu .bottom-wrap {
    margin-top: 34px;
    padding-bottom: 55px;
}
.modal-menu .bottom-wrap .inner-wrap {
    margin-top: 30px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .modal-menu .bottom-wrap .inner-wrap {
        margin-top: 30px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .modal-menu .bottom-wrap .inner-wrap {
        margin-top: 30px;
    }
}
@media only screen and (min-width: 1279px) {
    .modal-menu .bottom-wrap .inner-wrap {
        margin-top: 30px;
    }
}
.modal-menu .bottom-wrap .inner-wrap ul#menu-modal-bottom li {
    margin-right: 35px;
    margin-bottom: 14px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .modal-menu .bottom-wrap .inner-wrap ul#menu-modal-bottom li {
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .modal-menu .bottom-wrap .inner-wrap ul#menu-modal-bottom li {
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 1279px) {
    .modal-menu .bottom-wrap .inner-wrap ul#menu-modal-bottom li {
        margin-bottom: 0;
    }
}
.modal-menu .bottom-wrap .inner-wrap ul#menu-modal-bottom li a {
    font-family: Trivia Sans, arial;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    font-size: 17px;
    line-height: 1;
    color: #fff;
    -webkit-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .modal-menu .bottom-wrap .inner-wrap ul#menu-modal-bottom li a {
        font-size: 22px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .modal-menu .bottom-wrap .inner-wrap ul#menu-modal-bottom li a {
        font-size: 22px;
    }
}
@media only screen and (min-width: 1279px) {
    .modal-menu .bottom-wrap .inner-wrap ul#menu-modal-bottom li a {
        font-size: 22px;
    }
}
.modal-menu .bottom-wrap .inner-wrap ul#menu-modal-bottom li a:hover,
.modal-menu .bottom-wrap .inner-wrap ul#menu-modal-bottom li a[aria-current="page"] {
    color: #003cff;
    -webkit-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.modal-menu .bottom-wrap .social-btns {
    display: none;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .modal-menu .bottom-wrap .social-btns {
        display: block;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .modal-menu .bottom-wrap .social-btns {
        display: block;
    }
}
@media only screen and (min-width: 1279px) {
    .modal-menu .bottom-wrap .social-btns {
        display: block;
    }
}
.modal-menu .bottom-wrap .social-btns a svg path {
    fill: #fff;
}
.modal-menu .bottom-wrap .social-btns a:hover svg path,
.modal-menu .bottom-wrap .social-btns a svg path {
    -webkit-transition: fill 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: fill 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: fill 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.modal-menu .bottom-wrap .social-btns a:hover svg path {
    fill: #003cff;
}
.modal-menu span.js-split {
    overflow: hidden;
    display: block;
}
.modal-menu .close-btn {
    position: fixed;
    top: auto;
    bottom: 20px;
    right: 20px;
    width: 80px;
    height: 80px;
    border: none;
    background: none;
    padding: 0;
    color: #fff;
    z-index: 2;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .modal-menu .close-btn {
        position: absolute;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .modal-menu .close-btn {
        position: absolute;
    }
}
@media only screen and (min-width: 1279px) {
    .modal-menu .close-btn {
        position: absolute;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .modal-menu .close-btn {
        top: 20px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .modal-menu .close-btn {
        top: 20px;
    }
}
@media only screen and (min-width: 1279px) {
    .modal-menu .close-btn {
        top: 20px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .modal-menu .close-btn {
        bottom: auto;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .modal-menu .close-btn {
        bottom: auto;
    }
}
@media only screen and (min-width: 1279px) {
    .modal-menu .close-btn {
        bottom: auto;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .modal-menu .close-btn {
        right: 0;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .modal-menu .close-btn {
        right: 0;
    }
}
@media only screen and (min-width: 1279px) {
    .modal-menu .close-btn {
        right: 0;
    }
}
.modal-menu .close-btn svg {
    overflow: visible;
}
.modal-menu .close-btn svg .path {
    visibility: hidden;
}
.modal-menu .close-btn svg line {
    stroke: #000;
    stroke-width: 7px;
    stroke-miterlimit: 10;
    -webkit-transition: stroke 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: stroke 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: stroke 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .modal-menu .close-btn svg line {
        stroke: #fff;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .modal-menu .close-btn svg line {
        stroke: #fff;
    }
}
@media only screen and (min-width: 1279px) {
    .modal-menu .close-btn svg line {
        stroke: #fff;
    }
}
.modal-menu .close-btn svg circle,
.modal-menu .close-btn svg path {
    fill: #fff;
    stroke: #fff;
    stroke-width: 7px;
    stroke-miterlimit: 10;
    -webkit-transition: fill 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: fill 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: fill 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .modal-menu .close-btn svg circle,
    .modal-menu .close-btn svg path {
        fill: none;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .modal-menu .close-btn svg circle,
    .modal-menu .close-btn svg path {
        fill: none;
    }
}
@media only screen and (min-width: 1279px) {
    .modal-menu .close-btn svg circle,
    .modal-menu .close-btn svg path {
        fill: none;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .modal-menu .close-btn svg circle,
    .modal-menu .close-btn svg path {
        stroke: #fff;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .modal-menu .close-btn svg circle,
    .modal-menu .close-btn svg path {
        stroke: #fff;
    }
}
@media only screen and (min-width: 1279px) {
    .modal-menu .close-btn svg circle,
    .modal-menu .close-btn svg path {
        stroke: #fff;
    }
}
.modal-menu .close-btn:hover svg line {
    stroke: #000;
    -webkit-transition: stroke 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: stroke 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: stroke 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.modal-menu .close-btn:hover svg circle,
.modal-menu .close-btn:hover svg path {
    fill: #fff;
    -webkit-transition: fill 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: fill 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: fill 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.js-pagination {
    margin-top: 200px;
}
.js-pagination button {
    padding: 0;
    border: none;
    background: none;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: -o-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -o-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.js-pagination button.next {
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.js-pagination button.disabled {
    pointer-events: none;
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: -o-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -o-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
ul.page-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    pointer-events: none;
    margin: auto;
}
ul.page-numbers .page-numbers {
    position: relative;
    padding: 15px 30px;
    margin-left: 0;
    margin-right: 0;
    font-family: Trivia Sans, arial;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    font-size: 22px;
    line-height: 32px;
    cursor: pointer;
    pointer-events: auto;
    -webkit-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    ul.page-numbers .page-numbers {
        margin-left: 0;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    ul.page-numbers .page-numbers {
        margin-left: 20px;
    }
}
@media only screen and (min-width: 1279px) {
    ul.page-numbers .page-numbers {
        margin-left: 20px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    ul.page-numbers .page-numbers {
        margin-right: 0;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    ul.page-numbers .page-numbers {
        margin-right: 20px;
    }
}
@media only screen and (min-width: 1279px) {
    ul.page-numbers .page-numbers {
        margin-right: 20px;
    }
}
ul.page-numbers .page-numbers:hover {
    opacity: 0.5;
    -webkit-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
ul.page-numbers .page-numbers.current {
    color: #fff;
    pointer-events: none;
}
ul.page-numbers .page-numbers.current:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: -1;
    border-radius: 25px;
}
.social-btns {
    width: 165px;
    overflow: hidden;
    margin-top: 20px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .social-btns {
        margin-top: 25px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .social-btns {
        margin-top: 0;
    }
}
@media only screen and (min-width: 1279px) {
    .social-btns {
        margin-top: 0;
    }
}
.social-btns a {
    display: block;
}
.social-btns a svg {
    display: block;
    width: 20px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .social-btns a svg {
        width: 25px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .social-btns a svg {
        width: 25px;
    }
}
@media only screen and (min-width: 1279px) {
    .social-btns a svg {
        width: 25px;
    }
}
.social-btns a svg circle,
.social-btns a svg path,
.social-btns a svg rect {
    fill: #000;
    -webkit-transition: fill 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: fill 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: fill 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .social-btns a svg circle,
    .social-btns a svg path,
    .social-btns a svg rect {
        fill: #fff;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1278px) {
    .social-btns a svg circle,
    .social-btns a svg path,
    .social-btns a svg rect {
        fill: #fff;
    }
}
@media only screen and (min-width: 1279px) {
    .social-btns a svg circle,
    .social-btns a svg path,
    .social-btns a svg rect {
        fill: #fff;
    }
}
.social-btns a:hover svg circle,
.social-btns a:hover svg path,
.social-btns a:hover svg rect {
    fill: #003cff;
    -webkit-transition: fill 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: fill 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: fill 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
@-webkit-keyframes brandlist-hover {
    0% {
        -webkit-transform: scaleY(0.1);
        transform: scaleY(0.1);
    }
    to {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}
@-o-keyframes brandlist-hover {
    0% {
        -o-transform: scaleY(0.1);
        transform: scaleY(0.1);
    }
    to {
        -o-transform: scaleY(1);
        transform: scaleY(1);
    }
}
@keyframes brandlist-hover {
    0% {
        -webkit-transform: scaleY(0.1);
        -o-transform: scaleY(0.1);
        transform: scaleY(0.1);
    }
    to {
        -webkit-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
    }
}
@-webkit-keyframes bounce {
    0% {
        top: 0;
    }
    50% {
        top: 50px;
        width: 50px;
        height: 50px;
    }
    to {
        top: 0;
    }
}
@-o-keyframes bounce {
    0% {
        top: 0;
    }
    50% {
        top: 50px;
        width: 50px;
        height: 50px;
    }
    to {
        top: 0;
    }
}
@keyframes bounce {
    0% {
        top: 0;
    }
    50% {
        top: 50px;
        width: 50px;
        height: 50px;
    }
    to {
        top: 0;
    }
}
.js-anim-fade-up {
    visibility: hidden;
}
.js-mouse-enter-scale {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.js-mouse-enter-scale,
.js-mouse-enter-scale img {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    -o-transition: -o-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    transition: -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    transition: transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    transition: transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, -o-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.js-mouse-enter-scale img {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.js-mouse-enter-scale .__card:after {
    opacity: 0;
    -webkit-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.js-mouse-enter-scale:hover {
    -webkit-transform: scale(0.93);
    -o-transform: scale(0.93);
    transform: scale(0.93);
}
.js-mouse-enter-scale:hover,
.js-mouse-enter-scale:hover img {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    -o-transition: -o-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    transition: -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    transition: transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    transition: transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, -o-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.js-mouse-enter-scale:hover img {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.js-mouse-enter-scale:hover .__card:after {
    opacity: 1;
    -webkit-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.links-list .js-mouse-enter-scale:nth-child(3) img,
.list-hero .js-mouse-enter-scale:nth-child(3) img {
    -webkit-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
    float: left;
}
.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -o-transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.swiper-container-multirow > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -o-transform;
    transition-property: transform, -webkit-transform;
}
.swiper-invisible-blank-slide {
    visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    -o-transition-property: height, -o-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform, -o-transform;
    transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E");
}
.swiper-button-lock {
    display: none;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: opacity 0.3s;
    -o-transition: 0.3s opacity;
    transition: opacity 0.3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -o-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -o-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -o-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -o-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -o-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: top 0.2s, -webkit-transform 0.2s;
    transition: top 0.2s, -webkit-transform 0.2s;
    -o-transition: 0.2s transform, 0.2s top;
    -o-transition: 0.2s top, 0.2s -o-transform;
    transition: transform 0.2s, top 0.2s;
    transition: transform 0.2s, top 0.2s, -webkit-transform 0.2s, -o-transform 0.2s;
    transition: transform 0.2s, top 0.2s, -webkit-transform 0.2s;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: left 0.2s, -webkit-transform 0.2s;
    transition: left 0.2s, -webkit-transform 0.2s;
    -o-transition: 0.2s transform, 0.2s left;
    -o-transition: 0.2s left, 0.2s -o-transform;
    transition: transform 0.2s, left 0.2s;
    transition: transform 0.2s, left 0.2s, -webkit-transform 0.2s, -o-transform 0.2s;
    transition: transform 0.2s, left 0.2s, -webkit-transform 0.2s;
}



*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

[hidden] {
    display: none !important;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #000;
}


.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto;
}
.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
}
.figure {
    display: inline-block;
}
.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}
.figure-caption {
    font-size: 90%;
    color: #6c757d;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

/*.container {width: 100%; padding-right: 20px; padding-left: 20px; margin-right: auto; margin-left: auto;} @media (min-width: 550px) {.container {max-width: 100%; padding-right: 40px; padding-left: 40px;} } @media (min-width: 1024px) {.container {max-width: 100%; padding-right: 5%; padding-left: 5%;} } @media (min-width: 1300px) {.container {max-width: 100%;} } @media (min-width: 1740px) {.container {max-width: 1740px; padding-right: 15px; padding-left: 15px;} } .container-fluid {width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto;} .row {display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -15px; margin-left: -15px;} .no-gutters {margin-right: 0; margin-left: 0;} .no-gutters > .col, .no-gutters > [class*="col-"] {padding-right: 0; padding-left: 0;}
*/
.offset-1 {
    margin-left: 8.333333%;
}
.offset-2 {
    margin-left: 16.666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.333333%;
}
.offset-5 {
    margin-left: 41.666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.333333%;
}
.offset-8 {
    margin-left: 66.666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.333333%;
}
.offset-11 {
    margin-left: 91.666667%;
}
@media (min-width: 550px) {
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.333333%;
    }
    .offset-sm-2 {
        margin-left: 16.666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.333333%;
    }
    .offset-sm-5 {
        margin-left: 41.666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.333333%;
    }
    .offset-sm-8 {
        margin-left: 66.666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.333333%;
    }
    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 1024px) {
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.333333%;
    }
    .offset-md-2 {
        margin-left: 16.666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.333333%;
    }
    .offset-md-5 {
        margin-left: 41.666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.333333%;
    }
    .offset-md-8 {
        margin-left: 66.666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.333333%;
    }
    .offset-md-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 1279px) {
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.333333%;
    }
    .offset-lg-2 {
        margin-left: 16.666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.333333%;
    }
    .offset-lg-5 {
        margin-left: 41.666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.333333%;
    }
    .offset-lg-8 {
        margin-left: 66.666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.333333%;
    }
    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 1740px) {
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.333333%;
    }
    .offset-xl-2 {
        margin-left: 16.666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.333333%;
    }
    .offset-xl-5 {
        margin-left: 41.666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.333333%;
    }
    .offset-xl-8 {
        margin-left: 66.666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.333333%;
    }
    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}


.clearfix:after {
    display: block;
    clear: both;
    content: "";
}
.d-none {
    display: none !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
}
.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
}





html.has-scroll-smooth {
    /*overflow: hidden;*/
}
html.has-scroll-dragging {
/*    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
}
.has-scroll-smooth body {
    overflow: hidden;
}
.has-scroll-smooth [data-scroll-container] {
    /*min-height: 100vh;*/
}
[data-scroll-direction="horizontal"] [data-scroll-container] {
/*    height: 100vh;
    display: inline-block;
    white-space: nowrap;*/
}
[data-scroll-direction="horizontal"] [data-scroll-section] {
/*    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    height: 100%;*/
}
.c-scrollbar {
/*    position: absolute;
    right: 0;
    top: 0;
    width: 11px;
    height: 100%;
    -webkit-transform-origin: center right;
    -o-transform-origin: center right;
    transform-origin: center right;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    -o-transition: opacity 0.3s, -o-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s, -o-transform 0.3s;
    opacity: 0;*/
}
.c-scrollbar:hover {
/*    -webkit-transform: scaleX(1.45);
    -o-transform: scaleX(1.45);
    transform: scaleX(1.45);*/
}
.c-scrollbar:hover,
.has-scroll-dragging .c-scrollbar,
.has-scroll-scrolling .c-scrollbar {
    /*opacity: 1;*/
}
[data-scroll-direction="horizontal"] .c-scrollbar {
/*    width: 100%;
    height: 10px;
    top: auto;
    bottom: 0;
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);*/
}
[data-scroll-direction="horizontal"] .c-scrollbar:hover {
/*    -webkit-transform: scaleY(1.3);
    -o-transform: scaleY(1.3);
    transform: scaleY(1.3);*/
}
.c-scrollbar_thumb {
/*    position: absolute;
    top: 0;
    right: 0;
    background-color: #000;
    opacity: 0.5;
    width: 7px;
    border-radius: 10px;
    margin: 2px;
    cursor: -webkit-grab;
    cursor: grab;*/
}
.has-scroll-dragging .c-scrollbar_thumb {
/*    cursor: -webkit-grabbing;
    cursor: grabbing;*/
}
[data-scroll-direction="horizontal"] .c-scrollbar_thumb {
/*    right: auto;
    bottom: 0;*/
}
/*.c-speed-block_image {
    margin-top: -30px;
    margin-bottom: -30px;
}*/

body {
    opacity: 1;
}


.et_pb_section.et_pb_section_0_tb_header.et_pb_with_background.et_section_regular {
    height: 15.6vw;
    background: transparent !important;
}
footer label.et_pb_contact_form_label {
    padding: 0px;
}

.yesscroll main.js-scroller {
    overflow: hidden;
    height: 100vh;
}