  html,
        body {
            margin: 0;
            padding: 0;
            scroll-behavior: smooth;
            box-sizing: border-box;
            ;
            background: #1A1A2E;
            ;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            height: 100vh
        }

        .container {
            max-width: 1200px;
            width: 100%;
            margin: 0 auto
        }

        p,
        span,
        a,
        ul,
        li,
        label,
        tr,
        td,
        div,
        textarea,
        h3,
        input,
        button {
            font-family: "Prompt", sans-serif;
            margin: 0;
            font-weight: 400;
            color: #000
        }

        h1,
        h2 {
            font-family: "Prompt", sans-serif;
            margin: 0;
            font-weight: 400;
            color: #000
        }

        .visually-hidden {
            position: absolute;
            width: 1px;
            height: 1px;
            margin: -1px;
            padding: 0;
            overflow: hidden;
            border: 0;
            clip: rect(0 0 0 0);
        }

        header {
            background: rgba(0, 0, 0, 0.30);
            padding: 12px 0;
            position: relative;
            z-index: 1000;
        }

        .header-block {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .logo {
            display: flex;
            gap: 10px;
            align-items: center
        }




        .setforlife__popup_container {
            background-color: rgba(0, 0, 0, 0.9);
            position: fixed;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            display: none;
            z-index: 999
        }

        .setforlife__popup_container .setforlife__popup {
            max-width: 420px;
            box-sizing: border-box;
            padding: 30px;
            text-align: center;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
            border: 1px solid #FFF;
            background: linear-gradient(180deg, #000103 0%, #001A4F 100%);
        }

        .setforlife__popup_container_cookie .setforlife__popup {
            box-sizing: border-box;
            position: fixed;
            max-width: 100%;
            padding: 20px 135px;
            width: 100%;
            right: 0;
            bottom: 0;
            background: #1C1C1E;
            z-index: 999;
            display: flex;
            gap: 60px;
            justify-content: space-between;
            align-items: end
        }

        .setforlife__popup_title {
            color: #FFF;
            font-size: 32px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
            text-transform: uppercase;
        }

        .setforlife__popup_text {
            color: #FFF;
            text-align: center;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }

        .setforlife__popup_btns {
            display: flex;
            gap: 15px;
            margin-top: 20px
        }

        .setforlife__btn {
            text-decoration: none;
            color: #FFF;
            text-align: center;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            border-radius: 20px;
            background: linear-gradient(90deg, #0029B1 0%, #7956E1 100%), linear-gradient(90deg, #B100A0 0%, #7956E1 100%);
            ;
            display: flex;
            padding: 10px 36px;
            justify-content: center;
            align-items: center;
            gap: 10px;
            align-self: stretch;
            text-transform: uppercase
        }

        .setforlife__btn_info {
            text-decoration: none;
            width: 120px;
            color: #fff;
            text-align: center;
            font-size: 14px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            border-radius: 20px;
            border: 1px solid #fff;
            display: flex;
            padding: 10px 36px;
            justify-content: center;
            align-items: center;
            gap: 10px;
            align-self: stretch;
        }

        .setforlife__popup_container .setforlife__popup .setforlife__btn {
            width: fit-content;
            margin: auto
        }

        .setforlife__popup_title2 {
            color: #FFF;
            font-size: 16px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            text-transform: uppercase;
        }

        .setforlife__popup_text2 {
            color: #FFF;
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }

        .mobile_btn {
            display: none
        }

        .policy_block {
            display: flex;
            flex-direction: column;
            gap: 25px;
            margin-top: 40px;
            padding-bottom: 40px !important;
        }

        .policy_block div {
            display: flex;
            flex-direction: column;
            gap: 10px
        }

        .policy_block h1,
        .policy_block h2 {
            color: #fff;
            font-size: 28px;
            font-style: normal;
            font-weight: 900;
            line-height: normal;
        }

        .policy_block p,
        .policy_block ul li,
        .policy_block a {
            color: #fff;
            font-size: 15px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }

        .policy_block ul {
            padding-left: 0;
            display: flex;
            flex-direction: column;
            gap: 8px;
            list-style-type: none
        }

        .policy_block span {
            color: #fff;
            font-size: 17px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
        }

        .policy_list {
            list-style-type: disc !important;
            padding-left: 20px !important;
        }

        .setforlife_banner {
            overflow: hidden;
            background: #1a1a2e;
        }

        .container-banner,
        .section {
            position: relative;
            z-index: 9
        }

        .geometric-background {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
            z-index: 1;
        }

        .shape {
            position: absolute;
            opacity: 0.2;
            transform-origin: center;
        }

        .square {
            width: 40px;
            height: 40px;
            background: #f72585;
            animation: rotate 20s infinite linear;
        }

        .circle {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: #4cc9f0;
            animation: pulse 15s infinite alternate;
        }

        .triangle {
            width: 0;
            height: 0;
            border-left: 25px solid transparent;
            border-right: 25px solid transparent;
            border-bottom: 50px solid #7209b7;
            animation: float 12s infinite ease-in-out;
        }

        .rectangle {
            width: 80px;
            height: 30px;
            background: #4361ee;
            animation: slide 18s infinite linear;
        }

        @keyframes rotate {
            0% {
                transform: rotate(0deg);
            }

            100% {
                transform: rotate(360deg);
            }
        }

        @keyframes pulse {
            0% {
                transform: scale(1);
                opacity: 0.1;
            }

            50% {
                transform: scale(1.5);
                opacity: 0.3;
            }

            100% {
                transform: scale(1);
                opacity: 0.1;
            }
        }

        @keyframes float {
            0% {
                transform: translateY(0px) translateX(0px) rotate(0deg);
            }

            50% {
                transform: translateY(-20px) translateX(20px) rotate(180deg);
            }

            100% {
                transform: translateY(0px) translateX(0px) rotate(360deg);
            }
        }

        @keyframes slide {
            0% {
                transform: translateX(-100px) rotate(0deg);
            }

            50% {
                transform: translateX(100px) rotate(180deg);
            }

            100% {
                transform: translateX(-100px) rotate(360deg);
            }
        }

        .particles {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 0;
            overflow: hidden
        }

        .particle {
            position: absolute;
            width: 2px;
            height: 2px;
            background-color: white;
            opacity: 0.5;
            animation: sparkle 8s infinite linear;
        }

        @keyframes sparkle {
            0% {
                opacity: 0;
            }

            50% {
                opacity: 0.8;
            }

            100% {
                opacity: 0;
            }
        }

        .gradient-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: radial-gradient(circle at center, transparent 0%, #1a1a2e57 80%);
            z-index: 5;
            animation: pulse-overlay 10s infinite alternate;
        }

        @keyframes pulse-overlay {
            0% {
                opacity: 0.8;
            }

            100% {
                opacity: 1;
            }
        }

        .setforlife_banner_block {
            display: flex;
            gap: 20px;
            justify-content: space-between;
            align-items: center
        }

        .setforlife_description {
            display: flex;
            flex-direction: column;
            gap: 20px
        }

        .setforlife_heading {
            color: #FFF;
            font-size: 50px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            text-transform: uppercase;
        }

        .setforlife_text {
            color: #FFF;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }

        .setforlife_banner_block button {
            border-radius: 20px;
            background: linear-gradient(90deg, #0029B1 0%, #7956E1 100%);
            display: flex;
            padding: 15px 36px;
            justify-content: center;
            align-items: center;
            gap: 10px;
            color: #FFF;
            font-size: 16px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            text-transform: uppercase;
            width: fit-content;
            border: unset;
            cursor: pointer
        }

        .section {
            margin-top: 80px
        }

        .setforlife_block {
            display: flex;
            gap: 50px;
            justify-content: space-between;
            align-items: center
        }

        .setforlife_block_desc {
            display: flex;
            flex-direction: column;
            gap: 20px
        }

        .setforlife_subHeading {
            color: #FFF;
            font-size: 32px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            text-transform: uppercase;
        }

        .setforlife_block_desc h3 {
            color: #FFF;
            font-size: 24px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            text-transform: uppercase;
        }

        .setforlife_block_desc ul {
            padding-left: 0;
            display: flex;
            flex-direction: column;
            gap: 10px
        }

        .setforlife_block_desc ul li {
            display: flex;
            align-items: center;
            gap: 10px;
            color: #FFF;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }

        footer {
            padding: 50px 0;
            background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
        }

        .footer-block {
            display: flex;
            flex-direction: column;
            gap: 46px
        }

        .footer-block-description {
            display: flex;
            gap: 12px
        }

        .item {
            width: 100%;
            display: flex;
            flex-direction: column;
            gap: 20px
        }

        .item>div {
            display: flex;
            flex-direction: column;
            gap: 20px
        }

        .item span {
            color: #FFF;
            font-size: 20px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
        }

        .item p {
            color: #FFF;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }

        .use_block {
            display: flex;
            align-items: center;
            gap: 10px;
            color: #FFF;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            text-decoration: none
        }

        .footer_wrap {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 40px;
            flex-wrap: wrap
        }

        .footer_wrap a {
            color: #FFF;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            text-decoration: none;
        }

        .mob {
            display: none
        }


        @media(max-width: 1200px) {
            .container {
                padding: 0 16px;
                box-sizing: border-box;
                max-width: none
            }

            .setforlife_banner_block>img,
            .setforlife_block>img {
                width: 50%;
                height: auto
            }

            .setforlife_heading {
                font-size: 40px;
            }

            .setforlife_block {
                gap: 0
            }

            .section {
                margin-top: 20px;
            }

            .setforlife__popup_container_cookie .setforlife__popup {
                padding: 20px
            }


        }

        @media(max-width: 992px) {
            .setforlife_banner_block {
                flex-direction: column
            }

            .setforlife_banner_block {
                align-items: center
            }

            .setforlife_description {
                align-items: center;
                justify-content: center
            }

            .setforlife_block {
                flex-direction: column-reverse
            }

            .footer-block-description {
                flex-direction: column
            }

            .setforlife_heading,
            .setforlife_banner_block .setforlife_text {
                text-align: center
            }

            .mob {
                display: block
            }

            .desc {
                display: none
            }

            .setforlife__popup_container_cookie .setforlife__popup {
                flex-direction: column;
                align-items: baseline;
                gap: 4px;
            }

        }

        @media(max-width: 768px) {

            .setforlife_banner_block>img,
            .setforlife_block>img {
                width: 60%;
                height: auto;
            }

            .setforlife_banner_block {
                gap: 0
            }
        }

        @media(max-width: 576px) {

            .setforlife_banner_block>img,
            .setforlife_block>img {
                width: 100%;
                height: auto;
            }

            .setforlife_description img {
                width: 62px;
                height: auto
            }

            .setforlife_heading {
                font-size: 30px;
            }

            .setforlife_subHeading {
                font-size: 26px;
            }

            .setforlife_block_desc h3 {
                font-size: 18px;
            }

            .use_block {
                word-break: break-word
            }

            .setforlife__popup_btns {
                flex-direction: column;
                width: 100%
            }

            .setforlife__btn,
            .setforlife__btn_info {
                width: -webkit-fill-available
            }

        }