.terms_legalweb {
    flex: 0 0 auto;
}

.terms_legalweb {
    color: #ffffff;
    position: relative;
    padding: 5rem 0 2rem;
}

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


.course_overviewweb {
    position: relative;
    padding: 140px 0;
    background: rgb(174,198,194);
    overflow: hidden;
}

.course_overviewweb .text_blockweb {
    padding: 40px;
    background: #ffffff;
    order: 2;
    width: 80%;
    z-index: 3;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    border-radius: 29px;
    margin: -80px auto 0;
    position: relative;
}

.course_overviewweb .img_roundweb {
    position: relative;
    transform: perspective(1000px) rotateX(5deg);
    z-index: 2;
    width: 100%;
    overflow: hidden;
    order: 1;
    border-radius: 29px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform-origin: bottom;
    margin: 0 auto;
    height: 500px;
}

.course_overviewweb .learn_careerweb::after {
    animation: float 6s ease-in-out infinite;
    right: 15%;
    background: rgb(101,123,118,0.5);
    content: '';
    bottom: 50px;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    z-index: 1;
    position: absolute;
}

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

.appSpaceweb .study_programweb::before {
    z-index: -1;
    transform: translate(-10px, -10px);
    position: absolute;
    pointer-events: none;
    border: 2px dashed rgba(rgb(101,123,118,0.5), 0.2);
    left: 20px;
    content: "";
    width: 100%;
    top: 20px;
    height: 100%;
}

.appSpaceweb .study_programweb::before {
    display: none;
}

.appSpaceweb .study_programweb > div:last-child {
    opacity: 0;
    animation: fadeUp 0.8s 0.5s ease-out forwards;
    transform: translateY(20px);
}

.appSpaceweb a:hover::before {
    transform: rotate(0deg) scale(1.2);
    opacity: 0.2;
}

header::after {
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(137,161,157,0.5), 
        transparent
    );
    opacity: 0.6;
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
}

header .main_mainbarweb:hover {
    box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.7), 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%;
    transform: translateY(-5px);
}

header .header_sitebarweb {
    margin: 0;
    list-style: none;
    z-index: 2;
    display: flex;
    padding: 0;
    position: relative;
}

header .nav_baseweb {
    margin: 0 0.5rem;
    position: relative;
}

header .nav_baseweb a:hover {
    border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}

header .nav_baseweb a:hover::before {
    transform: scale(1);
    opacity: 1;
}

header .nav_baseweb:hover::after {
    transform: translateX(-50%) scale(1);
}

.contactweb {
    position: relative;
    overflow: hidden;
    background: rgb(174,198,194);
    padding: 80px 0;
}

.contactweb::before {
    z-index: 0;
    background: linear-gradient(45deg, rgb(137,161,157,0.5) 0%, transparent 40%, rgb(101,123,118,0.5) 60%, transparent 100%);
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
    content: "";
}

.contactweb .get_contactweb {
    text-align: center;
    font-size: 44px;
    margin: 0;
    position: relative;
    justify-content: center;
    font-weight: 700;
    display: flex;
    padding: 25px 30px;
    align-items: center;
    background: rgb(137,161,157);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    color: #ffffff;
}

.contactweb .get_contactpanelweb p::before {
    width: 4px;
    height: 100%;
    top: 0;
    content: "";
    left: 0;
    position: absolute;
    background: rgb(137,161,157);
}

.contactweb .get_contactpanelweb p span {
    color: #000000;
    margin-left: 10px;
    font-weight: 400;
}

.contactweb .get_contactpanelweb p a:hover {
    color: rgb(101,123,118);
}

.contactweb .submit_feedbackweb {
    margin: 0 0 20px 0;
    font-weight: 700;
    border-bottom: 1px solid rgb(137,161,157,0.5);
    align-items: center;
    display: flex;
    padding-bottom: 15px;
    color: rgb(137,161,157);
    font-size: 24px;
    justify-content: center;
    text-align: center;
}

.contactweb .reach_expertsweb:hover svg {
    transform: rotate(30deg);
    stroke: rgb(101,123,118);
}

.contactweb .get_contactpanelweb p:nth-child(2) {
    animation-delay: 0.2s;
}

.contactweb .get_contactpanelweb p:nth-child(4) {
    animation-delay: 0.4s;
}

.contactweb .get_contactpanelweb p:nth-child(2) svg path {
    animation-delay: 0.7s;
}

.contactweb .get_contactpanelweb p:nth-child(5) svg path {
    animation-delay: 1s;
}

.tariff_boxweb .access_costweb {
    position: relative;
}

.tariff_boxweb h2::after {
    position: absolute;
    background: rgb(101,123,118);
    height: 3px;
    width: 80px;
    transform: translateX(-50%);
    left: 50%;
    content: '';
    bottom: -10px;
}

.tariff_boxweb .edu_ratesweb li {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.tariff_boxweb .cert_costweb {
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    backdrop-filter: blur(10px);
    transition: all 0.4s ease;
    -webkit-backdrop-filter: blur(10px);
    padding: 35px 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3), 0 5px 15px rgba(0, 0, 0, 0.2);
    background: linear-gradient(145deg, rgba(41, 41, 41, 0.8) 0%, rgba(25, 25, 25, 0.9) 100%);
    height: 100%;
}

.tariff_boxweb .study_costweb p {
    overflow-wrap: break-word;
    word-break: break-word;
    line-height: 1.6;
    margin: 0 0 30px;
    color: rgba(255, 255, 255, 0.8);
    padding-right: 5px;
    max-height: 200px;
    font-size: 12px;
    overflow-y: auto;
}

.terms_legalweb .company_holder {
    flex: 0 0 40%;
    position: relative;
    margin-bottom: 2rem;
    padding: 0 3rem 2rem 0;
}

.terms_legalweb .company_holder h3 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 33px;
    letter-spacing: 1px;
    padding-bottom: 1rem;
    margin: 0 0 1.5rem;
    color: #ffffff;
    position: relative;
    transform: skewX(-10deg);
}

.terms_legalweb .head_skillweb {
    gap: 0;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
}

.terms_legalweb .header_sitebarweb .head_skillweb {
    flex-direction: column;
    gap: 0.8rem;
    display: flex;
}

.terms_legalweb .header_sitebarweb .head_skillweb a::before {
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    position: absolute;
    width: 100%;
    top: 0;
    content: "";
    left: -100%;
    transition: all 0.5s ease;
}

.title_screenweb {
    position: relative;
    min-height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(101,123,118,0.5), rgb(137,161,157));
}

.title_screenweb .course_pageweb:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.title_screenweb h3:hover {
    transform: translateY(-5px);
}

.title_screenweb .learn_spotweb::before {
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
    background: linear-gradient(
    to bottom,
    transparent,
    rgba(rgb(137,161,157,0.5), 0.8)
  );
    height: 100%;
    content: "";
}

.title_screenweb .title_style_header {
    animation: fadeUp 0.6s 0.5s forwards ease-out;
    font-size: 40px;
    opacity: 0;
    line-height: 1.2;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    font-weight: 700;
    margin-top: 1rem;
    transform: translateY(20px);
}

.connect_formweb {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, rgb(174,198,194), rgba(rgb(137,161,157), 0.03));
}

.connect_formweb h2 {
    transform: translateX(-50%);
    position: relative;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 700;
    color: #000000;
    display: inline-block;
    font-size: 32px;
    margin-bottom: 15px;
    perspective: 1000px;
    left: 50%;
}

.connect_formweb .img_roundweb {
    overflow: hidden;
    transform: translateZ(0);
    flex: 0 0 45%;
    min-height: 500px;
    position: relative;
}

.connect_formweb .img_roundweb::before {
    content: "";
    z-index: 1;
    position: absolute;
    inset: 0;
    background: linear-gradient(210deg, rgba(rgb(137,161,157), 0.5), rgba(rgb(101,123,118), 0.5));
    mix-blend-mode: multiply;
}

.connect_formweb form {
    z-index: 3;
    position: relative;
}

.connect_formweb form h3::after {
    left: 0;
    height: 2px;
    position: absolute;
    content: "";
    background: rgb(137,161,157);
    bottom: -15px;
    width: 30px;
}

.connect_formweb form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
    transition: all 0.3s ease;
}

.connect_formweb .support_panelweb {
    margin-bottom: 30px;
    position: relative;
    display: flex;
}

.connect_formweb .support_panelweb input[type="checkbox"]:checked + label::before {
    background: rgb(137,161,157);
    border-color: rgb(137,161,157);
}

.connect_formweb .support_panelweb label a::after {
    content: "";
    transform-origin: right;
    width: 100%;
    transition: transform 0.3s ease;
    bottom: -2px;
    position: absolute;
    height: 1px;
    left: 0;
    transform: scaleX(0);
    background: rgb(137,161,157);
}

.connect_formweb .request_blockweb:hover::before {
    opacity: 1;
}

.connect_formweb .request_blockweb:hover::after {
    transform: scale(4);
    opacity: 0;
}

.connect_formweb svg {
    stroke: rgb(137,161,157);
    transition: all 0.3s ease;
    width: 22px;
    filter: drop-shadow(0 2px 2px rgba(rgb(137,161,157), 0.3));
    stroke-width: 2;
    fill: none;
    height: 22px;
}

.mentorship_experienceweb .client_feedbackweb {
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.08), 
                -20px -20px 60px rgba(255, 255, 255, 0.8);
    grid-template-columns: 1fr 1.2fr;
    gap: 0;
    background: #ffffff;
    display: grid;
    overflow: visible;
    position: relative;
    max-width: 1100px;
    border-radius: 17px;
    z-index: 2;
    margin: 0 auto;
}

.mentorship_experienceweb .career_detailsweb > div:nth-child(2) {
    margin-bottom: 2rem;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgb(137,161,157);
    display: inline-block;
    padding-bottom: 15px;
    font-weight: 400;
    position: relative;
}



.mentorship_experienceweb .client_feedbackweb:hover .name {
    background: linear-gradient(90deg, rgb(137,161,157), rgb(101,123,118));
    -webkit-text-fill-color: transparent;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    text-fill-color: transparent;
}

.experience_trialweb .container:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.experience_trialweb h6::after {
    opacity: 0.7;
    left: 50%;
    bottom: -15px;
    background: #ffffff;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    width: 80px;
    height: 3px;
}

.experience_trialweb div div span:hover {
    transform: translateY(-5px);
}

.experience_trialweb .request_blockweb:hover {
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15), 0 8px 10px rgba(0, 0, 0, 0.12);
    color: #ffffff;
    transform: translateY(-2px);
}

.experience_trialweb .request_blockweb:hover span {
    transform: translateX(5px);
}

.future_studentsweb::before {
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgba(#ffffff, 0.3) 0%, transparent 40%),
        radial-gradient(circle at 70% 80%, rgba(#ffffff, 0.2) 0%, transparent 30%),
        radial-gradient(circle at 90% 10%, rgba(#ffffff, 0.2) 0%, transparent 50%);
    z-index: -1;
    width: 100%;
}

.future_studentsweb li {
    backdrop-filter: blur(10px);
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: rgba(#ffffff, 0.08);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.04),
        0 6px 10px rgba(0, 0, 0, 0.02);
    border-radius: 23px;
    padding: 2rem;
    border: 1px solid rgba(#ffffff, 0.1);
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    text-align: center;
}

.future_studentsweb li {
    color: #000000;
    line-height: 1.6;
    font-size: 16px;
    font-weight: 400;
}

.who_we_areweb .container {
    z-index: 2;
    position: relative;
    transform-style: preserve-3d;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
}

.who_we_areweb h1::after {
    background: linear-gradient(90deg, rgb(137,161,157), rgb(101,123,118));
    width: 80px;
    height: 4px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    position: absolute;
    transform: translateZ(40px);
    content: "";
    left: 0;
    bottom: -15px;
}

.who_we_areweb .mission_whyweb::before {
    width: 6px;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgb(137,161,157), rgb(101,123,118));
    transform: translateZ(5px);
    height: 100%;
    content: "";
    position: absolute;
}

.receive_updatesweb {
    background: linear-gradient(135deg, rgb(101,123,118,0.5), rgb(137,161,157));
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    overflow: hidden;
    position: relative;
    padding: 4rem 2rem;
}

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

.receive_updatesweb h3::after {
    bottom: -10px;
    left: 0;
    background: linear-gradient(90deg, rgb(137,161,157), rgb(101,123,118));
    height: 3px;
    position: absolute;
    transition: width 0.3s ease-out;
    content: "";
    width: 60px;
}

.receive_updatesweb input[type="email"]:focus {
    outline: none;
    border-color: rgb(137,161,157);
    box-shadow: 0 5px 15px rgba(0,0,0,0.05), 0 0 0 3px rgb(137,161,157,0.5);
}



.receive_updatesweb input[type="email"]:focus {
    animation: pulse 1.5s infinite;
}

.receive_updatesweb .sub_approachweb:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.consentInformationPopupweb {
    bottom: 0;
    transition: transform 0.3s ease-in-out;
    z-index: 90;
    padding: 20px 0;
    background: rgb(101,123,118);
    transform: translateY(100%);
    animation: slideUp 0.5s forwards;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    position: fixed;
    border-top: 3px solid rgb(101,123,118);
    width: 100%;
}

.cookie_showweb:hover svg {
    transform: scale(1.1);
}

.digital_trackingweb:hover {
    box-shadow: 0 0 20px rgb(101,123,118);
}

.consentInformationPopupweb p a {
    color: rgb(137,161,157);
    transition: color 0.3s ease;
    text-decoration: none;
}

.confidential_cordonweb::before {
    top: 0;
    opacity: 0.1;
    width: 30%;
    position: absolute;
    height: 100%;
    content: "";
    z-index: 1;
    background: linear-gradient(45deg, transparent, rgb(101,123,118,0.5));
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    right: 0;
}

.confidential_cordonweb h1::after {
    left: 0;
    bottom: 0;
    width: 80px;
    background: linear-gradient(90deg, rgb(137,161,157), rgb(101,123,118));
    content: "";
    transform-origin: left;
    height: 4px;
    transition: width 0.3s ease;
    position: absolute;
}

.confidential_cordonweb p {
    font-size: 13px;
    color: #000000;
    margin-bottom: 1.5rem;
    transition: color 0.3s ease;
    line-height: 1.7;
    max-width: 90ch;
}

.confidential_cordonweb span {
    margin-bottom: 1.5rem;
    font-size: 13px;
    padding-left: 1rem;
    display: block;
    max-width: 90ch;
    border-left: 1px solid rgb(101,123,118,0.5);
    line-height: 1.7;
    color: #000000;
}

.confidential_cordonweb div.container:hover h4::after {
    transform: scaleX(1);
}


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



@media (max-width: 992px) {.course_overviewweb {
    padding: 100px 0;
}.course_overviewweb .text_blockweb {
    padding: 30px;
    width: 80%;
}.course_overviewweb .img_roundweb {
    height: 350px;
}
}



@media (max-width: 576px) {.course_overviewweb {
    padding: 60px 0;
}.course_overviewweb .text_blockweb {
    width: 100%;
    margin-top: -30px;
    padding: 20px;
}.course_overviewweb .img_roundweb {
    height: 250px;
    transform: none;
}.course_overviewweb .text_blockweb h2 {
    font-size: calc(36px * 0.85);
}.course_overviewweb .text_blockweb .description {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}}



@media (min-width: 1400px) {header .nav_guideweb {
    margin: 0 auto;
    max-width: 1320px;
}header .nav_baseweb {
    margin: 0 0.7rem;
}header .nav_baseweb a {
    padding: 0.8rem 1.6rem;
}
}



@media (max-width: 479px) {header .nav_guideweb {
    padding: 0.7rem 1.2rem;
}header .main_mainbarweb {
    max-width: 120px;
    padding: 0.5rem;
}header .nav_baseweb a {
    font-size: calc(12px - 3px);
    padding: 0.4rem 0.6rem;
}}


@media (min-width: 1024px) {.contactweb {
    padding: 100px 0;
}.contactweb .support_centerweb {
    max-width: 1100px;
    margin: 0 auto;
}.contactweb .get_contactweb {
    padding: 30px;
}.contactweb .get_contactweb svg {
    margin-right: 20px;
    height: 35px;
    width: 35px;
}.contactweb .get_contactpanelweb {
    padding: 40px;
}.contactweb .get_contactpanelweb p svg {
    height: 24px;
    width: 24px;
}.contactweb .request_formweb {
    margin-top: 30px;
    padding: 30px;
}.contactweb .submit_feedbackweb svg {
    height: 24px;
    width: 24px;
}.contactweb .learn_helpweb {
    gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}}



@media (max-width: 480px) {.tariff_boxweb {
    padding: 50px 0;
}.tariff_boxweb h2 {
    font-size: calc(32px - 8px);
}.tariff_boxweb .plan_matrixweb {
    font-size: calc(12px - 2px);
}.tariff_boxweb .cert_costweb {
    padding: 20px 15px;
}.tariff_boxweb .study_costweb p {
    font-size: calc(12px - 2px);
}}



@media (max-width: 420px) {.terms_legalweb .company_holder h3 {
    transform: skewX(-5deg);
}.terms_legalweb .company_holder h3::after {
    width: 60px;
}.terms_legalweb .alumni_netweb {
    transform: none;
}.terms_legalweb .header_sitebarweb h5 {
    transform: none;
}.terms_legalweb .header_sitebarweb h5::before {
    transform: none;
}.terms_legalweb .header_sitebarweb .head_skillweb a,
    .terms_legalweb .header_sitebarweb .head_skillweb a:hover,
    .news_feedweb .calc_footweb {
    transform: none;
}}



@media (max-width: 480px) {.title_screenweb .course_pageweb {
    padding: 1rem;
}.title_screenweb h3 {
    font-size: calc(17px * 1.1);
    padding: 1rem;
}.title_screenweb .learn_spotweb {
    height: 300px;
}.title_screenweb .learn_spotweb > div {
    padding: 1.5rem;
}.title_screenweb .title_style_header {
    font-size: 38px;
}}



@media (max-width: 992px) {.mentorship_experienceweb .client_feedbackweb {
    grid-template-columns: 1fr;
    max-width: 90%;
}.mentorship_experienceweb .img_roundweb {
    transform: translateY(-30px);
    border-radius: 17px 17px 0 0;
    height: 400px;
}.mentorship_experienceweb .img_roundweb::before {
    left: 0;
    width: 100%;
    top: 30px;
}.mentorship_experienceweb .career_detailsweb {
    padding: 1rem 2rem 3rem;
}.mentorship_experienceweb .client_feedbackweb:hover .img_roundweb {
    transform: translateY(-40px);
}
}



@media (max-width: 767px) {.experience_trialweb {
    padding: 3.5rem 1rem;
}.experience_trialweb h6 {
    margin-bottom: 2rem;
    max-width: 100%;
    font-size: 20px;
}.experience_trialweb h6::after {
    width: 60px;
    bottom: -12px;
}.experience_trialweb .request_blockweb {
    padding: 0.8rem 1.8rem;
    font-size: calc(15px * 0.95);
}.experience_trialweb::before {
    width: 100%;
    left: -30%;
}
}



@media (min-width: 768px) {.who_we_areweb {
    padding: 150px 0 100px;
}.who_we_areweb h1 {
    margin-bottom: 70px;
    font-size: calc(41px + 10px);
}.who_we_areweb h1::after {
    width: 120px;
    height: 5px;
}.who_we_areweb .virtual_trainingweb ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
}.who_we_areweb .mission_whyweb {
    backdrop-filter: blur(5px);
    padding: 50px;
    transform: translateZ(20px) rotateX(2deg) rotateY(-1deg);
}.who_we_areweb .mission_whyweb:hover {
    transform: translateZ(40px) rotateX(0deg) rotateY(0deg);
}.who_we_areweb .mission_whyweb:nth-child(even) {
    transform: translateZ(20px) rotateX(2deg) rotateY(1deg);
}.who_we_areweb .mission_whyweb:nth-child(even):hover {
    transform: translateZ(40px) rotateX(0deg) rotateY(0deg);
}.who_we_areweb .mission_whyweb::before {
    width: 8px;
}.who_we_areweb .mission_whyweb div {
    max-height: 350px;
}.who_we_areweb .mission_whyweb:first-child {
    transform: translateZ(20px) translateX(20px) rotateX(2deg) rotateY(-1deg);
}.who_we_areweb .mission_whyweb:first-child:hover {
    transform: translateZ(40px) translateX(20px) rotateX(0deg) rotateY(0deg);
}.who_we_areweb .mission_whyweb:last-child {
    transform: translateZ(20px) translateX(-20px) rotateX(2deg) rotateY(1deg);
}.who_we_areweb .mission_whyweb:last-child:hover {
    transform: translateZ(40px) translateX(-20px) rotateX(0deg) rotateY(0deg);
}
}



@media (max-width: 768px) {.confidential_cordonweb {
    padding: 2rem 1rem;
}.confidential_cordonweb .container {
    padding: 2rem 1.5rem;
    transform: none;
}.confidential_cordonweb h1 {
    margin-bottom: 1.5rem;
    font-size: calc(47px * 0.8);
}.confidential_cordonweb h2 {
    font-size: calc(33px * 0.8);
    margin: 2rem 0 0.8rem;
}.confidential_cordonweb h3 {
    font-size: calc(33px * 0.7);
}.confidential_cordonweb h4 {
    font-size: calc(33px * 0.6);
}.confidential_cordonweb p, 
    .confidential_cordonweb span, 
    .confidential_cordonweb li {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}.confidential_cordonweb ul {
    padding-left: 0.5rem;
}.confidential_cordonweb li {
    padding-left: 1.2rem;
}
}



@keyframes floatBg {
    0% {
        transform: rotate(-15deg) translateZ(0);
    }
    100% {
        transform: rotate(-10deg) translateY(-10px) translateZ(0);
    }
}

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

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

@keyframes shine {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    30%, 100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}



@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.4;
    }
}

@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}

