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

header,footer {
    width: 100%;
}

header {
    overflow: visible;
    position: relative;
    z-index: 100;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    background: linear-gradient(90deg, rgb(177,151,112) 0%, rgb(208,195,179) 100%);
    padding: 0;
    margin-top: 0;
}

.educational_yieldutil .training_spaceutil {
    align-items: center;
    position: relative;
    gap: 50px;
    flex-direction: column-reverse;
    display: flex;
}

.educational_yieldutil .text_embedutil::before {
    left: 0;
    width: 4px;
    background: rgb(208,195,179);
    top: 0;
    position: absolute;
    content: '';
    height: 0;
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

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

.educational_yieldutil li:nth-child(2) {
    --i: 2;
}

.educational_yieldutil li:nth-child(5) {
    --i: 5;
}

.educational_yieldutil li p span:first-child {
    margin-top: 3px;
    flex-shrink: 0;
}

.educational_yieldutil li:hover p span:last-child::after {
    width: 100%;
}

.educational_yieldutil li:hover svg {
    transform: translateY(-3px) rotate(-8deg);
}

.educational_yieldutil li:hover svg path {
    fill: rgb(177,151,112);
}

.course_summaryutil::before {
    top: 0;
    content: "";
    right: 0;
    background-size: 60px 60px;
    z-index: 0;
    position: absolute;
    opacity: 0.05;
    background-image: 
        linear-gradient(45deg, rgb(177,151,112,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(177,151,112,0.5) 25%, transparent 25%);
    bottom: 0;
    left: 0;
}

.course_summaryutil .pic_list_wraputil:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}

.course_summaryutil .text_embedutil {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 2rem;
    background: #ffffff;
    flex-direction: column;
    transform: translateX(0);
    justify-content: center;
    position: relative;
}

.course_summaryutil .text_embedutil:hover h3::after {
    width: 100px;
}

.course_summaryutil span.description {
    display: none;
}

.learning_systemutil::before {
    background-image: 
        linear-gradient(45deg, rgba(rgb(208,195,179), 0.02) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(rgb(208,195,179), 0.02) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(rgb(208,195,179), 0.02) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(rgb(208,195,179), 0.02) 75%);
    position: absolute;
    width: 100%;
    left: 0;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    content: '';
    background-size: 20px 20px;
    top: 0;
    z-index: 1;
    height: 100%;
}

.learning_systemutil .text_embedutil::after {
    width: 40%;
    content: '';
    right: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(208,195,179), 0.03) 100%);
    position: absolute;
    bottom: 0;
    height: 50%;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    z-index: 0;
}

.learning_systemutil .training_spaceutil:hover p {
    transform: scale(1.01);
}

.company_overviewutil {
    overflow: hidden;
    padding: 100px 0 80px;
    z-index: 1;
    position: relative;
}

.company_overviewutil h4 {
    opacity: 0;
    position: relative;
    letter-spacing: 3px;
    margin-bottom: 40px;
    color: #ffffff;
    animation: fadeInUp 0.8s 0.2s forwards;
    transform: translateY(20px);
    text-transform: uppercase;
    font-size: calc(22px * 1.2);
    text-align: center;
    font-family: Arial, sans-serif;
    font-weight: 700;
}

.company_overviewutil .text_embedutil h6::after {
    position: absolute;
    bottom: 0;
    width: 80px;
    background: rgb(177,151,112);
    content: "";
    height: 2px;
    left: 0;
}

.privacy_recessutil {
    position: relative;
    font-family: Arial, sans-serif;
    overflow: hidden;
    color: #000000;
    padding: 60px;
    background-color: #ffffff;
    margin-bottom: 30px;
}

.privacy_recessutil h2 {
    margin: 20px 0;
    font-size: 37px;
    z-index: 2;
    position: relative;
    font-weight: 600;
    color: rgb(177,151,112);
    border-left: 5px solid rgb(208,195,179);
    padding-left: 10px;
}

.privacy_recessutil::before,
.privacy_recessutil::after {
    border-radius: 50%;
    display: block;
    position: absolute;
    z-index: 1;
    content: "";
    background: rgb(208,195,179,0.5);
}

.privacy_recessutil::before {
    left: -100px;
    height: 200px;
    top: -100px;
    width: 200px;
}

header::before {
    left: 0;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 5px,
        transparent 5px,
        transparent 25px
    );
    position: absolute;
    top: 0;
    content: '';
    z-index: 0;
    width: 100%;
}

header .main_navbarutil:hover::after {
    animation: neonPulse 1.5s infinite alternate;
    opacity: 0.5;
}

header .head_teachutil img {
    max-height: 40px;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}

header .head_skillutil a::before {
    bottom: -2px;
    top: -2px;
    transform: scale(0.9);
    left: -2px;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.3s ease;
    background: #ffffff;
    right: -2px;
    position: absolute;
    content: '';
}

header .head_pagebarutil::before {
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    top: 0;
    content: '';
    width: 100%;
    left: 0;
    height: 1px;
}

.contact_usutil .container {
    padding: 0 1rem;
    margin: 0 auto;
    max-width: 1400px;
}

.contact_usutil .pic_list_wraputil::before {
    z-index: 1;
    content: '';
    width: 120%;
    top: 0;
    height: 100%;
    background: linear-gradient(
        135deg, 
        rgb(208,195,179,0.5) 0%, 
        rgb(177,151,112,0.5) 100%
    );
    left: 0;
    transform: skew(10deg);
    opacity: 0.7;
    position: absolute;
}

.contact_usutil .request_feedbackutil form {
    display: grid;
    gap: 1.5rem;
}

.contact_usutil .request_feedbackutil input:not([type="checkbox"]):not([type="submit"]) {
    color: #ffffff;
    padding: 1rem 1.5rem;
    width: 100%;
    position: relative;
    border-radius: 10px;
    font-size: 18px;
    background: rgb(177,151,112,0.5);
    transition: all 0.3s ease;
    border: 1px solid rgb(208,195,179,0.5);
    outline: none;
}

.contact_usutil .request_feedbackutil .support_gridutil label {
    align-items: center;
    font-size: 18px;
    display: flex;
    color: #ffffff;
}

.contact_usutil .request_feedbackutil .support_gridutil a:hover {
    text-decoration: underline;
}

.contact_usutil .request_feedbackutil .query_blockutil:hover::before {
    opacity: 1;
}

.receive_updatesutil {
    padding: 4rem;
    isolation: isolate;
    background: rgb(235,231,227);
    overflow: hidden;
    position: relative;
}

.receive_updatesutil::after {
    position: absolute;
    transform-origin: center left;
    content: "";
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
    background: rgb(177,151,112,0.5);
    z-index: -2;
    animation: clip-shift 10s ease-in-out infinite alternate-reverse;
    height: 100%;
    opacity: 0.2;
    width: 60%;
    left: 0;
    top: 0;
}

.receive_updatesutil p::after {
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    bottom: -20px;
    background: rgb(177,151,112);
    width: 30px;
    height: 30px;
    right: 40px;
    opacity: 0.3;
    animation: rotate-hexagon 20s linear infinite reverse;
    position: absolute;
    content: "";
}

.receive_updatesutil .news_sectionutil:focus {
    border-color: rgb(208,195,179);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    outline: none;
}

.receive_updatesutil .mail_subutil::before {
    z-index: -1;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    position: absolute;
    left: -100%;
    transition: all 0.5s ease;
    top: 0;
}

.data_summaryutil::after {
    content: "";
    top: 0;
    height: 100%;
    z-index: -1;
    left: 0;
    width: 100%;
    position: absolute;
    background: radial-gradient(ellipse at top left, rgb(208,195,179,0.5) 0%, transparent 70%);
}

.data_summaryutil ul {
    position: relative;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    padding: 0;
    list-style: none;
    display: grid;
    margin: 0;
    gap: 30px;
}

.data_summaryutil .pro_gainsutil::after {
    z-index: -1;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    background: linear-gradient(135deg, rgba(rgb(208,195,179,0.5), 0.1) 0%, transparent 100%);
    width: 100%;
    position: absolute;
}

.data_summaryutil .pro_gainsutil:hover p::after {
    transform: scaleX(1);
}

.data_summaryutil svg {
    bottom: 20px;
    right: 20px;
    width: 40px;
    position: absolute;
    height: 40px;
    transition: all 0.4s ease;
    fill: rgb(208,195,179);
    opacity: 0.3;
}

.data_summaryutil ul:has(.pro_gainsutil:only-child) .pro_gainsutil {
    grid-template-columns: 120px 1fr;
    padding: 40px;
}

.data_summaryutil ul:has(.pro_gainsutil:nth-child(4):last-child) .pro_gainsutil {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 30px 20px;
}

.data_summaryutil ul:has(.pro_gainsutil:nth-child(5):nth-last-child(-n+1)) .pro_gainsutil {
    text-align: center;
    padding: 30px 15px;
    grid-template-columns: 1fr;
}

.id_thankdivutil {
    perspective: 1000px;
    position: relative;
    background: linear-gradient(135deg, rgb(235,231,227) 0%, rgb(177,151,112,0.5) 100%);
    overflow: hidden;
    padding: 5rem 0;
}

.id_thankdivutil .training_spaceutil > div:first-child {
    position: relative;
    background: linear-gradient(45deg, rgb(208,195,179,0.5) 0%, rgb(208,195,179) 100%);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    padding: 2.5rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    transform: translateY(0) rotateX(0deg);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.id_thankdivutil .training_spaceutil > div:last-child:hover {
    transform: translateY(-5px);
}

.id_thankdivutil a:hover {
    transform: scale(1.01);
}

.id_thankdivutil a:focus {
    outline-offset: 4px;
    outline: 2px dashed rgb(177,151,112);
}

.title_screenutil {
    background-color: rgb(235,231,227);
    overflow: hidden;
    display: flex;
    width: 100%;
    min-height: 100vh;
    flex-direction: column;
    position: relative;
}

.title_screenutil .training_spaceutil {
    justify-content: center;
    padding: 2rem;
    z-index: 5;
    align-items: flex-start;
    display: flex;
    position: relative;
    margin: auto;
    max-width: 1200px;
    width: 100%;
    flex-direction: column;
}

.title_screenutil .text_embedutil::before {
    bottom: -5px;
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.1);
    right: -5px;
    pointer-events: none;
    z-index: -1;
    border-radius: calc(10px + 5px);
    top: -5px;
    position: absolute;
    left: -5px;
}

.title_screenutil .learn_leadutil svg {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    height: 100px;
    width: 100px;
}

.title_screenutil .learn_leadutil svg text {
    transition: fill 0.3s ease;
    font-family: Arial, sans-serif;
}

.title_screenutil h6 .query_blockutil::before {
    left: 0;
    content: "";
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    top: 0;
    transform-origin: right;
    height: 100%;
    position: absolute;
    transform: scaleX(0);
    z-index: -1;
    background: linear-gradient(45deg, rgb(177,151,112), rgba(94, 170, 168, 0.8));
}

.leadership_experienceutil .container:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.leadership_experienceutil .edu_voicesutil:hover {
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.08),
        0 8px 20px rgba(0,0,0,0.05),
        0 2px 8px rgba(0,0,0,0.03);
    transform: translateY(-5px);
}

.leadership_experienceutil .pic_list_wraputil {
    z-index: 2;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    width: 120px;
    overflow: hidden;
    border-radius: 10% 30% 50% 70%;
    height: 120px;
    box-shadow: 
        0 10px 25px rgba(0,0,0,0.1),
        0 5px 10px rgba(0,0,0,0.05);
}

.leadership_experienceutil .name::after {
    height: 2px;
    position: absolute;
    left: 0;
    transition: width 0.4s ease;
    content: "";
    background: rgb(208,195,179);
    bottom: -5px;
    width: 0;
}

.leadership_experienceutil .career_progressutil::before {
    transition: transform 0.5s ease;
    color: rgb(208,195,179);
    opacity: 0.3;
    position: absolute;
    content: "";
    left: 0.3rem;
    font-size: 2.5rem;
    top: -0.5rem;
}

.reach_out_infoutil .reach_oututil {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    gap: 2.5rem;
    grid-template-columns: 1fr;
    backdrop-filter: blur(10px);
    transform: translateZ(0);
    padding: 3rem;
    box-shadow: 0 20px 40px rgba(#000000, 0.08), 
                0 0 0 1px rgba(rgb(208,195,179), 0.05),
                0 4px 0 rgba(rgb(208,195,179), 0.3);
    display: grid;
    background: rgba(#ffffff, 0.9);
    position: relative;
}

.reach_out_infoutil .reach_oututil {
    gap: 4rem;
    grid-template-columns: 3fr 2fr;
}

.reach_out_infoutil .reach_oututil {
    transform-style: preserve-3d;
}

.reach_out_infoutil h5:hover svg {
    transform: translateY(-3px);
}

.reach_out_infoutil svg path {
    fill: rgb(208,195,179);
    transition: fill 0.3s ease, transform 0.3s ease;
}

.reach_out_infoutil .contact_supportutil svg {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transform: rotate(0);
    margin-left: auto;
}

.reach_out_infoutil .contact_supportutil:hover svg path {
    fill: rgb(177,151,112);
}

.reach_out_infoutil .contact_supportutil:hover svg path {
    animation: pulse 1s infinite alternate;
}

.proposal_ctautil::before {
    position: absolute;
    opacity: 0.1;
    content: '';
    left: 0;
    background: linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
    top: 0;
    height: 1px;
    width: 100%;
}

.proposal_ctautil .facebook_ctautil {
    text-align: center;
    margin: 0 auto;
    padding-top: 15px;
    font-size: 13px;
    position: relative;
    max-width: 80%;
    line-height: 1.6;
}

.proposal_ctautil .header_eduutil {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 60px;
    width: 100%;
    margin-bottom: 30px;
}

.proposal_ctautil .nav_expertutil:hover {
    transform: perspective(1000px) rotateY(0);
}

.proposal_ctautil .nav_expertutil h5::before {
    bottom: -1px;
    background: rgb(177,151,112);
    left: 0;
    content: '';
    position: absolute;
    height: 1px;
    width: 50px;
}

.proposal_ctautil .nav_expertutil .header_eduutil a {
    text-decoration: none;
    opacity: 0.8;
    font-size: 13px;
    white-space: normal;
    display: flex;
    color: #ffffff;
    word-break: break-word;
    transition: all 0.3s ease;
    align-items: center;
}

.level_uputil .container {
    text-align: center;
}

footer::after {
    z-index: 1;
    pointer-events: none;
    content: '';
    right: 0;
    background-image: repeating-linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
}

.cookie_warning_overlayutil p {
    font-size: 16px;
    color: #000000;
    line-height: 1.5;
}

.cookie_warning_overlayutil p a {
    text-decoration: none;
    border-bottom: 2px solid rgb(208,195,179);
    color: rgb(208,195,179);
}

::-webkit-scrollbar {
    background: rgb(177,151,112);
}

::-webkit-scrollbar-track {
    border-radius: 16%;
    margin: 1px 0;
    background: radial-gradient(circle at top right, #ffffff 92%, rgb(255, 255, 255, 0.5) 26%, rgb(177,151,112) 44%, rgb(177,151,112,0.5) 26%, rgb(208,195,179) 64%, rgb(208,195,179,0.5) 68%, rgb(235,231,227) 44%);
}

::-webkit-scrollbar-thumb {
    border: 2px dotted rgb(255, 255, 255, 0.5);
    border-radius: 9999px;
    transition: all, background, box-shadow 2.4s cubic-bezier(0.42, 0, 0.58, 1);
    background: linear-gradient(353deg, #ffffff 57%, rgb(177,151,112) 74%, rgb(177,151,112,0.5) 40%, rgb(235,231,227) 72%);
    min-height: 86px;
}

::-webkit-scrollbar-thumb:hover {
    box-shadow: 0px 5px 10px 8px rgba(0, 0, 0, 0.3);
    border-color: rgb(208,195,179,0.5);
}

::-webkit-scrollbar-corner {
    background: rgb(177,151,112,0.5);
    border-radius: 1px;
}

.course_summaryutil .description::-webkit-scrollbar {
    width: 4px;
}

.course_summaryutil .description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.03);
}

.course_summaryutil .description::-webkit-scrollbar-thumb {
    background: rgb(177,151,112,0.5);
    border-radius: 10px;
}



@media (max-width: 767px) {.learning_systemutil {
    padding: 70px 0;
}.learning_systemutil .training_spaceutil {
    transform: none;
    padding: 0 20px;
}.learning_systemutil h2 {
    margin-bottom: 30px;
    font-size: calc(29px * 0.8);
}.learning_systemutil h2::after {
    height: 3px;
    width: 60px;
}.learning_systemutil .text_embedutil {
    padding: 30px;
    box-shadow: 
            10px 10px 20px rgba(#000000, 0.05),
            -10px -10px 20px rgba(#ffffff, 0.8),
            inset 2px 2px 4px rgba(#ffffff, 0.7),
            inset -2px -2px 4px rgba(#000000, 0.05);
}.learning_systemutil .training_spaceutil:hover .text_embedutil {
    box-shadow: 
            15px 15px 30px rgba(#000000, 0.08),
            -15px -15px 30px rgba(#ffffff, 0.9),
            inset 2px 2px 4px rgba(#ffffff, 0.7),
            inset -2px -2px 4px rgba(#000000, 0.05);
    transform: translateY(-3px) translateZ(0);
}.learning_systemutil p {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}
}



@media (max-width: 991px) {header .head_pagebarutil {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .main_navbarutil {
    margin-bottom: 0;
    margin-right: 0;
}header .nav_expertutil {
    flex-basis: 100%;
    justify-content: flex-end;
    margin-top: 1rem;
}header .head_skillutil a {
    padding: 0 1rem;
    height: 36px;
    font-size: calc(15px - 1px);
}
}



@media screen and (max-width: 480px) {.contact_usutil .feedback_formutil {
    border-radius: 0;
}.contact_usutil .request_feedbackutil {
    padding: 2rem 1.5rem;
}}



@media (max-width: 768px) {.receive_updatesutil {
    padding: 3rem 1.5rem;
}.receive_updatesutil .training_spaceutil {
    gap: 2rem;
    grid-template-columns: 1fr;
}.receive_updatesutil p {
    font-size: 19px;
}.receive_updatesutil .input_holder {
    margin-top: 1rem;
}.receive_updatesutil .news_sectionutil,
    .receive_updatesutil .mail_subutil {
    padding: 1rem 1.5rem;
}}



@media screen and (max-width: 767px) {.data_summaryutil {
    padding: 70px 0;
}.data_summaryutil .container {
    padding: 25px;
}.data_summaryutil h2 {
    margin-bottom: 40px;
    font-size: calc(39px * 0.8);
}.data_summaryutil ul {
    gap: 20px;
    flex-direction: column;
    display: flex;
}.data_summaryutil .pro_gainsutil {
    grid-template-columns: 60px 1fr;
    min-height: auto;
}.data_summaryutil .pro_gainsutil p {
    font-size: 2.2rem;
}.data_summaryutil ul:has(.pro_gainsutil:only-child) .pro_gainsutil p {
    font-size: 3rem;
}.data_summaryutil ul:has(.pro_gainsutil:nth-child(4):last-child) .pro_gainsutil,
    .data_summaryutil ul:has(.pro_gainsutil:nth-child(5):nth-last-child(-n+1)) .pro_gainsutil {
    text-align: left;
    grid-template-columns: 60px 1fr;
}.data_summaryutil ul:has(.pro_gainsutil:nth-child(4):last-child) .pro_gainsutil p,
    .data_summaryutil ul:has(.pro_gainsutil:nth-child(5):nth-last-child(-n+1)) .pro_gainsutil p {
    grid-column: 1;
    margin-bottom: 0;
    grid-row: 1 / span 2;
}.data_summaryutil ul:has(.pro_gainsutil:nth-child(4):last-child) .pro_gainsutil span,
    .data_summaryutil ul:has(.pro_gainsutil:nth-child(5):nth-last-child(-n+1)) .pro_gainsutil span {
    grid-row: 1;
    grid-column: 2;
}
}



@media (min-width: 768px) {.leadership_experienceutil {
    padding: 7rem 0;
}.leadership_experienceutil .edu_voicesutil {
    column-gap: 2.5rem;
    grid-template-columns: auto 1fr;
    padding: 3rem;
    grid-template-rows: auto 1fr;
    row-gap: 1.5rem;
}.leadership_experienceutil .edu_voicesutil > div:first-child {
    grid-row: 1 / 3;
    justify-content: center;
    align-items: flex-start;
    display: flex;
}.leadership_experienceutil .edu_voicesutil > div:nth-child(2) {
    align-self: end;
}.leadership_experienceutil .pic_list_wraputil {
    width: 180px;
    height: 180px;
}.leadership_experienceutil .name {
    font-size: calc(22px * 1.3);
    margin-bottom: 0.8rem;
}.leadership_experienceutil .career_progressutil {
    padding-left: 2rem;
    line-height: 1.8;
    font-size: calc(16px * 1.05);
}
}



@media (max-width: 767px) {.reach_out_infoutil {
    padding: 4rem 0;
}.reach_out_infoutil .reach_oututil {
    padding: 2rem;
}.reach_out_infoutil h3 {
    font-size: calc(37px * 1.1);
}.reach_out_infoutil .contact_supportutil {
    padding: 0.75rem 1rem;
}
}


@media only screen and (max-width: 800px) {.cookie_updatesutil {
    display: none;
}.cookie_viewutil {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.cookie_warning_overlayutil h5, .cookie_warning_overlayutil p {
    text-align: center;
}.track_manageutil {
    margin-bottom: 15px;
}.cookie_menuutil {
    margin-top: 10px;
    margin-left: 0;
}}

@keyframes neonPulse {
    0% { opacity: 0.3; box-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff; }
    100% { opacity: 0.7; box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff; }
}



@keyframes rotate-square {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(405deg);
    }
}



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



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

@keyframes floatUp {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

