.viewport-containerexp {
    display: flex;
    height: 100%;
    flex-direction: column;
    min-height: 100%;
}

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

.trial_offerexp::before {
    z-index: 0;
    background: 
        linear-gradient(135deg, rgb(208,191,203,0.5) 0%, transparent 70%),
        linear-gradient(225deg, rgb(173,152,167,0.5) 0%, transparent 70%);
    height: 100%;
    left: 0;
    opacity: 0.07;
    width: 100%;
    position: absolute;
    top: 0;
    content: '';
}

.trial_offerexp .info_item::before {
    background-color: rgba(0, 0, 0, 0.06);
    position: absolute;
    transform: translateY(-50%);
    width: 1px;
    left: 0;
    content: '';
    height: 60%;
    top: 50%;
}

.trial_offerexp .info_item:hover svg {
    transform: rotate(10deg);
}

.trial_offerexp .nav_learnexp {
    width: 100%;
    max-width: 300px;
    margin-right: auto;
    gap: 1.5rem;
    display: flex;
    flex-direction: column;
}

.trial_offerexp .first_teachexp {
    max-width: 400px;
    min-width: 240px;
    flex-direction: column;
    gap: 2rem;
    display: flex;
    position: relative;
    flex: 1;
}

.trial_offerexp .nav_startexp {
    flex-direction: column;
    padding: 0 1.5rem;
    gap: 0.75rem;
    display: flex;
}

.trial_offerexp .nav_startexp a:hover {
    color: rgb(208,191,203);
    padding-left: 1.5rem;
}

.trial_offerexp .subscribe_holder {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    max-width: 400px;
    flex-direction: column;
    border-radius: 25px;
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 245, 245, 0.8) 100%);
    display: flex;
    width: 100%;
    gap: 1.5rem;
    padding: 2rem;
}

.trial_offerexp .input_holder input[type="email"]::placeholder {
    opacity: 0.5;
    color: #000000;
}

.trial_offerexp .sub_promoexp::before {
    left: 0;
    z-index: -1;
    width: 100%;
    background: linear-gradient(135deg, rgb(173,152,167) 0%, rgb(208,191,203) 100%);
    content: '';
    top: 0;
    opacity: 0;
    height: 100%;
    position: absolute;
    transition: opacity 0.3s ease;
}

.course_programexp::before {
    z-index: 1;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(rgb(208,191,203), 0.8),
        rgba(rgb(208,191,203), 0.8) 10px,
        rgba(rgb(173,152,167), 0.5) 10px,
        rgba(rgb(173,152,167), 0.5) 20px
    );
    height: 100%;
    opacity: 0.1;
    content: "";
}

.course_programexp .learn_nowexp::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(
        to right,
        rgba(rgb(173,152,167), 0.6) 0%,
        transparent 70%
    );
    z-index: 2;
    width: 100%;
}

.course_programexp .learn_nowexp::before {
    background: linear-gradient(
            to bottom,
            transparent 0%,
            rgba(rgb(173,152,167), 0.8) 100%
        );
}

.course_programexp .skill_academyexp::before {
    background: linear-gradient(
        90deg,
        rgb(208,191,203) 0%,
        rgb(173,152,167) 100%
    );
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    top: 0;
    height: 5px;
}

.course_programexp .skill_academyexp h3::after {
    background: linear-gradient(
        90deg,
        rgb(208,191,203) 0%,
        rgb(173,152,167) 100%
    );
    bottom: 0;
    position: absolute;
    content: "";
    width: 50px;
    left: 0;
    height: 3px;
}

.course_programexp .skill_academyexp .request_feedbackexp:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(rgb(208,191,203), 0.3);
    background-position: right center;
}

.attempt_nowexp::before {
    height: 100%;
    background: 
        linear-gradient(90deg, #000000 1px, transparent 1px) 0 0 / 40px 100%,
        linear-gradient(0deg, #000000 1px, transparent 1px) 0 0 / 100% 40px;
    opacity: 0.04;
    top: 0;
    z-index: 1;
    width: 100%;
    content: '';
    left: 0;
    position: absolute;
}

.attempt_nowexp .request_feedbackexp:hover::before {
    left: 100%;
}

.attempt_nowexp .skill_boostexp::before {
    border: 2px solid rgb(208,191,203,0.5);
    opacity: 0.3;
    content: '';
    top: -175px;
    right: -175px;
    width: 350px;
    position: absolute;
    height: 350px;
    z-index: -1;
    border-radius: 50%;
}

.cookie_message_alertexp {
    background: rgb(173,152,167);
    box-shadow: 0 -10px 30px rgb(208,191,203,0.5);
    border-top: 2px solid rgb(208,191,203);
    bottom: 0;
    animation: slideIn 0.5s ease-in-out;
    position: fixed;
    z-index: 90;
    width: 100%;
}

.cookie_overviewexp {
    flex: 1;
    color: #ffffff;
    min-width: 300px;
}

.track_manageexp:hover {
    background: rgb(173,152,167);
    box-shadow: 0 0 20px rgb(173,152,167,0.5);
}

.cookie_message_alertexp p a:hover {
    color: rgb(173,152,167);
}


.thanksPartexp {
    perspective: 1000px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(208,191,203,0.5), rgb(233,225,231), rgb(173,152,167,0.5));
    padding: 120px 0;
    position: relative;
}

.thanksPartexp h2 {
    border-left: 4px solid rgb(208,191,203);
    padding-left: 20px;
    text-align: left;
    transform: translateZ(30px);
    font-size: 28px;
    font-weight: 700;
    position: relative;
    font-family: Arial, sans-serif;
    line-height: 1.3;
    transition: transform 0.5s ease;
    margin-bottom: 40px;
    color: #000000;
    text-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

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

.thanksPartexp li::before {
    left: 40px;
    color: #ffffff;
    background: rgb(208,191,203);
    content: "✓";
    height: 30px;
    position: absolute;
    top: -15px;
    box-shadow: 0 5px 15px rgba(rgb(208,191,203), 0.3);
    align-items: center;
    width: 30px;
    border-radius: 50%;
    justify-content: center;
    font-size: 16px;
    display: flex;
}

.education_frameworkexp h2 {
    position: relative;
    margin-bottom: 20px;
    transform: translateX(-10px);
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    padding-bottom: 15px;
    font-weight: 700;
    font-size: 29px;
    color: #000000;
}

.education_frameworkexp .text_body_wrapexp::before {
    content: "";
    opacity: 0.1;
    top: -10px;
    transition: transform 0.5s ease, opacity 0.5s ease;
    border-radius: 50%;
    width: 60px;
    background: rgb(208,191,203);
    left: 20px;
    position: absolute;
    transform: scale(0.8);
    height: 60px;
}

.ideal_participantsexp {
    background: linear-gradient(150deg, rgb(233,225,231) 30%, rgb(173,152,167,0.5) 100%);
    padding: 110px 0;
    overflow: hidden;
    position: relative;
}

.ideal_participantsexp .skill_boostexp {
    display: grid;
    grid-template-columns: 300px 1fr;
    position: relative;
    align-items: start;
    gap: 40px;
}

.ideal_participantsexp h4::before {
    left: 0;
    width: 50px;
    position: absolute;
    height: 5px;
    content: "";
    top: -20px;
    background: linear-gradient(90deg, rgb(208,191,203), rgb(173,152,167));
    border-radius: 10px;
}

.ideal_participantsexp div p::before {
    content: "";
    width: 4px;
    background: linear-gradient(180deg, rgb(208,191,203), rgb(173,152,167));
    opacity: 0.7;
    top: 0;
    transition: width 0.3s ease;
    position: absolute;
    left: 0;
    height: 100%;
}

header::before {
    position: absolute;
    top: 0;
    opacity: 0.15;
    left: 0;
    background: linear-gradient(90deg, rgb(208,191,203,0.5) 0%, transparent 50%, rgb(208,191,203,0.5) 100%);
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

header .top_primaryexp .nav_learnexp:hover::before,
header .top_primaryexp .nav_learnexp:hover::after {
    transform: scale(1);
}

header .top_primaryexp .first_teachexp {
    display: flex;
    position: relative;
    padding: 20px 0 10px;
    flex-wrap: wrap;
    margin: 0;
    background: linear-gradient(180deg, transparent, rgb(173,152,167) 15%, rgba(0, 0, 0, 0.5) 85%, transparent 50%);
    justify-content: center;
    list-style: none;
}

header .top_primaryexp .first_teachexp .head_trainexp a {
    color: #000000;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    padding: 10px 5px;
    display: block;
    font-family: Arial, sans-serif;
    transition: color 0.3s ease;
    font-weight: 600;
    position: relative;
}

.our_backgroundexp h4 {
    text-transform: uppercase;
    position: relative;
    text-align: center;
    z-index: 10;
    margin-bottom: 40px;
    animation: fadeInUp 0.8s 0.2s forwards;
    font-size: 32px;
    opacity: 0;
    transform: translateY(10px);
    letter-spacing: 3px;
    font-weight: 700;
}

.our_backgroundexp h6 {
    margin-bottom: 25px;
    display: inline-block;
    color: rgb(173,152,167);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-weight: 700;
    opacity: 0;
    animation: fadeIn 0.6s 0.8s forwards;
    position: relative;
    padding-bottom: 12px;
    font-size: calc(21px + 2px);
}

.developer_experienceexp {
    padding: 80px 40px;
    overflow: hidden;
    background: rgb(233,225,231);
    position: relative;
    min-height: 450px;
}

.developer_experienceexp .img_lightboxexp {
    border-radius: 50%;
    border: 4px solid #ffffff;
    overflow: hidden;
    position: relative;
    margin-left: 60px;
    width: 140px;
    height: 140px;
    z-index: 5;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.developer_experienceexp .user_opinionsexp:hover .work_expexp::before {
    animation: pulseGlow 2s infinite;
    height: 100%;
}

.developer_experienceexp .user_opinionsexp:hover .name {
    color: rgb(208,191,203);
    transform: translateX(15px);
}

.developer_experienceexp .user_opinionsexp:hover .employee_summaryexp {
    transform: translateY(-5px);
}

.developer_experienceexp .employee_summaryexp::after {
    right: 0;
    bottom: 0;
}

.developer_experienceexp .user_opinionsexp:hover .employee_summaryexp::before,
.developer_experienceexp .user_opinionsexp:hover .employee_summaryexp::after {
    height: 2px;
    background: rgb(173,152,167);
    width: 100px;
}

.title_boardexp h1 {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-bottom: 1.5rem;
    transform: translateX(0);
    font-size: 39px;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
    color: #000000;
}

.title_boardexp .text_body_wrapexp:hover h1 {
    transform: translateX(5px);
}

.title_boardexp .text_body_wrapexp:hover h1::after {
    transform: scaleX(1);
}

.title_boardexp .course_introexp {
    flex-direction: column;
    position: relative;
    margin-bottom: 2rem;
    align-items: flex-start;
    display: flex;
}

.title_boardexp .text_body_wrapexp:hover svg {
    transform: translateY(-5px) rotate(3deg);
}

.title_boardexp .text_body_wrapexp:hover svg path,
.title_boardexp .text_body_wrapexp:hover svg text {
    fill: rgb(208,191,203);
}

.title_boardexp .request_feedbackexp:hover::before {
    left: 100%;
}

.title_boardexp .img_lightboxexp {
    width: 100%;
    transition: transform 0.5s ease;
    border-radius: 10px;
    position: relative;
    animation: slideInRight 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s both;
    overflow: hidden;
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
    box-shadow: 
        0 20px 40px -20px rgba(0,0,0,0.5),
        0 10px 20px -10px rgba(0,0,0,0.3);
    height: 320px;
}

.connect_formexp::after {
    bottom: 0;
    height: 70%;
    opacity: 0.1;
    position: absolute;
    content: "";
    background: linear-gradient(240deg, rgb(173,152,167,0.5) 0%, transparent 70%);
    right: 0;
    width: 70%;
}

.connect_formexp .img_lightboxexp::after {
    right: 0;
    background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.4));
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    content: "";
}

.connect_formexp form input[type="text"]:focus {
    background: rgba(rgb(208,191,203), 0.05);
    outline: none;
    box-shadow: 0 0 0 2px rgb(208,191,203,0.5);
}

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

.connect_formexp .inquiry_feedbackexp input[type="checkbox"]:checked + label::before {
    background-color: rgb(208,191,203);
    border-color: rgb(208,191,203);
}

.connect_formexp .inquiry_feedbackexp label a:hover {
    text-decoration: underline;
    color: rgb(173,152,167);
}

.connect_formexp form .request_feedbackexp:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 15px rgba(rgb(208,191,203), 0.3);
}

.connect_formexp svg {
    fill: rgb(208,191,203);
    width: 22px;
    height: 22px;
}

.plan_containerexp {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}

.plan_containerexp .rate_listexp {
    perspective: 1000px;
}

.plan_containerexp h2 {
    transform: translateZ(50px);
    margin-bottom: 25px;
    font-size: 31px;
    position: relative;
    text-align: center;
    font-weight: 700;
    text-shadow: 0 5px 15px rgba(0,0,0,0.2);
    color: #ffffff;
}

.plan_containerexp .trial_ratesexp {
    position: relative;
    backdrop-filter: blur(10px);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 8px;
    border-radius: 8px;
    height: 100%;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.3),
        -15px -15px 30px rgba(255, 255, 255, 0.02),
        inset 2px 2px 5px rgba(255, 255, 255, 0.05),
        inset -2px -2px 5px rgba(0, 0, 0, 0.15);
}

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

.plan_containerexp .learn_dealsexp:hover .cost_tableexp::before {
    left: 100%;
}

.privacy_fortificationexp {
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(233,225,231) 0%, rgba(245, 245, 250, 0.95) 100%);
    font-family: Arial, sans-serif;
    overflow: hidden;
    position: relative;
    color: #000000;
}

.privacy_fortificationexp h1 {
    padding-bottom: 1rem;
    font-size: calc(41px * 1.2);
    color: rgb(208,191,203);
    margin-bottom: 2.5rem;
    font-weight: 700;
    transform-style: preserve-3d;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) translateZ(10px);
}

.privacy_fortificationexp h3::before {
    top: 50%;
    content: "";
    transform: translateY(-50%);
    height: 70%;
    left: 0;
    position: absolute;
    width: 6px;
    background: rgb(173,152,167,0.5);
}

.privacy_fortificationexp p strong {
    padding-bottom: 2px;
    position: relative;
    color: #000000;
    display: inline-block;
}

.privacy_fortificationexp ul {
    margin: 1.5rem 0 2rem;
    position: relative;
    list-style: none;
    padding-left: 1.5rem;
}

.privacy_fortificationexp li::before {
    top: 1.2rem;
    opacity: 0.8;
    border: 2px solid rgb(208,191,203);
    height: 10px;
    left: 0;
    transform: rotate(45deg);
    width: 10px;
    content: "";
    transition: all 0.3s ease;
    position: absolute;
}

.client_testimonialsexp::before {
    content: "";
    background-image: 
        linear-gradient(30deg, rgb(208,191,203,0.5) 12%, transparent 12.5%, transparent 87%, rgb(208,191,203,0.5) 87.5%, rgb(208,191,203,0.5)),
        linear-gradient(150deg, rgb(208,191,203,0.5) 12%, transparent 12.5%, transparent 87%, rgb(208,191,203,0.5) 87.5%, rgb(208,191,203,0.5)),
        linear-gradient(30deg, rgb(208,191,203,0.5) 12%, transparent 12.5%, transparent 87%, rgb(208,191,203,0.5) 87.5%, rgb(208,191,203,0.5)),
        linear-gradient(150deg, rgb(208,191,203,0.5) 12%, transparent 12.5%, transparent 87%, rgb(208,191,203,0.5) 87.5%, rgb(208,191,203,0.5)),
        linear-gradient(60deg, rgb(173,152,167,0.5) 25%, transparent 25.5%, transparent 75%, rgb(173,152,167,0.5) 75%, rgb(173,152,167,0.5)),
        linear-gradient(60deg, rgb(173,152,167,0.5) 25%, transparent 25.5%, transparent 75%, rgb(173,152,167,0.5) 75%, rgb(173,152,167,0.5));
    height: 100%;
    left: 0;
    position: absolute;
    background-position: 0 0, 0 0, 25px 25px, 25px 25px, 0 0, 25px 25px;
    background-size: 50px 50px;
    top: 0;
    width: 100%;
    z-index: 1;
    opacity: 0.05;
}

.client_testimonialsexp .user_opinionsexp p::first-letter {
    font-weight: 700;
    color: rgb(208,191,203);
    font-size: 1.5em;
}

.client_testimonialsexp .user_ratingsexp::after {
    content: "";
    background: rgb(208,191,203,0.5);
    bottom: -75px;
    right: 10%;
    opacity: 0.2;
    position: absolute;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    width: 150px;
    height: 150px;
    z-index: -1;
}



@media (max-width: 576px) {.trial_offerexp {
    padding: 3rem 0 1.5rem;
}.trial_offerexp .get_connectedexp {
    padding-bottom: 1.5rem;
    margin-bottom: 2.5rem;
}.trial_offerexp .text_main_holder {
    gap: 2.5rem;
}.trial_offerexp .first_teachexp {
    padding: 1rem;
}.trial_offerexp .first_teachexp h5 {
    text-align: center;
}.trial_offerexp .subscribe_holder {
    padding: 1.5rem;
}.trial_offerexp .subscribe_holder::before {
    border-width: 30px 30px 0 0;
}.trial_offerexp .discuss_ctaexp {
    margin-top: 2.5rem;
}}



@media (max-width: 767px) {.attempt_nowexp {
    padding: 60px 0;
}.attempt_nowexp .skill_boostexp {
    padding-left: 20px;
    gap: 30px;
    grid-template-columns: 1fr;
}.attempt_nowexp .container p {
    font-size: 20px;
}.attempt_nowexp .request_feedbackexp {
    padding: 15px 30px;
    grid-column: 1;
}
}



@media (max-width: 767px) {.thanksPartexp {
    padding: 60px 0;
}.thanksPartexp h2 {
    font-size: calc(28px * 0.8);
    margin-bottom: 30px;
    transform: translateZ(20px);
}.thanksPartexp h2::after {
    width: 40px;
}.thanksPartexp .skill_boostexp {
    transform: translateZ(10px) rotateX(1deg);
}.thanksPartexp .skill_boostexp:hover {
    transform: translateZ(15px) rotateX(0deg);
}.thanksPartexp li {
    padding: 25px 20px;
}.thanksPartexp li::before {
    top: -12px;
    height: 24px;
    left: 20px;
    width: 24px;
    font-size: 14px;
}.thanksPartexp span {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}
}



@media (max-width: 991px) {.ideal_participantsexp {
    padding: 90px 0;
}.ideal_participantsexp .skill_boostexp {
    grid-template-columns: 250px 1fr;
    gap: 30px;
}.ideal_participantsexp h4 {
    font-size: calc(32px - 2px);
}.ideal_participantsexp div {
    gap: 15px;
}.ideal_participantsexp div p {
    padding: 18px 20px;
}.ideal_participantsexp div p:nth-child(even) {
    transform: translateX(20px);
}.ideal_participantsexp div p:nth-child(even):hover {
    transform: translate(20px, -5px);
}.ideal_participantsexp div p svg {
    margin-right: 15px;
    height: 24px;
    min-width: 24px;
    width: 24px;
}
}



@media (max-width: 992px) {header .top_primaryexp {
    padding: 15px;
    grid-template-rows: auto auto;
    gap: 10px;
}header .top_primaryexp .nav_learnexp {
    padding: 5px 10px;
}header .top_primaryexp .nav_learnexp .main_topexp svg {
    height: 45px;
}header .top_primaryexp .first_teachexp {
    padding: 15px 0 10px;
}header .top_primaryexp .first_teachexp .head_trainexp {
    padding: 0 10px;
}header .top_primaryexp .first_teachexp .head_trainexp a {
    padding: 8px 3px;
    font-size: calc(12px - 1px);
}
}



@media (min-width: 768px) {.developer_experienceexp .user_opinionsexp {
    flex-direction: row;
    align-items: center;
}.developer_experienceexp .img_lightboxexp {
    z-index: 5;
    width: 180px;
    margin-right: -80px;
    margin-left: 0;
    height: 180px;
}.developer_experienceexp .work_expexp {
    padding-left: 100px;
    margin-top: 0;
    flex: 1;
}
}



@media (min-width: 992px) {.title_boardexp .skill_boostexp {
    grid-template-columns: 55% 45%;
    gap: 4rem;
}.title_boardexp .text_body_wrapexp {
    padding: 4rem;
}.title_boardexp h1 {
    font-size: calc(39px * 1.4);
}.title_boardexp .course_introexp p {
    font-size: calc(17px * 1.2);
}.title_boardexp .img_lightboxexp {
    clip-path: polygon(10% 0%, 100% 5%, 90% 100%, 0% 95%);
    transform: perspective(1200px) rotateY(-5deg);
    box-shadow: 
            30px 30px 60px -20px rgba(0,0,0,0.3),
            15px 15px 30px -10px rgba(0,0,0,0.2);
    height: 550px;
}.title_boardexp .img_lightboxexp:hover {
    transform: perspective(1200px) rotateY(-2deg);
}.title_boardexp svg {
    height: 140px;
    width: 140px;
}
}



@media (max-width: 768px) {.plan_containerexp {
    padding: 80px 0;
}.plan_containerexp h2 {
    font-size: calc(31px - 4px);
}.plan_containerexp .learning_costexp {
    margin-bottom: 40px;
}.plan_containerexp .learning_feesexp {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 450px;
}.plan_containerexp .fee_structexp h4 {
    font-size: calc(21px - 1px);
}.plan_containerexp .cost_tableexp {
    padding: 10px 20px;
    font-size: calc(21px + 2px);
}
}



@media (min-width: 992px) {.privacy_fortificationexp {
    padding: 7rem 3rem;
}.privacy_fortificationexp h1 {
    margin-bottom: 3rem;
    font-size: calc(41px * 1.3);
}.privacy_fortificationexp p {
    max-width: 80%;
}.privacy_fortificationexp h2 {
    padding-left: 1.5rem;
}.privacy_fortificationexp h2::before {
    width: 10px;
}.privacy_fortificationexp span {
    margin-left: 3rem;
    max-width: calc(100% - 6rem);
}
}



@keyframes vertical-carousel {
    0%, 15% {
        transform: translateY(0);
    }
    20%, 35% {
        transform: translateY(-20%);
    }
    40%, 55% {
        transform: translateY(-40%);
    }
    60%, 75% {
        transform: translateY(-60%);
    }
    80%, 95% {
        transform: translateY(-80%);
    }
    100% {
        transform: translateY(-80%);
    }
}



@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.5;
    }
}

@keyframes float-slow {
    0% {
        transform: rotate(30deg) translateY(0);
    }
    100% {
        transform: rotate(30deg) translateY(-50px);
    }
}



@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}



@keyframes pulseGlow {
    0%, 100% {
        box-shadow: 0 0 8px 2px rgb(208,191,203,0.5);
    }
    50% {
        box-shadow: 0 0 15px 2px rgb(208,191,203);
    }
}



@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
    }
    50% {
        opacity: 0.1;
    }
}

