* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.header_mainS6HkAhZ {
    flex: 1 0 auto;
}.youtube_chanI1ecOoM {
    flex: 0 0 auto;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    min-height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
    height: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.wrapper-canvas8QqjphJ {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}.container {
    width: 1256px;
    max-width: 100%;
    margin: auto;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.our_backgroundtklVMNy {
    padding: 160px 0;
    position: relative;
    background-color: rgb(197,210,209);
    overflow: hidden;
    isolation: isolate;
}.our_backgroundtklVMNy::before {
    inset: 0;
    background-size: auto, auto, 80px 80px;
    z-index: -2;
    position: absolute;
    animation: rotateCircles 60s linear infinite;
    background: 
        radial-gradient(circle at 10% 10%, rgb(162,176,175,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 90%, rgb(128,143,142,0.5) 0%, transparent 40%),
        repeating-conic-gradient(
            from 0deg at 50% 50%,
            transparent 0deg,
            transparent 15deg,
            rgba(0, 0, 0, 0.5) 15.5deg,
            transparent 16deg
        );
    opacity: 0.15;
    content: "";
}@keyframes rotateCircles {
    0% {
        background-position: 0% 0%, 100% 100%, 0 0;
        opacity: 0.15;
    }
    50% {
        background-position: 5% 5%, 95% 95%, 0 0;
        opacity: 0.17;
    }
    100% {
        background-position: 0% 0%, 100% 100%, 0 0;
        opacity: 0.15;
    }
}

.our_backgroundtklVMNy::after {
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.5) 26%, transparent 27%, transparent 74%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.5) 76%, transparent 77%),
        linear-gradient(90deg, transparent 24%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.5) 26%, transparent 27%, transparent 74%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.5) 76%, transparent 77%);
    position: absolute;
    z-index: -1;
    opacity: 0.03;
    content: "";
    inset: 0;
    background-size: 50px 50px;
}.our_backgroundtklVMNy .container {
    position: relative;
    padding: 0 30px;
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
}.our_backgroundtklVMNy .container::before {
    opacity: 0.6;
    z-index: -1;
    left: -300px;
    position: absolute;
    height: 600px;
    animation: slowRotate 40s linear infinite;
    background: 
        conic-gradient(from 0deg, 
            transparent 0deg, 
            transparent 55deg, 
            rgba(0, 0, 0, 0.02) 60deg, 
            transparent 65deg,
            transparent 115deg, 
            rgba(0, 0, 0, 0.02) 120deg,
            transparent 125deg,
            transparent 175deg,
            rgba(0, 0, 0, 0.02) 180deg,
            transparent 185deg,
            transparent 235deg,
            rgba(0, 0, 0, 0.02) 240deg,
            transparent 245deg,
            transparent 295deg,
            rgba(0, 0, 0, 0.02) 300deg,
            transparent 305deg
        );
    border-radius: 50%;
    content: "";
    width: 600px;
    top: -300px;
}.our_backgroundtklVMNy .container::after {
    opacity: 0.5;
    z-index: -1;
    width: 400px;
    border-radius: 50%;
    position: absolute;
    height: 400px;
    right: -200px;
    bottom: -200px;
    content: "";
    background: radial-gradient(circle, rgba(0, 0, 0, 0.01) 0%, transparent 70%);
}@keyframes slowRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.our_backgroundtklVMNy .learn_spotQ7mON9a {
    gap: 25px;
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(8px);
    position: relative;
    overflow: hidden;
    grid-template-areas: 
        "logo title"
        "photo text";
    grid-template-columns: minmax(300px, 1fr) minmax(400px, 2fr);
    display: grid;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.02);
    grid-template-rows: auto 1fr;
}.our_backgroundtklVMNy .learn_spotQ7mON9a::before {
    z-index: -1;
    position: absolute;
    background: 
        linear-gradient(45deg, transparent 25%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 50%, transparent 50%, transparent 75%, rgba(255, 255, 255, 0.02) 75%);
    opacity: 0.3;
    background-size: 10px 10px;
    inset: 0;
    animation: patternShift 20s linear infinite;
    content: "";
}@keyframes patternShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

.our_backgroundtklVMNy .learn_spotQ7mON9a::after {
    background: linear-gradient(135deg, rgb(162,176,175,0.5) 0%, transparent 100%);
    inset: 0;
    z-index: -1;
    content: "";
    position: absolute;
    opacity: 0.05;
}.our_backgroundtklVMNy .promise_blockItPenYx {
    grid-area: logo;
    justify-content: center;
    align-items: center;
    z-index: 2;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 30px;
}.our_backgroundtklVMNy .promise_blockItPenYx::before {
    position: absolute;
    border-radius: 10px;
    opacity: 0.2;
    content: "";
    border: 1px dashed rgb(162,176,175,0.5);
    z-index: -1;
    inset: 10px;
}.our_backgroundtklVMNy .promise_blockItPenYx::after {
    left: 0;
    opacity: 0.05;
    background: 
        linear-gradient(45deg, transparent 48.5%, rgb(162,176,175,0.5) 49%, rgb(162,176,175,0.5) 51%, transparent 51.5%),
        linear-gradient(135deg, transparent 48.5%, rgb(162,176,175,0.5) 49%, rgb(162,176,175,0.5) 51%, transparent 51.5%);
    position: absolute;
    width: 100%;
    z-index: -1;
    top: 0;
    content: "";
    height: 100%;
    background-size: 30px 30px;
}.our_backgroundtklVMNy .promise_blockItPenYx svg {
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    margin-bottom: 15px;
    height: 70px;
    width: 70px;
}.our_backgroundtklVMNy .promise_blockItPenYx svg::before {
    transform: scale(0.8);
    border: 1px solid rgb(162,176,175,0.5);
    inset: -5px;
    border-radius: 50%;
    opacity: 0;
    position: absolute;
    content: "";
    transition: all 0.3s ease;
}.our_backgroundtklVMNy .promise_blockItPenYx svg path {
    fill: rgb(162,176,175);
    transition: fill 0.3s ease;
}.our_backgroundtklVMNy h2 {
    display: flex;
    font-weight: 700;
    font-size: 28px;
    margin: 0;
    padding: 30px;
    color: #000000;
    grid-area: title;
    align-items: center;
    position: relative;
}.our_backgroundtklVMNy h2::before {
    z-index: -1;
    left: 0;
    position: absolute;
    content: "";
    pointer-events: none;
    height: 100%;
    opacity: 0.15;
    width: 100%;
    top: 0;
    background: 
        linear-gradient(to right, rgb(162,176,175,0.5) 0%, transparent 5%),
        linear-gradient(to bottom, rgb(162,176,175,0.5) 0%, transparent 5%);
}.our_backgroundtklVMNy h2::after {
    background: linear-gradient(to right, rgb(162,176,175), rgb(128,143,142));
    height: 3px;
    position: absolute;
    width: 60px;
    transition: width 0.3s ease, transform 0.3s ease;
    content: "";
    left: 30px;
    border-radius: 3px;
    bottom: 20px;
}.our_backgroundtklVMNy h2:hover::after {
    width: 100px;
    transform: translateX(10px);
}.our_backgroundtklVMNy .skill_boostL9nzifZ {
    perspective: 1000px;
    position: relative;
    grid-area: photo;
    padding: 30px;
    z-index: 2;
}.our_backgroundtklVMNy .skill_boostL9nzifZ::before {
    box-shadow: inset 0 0 0 1px rgb(162,176,175,0.5);
    position: absolute;
    z-index: -1;
    border-radius: 13px;
    inset: 10px;
    content: "";
    opacity: 0.1;
}.our_backgroundtklVMNy .skill_boostL9nzifZ::after {
    position: absolute;
    opacity: 0.05;
    z-index: -1;
    background: radial-gradient(circle at 30% 70%, rgb(162,176,175,0.5) 0%, transparent 60%);
    content: "";
    pointer-events: none;
    inset: 0;
}.our_backgroundtklVMNy .skill_boostL9nzifZ .img_border_boxJIKVeWh {
    transform-style: preserve-3d;
    width: 100%;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
    height: 320px;
    border-radius: 13px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    transform: rotateY(3deg) rotateX(2deg);
}.our_backgroundtklVMNy .skill_boostL9nzifZ .img_border_boxJIKVeWh::before {
    position: absolute;
    z-index: 1;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5) 100%);
    content: "";
    inset: 0;
}.our_backgroundtklVMNy .skill_boostL9nzifZ .img_border_boxJIKVeWh::after {
    transform: rotate(30deg);
    width: 300%;
    position: absolute;
    animation: lightSweep 8s infinite cubic-bezier(0.4, 0, 0.2, 1);
    top: -100%;
    height: 300%;
    left: -100%;
    background: linear-gradient(
        90deg, 
        transparent, 
        rgba(255, 255, 255, 0.08), 
        transparent
    );
    z-index: 2;
    content: "";
}@keyframes lightSweep {
    0% {
        transform: rotate(30deg) translateX(-100%);
    }
    100% {
        transform: rotate(30deg) translateX(100%);
    }
}

.our_backgroundtklVMNy .skill_boostL9nzifZ:hover .img_border_boxJIKVeWh {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1);
    transform: rotateY(0deg) rotateX(0deg) translateY(-10px);
}.our_backgroundtklVMNy .learn_corner06n82gT {
    position: relative;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    margin-right: 20px;
    padding: 20px 25px;
    color: #ffffff;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translateY(0);
    background: rgb(162,176,175);
    border-radius: 10px;
    margin-left: 20px;
    z-index: 3;
    margin-top: -40px;
}.our_backgroundtklVMNy .learn_corner06n82gT::before {
    top: 0;
    position: absolute;
    content: "";
    width: 4px;
    opacity: 0.8;
    left: 0;
    border-radius: 10px 0 0 10px;
    background: rgb(128,143,142);
    height: 100%;
}.our_backgroundtklVMNy .learn_corner06n82gT::after {
    position: absolute;
    content: "";
    pointer-events: none;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
}.our_backgroundtklVMNy .skill_boostL9nzifZ:hover .learn_corner06n82gT {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.our_backgroundtklVMNy .method_pedaGeRkfA {
    margin: 0 0 8px 0;
    font-size: 23px;
    padding-bottom: 8px;
    position: relative;
    font-weight: 700;
}.our_backgroundtklVMNy .skill_boostL9nzifZ:hover .method_pedaGeRkfA::after {
    width: 50px;
}.our_backgroundtklVMNy .success_metricUIzE6iP {
    opacity: 0.9;
    font-size: 16px;
    margin: 0;
}.our_backgroundtklVMNy .info_wrappercgexdpG {
    grid-area: text;
    padding: 30px;
    z-index: 2;
    position: relative;
}.our_backgroundtklVMNy .info_wrappercgexdpG::before {
    inset: 10px;
    z-index: -1;
    box-shadow: inset 0 0 0 1px rgb(128,143,142,0.5);
    transition: opacity 0.3s ease;
    opacity: 0.1;
    border-radius: 13px;
    position: absolute;
    content: "";
}.our_backgroundtklVMNy .info_wrappercgexdpG:hover::before {
    opacity: 0.2;
}.our_backgroundtklVMNy .info_wrappercgexdpG::after {
    pointer-events: none;
    z-index: -1;
    opacity: 0.05;
    content: "";
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(circle at 70% 30%, rgb(128,143,142,0.5) 0%, transparent 60%);
}.our_backgroundtklVMNy p {
    color: #000000;
    line-height: 1.8;
    position: relative;
    margin: 0;
    font-size: 16px;
    padding: 0 0 0 20px;
}.our_backgroundtklVMNy p::before {
    border-radius: 3px;
    background: linear-gradient(to bottom, rgb(162,176,175,0.5), rgb(128,143,142,0.5));
    left: 0;
    opacity: 0.6;
    position: absolute;
    height: 100%;
    top: 0;
    width: 3px;
    content: "";
}

@media (max-width: 992px) {.our_backgroundtklVMNy {
    padding: 100px 0;
}.our_backgroundtklVMNy .learn_spotQ7mON9a {
    grid-template-columns: 1fr;
    grid-template-areas: 
            "title title"
            "logo logo"
            "photo photo"
            "text text";
}.our_backgroundtklVMNy .promise_blockItPenYx {
    padding: 25px;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}.our_backgroundtklVMNy .promise_blockItPenYx svg {
    margin-right: 15px;
    margin-bottom: 0;
}.our_backgroundtklVMNy h2 {
    padding: 25px;
    justify-content: center;
    text-align: center;
}.our_backgroundtklVMNy h2::after {
    transform: translateX(-50%);
    left: 50%;
}.our_backgroundtklVMNy h2:hover::after {
    width: 80px;
    transform: translateX(-40px);
}.our_backgroundtklVMNy .skill_boostL9nzifZ,
    .our_backgroundtklVMNy .info_wrappercgexdpG {
    padding: 25px;
}.our_backgroundtklVMNy .skill_boostL9nzifZ .img_border_boxJIKVeWh {
    height: 280px;
}
}

@media (max-width: 768px) {.our_backgroundtklVMNy {
    padding: 80px 0;
}.our_backgroundtklVMNy .skill_boostL9nzifZ .img_border_boxJIKVeWh {
    height: 240px;
}.our_backgroundtklVMNy .learn_corner06n82gT {
    margin-right: 10px;
    padding: 15px 20px;
    margin-left: 10px;
}.our_backgroundtklVMNy h2 {
    font-size: calc(28px * 0.9);
}
}

@media (max-width: 480px) {.our_backgroundtklVMNy {
    padding: 60px 0;
}.our_backgroundtklVMNy .container {
    padding: 0 20px;
}.our_backgroundtklVMNy .promise_blockItPenYx,
    .our_backgroundtklVMNy h2,
    .our_backgroundtklVMNy .skill_boostL9nzifZ,
    .our_backgroundtklVMNy .info_wrappercgexdpG {
    padding: 20px;
}.our_backgroundtklVMNy .skill_boostL9nzifZ .img_border_boxJIKVeWh {
    height: 200px;
}.our_backgroundtklVMNy h2 {
    font-size: calc(28px * 0.8);
}.our_backgroundtklVMNy .promise_blockItPenYx {
    flex-direction: column;
}.our_backgroundtklVMNy .promise_blockItPenYx svg {
    margin-bottom: 10px;
    margin-right: 0;
}}.tariff_block3oJh6xV {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.tariff_block3oJh6xV::before {
    content: "";
    top: 0;
    backdrop-filter: blur(8px);
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(162,176,175,0.5) 100%);
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}.tariff_block3oJh6xV .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1400px;
    z-index: 2;
}.tariff_block3oJh6xV .pay_optionsU9zqp3o {
    flex-direction: column;
    display: flex;
    align-items: center;
}.tariff_block3oJh6xV h2 {
    text-align: center;
    color: #ffffff;
    transform: translateY(0);
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    position: relative;
    margin-bottom: 25px;
    animation: fadeSlideDown 0.8s ease-out forwards;
    font-size: 32px;
    font-weight: 700;
}.tariff_block3oJh6xV h2::after {
    width: 80px;
    position: absolute;
    content: "";
    left: 50%;
    background: rgb(162,176,175);
    transform: translateX(-50%) scaleX(0);
    height: 3px;
    animation: expandLine 1.2s 0.4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    bottom: -15px;
}.tariff_block3oJh6xV .plan_fee1tEkBfS {
    line-height: 1.6;
    text-align: center;
    transform: translateY(20px);
    animation: fadeSlideUp 0.8s 0.3s ease-out forwards;
    color: #ffffff;
    font-size: calc(16px * 1.1);
    margin: 0 auto 60px;
    opacity: 0;
    max-width: 700px;
}.tariff_block3oJh6xV .basic_costMyHjbN8 {
    list-style: none;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    gap: 30px;
    width: 100%;
    perspective: 1000px;
    margin: 0;
}.tariff_block3oJh6xV .basic_costMyHjbN8 li {
    animation: cardReveal 0.7s cubic-bezier(0.2, 1, 0.3, 1) forwards;
    opacity: 0;
    transform: translateY(30px) rotateX(10deg);
}.tariff_block3oJh6xV .basic_costMyHjbN8 li:nth-child(1) {
    animation-delay: 0.4s;
}.tariff_block3oJh6xV .basic_costMyHjbN8 li:nth-child(2) {
    animation-delay: 0.6s;
}.tariff_block3oJh6xV .basic_costMyHjbN8 li:nth-child(3) {
    animation-delay: 0.8s;
}.tariff_block3oJh6xV .basic_costMyHjbN8 li:nth-child(4) {
    animation-delay: 1s;
}.tariff_block3oJh6xV .value_feesUJFtqTO {
    transition: transform 0.45s cubic-bezier(0.2, 1, 0.3, 1);
    will-change: transform;
    display: block;
    height: 100%;
    color: #000000;
    text-decoration: none;
}.tariff_block3oJh6xV .value_feesUJFtqTO:hover {
    transform: translateY(-12px);
}.tariff_block3oJh6xV .fee_chart9cKMDLa {
    height: 100%;
    background: #ffffff;
    position: relative;
    border-radius: 27px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.07);
    transition: box-shadow 0.45s ease, transform 0.45s cubic-bezier(0.2, 1, 0.3, 1);
    overflow: hidden;
}.tariff_block3oJh6xV .value_feesUJFtqTO:hover .fee_chart9cKMDLa {
    box-shadow: 0 25px 45px rgba(0,0,0,0.15), 0 10px 20px rgba(0,0,0,0.12);
}.tariff_block3oJh6xV .fee_chart9cKMDLa::before {
    transform: scaleX(0);
    position: absolute;
    width: 100%;
    content: "";
    transform-origin: right;
    background: linear-gradient(90deg, rgb(162,176,175) 0%, rgb(128,143,142) 100%);
    top: 0;
    transition: transform 0.5s cubic-bezier(0.3, 0.7, 0.4, 1.5);
    left: 0;
    height: 6px;
}.tariff_block3oJh6xV .value_feesUJFtqTO:hover .fee_chart9cKMDLa::before {
    transform-origin: left;
    transform: scaleX(1);
}.tariff_block3oJh6xV .plan_matrixpsDaE6u {
    padding: 35px 30px;
    position: relative;
}.tariff_block3oJh6xV .plan_matrixpsDaE6u h4 {
    transition: color 0.35s ease;
    font-size: calc(21px * 1.1);
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
    font-weight: 700;
    color: #000000;
}.tariff_block3oJh6xV .value_feesUJFtqTO:hover .plan_matrixpsDaE6u h4 {
    color: rgb(162,176,175);
}.tariff_block3oJh6xV .plan_matrixpsDaE6u h4::after {
    content: "";
    height: 2px;
    position: absolute;
    left: 0;
    width: 50px;
    transition: width 0.35s ease, background 0.35s ease;
    background: rgb(162,176,175,0.5);
    bottom: 0;
}.tariff_block3oJh6xV .value_feesUJFtqTO:hover .plan_matrixpsDaE6u h4::after {
    width: 75px;
    background: rgb(162,176,175);
}.tariff_block3oJh6xV .plan_matrixpsDaE6u p {
    margin-bottom: 30px;
    color: #000000;
    padding-right: 15px;
    font-size: 16px;
    line-height: 1.7;
    max-height: 150px;
    overflow-y: auto;
    position: relative;
}.tariff_block3oJh6xV .plan_matrixpsDaE6u p::-webkit-scrollbar {
    width: 6px;
}.tariff_block3oJh6xV .plan_matrixpsDaE6u p::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0,0,0,0.05);
}.tariff_block3oJh6xV .plan_matrixpsDaE6u p::-webkit-scrollbar-thumb {
    background: rgb(162,176,175,0.5);
    transition: background 0.3s ease;
    border-radius: 10px;
}.tariff_block3oJh6xV .value_feesUJFtqTO:hover .plan_matrixpsDaE6u p::-webkit-scrollbar-thumb {
    background: rgb(162,176,175);
}.tariff_block3oJh6xV .cost_ratesoKVn0Ul {
    justify-content: center;
    align-items: center;
    color: #ffffff;
    display: flex;
    font-size: calc(21px * 1.2);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    background: linear-gradient(135deg, rgb(128,143,142,0.5) 0%, rgb(162,176,175) 100%);
    position: relative;
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    padding: 12px 20px;
    font-weight: 700;
}.tariff_block3oJh6xV .value_feesUJFtqTO:hover .cost_ratesoKVn0Ul {
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    transform: scale(1.05);
}.tariff_block3oJh6xV .cost_ratesoKVn0Ul::before {
    left: 0;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    width: 100%;
    position: absolute;
    transition: transform 0.6s ease;
    height: 100%;
    transform: translateX(-100%);
    content: "";
}.tariff_block3oJh6xV .value_feesUJFtqTO:hover .cost_ratesoKVn0Ul::before {
    transform: translateX(100%);
}

@keyframes fadeSlideDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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

@keyframes expandLine {
    from {
        transform: translateX(-50%) scaleX(0);
    }
    to {
        transform: translateX(-50%) scaleX(1);
    }
}

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

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

@media (max-width: 991px) {.tariff_block3oJh6xV {
    padding: 80px 0;
}.tariff_block3oJh6xV h2 {
    font-size: calc(32px * 0.9);
}.tariff_block3oJh6xV .plan_fee1tEkBfS {
    font-size: 16px;
    margin-bottom: 50px;
}.tariff_block3oJh6xV .basic_costMyHjbN8 {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.tariff_block3oJh6xV .plan_matrixpsDaE6u {
    padding: 25px 20px;
}
}

@media (max-width: 767px) {.tariff_block3oJh6xV {
    padding: 60px 0;
}.tariff_block3oJh6xV h2 {
    font-size: calc(32px * 0.8);
}.tariff_block3oJh6xV .plan_fee1tEkBfS {
    font-size: calc(16px * 0.95);
    margin-bottom: 40px;
}.tariff_block3oJh6xV .basic_costMyHjbN8 {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 450px;
}.tariff_block3oJh6xV .plan_matrixpsDaE6u p {
    max-height: none;
}
}

@media (max-width: 480px) {.tariff_block3oJh6xV {
    padding: 50px 0;
}.tariff_block3oJh6xV h2 {
    font-size: calc(32px * 0.7);
}.tariff_block3oJh6xV .plan_matrixpsDaE6u {
    padding: 20px 18px;
}.tariff_block3oJh6xV .cost_ratesoKVn0Ul {
    padding: 10px 15px;
    font-size: calc(21px * 1.1);
}}.education_experiencegoVuNnq {
    background: linear-gradient(135deg, rgb(197,210,209) 0%, rgb(162,176,175,0.5) 100%);
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
}.education_experiencegoVuNnq::before {
    position: absolute;
    width: 100%;
    background: linear-gradient(45deg, transparent 45%, rgb(128,143,142,0.5) 45%, rgb(128,143,142,0.5) 55%, transparent 55%);
    content: "";
    transform: scale(1.5) rotate(-5deg);
    height: 100%;
    left: 0;
    top: 0;
}.education_experiencegoVuNnq .review_trackYrWNHgo {
    transform: rotate(-2deg);
    display: flex;
    max-width: 1100px;
    margin: 0 auto;
    z-index: 1;
    gap: 2rem;
    position: relative;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}.education_experiencegoVuNnq .img_border_boxJIKVeWh {
    height: 400px;
    border-radius: 24px;
    transition: all 0.5s ease;
    transform: perspective(1000px) rotateY(-15deg);
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    width: 350px;
    box-shadow: 20px 20px 0 rgb(162,176,175,0.5);
}.education_experiencegoVuNnq .work_summaryiEoDr6u {
    padding: 2.5rem;
    max-width: 450px;
    border-radius: 24px;
    z-index: 2;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    transform: perspective(1000px) rotateY(5deg) translateX(-30px);
    transition: all 0.5s ease;
}.education_experiencegoVuNnq .work_summaryiEoDr6u::before {
    transform: rotate(3deg);
    right: -15px;
    top: -15px;
    height: 100%;
    z-index: -1;
    width: 100%;
    position: absolute;
    content: "";
    background: rgb(128,143,142,0.5);
    border-radius: 24px;
}.education_experiencegoVuNnq .name {
    font-size: 31px;
    transform: skewX(-5deg);
    color: rgb(162,176,175);
    margin-bottom: 0.5rem;
    font-weight: 700;
}.education_experiencegoVuNnq .work_summaryiEoDr6u div:nth-child(2) {
    transform: skewX(-5deg);
    color: rgb(128,143,142);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 1.5rem;
}.education_experiencegoVuNnq .work_exp3VrNzhf {
    color: #000000;
    font-style: italic;
    font-size: 18px;
    line-height: 1.6;
    position: relative;
    padding-left: 1.5rem;
}.education_experiencegoVuNnq .work_exp3VrNzhf::before {
    left: 0;
    height: 100%;
    border-radius: 10px;
    content: "";
    background: linear-gradient(to bottom, rgb(162,176,175), rgb(128,143,142));
    position: absolute;
    width: 4px;
    top: 0;
}.education_experiencegoVuNnq .review_trackYrWNHgo:hover .img_border_boxJIKVeWh {
    transform: perspective(1000px) rotateY(-5deg);
    box-shadow: 30px 30px 0 rgb(162,176,175,0.5);
}.education_experiencegoVuNnq .review_trackYrWNHgo:hover .work_summaryiEoDr6u {
    transform: perspective(1000px) rotateY(0) translateX(-20px);
}

@media screen and (max-width: 991px) {.education_experiencegoVuNnq .review_trackYrWNHgo {
    gap: 3rem;
    flex-direction: column;
    transform: rotate(0);
}.education_experiencegoVuNnq .img_border_boxJIKVeWh {
    width: 280px;
    margin: 0 auto;
    height: 320px;
    transform: perspective(1000px) rotateY(0);
}.education_experiencegoVuNnq .work_summaryiEoDr6u {
    transform: translateY(-30px) perspective(1000px) rotateY(0);
}.education_experiencegoVuNnq .review_trackYrWNHgo:hover .img_border_boxJIKVeWh {
    transform: perspective(1000px) rotateY(0);
}.education_experiencegoVuNnq .review_trackYrWNHgo:hover .work_summaryiEoDr6u {
    transform: translateY(-40px) perspective(1000px) rotateY(0);
}}.connect_with_usICTDLsZ {
    padding: 90px 0;
    position: relative;
    background: linear-gradient(160deg, rgb(197,210,209) 0%, rgb(162,176,175,0.5) 100%);
    overflow: hidden;
}.connect_with_usICTDLsZ::before {
    top: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(162,176,175,0.5),
        rgb(162,176,175,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    left: 0;
    opacity: 0.03;
    content: "";
    position: absolute;
}.connect_with_usICTDLsZ .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}.connect_with_usICTDLsZ h2 {
    margin-bottom: 50px;
    font-weight: 700;
    text-align: center;
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 40px;
}.connect_with_usICTDLsZ .support_feedbackKJzd21n {
    display: flex;
    border-radius: 24px;
    flex-direction: column;
    margin: 0 auto;
    background: #ffffff;
    max-width: 800px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}.connect_with_usICTDLsZ .img_border_boxJIKVeWh {
    height: 200px;
    width: 100%;
    position: relative;
}.connect_with_usICTDLsZ .reach_listNGC1LHg {
    width: 100%;
    padding: 50px;
    position: relative;
}.connect_with_usICTDLsZ form {
    width: 100%;
}.connect_with_usICTDLsZ form h3 {
    display: inline-block;
    font-size: 19px;
    color: #000000;
    font-weight: 700;
    font-family: Arial, sans-serif;
    position: relative;
    margin-bottom: 30px;
}.connect_with_usICTDLsZ form h3::after {
    content: "";
    border-radius: 1.5px;
    bottom: -10px;
    background: rgb(162,176,175);
    left: 0;
    height: 3px;
    width: 100%;
    position: absolute;
}.connect_with_usICTDLsZ form input[type="text"] {
    padding: 15px 20px;
    border-radius: 10px;
    width: 100%;
    transition: all 0.3s ease;
    font-size: 14px;
    border: 2px solid transparent;
    color: #000000;
    font-family: Arial, sans-serif;
    background: rgb(197,210,209);
    margin-bottom: 20px;
}.connect_with_usICTDLsZ form input[type="text"]:focus {
    border-color: rgb(162,176,175);
    outline: none;
}.connect_with_usICTDLsZ form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.35);
}.connect_with_usICTDLsZ .inquiry_query8Gvs73e {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}.connect_with_usICTDLsZ .inquiry_query8Gvs73e input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.connect_with_usICTDLsZ .inquiry_query8Gvs73e label {
    font-size: 16px;
    padding-left: 35px;
    color: #000000;
    line-height: 1.6;
    position: relative;
    cursor: pointer;
}.connect_with_usICTDLsZ .inquiry_query8Gvs73e label::before {
    top: 2px;
    background: rgb(197,210,209);
    height: 22px;
    content: "";
    left: 0;
    position: absolute;
    border-radius: 10px;
    width: 22px;
    transition: all 0.3s ease;
}.connect_with_usICTDLsZ .inquiry_query8Gvs73e input[type="checkbox"]:checked + label::before {
    background: rgb(162,176,175);
}.connect_with_usICTDLsZ .inquiry_query8Gvs73e input[type="checkbox"]:checked + label::after {
    height: 12px;
    transform: rotate(45deg);
    position: absolute;
    border-right: 2px solid #ffffff;
    width: 6px;
    left: 8px;
    top: 5px;
    content: "";
    border-bottom: 2px solid #ffffff;
}.connect_with_usICTDLsZ .inquiry_query8Gvs73e label a {
    color: rgb(162,176,175);
    transition: all 0.3s ease;
    text-decoration: none;
}.connect_with_usICTDLsZ .inquiry_query8Gvs73e label a:hover {
    text-decoration: underline;
}.connect_with_usICTDLsZ form .query_reachI0UGJFi {
    font-weight: 600;
    font-family: Arial, sans-serif;
    padding: 16px 20px;
    overflow: hidden;
    width: 100%;
    border-radius: 10px;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
    background: rgb(162,176,175);
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    border: none;
}.connect_with_usICTDLsZ form .query_reachI0UGJFi:hover {
    background: rgb(128,143,142);
}.connect_with_usICTDLsZ svg {
    fill: rgb(162,176,175);
    width: 20px;
    height: 20px;
}.connect_with_usICTDLsZ svg path {
    transition: fill 0.3s ease;
    fill: rgb(162,176,175);
}

@media screen and (min-width: 768px) {.connect_with_usICTDLsZ .support_feedbackKJzd21n {
    max-width: 1000px;
    flex-direction: row;
}.connect_with_usICTDLsZ .img_border_boxJIKVeWh {
    min-height: 400px;
    width: 40%;
    height: auto;
}.connect_with_usICTDLsZ .reach_listNGC1LHg {
    width: 60%;
}
}

@media screen and (min-width: 992px) {.connect_with_usICTDLsZ .img_border_boxJIKVeWh {
    width: 50%;
}.connect_with_usICTDLsZ .reach_listNGC1LHg {
    width: 50%;
    padding: 60px;
}
}

@media screen and (min-width: 1200px) {.connect_with_usICTDLsZ .support_feedbackKJzd21n {
    max-width: 1100px;
}.connect_with_usICTDLsZ .img_border_boxJIKVeWh {
    min-height: 500px;
}
}

@media screen and (max-width: 576px) {.connect_with_usICTDLsZ {
    padding: 60px 0;
}.connect_with_usICTDLsZ h2 {
    margin-bottom: 30px;
    font-size: calc(40px * 0.7);
}.connect_with_usICTDLsZ .reach_listNGC1LHg {
    padding: 30px 20px;
}.connect_with_usICTDLsZ form h3 {
    font-size: calc(19px * 0.9);
}}header {
    z-index: 100;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
    width: 100%;
    background: linear-gradient(to bottom, 
        rgb(162,176,175,0.5) 0%,
        #000000 100%);
    position: fixed;
    left: 0;
    top: 0;
}header::before {
    position: absolute;
    height: 100%;
    z-index: 1;
    background: 
        radial-gradient(circle at 20% 30%, rgb(128,143,142,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(162,176,175,0.5) 0%, transparent 15%);
    width: 100%;
    left: 0;
    opacity: 0.3;
    content: "";
    animation: pulse-bg 8s infinite alternate;
    top: 0;
}header::after {
    top: 0;
    height: 100%;
    left: 0;
    opacity: 0.1;
    width: 100%;
    background-image: 
        linear-gradient(0deg, transparent 95%, rgb(128,143,142,0.5) 100%),
        linear-gradient(90deg, transparent 95%, rgb(128,143,142,0.5) 100%);
    background-size: 20px 20px;
    content: "";
    position: absolute;
    z-index: 1;
}header .container {
    padding: 0;
    flex-direction: column;
    display: flex;
    position: relative;
    z-index: 2;
    align-items: center;
}header .nav_pagebarZJDhs8M {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    flex-direction: column;
}header .top_lessoncu7naE3 {
    justify-content: center;
    z-index: 3;
    display: flex;
    position: relative;
    margin: 1rem 0 1.5rem;
    align-items: center;
    text-decoration: none;
}header .top_lessoncu7naE3::before {
    width: 120px;
    z-index: -1;
    position: absolute;
    height: 120px;
    background: 
        conic-gradient(
            transparent 0deg,
            rgb(128,143,142,0.5) 120deg,
            transparent 180deg,
            rgb(162,176,175,0.5) 240deg,
            transparent 360deg
        );
    animation: rotate 10s linear infinite;
    content: "";
    border-radius: 50%;
    opacity: 0.2;
}header .top_lessoncu7naE3::after {
    content: "";
    animation: pulse-opacity 4s ease infinite alternate;
    z-index: -2;
    border-radius: 50%;
    width: 70px;
    position: absolute;
    filter: blur(20px);
    background: rgb(128,143,142,0.5);
    height: 70px;
    opacity: 0.3;
}header .top_lessoncu7naE3 svg {
    width: auto;
    height: 45px;
    filter: drop-shadow(0 0 8px rgb(162,176,175,0.5));
    transition: all 0.4s ease;
}header .top_lessoncu7naE3:hover svg {
    filter: drop-shadow(0 0 12px rgb(128,143,142));
    transform: scale(1.08);
}header .header_learnJt0N8lz {
    position: relative;
    overflow-x: auto;
    padding: 1rem 0;
    justify-content: center;
    gap: 0.8rem;
    width: 100vw;
    border-bottom: 1px solid rgb(162,176,175,0.5);
    scrollbar-width: none;
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.5) 0%,
        #000000 100%);
    border-top: 1px solid rgb(162,176,175,0.5);
    display: flex;
}header .header_learnJt0N8lz::-webkit-scrollbar {
    display: none;
}header .header_learnJt0N8lz::before {
    content: "";
    pointer-events: none;
    background: 
        linear-gradient(90deg, 
            #000000 0%,
            transparent 10%,
            transparent 90%,
            #000000 100%);
    position: absolute;
    top: 0;
    z-index: 3;
    height: 100%;
    left: 0;
    width: 100%;
}header .header_lead2qkTGHv {
    white-space: nowrap;
    transition: all 0.3s ease;
    font-weight: 600;
    perspective: 800px;
    padding: 0.6rem 1.5rem;
    font-family: Arial, sans-serif;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 17px;
    letter-spacing: 1px;
    color: #ffffff;
    z-index: 2;
}header .header_lead2qkTGHv::before {
    transition: all 0.3s ease;
    border: 1px solid transparent;
    transform: translateZ(-10px);
    left: 0;
    z-index: -1;
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    border-radius: 10px;
}header .header_lead2qkTGHv::after {
    transform: translateX(-50%);
    bottom: 0;
    content: "";
    transition: all 0.3s ease;
    background: rgb(128,143,142);
    height: 2px;
    position: absolute;
    left: 50%;
    width: 0%;
}header .header_lead2qkTGHv:hover {
    transform: translateY(-2px) translateZ(0);
    text-shadow: 0 0 5px rgb(128,143,142,0.5);
    color: rgb(128,143,142);
}header .header_lead2qkTGHv:hover::before {
    border-color: rgb(128,143,142,0.5);
    box-shadow: 0 0 15px rgb(162,176,175,0.5);
    transform: translateZ(0);
}header .header_lead2qkTGHv:hover::after {
    width: 80%;
}

@keyframes pulse-bg {
    0%, 100% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.4;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse-opacity {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

@media (max-width: 991px) {header .top_lessoncu7naE3 {
    margin: 0.8rem 0 1.2rem;
}header .top_lessoncu7naE3 svg {
    height: 40px;
}header .header_lead2qkTGHv {
    font-size: calc(17px - 1px);
    padding: 0.5rem 1.2rem;
}
}

@media (max-width: 767px) {header .top_lessoncu7naE3 {
    margin: 0.6rem 0 1rem;
}header .top_lessoncu7naE3 svg {
    height: 35px;
}header .top_lessoncu7naE3::before {
    height: 90px;
    width: 90px;
}header .top_lessoncu7naE3::after {
    height: 50px;
    width: 50px;
}header .header_learnJt0N8lz {
    padding: 0.8rem 0;
    justify-content: flex-start;
}header .header_lead2qkTGHv {
    font-size: calc(17px - 2px);
    padding: 0.4rem 1rem;
}header .header_lead2qkTGHv:first-child {
    margin-left: 2rem;
}header .header_lead2qkTGHv:last-child {
    margin-right: 2rem;
}}.course_overviewXTkUjiI {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(197,210,209) 0%, rgba(0, 0, 0, 0.5) 100%);
}.course_overviewXTkUjiI::before {
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(162,176,175,0.5) 0%, transparent 70%);
    content: "";
    position: absolute;
    opacity: 0.15;
}.course_overviewXTkUjiI::after {
    bottom: -50px;
    border: 1px solid rgb(128,143,142,0.5);
    height: 200px;
    width: 200px;
    content: "";
    position: absolute;
    border-radius: 50%;
    opacity: 0.2;
    z-index: 1;
    right: -50px;
    animation: rotate 30s linear infinite;
}.course_overviewXTkUjiI .container {
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
}.course_overviewXTkUjiI h2 {
    color: #000000;
    font-weight: 700;
    margin-bottom: 50px;
    display: inline-block;
    position: relative;
    transform: perspective(1000px) rotateX(0deg);
    font-size: 35px;
    transition: transform 0.5s ease-out;
}.course_overviewXTkUjiI h2::after {
    position: absolute;
    bottom: -15px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 60%;
    content: "";
    transform-origin: left center;
    left: 0;
    transform: scaleX(0.8);
    background: linear-gradient(90deg, rgb(162,176,175) 0%, transparent 100%);
    height: 3px;
}.course_overviewXTkUjiI h2:hover::after {
    transform: scaleX(1);
}.course_overviewXTkUjiI .learn_pathhUawr9Z {
    transform-style: preserve-3d;
    display: flex;
    gap: 40px;
    position: relative;
}.course_overviewXTkUjiI .img_border_boxJIKVeWh {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    flex: 0 0 45%;
    overflow: hidden;
    position: relative;
    transform: perspective(1000px) rotateY(-2deg) translateZ(20px);
    height: 500px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.course_overviewXTkUjiI .img_border_boxJIKVeWh::before {
    transition: opacity 0.5s ease;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(225deg, rgb(162,176,175,0.5) 0%, transparent 70%);
    z-index: 1;
    opacity: 0.3;
    position: absolute;
    width: 100%;
}.course_overviewXTkUjiI .img_border_boxJIKVeWh:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(30px);
}.course_overviewXTkUjiI .img_border_boxJIKVeWh:hover::before {
    opacity: 0.5;
}.course_overviewXTkUjiI .info_wrappercgexdpG {
    scrollbar-color: rgb(128,143,142,0.5) transparent;
    padding-right: 20px;
    scrollbar-width: thin;
    flex: 0 0 50%;
    overflow-y: auto;
    max-height: 500px;
    transform: translateZ(10px);
}.course_overviewXTkUjiI .info_wrappercgexdpG::-webkit-scrollbar {
    width: 5px;
}.course_overviewXTkUjiI .info_wrappercgexdpG::-webkit-scrollbar-track {
    background: transparent;
}.course_overviewXTkUjiI .info_wrappercgexdpG::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(128,143,142,0.5);
}.course_overviewXTkUjiI .description {
    margin-bottom: 20px;
    line-height: 1.8;
    transition: transform 0.4s ease-out;
    position: relative;
    font-size: 17px;
    transform: translateY(0);
    color: #000000;
}.course_overviewXTkUjiI .description:first-of-type {
    position: relative;
}.course_overviewXTkUjiI .description:first-of-type::first-letter {
    font-size: 1.6em;
    font-weight: 600;
    color: rgb(162,176,175);
    margin-right: 2px;
}.course_overviewXTkUjiI .description:last-of-type {
    padding-top: 20px;
    border-top: 1px solid rgb(128,143,142,0.5);
    margin-top: 30px;
}

@media (max-width: 992px) {.course_overviewXTkUjiI {
    padding: 80px 0;
}.course_overviewXTkUjiI h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 35px;
}.course_overviewXTkUjiI .learn_pathhUawr9Z {
    gap: 30px;
    flex-direction: column;
}.course_overviewXTkUjiI .img_border_boxJIKVeWh {
    height: 350px;
    flex: 0 0 auto;
    width: 100%;
}.course_overviewXTkUjiI .info_wrappercgexdpG {
    max-height: 400px;
    padding-right: 10px;
    width: 100%;
    flex: 0 0 auto;
}
}

@media (max-width: 768px) {.course_overviewXTkUjiI {
    padding: 60px 0;
}.course_overviewXTkUjiI h2 {
    margin-bottom: 25px;
    font-size: calc(35px * 0.8);
}.course_overviewXTkUjiI .img_border_boxJIKVeWh {
    height: 280px;
}.course_overviewXTkUjiI .info_wrappercgexdpG {
    max-height: 350px;
}.course_overviewXTkUjiI .description {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.course_overviewXTkUjiI {
    padding: 50px 0;
}.course_overviewXTkUjiI h2 {
    font-size: calc(35px * 0.7);
    margin-bottom: 20px;
}.course_overviewXTkUjiI .img_border_boxJIKVeWh {
    height: 220px;
}.course_overviewXTkUjiI .info_wrappercgexdpG {
    max-height: 300px;
}.course_overviewXTkUjiI .description {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}.future_studentsOpkU6VE {
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
    background-color: rgb(197,210,209);
    z-index: 1;
}.future_studentsOpkU6VE::before,
.future_studentsOpkU6VE::after {
    z-index: -1;
    top: 0;
    animation: beamScan 8s infinite ease-out;
    position: absolute;
    height: 100%;
    opacity: 0;
    content: '';
    width: 1px;
    background: linear-gradient(to bottom, 
        transparent 20%, 
        rgb(162,176,175) 50%, 
        transparent 80%);
}.future_studentsOpkU6VE::before {
    animation-delay: 0s;
    left: 25%;
}.future_studentsOpkU6VE::after {
    right: 25%;
    animation-delay: 4s;
}.future_studentsOpkU6VE .learn_spotQ7mON9a {
    max-width: 1000px;
    z-index: 2;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
}.future_studentsOpkU6VE .learn_spotQ7mON9a::before,
.future_studentsOpkU6VE .learn_spotQ7mON9a::after {
    width: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
    content: '';
    height: 1px;
    opacity: 0;
    background: linear-gradient(to right, 
        transparent 10%, 
        rgb(128,143,142) 50%, 
        transparent 90%);
    animation: horizontalBeam 10s infinite ease-out;
}.future_studentsOpkU6VE .learn_spotQ7mON9a::before {
    top: 30%;
    animation-delay: 2s;
}.future_studentsOpkU6VE .learn_spotQ7mON9a::after {
    bottom: 30%;
    animation-delay: 6s;
}.future_studentsOpkU6VE h3 {
    position: relative;
    color: rgb(162,176,175);
    font-size: 33px;
    font-weight: 600;
    margin-bottom: 3.5rem;
    text-align: center;
    letter-spacing: 1px;
}.future_studentsOpkU6VE h3::after {
    content: '';
    height: 2px;
    left: 50%;
    bottom: -15px;
    background: rgb(162,176,175);
    transform: translateX(-50%) scaleX(0.3);
    animation: pulseLine 4s infinite ease-in-out;
    width: 100px;
    opacity: 0.7;
    position: absolute;
}.future_studentsOpkU6VE ul {
    display: flex;
    padding: 0;
    flex-direction: column;
    gap: 1.2rem;
    list-style: none;
    margin: 0;
}.future_studentsOpkU6VE ul li {
    padding: 1.3rem 1.5rem;
    display: flex;
    transition: all 0.3s ease;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    align-items: center;
    font-weight: 400;
    color: #000000;
    position: relative;
    font-size: 16px;
}.future_studentsOpkU6VE ul li::before {
    top: 0;
    left: 0;
    transform-origin: top;
    opacity: 0.5;
    content: '';
    transform: scaleY(0);
    transition: transform 0.4s ease;
    width: 3px;
    position: absolute;
    height: 100%;
    background: linear-gradient(to bottom, 
        rgb(128,143,142,0.5), 
        rgb(162,176,175,0.5));
}.future_studentsOpkU6VE ul li::after {
    top: 0;
    left: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(162,176,175,0.5) 20%, 
        transparent 80%);
    position: absolute;
    transition: transform 0.5s ease;
    transform: translateX(-100%);
    opacity: 0;
    height: 100%;
    z-index: -1;
    content: '';
    width: 100%;
}.future_studentsOpkU6VE ul li:hover {
    color: #000000;
    background-color: rgba(255, 255, 255, 0.05);
}.future_studentsOpkU6VE ul li:hover::before {
    transform: scaleY(1);
}.future_studentsOpkU6VE ul li:hover::after {
    opacity: 0.15;
    transform: translateX(100%);
}.future_studentsOpkU6VE ul li svg {
    position: relative;
    height: 28px;
    z-index: 1;
    flex-shrink: 0;
    transition: all 0.4s ease;
    width: 28px;
    margin-right: 1.5rem;
}.future_studentsOpkU6VE ul li:hover svg {
    transform: translateY(-2px);
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}.future_studentsOpkU6VE ul li svg path {
    fill: rgb(162,176,175);
    transition: fill 0.4s ease;
}.future_studentsOpkU6VE ul li:hover svg path {
    animation: flashIcon 1s ease;
    fill: rgb(128,143,142);
}@keyframes beamScan {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    20%, 35% {
        opacity: 0.8;
    }
    80%, 100% {
        opacity: 0;
        transform: translateY(100%);
    }
}

@keyframes horizontalBeam {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    20%, 35% {
        opacity: 0.5;
    }
    80%, 100% {
        opacity: 0;
        transform: translateX(100%);
    }
}

@keyframes pulseLine {
    0%, 100% {
        opacity: 0.5;
        transform: translateX(-50%) scaleX(0.3);
    }
    50% {
        opacity: 1;
        transform: translateX(-50%) scaleX(1);
    }
}

@keyframes flashIcon {
    0% {
        filter: brightness(1);
    }
    25% {
        filter: brightness(1.5);
    }
    100% {
        filter: brightness(1);
    }
}

.future_studentsOpkU6VE::before :nth-child(1) {
    animation-delay: 1s;
}.future_studentsOpkU6VE::before :nth-child(2) {
    animation-delay: 3s;
}.future_studentsOpkU6VE::before :nth-child(3) {
    animation-delay: 5s;
}.future_studentsOpkU6VE ul::before {
    content: '';
    right: 20px;
    top: 20px;
    width: 50px;
    opacity: 0.2;
    height: 50px;
    border: 1px solid rgb(162,176,175,0.5);
    position: absolute;
    border-radius: 50%;
}.future_studentsOpkU6VE ul::after {
    height: 30px;
    position: absolute;
    border-radius: 50%;
    content: '';
    bottom: 20px;
    border: 1px solid rgb(128,143,142,0.5);
    opacity: 0.2;
    width: 30px;
    left: 20px;
}

@media (max-width: 992px) {.future_studentsOpkU6VE {
    padding: 4rem 0;
}.future_studentsOpkU6VE h3 {
    font-size: calc(33px * 0.9);
}.future_studentsOpkU6VE ul {
    gap: 1rem;
}.future_studentsOpkU6VE ul li {
    padding: 1.1rem 1.3rem;
}
}

@media (max-width: 576px) {.future_studentsOpkU6VE {
    padding: 3rem 0;
}.future_studentsOpkU6VE .learn_spotQ7mON9a {
    padding: 0 1.5rem;
}.future_studentsOpkU6VE h3 {
    font-size: calc(33px * 0.8);
    margin-bottom: 2.5rem;
}.future_studentsOpkU6VE ul {
    gap: 0.8rem;
}.future_studentsOpkU6VE ul li {
    padding: 1rem;
}.future_studentsOpkU6VE ul li svg {
    margin-right: 1rem;
    height: 24px;
    width: 24px;
}}#consentAlertBannerxHqk5ms {
    display: none;
}#consentAlertBannerxHqk5ms:checked ~ .cookieWarningMessageVgteA4p {
    opacity: 0;
    visibility: hidden;
}.cookieWarningMessageVgteA4p {
    border-top: 3px solid rgb(162,176,175);
    bottom: 0;
    font-family: Arial, sans-serif;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    width: 100%;
    position: fixed;
    padding: 20px 0;
    background: rgb(128,143,142);
    z-index: 90;
}.cookie_datan2RQTIE {
    padding: 20px 5%;
    justify-content: space-between;
    border: 2px dashed rgb(162,176,175);
    display: flex;
    background: rgba(0, 0, 0, 0.5);
    align-items: center;
    border-radius: 27px;
    gap: 20px;
}.cookieWarningMessageVgteA4p h5 {
    letter-spacing: 1.5px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(162,176,175);
    font-size: 18px;
    margin: 0;
}.cookieWarningMessageVgteA4p p {
    position: relative;
    margin: 0;
    color: #ffffff;
    line-height: 1.5;
    font-size: 17px;
}.cookie_alertsKuHoNyq {
    padding: 10px;
    background: rgb(162,176,175,0.5);
    margin-right: 20px;
    justify-content: center;
    display: flex;
    border-radius: 27px;
    flex-shrink: 0;
    align-items: center;
}.cookie_alertsKuHoNyq svg {
    fill: rgb(162,176,175);
    width: 60px;
    height: 60px;
}.cookie_checkUrhkf1V {
    background: rgb(162,176,175);
    color: #000000;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    white-space: nowrap;
    padding: 10px 20px;
    cursor: pointer;
    text-decoration: none;
    margin-left: 10px;
    flex-shrink: 0;
    border-radius: 10px;
    min-width: 140px;
    border: 2px solid rgb(162,176,175);
    font-size: 16px;
    text-align: center;
    line-height: 40px;
}.cookie_checkUrhkf1V:hover {
    box-shadow: 0 0 10px rgb(128,143,142);
    background-color: rgb(128,143,142);
}.cookie_button.cookie_boxnk7HeVm {
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(128,143,142);
    color: #ffffff;
}.cookie_button.cookie_boxnk7HeVm:hover {
    box-shadow: 0 0 10px rgb(128,143,142);
}.cookieWarningMessageVgteA4p p a {
    border-bottom: 1px dashed rgb(162,176,175);
    text-decoration: none;
    color: rgb(162,176,175);
    transition: color 0.3s ease;
}.cookieWarningMessageVgteA4p p a:hover {
    color: rgb(128,143,142);
}
@media only screen and (max-width: 1200px) {.cookieWarningMessageVgteA4p {
    padding: 15px 0;
}.cookie_datan2RQTIE {
    padding: 15px 5%;
}.cookie_alertsKuHoNyq {
    display: none;
}.cookie_datan2RQTIE {
    flex-direction: column;
    align-items: center;
    text-align: center;
}.cookieWarningMessageVgteA4p h5 {
    font-size: 18px;
    margin-bottom: 10px;
}.learn_consent4eNOgqw {
    margin-bottom: 15px;
}.cookie_checkUrhkf1V {
    margin: 10px 0;
    min-width: 100%;
}}
.training_method3Em4yoi {
    background: linear-gradient(135deg, rgb(197,210,209) 0%, rgb(128,143,142,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 8rem 2rem;
}.training_method3Em4yoi::before {
    height: 120%;
    background: radial-gradient(circle at 75% 25%, rgb(162,176,175,0.5) 0%, transparent 60%);
    content: "";
    animation: gradientShift 15s ease-in-out infinite alternate;
    position: absolute;
    width: 120%;
    transform: translateZ(0);
    z-index: 0;
    opacity: 0.4;
    top: -5%;
    left: -10%;
}.training_method3Em4yoi::after {
    bottom: 0;
    content: "";
    height: 2px;
    transform: translateZ(0);
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(162,176,175), transparent);
}.training_method3Em4yoi .container {
    animation: container-entrance 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
    position: relative;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    display: flex;
    z-index: 2;
    transform: perspective(1000px) rotateX(1deg);
    transform-origin: center top;
    background: linear-gradient(to bottom, #ffffff, rgb(255, 255, 255, 0.5));
    flex-direction: column;
    margin: 0 auto;
    max-width: 1200px;
    padding: 3rem;
}.training_method3Em4yoi .container > div {
    position: relative;
}.training_method3Em4yoi h3 {
    animation: text-entrance 0.6s cubic-bezier(0.2, 0.8, 0.2, 1) 0.3s forwards;
    line-height: 1.3;
    font-size: calc(35px * 0.85);
    display: inline-block;
    color: #000000;
    font-weight: 700;
    margin-bottom: 2rem;
    opacity: 0;
    transform: translateY(20px);
    position: relative;
}.training_method3Em4yoi h3::after {
    animation: line-draw 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) 0.9s forwards;
    width: 60%;
    bottom: -10px;
    position: absolute;
    transform: scaleX(0);
    height: 3px;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(162,176,175), transparent);
    transform-origin: left;
}.training_method3Em4yoi p {
    animation: text-entrance 0.7s cubic-bezier(0.2, 0.8, 0.2, 1) 0.6s forwards;
    margin-bottom: 1.5rem;
    opacity: 0;
    font-size: 13px;
    line-height: 1.8;
    transform: translateY(30px);
    position: relative;
    color: #000000;
}.training_method3Em4yoi p span {
    display: block;
    padding-left: 1.5rem;
    position: relative;
}.training_method3Em4yoi p span::before {
    position: absolute;
    content: "";
    border-radius: 50%;
    width: 6px;
    left: 0;
    top: 0.6rem;
    background: rgb(162,176,175);
    height: 6px;
    animation: dot-entrance 0.4s cubic-bezier(0.2, 0.8, 0.2, 1) 1s forwards;
    transform: scale(0);
}

@media (min-width: 768px) {.training_method3Em4yoi {
    padding: 10rem 3rem;
}.training_method3Em4yoi .container {
    padding: 4rem;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08), 0 0 20px rgba(0, 0, 0, 0.03);
    transform: perspective(1200px) rotateX(1deg);
}.training_method3Em4yoi h3 {
    margin-bottom: 3rem;
    font-size: 35px;
}.training_method3Em4yoi p {
    font-size: calc(13px * 1.1);
    padding-right: 2rem;
}.training_method3Em4yoi p span {
    padding-left: 2rem;
}.training_method3Em4yoi p span::before {
    height: 8px;
    width: 8px;
}
}

@media (min-width: 992px) {.training_method3Em4yoi {
    padding: 12rem 4rem;
}.training_method3Em4yoi .container {
    padding: 5rem;
}.training_method3Em4yoi::before {
    animation: gradientShift 20s ease-in-out infinite alternate;
}.training_method3Em4yoi h3 {
    margin-bottom: 3.5rem;
}.training_method3Em4yoi p {
    margin: 0 auto;
    max-width: 90%;
}.training_method3Em4yoi .container:hover {
    transform: perspective(1200px) rotateX(1.5deg) translateY(-5px);
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}
}

@media (max-width: 767px) {.training_method3Em4yoi {
    padding: 6rem 1.5rem;
}.training_method3Em4yoi .container {
    transform: perspective(800px) rotateX(0.5deg);
    padding: 2rem;
}.training_method3Em4yoi h3 {
    margin-bottom: 1.5rem;
    font-size: calc(35px * 0.7);
}.training_method3Em4yoi p {
    font-size: calc(13px * 0.95);
}.training_method3Em4yoi p span {
    padding-left: 1rem;
}.training_method3Em4yoi p span::before {
    height: 4px;
    width: 4px;
    top: 0.5rem;
}}

@keyframes container-entrance {
    from {
        opacity: 0;
        transform: perspective(1000px) rotateX(5deg) translateY(50px);
    }
    to {
        opacity: 1;
        transform: perspective(1000px) rotateX(1deg) translateY(0);
    }
}

@keyframes text-entrance {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes line-draw {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

@keyframes dot-entrance {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

@keyframes gradientShift {
    0% {
        opacity: 0.3;
        transform: translateX(-5%) translateY(-5%) scale(1.05);
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.3;
        transform: translateX(5%) translateY(5%) scale(1);
    }
}.gratField5Ye6qXj {
    padding: 120px 0 80px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, rgb(197,210,209) 100%);
}.gratField5Ye6qXj::before {
    left: -5%;
    opacity: 0.4;
    transform: rotate(-15deg) skew(10deg);
    filter: blur(40px);
    content: "";
    position: absolute;
    top: -10%;
    z-index: 1;
    animation: float 12s ease-in-out infinite alternate;
    background: linear-gradient(145deg, rgb(128,143,142,0.5) 0%, transparent 80%);
    width: 40%;
    height: 70%;
}.gratField5Ye6qXj::after {
    content: "";
    width: 35%;
    filter: blur(30px);
    animation: float 15s ease-in-out infinite alternate-reverse;
    bottom: -5%;
    transform: rotate(10deg) skew(-5deg);
    right: -5%;
    opacity: 0.3;
    z-index: 1;
    background: linear-gradient(215deg, rgb(162,176,175,0.5) 0%, transparent 70%);
    height: 60%;
    position: absolute;
}.gratField5Ye6qXj .container {
    margin: 0 auto;
    z-index: 3;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}.gratField5Ye6qXj h2 {
    transform: translateY(20px);
    position: relative;
    animation: fadeUp 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 31px;
    color: #000000;
    margin-bottom: 40px;
    line-height: 1.3;
    font-weight: 700;
    text-align: center;
    font-family: Arial, sans-serif;
    opacity: 0;
    letter-spacing: -0.02em;
}.gratField5Ye6qXj h2::after {
    bottom: -15px;
    width: 80px;
    background: linear-gradient(90deg, rgb(162,176,175) 0%, rgb(128,143,142) 100%);
    animation: expand 1.5s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    opacity: 0;
    transform-origin: center;
    height: 3px;
    content: "";
}.gratField5Ye6qXj .learn_spotQ7mON9a {
    position: relative;
    border-radius: 8px;
    transform: translateY(30px);
    overflow: hidden;
    padding: 50px 40px;
    opacity: 0;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    animation: fadeUp 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.gratField5Ye6qXj .learn_spotQ7mON9a::before {
    background: linear-gradient(to bottom, rgb(162,176,175), rgb(128,143,142));
    left: 0;
    transform: scaleY(0);
    height: 100%;
    animation: growDown 1s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    width: 5px;
    content: "";
    top: 0;
    transform-origin: top;
    position: absolute;
}.gratField5Ye6qXj ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.gratField5Ye6qXj li {
    padding-left: 25px;
    position: relative;
}.gratField5Ye6qXj li::before {
    border-radius: 50%;
    background: rgb(128,143,142);
    left: 0;
    width: 8px;
    animation: popIn 0.5s 1s forwards cubic-bezier(0.34, 1.56, 0.64, 1);
    content: "";
    height: 8px;
    position: absolute;
    transform: scale(0);
    top: 10px;
}.gratField5Ye6qXj span {
    line-height: 1.8;
    transform: translateY(10px);
    font-family: Arial, sans-serif;
    display: block;
    font-weight: 400;
    color: #000000;
    opacity: 0;
    font-size: 17px;
    animation: fadeUp 0.8s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
}

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

@keyframes popIn {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes expand {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 80px;
    opacity: 1;
  }
}

@keyframes growDown {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}

@keyframes float {
  0% {
    transform: translate(0, 0) rotate(-15deg) skew(10deg);
  }
  100% {
    transform: translate(10px, 20px) rotate(-5deg) skew(5deg);
  }
}

@media (max-width: 1024px) {.gratField5Ye6qXj {
    padding: 100px 0 70px;
}.gratField5Ye6qXj h2 {
    font-size: calc(31px * 0.9);
}.gratField5Ye6qXj .learn_spotQ7mON9a {
    padding: 40px 35px;
}
}

@media (max-width: 768px) {.gratField5Ye6qXj {
    padding: 80px 0 60px;
}.gratField5Ye6qXj h2 {
    font-size: calc(31px * 0.8);
    margin-bottom: 35px;
}.gratField5Ye6qXj h2::after {
    width: 60px;
    bottom: -12px;
}.gratField5Ye6qXj .learn_spotQ7mON9a {
    padding: 35px 30px;
}.gratField5Ye6qXj span {
    line-height: 1.7;
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 576px) {.gratField5Ye6qXj {
    padding: 60px 0 50px;
}.gratField5Ye6qXj h2 {
    font-size: calc(31px * 0.7);
    line-height: 1.4;
    margin-bottom: 30px;
}.gratField5Ye6qXj h2::after {
    width: 50px;
    bottom: -10px;
    height: 2px;
}.gratField5Ye6qXj .learn_spotQ7mON9a {
    padding: 30px 20px;
}.gratField5Ye6qXj li {
    padding-left: 20px;
}.gratField5Ye6qXj li::before {
    top: 12px;
    width: 6px;
    height: 6px;
}.gratField5Ye6qXj span {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}@keyframes expand {
    100% {
      width: 50px;
    }
  }
}.secure_covejhYE5Nk {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    transition: background-color 0.3s ease, color 0.3s ease;
    padding: 40px;
    font-family: Arial, sans-serif;
    color: #000000;
    background-color: rgb(197,210,209);
}.secure_covejhYE5Nk h1 {
    font-size: 45px;
    text-transform: uppercase;
    color: rgb(162,176,175);
    margin-bottom: 20px;
    font-weight: 700;
}.secure_covejhYE5Nk h2 {
    font-size: 30px;
    color: rgb(128,143,142);
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 600;
}.secure_covejhYE5Nk h3,
.secure_covejhYE5Nk h4,
.secure_covejhYE5Nk h5,
.secure_covejhYE5Nk h6 {
    color: rgb(162,176,175);
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 400;
    text-transform: uppercase;
}.secure_covejhYE5Nk ul {
    padding-left: 20px;
    margin-bottom: 20px;
    list-style-type: disc;
}.secure_covejhYE5Nk ol {
    margin-bottom: 20px;
    padding-left: 20px;
    list-style-type: decimal;
}.secure_covejhYE5Nk li {
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 10px;
}.secure_covejhYE5Nk section {
    margin-bottom: 30px;
}.secure_covejhYE5Nk p {
    line-height: 1.8;
    font-size: 14px;
    margin-bottom: 20px;
}.secure_covejhYE5Nk span {
    color: rgb(162,176,175);
    font-weight: 600;
}.secure_covejhYE5Nk div {
    padding: 20px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255, 0.5);
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {.secure_covejhYE5Nk {
    padding: 20px;
}.secure_covejhYE5Nk h1 {
    font-size: calc(18px - 10px);
}.secure_covejhYE5Nk h2 {
    font-size: calc(18px - 8px);
}.secure_covejhYE5Nk ul,
    .secure_covejhYE5Nk ol {
    padding-left: 15px;
}.secure_covejhYE5Nk li {
    font-size: calc(14px - 2px);
}.secure_covejhYE5Nk p {
    font-size: calc(14px - 2px);
}}
.receive_updatesMQCdFnm {
    background: linear-gradient(135deg, rgb(162,176,175,0.5), rgb(128,143,142));
    overflow: hidden;
    position: relative;
    padding: 80px 0;
}.receive_updatesMQCdFnm::before {
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 2px,
        transparent 2px,
        transparent 8px
    );
    z-index: 1;
    content: "";
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
}.receive_updatesMQCdFnm::after {
    background: radial-gradient(circle at center, rgb(255, 255, 255, 0.5) 0%, transparent 70%);
    position: absolute;
    top: -50%;
    opacity: 0.1;
    height: 200%;
    width: 100%;
    content: "";
    z-index: 0;
    right: -50%;
    transform: rotate(-45deg);
}.receive_updatesMQCdFnm .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.receive_updatesMQCdFnm .learn_spotQ7mON9a {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 8px 15px rgba(0, 0, 0, 0.05),
                0 1px 0 rgba(255, 255, 255, 0.2) inset;
    position: relative;
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(10px);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    background: rgba(255, 255, 255, 0.1);
    padding: 40px;
    transform: perspective(1000px) rotateX(2deg);
    align-items: center;
}.receive_updatesMQCdFnm .learn_spotQ7mON9a:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.receive_updatesMQCdFnm h3 {
    max-width: 800px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    margin-bottom: 30px;
    color: #ffffff;
    letter-spacing: 0.01em;
    transform: translateZ(10px);
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    line-height: 1.4;
    font-weight: 600;
    text-align: center;
}.receive_updatesMQCdFnm .input_holder {
    flex-direction: row;
    margin-top: 15px;
    display: flex;
    position: relative;
    transform: translateZ(15px);
    align-items: stretch;
    width: 100%;
    max-width: 580px;
}.receive_updatesMQCdFnm .input_holder > div {
    position: relative;
    flex: 1;
    margin-right: 15px;
}.receive_updatesMQCdFnm .input_holder > div::before {
    height: 2px;
    content: "";
    width: 0;
    background: #ffffff;
    position: absolute;
    left: 50%;
    z-index: 1;
    transition: width 0.3s ease, left 0.3s ease;
    bottom: -2px;
}.receive_updatesMQCdFnm .input_holder > div:focus-within::before {
    left: 0;
    width: 100%;
}.receive_updatesMQCdFnm input[type="email"] {
    width: 100%;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.15);
    padding: 0 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-weight: 400;
    font-family: Arial, sans-serif;
    outline: none;
    font-size: 15px;
    height: 54px;
    border-radius: 10px;
    transition: all 0.3s ease;
}.receive_updatesMQCdFnm input[type="email"]::placeholder {
    transition: color 0.3s ease, transform 0.3s ease;
    color: rgba(255, 255, 255, 0.6);
}.receive_updatesMQCdFnm input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.2);
}.receive_updatesMQCdFnm input[type="email"]:focus::placeholder {
    transform: translateY(-5px);
    color: rgba(255, 255, 255, 0.4);
}.receive_updatesMQCdFnm .sub_verificationH6AtdpS {
    font-size: 19px;
    color: #ffffff;
    cursor: pointer;
    letter-spacing: 0.03em;
    white-space: nowrap;
    background: rgb(162,176,175);
    overflow: hidden;
    font-family: Arial, sans-serif;
    padding: 0 30px;
    position: relative;
    height: 54px;
    border-radius: 10px;
    transform: translateZ(5px);
    font-weight: 600;
    border: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.receive_updatesMQCdFnm .sub_verificationH6AtdpS::before {
    width: 100%;
    transition: left 0.7s ease;
    position: absolute;
    content: "";
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%
    );
    height: 100%;
    left: -100%;
    top: 0;
}.receive_updatesMQCdFnm .sub_verificationH6AtdpS:hover {
    transform: translateZ(5px) translateY(-2px) scale(1.02);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    background: rgb(128,143,142);
}.receive_updatesMQCdFnm .sub_verificationH6AtdpS:hover::before {
    left: 100%;
}.receive_updatesMQCdFnm .sub_verificationH6AtdpS:active {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transform: translateZ(5px) translateY(1px) scale(0.98);
}

@media (max-width: 768px) {.receive_updatesMQCdFnm {
    padding: 60px 0;
}.receive_updatesMQCdFnm .learn_spotQ7mON9a {
    transform: perspective(1000px) rotateX(1deg);
    padding: 30px 20px;
}.receive_updatesMQCdFnm h3 {
    margin-bottom: 20px;
    font-size: clamp(1.2rem, 4vw, 1.5rem);
}.receive_updatesMQCdFnm .input_holder {
    flex-direction: column;
    align-items: center;
}.receive_updatesMQCdFnm .input_holder > div {
    margin-bottom: 15px;
    width: 100%;
    margin-right: 0;
}.receive_updatesMQCdFnm input[type="email"] {
    height: 50px;
    font-size: calc(15px - 1px);
}.receive_updatesMQCdFnm .sub_verificationH6AtdpS {
    font-size: calc(19px - 1px);
    width: 100%;
    padding: 0 20px;
    height: 50px;
}
}

@media (max-width: 480px) {.receive_updatesMQCdFnm {
    padding: 40px 0;
}.receive_updatesMQCdFnm .learn_spotQ7mON9a {
    padding: 25px 15px;
}.receive_updatesMQCdFnm h3 {
    margin-bottom: 15px;
    font-size: clamp(1.1rem, 5vw, 1.3rem);
}.receive_updatesMQCdFnm input[type="email"] {
    padding: 0 15px;
    height: 46px;
}.receive_updatesMQCdFnm .sub_verificationH6AtdpS {
    height: 46px;
}}.youtube_chanI1ecOoM {
    font-family: Arial, sans-serif;
    z-index: 1;
    padding: 80px 0 40px;
    position: relative;
    color: #ffffff;
}@keyframes pulseLine {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
}

.youtube_chanI1ecOoM .container {
    display: flex;
    justify-content: space-between;
    position: relative;
}.youtube_chanI1ecOoM .company_holder {
    padding-right: 30px;
    position: relative;
    flex: 0 0 30%;
}.youtube_chanI1ecOoM .company_holder::after {
    right: 0;
    position: absolute;
    top: 10%;
    width: 1px;
    height: 80%;
    background: linear-gradient(to bottom, transparent, rgb(162,176,175), transparent);
    content: '';
}.youtube_chanI1ecOoM .company_holder h3 {
    font-weight: 700;
    text-shadow: 0 0 10px rgb(162,176,175,0.5);
    display: inline-block;
    margin-bottom: 20px;
    font-size: calc(31px * 0.9);
    color: #ffffff;
    position: relative;
}.youtube_chanI1ecOoM .company_holder h3::after {
    left: 0;
    position: absolute;
    bottom: -5px;
    width: 40%;
    height: 2px;
    content: '';
    transition: width 0.3s ease-in-out;
    background: rgb(162,176,175);
}.youtube_chanI1ecOoM .company_holder h3:hover::after {
    width: 100%;
}.youtube_chanI1ecOoM .trophy_casePxhacdM {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    margin-top: 15px;
    background: rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease;
    color: #ffffff;
    transform: translateZ(0);
    font-size: 15px;
    border-radius: 10px;
    line-height: 1.6;
    padding: 15px;
}.youtube_chanI1ecOoM .trophy_casePxhacdM:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-2px) translateZ(0);
}.youtube_chanI1ecOoM .discount_cta29ALa6G {
    position: relative;
    flex: 0 0 65%;
    justify-content: space-between;
    display: flex;
}.youtube_chanI1ecOoM .nav_mentorAtun4di {
    justify-content: space-between;
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
}.youtube_chanI1ecOoM .header_learnJt0N8lz {
    position: relative;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    padding: 20px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
    backdrop-filter: blur(10px);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    flex: 0 0 45%;
}.youtube_chanI1ecOoM .header_learnJt0N8lz::before {
    content: '';
    inset: 0;
    transform: translateX(-100%);
    z-index: -1;
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: transform 0.6s ease;
    position: absolute;
}.youtube_chanI1ecOoM .header_learnJt0N8lz:hover::before {
    transform: translateX(100%);
}.youtube_chanI1ecOoM .header_learnJt0N8lz h5 {
    color: #ffffff;
    position: relative;
    font-size: 19px;
    padding-bottom: 10px;
    font-weight: 600;
    margin-bottom: 20px;
}.youtube_chanI1ecOoM .header_learnJt0N8lz h5::after {
    height: 2px;
    left: 0;
    background: rgb(162,176,175);
    width: 40px;
    bottom: 0;
    position: absolute;
    content: '';
    transition: width 0.3s ease, box-shadow 0.3s ease;
}.youtube_chanI1ecOoM .header_learnJt0N8lz:hover h5::after {
    box-shadow: 0 0 8px rgb(162,176,175), 0 0 16px rgb(162,176,175,0.5);
    width: 70px;
}.youtube_chanI1ecOoM .header_learnJt0N8lz .nav_mentorAtun4di {
    display: flex;
    gap: 12px;
    flex-direction: column;
}.youtube_chanI1ecOoM .header_learnJt0N8lz .nav_mentorAtun4di a {
    transition: all 0.3s ease;
    opacity: 0.85;
    color: #ffffff;
    font-size: calc(15px * 0.95);
    text-decoration: none;
    padding-left: 0;
    display: inline-block;
    position: relative;
}.youtube_chanI1ecOoM .header_learnJt0N8lz .nav_mentorAtun4di a::before {
    width: 0;
    background: linear-gradient(90deg, rgb(162,176,175), transparent);
    content: '';
    left: 0;
    transition: width 0.3s ease, transform 0.3s ease;
    position: absolute;
    transform-origin: left;
    height: 1px;
    bottom: -2px;
}.youtube_chanI1ecOoM .header_learnJt0N8lz .nav_mentorAtun4di a:hover {
    color: #ffffff;
    opacity: 1;
    padding-left: 5px;
}.youtube_chanI1ecOoM .header_learnJt0N8lz .nav_mentorAtun4di a:hover::before {
    width: 100%;
    box-shadow: 0 0 5px rgb(162,176,175,0.5);
}.forum_linkMiIOcha {
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 15px 0;
    backdrop-filter: blur(10px);
}.forum_linkMiIOcha::before {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(162,176,175,0.5), transparent);
    content: '';
}.forum_linkMiIOcha .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.forum_linkMiIOcha .grant_ctaQrwu7Je {
    letter-spacing: 0.5px;
    font-size: 13px;
    text-align: center;
    transition: opacity 0.3s ease;
    color: #ffffff;
    opacity: 0.8;
}.forum_linkMiIOcha .grant_ctaQrwu7Je:hover {
    opacity: 1;
}

@media (max-width: 991px) {.youtube_chanI1ecOoM {
    padding: 60px 0 30px;
}.youtube_chanI1ecOoM .container {
    flex-direction: column;
}.youtube_chanI1ecOoM .company_holder {
    margin-bottom: 40px;
    flex: 0 0 100%;
    padding-right: 0;
}.youtube_chanI1ecOoM .company_holder::after {
    display: none;
}.youtube_chanI1ecOoM .discount_cta29ALa6G {
    flex: 0 0 100%;
}.youtube_chanI1ecOoM .header_learnJt0N8lz {
    margin-bottom: 20px;
    flex: 0 0 calc(50% - 20px);
}
}

@media (max-width: 768px) {.youtube_chanI1ecOoM {
    padding: 40px 0 20px;
}.youtube_chanI1ecOoM .nav_mentorAtun4di {
    flex-direction: column;
}.youtube_chanI1ecOoM .header_learnJt0N8lz {
    margin-bottom: 20px;
    flex: 0 0 100%;
}.youtube_chanI1ecOoM .company_holder h3 {
    font-size: calc(31px * 0.8);
}.youtube_chanI1ecOoM .header_learnJt0N8lz h5 {
    font-size: calc(19px * 0.9);
}.forum_linkMiIOcha .grant_ctaQrwu7Je {
    font-size: calc(13px * 0.9);
}
}

@media (max-width: 576px) {.youtube_chanI1ecOoM {
    padding: 30px 0 15px;
}.youtube_chanI1ecOoM .company_holder {
    margin-bottom: 30px;
}.youtube_chanI1ecOoM .company_holder h3 {
    font-size: calc(31px * 0.7);
}.youtube_chanI1ecOoM .header_learnJt0N8lz h5 {
    font-size: calc(19px * 0.8);
}.forum_linkMiIOcha {
    padding: 10px 0;
}.forum_linkMiIOcha .grant_ctaQrwu7Je {
    font-size: calc(13px * 0.8);
}}


footer {
    position: relative;
}footer::after {
    background-size: 50px 50px;
    position: absolute;
    left: 0;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent);
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.3;
    z-index: 0;
}.youtube_chanI1ecOoM .company_holder h3 {
    position: relative;
    overflow: hidden;
}.youtube_chanI1ecOoM .company_holder h3::before {
    content: '';
    left: -100%;
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    transition: 0.5s;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.youtube_chanI1ecOoM .company_holder h3:hover::before {
    left: 100%;
}.title_welcomeh1ARrcl {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(197,210,209) 0%, rgb(128,143,142,0.5) 100%);
    position: relative;
}.title_welcomeh1ARrcl::before {
    top: 0;
    opacity: 0.05;
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    background: repeating-linear-gradient(
        -45deg,
        rgb(128,143,142,0.5) 0px,
        rgb(128,143,142,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    z-index: 1;
}.title_welcomeh1ARrcl .img_border_boxJIKVeWh {
    top: 0;
    z-index: 0;
    height: 100%;
    transform: scale(1.05);
    width: 100%;
    position: absolute;
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 85% 100%, 0% 100%);
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    left: 0;
}.title_welcomeh1ARrcl:hover .img_border_boxJIKVeWh {
    transform: scale(1.1);
}.title_welcomeh1ARrcl .img_border_boxJIKVeWh::after {
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    content: "";
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.2) 0%,
        rgba(0, 0, 0, 0.6) 50%,
        rgba(0, 0, 0, 0.8) 100%
    );
    z-index: 1;
}.title_welcomeh1ARrcl .learn_spotQ7mON9a {
    margin: 0 auto;
    padding: 6rem 2rem;
    position: relative;
    width: 100%;
    z-index: 2;
    flex-direction: column;
    display: flex;
    max-width: 1400px;
    min-height: 100vh;
    justify-content: center;
}.title_welcomeh1ARrcl h1 {
    animation: slide-in 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    max-width: 60%;
    position: relative;
    font-size: calc(45px * 1.2);
    opacity: 0;
    transform: translateX(-50px);
    color: #ffffff;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    margin-bottom: 2rem;
    font-weight: 700;
}.title_welcomeh1ARrcl h1::after {
    animation: scale-in 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
    bottom: -15px;
    width: 80px;
    content: "";
    position: absolute;
    transform-origin: left;
    height: 4px;
    background: rgb(162,176,175);
    left: 0;
    transform: scaleX(0);
}.title_welcomeh1ARrcl .info_wrappercgexdpG {
    animation: fade-up 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.5s forwards;
    padding: 2.5rem;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(30, 30, 40, 0.85) 100%
    );
    position: relative;
    transform: translateY(30px);
    backdrop-filter: blur(10px);
    opacity: 0;
    margin-top: 2rem;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.2);
    max-width: 550px;
    border-left: 3px solid rgb(162,176,175);
}.title_welcomeh1ARrcl .info_wrappercgexdpG::before {
    content: "";
    top: -3px;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 0% 95%);
    left: -3px;
    border: 1px solid rgb(128,143,142,0.5);
    height: calc(100% + 6px);
    opacity: 0.5;
    position: absolute;
    z-index: -1;
    width: calc(100% + 6px);
}.title_welcomeh1ARrcl p {
    font-size: calc(18px * 1.1);
    color: #ffffff;
    margin-bottom: 2rem;
    font-weight: 400;
    line-height: 1.6;
}.title_welcomeh1ARrcl .main_herolOg1V9L {
    position: relative;
    margin: 2rem 0 2.5rem;
    display: flex;
    justify-content: center;
}.title_welcomeh1ARrcl .main_herolOg1V9L::before,
.title_welcomeh1ARrcl .main_herolOg1V9L::after {
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    width: 30%;
    background: rgb(128,143,142,0.5);
}.title_welcomeh1ARrcl .main_herolOg1V9L::before {
    left: 0;
}.title_welcomeh1ARrcl .main_herolOg1V9L::after {
    right: 0;
}.title_welcomeh1ARrcl svg {
    transform: scale(0.9);
    width: 120px;
    height: 120px;
    transition: transform 0.4s ease;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2));
}.title_welcomeh1ARrcl svg:hover {
    transform: scale(1);
}.title_welcomeh1ARrcl svg path {
    transition: fill 0.3s ease;
    fill: rgb(162,176,175);
}.title_welcomeh1ARrcl svg:hover path {
    fill: rgb(128,143,142);
}.title_welcomeh1ARrcl svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease;
}.title_welcomeh1ARrcl svg:hover text {
    fill: rgb(162,176,175);
}.title_welcomeh1ARrcl h6 {
    text-align: center;
}.title_welcomeh1ARrcl .query_reachI0UGJFi {
    z-index: 1;
    display: inline-block;
    font-size: 19px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    font-weight: 600;
    position: relative;
    border: none;
    text-decoration: none;
    transform: translateY(0);
    background: linear-gradient(
        135deg,
        rgb(162,176,175) 0%,
        rgb(128,143,142) 100%
    );
    box-shadow: 0 8px 20px rgba(94, 170, 168, 0.3);
    overflow: hidden;
    padding: 1rem 2.5rem;
    color: #ffffff;
}.title_welcomeh1ARrcl .query_reachI0UGJFi::before {
    transition: opacity 0.3s ease;
    opacity: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
    content: "";
    background: linear-gradient(
        135deg,
        rgb(128,143,142) 0%,
        rgb(162,176,175) 100%
    );
    width: 100%;
}.title_welcomeh1ARrcl .query_reachI0UGJFi:hover {
    box-shadow: 0 12px 25px rgba(94, 170, 168, 0.4);
    transform: translateY(-5px);
}.title_welcomeh1ARrcl .query_reachI0UGJFi:hover::before {
    opacity: 1;
}.title_welcomeh1ARrcl .query_reachI0UGJFi::after {
    content: "";
    height: 10px;
    transition: transform 0.5s ease;
    position: absolute;
    left: 50%;
    background: rgba(255, 255, 255, 0.3);
    z-index: -1;
    width: 10px;
    transform: translate(-50%, -50%) scale(0);
    border-radius: 50%;
    top: 50%;
}.title_welcomeh1ARrcl .query_reachI0UGJFi:hover::after {
    transform: translate(-50%, -50%) scale(15);
    opacity: 0;
}

@keyframes slide-in {
    0% {
        transform: translateX(-50px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes scale-in {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes fade-up {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 992px) {.title_welcomeh1ARrcl h1 {
    max-width: 80%;
    font-size: 45px;
}.title_welcomeh1ARrcl .info_wrappercgexdpG {
    max-width: 90%;
}
}

@media (max-width: 768px) {.title_welcomeh1ARrcl .learn_spotQ7mON9a {
    padding: 4rem 1.5rem;
}.title_welcomeh1ARrcl h1 {
    max-width: 100%;
    font-size: calc(45px * 0.9);
}.title_welcomeh1ARrcl .img_border_boxJIKVeWh {
    clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 0% 100%);
}.title_welcomeh1ARrcl .info_wrappercgexdpG {
    padding: 2rem;
}.title_welcomeh1ARrcl p {
    font-size: 18px;
}.title_welcomeh1ARrcl svg {
    height: 100px;
    width: 100px;
}.title_welcomeh1ARrcl .main_herolOg1V9L::before,
    .title_welcomeh1ARrcl .main_herolOg1V9L::after {
    width: 20%;
}.title_welcomeh1ARrcl .query_reachI0UGJFi {
    padding: 0.9rem 2rem;
}
}

@media (max-width: 576px) {.title_welcomeh1ARrcl .learn_spotQ7mON9a {
    padding: 3rem 1rem;
}.title_welcomeh1ARrcl h1 {
    font-size: calc(45px * 0.8);
    text-align: center;
}.title_welcomeh1ARrcl h1::after {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}.title_welcomeh1ARrcl h1:not(:empty)::after {
    animation: scale-in-center 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
}.title_welcomeh1ARrcl .info_wrappercgexdpG {
    border-top: 3px solid rgb(162,176,175);
    text-align: center;
    padding: 1.5rem;
    border-left: none;
}.title_welcomeh1ARrcl svg {
    width: 80px;
    height: 80px;
}.title_welcomeh1ARrcl .main_herolOg1V9L::before,
    .title_welcomeh1ARrcl .main_herolOg1V9L::after {
    width: 15%;
}.title_welcomeh1ARrcl .query_reachI0UGJFi {
    font-size: calc(19px * 0.9);
    padding: 0.8rem 1.8rem;
}}

@keyframes scale-in-center {
    0% {
        transform: translateX(-50%) scaleX(0);
    }
    100% {
        transform: translateX(-50%) scaleX(1);
    }
}.reach_out_infoE2Gs1zh {
    overflow: hidden;
    border-top: 4px solid rgb(162,176,175);
    background: rgb(162,176,175,0.5);
    padding: 80px 0;
    position: relative;
}.reach_out_infoE2Gs1zh::before {
    z-index: 1;
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
    top: 0;
    background-image: 
    repeating-linear-gradient(90deg, 
      rgba(255, 255, 255, 0.03) 0px, 
      rgba(255, 255, 255, 0.03) 1px, 
      transparent 1px, 
      transparent 30px
    ),
    repeating-linear-gradient(0deg, 
      rgba(255, 255, 255, 0.03) 0px, 
      rgba(255, 255, 255, 0.03) 1px, 
      transparent 1px, 
      transparent 30px
    );
}.reach_out_infoE2Gs1zh .container {
    margin: 0 auto;
    padding: 0 15px;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.reach_out_infoE2Gs1zh .quick_helppGYJfaT {
    border-left: 1px solid rgb(162,176,175);
    background: rgb(128,143,142);
    position: relative;
    padding: 0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}.reach_out_infoE2Gs1zh h2 {
    padding: 30px;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff;
    font-size: 37px;
}.reach_out_infoE2Gs1zh p {
    padding: 30px;
    font-size: 16px;
    line-height: 1.6;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
}.reach_out_infoE2Gs1zh .quick_reachSWUZ6ws {
    padding: 30px;
    justify-content: space-between;
    display: flex;
}.reach_out_infoE2Gs1zh .talk_teamYTXlnm2 {
    justify-content: center;
    width: 70px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 70px;
    color: #ffffff;
    background: #2a2a2a;
    display: flex;
    transition: all 0.3s ease;
    border-radius: 50%;
    text-decoration: none;
    position: relative;
}.reach_out_infoE2Gs1zh .talk_teamYTXlnm2::before {
    border-radius: 50%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    transform: scale(0);
    position: absolute;
    transition: transform 0.3s ease;
    background: rgb(162,176,175);
    content: "";
    width: 100%;
}.reach_out_infoE2Gs1zh .talk_teamYTXlnm2:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3), 0 0 10px rgb(162,176,175,0.5);
    border-color: rgb(162,176,175);
    transform: translateY(-5px);
}.reach_out_infoE2Gs1zh .talk_teamYTXlnm2:hover::before {
    transform: scale(0.9);
}.reach_out_infoE2Gs1zh .talk_teamYTXlnm2 svg {
    width: 28px;
    transition: transform 0.3s ease;
    height: 28px;
}.reach_out_infoE2Gs1zh .talk_teamYTXlnm2:hover svg {
    transform: scale(1.2);
}.reach_out_infoE2Gs1zh .talk_teamYTXlnm2 svg path {
    transition: fill 0.3s ease;
    fill: rgb(162,176,175);
}.reach_out_infoE2Gs1zh .talk_teamYTXlnm2:hover svg path {
    fill: #ffffff;
}.reach_out_infoE2Gs1zh p svg {
    height: 22px;
    margin-right: 15px;
    width: 22px;
}.reach_out_infoE2Gs1zh p svg path {
    fill: rgb(162,176,175);
}.reach_out_infoE2Gs1zh p:nth-last-child(2) {
    display: flex;
    padding: 25px 30px;
    align-items: center;
    border-bottom: none;
}.reach_out_infoE2Gs1zh .quick_helppGYJfaT::after {
    content: "";
    width: calc(100% - 40px);
    background: #1a1a1a;
    right: 20px;
    position: absolute;
    bottom: -20px;
    height: 20px;
    z-index: -1;
}.reach_out_infoE2Gs1zh .quick_helppGYJfaT::before {
    background: rgb(162,176,175);
    position: absolute;
    content: "";
    height: 15px;
    z-index: 1;
    top: 15px;
    width: 15px;
    right: 15px;
}

@media (max-width: 991px) {.reach_out_infoE2Gs1zh {
    padding: 60px 0;
}.reach_out_infoE2Gs1zh h2 {
    padding: 25px;
    font-size: calc(37px * 0.9);
}.reach_out_infoE2Gs1zh p,
  .reach_out_infoE2Gs1zh p:nth-last-child(2) {
    padding: 20px 25px;
}.reach_out_infoE2Gs1zh .quick_reachSWUZ6ws {
    padding: 25px;
}.reach_out_infoE2Gs1zh .talk_teamYTXlnm2 {
    width: 60px;
    height: 60px;
}.reach_out_infoE2Gs1zh .talk_teamYTXlnm2 svg {
    width: 24px;
    height: 24px;
}
}

@media (max-width: 767px) {.reach_out_infoE2Gs1zh {
    padding: 50px 0;
}.reach_out_infoE2Gs1zh h2 {
    font-size: calc(37px * 0.85);
    padding: 20px;
}.reach_out_infoE2Gs1zh p {
    padding: 20px;
    font-size: calc(16px * 0.95);
}.reach_out_infoE2Gs1zh p:nth-last-child(2) {
    padding: 18px 20px;
}.reach_out_infoE2Gs1zh .quick_reachSWUZ6ws {
    padding: 20px;
}.reach_out_infoE2Gs1zh .talk_teamYTXlnm2 {
    height: 50px;
    width: 50px;
}.reach_out_infoE2Gs1zh .talk_teamYTXlnm2 svg {
    height: 20px;
    width: 20px;
}.reach_out_infoE2Gs1zh p svg {
    width: 20px;
    margin-right: 12px;
    height: 20px;
}.reach_out_infoE2Gs1zh .quick_helppGYJfaT::after {
    height: 10px;
    bottom: -10px;
}.reach_out_infoE2Gs1zh .quick_helppGYJfaT::before {
    top: 10px;
    right: 10px;
    height: 10px;
    width: 10px;
}}

.reach_out_infoE2Gs1zh .talk_teamYTXlnm2:active {
    transform: translateY(0);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), 0 0 5px rgb(162,176,175,0.5);
}@keyframes pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgb(162,176,175,0.5);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0);
  }
}

.reach_out_infoE2Gs1zh .talk_teamYTXlnm2:hover {
    animation: pulse 1.5s infinite;
}@keyframes blink {
  0%, 100% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.7;
  }
}

.reach_out_infoE2Gs1zh .container::before {
    content: "";
    animation: blink 2s ease-in-out infinite;
    background: rgb(162,176,175);
    height: 8px;
    border-radius: 50%;
    right: 45px;
    width: 8px;
    position: absolute;
    top: 15px;
}.reach_out_infoE2Gs1zh .container::after {
    top: -10px;
    content: attr(data-text);
    position: absolute;
    letter-spacing: 1px;
    color: rgb(162,176,175);
    font-size: 12px;
    text-transform: uppercase;
    left: 15px;
}.reach_out_infoE2Gs1zh .talk_teamYTXlnm2:nth-child(1) {
    transition-delay: 0.1s;
}.reach_out_infoE2Gs1zh .talk_teamYTXlnm2:nth-child(2) {
    transition-delay: 0.2s;
}.reach_out_infoE2Gs1zh .talk_teamYTXlnm2:nth-child(3) {
    transition-delay: 0.3s;
}