* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 10px;
}

:root {
    --c-text: #222;
    --c-text-opacity-60: #22222260;
    --c-main: #0776E0;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.6rem;
    line-height: 1.6;
    color: var(--c-text);
    background: #fff;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

.home-page,
.inner-page {
    position: relative;
}

.home-page:after,
.inner-page:before,
.home-page:before {
    content: '';
    left: 0;
    height: calc(50% + 1px);
    width: 100%;
    position: absolute;
    z-index: -1;
}

.inner-page:before {
    height: 100%;
}

.inner-page:before {
    top: 0;
    background: url("../images/main-page/home-bg-1.png") no-repeat center top / 100%;
}

.home-page:before,
.terms-page:before {
    top: 0;
    background: url("../images/main-page/home-bg-1.png") no-repeat center / cover;
}

.home-page:after {
    bottom: 0;
    background: url("../images/main-page/home-bg-2.png") no-repeat center / cover;
}

.main {
    background: url("../images/main-page/fullscreen-bg-1.svg") no-repeat top left / 60%;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.inner-page .main {
    background: url("../images/main-page/fullscreen-bg-1.svg") no-repeat top left / 60%;
}

.main:after {
    content: '';
    position: absolute;
    left: 50%;
    width: 1500px;
    height: 850px;
    transform: translateX(-50%);
    top: 20px;
    border-radius: 30px;
    background: #fff;
    opacity: 0.5;
    z-index: -1;
}

.inner-page .main:after {
    display: none;
}

.table {
    color: #777e8f;
}

svg {
    display: block;
}

a,
button,
input,
textarea,
button,
select {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

button {
    cursor: pointer;
    outline: 0;
}

input,
textarea,
select {
    width: 100%;
    padding: 10px 12px;
    outline: 0;
}

a {
    text-decoration: none;
    color: #0060e7;
}

@media (hover: hover) {
    a:hover {
        text-decoration: underline;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
}

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

.section-default {
    padding: 10rem 0;
}

.container {
    width: 100%;
    max-width: 1540px;
    padding: 0 20px;
}

.title {
    font-family: 'Russo One', sans-serif;
    font-weight: 400;
    font-size: 6rem;
    line-height: 1.2;
    color: #334254;
    text-align: center;
    background: linear-gradient(225deg, #ab89f2 0%, #287efe 150%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.subtitle {
    font-family: 'Russo One', sans-serif;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 1.2;
    color: var(--c-main);
}

.subtitle-small {
    font-size: 2.4rem;
}

.text {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.6;
    color: var(--c-text);
}

/*--------------------------------------------------------------
  ##  Buttons
  --------------------------------------------------------------*/

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(225deg, #AB89F2 5%, #287EFE 150%);
    box-shadow: 0 1px 2px 0 #407FD726, 0 1px 1px 0 #407FD714;
    border-radius: 40px;
    color: #fff;
    font-family: 'Russo One', sans-serif;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    width: fit-content;
    border: none;
    padding: 10px 24px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.btn:focus,
.btn:active {
    box-shadow: 0 4px 8px 0 #407FD750, 0 4px 8px 0 #407FD730;
}

@media (hover: hover) {
    .btn:hover {
        box-shadow: 0 4px 8px 0 #407FD750, 0 4px 8px 0 #407FD730;
        color: #fff;
    }
}

/* Back To Top */

.return-to-top {
    position: fixed;
    bottom: -3rem;
    right: 2rem;
    width: 4.2rem;
    height: 4.2rem;
    background: var(--c-main);
    line-height: 4.2rem;
    text-align: center;
    cursor: pointer;
    z-index: 998;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.return-to-top > i {
    position: relative;
    overflow: hidden;
    font-size: 12px;
    width: inherit;
    height: inherit;
    line-height: inherit;
    display: block;
    color: transparent;
    text-shadow: 0px 0px #ffffff, 0px 50px #ffffff;
    -webkit-transition: text-shadow 0.2s ease;
    transition: text-shadow 0.2s ease;
    z-index: 1;
}

.return-to-top > i:before {
    content: '';
    display: block;
    width: 1rem;
    height: 1rem;
    border: solid 2px #ffffff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    border-top: 0;
    border-right: 0;
    top: 1.8rem;
    left: 1.6rem;
    position: absolute;
}

.return-to-top:hover {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
    -webkit-box-shadow: 0px 10px 20px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 20px 8px rgba(0, 0, 0, 0.15);
}

.return-to-top:hover > i {
    text-shadow: 0px -50px #ffffff, 0px 0px #ffffff;
}

.return-to-top.back-top {
    bottom: 2rem;
    opacity: 1;
}

@keyframes pixFade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes pixFadeUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes pixFadeUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes pixFadeDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes pixFadeDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes pixFadeLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes pixFadeLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes pixFadeRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes pixFadeRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes pixZoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pixZoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes pixBounceIn {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0;
    }
    60% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pixBounceIn {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0;
    }
    60% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.pixFade {
    -webkit-animation-name: pixFade;
    animation-name: pixFade;
}

.pixFadeUp {
    -webkit-animation-name: pixFadeUp;
    animation-name: pixFadeUp;
}

.pixFadeDown {
    -webkit-animation-name: pixFadeDown;
    animation-name: pixFadeDown;
}

.pixFadeLeft {
    -webkit-animation-name: pixFadeLeft;
    animation-name: pixFadeLeft;
}

.pixFadeRight {
    -webkit-animation-name: pixFadeRight;
    animation-name: pixFadeRight;
}

.pixZoomIn {
    -webkit-animation-name: pixZoomIn;
    animation-name: pixZoomIn;
}

.pixBounceIn {
    -webkit-animation-name: pixBounceIn;
    animation-name: pixBounceIn;
}

.zoomIn {
    -webkit-animation-name: zoomin;
    animation-name: zoomin;
}

/*--------------------------------------------------------------
  ##  Page Loader
  --------------------------------------------------------------*/
.page-loader {
    background: #ffffff;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999999;
}

.page-loader .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.page-loader svg {
    display: none;
}

.blobs {
    -webkit-filter: url(#goo);
    filter: url(#goo);
    width: 300px;
    height: 300px;
    position: relative;
    overflow: hidden;
    border-radius: 70px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.blobs .blob-center {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    background: var(--c-main);
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0.9) translate(-50%, -50%);
    -ms-transform: scale(0.9) translate(-50%, -50%);
    transform: scale(0.9) translate(-50%, -50%);
    -webkit-animation: blob-grow linear 3.4s infinite;
    animation: blob-grow linear 3.4s infinite;
    border-radius: 50%;
    -webkit-box-shadow: 0 -10px 40px -5px var(--c-main);
    box-shadow: 0 -10px 40px -5px var(--c-main);
}

.blob {
    position: absolute;
    background: var(--c-main);
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-animation: blobs ease-out 3.4s infinite;
    animation: blobs ease-out 3.4s infinite;
    -webkit-transform: scale(0.9) translate(-50%, -50%);
    -ms-transform: scale(0.9) translate(-50%, -50%);
    transform: scale(0.9) translate(-50%, -50%);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    opacity: 0;
}

.blob:nth-child(1) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.blob:nth-child(2) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.blob:nth-child(3) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.blob:nth-child(4) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.blob:nth-child(5) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@-webkit-keyframes blobs {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) translate(calc(-330px - 50%), -50%);
        transform: scale(0) translate(calc(-330px - 50%), -50%);
    }
    1% {
        opacity: 1;
    }
    35%,
    65% {
        opacity: 1;
        -webkit-transform: scale(0.9) translate(-50%, -50%);
        transform: scale(0.9) translate(-50%, -50%);
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0) translate(calc(330px - 50%), -50%);
        transform: scale(0) translate(calc(330px - 50%), -50%);
    }
}

@keyframes blobs {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) translate(calc(-330px - 50%), -50%);
        transform: scale(0) translate(calc(-330px - 50%), -50%);
    }
    1% {
        opacity: 1;
    }
    35%,
    65% {
        opacity: 1;
        -webkit-transform: scale(0.9) translate(-50%, -50%);
        transform: scale(0.9) translate(-50%, -50%);
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0) translate(calc(330px - 50%), -50%);
        transform: scale(0) translate(calc(330px - 50%), -50%);
    }
}

@-webkit-keyframes blob-grow {
    0%,
    39% {
        -webkit-transform: scale(0) translate(-50%, -50%);
        transform: scale(0) translate(-50%, -50%);
    }
    40%,
    42% {
        -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
        transform: scale(1, 0.9) translate(-50%, -50%);
    }
    43%,
    44% {
        -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
        transform: scale(1.2, 1.1) translate(-50%, -50%);
    }
    45%,
    46% {
        -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
        transform: scale(1.3, 1.2) translate(-50%, -50%);
    }
    47%,
    48% {
        -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
        transform: scale(1.4, 1.3) translate(-50%, -50%);
    }
    52% {
        -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
        transform: scale(1.5, 1.4) translate(-50%, -50%);
    }
    54% {
        -webkit-transform: scale(1.7, 1.6) translate(-50%, -50%);
        transform: scale(1.7, 1.6) translate(-50%, -50%);
    }
    58% {
        -webkit-transform: scale(1.8, 1.7) translate(-50%, -50%);
        transform: scale(1.8, 1.7) translate(-50%, -50%);
    }
    68%,
    70% {
        -webkit-transform: scale(1.7, 1.5) translate(-50%, -50%);
        transform: scale(1.7, 1.5) translate(-50%, -50%);
    }
    78% {
        -webkit-transform: scale(1.6, 1.4) translate(-50%, -50%);
        transform: scale(1.6, 1.4) translate(-50%, -50%);
    }
    80%,
    81% {
        -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
        transform: scale(1.5, 1.4) translate(-50%, -50%);
    }
    82%,
    83% {
        -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
        transform: scale(1.4, 1.3) translate(-50%, -50%);
    }
    84%,
    85% {
        -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
        transform: scale(1.3, 1.2) translate(-50%, -50%);
    }
    86%,
    87% {
        -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
        transform: scale(1.2, 1.1) translate(-50%, -50%);
    }
    90%,
    91% {
        -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
        transform: scale(1, 0.9) translate(-50%, -50%);
    }
    92%,
    100% {
        -webkit-transform: scale(0) translate(-50%, -50%);
        transform: scale(0) translate(-50%, -50%);
    }
}

@keyframes blob-grow {
    0%,
    39% {
        -webkit-transform: scale(0) translate(-50%, -50%);
        transform: scale(0) translate(-50%, -50%);
    }
    40%,
    42% {
        -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
        transform: scale(1, 0.9) translate(-50%, -50%);
    }
    43%,
    44% {
        -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
        transform: scale(1.2, 1.1) translate(-50%, -50%);
    }
    45%,
    46% {
        -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
        transform: scale(1.3, 1.2) translate(-50%, -50%);
    }
    47%,
    48% {
        -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
        transform: scale(1.4, 1.3) translate(-50%, -50%);
    }
    52% {
        -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
        transform: scale(1.5, 1.4) translate(-50%, -50%);
    }
    54% {
        -webkit-transform: scale(1.7, 1.6) translate(-50%, -50%);
        transform: scale(1.7, 1.6) translate(-50%, -50%);
    }
    58% {
        -webkit-transform: scale(1.8, 1.7) translate(-50%, -50%);
        transform: scale(1.8, 1.7) translate(-50%, -50%);
    }
    68%,
    70% {
        -webkit-transform: scale(1.7, 1.5) translate(-50%, -50%);
        transform: scale(1.7, 1.5) translate(-50%, -50%);
    }
    78% {
        -webkit-transform: scale(1.6, 1.4) translate(-50%, -50%);
        transform: scale(1.6, 1.4) translate(-50%, -50%);
    }
    80%,
    81% {
        -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
        transform: scale(1.5, 1.4) translate(-50%, -50%);
    }
    82%,
    83% {
        -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
        transform: scale(1.4, 1.3) translate(-50%, -50%);
    }
    84%,
    85% {
        -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
        transform: scale(1.3, 1.2) translate(-50%, -50%);
    }
    86%,
    87% {
        -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
        transform: scale(1.2, 1.1) translate(-50%, -50%);
    }
    90%,
    91% {
        -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
        transform: scale(1, 0.9) translate(-50%, -50%);
    }
    92%,
    100% {
        -webkit-transform: scale(0) translate(-50%, -50%);
        transform: scale(0) translate(-50%, -50%);
    }
}

/*--------------------------------------------------------------
  ##  Header
  --------------------------------------------------------------*/
.site-header {
    background: transparent;
    position: sticky;
    width: 100%;
    top: 2rem;
    left: 0;
    z-index: 100;
    padding: 2rem 0;
    transition: all 0.3s ease-in-out;
}

.header-container {
    max-width: 1280px;
}

.site-header .inverse-logo,
.site-header.header-light .inverse-logo {
    display: none !important;
}

.site-header.pix-header-fixed.header-light .sticky-logo {
    display: inline-block !important;
}

.site-logo {
    max-width: 215px;
}

.site-header .header-inner {
    position: relative;
}

.site-header .header-inner .site-logo a {
    display: block;
}

.site-header .header-inner .site-logo a .sticky-logo {
    display: none;
}

.site-header .header-inner .site-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.site-header .header-inner .site-nav .menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.site-header .header-inner .site-nav .menu-wrapper:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.site-header .site-mobile-logo {
    display: none;
}

.site-header .site-main-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.site-header .site-main-menu li {
    position: relative;
    padding: 1rem 0;
    transition: all 0.3s ease-in-out;
}

.site-header .site-main-menu li:last-child {
    margin-right: 0;
    padding: 0;
}

.site-header .site-main-menu li > a {
    margin: 0 2.4rem;
    display: inline-block;
    padding: 0;
    color: var(--c-text);
    font-size: 1.6rem;
    letter-spacing: 0.8px;
    transition: all 0.3s ease-in-out;
}

@media (hover: hover) {
    .site-header .site-main-menu li > a:hover {
        color: var(--c-main);
        text-decoration: none;
    }
}

.site-header .toggle-menu .bar {
    background: var(--c-main);
}

.site-header .header-inner .site-nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.logo-sticky {
    display: none;
}

.pix-header-fixed {
    padding: 1.2rem 0;
    top: 0;
    z-index: 1000;
    position: sticky;
    background-color: #fff;
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.2);
}

.pix-header-fixed .header-inner .site-logo .logo-sticky {
    display: block;
}

.pix-header-fixed .header-inner .site-logo .logo-main {
    display: none;
}

.pix-header-fixed .site-main-menu li.menu-item-has-children:after {
    color: #333333;
}

.pix-header-fixed .site-logo .main-logo {
    display: none;
}

.pix-header-fixed .site-logo .sticky-logo {
    display: block;
}

.mask-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 99;
    top: 0;
    left: 0;
}

.close-menu {
    display: none;
}

.hidden {
    display: none;
}

.fullscreen {
    padding: 5rem 0 10rem;
    background: url("../images/main-page/fullscreen-bg-2.svg") no-repeat bottom 40% right / 30%;
}

.fullscreen__title {
    margin: 0 auto 2rem;
    max-width: 880px;
    padding: 0 36px;
}

.fullscreen__text {
    margin: 0 auto 3rem;
    max-width: 940px;
    text-align: center;
    padding: 0 36px;
}

.fullscreen__buttons {
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: center;
    margin-bottom: 2rem;
    padding: 0 16px;
}

.fullscreen__more {
    font-family: 'Russo One', sans-serif;
    color: var(--c-text);
    text-align: center;
    padding: 10px 24px;
    background: none;
    border: none;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
}

.fullscreen__more:focus,
.fullscreen__more:active {
    text-decoration: underline;
    color: var(--c-main);
}

@media (hover: hover) {
    .fullscreen__more:hover {
        text-decoration: underline;
        color: var(--c-main);
    }
}

.about__list {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    max-width: 1300px;
    margin: 0 auto;
}

.about__title {
    margin: 0 auto 5rem;
    max-width: 760px;
}

.about__item {
    flex: 0 1 280px;
}

.about__img {
    margin-bottom: 2rem;
}

.about__subtitle {
    margin-bottom: 2rem;
}

.hiw {
    position: relative;
    z-index: 0;
    background:
        url("../images/main-page/hiw-bg-1.svg") no-repeat top left / 50%,
        url("../images/main-page/hiw-bg-2.svg") no-repeat bottom right / 80%;
    overflow: hidden;
}

.hiw:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1500px;
    height: calc(100% - 20rem);
    transform: translate(-50%, -50%);
    border-radius: 30px;
    background: #fff;
    opacity: 0.5;
    z-index: -1;
}

.hiw__wrapper {
    display: flex;
    position: relative;
}

.hiw__wrapper_first {
    padding: 10% 5% 5%;
}

.hiw__wrapper_second {
    justify-content: flex-end;
    padding: 15% 5% 25%;
}

.hiw__img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.hiw__img img {
    width: 100%;
    object-fit: contain;
}

.hiw__img_first {
    right: -14%;
    width: 64%;
}

.hiw__img_second {
    left: 0;
    width: 44%;
}

.hiw__column {
    flex: 0 1 48%;
}

.hiw__title {
    text-align: left;
    margin-bottom: 2rem;
}

.hiw__btn {
    margin-top: 4rem;
}

.engines__title {
    margin: 0 auto 2rem;
    max-width: 900px;
}

.engines__text {
    margin: 0 auto 5rem;
    text-align: center;
    max-width: 840px;
}

.engines__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1000px;
    gap: 16px;
}

.engines__item {
    flex: 0 1 auto;
}

.card {
    position: relative;
    overflow: hidden;
    background: none;
    border-radius: 0;
    border: none;
    transition: all 0.3s ease-in-out;
}

.card:not(:last-child) {
    border-bottom: 2px solid #ffffff50;
}

.card-header {
    border: 0;
    border-radius: 0;
    background: none;
    padding: 0;
}

.card-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    position: relative;
    padding: 3rem 0 1rem;
    text-decoration: none;
    white-space: normal;
    text-align: left;
    width: 100%;
    color: var(--c-main);
    background: none;
    border: none;
    transition: all 0.3s ease-in-out;
}

.card-btn.collapsed:hover {
    color: var(--c-main);
}

.card-btn.collapsed {
    padding-bottom: 3rem;
    color: var(--c-text);
}

.card-indicator {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #ffffff50;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.card-indicator svg {
    max-width: 100%;
    max-height: 100%;
    transition: all 0.3s ease-in-out;
    transform: rotateX(180deg);
}

.card-btn.collapsed .card-indicator svg {
    transform: rotateX(0);
}

.card-btn:focus {
    outline: none;
}

.card-body {
    padding: 0 0 3rem;
}

.card-body p {
    margin-bottom: 0;
}

.inner-section {
    padding: 5rem 0;
    flex: 1 1 auto;
    position: relative;
}

.inner-section:after {
    content: '';
    position: absolute;
    bottom: -50px;
    right: 0;
    width: 30%;
    height: 100%;
    background: url("../images/main-page/fullscreen-bg-2.svg") no-repeat center bottom / contain;
    z-index: -1;
}

.contact__title {
    margin-bottom: 8rem;
}

.contact__wrapper {
    display: flex;
    gap: 24px;
    max-width: 1260px;
    margin: 0 auto;
}

.contact__item {
    flex: 0 0 calc(50% - 16px);
    padding: 3rem;
    border-radius: 3rem;
    background: #ffffff50;
}

.contact__icon {
    margin-bottom: 3rem;
}

.contact__subtitle {
    margin-bottom: 1.6rem;
}

.contact__btn {
    margin: 5rem auto 0;
}

.uninstall__title {
    margin: 0 auto 2rem;
    max-width: 920px;
}

.uninstall__text {
    max-width: 790px;
    margin: 0 auto 5rem;
    text-align: center;
}

.uninstall__img {
    border-radius: 30px;
    overflow: hidden;
    margin: 0 auto;
    width: fit-content;
}

.removed {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.removed__title {
    text-align: left;
    margin-bottom: 5rem;
}

.removed__img {
    position: absolute;
    height: calc(100% - 6rem);
    min-height: 400px;
    width: 60%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.removed__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.section-404:after {
    display: none;
}

.section-404__title {
    margin-bottom: 2rem;
}

.section-404__text {
    text-align: center;
    margin-bottom: 5rem;
}

.section-404__img {
    width: fit-content;
    margin: 0 auto;
}

.thanks-block {
    padding: 0;
    background: #ffffff;
    overflow: hidden;
}

.thanks-content {
    padding: 10rem 7.6rem;
}

.thanks-content .title {
    font-size: 3.5rem;
    color: #334254;
}

.thanks-content .text {
    margin-bottom: 3.9rem;
    font-size: 1.6rem;
    line-height: 174%;
    color: #687e97;
    text-align: left;
}

.thanks-content .btn {
    min-width: 130px;
    line-height: 4rem;
}

.thanks-image {
    padding: 5rem 0 5rem 3.3rem;
    background-color: #e9eff8;
}

.terms .container {
    max-width: 820px;
}

.terms .title {
    margin-bottom: 5rem;
}

.terms-privacy p,
.terms-privacy table,
.terms-privacy ul,
.terms-privacy ol {
    margin-bottom: 2.4rem;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 160%;
    color: var(--c-text);
}

th {
    font-weight: 700;
}

.footer {
    padding-bottom: 4rem;
}

.footer__wrapper {
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.5);
    padding: 5rem 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8%;
}

.footer__info {
    flex: 0 1 500px;
}

.footer__text {
    font-size: 1.4rem;
    color: var(--c-text);
}

.footer__second {
    flex: 0 1 640px;
    display: flex;
    gap: 4%;
}

.footer__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px;
}

.footer__title {
    margin-bottom: 3rem;
    color: var(--c-text);
}

.footer__link {
    flex: 0 1 calc(50% - 4px);
    margin-bottom: 1rem;
    color: var(--c-text);
    display: block;
    line-height: 1.6;
    font-weight: 600;
    font-size: 1.6rem;
}

.footer__link:hover {
    text-decoration: underline;
    color: var(--c-text);
}

.footer__logo {
    display: block;
    max-width: 26rem;
    margin-bottom: 2rem;
}

.footer__platform {
    display: block;
    margin-bottom: 3rem;
}

.footer__copy {
    color: #6F6F6F;
    font-size: 12px;
    line-height: 1.6;
}

.input-container {
    text-align: center;
}

.input-container label {
    display: block;
    font-size: 1.2em;
    margin-bottom: 10px;
    color: #7a7fdb;
}

.input-container input {
    width: 500px;
    padding: 10px 15px;
    font-size: 1em;
    border: 2px solid #7a7fdb;
    border-radius: 25px;
    outline: none;
    transition: all 0.3s ease;
}

.input-container input:focus {
    border-color: #5e62c9;
    box-shadow: 0 0 10px rgba(94, 98, 201, 0.2);
}

.input-container input::placeholder {
    color: #bbb;
}

.input-container .icon {
    position: relative;
    display: inline-block;
}

.input-container .icon::before {
    content: "\1F517"; /* Unicode for link icon */
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2em;
    color: #7a7fdb;
}

.input-container input.icon-input {
    padding-left: 40px;
}

.pixFadeUp {
    padding-bottom: 10px;
}