﻿* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1229px;
}header,footer {
    width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
    min-height: 100%;
    height: 100%;
}.top-teach {
    flex: 1 0 auto;
}.segment-wrapper {
    flex-direction: column;
    height: 100%;
    display: flex;
    min-height: 100%;
}.flag-content {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.cookie-notice-banner {
    position: fixed;
    width: 100%;
    z-index: 90;
    padding: 15px 20px;
    border-top: 3px solid rgb(183,207,184);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    background: rgb(145,180,149);
    bottom: 0;
}.cookie-hide {
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
}.privacy-switch {
    flex-shrink: 0;
    margin-right: 20px;
}.privacy-switch svg {
    fill: rgb(183,207,184);
    width: 50px;
    height: 50px;
}.visitor-confirm {
    flex-direction: column;
    max-width: 600px;
    display: flex;
    justify-content: center;
}.cookie-notice-banner h5 {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 24px;
}.cookie-notice-banner p {
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
}.learn-agree {
    flex-shrink: 0;
    cursor: pointer;
    transition: none;
    font-size: 20px;
    min-width: 150px;
    text-decoration: none;
    border-radius: 10px;
    padding: 10px 20px;
    background: rgb(183,207,184);
    border: 2px solid rgb(183,207,184);
    margin-left: 10px;
    text-align: center;
    color: #ffffff;
}.learn-agree:hover {
    border-color: rgb(183,207,184,0.5);
    background: rgb(183,207,184,0.5);
}.cookie-notice-banner p a {
    border-bottom: 2px solid rgb(183,207,184);
    color: rgb(183,207,184);
    text-decoration: none;
}.cookie-notice-banner p a:hover {
    color: rgb(145,180,149);
    border-bottom-color: rgb(145,180,149);
}
@media only screen and (max-width: 1200px) {.cookie-notice-banner {
    padding: 15px;
}
}
@media only screen and (max-width: 800px) {.privacy-switch {
    display: none;
}.cookie-hide {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.cookie-notice-banner h5, .cookie-notice-banner p {
    text-align: center;
}.visitor-confirm {
    margin-bottom: 15px;
}.learn-agree {
    margin-top: 10px;
    margin-left: 0;
}}
#cookieNotification {
    display: none;
}#cookieNotification:checked ~ .cookie-notice-banner {
    visibility: hidden;
    opacity: 0;
}.program-offerings {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background-color: rgb(219,234,220);
}.program-offerings::before {
    position: absolute;
    left: 0;
    z-index: 1;
    background: 
        linear-gradient(135deg, rgb(183,207,184,0.5) 0%, transparent 40%),
        linear-gradient(225deg, rgb(145,180,149,0.5) 0%, transparent 40%);
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
}.program-offerings::after {
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(183,207,184,0.5) 0%, transparent 8%),
        radial-gradient(circle at 80% 70%, rgb(145,180,149,0.5) 0%, transparent 8%);
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    content: "";
    height: 100%;
    background-size: 120px 120px, 120px 120px;
}.program-offerings .container {
    margin: 0 auto;
    padding: 0 20px;
    z-index: 3;
    max-width: 1200px;
}.program-offerings .learn-challenge {
    flex-direction: column;
    display: flex;
}.program-offerings .text-body {
    backdrop-filter: blur(5px);
    margin-bottom: 60px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-bottom: 3px solid rgb(145,180,149);
    border-radius: 15px;
    z-index: 4;
    padding: 50px;
    background: rgba(255, 255, 255, 0.3);
    position: relative;
    border-top: 3px solid rgb(183,207,184);
}.program-offerings .text-body::before {
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.1;
    z-index: -1;
    position: absolute;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(183,207,184,0.5) 49%, rgb(183,207,184,0.5) 51%, transparent 52%) 0 0 / 20px 20px,
        linear-gradient(135deg, transparent 48%, rgb(145,180,149,0.5) 49%, rgb(145,180,149,0.5) 51%, transparent 52%) 0 0 / 20px 20px;
    width: 100%;
    content: "";
}.program-offerings .text-body h2 {
    border-radius: 10px;
    font-weight: 700;
    padding-bottom: 15px;
    font-size: 28px;
    padding: 10px 25px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    background: rgba(0, 0, 0, 0.5);
    margin-bottom: 30px;
    color: #ffffff;
    position: relative;
    display: inline-block;
}.program-offerings .text-body h2::after {
    background: linear-gradient(90deg, rgb(183,207,184) 0%, rgb(145,180,149) 100%);
    position: absolute;
    width: 80px;
    border-radius: 10px;
    height: 3px;
    bottom: 0;
    content: "";
    left: 0;
}.program-offerings .text-body .description {
    background: rgba(255, 255, 255, 0.6);
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
    position: relative;
    border-left: 2px solid rgb(183,207,184);
    font-size: 16px;
    border-radius: 10px;
    line-height: 1.8;
    color: #000000;
    margin-bottom: 25px;
    font-weight: 600;
    padding: 15px 20px;
    backdrop-filter: blur(3px);
}.program-offerings .text-body .description:last-child {
    margin-bottom: 0;
    border-left: 2px solid rgb(145,180,149);
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.6);
}.program-offerings .pic-img-wrap {
    left: 0;
    z-index: 2;
    position: absolute;
    transform: scale(1.05);
    top: 0;
    height: 100%;
    width: 100%;
}.program-offerings .pic-img-wrap::before {
    z-index: 2;
    top: 0;
    width: 100%;
    background: linear-gradient(to bottom, 
        rgba(0, 0, 0, 0.4) 0%, 
        rgba(0, 0, 0, 0.1) 50%,
        rgba(0, 0, 0, 0.4) 100%);
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
}.program-offerings .pic-img-wrap::after {
    content: "";
    width: 100%;
    top: 0;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 20px, rgba(255, 255, 255, 0.05) 20px, rgba(255, 255, 255, 0.05) 40px);
    z-index: 3;
    height: 100%;
    left: 0;
    position: absolute;
}

@keyframes gridAnimation {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@media (max-width: 992px) {.program-offerings {
    padding: 80px 0;
}.program-offerings .text-body {
    margin-bottom: 40px;
    padding: 40px;
}.program-offerings .pic-img-wrap {
    height: 60%;
}
}

@media (max-width: 768px) {.program-offerings {
    padding: 60px 0;
}.program-offerings .text-body {
    padding: 30px;
    margin-bottom: 30px;
}.program-offerings .text-body h2 {
    font-size: calc(28px * 0.9);
    margin-bottom: 20px;
}.program-offerings .pic-img-wrap {
    clip-path: polygon(0 20%, 100% 10%, 100% 100%, 0% 100%);
    height: 50%;
}
}

@media (max-width: 576px) {.program-offerings {
    padding: 50px 0;
}.program-offerings .text-body {
    margin-bottom: 20px;
    padding: 25px 20px;
}.program-offerings .text-body h2 {
    font-size: calc(28px * 0.8);
    margin-bottom: 15px;
    padding-bottom: 10px;
}.program-offerings .text-body .description {
    font-size: calc(16px * 0.95);
    padding-left: 15px;
    line-height: 1.7;
}.program-offerings .pic-img-wrap {
    height: 40%;
    clip-path: polygon(0 15%, 100% 5%, 100% 100%, 0% 100%);
}}

.program-offerings::before,
.program-offerings::after,
.program-offerings .text-body::before,
.program-offerings .container::before,
.program-offerings .container::after {
    pointer-events: none;
}.program-offerings .learn-challenge::after {
    background-size: 30px 30px;
    height: 100%;
    pointer-events: none;
    width: 100%;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(183,207,184,0.5) 0%, transparent 1%),
        radial-gradient(circle at 90% 90%, rgb(145,180,149,0.5) 0%, transparent 1%);
    z-index: 1;
    top: 0;
    position: absolute;
    opacity: 0.3;
    content: "";
    left: 0;
}.join-now {
    background: linear-gradient(110deg, rgb(183,207,184) 0%, rgb(145,180,149) 100%);
    overflow: hidden;
    z-index: 1;
    position: relative;
    padding: 140px 0;
}.join-now::before {
    width: 100%;
    position: absolute;
    opacity: 0.5;
    z-index: -1;
    left: 0;
    height: 100%;
    background: 
        linear-gradient(
            135deg,
            transparent 25%,
            rgba(255, 255, 255, 0.05) 25%,
            rgba(255, 255, 255, 0.05) 50%,
            transparent 50%,
            transparent 75%,
            rgba(255, 255, 255, 0.05) 75%
        );
    content: '';
    animation: patternMove 15s linear infinite;
    top: 0;
    background-size: 30px 30px;
}.join-now::after {
    animation: rotateConic 30s linear infinite;
    content: '';
    width: 200%;
    background: conic-gradient(
        from 0deg at 50% 50%,
        rgba(255, 255, 255, 0) 0deg,
        rgba(255, 255, 255, 0.03) 90deg,
        rgba(255, 255, 255, 0) 180deg,
        rgba(255, 255, 255, 0.03) 270deg,
        rgba(255, 255, 255, 0) 360deg
    );
    z-index: -1;
    height: 200%;
    position: absolute;
    left: -50%;
    top: -50%;
}.join-now .how-grow {
    max-width: 900px;
    align-items: center;
    padding: 0;
    display: flex;
    justify-content: center;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    flex-direction: column;
}.join-now .how-grow::before {
    content: '';
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    left: -20%;
    position: absolute;
    top: 0;
    background: rgba(255, 255, 255, 0.05);
    z-index: -1;
    backdrop-filter: blur(10px);
    transform: skewX(-15deg);
    height: 100%;
    width: 140%;
}.join-now .how-grow::after {
    right: -30px;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 70%
    );
    filter: blur(20px);
    z-index: -1;
    width: 100px;
    content: '';
    border-radius: 50%;
    position: absolute;
    animation: floatBubble 10s ease-in-out infinite alternate;
    top: -30px;
    height: 100px;
}.join-now h3 {
    color: #ffffff;
    font-family: Arial, sans-serif;
    perspective: 1000px;
    transform: rotateX(5deg);
    position: relative;
    text-transform: uppercase;
    margin: 60px 0;
    transition: all 0.5s ease;
    text-align: center;
    letter-spacing: 2px;
    padding: 0 20px;
    transform-style: preserve-3d;
    font-weight: 700;
    font-size: 29px;
}.join-now h3::before {
    position: absolute;
    height: 1px;
    content: '';
    width: 80%;
    top: -30px;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
    left: 10%;
}.join-now h3::after {
    content: '';
    width: 60%;
    position: absolute;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    bottom: -30px;
    left: 20%;
    height: 1px;
}.join-now h3:hover {
    transform: rotateX(0deg);
}.join-now .assist-grid {
    text-decoration: none;
    font-weight: 600;
    position: relative;
    letter-spacing: 2px;
    transform-origin: bottom center;
    font-size: 16px;
    font-family: Arial, sans-serif;
    transform: perspective(1000px) rotateX(10deg);
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
    padding: 20px 50px;
    overflow: hidden;
    text-transform: uppercase;
    color: rgb(183,207,184);
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 60px;
    z-index: 1;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
}.join-now .assist-grid::before {
    content: '';
    top: 0;
    opacity: 0;
    width: 100%;
    left: 0;
    position: absolute;
    z-index: -1;
    background: linear-gradient(
        145deg,
        rgb(183,207,184) 0%,
        rgb(145,180,149) 100%
    );
    transition: opacity 0.4s ease;
    height: 100%;
}.join-now .assist-grid::after {
    content: '';
    position: absolute;
    height: 20px;
    z-index: -1;
    top: 0;
    left: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.05),
        transparent
    );
    width: 100%;
}.join-now .assist-grid:hover {
    color: #ffffff;
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 10px 20px rgba(0, 0, 0, 0.1);
}.join-now .assist-grid:hover::before {
    opacity: 1;
}

@media screen and (max-width: 992px) {.join-now {
    padding: 120px 0;
}.join-now .how-grow::before {
    left: -15%;
    width: 130%;
}.join-now h3 {
    font-size: calc(29px * 0.9);
    margin: 50px 0;
}.join-now .assist-grid {
    padding: 18px 45px;
    margin-bottom: 50px;
    font-size: calc(16px * 0.95);
}
}

@media screen and (max-width: 768px) {.join-now {
    padding: 100px 0;
}.join-now .how-grow::before {
    transform: skewX(-10deg);
    left: -10%;
    width: 120%;
}.join-now h3 {
    font-size: calc(29px * 0.8);
    margin: 40px 0;
    transform: none;
}.join-now h3::before {
    top: -25px;
}.join-now h3::after {
    bottom: -25px;
}.join-now .assist-grid {
    padding: 15px 40px;
    font-size: calc(16px * 0.9);
    margin-bottom: 40px;
    transform: none;
}.join-now .assist-grid:hover {
    transform: translateY(-5px);
}
}

@media screen and (max-width: 576px) {.join-now {
    padding: 80px 0;
}.join-now .how-grow::before {
    width: 110%;
    left: -5%;
    transform: skewX(-5deg);
}.join-now h3 {
    margin: 35px 0;
    letter-spacing: 1px;
    font-size: calc(29px * 0.7);
}.join-now h3::before {
    top: -20px;
}.join-now h3::after {
    bottom: -20px;
}.join-now .assist-grid {
    margin-bottom: 35px;
    font-size: calc(16px * 0.85);
    padding: 12px 35px;
    letter-spacing: 1px;
}}

@keyframes patternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

@keyframes rotateConic {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes floatBubble {
    0% {
        transform: translate(0, 0);
        opacity: 0.5;
    }
    50% {
        transform: translate(-20px, 20px);
        opacity: 0.7;
    }
    100% {
        transform: translate(0, 0);
        opacity: 0.5;
    }
}.pricing-feature {
    padding: 120px 0 100px;
    overflow: hidden;
    position: relative;
}.pricing-feature::before {
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
    content: "";
    left: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
}.pricing-feature .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}.pricing-feature .package-pricing {
    transform-style: preserve-3d;
    perspective: 1000px;
}.pricing-feature h2 {
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    text-align: center;
    font-size: 31px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    letter-spacing: 1px;
    transform: translateZ(20px);
}.pricing-feature .edu-packages {
    position: relative;
    max-width: 700px;
    margin: 0 auto 50px;
    transform: translateZ(15px);
    line-height: 1.6;
    font-size: calc(16px * 1.1);
    color: rgb(255, 255, 255, 0.5);
    text-align: center;
}.pricing-feature .program-price {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    margin: 0;
    list-style: none;
    padding: 0;
    display: grid;
}.pricing-feature .program-price li {
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-style: preserve-3d;
    perspective: 800px;
}.pricing-feature .indv-cost {
    text-decoration: none;
    display: block;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    height: 100%;
    position: relative;
    transform: translateZ(0);
}.pricing-feature .plan-matrix {
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0.03) 100%);
    padding: 40px 30px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    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;
    transform: translateZ(0);
    overflow: hidden;
    border-radius: 4px;
    position: relative;
}.pricing-feature .plan-matrix::before {
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    height: 4px;
    content: "";
    transform: scaleX(0.8);
    transition: all 0.4s ease;
    background: linear-gradient(90deg, 
        rgb(183,207,184) 0%, 
        rgb(145,180,149) 100%);
    left: 0;
}.pricing-feature .plan-matrix::after {
    content: "";
    bottom: -60px;
    height: 120px;
    width: 120px;
    position: absolute;
    background: radial-gradient(
        circle, 
        rgb(183,207,184,0.5) 0%, 
        transparent 70%
    );
    right: -60px;
    transition: all 0.5s ease;
    z-index: -1;
    opacity: 0.5;
}.pricing-feature .study-cost {
    z-index: 2;
    position: relative;
}.pricing-feature .study-cost h4 {
    font-size: calc(18px * 1.2);
    color: #ffffff;
    padding-bottom: 15px;
    margin: 0 0 20px;
    position: relative;
    font-weight: 600;
}.pricing-feature .study-cost h4::after {
    height: 2px;
    bottom: 0;
    left: 0;
    transition: width 0.3s ease;
    width: 40px;
    position: absolute;
    content: "";
    background-color: rgb(145,180,149);
}.pricing-feature .study-cost p {
    color: rgb(255, 255, 255, 0.5);
    scrollbar-color: rgb(145,180,149) transparent;
    margin-bottom: 30px;
    scrollbar-width: thin;
    line-height: 1.6;
    font-size: 16px;
    overflow-y: auto;
    max-height: 200px;
    padding-right: 10px;
}.pricing-feature .study-cost p::-webkit-scrollbar {
    width: 4px;
}.pricing-feature .study-cost p::-webkit-scrollbar-track {
    background: transparent;
}.pricing-feature .study-cost p::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: rgb(145,180,149,0.5);
}.pricing-feature .lesson-rates {
    font-weight: 700;
    position: relative;
    display: block;
    padding: 10px 0;
    margin-top: 10px;
    font-size: calc(18px * 1.4);
    text-shadow: 0 2px 8px rgba(0,0,0,0.2);
    color: #ffffff;
}.pricing-feature .lesson-rates::before {
    left: 0;
    position: absolute;
    width: 60px;
    height: 3px;
    bottom: 0;
    background: linear-gradient(90deg, 
        rgb(145,180,149) 0%, 
        transparent 100%);
    content: "";
}.pricing-feature .indv-cost:hover .plan-matrix {
    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-feature .indv-cost:hover .plan-matrix::before {
    transform: scaleX(1);
    opacity: 1;
}.pricing-feature .indv-cost:hover .plan-matrix::after {
    transform: scale(1.2);
    opacity: 0.7;
}.pricing-feature .indv-cost:hover .study-cost h4::after {
    width: 60px;
}@keyframes priceFadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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


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

@media (max-width: 992px) {.pricing-feature h2 {
    font-size: calc(31px * 0.9);
}.pricing-feature .edu-packages {
    margin-bottom: 40px;
}.pricing-feature .plan-matrix {
    padding: 35px 25px;
}
}

@media (max-width: 768px) {.pricing-feature {
    padding: 80px 0 60px;
}.pricing-feature h2 {
    font-size: calc(31px * 0.8);
}.pricing-feature .edu-packages {
    font-size: 16px;
    margin-bottom: 30px;
}.pricing-feature .program-price {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.pricing-feature .study-cost p {
    max-height: 180px;
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 576px) {.pricing-feature {
    padding: 60px 0 40px;
}.pricing-feature .container {
    padding: 0 15px;
}.pricing-feature h2 {
    font-size: calc(31px * 0.7);
    margin-bottom: 15px;
}.pricing-feature .edu-packages {
    font-size: calc(16px * 0.95);
    margin-bottom: 25px;
}.pricing-feature .program-price {
    gap: 25px;
    grid-template-columns: 1fr;
}.pricing-feature .plan-matrix {
    padding: 30px 20px;
}.pricing-feature .study-cost h4 {
    font-size: 18px;
}.pricing-feature .lesson-rates {
    font-size: calc(18px * 1.2);
}}.who-we-are {
    overflow: hidden;
    padding: 100px 0;
    background: rgb(219,234,220);
    position: relative;
}.who-we-are::before {
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, rgb(183,207,184,0.5) 0%, transparent 50%, rgb(145,180,149,0.5) 100%);
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.15;
    content: "";
}.who-we-are .container {
    z-index: 2;
    position: relative;
}.who-we-are .how-grow {
    display: flex;
    position: relative;
    flex-wrap: wrap;
}.who-we-are h3 {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 33px;
    margin-bottom: 60px;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
}.who-we-are h3::after {
    transform: translateX(-50%);
    height: 3px;
    bottom: -15px;
    left: 50%;
    position: absolute;
    width: 50px;
    content: "";
    background: rgb(183,207,184);
}.who-we-are .skill-sessions,
.who-we-are .edu-promise {
    margin-bottom: 30px;
    position: relative;
    width: calc(50% - 30px);
}.who-we-are .skill-sessions {
    margin-right: 60px;
    padding-right: 30px;
}.who-we-are .skill-sessions span {
    font-size: 19px;
    margin-bottom: 20px;
    color: rgb(183,207,184);
    position: relative;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(183,207,184,0.5);
    font-weight: 600;
    display: inline-block;
}.who-we-are .skill-sessions p,
.who-we-are .edu-promise p {
    color: #000000;
    margin-bottom: 30px;
    line-height: 1.8;
    font-size: 13px;
}.who-we-are .pic-img-wrap,
.who-we-are .class-experts {
    transition: all 0.4s ease;
    border-radius: 22px 22px 0 22px;
    height: 320px;
    overflow: hidden;
    position: relative;
}.who-we-are .pic-img-wrap:hover,
.who-we-are .class-experts:hover {
    transform: scale(1.02);
}.who-we-are .pic-img-wrap::after,
.who-we-are .class-experts::after {
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5));
    height: 100%;
    content: "";
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}.who-we-are .pic-img-wrap::before,
.who-we-are .class-experts::before {
    content: "";
    border-left-color: rgb(183,207,184,0.5);
    opacity: 0;
    transition: opacity 0.4s ease;
    border-bottom-color: rgb(183,207,184,0.5);
    border-radius: 22px 22px 0 22px;
    position: absolute;
    width: 100%;
    left: 0;
    border: 8px solid transparent;
    box-sizing: border-box;
    height: 100%;
    z-index: 2;
    top: 0;
}.who-we-are .class-experts::before {
    border-bottom-color: rgb(145,180,149,0.5);
    border-left-color: rgb(145,180,149,0.5);
}.who-we-are .pic-img-wrap:hover::before,
.who-we-are .class-experts:hover::before {
    opacity: 1;
}.who-we-are .how-grow::before {
    left: 50%;
    content: "";
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 2px;
    height: 70%;
    background: linear-gradient(to bottom, rgb(183,207,184,0.5), rgb(145,180,149,0.5));
}.who-we-are .how-grow::after {
    transform: translate(-50%, -50%);
    top: 50%;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    width: 20px;
    content: "";
    border: 2px solid rgb(183,207,184);
    left: 50%;
    height: 20px;
}

@media (max-width: 1200px) {.who-we-are {
    padding: 80px 0;
}.who-we-are h3 {
    margin-bottom: 50px;
}.who-we-are .skill-sessions,
    .who-we-are .edu-promise {
    width: calc(50% - 20px);
}.who-we-are .skill-sessions {
    margin-right: 40px;
}.who-we-are .pic-img-wrap,
    .who-we-are .class-experts {
    height: 280px;
}
}

@media (max-width: 992px) {.who-we-are h3 {
    margin-bottom: 40px;
}.who-we-are .skill-sessions,
    .who-we-are .edu-promise {
    margin-right: 0;
    padding-right: 0;
    width: 100%;
}.who-we-are .edu-promise {
    margin-top: 50px;
}.who-we-are .how-grow::before,
    .who-we-are .how-grow::after {
    display: none;
}
}

@media (max-width: 768px) {.who-we-are {
    padding: 60px 0;
}.who-we-are h3 {
    font-size: calc(33px * 0.9);
    letter-spacing: 1px;
}.who-we-are .skill-sessions span {
    font-size: calc(19px * 0.95);
}.who-we-are .pic-img-wrap,
    .who-we-are .class-experts {
    height: 260px;
}
}

@media (max-width: 576px) {.who-we-are {
    padding: 50px 0;
}.who-we-are h3 {
    margin-bottom: 35px;
    font-size: calc(33px * 0.85);
}.who-we-are .skill-sessions span {
    font-size: calc(19px * 0.9);
    margin-bottom: 15px;
}.who-we-are .skill-sessions p,
    .who-we-are .edu-promise p {
    font-size: calc(13px * 0.95);
    margin-bottom: 25px;
    line-height: 1.7;
}.who-we-are .pic-img-wrap,
    .who-we-are .class-experts {
    height: 220px;
}.who-we-are .pic-img-wrap::before,
    .who-we-are .class-experts::before {
    border-width: 6px;
}}

.who-we-are .edu-promise p {
    position: relative;
    padding-left: 25px;
}.who-we-are .edu-promise p::before {
    width: 4px;
    content: "";
    bottom: 5px;
    left: 0;
    position: absolute;
    top: 5px;
    border-radius: 10px;
    background: rgb(145,180,149,0.5);
}.who-we-are .skill-sessions::after {
    position: absolute;
    border-top: 3px solid rgb(183,207,184);
    left: -10px;
    height: 50px;
    content: "";
    border-left: 3px solid rgb(183,207,184);
    width: 50px;
    top: -10px;
    opacity: 0.7;
}.who-we-are .edu-promise::after {
    height: 50px;
    position: absolute;
    content: "";
    border-bottom: 3px solid rgb(145,180,149);
    width: 50px;
    border-right: 3px solid rgb(145,180,149);
    opacity: 0.7;
    bottom: -10px;
    right: -10px;
}.flag-content {
    position: relative;
    z-index: 1;
    font-family: Arial, sans-serif;
    padding: 80px 0 40px;
    color: #ffffff;
}@keyframes pulseLine {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
}

.flag-content .container {
    display: flex;
    position: relative;
    justify-content: space-between;
}.flag-content .company_holder {
    flex: 0 0 30%;
    padding-right: 30px;
    position: relative;
}.flag-content .company_holder::after {
    right: 0;
    top: 10%;
    background: linear-gradient(to bottom, transparent, rgb(183,207,184), transparent);
    position: absolute;
    width: 1px;
    height: 80%;
    content: '';
}.flag-content .company_holder h3 {
    margin-bottom: 20px;
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
    font-size: calc(34px * 0.9);
    text-shadow: 0 0 10px rgb(183,207,184,0.5);
    position: relative;
}.flag-content .company_holder h3::after {
    height: 2px;
    position: absolute;
    left: 0;
    background: rgb(183,207,184);
    width: 40%;
    transition: width 0.3s ease-in-out;
    content: '';
    bottom: -5px;
}.flag-content .company_holder h3:hover::after {
    width: 100%;
}.flag-content .footer-classes {
    margin-top: 15px;
    backdrop-filter: blur(5px);
    font-size: 16px;
    border-radius: 10px;
    transform: translateZ(0);
    padding: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    line-height: 1.6;
}.flag-content .footer-classes:hover {
    transform: translateY(-2px) translateZ(0);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}.flag-content .trial-offer {
    display: flex;
    flex: 0 0 65%;
    justify-content: space-between;
    position: relative;
}.flag-content .header-pagewrap {
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
    gap: 20px;
}.flag-content .nav-master {
    backdrop-filter: blur(10px);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    flex: 0 0 45%;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    overflow: hidden;
    padding: 20px;
    border-radius: 16px;
}.flag-content .nav-master::before {
    transition: transform 0.6s ease;
    transform: translateX(-100%);
    content: '';
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    z-index: -1;
    inset: 0;
    position: absolute;
}.flag-content .nav-master:hover::before {
    transform: translateX(100%);
}.flag-content .nav-master h5 {
    font-size: 18px;
    padding-bottom: 10px;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
}.flag-content .nav-master h5::after {
    height: 2px;
    transition: width 0.3s ease, box-shadow 0.3s ease;
    position: absolute;
    background: rgb(183,207,184);
    left: 0;
    content: '';
    bottom: 0;
    width: 40px;
}.flag-content .nav-master:hover h5::after {
    width: 70px;
    box-shadow: 0 0 8px rgb(183,207,184), 0 0 16px rgb(183,207,184,0.5);
}.flag-content .nav-master .header-pagewrap {
    display: flex;
    gap: 12px;
    flex-direction: column;
}.flag-content .nav-master .header-pagewrap a {
    opacity: 0.85;
    padding-left: 0;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    color: #ffffff;
    display: inline-block;
    font-size: calc(16px * 0.95);
}.flag-content .nav-master .header-pagewrap a::before {
    width: 0;
    content: '';
    left: 0;
    position: absolute;
    bottom: -2px;
    background: linear-gradient(90deg, rgb(183,207,184), transparent);
    transform-origin: left;
    height: 1px;
    transition: width 0.3s ease, transform 0.3s ease;
}.flag-content .nav-master .header-pagewrap a:hover {
    color: #ffffff;
    opacity: 1;
    padding-left: 5px;
}.flag-content .nav-master .header-pagewrap a:hover::before {
    width: 100%;
    box-shadow: 0 0 5px rgb(183,207,184,0.5);
}.footer-workshops {
    padding: 15px 0;
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
}.footer-workshops::before {
    left: 0;
    content: '';
    top: 0;
    right: 0;
    background: linear-gradient(90deg, transparent, rgb(183,207,184,0.5), transparent);
    height: 1px;
    position: absolute;
}.footer-workshops .container {
    justify-content: center;
    align-items: center;
    display: flex;
}.footer-workshops .academy-info {
    letter-spacing: 0.5px;
    text-align: center;
    transition: opacity 0.3s ease;
    font-size: 16px;
    opacity: 0.8;
    color: #ffffff;
}.footer-workshops .academy-info:hover {
    opacity: 1;
}

@media (max-width: 991px) {.flag-content {
    padding: 60px 0 30px;
}.flag-content .container {
    flex-direction: column;
}.flag-content .company_holder {
    flex: 0 0 100%;
    padding-right: 0;
    margin-bottom: 40px;
}.flag-content .company_holder::after {
    display: none;
}.flag-content .trial-offer {
    flex: 0 0 100%;
}.flag-content .nav-master {
    flex: 0 0 calc(50% - 20px);
    margin-bottom: 20px;
}
}

@media (max-width: 768px) {.flag-content {
    padding: 40px 0 20px;
}.flag-content .header-pagewrap {
    flex-direction: column;
}.flag-content .nav-master {
    margin-bottom: 20px;
    flex: 0 0 100%;
}.flag-content .company_holder h3 {
    font-size: calc(34px * 0.8);
}.flag-content .nav-master h5 {
    font-size: calc(18px * 0.9);
}.footer-workshops .academy-info {
    font-size: calc(16px * 0.9);
}
}

@media (max-width: 576px) {.flag-content {
    padding: 30px 0 15px;
}.flag-content .company_holder {
    margin-bottom: 30px;
}.flag-content .company_holder h3 {
    font-size: calc(34px * 0.7);
}.flag-content .nav-master h5 {
    font-size: calc(18px * 0.8);
}.footer-workshops {
    padding: 10px 0;
}.footer-workshops .academy-info {
    font-size: calc(16px * 0.8);
}}


footer {
    position: relative;
}footer::after {
    right: 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);
    position: absolute;
    background-size: 50px 50px;
    left: 0;
    bottom: 0;
    z-index: 0;
    opacity: 0.3;
    content: '';
    top: 0;
}.flag-content .company_holder h3 {
    overflow: hidden;
    position: relative;
}.flag-content .company_holder h3::before {
    width: 100%;
    height: 100%;
    left: -100%;
    content: '';
    position: absolute;
    transition: 0.5s;
    pointer-events: none;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.flag-content .company_holder h3:hover::before {
    left: 100%;
}.tyContainer {
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 5rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(219,234,220) 0%, rgb(183,207,184,0.5) 100%);
    min-height: 60vh;
    overflow: hidden;
}.tyContainer::before {
    left: 0;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(183,207,184,0.5) 0px,
        rgb(183,207,184,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    content: "";
    z-index: 1;
    width: 100%;
    opacity: 0.05;
    height: 100%;
    position: absolute;
}.tyContainer::after {
    height: 30%;
    width: 30%;
    opacity: 0.1;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background: rgb(145,180,149,0.5);
    transform: rotate(15deg);
    top: -5%;
    position: absolute;
    right: -5%;
    content: "";
    z-index: 1;
}.tyContainer .container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.tyContainer .how-grow {
    grid-template-columns: 1fr;
    padding: 3.5rem;
    position: relative;
    gap: 2rem;
    border-left: 5px solid rgb(183,207,184);
    display: grid;
    background: rgba(255, 255, 255, 0.97);
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
}.tyContainer .how-grow::before {
    position: absolute;
    height: 8px;
    top: 0;
    content: "";
    left: 0;
    width: 100%;
    transform-origin: left top;
    background: linear-gradient(90deg, rgb(183,207,184) 0%, rgb(145,180,149) 100%);
}.tyContainer .how-grow > div:first-child {
    padding-bottom: 1.5rem;
    position: relative;
}.tyContainer .how-grow > div:first-child::after {
    transform-origin: left;
    animation: lineGrow 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    left: 0;
    content: "";
    position: absolute;
    bottom: 0;
    width: 80px;
    height: 4px;
    background: rgb(145,180,149);
}.tyContainer h5 {
    font-size: calc(20px * 1.1);
    transform: translateY(20px);
    color: #000000;
    margin: 0;
    animation: fadeUp 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s forwards;
    font-weight: 700;
    opacity: 0;
    line-height: 1.4;
}.tyContainer a {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    text-decoration: none;
    display: block;
}.tyContainer a:hover {
    transform: translateY(-5px);
}.tyContainer p {
    padding: 1.5rem;
    line-height: 1.8;
    border-left: 3px solid rgb(145,180,149,0.5);
    margin: 0;
    font-size: 14px;
    opacity: 0;
    color: #000000;
    position: relative;
    background: linear-gradient(to bottom right, rgba(rgb(219,234,220), 0.3), rgba(255, 255, 255, 0.9));
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
    animation: fadeUp 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s forwards;
    transform: translateY(20px);
}.tyContainer p::before {
    justify-content: center;
    content: "✓";
    top: -15px;
    align-items: center;
    background: rgb(183,207,184);
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    left: -15px;
    display: flex;
    position: absolute;
    border-radius: 50%;
    color: #ffffff;
    width: 36px;
    height: 36px;
}

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

@keyframes lineGrow {
    from {
        width: 0;
    }
    to {
        width: 80px;
    }
}

@media (min-width: 768px) {.tyContainer {
    padding: 7rem 3rem;
}.tyContainer .how-grow {
    padding: 4rem;
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
    transform: perspective(1000px) rotateX(1deg);
}.tyContainer h5 {
    font-size: calc(20px * 1.3);
}.tyContainer .how-grow > div:first-child {
    display: flex;
    align-items: center;
    padding-bottom: 0;
}.tyContainer .how-grow > div:first-child::after {
    display: none;
}.tyContainer p {
    padding: 2rem;
}
}

@media (max-width: 767px) {.tyContainer {
    padding: 4rem 1.5rem;
}.tyContainer .how-grow {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2.5rem 1.5rem;
}.tyContainer h5 {
    font-size: 20px;
    line-height: 1.5;
}.tyContainer p {
    font-size: calc(14px * 0.95);
    padding: 1.2rem;
}.tyContainer p::before {
    font-size: 0.8rem;
    width: 30px;
    height: 30px;
    top: -10px;
    left: -10px;
}
}

@media (max-width: 480px) {.tyContainer {
    padding: 3rem 1rem;
}.tyContainer .how-grow {
    border-left-width: 3px;
    padding: 2rem 1.2rem;
}.tyContainer .how-grow::before {
    height: 5px;
}.tyContainer h5 {
    font-size: calc(20px * 0.9);
}.tyContainer p {
    line-height: 1.6;
    padding: 1rem;
    font-size: calc(14px * 0.9);
}}.title-portal {
    overflow: hidden;
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background: linear-gradient(135deg, rgb(219,234,220), rgba(0, 0, 0, 0.5));
}.title-portal .main-open {
    border-radius: 10px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    z-index: 2;
    width: 100%;
    box-shadow: 20px 20px 60px rgba(0,0,0,0.1), -20px -20px 60px rgba(255,255,255,0.1);
    position: relative;
    max-width: 1200px;
}.title-portal .main-open:hover {
    transform: translateY(-5px);
    box-shadow: 25px 25px 70px rgba(0,0,0,0.15), -25px -25px 70px rgba(255,255,255,0.15);
}.title-portal .main-open > div {
    grid-template-columns: 1fr;
    gap: 2rem;
    display: grid;
}.title-portal h3 {
    margin: 0;
    border-radius: 8px;
    line-height: 1.5;
    background-color: #ffffff;
    color: #000000;
    transition: all 0.3s ease;
    overflow: hidden;
    font-size: calc(23px * 0.9);
    box-shadow: inset 5px 5px 10px rgba(0,0,0,0.05), inset -5px -5px 10px rgba(255,255,255,0.8);
    position: relative;
    padding: 2rem;
    font-weight: 600;
}.title-portal h3::before {
    left: 0;
    content: "";
    opacity: 0.8;
    top: 0;
    width: 5px;
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(183,207,184), rgb(145,180,149));
}.title-portal .method-ped {
    border-radius: 8px;
    position: relative;
    height: 400px;
    overflow: hidden;
    box-shadow: 8px 8px 16px rgba(0,0,0,0.1), -8px -8px 16px rgba(255,255,255,0.1);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}.title-portal .method-ped::before {
    background: linear-gradient(135deg, rgb(183,207,184,0.5), rgba(0, 0, 0, 0.5));
    top: 0;
    opacity: 0.7;
    left: 0;
    z-index: 1;
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
}.title-portal .method-ped > div {
    height: 100%;
    flex-direction: column;
    position: relative;
    display: flex;
    align-items: flex-start;
    padding: 2.5rem;
    z-index: 2;
    justify-content: center;
}.title-portal .method-ped p {
    margin-bottom: 1.5rem;
    font-weight: 600;
    position: relative;
    max-width: 80%;
    color: #ffffff;
    padding-left: 15px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
    font-size: calc(18px * 1.1);
}.title-portal .method-ped p::before {
    background: rgb(145,180,149);
    top: 0;
    width: 4px;
    content: "";
    border-radius: 5px;
    left: 0;
    height: 100%;
    position: absolute;
}.title-portal .title_style_header {
    font-size: calc(40px * 1.1);
    margin-top: 0.5rem;
    line-height: 1.2;
    text-shadow: 3px 3px 6px rgba(0,0,0,0.3);
    margin-bottom: 0;
    transition: transform 0.3s ease;
    color: #ffffff;
    max-width: 90%;
    font-weight: 700;
    position: relative;
}.title-portal .method-ped:hover {
    transform: scale(1.02);
    box-shadow: 12px 12px 24px rgba(0,0,0,0.15), -12px -12px 24px rgba(255,255,255,0.15);
}.title-portal .method-ped:hover .title_style_header {
    transform: translateX(10px);
}.title-portal::after {
    width: 150px;
    filter: blur(80px);
    height: 150px;
    content: "";
    opacity: 0.4;
    top: 0;
    background: rgb(183,207,184,0.5);
    border-radius: 50%;
    position: absolute;
    animation: floatBubble 15s infinite ease-in-out;
    right: 0;
}.title-portal::before {
    content: "";
    background: rgb(145,180,149,0.5);
    animation: floatBubble 18s infinite ease-in-out reverse;
    border-radius: 50%;
    left: 10%;
    opacity: 0.3;
    filter: blur(90px);
    bottom: 0;
    width: 200px;
    position: absolute;
    height: 200px;
}

@keyframes floatBubble {
  0%, 100% {
    transform: translateY(0) translateX(0);
  }
  25% {
    transform: translateY(-30px) translateX(20px);
  }
  50% {
    transform: translateY(10px) translateX(-20px);
  }
  75% {
    transform: translateY(20px) translateX(10px);
  }
}

@media (min-width: 768px) {.title-portal .main-open > div {
    gap: 1.5rem;
    grid-template-columns: 1fr 2fr;
}.title-portal h3 {
    display: flex;
    align-items: center;
    font-size: 23px;
    height: 100%;
}.title-portal .method-ped {
    height: 500px;
}.title-portal .title_style_header {
    max-width: 80%;
    font-size: 40px;
}
}

@media (max-width: 767px) {.title-portal {
    padding: 1.5rem;
}.title-portal .main-open {
    padding: 0;
}.title-portal h3 {
    padding: 1.5rem;
    font-size: calc(23px * 0.8);
}.title-portal .method-ped {
    height: 350px;
}.title-portal .method-ped > div {
    padding: 1.5rem;
}.title-portal .method-ped p {
    font-size: 18px;
    max-width: 100%;
}.title-portal .title_style_header {
    max-width: 100%;
    font-size: calc(28px);
}
}

@media (max-width: 480px) {.title-portal {
    padding: 1rem;
}.title-portal h3 {
    font-size: calc(21px * 1.1);
    padding: 1.25rem;
}.title-portal .method-ped {
    height: 300px;
}.title-portal .method-ped > div {
    padding: 1.25rem;
}.title-portal .title_style_header {
    font-size: calc(28px * 0.9);
}}.privacy-shelter {
    background: linear-gradient(to bottom right, rgb(183,207,184,0.5), rgb(145,180,149,0.5));
    background-position: center;
    font-family: Arial, sans-serif;
    padding: 50px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    background-size: cover;
    position: relative;
}.privacy-shelter h1,
.privacy-shelter h2 {
    position: relative;
    padding-left: 15px;
    text-transform: uppercase;
    margin: 20px 0;
    letter-spacing: 2px;
}.privacy-shelter h1 {
    font-size: 48px;
    color: #ffffff;
    font-weight: 700;
}.privacy-shelter h2 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
}.privacy-shelter ul {
    list-style-type: none;
    margin: 20px 0;
    padding: 0;
}.privacy-shelter ul li {
    position: relative;
    font-size: 18px;
    color: #ffffff;
    padding: 10px 0;
    padding-left: 30px;
    font-weight: 400;
}.privacy-shelter ul li::before {
    position: absolute;
    color: rgb(145,180,149);
    content: '•';
    left: 0;
    font-size: 23px;
}.privacy-shelter p {
    font-weight: 300;
    font-size: 18px;
    margin: 20px 0;
    color: #ffffff;
    line-height: 1.8;
}.privacy-shelter div {
    margin: 20px 0;
}
@media only screen and (max-width: 800px) {.privacy-shelter {
    padding: 30px;
}.privacy-shelter h1 {
    font-size: calc(23px - 8px);
}.privacy-shelter h2 {
    font-size: calc(23px - 8px);
}.privacy-shelter ul li {
    font-size: calc(18px - 2px);
}.privacy-shelter p {
    font-size: calc(18px - 2px);
}}.teaching-history {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: linear-gradient(170deg, rgb(219,234,220), #ffffff);
}.teaching-history::before {
    opacity: 0.1;
    background-color: rgb(183,207,184,0.5);
    position: absolute;
    content: "";
    top: -200px;
    right: -200px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
}.teaching-history .container {
    max-width: 1140px;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
}.teaching-history .review-views {
    max-width: 800px;
    background-color: #ffffff;
    border-radius: 14px;
    flex-direction: column;
    padding: 50px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    margin: 0 auto;
    position: relative;
}.teaching-history .review-views:hover {
    transform: translateY(-10px);
}.teaching-history .review-views::before {
    height: 30px;
    position: absolute;
    content: "";
    top: -15px;
    z-index: -1;
    left: 50px;
    width: 30px;
    background-color: rgb(145,180,149);
    transform: rotate(45deg);
}.teaching-history .review-views::after {
    background-color: rgb(183,207,184);
    right: 50px;
    bottom: -15px;
    content: "";
    height: 30px;
    z-index: -1;
    position: absolute;
    width: 30px;
    transform: rotate(45deg);
}.teaching-history .pic-img-wrap {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    width: 120px;
    height: 120px;
    overflow: hidden;
    align-self: center;
    transition: transform 0.3s ease;
    border-radius: 50%;
    border: 4px solid #ffffff;
    position: relative;
}.teaching-history .review-views:hover .pic-img-wrap {
    transform: scale(1.05);
}.teaching-history .pic-img-wrap::before {
    inset: 0;
    background: linear-gradient(45deg, transparent 40%, rgb(183,207,184,0.5));
    transition: opacity 0.3s ease;
    opacity: 0;
    content: "";
    position: absolute;
}.teaching-history .review-views:hover .pic-img-wrap::before {
    opacity: 1;
}.teaching-history .work-area {
    margin: 25px 0 0;
    background-color: rgb(219,234,220);
    font-size: 16px;
    border-radius: 14px;
    line-height: 1.8;
    padding: 20px 30px;
    position: relative;
    color: #000000;
    order: 3;
}.teaching-history .work-area::before {
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    content: "";
    border-bottom: 10px solid rgb(219,234,220);
    left: 30px;
    top: -10px;
}.teaching-history .name {
    display: block;
    position: relative;
    text-align: center;
    padding-bottom: 10px;
    margin: 5px 0;
    order: 1;
    color: #000000;
    font-size: 20px;
    font-weight: 700;
}.teaching-history .name::after {
    background-color: rgb(183,207,184);
    content: "";
    height: 2px;
    transform: translateX(-50%);
    bottom: 0;
    width: 40px;
    transition: width 0.3s ease;
    left: 50%;
    position: absolute;
}.teaching-history .review-views:hover .name::after {
    width: 80px;
}.teaching-history span:not(.name) {
    font-weight: 600;
    text-transform: uppercase;
    order: 2;
    font-size: calc(16px * 0.9);
    margin-bottom: 15px;
    color: rgb(145,180,149);
    text-align: center;
    letter-spacing: 1px;
}

@media (min-width: 768px) {.teaching-history .review-views {
    align-items: center;
    grid-template-columns: auto 1fr;
    gap: 10px 30px;
    display: grid;
    grid-template-areas: 
            "photo name"
            "photo job"
            "quote quote";
}.teaching-history .pic-img-wrap {
    grid-area: photo;
    width: 180px;
    align-self: start;
    height: 180px;
    margin-bottom: 0;
}.teaching-history .name {
    grid-area: name;
    text-align: left;
    font-size: 34px;
}.teaching-history .name::after {
    left: 0;
    transform: none;
}.teaching-history span:not(.name) {
    margin-bottom: 0;
    text-align: left;
    grid-area: job;
}.teaching-history .work-area {
    grid-area: quote;
    margin-top: 30px;
}
}

@media (max-width: 768px) {.teaching-history {
    padding: 70px 0;
}.teaching-history .review-views {
    padding: 40px 30px;
}
}

@media (max-width: 576px) {.teaching-history {
    padding: 50px 0;
}.teaching-history .review-views {
    padding: 30px 20px;
}.teaching-history .work-area {
    padding: 15px 20px;
    margin-top: 20px;
}}header {
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    background: linear-gradient(120deg, rgb(183,207,184) 0%, rgb(145,180,149) 100%);
    position: relative;
    padding: 0;
    z-index: 100;
    margin-top: 0;
    overflow: visible;
}header::before {
    position: absolute;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    bottom: 2px;
    right: 2px;
    content: '';
    left: 2px;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05) 0px,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    z-index: -1;
    top: 2px;
}header .top-header {
    justify-content: space-between;
    display: flex;
    position: relative;
    align-items: center;
    padding: 1.2rem 3rem;
    z-index: 5;
}header .header-pro {
    margin-right: 2rem;
    background: rgba(255, 255, 255, 0.15);
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    flex: 0 0 auto;
    position: relative;
    padding: 0.7rem 1.2rem 0.7rem 1rem;
    transition: all 0.3s ease;
}header .header-pro::before {
    position: absolute;
    border: 1px dashed rgba(255, 255, 255, 0.3);
    top: 3px;
    left: 3px;
    content: '';
    z-index: -1;
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    bottom: 3px;
    right: 3px;
}header .header-pro:hover {
    transform: translateY(-3px) scale(1.03);
    background: rgba(255, 255, 255, 0.2);
}header .site-navbar {
    display: block;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}header .site-navbar img {
    max-height: 40px;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}header .nav-master {
    padding: 0;
    list-style: none;
    position: relative;
    margin: 0;
    z-index: 2;
    display: flex;
}header .header-tutor {
    margin: 0 0.5rem;
    position: relative;
}header .header-tutor a {
    align-items: center;
    color: #ffffff;
    clip-path: polygon(
        10px 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% calc(100% - 10px),
        calc(100% - 10px) 100%,
        10px 100%,
        0 calc(100% - 10px),
        0 10px
    );
    height: 40px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    justify-content: center;
    padding: 0 1.2rem;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    border: 1px solid transparent;
    font-weight: 600;
    text-decoration: none;
    font-size: 17px;
}header .header-tutor a::before {
    transition: left 0.7s ease;
    position: absolute;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    width: 100%;
    left: -100%;
    top: 0;
    content: '';
}header .header-tutor a:hover {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
    border-color: #ffffff;
}header .header-tutor a:hover::before {
    left: 100%;
}header .header-tutor::after {
    transform: translateX(-50%);
    content: '';
    position: absolute;
    background: #ffffff;
    height: 2px;
    transition: width 0.3s ease;
    bottom: -5px;
    width: 0;
    left: 50%;
}header .header-tutor:hover::after {
    width: 80%;
}header .top-header::before {
    position: absolute;
    border-bottom: none;
    content: '';
    border-right: none;
    border: 2px solid rgba(255, 255, 255, 0.3);
    right: 10px;
    height: 40px;
    top: 10px;
    width: 40px;
    opacity: 0.5;
}header .top-header::after {
    width: 40px;
    content: '';
    height: 40px;
    bottom: 10px;
    opacity: 0.5;
    border-left: none;
    left: 10px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top: none;
    position: absolute;
}header .top-teach {
    padding-top: 2rem;
    background: rgb(219,234,220);
    position: relative;
    margin-top: -15px;
    z-index: 1;
}@keyframes pulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

header::after {
    content: '';
    position: absolute;
    background: #ffffff;
    height: 8px;
    animation: pulse 2s infinite;
    border-radius: 50%;
    box-shadow: 0 0 10px #ffffff;
    top: 15px;
    right: 15px;
    width: 8px;
}

@media (min-width: 1400px) {header .top-header {
    margin: 0 auto;
    max-width: 1320px;
}header .header-tutor {
    margin: 0 0.7rem;
}header .header-tutor a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            10px 100%, 
            0 calc(100% - 10px)
        );
}header .top-header {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .header-pro {
    margin-right: 0;
    margin-bottom: 0;
}header .nav-master {
    flex-basis: 100%;
    justify-content: flex-end;
    margin-top: 1rem;
}header .header-tutor a {
    height: 35px;
    padding: 0 1rem;
    font-size: calc(17px - 1px);
}header .top-header::before,
    header .top-header::after {
    display: none;
}.top-teach {
    margin-top: -10px;
}
}

@media (max-width: 767px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 5px), 
            calc(100% - 5px) 100%, 
            5px 100%, 
            0 calc(100% - 5px)
        );
    padding: 0;
}header .top-header {
    padding: 0.8rem 1.5rem;
}header .header-pro {
    clip-path: polygon(
            0 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% 100%,
            5px 100%,
            0 calc(100% - 5px)
        );
    padding: 0.5rem 0.8rem;
}header .site-navbar img {
    max-height: 35px;
}header .nav-master {
    justify-content: flex-start;
    padding-bottom: 0.5rem;
    scrollbar-width: thin;
    margin-top: 0.8rem;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
}header .nav-master::-webkit-scrollbar {
    height: 3px;
}header .nav-master::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}header .header-tutor {
    flex: 0 0 auto;
    margin: 0 0.25rem;
}header .header-tutor a {
    font-size: calc(17px - 2px);
    white-space: nowrap;
    height: 32px;
    padding: 0 0.8rem;
    clip-path: polygon(
            5px 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% calc(100% - 5px),
            calc(100% - 5px) 100%,
            5px 100%,
            0 calc(100% - 5px),
            0 5px
        );
}header .header-tutor::after {
    display: none;
}header::after {
    right: 10px;
    width: 5px;
    top: 10px;
    height: 5px;
}.top-teach {
    margin-top: -5px;
}
}

@media (max-width: 479px) {header .top-header {
    padding: 0.7rem 1.2rem;
}header .header-pro {
    padding: 0.4rem 0.6rem;
    max-width: 120px;
}header .header-tutor a {
    padding: 0 0.6rem;
    font-size: calc(17px - 3px);
    height: 30px;
}}.training-method {
    padding: 6rem 2rem;
    background: linear-gradient(135deg, rgb(219,234,220) 0%, rgba(rgb(145,180,149,0.5), 0.05) 100%);
    position: relative;
    overflow: hidden;
}.training-method::before {
    position: absolute;
    opacity: 0.07;
    content: "";
    width: 100%;
    pointer-events: none;
    top: 0;
    left: 0;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(183,207,184,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 90%, rgb(145,180,149,0.5) 0%, transparent 30%);
    height: 100%;
    z-index: 0;
}.training-method::after {
    left: 10%;
    bottom: 0;
    opacity: 0.2;
    height: 1px;
    position: absolute;
    width: 80%;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(183,207,184), transparent);
}.training-method .how-grow {
    z-index: 1;
    transform-style: preserve-3d;
    position: relative;
    perspective: 1000px;
    max-width: 1200px;
    margin: 0 auto;
}.training-method h2 {
    display: inline-block;
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    font-weight: 700;
    margin-bottom: 2.5rem;
    position: relative;
    transform: translateZ(20px);
    font-size: 38px;
    color: #000000;
}.training-method h2::after {
    bottom: -12px;
    background: linear-gradient(90deg, rgb(183,207,184), transparent);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    position: absolute;
    content: "";
    width: 40%;
    left: 0;
    height: 4px;
}.training-method .text-body {
    transform: translateZ(10px) translateX(0);
    box-shadow: 
        0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
        0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.1);
    background: #ffffff;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 2.5rem;
    position: relative;
    border-left: 4px solid rgb(183,207,184);
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 20px), 
        calc(100% - 20px) 100%, 
        0 100%
    );
}.training-method .text-body:hover {
    transform: translateZ(15px) translateX(5px);
    box-shadow: 
        0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
        0 3px 10px rgba(rgba(0, 0, 0, 0.5), 0.12);
}.training-method p {
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
    color: #000000;
}.training-method .text-body::before {
    transform: rotate(-45deg);
    width: 60px;
    z-index: -1;
    left: -20px;
    transition: all 0.5s ease;
    position: absolute;
    height: 60px;
    opacity: 0.2;
    border: 1px solid rgb(183,207,184,0.5);
    content: "";
    top: -20px;
    border-radius: 50% 0 50% 50%;
}.training-method .text-body:hover::before {
    transform: rotate(0deg);
    width: 70px;
    height: 70px;
}.training-method .how-grow:hover h2 {
    transform: translateZ(25px);
}

@media (max-width: 991px) {.training-method {
    padding: 4rem 1.5rem;
}.training-method h2 {
    margin-bottom: 2rem;
    font-size: calc(38px * 0.9);
}.training-method .text-body {
    padding: 2rem;
}
}

@media (max-width: 768px) {.training-method {
    padding: 3rem 1rem;
}.training-method h2 {
    transform: translateZ(10px);
    font-size: calc(38px * 0.8);
    margin-bottom: 1.5rem;
}.training-method .text-body {
    padding: 1.75rem;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 15px), 
            calc(100% - 15px) 100%, 
            0 100%
        );
}.training-method p {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}.training-method .how-grow:hover h2 {
    transform: translateZ(15px);
}.training-method .text-body::before {
    top: -15px;
    left: -15px;
    height: 45px;
    width: 45px;
}
}

@media (max-width: 576px) {.training-method {
    padding: 2.5rem 0.75rem;
}.training-method h2 {
    margin-bottom: 1.25rem;
    font-size: calc(38px * 0.7);
}.training-method .text-body {
    border-left-width: 3px;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            0 100%
        );
    padding: 1.5rem;
}.training-method p {
    font-size: calc(14px * 0.9);
    line-height: 1.5;
}.training-method .text-body::before {
    display: none;
}}.subscribe-to-newsletter {
    position: relative;
    background: linear-gradient(135deg, rgb(183,207,184,0.5), rgb(145,180,149) 120%);
    perspective: 1000px;
    overflow: hidden;
    padding: 6rem 2rem;
}.subscribe-to-newsletter::before {
    left: -5%;
    position: absolute;
    top: -10%;
    background: repeating-linear-gradient(
    45deg,
    rgb(183,207,184,0.5) 0%,
    transparent 5%,
    transparent 10%
  );
    width: 120%;
    transform: translateZ(-5px);
    height: 120%;
    opacity: 0.05;
    z-index: 0;
    animation: subtleShift 20s infinite linear;
    content: "";
}.subscribe-to-newsletter::after {
    content: "";
    transform: translateZ(-2px);
    opacity: 0.15;
    background: linear-gradient(225deg, rgb(145,180,149) 0%, transparent 65%);
    right: 0;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    height: 40%;
    width: 80%;
    position: absolute;
    z-index: 0;
    bottom: 0;
}.subscribe-to-newsletter .container {
    margin: 0 auto;
    transform-style: preserve-3d;
    z-index: 1;
    max-width: 1140px;
    position: relative;
}.subscribe-to-newsletter .how-grow {
    padding: 3.5rem 3rem;
    transform: translateZ(20px);
    position: relative;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-left: 4px solid rgb(183,207,184);
    box-shadow: 
    0 25px 50px -12px rgba(0, 0, 0, 0.15),
    0 8px 24px rgba(0, 0, 0, 0.08),
    0 0 1px rgba(0, 0, 0, 0.1);
    background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.12) 0%,
    rgba(255, 255, 255, 0.06) 100%
  );
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}.subscribe-to-newsletter .how-grow:hover {
    transform: translateZ(25px) translateX(5px);
}.subscribe-to-newsletter h3 {
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 2.5rem;
    letter-spacing: -0.01em;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    font-size: calc(20px * 1.15);
    max-width: 90%;
    transform: translateZ(10px);
    line-height: 1.4;
}.subscribe-to-newsletter h3::after {
    transform-origin: left;
    left: 0;
    content: "";
    transform: scaleX(1);
    position: absolute;
    background: rgb(183,207,184);
    height: 3px;
    width: 3.5rem;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    bottom: -1rem;
}.subscribe-to-newsletter .how-grow:hover h3::after {
    transform: scaleX(1.5);
}.subscribe-to-newsletter .input_holder {
    transform: translateZ(15px);
    position: relative;
    display: flex;
    gap: 1rem;
}.subscribe-to-newsletter .input_holder div {
    position: relative;
    flex: 1;
}.subscribe-to-newsletter input[type="email"] {
    color: #000000;
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    outline: none;
    line-height: 1.5;
    width: 100%;
    font-size: 18px;
    padding: 1rem 1.5rem;
    transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 
    0 4px 6px -1px rgba(0, 0, 0, 0.05),
    0 2px 4px -1px rgba(0, 0, 0, 0.03);
}.subscribe-to-newsletter input[type="email"]:focus {
    transform: translateY(-2px);
    background-color: #ffffff;
    box-shadow: 
    0 10px 15px -3px rgba(0, 0, 0, 0.08),
    0 4px 6px -2px rgba(0, 0, 0, 0.04),
    0 0 0 3px rgba(var(--primary-color-rgb), 0.15);
}.subscribe-to-newsletter input[type="email"]::placeholder {
    font-weight: 300;
    transition: opacity 0.25s ease;
    color: rgba(var(--dark-color-rgb), 0.5);
}.subscribe-to-newsletter input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.subscribe-to-newsletter .updates-form {
    position: relative;
    font-size: 14px;
    overflow: hidden;
    transition: all 0.35s cubic-bezier(0.33, 1, 0.68, 1);
    font-weight: 600;
    padding: 1rem 1.75rem;
    color: #ffffff;
    border: none;
    cursor: pointer;
    background: rgb(183,207,184);
    white-space: nowrap;
    letter-spacing: 0.02em;
    box-shadow: 0 4px 12px rgba(var(--primary-color-rgb), 0.25);
}.subscribe-to-newsletter .updates-form::before {
    top: 0;
    content: "";
    width: 100%;
    transition: transform 0.75s ease;
    height: 100%;
    position: absolute;
    left: -100%;
    background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.15) 50%,
    transparent 100%
  );
}.subscribe-to-newsletter .updates-form:hover {
    box-shadow: 
    0 8px 20px rgba(var(--primary-color-rgb), 0.3),
    0 2px 4px rgba(var(--primary-color-rgb), 0.2);
    background: rgb(145,180,149);
    transform: translateY(-2px) scale(1.02);
}.subscribe-to-newsletter .updates-form:hover::before {
    transform: translateX(200%);
}.subscribe-to-newsletter .updates-form:active {
    transform: translateY(1px) scale(0.98);
    box-shadow: 0 2px 6px rgba(var(--primary-color-rgb), 0.2);
}

@keyframes subtleShift {
  0% {
    transform: translateZ(-5px) rotate(0deg);
  }
  100% {
    transform: translateZ(-5px) rotate(360deg);
  }
}

@media screen and (max-width: 991px) {.subscribe-to-newsletter {
    padding: 5rem 1.5rem;
}.subscribe-to-newsletter .how-grow {
    padding: 2.5rem 2rem;
}.subscribe-to-newsletter h3 {
    max-width: 100%;
    font-size: calc(20px * 1.05);
}
}

@media screen and (max-width: 767px) {.subscribe-to-newsletter {
    padding: 4rem 1rem;
}.subscribe-to-newsletter .how-grow {
    padding: 2rem 1.5rem;
}.subscribe-to-newsletter h3 {
    font-size: 20px;
    margin-bottom: 2rem;
}.subscribe-to-newsletter .input_holder {
    flex-direction: column;
    gap: 1rem;
}.subscribe-to-newsletter input[type="email"] {
    padding: 0.875rem 1.25rem;
}.subscribe-to-newsletter .updates-form {
    padding: 0.875rem 1.5rem;
    width: 100%;
}
}

@media screen and (max-width: 480px) {.subscribe-to-newsletter {
    padding: 3rem 0.75rem;
}.subscribe-to-newsletter .how-grow {
    padding: 1.75rem 1.25rem;
    border-left-width: 3px;
}.subscribe-to-newsletter h3 {
    line-height: 1.5;
    font-size: calc(20px * 0.9);
}.subscribe-to-newsletter h3::after {
    height: 2px;
    width: 2.5rem;
}}.connect-form {
    position: relative;
    padding: 100px 0;
    background: rgb(219,234,220);
    overflow: hidden;
}.connect-form::before {
    top: 0;
    content: "";
    left: 0;
    height: 100%;
    background: linear-gradient(135deg, rgb(183,207,184,0.5) 0%, transparent 50%, rgb(145,180,149,0.5) 100%);
    width: 100%;
    position: absolute;
    z-index: 1;
}.connect-form::after {
    content: "";
    position: absolute;
    height: 100%;
    background: radial-gradient(circle at 30% 70%, rgb(183,207,184,0.5) 0%, transparent 30%);
    width: 100%;
    top: 0;
    animation: pulse 15s infinite alternate;
    left: 0;
    z-index: 1;
}.connect-form .container {
    margin: 0 auto;
    z-index: 5;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.connect-form h3 {
    position: relative;
    font-size: 37px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
    color: #000000;
}.connect-form h3::after {
    position: absolute;
    bottom: -15px;
    width: 80px;
    left: 50%;
    content: "";
    height: 3px;
    transform: translateX(-50%);
    border-radius: 10px;
    background: rgb(183,207,184);
}.connect-form .pic-img-wrap {
    filter: grayscale(40%) contrast(120%);
    z-index: 0;
    top: 0;
    opacity: 0.1;
    left: 0;
    width: 100%;
    position: absolute;
    height: 100%;
}.connect-form .pic-img-wrap::after {
    position: absolute;
    top: 0;
    background: linear-gradient(to right, rgb(183,207,184,0.5) 0%, transparent 100%);
    content: "";
    width: 100%;
    left: 0;
    height: 100%;
}.feedback-block {
    z-index: 10;
    background: #ffffff;
    justify-content: space-between;
    display: flex;
    overflow: hidden;
    position: relative;
    border-radius: 25px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}.feedback-block::before {
    content: "";
    width: 10px;
    left: 0;
    height: 100%;
    position: absolute;
    background: rgb(183,207,184);
    z-index: 1;
    top: 0;
}.feedback-block .inquiry-block {
    flex: 0 0 60%;
    position: relative;
    padding: 50px;
}.feedback-block .inquiry-block::before {
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom, transparent, rgb(145,180,149,0.5), transparent);
    width: 1px;
    right: 0;
    height: 100%;
    content: "";
}.feedback-block .inquiry-block h3 {
    margin-bottom: 30px;
    text-align: left;
    color: #000000;
    font-weight: 600;
    font-size: 22px;
}.feedback-block .inquiry-block h3::after {
    left: 0;
    transform: none;
    width: 60px;
}.feedback-block .inquiry-block form {
    flex-direction: column;
    display: flex;
}.feedback-block .inquiry-block input[type="text"],
.feedback-block .inquiry-block textarea {
    font-family: Arial, sans-serif;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    font-size: 12px;
    border-radius: 10px;
    padding: 15px 20px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}.feedback-block .inquiry-block input[type="text"]:focus,
.feedback-block .inquiry-block textarea:focus {
    border-color: rgb(183,207,184);
    outline: none;
    box-shadow: 0 0 0 3px rgb(183,207,184,0.5);
}.feedback-block .inquiry-block textarea {
    resize: vertical;
    min-height: 150px;
}.feedback-block .inquiry-block .query-block {
    align-items: flex-start;
    display: flex;
    margin-bottom: 30px;
    position: relative;
}.feedback-block .inquiry-block .query-block input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.feedback-block .inquiry-block .query-block label {
    padding-left: 30px;
    font-size: calc(12px - 2px);
    cursor: pointer;
    color: #000000;
    position: relative;
    line-height: 1.5;
}.feedback-block .inquiry-block .query-block label::before {
    left: 0;
    width: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    top: 2px;
    height: 20px;
    content: "";
    position: absolute;
    border-radius: 10px;
}.feedback-block .inquiry-block .query-block input[type="checkbox"]:checked + label::before {
    border-color: rgb(183,207,184);
    background: rgb(183,207,184);
}.feedback-block .inquiry-block .query-block input[type="checkbox"]:checked + label::after {
    content: "";
    top: 4px;
    width: 6px;
    border: solid #ffffff;
    height: 12px;
    transform: rotate(45deg);
    position: absolute;
    border-width: 0 2px 2px 0;
    left: 7px;
}.feedback-block .inquiry-block .query-block a {
    font-weight: 600;
    text-decoration: none;
    color: rgb(183,207,184);
    transition: all 0.3s ease;
}.feedback-block .inquiry-block .query-block a:hover {
    text-decoration: underline;
}.feedback-block .inquiry-block .request-widget {
    font-size: 17px;
    background: rgb(183,207,184);
    border: none;
    overflow: hidden;
    padding: 15px 30px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #ffffff;
    align-self: flex-start;
    z-index: 1;
    display: inline-block;
    position: relative;
    font-weight: 600;
}.feedback-block .inquiry-block .request-widget::before {
    left: -100%;
    transition: all 0.5s ease;
    position: absolute;
    width: 100%;
    background: rgb(145,180,149);
    height: 100%;
    z-index: -1;
    top: 0;
    content: "";
}.feedback-block .inquiry-block .request-widget:hover::before {
    left: 0;
}.feedback-block .inquiry-block .request-widget:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgb(183,207,184,0.5);
}.feedback-block .support-widget {
    position: relative;
    background: linear-gradient(135deg, rgb(183,207,184,0.5) 0%, rgb(219,234,220) 100%);
    flex: 0 0 40%;
    overflow: hidden;
    padding: 50px;
}.feedback-block .support-widget::before {
    width: 100%;
    animation: rotate 30s linear infinite;
    right: -50%;
    position: absolute;
    top: -50%;
    height: 100%;
    background: radial-gradient(circle, rgb(183,207,184,0.5) 0%, transparent 70%);
    content: "";
}.feedback-block .support-widget h4 {
    font-weight: 600;
    position: relative;
    margin-bottom: 30px;
    color: #000000;
    font-size: 22px;
}.feedback-block .support-widget h4::after {
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 60px;
    content: "";
    border-radius: 10px;
    background: rgb(183,207,184);
    height: 3px;
}.feedback-block .support-widget .inquiry-section {
    list-style: none;
    padding: 0;
    margin: 0;
}.feedback-block .support-widget .inquiry-section li {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    z-index: 1;
}.feedback-block .support-widget .inquiry-section li:last-child {
    margin-bottom: 0;
}.feedback-block .support-widget .inquiry-section li svg {
    height: 24px;
    margin-right: 15px;
    width: 24px;
    flex-shrink: 0;
}.feedback-block .support-widget .inquiry-section li svg path {
    fill: rgb(183,207,184);
    transition: all 0.3s ease;
}.feedback-block .support-widget .inquiry-section li:hover svg path {
    fill: rgb(145,180,149);
}.feedback-block .support-widget .inquiry-section li span {
    color: #000000;
    line-height: 1.5;
    font-size: 12px;
}.feedback-block .support-widget .inquiry-section li a {
    transition: all 0.3s ease;
    color: #000000;
    text-decoration: none;
}.feedback-block .support-widget .inquiry-section li a:hover {
    color: rgb(183,207,184);
}

@keyframes pulse {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.5;
        transform: scale(1);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 992px) {.connect-form {
    padding: 80px 0;
}.feedback-block {
    flex-direction: column;
}.feedback-block .inquiry-block,
    .feedback-block .support-widget {
    width: 100%;
    flex: 0 0 100%;
}.feedback-block .inquiry-block::before {
    background: linear-gradient(to right, transparent, rgb(145,180,149,0.5), transparent);
    right: 0;
    height: 1px;
    bottom: 0;
    width: 100%;
    top: auto;
}
}

@media screen and (max-width: 768px) {.connect-form {
    padding: 60px 0;
}.connect-form h3 {
    font-size: calc(37px - 4px);
}.feedback-block .inquiry-block,
    .feedback-block .support-widget {
    padding: 30px;
}.feedback-block .inquiry-block h3,
    .feedback-block .support-widget h4 {
    font-size: calc(22px - 2px);
}.feedback-block .inquiry-block input[type="text"],
    .feedback-block .inquiry-block textarea {
    padding: 12px 15px;
}.feedback-block .inquiry-block .request-widget {
    width: 100%;
    text-align: center;
}
}

@media screen and (max-width: 480px) {.connect-form {
    padding: 40px 0;
}.feedback-block .inquiry-block,
    .feedback-block .support-widget {
    padding: 20px;
}.feedback-block .support-widget .inquiry-section li {
    flex-direction: column;
}.feedback-block .support-widget .inquiry-section li svg {
    margin-bottom: 10px;
}
}