* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1271px;
}a {
    color: inherit;
    text-decoration: none;
}.stylesite_top {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}.stylewrapper-viewport {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}html,body {
    color: #000000;
    height: 100%;
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
    min-height: 100%;
}.styledigital_res {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.styletyWrapper {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(224,220,202) 0%, rgb(185,186,182,0.5) 100%);
}.styletyWrapper::before {
    background: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.03),
    rgba(255, 255, 255, 0.03) 10px,
    transparent 10px,
    transparent 20px
  );
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    content: "";
    bottom: 0;
    left: 0;
}.styletyWrapper::after {
    top: 0;
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 75% 25%, rgb(185,186,182,0.5) 0%, transparent 50%);
    left: 0;
    content: "";
    pointer-events: none;
}.styletyWrapper .container {
    z-index: 10;
    max-width: 1200px;
    position: relative;
    padding: 0 2rem;
    margin: 0 auto;
    transform: perspective(1000px) rotateX(1deg);
}.styletyWrapper h2 {
    font-weight: 700;
    margin-bottom: 2.5rem;
    position: relative;
    max-width: 90%;
    animation: slideInTitle 0.8s ease-out forwards;
    font-size: 35px;
    transform-origin: left center;
    color: rgb(185,186,182);
    font-family: Arial, sans-serif;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    line-height: 1.3;
}.styletyWrapper h2::after {
    animation: expandLine 0.5s 0.8s forwards ease-out;
    content: "";
    transform-origin: left;
    bottom: -12px;
    transform: scaleX(0);
    position: absolute;
    background: linear-gradient(90deg, rgb(185,186,182) 0%, rgb(144,146,143) 100%);
    width: 100px;
    height: 4px;
    left: 0;
}.styletyWrapper .styleproof_stats {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    border-left: 4px solid rgb(144,146,143);
    transform: translateY(0);
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
    position: relative;
    animation: fadeInUp 0.6s 0.4s both;
    transition: transform 0.4s ease-out;
    padding: 2.5rem;
}.styletyWrapper .styleproof_stats::before {
    height: 5px;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(144,146,143) 0%, rgb(185,186,182) 100%);
    left: 0;
    width: 100%;
    content: "";
}.styletyWrapper .styleproof_stats:hover {
    transform: translateY(-5px);
}.styletyWrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.styletyWrapper li {
    position: relative;
    padding-left: 1.5rem;
}.styletyWrapper li::before {
    position: absolute;
    animation: popIn 0.4s 0.9s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    height: 8px;
    content: "";
    border-radius: 50%;
    width: 8px;
    background: rgb(144,146,143);
    transform: scale(0);
    top: 0.7rem;
    left: 0;
}.styletyWrapper span {
    position: relative;
    line-height: 1.8;
    font-size: 18px;
    font-family: Arial, sans-serif;
    animation: fadeText 0.8s 0.6s both;
    display: block;
    color: #000000;
}

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

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

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

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

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

@media (max-width: 991px) {.styletyWrapper {
    padding: 5rem 0;
}.styletyWrapper h2 {
    font-size: calc(35px * 0.9);
    max-width: 100%;
}.styletyWrapper .styleproof_stats {
    padding: 2rem;
}
}

@media (max-width: 767px) {.styletyWrapper {
    padding: 4rem 0;
}.styletyWrapper h2 {
    margin-bottom: 2rem;
    font-size: calc(35px * 0.8);
}.styletyWrapper h2::after {
    height: 3px;
    width: 80px;
}.styletyWrapper .styleproof_stats {
    padding: 1.75rem;
}.styletyWrapper span {
    font-size: calc(18px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.styletyWrapper {
    padding: 3rem 0;
}.styletyWrapper .container {
    padding: 0 1.5rem;
    transform: perspective(1000px) rotateX(0deg);
}.styletyWrapper h2 {
    font-size: calc(35px * 0.7);
    margin-bottom: 1.75rem;
}.styletyWrapper .styleproof_stats {
    padding: 1.5rem;
}.styletyWrapper li {
    padding-left: 1.25rem;
}.styletyWrapper li::before {
    height: 6px;
    width: 6px;
    top: 0.65rem;
}.styletyWrapper span {
    font-size: calc(18px * 0.9);
    line-height: 1.6;
}}.stylepricing_row {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(224,220,202) 0%, rgba(245, 247, 252, 1) 100%);
    padding: 100px 0;
    position: relative;
}.stylepricing_row::before {
    position: absolute;
    content: "";
    pointer-events: none;
    height: 100%;
    left: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.02) 0px,
    rgba(0, 0, 0, 0.02) 1px,
    transparent 1px,
    transparent 11px
  );
    top: 0;
    width: 100%;
}.stylepricing_row .container {
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.stylepricing_row .styletrial_pricing {
    flex-direction: column-reverse;
    display: flex;
}.stylepricing_row .stylelearn_offers {
    transition: transform 0.5s ease-out;
    margin-bottom: 50px;
    text-align: center;
}.stylepricing_row .stylelearn_offers h2 {
    margin-bottom: 15px;
    font-size: 29px;
    color: #000000;
    position: relative;
    font-weight: 700;
    display: inline-block;
}.stylepricing_row .stylelearn_offers h2::after {
    background: rgb(185,186,182);
    transform: translateX(-50%);
    height: 3px;
    width: 80px;
    bottom: -10px;
    position: absolute;
    content: "";
    left: 50%;
}.stylepricing_row .stylepricing_offers {
    font-size: 17px;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    margin: 0 auto;
    max-width: 700px;
    color: #000000;
    line-height: 1.6;
}.stylepricing_row .stylestudy_rates {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
}.stylepricing_row .stylerate_list {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    text-decoration: none;
    position: relative;
    display: block;
    color: #000000;
    border-radius: 8px;
}.stylepricing_row .stylerate_list:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}.stylepricing_row .stylecost_rates {
    background-color: #ffffff;
    flex-direction: column;
    min-height: 450px;
    overflow: hidden;
    position: relative;
    display: flex;
}.stylepricing_row .stylepricing_deals {
    display: flex;
    overflow-wrap: break-word;
    flex: 1;
    padding: 30px;
    z-index: 2;
    word-break: break-word;
    flex-direction: column;
    white-space: normal;
    position: relative;
}.stylepricing_row .stylepricing_deals h3 {
    transition: transform 0.3s ease;
    font-size: calc(23px + 2px);
    position: relative;
    margin-bottom: 8px;
    font-weight: 600;
    color: #000000;
    transform: translateX(0);
}.stylepricing_row .stylerate_list:hover .stylepricing_deals h3 {
    transform: translateX(5px);
}.stylepricing_row .stylefee_structure {
    position: relative;
    color: rgb(185,186,182);
    font-size: calc(23px + 4px);
    display: inline-block;
    font-weight: 700;
    margin: 15px 0;
}.stylepricing_row .stylefee_structure::before {
    content: "";
    transform: translateX(-10px);
    background: rgb(185,186,182);
    opacity: 0;
    transition: all 0.3s ease;
    left: -20px;
    width: 10px;
    position: absolute;
    height: 2px;
    top: 50%;
}.stylepricing_row .stylerate_list:hover .stylefee_structure::before {
    opacity: 1;
    transform: translateX(0);
}.stylepricing_row .stylepricing_deals p {
    margin-top: 15px;
    word-break: break-word;
    overflow-wrap: break-word;
    line-height: 1.6;
    font-size: 17px;
    flex: 1;
    white-space: normal;
    color: #000000;
}.stylepricing_row .stylephoto_frame {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: transform 0.6s ease;
    height: 200px;
}.stylepricing_row .stylephoto_frame::after {
    width: 100%;
    left: 0;
    content: "";
    top: 0;
    z-index: 1;
    height: 100%;
    position: absolute;
    background: linear-gradient(0deg, rgba(rgb(185,186,182,0.5), 0.2) 0%, rgba(0, 0, 0, 0) 100%);
}.stylepricing_row .stylerate_list:hover .stylephoto_frame {
    transform: scale(1.05);
}.stylepricing_row .stylerate_list:nth-child(odd) .stylecost_rates {
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 247, 252, 1) 100%);
}.stylepricing_row .stylerate_list:nth-child(even) .stylecost_rates {
    background: linear-gradient(135deg, rgba(245, 247, 252, 1) 0%, #ffffff 100%);
}.stylepricing_row .stylerate_list:nth-child(1) {
    animation: fadeInUp 0.6s 0.1s both;
}.stylepricing_row .stylerate_list:nth-child(2) {
    animation: fadeInUp 0.6s 0.2s both;
}.stylepricing_row .stylerate_list:nth-child(3) {
    animation: fadeInUp 0.6s 0.3s both;
}.stylepricing_row .stylerate_list:nth-child(4) {
    animation: fadeInUp 0.6s 0.4s both;
}

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

@media (min-width: 768px) {.stylepricing_row .stylestudy_rates {
    grid-template-columns: repeat(2, 1fr);
}.stylepricing_row .stylelearn_offers {
    margin-bottom: 60px;
}.stylepricing_row .stylepricing_deals h3 {
    font-size: 23px;
}.stylepricing_row .stylefee_structure {
    font-size: calc(23px + 2px);
}.stylepricing_row .stylepricing_deals p {
    font-size: calc(17px - 1px);
}
}

@media (min-width: 992px) {.stylepricing_row .styletrial_pricing {
    gap: 50px;
    align-items: center;
    flex-direction: row;
}.stylepricing_row .stylelearn_offers {
    text-align: left;
    flex: 0 0 30%;
    margin-bottom: 0;
}.stylepricing_row .stylelearn_offers h2::after {
    left: 0;
    transform: none;
}.stylepricing_row .stylestudy_rates {
    flex: 0 0 70%;
    grid-template-columns: repeat(2, 1fr);
}.stylepricing_row .stylepricing_deals {
    padding: 35px;
}
}

@media (min-width: 1200px) {.stylepricing_row .stylestudy_rates {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.stylepricing_row .stylecost_rates {
    min-height: 500px;
}.stylepricing_row .stylephoto_frame {
    height: 220px;
}.stylepricing_row .stylepricing_deals h3 {
    font-size: calc(23px + 2px);
}.stylepricing_row .stylefee_structure {
    font-size: calc(23px + 6px);
}}footer {
    width: 100%;
    position: relative;
}.styledigital_res {
    background-color: #ffffff;
    padding: 80px 0 30px;
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
}.styledigital_res::before {
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    height: 1px;
    bottom: 0;
    background-image: repeating-linear-gradient(
        to right,
        rgb(185,186,182),
        rgb(185,186,182) 10px,
        transparent 10px,
        transparent 20px
    );
}footer .stylewhatsapp_grp {
    position: relative;
    z-index: 1;
}footer .styleask_support {
    display: flex;
    overflow: hidden;
    position: relative;
    justify-content: space-between;
    margin-bottom: 70px;
    flex-wrap: wrap;
    height: 100px;
}footer .info_item {
    padding: 0 25px;
    flex: 1;
    overflow: hidden;
    min-width: 250px;
    height: 100px;
    transition: all 0.5s ease;
    align-items: center;
    cursor: pointer;
    display: flex;
    background-color: rgb(144,146,143);
    position: relative;
    margin-right: 1px;
}footer .info_item:last-child {
    margin-right: 0;
}footer .info_item:hover {
    flex: 1.5;
    background-color: rgb(185,186,182);
}footer .info_item::after {
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    right: 0;
    background-color: rgba(255, 255, 255, 0.1);
    content: "";
}footer .info_item:last-child::after {
    display: none;
}footer .info_item svg {
    fill: #ffffff;
    height: 24px;
    position: relative;
    flex-shrink: 0;
    z-index: 2;
    margin-right: 15px;
    width: 24px;
}footer .info_item p,
footer .info_item a {
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
    z-index: 2;
    overflow: hidden;
    color: #ffffff;
    max-width: 100%;
    position: relative;
    font-size: 18px;
}footer .info_item::before {
    content: "";
    transition: opacity 0.5s ease;
    left: 0;
    height: 100%;
    opacity: 0;
    width: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
}footer .info_item:hover::before {
    opacity: 1;
}footer .text_main_holder {
    margin: 0 -20px;
    gap: 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    flex-wrap: nowrap;
    scroll-snap-type: x mandatory;
    display: flex;
    -ms-overflow-style: none;
    padding: 0 20px;
    overflow-x: auto;
}footer .text_main_holder::-webkit-scrollbar {
    display: none;
}footer .styletop_class, footer .stylefirst_pagebar, footer .subscribe_holder {
    min-width: 280px;
    padding: 30px;
    height: 450px;
    scroll-snap-align: start;
    margin-right: 30px;
    max-width: 500px;
    border-radius: 24px;
    transition: all 0.4s ease;
    position: relative;
    flex: 0 0 100%;
}footer .styletop_class {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    display: flex;
    background-color: rgb(224,220,202);
    align-items: center;
}footer .styletop_class svg {
    height: 50px;
    margin-bottom: 30px;
    width: auto;
}footer .stylecarbon_cta {
    max-width: 300px;
    line-height: 1.6;
    color: #000000;
    font-size: 14px;
}footer .stylefirst_pagebar {
    background-color: rgb(144,146,143);
    flex-direction: column;
    color: #ffffff;
    justify-content: center;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(144,146,143,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(185,186,182,0.5) 0%, transparent 40%);
    position: relative;
    display: flex;
    overflow: hidden;
}footer .stylefirst_pagebar::after {
    background-size: 30px 30px;
    left: 0;
    pointer-events: none;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.3;
    content: "";
    background-image: 
        linear-gradient(45deg, transparent 92%, rgba(255, 255, 255, 0.05) 93%, transparent 94%),
        linear-gradient(135deg, transparent 92%, rgba(255, 255, 255, 0.05) 93%, transparent 94%);
    position: absolute;
}footer .stylefirst_pagebar h5 {
    color: #ffffff;
    font-size: 19px;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 1px;
    position: relative;
    font-weight: 700;
    margin-bottom: 30px;
}footer .stylefirst_pagebar h5::after {
    content: "";
    bottom: -10px;
    height: 2px;
    background-color: rgb(185,186,182);
    width: 30px;
    position: absolute;
    left: 0;
}footer .stylenav_learning {
    max-height: 280px;
    overflow: hidden;
    margin-bottom: 20px;
    height: auto;
    position: relative;
}footer .stylenav_learning a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    padding: 10px 0;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}footer .stylenav_learning a:hover {
    color: #ffffff;
    padding-left: 10px;
    border-bottom-color: rgb(185,186,182);
}footer .subscribe_holder {
    flex-direction: column;
    display: flex;
    justify-content: center;
    color: #ffffff;
    background-color: rgb(185,186,182);
}footer .subscribe_holder h5 {
    font-weight: 700;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    margin-bottom: 20px;
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
}footer .input_holder {
    flex-direction: column;
    gap: 15px;
    display: flex;
}footer .input_holder input[type="email"] {
    font-size: 18px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border: none;
    transition: all 0.3s ease;
    padding: 15px;
}footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.2);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .styleenroll_instantly {
    border-radius: 10px;
    cursor: pointer;
    padding: 15px;
    text-align: center;
    font-weight: 600;
    font-size: 19px;
    color: #ffffff;
    background-color: rgb(144,146,143);
    border: none;
    transition: all 0.3s ease;
}footer .styleenroll_instantly:hover {
    background-color: rgb(144,146,143,0.5);
}footer .styleverify_cta {
    margin-top: 40px;
    padding-top: 20px;
    position: relative;
}footer .styleverify_cta::before {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.5), transparent);
    top: 0;
    right: 20%;
    left: 20%;
    content: "";
    height: 1px;
}footer .stylecalc_foot {
    color: #000000;
    font-size: 14px;
    text-align: center;
}

@media (min-width: 992px) {footer .text_main_holder {
    padding: 0;
    flex-wrap: wrap;
    overflow-x: visible;
    gap: 30px;
    margin: 0;
    scroll-snap-type: none;
}footer .styletop_class, footer .stylefirst_pagebar, footer .subscribe_holder {
    height: 500px;
    margin-right: 0;
    flex: 1;
    min-width: 0;
}
}

@media (max-width: 991px) {footer .info_item {
    min-width: 200px;
}footer .styletop_class::before,
    footer .stylefirst_pagebar::before,
    footer .subscribe_holder::before {
    font-size: 3rem;
}
}

@media (max-width: 767px) {footer .styledigital_res {
    padding: 60px 0 30px;
}footer .styleask_support {
    flex-direction: column;
    margin-bottom: 40px;
    height: auto;
}footer .info_item {
    margin-right: 0;
    margin-bottom: 1px;
    width: 100%;
}footer .info_item:hover {
    padding-left: 35px;
    flex: 1;
}footer .styletop_class, footer .stylefirst_pagebar, footer .subscribe_holder {
    padding: 25px 20px;
    height: auto;
    min-height: 350px;
}
}

@media (max-width: 576px) {footer .styledigital_res {
    padding: 50px 0 20px;
}footer .styletop_class::before,
    footer .stylefirst_pagebar::before,
    footer .subscribe_holder::before {
    font-size: 2rem;
    left: 15px;
    top: 15px;
}footer .stylenav_learning {
    max-height: 220px;
    height: auto;
}footer .styletop_class, footer .stylefirst_pagebar, footer .subscribe_holder {
    min-height: 300px;
    padding: 20px 15px;
}footer .stylefirst_pagebar h5, footer .subscribe_holder h5 {
    font-size: calc(19px - 2px);
    margin-bottom: 15px;
}footer .subscribe_holder p {
    margin-bottom: 20px;
}footer .input_holder input[type="email"],
    footer .styleenroll_instantly {
    padding: 12px;
}}.styleteaching_experience {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(224,220,202) 0%, rgb(185,186,182,0.5) 70%, rgb(144,146,143,0.5) 100%);
    position: relative;
    padding: 6rem 0;
}.styleteaching_experience::before {
    opacity: 0.3;
    position: absolute;
    z-index: 0;
    left: 0;
    background-size: 120px 120px;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(185,186,182,0.5) 2px, transparent 2px),
        radial-gradient(circle at 40% 70%, rgb(185,186,182,0.5) 2px, transparent 2px),
        radial-gradient(circle at 70% 10%, rgb(185,186,182,0.5) 2px, transparent 2px),
        radial-gradient(circle at 90% 50%, rgb(185,186,182,0.5) 2px, transparent 2px);
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
}.styleteaching_experience::after {
    transform: rotate(-15deg);
    z-index: 0;
    border-radius: 50%;
    width: 90%;
    height: 90%;
    top: -50%;
    right: -50%;
    opacity: 0.2;
    position: absolute;
    content: "";
    background: radial-gradient(ellipse at center, rgb(144,146,143,0.5) 0%, transparent 70%);
}.styleteaching_experience .container {
    margin: 0 auto;
    z-index: 1;
    padding: 0 1.5rem;
    position: relative;
    max-width: 1200px;
}.styleteaching_experience .styleuser_quotes {
    border-left: 4px solid rgb(185,186,182);
    transform: perspective(1200px) rotateX(2deg);
    gap: 2rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    box-shadow: 0 15px 35px rgba(0,0,0,0.1), 
                0 3px 10px rgba(0,0,0,0.05),
                0 1px 0 rgba(255,255,255,0.8) inset;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
    display: grid;
    backdrop-filter: blur(10px);
    grid-template-columns: 1fr;
    padding: 2.5rem;
}.styleteaching_experience .styleuser_quotes:hover {
    box-shadow: 0 18px 40px rgba(0,0,0,0.15), 
                0 5px 12px rgba(0,0,0,0.08),
                0 1px 0 rgba(255,255,255,0.8) inset;
    transform: perspective(1200px) rotateX(0);
}.styleteaching_experience .styleuser_quotes > div:first-child {
    display: flex;
    justify-content: center;
}.styleteaching_experience .stylephoto_frame {
    transition: all 0.4s ease-out;
    z-index: 2;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1),
                0 0 0 8px rgba(255,255,255,0.8),
                0 0 0 12px rgb(185,186,182,0.5);
    position: relative;
    height: 150px;
    border-radius: 50%;
    width: 150px;
}.styleteaching_experience .styleuser_quotes:hover .stylephoto_frame {
    box-shadow: 0 8px 20px rgba(0,0,0,0.15),
                0 0 0 8px rgba(255,255,255,0.9),
                0 0 0 12px rgb(185,186,182);
    transform: translateY(-5px) scale(1.05);
}.styleteaching_experience .styleuser_quotes > div:nth-child(2) {
    position: relative;
    text-align: center;
}.styleteaching_experience .name {
    padding-bottom: 0.5rem;
    position: relative;
    font-weight: 700;
    display: inline-block;
    transform: translateZ(0);
    color: #000000;
    margin-bottom: 0.5rem;
    font-size: 23px;
}.styleteaching_experience .name::after {
    bottom: 0;
    transition: width 0.3s ease;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(185,186,182), transparent);
    transform: translateX(-50%);
    left: 50%;
    width: 40%;
    height: 2px;
    position: absolute;
}.styleteaching_experience .styleuser_quotes:hover .name::after {
    width: 70%;
}.styleteaching_experience .styleuser_quotes > div:nth-child(2) > div {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    background: linear-gradient(to right, rgba(rgb(185,186,182,0.5), 0.1), rgba(rgb(185,186,182,0.5), 0), rgba(rgb(185,186,182,0.5), 0.1));
    font-style: italic;
    color: rgb(144,146,143);
    font-size: calc(14px - 0.1rem);
    font-weight: 600;
    position: relative;
}.styleteaching_experience .stylework_background {
    font-size: 14px;
    padding: 1.5rem;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    background-color: rgba(255,255,255,0.5);
    position: relative;
    color: #000000;
    box-shadow: 0 3px 8px rgba(0,0,0,0.05);
    border-radius: 10px;
}.styleteaching_experience .stylework_background::before,
.styleteaching_experience .stylework_background::after {
    font-family: serif;
    content: "";
    position: absolute;
    line-height: 1;
    color: rgb(185,186,182,0.5);
    font-size: 3.5rem;
}.styleteaching_experience .stylework_background::before {
    left: 0;
    top: -0.5rem;
}.styleteaching_experience .stylework_background::after {
    right: 0;
    content: "";
    bottom: -1.5rem;
}

@media (min-width: 768px) {.styleteaching_experience .styleuser_quotes {
    grid-template-rows: auto 1fr;
    gap: 1.5rem 2.5rem;
    grid-template-columns: 180px 1fr;
}.styleteaching_experience .styleuser_quotes > div:first-child {
    align-self: center;
    grid-row: 1 / 3;
}.styleteaching_experience .styleuser_quotes > div:nth-child(2) {
    align-self: end;
    text-align: left;
}.styleteaching_experience .name::after {
    left: 0;
    transform: none;
}.styleteaching_experience .styleuser_quotes > div:nth-child(2) > div {
    padding-left: 0;
    background: linear-gradient(to right, rgba(rgb(185,186,182,0.5), 0.1), rgba(rgb(185,186,182,0.5), 0));
}.styleteaching_experience .styleuser_quotes > div:nth-child(3) {
    grid-column: 2;
}
}

@media (min-width: 992px) {.styleteaching_experience {
    padding: 8rem 0;
}.styleteaching_experience .styleuser_quotes {
    transform: perspective(1500px) rotateX(2deg) rotateY(-1deg);
    margin: 0 auto;
    max-width: 90%;
}.styleteaching_experience .styleuser_quotes:hover {
    transform: perspective(1500px) rotateX(0) rotateY(0);
}.styleteaching_experience .stylephoto_frame {
    height: 180px;
    width: 180px;
}.styleteaching_experience .stylework_background {
    font-size: calc(14px + 0.1rem);
    padding: 2rem;
    line-height: 1.8;
}
}

@media (min-width: 1200px) {.styleteaching_experience .styleuser_quotes {
    grid-template-columns: 220px 1fr;
    max-width: 80%;
    gap: 2rem 3rem;
}.styleteaching_experience .stylephoto_frame {
    height: 200px;
    width: 200px;
}.styleteaching_experience .name {
    font-size: calc(23px + 0.2rem);
}.styleteaching_experience .styleuser_quotes > div:nth-child(2) > div {
    font-size: 14px;
}
}

@media (max-width: 767px) {.styleteaching_experience {
    padding: 4rem 0;
}.styleteaching_experience .styleuser_quotes {
    padding: 2rem 1.5rem;
}.styleteaching_experience .stylework_background {
    padding: 1rem 0.5rem;
}.styleteaching_experience .stylework_background::before,
    .styleteaching_experience .stylework_background::after {
    font-size: 2.5rem;
}}.stylecontact {
    overflow: hidden;
    padding: 6rem 0;
    background: rgb(224,220,202);
    position: relative;
}.stylecontact::before {
    top: 0;
    z-index: 0;
    content: "";
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 20%, rgb(185,186,182,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(144,146,143,0.5) 0%, transparent 40%);
}.stylecontact .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 1.5rem;
    z-index: 1;
}.stylecontact .styleedu_ask {
    display: flex;
    position: relative;
    flex-wrap: wrap;
}.stylecontact .stylemsg_form {
    z-index: 1;
    position: relative;
}.stylecontact .stylemsg_form:nth-child(1) {
    background: linear-gradient(225deg, rgb(185,186,182) 0%, #000000 100%);
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    flex-direction: column;
    display: flex;
    width: 35%;
    justify-content: center;
    padding: 3rem;
    border-radius: 21px 0 0 21px;
}.stylecontact .stylemsg_form:nth-child(2) {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    z-index: 0;
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
    overflow: hidden;
    position: relative;
    width: 30%;
}.stylecontact .stylemsg_form:nth-child(3) {
    width: 35%;
    border-radius: 0 21px 21px 0;
    flex-direction: column;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    justify-content: center;
    padding: 3rem;
    background: linear-gradient(225deg, rgb(144,146,143,0.5) 0%, #000000 100%);
    display: flex;
}.stylecontact .stylemsg_form h2 {
    letter-spacing: 1px;
    position: relative;
    font-size: 35px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 2rem;
    text-transform: uppercase;
    padding-left: 1rem;
}.stylecontact .stylemsg_form h2::before {
    height: 100%;
    position: absolute;
    background: rgb(144,146,143);
    top: 0;
    border-radius: 2px;
    width: 4px;
    content: "";
    left: 0;
}.stylecontact .stylewrite_page {
    font-size: calc(16px * 1.2);
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 1rem;
    letter-spacing: 0.5px;
}.stylecontact .styleconnect_experts {
    color: #ffffff;
    line-height: 1.7;
    opacity: 0.9;
    margin-bottom: 2rem;
}.stylecontact .stylemsg_form p {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    color: #ffffff;
    gap: 1rem;
}.stylecontact .stylemsg_form p span {
    font-weight: 600;
}.stylecontact .stylemessage_page {
    margin-top: 2rem;
    position: relative;
}.stylecontact .stylemessage_page::before {
    height: 1px;
    background: linear-gradient(90deg, rgb(144,146,143), transparent);
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
}.stylecontact .stylemessage_page h3 {
    font-size: 19px;
    color: #ffffff;
    margin: 1rem 0;
    font-weight: 600;
}.stylecontact .stylemessage_us {
    display: flex;
    gap: 0.5rem;
    flex-direction: column;
}.stylecontact .stylemessage_us span {
    align-items: center;
    transition: all 0.3s ease;
    padding-left: 1.5rem;
    display: flex;
    position: relative;
    color: #ffffff;
    padding: 0.5rem 0;
    font-size: calc(16px * 0.9);
}.stylecontact .stylemessage_us span::before {
    content: "";
    left: 0;
    border-radius: 50%;
    height: 8px;
    background: rgb(144,146,143);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    width: 8px;
}.stylecontact .stylemessage_us span:hover {
    transform: translateX(5px);
}.stylecontact .stylemsg_form .stylephoto_frame {
    transition: all 0.5s ease;
    filter: saturate(0.8) contrast(1.1);
    min-height: 400px;
    height: 100%;
    position: relative;
}.stylecontact .stylemsg_form .stylephoto_frame:hover {
    filter: saturate(1) contrast(1);
}.stylecontact .stylemsg_form .stylephoto_frame::before {
    left: 0;
    height: 100%;
    top: 0;
    content: '';
    width: 100%;
    z-index: 1;
    position: absolute;
    background: linear-gradient(135deg, rgb(185,186,182,0.5) 0%, transparent 50%);
}.stylecontact .styleask_support {
    justify-content: space-between;
    gap: 2rem;
    flex-direction: column;
    display: flex;
}.stylecontact .styleask_support a {
    transition: all 0.3s ease;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    gap: 1.5rem;
    display: flex;
    padding: 1.25rem;
    border-right: 3px solid rgb(144,146,143);
    align-items: center;
    overflow: hidden;
    position: relative;
}.stylecontact .styleask_support a::before {
    content: '';
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
    z-index: -1;
    width: 0;
    background: rgb(144,146,143,0.5);
    top: 0;
    height: 100%;
}.stylecontact .styleask_support a:hover::before {
    width: 100%;
}.stylecontact .styleask_support a:hover {
    transform: translateX(-5px);
}.stylecontact .styleask_support a span {
    display: flex;
    color: #ffffff;
    font-size: calc(16px * 0.9);
    align-items: center;
    flex: 0 0 auto;
    gap: 0.5rem;
    opacity: 0.7;
}.stylecontact .styleask_support a p {
    text-align: right;
    flex: 1;
    margin: 0;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
}.stylecontact svg {
    fill: none;
    height: 20px;
    width: 20px;
}.stylecontact svg path {
    fill: rgb(144,146,143);
    transition: fill 0.3s ease;
}.stylecontact .styleask_support a:hover svg path {
    fill: #ffffff;
}

@media (max-width: 1200px) {.stylecontact .stylemsg_form:nth-child(1) {
    width: 40%;
}.stylecontact .stylemsg_form:nth-child(2) {
    width: 25%;
}.stylecontact .stylemsg_form:nth-child(3) {
    width: 35%;
}
}

@media (max-width: 992px) {.stylecontact .styleedu_ask {
    flex-direction: column;
}.stylecontact .stylemsg_form:nth-child(1),
    .stylecontact .stylemsg_form:nth-child(2),
    .stylecontact .stylemsg_form:nth-child(3) {
    width: 100%;
    border-radius: 21px;
    clip-path: none;
    margin-bottom: 1.5rem;
}.stylecontact .stylemsg_form .stylephoto_frame {
    min-height: 300px;
}.stylecontact .styleask_support {
    flex-direction: row;
    gap: 1rem;
    flex-wrap: wrap;
}.stylecontact .styleask_support a {
    flex: 1 1 calc(50% - 0.5rem);
    min-width: 250px;
}
}

@media (max-width: 768px) {.stylecontact {
    padding: 4rem 0;
}.stylecontact .stylemsg_form:nth-child(1),
    .stylecontact .stylemsg_form:nth-child(3) {
    padding: 2rem;
}.stylecontact .styleask_support {
    flex-direction: column;
}.stylecontact .styleask_support a {
    width: 100%;
}.stylecontact .stylemsg_form .stylephoto_frame {
    min-height: 250px;
}.stylecontact .stylemsg_form h2 {
    margin-bottom: 1.5rem;
    font-size: calc(35px * 0.9);
}
}

@media (max-width: 480px) {.stylecontact {
    padding: 3rem 0;
}.stylecontact .stylemsg_form:nth-child(1),
    .stylecontact .stylemsg_form:nth-child(3) {
    padding: 1.5rem;
}.stylecontact .stylemsg_form .stylephoto_frame {
    min-height: 200px;
}.stylecontact .stylemessage_page {
    margin-top: 1.5rem;
}.stylecontact .stylemessage_page h3 {
    font-size: calc(19px * 0.9);
}.stylecontact .styleask_support a {
    padding: 1rem;
}}.stylecookieAlertPromptPanel {
    font-family: Arial, sans-serif;
    z-index: 1050;
    border-radius: 19px;
    bottom: 20px;
    background: #ffffff;
    overflow: hidden;
    max-width: 500px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    left: 50%;
    position: fixed;
    transform: translateX(-50%);
    width: 90%;
}.styletrack_alert {
    align-items: center;
    padding: 20px;
    flex-direction: column;
    display: flex;
}.styleedu_cookies {
    margin-bottom: 20px;
}.styleedu_cookies svg, .styleedu_cookies svg path, .styleedu_cookies img {
    height: 60px;
    width: 60px;
    fill: rgb(185,186,182);
}.stylecookieAlertPromptPanel h5 {
    font-weight: 700;
    font-size: 23px;
    color: rgb(185,186,182);
    text-align: center;
    margin-bottom: 10px;
}.stylecookieAlertPromptPanel p {
    font-size: 13px;
    margin-bottom: 20px;
    text-align: center;
    color: #000000;
}.stylecookie_apply {
    font-size: 15px;
    border-radius: 10px;
    margin: 5px;
    transition: background 0.3s ease-in-out;
    background: rgb(185,186,182);
    color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    text-decoration: none;
    padding: 10px 20px;
    text-align: center;
    width: calc(50% - 10px);
    display: inline-block;
}.stylecookie_apply:hover {
    background: rgb(144,146,143);
}.cookie_button.stylemanage_cookies {
    background: rgb(144,146,143);
}.cookie_button.stylemanage_cookies:hover {
    background: rgb(144,146,143,0.5);
}.stylecookieAlertPromptPanel p a {
    text-decoration: none;
    color: rgb(185,186,182);
    transition: color 0.3s ease-in-out;
}.stylecookieAlertPromptPanel p a:hover {
    color: rgb(144,146,143);
}#stylecookiePolicyWindow {
    display: none;
}#stylecookiePolicyWindow:checked ~ .stylecookieAlertPromptPanel {
    visibility: hidden;
    opacity: 0;
}.styleconnect_form {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(224,220,202) 0%, rgba(0, 0, 0, 0.03) 100%);
    position: relative;
    padding: 80px 0;
}.styleconnect_form::before {
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(185,186,182), 0.05) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgba(rgb(144,146,143), 0.05) 0%, transparent 30%);
    content: "";
    bottom: 0;
    left: 0;
    top: 0;
    z-index: 0;
    right: 0;
    position: absolute;
}.styleconnect_form::after {
    content: "";
    width: 100%;
    opacity: 0.6;
    background-size: 20px 20px;
    animation: gridMove 20s linear infinite;
    z-index: 1;
    left: 0;
    top: 0;
    background-image: 
        linear-gradient(90deg, rgba(rgb(185,186,182), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(185,186,182), 0.03) 1px, transparent 1px);
    position: absolute;
    height: 100%;
}@keyframes gridMove {
    0% { background-position: 0 0; }
    100% { background-position: 20px 20px; }
}

.styleconnect_form .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 20px;
}.styleconnect_form h2 {
    left: 50%;
    color: #000000;
    font-weight: 700;
    display: inline-block;
    transform: translateX(-50%);
    text-align: center;
    font-size: 35px;
    margin-bottom: 50px;
    position: relative;
}.styleconnect_form h2::after {
    background: linear-gradient(90deg, transparent, rgb(185,186,182), transparent);
    width: 70%;
    position: absolute;
    height: 3px;
    left: 15%;
    content: "";
    bottom: -15px;
}.styleconnect_form .stylemessage_inquiry {
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(rgb(185,186,182), 0.05);
    transform: translateY(0);
    display: flex;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    position: relative;
    border-radius: 13px;
}.styleconnect_form .stylemessage_inquiry:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 10px 20px rgba(rgb(185,186,182), 0.1);
}.styleconnect_form .stylemessage_inquiry::before {
    width: 5px;
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgb(185,186,182), rgb(144,146,143));
    left: 0;
}.styleconnect_form .stylephoto_frame {
    width: 45%;
    position: relative;
    overflow: hidden;
}.styleconnect_form .stylephoto_frame::after {
    width: 100%;
    top: 0;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, 
                rgba(rgb(185,186,182), 0.3) 0%, 
                rgba(rgb(144,146,143), 0.3) 100%);
    mix-blend-mode: overlay;
    height: 100%;
    left: 0;
}.styleconnect_form .stylephoto_frame::before {
    top: -100px;
    left: -100px;
    transform: rotate(45deg);
    background: rgba(255, 255, 255, 0.2);
    content: "";
    animation: shine 6s infinite;
    z-index: 2;
    height: 150px;
    width: 150%;
    position: absolute;
}@keyframes shine {
    0% { top: -100px; left: -100px; }
    100% { top: 100%; left: 100%; }
}

.styleconnect_form .styleconnect_support {
    position: relative;
    padding: 50px 40px;
    width: 55%;
}.styleconnect_form .styleconnect_support::before {
    right: -50px;
    height: 200px;
    top: -50px;
    background: radial-gradient(circle, rgba(rgb(185,186,182), 0.05) 0%, transparent 70%);
    z-index: 0;
    position: absolute;
    border-radius: 50%;
    width: 200px;
    content: "";
}.styleconnect_form form {
    z-index: 2;
    position: relative;
}.styleconnect_form form h3 {
    font-weight: 600;
    display: inline-block;
    margin-bottom: 30px;
    color: #000000;
    position: relative;
    font-size: 21px;
}.styleconnect_form form h3::after {
    left: 0;
    width: 40px;
    content: "";
    bottom: -10px;
    height: 2px;
    position: absolute;
    background: rgb(185,186,182);
}.styleconnect_form form input[type="text"] {
    padding: 15px 20px;
    border: 1px solid rgba(#000000, 0.1);
    width: 100%;
    font-size: 18px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    position: relative;
    color: #000000;
    background: rgba(#ffffff, 0.8);
    border-radius: 10px;
    margin-bottom: 20px;
}.styleconnect_form form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(rgb(185,186,182), 0.1);
    border-color: rgb(185,186,182);
    background: #ffffff;
}.styleconnect_form form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}.styleconnect_form form input[type="text"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.5;
}.styleconnect_form .stylesupport_help {
    align-items: flex-start;
    margin-bottom: 30px;
    display: flex;
    position: relative;
}.styleconnect_form .stylesupport_help input[type="checkbox"] {
    opacity: 0;
    cursor: pointer;
    height: 0;
    position: absolute;
    width: 0;
}.styleconnect_form .stylesupport_help label {
    color: #000000;
    padding-left: 35px;
    position: relative;
    user-select: none;
    line-height: 1.4;
    cursor: pointer;
    font-size: 14px;
}.styleconnect_form .stylesupport_help label::before {
    border-radius: 10px;
    left: 0;
    width: 22px;
    transition: all 0.3s ease;
    position: absolute;
    top: 0;
    background: rgba(#ffffff, 0.8);
    border: 1px solid rgba(#000000, 0.2);
    height: 22px;
    content: "";
}.styleconnect_form .stylesupport_help input[type="checkbox"]:checked + label::before {
    border-color: rgb(185,186,182);
    background: rgb(185,186,182);
}.styleconnect_form .stylesupport_help input[type="checkbox"]:checked + label::after {
    width: 6px;
    position: absolute;
    border: solid #ffffff;
    content: "";
    top: 4px;
    border-width: 0 2px 2px 0;
    height: 12px;
    left: 8px;
    transform: rotate(45deg);
}.styleconnect_form .stylesupport_help label a {
    position: relative;
    transition: all 0.3s ease;
    color: rgb(185,186,182);
    text-decoration: none;
}.styleconnect_form .stylesupport_help label a::after {
    transform-origin: left;
    width: 100%;
    transition: transform 0.3s ease;
    transform: scaleX(0);
    background: rgb(185,186,182);
    height: 1px;
    left: 0;
    content: "";
    position: absolute;
    bottom: -2px;
}.styleconnect_form .stylesupport_help label a:hover {
    color: rgb(144,146,143);
}.styleconnect_form .stylesupport_help label a:hover::after {
    transform: scaleX(1);
    background: rgb(144,146,143);
}.styleconnect_form .stylecontact_feedbackkbmEt {
    font-size: 16px;
    background: linear-gradient(90deg, rgb(185,186,182), rgb(144,146,143));
    transition: all 0.3s ease;
    width: 100%;
    z-index: 1;
    cursor: pointer;
    overflow: hidden;
    border: none;
    border-radius: 10px;
    padding: 15px 20px;
    font-weight: 600;
    position: relative;
    color: #ffffff;
}.styleconnect_form .stylecontact_feedbackkbmEt::before {
    top: 0;
    content: "";
    left: 0;
    position: absolute;
    z-index: -1;
    height: 100%;
    transition: opacity 0.3s ease;
    width: 100%;
    background: linear-gradient(90deg, rgb(144,146,143), rgb(185,186,182));
    opacity: 0;
}.styleconnect_form .stylecontact_feedbackkbmEt:hover::before {
    opacity: 1;
}.styleconnect_form .stylecontact_feedbackkbmEt:active {
    transform: translateY(2px);
}.styleconnect_form svg {
    width: 20px;
    transition: fill 0.3s ease;
    margin-right: 10px;
    height: 20px;
    fill: rgb(185,186,182);
}.styleconnect_form svg path {
    transition: fill 0.3s ease;
    fill: rgb(185,186,182);
}.styleconnect_form svg:hover,
.styleconnect_form svg:hover path {
    fill: rgb(144,146,143);
}.styleconnect_form form input {
    background: rgb(224,220,202);
}
@media (max-width: 1024px) {.styleconnect_form {
    padding: 60px 0;
}.styleconnect_form .container {
    padding: 0 15px;
}.styleconnect_form h2 {
    margin-bottom: 40px;
}.styleconnect_form .styleconnect_support {
    padding: 40px 30px;
}
}

@media (max-width: 768px) {.styleconnect_form {
    padding: 50px 0;
}.styleconnect_form h2 {
    margin-bottom: 30px;
}.styleconnect_form .stylemessage_inquiry {
    flex-direction: column;
}.styleconnect_form .stylephoto_frame {
    height: 250px;
    width: 100%;
}.styleconnect_form .styleconnect_support {
    width: 100%;
    padding: 30px 25px;
}.styleconnect_form form h3 {
    margin-bottom: 25px;
}.styleconnect_form form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.styleconnect_form .stylesupport_help {
    margin-bottom: 25px;
}.styleconnect_form .stylecontact_feedbackkbmEt {
    padding: 12px 15px;
}
}

@media (max-width: 480px) {.styleconnect_form {
    padding: 40px 0;
}.styleconnect_form h2 {
    font-size: calc(35px * 0.85);
    margin-bottom: 25px;
}.styleconnect_form .stylephoto_frame {
    height: 200px;
}.styleconnect_form .styleconnect_support {
    padding: 25px 20px;
}.styleconnect_form form h3 {
    font-size: calc(21px * 0.9);
    margin-bottom: 20px;
}.styleconnect_form form input[type="text"] {
    margin-bottom: 12px;
    padding: 10px 12px;
}.styleconnect_form .stylesupport_help {
    margin-bottom: 20px;
}.styleconnect_form .stylesupport_help label {
    padding-left: 30px;
    font-size: calc(14px * 0.9);
}.styleconnect_form .stylesupport_help label::before {
    width: 18px;
    height: 18px;
}.styleconnect_form .stylesupport_help input[type="checkbox"]:checked + label::after {
    width: 5px;
    top: 3px;
    left: 6px;
    height: 10px;
}.styleconnect_form .stylecontact_feedbackkbmEt {
    padding: 10px 12px;
}
}

@media (prefers-reduced-motion: reduce) {.styleconnect_form::after,
    .styleconnect_form .stylephoto_frame::before {
    animation: none;
}.styleconnect_form .stylemessage_inquiry:hover {
    transform: none;
}}.styletitle_welcome {
    min-height: 100vh;
    background-color: rgb(224,220,202);
    width: 100%;
    justify-content: center;
    position: relative;
    display: flex;
    align-items: center;
    padding: 80px 20px;
    overflow: hidden;
}.styletitle_welcome > div {
    position: relative;
    width: 100%;
    z-index: 1;
    max-width: 1200px;
}.styletitle_welcome .stylebelief_core {
    transform: translateZ(20px);
    perspective: 1000px;
    margin-bottom: 30px;
    position: relative;
}.styletitle_welcome .stylecourse_begin {
    font-size: 45px;
    animation: titleFloat 6s ease-in-out infinite;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
    transform-style: preserve-3d;
    color: rgb(185,186,182);
}.styletitle_welcome .stylecourse_begin::before {
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(185,186,182), rgb(144,146,143));
    transform: translateZ(-5px);
    bottom: -10px;
    width: 60px;
    position: absolute;
    height: 4px;
}.styletitle_welcome .stylecourse_begin::after {
    position: absolute;
    opacity: 0.5;
    bottom: -20px;
    width: 100%;
    transform: translateZ(-10px);
    filter: blur(10px);
    height: 20px;
    background: linear-gradient(to bottom, rgb(185,186,182,0.5), transparent);
    left: 0;
    content: "";
}.styletitle_welcome .stylestudy_tools {
    width: 100%;
    transform-style: preserve-3d;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    transition: transform 0.5s ease;
}.styletitle_welcome .stylestudy_tools::before {
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgb(185,186,182,0.5), rgba(0, 0, 0, 0.5));
    z-index: 1;
    position: absolute;
    height: 100%;
    content: "";
    opacity: 0.85;
    width: 100%;
}.styletitle_welcome .stylestudy_tools:hover {
    transform: perspective(1000px) rotateX(0deg);
}.styletitle_welcome .stylestudy_tools > div {
    transform-style: preserve-3d;
    color: #ffffff;
    position: relative;
    backdrop-filter: blur(5px);
    z-index: 2;
    padding: 60px 40px;
}.styletitle_welcome .stylestudy_tools p {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-size: calc(16px * 1.2);
    animation: fadeUp 0.6s ease-out 0.3s forwards;
    position: relative;
    transform: translateZ(10px);
    opacity: 0;
    margin-bottom: 30px;
    line-height: 1.6;
}.styletitle_welcome .stylestudy_tools h3 {
    transform: translateZ(15px);
    animation: fadeUp 0.6s ease-out 0.6s forwards;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    position: relative;
    font-size: 29px;
    font-weight: 600;
    opacity: 0;
    line-height: 1.4;
}

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

@keyframes titleFloat {
  0%, 100% {
    transform: translateY(0) translateZ(20px);
  }
  50% {
    transform: translateY(-10px) translateZ(20px);
  }
}

@media (max-width: 1024px) {.styletitle_welcome {
    padding: 60px 20px;
}.styletitle_welcome .stylecourse_begin {
    font-size: calc(45px * 0.9);
}.styletitle_welcome .stylestudy_tools > div {
    padding: 50px 30px;
}.styletitle_welcome .stylestudy_tools h3 {
    font-size: calc(29px * 0.9);
}
}

@media (max-width: 768px) {.styletitle_welcome {
    padding: 50px 15px;
}.styletitle_welcome .stylecourse_begin {
    font-size: calc(45px * 0.8);
}.styletitle_welcome .stylestudy_tools {
    transform: perspective(1000px) rotateX(1deg);
}.styletitle_welcome .stylestudy_tools > div {
    padding: 40px 25px;
}.styletitle_welcome .stylestudy_tools p {
    font-size: 16px;
    margin-bottom: 20px;
}.styletitle_welcome .stylestudy_tools h3 {
    font-size: calc(29px * 0.8);
}
}

@media (max-width: 480px) {.styletitle_welcome {
    padding: 40px 10px;
    min-height: 85vh;
}.styletitle_welcome .stylecourse_begin {
    font-size: calc(45px * 0.7);
}.styletitle_welcome .stylestudy_tools {
    transform: none;
}.styletitle_welcome .stylestudy_tools > div {
    padding: 30px 20px;
}.styletitle_welcome .stylestudy_tools p {
    margin-bottom: 15px;
    font-size: calc(16px * 0.9);
}.styletitle_welcome .stylestudy_tools h3 {
    font-size: calc(29px * 0.7);
}.styletitle_welcome .stylecourse_begin::before {
    width: 40px;
    height: 3px;
}}.styledata_analysis {
    background: rgb(224,220,202);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background-image: linear-gradient(135deg, rgb(185,186,182,0.5) 0%, transparent 100%);
}.styledata_analysis::before {
    z-index: 1;
    background: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 10px);
    pointer-events: none;
    opacity: 0.05;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    content: "";
    left: 0;
}.styledata_analysis::after {
    height: 100%;
    opacity: 0.1;
    content: "";
    background: radial-gradient(circle, rgb(185,186,182,0.5) 0%, transparent 70%);
    pointer-events: none;
    right: 0;
    top: 0;
    position: absolute;
    width: 50%;
}.styledata_analysis .container {
    gap: 60px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    display: grid;
    padding: 0 20px;
    max-width: 1200px;
    grid-template-columns: 1fr 1fr;
}.styledata_analysis .styleknowledge_upgrade {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}.styledata_analysis .styleknowledge_upgrade::before {
    width: 5px;
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgb(185,186,182), transparent);
    border-radius: 10px;
    top: 0;
    height: 100%;
    left: -20px;
}.styledata_analysis .styleexpert_pros {
    align-items: center;
    border-radius: 29px;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 20px 30px;
    transform-origin: left center;
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.7) 100%);
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.styledata_analysis .styleexpert_pros:nth-child(even) {
    transform: translateX(20px);
}.styledata_analysis .styleexpert_pros:hover {
    transform: translateX(10px) scale(1.05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    z-index: 3;
}.styledata_analysis .styleexpert_pros:nth-child(even):hover {
    transform: translateX(30px) scale(1.05);
}.styledata_analysis .styleexpert_pros::after {
    height: 100%;
    transition: width 0.3s ease;
    width: 4px;
    left: 0;
    content: "";
    top: 0;
    position: absolute;
    border-radius: 10px;
    background: rgb(185,186,182);
}.styledata_analysis .styleexpert_pros:hover::after {
    width: 8px;
}.styledata_analysis .styleexpert_pros h4 {
    font-weight: 700;
    color: rgb(185,186,182);
    text-align: left;
    margin: 0;
    min-width: 100px;
    font-size: calc(45px * 0.8);
}.styledata_analysis .styleexpert_pros span {
    margin-left: 30px;
    font-weight: 400;
    font-size: 12px;
    padding-left: 30px;
    position: relative;
    color: #000000;
    flex-grow: 1;
}.styledata_analysis .styleexpert_pros span::before {
    position: absolute;
    width: 1px;
    content: "";
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgb(185,186,182,0.5), transparent);
    height: 100%;
}.styledata_analysis .styleextra_experts {
    display: flex;
    flex-direction: column;
    z-index: 2;
    justify-content: center;
    position: relative;
}.styledata_analysis .styleextra_experts::before {
    width: 300px;
    content: "";
    transform: translateY(-50%);
    opacity: 0.1;
    background: rgb(185,186,182,0.5);
    top: 50%;
    filter: blur(80px);
    height: 300px;
    z-index: -1;
    right: -150px;
    animation: pulse 10s infinite alternate;
    border-radius: 50%;
    position: absolute;
}@keyframes pulse {
    0% {
        opacity: 0.05;
        transform: translateY(-50%) scale(1);
    }
    100% {
        opacity: 0.15;
        transform: translateY(-50%) scale(1.1);
    }
}

.styledata_analysis .stylegrowth_track {
    font-size: 45px;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #000000;
    font-weight: 700;
    position: relative;
}.styledata_analysis .stylegrowth_track::after {
    position: absolute;
    border-radius: 10px;
    bottom: -15px;
    width: 80px;
    left: 0;
    content: "";
    background: rgb(185,186,182);
    height: 4px;
}.styledata_analysis .stylestatistics_value {
    font-size: 12px;
    line-height: 1.8;
    max-width: 90%;
    color: #000000;
}.styledata_analysis svg {
    transition: transform 0.3s ease;
    width: 40px;
    height: 40px;
    margin-right: 20px;
}.styledata_analysis svg path {
    transition: fill 0.3s ease;
    fill: rgb(185,186,182);
}.styledata_analysis .styleexpert_pros:hover svg {
    transform: scale(1.1) rotate(5deg);
}.styledata_analysis .styleexpert_pros:hover svg path {
    fill: rgb(144,146,143);
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0);
    }
}

@media (max-width: 992px) {.styledata_analysis {
    padding: 80px 0;
}.styledata_analysis .container {
    gap: 50px;
    grid-template-columns: 1fr;
}.styledata_analysis .styleknowledge_upgrade {
    order: 2;
}.styledata_analysis .styleextra_experts {
    align-items: center;
    order: 1;
    text-align: center;
}.styledata_analysis .stylegrowth_track::after {
    left: 50%;
    transform: translateX(-50%);
}.styledata_analysis .stylestatistics_value {
    max-width: 100%;
    text-align: center;
}.styledata_analysis .styleknowledge_upgrade::before {
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, rgb(185,186,182), transparent);
    top: -20px;
}.styledata_analysis .styleextra_experts::before {
    right: 50%;
    height: 200px;
    width: 200px;
    transform: translate(50%, -50%);
}.styledata_analysis .styleexpert_pros:nth-child(even) {
    transform: translateX(0);
}.styledata_analysis .styleexpert_pros:hover, 
    .styledata_analysis .styleexpert_pros:nth-child(even):hover {
    transform: scale(1.02);
}
}

@media (max-width: 576px) {.styledata_analysis {
    padding: 60px 0;
}.styledata_analysis .container {
    padding: 0 15px;
    gap: 40px;
}.styledata_analysis .styleexpert_pros {
    align-items: flex-start;
    flex-direction: column;
    padding: 20px;
}.styledata_analysis .styleexpert_pros h4 {
    min-width: auto;
    font-size: 29px;
    margin-bottom: 15px;
}.styledata_analysis .styleexpert_pros span {
    padding-left: 0;
    margin-left: 0;
    width: 100%;
}.styledata_analysis .styleexpert_pros span::before {
    left: 0;
    top: -10px;
    width: 100%;
    background: linear-gradient(to right, rgb(185,186,182,0.5), transparent);
    height: 1px;
}.styledata_analysis .stylegrowth_track {
    font-size: calc(29px * 1.2);
    margin-bottom: 25px;
}.styledata_analysis .stylestatistics_value {
    font-size: calc(12px * 0.95);
}.styledata_analysis svg {
    margin-bottom: 15px;
    margin-right: 0;
}.styledata_analysis .styleexpert_pros::after {
    width: 100%;
    top: 0;
    left: 0;
    height: 4px;
}.styledata_analysis .styleexpert_pros:hover::after {
    height: 6px;
    width: 100%;
}}

.styledata_analysis .styleexpert_pros h4 {
    color: transparent;
    -webkit-background-clip: text !important;
    display: inline-block;
    background: linear-gradient(45deg, rgb(185,186,182), rgb(144,146,143));
    background-clip: text !important;
}.styledata_analysis .stylegrowth_track {
    position: relative;
    overflow: hidden;
}.styledata_analysis .stylegrowth_track::before {
    position: absolute;
    right: 0;
    top: 0;
    animation: blink 2s infinite;
    width: 4px;
    content: '';
    height: 100%;
    background: rgb(185,186,182);
}@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

.styledata_analysis .styleexpert_pros:nth-child(1) {
    animation: float 6s ease-in-out infinite;
}.styledata_analysis .styleexpert_pros:nth-child(2) {
    animation: float 7s ease-in-out infinite;
}.styledata_analysis .styleexpert_pros:nth-child(3) {
    animation: float 8s ease-in-out infinite;
}.styledata_analysis .styleexpert_pros:nth-child(4) {
    animation: float 9s ease-in-out infinite;
}.styledata_analysis::before {
    animation: backgroundMove 30s linear infinite;
}@keyframes backgroundMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}.stylesubscribe_to_newsletter {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(144,146,143,0.5), rgb(185,186,182));
    padding: 4rem 2rem;
}.stylesubscribe_to_newsletter::before {
    height: 300px;
    right: -5%;
    z-index: 0;
    top: -10%;
    content: "";
    transform: rotate(-15deg);
    background: radial-gradient(circle, rgb(255, 255, 255, 0.5) 0%, transparent 70%);
    position: absolute;
    opacity: 0.2;
    width: 300px;
}.stylesubscribe_to_newsletter::after {
    position: absolute;
    width: 200px;
    background: radial-gradient(circle, rgb(255, 255, 255, 0.5) 0%, transparent 70%);
    left: -5%;
    opacity: 0.15;
    height: 200px;
    z-index: 0;
    content: "";
    bottom: -8%;
}.stylesubscribe_to_newsletter .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    position: relative;
}.stylesubscribe_to_newsletter .styleproof_stats {
    flex-direction: column;
    position: relative;
    padding: 3rem 2rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    justify-content: center;
    background: linear-gradient(145deg, rgba(255,255,255,0.1), rgba(255,255,255,0.03));
    gap: 2rem;
    backdrop-filter: blur(10px);
    align-items: center;
    display: flex;
    transform: perspective(1000px) rotateX(2deg);
}.stylesubscribe_to_newsletter .styleproof_stats::before {
    left: 0;
    width: 100%;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    content: "";
    height: 100%;
    top: 0;
    animation: lightSweep 8s ease-in-out infinite;
    position: absolute;
}.stylesubscribe_to_newsletter h4 {
    transform: translateY(0);
    font-size: calc(18px * 1.1);
    max-width: 700px;
    text-align: center;
    line-height: 1.4;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.15);
    color: #ffffff;
    letter-spacing: 0.015em;
    font-weight: 600;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}.stylesubscribe_to_newsletter .input_holder {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 500px;
    gap: 1rem;
    width: 100%;
}.stylesubscribe_to_newsletter .input_holder::after {
    position: absolute;
    transform: translateX(-50%);
    width: 90%;
    left: 50%;
    height: 1px;
    content: "";
    bottom: -15px;
    background: linear-gradient(90deg, transparent, rgb(255, 255, 255, 0.5), transparent);
}.stylesubscribe_to_newsletter .input_holder span {
    position: relative;
    width: 100%;
}.stylesubscribe_to_newsletter input[type="email"] {
    color: #ffffff;
    font-family: Arial, sans-serif;
    backdrop-filter: blur(5px);
    padding: 1rem 1.5rem;
    outline: none;
    width: 100%;
    background: rgba(255,255,255,0.1);
    font-size: 14px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255,255,255,0.2);
}.stylesubscribe_to_newsletter input[type="email"]::placeholder {
    color: rgba(255,255,255,0.7);
}.stylesubscribe_to_newsletter input[type="email"]:focus {
    transform: translateY(-2px);
    background: rgba(255,255,255,0.15);
    border-color: rgb(144,146,143);
    box-shadow: 0 0 15px rgba(255,255,255,0.1);
}.stylesubscribe_to_newsletter .styleenroll_instantly {
    transform: translateZ(0);
    overflow: hidden;
    font-family: Arial, sans-serif;
    letter-spacing: 0.05em;
    font-weight: 600;
    position: relative;
    border: none;
    color: #ffffff;
    padding: 1rem;
    width: 100%;
    font-size: 19px;
    background: rgb(185,186,182);
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    cursor: pointer;
}.stylesubscribe_to_newsletter .styleenroll_instantly::before {
    width: 100%;
    left: -100%;
    transition: all 0.6s ease;
    height: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    top: 0;
}.stylesubscribe_to_newsletter .styleenroll_instantly:hover {
    transform: translateY(-3px) translateZ(0);
    background: rgb(144,146,143);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}.stylesubscribe_to_newsletter .styleenroll_instantly:hover::before {
    left: 100%;
}.stylesubscribe_to_newsletter .styleenroll_instantly:active {
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    transform: translateY(0) translateZ(0);
}

@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);
    }
}

@media (min-width: 768px) {.stylesubscribe_to_newsletter {
    padding: 5rem 3rem;
}.stylesubscribe_to_newsletter .styleproof_stats {
    gap: 3rem;
    padding: 3.5rem 3rem;
    flex-direction: row;
    transform: perspective(1000px) rotateX(1deg);
}.stylesubscribe_to_newsletter h4 {
    text-align: left;
    flex: 1;
}.stylesubscribe_to_newsletter .input_holder {
    flex: 1;
    max-width: none;
}.stylesubscribe_to_newsletter .input_holder::after {
    display: none;
}
}

@media (max-width: 767px) {.stylesubscribe_to_newsletter .styleproof_stats {
    padding: 2.5rem 1.5rem;
}.stylesubscribe_to_newsletter h4 {
    font-size: calc(22px * 1.1);
}.stylesubscribe_to_newsletter input[type="email"],
    .stylesubscribe_to_newsletter .styleenroll_instantly {
    padding: 0.8rem 1.2rem;
}
}

@media (hover: none) {.stylesubscribe_to_newsletter .styleenroll_instantly:hover {
    transform: none;
    box-shadow: none;
}
}

@media (prefers-reduced-motion: reduce) {.stylesubscribe_to_newsletter .styleproof_stats::before {
    animation: none;
}.stylesubscribe_to_newsletter input[type="email"]:focus,
    .stylesubscribe_to_newsletter .styleenroll_instantly:hover,
    .stylesubscribe_to_newsletter .styleenroll_instantly:active {
    transform: none;
}}.stylecourse_features {
    position: relative;
    overflow: hidden;
    background: linear-gradient(125deg, rgb(224,220,202) 0%, rgb(185,186,182,0.5) 100%);
    padding: 100px 0;
}.stylecourse_features::before {
    z-index: 1;
    opacity: 0.6;
    width: 100%;
    background: 
        radial-gradient(ellipse at 20% 30%, rgb(185,186,182,0.5) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgb(144,146,143,0.5) 0%, transparent 60%);
    content: "";
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
}.stylecourse_features::after {
    opacity: 0.4;
    animation: shiftBackground 30s linear infinite;
    left: 0;
    position: absolute;
    background-image: 
        repeating-linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.03),
            rgba(255, 255, 255, 0.03) 1px,
            transparent 1px,
            transparent 10px
        );
    top: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    content: "";
}@keyframes shiftBackground {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.stylecourse_features .container {
    z-index: 2;
    position: relative;
}.stylecourse_features .styleproof_stats {
    position: relative;
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.02), 
        rgba(255, 255, 255, 0.08)
    );
    border-radius: 25px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}.stylecourse_features .styleproof_stats::before {
    background: 
        linear-gradient(
            135deg,
            transparent,
            rgba(rgb(185,186,182), 0.05)
        );
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}.stylecourse_features .stylephoto_frame {
    position: absolute;
    height: 440px;
    top: 5%;
    animation: morphShape 15s infinite alternate ease-in-out;
    width: 45%;
    right: 3%;
    overflow: hidden;
    z-index: 2;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.15);
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}@keyframes morphShape {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    50% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    100% {
        border-radius: 40% 60% 50% 50% / 30% 60% 40% 60%;
    }
}

.stylecourse_features .stylephoto_frame::before {
    top: 0;
    opacity: 0.6;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    mix-blend-mode: overlay;
    position: absolute;
    background: linear-gradient(
        215deg,
        transparent 30%,
        rgb(185,186,182,0.5) 100%
    );
    z-index: 2;
}.stylecourse_features .stylephoto_frame::after {
    background-size: 20px 20px;
    background: 
        linear-gradient(
            rgba(255, 255, 255, 0.1) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.1) 1px,
            transparent 1px
        );
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0.2;
    z-index: 3;
    content: "";
    height: 100%;
}.stylecourse_features .stylecareer_class {
    z-index: 3;
    flex-direction: column;
    padding: 60px 50% 60px 60px;
    display: flex;
    position: relative;
    min-height: 400px;
}.stylecourse_features .styletop_class {
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
    z-index: 4;
}.stylecourse_features .styletop_class svg {
    height: auto;
    position: relative;
    width: 70px;
    z-index: 2;
    fill: #ffffff;
}.stylecourse_features .styletop_class svg path {
    stroke-dashoffset: 100;
    stroke-dasharray: 100;
    stroke: rgb(185,186,182);
    stroke-width: 0.5;
}.stylecourse_features h3 {
    margin-bottom: 20px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    position: relative;
    font-size: 31px;
    z-index: 4;
    color: #ffffff;
    max-width: 100%;
}.stylecourse_features h3::after {
    border-radius: 3px;
    transition: width 0.3s ease;
    background: linear-gradient(90deg, rgb(185,186,182), rgb(144,146,143));
    width: 60px;
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 3px;
}.stylecourse_features .styleproof_stats:hover h3::after {
    width: 120px;
}.stylecourse_features p {
    position: relative;
    max-width: 100%;
    font-size: 13px;
    margin: 0;
    color: #000000;
    line-height: 1.7;
    z-index: 4;
}.stylecourse_features .styleproof_stats::after {
    filter: blur(80px);
    width: 200px;
    left: -50px;
    content: "";
    opacity: 0.3;
    height: 200px;
    border-radius: 50%;
    z-index: 1;
    position: absolute;
    bottom: -50px;
    background: rgb(144,146,143,0.5);
}.stylecourse_features .stylecareer_class::before {
    animation: floatDots 10s infinite alternate ease-in-out;
    position: absolute;
    background-size: 20px 20px, 25px 25px;
    background-image: 
        radial-gradient(circle, rgb(185,186,182,0.5) 1px, transparent 1px),
        radial-gradient(circle, rgb(144,146,143,0.5) 1px, transparent 1px);
    right: 48%;
    background-position: 0 0, 10px 10px;
    top: 20px;
    content: "";
    opacity: 0.2;
    width: 150px;
    z-index: 1;
    height: 90%;
}

@keyframes floatDots {
    0% {
        transform: translateY(0);
        opacity: 0.2;
    }
    100% {
        transform: translateY(-20px);
        opacity: 0.4;
    }
}

@media (max-width: 1199px) {.stylecourse_features .stylecareer_class {
    padding: 50px 50% 50px 50px;
}.stylecourse_features .stylephoto_frame {
    height: 85%;
    width: 42%;
}
}

@media (max-width: 991px) {.stylecourse_features {
    padding: 80px 0;
}.stylecourse_features .styleproof_stats {
    display: flex;
    flex-direction: column;
}.stylecourse_features .stylecareer_class {
    padding: 220px 40px 50px 40px;
    min-height: auto;
}.stylecourse_features .stylephoto_frame {
    width: 80%;
    top: 0;
    position: absolute;
    height: 200px;
    left: 10%;
    border-radius: 0 0 50% 50% / 0 0 100% 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}.stylecourse_features .styletop_class {
    left: 40px;
    top: 160px;
    margin-bottom: 0;
    position: absolute;
}.stylecourse_features h3 {
    font-size: calc(31px * 0.9);
}.stylecourse_features .stylecareer_class::before {
    display: none;
}
}

@media (max-width: 767px) {.stylecourse_features {
    padding: 60px 0;
}.stylecourse_features .stylecareer_class {
    padding: 200px 30px 40px 30px;
}.stylecourse_features .stylephoto_frame {
    height: 180px;
}.stylecourse_features .styletop_class {
    top: 140px;
    left: 30px;
}.stylecourse_features .styletop_class svg {
    width: 60px;
}.stylecourse_features h3 {
    font-size: calc(31px * 0.8);
}.stylecourse_features p {
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 480px) {.stylecourse_features {
    padding: 40px 0;
}.stylecourse_features .stylecareer_class {
    padding: 180px 25px 30px 25px;
}.stylecourse_features .stylephoto_frame {
    height: 160px;
}.stylecourse_features .styletop_class {
    left: 25px;
    top: 120px;
}.stylecourse_features .styletop_class svg {
    width: 50px;
}.stylecourse_features h3 {
    font-size: calc(31px * 0.7);
    margin-bottom: 15px;
}.stylecourse_features p {
    font-size: calc(13px * 0.9);
}}.styleabout_this {
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(224,220,202) 0%, #ffffff 100%);
    position: relative;
}.styleabout_this::before {
    height: 100%;
    background-image: repeating-linear-gradient(
        45deg,
        rgb(144,146,143,0.5) 0px,
        rgb(144,146,143,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    top: 0;
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    width: 100%;
    opacity: 0.05;
    pointer-events: none;
}.styleabout_this::after {
    filter: blur(100px);
    position: absolute;
    height: 30%;
    top: -5%;
    background: rgb(185,186,182,0.5);
    z-index: 0;
    opacity: 0.1;
    width: 30%;
    content: "";
    right: -5%;
}.styleabout_this .container {
    padding: 0 2rem;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.styleabout_this h1 {
    color: #000000;
    transform: translateZ(0);
    margin-bottom: 3rem;
    font-weight: 700;
    display: inline-block;
    font-size: 44px;
    position: relative;
}.styleabout_this h1::after {
    bottom: -10px;
    height: 4px;
    left: 0;
    width: 70%;
    content: "";
    background: linear-gradient(90deg, rgb(185,186,182) 0%, transparent 100%);
    position: absolute;
    transform-origin: left center;
    animation: expandLine 1.2s ease-out forwards;
}.styleabout_this .stylementor_approach {
    position: relative;
}.styleabout_this .stylementor_approach ul {
    padding: 0;
    grid-template-columns: 1fr;
    margin: 0;
    display: grid;
    list-style: none;
    gap: 3rem;
}.styleabout_this .stylelegacy_edu {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.03),
                0 20px 25px -5px rgba(0, 0, 0, 0.08);
    transform: translateZ(0) scale(1);
    background: #ffffff;
    overflow: hidden;
    border-radius: 2px;
    padding: 2.5rem;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.4s ease;
}.styleabout_this .stylelegacy_edu::before {
    transition: height 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(to bottom, rgb(185,186,182), rgb(144,146,143));
    content: "";
    top: 0;
    width: 4px;
    left: 0;
    position: absolute;
    height: 0%;
}.styleabout_this .stylelegacy_edu:hover::before {
    height: 100%;
}.styleabout_this .stylelegacy_edu:hover {
    transform: translateZ(30px) scale(1.01);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.07), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 25px 35px -5px rgba(0, 0, 0, 0.12);
}.styleabout_this .stylelegacy_edu h4 {
    font-weight: 700;
    position: relative;
    transition: transform 0.3s ease;
    display: inline-block;
    font-size: 22px;
    color: #000000;
    margin-bottom: 1.5rem;
}.styleabout_this .stylelegacy_edu:hover h4 {
    color: rgb(185,186,182);
    transform: translateX(10px);
}.styleabout_this .stylelegacy_edu div {
    scrollbar-color: rgb(144,146,143,0.5) transparent;
    max-height: 250px;
    line-height: 1.75;
    color: #000000;
    scrollbar-width: thin;
    font-family: Arial, sans-serif;
    font-size: 16px;
    padding-right: 1rem;
    overflow-y: auto;
}.styleabout_this .stylelegacy_edu div::-webkit-scrollbar {
    width: 5px;
}.styleabout_this .stylelegacy_edu div::-webkit-scrollbar-track {
    background: transparent;
}.styleabout_this .stylelegacy_edu div::-webkit-scrollbar-thumb {
    background-color: rgb(144,146,143,0.5);
    border-radius: 20px;
}@keyframes expandLine {
    0% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: 70%;
        opacity: 1;
    }
}

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

.styleabout_this .stylelegacy_edu:nth-child(1) {
    animation: fadeUp 0.8s 0.2s ease-out both;
}.styleabout_this .stylelegacy_edu:nth-child(2) {
    animation: fadeUp 0.8s 0.4s ease-out both;
}

@media (min-width: 768px) {.styleabout_this {
    padding: 8rem 0;
}.styleabout_this .stylementor_approach ul {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}.styleabout_this h1 {
    margin-bottom: 4rem;
    font-size: calc(44px * 1.2);
}.styleabout_this .stylelegacy_edu {
    padding: 3rem;
}.styleabout_this .stylelegacy_edu div {
    max-height: 350px;
}
}

@media (min-width: 992px) {.styleabout_this .container {
    padding: 0 3rem;
}.styleabout_this .stylementor_approach ul {
    gap: 3rem;
}.styleabout_this .stylelegacy_edu {
    transform: perspective(1000px) rotateY(0) translateZ(0);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                    box-shadow 0.6s ease;
}.styleabout_this .stylelegacy_edu:hover {
    transform: perspective(1000px) rotateY(2deg) translateZ(20px) scale(1.01);
}.styleabout_this .stylelegacy_edu:nth-child(2n):hover {
    transform: perspective(1000px) rotateY(-2deg) translateZ(20px) scale(1.01);
}
}

@media (max-width: 767px) {.styleabout_this {
    padding: 4rem 0;
}.styleabout_this h1 {
    margin-bottom: 2rem;
    font-size: 30px;
}.styleabout_this .stylelegacy_edu {
    padding: 1.5rem;
}.styleabout_this .stylelegacy_edu div {
    font-size: calc(16px * 0.95);
    max-height: 200px;
}}.styleexperience_trial {
    overflow: hidden;
    padding: 140px 0;
    position: relative;
    background: linear-gradient(110deg, rgb(185,186,182) 0%, rgb(144,146,143) 100%);
    z-index: 1;
}.styleexperience_trial::before {
    z-index: -1;
    content: '';
    left: 0;
    top: 0;
    opacity: 0.5;
    background: 
        linear-gradient(
            135deg,
            transparent 25%,
            rgba(255, 255, 255, 0.05) 25%,
            rgba(255, 255, 255, 0.05) 50%,
            transparent 50%,
            transparent 75%,
            rgba(255, 255, 255, 0.05) 75%
        );
    position: absolute;
    height: 100%;
    animation: patternMove 15s linear infinite;
    background-size: 30px 30px;
    width: 100%;
}.styleexperience_trial::after {
    position: absolute;
    content: '';
    height: 200%;
    background: conic-gradient(
        from 0deg at 50% 50%,
        rgba(255, 255, 255, 0) 0deg,
        rgba(255, 255, 255, 0.03) 90deg,
        rgba(255, 255, 255, 0) 180deg,
        rgba(255, 255, 255, 0.03) 270deg,
        rgba(255, 255, 255, 0) 360deg
    );
    top: -50%;
    animation: rotateConic 30s linear infinite;
    left: -50%;
    width: 200%;
    z-index: -1;
}.styleexperience_trial .styleproof_stats {
    padding: 0;
    position: relative;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    justify-content: center;
    display: flex;
    margin: 0 auto;
    max-width: 900px;
}.styleexperience_trial .styleproof_stats::before {
    backdrop-filter: blur(10px);
    z-index: -1;
    transform: skewX(-15deg);
    left: -20%;
    width: 140%;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.05);
    content: '';
    border-radius: 20px;
    top: 0;
    height: 100%;
    position: absolute;
}.styleexperience_trial .styleproof_stats::after {
    position: absolute;
    width: 100px;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 70%
    );
    top: -30px;
    z-index: -1;
    animation: floatBubble 10s ease-in-out infinite alternate;
    border-radius: 50%;
    right: -30px;
    height: 100px;
    content: '';
    filter: blur(20px);
}.styleexperience_trial h3 {
    transition: all 0.5s ease;
    font-size: 33px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: Arial, sans-serif;
    padding: 0 20px;
    transform: rotateX(5deg);
    transform-style: preserve-3d;
    font-weight: 700;
    margin: 60px 0;
    color: #ffffff;
    perspective: 1000px;
    position: relative;
}.styleexperience_trial h3::before {
    position: absolute;
    height: 1px;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
    left: 10%;
    width: 80%;
    top: -30px;
    content: '';
}.styleexperience_trial h3::after {
    position: absolute;
    bottom: -30px;
    left: 20%;
    content: '';
    width: 60%;
    height: 1px;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
}.styleexperience_trial h3:hover {
    transform: rotateX(0deg);
}.styleexperience_trial .stylewrite_experts {
    font-family: Arial, sans-serif;
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
    margin-bottom: 60px;
    font-size: 16px;
    color: rgb(185,186,182);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 20px 50px;
    transition: all 0.4s ease;
    transform-origin: bottom center;
    font-weight: 600;
    transform: perspective(1000px) rotateX(10deg);
    border-radius: 10px;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    display: inline-block;
    letter-spacing: 2px;
    text-transform: uppercase;
    z-index: 1;
}.styleexperience_trial .stylewrite_experts::before {
    content: '';
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    background: linear-gradient(
        145deg,
        rgb(185,186,182) 0%,
        rgb(144,146,143) 100%
    );
    top: 0;
    transition: opacity 0.4s ease;
    position: absolute;
}.styleexperience_trial .stylewrite_experts::after {
    left: 0;
    z-index: -1;
    top: 0;
    height: 20px;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.05),
        transparent
    );
    content: '';
    position: absolute;
    width: 100%;
}.styleexperience_trial .stylewrite_experts:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 10px 20px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.styleexperience_trial .stylewrite_experts:hover::before {
    opacity: 1;
}

@media screen and (max-width: 992px) {.styleexperience_trial {
    padding: 120px 0;
}.styleexperience_trial .styleproof_stats::before {
    left: -15%;
    width: 130%;
}.styleexperience_trial h3 {
    margin: 50px 0;
    font-size: calc(33px * 0.9);
}.styleexperience_trial .stylewrite_experts {
    margin-bottom: 50px;
    padding: 18px 45px;
    font-size: calc(16px * 0.95);
}
}

@media screen and (max-width: 768px) {.styleexperience_trial {
    padding: 100px 0;
}.styleexperience_trial .styleproof_stats::before {
    width: 120%;
    transform: skewX(-10deg);
    left: -10%;
}.styleexperience_trial h3 {
    font-size: calc(33px * 0.8);
    transform: none;
    margin: 40px 0;
}.styleexperience_trial h3::before {
    top: -25px;
}.styleexperience_trial h3::after {
    bottom: -25px;
}.styleexperience_trial .stylewrite_experts {
    transform: none;
    margin-bottom: 40px;
    font-size: calc(16px * 0.9);
    padding: 15px 40px;
}.styleexperience_trial .stylewrite_experts:hover {
    transform: translateY(-5px);
}
}

@media screen and (max-width: 576px) {.styleexperience_trial {
    padding: 80px 0;
}.styleexperience_trial .styleproof_stats::before {
    left: -5%;
    width: 110%;
    transform: skewX(-5deg);
}.styleexperience_trial h3 {
    font-size: calc(33px * 0.7);
    letter-spacing: 1px;
    margin: 35px 0;
}.styleexperience_trial h3::before {
    top: -20px;
}.styleexperience_trial h3::after {
    bottom: -20px;
}.styleexperience_trial .stylewrite_experts {
    letter-spacing: 1px;
    padding: 12px 35px;
    margin-bottom: 35px;
    font-size: calc(16px * 0.85);
}}

@keyframes patternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

@keyframes rotateConic {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes floatBubble {
    0% {
        transform: translate(0, 0);
        opacity: 0.5;
    }
    50% {
        transform: translate(-20px, 20px);
        opacity: 0.7;
    }
    100% {
        transform: translate(0, 0);
        opacity: 0.5;
    }
}header {
    box-shadow: 0 5px 15px rgb(185,186,182,0.5);
    position: relative;
    padding: 1.5rem 0;
    z-index: 100;
    background: linear-gradient(to right, rgb(224,220,202), #ffffff);
}header .container {
    padding: 0 1.5rem;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}header .styletop_info {
    align-items: center;
    gap: 1.2rem;
    display: flex;
    flex-direction: column;
}header .stylehead_prime {
    position: relative;
    display: block;
    border-radius: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
}header .stylehead_prime::after {
    width: 100%;
    background: linear-gradient(to right, transparent, rgb(185,186,182), transparent);
    left: 0;
    bottom: -5px;
    content: '';
    height: 2px;
    opacity: 0.7;
    position: absolute;
}header .stylehead_prime svg {
    transition: transform 0.3s ease;
    height: auto;
    width: 180px;
}header .stylehead_prime:hover svg {
    transform: scale(1.05);
}header .stylefirst_pagebar {
    background: linear-gradient(to right, rgb(185,186,182,0.5), rgb(144,146,143,0.5));
    gap: 0.5rem;
    justify-content: center;
    border-radius: 20px;
    flex-wrap: wrap;
    width: 100%;
    display: flex;
    padding: 0.8rem;
}header .stylenav_guide {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    font-weight: 400;
    transition: all 0.3s ease;
    font-size: 14px;
    padding: 0.6rem 1.2rem;
    border-radius: 10px;
    text-decoration: none;
    background: #ffffff;
    color: #000000;
    font-family: Arial, sans-serif;
}header .stylenav_guide:hover {
    color: #ffffff;
    background: linear-gradient(135deg, rgb(185,186,182), rgb(144,146,143));
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgb(185,186,182,0.5);
}

@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .stylehead_prime svg {
    width: 160px;
}header .stylefirst_pagebar {
    padding: 0.7rem;
}header .stylenav_guide {
    font-size: calc(14px - 1px);
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .styletop_info {
    gap: 1rem;
}header .stylehead_prime svg {
    width: 140px;
}header .stylefirst_pagebar {
    gap: 0.4rem;
    padding: 0.6rem;
}header .stylenav_guide {
    font-size: calc(14px - 2px);
    padding: 0.4rem 0.8rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .styletop_info {
    gap: 0.8rem;
}header .stylehead_prime svg {
    width: 120px;
}header .stylefirst_pagebar {
    padding: 0.5rem;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
}header .stylefirst_pagebar::-webkit-scrollbar {
    height: 3px;
}header .stylefirst_pagebar::-webkit-scrollbar-thumb {
    background: rgb(185,186,182);
    border-radius: 10px;
}header .stylenav_guide {
    white-space: nowrap;
    font-size: calc(14px - 2px);
    flex-shrink: 0;
    padding: 0.4rem 0.7rem;
}}.styleprivacy_hedge {
    overflow: hidden;
    color: #000000;
    font-family: Arial, sans-serif;
    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;
}.styleprivacy_hedge::before {
    top: 0;
    background-size: 20px 20px;
    bottom: 0;
    background-image: 
        linear-gradient(45deg, rgba(rgb(185,186,182,0.5), 0.02) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(rgb(185,186,182,0.5), 0.02) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(rgb(185,186,182,0.5), 0.02) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(rgb(185,186,182,0.5), 0.02) 75%);
    pointer-events: none;
    z-index: 1;
    animation: backgroundShift 60s linear infinite;
    left: 0;
    position: absolute;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    transform-style: preserve-3d;
    perspective: 1000px;
    right: 0;
    content: "";
}.styleprivacy_hedge::after {
    z-index: 0;
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    background: linear-gradient(to right, 
                rgba(#ffffff, 0.9) 0%, 
                rgba(#ffffff, 0.7) 50%, 
                rgba(#ffffff, 0.9) 100%);
    content: "";
    left: 0;
}.styleprivacy_hedge .container {
    padding: 0 20px;
    perspective: 1000px;
    position: relative;
    transform-style: preserve-3d;
    margin: 0 auto;
    max-width: 1140px;
    z-index: 2;
}.styleprivacy_hedge h1 {
    margin-bottom: 2rem;
    position: relative;
    padding-bottom: 1rem;
    font-weight: 700;
    border-bottom: 2px solid rgba(rgb(185,186,182,0.5), 0.2);
    animation: fadeSlideIn 0.8s ease-out forwards;
    color: rgb(185,186,182);
    font-size: 41px;
    transform: translateZ(5px);
}.styleprivacy_hedge h1::after {
    bottom: -2px;
    content: "";
    transform: scaleX(1);
    transform-origin: left;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, rgb(185,186,182), rgb(144,146,143));
    left: 0;
    position: absolute;
}.styleprivacy_hedge h2 {
    font-size: 37px;
    color: rgb(144,146,143);
    transform: translateZ(3px);
    padding-left: 1rem;
    opacity: 0;
    position: relative;
    font-weight: 600;
    margin: 2.5rem 0 1.5rem;
    animation: fadeSlideIn 0.8s ease-out forwards;
    animation-delay: 0.2s;
}.styleprivacy_hedge h2::before {
    content: "";
    position: absolute;
    left: 0;
    width: 3px;
    background: linear-gradient(to bottom, rgb(185,186,182), rgb(144,146,143));
    bottom: 0;
    border-radius: 10px;
    top: 0;
}.styleprivacy_hedge h3 {
    animation-delay: 0.3s;
    margin: 2rem 0 1.2rem;
    color: rgb(144,146,143);
    font-size: calc(37px * 0.85);
    font-weight: 600;
    transform: translateZ(2px);
    opacity: 0;
    padding-left: 0.8rem;
    animation: fadeSlideIn 0.8s ease-out forwards;
    position: relative;
}.styleprivacy_hedge h3::before {
    width: 2px;
    border-radius: 10px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgb(144,146,143), rgb(185,186,182));
}.styleprivacy_hedge h4 {
    transform: translateZ(1px);
    color: rgb(185,186,182);
    opacity: 0;
    font-size: calc(37px * 0.7);
    animation-delay: 0.4s;
    position: relative;
    font-weight: 400;
    padding-left: 0.6rem;
    animation: fadeSlideIn 0.8s ease-out forwards;
    margin: 1.8rem 0 1rem;
}.styleprivacy_hedge h4::before {
    content: "";
    left: 0;
    width: 1px;
    border-radius: 10px;
    bottom: 0;
    background: rgb(185,186,182);
    position: absolute;
    top: 0;
}.styleprivacy_hedge p {
    position: relative;
    transform: translateZ(0);
    margin-bottom: 1.5rem;
    line-height: 1.7;
    opacity: 0;
    animation-delay: 0.5s;
    color: #000000;
    font-size: 16px;
    animation: fadeSlideIn 0.8s ease-out forwards;
}.styleprivacy_hedge p:hover {
    transition: transform 0.5s ease;
    transform: translateZ(5px);
}.styleprivacy_hedge strong {
    font-weight: 600;
    color: rgb(185,186,182);
}.styleprivacy_hedge ul {
    margin: 1.5rem 0 2rem;
    animation: fadeSlideIn 0.8s ease-out forwards;
    padding-left: 1.5rem;
    animation-delay: 0.6s;
    opacity: 0;
    list-style: none;
    position: relative;
}.styleprivacy_hedge li {
    color: #000000;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    position: relative;
    font-size: 16px;
    line-height: 1.6;
}.styleprivacy_hedge li::before {
    content: "";
    position: absolute;
    transform: rotate(45deg);
    animation: pulse 3s infinite alternate;
    left: 0;
    width: 8px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    height: 8px;
    background: linear-gradient(135deg, rgb(185,186,182), rgb(144,146,143));
    top: 0.5rem;
}.styleprivacy_hedge span {
    animation: fadeSlideIn 0.8s ease-out forwards;
    animation-delay: 0.7s;
    display: block;
    margin-bottom: 1.5rem;
    color: #000000;
    background: linear-gradient(to right, rgba(rgb(144,146,143,0.5), 0.05), rgba(rgb(185,186,182,0.5), 0.05));
    font-size: 16px;
    border-left: 2px solid rgb(144,146,143);
    opacity: 0;
    line-height: 1.7;
    transform: translateZ(0);
    transition: all 0.3s ease;
    padding: 1rem;
}.styleprivacy_hedge span:hover {
    box-shadow: 0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transform: translateZ(5px);
    background: linear-gradient(to right, rgba(rgb(144,146,143,0.5), 0.08), rgba(rgb(185,186,182,0.5), 0.08));
}

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

@keyframes pulse {
    0% {
        transform: rotate(45deg) scale(1);
    }
    50% {
        transform: rotate(45deg) scale(1.1);
    }
    100% {
        transform: rotate(45deg) scale(1);
    }
}

@keyframes backgroundShift {
    0% {
        background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    }
    100% {
        background-position: 1000px 1000px, 1000px 1010px, 1010px 990px, 990px 1000px;
    }
}

@media (max-width: 991px) {.styleprivacy_hedge {
    padding: 4rem 0;
}.styleprivacy_hedge .container {
    padding: 0 15px;
}.styleprivacy_hedge h1 {
    font-size: calc(41px * 0.9);
}.styleprivacy_hedge h2 {
    font-size: calc(37px * 0.9);
}
}

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

@media (max-width: 575px) {.styleprivacy_hedge {
    padding: 2rem 0;
}.styleprivacy_hedge h1 {
    font-size: calc(41px * 0.7);
    margin-bottom: 1.5rem;
}.styleprivacy_hedge h2 {
    margin: 2rem 0 1rem;
}.styleprivacy_hedge p, .styleprivacy_hedge li, .styleprivacy_hedge span {
    line-height: 1.6;
    margin-bottom: 1.2rem;
}.styleprivacy_hedge span {
    padding: 0.8rem;
}.styleprivacy_hedge li::before {
    height: 6px;
    width: 6px;
}
}