body {
    background-color: white;
    max-height: 5000px !important;
}

html {
    scroll-behavior: smooth !important;
}

.scroll_container {
    position: fixed;
    width: 100%;
    display: flex;
    background-color: white;
    transition: 0.5 ease;
}

.scroll_container section {
    min-width: fit-content;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    flex-direction: column;
    background-color: white;
    margin-left: 20vw;
}

.scroll_container section .content {
    padding: 40px;
    text-align: center;
}

.scroll_container section .content h2 {
    font-size: 4em;
}

.scroll_container section .content p {
    font-size: 1.3em;
}

.scroll-body {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    height: auto;
    scroll-behavior: smooth;
}

@media (max-width: 991px) {
    body {
        overflow: scroll !important;
    }
    .scroll_container {
        position: absolute !important;
        top: 0;
        left: 0;
        width: 100%;
        display: flex;
        flex-direction: column !important;
        transform: none !important;
        padding-bottom: 50px;
        max-width: 100vw;
        ;
    }
    .scroll_container section {
        height: 100% !important;
        margin: auto;
        min-width: 100%;
    }
    .infos {
        margin-top: 5% !important;
        padding: 0 !important;
    }
}

@media (min-width: 991px) {
    .infos {
        /*margin-top: -8% !important;*/
        padding: 0 !important;
    }
    .footer {
        position: fixed;
        z-index: 999999;
        left: 0;
        bottom: 0;
        background: black;
        padding: 10px;
    }
}

@media only screen and (max-width: 1500px) and (min-width: 991px) {
    body {
        max-height: 7500px !important;
    }
}

@media only screen and (max-width: 1800px) and (min-width: 1501px) {
    body {
        max-height: 7100px !important;
    }
}

@media only screen and (max-width: 2000px) and (min-width: 1801px) {
    body {
        max-height: 6500px !important;
    }
}

@media only screen and (max-width: 2500px) and (min-width: 2001px) {
    body {
        max-height: 6500px !important;
    }
}

@media only screen and (min-width: 2501px) {
    body {
        max-height: 5500px !important;
    }
}

.header-area {
    position: fixed !important;
    top: 0 !important;
}

.infos li {
    font-weight: bold;
    font-style: normal;
    padding-bottom: 10px;
}

.infos li img {
    max-width: 30px;
    margin: 3px;
}

.main-content {
    min-height: 600px !important;
}

.main-content .row {
    min-height: 600px !important;
}

img {
    max-width: 100%;
}

.footer .icon {
    margin-right: 8px;
}

#three-container {
    display: none;
}

.loaderbody {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
    margin: 0;
    padding: 0;
    background: black;
    flex-direction: column;
}

.containerload {
    position: relative;
    height: 100px;
    width: 86px;
    transform: scale(0.5);
}

.cube {
    position: absolute;
    width: 86px;
    height: 100px;
}

.right {
    background: red;
    transform: rotate(-30deg) skewX(-30deg) translate(49px, 65px) scaleY(0.86);
}

.left {
    background: black;
    transform: rotate(90deg) skewX(-30deg) scaleY(0.86) translate(25px, -50px);
}

.top {
    background: white;
    transform: rotate(210deg) skew(-30deg) translate(-75px, -22px) scaleY(0.86);
    z-index: 2;
}

.face {
    height: 50px;
    width: 50px;
    position: absolute;
    transform-origin: 0 0;
}

.h1.w1.l1 {
    z-index: -1;
    animation-name: h1w1l1;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

.loading:after {
    content: " .";
    animation: dots 1s steps(5, end) infinite;
}

@keyframes dots {
    0%,
    20% {
        color: rgba(0, 0, 0, 0);
        text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
    }
    40% {
        color: white;
        text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
    }
    60% {
        text-shadow: 0.25em 0 0 white, 0.5em 0 0 rgba(0, 0, 0, 0);
    }
    80%,
    100% {
        text-shadow: 0.25em 0 0 white, 0.5em 0 0 white;
    }
}

@keyframes h1w1l1 {
    0% {
        transform: translate(0%, -100%);
    }
    14% {
        transform: translate(-50%, -125%);
    }
    28% {
        transform: translate(0%, -150%);
    }
    43% {
        transform: translate(0%, -200%);
    }
    57% {
        transform: translate(50%, -175%);
    }
    71% {
        transform: translate(0%, -150%);
    }
    85% {
        transform: translate(0%, -100%);
    }
    100% {
        transform: translate(0%, -100%);
    }
}

.h1.w1.l2 {
    z-index: -1;
    animation-name: h1w1l2;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

@keyframes h1w1l2 {
    0% {
        transform: translate(50%, -75%);
    }
    14% {
        transform: translate(50%, -75%);
    }
    28% {
        transform: translate(100%, -100%);
    }
    43% {
        transform: translate(100%, -150%);
    }
    57% {
        transform: translate(100%, -150%);
    }
    71% {
        transform: translate(50%, -125%);
    }
    85% {
        transform: translate(50%, -75%);
    }
    100% {
        transform: translate(50%, -75%);
    }
}

.h1.w1.l3 {
    z-index: -1;
    animation-name: h1w1l3;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

@keyframes h1w1l3 {
    0% {
        transform: translate(100%, -50%);
    }
    14% {
        transform: translate(150%, -25%);
    }
    28% {
        transform: translate(200%, -50%);
    }
    43% {
        transform: translate(200%, -100%);
    }
    57% {
        transform: translate(150%, -125%);
    }
    71% {
        transform: translate(100%, -100%);
    }
    85% {
        transform: translate(100%, -50%);
    }
    100% {
        transform: translate(100%, -50%);
    }
}

.h1.w2.l1 {
    z-index: -1;
    animation-name: h1w2l1;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

@keyframes h1w2l1 {
    0% {
        transform: translate(-50%, -75%);
    }
    14% {
        transform: translate(-100%, -100%);
    }
    28% {
        transform: translate(-100%, -100%);
    }
    43% {
        transform: translate(-100%, -150%);
    }
    57% {
        transform: translate(-50%, -125%);
    }
    71% {
        transform: translate(-50%, -125%);
    }
    85% {
        transform: translate(-50%, -75%);
    }
    100% {
        transform: translate(-50%, -75%);
    }
}

.h1.w2.l2 {
    z-index: -1;
    animation-name: h1w2l2;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

@keyframes h1w2l2 {
    0% {
        transform: translate(0%, -50%);
    }
    14% {
        transform: translate(0%, -50%);
    }
    28% {
        transform: translate(0%, -50%);
    }
    43% {
        transform: translate(0%, -100%);
    }
    57% {
        transform: translate(0%, -100%);
    }
    71% {
        transform: translate(0%, -100%);
    }
    85% {
        transform: translate(0%, -50%);
    }
    100% {
        transform: translate(0%, -50%);
    }
}

.h1.w2.l3 {
    z-index: -1;
    animation-name: h1w2l3;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

@keyframes h1w2l3 {
    0% {
        transform: translate(50%, -25%);
    }
    14% {
        transform: translate(100%, 0%);
    }
    28% {
        transform: translate(100%, 0%);
    }
    43% {
        transform: translate(100%, -50%);
    }
    57% {
        transform: translate(50%, -75%);
    }
    71% {
        transform: translate(50%, -75%);
    }
    85% {
        transform: translate(50%, -25%);
    }
    100% {
        transform: translate(50%, -25%);
    }
}

.h1.w3.l1 {
    z-index: -1;
    animation-name: h1w3l1;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

@keyframes h1w3l1 {
    0% {
        transform: translate(-100%, -50%);
    }
    14% {
        transform: translate(-150%, -75%);
    }
    28% {
        transform: translate(-200%, -50%);
    }
    43% {
        transform: translate(-200%, -100%);
    }
    57% {
        transform: translate(-150%, -75%);
    }
    71% {
        transform: translate(-100%, -100%);
    }
    85% {
        transform: translate(-100%, -50%);
    }
    100% {
        transform: translate(-100%, -50%);
    }
}

.h1.w3.l2 {
    z-index: -1;
    animation-name: h1w3l2;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

@keyframes h1w3l2 {
    0% {
        transform: translate(-50%, -25%);
    }
    14% {
        transform: translate(-50%, -25%);
    }
    28% {
        transform: translate(-100%, 0%);
    }
    43% {
        transform: translate(-100%, -50%);
    }
    57% {
        transform: translate(-100%, -50%);
    }
    71% {
        transform: translate(-50%, -75%);
    }
    85% {
        transform: translate(-50%, -25%);
    }
    100% {
        transform: translate(-50%, -25%);
    }
}

.h1.w3.l3 {
    z-index: -1;
    animation-name: h1w3l3;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

@keyframes h1w3l3 {
    0% {
        transform: translate(0%, 0%);
    }
    14% {
        transform: translate(50%, 25%);
    }
    28% {
        transform: translate(0%, 50%);
    }
    43% {
        transform: translate(0%, 0%);
    }
    57% {
        transform: translate(-50%, -25%);
    }
    71% {
        transform: translate(0%, -50%);
    }
    85% {
        transform: translate(0%, 0%);
    }
    100% {
        transform: translate(0%, 0%);
    }
}

.h2.w1.l1 {
    z-index: -2;
    animation-name: h2w1l1;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

@keyframes h2w1l1 {
    0% {
        transform: translate(0%, -50%);
    }
    14% {
        transform: translate(-50%, -75%);
    }
    28% {
        transform: translate(0%, -100%);
    }
    43% {
        transform: translate(0%, -100%);
    }
    57% {
        transform: translate(50%, -75%);
    }
    71% {
        transform: translate(0%, -50%);
    }
    85% {
        transform: translate(0%, -50%);
    }
    100% {
        transform: translate(0%, -50%);
    }
}

.h2.w1.l2 {
    z-index: -2;
    animation-name: h2w1l2;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

@keyframes h2w1l2 {
    0% {
        transform: translate(50%, -25%);
    }
    14% {
        transform: translate(50%, -25%);
    }
    28% {
        transform: translate(100%, -50%);
    }
    43% {
        transform: translate(100%, -50%);
    }
    57% {
        transform: translate(100%, -50%);
    }
    71% {
        transform: translate(50%, -25%);
    }
    85% {
        transform: translate(50%, -25%);
    }
    100% {
        transform: translate(50%, -25%);
    }
}

.h2.w1.l3 {
    z-index: -2;
    animation-name: h2w1l3;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

@keyframes h2w1l3 {
    0% {
        transform: translate(100%, 0%);
    }
    14% {
        transform: translate(150%, 25%);
    }
    28% {
        transform: translate(200%, 0%);
    }
    43% {
        transform: translate(200%, 0%);
    }
    57% {
        transform: translate(150%, -25%);
    }
    71% {
        transform: translate(100%, 0%);
    }
    85% {
        transform: translate(100%, 0%);
    }
    100% {
        transform: translate(100%, 0%);
    }
}

.h2.w2.l1 {
    z-index: -2;
    animation-name: h2w2l1;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

@keyframes h2w2l1 {
    0% {
        transform: translate(-50%, -25%);
    }
    14% {
        transform: translate(-100%, -50%);
    }
    28% {
        transform: translate(-100%, -50%);
    }
    43% {
        transform: translate(-100%, -50%);
    }
    57% {
        transform: translate(-50%, -25%);
    }
    71% {
        transform: translate(-50%, -25%);
    }
    85% {
        transform: translate(-50%, -25%);
    }
    100% {
        transform: translate(-50%, -25%);
    }
}

.h2.w2.l2 {
    z-index: -2;
    animation-name: h2w2l2;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

@keyframes h2w2l2 {
    0% {
        transform: translate(0%, 0%);
    }
    14% {
        transform: translate(0%, 0%);
    }
    28% {
        transform: translate(0%, 0%);
    }
    43% {
        transform: translate(0%, 0%);
    }
    57% {
        transform: translate(0%, 0%);
    }
    71% {
        transform: translate(0%, 0%);
    }
    85% {
        transform: translate(0%, 0%);
    }
    100% {
        transform: translate(0%, 0%);
    }
}

.h2.w2.l3 {
    z-index: -2;
    animation-name: h2w2l3;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

@keyframes h2w2l3 {
    0% {
        transform: translate(50%, 25%);
    }
    14% {
        transform: translate(100%, 50%);
    }
    28% {
        transform: translate(100%, 50%);
    }
    43% {
        transform: translate(100%, 50%);
    }
    57% {
        transform: translate(50%, 25%);
    }
    71% {
        transform: translate(50%, 25%);
    }
    85% {
        transform: translate(50%, 25%);
    }
    100% {
        transform: translate(50%, 25%);
    }
}

.h2.w3.l1 {
    z-index: -2;
    animation-name: h2w3l1;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

@keyframes h2w3l1 {
    0% {
        transform: translate(-100%, 0%);
    }
    14% {
        transform: translate(-150%, -25%);
    }
    28% {
        transform: translate(-200%, 0%);
    }
    43% {
        transform: translate(-200%, 0%);
    }
    57% {
        transform: translate(-150%, 25%);
    }
    71% {
        transform: translate(-100%, 0%);
    }
    85% {
        transform: translate(-100%, 0%);
    }
    100% {
        transform: translate(-100%, 0%);
    }
}

.h2.w3.l2 {
    z-index: -2;
    animation-name: h2w3l2;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

@keyframes h2w3l2 {
    0% {
        transform: translate(-50%, 25%);
    }
    14% {
        transform: translate(-50%, 25%);
    }
    28% {
        transform: translate(-100%, 50%);
    }
    43% {
        transform: translate(-100%, 50%);
    }
    57% {
        transform: translate(-100%, 50%);
    }
    71% {
        transform: translate(-50%, 25%);
    }
    85% {
        transform: translate(-50%, 25%);
    }
    100% {
        transform: translate(-50%, 25%);
    }
}

.h2.w3.l3 {
    z-index: -2;
    animation-name: h2w3l3;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

@keyframes h2w3l3 {
    0% {
        transform: translate(0%, 50%);
    }
    14% {
        transform: translate(50%, 75%);
    }
    28% {
        transform: translate(0%, 100%);
    }
    43% {
        transform: translate(0%, 100%);
    }
    57% {
        transform: translate(-50%, 75%);
    }
    71% {
        transform: translate(0%, 50%);
    }
    85% {
        transform: translate(0%, 50%);
    }
    100% {
        transform: translate(0%, 50%);
    }
}

.h3.w1.l1 {
    z-index: -3;
    animation-name: h3w1l1;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

@keyframes h3w1l1 {
    0% {
        transform: translate(0%, 0%);
    }
    14% {
        transform: translate(-50%, -25%);
    }
    28% {
        transform: translate(0%, -50%);
    }
    43% {
        transform: translate(0%, 0%);
    }
    57% {
        transform: translate(50%, 25%);
    }
    71% {
        transform: translate(0%, 50%);
    }
    85% {
        transform: translate(0%, 0%);
    }
    100% {
        transform: translate(0%, 0%);
    }
}

.h3.w1.l2 {
    z-index: -3;
    animation-name: h3w1l2;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

@keyframes h3w1l2 {
    0% {
        transform: translate(50%, 25%);
    }
    14% {
        transform: translate(50%, 25%);
    }
    28% {
        transform: translate(100%, 0%);
    }
    43% {
        transform: translate(100%, 50%);
    }
    57% {
        transform: translate(100%, 50%);
    }
    71% {
        transform: translate(50%, 75%);
    }
    85% {
        transform: translate(50%, 25%);
    }
    100% {
        transform: translate(50%, 25%);
    }
}

.h3.w1.l3 {
    z-index: -3;
    animation-name: h3w1l3;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

@keyframes h3w1l3 {
    0% {
        transform: translate(100%, 50%);
    }
    14% {
        transform: translate(150%, 75%);
    }
    28% {
        transform: translate(200%, 50%);
    }
    43% {
        transform: translate(200%, 100%);
    }
    57% {
        transform: translate(150%, 75%);
    }
    71% {
        transform: translate(100%, 100%);
    }
    85% {
        transform: translate(100%, 50%);
    }
    100% {
        transform: translate(100%, 50%);
    }
}

.h3.w2.l1 {
    z-index: -3;
    animation-name: h3w2l1;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

@keyframes h3w2l1 {
    0% {
        transform: translate(-50%, 25%);
    }
    14% {
        transform: translate(-100%, 0%);
    }
    28% {
        transform: translate(-100%, 0%);
    }
    43% {
        transform: translate(-100%, 50%);
    }
    57% {
        transform: translate(-50%, 75%);
    }
    71% {
        transform: translate(-50%, 75%);
    }
    85% {
        transform: translate(-50%, 25%);
    }
    100% {
        transform: translate(-50%, 25%);
    }
}

.h3.w2.l2 {
    z-index: -3;
    animation-name: h3w2l2;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

@keyframes h3w2l2 {
    0% {
        transform: translate(0%, 50%);
    }
    14% {
        transform: translate(0%, 50%);
    }
    28% {
        transform: translate(0%, 50%);
    }
    43% {
        transform: translate(0%, 100%);
    }
    57% {
        transform: translate(0%, 100%);
    }
    71% {
        transform: translate(0%, 100%);
    }
    85% {
        transform: translate(0%, 50%);
    }
    100% {
        transform: translate(0%, 50%);
    }
}

.h3.w2.l3 {
    z-index: -3;
    animation-name: h3w2l3;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

@keyframes h3w2l3 {
    0% {
        transform: translate(50%, 75%);
    }
    14% {
        transform: translate(100%, 100%);
    }
    28% {
        transform: translate(100%, 100%);
    }
    43% {
        transform: translate(100%, 150%);
    }
    57% {
        transform: translate(50%, 125%);
    }
    71% {
        transform: translate(50%, 125%);
    }
    85% {
        transform: translate(50%, 75%);
    }
    100% {
        transform: translate(50%, 75%);
    }
}

.h3.w3.l1 {
    z-index: -3;
    animation-name: h3w3l1;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

@keyframes h3w3l1 {
    0% {
        transform: translate(-100%, 50%);
    }
    14% {
        transform: translate(-150%, 25%);
    }
    28% {
        transform: translate(-200%, 50%);
    }
    43% {
        transform: translate(-200%, 100%);
    }
    57% {
        transform: translate(-150%, 125%);
    }
    71% {
        transform: translate(-100%, 100%);
    }
    85% {
        transform: translate(-100%, 50%);
    }
    100% {
        transform: translate(-100%, 50%);
    }
}

.h3.w3.l2 {
    z-index: -3;
    animation-name: h3w3l2;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

@keyframes h3w3l2 {
    0% {
        transform: translate(-50%, 75%);
    }
    14% {
        transform: translate(-50%, 75%);
    }
    28% {
        transform: translate(-100%, 100%);
    }
    43% {
        transform: translate(-100%, 150%);
    }
    57% {
        transform: translate(-100%, 150%);
    }
    71% {
        transform: translate(-50%, 125%);
    }
    85% {
        transform: translate(-50%, 75%);
    }
    100% {
        transform: translate(-50%, 75%);
    }
}

.h3.w3.l3 {
    z-index: -3;
    animation-name: h3w3l3;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

@keyframes h3w3l3 {
    0% {
        transform: translate(0%, 100%);
    }
    14% {
        transform: translate(50%, 125%);
    }
    28% {
        transform: translate(0%, 150%);
    }
    43% {
        transform: translate(0%, 200%);
    }
    57% {
        transform: translate(-50%, 175%);
    }
    71% {
        transform: translate(0%, 150%);
    }
    85% {
        transform: translate(0%, 100%);
    }
    100% {
        transform: translate(0%, 100%);
    }
}

.freeprivacypolicy-com---palette-light.freeprivacypolicy-com---nb {
    max-width: 100% !important;
    width: 100% !important;
}

.cc-nb-main-container {
    padding: 1rem !important;
}

.cc-nb-title,
.cc-nb-text {
    font-size: 12px !important;
    margin: 3px !important;
}

.freeprivacypolicy-com---palette-light .cc-nb-okagree,
.freeprivacypolicy-com---palette-light .cc-nb-reject,
.freeprivacypolicy-com---palette-light .cc-cp-foot-save {
    color: #fff !important;
    background-color: #000 !important;
}