<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --c-white: #fff;
    --c-black: #000;
    --c-orange: #ff7a00;
    --c-blue: #00f0ff;
    --c-green-light: #a3c1b9;
    --c-dark: #1c1c1c;
    --c-dark-1: #141615;
    --c-red: #d7172f;
    --c-yellow: #faeb90;
    --font-sans-serif: "nimbus-sans-extended", sans-serif;
    --font-sans-serif-header: "nimbus-sans-extended", sans-serif;
    --font-serif: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --base-bg: var(--c-white);
    --base-ff: var(--font-sans-serif);
    --base-fz: 2rem;
    --base-lh: 1.35;
    --base-tc: var(--c-black);
    --base-lc: inherit;
    --base-mw: 320px;
    --base-ts: 0.2s;
    --base-rd: 1rem;
    --gap: 15px;
    --btn-fz: 1.4rem;
    --btn-ff: var(--font-sans-serif);
    --btn-pd: 0.4em 1.142857143em 0.5em 1.142857143em;
    --btn-height: 2em;
    --btn-rd: 0.4285714286em;
    --btn-bg: var(--c-orange);
    --btn-color: var(--c-black);
    --h-s-h1: 5rem;
    --h-s-h2: 4rem;
    --h-s-h3: 3rem;
    --h-s-h4: 2rem;
    --h-s-h5: 1.6rem;
    --h-s-h6: 1.4rem;
    --container: calc(1240px + var(--gap)*2)
}

.clearfix:after {
    content: "";
    display: block;
    clear: both
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

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

html {
    font-size: 62.5%;
    scroll-behavior: smooth
}

body {
    position: relative;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--base-tc);
    background: var(--base-bg);
    font: var(--base-fz)/var(--base-lh) var(--base-ff);
    min-width: var(--base-mw);
    font-weight: 300;
    overflow-anchor: none
}

.lity-active {
    overflow: hidden
}

img {
    max-width: 100%;
    height: auto
}

.gm-style img {
    max-width: none
}

.h,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    line-height: 1.2;
    letter-spacing: normal;
    font-weight: 900;
    font-family: var(--font-sans-serif-header)
}

.h1:not(:last-child),
.h2:not(:last-child),
.h3:not(:last-child),
.h4:not(:last-child),
.h5:not(:last-child),
.h6:not(:last-child),
.h:not(:last-child),
h1:not(:last-child),
h2:not(:last-child),
h3:not(:last-child),
h4:not(:last-child),
h5:not(:last-child),
h6:not(:last-child) {
    margin-bottom: 1.5rem
}

.h1,
h1 {
    font-size: var(--h-s-h1)
}

.h2,
h2 {
    font-size: var(--h-s-h2)
}

.h3,
h3 {
    font-size: var(--h-s-h3)
}

.h4,
h4 {
    font-size: var(--h-s-h4)
}

.h5,
h5 {
    font-size: var(--h-s-h5)
}

.h6,
h6 {
    font-size: var(--h-s-h6)
}

p {
    margin: 0
}

p:not(:last-child) {
    margin-bottom: 2rem
}

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

a:hover {
    text-decoration: underline
}

ol,
ul {
    padding-left: 1.25em
}

strong {
    font-weight: 700 !important
}

.lt {
    font-weight: 300 !important
}

.rg {
    font-weight: 400 !important
}

.md {
    font-weight: 500 !important
}

.sbd {
    font-weight: 600 !important
}

.bd {
    font-weight: 700 !important
}

.under {
    text-decoration: underline
}

.ttu {
    text-transform: uppercase
}

.tar {
    text-align: right
}

.tal {
    text-align: left
}

.tac {
    text-align: center
}

.c-orange {
    color: var(--c-orange) !important
}

.icon {
    --i-size: 2rem;
    fill: currentColor;
    stroke: currentColor;
    color: inherit;
    min-width: var(--i-size);
    width: var(--i-size);
    height: var(--i-size);
    display: inline-block;
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    background-color: currentColor;
    -webkit-mask-image: none;
    mask-image: none
}

.icon-burger {
    -webkit-mask-image: url(../images/icons/icon-burger.svg);
    mask-image: url(../images/icons/icon-burger.svg)
}

.icon-instagram {
    -webkit-mask-image: url(../images/icons/icon-instagram.svg);
    mask-image: url(../images/icons/icon-instagram.svg)
}

.icon-twitter {
    -webkit-mask-image: url(../images/icons/icon-twitter.svg);
    mask-image: url(../images/icons/icon-twitter.svg)
}

.icon-facebook {
    -webkit-mask-image: url(../images/icons/icon-facebook.svg);
    mask-image: url(../images/icons/icon-facebook.svg)
}

.icon-youtube {
    -webkit-mask-image: url(../images/icons/icon-youtube.svg);
    mask-image: url(../images/icons/icon-youtube.svg)
}

.icon-pause {
    -webkit-mask-image: url(../images/icons/icon-pause.svg);
    mask-image: url(../images/icons/icon-pause.svg)
}

.icon-play {
    -webkit-mask-image: url(../images/icons/icon-play.svg);
    mask-image: url(../images/icons/icon-play.svg)
}

.icon-info {
    -webkit-mask-image: url(../images/icons/icon-info.svg);
    mask-image: url(../images/icons/icon-info.svg)
}

.icon-user-check {
    -webkit-mask-image: url(../images/icons/icon-user-check.svg);
    mask-image: url(../images/icons/icon-user-check.svg)
}

.icon-download {
    -webkit-mask-image: url(../images/icons/icon-download.svg);
    mask-image: url(../images/icons/icon-download.svg)
}

.icon-download1 {
    -webkit-mask-image: url(../images/icons/icon-download1.svg);
    mask-image: url(../images/icons/icon-download1.svg)
}

.icon-windows {
    -webkit-mask-image: url(../images/icons/icon-windows.svg);
    mask-image: url(../images/icons/icon-windows.svg)
}

.icon-mac {
    -webkit-mask-image: url(../images/icons/icon-mac.svg);
    mask-image: url(../images/icons/icon-mac.svg)
}

.icon-live {
    -webkit-mask-image: url(../images/icons/icon-live.svg);
    mask-image: url(../images/icons/icon-live.svg)
}

.icon-guides {
    -webkit-mask-image: url(../images/icons/icon-guides.svg);
    mask-image: url(../images/icons/icon-guides.svg)
}

.icon-connect {
    -webkit-mask-image: url(../images/icons/icon-connect.svg);
    mask-image: url(../images/icons/icon-connect.svg)
}

.icon-convert {
    -webkit-mask-image: url(../images/icons/icon-converter.svg);
    mask-image: url(../images/icons/icon-converter.svg)
}

.icon-arrow--r {
    -webkit-mask-image: url(../images/icons/icon-arrow--r.svg);
    mask-image: url(../images/icons/icon-arrow--r.svg)
}

.icon-arrow--d {
    -webkit-mask-image: url(../images/icons/icon-arrow--d.svg);
    mask-image: url(../images/icons/icon-arrow--d.svg)
}

.icon-arrow-c--r {
    -webkit-mask-image: url(../images/icons/icon-arrow-c--r.svg);
    mask-image: url(../images/icons/icon-arrow-c--r.svg)
}

.icon-arrow-c--d {
    -webkit-mask-image: url(../images/icons/icon-arrow-c--d.svg);
    mask-image: url(../images/icons/icon-arrow-c--d.svg)
}

.icon-chevron--l {
    -webkit-mask-image: url(../images/icons/icon-chevron--l.svg);
    mask-image: url(../images/icons/icon-chevron--l.svg)
}

.icon-chevron--r {
    -webkit-mask-image: url(../images/icons/icon-chevron--r.svg);
    mask-image: url(../images/icons/icon-chevron--r.svg)
}

.icon-chevron--d {
    -webkit-mask-image: url(../images/icons/icon-chevron--d.svg);
    mask-image: url(../images/icons/icon-chevron--d.svg)
}

.logo {
    transition: all var(--base-ts) ease-in-out;
    color: inherit;
    max-width: 13.8rem
}

.logo,
.logo picture {
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: inherit;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%
}

.logo picture {
    height: 100%
}

.logo img {
    width: 100%;
    height: auto;
    pointer-events: none
}

.image,
.image picture {
    position: relative;
    display: flex;
    width: 100%;
    height: auto
}

.image picture {
    align-items: center;
    align-content: center;
    justify-content: inherit;
    flex-wrap: nowrap;
    flex-direction: row;
    min-height: 100%;
    z-index: 1
}

.image img {
    width: 100%
}

.image--block-title picture {
    justify-content: flex-start
}

.image--block-title img {
    object-fit: contain;
    width: auto;
    max-height: 11.5rem
}

.image--cover {
    min-height: 100%;
    height: auto
}

.image--cover img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.image--1-1 picture {
    padding-top: 100%
}

.image--3-2 picture {
    padding-top: 66.66%
}

.image--3-4 picture {
    padding-top: 75%
}

.image--4-5 picture {
    padding-top: 120%
}

.image--16-9 picture {
    padding-top: 56.25%
}

.wrapper {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: calc(var(--vh, 1vh)*100);
    overflow: hidden
}

.content {
    display: flex;
    flex-direction: column;
    flex: 1;
    z-index: 0;
    padding-top: 6.1rem
}

.container {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    max-width: var(--container)
}

.container,
.container-fluid {
    padding: 0 var(--gap)
}

.row {
    margin: 0 calc(var(--gap)*-1)
}

.row&gt;div {
    padding: 0 var(--gap)
}

.bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    overflow: hidden;
    bottom: 0;
    -webkit-user-select: none;
    user-select: none;
    pointer-events: none
}

.bg .image {
    mix-blend-mode: multiply
}

.bg .image-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 111rem;
    background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat
}

.bg .image-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top
}

.bg .image-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 111rem;
    background-size: 100% 100%;
    background-position: bottom;
    background-repeat: no-repeat
}

.bg .image-footer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom
}

.sc {
    --sc-pd: 10rem;
    position: relative;
    width: 100%;
    padding: var(--sc-pd) 0;
    background: transparent;
    z-index: 1;
    overflow: hidden
}

.sc img {
    pointer-events: none
}

.sc_text,
.sc h1,
.sc h2 {
    position: relative
}

.sc_text:not(:last-child) {
    margin-bottom: 3rem
}

.sc_buttons {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: -.8rem
}

.sc_buttons .btn {
    margin: .8rem
}

.sc_form {
    position: relative
}

.sc_bg {
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top
}

.sc_bg,
.sc_bg .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.sc_bg .img {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important
}

.sc_bg .video,
.sc_bg .video video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.sc_bg .video video {
    object-fit: cover
}

.hero {
    --sc-pd: 7rem;
    min-height: calc(var(--vh, 1vh)*100);
    color: var(--c-white);
    display: flex;
    background-color: #000;
}

.hero .sc_bg .video,
.hero .sc_bg video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.hero .sc_bg video {
    object-fit: cover
}

.hero .sc_bg iframe {
    position: absolute;
    height: 100%;
    width: auto !important;
    min-width: 100% !important;
    left: 50%;
    transform: translateX(-50%);
    aspect-ratio: 16/9;
    z-index: 0;
    -webkit-user-select: none;
    user-select: none;
    pointer-events: none
}

.hero .sc_bg:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--c-black);
    opacity: .5;
    z-index: 1
}

.hero .sc_bg .image {
    width: 100%;
    height: 100%;
    z-index: 0
}

.hero .sc_bg .image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center
}

.hero .sc_text {
    flex: 0.5;
    max-width: 80.9rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0
}

.hero .sc_text h1,
.hero .sc_text h2,
.hero .sc_text h3,
.hero .sc_text h4 {
    text-transform: uppercase
}

.hero .sc_text:nth-child(2) {
    flex: 1;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: column
}

.hero .sc_text:last-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    max-width: 77.1rem
}

.hero h1&gt;span {
    overflow: hidden
}

.hero h1&gt;span,
.hero h1&gt;span&gt;span {
    position: relative;
    display: inline-block
}

.hero .outlined {
    -webkit-text-stroke: 1px var(--c-white);
    text-stroke: 1px var(--c-white);
    color: transparent
}

.hero-down {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 3rem;
    z-index: 3;
    display: flex;
    justify-content: center
}

.hero-down a {
    position: relative;
    display: inline-flex;
    width: 2.4rem;
    height: 2.4rem;
    animation: bounce 2s infinite forwards
}

.hero-down .icon {
    --i-size: 2.4rem
}

.hero .container {
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 100%
}

.hero-home .image.aos-animate {
    opacity: 0;
    visibility: hidden
}

/* 
    Mackenize - 9/17/24 
    REQUEST TO REMOVE EXTRA TINT FROM HOMEPAGE HERO
*/
.hero-home .sc_bg:before{
    opacity: 0;
}

.hero-inner {
    min-height: calc(var(--vh, 1vh)*100 - 6.1rem)
}

.hero-inner .sc_text .image {
    width: 100%;
    max-width: 33.1rem
}

.hero-inner-looper-plus .image.aos-animate {
    opacity: 0;
    visibility: hidden
}

.hero-simple {
    min-height: inherit;
    padding: 14.1rem 0 8rem
}

.hero-simple .sc_bg img {
    object-position: center 6rem !important
}

.hero-simple .sc_bg:before {
    opacity: .6
}

.hero-simple .sc_text {
    max-width: 100%
}

.hero-simple .sc_text h1 {
    font-size: 3.5rem;
    margin-bottom: 0
}

.hero-simple .sc_text h5 {
    font-weight: 400;
    text-transform: uppercase
}

.hero-simple .sc_text .image {
    max-width: 16.2rem
}

.hero-simple .sc_text .image:not(:last-child) {
    margin-bottom: 2.5rem
}

.hero-simple .sc_text .image-looper {
    max-width: 21.1rem
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    to {
        transform: translateY(0)
    }
    40% {
        transform: translateY(-5px)
    }
    60% {
        transform: translateY(-5px)
    }
}

.story {
    --sc-pd: 8rem;
    min-height: calc(var(--vh, 1vh)*100);
    aspect-ratio: 16/9;
    background: #fff;
    color: var(--c-white);
    display: flex
}

.story h5 {
    font-weight: 700;
    margin-bottom: 1.1rem
}

.story--dark h2,
.story--dark h5 {
    color: var(--c-black)
}

.story .container {
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 100%;
    transition: all .3s ease
}

.story .sc_bg .image {
    width: 100%;
    height: 100%;
    z-index: 2
}

.story .sc_bg .image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.story .sc_text {
    flex: 1
}

.story .sc_text:nth-child(2) {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center
}

.story-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.story-video iframe {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: 100%;
    aspect-ratio: 16/9;
    z-index: 0
}

.story-btn {
    --size: 12.7rem;
    color: var(--c-orange);
    width: var(--size);
    height: var(--size);
    position: relative;
    display: inline-flex;
    align-items: center;
    align-content: center;
    transition: all .3s ease
}

.story-btn .icon {
    --i-size: var(--size)
}

.story-btn:hover {
    transform: scale(1.1);
    color: var(--c-white)
}

.story-pause {
    --size: 8rem;
    color: var(--c-black);
    width: var(--size);
    height: var(--size);
    position: absolute;
    left: 8rem;
    bottom: 8rem;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    align-content: center;
    transition: all .3s ease
}

.story-pause .icon {
    --i-size: var(--size)
}

.story-pause:hover {
    transform: scale(1.1);
    color: var(--c-white)
}

.story.playing .container,
.story.playing .sc_bg .image {
    opacity: 0;
    visibility: hidden
}

.looper-home {
    padding: 0;
    background: var(--c-white)
}

.looper-home .sc_bg {
    display: flex;
    flex-direction: column
}

.looper-home .b,
.looper-home .m,
.looper-home .t {
    position: relative;
    flex: 1
}

.looper-home .t {
    background-position: top;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 100rem
}

.looper-home .m {
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 100rem
}

.looper-home .b {
    background-position: bottom;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 100rem
}

.looper-sign {
    position: relative;
    padding: 20.8rem 0 6.5rem
}

.looper-sign h3 {
    text-transform: none
}

.looper-sign .image {
    max-width: 21.5rem;
    margin-left: -9.8rem
}

.looper_items .row:first-child {
    padding-bottom: 6rem
}

.looper_items .row:nth-child(2) {
    padding-top: 6rem
}

.looper_items .row:nth-child(2) .sc_text {
    padding-top: 9.5rem
}

.looper_items .row:nth-child(2) .image {
    justify-content: flex-start
}

.looper_items .row:nth-child(2) .image-side {
    margin-bottom: 5rem
}

.looper_items .row:nth-child(2) .image picture {
    min-width: 91.5rem
}

.looper_items .row:nth-child(3) {
    padding-bottom: 8rem;
    color: var(--c-white);
    align-items: flex-end;
    align-content: flex-end
}

.looper_items .row:nth-child(3) .image {
    justify-content: flex-start
}

.looper_items .row:nth-child(3) .image-side {
    margin-bottom: 5rem
}

.looper_items .row:nth-child(3) .image picture {
    min-width: 158.2rem;
    margin-left: -43.3rem
}

.looper_items .row:nth-child(4) {
    padding-top: 6rem;
    color: var(--c-white);
}

.looper_items .row:nth-child(4) .sc_text {
    padding-top: 9.5rem
}

.looper_items .row:nth-child(4) .image {
    justify-content: flex-start
}

.looper_items .row:nth-child(4) .image-side {
    margin-bottom: 5rem
}

.looper_items .row:nth-child(4) .image picture {
    min-width: 100rem;
    margin-left: -13rem;
    margin-top:-10rem
}

.looper_items .btn {
    text-transform: none
}

.looper_items .btn-orange.bordered {
    border: none;
    margin-left: -.6rem;
    text-transform: none
}

.looper_items .btn-orange.bordered:hover {
    background: none;
    color: var(--c-orange)
}

.hover-color-primary:hover{
    color: var(--c-orange) !important;
}

.looper_items .btn-orange.bordered .icon {
    --i-size: 3rem
}

.looper-bottom {
    position: relative;
    padding: 5rem 0;
    color: var(--c-black);
    --h-s-h5: 1.8rem
}

.looper-bottom h5 {
    color: var(--c-orange);
    text-transform: uppercase
}

.looper-bottom:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    height: 100%;
    top: 0;
    width: calc(var(--vw, 1vw)*100)
}

.looper-bottom .row {
    align-items: center;
    align-content: center
}

.home-slider {
    padding: 0;
    overflow: hidden
}

.home-slider .item {
    position: relative;
    display: flex;
    flex-direction: column;
    text-decoration: none
}

.home-slider .item_image {
    width: 100%
}

.home-slider .item .image {
    aspect-ratio: 1/1;
    overflow: hidden
}

.home-slider .item .image img {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease
}

.home-slider .item:hover .image img {
    transform: scale(1.1)
}

.home-slider .swiper-button {
    width: 4rem;
    height: 4rem;
    background: var(--c-orange);
    color: var(--c-white);
    display: inline-flex;
    align-items: center;
    align-content: center;
    justify-content: center
}

.home-slider .swiper-button .icon {
    --i-size: 2.2rem
}

.home-slider .swiper-button:after {
    display: none
}

.home-slider .swiper-button-prev {
    left: 0
}

.home-slider .swiper-button-next {
    right: 0
}

.p-intro {
    padding: 8rem 0 20rem;
    background: var(--c-black);
    color: var(--c-white)
}

.p-intro h5 {
    font-weight: 300
}

.p-intro h3 {
    color: var(--c-orange)
}

.p-intro h3,
.p-intro h4 {
    font-weight: 700
}

.p-intro .row&gt;div:not(:last-child) {
    margin-bottom: 8rem
}

.p-intro .row&gt;div:last-child .sc_text {
    min-width: calc(100% + 2rem)
}

.p-intro .video {
    position: relative;
    display: flex;
    justify-content: center
}

.p-intro .video video {
    min-width: calc(var(--vw, 1vw)*100);
    aspect-ratio: 16/9
}

.p-intro .sc_text:not(:last-child) {
    margin-bottom: 8rem
}

.p-intro .sc_text h4 {
    color: var(--c-white)
}

.p-intro .sc_bg .b {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
    min-height: 100rem
}

.p-design {
    display: flex;
    align-items: center;
    align-content: center;
    aspect-ratio: 1/.4512534819;
    background: var(--c-black)
}

.p-design .sc_text {
    color: var(--c-white)
}

.p-design .sc_text h2 {
    color: var(--c-orange)
}

.p-design .sc_text .image {
    position: absolute;
    right: 0;
    top: 100%;
    max-width: 15.6rem;
    margin-left: auto
}

.p-design .sc_bg .image:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 80%;
    height: 100%;
    background: linear-gradient(90deg, #232323 48.63%, transparent 90.42%);
    z-index: 1
}

.p-design--alt .sc_bg .image:after {
    background: linear-gradient(-90deg, #000 48.63%, transparent 90.42%);
    left: auto;
    right: 0
}

.p-advs {
    padding: 0
}

.p-advs_block {
    padding: 10rem 0;
    position: relative;
    color: var(--color)
}

.p-advs_block .row {
    --gap: 4rem;
    align-items: center;
    align-content: center
}

.p-advs_block:first-child {
    background: #000
}

.p-advs_block:nth-child(3) .sc_text&gt;.icon {
    color: var(--c-orange)
}

.p-advs_block:nth-child(3) .image {
    background: #c4c4c4
}

.p-advs_block:nth-child(2n) .row {
    flex-direction: row-reverse
}

.p-advs_block .image {
    min-height: 45.8rem;
    border-radius: 1.5rem;
    overflow: hidden;
    background: var(--c-white)
}

.p-advs_block .image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.p-advs_block .sc_text&gt;.icon {
    --i-size: 5rem;
    margin-bottom: 2.4rem
}

.p-plug-and-play {
    padding: 0;
    display: flex;
    height: calc(var(--vh, 1vh)*100 - 6.1rem);
    color: var(--c-white)
}

.p-plug-and-play .sc_bg {
    transform: scale(1.5);
    transition: transform .8s ease
}

.p-plug-and-play .sc_bg:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    transition: opacity .8s ease
}

.p-plug-and-play .sc_text {
    max-width: 63.6rem;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(10rem);
    opacity: 0;
    transition: all .8s ease
}

.p-plug-and-play .sc_text&gt;.icon {
    --i-size: 9rem
}

.p-plug-and-play .swiper-container {
    width: 100%
}

.p-plug-and-play .swiper-container,
.p-plug-and-play .swiper-wrapper {
    height: 100%
}

.p-plug-and-play .swiper-slide {
    overflow: hidden;
    padding: 10rem 0;
    display: flex;
    align-items: center;
    align-content: center
}

.p-plug-and-play .swiper-slide-active .sc_text {
    transform: translateY(0);
    opacity: 1
}

.p-plug-and-play .swiper-slide-active .sc_bg {
    transform: scale(1)
}

.p-plug-and-play .swiper-slide-active .sc_bg:after {
    opacity: 0
}

.p-plug-and-play .swiper-pagination {
    bottom: 7rem;
    z-index: 2
}

.p-plug-and-play .swiper-pagination-bullet {
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 100%;
    margin: 0 .8rem !important;
    border: 1px solid #fff;
    background-color: initial;
    transition: all .3s ease;
    opacity: 1
}

.p-plug-and-play .swiper-pagination-bullet-active {
    background-color: #fff
}

.p-plug-and-play .swiper-button {
    width: 4rem;
    height: 4rem;
    background: var(--c-orange);
    color: var(--c-white);
    display: inline-flex;
    align-items: center;
    align-content: center;
    justify-content: center
}

.p-plug-and-play .swiper-button .icon {
    --i-size: 2.2rem
}

.p-plug-and-play .swiper-button:after {
    display: none
}

.p-plug-and-play .swiper-button-prev {
    left: 0
}

.p-plug-and-play .swiper-button-next {
    right: 0
}

.p-modes {
    padding: 10rem 0 13.6rem;
    color: var(--c-white)
}

.p-modes h5 {
    display: inline-flex;
    align-items: center;
    align-content: center
}

.p-modes h5&gt;img {
    max-height: 2.7rem;
    width: auto;
    height: 100%;
    margin-left: 1rem
}

.p-modes .h1 {
    font-size: 8rem
}

.p-modes .h1,
.p-modes h2 {
    color: var(--c-orange)
}

.p-modes .row {
    align-items: center;
    align-content: center
}

.p-modes .image-side .image {
    border-radius: 1.5rem;
    overflow: hidden
}

.p-modes .sc_text:not(:last-child) {
    margin-bottom: 6rem
}

.p-modes .row:not(:last-child) {
    margin-bottom: 10rem
}

.p-modes_items .row {
    --gap: 1rem;
    align-items: inherit;
    align-content: inherit
}

.p-modes .item {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    border-radius: 1.5rem;
    border: 1px solid var(--c-white);
    padding: 5rem 2.5rem;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.571428571
}

.p-modes .item h4 {
    color: var(--c-orange)
}

.p-modes .item_head {
    margin-bottom: 1.3rem
}

.p-modes .item_head .icon {
    --i-size: 4.5rem;
    width: 100%;
    margin-bottom: 2.5rem
}

.p-dive .sc_bg {
    background-size: 100% auto
}

.p-dive_block {
    position: relative
}

.p-dive_block:not(:last-child) {
    padding-bottom: 7rem;
    margin-bottom: 7rem
}

.p-dive_block-1 .item_image {
    position: relative;
    border-radius: 1.5rem;
    height: 27rem;
    overflow: hidden;
    margin-bottom: 3.4rem
}

.p-dive_block-1 .item_image .image {
    height: 100%
}

.p-dive_block-1 .item_image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.p-dive_block-1 .item_info {
    color: var(--c-white);
    font-size: 1.4rem;
    line-height: 1.571428571;
    font-weight: 400
}

.p-dive_block-1 .item_info p {
    max-width: 35rem
}

.p-dive_block-1 .item_info .icon {
    --i-size: 3.9rem;
    margin-bottom: 1.2rem
}

.p-dive_block-1 .item_info h4 {
    color: var(--c-black);
    margin-bottom: 1.2rem
}

.p-dive_block-2 {
    font-size: 1.4rem;
    line-height: 1.571428571;
    font-weight: 400
}

.p-dive_block-2 .row {
    --gap: 3.2rem;
    align-items: center;
    align-content: center
}

.p-dive_block-2 .image {
    border-radius: 1.5rem;
    overflow: hidden;
    min-height: 45.8rem
}

.p-dive_block-2 .image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.p-dive_block.slider .swiper-pagination {
    position: relative;
    bottom: 0;
    margin-top: 5.6rem;
    z-index: 2
}

.p-dive_block.slider .swiper-pagination-bullet {
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 100%;
    margin: 0 .8rem !important;
    border: 1px solid var(--c-orange);
    background-color: initial;
    transition: all .3s ease;
    opacity: 1
}

.p-dive_block.slider .swiper-pagination-bullet-active {
    background-color: var(--c-orange)
}

.p-dive .image-interactive {
    max-width: calc(100% - 16rem);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 7rem
}

.p-dive .image-interactive picture {
    z-index: 0
}

.p-dive .image_points {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.p-dive .image_points .p {
    --s: 3.9rem;
    position: absolute;
    display: inline-flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: var(--s);
    height: var(--s);
    border-radius: 100%;
    border: 2px solid var(--c-white);
    background: hsla(0, 0%, 79.6%, .7);
    color: var(--c-black);
    font-size: 2.5rem;
    font-weight: 700;
    cursor: pointer;
    padding: .2rem .2rem .3rem !important
}

.p-dive .image_points .p.active {
    background: var(--c-orange);
    color: var(--c-white)
}

.p-dive .image_points .p-1 {
    left: 11%;
    bottom: 24%
}

.p-dive .image_points .p-2 {
    left: 30%;
    bottom: 25%
}

.p-dive .image_points .p-3 {
    left: 42%;
    bottom: 25%
}

.p-dive .image_points .p-4 {
    left: 49%;
    bottom: 33%
}

.p-dive .image_points .p-5 {
    left: 59%;
    bottom: 44%
}

.p-dive .image_points .p-6 {
    left: 69.5%;
    bottom: 48%
}

.p-dive_slider,
.p-dive_slider-wrap {
    position: relative
}

.p-dive_slider .swiper-container {
    max-width: calc(100% - 16rem);
    margin-left: auto;
    margin-right: auto
}

.p-dive_slider .swiper-slide {
    border-radius: 1.5rem;
    background-color: initial;
    min-height: 17.6rem;
    padding: 2rem;
    display: flex;
    align-items: center;
    align-content: center;
    border: 1px solid var(--c-black);
    transition: all .4s ease-in-out
}

.p-dive_slider .swiper-slide .l {
    color: #252525;
    font-size: 1.8rem;
    font-weight: 700;
    transition: all .4s ease-in-out;
    text-align: center
}

.p-dive_slider .swiper-slide .l,
.p-dive_slider .swiper-slide .r {
    width: 9rem
}

.p-dive_slider .swiper-slide .c {
    flex: 1;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    color: transparent;
    transition: all .4s ease-in-out;
    font-size: 2.5rem;
    font-weight: 700
}

.p-dive_slider .swiper-slide .c .icon {
    --i-size: 6rem;
    margin-right: 1.2rem
}

.p-dive_slider .swiper-slide-active {
    background-color: var(--c-black)
}

.p-dive_slider .swiper-slide-active .l {
    color: var(--c-orange);
    font-size: 4rem
}

.p-dive_slider .swiper-slide-active .c {
    color: var(--c-white)
}

.p-dive_slider .swiper-button {
    width: 3.2rem;
    height: 3.2rem;
    display: inline-flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    color: #252525
}

.p-dive_slider .swiper-button .icon {
    --i-size: 2.2rem
}

.p-dive_slider .swiper-button:after {
    display: none
}

.p-dive_slider .swiper-button-prev {
    left: 2.4rem
}

.p-dive_slider .swiper-button-next {
    right: 2.4rem
}

.p-dive--alt {
    color: var(--c-white);
    background: #1b1b1b
}

.p-dive--alt .sc_bg {
    background-position: bottom
}

.p-dive--alt .item_info h4,
.p-dive--alt h2 {
    color: var(--c-orange)
}

.p-dive--alt .image-side .image img {
    height: auto;
    object-fit: contain
}

.p-dive--alt-1 {
    color: var(--c-white)
}

.p-dive--alt-1 .sc_bg {
    background-position: top
}

.p-dive--alt-1 .row {
    align-items: center;
    align-content: center
}

.p-dive--alt-1 .image-side .image {
    border-radius: 1.5rem;
    overflow: hidden
}

.p-dive--alt-1 h2 {
    color: var(--c-orange)
}

.p-dive--alt-1 .image_points .p-1 {
    left: 10%;
    bottom: 42.5%
}

.p-dive--alt-1 .image_points .p-2 {
    left: 29.25%;
    bottom: 35%
}

.p-dive--alt-1 .image_points .p-3 {
    left: 38%;
    bottom: 15%
}

.p-dive--alt-1 .image_points .p-4 {
    left: 63%;
    bottom: 43%
}

.p-dive--alt-1 .image_points .p-5 {
    left: 67%;
    bottom: 15%
}

.p-dive--alt-1 .image_points .p-6 {
    left: 72.5%;
    bottom: 37%
}

.p-dive--alt-1 .image_points .p-7 {
    left: 81.5%;
    bottom: 37%
}

.p-dive--alt-1 .image_points .p-8 {
    left: 82.5%;
    bottom: 15%
}

.p-dive--alt-1 .swiper-slide .c {
    gap: calc(var(--gap)*2)
}

.p-dive--alt-1 .swiper-slide .icons {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    flex: 1
}

.p-dive--alt-1 .swiper-slide .text {
    width: 100%;
    max-width: 55rem
}

.p-intro .sc_bg:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #000 70%, transparent 91.97%)
}

.p-intro--white-h3 h3 {
    color: var(--c-white)
}

.p-intro .canvs {
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9
}

.p-intro .canvs canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.support .download {
    position: relative;
    color: #fff;
    width: 100%;
    max-width: 30.8rem;
    z-index: 2
}

.support .download:not(:last-child) {
    margin-bottom: 1.2rem
}

.support .download .svg {
    width: 3.7rem;
    height: 3.7rem;
    min-width: 3.7rem;
    border-radius: 100%;
    background: #fff;
    display: inline-flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: .7rem;
    margin-bottom: 0 !important;
    color: var(--c-orange)
}

.support .download .text {
    position: relative;
    font-size: 1.2rem
}

.support .download .text_main {
    font-weight: 700
}

.support .download .text_inner {
    position: relative;
    display: inline-flex;
    align-items: center;
    align-content: center;
    gap: .4rem;
    font-weight: 600;
    border-bottom: 1px solid;
    text-decoration: none
}

.support .download .text_inner .icon {
    --i-size: 1.1rem
}

.support .download .arrow {
    position: relative;
    width: 2.4rem;
    height: 2.4rem;
    min-width: 2.4rem;
    margin-left: auto;
    cursor: pointer
}

.support .download .arrow .icon {
    --i-size: 2.4rem
}

.support .download_body,
.support .download_head {
    position: relative;
    padding: 1.2rem;
    align-items: center;
    align-content: center;
    gap: 1.2rem;
    background: var(--c-orange);
    display: flex
}

.support .download_head {
    border-radius: 1rem;
    transition: all .2s ease
}

.support .download_body {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    border-top: 1px solid #fff;
    border-radius: 0 0 1rem 1rem;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease
}

.support .download.open .download_head {
    border-radius: 1rem 1rem 0 0
}

.support .download.open .download_head .arrow {
    transform: rotate(-180deg)
}

.support .download.open .download_body {
    opacity: 1;
    visibility: visible
}

.support .btn-alt {
    width: 100%;
    max-width: 30.8rem;
    height: auto !important;
    padding: 1.2rem !important;
    --btn-bg: var(--c-white) !important;
    --btn-color: var(--c-dark) !important
}

.support .btn-alt .icon {
    transform: none !important;
    margin: auto
}

.support .btn-alt .icon_wrap {
    width: 3.7rem;
    height: 3.7rem;
    min-width: 3.7rem;
    border-radius: 100%;
    background: #000;
    display: inline-flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: .7rem;
    margin-bottom: 0 !important;
    color: var(--c-white)
}

.support .btn-alt&gt;.icon:last-child {
    margin-left: auto !important;
    margin-right: 0 !important;
    transform: rotate(-90deg) !important
}

.support-w-i {
    min-height: 45rem;
    display: flex;
    color: var(--c-white)
}

.support-w-i,
.support-w-i .row {
    align-items: center;
    align-content: center
}

.support-w-i h5 {
    font-weight: 400;
    margin-bottom: 1.2rem
}

.support-w-i .btn:not(.btn-alt) {
    height: 4rem;
    font-size: 1.6rem
}

.support-w-i .sc_text {
    font-size: 1.4rem
}

.support-w-i .sc_text:not(:last-child) {
    margin-bottom: 1.2rem
}

.support-w-i .sc_buttons {
    margin: -1rem
}

.support-w-i .sc_buttons&gt;* {
    border-radius: 1rem;
    margin: 1rem
}

.support-w-i .row {
    margin-bottom: -4rem
}

.support-w-i .row&gt;div {
    margin-bottom: 4rem
}

.support-w-i .image {
    pointer-events: none;
    margin: -8rem 0
}

.support-w-i .image--1 {
    min-width: 120%
}

.support-w-i--style-1 .sc_bg {
    background-position: 0 100%
}

.support-w-i--style-1 .download_body,
.support-w-i--style-1 .download_head {
    color: var(--c-white);
    background: var(--c-black)
}

.support-w-i--style-1 .download .svg {
    background: var(--c-white);
    color: var(--c-black)
}

.support-w-i--style-2 .sc_bg {
    background-position: 100% 100%
}

.support-last .row {
    margin-bottom: -4rem
}

.support-last .row&gt;div {
    margin-bottom: 4rem
}

.support-last_block {
    position: relative
}

.support-last_block:not(:last-child) {
    margin-bottom: 8rem
}

.support-last_block-1 .item {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    border-radius: 1.5rem;
    background: #eee;
    padding: 8rem 3.5rem 4rem
}

.support-last_block-1 .item_icon {
    width: 5.3rem;
    height: 5.3rem;
    position: absolute;
    right: 2.2rem;
    top: 2.2rem
}

.support-last_block-1 .item_icon .icon {
    --i-size: 5.3rem
}

.support-last_block-1 .item_info {
    margin-bottom: 2.5rem;
    font-size: 1.4rem
}

.support-last_block-1 .item_actions {
    margin-top: auto;
    min-height: 13.8rem
}

.support-last_block-1 .item_actions .btn {
    height: 4rem;
    width: 100%;
    max-width: 30.8rem;
    padding: .5rem 1.2rem;
    --btn-color: var(--c-white)
}

.support-last_block-1 .item_actions .btn:not(:last-child) {
    margin-bottom: 1.8rem
}

.support-last_block-1 .item_actions .btn .icon:last-child {
    margin-left: auto
}

.support-last_block-2 .item {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%
}

.support-last_block-2 .item .icon {
    --i-size: 7.1rem;
    color: var(--c-orange);
    margin-bottom: 1.4rem
}

.support-last_block-2 .item_info {
    flex: 1;
    margin-bottom: 2.5rem
}

.support-last_block-2 .item_info .image {
    max-width: 16rem;
    margin-bottom: 2.5rem
}

.support-last_block-2 .item_actions .btn {
    color: var(--c-white)
}

.index-page {
    background: var(--c-black)
}

.index-page .content {
    padding-top: 0
}

.index-page .header_logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    margin: 0 auto;
    max-width: 15rem;
    transition: all 1s ease
}

.index-page .header.scrolled .header_logo {
    transform: translate(0);
    left: 3rem;
    max-width: 7.3rem
}
.index-page .header .banner{
    font-size: var(--btn-fz);
    font-weight: 700;
    padding:.5rem;
    margin-top:2rem;
    opacity: 0%;
    color:#000!important;
    background-color: var(--btn-bg);
    transition: all .5s ease;
}

.index-page .header .banner a:hover{
    text-decoration: none;
    color:#111;
}

.index-page .header.scrolled .banner{
    opacity: 100%;
    flex:auto;

}

.support-page .content {
    padding-top: 0
}

.btn {
    --sub-bg: var(--c-white);
    padding: var(--btn-pd);
    height: var(--btn-height);
    font-size: var(--btn-fz);
    background: var(--btn-bg);
    color: var(--btn-color);
    border: none;
    text-transform: none;
    text-decoration: none !important;
    border-radius: var(--btn-rd);
    border: .15rem solid var(--btn-bg);
    transition: all var(--base-ts) ease-in-out;
    line-height: normal;
    cursor: pointer;
    overflow: hidden;
    font-weight: 700;
    min-width: 9.7rem;
    text-transform: capitalize
}

.btn,
.btn&gt;* {
    position: relative;
    display: inline-flex;
    align-items: center;
    align-content: center;
    justify-content: center
}

.btn&gt;* {
    line-height: inherit;
    z-index: 1
}

.btn_text {
    text-transform: uppercase;
    transform: translateY(.1rem)
}

.btn .icon {
    transition: transform .2s ease
}

.btn&gt;:not(:last-child) {
    margin-right: 1rem
}

.btn.bordered {
    background: transparent;
    color: var(--btn-bg)
}

.btn-white {
    --btn-bg: var(--c-white)
}

.btn-black,
.btn-white {
    --btn-color: var(--c-orange)
}

.btn-black {
    --btn-bg: var(--c-black)
}

.btn-blue {
    --btn-bg: var(--c-blue)
}

.btn-blue,
.btn-orange {
    --btn-color: var(--c-black)
}

.btn-orange {
    --btn-bg: var(--c-orange)
}

.btn:not(.bordered):hover {
    background: transparent;
    color: var(--btn-bg)
}

.btn:not(.bordered):hover .icon:last-child {
    transform: translateX(.5rem)
}

.btn.bordered:hover {
    background: var(--btn-bg);
    color: var(--btn-color)
}

.btn.bordered:hover .icon:last-child {
    transform: translateX(.5rem)
}

.menu {
    position: relative;
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 0;
    font-size: 1.8rem;
    color: var(--c-white);
    font-weight: 700;
    margin: 0;
    flex: 1
}

.menu:not(:last-child) {
    margin-bottom: 4rem
}

.menu_item {
    position: relative;
    width: 100%;
    padding-bottom: 1.3rem
}

.menu_item:not(:last-child) {
    margin-bottom: 2.2rem
}

.menu_link {
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-decoration: none !important;
    transition: all var(--base-ts) ease;
    color: inherit
}

.menu_link .icon {
    --i-size: 2.4rem;
    margin-left: auto
}

.menu_link.active,
.menu_link:hover {
    color: var(--c-orange)
}

.menu-button {
    position: relative;
    width: 3.8rem;
    height: 2.2rem;
    background: none;
    padding: 0;
    outline: none;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    border: none;
    color: var(--c-white);
    transition: all .2s ease-in-out;
    cursor: pointer
}

.menu-button .icon {
    --i-size: 3.8rem
}

.menu-button.active {
    color: var(--c-white);
    align-items: flex-end;
    align-content: flex-end
}

.menu-button.active .icon {
    --i-size: 2.2rem;
    -webkit-mask-image: url(../images/icons/icon-close.svg);
    mask-image: url(../images/icons/icon-close.svg)
}

.form {
    position: relative;
    padding: 0;
    --gap: 1.5rem
}

.form .row {
    margin-bottom: -2.4rem
}

.form .row&gt;div {
    margin-bottom: 2.4rem
}

.form_field {
    position: relative;
    display: block
}

.form_field-actions {
    text-align: center
}

.form_field-radio {
    padding: 1.4rem 0 1.6rem
}

.form .label,
.form label {
    position: relative;
    display: block;
    line-height: 1;
    color: var(--c-blue);
    font-size: var(--h-s-h4);
    font-weight: 600;
    text-transform: uppercase
}

.form .label:not(:last-child),
.form label:not(:last-child) {
    margin-bottom: 3rem
}

.form input[type=email],
.form input[type=text] {
    position: relative;
    width: 100%;
    color: var(--c-blue);
    min-height: 4.6rem;
    font-size: 1.6rem;
    border: none;
    border-bottom: 1px solid #c1c1c1;
    background: none;
    border-radius: 0;
    padding-bottom: 3rem;
    outline: none
}

.form input[type=email]::-webkit-input-placeholder,
.form input[type=text]::-webkit-input-placeholder {
    color: var(--c-white);
    opacity: 1
}

.form input[type=email]::-moz-placeholder,
.form input[type=text]::-moz-placeholder {
    color: var(--c-white)
}

.form input[type=email]:-moz-placeholder,
.form input[type=text]:-moz-placeholder {
    color: var(--c-white);
    opacity: 1
}

.form input[type=email]:-ms-input-placeholder,
.form input[type=text]:-ms-input-placeholder {
    color: var(--c-white);
    opacity: 1
}

.form input[type=email].placeholder,
.form input[type=text].placeholder {
    color: var(--c-white);
    opacity: 1
}

.form input[type=email]:focus,
.form input[type=text]:focus {
    border-color: var(--c-orange)
}

.form input[type=email]::-webkit-input-placeholder,
.form input[type=text]::-webkit-input-placeholder {
    color: #bbc3cf
}

.form input[type=email]::-moz-placeholder,
.form input[type=text]::-moz-placeholder {
    opacity: 1;
    color: #bbc3cf
}

.form input[type=email]:-moz-placeholder,
.form input[type=text]:-moz-placeholder {
    color: #bbc3cf
}

.form input[type=email]:-ms-input-placeholder,
.form input[type=text]:-ms-input-placeholder {
    color: #bbc3cf
}

.form input[type=email].placeholder,
.form input[type=text].placeholder {
    color: #bbc3cf
}

.form input[type=email]:not(:last-child),
.form input[type=text]:not(:last-child) {
    margin-bottom: 3rem
}

.form input[type=radio] {
    width: 2.4rem;
    height: 2.4rem;
    border-color: var(--c-blue)
}

.form select {
    position: relative;
    width: 100%;
    color: var(--c-blue);
    min-height: 4.6rem;
    font-size: 1.6rem;
    border: none;
    border-bottom: 1px solid #c1c1c1;
    background: url(../images/icons/icon-chevron--d.svg), transparent;
    background-repeat: no-repeat;
    background-position: top 10px right;
    background-size: 1.2rem auto;
    border-radius: 0;
    padding-bottom: 3rem;
    outline: none;
    appearance: none
}

.form select:focus {
    border-color: var(--c-orange)
}

.form textarea {
    position: relative;
    width: 100%;
    color: var(--c-blue);
    min-height: 24rem;
    font-size: 1.6rem;
    resize: none;
    border: none;
    border-bottom: 1px solid #c1c1c1;
    background: none;
    border-radius: 0;
    padding-bottom: 3rem;
    outline: none
}

.form textarea::-webkit-input-placeholder {
    color: #bbc3cf
}

.form textarea::-moz-placeholder {
    opacity: 1;
    color: #bbc3cf
}

.form textarea:-moz-placeholder {
    color: #bbc3cf
}

.form textarea:-ms-input-placeholder {
    color: #bbc3cf
}

.form textarea.placeholder {
    color: #bbc3cf
}

.form .button {
    min-width: 18.7rem;
    font-size: 1.6rem
}

.radio {
    position: relative
}

.radio input {
    position: absolute;
    opacity: 0;
    width: 100%;
    z-index: 1;
    height: 100%
}

.radio input:checked~.radio_content:before {
    background: var(--c-orange);
    box-shadow: inset 0 0 0 5px #efefef
}

.radio_content {
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    min-height: 2.8rem;
    padding-left: 3.9rem;
    line-height: 1.1;
    cursor: pointer;
    font-weight: 300;
    text-transform: none;
    color: var(--c-orange)
}

.radio_content:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 100%;
    box-shadow: inset 0 0 0 5px #efefef
}

.radio--green input:checked~.radio_content:before {
    background: var(--c-green);
    box-shadow: inset 0 0 0 2px var(--c-green), inset 0 0 0 4px var(--c-white)
}

.radio--green .radio_content:before {
    box-shadow: inset 0 0 0 2px var(--c-green)
}

.header {
    --h-pos: fixed;
    --h-pd: 0;
    --h-bg: var(--c-white) --h-color:var(--c-blue);
    position: var(--h-pos);
    width: 100%;
    left: 0;
    right: 0;
    z-index: 10;
    color: var(--h-color);
    padding: var(--h-pd);
    background: transparent;
    height: 6.1rem
}

.header_block {
    position: relative
}

.header_block-top {
    background: var(--c-dark);
    color: var(--c-white);
    font-family: Figtree, sans-serif;
    font-size: 1.1rem;
    padding: .8rem 0;
    height: 3.7rem;
    z-index: 1
}

.header_block-bottom {
    z-index: 0;
    padding: 1.4rem 0;
    height: 100%
}

.header_block-bottom .container:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -2rem;
    width: 100%;
    height: 100%;
    z-index: 1
}

.header_block-bottom .container&gt;:not(.header_nav) {
    z-index: 2 !important
}

.header .member-of {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center
}

.header .member-of&gt;* {
    margin-right: .6rem
}

.header .member-of .image {
    width: 7.5rem
}

.header .member-of .v-line {
    position: relative;
    width: .1rem;
    height: 1.3rem;
    background: currentColor
}

.header .member-of a {
    color: var(--c-red)
}

.header .member-of strong {
    font-weight: 700 !important
}

.header-container {
    z-index: 2;
    max-width: 1920px;
    padding: 0 3rem
}

.header-container,
.header_logo {
    display: flex;
    align-items: center;
    align-content: center
}

.header_logo {
    z-index: 1
}

.header_nav {
    --w: 33.4rem;
    right: 0;
    top: -1.4rem;
    width: var(--w);
    height: calc(var(--vh, 1vh)*100);
    padding: 15.1rem 3rem 3rem 6.5rem;
    right: calc(var(--w)*-1 - var(--vw, 1vw)*100/2 + var(--container)/2);
    z-index: 0 !important;
    display: flex;
    flex-direction: column
}

.header_nav,
.header_nav:after {
    position: absolute;
    background: #000
}

.header_nav:after {
    content: "";
    left: 100%;
    width: calc(var(--vw, 1vw)*100/2 - var(--container)/2);
    height: 100%;
    top: 0
}

.header_nav-extra {
    flex-direction: row;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-end
}

.header_nav-extra&gt;:not(:last-child) {
    margin-right: 1rem
}

.header_nav-text {
    text-align: right
}

.header_nav-text,
.header_nav .links {
    color: var(--c-white);
    font-size: 1.2rem
}

.header_nav .links {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0 0 auto;
    text-transform: uppercase
}

.header_nav .links li:not(:last-child) {
    margin-bottom: 2rem
}

.header_nav .menu {
    margin-bottom: 5.8rem;
    flex: none
}

.header_nav .logo {
    max-width: 8.7rem;
    margin-left: auto;
    margin-bottom: 2rem
}

.header_nav .socials {
    color: var(--c-white);
    margin-bottom: 1.2rem
}

.header_nav .socials_items {
    justify-content: flex-end
}

.header_actions {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    z-index: 1;
    margin-left: auto
}

.header_actions&gt;:not(:last-child) {
    margin-right: 2rem
}

.header-inner {
    background: var(--c-black)
}

.header-inner .header_logo {
    position: relative;
    max-width: 7.3rem;
    right: auto;
    margin: 0;
    left: 0;
    transform: none
}

.header-inner .menu-extra .menu_link .icon {
    --i-size: 1.4rem
}

.header.scrolled {
    background: var(--c-black)
}

.menu-transition .header_nav {
    transition: all calc(var(--base-ts)*2) ease-in-out
}

.menu-open {
    overflow: hidden
}

.menu-open .header .container:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: calc(100% + 2.8rem);
    top: -1.4rem;
    background: var(--c-black);
    width: calc(var(--vw, 1vw)*100);
    z-index: 1
}

.menu-open .header_nav {
    right: 0
}

.footer {
    position: relative;
    width: 100%;
    display: block;
    height: auto;
    padding: 2.3rem 0;
    overflow: hidden;
    background: #141615;
    color: var(--c-white)
}

.footer .row {
    align-items: center;
    align-content: center
}

.footer a {
    transition: color .2s ease;
    text-decoration: none !important
}

.footer a:hover {
    color: var(--c-blue)
}

.footer_text {
    font-size: 1.2rem
}

.footer .image {
    max-width: 13.1rem;
    margin-left: auto
}

.footer .text {
    font-size: 1.4rem;
    margin-left: auto;
    text-align: right
}

.footer_logo {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    align-content: flex-end;
    margin-bottom: 2.1rem
}

.footer_logo .logo {
    margin-right: 3.5rem;
    max-width: 11.3rem
}

.footer-menu {
    position: relative
}

.footer-menu h4:not(:last-child) {
    margin-bottom: 3.4rem
}

.footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem
}

.footer_contact {
    position: relative;
    margin-left: auto;
    max-width: 30.3rem;
    width: 100%;
    border-radius: var(--base-rd);
    background: var(--c-white);
    color: var(--c-blue);
    padding: 2.9rem 3.4rem
}

.footer_contact ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem
}

.footer_contact ul a {
    display: flex;
    align-items: center;
    align-content: center
}

.footer_contact ul a .icon {
    --i-size: 1.3rem;
    margin-right: 1.5rem
}

.footer_contact ul:not(:last-child) {
    margin-bottom: 3rem
}

.footer .copy {
    font-weight: 300
}

.footer .links {
    position: relative;
    text-align: right
}

.footer .links a {
    position: relative;
    display: inline-block;
    text-decoration: underline
}

.footer .links a:not(:last-child) {
    margin-right: 4rem
}

.footer .socials {
    color: var(--c-white)
}

.socials,
.socials_items {
    position: relative
}

.socials_items {
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    margin: -1.5rem
}

.socials .social {
    --size: 2rem;
    position: relative;
    display: inline-flex;
    align-items: center;
    align-content: center;
    margin: 1.2rem;
    width: var(--size);
    height: var(--size);
    transition: all .2s ease-in-out;
    cursor: pointer;
    text-decoration: none
}

.socials .social-youtube {
    --size: 2.5rem
}

.socials .social .icon {
    --i-size: var(--size)
}

.socials .social:hover {
    color: var(--c-orange)
}

.socials--alter .socials_text {
    margin-bottom: 2rem
}

.socials--alter .social {
    width: auto;
    min-width: 12.9rem;
    border-radius: .5rem;
    justify-content: center;
    padding: .5rem 1rem
}

.socials--alter .social .icon {
    --i-size: 1.6rem;
    margin-right: .6rem
}

.socials--alter .social-facebook {
    background: #2c58cb
}

.socials--alter .social-twitter {
    background: #128fe9
}

.socials--alter .social-linkedin {
    background: #0a66c2
}

.rate,
.rate_stars {
    position: relative;
    display: inline-flex;
    align-items: center;
    align-content: center
}

.rate_stars {
    color: var(--c-pink)
}

.rate_stars .icon {
    --i-size: 2.4rem;
    -webkit-mask-image: url(../images/icons/icon-star--unfilled.svg);
    mask-image: url(../images/icons/icon-star--unfilled.svg)
}

.rate_stars .icon:not(:last-child) {
    margin-right: .1rem
}

.rate_stars.r-0-5 .icon:first-child {
    -webkit-mask-image: url(../images/icons/icon-star--half.svg);
    mask-image: url(../images/icons/icon-star--half.svg)
}

.rate_stars.r-1 .icon:first-child,
.rate_stars.r-2 .icon:first-child,
.rate_stars.r-2 .icon:nth-child(2),
.rate_stars.r-3 .icon:first-child,
.rate_stars.r-3 .icon:nth-child(2),
.rate_stars.r-3 .icon:nth-child(3),
.rate_stars.r-4 .icon:first-child,
.rate_stars.r-4 .icon:nth-child(2),
.rate_stars.r-4 .icon:nth-child(3),
.rate_stars.r-4 .icon:nth-child(4),
.rate_stars.r-5 .icon:first-child,
.rate_stars.r-5 .icon:nth-child(2),
.rate_stars.r-5 .icon:nth-child(3),
.rate_stars.r-5 .icon:nth-child(4),
.rate_stars.r-5 .icon:nth-child(5) {
    -webkit-mask-image: url(../images/icons/icon-star--filled.svg);
    mask-image: url(../images/icons/icon-star--filled.svg)
}

.rate_text {
    position: relative;
    color: #554d44;
    font-family: Avenir, sans-serif;
    transform: translateY(.2rem)
}

.accordion {
    position: relative;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem
}

.accordion-item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px solid var(--c-black);
    transition: all .2s ease
}

.accordion-item_head {
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    color: var(--c-black);
    padding: 1.5rem 0
}

.accordion-item_head h5 {
    font-size: 1.8rem;
    margin-bottom: 0;
    padding-right: 3rem
}

.accordion-item_head .icon {
    --i-size: 3.5rem;
    color: var(--c-orange);
    margin-left: auto;
    transition: transform .2s ease
}

.accordion-item_head:hover {
    cursor: pointer
}

.accordion-item_body {
    position: relative;
    overflow: hidden;
    height: 0;
    transition: all .4s ease
}

.accordion-item_inner {
    position: relative;
    font-size: 1.4rem;
    font-weight: 400;
    padding-bottom: 2.4rem
}

.accordion-item_inner .t {
    position: relative;
    width: 100%;
    border: 2px solid #000;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25)
}

.accordion-item_inner .t_line {
    position: relative;
    display: flex
}

.accordion-item_inner .t_line:not(:last-child) {
    border-bottom: 1px solid #000
}

.accordion-item_inner .t_line&gt;* {
    flex: 1 0 50%
}

.accordion-item_inner .t_line-left {
    padding: 1.6rem;
    border-right: 1px solid #000;
    font-weight: 700
}

.accordion-item_inner .t_line .itm {
    padding: 1.6rem
}

.accordion-item_inner .t_line .itm:not(:last-child) {
    border-bottom: 1px solid #000
}

.accordion-item.open .accordion-item_head .icon {
    transform: rotate(180deg)
}

.playbar {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 7;
    width: 100%;
    background: #00f0ff;
    padding: 1.1rem 0;
    opacity: 0;
    visibility: hidden
}

.playbar.open {
    opacity: 1;
    visibility: visible
}

.playbar-close {
    position: relative;
    display: inline-flex;
    align-items: center;
    align-content: center;
    line-height: 1;
    cursor: pointer;
    margin-left: auto;
    font-size: 1.4rem;
    font-weight: 700
}

.playbar-close&gt;span:first-child {
    margin-top: .2rem
}

.playbar-close .icon {
    margin-left: 1rem;
    --i-size: 2.4rem
}

.playbar .row {
    align-items: center;
    align-content: center
}

.playbar-info {
    position: relative;
    display: flex;
    align-items: center;
    align-content: center
}

.playbar .image {
    width: 8.2rem;
    min-width: 8.2rem;
    height: 6rem;
    margin-right: 2rem;
    border-radius: 1rem;
    overflow: hidden
}

.playbar .title {
    text-transform: uppercase;
    max-width: 12.5rem
}

.playbar .aWrap {
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    gap: 1rem;
    width: 100%;
    max-width: 49rem;
    margin: 0 auto
}

.playbar .aWrap .aPlay {
    width: 4.1rem;
    height: 4.1rem;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    background: #fff;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

.playbar .aWrap .aPlayIco {
    position: relative;
    display: inline-flex;
    margin-left: .2rem
}

.playbar .aWrap .aPlay .icon {
    --i-size: 2.2rem
}

.playbar .aWrap .aCron {
    position: relative;
    display: inline-flex;
    line-height: 1;
    font-size: 1rem;
    font-weight: 500
}

.playbar .aWrap .range {
    position: relative;
    flex: 1
}

.playbar .aWrap .range input[type=range] {
    appearance: none;
    border: none;
    outline: none;
    box-shadow: none;
    width: 100%;
    padding: 0;
    margin: 0;
    background: 0;
    position: relative;
    z-index: 1;
    height: .9rem
}

.playbar .aWrap .range input[type=range]::-webkit-slider-thumb {
    appearance: none
}

.playbar .aWrap .range input[type=range]::-webkit-slider-runnable-track {
    background: transparent;
    height: 6px;
    border-radius: 10px
}

.playbar .aWrap .range input[type=range]::-webkit-slider-thumb {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    border: 0;
    background: #fff;
    position: relative;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    opacity: 0
}

.playbar .aWrap .range input[type=range]::-moz-range-thumb {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    border: 0;
    background: #fff;
    position: relative;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    opacity: 0
}

.playbar .aWrap .range-line {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 1rem;
    overflow: hidden;
    left: 0;
    width: 100%;
    height: .9rem;
    z-index: 0
}

.playbar .aWrap .range .change-range {
    width: 0;
    background-color: #fff;
    border-radius: 10px 0 0 10px;
    z-index: 1
}

.playbar .aWrap .range .change-range,
.playbar .aWrap .range .under-ranger {
    position: absolute;
    left: 0;
    top: 0;
    height: .9rem;
    top: 50%;
    transform: translateY(-50%)
}

.playbar .aWrap .range .under-ranger {
    width: 100%;
    background-color: #4e4e60;
    border-radius: 10px;
    z-index: 0
}

.dropdown {
    position: relative;
    z-index: 2
}

.dropdown_head {
    position: relative;
    display: flex;
    z-index: 1;
    font-weight: 700;
    font-size: 1.4rem;
    font-family: termina, sans-serif
}

.dropdown_head&gt;* {
    -webkit-user-select: none;
    user-select: none;
    pointer-events: none
}

.dropdown_head .icon {
    --i-size: 2.4rem;
    margin-left: 1rem
}

.dropdown_head:hover {
    cursor: pointer
}

.dropdown_body {
    position: absolute;
    left: 0;
    min-width: max-content;
    z-index: 0;
    opacity: 0;
    visibility: hidden
}

.dropdown_inner {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    padding: 1.5rem;
    background: var(--c-white);
    color: var(--c-black);
    font-size: 1.4rem;
    box-shadow: 0 0 20px 0 hsla(0, 0%, 40.4%, .1)
}

.dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.dropdown.hover .dropdown_body,
.dropdown.open .dropdown_body {
    opacity: 1;
    visibility: visible
}

@media (max-width:1399px) {
    :root {
        --container: calc(1196px + var(--gap)*2)
    }
}

@media (max-width:1199px) {
    :root {
        --container: 960px
    }
    .menu_link {
        text-align: left;
        justify-content: flex-start;
        height: auto;
        width: 100%;
        padding-top: 0;
        padding-bottom: .4rem
    }
    .menu_item {
        text-align: left;
        width: 100%
    }
    .header_nav-extra {
        margin-bottom: 3rem
    }
    .header_actions {
        margin-left: auto;
        max-width: inherit
    }
    .t {
        transform: none !important
    }
    .m {
        transform: none !important
    }
}

@media (max-width:991px) and (min-width:768px) {
    .p-design {
        font-size: 1.4rem
    }
    .p-design .sc_text {
        margin: 0 0 5rem
    }
}

@media (max-width:991px) {
    :root {
        --container: 750px
    }
    .image--block-title img {
        max-height: 7rem
    }
    .looper-home .t {
        background-size: 1440px auto;
        background-position: 0 0;
        min-height: inherit
    }
    .looper-home .m {
        background-size: 1440px auto;
        background-position: 0 0;
        min-height: inherit;
        margin-top: 40rem;
    }
    .looper-home .b {
        background-size: cover;
        background-position: 0 0;
        min-height: inherit;
    }
    .looper-sign {
        padding: 12rem 0 6.5rem
    }
    .looper-sign .image {
        margin-left: 0
    }
    .looper_items .image-side {
        order: 1
    }
    .looper_items .sc_text-side {
        order: 2
    }
    .looper_items .row:nth-child(4) .image-side {
        order: 2
    }
    .looper_items .row:nth-child(4) .sc_text-side {
        order: 1
    }
    .looper_items .row:nth-child(2) .sc_text {
        padding-top: 0
    }
    .looper_items .row:nth-child(2) {
        padding-bottom: 6rem
    }
    .looper_items .row:nth-child(2) .image picture {
        min-width: 130%
    }
    .looper_items .row:nth-child(3) {
        padding-bottom: 6rem
    }
    .looper_items .row:nth-child(3) .image picture {
        min-width: 100%;
        margin-left: -5rem
    }
    .looper_items .row:nth-child(4) .sc_text {
        padding-top: 0
    }
    .looper_items .row:nth-child(4) {
        padding-bottom:5rem;
    }
    .looper_items .row:nth-child(4) .image picture {
        min-width: 100%;
        margin-left:0rem;
        margin-top:0;
    }
    .p-intro .row&gt;div:last-child .sc_text {
        min-width: 100%
    }
    .p-intro .sc_bg .b {
        background-size: 1440px auto;
        background-position: 0 0;
        min-height: inherit;
        margin-top: 40rem
    }
    .p-advs_block .image-side {
        order: 1;
        margin-bottom: 3rem
    }
    .p-advs_block .sc_text-side {
        order: 2
    }
    .p-modes .row {
        margin-bottom: -4rem
    }
    .p-modes .row&gt;div {
        margin-bottom: 4rem
    }
    .p-modes .row:not(:last-child) {
        margin-bottom: 0
    }
    .p-modes_items .row {
        margin-bottom: -2.2rem
    }
    .p-modes_items .row&gt;div {
        margin-bottom: 2.2rem
    }
    .p-dive .sc_bg {
        background-size: auto 144rem
    }
    .p-dive .row {
        margin-bottom: -5rem
    }
    .p-dive .row&gt;div {
        margin-bottom: 5rem
    }
    .p-dive .image_points .p {
        --s: 2.6rem;
        font-size: 1.8rem
    }
    .p-intro .video video {
        height: 30rem;
        width: auto;
        min-width: inherit
    }
    .support-w-i .image,
    .support-w-i .image--1 {
        margin: 0
    }
    .support-w-i--style-1 .sc_bg {
        background: var(--c-orange) !important
    }
    .support-w-i--style-2 .sc_bg {
        background: var(--c-black) !important
    }
    .header_logo {
        max-width: 16rem
    }
    .header-inner .menu-extra {
        font-size: 1.4rem
    }
    .header-inner .menu-extra li:not(:last-child) {
        margin-bottom: 1rem;
        padding-bottom: 0
    }
    .footer {
        text-align: center
    }
    .footer .row {
        margin-bottom: -2rem;
        align-items: flex-end;
        align-content: flex-end
    }
    .footer .row&gt;div {
        margin-bottom: 2rem
    }
    .footer p a {
        text-decoration: underline !important
    }
    .footer_text {
        margin-top: 2rem
    }
    .footer-menu h4:not(:last-child) {
        margin-bottom: 2rem
    }
    .footer-menu ul {
        gap: 2rem
    }
    .accordion-item {
        min-height: inherit
    }
    .playbar .row .col-10 {
        order: 1;
        margin-bottom: 1rem
    }
    .playbar .row .col-2 {
        order: 2;
        margin-bottom: 1rem;
        display: flex;
        justify-content: flex-end
    }
    .playbar .row .col-lg-6 {
        order: 3
    }
    .playbar .aWrap {
        max-width: 100%
    }
}

@media (max-width:767px) {
    :root {
        --container: 540px;
        --h-s-h1: 4rem;
        --h-s-h2: 2.5rem;
        --h-s-h3: 2.5rem;
        --btn-fz: 1.8rem;
        --btn-height: 2.055555556em
    }
    .sc_buttons .btn {
        min-width: inherit
    }
    .sc .container {
        --gap: 3.5rem !important
    }
    .hero .sc_text.empty {
        display: none
    }
    .hero h1 {
        line-height: 1.1
    }
    .hero h1 br {
        display: none
    }
    .story-pause {
        --size: 4rem;
        left: 3rem;
        bottom: 3rem
    }
    .looper-home .t {
        background-position: left bottom 0
    }
    .looper_items .btn-orange.bordered {
        padding-right: 0
    }
    .looper-bottom .row {
        margin-bottom: -2rem
    }
    .looper-bottom .row&gt;div {
        margin-bottom: 2rem
    }
    .looper-bottom .tar {
        text-align: left !important
    }
    .p-design .sc_bg .image:after {
        width: 100%;
        height: 10rem;
        top: auto;
        bottom: 0;
        background: linear-gradient(0deg, #000 48.63%, transparent 90.42%) !important
    }
    .p-design {
        aspect-ratio: inherit;
        padding-bottom: 15rem;
        padding-top: 45rem;
        display: block
    }
    .p-advs_block .image {
        min-height: 23.9rem
    }
    .p-plug-and-play .sc_text {
        font-size: 1.4rem;
        padding: 0 calc(6rem - var(--gap))
    }
    .p-plug-and-play .swiper-slide {
        padding-top: 5rem
    }
    .p-plug-and-play .swiper-pagination {
        bottom: 5rem
    }
    .p-modes {
        padding: 10rem 0
    }
    .p-modes .item {
        padding: 1.2rem
    }
    .p-modes--alt .item {
        padding: 2.4rem 1.2rem 1.2rem
    }
    .p-dive .sc_bg {
        background-size: auto 222rem
    }
    .p-dive_block-1 .item_image {
        height: 25rem
    }
    .p-dive_block-2 .image {
        min-height: 23.7rem
    }
    .p-dive .image-interactive {
        max-width: 100%
    }
    .p-dive .image_points .p {
        --s: 1.6rem;
        font-size: 0
    }
    .p-dive .image_points .p.active {
        --s: 2.6rem;
        font-size: 1.8rem
    }
    .p-dive_slider .swiper-container {
        max-width: 100%
    }
    .p-dive_slider .swiper-slide {
        min-height: 34rem;
        padding-top: 3rem;
        padding-bottom: 6rem
    }
    .p-dive_slider .swiper-slide .l {
        position: absolute;
        left: 0;
        top: 0;
        width: 6rem !important
    }
    .p-dive_slider .swiper-slide .r {
        display: none
    }
    .p-dive_slider .swiper-slide .c {
        flex-direction: column;
        align-items: center;
        align-content: center;
        text-align: center
    }
    .p-dive_slider .swiper-slide .c .icon {
        margin-right: 0;
        margin-bottom: 1.2rem;
        text-align: center
    }
    .p-dive_slider .swiper-button {
        top: auto;
        margin: 0;
        transform: 0;
        bottom: 0;
        color: var(--c-white);
        border-radius: 100%;
        background: var(--c-orange)
    }
    .p-dive_slider .swiper-button .icon {
        --i-size: 1.6rem
    }
    .p-dive_slider .swiper-button-prev {
        right: 9.3rem;
        left: auto;
        bottom: 2.4rem
    }
    .p-dive_slider .swiper-button-next {
        right: 2.4rem;
        bottom: 2.4rem
    }
    .p-dive--alt {
        padding-bottom: 5rem
    }
    .support .download {
        max-width: 100%
    }
    .support .btn-alt {
        max-width: 100%
    }
    .header_nav .socials_items {
        margin: -1.5rem
    }
    .header_nav .socials_items .social {
        margin: 1.5rem
    }
    .header_nav {
        --w: 100%;
        padding: 12rem var(--gap) 2rem var(--gap);
        right: calc(var(--vw, 1vw)*-1*100);
        overflow: auto
    }
    .header_nav:after {
        display: none
    }
    .header_actions {
        width: auto
    }
    .footer .image {
        margin-right: auto
    }
    .footer .text {
        text-align: center
    }
    .footer_logo {
        flex-direction: column;
        align-items: center;
        align-content: center;
        margin-bottom: 0
    }
    .footer_logo .logo {
        margin-bottom: 2.5rem;
        margin-right: 0
    }
    .footer_contact {
        max-width: 100%;
        padding: 3rem
    }
    .footer .links {
        text-align: left
    }
    .socials_items {
        margin: -2rem
    }
    .socials .social {
        margin: 2rem
    }
    .playbar-close&gt;span:first-child {
        display: none
    }
}

@media (max-width:575px) {
    :root {
        --container: 100%
    }
}

@media (max-width:399px) {
    .sc .container {
        --gap: 2rem !important
    }
}

@media (min-width:768px) {
    .p-dive--alt {
        --h-s-h5: 2.5rem
    }
}

@media (min-width:992px) {
    .index-page .header .btn {
        opacity: 0;
        visibility: hidden
    }
    .index-page .header.scrolled .btn {
        opacity: 1;
        visibility: visible
    }
    .header-inner .header_nav-desk {
        flex: 1;
        justify-content: center;
        align-items: center;
        align-content: center
    }
    .header-inner .header_nav-desk .menu {
        flex-direction: row;
        margin: 0 -1.9rem;
        font-size: 1rem;
        justify-content: center;
        align-items: center;
        align-content: center
    }
    .header-inner .header_nav-desk .menu_item {
        width: auto;
        margin: 0 1.9rem;
        padding-bottom: 0
    }
}

@media (min-width:1200px) {
    .container {
        max-width: var(--container)
    }
    .menu-button:hover {
        color: var(--c-orange)
    }
}

@media (min-width:1400px) {
    .container {
        max-width: var(--container)
    }
}</pre></body></html>