svg {
    width: 30px;
    height: 30px;
}

a {
    color: inherit;
    text-decoration: none;
}

.head_master186 {
    flex: 1 0 auto;
}

.wrapper-section276 {
    min-height: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}

.mobile_cta579 {
    flex: 0 0 auto;
}

.mobile_cta579 {
    color: #ffffff;
    padding: 4rem 0 2rem;
    position: relative;
}

.join_now863::after {
    content: "";
    z-index: 1;
    opacity: 0.4;
    height: 100%;
    position: absolute;
    top: 0;
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(199,210,156,0.5) 5%, transparent 15%),
        radial-gradient(circle at 90% 80%, rgb(166,182,110,0.5) 5%, transparent 15%),
        radial-gradient(circle at 50% 50%, rgb(199,210,156,0.5) 2%, transparent 10%);
    pointer-events: none;
    width: 100%;
    left: 0;
}

.join_now863 div div {
    display: flex;
    animation: button-appear 0.8s ease-out 0.4s forwards;
    opacity: 0;
    justify-content: center;
    transform: translateY(15px);
    margin-top: 1rem;
}

.join_now863 .reach_request786 span {
    transition: transform 0.3s ease;
    position: relative;
    z-index: 1;
}

.join_now863 .reach_request786:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    color: rgb(166,182,110);
}

.join_now863 .reach_request786:hover span {
    transform: translateX(5px);
}

.receive_updates194 {
    padding: 4rem 2rem;
    overflow: hidden;
    position: relative;
    transform: rotateZ(-2deg) scale(0.98);
    border-radius: 12px;
    background: rgb(233,237,211);
}

.receive_updates194::after {
    animation: rotate 120s linear infinite;
    right: -20px;
    top: -20px;
    z-index: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(166,182,110,0.5),
        rgb(166,182,110,0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    opacity: 0.1;
    left: -20px;
    bottom: -20px;
}

.receive_updates194 .input_holder {
    display: flex;
    transform: translateY(0);
    border-radius: 10px;
    background: #ffffff;
    position: relative;
    flex-direction: column;
    padding: 1.5rem;
    gap: 1.5rem;
    transition: transform 0.3s ease;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(166,182,110,0.5);
}

.receive_updates194 .subscribe_box567:focus {
    background-color: #ffffff;
    outline: none;
    border-bottom-color: rgb(166,182,110);
}

.receive_updates194 .sub_area546::before {
    height: 100%;
    content: "";
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    top: 0;
    width: 100%;
    left: -100%;
    transition: all 0.5s ease;
    position: absolute;
}

.consent_panel591 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.cookie_preference685 {
    display: flex;
    justify-content: center;
    max-width: 600px;
    flex-direction: column;
}

.visitor_controls923 {
    border: 2px solid rgb(199,210,156);
    font-size: 19px;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    background: rgb(199,210,156);
    transition: none;
    flex-shrink: 0;
    border-radius: 10px;
    min-width: 150px;
    padding: 10px 20px;
    margin-left: 10px;
    text-decoration: none;
}

.company_overview984::after {
    animation: float 12s infinite ease-in-out;
    border: 2px solid rgb(166,182,110);
    height: 200px;
    top: -30px;
    width: 200px;
    opacity: 0.15;
    content: "";
    right: -30px;
    transform: rotate(15deg);
    position: absolute;
    z-index: 2;
}

.company_overview984 .text_column137:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.company_overview984 h1 {
    margin-bottom: 40px;
    color: #000000;
    transition: transform 0.5s ease;
    font-weight: 700;
    transform: translateX(-10px);
    padding-bottom: 15px;
    position: relative;
    font-size: 44px;
}

.company_overview984 li {
    margin-bottom: 25px;
}

.company_overview984 h4 {
    margin-bottom: 15px;
    transform: translateY(5px);
    font-size: calc(22px * 1.1);
    opacity: 0.9;
    font-weight: 600;
    color: rgb(199,210,156);
    transition: all 0.3s ease;
    letter-spacing: 0.05em;
}

.instructor_profile831 {
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(233,237,211) 0%, #ffffff 100%);
    overflow: hidden;
}

.instructor_profile831::after {
    top: -50%;
    transform: rotate(-15deg);
    height: 200%;
    opacity: 0.1;
    right: -25%;
    position: absolute;
    width: 80%;
    content: "";
    z-index: 1;
    background: radial-gradient(
        ellipse at center,
        rgb(199,210,156,0.5) 0%,
        transparent 70%
    );
}

.instructor_profile831 .client_review098::before {
    width: 5px;
    transform-origin: top;
    top: 0;
    transform: scaleY(0);
    position: absolute;
    left: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(199,210,156), rgb(166,182,110));
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.instructor_profile831 .photo_album064::after {
    width: 100%;
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgba(0, 0, 0, 0.2) 100%
    );
    top: 0;
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
}

.instructor_profile831 .name::after {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(166,182,110);
    bottom: -5px;
    width: 80px;
    content: "";
    height: 2px;
    transform: translateX(-50%) scaleX(0.5);
    position: absolute;
    left: 50%;
}

.instructor_profile831 .client_review098:hover .work_explore641 {
    opacity: 1;
}

.instructor_profile831 .work_explore641::before {
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    line-height: 1;
    top: -0.5rem;
    font-size: 4rem;
    text-shadow: 2px 2px 0 #ffffff;
    color: rgb(199,210,156,0.5);
    content: "";
    font-family: serif;
}

.training_benefits674 h5 {
    font-weight: 700;
    max-width: 800px;
    text-align: center;
    color: #000000;
    margin-bottom: 60px;
    transform-style: preserve-3d;
    margin-right: auto;
    transform: translateZ(10px);
    letter-spacing: 0.05em;
    position: relative;
    line-height: 1.4;
    font-size: 22px;
    margin-left: auto;
}

.training_benefits674 .founders_team386:hover {
    transform: rotateX(0) rotateY(0);
}

.training_benefits674 .founders_team386 > div:first-child::before {
    height: 100%;
    opacity: 0.2;
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    background: linear-gradient(45deg, rgb(199,210,156,0.5), transparent);
    transition: opacity 0.5s ease;
    z-index: 1;
    width: 100%;
}

.training_benefits674 .text_column137 {
    transform: translateZ(20px);
    width: 100%;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    padding: 35px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    background: rgba(#ffffff, 0.95);
    border-radius: 21px;
}

.training_benefits674 li:hover::before {
    height: 100%;
}

.training_benefits674 li svg {
    transition: transform 0.3s ease;
    height: 24px;
    margin-right: 16px;
    flex-shrink: 0;
    transform: translateY(-2px);
    width: 24px;
}

.training_benefits674 svg path {
    fill: rgb(199,210,156);
    transition: fill 0.3s ease;
}

.course_program_description124::after {
    content: "";
    opacity: 0.15;
    top: 0;
    width: 100%;
    z-index: 2;
    background: radial-gradient(circle at center, rgb(199,210,156,0.5) 0%, transparent 70%);
    height: 100%;
    position: absolute;
    left: 0;
}

.course_program_description124 .text_column137::before {
    opacity: 0.3;
    border: 1px solid transparent;
    content: "";
    top: 0;
    border-radius: 20px;
    position: absolute;
    height: 100%;
    z-index: -1;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    left: 0;
    width: 100%;
    -webkit-mask-composite: xor;
    background: linear-gradient(135deg, rgb(199,210,156,0.5), transparent 70%, rgb(166,182,110,0.5)) border-box;
}

.course_program_description124 .text_column137 .description:last-child {
    margin-bottom: 0;
}

.course_program_description124 .photo_album064::before {
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: linear-gradient(135deg, rgb(199,210,156,0.5) 0%, transparent 50%);
    position: absolute;
    content: "";
    opacity: 0.3;
}

.course_program_description124 .education_track927::after {
    right: -100px;
    transform: rotate(-45deg);
}

.title_portal163 .learning_lead081 {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 1;
    left: 0;
}

.title_portal163 .learning_lead081::after {
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, 
        rgb(199,210,156,0.5) 0%, 
        transparent 30%, 
        transparent 70%, 
        rgb(199,210,156,0.5) 100%);
    content: "";
    width: 100%;
    z-index: 3;
    mix-blend-mode: overlay;
    height: 100%;
    left: 0;
}

.title_portal163 .study_sessions675 > div:nth-child(1) {
    animation-delay: 0.3s;
}

.title_portal163 .study_sessions675 > div:nth-child(2) {
    animation-delay: 0.6s;
}

.title_portal163 .study_sessions675 p {
    font-size: calc(13px * 1.2);
    backdrop-filter: blur(5px);
    letter-spacing: 0.05em;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    display: inline-block;
    text-transform: uppercase;
    border-left: 3px solid rgb(166,182,110);
    font-weight: 600;
    margin-bottom: 0;
    background: rgba(rgb(166,182,110,0.5), 0.15);
    padding: 0.5rem 1rem;
    position: relative;
}

.title_portal163 h3::after {
    width: 60%;
    right: 20px;
    content: "";
    height: 1px;
    background: linear-gradient(to right, 
        transparent, 
        rgb(166,182,110), 
        transparent);
    transform: translateZ(-10px);
    position: absolute;
    bottom: -5px;
}

header .container {
    padding: 0 1.5rem;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}

header .head_info164 {
    position: relative;
    z-index: 2;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 1rem;
}

header .head_info164:hover svg {
    transform: translateY(-5px);
}

header .top_expert053 {
    flex-wrap: wrap;
    gap: 0.8rem;
    border-radius: 29px;
    max-width: 800px;
    backdrop-filter: blur(5px);
    position: relative;
    padding: 0.6rem 1rem;
    justify-content: center;
    display: flex;
    background: rgba(255, 255, 255, 0.1);
    width: 100%;
}

header .first_teach592::before {
    width: 100%;
    content: '';
    border-radius: 10px;
    background: #ffffff;
    top: 0;
    transition: opacity 0.3s ease;
    height: 100%;
    opacity: 0;
    left: 0;
    transform: translateY(100%) scale(0.8);
    z-index: -1;
    position: absolute;
}

.confidential_nest619::after {
    position: absolute;
    content: "";
    bottom: -10px;
    height: 200px;
    border-top: 1px solid var(--primary-color_opacity, rgba(0,100,255,0.1));
    transform: rotate(-15deg) translateY(30px);
    right: -10px;
    z-index: 0;
    background: linear-gradient(225deg, var(--primary-color_opacity, rgba(0,100,255,0.05)), transparent 70%);
    width: 200px;
}

.confidential_nest619 h1:hover::after {
    width: 120px;
}

.confidential_nest619 h2:hover::before {
    transform: scaleY(1.2);
}

.confidential_nest619 h3 {
    margin: 2rem 0 1rem;
    border-bottom: 1px solid var(--secondary-color_opacity, rgba(108, 117, 125, 0.15));
    padding-bottom: 0.5rem;
    font-weight: var(--font-weight-semibold, 600);
    font-size: calc(var(--h2-font-size, 1.75rem) * 0.85);
    color: var(--dark-color, #212529);
}

.confidential_nest619 strong {
    font-weight: var(--font-weight-semibold, 600);
    color: var(--dark-color, #212529);
}

.confidential_nest619 li::before {
    transform: rotate(45deg);
    background-color: var(--primary-color, #0066ff);
    top: 0.65em;
    height: 6px;
    left: 0;
    width: 6px;
    content: "";
    position: absolute;
    border-radius: 1px;
    transition: transform 0.2s ease;
}

.gratefulPage349::before {
    width: 50%;
    top: 0;
    position: absolute;
    opacity: 0.15;
    z-index: 1;
    content: "";
    transform: skewX(-15deg) translateX(20%);
    right: 0;
    height: 100%;
    background: linear-gradient(to bottom right, rgb(199,210,156,0.5), transparent);
}

.gratefulPage349 h2::after {
    background: rgb(199,210,156);
    width: 5rem;
    transform-origin: left;
    content: "";
    height: 3px;
    position: absolute;
    bottom: -0.8rem;
    transform: scaleX(0);
    animation: growLine 1s ease-out forwards 0.8s;
    left: 0;
}

.gratefulPage349 ul {
    position: relative;
    z-index: 2;
    padding: 0;
    list-style: none;
    margin: 0;
}

.gratefulPage349 li:last-child {
    margin-bottom: 0;
}

.gratefulPage349 li::before {
    position: absolute;
    background: rgb(199,210,156);
    content: "";
    height: 0.5rem;
    animation: growBox 0.6s ease-out forwards 1.2s;
    transform: rotate(45deg) scale(0);
    width: 0.5rem;
    top: 0.6rem;
    left: 0;
}

.contact605 .container {
    max-width: 1280px;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
}

.contact605 .inquiry_links721 {
    position: relative;
    border-radius: 11px 11px 0 0;
    background-color: #ffffff;
    padding: 50px 30px;
    z-index: 2;
    order: 1;
    width: 100%;
}

.contact605 .inquiry_links721 input[type="text"],
.contact605 .inquiry_links721 input[type="email"] {
    background-color: rgb(233,237,211);
    padding: 0 20px;
    border-radius: 10px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    color: #000000;
    height: 60px;
    border: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
    flex: 1 0 100%;
    font-size: 12px;
}

.contact605 .inquiry_links721 .support_card394 input[type="checkbox"]:checked::before {
    width: 6px;
    border-width: 0 2px 2px 0;
    top: 6px;
    content: '';
    transform: rotate(45deg);
    border: solid #ffffff;
    position: absolute;
    height: 10px;
    left: 9px;
}

.contact605 .inquiry_links721 .support_card394 label a::after {
    bottom: -2px;
    position: absolute;
    transition: transform 0.3s ease;
    transform-origin: right;
    transform: scaleX(0);
    height: 1px;
    content: '';
    width: 100%;
    left: 0;
    background-color: rgb(199,210,156);
}

.contact605 .inquiry_links721 .reach_request786:hover {
    box-shadow: 0 6px 15px rgb(199,210,156,0.5);
}

.contact605 .inquiry_links721 .reach_request786:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.contact605 .inquiry_widget089::before {
    background: rgb(199,210,156);
    content: '';
    transform: translateY(-15px);
    position: absolute;
    left: 0;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    width: 100%;
    height: 30px;
    top: 0;
}

.contact605 .inquiry_widget089 div::before {
    content: '';
    width: 100%;
    background: linear-gradient(to right, transparent, #ffffff, transparent);
    left: 0;
    opacity: 0.2;
    position: absolute;
    height: 1px;
    bottom: -10px;
}

.contact605 .inquiry_widget089 div svg path {
    fill: #ffffff;
}

.contact605 .inquiry_widget089 div span a {
    position: relative;
    transition: color 0.3s ease;
    text-decoration: none;
    color: #ffffff;
}

footer {
    position: relative;
    z-index: 1;
}

footer::before {
    content: "";
    position: absolute;
    background: rgb(199,210,156);
    top: 0;
    opacity: 0.95;
    bottom: 0;
    right: 0;
    z-index: -2;
    left: 0;
}

.mobile_cta579::after {
    left: 0;
    width: 100%;
    background-image: 
        linear-gradient(90deg, 
            rgb(166,182,110) 0px, rgb(166,182,110) 10px,
            transparent 10px, transparent 15px,
            rgb(166,182,110) 15px, rgb(166,182,110) 30px,
            transparent 30px, transparent 35px,
            rgb(166,182,110) 35px, rgb(166,182,110) 40px,
            transparent 40px, transparent 60px,
            rgb(166,182,110) 60px, rgb(166,182,110) 70px,
            transparent 70px, transparent 80px,
            rgb(166,182,110) 80px, rgb(166,182,110) 90px,
            transparent 90px, transparent 110px,
            rgb(166,182,110) 110px, rgb(166,182,110) 120px,
            transparent 120px, transparent 140px
        );
    opacity: 0.5;
    background-repeat: repeat-x;
    position: absolute;
    top: 3px;
    height: 8px;
    content: "";
}

.mobile_cta579 .story_spot649::before {
    width: 20px;
    opacity: 0.6;
    position: absolute;
    content: "";
    left: -10px;
    height: 20px;
    border-radius: 50%;
    top: 2rem;
    background: rgb(166,182,110);
}

.mobile_cta579 .nav_sitewrap589 {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
}

.mobile_cta579 .top_expert053 h5 {
    font-weight: 600;
    align-items: center;
    font-size: 21px;
    margin: 0;
    color: #ffffff;
    position: relative;
    display: flex;
    background: rgb(166,182,110);
    padding: 1rem 1.5rem;
}

.mobile_cta579 .top_expert053 h5::after {
    top: 50%;
    border-radius: 50%;
    position: absolute;
    content: "";
    right: 15px;
    transform: translateY(-50%);
    height: 6px;
    background: #ffffff;
    width: 6px;
}

.mobile_cta579 .top_expert053 .nav_sitewrap589 a:hover {
    background: rgba(255, 255, 255, 0.1);
}

.collab_space897 {
    margin-top: 2.5rem;
    position: relative;
    background: rgb(166,182,110);
    padding: 2rem 0;
}

.collab_space897::before {
    width: 100%;
    background-repeat: repeat-x;
    background-image: 
        linear-gradient(90deg, 
            transparent 0px, transparent 20px,
            rgb(199,210,156) 20px, rgb(199,210,156) 40px,
            transparent 40px, transparent 60px,
            rgb(199,210,156) 60px, rgb(199,210,156) 80px,
            transparent 80px, transparent 100px,
            rgb(199,210,156) 100px, rgb(199,210,156) 120px
        );
    height: 5px;
    left: 0;
    position: absolute;
    content: "";
    top: -5px;
}


@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media screen and (max-width: 768px) {.join_now863 {
    transform: perspective(1000px) rotateX(1deg);
    padding: 3.5rem 1.25rem;
}.join_now863 .container {
    gap: 1.8rem;
}.join_now863 .reach_request786 {
    padding: 0.9rem 2rem;
}
}



@media screen and (min-width: 992px) {.receive_updates194 .founders_team386 {
    gap: 2rem;
    grid-template-columns: 1fr;
    display: grid;
    grid-template-rows: auto auto;
}.receive_updates194 p {
    max-width: 60%;
    margin-bottom: 0;
    grid-row: 1;
}.receive_updates194 .input_holder {
    flex-direction: row;
    max-width: 90%;
    gap: 1rem;
    align-items: stretch;
    grid-row: 2;
}.receive_updates194 .subscribe_box567 {
    flex: 1;
    border: none;
    border-radius: 10px;
    border-left: 3px solid rgb(166,182,110,0.5);
}.receive_updates194 .subscribe_box567:focus {
    border-left-color: rgb(166,182,110);
}}



@media (max-width: 767px) {.company_overview984 {
    padding: 80px 0;
}.company_overview984 .text_column137 {
    transform: perspective(1000px) rotateY(0deg);
    padding: 40px 30px;
}.company_overview984 h1 {
    font-size: calc(44px * 0.9);
    margin-bottom: 30px;
}.company_overview984 h4 {
    font-size: 22px;
}.company_overview984 span {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}.company_overview984::after {
    width: 150px;
    height: 150px;
}
}



@media (min-width: 1200px) {.instructor_profile831 .client_review098 {
    grid-template-columns: 250px 1fr 2.5fr;
    gap: 3.5rem;
    padding: 5rem;
}.instructor_profile831 .photo_album064 {
    width: 250px;
    height: 320px;
}.instructor_profile831 .name {
    font-size: calc(24px * 1.2);
}.instructor_profile831 .client_review098 div:nth-child(2) div {
    margin-top: 0.75rem;
    font-size: calc(12px * 1.1);
}.instructor_profile831 .work_explore641 {
    padding: 0 0 0 4rem;
    line-height: 1.9;
    font-size: calc(12px * 1.05);
}}



@media screen and (min-width: 768px) {.training_benefits674 .founders_team386 {
    align-items: stretch;
    flex-direction: row;
}.training_benefits674 .founders_team386 > div:first-child {
    width: 45%;
    max-height: 480px;
}.training_benefits674 .photo_album064 {
    height: 100%;
}.training_benefits674 .text_column137 {
    display: flex;
    align-items: center;
    width: 55%;
}.training_benefits674 ul {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (min-width: 992px) {.course_program_description124 .education_track927 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    align-items: center;
    grid-template-rows: auto auto auto;
}.course_program_description124 .text_column137 {
    margin-bottom: 60px;
    grid-row: 1;
    max-width: 100%;
    grid-column: 1 / 3;
}.course_program_description124 .text_column137 .description:first-of-type {
    grid-row: 2;
    text-align: right;
    padding-right: 30px;
    grid-column: 1;
}.course_program_description124 .text_column137 .description:last-child {
    grid-row: 2;
    padding-left: 30px;
    text-align: left;
    grid-column: 2;
}.course_program_description124 .photo_album064 {
    margin-top: 60px;
    max-width: 100%;
    height: 500px;
    grid-column: 1 / 3;
    grid-row: 3;
}.course_program_description124 .education_track927 {
    position: relative;
}.course_program_description124 .education_track927::after {
    background: linear-gradient(to bottom, transparent, rgb(199,210,156,0.5) 30%, rgb(199,210,156,0.5) 70%, transparent);
    width: 1px;
    z-index: 1;
    height: 100%;
    transform: translateX(-50%);
    top: 0;
    left: 50%;
    position: absolute;
    content: "";
}
}



@media (max-width: 1200px) {.title_portal163 .study_sessions675 {
    grid-gap: 1.5rem;
    padding: 4rem 3rem;
}.title_portal163 .title_style_header {
    font-size: clamp(2rem, 4vw, 34px);
}.title_portal163 h3 {
    font-size: 22px;
    padding: 1.2rem;
}
}



@media (max-width: 576px) {.title_portal163 {
    height: auto;
    min-height: 100vh;
}.title_portal163 .study_sessions675 {
    grid-gap: 1rem;
    padding: 2rem 1.5rem;
}.title_portal163 .study_sessions675 > div::before {
    left: -12px;
    width: 2px;
}.title_portal163 .title_style_header {
    font-size: clamp(1.8rem, 6vw, 2.2rem);
}.title_portal163 h3 {
    font-size: 13px;
    padding: 0.8rem;
}.title_portal163 h3::after {
    width: 40%;
}
}



@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .top_teach345 {
    gap: 1rem;
}header .head_info164 svg {
    width: 150px;
}header .top_expert053 {
    padding: 0.4rem;
    gap: 0.4rem;
}header .first_teach592 {
    font-size: calc(12px - 2px);
    padding: 0.5rem 0.8rem;
}
}



@media (min-width: 992px) {.confidential_nest619 .container {
    padding: 0 5rem;
}.confidential_nest619 h1 {
    transform: translateX(-1rem);
}.confidential_nest619 h1::after {
    width: 100px;
}.confidential_nest619 h1:hover::after {
    width: 150px;
}.confidential_nest619 p {
    max-width: 85%;
}.confidential_nest619 p, 
    .confidential_nest619 span {
    font-size: calc(var(--p-font-size, 1rem) * 1.1);
}
}



@media (hover: hover) {.gratefulPage349 .founders_team386:hover {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
}.gratefulPage349 .founders_team386:hover::before {
    transition: transform 0.5s ease;
    transform: scale(1.1);
}
}



@media (max-width: 480px) {.gratefulPage349 {
    padding: 2.5rem 0;
}.gratefulPage349 h2 {
    line-height: 1.4;
    font-size: calc(29px * 0.7);
}.gratefulPage349 h2::after {
    width: 4rem;
}.gratefulPage349 .founders_team386 {
    padding: 1.75rem 1.25rem;
    border-left-width: 3px;
}.gratefulPage349 li {
    padding-left: 1.25rem;
}.gratefulPage349 li span {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}}



@media screen and (max-width: 767px) {.contact605 {
    padding: 60px 0;
}.contact605 .inquiry_links721,
    .contact605 .inquiry_widget089 {
    padding: 40px 25px;
}.contact605 .inquiry_links721 h3,
    .contact605 .inquiry_widget089 h3 {
    font-size: calc(21px + 2px);
}.contact605 .inquiry_links721 input[type="text"],
    .contact605 .inquiry_links721 input[type="email"],
    .contact605 .inquiry_links721 .reach_request786 {
    height: 55px;
}
}



@media (max-width: 992px) {.mobile_cta579 {
    padding: 3.5rem 0 1.5rem;
}.mobile_cta579 .container {
    gap: 2.5rem;
    flex-direction: column;
}.mobile_cta579 .company_holder,
    .mobile_cta579 .chrome_ext136 {
    flex: 1 1 100%;
    min-width: 100%;
}.mobile_cta579 .top_expert053 {
    flex: 1 1 calc(50% - 1.5rem);
    min-width: 200px;
}.collab_space897 .container::before,
    .collab_space897 .container::after {
    display: none;
}
}



@media (max-width: 420px) {.mobile_cta579::after {
    background-size: 100px 5px;
    height: 5px;
}.mobile_cta579 .company_holder h3::after,
    .mobile_cta579 .top_expert053 h5::before,
    .mobile_cta579 .top_expert053 h5::after {
    display: none;
}.mobile_cta579 .top_expert053 h5 {
    padding: 0.8rem 1rem;
}.mobile_cta579 .top_expert053 .nav_sitewrap589 {
    padding: 1rem;
}.collab_space897 .intern_ship316 {
    width: 90%;
    padding: 0.4rem 1.5rem;
}
}



@keyframes container-appear {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



@keyframes loadingBar {
    0% {
        transform: scaleX(0);
    }
    50% {
        transform: scaleX(1);
    }
    100% {
        transform: scaleX(0);
        transform-origin: right;
    }
}



@keyframes fadeSlideIn {
    0% {
        opacity: 0;
        transform: translateX(-30px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}



@keyframes slideUp {
  from {
    transform: translateY(1rem);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

