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

.core-container {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    height: 100%;
}

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

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

.client_feedback .smart_track {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 1;
}

.client_feedback h4::after {
    position: absolute;
    height: 4px;
    content: "";
    border-radius: 10px;
    background: rgb(185,186,182);
    width: 100px;
    bottom: -15px;
    transform: translateX(-50%);
    left: 50%;
}

.client_feedback .review_quotes .thumb {
    border-radius: 50%;
    margin: 0 auto 1.5rem;
    width: 80px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 4px solid #ffffff;
    height: 80px;
}

.privacy_safeguard {
    color: #000000;
    font-family: Arial, sans-serif;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(rgb(185,186,182,0.5), 0.03), rgba(rgb(144,146,143,0.5), 0.07));
    padding: 5rem 0;
    position: relative;
}

.privacy_safeguard h1 {
    color: rgb(185,186,182);
    position: relative;
    padding-bottom: 1rem;
    font-size: 45px;
    border-bottom: 2px solid rgba(rgb(185,186,182,0.5), 0.2);
    transform: translateZ(5px);
    font-weight: 700;
    margin-bottom: 2rem;
    animation: fadeSlideIn 0.8s ease-out forwards;
}

.privacy_safeguard h3 {
    font-size: calc(29px * 0.85);
    font-weight: 600;
    color: rgb(144,146,143);
    animation-delay: 0.3s;
    position: relative;
    margin: 2rem 0 1.2rem;
    padding-left: 0.8rem;
    transform: translateZ(2px);
    opacity: 0;
    animation: fadeSlideIn 0.8s ease-out forwards;
}

.privacy_safeguard p {
    animation: fadeSlideIn 0.8s ease-out forwards;
    transform: translateZ(0);
    margin-bottom: 1.5rem;
    font-size: 12px;
    line-height: 1.7;
    opacity: 0;
    color: #000000;
    position: relative;
    animation-delay: 0.5s;
}

.privacy_safeguard span {
    color: #000000;
    transition: all 0.3s ease;
    margin-bottom: 1.5rem;
    animation: fadeSlideIn 0.8s ease-out forwards;
    background: linear-gradient(to right, rgba(rgb(144,146,143,0.5), 0.05), rgba(rgb(185,186,182,0.5), 0.05));
    border-left: 2px solid rgb(144,146,143);
    opacity: 0;
    display: block;
    font-size: 12px;
    line-height: 1.7;
    padding: 1rem;
    animation-delay: 0.7s;
    transform: translateZ(0);
}

.price_row .deal_grid {
    gap: 30px;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    width: 100%;
    list-style: none;
}

.price_row .payment_pricing:hover {
    transform: translateY(-10px) rotateY(2deg);
}

.price_row .payment_pricing:hover .class_deals::before {
    transform: scaleX(1);
}

.price_row .rate_card {
    flex-direction: column;
    height: 100%;
    display: flex;
    box-sizing: border-box;
}

.price_row .payment_pricing h4::after {
    background-color: rgb(185,186,182);
    width: 40px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    bottom: -10px;
}

.price_row .payment_pricing:hover .fee_plan {
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    transform: translateZ(15px) scale(1.05);
}

header .head_lead {
    position: relative;
    padding: 0.5rem;
    overflow: visible;
    margin-right: 2rem;
    flex: 0 0 auto;
}

header .head_lead::after {
    border: 2px solid #ffffff;
    transform: skew(-5deg);
    box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff;
    transition: all 0.3s ease;
    position: absolute;
    right: -5px;
    content: '';
    opacity: 0;
    z-index: -1;
    left: -5px;
    bottom: -5px;
    top: -5px;
}

header .nav_tutor a:hover {
    transform: translateY(-3px);
    color: rgb(185,186,182);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    text-shadow: none;
    border-color: #ffffff;
}

header .nav_tutor:hover::after {
    opacity: 0.5;
    bottom: -5px;
}

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

.course_fit_for::after {
    filter: blur(1px);
    opacity: 0.1;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    background-size: 40px 40px;
    position: absolute;
    z-index: 0;
    background: 
        linear-gradient(90deg, transparent 47%, rgb(185,186,182,0.5) 47%, rgb(185,186,182,0.5) 53%, transparent 53%),
        linear-gradient(0deg, transparent 47%, rgb(144,146,143,0.5) 47%, rgb(144,146,143,0.5) 53%, transparent 53%);
}

.course_fit_for ul li {
    background: #ffffff;
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    transition: all 0.4s ease;
    padding: 25px 25px 25px 70px;
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.05),
        -10px -10px 20px rgba(255, 255, 255, 0.5);
    font-size: 18px;
    border-bottom: 3px solid rgb(144,146,143);
    border-right: 1px solid rgb(144,146,143,0.5);
    border-left: 3px solid rgb(185,186,182);
    border-top: 1px solid rgb(144,146,143,0.5);
}

.course_fit_for ul li:nth-child(even) {
    animation: lightsOn 5s infinite alternate-reverse;
}

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

.course_features .career_ready:hover .job_skills {
    animation-play-state: paused;
}

.course_features .grow_skills img {
    width: 100%;
    object-fit: cover;
    filter: brightness(0.7);
    height: 100%;
}

.course_features .learn_work::before,
.course_features .learn_work::after {
    z-index: -1;
    opacity: 0.3;
    position: absolute;
    content: "";
    border-radius: 50%;
    background: rgb(185,186,182);
}

.course_features .learn_work::before {
    width: 300px;
    height: 300px;
    top: -150px;
    right: -150px;
}

.course_features .learn_work .support_form:hover::before {
    transform: translateX(0);
}

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

.who_we_are .snippet_wrap > div:first-child {
    margin-bottom: 0.5rem;
    position: relative;
}

.who_we_are .snippet_wrap > div:first-child::after {
    height: 1px;
    animation: lineGrow 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    background: linear-gradient(
        90deg,
        rgb(185,186,182) 0%,
        rgb(144,146,143) 50%,
        transparent 100%
    );
    position: absolute;
    width: calc(100% + 4rem);
    left: -3rem;
    transform-origin: left;
    content: "";
    bottom: -0.5rem;
}

.who_we_are ol {
    counter-reset: about-counter;
    margin: 2rem 0 0;
    padding: 0;
    list-style: none;
    position: relative;
}

.who_we_are ol li {
    text-align: justify;
    padding: 1.5rem 2rem;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 0 10px 10px 0;
    border-left: 3px solid rgb(185,186,182);
    margin-bottom: 1.5rem;
    line-height: 1.8;
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.03) 0%,
        rgba(255, 255, 255, 0.01) 100%
    );
    counter-increment: about-counter;
    font-size: 18px;
    position: relative;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    color: #ffffff;
}

.cookie_review svg, .cookie_review svg path {
    height: 60px;
    fill: rgb(185,186,182);
    transition: transform 0.3s ease;
    width: 60px;
}

.policy_ack:hover {
    background: rgb(144,146,143);
    box-shadow: 0 0 20px rgb(144,146,143,0.5);
}

#cookieMessageWindow {
    display: none;
}


.contact_us {
    padding: 100px 0;
    overflow: hidden;
    background: rgb(224,220,202);
    position: relative;
}

.contact_us .thumb::after {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    left: 0;
    width: 100%;
    content: '';
    border-radius: 0 26px 26px 0;
    top: 0;
    height: 100%;
    position: absolute;
}

.contact_us .contact_message::before {
    top: 0;
    height: 5px;
    content: '';
    background: linear-gradient(to right, rgb(185,186,182), rgb(144,146,143));
    left: 0;
    width: 100%;
    position: absolute;
}

.contact_us form h3 {
    margin-bottom: 30px;
    padding: 0;
    border-radius: 0;
    text-align: left;
    padding-bottom: 10px;
    width: 100%;
    color: #000000;
    background: transparent;
    display: block;
    box-shadow: none;
    border-bottom: 2px solid rgb(144,146,143,0.5);
    font-size: 22px;
}

.contact_us .support_section input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact_us .support_section input[type="checkbox"]:checked + label::before {
    background: rgb(185,186,182);
}

.contact_us .support_section a {
    transition: all 0.3s ease;
    color: rgb(185,186,182);
    font-weight: 600;
    text-decoration: none;
}

.contact_us .support_form {
    font-family: Arial, sans-serif;
    cursor: pointer;
    border: none;
    background: linear-gradient(to right, rgb(185,186,182), rgb(185,186,182));
    color: #ffffff;
    font-size: 17px;
    padding: 14px 30px;
    font-weight: 600;
    background-size: 200% auto;
    border-radius: 10px;
    transition: all 0.5s ease;
}

.contact_us .query_section span {
    color: #ffffff;
    font-family: Arial, sans-serif;
    line-height: 1.5;
    font-size: 14px;
}

.course_instructor::before {
    background: conic-gradient(from 225deg at 50% 50%, transparent 0deg, rgb(185,186,182,0.5) 120deg, transparent 180deg, rgb(144,146,143,0.5) 260deg, transparent 360deg);
    animation: rotate 20s linear infinite;
    width: 200%;
    position: absolute;
    opacity: 0.2;
    left: -10%;
    height: 200%;
    content: "";
    top: -50%;
    z-index: 0;
}

.course_instructor .name + span {
    padding-left: 1rem;
    text-transform: uppercase;
    color: #000000;
    align-self: end;
    font-size: 15px;
    font-weight: 600;
    grid-area: name;
    transform: translateZ(5px);
    opacity: 0.8;
    margin-top: 2rem;
    letter-spacing: 1px;
}

.try_immediately {
    background: linear-gradient(135deg, rgb(144,146,143) 0%, rgb(185,186,182) 100%);
    padding: 4rem 2rem;
    perspective: 1000px;
    position: relative;
    transform-style: preserve-3d;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.try_immediately div:nth-child(2) {
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
}

.try_immediately span {
    position: relative;
    display: inline-block;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.try_immediately .support_form::after {
    height: 200%;
    left: -50%;
    position: absolute;
    background: linear-gradient(45deg, transparent 0%, rgba(255, 255, 255, 0.8) 50%, transparent 100%);
    width: 200%;
    content: "";
    transform: rotate(45deg);
    top: -50%;
    z-index: 2;
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
}

.try_immediately .support_form:active {
    transform: translateY(2px) translateZ(10px);
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.2);
    transition: all 0.1s ease;
}

footer .ask_feedback {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    gap: 20px;
    transform: translateY(0);
    background: rgba(255, 255, 255, 0.05);
    padding: 25px;
    flex-wrap: wrap;
    backdrop-filter: blur(8px);
    border-radius: 25px;
    display: flex;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

footer .head_lead svg {
    margin-bottom: 10px;
    transition: filter 0.3s ease;
    filter: drop-shadow(0 0 5px rgb(185,186,182,0.5));
    height: 50px;
    width: auto;
}

footer .head_edu::before {
    right: -2px;
    z-index: -1;
    bottom: -2px;
    opacity: 0;
    position: absolute;
    content: "";
    top: -2px;
    left: -2px;
    border-radius: calc(25px + 2px);
    background: linear-gradient(45deg, rgb(185,186,182), transparent, rgb(144,146,143), transparent);
    transition: opacity 0.5s ease;
}

footer .site_study a:hover::before {
    background-color: rgb(185,186,182);
    opacity: 1;
    box-shadow: 0 0 5px rgb(185,186,182), 0 0 10px rgb(185,186,182,0.5);
    transform: translateY(-50%) scale(1);
}



footer .subscribe_holder h5 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
    font-size: 20px;
}

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

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

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

.statistical_overview {
    position: relative;
    background-color: rgb(224,220,202);
    overflow: hidden;
    padding: 120px 0 90px;
    z-index: 1;
}

.statistical_overview h2 {
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 700;
    text-align: center;
    margin: 0 0 70px;
    letter-spacing: 0.5px;
    color: #000000;
    font-size: 30px;
}

.statistical_overview h2::after {
    bottom: -19px;
    background: rgb(185,186,182);
    transform: translateX(-50%);
    height: 12px;
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgb(224,220,202), 0 0 0 6px rgb(185,186,182,0.5);
    width: 12px;
    content: "";
    left: 50%;
}

.statistical_overview .career_statistics p {
    font-size: calc(40px * 1.1);
    transition: transform 0.3s ease;
    font-weight: 700;
    color: rgb(185,186,182);
    text-align: center;
    margin: 0;
}

.statistical_overview .career_statistics:hover span {
    transform: translateY(-5px);
}

.statistical_overview svg {
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: 0.6;
    height: 20px;
    width: 20px;
    transition: transform 0.3s ease;
    fill: rgb(144,146,143);
}

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

.gratSpot h2::after {
    transform-origin: left;
    height: 3px;
    left: 0;
    transition: transform 0.5s ease;
    bottom: -15px;
    width: 60px;
    transform: scaleX(1);
    background: rgb(185,186,182);
    position: absolute;
    content: "";
}

.gratSpot li {
    position: relative;
    padding-left: 25px;
}

.gratSpot li:hover::before {
    transform: rotate(225deg);
}

.stay_connected {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(144,146,143,0.5), rgb(185,186,182));
    padding: 4rem 2rem;
    position: relative;
}

.stay_connected .smart_track {
    justify-content: center;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    background: linear-gradient(145deg, rgba(255,255,255,0.1), rgba(255,255,255,0.03));
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    align-items: center;
    gap: 2rem;
    padding: 3rem 2rem;
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(10px);
}

.stay_connected input[type="email"] {
    font-family: Arial, sans-serif;
    backdrop-filter: blur(5px);
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.2);
    padding: 1rem 1.5rem;
    outline: none;
    transition: all 0.3s ease;
    font-size: 13px;
    background: rgba(255,255,255,0.1);
    width: 100%;
}

.stay_connected .sub_transition:hover::before {
    left: 100%;
}

.stay_connected .sub_transition:active {
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    transform: translateY(0) translateZ(0);
}

.title_greeting::after {
    opacity: 0.05;
    animation: patternMove 120s linear infinite;
    height: 200%;
    width: 200%;
    background: repeating-linear-gradient(
        45deg,
        rgb(185,186,182,0.5) 0,
        rgb(185,186,182,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    content: "";
    position: absolute;
    top: -50%;
    pointer-events: none;
    left: -50%;
}

.title_greeting .main_title {
    position: relative;
    transform: perspective(1000px) rotateY(-2deg);
    background: rgba(255, 255, 255, 0.85);
    border-radius: 10px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    padding: 3rem;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
    overflow: hidden;
}


    
    .title_greeting .main_title {
    transform: perspective(1000px) rotateY(0);
    padding: 2rem;
}

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

.title_greeting .support_form {
    overflow: hidden;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(185,186,182), rgb(144,146,143));
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    box-shadow: 0 8px 25px rgba(94, 170, 168, 0.3);
    font-size: 19px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    z-index: 1;
    position: relative;
    padding: 1rem 2.5rem;
}

.title_greeting .support_form {
    display: block;
    width: 100%;
}



@media (max-width: 992px) {.client_feedback .success_voices {
    grid-template-columns: repeat(2, 1fr);
}.client_feedback h4 {
    font-size: calc(31px * 0.9);
}
}



@media (max-width: 767px) {.privacy_safeguard {
    padding: 3rem 0;
}.privacy_safeguard h1 {
    font-size: calc(45px * 0.8);
}.privacy_safeguard h2 {
    font-size: calc(29px * 0.8);
    padding-left: 0.8rem;
}.privacy_safeguard h3 {
    padding-left: 0.6rem;
    font-size: calc(29px * 0.7);
}.privacy_safeguard h4 {
    font-size: calc(29px * 0.6);
    padding-left: 0.5rem;
}.privacy_safeguard p, .privacy_safeguard li, .privacy_safeguard span {
    font-size: calc(12px * 0.95);
}.privacy_safeguard ul {
    padding-left: 0.8rem;
}.privacy_safeguard li {
    padding-left: 1.2rem;
}
}



@media (max-width: 991px) {header .page_nav {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .head_lead {
    margin-right: 0;
    margin-bottom: 0;
}header .head_edu {
    margin-top: 1rem;
    justify-content: flex-end;
    flex-basis: 100%;
}header .nav_tutor a {
    padding: 0 1rem;
    height: 36px;
    font-size: calc(14px - 1px);
}
}



@media (max-width: 480px) {.course_fit_for {
    padding: 50px 0;
}.course_fit_for .smart_track {
    padding: 0 15px;
}.course_fit_for h3 {
    font-size: calc(31px * 0.7);
    margin-bottom: 35px;
}.course_fit_for ul li {
    padding: 18px 15px 18px 60px;
}.course_fit_for ul li svg {
    width: 30px;
    left: 15px;
    height: 30px;
}}



@media (max-width: 576px) {.course_features {
    padding-top: 45vh;
}.course_features .career_ready {
    height: 45vh;
}.course_features .container {
    padding-bottom: 40px;
}.course_features .learn_work {
    padding: 25px 20px;
}.course_features .learn_work h3 {
    font-size: calc(22px * 1.1);
    margin-bottom: 15px;
}.course_features .learn_work p {
    margin-bottom: 25px;
}.course_features .learn_work .support_form {
    padding: 12px 0;
}}


@media only screen and (max-width: 800px) {.cookie_review {
    display: none;
}.data_control {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookie_customize {
    margin-bottom: 20px;
    text-align: center;
}.cookie_notice_message h5, .cookie_notice_message p {
    text-align: center;
}.policy_ack {
    margin-top: 10px;
    width: 100%;
    text-align: center;
    margin-left: 0;
}}



@media (max-width: 992px) {.course_instructor .review_quotes {
    grid-template-areas:
      "thumb"
      "name"
      "career_overview";
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    transform: none;
}.course_instructor .thumb {
    margin: 0 auto;
    max-width: 200px;
}.course_instructor .name,
  .course_instructor .name + span {
    padding-left: 0;
    text-align: center;
}.course_instructor .name + span {
    margin-top: 0.5rem;
}
}



@media (hover: none) {.try_immediately .support_form:hover {
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.15),
                    0 5px 15px -5px rgba(0, 0, 0, 0.1);
    transform: none;
}.try_immediately .support_form:hover::after {
    animation: none;
}.try_immediately .support_form:hover span {
    transform: none;
}}



@media (max-width: 1200px) {.statistical_overview {
    padding: 100px 0 70px;
}.statistical_overview .career_statistics {
    min-width: 220px;
    padding: 35px 25px;
}.statistical_overview .career_statistics p {
    font-size: 30px;
}
}



@media (max-width: 768px) {.statistical_overview {
    padding: 60px 0 50px;
}.statistical_overview h2 {
    margin-bottom: 50px;
    font-size: calc(30px * 0.9);
}.statistical_overview .career_statistics {
    padding: 30px 20px;
    max-width: 100%;
}
}



@media (max-width: 480px) {.gratSpot {
    padding: 40px 0;
}.gratSpot h2 {
    font-size: calc(31px * 0.7);
    margin-bottom: 25px;
}.gratSpot .smart_track {
    border-left-width: 3px;
    padding: 20px 15px;
}.gratSpot li {
    padding-left: 20px;
}.gratSpot li::before {
    top: 8px;
    width: 6px;
    height: 6px;
}.gratSpot span {
    line-height: 1.6;
    font-size: calc(17px * 0.9);
}}



@media (max-width: 576px) {.title_greeting .smart_track {
    padding: 3rem 1rem;
}.title_greeting h1 {
    font-size: 2rem;
}.title_greeting .main_title {
    padding: 1.5rem;
}.title_greeting .main_title p {
    font-size: 1rem;
}.title_greeting .thumb {
    height: 200px;
}.title_greeting .support_form {
    padding: 0.8rem 1.5rem;
}.title_greeting svg {
    width: 80px;
    height: 80px;
}
}



@keyframes lightsOn {
    0% {
        box-shadow: 
            10px 10px 20px rgba(0, 0, 0, 0.05),
            -10px -10px 20px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 
            10px 10px 20px rgba(0, 0, 0, 0.05),
            -10px -10px 20px rgba(255, 255, 255, 0.5),
            0 0 15px rgb(185,186,182,0.5);
    }
}

@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes pulseBackground {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}



@keyframes lightSweep {
    0% {
        opacity: 0;
        transform: translateX(-100%) skewX(-15deg);
    }
    20% {
        opacity: 0.3;
    }
    60% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        transform: translateX(100%) skewX(-15deg);
    }
}

@keyframes scaleWidth {
        from {
            transform: translateX(-50%) scaleX(0);
        }
        to {
            transform: translateX(-50%) scaleX(1);
        }
    }

