﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
}svg {
    height: 30px;
    width: 30px;
}.degree_pathGbJ2s {
    flex: 0 0 auto;
}.head_pagef8rEA {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}.wrapper-sectionrjAe2 {
    height: 100%;
    display: flex;
    min-height: 100%;
    flex-direction: column;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1152px;
}a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.homepage0RBGp {
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(238,239,234) 0%, rgba(245, 250, 255, 0.9) 100%);
    z-index: 1;
}.homepage0RBGp::before {
    height: 100%;
    z-index: -1;
    background: linear-gradient(45deg, rgb(209,212,198,0.5) 0%, transparent 40%);
    left: 0;
    transform: translateZ(0);
    width: 100%;
    position: absolute;
    top: 0;
    content: "";
}.homepage0RBGp::after {
    content: "";
    width: 35vw;
    right: -5vw;
    bottom: -5vw;
    transform: translateZ(0);
    animation: breathe 8s infinite ease-in-out;
    z-index: -1;
    position: absolute;
    opacity: 0.3;
    background: rgb(172,179,161,0.5);
    filter: blur(50px);
    height: 35vw;
}.homepage0RBGp .founders_teamXlgey {
    grid-template-columns: 1fr;
    max-width: 1200px;
    gap: 2rem;
    position: relative;
    padding: 3rem 0;
    z-index: 2;
    margin: 0 auto;
    width: 90%;
    display: grid;
    perspective: 1000px;
}.homepage0RBGp h1 {
    animation: fadeSlideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    line-height: 1.2;
    transform-style: preserve-3d;
    margin-bottom: 1.5rem;
    color: #000000;
    font-size: clamp(2rem, 5vw, 47px);
    font-weight: 700;
    position: relative;
}.homepage0RBGp h1::after {
    content: "";
    position: absolute;
    bottom: -10px;
    background: rgb(209,212,198);
    width: 80px;
    left: 0;
    height: 4px;
    animation: expandLine 1.2s 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    transform-origin: left;
    transform: scaleX(0);
}.homepage0RBGp .textual_boxOzR6a {
    display: flex;
    z-index: 3;
    transform-style: preserve-3d;
    gap: 1.5rem;
    position: relative;
    flex-direction: column;
}.homepage0RBGp .learning_pageRj3vA {
    gap: 1.5rem;
    opacity: 0;
    display: flex;
    animation: fadeSlideUp 0.8s 0.3s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    padding: 2rem;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.85);
    flex-direction: column;
    border-left: 4px solid rgb(209,212,198);
    border-radius: 10px;
    transform: translateY(20px) rotateX(5deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.05);
}.homepage0RBGp .learning_pageRj3vA p {
    margin-bottom: 1.5rem;
    line-height: 1.6;
    font-size: 16px;
    max-width: 90%;
    color: #000000;
}.homepage0RBGp svg {
    filter: drop-shadow(0px 5px 10px rgba(94, 170, 168, 0.2));
    align-self: center;
    transform: scale(0.8) rotate(-5deg);
    height: 100px;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    width: 100px;
    animation: floatIcon 6s infinite ease-in-out;
}.homepage0RBGp svg:hover {
    transform: scale(0.9) rotate(0deg);
}.homepage0RBGp svg path {
    transition: fill 0.3s ease;
    fill: rgb(209,212,198);
}.homepage0RBGp svg text {
    fill: rgb(209,212,198);
    font-family: Arial, sans-serif;
    animation: pulseText 3s infinite alternate ease-in-out;
    font-weight: 700;
}.homepage0RBGp .help_inquiry6gGXj {
    z-index: 2;
    margin-top: 1rem;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    border: none;
    overflow: hidden;
    border-radius: 10px;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    background: linear-gradient(135deg, rgb(209,212,198) 0%, rgb(172,179,161) 100%);
    padding: 0.9rem 2rem;
    transform: translateY(0);
    text-decoration: none;
    font-size: 17px;
    box-shadow: 0 10px 20px rgba(94, 170, 168, 0.25);
    position: relative;
}.homepage0RBGp .help_inquiry6gGXj::before {
    position: absolute;
    z-index: -1;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
    height: 100%;
    top: 0;
    transition: left 0.7s ease;
    left: -100%;
}.homepage0RBGp .help_inquiry6gGXj:hover {
    box-shadow: 0 15px 25px rgba(94, 170, 168, 0.3);
    transform: translateY(-5px);
}.homepage0RBGp .help_inquiry6gGXj:hover::before {
    left: 100%;
}.homepage0RBGp .shotIfR86 {
    overflow: hidden;
    transform: translateY(30px) rotateX(5deg);
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    width: 100%;
    animation: fadeSlideUp 0.8s 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    border-radius: 10px;
    height: 300px;
    opacity: 0;
}.homepage0RBGp .shotIfR86::before {
    content: "";
    width: 100%;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.4));
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
}.homepage0RBGp .shotIfR86::after {
    height: 100%;
    background: rgb(209,212,198);
    left: 0;
    mix-blend-mode: color;
    width: 100%;
    content: "";
    top: 0;
    z-index: 1;
    opacity: 0.2;
    position: absolute;
}

@keyframes fadeSlideUp {
    from {
        transform: translateY(30px) rotateX(5deg);
        opacity: 0;
    }
    to {
        transform: translateY(0) rotateX(0);
        opacity: 1;
    }
}

@keyframes expandLine {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

@keyframes floatIcon {
    0%, 100% {
        transform: scale(0.8) translateY(0) rotate(-5deg);
    }
    50% {
        transform: scale(0.8) translateY(-10px) rotate(-2deg);
    }
}

@keyframes breathe {
    0%, 100% {
        opacity: 0.3;
        transform: translateZ(0) scale(1);
    }
    50% {
        opacity: 0.5;
        transform: translateZ(0) scale(1.2);
    }
}

@keyframes pulseText {
    0% {
        fill: rgb(209,212,198);
    }
    100% {
        fill: rgb(172,179,161);
    }
}

@media (min-width: 768px) {.homepage0RBGp .founders_teamXlgey {
    gap: 3rem;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.homepage0RBGp h1 {
    max-width: 80%;
    grid-column: 1 / -1;
}.homepage0RBGp .textual_boxOzR6a {
    order: 1;
}.homepage0RBGp .shotIfR86 {
    order: 2;
    transform: translateY(30px) rotateX(3deg) rotateY(-3deg);
    transform-origin: center right;
    height: 450px;
    animation: fadeSlidePhoto 1s 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
    
    @keyframes fadeSlidePhoto {
        from {
            transform: translateY(30px) rotateX(3deg) rotateY(-3deg);
            opacity: 0;
        }
        to {
            transform: translateY(0) rotateX(0) rotateY(0);
            opacity: 1;
        }
    }
}

@media (min-width: 992px) {.homepage0RBGp .founders_teamXlgey {
    padding: 5rem 0;
}.homepage0RBGp h1 {
    max-width: 70%;
    font-size: 47px;
}.homepage0RBGp .learning_pageRj3vA {
    transform: perspective(1000px) rotateY(3deg);
    padding: 2.5rem;
    animation: fadeSlideInfo 1s 0.3s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}.homepage0RBGp .shotIfR86 {
    height: 500px;
    transform: perspective(1000px) rotateY(-3deg);
    animation: fadeSlidePhoto3D 1s 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}.homepage0RBGp svg {
    height: 120px;
    width: 120px;
}
    
    @keyframes fadeSlideInfo {
        from {
            transform: perspective(1000px) rotateY(3deg) translateY(30px);
            opacity: 0;
        }
        to {
            transform: perspective(1000px) rotateY(0) translateY(0);
            opacity: 1;
        }
    }
    
    @keyframes fadeSlidePhoto3D {
        from {
            transform: perspective(1000px) rotateY(-3deg) translateY(30px);
            opacity: 0;
        }
        to {
            transform: perspective(1000px) rotateY(0) translateY(0);
            opacity: 1;
        }
    }
}

@media (min-width: 1200px) {.homepage0RBGp::before {
    background: linear-gradient(45deg, rgb(209,212,198,0.5) 0%, transparent 60%);
}.homepage0RBGp .learning_pageRj3vA {
    padding: 3rem;
}.homepage0RBGp h1 {
    max-width: 60%;
}.homepage0RBGp .shotIfR86 {
    height: 550px;
}
}

@media (max-width: 767px) {.homepage0RBGp {
    padding: 4rem 0 2rem;
}.homepage0RBGp h1 {
    text-align: center;
}.homepage0RBGp h1::after {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}@keyframes expandLine {
        from {
            transform: translateX(-50%) scaleX(0);
        }
        to {
            transform: translateX(-50%) scaleX(1);
        }
    }
    
    .homepage0RBGp .learning_pageRj3vA {
    text-align: center;
    align-items: center;
}.homepage0RBGp .learning_pageRj3vA p {
    max-width: 100%;
}}header {
    position: fixed;
    z-index: 1000;
    border-bottom: 2px solid rgb(238,239,234);
    left: 0;
    top: 0;
    transition: all 0.3s ease;
    background-color: #ffffff;
    width: 100%;
}header:before {
    left: 0;
    height: 4px;
    background-size: 200% 100%;
    content: '';
    background: linear-gradient(90deg, rgb(209,212,198), rgb(172,179,161), rgb(209,212,198));
    width: 100%;
    animation: gradientMove 6s infinite linear;
    top: 0;
    position: absolute;
}header .main_pagewrapGS7Lj {
    width: 100%;
    padding: 0;
}header .container {
    padding: 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}header .head_mentorHeVM6 {
    align-items: center;
    display: flex;
    position: relative;
    justify-content: space-between;
}header .header_knowu7kI5 {
    gap: 35px;
    align-items: center;
    display: flex;
}header .head_classkNs0Y {
    font-family: Arial, sans-serif;
    text-decoration: none;
    font-weight: 600;
    padding: 5px 0;
    transition: all 0.3s ease;
    font-size: 18px;
    position: relative;
    color: #000000;
}header .head_classkNs0Y:before {
    top: 50%;
    width: 6px;
    transition: transform 0.3s ease;
    border-radius: 10px;
    transform: translateY(-50%) scale(0);
    height: 6px;
    position: absolute;
    left: -15px;
    background-color: rgb(209,212,198);
    content: '';
}header .head_classkNs0Y:after {
    background-color: rgb(209,212,198);
    transform: scaleX(0);
    transform-origin: center;
    width: 100%;
    position: absolute;
    content: '';
    height: 2px;
    bottom: 0;
    transition: transform 0.3s ease;
    left: 0;
}header .head_classkNs0Y:hover {
    color: rgb(209,212,198);
}header .head_classkNs0Y:hover:before {
    transform: translateY(-50%) scale(1);
}header .head_classkNs0Y:hover:after {
    transform: scaleX(1);
}header .header_tutorJ9Ljb {
    align-items: center;
    display: flex;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 5px 10px;
}header .header_tutorJ9Ljb:before {
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    opacity: 0;
    border: 2px solid transparent;
    top: 0;
    position: absolute;
    -webkit-mask-composite: xor;
    left: 0;
    background: linear-gradient(to right, rgb(209,212,198), rgb(172,179,161)) border-box;
    border-radius: 10px;
    content: '';
    transition: opacity 0.3s ease;
    height: 100%;
    width: 100%;
}header .header_tutorJ9Ljb:hover:before {
    opacity: 1;
}header .header_tutorJ9Ljb svg {
    transition: transform 0.3s ease;
    height: 42px;
    width: auto;
}header .header_tutorJ9Ljb:hover svg {
    transform: scale(1.05);
}

@keyframes gradientMove {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 0%;
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px;
}header .header_knowu7kI5 {
    gap: 20px;
}header .head_classkNs0Y:before {
    left: -10px;
}header .header_tutorJ9Ljb svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .header_knowu7kI5 {
    padding: 0;
    background-color: #ffffff;
    transition: max-height 0.4s ease;
    left: 0;
    top: 100%;
    border-bottom: 3px solid rgb(209,212,198);
    width: 100%;
    flex-direction: column;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    max-height: 0;
    z-index: 1001;
    position: absolute;
    gap: 0;
    overflow: hidden;
}header .menu.active {
    max-height: 400px;
}header .head_classkNs0Y {
    border-bottom: 1px solid rgb(238,239,234);
    padding: 12px 20px;
    width: 100%;
}header .head_classkNs0Y:last-child {
    border-bottom: none;
}header .head_classkNs0Y:before {
    left: 5px;
}header .head_mentorHeVM6 {
    padding: 5px 0;
}header .header_tutorJ9Ljb {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 10px;
}header .header_tutorJ9Ljb svg {
    height: 32px;
}}.contact_box53uoE {
    padding: 90px 0;
    position: relative;
    background: linear-gradient(120deg, rgb(238,239,234) 0%, #1a1e2e 100%);
    overflow: hidden;
}.contact_box53uoE::before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    z-index: 0;
    left: 0;
    top: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(0, 0, 0, 0.4) 0%, transparent 40%),
        linear-gradient(0deg, transparent 80%, rgba(rgb(209,212,198), 0.05) 100%);
}.contact_box53uoE::after {
    background: 
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 20px);
    content: "";
    width: 100%;
    height: 100px;
    z-index: 1;
    left: 0;
    position: absolute;
    bottom: 0;
}.contact_box53uoE .container {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.contact_box53uoE h2 {
    font-weight: 700;
    margin-bottom: 70px;
    letter-spacing: 2px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    font-size: 28px;
    position: relative;
}.contact_box53uoE h2::before {
    background: rgb(209,212,198);
    width: 30px;
    left: calc(50% - 50px);
    bottom: -20px;
    position: absolute;
    content: "";
    height: 2px;
}.contact_box53uoE h2::after {
    content: "";
    width: 70px;
    background: rgb(209,212,198);
    left: calc(50% - 10px);
    bottom: -20px;
    position: absolute;
    height: 2px;
}.contact_box53uoE .connect_reachvRhrP {
    overflow: hidden;
    grid-template-columns: 6fr 4fr;
    backdrop-filter: blur(10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.05);
    display: grid;
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.2);
}.contact_box53uoE .shotIfR86 {
    position: relative;
    min-height: 100%;
}.contact_box53uoE .shotIfR86::before {
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
    top: 0;
    height: 100%;
    content: "";
    left: 0;
    z-index: 1;
}.contact_box53uoE .shotIfR86::after {
    top: 0;
    z-index: 2;
    height: 100%;
    position: absolute;
    width: 100%;
    content: "";
    animation: scanLines 5s linear infinite;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(rgb(209,212,198), 0.1) 10px, rgba(rgb(209,212,198), 0.1) 11px);
    left: 0;
}@keyframes scanLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.contact_box53uoE .request_sectioncMRDa {
    padding: 50px;
    position: relative;
}.contact_box53uoE .request_sectioncMRDa::before {
    background: radial-gradient(circle at 50% 30%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
}.contact_box53uoE #contact {
    display: flex;
    flex-direction: column;
    gap: 25px;
}.contact_box53uoE h3 {
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 1px;
    margin-bottom: 30px;
    color: #ffffff;
    font-weight: 700;
}.contact_box53uoE h3::after {
    left: 0;
    background: rgb(209,212,198);
    width: 50px;
    height: 2px;
    content: "";
    position: absolute;
    bottom: -10px;
}.contact_box53uoE input[type="text"] {
    font-size: 17px;
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff;
    transition: all 0.3s ease;
    position: relative;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 16px 20px;
}.contact_box53uoE input[type="text"]:focus {
    box-shadow: 0 0 15px rgba(rgb(209,212,198), 0.2);
    outline: none;
    border-color: rgb(209,212,198);
    background: rgba(0, 0, 0, 0.3);
}.contact_box53uoE input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}.contact_box53uoE .query_messageWQyB9 {
    display: flex;
    margin-top: 5px;
    gap: 12px;
    align-items: flex-start;
}.contact_box53uoE .query_messageWQyB9 input[type="checkbox"] {
    position: relative;
    height: 24px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.2);
    width: 24px;
    border-radius: 3px;
    appearance: none;
    margin-top: 2px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.contact_box53uoE .query_messageWQyB9 input[type="checkbox"]:checked {
    background: rgb(209,212,198);
    border-color: rgb(209,212,198);
}.contact_box53uoE .query_messageWQyB9 input[type="checkbox"]:checked::after {
    width: 6px;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    left: 9px;
    top: 6px;
    height: 10px;
    position: absolute;
    border: solid #ffffff;
    content: "";
}.contact_box53uoE .query_messageWQyB9 label {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
    font-size: calc(17px - 2px);
}.contact_box53uoE .query_messageWQyB9 a {
    color: rgb(209,212,198);
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
}.contact_box53uoE .query_messageWQyB9 a:hover {
    color: #ffffff;
}.contact_box53uoE .query_messageWQyB9 a::after {
    transition: all 0.3s ease;
    height: 1px;
    width: 100%;
    bottom: -2px;
    left: 0;
    position: absolute;
    background: rgb(209,212,198);
    content: "";
}.contact_box53uoE .query_messageWQyB9 a:hover::after {
    background: #ffffff;
}.contact_box53uoE .help_inquiry6gGXj {
    transition: all 0.3s ease;
    font-weight: 600;
    letter-spacing: 1px;
    background: rgb(209,212,198);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    align-self: flex-start;
    cursor: pointer;
    color: #ffffff;
    text-transform: uppercase;
    padding: 16px 35px;
    border-radius: 10px;
    font-size: 18px;
    border: none;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}.contact_box53uoE .help_inquiry6gGXj::before {
    content: "";
    width: 100%;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    top: 0;
    transition: all 0.5s ease;
    height: 100%;
}.contact_box53uoE .help_inquiry6gGXj:hover {
    background: rgb(172,179,161);
    transform: translateY(-3px);
}.contact_box53uoE .help_inquiry6gGXj:hover::before {
    left: 100%;
}.contact_box53uoE svg {
    fill: rgb(209,212,198);
    filter: drop-shadow(0 0 5px rgba(rgb(209,212,198), 0.5));
    height: 22px;
    width: 22px;
    transition: all 0.3s ease;
}.contact_box53uoE svg path {
    transition: all 0.3s ease;
    fill: rgb(209,212,198);
}.contact_box53uoE svg:hover {
    fill: #ffffff;
    transform: scale(1.1);
}.contact_box53uoE svg:hover path {
    fill: #ffffff;
}

@media (max-width: 992px) {.contact_box53uoE {
    padding: 70px 0;
}.contact_box53uoE .connect_reachvRhrP {
    grid-template-columns: 1fr;
}.contact_box53uoE .shotIfR86 {
    min-height: 300px;
}.contact_box53uoE .request_sectioncMRDa {
    padding: 40px 30px 50px;
}
}

@media (max-width: 768px) {.contact_box53uoE {
    padding: 50px 0;
}.contact_box53uoE h2 {
    margin-bottom: 50px;
    font-size: calc(28px - 4px);
}.contact_box53uoE .shotIfR86 {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contact_box53uoE {
    padding: 40px 0;
}.contact_box53uoE .container {
    padding: 0 15px;
}.contact_box53uoE h2 {
    font-size: calc(28px - 6px);
    margin-bottom: 40px;
}.contact_box53uoE h2::before {
    left: calc(50% - 35px);
    width: 20px;
}.contact_box53uoE h2::after {
    width: 50px;
}.contact_box53uoE .request_sectioncMRDa {
    padding: 30px 20px 40px;
}.contact_box53uoE #contact {
    gap: 20px;
}.contact_box53uoE .help_inquiry6gGXj {
    width: 100%;
}.contact_box53uoE .shotIfR86 {
    min-height: 200px;
}}.sign_upgJ0mb {
    background: linear-gradient(135deg, rgb(238,239,234) 0%, rgb(209,212,198,0.5) 100%);
    border-radius: 29px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 4rem 2rem;
    position: relative;
    overflow: hidden;
}.sign_upgJ0mb::before {
    height: 120%;
    background: linear-gradient(45deg, rgb(172,179,161,0.5) 0%, rgb(172,179,161) 100%);
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
    width: 60%;
    transform: rotate(-15deg);
    right: -10%;
    top: -10%;
    content: "";
    z-index: 1;
}.sign_upgJ0mb .container {
    grid-template-columns: 1fr;
    grid-gap: 2rem;
    z-index: 2;
    display: grid;
    position: relative;
}.sign_upgJ0mb .founders_teamXlgey {
    padding: 2rem;
    transform: perspective(1000px) rotateX(5deg);
}.sign_upgJ0mb p {
    color: #000000;
    opacity: 0;
    margin-bottom: 1.5rem;
    padding-left: 3rem;
    animation: slideIn 0.7s forwards 0.3s;
    font-family: Arial, sans-serif;
    transform: translateX(-20px);
    font-weight: 700;
    font-size: 21px;
    position: relative;
}.sign_upgJ0mb p::before {
    left: 0;
    top: 50%;
    height: 2px;
    transform: scaleX(0);
    animation: growLine 0.8s forwards 0.6s;
    position: absolute;
    width: 2rem;
    content: "";
    transform-origin: left;
    background: rgb(209,212,198);
}.sign_upgJ0mb .input_holder {
    animation: slideIn 0.7s forwards 0.5s;
    display: flex;
    transform: translateX(30px);
    gap: 1rem;
    opacity: 0;
    position: relative;
    flex-direction: column;
}.sign_upgJ0mb .subscribe_alertK807Q {
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
    transform: translateY(0);
    width: 100%;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    font-size: 18px;
    font-family: Arial, sans-serif;
    border: none;
    background-color: #ffffff;
}.sign_upgJ0mb .subscribe_alertK807Q:focus {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
    outline: none;
    transform: translateY(-5px);
}.sign_upgJ0mb .mail_wrapPYGVw {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(209,212,198) 0%, rgb(172,179,161) 100%);
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    align-self: flex-start;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    border-radius: 10px;
    border: none;
    color: #ffffff;
    padding: 1rem 2rem;
    font-size: 20px;
    font-weight: 600;
}.sign_upgJ0mb .mail_wrapPYGVw::before {
    transition: all 0.6s ease;
    position: absolute;
    content: "";
    width: 100%;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    top: 0;
}.sign_upgJ0mb .mail_wrapPYGVw:hover {
    box-shadow: 0 10px 25px rgb(209,212,198,0.5);
    transform: translateY(-5px) scale(1.02);
}.sign_upgJ0mb .mail_wrapPYGVw:hover::before {
    left: 100%;
}

@keyframes slideIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes growLine {
    to {
        transform: scaleX(1);
    }
}

@media screen and (min-width: 768px) {.sign_upgJ0mb {
    padding: 5rem 3rem;
}.sign_upgJ0mb .container {
    align-items: center;
    grid-template-columns: 1.2fr 1fr;
}.sign_upgJ0mb p {
    padding-left: 5rem;
    margin-bottom: 0;
    font-size: 35px;
}.sign_upgJ0mb p::before {
    width: 4rem;
}.sign_upgJ0mb .input_holder {
    align-items: stretch;
    flex-direction: row;
}.sign_upgJ0mb .subscribe_alertK807Q {
    flex: 1;
    border-radius: 10px 0 0 10px;
}.sign_upgJ0mb .mail_wrapPYGVw {
    border-radius: 0 10px 10px 0;
    align-self: stretch;
}}.panelTrackingNoticeh1Eyc {
    border-top: 2px solid rgb(209,212,198);
    width: 100%;
    z-index: 90;
    background: rgb(238,239,234);
    position: fixed;
    bottom: 0;
}.visitor_confirmWu87H {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}#cookieDialogWindowkWG0x {
    display: none;
}#cookieDialogWindowkWG0x:checked ~ .panelTrackingNoticeh1Eyc {
    opacity: 0;
    visibility: hidden;
}.panelTrackingNoticeh1Eyc h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.panelTrackingNoticeh1Eyc p {
    font-size: 18px;
}.web_trackingOWblc {
    flex-shrink: 0;
    margin-right: 10px;
}.web_trackingOWblc svg, .web_trackingOWblc svg path, .web_trackingOWblc img {
    height: 100px;
    fill: rgb(209,212,198);
    width: 100px;
}.tracking_policyWZyJV {
    line-height: 35px;
    flex-shrink: 0;
    color: rgb(209,212,198);
    text-align: center;
    min-width: 120px;
    font-size: 24px;
    text-decoration: none;
    white-space: nowrap;
    border-bottom: 2px solid rgb(209,212,198);
    margin-left: 10px;
    cursor: pointer;
}.panelTrackingNoticeh1Eyc p a {
    color: rgb(209,212,198);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.panelTrackingNoticeh1Eyc {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.web_trackingOWblc {
    display: none;
}.visitor_confirmWu87H {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.panelTrackingNoticeh1Eyc h5 {
    text-align: center;
}.panelTrackingNoticeh1Eyc p {
    text-align: center;
}.visitor_acceptanceuLXUp {
    margin-bottom: 20px;
}body .wrapper-sectionrjAe2 .tracking_policyWZyJV {
    margin-bottom: 10px;
    margin-left: 0;
}}
.wrapper-sectionrjAe2 .panelTrackingNoticeh1Eyc {
    border: none;
    background: #ffffff;
    box-shadow: rgb(209,212,198,0.5) 0px 0px 40px 39px;
}.wrapper-sectionrjAe2 .tracking_policyWZyJV {
    font-weight: 400;
    color: #ffffff;
    margin-left: 30px;
    background: rgb(209,212,198);
    padding: 10px;
    border: none;
    font-size: 20px;
}.wrapper-sectionrjAe2 .web_trackingOWblc {
    width: 80px;
    justify-content: center;
    height: 80px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    background:rgb(209,212,198);
}.wrapper-sectionrjAe2 .web_trackingOWblc svg, .wrapper-sectionrjAe2 .web_trackingOWblc svg path, .wrapper-sectionrjAe2 .web_trackingOWblc img {
    height: 40px;
    width: 40px;
    fill:#000000;
}.wrapper-sectionrjAe2 .visitor_acceptanceuLXUp h5, .wrapper-sectionrjAe2 .visitor_acceptanceuLXUp p {
    color: #000000;
}
@media only screen and (max-width: 800px){.wrapper-sectionrjAe2 .web_trackingOWblc {
    margin: 0;
    margin-bottom: 14px;
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    right: 0;
    top: 0;
    z-index: -2;
    background: linear-gradient(120deg, rgb(209,212,198) 0%, rgb(172,179,161) 100%);
    content: "";
    position: absolute;
    opacity: 0.85;
    left: 0;
    bottom: 0;
}footer::after {
    left: 0;
    background-size: 20px 20px;
    background-image: 
        linear-gradient(to right, rgba(255,255,255,0.07) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,255,255,0.07) 1px, transparent 1px);
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    content: "";
}.degree_pathGbJ2s {
    position: relative;
    padding: 4rem 0 2.5rem;
    color: #ffffff;
}.degree_pathGbJ2s::before {
    background: #ffffff;
    height: 10px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0.2;
    clip-path: polygon(
        0% 0%, 4% 100%, 8% 0%, 12% 100%, 16% 0%, 20% 100%, 
        24% 0%, 28% 100%, 32% 0%, 36% 100%, 40% 0%, 44% 100%, 
        48% 0%, 52% 100%, 56% 0%, 60% 100%, 64% 0%, 68% 100%, 
        72% 0%, 76% 100%, 80% 0%, 84% 100%, 88% 0%, 92% 100%, 
        96% 0%, 100% 100%
    );
    content: "";
}.degree_pathGbJ2s .container {
    justify-content: space-between;
    display: flex;
    position: relative;
    gap: 3rem;
    flex-wrap: wrap;
}.degree_pathGbJ2s .company_holder {
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 2.5rem;
    background: rgba(255, 255, 255, 0.1);
    flex: 1 1 400px;
    clip-path: polygon(
        0% 0%, 100% 0%, 95% 100%, 5% 100%
    );
}.degree_pathGbJ2s .company_holder h3 {
    font-weight: 700;
    display: inline-block;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 36px;
    background: rgba(255, 255, 255, 0.15);
    padding: 0.5rem 2rem;
    color: #ffffff;
    margin: 0 0 1.5rem;
}.degree_pathGbJ2s .price_tableM9A5i {
    background: rgba(0, 0, 0, 0.15);
    margin: 0 1rem;
    font-size: 18px;
    clip-path: polygon(3% 0%, 97% 0%, 100% 100%, 0% 100%);
    color: #ffffff;
    padding: 1.5rem;
    line-height: 1.6;
}.degree_pathGbJ2s .trust_badgeHKECj {
    gap: 2rem;
    min-width: 400px;
    flex-direction: column;
    display: flex;
    flex: 1 1 calc(100% - 480px);
}.degree_pathGbJ2s .main_barQ9PRI {
    flex-wrap: wrap;
    display: flex;
    gap: 2.5rem;
}.degree_pathGbJ2s .header_knowu7kI5 {
    min-width: 200px;
    flex: 1 1 calc(50% - 1.25rem);
    position: relative;
}.degree_pathGbJ2s .header_knowu7kI5 h5 {
    color: #ffffff;
    clip-path: polygon(0% 0%, 95% 0%, 100% 100%, 5% 100%);
    background: rgba(255, 255, 255, 0.15);
    font-size: 18px;
    display: inline-block;
    position: relative;
    font-weight: 600;
    margin: 0 0 1.5rem;
    padding: 0.5rem 1.5rem;
}.degree_pathGbJ2s .header_knowu7kI5 .main_barQ9PRI {
    padding: 1.5rem;
    display: flex;
    gap: 0.8rem;
    background: rgba(0, 0, 0, 0.15);
    clip-path: polygon(2% 0%, 98% 0%, 100% 95%, 0% 100%);
    flex-direction: column;
}.degree_pathGbJ2s .header_knowu7kI5 .main_barQ9PRI a {
    font-size: 18px;
    position: relative;
    text-decoration: none;
    clip-path: polygon(0% 0%, 97% 0%, 100% 100%, 3% 100%);
    display: block;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    padding: 0.6rem 1rem;
    transition: all 0.3s ease;
}.degree_pathGbJ2s .header_knowu7kI5 .main_barQ9PRI a:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateX(5px);
}.degree_pathGbJ2s .header_knowu7kI5 .main_barQ9PRI a::before {
    opacity: 0;
    top: 0;
    transition: all 0.3s ease;
    background: #ffffff;
    content: "";
    left: 0;
    width: 3px;
    position: absolute;
    height: 100%;
}.degree_pathGbJ2s .header_knowu7kI5 .main_barQ9PRI a:hover::before {
    opacity: 0.7;
}.review_blockaHezQ {
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    margin-top: 3rem;
    padding: 2rem 0;
    clip-path: polygon(0% 20%, 2% 0%, 98% 0%, 100% 20%, 100% 100%, 0% 100%);
}.review_blockaHezQ .container {
    justify-content: center;
    display: flex;
    align-items: center;
}.review_blockaHezQ .contact_edukxfHS {
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
    padding: 0.7rem 2rem;
}

@keyframes hexagonPulse {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media (max-width: 1200px) {.degree_pathGbJ2s .container {
    gap: 2rem;
}.degree_pathGbJ2s .company_holder {
    flex: 1 1 380px;
}.degree_pathGbJ2s .trust_badgeHKECj {
    min-width: 380px;
    flex: 1 1 calc(100% - 430px);
}
}

@media (max-width: 992px) {.degree_pathGbJ2s {
    padding: 3.5rem 0 2rem;
}.degree_pathGbJ2s .container {
    flex-direction: column;
    gap: 2.5rem;
}.degree_pathGbJ2s .company_holder,
    .degree_pathGbJ2s .trust_badgeHKECj {
    flex: 1 1 100%;
    min-width: 100%;
}.degree_pathGbJ2s .header_knowu7kI5 {
    flex: 1 1 calc(50% - 1.25rem);
    min-width: 200px;
}
}

@media (max-width: 768px) {.degree_pathGbJ2s {
    padding: 3rem 0 1.5rem;
}.degree_pathGbJ2s .company_holder {
    padding: 2rem;
}.degree_pathGbJ2s .company_holder h3 {
    font-size: calc(36px - 2px);
}.degree_pathGbJ2s .main_barQ9PRI {
    gap: 1.5rem;
}.review_blockaHezQ {
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.degree_pathGbJ2s {
    padding: 2.5rem 0 1rem;
}.degree_pathGbJ2s .header_knowu7kI5 {
    flex: 1 1 100%;
    min-width: 100%;
}.degree_pathGbJ2s .main_barQ9PRI {
    gap: 1rem;
}.review_blockaHezQ {
    clip-path: polygon(0% 10%, 2% 0%, 98% 0%, 100% 10%, 100% 100%, 0% 100%);
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}.degree_pathGbJ2s::before {
    height: 5px;
}
}

@media (max-width: 420px) {.degree_pathGbJ2s .company_holder {
    clip-path: polygon(0% 0%, 100% 0%, 97% 100%, 3% 100%);
    padding: 1.5rem;
}.degree_pathGbJ2s .company_holder h3 {
    padding: 0.4rem 1rem;
}.degree_pathGbJ2s .header_knowu7kI5 h5 {
    padding: 0.4rem 1rem;
}.degree_pathGbJ2s .header_knowu7kI5 .main_barQ9PRI {
    padding: 1rem;
}.degree_pathGbJ2s .header_knowu7kI5 .main_barQ9PRI a:hover {
    transform: translateX(3px);
}.review_blockaHezQ .contact_edukxfHS {
    padding: 0.6rem 1.5rem;
    width: 90%;
}}.service_connect3GNRe {
    background: rgb(238,239,234);
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
}.service_connect3GNRe::before {
    top: 0;
    height: 100%;
    z-index: 1;
    content: "";
    opacity: 0.1;
    position: absolute;
    width: 100%;
    left: 0;
    background: linear-gradient(135deg, rgb(209,212,198,0.5) 0%, transparent 50%, rgb(172,179,161,0.5) 100%);
}.service_connect3GNRe::after {
    animation: pulseBackground 15s infinite alternate ease-in-out;
    z-index: 2;
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    opacity: 0.15;
    content: "";
    background-image: 
    radial-gradient(circle at 10% 20%, rgb(209,212,198,0.5) 0%, transparent 8%),
    radial-gradient(circle at 90% 80%, rgb(172,179,161,0.5) 0%, transparent 8%),
    radial-gradient(circle at 50% 50%, rgb(209,212,198,0.5) 0%, transparent 10%);
    position: absolute;
}@keyframes pulseBackground {
  0% {
    opacity: 0.05;
    background-position: 0% 0%, 100% 100%, 50% 50%;
    background-size: 350px 350px, 400px 400px, 300px 300px;
  }
  50% {
    opacity: 0.15;
    background-position: 2% 3%, 98% 98%, 51% 52%;
    background-size: 380px 380px, 420px 420px, 320px 320px;
  }
  100% {
    opacity: 0.1;
    background-position: 3% 5%, 96% 96%, 52% 53%;
    background-size: 400px 400px, 450px 450px, 350px 350px;
  }
}

.service_connect3GNRe .container {
    z-index: 10;
    position: relative;
}.service_connect3GNRe .connect_nowT4Bqv {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    backdrop-filter: blur(10px);
    padding: 3.5rem;
    border-radius: 30px;
}.service_connect3GNRe .connect_nowT4Bqv::before {
    animation: shimmer 8s infinite linear;
    background: linear-gradient(45deg, transparent 65%, rgba(255, 255, 255, 0.03) 70%, rgba(255, 255, 255, 0.01) 75%, transparent 80%);
    height: 200%;
    transform: rotate(25deg);
    content: "";
    width: 200%;
    z-index: -1;
    left: -50%;
    top: -50%;
    position: absolute;
}@keyframes shimmer {
  0% {
    transform: rotate(25deg) translateX(-30%);
  }
  100% {
    transform: rotate(25deg) translateX(30%);
  }
}

.service_connect3GNRe .connect_nowT4Bqv:hover {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.service_connect3GNRe .connect_nowT4Bqv h2 {
    font-weight: 700;
    display: inline-block;
    color: rgb(209,212,198);
    margin-bottom: 1.5rem;
    position: relative;
    font-size: 33px;
}.service_connect3GNRe .connect_nowT4Bqv h2::after {
    height: 3px;
    border-radius: 10px;
    content: "";
    bottom: -10px;
    background: linear-gradient(to right, rgb(209,212,198), rgb(172,179,161));
    left: 0;
    width: 60px;
    position: absolute;
    transition: width 0.3s ease;
}.service_connect3GNRe .connect_nowT4Bqv:hover h2::after {
    width: 100%;
}.service_connect3GNRe .connect_nowT4Bqv p {
    max-width: 90%;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 2rem;
    font-size: 17px;
}.service_connect3GNRe .connect_nowT4Bqv p:last-of-type {
    color: rgb(209,212,198);
    font-weight: 600;
    display: flex;
    padding-left: 30px;
    align-items: center;
    position: relative;
}.service_connect3GNRe .connect_nowT4Bqv p:last-of-type svg {
    fill: rgb(209,212,198);
    left: 0;
    height: 20px;
    width: 20px;
    position: absolute;
    margin-right: 10px;
}.service_connect3GNRe .connect_nowT4Bqv p:last-of-type svg path {
    fill: rgb(209,212,198);
}.service_connect3GNRe .submit_requestPHDe8 {
    margin-top: 2.5rem;
    flex-wrap: wrap;
    gap: 1.5rem;
    display: flex;
}.service_connect3GNRe .msg_formzfU9L {
    justify-content: center;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: calc(20px * 1.1);
    background: rgba(255, 255, 255, 0.05);
    border-radius: 30px;
    min-width: 200px;
    color: rgb(209,212,198);
    align-items: center;
    display: flex;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 1rem 2rem;
    overflow: hidden;
    font-weight: 600;
    transition: all 0.3s ease;
}.service_connect3GNRe .msg_formzfU9L::before {
    transition: left 0.7s ease;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1), transparent);
    left: -100%;
}.service_connect3GNRe .msg_formzfU9L:hover {
    color: #ffffff;
    background: rgb(209,212,198,0.5);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.service_connect3GNRe .msg_formzfU9L:hover::before {
    left: 100%;
}.service_connect3GNRe .msg_formzfU9L svg {
    transition: transform 0.3s ease;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}.service_connect3GNRe .msg_formzfU9L svg {
    fill: rgb(209,212,198);
}.service_connect3GNRe .msg_formzfU9L:hover svg {
    transform: scale(1.1);
    fill: #ffffff;
}.service_connect3GNRe .msg_formzfU9L svg path {
    transition: fill 0.3s ease;
    fill: rgb(209,212,198);
}.service_connect3GNRe .msg_formzfU9L:hover svg path {
    fill: #ffffff;
}

@media (max-width: 991px) {.service_connect3GNRe {
    padding: 4rem 0;
}.service_connect3GNRe .connect_nowT4Bqv {
    padding: 2.5rem;
}.service_connect3GNRe .connect_nowT4Bqv h2 {
    font-size: calc(33px * 0.9);
}.service_connect3GNRe .connect_nowT4Bqv p {
    max-width: 100%;
}.service_connect3GNRe .submit_requestPHDe8 {
    gap: 1rem;
}
}

@media (max-width: 767px) {.service_connect3GNRe {
    padding: 3rem 0;
}.service_connect3GNRe .connect_nowT4Bqv {
    padding: 2rem 1.5rem;
}.service_connect3GNRe .connect_nowT4Bqv h2 {
    font-size: calc(33px * 0.8);
}.service_connect3GNRe .submit_requestPHDe8 {
    flex-direction: column;
    gap: 1rem;
}.service_connect3GNRe .msg_formzfU9L {
    width: 100%;
}.service_connect3GNRe::after {
    background-size: 250px 250px, 300px 300px, 200px 200px;
}@keyframes pulseBackground {
    0% {
      opacity: 0.05;
      background-position: 0% 0%, 100% 100%, 50% 50%;
      background-size: 200px 200px, 250px 250px, 180px 180px;
    }
    50% {
      opacity: 0.15;
      background-position: 2% 3%, 98% 98%, 51% 52%;
      background-size: 220px 220px, 270px 270px, 200px 200px;
    }
    100% {
      opacity: 0.1;
      background-position: 3% 5%, 96% 96%, 52% 53%;
      background-size: 250px 250px, 300px 300px, 220px 220px;
    }
  }
}.pricing_clusternidFa {
    padding: 120px 0 100px;
    overflow: hidden;
    position: relative;
}.pricing_clusternidFa::before {
    bottom: 0;
    top: 0;
    position: absolute;
    right: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    left: 0;
    z-index: 1;
    content: "";
}.pricing_clusternidFa .container {
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.pricing_clusternidFa .discount_planw39HD {
    perspective: 1000px;
    transform-style: preserve-3d;
}.pricing_clusternidFa h2 {
    position: relative;
    font-weight: 700;
    text-align: center;
    transform: translateZ(20px);
    margin-bottom: 20px;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    letter-spacing: 1px;
    font-size: 38px;
}.pricing_clusternidFa .rate_panelCrmp5 {
    max-width: 700px;
    font-size: calc(16px * 1.1);
    line-height: 1.6;
    transform: translateZ(15px);
    margin: 0 auto 50px;
    position: relative;
    color: rgb(255, 255, 255, 0.5);
    text-align: center;
}.pricing_clusternidFa .skill_pricinghwILV {
    display: grid;
    margin: 0;
    gap: 30px;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
}.pricing_clusternidFa .skill_pricinghwILV li {
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-style: preserve-3d;
    perspective: 800px;
}.pricing_clusternidFa .study_offers1Z9La {
    transform: translateZ(0);
    display: block;
    text-decoration: none;
    position: relative;
    height: 100%;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.pricing_clusternidFa .basic_costqkhw8 {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translateZ(0);
    height: 100%;
    background: linear-gradient(135deg, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0.03) 100%);
    position: relative;
    padding: 40px 30px;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.2),
        0 5px 15px rgba(0,0,0,0.15),
        0 0 0 1px rgba(255,255,255,0.1) inset;
    border-radius: 4px;
    overflow: hidden;
    backdrop-filter: blur(10px);
}.pricing_clusternidFa .basic_costqkhw8::before {
    position: absolute;
    opacity: 0.8;
    transition: all 0.4s ease;
    content: "";
    transform: scaleX(0.8);
    height: 4px;
    background: linear-gradient(90deg, 
        rgb(209,212,198) 0%, 
        rgb(172,179,161) 100%);
    left: 0;
    width: 100%;
    top: 0;
}.pricing_clusternidFa .basic_costqkhw8::after {
    content: "";
    position: absolute;
    right: -60px;
    opacity: 0.5;
    bottom: -60px;
    background: radial-gradient(
        circle, 
        rgb(209,212,198,0.5) 0%, 
        transparent 70%
    );
    transition: all 0.5s ease;
    height: 120px;
    z-index: -1;
    width: 120px;
}.pricing_clusternidFa .member_fees9AVF3 {
    position: relative;
    z-index: 2;
}.pricing_clusternidFa .member_fees9AVF3 h4 {
    font-size: calc(23px * 1.2);
    position: relative;
    padding-bottom: 15px;
    color: #ffffff;
    margin: 0 0 20px;
    font-weight: 600;
}.pricing_clusternidFa .member_fees9AVF3 h4::after {
    left: 0;
    position: absolute;
    width: 40px;
    background-color: rgb(172,179,161);
    bottom: 0;
    height: 2px;
    content: "";
    transition: width 0.3s ease;
}.pricing_clusternidFa .member_fees9AVF3 p {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.6;
    padding-right: 10px;
    scrollbar-color: rgb(172,179,161) transparent;
    max-height: 200px;
    color: rgb(255, 255, 255, 0.5);
    scrollbar-width: thin;
    overflow-y: auto;
}.pricing_clusternidFa .member_fees9AVF3 p::-webkit-scrollbar {
    width: 4px;
}.pricing_clusternidFa .member_fees9AVF3 p::-webkit-scrollbar-track {
    background: transparent;
}.pricing_clusternidFa .member_fees9AVF3 p::-webkit-scrollbar-thumb {
    background-color: rgb(172,179,161,0.5);
    border-radius: 20px;
}.pricing_clusternidFa .pricing_schemesbC3ug {
    text-shadow: 0 2px 8px rgba(0,0,0,0.2);
    color: #ffffff;
    margin-top: 10px;
    padding: 10px 0;
    display: block;
    font-weight: 700;
    position: relative;
    font-size: calc(23px * 1.4);
}.pricing_clusternidFa .pricing_schemesbC3ug::before {
    content: "";
    height: 3px;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, 
        rgb(172,179,161) 0%, 
        transparent 100%);
    width: 60px;
    bottom: 0;
}.pricing_clusternidFa .study_offers1Z9La:hover .basic_costqkhw8 {
    transform: translateY(-8px) translateZ(20px);
    box-shadow: 
        0 25px 45px rgba(0,0,0,0.25),
        0 10px 20px rgba(0,0,0,0.2),
        0 0 0 1px rgba(255,255,255,0.15) inset;
}.pricing_clusternidFa .study_offers1Z9La:hover .basic_costqkhw8::before {
    transform: scaleX(1);
    opacity: 1;
}.pricing_clusternidFa .study_offers1Z9La:hover .basic_costqkhw8::after {
    opacity: 0.7;
    transform: scale(1.2);
}.pricing_clusternidFa .study_offers1Z9La:hover .member_fees9AVF3 h4::after {
    width: 60px;
}@keyframes priceFadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.pricing_clusternidFa .skill_pricinghwILV li {
    opacity: 0;
    animation: priceFadeIn 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}.pricing_clusternidFa .skill_pricinghwILV li:nth-child(1) {
    animation-delay: 0.1s;
}.pricing_clusternidFa .skill_pricinghwILV li:nth-child(2) {
    animation-delay: 0.2s;
}.pricing_clusternidFa .skill_pricinghwILV li:nth-child(3) {
    animation-delay: 0.3s;
}.pricing_clusternidFa .skill_pricinghwILV li:nth-child(4) {
    animation-delay: 0.4s;
}


@media (max-width: 1200px) {.pricing_clusternidFa {
    padding: 100px 0 80px;
}.pricing_clusternidFa .skill_pricinghwILV {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 25px;
}
}

@media (max-width: 992px) {.pricing_clusternidFa h2 {
    font-size: calc(38px * 0.9);
}.pricing_clusternidFa .rate_panelCrmp5 {
    margin-bottom: 40px;
}.pricing_clusternidFa .basic_costqkhw8 {
    padding: 35px 25px;
}
}

@media (max-width: 768px) {.pricing_clusternidFa {
    padding: 80px 0 60px;
}.pricing_clusternidFa h2 {
    font-size: calc(38px * 0.8);
}.pricing_clusternidFa .rate_panelCrmp5 {
    font-size: 16px;
    margin-bottom: 30px;
}.pricing_clusternidFa .skill_pricinghwILV {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}.pricing_clusternidFa .member_fees9AVF3 p {
    max-height: 180px;
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 576px) {.pricing_clusternidFa {
    padding: 60px 0 40px;
}.pricing_clusternidFa .container {
    padding: 0 15px;
}.pricing_clusternidFa h2 {
    margin-bottom: 15px;
    font-size: calc(38px * 0.7);
}.pricing_clusternidFa .rate_panelCrmp5 {
    margin-bottom: 25px;
    font-size: calc(16px * 0.95);
}.pricing_clusternidFa .skill_pricinghwILV {
    gap: 25px;
    grid-template-columns: 1fr;
}.pricing_clusternidFa .basic_costqkhw8 {
    padding: 30px 20px;
}.pricing_clusternidFa .member_fees9AVF3 h4 {
    font-size: 23px;
}.pricing_clusternidFa .pricing_schemesbC3ug {
    font-size: calc(23px * 1.2);
}}.academic_experienceSDusT {
    overflow: hidden;
    background: linear-gradient(170deg, rgb(238,239,234) 0%, rgb(209,212,198,0.5) 100%);
    position: relative;
    padding: 120px 0;
}.academic_experienceSDusT::before {
    position: absolute;
    width: 100%;
    opacity: 0.04;
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 20px,
            rgb(209,212,198,0.5) 20px,
            rgb(209,212,198,0.5) 21px
        );
    height: 100%;
    content: "";
    top: 0;
    left: 0;
}.academic_experienceSDusT::after {
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    filter: blur(80px);
    background: 
        radial-gradient(circle at 20% 30%, rgb(209,212,198,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(172,179,161,0.5) 0%, transparent 40%);
    top: 0;
    position: absolute;
    opacity: 0.3;
}.academic_experienceSDusT .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}.academic_experienceSDusT .student_voicesVpoTq {
    flex-direction: column;
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    align-items: center;
    position: relative;
}.academic_experienceSDusT .student_voicesVpoTq::before {
    top: 50%;
    content: "";
    position: absolute;
    animation: orbit 20s linear infinite;
    width: 500px;
    left: 50%;
    height: 500px;
    opacity: 0.2;
    border: 1px solid rgb(209,212,198,0.5);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}.academic_experienceSDusT .student_voicesVpoTq::after {
    border-radius: 50%;
    height: 400px;
    top: 50%;
    left: 50%;
    opacity: 0.15;
    width: 400px;
    position: absolute;
    animation: orbit 15s linear infinite reverse;
    content: "";
    border: 1px dashed rgb(172,179,161,0.5);
    transform: translate(-50%, -50%);
}@keyframes orbit {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.academic_experienceSDusT .shotIfR86 {
    height: 240px;
    position: relative;
    z-index: 5;
    border-radius: 50%;
    width: 240px;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    margin-bottom: 30px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 0 0 10px rgba(255, 255, 255, 0.1),
        0 0 0 20px rgba(255, 255, 255, 0.05);
}.academic_experienceSDusT .shotIfR86::before {
    position: absolute;
    animation: spin 12s linear infinite;
    background: conic-gradient(
        from 0deg,
        transparent 0deg, 
        rgb(209,212,198,0.5) 90deg,
        transparent 180deg,
        rgb(172,179,161,0.5) 270deg,
        transparent 360deg
    );
    z-index: -1;
    content: "";
    opacity: 0.4;
    inset: -30px;
    border-radius: 50%;
}.academic_experienceSDusT .shotIfR86::after {
    inset: 0;
    position: absolute;
    border-radius: 50%;
    z-index: 2;
    content: "";
    background: 
        radial-gradient(
            circle at 30% 30%,
            rgba(255, 255, 255, 0.3) 0%,
            transparent 50%
        );
}@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.academic_experienceSDusT .name {
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease;
    text-fill-color: transparent;
    margin-bottom: 15px;
    background-clip: text !important;
    font-weight: 700;
    z-index: 3;
    -webkit-background-clip: text !important;
    text-align: center;
    background: linear-gradient(
        to right,
        #000000 0%,
        rgb(209,212,198) 100%
    );
    font-size: 48px;
    color: #000000;
    position: relative;
}.academic_experienceSDusT .name::after {
    position: absolute;
    transform: translateX(-50%);
    background: linear-gradient(
        to right,
        rgb(209,212,198) 0%,
        rgb(172,179,161) 100%
    );
    width: 0;
    content: "";
    left: 50%;
    transition: width 0.4s ease;
    bottom: -8px;
    height: 2px;
}.academic_experienceSDusT .student_voicesVpoTq:hover .name::after {
    width: 80px;
}.academic_experienceSDusT .student_voicesVpoTq span:not(.name) {
    color: rgb(172,179,161);
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    text-align: center;
    z-index: 3;
    letter-spacing: 2px;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 30px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    opacity: 0.9;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
    padding: 8px 20px;
}.academic_experienceSDusT .student_voicesVpoTq:hover span:not(.name) {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}.academic_experienceSDusT .work_blockwdSEA {
    max-width: 650px;
    font-size: 12px;
    text-align: center;
    background: #ffffff;
    z-index: 3;
    margin: 0;
    padding: 35px 45px;
    position: relative;
    line-height: 1.8;
    border-radius: 22px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    color: #000000;
}.academic_experienceSDusT .work_blockwdSEA::before,
.academic_experienceSDusT .work_blockwdSEA::after {
    height: 10px;
    position: absolute;
    content: "";
    width: 10px;
}.academic_experienceSDusT .work_blockwdSEA::before {
    border-left: 2px solid rgb(209,212,198);
    top: 25px;
    left: 25px;
    border-top: 2px solid rgb(209,212,198);
}.academic_experienceSDusT .work_blockwdSEA::after {
    bottom: 25px;
    border-right: 2px solid rgb(172,179,161);
    right: 25px;
    border-bottom: 2px solid rgb(172,179,161);
}.academic_experienceSDusT .student_voicesVpoTq:hover .shotIfR86 {
    transform: scale(1.05);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 0 0 15px rgba(255, 255, 255, 0.2),
        0 0 0 30px rgba(255, 255, 255, 0.05);
}

@media (max-width: 991px) {.academic_experienceSDusT {
    padding: 90px 0;
}.academic_experienceSDusT .shotIfR86 {
    height: 200px;
    width: 200px;
    margin-bottom: 25px;
}.academic_experienceSDusT .student_voicesVpoTq::before {
    height: 400px;
    width: 400px;
}.academic_experienceSDusT .student_voicesVpoTq::after {
    height: 320px;
    width: 320px;
}.academic_experienceSDusT .name {
    font-size: calc(48px * 0.9);
}.academic_experienceSDusT .work_blockwdSEA {
    max-width: 600px;
    padding: 30px 35px;
}
}

@media (max-width: 767px) {.academic_experienceSDusT {
    padding: 70px 0;
}.academic_experienceSDusT .shotIfR86 {
    height: 180px;
    width: 180px;
    margin-bottom: 20px;
}.academic_experienceSDusT .student_voicesVpoTq::before {
    height: 320px;
    width: 320px;
}.academic_experienceSDusT .student_voicesVpoTq::after {
    height: 260px;
    width: 260px;
}.academic_experienceSDusT .name {
    font-size: calc(48px * 0.8);
}.academic_experienceSDusT .student_voicesVpoTq span:not(.name) {
    padding: 6px 16px;
    margin-bottom: 25px;
    font-size: calc(21px * 0.95);
}.academic_experienceSDusT .work_blockwdSEA {
    font-size: calc(12px * 0.95);
    max-width: 100%;
    padding: 25px 30px;
}.academic_experienceSDusT .work_blockwdSEA::before,
    .academic_experienceSDusT .work_blockwdSEA::after {
    height: 8px;
    width: 8px;
}.academic_experienceSDusT .work_blockwdSEA::before {
    left: 20px;
    top: 20px;
}.academic_experienceSDusT .work_blockwdSEA::after {
    bottom: 20px;
    right: 20px;
}
}

@media (max-width: 575px) {.academic_experienceSDusT {
    padding: 50px 0;
}.academic_experienceSDusT .shotIfR86 {
    height: 150px;
    width: 150px;
    margin-bottom: 18px;
}.academic_experienceSDusT .student_voicesVpoTq::before {
    height: 260px;
    width: 260px;
}.academic_experienceSDusT .student_voicesVpoTq::after {
    height: 200px;
    width: 200px;
}.academic_experienceSDusT .name {
    font-size: calc(48px * 0.7);
}.academic_experienceSDusT .student_voicesVpoTq span:not(.name) {
    padding: 5px 12px;
    letter-spacing: 1px;
    font-size: calc(21px * 0.9);
    margin-bottom: 20px;
}.academic_experienceSDusT .work_blockwdSEA {
    font-size: calc(12px * 0.9);
    padding: 20px 25px;
}.academic_experienceSDusT .work_blockwdSEA::before,
    .academic_experienceSDusT .work_blockwdSEA::after {
    height: 6px;
    width: 6px;
}.academic_experienceSDusT .work_blockwdSEA::before {
    top: 15px;
    left: 15px;
}.academic_experienceSDusT .work_blockwdSEA::after {
    bottom: 15px;
    right: 15px;
}}.user_reviewsiyVfS {
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(180deg, rgb(238,239,234) 0%, rgb(209,212,198,0.5) 100%);
    position: relative;
}.user_reviewsiyVfS::before {
    opacity: 0.3;
    right: 0;
    z-index: 0;
    top: 0;
    transform: skewY(-5deg) translateY(-100px);
    background: linear-gradient(to right, rgb(172,179,161,0.5), transparent, rgb(172,179,161,0.5));
    content: "";
    left: 0;
    height: 200px;
    position: absolute;
}.user_reviewsiyVfS::after {
    position: absolute;
    height: 150px;
    right: 0;
    content: "";
    z-index: 0;
    bottom: 0;
    background: linear-gradient(to left, rgb(209,212,198,0.5), transparent, rgb(209,212,198,0.5));
    opacity: 0.3;
    transform: skewY(3deg) translateY(50px);
    left: 0;
}.user_reviewsiyVfS .container {
    position: relative;
    z-index: 1;
}.user_reviewsiyVfS h2 {
    text-align: center;
    transform: perspective(500px) rotateX(5deg);
    margin-bottom: 70px;
    font-weight: 700;
    padding-bottom: 20px;
    font-size: 31px;
    color: #000000;
    position: relative;
}.user_reviewsiyVfS h2::after {
    position: absolute;
    background: linear-gradient(to right, rgb(209,212,198), rgb(172,179,161));
    border-radius: 10px;
    content: "";
    transform: translateX(-50%);
    width: 100px;
    bottom: 0;
    left: 50%;
    height: 5px;
}.user_reviewsiyVfS .client_reviewjcSE9 {
    display: flex;
    max-width: 800px;
    perspective: 1000px;
    align-items: center;
    transform-style: preserve-3d;
    gap: 70px;
    margin: 0 auto;
    flex-direction: column;
}.user_reviewsiyVfS .student_voicesVpoTq {
    position: relative;
    width: 100%;
    gap: 20px;
    z-index: 1;
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    transition: all 0.5s ease;
    flex-direction: column;
    padding: 30px;
    transform: translateZ(0);
    display: flex;
}.user_reviewsiyVfS .student_voicesVpoTq:nth-child(odd) {
    transform: translateX(-30px) rotateZ(-1deg);
    align-self: flex-start;
}.user_reviewsiyVfS .student_voicesVpoTq:nth-child(even) {
    align-self: flex-end;
    transform: translateX(30px) rotateZ(1deg);
}.user_reviewsiyVfS .student_voicesVpoTq:hover {
    z-index: 2;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
    transform: scale(1.03) rotateZ(0);
}.user_reviewsiyVfS .student_voicesVpoTq::before {
    height: 30px;
    top: -15px;
    background: #ffffff;
    width: 30px;
    box-shadow: -5px -5px 15px rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 30px;
    z-index: -1;
    transform: rotate(45deg);
    content: "";
}.user_reviewsiyVfS .student_voicesVpoTq:nth-child(even)::before {
    left: auto;
    right: 30px;
}.user_reviewsiyVfS .student_voicesVpoTq img {
    border: 5px solid #ffffff;
    left: 20px;
    position: absolute;
    transition: all 0.5s ease;
    border-radius: 50%;
    object-fit: cover;
    top: -40px;
    width: 80px;
    height: 80px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}.user_reviewsiyVfS .student_voicesVpoTq:nth-child(even) img {
    left: auto;
    right: 20px;
}.user_reviewsiyVfS .student_voicesVpoTq:hover img {
    transform: scale(1.1) translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
}.user_reviewsiyVfS .student_voicesVpoTq p {
    font-family: Arial, sans-serif;
    margin: 0;
}.user_reviewsiyVfS .student_voicesVpoTq p:first-of-type {
    color: #000000;
    font-weight: 600;
    margin-left: 100px;
    margin-top: 40px;
    font-size: 20px;
    position: relative;
}.user_reviewsiyVfS .student_voicesVpoTq:nth-child(even) p:first-of-type {
    text-align: right;
    margin-right: 100px;
    margin-left: 0;
}.user_reviewsiyVfS .student_voicesVpoTq .description {
    line-height: 1.7;
    font-size: 13px;
    border-radius: 10px;
    position: relative;
    background: linear-gradient(to right, rgb(238,239,234), transparent);
    font-weight: 400;
    color: #000000;
    padding: 20px;
}.user_reviewsiyVfS .student_voicesVpoTq:nth-child(even) .description {
    background: linear-gradient(to left, rgb(238,239,234), transparent);
}.user_reviewsiyVfS .student_voicesVpoTq .description::before {
    position: absolute;
    left: 0;
    content: "";
    color: rgb(209,212,198,0.5);
    top: -20px;
    font-weight: 700;
    font-size: 60px;
    line-height: 1;
}.user_reviewsiyVfS .student_voicesVpoTq:nth-child(even) .description::before {
    right: 0;
    left: auto;
}@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.user_reviewsiyVfS .student_voicesVpoTq:nth-child(3n+1) {
    animation: float 6s ease-in-out infinite;
}.user_reviewsiyVfS .student_voicesVpoTq:nth-child(3n+2) {
    animation: float 7s ease-in-out infinite;
    animation-delay: 1s;
}.user_reviewsiyVfS .student_voicesVpoTq:nth-child(3n) {
    animation-delay: 2s;
    animation: float 8s ease-in-out infinite;
}

@media (max-width: 992px) {.user_reviewsiyVfS {
    padding: 80px 0;
}.user_reviewsiyVfS .student_voicesVpoTq:nth-child(odd),
    .user_reviewsiyVfS .student_voicesVpoTq:nth-child(even) {
    transform: none;
    width: 90%;
}.user_reviewsiyVfS .student_voicesVpoTq:hover {
    transform: scale(1.02);
}
}

@media (max-width: 768px) {.user_reviewsiyVfS {
    padding: 70px 0;
}.user_reviewsiyVfS h2 {
    transform: none;
    margin-bottom: 50px;
}.user_reviewsiyVfS .client_reviewjcSE9 {
    gap: 80px;
}.user_reviewsiyVfS .student_voicesVpoTq {
    padding: 25px 20px;
}.user_reviewsiyVfS .student_voicesVpoTq img {
    top: -30px;
    height: 60px;
    width: 60px;
}.user_reviewsiyVfS .student_voicesVpoTq p:first-of-type {
    margin-left: 80px;
    font-size: calc(20px * 0.9);
    margin-top: 30px;
}.user_reviewsiyVfS .student_voicesVpoTq:nth-child(even) p:first-of-type {
    margin-right: 80px;
}.user_reviewsiyVfS .student_voicesVpoTq .description {
    padding: 15px;
    font-size: calc(13px * 0.95);
}}.course_offeringLe3cI {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(238,239,234) 0%, rgba(245, 247, 250, 0.95) 100%);
    padding: 120px 0;
    position: relative;
}.course_offeringLe3cI::before {
    right: 0;
    top: 0;
    background-size: 120px 120px;
    content: "";
    animation: patternFloat 60s infinite linear;
    position: absolute;
    height: 100%;
    z-index: 0;
    width: 100%;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(209,212,198,0.5) 1px, transparent 5px),
        radial-gradient(circle at 20% 40%, rgb(209,212,198,0.5) 1px, transparent 5px),
        radial-gradient(circle at 30% 70%, rgb(209,212,198,0.5) 1px, transparent 5px),
        radial-gradient(circle at 70% 20%, rgb(209,212,198,0.5) 1px, transparent 5px),
        radial-gradient(circle at 90% 60%, rgb(209,212,198,0.5) 1px, transparent 5px);
    opacity: 0.3;
}.course_offeringLe3cI::after {
    transform: scale(2);
    content: "";
    opacity: 0.15;
    height: 100%;
    position: absolute;
    background: radial-gradient(circle at center, rgb(209,212,198,0.5) 0%, transparent 70%);
    width: 100%;
    right: -50%;
    z-index: 0;
    top: -50%;
}.course_offeringLe3cI .container {
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}.course_offeringLe3cI .knowledge_map24LAJ {
    animation: fadeInUp 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    transform: translateY(20px);
    gap: 40px;
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
}.course_offeringLe3cI .shotIfR86 {
    height: 380px;
    transform: perspective(1000px) rotateY(2deg);
    position: relative;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}.course_offeringLe3cI .shotIfR86::before {
    content: "";
    z-index: 1;
    top: 0;
    height: 100%;
    background: linear-gradient(to right, 
        rgba(#000000, 0.5) 0%, 
        rgba(#000000, 0.2) 50%, 
        rgba(#000000, 0) 100%);
    left: 0;
    position: absolute;
    width: 100%;
}.course_offeringLe3cI .shotIfR86::after {
    background: linear-gradient(to top, 
        rgba(#000000, 0.7) 0%, 
        rgba(#000000, 0) 100%);
    position: absolute;
    bottom: 0;
    height: 30%;
    left: 0;
    z-index: 1;
    width: 100%;
    content: "";
}.course_offeringLe3cI .shotIfR86:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
}.course_offeringLe3cI .textual_boxOzR6a {
    padding: 20px;
    transform: translateZ(0);
    background: #ffffff;
    border-left: 4px solid rgb(209,212,198);
    backdrop-filter: blur(10px);
    position: relative;
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.1);
}.course_offeringLe3cI .textual_boxOzR6a::before {
    top: 0;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    z-index: -1;
    background: linear-gradient(135deg, 
        rgba(rgb(209,212,198,0.5), 0.05) 0%, 
        rgba(#ffffff, 0.95) 100%);
    height: 100%;
}.course_offeringLe3cI h3 {
    line-height: 1.4;
    font-size: calc(23px * 1.1);
    transform: translateX(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    color: rgb(209,212,198);
    font-weight: 700;
    margin-bottom: 24px;
    font-family: Arial, sans-serif;
}.course_offeringLe3cI h3::after {
    background: rgb(172,179,161);
    content: "";
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(1);
    transform-origin: left;
    position: absolute;
    width: 60px;
    bottom: -10px;
    height: 3px;
    left: 0;
}.course_offeringLe3cI .textual_boxOzR6a:hover h3 {
    transform: translateX(5px);
}.course_offeringLe3cI .textual_boxOzR6a:hover h3::after {
    transform: scaleX(1.5);
}.course_offeringLe3cI p.description {
    color: #000000;
    transition: opacity 0.5s, transform 0.5s;
    font-size: 17px;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    line-height: 1.8;
    column-count: 1;
    opacity: 1;
    column-gap: 30px;
    position: relative;
    transform: translateY(0);
}.course_offeringLe3cI span.description {
    display: none;
}.course_offeringLe3cI .textual_boxOzR6a div {
    overflow: hidden;
    position: relative;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes patternFloat {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 500px 500px;
    }
}

@media (min-width: 768px) {.course_offeringLe3cI {
    padding: 150px 0;
}.course_offeringLe3cI .knowledge_map24LAJ {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}.course_offeringLe3cI .shotIfR86 {
    height: 450px;
    transform: perspective(1000px) rotateY(5deg);
}.course_offeringLe3cI p.description {
    column-count: 2;
}.course_offeringLe3cI .textual_boxOzR6a {
    padding: 40px;
}.course_offeringLe3cI h3 {
    font-size: 35px;
    margin-bottom: 30px;
}.course_offeringLe3cI h3::after {
    width: 80px;
}
}

@media (min-width: 992px) {.course_offeringLe3cI .knowledge_map24LAJ {
    gap: 80px;
}.course_offeringLe3cI .shotIfR86 {
    height: 520px;
}.course_offeringLe3cI .textual_boxOzR6a {
    padding: 50px;
}.course_offeringLe3cI h3 {
    font-size: calc(35px * 1.1);
}.course_offeringLe3cI p.description {
    font-size: calc(17px * 1.05);
    line-height: 1.9;
}
}

@media (max-width: 767px) {.course_offeringLe3cI {
    padding: 80px 0;
}.course_offeringLe3cI .shotIfR86 {
    transform: perspective(1000px) rotateY(3deg);
    height: 280px;
}.course_offeringLe3cI .textual_boxOzR6a {
    padding: 25px 20px;
}.course_offeringLe3cI h3 {
    margin-bottom: 20px;
    font-size: calc(23px * 1.05);
}.course_offeringLe3cI h3::after {
    height: 2px;
    width: 50px;
}.course_offeringLe3cI p.description {
    line-height: 1.7;
    font-size: calc(17px * 0.95);
}
}

@media (hover: hover) {.course_offeringLe3cI .shotIfR86::before {
    transition: opacity 0.5s ease;
}.course_offeringLe3cI .shotIfR86:hover::before {
    opacity: 0.7;
}}.our_storyPgGkx {
    overflow: hidden;
    padding: 120px 0;
    background-color: #ffffff;
    position: relative;
}.our_storyPgGkx::before {
    left: 0;
    position: absolute;
    background-size: 50px 50px;
    height: 100%;
    width: 100%;
    background: 
        linear-gradient(0deg, transparent 24px, rgba(0, 0, 0, 0.5) 25px, rgba(0, 0, 0, 0.5) 26px, transparent 27px, transparent 49px, rgba(0, 0, 0, 0.5) 50px, rgba(0, 0, 0, 0.5) 51px, transparent 52px),
        linear-gradient(90deg, transparent 24px, rgba(0, 0, 0, 0.5) 25px, rgba(0, 0, 0, 0.5) 26px, transparent 27px, transparent 49px, rgba(0, 0, 0, 0.5) 50px, rgba(0, 0, 0, 0.5) 51px, transparent 52px);
    z-index: 1;
    top: 0;
    content: "";
    opacity: 0.03;
}.our_storyPgGkx::after {
    top: 0;
    position: absolute;
    height: 100%;
    opacity: 0.03;
    left: 0;
    width: 100%;
    z-index: 1;
    content: "";
    background: 
        repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 10px),
        repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 10px);
}.our_storyPgGkx .container {
    position: relative;
    z-index: 10;
}.our_storyPgGkx h2 {
    margin-bottom: 60px;
    position: relative;
    font-weight: 700;
    color: #000000;
    text-align: center;
    font-size: 31px;
}.our_storyPgGkx h2::before {
    left: 50%;
    bottom: -15px;
    content: "";
    background-color: rgb(209,212,198);
    position: absolute;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
}.our_storyPgGkx h2::after {
    background-color: rgb(172,179,161);
    height: 3px;
    transform: translateX(-50%) translateX(30px);
    bottom: -15px;
    width: 20px;
    content: "";
    left: 50%;
    position: absolute;
}.our_storyPgGkx .quick_studies9s4gw {
    flex-wrap: wrap;
    position: relative;
    display: flex;
    gap: 30px;
}.our_storyPgGkx .quick_studies9s4gw::before {
    width: 100%;
    position: absolute;
    height: 100%;
    background: 
        linear-gradient(45deg, transparent calc(50% - 1px), rgb(209,212,198,0.5) calc(50% - 1px), rgb(209,212,198,0.5) calc(50% + 1px), transparent calc(50% + 1px)),
        linear-gradient(135deg, transparent calc(50% - 1px), rgb(172,179,161,0.5) calc(50% - 1px), rgb(172,179,161,0.5) calc(50% + 1px), transparent calc(50% + 1px));
    background-size: 60px 60px;
    z-index: -1;
    content: "";
    opacity: 0.05;
    left: 0;
    top: 0;
}.our_storyPgGkx .study_studiogBnp9 {
    overflow: hidden;
    position: relative;
    min-width: calc(50% - 15px);
    flex: 1;
    border-radius: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 2;
}.our_storyPgGkx .study_studiogBnp9::before {
    position: absolute;
    height: 4px;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(209,212,198), rgb(172,179,161));
    content: "";
    left: 0;
    width: 100%;
    transform-origin: left;
    transition: transform 0.4s ease;
    top: 0;
}.our_storyPgGkx .study_studiogBnp9:hover::before {
    transform: scaleX(1);
}.our_storyPgGkx .study_studiogBnp9::after {
    width: 0;
    height: 0;
    border-width: 0 0 40px 40px;
    content: "";
    opacity: 0;
    position: absolute;
    border-color: transparent transparent rgb(209,212,198,0.5) transparent;
    transition: opacity 0.4s ease;
    border-style: solid;
    right: 0;
    bottom: 0;
}.our_storyPgGkx .study_studiogBnp9:hover::after {
    opacity: 1;
}.our_storyPgGkx .study_studiogBnp9 {
    padding: 40px;
    transform: translateY(0);
}.our_storyPgGkx .study_studiogBnp9:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.our_storyPgGkx .study_studiogBnp9 h3 {
    font-weight: 600;
    padding-left: 15px;
    color: #000000;
    margin-bottom: 20px;
    font-size: 18px;
    transition: all 0.3s ease;
    position: relative;
}.our_storyPgGkx .study_studiogBnp9 h3::before {
    position: absolute;
    background-color: rgb(209,212,198);
    content: "";
    left: 0;
    height: 25px;
    width: 5px;
    transform: translateY(-50%);
    top: 50%;
}.our_storyPgGkx .study_studiogBnp9:last-child h3::before {
    background-color: rgb(172,179,161);
}.our_storyPgGkx .study_studiogBnp9:hover h3 {
    color: rgb(209,212,198);
}.our_storyPgGkx .study_studiogBnp9:last-child:hover h3 {
    color: rgb(172,179,161);
}.our_storyPgGkx .study_studiogBnp9 p {
    color: #000000;
    font-size: 18px;
    line-height: 1.8;
    position: relative;
}.our_storyPgGkx .container::before {
    opacity: 0.1;
    height: 300px;
    right: -150px;
    background: linear-gradient(135deg, rgb(209,212,198,0.5), rgb(172,179,161,0.5));
    content: "";
    width: 300px;
    top: -150px;
    position: absolute;
    z-index: -1;
    border-radius: 50%;
}.our_storyPgGkx .container::after {
    left: -100px;
    z-index: -1;
    border-radius: 50%;
    content: "";
    background: linear-gradient(45deg, rgb(172,179,161,0.5), rgb(209,212,198,0.5));
    width: 200px;
    height: 200px;
    opacity: 0.1;
    position: absolute;
    bottom: -100px;
}.our_storyPgGkx .study_studiogBnp9:first-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}.our_storyPgGkx .study_studiogBnp9:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}.our_storyPgGkx .study_studiogBnp9:first-child::after {
    border-color: transparent transparent rgb(209,212,198,0.5) transparent;
}.our_storyPgGkx .study_studiogBnp9:last-child::after {
    border-color: transparent transparent rgb(172,179,161,0.5) transparent;
}

@media screen and (max-width: 992px) {.our_storyPgGkx {
    padding: 80px 0;
}.our_storyPgGkx .quick_studies9s4gw {
    flex-direction: column;
}.our_storyPgGkx .study_studiogBnp9 {
    min-width: 100%;
}.our_storyPgGkx h2 {
    margin-bottom: 40px;
}
}

@media screen and (max-width: 768px) {.our_storyPgGkx {
    padding: 60px 0;
}.our_storyPgGkx h2 {
    font-size: calc(31px * 0.9);
}.our_storyPgGkx .study_studiogBnp9 {
    padding: 30px;
}.our_storyPgGkx .study_studiogBnp9 h3 {
    margin-bottom: 15px;
    font-size: calc(18px * 0.9);
}.our_storyPgGkx .study_studiogBnp9 h3::before {
    height: 20px;
}.our_storyPgGkx .container::before {
    top: -100px;
    height: 200px;
    right: -100px;
    width: 200px;
}.our_storyPgGkx .container::after {
    width: 150px;
    bottom: -75px;
    height: 150px;
    left: -75px;
}
}

@media screen and (max-width: 576px) {.our_storyPgGkx {
    padding: 50px 0;
}.our_storyPgGkx h2 {
    font-size: calc(31px * 0.8);
    margin-bottom: 30px;
}.our_storyPgGkx h2::before {
    width: 40px;
    bottom: -12px;
}.our_storyPgGkx h2::after {
    bottom: -12px;
    transform: translateX(-50%) translateX(25px);
    width: 15px;
}.our_storyPgGkx .study_studiogBnp9 {
    padding: 25px;
}.our_storyPgGkx .study_studiogBnp9 h3 {
    padding-left: 12px;
    font-size: calc(18px * 0.85);
    margin-bottom: 12px;
}.our_storyPgGkx .study_studiogBnp9 h3::before {
    width: 4px;
    height: 18px;
}.our_storyPgGkx .study_studiogBnp9 p {
    font-size: calc(18px * 0.9);
    line-height: 1.6;
}.our_storyPgGkx .study_studiogBnp9::after {
    border-width: 0 0 30px 30px;
}}.gratitudeWebWtzSb {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(238,239,234) 0%, rgba(255,255,255,0.95) 100%);
    padding: 120px 0;
    position: relative;
}.gratitudeWebWtzSb::before {
    background-image: radial-gradient(circle at 20% 30%, rgb(209,212,198,0.5) 0%, transparent 40%),
                      radial-gradient(circle at 80% 70%, rgb(172,179,161,0.5) 0%, transparent 40%);
    width: 100%;
    top: 0;
    opacity: 0.07;
    position: absolute;
    left: 0;
    content: "";
    height: 100%;
    z-index: 0;
}.gratitudeWebWtzSb::after {
    right: -5%;
    content: "";
    height: 300px;
    top: -10%;
    position: absolute;
    width: 300px;
    transform: rotate(15deg);
    background: linear-gradient(225deg, rgb(209,212,198,0.5) 0%, transparent 70%);
    filter: blur(80px);
    z-index: 0;
    opacity: 0.1;
}.gratitudeWebWtzSb .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
}.gratitudeWebWtzSb .founders_teamXlgey {
    perspective: 1000px;
    display: grid;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    gap: 40px;
    grid-template-columns: 1fr;
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0,0,0,0.04), 
                0 5px 15px rgba(0,0,0,0.03),
                0 0 0 1px rgba(0,0,0,0.02);
    transform-style: preserve-3d;
    position: relative;
    padding: 60px 40px;
}.gratitudeWebWtzSb .founders_teamXlgey::before {
    position: absolute;
    width: 3px;
    height: 0%;
    left: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(209,212,198), rgb(172,179,161));
    animation: borderGrow 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    animation-delay: 0.5s;
    top: 0;
}.gratitudeWebWtzSb .founders_teamXlgey::after {
    top: -10px;
    height: 80px;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    z-index: -1;
    width: 80px;
    right: -10px;
    position: absolute;
    opacity: 0.1;
    background: linear-gradient(135deg, rgb(209,212,198) 0%, rgb(172,179,161) 100%);
    transform: rotate(5deg);
    content: "";
}.gratitudeWebWtzSb .founders_teamXlgey > div:first-child {
    transition: transform 0.5s ease;
    position: relative;
    transform: translateZ(20px);
    padding-left: 20px;
}.gratitudeWebWtzSb .founders_teamXlgey > div:first-child::before {
    transform: translateY(-50%);
    top: 50%;
    height: 8px;
    content: "";
    width: 8px;
    background: rgb(209,212,198);
    position: absolute;
    left: 0;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}.gratitudeWebWtzSb .founders_teamXlgey > div:last-child {
    transform: translateZ(10px);
    transition: transform 0.5s ease;
    position: relative;
}.gratitudeWebWtzSb h5 {
    color: #000000;
    display: inline-block;
    margin-bottom: 10px;
    opacity: 0;
    font-weight: 700;
    transform: translateY(20px);
    position: relative;
    animation: slideUp 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    line-height: 1.4;
    font-size: 21px;
}.gratitudeWebWtzSb h5::after {
    height: 2px;
    content: "";
    background: linear-gradient(to right, rgb(209,212,198), transparent);
    bottom: -8px;
    position: absolute;
    width: 60px;
    animation-delay: 0.8s;
    left: 0;
    animation: lineGrow 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    transform: scaleX(0);
    transform-origin: left;
}.gratitudeWebWtzSb a {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    text-decoration: none;
    display: block;
}.gratitudeWebWtzSb a:hover {
    transform: translateY(-5px);
}.gratitudeWebWtzSb p {
    animation: slideUp 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    font-size: 16px;
    opacity: 0;
    position: relative;
    border-left: 1px solid rgba(rgb(209,212,198,0.5), 0.2);
    animation-delay: 0.3s;
    padding: 25px 30px;
    margin: 0;
    line-height: 1.8;
    transition: border-left 0.3s ease, background 0.3s ease;
    color: #000000;
    background: rgba(245, 245, 250, 0.7);
    transform: translateY(20px);
}.gratitudeWebWtzSb a:hover p {
    border-left: 3px solid rgb(209,212,198);
    background: rgba(245, 245, 250, 0.9);
}.gratitudeWebWtzSb p::before {
    top: 10px;
    position: absolute;
    line-height: 1;
    opacity: 0.2;
    color: rgb(209,212,198,0.5);
    content: "";
    font-family: serif;
    font-size: 60px;
    left: 10px;
}.gratitudeWebWtzSb p::after {
    bottom: -20px;
    content: "";
    line-height: 1;
    opacity: 0.2;
    color: rgb(172,179,161,0.5);
    position: absolute;
    font-family: serif;
    font-size: 60px;
    right: 10px;
}

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

@keyframes lineGrow {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes borderGrow {
    0% {
        height: 0%;
    }
    100% {
        height: 100%;
    }
}

@media (min-width: 768px) {.gratitudeWebWtzSb {
    padding: 150px 0;
}.gratitudeWebWtzSb .founders_teamXlgey {
    padding: 80px 60px;
    grid-template-columns: 1fr 1fr;
}.gratitudeWebWtzSb .founders_teamXlgey > div:first-child {
    display: flex;
    align-items: center;
}.gratitudeWebWtzSb h5 {
    margin-bottom: 0;
    font-size: calc(21px * 1.2);
}.gratitudeWebWtzSb p {
    font-size: calc(16px * 1.05);
}
}

@media (min-width: 992px) {.gratitudeWebWtzSb .founders_teamXlgey {
    gap: 60px;
    padding: 100px 80px;
}.gratitudeWebWtzSb .founders_teamXlgey:hover {
    transform: translateY(-5px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 0 30px 60px rgba(0,0,0,0.07), 
                    0 12px 25px rgba(0,0,0,0.05),
                    0 0 0 1px rgba(0,0,0,0.02);
}.gratitudeWebWtzSb .founders_teamXlgey:hover > div:first-child {
    transform: translateZ(35px);
}.gratitudeWebWtzSb .founders_teamXlgey:hover > div:last-child {
    transform: translateZ(25px);
}.gratitudeWebWtzSb h5 {
    font-size: calc(21px * 1.3);
}.gratitudeWebWtzSb p {
    font-size: calc(16px * 1.1);
    line-height: 1.9;
}
}

@media (max-width: 767px) {.gratitudeWebWtzSb {
    padding: 80px 0;
}.gratitudeWebWtzSb .founders_teamXlgey {
    padding: 40px 30px;
}.gratitudeWebWtzSb h5 {
    font-size: calc(21px * 0.9);
}.gratitudeWebWtzSb p {
    font-size: calc(16px * 0.95);
    line-height: 1.7;
    padding: 20px 25px;
}
}

@media (max-width: 480px) {.gratitudeWebWtzSb {
    padding: 60px 0;
}.gratitudeWebWtzSb .founders_teamXlgey {
    padding: 30px 20px;
}.gratitudeWebWtzSb h5 {
    font-size: calc(21px * 0.85);
}.gratitudeWebWtzSb p {
    padding: 15px 20px;
    font-size: calc(16px * 0.9);
}}.privacy_guardhousebFxBz {
    padding: 40px;
    height: auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    color: #000000;
    font-family: Arial, sans-serif;
    overflow: hidden;
    transition: background-color 0.3s, box-shadow 0.3s;
    width: 100%;
}.privacy_guardhousebFxBz h1 {
    margin-top: 40px;
    text-transform: uppercase;
    color: rgb(209,212,198);
    font-weight: 700;
    font-size: 40px;
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: 2px solid rgb(209,212,198);
}.privacy_guardhousebFxBz h2 {
    font-weight: 600;
    margin-top: 30px;
    padding-bottom: 5px;
    font-size: 34px;
    color: rgb(172,179,161);
    border-bottom: 1px solid rgb(172,179,161);
    margin-bottom: 20px;
}.privacy_guardhousebFxBz h3, .privacy_guardhousebFxBz h4, .privacy_guardhousebFxBz h5, .privacy_guardhousebFxBz h6 {
    color: rgb(209,212,198);
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    margin-top: 25px;
}.privacy_guardhousebFxBz li {
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 18px;
    color: #000000;
    font-weight: 400;
}.privacy_guardhousebFxBz section {
    background: rgb(238,239,234);
    margin-top: 20px;
    border-radius: 10px;
    padding: 20px;
}.privacy_guardhousebFxBz p, .privacy_guardhousebFxBz span, .privacy_guardhousebFxBz div {
    line-height: 1.8;
    font-weight: 300;
    color: #000000;
    margin-bottom: 10px;
    font-size: 18px;
}

@media only screen and (max-width: 800px) {.privacy_guardhousebFxBz {
    padding: 20px 10px;
}.privacy_guardhousebFxBz h1 {
    font-size: calc(20px * 0.8);
}.privacy_guardhousebFxBz h2 {
    font-size: calc(20px * 0.8);
}.privacy_guardhousebFxBz h3, .privacy_guardhousebFxBz h4, .privacy_guardhousebFxBz h5, .privacy_guardhousebFxBz h6 {
    font-size: calc(20px * 0.8);
}.privacy_guardhousebFxBz p, .privacy_guardhousebFxBz span, .privacy_guardhousebFxBz div {
    font-size: calc(18px * 0.9);
}
}