html {
    font-size: 10px;
}

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

body {
    font-family: "Agdasima", sans-serif;
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: 400;
    color: #ffffff;
    background: #03020E;
    -webkit-text-size-adjust: 100%;
    min-height: 100vh;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

#main_content {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.table {
    width: 100%;
    border-collapse: collapse;
    color: #ffffff;
}

th, td {
    padding: 0.5rem;
    border: 1px solid #ffffff;
}

th {
    font-weight: 700;
}

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: 1rem 1.2rem;
    outline: 0;
}

a {
    text-decoration: none;
    color: #3A48E0;
}

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 1.5rem;
}

h1, .h1 {
    font-size: 8rem;
    line-height: 1.175;
    font-weight: 700;
}

h2, .h2 {
    font-size: 5rem;
    line-height: 1.16;
}

h3, .h3 {
    font-size: 3.2rem;
}

.subtitle {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1rem;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 700;
    text-transform: capitalize;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.10);
    border-radius: 0.7rem;
}

.subtitle::before {
    content: "";
    width: 4px;
    height: 4px;
    background: #3A48E0;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin-right: 6px;
    box-shadow: 0 0 0 2px rgba(52, 64, 201, 0.50);
}

.highlight {
    display: block;
    color: #3A48E0;
}

.heading-block {
    display: flex;
    flex-direction: row-reverse;
    align-items: start;
    justify-content: space-between;
}

.heading-block h2 {
    max-width: 75%;
    padding: 0 2rem 0 0;
    margin-bottom: 0;
}

.heading-block .subtitle {
    max-width: 25%;
}

p {
    margin: 0 0 1.6rem;
}

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

.container {
    max-width: 142.4rem;
    padding: 0 2rem;
    margin: 0 auto;
}

.container-sm {
    max-width: 95.4rem;
}

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

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.hidden {
    display: none;
}

.icon {
    width: 6rem;
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.8rem;
    background: #3A48E0;
    border-radius: 1rem;
    overflow: hidden;
}

.decor-holder {
    position: relative;
}

.decor-img {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

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

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

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

.cards-list li {
    display: flex;
    margin-bottom: 8.3rem;
}

.cards-list li:nth-child(odd) .card-holder {
    padding-right: 12.8rem;
}

.cards-list li:nth-child(even) {
    justify-content: flex-end;
}

.cards-list li:nth-child(even) {
    margin-top: -18.4rem;
}

.cards-list li:nth-child(2n + 3) {
    margin-top: -17.5rem;
}

.cards-list li:last-child {
    margin-bottom: 0;
}

.cards-list li:nth-child(even) .card-holder {
    padding-left: 12.8rem;
}

.cards-list li:nth-child(even) .card::before {
    left: auto;
    right: 101.5%;
    transform: scaleX(-1);
}

.cards-list li:nth-child(even) .card::after {
    left: -2px;
    right: auto;
}

.card-holder {
    width: 50%;
}

.card {
    min-height: 32rem;
    padding: 4.8rem 4.8rem 4rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 1.6rem;
    border: 1px solid rgba(255, 255, 255, 0.50);
    box-shadow: 0 0 3rem 0 rgba(255, 255, 255, 0.15) inset;
    backdrop-filter: blur(7.5px);
    position: relative;
}

.card::before {
    content: "";
    background-image: url(../images/main-page/line.svg);
    width: 12.4rem;
    height: 20.6rem;
    background-size: cover;
    position: absolute;
    left: 101.5%;
    bottom: 49.8%;
}

.card::after {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    overflow: hidden;
    box-sizing: border-box;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.50);
    position: absolute;
    top: 50%;
    right: -2px;
    transform: translateY(-50%);
}

.card .icon {
    margin-bottom: 6rem;
}

.card .text-block {
    max-width: 39rem;
}

.card h3 {
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 1.4rem;
}

.card p {
    margin-bottom: 1.4rem;
}

.card p:last-child {
    margin-bottom: 0;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 400;
    padding: 1rem 2.4rem;
    color: #ffffff;
    background: #3A48E0;
    border: 1px solid #3A48E0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 0.8rem;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.btn:disabled {
    color: #26262C;
    background: #12111C;
    border-color: #12111C;
}

.btn:focus {
    box-shadow: none;
}

.btn:active {
    box-shadow: 0 0 13px 0 rgba(255, 255, 255, 0.25);
}

.btn:hover {
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 13px 0 rgba(255, 255, 255, 0.25);
    text-decoration: none;
}

@media (hover: hover) {

    .btn:hover {
        border: 1px solid rgba(255, 255, 255, 0.10);
        background: rgba(255, 255, 255, 0.05);
        box-shadow: 0 0 13px 0 rgba(255, 255, 255, 0.25);
        text-decoration: none;
    }
}

.return-to-top {
    position: fixed;
    bottom: -3rem;
    right: 2rem;
    width: 4.2rem;
    height: 4.2rem;
    background: #3A48E0;
    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: 0 10px 20px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 20px 8px rgba(0, 0, 0, 0.15);
}

.return-to-top:hover > i {
    text-shadow: 0 -50px #ffffff, 0 0 #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 {
    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: #3A48E0;
    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 #002242;
    box-shadow: 0 -10px 40px -5px #002242;
}

.blob {
    position: absolute;
    background: #002242;
    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%);
    }
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 2.4rem 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 1px solid transparent;
}

.site-logo {
    max-width: 17.6rem;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.site-header .header-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 180px;
}


.site-header .header-inner .site-nav .menu-wrapper {
    display: flex;
    align-items: 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-main-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    align-items: center;
    padding: 4px;
    margin: 0 -2px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 1.1rem;
    box-shadow: 0 0 8.8px 0 rgba(255, 255, 255, 0.20) inset;
}

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

.site-header .site-main-menu li > a {
    display: inline-block;
    vertical-align: top;
    padding: 0.5rem 0.8rem;
    color: #ffffff;
    background: transparent;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    border-radius: 0.8rem;
}

.site-header .site-main-menu li > a:focus {
    background: rgba(255, 255, 255, 0.20);
}

.site-header .site-main-menu li > a.active {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.20);
}

@media (hover: hover) {
    .site-header .site-main-menu li > a:hover {
        color: #ffffff;
        background: rgba(255, 255, 255, 0.20);
        text-decoration: none;
    }
}

.site-header .toggle-menu .bar {
    background: #3A48E0;
}

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

.site-header .btn {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.pix-header-fixed {
    background: #03020E;
    z-index: 1000;
    -webkit-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
    animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
}

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

.close-menu {
    display: none;
}

.intro-section {
    padding: 18.2rem 0 5rem;
}

.intro-section .main-block {
    max-width: 90rem;
    margin: 0 auto 5rem;
}

.intro-section .text-block {
    max-width: 57.6rem;
    margin: 0 auto;
}

.intro-section h1 {
    margin-bottom: 2.6rem;
}

.intro-section p {
    margin-bottom: 3.2rem;
}

.about-section {
    padding: 6.4rem 0 5rem;
    z-index: 3;
}

.about-section h3 {
    margin-bottom: 1.2rem;
}

.about-section p {
    margin-bottom: 0;
}

.about-section .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.about-section .text-block {
    width: 47%;
    padding-right: 14rem;
}

.about-section .img-block {
    width: 53%;
}

.benefits-section {
    padding: 7.4rem 0 5rem;
}

.benefits-section .decor-img {
   z-index: 2;
}

.benefits-section .heading-block {
    margin-bottom: 10.5rem;
}

.hiw-section {
    padding: 8rem 0 10.5rem;
}

.hiw-section .heading-block {
    align-items: center;
    margin-bottom: 6.4rem;
}

.hiw-section .decor-img {
    transform: none;
    top: auto;
    bottom: -28rem;
}

.hiw-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.2rem;
}

.hiw-list li {
    display: flex;
    width: 50%;
    padding: 0 1.2rem;
    margin-bottom: 2.4rem;
}

.hiw-list li:first-child {
    width: 100%;
}

.hiw-list li:first-child .hiw-block {
    min-height: 37.4rem;
    display: flex;
    flex-direction: row;
    padding: 0 13.8rem;
    background: rgba(255, 255, 255, 0.10);
    box-shadow: 0 0 3rem 0 rgba(255, 255, 255, 0.25) inset;
    backdrop-filter: blur(7.5px);
    border: 1px solid rgba(255, 255, 255, 0.50);
}

.hiw-list li:first-child .info-block {
    display: flex;
    align-items: center;
    width: 43%;
    padding: 6.2rem 1.5rem 1.5rem 0;
}

.hiw-list li:first-child .text-block {
    max-width: 80%;
    padding: 0;
    margin-bottom: 0;
}

.hiw-list li:first-child .img-block {
    width: 57%;
    flex: none;
}

.hiw-block {
    display: flex;
    flex-direction: column;
    padding: 4.5rem 0 0 4.7rem;
    border-radius: 16px;
    background: #3A48E0;
    overflow: hidden;
}

.hiw-block .text-block {
    max-width: 72%;
    padding-right: 4.7rem;
    margin-bottom: 2.4rem;
}

.hiw-block h3 {
    font-weight: 700;
}

.hiw-block .img-block {
    display: flex;
    align-items: flex-end;
    flex: 1 0 auto;
}

.hiw-block img {
    margin-bottom: -1.5rem;
}

.inner-page {
    min-height: 100vh;
}

.inner-page .decor-img {
    top: auto;
    bottom: -41rem;
    transform: none;
}

.thanks-section {
    padding: 17.9rem 0 11.2rem;
}

.thanks-section .text-block {
    margin-bottom: 5rem;
}

.thanks-section h1 {
    margin-bottom: 2.8rem;
}

.thanks-section p {
    margin-bottom: 3.2rem;
}

.contact-section {
    padding: 18rem 0 12.6rem;
}

.contact-section h1 {
    margin-bottom: 6.8rem;
}

.contact-section .card {
    padding-bottom: 4.8rem;
}

.contact-section .cards-list li:nth-child(even) {
    margin-top: -25.6rem;
}

.uninstall-section {
    padding: 18rem 0 10.2rem;
}

.uninstall-section h1 {
    max-width: 62%;
    margin: 0 auto 65px;
}

.uninstall-list {
    counter-reset: number;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.2rem;
}

.uninstall-list li {
    display: flex;
    width: 50%;
    padding: 0 1.2rem;
    margin: 0 0 2.4rem;
}

.uninstall-list li:nth-child(4n+2) .card-step,
.uninstall-list li:nth-child(4n+3) .card-step  {
    background: #3A48E0;
    box-shadow: none;
    backdrop-filter: none;
    border: none;
}

.uninstall-list li:first-child .img-block {
    margin: -5.5rem -8.3rem 0 0;
}

.card-step {
    min-height: 28.4rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 3rem 0 rgba(255, 255, 255, 0.15) inset;
    backdrop-filter: blur(7.5px);
    border-radius: 1.6rem;
    border: 1px solid rgba(255, 255, 255, 0.50);
    overflow: hidden;
}

.card-step .text-block {
    width: 36%;
    padding: 4.6rem 2rem 3.2rem 3.2rem;
}

.card-step .img-block {
    display: flex;
    justify-content: flex-end;
    width: 72%;
}

.card-step h3 {
    font-weight: 700;
    margin: 0 0 1.4rem;
}

.card-step h3::before {
    content: counter(number);
    counter-increment: number;
    margin-right: 5px;
}

.removed-section {
    padding: 22.8rem 0 4.6rem;
}

.removed-section h1 {
    max-width: 68%;
    margin: 0 auto 2.8rem;
}

.removed-section .text-block {
    max-width: 45%;
    margin: 0 auto;
}

.removed-section p {
    margin-bottom: 3rem;
}

.removed-section .img-holder {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: -10.6rem;
    padding: 0 5rem;
}

.section-404 {
    padding: 21.2rem 0 12rem;
}

.section-404 .main-img {
    margin-bottom: 3.2rem;
}

.section-404 h1 {
    margin-bottom: 2.5rem;
}

.section-404 p {
    margin-bottom: 3rem;
}

.section-404 .text-block {
    max-width: 48%;
    margin: 0 auto;
}

.terms-section {
    padding: 18rem 0 10rem;
}

.terms-section h1 {
    margin-bottom: 6.5rem;
}

.terms-privacy p,
.terms-privacy table,
.terms-privacy ul,
.terms-privacy ol {
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 2.5rem;
}

.terms-privacy.content_for_tm_embed a {
    color: #3A48E0 !important;
}

.footer {
    max-width: 138.2rem;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 5rem 0 4.4rem;
    margin: 0 auto 2rem;
    border-radius: 1.6rem;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 3rem 0 rgba(255, 255, 255, 0.25) inset;
    backdrop-filter: blur(7.5px);
}

.footer-logo {
    display: block;
    max-width: 17.5rem;
    margin: 0 auto 1.6rem;
}

.footer-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 2rem;
}

.footer-menu li {
    padding: 0.5rem 1rem;
}

.footer-link {
    color: #ffffff;
}

.footer-link:hover {
    color: #03020E;
    text-decoration: none;
}

.footer-copyright {
    font-size: 1.2rem;
}

.footer-copyright p {
    margin: 0;
}

.modal {
    display: none;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-dialog {
    position: relative;
    margin: auto;
    padding: 2rem;
    width: 80%;
    max-width: 60rem;
    background-color: transparent;
    animation: modalopen 0.4s;
}

@keyframes modalopen {
    from {opacity: 0}
    to {opacity: 1}
}

.modal-content {
    color: #ffffff;
    position: relative;
    background: #03020E;
    border: 1px solid #03020E;
    border-radius: 0.5rem;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-header {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: flex-end;
}

.modal-header .close {
    background: none;
    border: none;
    font-size: 1.5rem;
    line-height: 1;
    color: #fff;
    opacity: 0.5;
    cursor: pointer;

    &:hover {
        opacity: 1;
    }
}

.modal-body {
    padding: 1.5rem;
}

.modal-footer {
    padding: 1rem 1.5rem;
    border-top: 1px solid #e5e5e5;
    display: flex;
    justify-content: center;
}
