.inner-containerapp {
    height: 100%;
    flex-direction: column;
    min-height: 100%;
    display: flex;
}

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

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

.our_missionapp::before {
    background: repeating-linear-gradient(
        -45deg,
        rgb(217,197,208,0.5) 0,
        rgb(217,197,208,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    content: "";
    z-index: 0;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.1;
    left: 0;
    width: 100%;
}

.our_missionapp .learn_proapp span {
    font-size: 18px;
    display: block;
    margin-bottom: 20px;
    color: rgb(217,197,208);
    font-weight: 600;
    position: relative;
}

.our_missionapp .teach_methodapp {
    padding-left: 300px;
    z-index: 2;
    border-radius: 14px;
    background: #ffffff;
    grid-row: 3 / 4;
    position: relative;
    transition: transform 0.4s ease;
    grid-column: 2 / 4;
    padding: 40px;
    margin-top: 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

.our_missionapp .container::before {
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    top: 0;
    background: linear-gradient(to right, transparent, rgb(217,197,208,0.5), transparent);
    content: "";
}

.consentInformationPopupapp {
    width: 100%;
    border-top: 2px solid rgb(217,197,208);
    z-index: 90;
    background: rgb(241,228,232);
    position: fixed;
    bottom: 0;
}

#cookie_notice_boxapp {
    display: none;
}

.consentInformationPopupapp p {
    font-size: 18px;
}

.cookie_screenapp {
    margin-right: 10px;
    flex-shrink: 0;
}


.inner-containerapp .consentInformationPopupapp {
    border: none;
    box-shadow: rgb(217,197,208,0.5) 0px 0px 40px 39px;
    background: #ffffff;
}

.inner-containerapp .cookie_screenapp svg, .inner-containerapp .cookie_screenapp svg path, .inner-containerapp .cookie_screenapp img {
    width: 40px;
    fill:#000000;
    height: 40px;
}

.contact_informationapp::after {
    top: -50%;
    background: 
        conic-gradient(
            from 0deg at 50% 50%,
            transparent 0%,
            rgb(217,197,208,0.5) 5%,
            transparent 10%,
            transparent 90%,
            rgb(180,166,179,0.5) 95%,
            transparent 100%
        );
    height: 200%;
    position: absolute;
    opacity: 0.2;
    width: 200%;
    z-index: -1;
    content: '';
    left: -50%;
    animation: rotate 120s linear infinite;
}

.contact_informationapp .message_mapapp {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.01);
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    flex-wrap: wrap;
    display: flex;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 5px 15px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}

.contact_informationapp .query_helpapp h3 {
    font-weight: 600;
    margin-bottom: 40px;
    color: #000000;
    text-transform: uppercase;
    font-size: 22px;
    text-align: left;
    letter-spacing: 1px;
}

.contact_informationapp .query_helpapp input[type="text"],
.contact_informationapp .query_helpapp textarea {
    color: #000000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03) inset;
    font-family: Arial, sans-serif;
    font-size: 16px;
    margin-bottom: 25px;
    padding: 18px 25px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background-color: rgba(0, 0, 0, 0.02);
    width: 100%;
    transition: all 0.3s ease;
    border-radius: 10px;
}

.contact_informationapp .query_helpapp .inquiry_feedbackapp input[type="checkbox"]:checked + label::after {
    transform: scale(1);
    opacity: 1;
}

.contact_informationapp .query_helpapp .inquiry_feedbackapp a::after {
    height: 1px;
    position: absolute;
    left: 0;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    width: 100%;
    bottom: -2px;
    background-color: rgb(217,197,208);
    content: '';
    transform-origin: right;
}

.contact_informationapp .query_helpapp .inquiry_requestapp:hover {
    box-shadow: 
        0 8px 25px rgb(217,197,208,0.5),
        0 0 0 1px rgb(217,197,208) inset;
    transform: translateY(-3px);
    background: linear-gradient(135deg, rgb(180,166,179) 0%, rgb(217,197,208) 100%);
}

.contact_informationapp .help_widgetapp::after {
    background: 
        linear-gradient(135deg, transparent 25%, rgba(255, 255, 255, 0.05) 50%, transparent 75%);
    top: 0;
    z-index: 0;
    width: 100%;
    animation: shine 8s infinite linear;
    height: 100%;
    left: 0;
    position: absolute;
    content: '';
}

.contact_informationapp .help_widgetapp .message_helpapp {
    margin: 0;
    z-index: 1;
    padding: 0;
    list-style: none;
    position: relative;
}

.contact_informationapp .help_widgetapp .message_helpapp li svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}

.contact_informationapp .help_widgetapp .message_helpapp li:hover svg path {
    fill: rgba(255, 255, 255, 0.9);
}

.contact_informationapp .help_widgetapp .message_helpapp li a:hover {
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.9);
}

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

footer .write_feedbackapp::after {
    position: absolute;
    left: 0;
    height: 100%;
    pointer-events: none;
    width: 100%;
    content: "";
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    top: 0;
}

footer .text_main_holder::before {
    top: 0;
    z-index: -1;
    height: 100%;
    position: absolute;
    content: "";
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
    left: 0;
    background-color: #ffffff;
    width: 100%;
}

footer .nav_sitewrapapp h5::after {
    position: absolute;
    height: 2px;
    bottom: -8px;
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(217,197,208), transparent);
    width: 100%;
}

footer .site_studyapp a:hover::after {
    width: 100%;
}

footer .subscribe_holder::before {
    pointer-events: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 0%, transparent 50%);
    height: 100%;
    content: "";
}

footer .sub_seasonapp:hover {
    background-color: rgb(180,166,179);
}

footer .cheat_sheetapp {
    margin-top: 60px;
    padding-top: 20px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
}

header .nav_blockapp {
    z-index: 2;
    flex: 0 0 auto;
    backdrop-filter: blur(5px);
    border-radius: 14px;
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.4s ease;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    padding: 0.8rem 1.2rem;
    position: relative;
}

header .header_topapp a:hover::before {
    opacity: 1;
}

header .header_topapp::after {
    content: '';
    left: 50%;
    position: absolute;
    opacity: 0.7;
    transform: translateX(-50%);
    width: 0;
    transition: width 0.3s ease;
    border-radius: 10px;
    height: 3px;
    background: #ffffff;
    bottom: -3px;
}

header .top_infoapp::after {
    z-index: -1;
    left: -20px;
    border-radius: 50%;
    position: absolute;
    opacity: 0.5;
    content: '';
    height: 80px;
    filter: blur(30px);
    bottom: -20px;
    background: rgb(180,166,179,0.5);
    width: 80px;
}

.educational_rewardsapp .container {
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}

.educational_rewardsapp .our_journeyapp:hover {
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.06),
        -15px -15px 30px rgba(255, 255, 255, 0.9),
        inset 3px 3px 6px rgba(255, 255, 255, 0.9),
        inset -3px -3px 6px rgba(0, 0, 0, 0.04);
    transform: perspective(1000px) rotateX(0deg);
}

.educational_rewardsapp .text_detailsapp > div {
    flex-direction: column;
    display: flex;
    gap: 30px;
}

.educational_rewardsapp li {
    transform: translateY(15px);
    animation-delay: calc(0.2s + var(--li-index, 0) * 0.1s);
    margin-bottom: 16px;
    opacity: 0;
    position: relative;
    animation: fadeSlideUp 0.8s forwards;
}

.educational_rewardsapp li p:hover span:first-child {
    transform: rotate(10deg);
    box-shadow: 
        5px 5px 10px rgba(0, 0, 0, 0.06),
        -5px -5px 10px rgba(255, 255, 255, 1),
        inset 1px 1px 2px rgba(255, 255, 255, 0.7),
        inset -1px -1px 2px rgba(0, 0, 0, 0.04);
}

.educational_rewardsapp li p:hover svg {
    transform: scale(0.95) rotate(5deg);
}

.educational_rewardsapp li p:hover svg path {
    fill: rgb(180,166,179);
}

.ty_noteapp::before {
    left: 0;
    opacity: 0.6;
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 100%;
    animation: pulse 15s infinite alternate;
    background: 
    radial-gradient(circle at 20% 30%, rgb(217,197,208,0.5) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgb(180,166,179,0.5) 0%, transparent 40%);
}

.ty_noteapp .our_journeyapp::before {
    content: "";
    opacity: 0.05;
    height: 100%;
    width: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgb(217,197,208,0.5) 0%, transparent 100%);
    left: 0;
}

.ty_noteapp ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ty_noteapp li::before {
    opacity: 0;
    content: "";
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    border-radius: 50%;
    width: 0;
    height: 0;
    top: 0.7rem;
    transform: scale(0);
    background: rgb(217,197,208);
    left: -5px;
    position: absolute;
}

.welcomeapp::after {
    left: -5%;
    background: linear-gradient(225deg, rgb(180,166,179,0.5) 0%, rgb(217,197,208,0.5) 100%);
    position: absolute;
    animation: pulse 12s infinite alternate-reverse ease-in-out;
    height: 60%;
    bottom: -10%;
    width: 35%;
    filter: blur(60px);
    z-index: 1;
    content: "";
}

.welcomeapp .skill_quickapp:hover {
    transform: translateY(-5px);
}

.welcomeapp svg {
    transform-origin: center;
    height: 120px;
    width: 120px;
    display: block;
    margin: 1rem auto 2rem;
    animation: floatSvg 8s infinite ease-in-out;
}

.welcomeapp svg:hover text {
    fill: #000000;
}

.welcomeapp .inquiry_requestapp:hover {
    box-shadow: 0 15px 30px rgba(94,170,168,0.3);
    transform: translateY(-3px) scale(1.02);
}

.welcomeapp .photo_wrap_itemapp {
    transform: translateY(30px);
    opacity: 0;
    position: relative;
    overflow: hidden;
    animation: fadeSlideUp 0.8s 0.6s forwards ease-out;
    height: 350px;
    border-radius: 10px;
}

.confidential_refugeapp::before {
    height: 100%;
    position: absolute;
    background: linear-gradient(to right, rgb(217,197,208,0.5) 0%, transparent 10%);
    width: 100%;
    pointer-events: none;
    top: 0;
    left: 0;
    z-index: 0;
    content: "";
}

.confidential_refugeapp h1 {
    position: relative;
    font-weight: 700;
    animation: slideInTitle 0.8s 0.2s forwards;
    padding-bottom: 0.75rem;
    font-size: 44px;
    margin-bottom: 2rem;
    color: #000000;
    opacity: 0;
    transform: translateX(-5px);
}

.confidential_refugeapp h3 {
    font-weight: 600;
    margin: 2rem 0 1rem;
    padding-left: 1.5rem;
    transform: translateY(8px);
    opacity: 0;
    position: relative;
    color: #000000;
    animation: slideInUp 0.6s 0.5s forwards;
    font-size: calc(32px * 0.85);
}

.confidential_refugeapp p strong {
    font-weight: 600;
    color: #000000;
    position: relative;
    display: inline-block;
}

.confidential_refugeapp ul {
    padding-left: 1.5rem;
    margin: 1.5rem 0 2rem 1rem;
    opacity: 0;
    animation: slideInRight 0.7s 0.7s forwards;
    position: relative;
    transform: translateX(10px);
}

.confidential_refugeapp span {
    color: #000000;
    font-size: 14px;
    transform: translateY(10px);
    padding-left: 1rem;
    display: block;
    animation: slideInUp 0.6s 0.6s forwards;
    border-left: 2px solid rgb(180,166,179,0.5);
    opacity: 0;
    margin: 0.75rem 0 1.5rem;
    line-height: 1.7;
}

.customer_commentsapp h2 {
    transform: perspective(1000px) rotateX(0deg) rotateY(-1deg);
    transform-origin: left center;
    position: relative;
    font-weight: 700;
    padding-left: 20px;
    font-size: 32px;
    text-align: left;
    color: #000000;
    margin-bottom: 60px;
}

.customer_commentsapp .review_opinionsapp:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 
                0 1px 3px rgba(0, 0, 0, 0.03),
                0 30px 60px rgba(83, 83, 83, 0.05);
    transform: translateY(-10px) scale(1.01);
}

.customer_commentsapp .review_opinionsapp img {
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    border: 3px solid #ffffff;
    height: 60px;
    width: 60px;
    transition: transform 0.3s ease;
}

.customer_commentsapp a {
    display: inline-block;
    padding: 15px 32px;
    text-align: center;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    z-index: 2;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: linear-gradient(135deg, rgb(217,197,208), rgb(180,166,179));
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin-top: 50px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.data_statisticsapp .statistics_advancesapp {
    display: grid;
    transform: rotate(-3deg);
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    flex: 0 0 60%;
}

.data_statisticsapp .expert_prosapp:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    z-index: 5;
    transform: scale(1.05) translateZ(0);
}

.data_statisticsapp .expert_prosapp h4 {
    color: rgb(217,197,208);
    font-size: calc(31px * 1.3);
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    line-height: 1;
}

.data_statisticsapp .benefits_blockapp::before {
    height: 100%;
    left: 0;
    top: 0;
    width: 5px;
    background: linear-gradient(to bottom, rgb(217,197,208) 0%, rgb(180,166,179) 100%);
    content: "";
    border-radius: 10px;
    position: absolute;
}

.data_statisticsapp svg path {
    fill: inherit;
}

.leadership_experienceapp {
    background: linear-gradient(135deg, rgb(241,228,232) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}

.leadership_experienceapp .review_opinionsapp {
    gap: 2rem;
    background: #ffffff;
    padding: 3rem;
    transform: perspective(1000px) rotateY(0deg);
    position: relative;
    grid-template-columns: 1fr;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
    display: grid;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

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

.leadership_experienceapp .review_opinionsapp:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}

.leadership_experienceapp .review_opinionsapp:hover div:nth-child(2) div {
    transform: translateY(-3px);
}

.leadership_experienceapp .emp_tasksapp::before {
    left: 50%;
    position: absolute;
    font-family: serif;
    line-height: 1;
    content: "";
    color: rgb(217,197,208,0.5);
    transform: translateX(-50%);
    top: -0.5rem;
    font-size: 4rem;
    text-shadow: 2px 2px 0 #ffffff;
}

.newsletter_signupapp h3 {
    background: #ffffff;
    align-self: center;
    z-index: 3;
    font-size: 32px;
    margin-bottom: 2rem;
    box-shadow: 0 -15px 25px rgba(0, 0, 0, 0.1);
    position: relative;
    color: #000000;
    transform: translateY(0) translateZ(30px);
    border-radius: 30px 30px 0 0;
    padding: 1.5rem 2rem;
    width: 80%;
    text-align: center;
    font-weight: 700;
}

.newsletter_signupapp input[type="email"]:focus {
    transform: scale(1.02);
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1), 0 0 0 2px rgb(217,197,208,0.5);
    outline: none;
}

.newsletter_signupapp .sub_seasonapp:hover::before {
    opacity: 1;
}

.course_summaryapp {
    display: flex;
    min-height: 100vh;
    align-items: center;
    padding: 4rem 2rem;
    justify-content: center;
    overflow: hidden;
    background: rgb(241,228,232);
    position: relative;
}

.course_summaryapp {
    display: block;
    padding: 3rem 1.5rem;
    min-height: auto;
}

.course_summaryapp .learn_codingapp:hover .program_pathapp {
    animation-play-state: paused;
}

.course_summaryapp .learn_pathapp {
    height: 20%;
    width: 100%;
    position: relative;
    flex-shrink: 0;
}

.course_summaryapp .learn_pathapp {
    width: 20%;
    height: 100%;
}

.course_summaryapp .learn_pathapp img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    filter: brightness(1.05) contrast(1.08);
    transition: transform 0.7s ease;
    width: 100%;
}

.course_summaryapp .knowledge_baseapp::before {
    border-radius: 10px;
    height: calc(100% - 3rem);
    top: 1.5rem;
    left: 1.5rem;
    position: absolute;
    content: "";
    border: 1px solid rgb(217,197,208,0.5);
    pointer-events: none;
    opacity: 0.3;
    width: calc(100% - 3rem);
}

.course_summaryapp .knowledge_baseapp::before {
    width: calc(100% - 1.5rem);
    height: calc(100% - 1.5rem);
    left: 0.75rem;
    top: 0.75rem;
}

.course_summaryapp .knowledge_baseapp .inquiry_requestapp:hover::before {
    transform: translateX(100%);
}

.price_deck_gridapp::before {
    position: absolute;
    left: -5%;
    z-index: 0;
    content: "";
    height: 120%;
    background: linear-gradient(135deg, 
        rgba(var(--secondary-color-rgb), 0.03) 0%,
        rgba(var(--secondary-color-rgb), 0.01) 40%, 
        rgba(var(--primary-color-rgb), 0.02) 60%, 
        rgba(var(--primary-color-rgb), 0.05) 100%);
    top: -10%;
    width: 110%;
    transform: rotate(-3deg);
}

.price_deck_gridapp .value_planapp:hover .price_choicesapp::after {
    transform: translateX(-50%) scaleX(1);
}

.price_deck_gridapp .plan_feesapp {
    position: relative;
    text-decoration: none;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    perspective: 1000px;
    background-color: #ffffff;
    transform-style: preserve-3d;
    display: block;
    z-index: 1;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.price_deck_gridapp .rate_plansapp {
    display: inline-block;
    padding: 5px 10px;
    font-size: calc(19px + 8px);
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
    color: rgb(217,197,208);
    transition: transform 0.4s ease, color 0.4s ease;
}

.price_deck_gridapp .photo_wrap_itemapp::after {
    content: "";
    top: 0;
    height: 100%;
    z-index: 1;
    position: absolute;
    background: linear-gradient(0deg, 
        rgba(var(--dark-color-rgb), 0.4) 0%, 
        rgba(var(--dark-color-rgb), 0) 40%);
    width: 100%;
    left: 0;
}



@media screen and (max-width: 576px) {.our_missionapp {
    padding: 50px 0;
}.our_missionapp h3 {
    margin-bottom: 25px;
    font-size: calc(38px * 0.8);
}.our_missionapp h3::after {
    width: 60px;
    height: 3px;
}.our_missionapp .learn_proapp,
    .our_missionapp .teach_methodapp {
    padding: 25px;
}.our_missionapp .learn_proapp {
    padding-bottom: 200px;
    margin-bottom: 40px;
}.our_missionapp .teach_methodapp {
    padding-top: 200px;
    margin-top: 70px;
}.our_missionapp .learn_proapp span {
    margin-bottom: 15px;
    font-size: calc(18px * 0.9);
}.our_missionapp .learn_proapp p,
    .our_missionapp .teach_methodapp p {
    font-size: calc(12px * 0.95);
}.our_missionapp .learn_proapp .photo_wrap_itemapp {
    width: calc(100% - 50px);
    right: 25px;
    bottom: 25px;
    height: 180px;
}.our_missionapp .teach_methodapp .creds_blockapp {
    width: calc(100% - 50px);
    top: 25px;
    height: 180px;
    left: 25px;
}.our_missionapp .learn_proapp::before,
    .our_missionapp .teach_methodapp::after {
    width: 60px;
    height: 60px;
}
}



@media (max-width: 576px) {.contact_informationapp {
    padding: 40px 0;
}.contact_informationapp .query_helpapp,
    .contact_informationapp .help_widgetapp {
    padding: 30px 20px;
}.contact_informationapp h3 {
    margin-bottom: 30px;
    font-size: calc(29px - 6px);
}.contact_informationapp .query_helpapp .inquiry_feedbackapp label {
    font-size: calc(16px - 3px);
}.contact_informationapp .help_widgetapp .message_helpapp li:not(:last-child) {
    padding-bottom: 12px;
    margin-bottom: 20px;
}}



@media (max-width: 991px) {header {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}header .top_infoapp {
    padding: 1rem 1.5rem;
    flex-wrap: wrap;
}header .nav_blockapp {
    border-radius: 10px;
    margin-bottom: 0;
    padding: 0.6rem 1rem;
}header .nav_sitewrapapp {
    margin-top: 1rem;
    flex-basis: 100%;
    justify-content: flex-end;
}header .header_topapp a {
    font-size: calc(18px - 1px);
    padding: 0.6rem 1rem;
    border-radius: 10px;
}header .top_infoapp::before,
    header .top_infoapp::after {
    display: none;
}
}



@media (max-width: 767px) {.educational_rewardsapp {
    padding: 60px 0;
}.educational_rewardsapp h4 {
    font-size: 24px;
}.educational_rewardsapp .text_detailsapp > div > ul {
    margin-bottom: 20px;
}.educational_rewardsapp .photo_wrap_itemapp {
    height: 250px;
}
}



@media (min-width: 992px) {.ty_noteapp {
    padding: 7rem 0;
}.ty_noteapp .container {
    display: flex;
    align-items: center;
    flex-direction: column;
}.ty_noteapp h2 {
    transform: translateZ(40px);
    max-width: 80%;
}.ty_noteapp .our_journeyapp {
    max-width: 75%;
    padding: 3.5rem 4rem;
    transform: translateZ(25px) rotateX(2deg);
}.ty_noteapp .our_journeyapp:hover {
    transform: translateZ(35px) rotateX(0deg);
}.ty_noteapp li {
    padding-left: 0.5rem;
}
}



@media (min-width: 992px) {.welcomeapp .our_journeyapp {
    grid-gap: 4rem;
    padding: 6rem 0;
}.welcomeapp h1 {
    font-size: calc(38px * 1.4);
}.welcomeapp .skill_quickapp {
    padding: 3.5rem;
}.welcomeapp .photo_wrap_itemapp {
    height: 600px;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    transform: perspective(1000px) rotateY(-5deg);
}.welcomeapp .photo_wrap_itemapp:hover {
    transform: perspective(1000px) rotateY(0deg);
}.welcomeapp .inquiry_requestapp {
    padding: 1.25rem 3rem;
}.welcomeapp svg {
    width: 180px;
    height: 180px;
}
}



@media (max-width: 575px) {.confidential_refugeapp {
    padding: 1.5rem 0.5rem;
}.confidential_refugeapp .container {
    padding: 1rem;
}.confidential_refugeapp h1 {
    font-size: calc(44px * 0.7);
    margin-bottom: 1.25rem;
}.confidential_refugeapp h2 {
    padding-left: 0.75rem;
    font-size: calc(32px * 0.7);
}.confidential_refugeapp h2::before {
    width: 3px;
}.confidential_refugeapp h3 {
    padding-left: 1.25rem;
    font-size: calc(32px * 0.65);
}.confidential_refugeapp h3::before {
    height: 8px;
    width: 8px;
}.confidential_refugeapp h4 {
    padding-left: 1.5rem;
    font-size: calc(32px * 0.6);
}.confidential_refugeapp p, .confidential_refugeapp li, .confidential_refugeapp span {
    font-size: calc(14px * 0.9);
    line-height: 1.5;
}.confidential_refugeapp span {
    padding-left: 0.75rem;
}}



@media (max-width: 768px) {.data_statisticsapp {
    padding: 4rem 0;
}.data_statisticsapp .statistics_advancesapp {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.data_statisticsapp .expert_prosapp {
    max-width: 100%;
    border-left: 5px solid rgb(217,197,208);
}.data_statisticsapp .expert_prosapp:nth-child(even) {
    border-radius: 0 19px 19px 0;
    border-right: none;
    transform: translateX(0);
    text-align: left;
    border-left: 5px solid rgb(180,166,179);
    background: linear-gradient(to right, rgb(180,166,179,0.5) 0%, transparent 100%);
}.data_statisticsapp .expert_prosapp:nth-child(even):hover {
    transform: scale(1.05) translateZ(0);
}.data_statisticsapp .expert_prosapp:nth-child(even) svg {
    margin-left: 0;
}.data_statisticsapp .expert_prosapp h4 {
    font-size: calc(31px * 1.1);
}.data_statisticsapp .expert_prosapp span {
    font-size: calc(16px * 0.9);
}.data_statisticsapp .benefits_blockapp {
    padding-top: 2rem;
}.data_statisticsapp .edu_winsapp {
    font-size: calc(31px * 0.9);
    margin-bottom: 1.5rem;
}.data_statisticsapp .statistics_extrasapp {
    line-height: 1.7;
    font-size: calc(16px * 0.9);
}
}



@media (max-width: 767px) {.newsletter_signupapp {
    padding: 5rem 1.5rem;
}.newsletter_signupapp h3 {
    padding: 1.2rem 1.5rem;
    font-size: 19px;
    width: 90%;
}.newsletter_signupapp .request_messageapp {
    width: 100%;
}.newsletter_signupapp .input_holder {
    padding: 3rem 1.5rem 2rem;
}.newsletter_signupapp input[type="email"] {
    padding: 1.2rem;
}.newsletter_signupapp .sub_seasonapp {
    width: 90%;
    padding: 1rem;
}}



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



@keyframes pulse-border {
    0%, 100% {
        box-shadow: 0 0 15px rgb(217,197,208,0.5);
    }
    50% {
        box-shadow: 0 0 25px rgb(180,166,179,0.5);
    }
}



@keyframes shine {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}



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



@keyframes glow {
  0%, 100% {
    opacity: 0.2;
    filter: blur(100px);
  }
  50% {
    opacity: 0.3;
    filter: blur(120px);
  }
}



@keyframes slideInTitle {
    from {
        transform: translateX(-5px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes slideInRight {
    from {
        transform: translateX(10px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes carousel-horizontal-mobile {
        0%, 16% {
            transform: translateX(0);
        }
        20%, 36% {
            transform: translateX(-20%);
        }
        40%, 56% {
            transform: translateX(-40%);
        }
        60%, 76% {
            transform: translateX(-60%);
        }
        80%, 96% {
            transform: translateX(-80%);
        }
        100% {
            transform: translateX(0);
        }
    }

