* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1189px;
}a {
    color: inherit;
    text-decoration: none;
}::-webkit-scrollbar {
    height: 5px;
    width: 1.2vw;
    scroll-behavior: smooth;
}::-webkit-scrollbar-track {
    background: linear-gradient(217deg, rgb(255, 255, 255, 0.5) 2%, rgb(115,109,111) 63%, rgb(146,142,143) 84%);
}::-webkit-scrollbar-thumb {
    box-shadow: 0px -4px 3px 0px rgba(0, 0, 0, 0.8);
    background: rgb(146,142,143);
    border: 2px groove rgb(146,142,143,0.5);
}::-webkit-scrollbar-thumb:hover {
    background: rgb(146,142,143);
    transform: translateX(2px);
    box-shadow: 4px -5px 12px 3px rgba(0, 0, 0, 0.1);
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset 3px -3px 11px -2px rgba(0, 0, 0, 0.5);
    background: rgb(179,176,177);
}* {
    scrollbar-width: thin;
    scrollbar-color: rgb(255, 255, 255, 0.5) rgb(179,176,177);
}.layer-container_81 {
    flex-direction: column;
    display: flex;
    height: 100%;
    min-height: 100%;
}svg {
    width: 30px;
    height: 30px;
}.nav_mentor_70 {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}.biz_learnings_32 {
    flex: 0 0 auto;
}html,body {
    min-height: 100%;
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.pricing_column_08 {
    z-index: 1;
    position: relative;
    overflow: hidden;
    padding: 120px 0 100px;
}.pricing_column_08::before {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(135deg, rgb(115,109,111,0.5), rgba(0, 0, 0, 0.5) 80%);
    content: "";
    top: 0;
    left: 0;
}.pricing_column_08::after {
    z-index: -1;
    animation: rotateBackground 180s linear infinite;
    background: radial-gradient(circle at center, transparent 45%, rgba(255, 255, 255, 0.03) 50%, transparent 55%);
    content: "";
    width: 200%;
    top: -50%;
    height: 200%;
    position: absolute;
    left: -50%;
    pointer-events: none;
}.pricing_column_08 .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.pricing_fees_09 {
    position: relative;
}.pricing_column_08 h2 {
    font-weight: 700;
    color: #ffffff;
    transform: perspective(1000px) translateZ(20px);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 25px;
    font-size: 37px;
    text-align: center;
    position: relative;
}.pricing_column_08 h2::after {
    height: 3px;
    content: "";
    width: 80px;
    background: linear-gradient(90deg, transparent, rgb(146,142,143), transparent);
    bottom: -10px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
}.pricing_column_08 .cost_card_64 {
    line-height: 1.6;
    opacity: 0.9;
    text-align: center;
    font-size: 17px;
    transform: perspective(1000px) translateZ(10px);
    color: #ffffff;
    margin: 0 auto 60px;
    max-width: 800px;
}.pricing_column_08 .learn_packs_57 {
    list-style: none;
    perspective: 1000px;
    gap: 30px;
    display: grid;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.pricing_column_08 .learn_packs_57 li {
    transition: transform 0.5s ease-out;
    transform-style: preserve-3d;
}.pricing_column_08 .qtr_cost_41 {
    height: 100%;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    display: block;
}.pricing_column_08 .plan_options_16 {
    overflow: hidden;
    border-radius: 16px;
    backdrop-filter: blur(8px);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2),
              -10px -10px 30px rgba(255, 255, 255, 0.05),
              inset 2px 2px 4px rgba(255, 255, 255, 0.05),
              inset -2px -2px 4px rgba(0, 0, 0, 0.1);
    transform-style: preserve-3d;
    transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    padding: 30px;
    position: relative;
    height: 100%;
}.pricing_column_08 .plan_options_16::before {
    right: -40px;
    height: 80px;
    top: -40px;
    border-radius: 50%;
    background: rgb(146,142,143);
    width: 80px;
    opacity: 0.1;
    transition: transform 0.5s ease-out;
    content: "";
    position: absolute;
}.pricing_column_08 .plan_options_16::after {
    width: 100%;
    left: 0;
    content: "";
    bottom: 0;
    transform: scaleX(0.7);
    background: linear-gradient(90deg, rgb(146,142,143), transparent);
    height: 3px;
    transform-origin: left;
    position: absolute;
    transition: transform 0.5s ease-out;
}.pricing_column_08 .annual_fee_24 {
    transform: translateZ(20px);
    z-index: 2;
    position: relative;
}.pricing_column_08 .qtr_cost_41 h4 {
    margin: 0 0 20px;
    position: relative;
    font-size: calc(22px + 2px);
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
}.pricing_column_08 .qtr_cost_41 h4::after {
    background: rgb(146,142,143);
    bottom: -8px;
    height: 2px;
    content: "";
    position: absolute;
    left: 0;
    width: 40px;
    transition: width 0.3s ease;
}.pricing_column_08 .qtr_cost_41 p {
    font-size: calc(17px - 1px);
    padding-right: 10px;
    overflow-y: auto;
    max-height: 240px;
    color: #ffffff;
    margin-bottom: 25px;
    opacity: 0.8;
    line-height: 1.6;
    scrollbar-width: thin;
    scrollbar-color: rgb(146,142,143) transparent;
}.pricing_column_08 .qtr_cost_41 p::-webkit-scrollbar {
    width: 4px;
}.pricing_column_08 .qtr_cost_41 p::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
}.pricing_column_08 .qtr_cost_41 p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(146,142,143);
}.pricing_column_08 .package_deals_98 {
    text-align: right;
    color: #ffffff;
    display: block;
    font-size: calc(22px + 6px);
    margin-top: 20px;
    font-weight: 700;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    position: relative;
}.pricing_column_08 .package_deals_98::before {
    transition: transform 0.3s ease;
    content: "";
    transform-origin: right;
    width: 60px;
    position: absolute;
    background: rgb(146,142,143);
    transform: scaleX(0);
    height: 2px;
    right: 0;
    bottom: -10px;
}.pricing_column_08 .qtr_cost_41:hover .plan_options_16 {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.25),
              -15px -15px 40px rgba(255, 255, 255, 0.07),
              inset 2px 2px 4px rgba(255, 255, 255, 0.05),
              inset -2px -2px 4px rgba(0, 0, 0, 0.1);
    transform: translateY(-8px) translateZ(0);
}.pricing_column_08 .qtr_cost_41:hover .plan_options_16::before {
    transform: scale(3);
    opacity: 0.05;
}.pricing_column_08 .qtr_cost_41:hover .plan_options_16::after {
    transform: scaleX(1);
}.pricing_column_08 .qtr_cost_41:hover h4::after {
    width: 100%;
}.pricing_column_08 .qtr_cost_41:hover .package_deals_98::before {
    transform: scaleX(1);
}

@keyframes rotateBackground {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media screen and (min-width: 1200px) {.pricing_column_08 .learn_packs_57 {
    grid-template-columns: repeat(4, 1fr);
}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {.pricing_column_08 .learn_packs_57 {
    grid-template-columns: repeat(3, 1fr);
}.pricing_column_08 {
    padding: 100px 0 80px;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {.pricing_column_08 .learn_packs_57 {
    grid-template-columns: repeat(2, 1fr);
}.pricing_column_08 {
    padding: 80px 0 60px;
}.pricing_column_08 .cost_card_64 {
    margin-bottom: 50px;
}
}

@media screen and (max-width: 767px) {.pricing_column_08 .learn_packs_57 {
    margin: 0 auto;
    max-width: 400px;
    grid-template-columns: 1fr;
}.pricing_column_08 {
    padding: 60px 0 40px;
}.pricing_column_08 h2 {
    font-size: calc(37px - 4px);
}.pricing_column_08 .cost_card_64 {
    font-size: calc(17px - 1px);
    margin-bottom: 40px;
}.pricing_column_08 .plan_options_16 {
    padding: 25px 20px;
}
}

@media (hover: none) {.pricing_column_08 .plan_options_16 {
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2),
                -8px -8px 20px rgba(255, 255, 255, 0.05);
}.pricing_column_08 .qtr_cost_41:active .plan_options_16 {
    transform: translateY(-5px);
}
}

@media (prefers-reduced-motion: reduce) {.pricing_column_08::after {
    animation: none;
}.pricing_column_08 .qtr_cost_41:hover .plan_options_16 {
    transform: none;
}.pricing_column_08 .qtr_cost_41:hover .plan_options_16::before {
    transform: none;
}}.who_we_are_29 {
    z-index: 1;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 0;
}.who_we_are_29::before {
    z-index: -1;
    opacity: 0.85;
    position: absolute;
    content: "";
    transition: opacity 0.5s ease-out;
    background: linear-gradient(135deg, rgb(146,142,143) 0%, rgba(0, 0, 0, 0.8) 100%);
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}.who_we_are_29::after {
    z-index: 0;
    content: "";
    left: 0;
    bottom: -5px;
    animation: shimmer 8s infinite linear;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    background: linear-gradient(90deg, rgb(115,109,111) 0%, rgb(146,142,143) 50%, rgb(115,109,111) 100%);
    height: 10px;
    position: absolute;
    width: 100%;
}.who_we_are_29 .container {
    position: relative;
    transform: translateZ(0);
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 7% 5% 10%;
}.who_we_are_29 .text_section_28 {
    padding: 3rem;
    transition: transform 0.5s ease-out;
    transform: perspective(1000px) rotateY(-2deg);
    position: relative;
    backdrop-filter: blur(5px);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.1);
    border-left: 4px solid rgb(115,109,111);
}.who_we_are_29 .text_section_28:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(255, 255, 255, 0.15);
}.who_we_are_29 h1 {
    animation: slideInTitle 0.8s 0.2s forwards ease-out;
    margin: 0 0 2rem;
    text-transform: uppercase;
    padding-bottom: 1rem;
    color: #ffffff;
    font-size: calc(46px * 1.2);
    font-weight: 700;
    letter-spacing: 0.05em;
    transform: translateX(-10px);
    position: relative;
    opacity: 0;
}.who_we_are_29 h1::after {
    height: 4px;
    transform-origin: left;
    left: 0;
    bottom: 0;
    animation: growLine 0.6s 0.8s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transform: scaleX(0);
    content: "";
    position: absolute;
    background: rgb(115,109,111);
    width: 60px;
}.who_we_are_29 ul {
    opacity: 0;
    margin: 0;
    list-style: none;
    padding: 0;
    animation: fadeIn 0.8s 0.6s forwards ease-out;
}.who_we_are_29 li {
    margin-bottom: 1.5rem;
}.who_we_are_29 h4 {
    font-weight: 600;
    margin: 0 0 1rem;
    padding-left: 1.5rem;
    opacity: 0;
    animation: slideUp 0.6s 1s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    display: inline-flex;
    align-items: center;
    transform: translateY(10px);
    position: relative;
    color: rgb(115,109,111);
    font-size: calc(22px * 1.15);
}.who_we_are_29 h4::before {
    width: 8px;
    background: rgb(115,109,111);
    transform: translateY(-50%) rotate(45deg);
    height: 8px;
    left: 0;
    top: 50%;
    content: "";
    position: absolute;
}.who_we_are_29 span {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    padding-left: 1rem;
    display: block;
    font-size: 13px;
    animation: slideUp 0.8s 1.2s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    color: rgba(255, 255, 255, 0.9);
    opacity: 0;
    margin-left: 1.5rem;
    transform: translateY(15px);
    line-height: 1.8;
}

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

@keyframes growLine {
    to {
        transform: scaleX(1);
    }
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

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

@keyframes shimmer {
    0% {
        background-position: -1000px;
    }
    100% {
        background-position: 1000px;
    }
}

@media (max-width: 1200px) {.who_we_are_29 .container {
    padding: 8% 5%;
}.who_we_are_29 .text_section_28 {
    padding: 2.5rem;
}
}

@media (max-width: 992px) {.who_we_are_29 h1 {
    font-size: calc(46px * 1.1);
}.who_we_are_29 .text_section_28 {
    transform: perspective(1000px) rotateY(-1deg);
}
}

@media (max-width: 768px) {.who_we_are_29 .container {
    padding: 10% 5%;
}.who_we_are_29 .text_section_28 {
    transform: none;
    padding: 2rem;
}.who_we_are_29 h1 {
    margin-bottom: 1.5rem;
    font-size: 46px;
}.who_we_are_29 span {
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 576px) {.who_we_are_29 .container {
    padding: 15% 5%;
}.who_we_are_29 .text_section_28 {
    border-left-width: 3px;
    padding: 1.5rem;
}.who_we_are_29 h1 {
    font-size: calc(46px * 0.9);
}.who_we_are_29 h4 {
    font-size: 22px;
}.who_we_are_29 span {
    line-height: 1.6;
    font-size: calc(13px * 0.9);
    margin-left: 0.5rem;
}
}

@media (hover: hover) {.who_we_are_29:hover::before {
    opacity: 0.9;
}
}

@media (prefers-reduced-motion) {.who_we_are_29 .text_section_28,
    .who_we_are_29 .text_section_28:hover,
    .who_we_are_29 h1,
    .who_we_are_29 h1::after,
    .who_we_are_29 ul,
    .who_we_are_29 h4,
    .who_we_are_29 span {
    animation: none;
    transform: none;
    opacity: 1;
}.who_we_are_29 h1::after {
    transform: scaleX(1);
}.who_we_are_29::after {
    animation: none;
}}.contact_form_section_28 {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}.contact_form_section_28::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
}.contact_form_section_28::after {
    animation: shine 8s linear infinite;
    content: "";
    z-index: 2;
    width: 200%;
    top: -50%;
    height: 200%;
    background: linear-gradient(45deg, 
        transparent 65%, 
        rgba(255, 255, 255, 0.08) 70%, 
        transparent 75%);
    position: absolute;
    left: -50%;
}.contact_form_section_28 .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 3;
    padding: 0 15px;
}.contact_form_section_28 .help_message_52 {
    overflow: hidden;
    flex-wrap: wrap;
    padding: 2rem;
    position: relative;
    display: flex;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.03), rgba(0, 0, 0, 0.3));
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2), 
                0 5px 10px rgba(0, 0, 0, 0.1);
    gap: 2rem;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}.contact_form_section_28 .help_message_52::before {
    left: -50%;
    width: 200%;
    content: "";
    height: 1px;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(146,142,143), 
        transparent);
}.contact_form_section_28 .help_message_52::after {
    position: absolute;
    height: 1px;
    width: 200%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(115,109,111), 
        transparent);
    bottom: 0;
    content: "";
    right: -50%;
}.contact_form_section_28 .feedback_support_14 {
    flex: 1 1 300px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transform: translateZ(0);
    border-radius: 10px;
    background: linear-gradient(135deg, 
        rgb(146,142,143,0.5), 
        rgba(0, 0, 0, 0.2));
    position: relative;
    backdrop-filter: blur(5px);
    padding: 2rem;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}.contact_form_section_28 .feedback_support_14::before {
    background: radial-gradient(
        circle at center, 
        rgba(255, 255, 255, 0.05) 0%, 
        transparent 70%);
    top: -50%;
    z-index: -1;
    left: -50%;
    width: 200%;
    content: "";
    position: absolute;
    height: 200%;
    animation: pulse 15s infinite linear;
}.contact_form_section_28 .feedback_support_14 h3 {
    font-size: 24px;
    padding-bottom: 1rem;
    font-weight: 600;
    margin-bottom: 2rem;
    color: #ffffff;
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}.contact_form_section_28 .feedback_support_14 h3::after {
    height: 2px;
    box-shadow: 0 0 8px rgb(115,109,111);
    position: absolute;
    content: "";
    background: rgb(115,109,111);
    width: 50px;
    bottom: 0;
    left: 0;
}.contact_form_section_28 .feedback_support_14 div {
    transition: all 0.3s ease;
    display: flex;
    position: relative;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-left: 10px;
}.contact_form_section_28 .feedback_support_14 div:hover {
    transform: translateX(5px);
}.contact_form_section_28 .feedback_support_14 div::before {
    width: 3px;
    position: absolute;
    content: "";
    height: 0;
    background: rgb(115,109,111);
    left: 0;
    transition: height 0.3s ease;
    top: 50%;
}.contact_form_section_28 .feedback_support_14 div:hover::before {
    height: 80%;
    top: 10%;
}.contact_form_section_28 .feedback_support_14 div svg {
    flex-shrink: 0;
    width: 20px;
    margin-right: 15px;
    height: 20px;
}.contact_form_section_28 .feedback_support_14 div svg path {
    fill: rgb(115,109,111);
    transition: all 0.3s ease;
}.contact_form_section_28 .feedback_support_14 div:hover svg path {
    filter: drop-shadow(0 0 2px rgb(146,142,143));
    fill: rgb(146,142,143);
}.contact_form_section_28 .feedback_support_14 div span {
    color: #ffffff;
    letter-spacing: 0.5px;
    font-size: calc(15px - 2px);
}.contact_form_section_28 .feedback_support_14 div span a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: #ffffff;
}.contact_form_section_28 .feedback_support_14 div span a:hover {
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
    color: rgb(115,109,111);
}.contact_form_section_28 .help_grid_49 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    flex: 1 1 400px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(8px);
    overflow: hidden;
    padding: 2rem;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.05), 
        rgba(0, 0, 0, 0.1));
}.contact_form_section_28 .help_grid_49::before {
    position: absolute;
    top: -100px;
    width: 200px;
    right: -100px;
    content: "";
    border-radius: 50%;
    opacity: 0.3;
    background: radial-gradient(
        circle, 
        rgb(146,142,143,0.5) 0%, 
        transparent 70%);
    height: 200px;
}.contact_form_section_28 .help_grid_49 form {
    gap: 1.2rem;
    display: flex;
    flex-direction: column;
}.contact_form_section_28 .help_grid_49 h3 {
    position: relative;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 1.5rem;
}.contact_form_section_28 .help_grid_49 h3::after {
    background: rgb(115,109,111);
    transform: translateX(-50%);
    position: absolute;
    width: 50px;
    height: 2px;
    content: "";
    bottom: -10px;
    box-shadow: 0 0 8px rgb(115,109,111);
    left: 50%;
}.contact_form_section_28 .help_grid_49 input[type="text"],
.contact_form_section_28 .help_grid_49 input[type="email"] {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    color: #ffffff;
    outline: none;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    font-size: 15px;
    width: 100%;
    padding: 12px 15px;
}.contact_form_section_28 .help_grid_49 input[type="text"]:focus,
.contact_form_section_28 .help_grid_49 input[type="email"]:focus {
    box-shadow: 0 0 0 2px rgb(146,142,143,0.5);
    background: rgba(0, 0, 0, 0.3);
    border-color: rgb(146,142,143);
}.contact_form_section_28 .help_grid_49 input[type="text"]::placeholder,
.contact_form_section_28 .help_grid_49 input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.contact_form_section_28 .help_grid_49 .message_feedback_47 {
    align-items: flex-start;
    display: flex;
    margin: 0.5rem 0;
    gap: 10px;
}.contact_form_section_28 .help_grid_49 .message_feedback_47 input[type="checkbox"] {
    width: 18px;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-top: 3px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    border-radius: 3px;
    appearance: none;
    background: rgba(0, 0, 0, 0.2);
    height: 18px;
    flex-shrink: 0;
    -webkit-appearance: none;
}.contact_form_section_28 .help_grid_49 .message_feedback_47 input[type="checkbox"]:checked {
    background: rgb(115,109,111);
    border-color: rgb(115,109,111);
}.contact_form_section_28 .help_grid_49 .message_feedback_47 input[type="checkbox"]:checked::before {
    content: "✓";
    color: #ffffff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    position: absolute;
}.contact_form_section_28 .help_grid_49 .message_feedback_47 label {
    font-size: calc(15px - 2px);
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
}.contact_form_section_28 .help_grid_49 .message_feedback_47 label a {
    color: rgb(115,109,111);
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
}.contact_form_section_28 .help_grid_49 .message_feedback_47 label a::after {
    left: 0;
    transition: width 0.3s ease;
    content: "";
    position: absolute;
    bottom: -2px;
    background: rgb(115,109,111);
    width: 0;
    height: 1px;
}.contact_form_section_28 .help_grid_49 .message_feedback_47 label a:hover::after {
    width: 100%;
}.contact_form_section_28 .help_grid_49 .query_query_75 {
    padding: 12px 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    margin-top: 1rem;
    border: none;
    position: relative;
    transition: all 0.3s ease;
    text-transform: uppercase;
    background: linear-gradient(135deg, 
        rgb(146,142,143), 
        rgb(115,109,111));
    color: #ffffff;
    font-size: 15px;
    letter-spacing: 1px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
    overflow: hidden;
}.contact_form_section_28 .help_grid_49 .query_query_75::before {
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent);
    width: 100%;
    content: "";
    height: 100%;
    transition: all 0.6s ease;
    left: -100%;
}.contact_form_section_28 .help_grid_49 .query_query_75:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}.contact_form_section_28 .help_grid_49 .query_query_75:hover::before {
    left: 100%;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}

@keyframes shine {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
    100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
}

@media screen and (max-width: 992px) {.contact_form_section_28 {
    padding: 5rem 0;
}.contact_form_section_28 .help_message_52 {
    gap: 2rem;
    flex-direction: column;
}.contact_form_section_28 .feedback_support_14,
    .contact_form_section_28 .help_grid_49 {
    flex: 1 1 100%;
}
}

@media screen and (max-width: 768px) {.contact_form_section_28 {
    padding: 4rem 0;
}.contact_form_section_28 .help_message_52 {
    padding: 1.5rem;
}.contact_form_section_28 .feedback_support_14,
    .contact_form_section_28 .help_grid_49 {
    padding: 1.5rem;
}.contact_form_section_28 .feedback_support_14 div svg {
    height: 18px;
    margin-right: 10px;
    width: 18px;
}.contact_form_section_28 .feedback_support_14 h3,
    .contact_form_section_28 .help_grid_49 h3 {
    font-size: calc(16px - 2px);
}
}

@media screen and (max-width: 576px) {.contact_form_section_28 {
    padding: 3rem 0;
}.contact_form_section_28 .help_message_52 {
    gap: 1.5rem;
    padding: 1rem;
}.contact_form_section_28 .feedback_support_14,
    .contact_form_section_28 .help_grid_49 {
    padding: 1rem;
}.contact_form_section_28 .feedback_support_14 div {
    margin-bottom: 1rem;
}.contact_form_section_28 .help_grid_49 form {
    gap: 1rem;
}.contact_form_section_28 .help_grid_49 input[type="text"],
    .contact_form_section_28 .help_grid_49 input[type="email"] {
    padding: 10px 12px;
}.contact_form_section_28 .help_grid_49 .query_query_75 {
    padding: 10px 16px;
}}.academic_expertise_51 {
    position: relative;
    padding: 7rem 0;
    background: linear-gradient(135deg, rgb(179,176,177), rgba(245, 247, 250, 0.92));
    overflow: hidden;
}.academic_expertise_51::before {
    opacity: 0.15;
    transform: rotate(-15deg);
    top: -5%;
    height: 40%;
    z-index: 0;
    content: "";
    background: linear-gradient(225deg, rgb(146,142,143,0.5), transparent);
    left: -5%;
    width: 40%;
    position: absolute;
}.academic_expertise_51::after {
    content: "";
    position: absolute;
    transform: rotate(10deg);
    bottom: -5%;
    width: 30%;
    opacity: 0.1;
    background: linear-gradient(45deg, rgb(115,109,111,0.5), transparent);
    height: 50%;
    right: -5%;
    z-index: 0;
}.academic_expertise_51 .container {
    padding: 0 1.5rem;
    z-index: 1;
    position: relative;
    margin: 0 auto;
    max-width: 1140px;
}.academic_expertise_51 .student_perspectives_71 {
    display: grid;
    transform: translateY(0);
    grid-template-columns: 1fr;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    background: #ffffff;
    gap: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.02);
    padding: 3rem 2rem;
}.academic_expertise_51 .student_perspectives_71:hover {
    transform: translateY(-5px);
}.academic_expertise_51 .student_perspectives_71 > div:first-child {
    width: 100%;
    position: relative;
}.academic_expertise_51 .student_perspectives_71 .pic_list_wrap_56 {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    overflow: hidden;
    padding-bottom: 85%;
    height: 0;
    position: relative;
}.academic_expertise_51 .student_perspectives_71:hover .pic_list_wrap_56 {
    transform: scale(1.02);
}.academic_expertise_51 .student_perspectives_71 .pic_list_wrap_56::after {
    height: 100%;
    left: 0;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.2));
    content: "";
    width: 100%;
    top: 0;
    position: absolute;
}.academic_expertise_51 .student_perspectives_71 > div:nth-child(2) {
    position: relative;
    text-align: left;
}.academic_expertise_51 .student_perspectives_71 .name {
    font-weight: 700;
    position: relative;
    color: #000000;
    display: inline-block;
    margin: 0 0 0.5rem;
    font-size: calc(24px * 1.1);
}.academic_expertise_51 .student_perspectives_71 .name::after {
    width: 2.5rem;
    transition: transform 0.4s ease-out;
    transform: scaleX(1);
    background: rgb(146,142,143);
    height: 2px;
    content: "";
    bottom: -0.35rem;
    transform-origin: left;
    position: absolute;
    left: 0;
}.academic_expertise_51 .student_perspectives_71:hover .name::after {
    transform: scaleX(1.5);
}.academic_expertise_51 .student_perspectives_71 > div:nth-child(2) > div {
    font-size: calc(14px * 0.95);
    font-weight: 600;
    color: rgb(146,142,143);
    letter-spacing: 0.02em;
    margin-top: 0.75rem;
}.academic_expertise_51 .student_perspectives_71 > div:nth-child(3) {
    position: relative;
}.academic_expertise_51 .student_perspectives_71 .job_timeline_41 {
    border-left: 3px solid rgb(115,109,111,0.5);
    margin: 0;
    position: relative;
    padding-left: 1.25rem;
    line-height: 1.7;
    font-size: 14px;
    color: #000000;
}.academic_expertise_51 .student_perspectives_71 .job_timeline_41::before {
    top: -15px;
    height: 25px;
    width: 25px;
    left: -8px;
    position: absolute;
    background: #ffffff;
    transition: all 0.4s ease-out 0.2s;
    z-index: 1;
    opacity: 0;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgb(115,109,111,0.5);
    transform: scale(0);
    content: "";
}.academic_expertise_51 .student_perspectives_71:hover .job_timeline_41::before {
    opacity: 1;
    transform: scale(1);
}

@media (min-width: 768px) {.academic_expertise_51 {
    padding: 8rem 0;
}.academic_expertise_51 .student_perspectives_71 {
    grid-template-rows: auto 1fr;
    padding: 3.5rem;
    gap: 2rem 3.5rem;
    grid-template-columns: 280px 1fr;
}.academic_expertise_51 .student_perspectives_71 > div:first-child {
    grid-row: span 2;
}.academic_expertise_51 .student_perspectives_71 .pic_list_wrap_56 {
    padding-bottom: 130%;
}.academic_expertise_51 .student_perspectives_71 > div:nth-child(2) {
    align-self: end;
}.academic_expertise_51 .student_perspectives_71 .name {
    font-size: calc(24px * 1.2);
}.academic_expertise_51 .student_perspectives_71 > div:nth-child(3) {
    grid-column: 2;
}.academic_expertise_51 .student_perspectives_71 .job_timeline_41 {
    padding-left: 1.5rem;
    font-size: calc(14px * 1.05);
}
}

@media (min-width: 1024px) {.academic_expertise_51 {
    padding: 10rem 0;
}.academic_expertise_51 .student_perspectives_71 {
    grid-template-columns: 320px 1fr;
    gap: 2.5rem 4rem;
    padding: 4rem;
}.academic_expertise_51 .student_perspectives_71 .name {
    font-size: calc(24px * 1.3);
}.academic_expertise_51 .student_perspectives_71 > div:nth-child(2) > div {
    font-size: 14px;
}.academic_expertise_51 .student_perspectives_71 .job_timeline_41 {
    line-height: 1.8;
    font-size: calc(14px * 1.1);
}.academic_expertise_51 .student_perspectives_71::before {
    opacity: 0.1;
    top: 3.5rem;
    right: 3.5rem;
    width: 80px;
    background: linear-gradient(135deg, rgb(146,142,143,0.5), transparent 70%);
    position: absolute;
    z-index: 0;
    transform: rotate(45deg);
    content: "";
    height: 80px;
    transition: all 0.5s ease-out;
    border-radius: 0 10px 0 100px;
}.academic_expertise_51 .student_perspectives_71:hover::before {
    transform: rotate(55deg) scale(1.2);
    opacity: 0.15;
}
}

@media (min-width: 1280px) {.academic_expertise_51 .student_perspectives_71 {
    grid-template-columns: 380px 1fr;
    gap: 3rem 5rem;
    padding: 5rem;
}.academic_expertise_51 .student_perspectives_71 .job_timeline_41 {
    border-left: 4px solid rgb(115,109,111,0.5);
    padding-left: 2rem;
}}.thxSection_79 {
    overflow: hidden;
    position: relative;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(115,109,111,0.5) 0%, rgb(146,142,143,0.5) 100%);
}.thxSection_79::before {
    width: 50%;
    background: linear-gradient(120deg, rgb(115,109,111) 0%, rgb(146,142,143) 100%);
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    top: -10%;
    transform: rotate(-15deg) skew(10deg);
    height: 70%;
    z-index: 1;
    pointer-events: none;
    opacity: 0.1;
    content: "";
    position: absolute;
    animation: float 12s ease-in-out infinite;
    right: -5%;
}.thxSection_79::after {
    left: -5%;
    background: linear-gradient(210deg, rgb(146,142,143) 0%, rgb(115,109,111) 100%);
    pointer-events: none;
    bottom: -5%;
    position: absolute;
    opacity: 0.08;
    content: "";
    clip-path: polygon(20% 0, 100% 20%, 80% 100%, 0 80%);
    animation: float 15s ease-in-out infinite reverse;
    transform: rotate(10deg) skew(-5deg);
    height: 60%;
    width: 40%;
    z-index: 1;
}.thxSection_79 .container {
    z-index: 2;
    align-items: flex-start;
    position: relative;
    max-width: 1200px;
    flex-direction: column;
    display: flex;
    margin: 0 auto;
}.thxSection_79 h2 {
    max-width: 90%;
    transform: translateX(-10px);
    color: #000000;
    font-weight: 700;
    margin-bottom: 2.5rem;
    opacity: 0;
    position: relative;
    font-size: 37px;
    animation: slideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    line-height: 1.3;
    font-family: Arial, sans-serif;
}.thxSection_79 h2::after {
    left: 0;
    transform-origin: left;
    height: 4px;
    width: 120px;
    bottom: -15px;
    animation: expandLine 1.2s 0.4s cubic-bezier(0.17, 0.67, 0.43, 0.99) forwards;
    background: linear-gradient(90deg, rgb(146,142,143) 0%, rgb(115,109,111) 100%);
    position: absolute;
    transform: scaleX(0);
    content: "";
}.thxSection_79 .story_visual_79 {
    padding: 3rem;
    opacity: 0;
    border: 1px solid rgba(0, 0, 0, 0.06);
    position: relative;
    width: 100%;
    animation: riseUp 1s 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    background: #ffffff;
    transform: translateY(20px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04), 0 5px 15px rgba(0, 0, 0, 0.05);
}.thxSection_79 .story_visual_79::before {
    top: 0;
    position: absolute;
    right: 0;
    left: 0;
    transform-origin: left;
    animation: expandLine 1.5s 1s cubic-bezier(0.17, 0.67, 0.43, 0.99) forwards;
    content: "";
    height: 5px;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(115,109,111) 0%, rgb(146,142,143) 100%);
}.thxSection_79 ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.thxSection_79 li {
    position: relative;
    padding-left: 1.5rem;
}.thxSection_79 li::before {
    height: 8px;
    top: 0.5rem;
    content: "";
    left: 0;
    transform: rotate(45deg) scale(0);
    opacity: 0;
    animation: popIn 0.5s 1.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    position: absolute;
    background: rgb(115,109,111);
    width: 8px;
}.thxSection_79 span {
    font-size: 13px;
    line-height: 1.7;
    transform: translateY(15px);
    display: block;
    font-family: Arial, sans-serif;
    opacity: 0;
    color: #000000;
    animation: fadeIn 1s 1.2s ease-out forwards;
}

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

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

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

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

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

@keyframes float {
    0% {
        transform: rotate(-15deg) skew(10deg) translateY(0);
    }
    50% {
        transform: rotate(-13deg) skew(12deg) translateY(-15px);
    }
    100% {
        transform: rotate(-15deg) skew(10deg) translateY(0);
    }
}

@media (max-width: 991px) {.thxSection_79 {
    padding: 4rem 1.5rem;
}.thxSection_79 h2 {
    max-width: 100%;
    font-size: calc(37px * 0.9);
}.thxSection_79 .story_visual_79 {
    padding: 2.5rem 2rem;
}
}

@media (max-width: 767px) {.thxSection_79 {
    padding: 3.5rem 1.25rem;
}.thxSection_79 h2 {
    font-size: calc(37px * 0.8);
    margin-bottom: 2rem;
}.thxSection_79 h2::after {
    height: 3px;
    width: 100px;
}.thxSection_79 .story_visual_79 {
    padding: 2rem 1.5rem;
}.thxSection_79 span {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 480px) {.thxSection_79 {
    padding: 3rem 1rem;
}.thxSection_79 h2 {
    font-size: calc(37px * 0.7);
    margin-bottom: 1.5rem;
}.thxSection_79 h2::after {
    width: 80px;
    height: 3px;
    bottom: -10px;
}.thxSection_79 .story_visual_79 {
    padding: 1.5rem 1.25rem;
}.thxSection_79 li {
    padding-left: 1.25rem;
}.thxSection_79 li::before {
    height: 6px;
    width: 6px;
}.thxSection_79 span {
    line-height: 1.5;
    font-size: calc(13px * 0.9);
}}.course_highlights_13 {
    background: linear-gradient(135deg, rgb(179,176,177) 0%, rgba(245, 248, 252, 0.9) 100%);
    overflow: hidden;
    padding: 120px 0 80px;
    position: relative;
}.course_highlights_13::before {
    background-image: repeating-linear-gradient(
        0deg,
        transparent,
        transparent 20px,
        rgba(rgb(146,142,143,0.5), 0.03) 20px,
        rgba(rgb(146,142,143,0.5), 0.03) 21px
    );
    z-index: 1;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    pointer-events: none;
    height: 100%;
    top: 0;
}.course_highlights_13::after {
    width: 200px;
    border-radius: 50%;
    height: 200px;
    opacity: 0.15;
    content: "";
    right: -50px;
    animation: float 15s infinite ease-in-out;
    filter: blur(30px);
    background: radial-gradient(circle, rgb(146,142,143) 0%, transparent 70%);
    position: absolute;
    top: -50px;
}.course_highlights_13 .container {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.course_highlights_13 h2 {
    color: #000000;
    font-size: 29px;
    transform-origin: left center;
    font-weight: 700;
    position: relative;
    margin-bottom: 3rem;
    max-width: 90%;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    line-height: 1.3;
}.course_highlights_13 h2::before {
    content: "";
    top: 50%;
    left: -10px;
    width: 4px;
    transform: translateY(-50%) scaleY(0);
    background: rgb(146,142,143);
    position: absolute;
    animation: growUp 1.2s 0.3s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    height: 60%;
    transform-origin: bottom;
}.course_highlights_13 h2::after {
    transform: scaleX(0);
    content: "";
    width: 80px;
    background: linear-gradient(90deg, rgb(115,109,111) 0%, transparent 100%);
    animation: expand 1.2s 0.5s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transform-origin: left;
    left: 0;
    height: 3px;
    position: absolute;
    bottom: -12px;
}.course_highlights_13 .career_classes_79 {
    display: flex;
    animation: fadeUp 0.8s 0.3s forwards ease-out;
    gap: 2.5rem;
    flex-direction: column;
    transform: translateY(20px);
    position: relative;
    opacity: 0;
}.course_highlights_13 .pic_list_wrap_56 {
    height: 380px;
    width: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
}.course_highlights_13 .pic_list_wrap_56::before {
    left: 0;
    content: "";
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: 1;
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgba(0, 0, 0, 0.2) 100%
    );
    top: 0;
}.course_highlights_13 .pic_list_wrap_56::after {
    pointer-events: none;
    top: -30%;
    z-index: 2;
    position: absolute;
    left: -30%;
    width: 60%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 70%);
    animation: moveGradient 20s infinite alternate ease-in-out;
    height: 60%;
    content: "";
}.course_highlights_13 .text_section_28 {
    scrollbar-width: thin;
    border-left: 1px solid rgba(rgb(146,142,143,0.5), 0.2);
    position: relative;
    scrollbar-color: rgb(146,142,143) rgba(rgb(146,142,143,0.5), 0.1);
    padding: 1.5rem;
    overflow-y: auto;
    max-height: 350px;
}.course_highlights_13 .text_section_28::-webkit-scrollbar {
    width: 6px;
}.course_highlights_13 .text_section_28::-webkit-scrollbar-track {
    background: rgba(rgb(146,142,143,0.5), 0.1);
    border-radius: 3px;
}.course_highlights_13 .text_section_28::-webkit-scrollbar-thumb {
    background-color: rgb(146,142,143);
    border-radius: 3px;
}.course_highlights_13 .description {
    color: #000000;
    font-size: 17px;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    line-height: 1.7;
    position: relative;
}.course_highlights_13 .description:last-child {
    margin-bottom: 0;
}.course_highlights_13 .description::before {
    position: absolute;
    height: 4px;
    top: 0.5rem;
    content: "";
    background: rgb(115,109,111);
    left: 0;
    width: 4px;
    border-radius: 50%;
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(20px, -15px) rotate(5deg);
    }
    50% {
        transform: translate(-10px, 20px) rotate(-3deg);
    }
    75% {
        transform: translate(-15px, -10px) rotate(2deg);
    }
}

@keyframes moveGradient {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(70%, 70%);
    }
    100% {
        transform: translate(0, 100%);
    }
}

@keyframes growUp {
    0% {
        transform: translateY(-50%) scaleY(0);
    }
    100% {
        transform: translateY(-50%) scaleY(1);
    }
}

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

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

@media (min-width: 768px) {.course_highlights_13 {
    padding: 140px 0 100px;
}.course_highlights_13 h2 {
    max-width: 80%;
    font-size: calc(29px * 1.1);
}.course_highlights_13 .career_classes_79 {
    gap: 4rem;
    flex-direction: row;
}.course_highlights_13 .pic_list_wrap_56 {
    height: auto;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    width: 40%;
}.course_highlights_13 .pic_list_wrap_56:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: scale(1.02) translateY(-5px);
}.course_highlights_13 .text_section_28 {
    max-height: 400px;
    width: 60%;
    padding: 0 1.5rem 0 2.5rem;
}.course_highlights_13 h2::after {
    width: 120px;
}
}

@media (min-width: 992px) {.course_highlights_13 {
    padding: 160px 0 120px;
}.course_highlights_13 h2 {
    margin-bottom: 4rem;
    max-width: 70%;
    font-size: calc(29px * 1.2);
}.course_highlights_13 .career_classes_79 {
    gap: 5rem;
}.course_highlights_13 .pic_list_wrap_56 {
    height: 450px;
}.course_highlights_13 .text_section_28 {
    padding: 0 2rem 0 3rem;
    max-height: 450px;
}.course_highlights_13 .description {
    font-size: calc(17px * 1.05);
    line-height: 1.8;
}.course_highlights_13 h2::after {
    width: 150px;
}.course_highlights_13 .pic_list_wrap_56::after {
    height: 50%;
    width: 50%;
}
}

@media (max-width: 767px) {.course_highlights_13 {
    padding: 80px 0 60px;
}.course_highlights_13 h2 {
    max-width: 100%;
    font-size: calc(29px * 0.9);
    margin-bottom: 2rem;
}.course_highlights_13 .career_classes_79 {
    gap: 2rem;
}.course_highlights_13 .pic_list_wrap_56 {
    height: 280px;
}.course_highlights_13 .text_section_28 {
    max-height: 300px;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
}.course_highlights_13 .description {
    line-height: 1.6;
    margin-bottom: 1rem;
    font-size: calc(17px * 0.95);
}}.future_attendees_79 {
    position: relative;
    background: #ffffff;
    padding: 120px 0;
    overflow: hidden;
}.future_attendees_79::before {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 0;
    width: 100%;
    opacity: 0.03;
    background-size: 40px 40px;
    content: "";
    background-image: linear-gradient(rgb(146,142,143,0.5) 1px, transparent 1px), 
                     linear-gradient(90deg, rgb(146,142,143,0.5) 1px, transparent 1px);
    height: 100%;
}.future_attendees_79 .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    z-index: 1;
}.future_attendees_79 .story_visual_79 {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}.future_attendees_79 h4 {
    font-weight: 600;
    color: #000000;
    border-left: 4px solid rgb(146,142,143);
    font-size: 37px;
    margin-bottom: 60px;
    line-height: 1.3;
    padding-left: 20px;
    position: relative;
}.future_attendees_79 div {
    counter-reset: item;
    flex-direction: column;
    gap: 30px;
    display: flex;
}.future_attendees_79 div p {
    padding: 0 0 0 70px;
    display: flex;
    color: #000000;
    line-height: 1.6;
    align-items: center;
    position: relative;
    font-size: 15px;
    margin: 0;
    min-height: 50px;
    counter-increment: item;
}.future_attendees_79 div p::before {
    transition: all 0.3s ease;
    transform: translateY(-50%);
    width: 50px;
    align-items: center;
    top: 50%;
    left: 0;
    height: 50px;
    background: rgb(179,176,177);
    font-weight: 700;
    border: 1px solid rgba(rgb(146,142,143), 0.1);
    content: counter(item);
    color: rgb(146,142,143);
    justify-content: center;
    display: flex;
    position: absolute;
    border-radius: 50%;
}.future_attendees_79 div p:hover::before {
    background: rgb(146,142,143);
    box-shadow: 0 5px 15px rgba(rgb(146,142,143), 0.3);
    color: #ffffff;
    transform: translateY(-50%) scale(1.1);
}.future_attendees_79 div p::after {
    opacity: 0.3;
    top: 75px;
    left: 25px;
    width: 1px;
    background: rgb(146,142,143,0.5);
    content: "";
    position: absolute;
    height: calc(100% - 25px);
}.future_attendees_79 div p:last-child::after {
    display: none;
}.future_attendees_79 div p svg {
    transition: all 0.3s ease;
    top: 13px;
    z-index: 1;
    left: 13px;
    position: absolute;
    opacity: 0;
    height: 24px;
    width: 24px;
}.future_attendees_79 div p:hover svg {
    opacity: 1;
    transform: rotate(15deg);
}.future_attendees_79 div p svg path {
    fill: #ffffff;
}.future_attendees_79 div p:hover {
    transform: translateX(5px);
    color: #000000;
}

@media (max-width: 991px) {.future_attendees_79 {
    padding: 100px 0;
}.future_attendees_79 h4 {
    margin-bottom: 50px;
    font-size: calc(37px - 2px);
}.future_attendees_79 div {
    gap: 25px;
}
}

@media (max-width: 767px) {.future_attendees_79 {
    padding: 80px 0;
}.future_attendees_79 h4 {
    margin-bottom: 40px;
    font-size: calc(37px - 4px);
}.future_attendees_79 div {
    gap: 20px;
}.future_attendees_79 div p {
    padding-left: 60px;
}.future_attendees_79 div p::before {
    width: 45px;
    height: 45px;
}.future_attendees_79 div p::after {
    top: 67px;
    left: 22px;
}.future_attendees_79 div p svg {
    left: 12px;
    height: 21px;
    top: 12px;
    width: 21px;
}
}

@media (max-width: 479px) {.future_attendees_79 {
    padding: 60px 0;
}.future_attendees_79 h4 {
    padding-left: 15px;
    margin-bottom: 35px;
    font-size: calc(37px - 6px);
}.future_attendees_79 div {
    gap: 15px;
}.future_attendees_79 div p {
    font-size: calc(15px - 1px);
    padding-left: 55px;
}.future_attendees_79 div p::before {
    height: 40px;
    width: 40px;
}.future_attendees_79 div p::after {
    top: 60px;
    left: 20px;
}.future_attendees_79 div p svg {
    top: 10px;
    left: 10px;
    width: 20px;
    height: 20px;
}}.join_our_mailing_list_75 {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
    background: radial-gradient(ellipse at center, rgb(146,142,143,0.5), rgb(179,176,177) 70%);
}.join_our_mailing_list_75::before {
    opacity: 0.05;
    animation: orbitalShift 25s infinite linear;
    height: 200%;
    content: "";
    position: absolute;
    pointer-events: none;
    left: -50%;
    transform: rotate(15deg);
    background: linear-gradient(135deg, transparent 30%, rgb(115,109,111,0.5) 35%, transparent 40%);
    top: -50%;
    width: 200%;
}.join_our_mailing_list_75::after {
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    opacity: 0.03;
    background: repeating-linear-gradient(
        60deg,
        rgb(115,109,111,0.5) 0,
        rgb(115,109,111,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    pointer-events: none;
}.join_our_mailing_list_75 .container {
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 3;
}.join_our_mailing_list_75 .story_visual_79 {
    background: linear-gradient(120deg, rgba(255,255,255,0.9), rgba(255,255,255,0.95));
    position: relative;
    box-shadow: 
        0 20px 40px -10px rgba(0, 0, 0, 0.5),
        0 2px 0 rgb(146,142,143,0.5),
        0 -5px 25px rgba(255,255,255,0.5);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 3.5rem 2.5rem;
    transform: perspective(1000px) rotateX(1deg);
    overflow: hidden;
}.join_our_mailing_list_75 .story_visual_79:hover {
    box-shadow: 
        0 25px 50px -5px rgba(0, 0, 0, 0.5),
        0 2px 0 rgb(146,142,143),
        0 -5px 25px rgba(255,255,255,0.8);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.join_our_mailing_list_75 .story_visual_79::before {
    width: 100px;
    background: linear-gradient(to right, rgb(146,142,143), rgb(115,109,111));
    animation: pulseOrbit 12s infinite ease-in-out;
    top: -50px;
    content: "";
    opacity: 0.1;
    filter: blur(20px);
    border-radius: 50%;
    position: absolute;
    right: -50px;
    height: 100px;
    transform-origin: center;
}.join_our_mailing_list_75 .story_visual_79::after {
    width: 60%;
    filter: blur(1px);
    left: 20%;
    transform-origin: center;
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(115,109,111,0.5) 50%, transparent);
    bottom: -20px;
    content: "";
    animation: widthPulse 8s infinite alternate ease-in-out;
}.join_our_mailing_list_75 h3 {
    color: #000000;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    transform: translateZ(0);
    margin-bottom: 2rem;
    line-height: 1.5;
    position: relative;
    font-family: Arial, sans-serif;
}.join_our_mailing_list_75 h3::before {
    height: 3px;
    content: "";
    background: rgb(146,142,143);
    left: 50%;
    position: absolute;
    width: 60px;
    opacity: 0.7;
    bottom: -10px;
    transform: translateX(-50%);
}.join_our_mailing_list_75 .input_holder {
    margin-right: auto;
    position: relative;
    gap: 1.25rem;
    display: flex;
    margin-top: 2rem;
    flex-direction: column;
    max-width: 550px;
    margin-left: auto;
}.join_our_mailing_list_75 .input_holder div {
    position: relative;
    width: 100%;
}.join_our_mailing_list_75 .input_holder div::before {
    position: absolute;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    left: 15px;
    transition: all 0.3s ease;
    height: 18px;
    width: 18px;
    top: 50%;
    content: "";
    opacity: 0.5;
    pointer-events: none;
}.join_our_mailing_list_75 input[type="email"] {
    color: #000000;
    border: 1px solid rgba(0,0,0,0.1);
    width: 100%;
    font-size: 16px;
    border-radius: 10px;
    background: rgba(255,255,255,0.9);
    transition: all 0.3s ease;
    padding: 15px 15px 15px 45px;
}.join_our_mailing_list_75 input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(146,142,143,0.5);
    border-color: rgb(146,142,143);
    background: #ffffff;
    outline: none;
}.join_our_mailing_list_75 input[type="email"]::placeholder {
    opacity: 0.5;
    font-style: italic;
    color: rgba(0, 0, 0, 0.5);
}.join_our_mailing_list_75 input[type="email"]:focus + .input_holder div::before {
    opacity: 1;
}.join_our_mailing_list_75 .sub_component_97 {
    border: none;
    font-size: 18px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    border-radius: 10px;
    padding: 12px 30px;
    box-shadow: 0 4px 15px -5px rgb(146,142,143,0.5);
    display: inline-block;
    color: #ffffff;
    position: relative;
    align-self: center;
    background: linear-gradient(135deg, rgb(146,142,143), rgb(115,109,111));
    font-weight: 600;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
}.join_our_mailing_list_75 .sub_component_97::before {
    height: 100%;
    width: 100%;
    left: -100%;
    z-index: -1;
    position: absolute;
    top: 0;
    transition: all 0.6s ease;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    content: "";
}.join_our_mailing_list_75 .sub_component_97:hover {
    transform: translateY(-2px);
    box-shadow: 0 7px 20px -5px rgb(146,142,143);
}.join_our_mailing_list_75 .sub_component_97:hover::before {
    left: 100%;
}.join_our_mailing_list_75 .sub_component_97:active {
    transform: translateY(1px);
    box-shadow: 0 2px 10px -5px rgb(146,142,143);
}

@keyframes orbitalShift {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulseOrbit {
    0%, 100% {
        transform: scale(1) rotate(0deg);
    }
    50% {
        transform: scale(1.5) rotate(180deg);
    }
}

@keyframes widthPulse {
    0% {
        width: 30%;
        opacity: 0.3;
    }
    100% {
        width: 70%;
        opacity: 0.6;
    }
}

@media screen and (min-width: 768px) {.join_our_mailing_list_75 .input_holder {
    align-items: center;
    flex-direction: row;
}.join_our_mailing_list_75 .input_holder div {
    flex: 1;
}.join_our_mailing_list_75 .sub_component_97 {
    align-self: stretch;
    white-space: nowrap;
}.join_our_mailing_list_75 .story_visual_79 {
    border-radius: 27px;
    padding: 4rem 3.5rem;
}.join_our_mailing_list_75 h3 {
    margin-left: auto;
    max-width: 80%;
    margin-right: auto;
    font-size: calc(20px * 1.1);
}
}

@media screen and (max-width: 767px) {.join_our_mailing_list_75 {
    padding: 3rem 0;
}.join_our_mailing_list_75 .story_visual_79 {
    border-radius: 10px;
    padding: 2.5rem 1.5rem;
}.join_our_mailing_list_75 h3 {
    line-height: 1.4;
    font-size: calc(17px * 1.1);
}.join_our_mailing_list_75 .sub_component_97 {
    width: 100%;
    padding: 12px 20px;
}.join_our_mailing_list_75 input[type="email"] {
    padding: 12px 12px 12px 40px;
}.join_our_mailing_list_75 .input_holder div::before {
    width: 16px;
    left: 12px;
    height: 16px;
}
}

@media screen and (max-width: 480px) {.join_our_mailing_list_75 {
    padding: 2rem 0;
}.join_our_mailing_list_75 .story_visual_79 {
    padding: 2rem 1.25rem;
}.join_our_mailing_list_75 h3 {
    font-size: 17px;
}.join_our_mailing_list_75 h3::before {
    width: 40px;
}
}

@media (prefers-reduced-motion) {.join_our_mailing_list_75 .story_visual_79,
    .join_our_mailing_list_75 .story_visual_79::before,
    .join_our_mailing_list_75 .story_visual_79::after,
    .join_our_mailing_list_75::before,
    .join_our_mailing_list_75 .sub_component_97::before {
    transition: opacity 0.3s ease;
    animation: none;
}}footer {
    position: relative;
    width: 100%;
    z-index: 1;
}.biz_learnings_32 {
    background: linear-gradient(135deg, #000000, rgb(115,109,111));
    font-family: Arial, sans-serif;
    padding: 80px 0 30px;
    color: #ffffff;
    position: relative;
}.biz_learnings_32::before {
    pointer-events: none;
    background: radial-gradient(circle at 10% 20%, rgb(115,109,111,0.5) 0%, transparent 50%);
    top: 0;
    position: absolute;
    bottom: 0;
    content: "";
    left: 0;
    right: 0;
}.biz_learnings_32::after {
    left: 0;
    animation: shiftGradient 15s infinite linear;
    right: 0;
    position: absolute;
    pointer-events: none;
    background: linear-gradient(45deg, transparent 40%, rgb(146,142,143,0.5) 70%, transparent 100%);
    bottom: 0;
    top: 0;
    content: "";
}@keyframes shiftGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.biz_learnings_32 .container {
    z-index: 2;
    position: relative;
}footer .student_aid_48 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}footer .msg_form_46 {
    border-radius: 14px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(0);
    padding: 25px;
    display: flex;
    flex-wrap: wrap;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    gap: 20px;
}footer .msg_form_46:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}footer .info_item {
    display: flex;
    align-items: center;
    flex: 1 1 220px;
}footer .info_item svg {
    margin-right: 12px;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 0 3px rgb(146,142,143,0.5));
    width: 20px;
    fill: rgb(146,142,143);
    height: 20px;
}footer .info_item:hover svg {
    transform: scale(1.1);
}footer .info_item p, footer .info_item a {
    font-size: 18px;
    transition: color 0.3s ease;
    font-weight: 400;
    align-items: center;
    text-decoration: none;
    display: flex;
    color: #ffffff;
}footer .info_item a:hover {
    color: rgb(146,142,143);
    text-shadow: 0 0 8px rgb(146,142,143,0.5);
}footer .text_main_holder {
    gap: 40px;
    display: grid;
    margin-top: 20px;
    grid-template-columns: 1fr;
}footer .header_lead_62 {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
    display: flex;
}footer .header_lead_62 svg {
    transition: filter 0.3s ease;
    width: auto;
    height: 50px;
    filter: drop-shadow(0 0 5px rgb(146,142,143,0.5));
    margin-bottom: 10px;
}footer .header_lead_62:hover svg {
    filter: drop-shadow(0 0 8px rgb(146,142,143));
}footer .discount_cta_25 {
    color: #ffffff;
    font-size: 15px;
    max-width: 300px;
    line-height: 1.5;
    opacity: 0.8;
}footer .top_learning_84 {
    backdrop-filter: blur(5px);
    position: relative;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: box-shadow 0.3s ease;
    padding: 25px;
    background: rgba(255, 255, 255, 0.03);
}footer .top_learning_84:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .top_learning_84::before {
    right: -2px;
    position: absolute;
    background: linear-gradient(45deg, rgb(146,142,143), transparent, rgb(115,109,111), transparent);
    border-radius: calc(14px + 2px);
    content: "";
    bottom: -2px;
    z-index: -1;
    left: -2px;
    top: -2px;
    opacity: 0;
    transition: opacity 0.5s ease;
}footer .top_learning_84:hover::before {
    opacity: 0.7;
    animation: borderRotate 6s linear infinite;
}@keyframes borderRotate {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

footer .top_learning_84 h5 {
    font-size: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
}footer .top_learning_84 h5::after {
    height: 2px;
    left: 0;
    transition: width 0.3s ease;
    content: "";
    background: rgb(146,142,143);
    width: 50px;
    position: absolute;
    bottom: -1px;
}footer .top_learning_84:hover h5::after {
    width: 100px;
}footer .top_mainwrap_46 {
    gap: 10px;
    margin-bottom: 25px;
    flex-direction: column;
    display: flex;
}footer .top_mainwrap_46 a {
    color: #ffffff;
    transition: color 0.3s ease, padding-left 0.3s ease;
    text-decoration: none;
    font-weight: 400;
    font-size: calc(18px - 1px);
    position: relative;
    padding-left: 15px;
}footer .top_mainwrap_46 a::before {
    position: absolute;
    border-radius: 50%;
    left: 0;
    content: "";
    top: 50%;
    background-color: rgb(146,142,143);
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
    transform: translateY(-50%) scale(0.8);
    opacity: 0.7;
    height: 6px;
    width: 6px;
}footer .top_mainwrap_46 a:hover {
    color: rgb(146,142,143);
    padding-left: 20px;
}footer .top_mainwrap_46 a:hover::before {
    transform: translateY(-50%) scale(1);
    box-shadow: 0 0 5px rgb(146,142,143), 0 0 10px rgb(146,142,143,0.5);
    background-color: rgb(146,142,143);
    opacity: 1;
}footer .subscribe_holder {
    position: relative;
    border-radius: 14px;
    padding: 30px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    background: linear-gradient(135deg, rgb(115,109,111,0.5), #000000);
}footer .subscribe_holder::before {
    height: 200%;
    background: radial-gradient(circle, transparent 20%, #000000 70%);
    z-index: -1;
    position: absolute;
    top: -50%;
    content: "";
    width: 200%;
    animation: pulseBackground 10s infinite ease-in-out;
    left: -50%;
}@keyframes pulseBackground {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

footer .subscribe_holder h5 {
    margin-bottom: 15px;
    display: inline-block;
    font-size: 22px;
    position: relative;
    color: #ffffff;
    font-weight: 600;
}footer .subscribe_holder h5::after {
    width: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(146,142,143), transparent);
    bottom: -5px;
    content: "";
    height: 2px;
}footer .subscribe_holder p {
    color: #ffffff;
    line-height: 1.6;
    font-size: 18px;
    margin-bottom: 20px;
    opacity: 0.9;
}footer .input_holder {
    display: flex;
    gap: 15px;
    flex-direction: column;
    position: relative;
}footer .input_holder input[type="email"] {
    background: rgba(255, 255, 255, 0.05);
    font-size: 18px;
    border-radius: 10px;
    width: 100%;
    transition: all 0.3s ease;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 14px 16px;
}footer .input_holder input[type="email"]:focus {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgb(146,142,143);
    box-shadow: 0 0 10px rgb(146,142,143,0.5);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .sub_component_97 {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    border: none;
    padding: 14px 24px;
    overflow: hidden;
    cursor: pointer;
    font-size: 14px;
    border-radius: 10px;
    background: rgb(146,142,143);
    color: #ffffff;
    position: relative;
    transition: all 0.3s ease;
}footer .sub_component_97::before {
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    height: 100%;
    transition: left 0.7s ease;
    position: absolute;
    content: "";
    left: -100%;
}footer .sub_component_97:hover {
    background: rgb(115,109,111);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}footer .sub_component_97:hover::before {
    left: 100%;
}footer .insta_feed_56 {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    margin-top: 50px;
}footer .equity_info_09 {
    color: #ffffff;
    opacity: 0.7;
    letter-spacing: 0.5px;
    font-size: 15px;
    text-align: center;
}

@media (min-width: 768px) {footer .info_item {
    flex: 1 1 60px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .sub_component_97 {
    white-space: nowrap;
}
}

@media (min-width: 992px) {footer .student_aid_48 {
    grid-template-columns: 1fr;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .msg_form_46 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}footer .info_item {
    flex: 0 1 auto;
}
}

@media (max-width: 767px) {footer .biz_learnings_32 {
    padding: 60px 0 30px;
}footer .msg_form_46 {
    padding: 20px;
    flex-direction: column;
    gap: 15px;
}footer .info_item {
    width: 100%;
}footer .top_learning_84, footer .subscribe_holder {
    padding: 20px;
}footer .subscribe_holder h5, footer .top_learning_84 h5 {
    font-size: calc(22px - 2px);
}footer .subscribe_holder p, footer .top_mainwrap_46 a {
    font-size: calc(18px - 2px);
}footer .insta_feed_56 {
    margin-top: 30px;
}
}

@media (max-width: 576px) {footer .biz_learnings_32 {
    padding: 40px 0 20px;
}footer .msg_form_46, footer .top_learning_84, footer .subscribe_holder {
    padding: 15px;
}footer .input_holder input[type="email"], footer .sub_component_97 {
    padding: 12px;
}footer .header_lead_62 svg {
    height: 40px;
}footer .discount_cta_25 {
    font-size: calc(15px - 1px);
}}.take_a_spin_87 {
    background: linear-gradient(145deg, rgb(146,142,143) 0%, rgb(115,109,111) 50%, rgb(146,142,143) 100%);
    overflow: hidden;
    padding: 110px 0;
    z-index: 1;
    position: relative;
}.take_a_spin_87::before {
    background-size: 60px 60px;
    position: absolute;
    content: '';
    background: 
        linear-gradient(45deg, transparent 48%, #ffffff 49%, #ffffff 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, #ffffff 49%, #ffffff 51%, transparent 52%);
    top: 0;
    height: 100%;
    z-index: -1;
    animation: crystalBackground 30s linear infinite;
    opacity: 0.05;
    left: 0;
    width: 100%;
}.take_a_spin_87::after {
    left: 0;
    height: 100%;
    background: radial-gradient(
        circle at 30% 40%,
        #ffffff 0%,
        transparent 60%
    ),
    radial-gradient(
        circle at 70% 60%,
        #ffffff 0%,
        transparent 60%
    );
    opacity: 0.1;
    position: absolute;
    filter: blur(50px);
    z-index: -1;
    content: '';
    width: 100%;
    top: 0;
}.take_a_spin_87 .story_visual_79 {
    max-width: 1000px;
    border-radius: 19px;
    position: relative;
    box-shadow: 
        0 25px 45px rgba(0, 0, 0, 0.1),
        0 0 30px rgba(255, 255, 255, 0.1);
    display: flex;
    margin: 0 auto;
    align-items: center;
    z-index: 2;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.1);
    clip-path: polygon(
        4% 0%, 
        96% 0%, 
        100% 4%, 
        100% 96%, 
        96% 100%, 
        4% 100%, 
        0% 96%, 
        0% 4%
    );
    padding: 60px;
    justify-content: center;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.07);
}.take_a_spin_87 .story_visual_79::before {
    z-index: -1;
    left: -2px;
    bottom: -2px;
    filter: blur(20px);
    opacity: 0.5;
    background: linear-gradient(
        45deg,
        rgb(146,142,143,0.5),
        rgb(115,109,111,0.5),
        rgb(146,142,143,0.5)
    );
    position: absolute;
    clip-path: polygon(
        4% 0%, 
        96% 0%, 
        100% 4%, 
        100% 96%, 
        96% 100%, 
        4% 100%, 
        0% 96%, 
        0% 4%
    );
    top: -2px;
    animation: borderGlow 5s ease infinite;
    right: -2px;
    content: '';
}.take_a_spin_87 .story_visual_79::after {
    z-index: -1;
    width: 100%;
    opacity: 0.3;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 20px,
            rgba(255, 255, 255, 0.03) 20px,
            rgba(255, 255, 255, 0.03) 21px
        );
}.take_a_spin_87 h3 {
    position: relative;
    margin-bottom: 50px;
    color: #ffffff;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    font-size: 35px;
    letter-spacing: 4px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
}.take_a_spin_87 h3::before {
    height: 30px;
    border-radius: 50%;
    animation: orbitalSpin 10s linear infinite;
    left: 50%;
    opacity: 0.6;
    position: absolute;
    width: 30px;
    transform: translateX(-50%);
    border: 1px solid rgba(255, 255, 255, 0.3);
    top: -40px;
    content: '';
}.take_a_spin_87 h3::after {
    box-shadow: 0 0 10px #ffffff;
    content: '';
    height: 2px;
    bottom: -15px;
    transform: translateX(-50%);
    width: 50px;
    position: absolute;
    left: 50%;
    background: linear-gradient(
        to right,
        transparent,
        #ffffff,
        transparent
    );
}.take_a_spin_87 .instant_request_48 {
    font-size: 16px;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
    backdrop-filter: blur(5px);
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    display: inline-block;
    padding: 16px 45px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    clip-path: polygon(
        5% 0%, 
        95% 0%, 
        100% 5%, 
        100% 95%, 
        95% 100%, 
        5% 100%, 
        0% 95%, 
        0% 5%
    );
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    letter-spacing: 2px;
    transition: all 0.4s ease;
    color: #ffffff;
    border-radius: 10px;
}.take_a_spin_87 .instant_request_48::before {
    height: 100%;
    left: 0;
    z-index: -1;
    opacity: 0;
    content: '';
    position: absolute;
    width: 100%;
    background: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0.1) 100%
    );
    top: 0;
    transition: opacity 0.4s ease;
}.take_a_spin_87 .instant_request_48::after {
    z-index: 1;
    height: 200%;
    content: '';
    position: absolute;
    transition: all 0.6s ease;
    top: -50%;
    width: 40%;
    transform: rotate(25deg);
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
    left: -100%;
}.take_a_spin_87 .instant_request_48:hover {
    color: rgb(146,142,143);
    border-color: transparent;
    transform: translateY(-5px);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.2),
        0 0 20px rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.8);
}.take_a_spin_87 .instant_request_48:hover::before {
    opacity: 1;
}.take_a_spin_87 .instant_request_48:hover::after {
    left: 150%;
}

@media screen and (max-width: 992px) {.take_a_spin_87 {
    padding: 90px 0;
}.take_a_spin_87 .story_visual_79 {
    padding: 50px 40px;
    max-width: 90%;
}.take_a_spin_87 h3 {
    font-size: calc(35px * 0.9);
    margin-bottom: 45px;
}.take_a_spin_87 h3::before {
    top: -35px;
    width: 25px;
    height: 25px;
}.take_a_spin_87 h3::after {
    width: 45px;
}.take_a_spin_87 .instant_request_48 {
    padding: 14px 40px;
}
}

@media screen and (max-width: 768px) {.take_a_spin_87 {
    padding: 70px 0;
}.take_a_spin_87 .story_visual_79 {
    padding: 40px 30px;
}.take_a_spin_87 h3 {
    letter-spacing: 3px;
    margin-bottom: 40px;
    font-size: calc(35px * 0.8);
}.take_a_spin_87 h3::before {
    width: 20px;
    top: -30px;
    height: 20px;
}.take_a_spin_87 h3::after {
    width: 40px;
}.take_a_spin_87 .instant_request_48 {
    font-size: calc(16px * 0.95);
    padding: 12px 35px;
    letter-spacing: 1.5px;
}
}

@media screen and (max-width: 576px) {.take_a_spin_87 {
    padding: 60px 0;
}.take_a_spin_87 .story_visual_79 {
    padding: 30px 20px;
}.take_a_spin_87 h3 {
    margin-bottom: 35px;
    font-size: calc(35px * 0.7);
    letter-spacing: 2px;
}.take_a_spin_87 h3::before {
    width: 15px;
    top: -25px;
    height: 15px;
}.take_a_spin_87 h3::after {
    width: 35px;
}.take_a_spin_87 .instant_request_48 {
    font-size: calc(16px * 0.9);
    letter-spacing: 1px;
    padding: 10px 30px;
}}

@keyframes crystalBackground {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

@keyframes borderGlow {
    0% {
        filter: blur(20px);
        opacity: 0.5;
    }
    50% {
        filter: blur(25px);
        opacity: 0.7;
    }
    100% {
        filter: blur(20px);
        opacity: 0.5;
    }
}

@keyframes orbitalSpin {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }
    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}.cookie_popup_advisory_05 {
    z-index: 1050;
    overflow: hidden;
    background: rgb(179,176,177);
    font-family: Arial, sans-serif;
    width: 100%;
    border-top: 3px solid rgb(146,142,143);
    bottom: 0;
    padding: 20px;
    position: fixed;
}.privacy_switch_36 {
    display: flex;
    flex-wrap: nowrap;
    z-index: 1;
    justify-content: space-between;
    align-items: center;
}.data_approval_56 {
    margin-right: 20px;
    flex-shrink: 0;
}#cookie_info_banner_61 {
    display: none;
}#cookie_info_banner_61:checked ~ .cookie_popup_advisory_05 {
    visibility: hidden;
    opacity: 0;
}.data_approval_56 svg {
    height: 60px;
    width: 60px;
    transition: fill 0.3s ease-in-out;
    fill: rgb(146,142,143);
}.cookie_guard_71 {
    flex-grow: 1;
    margin-right: 20px;
}.cookie_guard_71 h5 {
    color: rgb(146,142,143);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
}.cookie_guard_71 p {
    font-size: 16px;
    margin-bottom: 0;
    color: #000000;
}.visitor_controls_20 {
    margin-left: 10px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 10px;
}.visitor_controls_20 {
    border: 1px solid rgb(146,142,143);
    color: #ffffff;
    background-color: rgb(146,142,143);
}.visitor_controls_20:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: #000000;
}.cookie_popup_advisory_05 p a {
    color: rgb(146,142,143);
    text-decoration: underline;
}.cookie_popup_advisory_05 p a:hover {
    color: #000000;
}
@media (max-width: 1200px) {.cookie_guard_71 h5 {
    font-size: calc(22px - 2px);
}.cookie_guard_71 p {
    font-size: calc(16px - 2px);
}.visitor_controls_20 {
    padding: 8px 16px;
    font-size: calc(16px - 2px);
}
}
@media (max-width: 800px) {.privacy_switch_36 {
    flex-direction: column;
    align-items: center;
}.data_approval_56 {
    margin-bottom: 15px;
}.cookie_guard_71 {
    text-align: center;
    margin-bottom: 20px;
}.visitor_controls_20 {
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
}}
.secure_lodge_94 {
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    padding: 50px;
    background: linear-gradient(to bottom right, rgb(146,142,143,0.5), rgb(115,109,111,0.5));
    font-family: Arial, sans-serif;
    background-position: center;
    background-size: cover;
}.secure_lodge_94 h1,
.secure_lodge_94 h2 {
    margin: 20px 0;
    position: relative;
    letter-spacing: 2px;
    padding-left: 15px;
    text-transform: uppercase;
}.secure_lodge_94 h1 {
    color: #ffffff;
    font-weight: 700;
    font-size: 48px;
}.secure_lodge_94 h2 {
    font-weight: 600;
    color: #ffffff;
    font-size: 28px;
}.secure_lodge_94 ul {
    list-style-type: none;
    padding: 0;
    margin: 20px 0;
}.secure_lodge_94 ul li {
    font-size: 13px;
    color: #ffffff;
    padding-left: 30px;
    padding: 10px 0;
    position: relative;
    font-weight: 400;
}.secure_lodge_94 ul li::before {
    position: absolute;
    content: '•';
    color: rgb(115,109,111);
    left: 0;
    font-size: 20px;
}.secure_lodge_94 p {
    font-weight: 300;
    margin: 20px 0;
    font-size: 13px;
    line-height: 1.8;
    color: #ffffff;
}.secure_lodge_94 div {
    margin: 20px 0;
}
@media only screen and (max-width: 800px) {.secure_lodge_94 {
    padding: 30px;
}.secure_lodge_94 h1 {
    font-size: calc(20px - 8px);
}.secure_lodge_94 h2 {
    font-size: calc(20px - 8px);
}.secure_lodge_94 ul li {
    font-size: calc(13px - 2px);
}.secure_lodge_94 p {
    font-size: calc(13px - 2px);
}}.title_greeting_56 {
    overflow: hidden;
    position: relative;
    min-height: 100vh;
    width: 100%;
}.title_greeting_56 .learn_entry_53 {
    align-items: center;
    height: 100vh;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-start;
}.title_greeting_56 .learn_entry_53::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(0,0,0,0.8) 100%);
    z-index: 1;
    content: "";
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    top: 0;
}.title_greeting_56 .learn_entry_53::after {
    z-index: 2;
    top: 0;
    width: 100%;
    opacity: 0.1;
    animation: pulse 8s infinite alternate;
    height: 100%;
    left: 0;
    content: "";
    background: repeating-linear-gradient(
    -45deg,
    rgb(146,142,143,0.5),
    rgb(146,142,143,0.5) 1px,
    transparent 1px,
    transparent 10px
  );
    position: absolute;
}.title_greeting_56 .learn_identity_27 {
    margin-left: 10%;
    padding: 3rem;
    opacity: 0;
    max-width: 700px;
    position: relative;
    transform: translateY(-2rem);
    z-index: 3;
    animation: fadeSlideUp 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.3s;
}.title_greeting_56 .learn_identity_27::before {
    left: -20px;
    position: absolute;
    width: 6px;
    content: "";
    background: rgb(146,142,143);
    height: 0;
    top: 0;
    animation: growLine 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.6s;
}.title_greeting_56 .learn_identity_27::after {
    animation: expandWidth 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.9s;
    bottom: 0;
    width: 0;
    left: 0;
    background: rgb(115,109,111);
    position: absolute;
    height: 3px;
    content: "";
}.title_greeting_56 h1 {
    line-height: 1.2;
    color: #ffffff;
    transform: perspective(1000px) rotateX(0deg);
    font-weight: 700;
    font-size: clamp(2.5rem, 5vw, 39px);
    margin-bottom: 1.5rem;
    position: relative;
    transition: transform 0.5s ease;
}.title_greeting_56 h1::before {
    bottom: -15px;
    transform: scaleX(0);
    position: absolute;
    left: 0;
    width: 60px;
    content: "";
    animation: expandWidth 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 1.2s;
    height: 5px;
    background: rgb(146,142,143);
    transform-origin: left;
}.title_greeting_56 h3 {
    font-size: clamp(1.25rem, 3vw, 23px);
    font-weight: 600;
    opacity: 0;
    max-width: 90%;
    line-height: 1.4;
    position: relative;
    color: #ffffff;
    animation: fadeIn 1.5s ease forwards 0.6s;
    margin-bottom: 1.5rem;
}.title_greeting_56 p {
    max-width: 85%;
    opacity: 0;
    position: relative;
    line-height: 1.6;
    animation: fadeIn 1.5s ease forwards 0.9s;
    padding-left: 1rem;
    border-left: 3px solid rgb(115,109,111);
    font-size: clamp(1rem, 2vw, 13px);
    color: #ffffff;
    margin-top: 2rem;
}.title_greeting_56 .learn_identity_27:hover h1 {
    transform: perspective(1000px) rotateX(5deg);
    color: rgb(146,142,143);
}

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

@keyframes growLine {
  0% {
    height: 0;
  }
  100% {
    height: 80%;
  }
}

@keyframes expandWidth {
  0% {
    width: 0;
  }
  100% {
    width: 50%;
  }
}

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

@keyframes pulse {
  0% {
    opacity: 0.05;
  }
  50% {
    opacity: 0.15;
  }
  100% {
    opacity: 0.05;
  }
}

@media (max-width: 992px) {.title_greeting_56 .learn_identity_27 {
    padding: 2rem;
    margin-left: 5%;
}.title_greeting_56 h1 {
    font-size: clamp(2rem, 6vw, 2.5rem);
}.title_greeting_56 h3 {
    max-width: 100%;
}.title_greeting_56 p {
    max-width: 100%;
}
}

@media (max-width: 768px) {.title_greeting_56 .learn_entry_53 {
    padding-top: 15vh;
    align-items: flex-start;
}.title_greeting_56 .learn_identity_27 {
    margin-right: 2rem;
    margin-left: 2rem;
}.title_greeting_56 h1::before {
    width: 40px;
}.title_greeting_56 .learn_identity_27::before {
    left: -10px;
}
}

@media (max-width: 576px) {.title_greeting_56 .learn_entry_53 {
    padding-top: 10vh;
}.title_greeting_56 .learn_identity_27 {
    padding: 1.5rem;
    margin-left: 1rem;
    margin-right: 1rem;
}.title_greeting_56 h1 {
    font-size: clamp(1.75rem, 7vw, 2rem);
}.title_greeting_56 h3 {
    font-size: clamp(1rem, 4vw, 1.25rem);
}.title_greeting_56 p {
    font-size: clamp(0.875rem, 3vw, 1rem);
    padding-left: 0.75rem;
}.title_greeting_56 .learn_identity_27::before {
    width: 4px;
}}header {
    background: rgb(179,176,177);
    margin-top: 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    padding: 0;
    z-index: 100;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
}header::before {
    pointer-events: none;
    top: 0;
    height: 100%;
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgba(rgb(146,142,143), 0.03) 25%, 
        rgba(rgb(146,142,143), 0.05) 50%,
        rgba(rgb(146,142,143), 0.03) 75%,
        transparent 100%
    );
}header .header_bar_41 {
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 1.2rem 2rem;
    z-index: 2;
    display: flex;
}header .header_lead_62 {
    margin-right: 2rem;
    position: relative;
    max-width: 180px;
    flex: 0 0 auto;
}header .main_primary_02 {
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    display: block;
}header .main_primary_02:hover {
    transform: translateY(-3px);
}header .main_primary_02 img {
    filter: brightness(1.03);
    display: block;
    height: auto;
    max-width: 100%;
}header .main_primary_02::before {
    transition: all 0.3s ease;
    transform: scaleX(0.7);
    opacity: 0;
    height: 10px;
    bottom: -15px;
    width: 100%;
    left: 0;
    border-radius: 10px;
    background: rgb(146,142,143);
    content: '';
    position: absolute;
}header .main_primary_02:hover::before {
    opacity: 0.7;
    transform: scaleX(1);
}header .top_learning_84 {
    list-style: none;
    display: flex;
    margin: 0;
    flex-wrap: nowrap;
    padding: 0;
    position: relative;
}header .top_learning_84::after {
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(146,142,143,0.5), 
        transparent
    );
    position: absolute;
    bottom: -15px;
    height: 1px;
    content: '';
}header .site_head_41 {
    position: relative;
    margin: 0;
}header .site_head_41 a {
    padding: 1rem 1.2rem;
    position: relative;
    text-decoration: none;
    color: #000000;
    overflow: hidden;
    transition: all 0.3s ease;
    font-weight: 600;
    display: block;
    font-size: 16px;
}header .site_head_41 a::before {
    content: '';
    background: rgb(146,142,143);
    transition: transform 0.3s ease;
    height: 3px;
    bottom: 0;
    transform: translateX(-100%);
    position: absolute;
    left: 0;
    width: 100%;
}header .site_head_41 a:hover {
    color: rgb(146,142,143);
}header .site_head_41 a:hover::before {
    transform: translateX(0);
}header .site_head_41 a::after {
    height: 100%;
    z-index: -1;
    top: 0;
    content: '';
    transform: scale(0.8);
    opacity: 0;
    width: 100%;
    border-radius: 10px;
    pointer-events: none;
    left: 0;
    transition: all 0.3s ease;
    position: absolute;
    background: rgb(146,142,143,0.5);
}header .site_head_41 a:hover::after {
    transform: scale(1);
    opacity: 0.15;
}header .header_bar_41::before {
    height: 100%;
    background: linear-gradient(-90deg, rgb(179,176,177), transparent);
    content: '';
    top: 0;
    right: 0;
    z-index: -1;
    width: 30%;
    position: absolute;
}header .header_bar_41::after {
    width: 30%;
    height: 100%;
    left: 0;
    position: absolute;
    content: '';
    z-index: -1;
    background: linear-gradient(90deg, rgb(179,176,177), transparent);
    top: 0;
}header .nav_mentor_70 {
    position: relative;
    padding-top: 2rem;
    background: #ffffff;
    z-index: 1;
}

@media (min-width: 1400px) {header .header_bar_41 {
    margin: 0 auto;
    max-width: 1300px;
}header .site_head_41 a {
    padding: 1rem 1.5rem;
}
}

@media (max-width: 991px) {header .header_bar_41 {
    flex-direction: row;
    justify-content: space-between;
    padding: 1rem;
    flex-wrap: wrap;
}header .header_lead_62 {
    margin-right: 0;
    margin-bottom: 0;
}header .top_learning_84 {
    margin-top: 0;
    flex-wrap: wrap;
    flex-basis: 100%;
    padding-top: 1rem;
    justify-content: flex-end;
}header .site_head_41 {
    margin-bottom: 0.5rem;
}header .site_head_41 a {
    font-size: calc(16px - 1px);
    padding: 0.7rem 1rem;
}
}

@media (max-width: 767px) {header {
    margin-top: 0;
}header .header_bar_41 {
    padding: 1rem 1.5rem;
}header .header_lead_62 {
    max-width: 150px;
    flex: 0 0 auto;
}header .top_learning_84 {
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: thin;
    padding: 0.5rem 0;
    justify-content: flex-start;
    margin-top: 0.5rem;
}header .top_learning_84::-webkit-scrollbar {
    height: 3px;
}header .top_learning_84::-webkit-scrollbar-thumb {
    background: rgb(146,142,143,0.5);
    border-radius: 10px;
}header .site_head_41 {
    flex: 0 0 auto;
}header .site_head_41 a {
    white-space: nowrap;
    font-size: calc(16px - 2px);
    padding: 0.6rem 0.8rem;
}header .top_learning_84::after {
    bottom: 0;
}header .main_primary_02::before {
    display: none;
}
}