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

header,footer {
    width: 100%;
}

header {
    background: linear-gradient(to right, #ffffff, rgb(232,228,242));
    z-index: 100;
    width: 100%;
    padding: 0;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
    position: relative;
}

.iCetitle_intro .NFtphoto_frame {
    height: 100%;
    top: 0;
    width: 100%;
    opacity: 0.75;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 100% 88%, 0% 100%);
    position: absolute;
    left: 0;
}

.iCetitle_intro h1 {
    font-size: calc(38px * 1.2);
    animation: slideInTitle 0.8s ease-out forwards 0.2s;
    opacity: 0;
    transform: translateX(-20px);
    position: relative;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
    font-weight: 700;
    color: #ffffff;
    padding-left: 1rem;
}

.iCetitle_intro .hRUreading_area::before {
    top: -75px;
    border-radius: 50%;
    z-index: -1;
    position: absolute;
    height: 150px;
    background: linear-gradient(to right, rgb(204,195,225,0.5), rgb(169,158,202,0.5));
    right: -75px;
    width: 150px;
    content: "";
    filter: blur(30px);
}

.iCetitle_intro svg {
    height: 120px;
    width: 120px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    filter: drop-shadow(0 5px 15px rgba(94,170,168,0.3));
}

.iCetitle_intro svg:hover path {
    fill: rgb(114,190,188);
}

.iCetitle_intro svg:hover text {
    fill: #ffffff;
}

.iCetitle_intro h6 {
    margin-top: 2rem;
    text-align: center;
    width: 100%;
}

.iCetitle_intro .bLVrequest_form:hover {
    box-shadow: 0 10px 20px rgba(94,170,168,0.4);
    transform: translateY(-3px);
}

.iCetitle_intro .bLVrequest_form:hover::before {
    opacity: 1;
}

.iCetitle_intro .bLVrequest_form::after {
    transform: translateX(-100%);
    background: linear-gradient(120deg, transparent 0%, transparent 30%, rgba(255,255,255,0.4) 50%, transparent 70%, transparent 100%);
    width: 100%;
    left: 0;
    content: "";
    top: 0;
    position: absolute;
    transition: all 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
    height: 100%;
}

.VCNconnect_form .ralcontact_query {
    flex-direction: row;
    transition: transform 0.5s ease;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    transform: perspective(1000px) rotateX(0deg);
    display: flex;
}

.VCNconnect_form .ksPinquiry_inquiry h3 {
    position: relative;
    color: #000000;
    margin-bottom: 40px;
    font-size: 35px;
    font-weight: 700;
}

.VCNconnect_form .ksPinquiry_inquiry div {
    border-radius: 10px;
    transform: translateX(0);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    align-items: center;
    padding: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 25px;
    display: flex;
}

.VCNconnect_form .gtLrequest_widget {
    width: 60%;
    position: relative;
    padding: 60px 40px;
    background: #ffffff;
}

.VCNconnect_form form {
    gap: 20px;
    display: flex;
    flex-direction: column;
}

.VCNconnect_form form input[type="text"]:focus,
.VCNconnect_form form input[type="email"]:focus {
    transform: translateY(-2px);
    outline: none;
    box-shadow: 0 0 0 2px rgb(204,195,225);
}

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

.VCNconnect_form .lfihelp_card input[type="checkbox"]:checked + label::before {
    background: rgb(204,195,225);
}

.VCNconnect_form .lfihelp_card input[type="checkbox"]:checked + label::after {
    content: '';
    position: absolute;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    top: 3px;
    left: 7px;
    height: 12px;
    transform: rotate(45deg);
    width: 6px;
}

.VCNconnect_form form .bLVrequest_form:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgb(169,158,202);
    transform: translateY(-5px);
}

.VCNconnect_form form .bLVrequest_form:hover::before {
    transform: translateX(100%);
}

.VCNconnect_form .ksPinquiry_inquiry div:nth-child(3) {
    animation: bounce 5s infinite ease-in-out;
    animation-delay: 0.3s;
}

.iVtprogram_assets {
    background: linear-gradient(135deg, rgb(232,228,242) 30%, rgba(rgb(169,158,202,0.5), 0.15) 100%);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}

.iVtprogram_assets .container {
    display: flex;
    padding: 0 1.5rem;
    flex-direction: column;
    position: relative;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
}

.iVtprogram_assets .NFtphoto_frame:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(rgba(0, 0, 0, 0.5), 0.18), 
                0 0 0 1px rgba(rgb(204,195,225,0.5), 0.15);
}

.iVtprogram_assets .hRUreading_area {
    position: relative;
}

.iVtprogram_assets h1 {
    background: linear-gradient(90deg, #000000 0%, rgb(204,195,225) 100%);
    font-weight: 700;
    position: relative;
    -webkit-background-clip: text !important;
    color: transparent;
    font-size: calc(37px * 1.1);
    background-clip: text !important;
    color: #000000;
    line-height: 1.3;
    margin-bottom: 2rem;
}

.iVtprogram_assets li p {
    align-items: center;
    font-size: calc(13px * 1.05);
    margin: 0;
    display: flex;
    color: #000000;
    line-height: 1.6;
}

.iVtprogram_assets li:hover svg path {
    fill: rgb(169,158,202);
}

.Frncourse_program_info::before {
    position: absolute;
    transform: skew(-15deg, -15deg);
    background: linear-gradient(210deg, rgb(204,195,225), rgb(169,158,202));
    top: -100px;
    opacity: 0.05;
    content: "";
    right: -100px;
    border-radius: 50%;
    width: 300px;
    height: 300px;
    z-index: 0;
}

.Frncourse_program_info h2::after {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: linear-gradient(90deg, rgb(204,195,225), rgb(169,158,202));
    transform-origin: left;
    height: 4px;
    position: absolute;
    width: 100px;
    left: 0;
    bottom: 0;
    content: "";
}

.Frncourse_program_info .NFtphoto_frame:hover {
    transform: perspective(1000px) rotateY(-1deg) translateZ(5px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15), 0 8px 25px rgba(0, 0, 0, 0.08);
}

.Frncourse_program_info .description {
    line-height: 1.7;
    font-size: 14px;
    margin: 0;
    position: relative;
    color: #000000;
    transition: opacity 0.3s ease;
    padding-left: 1.5rem;
    opacity: 0.95;
}

.Frncourse_program_info .description:last-of-type {
    padding-top: 1rem;
}

.yoHour_mission {
    background: linear-gradient(135deg, rgb(204,195,225,0.5) 0%, rgb(232,228,242) 100%);
    padding: 120px 0 100px;
    position: relative;
    overflow: hidden;
}

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

.yoHour_mission h1 {
    font-size: 42px;
    font-weight: 700;
    transform: translateX(20px);
    margin-bottom: 60px;
    color: #000000;
    position: relative;
    display: inline-block;
}

.yoHour_mission .Ddwlearn_roots {
    position: relative;
}

.yoHour_mission .RGTstudy_track {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    z-index: 1;
    overflow: hidden;
    padding: 40px 35px;
    position: relative;
    background: #ffffff;
    border-radius: 3px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
}

.yoHour_mission .RGTstudy_track h4::after {
    height: 3px;
    position: absolute;
    transition: width 0.3s ease, background 0.3s ease;
    background: rgb(169,158,202);
    width: 40px;
    bottom: 0;
    content: "";
    left: 0;
}

#ARvcookie_alert_info {
    display: none;
}

#ARvcookie_alert_info:checked ~ .uZtwindowPrivacySettings {
    opacity: 0;
    visibility: hidden;
}

.uZtwindowPrivacySettings .container {
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    position: relative;
    max-width: 1140px;
    justify-content: space-between;
    margin: 0 auto;
    z-index: 1;
    padding: 0 15px;
    display: flex;
}

.pRMcookie_verify p {
    color: #000000;
    font-size: 1rem;
}

.cookie_button.Ypncookie_guard {
    background: rgb(204,195,225);
}

.hgOdigital_consent:hover {
    transform: translateY(-3px);
    background: #000000;
}

.uZtwindowPrivacySettings p a {
    color: rgb(204,195,225);
    text-decoration: underline;
    transition: color 0.3s ease;
}

.YvOplan_list::before {
    height: 100%;
    content: "";
    background: linear-gradient(45deg, transparent 0%, rgb(204,195,225,0.5) 30%, transparent 70%);
    z-index: 1;
    opacity: 0.1;
    position: absolute;
    pointer-events: none;
    left: 0;
    width: 100%;
    top: 0;
}

.YvOplan_list .ymwpromo_cost h2::after {
    bottom: -10px;
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, rgb(204,195,225), rgb(169,158,202));
    width: 80px;
    content: "";
    border-radius: 10px;
    transform: translateX(-50%);
    left: 50%;
}

.YvOplan_list .RlApromo_rates:nth-child(2) {
    animation-delay: 0.2s;
}

.YvOplan_list .RlApromo_rates:nth-child(4) {
    animation-delay: 0.4s;
}

.YvOplan_list .RlApromo_rates:hover {
    transform: translateZ(30px) scale(1.03);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.YvOplan_list .RlApromo_rates:hover::before {
    transform: scaleX(1);
}

.YvOplan_list .edScost_fee {
    flex-direction: column;
    display: flex;
    height: 100%;
}

.YvOplan_list .vMQprice_options h3 {
    transition: color 0.3s ease;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 1rem;
    color: #000000;
    position: relative;
}

.YvOplan_list .RlApromo_rates:hover .hrvstudy_pricing {
    transform: translateY(-3px);
}

.YvOplan_list .RlApromo_rates:hover .hrvstudy_pricing::after {
    width: 80px;
}

.YvOplan_list .NFtphoto_frame::after {
    content: "";
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 50%);
    opacity: 0.7;
    bottom: 0;
    transition: opacity 0.5s ease;
    position: absolute;
    top: 0;
}

header .container {
    width: 100%;
    z-index: 2;
    margin: 0;
    max-width: 100%;
    padding: 0;
    position: relative;
}

header .Ujkheader_nav {
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 0.9rem 3%;
    margin-left: 5px;
}

header .xRNmain_learn:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.6);
}

header .wLeheader_master {
    background: rgba(255, 255, 255, 0.3);
    padding: 0.4rem 0.6rem;
    display: flex;
    border-radius: 10px;
    position: relative;
    align-items: center;
    gap: 0.4rem;
}

header .ZbOnav_know::before {
    z-index: -1;
    width: 100%;
    transition: opacity 0.3s ease;
    background: linear-gradient(45deg, rgb(204,195,225,0.5), rgb(169,158,202,0.5));
    left: 0;
    height: 100%;
    top: 0;
    content: '';
    opacity: 0;
    position: absolute;
}

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

footer .noymsg_support {
    position: relative;
    margin: -70px auto 60px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
}

footer .info_item:nth-child(even) {
    transform: translateY(30px);
}

footer .info_item::before {
    background-color: rgb(204,195,225);
    width: 6px;
    position: absolute;
    content: "";
    left: 0;
    transition: height 0.3s ease, top 0.3s ease;
    height: 50%;
    top: 25%;
}

footer .info_item a:hover {
    color: rgb(204,195,225);
}

footer .text_main_holder {
    gap: 30px;
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
}

footer .wLeheader_master {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

footer .FJKdonate_books {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}

footer .jhxmain_page {
    border-radius: 24px;
    padding: 20px;
    height: 100%;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.05);
}

footer .jhxmain_page a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    position: relative;
    padding: 8px 0;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 16px;
}

footer .subscribe_holder p {
    margin-bottom: 25px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
}

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

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

footer .lhmjoin_label {
    padding: 15px;
    border-radius: 10px;
    background-color: rgb(204,195,225);
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 17px;
    border: none;
    cursor: pointer;
    color: #ffffff;
}

.LUNprivacy_enclosure h1 {
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(204,195,225);
    letter-spacing: 2px;
    font-weight: 700;
    color: rgb(204,195,225);
    font-family: Arial, sans-serif;
    margin-top: 40px;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 39px;
}



.LUNprivacy_enclosure h1, .LUNprivacy_enclosure h2 {
    animation: fadeInUp 0.6s ease-in-out;
}

.LUNprivacy_enclosure p, .LUNprivacy_enclosure span, .LUNprivacy_enclosure div {
    font-size: 14px;
    transition: all 0.3s ease;
    margin-bottom: 10px;
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.UBhinstructor_history {
    background: rgb(232,228,242);
    isolation: isolate;
    position: relative;
    overflow: hidden;
    padding: 5rem 2rem;
}



.UBhinstructor_history .aUNuser_testimonials {
    margin: 0 auto;
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 0;
    position: relative;
    max-width: 1100px;
}

.UBhinstructor_history .NFtphoto_frame::after {
    height: 100%;
    content: "";
    top: 0;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    left: 0;
    position: absolute;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 50%
    );
    width: 100%;
}

.UBhinstructor_history .name {
    font-weight: 700;
    color: rgb(204,195,225);
    font-size: 30px;
    display: inline-block;
    position: relative;
    margin-bottom: 0.7rem;
}

.UBhinstructor_history .aUNuser_testimonials:hover .name::before {
    transform: rotate(45deg) scale(1);
}

.UBhinstructor_history .tNEemp_progress > div:nth-child(2) {
    opacity: 0;
    color: rgb(169,158,202);
    font-weight: 600;
    font-size: 16px;
    transform: translateX(-20px);
    opacity: 0.9;
    transition: all 0.5s ease 0.3s;
    margin-bottom: 2rem;
}

.UBhinstructor_history .tNVemp_overview::before {
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    background: linear-gradient(to right, rgb(204,195,225), transparent);
    height: 3px;
    width: 60px;
}

.DHTtyField::before {
    background: linear-gradient(145deg, rgb(204,195,225,0.5) 0%, rgb(169,158,202,0.5) 100%);
    filter: blur(30px);
    transform: rotate(-15deg);
    height: 70%;
    width: 60%;
    opacity: 0.3;
    z-index: 0;
    animation: float 15s ease-in-out infinite alternate;
    content: "";
    position: absolute;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    top: -30%;
    right: -10%;
}

.DHTtyField .VHXexpert_program:hover {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.08),
                -15px -15px 40px rgba(255, 255, 255, 0.9),
                inset 2px 2px 5px rgba(255, 255, 255, 0.4),
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.DHTtyField .VHXexpert_program:hover > div:first-child::after {
    width: 120px;
}

.DHTtyField h5 {
    color: #000000;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    line-height: 1.4;
}

.DHTtyField p {
    transition: color 0.3s ease;
    margin: 0;
    font-size: 12px;
    line-height: 1.8;
    color: #000000;
}

.DHTtyField a::before {
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgb(204,195,225,0.5) 0%, rgb(169,158,202) 100%);
    bottom: 0;
    height: 2px;
    transform-origin: right;
    transform: scaleX(0);
    left: 0;
    content: "";
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}


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



@media (max-width: 768px) {.iCetitle_intro .NFtphoto_frame {
    clip-path: polygon(0 0, 100% 0, 100% 92%, 0% 100%);
}.iCetitle_intro .VHXexpert_program {
    padding: 1.5rem;
    width: 95%;
}.iCetitle_intro h1 {
    padding-left: 0.75rem;
    font-size: 38px;
}.iCetitle_intro h1::before {
    width: 3px;
}.iCetitle_intro .hRUreading_area {
    padding: 1.5rem;
}.iCetitle_intro p {
    font-size: 12px;
}.iCetitle_intro svg {
    width: 80px;
    height: 80px;
}.iCetitle_intro .bLVrequest_form {
    padding: 0.8rem 2rem;
}
}



@media screen and (max-width: 576px) {.VCNconnect_form {
    padding: 60px 0;
}.VCNconnect_form .container {
    width: 90%;
}.VCNconnect_form .ksPinquiry_inquiry,
    .VCNconnect_form .gtLrequest_widget {
    padding: 30px 20px;
}.VCNconnect_form .ksPinquiry_inquiry h3 {
    font-size: calc(35px * 0.8);
}.VCNconnect_form form input[type="text"],
    .VCNconnect_form form input[type="email"] {
    padding: 15px;
}.VCNconnect_form form .bLVrequest_form {
    width: 100%;
    padding: 15px;
}}



@media (max-width: 767px) {.iVtprogram_assets {
    padding: 4rem 0;
}.iVtprogram_assets .VHXexpert_program {
    padding: 1.5rem;
}.iVtprogram_assets h1 {
    margin-bottom: 1.5rem;
    font-size: calc(37px * 0.9);
}.iVtprogram_assets li {
    padding-left: 2rem;
}.iVtprogram_assets li p {
    font-size: 13px;
}.iVtprogram_assets svg {
    transform: scale(0.8);
}
}



@media (min-width: 768px) {.Frncourse_program_info {
    padding: 8rem 0;
}.Frncourse_program_info h2 {
    font-size: calc(32px * 1.1);
    max-width: 70%;
}.Frncourse_program_info .pixknowledge_map {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}.Frncourse_program_info .NFtphoto_frame {
    height: 500px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.Frncourse_program_info h2::after {
    width: 120px;
}
}



@media (max-width: 767px) {.Frncourse_program_info {
    padding: 4rem 0;
}.Frncourse_program_info h2 {
    padding-bottom: 1rem;
    font-size: calc(32px * 0.9);
    margin-bottom: 2rem;
}.Frncourse_program_info .description {
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}.Frncourse_program_info .NFtphoto_frame {
    height: 300px;
}}


@media only screen and (max-width: 768px) {.uZtwindowPrivacySettings .container {
    align-items: center;
    flex-direction: column;
}.AmLtrack_toggle {
    margin-right: 0;
    margin-bottom: 1rem;
}.pRMcookie_verify {
    margin-bottom: 1rem;
    text-align: center;
}.cookie_button.tDLmanage_tracking {
    margin-left: 0;
    margin-top: 0.5rem;
}}



@media (min-width: 992px) {.YvOplan_list .TElfee_package {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (min-width: 1200px) {.YvOplan_list {
    padding: 8rem 2rem;
}.YvOplan_list .ymwpromo_cost {
    flex: 0 0 25%;
}.YvOplan_list .TElfee_package {
    flex: 0 0 75%;
}.YvOplan_list .vMQprice_options {
    padding: 2.5rem;
}
}



@media (max-width: 991px) {header .Ujkheader_nav {
    padding: 0.8rem 2.5%;
}header .xRNmain_learn svg {
    width: 130px;
}header .wLeheader_master {
    gap: 0.3rem;
    padding: 0.35rem 0.5rem;
}header .ZbOnav_know {
    padding: 0.35rem 0.6rem;
    font-size: calc(15px - 1px);
}
}



@media (max-width: 480px) {header::after {
    width: 2px;
}header .Ujkheader_nav {
    margin-left: 2px;
    padding: 0.7rem 1.5%;
}header .xRNmain_learn svg {
    width: 110px;
}header .wLeheader_master {
    padding: 0.3rem;
}header .ZbOnav_know {
    padding: 0.3rem 0.4rem;
    font-size: calc(15px - 2px);
}}



@media (max-width: 767px) {footer .NeCfooter_clients {
    padding: 70px 0 30px;
}footer .noymsg_support {
    margin-bottom: 40px;
    margin-top: 0;
}footer .info_item {
    padding: 15px 20px;
    height: auto;
}footer .info_item:nth-child(even) {
    transform: none;
}footer .LBAnav_site, footer .subscribe_holder {
    padding: 25px 20px;
}footer .wLeheader_master h5, footer .subscribe_holder h5 {
    margin-bottom: 15px;
}footer .uivdata_viz {
    margin-top: 40px;
}
}



@media (max-width: 767px) {.DHTtyField {
    padding: 2.5rem 0;
}.DHTtyField .VHXexpert_program {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2rem;
}.DHTtyField h5 {
    padding-left: 20px;
    font-size: calc(20px - 4px);
}.DHTtyField h5::before {
    width: 22px;
    font-size: 12px;
    height: 22px;
    left: -15px;
}.DHTtyField p {
    font-size: calc(12px - 1px);
}
}



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



@keyframes lineGrow {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}



@keyframes borderGlow {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 400% 0;
    }
}



@keyframes expandLine {
    0% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: 80px;
        opacity: 1;
    }
}

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



@keyframes float {
    0% {
        transform: rotate(-15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-10deg) translate(-10px, 10px);
    }
    100% {
        transform: rotate(-18deg) translate(5px, -5px);
    }
}

