* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 100%;
    margin: auto;
    width: 1206px;
}

.workshop_cta162 {
    flex: 0 0 auto;
}


.course_methodology024 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(194,218,215) 0%, rgba(240,240,255,0.9) 100%);
    position: relative;
    padding: 7rem 0;
}

.course_methodology024::after {
    height: 60%;
    position: absolute;
    z-index: 1;
    filter: blur(15px);
    left: -2%;
    opacity: 0.5;
    animation: floatBackground 18s ease-in-out infinite alternate-reverse;
    background: linear-gradient(45deg, rgb(157,181,177,0.5) 0%, transparent 70%);
    bottom: -5%;
    width: 35%;
    content: "";
    transform: rotate(10deg) skewX(-10deg);
}

.course_methodology024:hover h2::after {
    transform: scaleX(1.5);
}

.course_methodology024 .caption_box839:hover {
    box-shadow: 
    0 15px 40px -15px rgba(0, 0, 0, 0.15), 
    0 1px 6px rgba(0, 0, 0, 0.08),
    25px 25px 80px -25px rgba(rgb(157,181,177,0.5), 0.15);
    transform: translateZ(20px) translateY(-5px);
}

.course_methodology024 p {
    font-weight: 400;
    z-index: 2;
    position: relative;
    margin: 0;
    font-size: 12px;
    line-height: 1.8;
    transition: transform 0.3s ease;
    color: #000000;
}

.course_methodology024 .caption_box839:hover p {
    transform: translateY(2px);
}

.get_in_touch152::after {
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.03) 0%, 
        transparent 60%
    );
    width: 150%;
    z-index: 1;
    height: 150%;
    bottom: -30%;
    content: '';
    right: -30%;
    animation: subtle-wave 15s infinite alternate-reverse;
    position: absolute;
}

.get_in_touch152 .inquiry_query689 {
    border-radius: 12px;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    background: rgba(255,255,255,0.05);
    overflow: hidden;
    display: flex;
    border: 1px solid rgba(255,255,255,0.1);
    align-items: stretch;
}

.get_in_touch152 .feedback_feedback672 form {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

.get_in_touch152 .feedback_feedback672 h3 {
    margin-bottom: 2rem;
    text-align: center;
    font-weight: 600;
    font-size: 29px;
    color: #ffffff;
}

.get_in_touch152 .feedback_feedback672 input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(157,181,177);
    box-shadow: 0 0 15px rgba(rgb(157,181,177), 0.3);
}

.get_in_touch152 .feedback_feedback672 .reach_panel652 input[type="checkbox"]:checked {
    border-color: rgb(157,181,177);
    background: rgb(157,181,177);
}

.get_in_touch152 .feedback_feedback672 .reach_panel652 label {
    font-size: 13px;
    display: flex;
    align-items: center;
    color: #ffffff;
}

.get_in_touch152 .feedback_feedback672 .reach_list156 {
    position: relative;
    font-size: 15px;
    padding: 1rem;
    background: rgb(157,181,177);
    overflow: hidden;
    border-radius: 10px;
    color: #ffffff;
    border: none;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

.greeting_page693 {
    overflow: hidden;
    position: relative;
    padding: 4rem 1.5rem;
    display: flex;
    min-height: 100vh;
    align-items: center;
}

.greeting_page693 > div {
    max-width: 1200px;
    margin: 0 auto;
    grid-template-columns: 1fr;
    gap: 3rem;
    z-index: 5;
    position: relative;
    width: 100%;
    display: grid;
}

.greeting_page693 .title_style_header {
    color: #ffffff;
    position: relative;
    padding-left: 1.5rem;
    margin: 0;
    line-height: 1.2;
    font-weight: 700;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    font-size: clamp(2.5rem, 5vw, 42px);
    max-width: 90%;
}

.greeting_page693 .learn_top653::before {
    animation: shimmer 5s infinite;
    position: absolute;
    transform: translateX(-100%);
    background: linear-gradient(
    to right,
    transparent 0%,
    rgba(255, 255, 255, 0.05) 15%,
    rgba(255, 255, 255, 0.08) 30%,
    transparent 50%
  );
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    content: "";
}

.greeting_page693 .learn_top653 > div:last-child {
    position: relative;
    margin-top: 2rem;
}

.greeting_page693 .learn_top653 span {
    opacity: 0;
    display: inline-block;
    position: relative;
    animation: fadeIn 0.8s 1s ease-out forwards;
}

header::before {
    background: linear-gradient(45deg, 
        transparent 65%, 
        rgb(157,181,177,0.5) 65%, 
        rgb(157,181,177,0.5) 70%, 
        transparent 70%),
        linear-gradient(135deg, 
        transparent 75%, 
        rgb(121,143,137,0.5) 75%, 
        rgb(121,143,137,0.5) 80%, 
        transparent 80%);
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    opacity: 0.5;
    content: '';
    z-index: 0;
    width: 100%;
}

header .nav_pagewrap365:hover::before {
    opacity: 1;
}

header .nav_pagewrap365 svg {
    width: 150px;
    transition: all 0.3s ease;
    height: auto;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

header .main_base712::before {
    transform: scaleX(0);
    transform-origin: left;
    top: 0;
    left: 0;
    transition: transform 0.3s ease;
    background: linear-gradient(to right, rgb(157,181,177), rgb(121,143,137));
    position: absolute;
    height: 3px;
    width: 100%;
    content: '';
}

.who_we_are350::before {
    left: 0;
    top: 0;
    position: absolute;
    bottom: 0;
    z-index: 1;
    content: "";
    right: 0;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.75) 40%,
        rgba(0, 0, 0, 0.65) 100%);
}

.who_we_are350 h2 {
    transform: translateX(-10px);
    font-size: calc(28px * 1.2);
    position: relative;
    margin-bottom: 40px;
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
}



.who_we_are350 .caption_box839 > div {
    position: relative;
}

.who_we_are350 .caption_box839 p {
    font-weight: 600;
    transform: translateX(-10px);
    font-size: calc(15px * 1.5);
    position: relative;
    margin-bottom: 20px;
    color: rgb(121,143,137);
    display: inline-block;
    letter-spacing: 0.5px;
}

.privacySettingsModal842 {
    width: 100%;
    border-top: 3px solid rgb(157,181,177);
    z-index: 90;
    bottom: 0;
    transition: transform 0.3s ease-in-out;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    position: fixed;
    background: rgb(194,218,215);
}

.cookie_window184 {
    flex-grow: 1;
    color: #000000;
    margin-right: 15px;
}

.privacy_ack819 {
    font-size: 20px;
    border-radius: 16px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    text-decoration: none;
    background: rgb(157,181,177);
    margin-left: 10px;
    line-height: 35px;
    color: #ffffff;
    padding: 10px 20px;
    cursor: pointer;
}


#cookieUsageNotice143 {
    display: none;
}

.secure_sanctuary832::before {
    left: 0;
    width: 100%;
    content: "";
    background-size: 20px 20px;
    position: absolute;
    background-image: 
        linear-gradient(45deg, rgb(194,218,215) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(194,218,215) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(194,218,215) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(194,218,215) 75%);
    height: 100%;
    top: 0;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    z-index: -1;
    opacity: 0.03;
}

.secure_sanctuary832 h1::after {
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: 0;
    transform: scaleX(1);
    width: 60px;
    left: 0;
    position: absolute;
    background: rgb(157,181,177);
    height: 3px;
    content: "";
}

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

.secure_sanctuary832 h4 {
    margin: 1.5rem 0 0.75rem;
    font-weight: 600;
    font-size: 19px;
    color: #000000;
}

.secure_sanctuary832 span {
    display: inline-block;
    font-weight: 600;
    transition: color 0.3s ease;
    position: relative;
    color: rgb(157,181,177);
}

.secure_sanctuary832 li::before {
    height: 8px;
    position: absolute;
    content: "";
    top: 0.7em;
    transition: transform 0.3s ease, background-color 0.3s ease;
    border-radius: 1px;
    left: 0;
    background: rgb(157,181,177,0.5);
    width: 8px;
    transform: rotate(45deg);
}

.sign_up592 .container {
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
    z-index: 2;
    grid-gap: 2rem;
}

.sign_up592 p {
    padding-left: 3rem;
    position: relative;
    font-family: Arial, sans-serif;
    opacity: 0;
    font-weight: 700;
    margin-bottom: 1.5rem;
    transform: translateX(-20px);
    color: #000000;
    animation: slideIn 0.7s forwards 0.3s;
    font-size: 21px;
}

.sign_up592 .updates_form418 {
    transform: translateY(0);
    padding: 1rem 1.5rem;
    background-color: #ffffff;
    border: none;
    font-family: Arial, sans-serif;
    font-size: 13px;
    transition: all 0.3s ease;
    border-radius: 10px;
    width: 100%;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.5);
}

.sign_up592 .email_section391:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 10px 25px rgb(157,181,177,0.5);
}

.sign_up592 .email_section391:hover::before {
    left: 100%;
}

.take_a_spin748::before {
    content: "";
    position: absolute;
    height: 100%;
    z-index: -1;
    background: repeating-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.03),
    rgba(255, 255, 255, 0.03) 15px,
    transparent 15px,
    transparent 30px
  );
    width: 100%;
    top: 0;
    left: 0;
}

.take_a_spin748 h2 {
    font-family: Arial, sans-serif;
    line-height: 1.4;
    font-weight: 700;
    font-size: 37px;
    position: relative;
    max-width: 900px;
    animation: fadeSlideUp 0.8s ease-out forwards;
    margin: 0 auto;
    color: #000000;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.2);
    text-align: center;
}

.take_a_spin748 .learn_zone425:hover svg {
    transform: scale(1.15) rotate(10deg);
}

.take_a_spin748 svg path {
    transition: fill 0.3s ease;
    fill: rgb(157,181,177);
}

.take_a_spin748 .learn_zone425 > div {
    flex-grow: 1;
    display: flex;
    justify-content: center;
}

.take_a_spin748 .reach_list156::before {
    position: absolute;
    top: 0;
    left: -100%;
    content: "";
    width: 100%;
    height: 100%;
    transition: left 0.7s ease;
    background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
}

.take_a_spin748 .reach_list156:active {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transform: translateY(1px);
}

.instructor_profile561::before {
    height: 100%;
    opacity: 0.4;
    background: conic-gradient(
        from 45deg at 50% 50%,
        rgb(121,143,137,0.5) 0deg,
        rgb(157,181,177,0.5) 90deg,
        rgb(194,218,215) 180deg,
        rgb(157,181,177,0.5) 270deg,
        rgb(121,143,137,0.5) 360deg
    );
    filter: blur(60px);
    width: 100%;
    top: 0;
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
}

.instructor_profile561 .img_pic491:hover::after {
    opacity: 0;
}

.instructor_profile561 .work_block807 {
    overflow: hidden;
    border-radius: 23px;
    width: 60%;
    background: #ffffff;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    transform: rotateY(-5deg) translateZ(30px);
    padding: 2.5rem;
    box-shadow: 20px 20px 30px -10px rgba(0, 0, 0, 0.5);
}

.instructor_profile561 .name {
    position: relative;
    margin-bottom: 0.5rem;
    font-size: 38px;
    color: rgb(157,181,177);
    display: inline-block;
    font-weight: 700;
}

.instructor_profile561 .work_block807 > div:nth-child(2) {
    font-weight: 600;
    margin-bottom: 2rem;
    color: rgb(121,143,137);
    letter-spacing: 1px;
    opacity: 0.9;
    font-size: 21px;
}

footer {
    width: 100%;
    position: relative;
}

footer .workshop_cta162 {
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, #000000 0%, rgb(157,181,177) 100%);
    padding: 80px 0 30px;
    position: relative;
    z-index: 1;
}



footer .workshop_cta162 .container {
    position: relative;
    z-index: 2;
}

footer .search_foot742 {
    grid-template-columns: 1fr;
    gap: 40px;
    display: grid;
}

footer .info_item {
    transition: all 0.3s ease;
    min-width: 200px;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(5px);
    margin-bottom: 15px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    flex: 1;
    padding: 15px;
    border-radius: 10px;
    transform: translateY(0);
}

footer .info_item svg {
    fill: rgb(121,143,137);
    transition: transform 0.3s ease;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
}

footer .text_main_holder {
    gap: 40px;
    display: grid;
    margin-bottom: 40px;
    grid-template-columns: 1fr 1fr 1fr;
}

footer .top_bar260 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

footer .top_bar260 h5::after {
    height: 3px;
    width: 50px;
    left: 0;
    position: absolute;
    background: rgb(121,143,137);
    bottom: 0;
    border-radius: 10px;
    content: '';
}

footer .main_tutor103 a:hover {
    transform: translateX(5px);
    opacity: 1;
    color: rgb(121,143,137);
}

footer .main_tutor103 a:hover::before {
    width: 8px;
    box-shadow: 0 0 10px rgb(121,143,137);
    opacity: 1;
    height: 8px;
}

footer .subscribe_holder:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

footer .input_holder {
    gap: 15px;
    position: relative;
    flex-direction: column;
    display: flex;
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

footer .email_section391 {
    font-weight: 600;
    background: linear-gradient(45deg, rgb(121,143,137) 0%, rgb(157,181,177) 100%);
    transition: all 0.3s ease;
    letter-spacing: 1px;
    border-radius: 10px;
    color: #ffffff;
    font-size: 17px;
    overflow: hidden;
    border: none;
    padding: 12px 24px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
}

footer .digital_res189 {
    font-weight: 300;
    font-size: 15px;
    opacity: 0.7;
    color: #ffffff;
}

.pricing_zone174::before {
    content: "";
    backdrop-filter: blur(4px);
    bottom: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 1;
    right: 0;
}

.pricing_zone174 .payment_plan981 {
    max-width: 700px;
    font-size: 12px;
    transform: translateY(20px);
    opacity: 0;
    color: #ffffff;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 50px;
    animation: fadeSlideUp 0.7s ease forwards 0.2s;
}

.pricing_zone174 .pricing_options720 li:nth-child(2) {
    --li-index: 2;
}

.pricing_zone174 .pricing_options720 li:nth-child(4) {
    --li-index: 4;
}

.pricing_zone174 .bundle_price942::before {
    left: 0;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    height: 4px;
    background: linear-gradient(90deg, rgb(157,181,177), rgb(121,143,137));
    top: 0;
    position: absolute;
    width: 100%;
    transform-origin: left;
    content: "";
    transform: scaleX(0);
}

.pricing_zone174 .basic_rates690 {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.pricing_zone174 .basic_rates690 h4::after {
    left: 0;
    content: "";
    position: absolute;
    bottom: 0;
    width: 40px;
    background: rgb(121,143,137);
    height: 2px;
}

.pricing_zone174 .bundle_price942:hover .trial_rates135 {
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    transform: scale(1.05);
}

.course_program_description129::before {
    left: 0;
    height: 100%;
    position: absolute;
    opacity: 0.04;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(157,181,177,0.5),
        rgb(157,181,177,0.5) 2px,
        transparent 2px,
        transparent 12px
    );
    content: "";
    width: 100%;
}

.course_program_description129 .caption_box839:hover {
    transform: translateY(-10px);
}

.course_program_description129 .caption_box839 h2 {
    margin-bottom: 2rem;
    display: inline-block;
    position: relative;
    font-weight: 700;
    animation: fadeInUp 0.8s ease forwards;
    color: rgb(157,181,177);
    font-size: 33px;
}

.course_program_description129 .caption_box839 .description {
    color: #000000;
    line-height: 1.7;
    margin-bottom: 1.2rem;
    font-size: 16px;
    opacity: 0;
    animation-delay: 0.2s;
    animation: fadeInUp 0.8s ease forwards;
    position: relative;
    padding-left: 1rem;
}

.course_program_description129 .img_pic491:hover {
    transform: perspective(1000px) rotateX(0) rotateY(0);
}

.thxMessage513 {
    background: linear-gradient(135deg, rgb(194,218,215) 0%, rgb(157,181,177,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}

.thxMessage513::after {
    content: "";
    height: 100%;
    pointer-events: none;
    left: 0;
    width: 100%;
    background: radial-gradient(circle at 75% 25%, rgb(157,181,177,0.5) 0%, transparent 50%);
    z-index: 2;
    position: absolute;
    top: 0;
}

.thxMessage513 h2::after {
    background: linear-gradient(90deg, rgb(157,181,177) 0%, rgb(121,143,137) 100%);
    transform-origin: left;
    transform: scaleX(0);
    position: absolute;
    width: 100px;
    bottom: -12px;
    animation: expandLine 0.5s 0.8s forwards ease-out;
    content: "";
    height: 4px;
    left: 0;
}

.thxMessage513 .learn_zone425::before {
    height: 5px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, rgb(121,143,137) 0%, rgb(157,181,177) 100%);
}


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


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



@media (min-width: 768px) {.course_methodology024 .learn_zone425 {
    grid-template-columns: 1fr;
    padding: 0 4rem;
    gap: 3rem;
}.course_methodology024 h2 {
    font-size: calc(28px * 1.1);
    margin-bottom: 2rem;
}.course_methodology024 .caption_box839 {
    padding: 3rem;
}
}



@media (hover: none) {.course_methodology024 .caption_box839 {
    transform: none !important;
    box-shadow: 
      0 10px 30px -10px rgba(0, 0, 0, 0.1), 
      0 1px 4px rgba(0, 0, 0, 0.05) !important;
}.course_methodology024 p {
    transform: none !important;
}.course_methodology024 h2::after {
    transform: scaleX(1) !important;
}}



@media screen and (max-width: 480px) {.get_in_touch152 .inquiry_query689 {
    border-radius: 0;
}.get_in_touch152 .img_pic491 {
    min-height: 250px;
}.get_in_touch152 .feedback_feedback672 {
    padding: 2rem 1.5rem;
}}



@media (min-width: 1200px) {.greeting_page693 {
    padding: 6rem 3rem;
}.greeting_page693 > div {
    gap: 3rem;
}.greeting_page693 .title_style_header {
    padding-left: 3rem;
}.greeting_page693 .title_style_header::before {
    width: 10px;
}.greeting_page693 .learn_top653 {
    margin-left: -4rem;
    padding: 4rem;
}
}



@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .nav_pagewrap365 {
    padding: 0.5rem 1.2rem;
}header .nav_pagewrap365 svg {
    width: 140px;
}header .top_bar260 {
    gap: 0.5rem;
}header .main_base712 {
    padding: 0.5rem 1rem;
}
}



@media (max-width: 480px) {header {
    padding: 1rem 0;
}header .top_learning297 {
    gap: 1rem;
}header .nav_pagewrap365 svg {
    width: 120px;
}header .top_bar260 {
    overflow-x: auto;
    gap: 0.4rem;
    flex-wrap: nowrap;
    padding-bottom: 10px;
    justify-content: flex-start;
}header .top_bar260::-webkit-scrollbar {
    height: 3px;
}header .top_bar260::-webkit-scrollbar-thumb {
    background: rgb(157,181,177);
    border-radius: 10px;
}header .main_base712 {
    white-space: nowrap;
    margin-right: 2px;
    flex-shrink: 0;
}}



@media (prefers-reduced-motion) {.who_we_are350 .container,
    .who_we_are350 .caption_box839,
    .who_we_are350 h2::after {
    transform: none;
    animation: none;
    opacity: 1;
}}


@media only screen and (max-width: 800px) {.user_alert197 {
    padding: 15px;
}.privacy_notify847 {
    display: none;
}.privacySettingsModal842 h5 {
    font-size: 20px;
}.privacySettingsModal842 p {
    font-size: 12px;
}}



@media (max-width: 768px) {.secure_sanctuary832 {
    padding: 2.5rem 1rem;
}.secure_sanctuary832 .container {
    padding: 2rem 1.5rem;
}.secure_sanctuary832 h1 {
    font-size: calc(40px - 0.4rem);
    margin-bottom: 1.5rem;
}.secure_sanctuary832 h2 {
    font-size: calc(34px - 0.3rem);
    margin: 2rem 0 1rem;
}.secure_sanctuary832 h3 {
    font-size: 18px;
    margin: 1.5rem 0 0.75rem;
}.secure_sanctuary832 p {
    font-size: calc(15px - 0.05rem);
}.secure_sanctuary832 ul {
    margin-left: 0.5rem;
}.secure_sanctuary832 li {
    font-size: calc(15px - 0.05rem);
    padding-left: 1.25rem;
}
}



@media (max-width: 576px) {.take_a_spin748 {
    padding: 3rem 0;
}.take_a_spin748 h2 {
    font-size: calc(37px * 0.7);
}.take_a_spin748 .container {
    gap: 2rem;
    transform: perspective(1000px) rotateX(1deg);
    padding: 0 1rem;
}.take_a_spin748 .learn_zone425 {
    width: calc(100% - 2rem);
    padding: 1.25rem;
}.take_a_spin748 svg {
    height: 36px;
    width: 36px;
}.take_a_spin748 .reach_list156 {
    font-size: calc(18px * 0.85);
    padding: 0.75rem 1.75rem;
}
}



@media (max-width: 992px) {footer .workshop_cta162 {
    padding: 60px 0 30px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}footer .subscribe_holder {
    transform: perspective(1000px) rotateY(0deg);
    grid-column: span 2;
}footer .edu_asknow302 {
    gap: 20px;
}footer .info_item {
    min-width: 180px;
}
}



@media (max-width: 992px) {.pricing_zone174 {
    padding: 80px 0;
}.pricing_zone174 h2 {
    font-size: calc(33px - 4px);
}.pricing_zone174 .pricing_options720 {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}.pricing_zone174 .discount_grid930 {
    padding: 25px;
}.pricing_zone174 .trial_rates135 {
    font-size: calc(19px + 2px);
}
}



@media (max-width: 480px) {.pricing_zone174 {
    padding: 50px 0;
}.pricing_zone174 .discount_grid930 {
    padding: 20px;
}.pricing_zone174 .basic_rates690 h4 {
    font-size: calc(19px - 2px);
}.pricing_zone174 .trial_rates135 {
    font-size: 19px;
    padding: 8px 15px;
}}



@media (min-width: 992px) {.course_program_description129 .future_class581 {
    grid-template-columns: 1.2fr 0.8fr;
}.course_program_description129 .caption_box839 {
    padding: 3rem;
}.course_program_description129 .img_pic491 {
    margin-top: 3rem;
    height: 450px;
}.course_program_description129 .caption_box839::after {
    height: 6rem;
    content: "";
    bottom: -3rem;
    z-index: -1;
    position: absolute;
    background: rgb(157,181,177,0.5);
    left: 25%;
    width: 6rem;
    opacity: 0.4;
    border-radius: 50%;
}
}



@media (max-width: 576px) {.thxMessage513 {
    padding: 3rem 0;
}.thxMessage513 .container {
    transform: perspective(1000px) rotateX(0deg);
    padding: 0 1.5rem;
}.thxMessage513 h2 {
    font-size: calc(30px * 0.7);
    margin-bottom: 1.75rem;
}.thxMessage513 .learn_zone425 {
    padding: 1.5rem;
}.thxMessage513 li {
    padding-left: 1.25rem;
}.thxMessage513 li::before {
    width: 6px;
    top: 0.65rem;
    height: 6px;
}.thxMessage513 span {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
}
}



@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}



@keyframes float {
  0% {
    transform: rotate(-5deg) translateY(0);
  }
  50% {
    transform: rotate(-3deg) translateY(-10px);
  }
  100% {
    transform: rotate(-6deg) translateY(5px);
  }
}

@keyframes fadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



@keyframes slideIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}



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



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



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



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

