/*
========================
GLOBAL CSS START HERE 
========================
*/

/* google fonts cdn */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Protest+Strike&display=swap');

body {	  
    font-family: "Protest Strike", sans-serif;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;    
	background: #fff;
	color: #000;
}
html,
body,
header,
footer,
main,
nav,
section,
div,
menu,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
button {
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

button:focus,
a:focus,
input:focus,
textarea:focus,
select:focus {
    outline: none;
}

a {
    text-decoration: none;
    color: inherit;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
}

a:visited,
a:hover,
a:active {
    text-decoration: none;
}

img {
    max-width: 100%;
}

::selection {
    color: white;
    background: #33DEA0;
}

::-webkit-selection {
    color: white;
    background: #33DEA0;
}

::-moz-selection {
    color: white;
    background: #33DEA0;
}

.scrolltotop {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #33DEA0;
    text-align: center;
    font-size: 22px;
    color: #ffffff;
    position: fixed;
    right: 30px;
    bottom: 25px;
    display: none;
    animation: lab_top_up 5s linear infinite;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 55;
}
.scrolltotop:hover {
    color: #fff;
}
.scrolltotop img {
    width: 14px;
    margin-top: -4px;
}

@keyframes lab_top_up {
    0% {
        transform: translateY(-15px);
    }
    50% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-15px);
    }
}

.pluse,
.pluse2 {
    position: relative;
    top: 10px;
    left: -7px;
    z-index: -1;
}

.pluse::before,
.pluse2::before {
    width: 40px;
    height: 40px;
}

.pluse::after,
.pluse::before,
.pluse2::after,
.pluse2::before {
    background: #33DEA0;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    display: block;
    content: "";
    position: absolute;
    top: 4px;
    left: -1px;
}

.pluse::after,
.pluse2::after {
    width: 30px;
    height: 30px;
    background: transparent;
    margin-left: -15px;
    margin-top: -15px;
}

.pluse::before {
    -webkit-animation: pluse_animate 2.5s infinite linear;
    animation: pluse_animate 2.5s infinite linear;
}

.pluse2::before {
    -webkit-animation: pluse_animate 3s infinite linear;
    animation: pluse_animate 3s infinite linear;
}

@keyframes pluse_animate {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(0.3);
        transform: translate(-50%, -50%) scale(0.3);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2);
    }
}


/*
========================
HERO CSS START HERE 
========================
*/
.hero_area {
    background-image: radial-gradient(400px 400px at 55% 50%, #282F2C 0%, #000 100%);
    position: relative;
    overflow: hidden;
    animation: heroradial 2s linear infinite;
    transition: 0.3s;
}

.hero_area::before {
    content: "";
    display: block;
    width: 100%;
    height: 300px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
    z-index: 2;
}
.hero_area .header_logo {
    padding-top: 35px;
}
.hero_area .header_logo a img {
    width: 60px;
}
.hero_area .hero_content h1 {
    font-family: "Protest Strike", sans-serif;
    color: #FFF;
    text-align: center;
    font-size: 64px;
    font-weight: 400;
}
.hero_area .hero_content h1 span {
    display: block;
    color: #33DEA0;
    font-size: 96px;
    font-weight: 400;
}
.hero_area .hero_content p {
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    margin: 30px 0;
}
.hero_area .hero_content button {
    width: 100%;
    min-height: 90px;
    border-radius: 100px;
    background: linear-gradient(90deg, #40C18B 0%, rgba(30, 91, 66, 0.30) 100%);
    color: #0F0F0F;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    border: 0;
    color: #B9FFEA;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    transition: 0.3s;
    position: relative;
    z-index: 999999999999999;
}
.hero_area .hero_content button:hover {
    border-radius: 100px;
    background: linear-gradient(90deg, #40C18B 0%, rgba(30, 91, 66, 0.30) 100%);
    box-shadow: 0px 12px 33.4px 0px #5FEDC2 inset, 0px 0px 34px 0px rgba(89, 255, 205, 0.45);
}
.hero_area .hero_content {
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
    margin-top: 85px;
    padding-bottom: 220px;
    animation-duration: 1s;
    position: relative;
    z-index: 99;
}

.hero_thumb img.thumb1 {
    width: 590px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}
.hero_thumb img.thumb2 {
    width: 885px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}


/*
==============================
KEY FEATURES CSS START HERE 
==============================
*/
.keyfeatures_area {
    padding: 80px 0;
    background-color: #000000;
    overflow: hidden;
}
.keyfeatures_content {
    width: 100%;
    min-height: 125px;
    border-radius: 10px;
    background: #121212;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    cursor: pointer;
    transition: 0.3s;
}
.keyfeatures_content.one:hover {
    box-shadow: 0px 0px 25px 0px rgba(255, 219, 29, 0.5);
}
.keyfeatures_content.two:hover {
    box-shadow: 0px 0px 30px 0px rgba(0, 56, 255, 0.5);
}
.keyfeatures_content.three:hover {
    box-shadow: 0px 0px 30px 0px rgba(3, 255, 28, 0.5);
}
.keyfeatures_content.four:hover {
    box-shadow: 0px 0px 30px 0px rgba(255, 7, 111, 0.5);
}
.keyfeatures_content:hover img,
.keyfeatures_content:hover h4 {
    opacity: 1;
}
.keyfeatures_content img {
    width: 42px;
    opacity: 0.5;
    transition: 0.3s;
}
.keyfeatures_content > h4 {
    color: #FFF;
    font-size: 32px;
    font-weight: 700;
    opacity: 0.5;
    transition: 0.3s;
}


/*
==============================
why multistake CSS START HERE 
==============================
*/
.whyMultistake_area {
    background-color: #fff;
    padding: 150px 0;
    overflow: hidden;
}
.whyMultistake_header > h2 {
    color: #00920F;
    font-size: 32px;
    font-weight: 700;
    padding: 5px 30px;
    border-radius: 100px;
    background: rgba(3, 255, 28, 0.25);
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 25px;
}
.whyMultistake_header > p {
    color: #000;
    text-align: center;
    font-size: 29px;
    font-weight: 500;
    margin-bottom: 45px;
}
.whyMultistake_card > h3 {
    color: #424242;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 5px;
}
.whyMultistake_card > p {
    color: #404040;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}
.whyMultistake_card .thumb {
    width: 100%;
    min-height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.whyMultistake_card {
    width: 100%;
    height: 100%;
    padding: 25px;
    border-radius: 30px;
    border: 3px solid #EBEBEB;
    background: #FCFCFC;
    display: flex;
    flex-direction: column;
    transition: 0.3s;
    position: relative;
}
.whyMultistake_card:hover {
    background: linear-gradient(115deg, #FCFCFC 2.46%, #969696 97.54%);
}

.didYouKnow > h4 {
    color: #FFF;
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 5px;
}
.didYouKnow > p {
    color: #9C9C9C;
    font-size: 29px;
    font-weight: 400;
}
.didYouKnow > p a {
    color: #42E4B4;
}
.didYouKnow > p a:hover {
    color: #39c49a;
}
.didYouKnow {
    padding: 30px 50px;
    border-radius: 20px;
    background: #1C1C1C;
}

/*
==========================
howitworks CSS START HERE 
===========================
*/
.howitworks_area {
    background-color: #fff;
    overflow: hidden;
}
.howitworks_header > h3 {
    color: #7F00E2;
    font-size: 30px;
    font-weight: 700;
    padding: 7px 40px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    background: rgba(144, 3, 255, 0.25);
    width: fit-content;
    margin-bottom: 22px;
}
.howitworks_content > h2 {
    font-family: "Protest Strike", sans-serif;
    color: #000;
    text-align: left;
    font-size: 96px;
    font-weight: 400;
    line-height: 97%;
    margin-bottom: 20px;
}
.howitworks_content > h2 .num {
    font-size: 96px;
    font-weight: 400;
    line-height: 97%;
    background: linear-gradient(180deg, #41A084 0%, #183A30 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.howitworks_content > span {
    color: #424242;
    text-align: left;
    font-size: 29px;
    font-weight: 500;
    display: block;
}
.howitworks_header ~ .row {
    margin-bottom: 60px;
}


/*
================================
securityTrust CSS START HERE 
================================
*/
.securityTrust_area {
    padding-top: 180px;
    overflow: hidden;
}
.securityTrust_header > h3 {
    color: #0075FF;
    font-size: 30px;
    font-weight: 700;
    padding: 7px 40px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    background: rgba(0, 117, 255, 0.25);
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 22px;
}
.securityTrust_header > p {
    color: #000;
    text-align: center;
    font-size: 29px;
    font-weight: 500;
    margin-bottom: 35px;
}
.securityTrust_bg.one {
    background: linear-gradient(90deg, #B6C6FF 0%, rgba(182, 198, 255, 0.00) 100%);
    padding: 15px 0;
}
.securityTrust_bg.two {
    background: linear-gradient(-90deg, #B6C6FF 0%, rgba(182, 198, 255, 0.00) 100%);
    padding: 15px 0;
}
.securityTrust_txt > h3 {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.securityTrust_txt > p {
    color: #000;
    font-size: 29px;
    font-weight: 500;
    margin-left: 65px;
}
.securityTrust_content > .row {
    min-height: 200px;
}
.securityTrust_thumb > img {
    animation: blinks 2s linear infinite;
}
@keyframes blinks {

    0% {
        transform: scale(0.9);
    }
    50% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(0.9);
    }

}


/*
===========================
fundSafe CSS START HERE 
===========================
*/
.fundSafe_area {
    padding-top: 130px;
    padding-bottom: 50px;
    overflow: hidden;
}
.fundSafe_content > h2 {
    color: #000;
    text-align: center;
    font-size: 64px;
    font-weight: 600;
}
.fundSafe_content > h2 span {
    color: #3FA687;
}
.fundSafe_content > p {
    color: #000;
    text-align: center;
    font-size: 40px;
    font-weight: 400;
}
.fundSafe_content {
    padding: 105px 15px;
    border-radius: 30px;
    border: 3px solid #EBEBEB;
    background: #FCFCFC;
    position: relative;
}
.fundSafe_content::before {
    content: "";
    display: block;
    width: 132px;
    height: 108px;
    background: url(images/thumb/thumb18.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -35px;
    left: -35px;
    animation: fundSafe 2s linear infinite;
}
.fundSafe_content::after {
    content: "";
    display: block;
    width: 132px;
    height: 108px;
    background: url(images/thumb/thumb18.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -35px;
    right: -35px;
    animation: fundSafe 2s linear infinite;
}
@keyframes fundSafe {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.4;
    }
    100% {
        opacity: 1;
    }
}


/*
==================================
plans and rewards CSS START HERE 
==================================
*/
.planReward_area {
    margin-top: 200px;
    background-color: #0F0F0F;
    color: #fff;
    padding: 100px 0;
    overflow: hidden;
}
.planReward_title h2 {
    font-family: "Protest Strike", sans-serif;
    color: #FFF;
    text-align: center;
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 60px;
}
.planReward_title h2 span {
    color: #3FA687;
}
.planReward_card {
    border-radius: 55px;
    border: 1px solid #505050;
    background: #161616;
    padding: 40px 25px;
    padding-bottom: 20px;
    height: 100%;
    transition: 0.3s;
}
.planRewardCard_header > h6 {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
}
.planRewardCard_header {
    padding-bottom: 10px;
    border-bottom: 1px solid #2E2E2E;
}
.planRewardCard_body > h3 {
    color: #FFF847;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
}
.planReward_card.growthPlan .planRewardCard_body > h3 {
    color: #0038FF;
}
.planReward_card.growthPlan .planRewardCard_body > h3 span {
    color: #0038FF;
    background: rgba(0, 56, 255, 0.22);
}
.planReward_card.elitePlan .planRewardCard_body > h3 {
    color: #AD00FF;
}
.planReward_card.elitePlan .planRewardCard_body > h3 span {
    color: #AD00FF;
    background: rgba(173, 0, 255, 0.22);
}
.planRewardCard_body > h3 span {
    color: #FFF847;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding: 5px 20px;
    border-radius: 100px;
    background: rgba(255, 248, 71, 0.22);
    margin-top: 5px;
}
.planRewardCard_body {
    padding-top: 40px;
    padding-bottom: 45px;
    border-bottom: 1px solid #2E2E2E;
}
.planRewardCard_footer > p {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    margin-top: 10px;
}
.planRewardCard_footer > p span {
    color: #B6B6B6;
    font-size: 16px;
    font-weight: 400;
}

.planReward_card:hover {
    background: var(--card-bg);  
}
  
  /* Individual card color variables */
.card1 { 
    --card-bg: linear-gradient(230deg, #161616 0.38%, #343207 99.62%);
}
.card2 {
    --card-bg: linear-gradient(131deg, #161616 0.91%, #0B2945 99.09%);
}
.card3 {
    --card-bg: linear-gradient(229deg, #161616 1.18%, #2C114F 98.82%);
}

.planReward_footer > h3 {
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 60px;
}
.planReward_footer > p {
    color: #7D7D7D;
    text-align: center;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 15px;
}
.planReward_footer > a {
    color: #0F0F0F;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 460px;
    min-height: 90px;
    border-radius: 100px;
    background: linear-gradient(90deg, #40C18B 0%, rgba(30, 91, 66, 0.30) 100%);
    transition: 0.3s;
    margin: 0 auto;
}
.planReward_footer > a:hover {
    background: linear-gradient(90deg, #40C18B 0%, rgba(30, 91, 66, 0.30) 100%);
    box-shadow: 0px 12px 20px 0px #5FEDC2 inset, 0px 0px 34px 0px rgba(89, 255, 205, 0.45);
    color: #fff;
}


/*
===========================
mission-vision CSS START
============================
*/
.missionVision_area {
    background: #0F0F0F;
    color: #fff;
    padding: 140px 0;
    overflow: hidden;
    position: relative;
}
.missionVision_area .overlayTop {
    content: "";
    display: block;
    width: 600px;
    height: 600px;
    position: absolute;
    top: -400px;
    right: -100px;
    background: #FF891D;
    filter: blur(200px);
    opacity: 0.2;
    animation: blink5 4s linear infinite;
}
.missionVision_area .overlayBottom {
    content: "";
    display: block;
    width: 600px;
    height: 600px;
    position: absolute;
    bottom: -200px;
    left: -100px;
    background: #125CCB;
    filter: blur(200px);
    opacity: 0.1;
    animation: blink5 4s linear infinite;
}
.missionVision_left > h2 {
    font-family: "Protest Strike", sans-serif;
    color: #FFF;
    text-align: center;
    font-size: 48px;
    font-weight: 400;
}
.missionVision_left > h2 {
    color: #FFF;
    font-family: "Protest Strike", sans-serif;
    font-size: 48px;
    font-weight: 400;
    width: fit-content;
    border-radius: 30px;
    border: 1.5px solid rgba(255, 219, 29, 0.30);
    width: 340px;
    min-height: 85px;
    border-radius: 30px;
    border: 1.5px solid rgba(255, 219, 29, 0.30);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.missionVision_left > h4 {
    color: #FFF;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 30px;
}
.missionVision_left > ul li {
    color: #C5C3BA;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
    padding-left: 45px;
    position: relative;
}
.missionVision_left > ul li::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 8px;
    left: 5px;
    background: url(images/icon/icon8.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.missionVision_left > p {
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
}
.missionVision_left.two > h2 {
    border: 1.5px solid rgba(119, 204, 0, 0.30);
}
.missionVision_left.two {
    margin-top: 600px;
}
.missionVision_left.one > h2 img {
    position: absolute;
    top: 50%;
    left: 100%;
    width: 1030px;
    max-width: none;
    z-index: 2;
}
.missionVision_left.two > h2 img {
    position: absolute;
    top: 50%;
    right: 100%;
    width: 770px;
    max-width: none;
    z-index: 2;
}
.missionVision_left {
    position: relative;
    z-index: 10;
}
.missionVision_left.one::after {
    content: "";
    display: block;
    width: 600px;
    height: 600px;
    position: absolute;
    top: 200px;
    left: -200px;
    background: #FFDB1D;
    filter: blur(200px);
    opacity: 0.2;
    animation: blink5 3s linear infinite;
    z-index: -1;
}
@keyframes blink5 {
    0% {
        transform: scale(0.8);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.8);
    }
}

.missionVision_left.two::after {
    content: "";
    display: block;
    width: 600px;
    height: 600px;
    position: absolute;
    top: 200px;
    right: -200px;
    background: #A9FF1D;
    filter: blur(200px);
    opacity: 0.2;
    animation: blink5 3s linear infinite;
    z-index: -1;
}


/*
=======================
user_review CSS START
=======================
*/
.userReview_area {
    padding: 75px 0;
    background-color: #0F0F0F;
    color: #fff;
}
.userReview_title > h2 {
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 40px;
}
.userReview_card {
    padding: 55px;
    border-radius: 55px;
    border: 1px solid #505050;
    background: #161616;
}
.userReview_card > h4 {
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 12px;
}
.userReview_card > h4 img {
    width: 135px;
    display: block;
}
.userReview_card > p {
    color: #737373;
    font-size: 24px;
    font-weight: 400;
}
.userReview_slider > .userReview_card_wrapper {
    margin: 0 10px;
}
.userReview_card_wrapper .userReview_card:nth-child(1) {
    margin-bottom: 10px;
}
.userReview_slider {
    position: relative;
}
.userReview_slider::after {
    content: "";
    display: block;
    width: 100px;
    height: 100%;
    background: linear-gradient(-90deg, #0F0F0F 0%, rgba(15, 15, 15, 0.00) 100%);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
}
.userReview_slider::before {
    content: "";
    display: block;
    width: 100px;
    height: 100%;
    background: linear-gradient(90deg, #0F0F0F 0%, rgba(15, 15, 15, 0.00) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}



/*
=================
FAQ CSS START
=================
*/
.faq_area {
    background-color: #0F0F0F;
    padding-top: 75px;
    padding-bottom: 220px;
    overflow: hidden;
}
.faq_title > h2 {
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 50px;
}
.faq_area .accordion-item {
    margin-bottom: 20px;
    border: 0;
    border-radius: 20px;
    border: 1px solid #4B4B4B;
    background: linear-gradient(90deg, #171717 0%, #0D0D0D 100%);
}
.faq_area .accordion-button {
    color: #FFF;
    font-size: 32px;
    font-weight: 600;
    border-radius: 20px !important;
    background: linear-gradient(90deg, #171717 0%, #0D0D0D 100%);
    display: flex;
    align-items: center;
    gap: 10px;
}
.faq_area .accordion-body {
    color: #737373;
    font-size: 24px;
    font-weight: 400;
}
.faq_area .accordion-button:focus {
    box-shadow: none;
}
.accordion-header {
    border-radius: 20px !important;
}
.accordion-button::after,
.accordion-button:not(.collapsed)::after {
	background-image: url(images/icon/icon12.svg);
}


/*
=================
footer CSS START
=================
*/
.footer_area {
    padding-top: 29px;
    background: linear-gradient(0deg, #000 0%, #121414 100%);
}
.footerTOp_list ul li {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 12px;
}
.footerTOp_list ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}
.footerTOp_list {
    padding-bottom: 12px;
    border-bottom: 1px solid #242424;
}
.footer_left h2 {
    font-family: "Protest Strike", sans-serif;
    color: #FFF;
    font-size: 64px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 60px;
}
.footer_left p {
    color: #FFF;
    font-size: 29px;
    font-weight: 400;
}
.footer_brand > ul li a img {
    width: 265px;
    border-radius: 10px;
    border: 1px solid #0053A7;
    transition: 0.3s;
    background-color: #111418;
}
.footer_brand > ul li a:hover img {
    background-color: #0053A7;
}
.footer_brand > ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 75px;
}
.footerBody_row {
    min-height: 1020px;
}
.footerBody_area .handMobile_overlay {
    position: absolute;
    bottom: 0;
    left: 25%;
    width: 640px;
    z-index: 2;
}
.footerBody_area::before {
    content: "";
    display: block;
    width: 100%;
    height: 200px;
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
}
.footer_left,
.footer_brand {
    position: relative;
    z-index: 22;
}
.footerBody_area {
    overflow: hidden;
}

.footerBody_area::after {
    content: "";
    display: block;
    width: 100%;
    height: 700px;
    border-radius: 50%;
    background: #fff;
    filter: blur(200px);
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    opacity: 0.1;
}
.terms_service h2 {
    color: #FFF;
    text-align: center;
    font-family: "Protest Strike", sans-serif;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 8px;
}
.terms_service p {
    color: #888;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 8px;
}
.terms_service a {
    color: #40C19B;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    display: block;
}
.terms_service {
    border-top: 1px solid #555;
    padding-top: 15px;
    padding-bottom: 45px;
    margin-top: 40px;
}