.code-labs-G1s2A {
    flex: 0 0 auto;
}

.code-labs-G1s2A {
    font-family: Arial, sans-serif;
    position: relative;
    padding: 80px 0 40px;
    z-index: 2;
    color: #ffffff;
}

.sign-up-mFzLy::before {
    z-index: 1;
    transform: rotate(-15deg);
    border-radius: 28px;
    top: -10%;
    width: 60%;
    position: absolute;
    height: 200%;
    content: "";
    opacity: 0.7;
    animation: pulse 8s infinite alternate;
    background: linear-gradient(135deg, rgb(145,162,188) 0%, rgb(145,162,188,0.5) 100%);
    left: -5%;
}

.sign-up-mFzLy .sub-component-sY91e:focus {
    outline: none;
    transform: perspective(800px) rotateX(0);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.course-highlights-9SYFx {
    padding: 100px 0;
    background: linear-gradient(125deg, rgb(217,222,237) 0%, rgb(181,193,215,0.5) 100%);
    position: relative;
    overflow: hidden;
}

.course-highlights-9SYFx::after {
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
    z-index: 1;
    animation: shiftBackground 30s linear infinite;
    content: "";
    opacity: 0.4;
    background-image: 
        repeating-linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.03),
            rgba(255, 255, 255, 0.03) 1px,
            transparent 1px,
            transparent 10px
        );
    width: 100%;
}



.course-highlights-9SYFx .cover-photo-N8rb5::before {
    background: linear-gradient(
        215deg,
        transparent 30%,
        rgb(181,193,215,0.5) 100%
    );
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    content: "";
    z-index: 2;
    mix-blend-mode: overlay;
    opacity: 0.6;
    height: 100%;
}

.course-highlights-9SYFx .nav-main-hyN0c svg path {
    stroke-dashoffset: 100;
    stroke-width: 0.5;
    stroke: rgb(181,193,215);
    stroke-dasharray: 100;
}

.course-highlights-9SYFx .master-sessions-Cbgze:hover h3::after {
    width: 120px;
}

.course-highlights-9SYFx .program-map-e7Sb9::before {
    top: 20px;
    background-size: 20px 20px, 25px 25px;
    background-image: 
        radial-gradient(circle, rgb(181,193,215,0.5) 1px, transparent 1px),
        radial-gradient(circle, rgb(145,162,188,0.5) 1px, transparent 1px);
    position: absolute;
    content: "";
    z-index: 1;
    background-position: 0 0, 10px 10px;
    animation: floatDots 10s infinite alternate ease-in-out;
    height: 90%;
    width: 150px;
    right: 48%;
    opacity: 0.2;
}

.register-now-yKTS5 .master-sessions-Cbgze:hover {
    transform: translateZ(40px) rotateX(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25), 0 10px 20px rgba(0, 0, 0, 0.15);
}

.register-now-yKTS5 svg:hover {
    transform: rotate(0deg) scale(1.1);
}

.register-now-yKTS5 .master-sessions-Cbgze div {
    display: flex;
    justify-content: flex-end;
    flex-grow: 1;
}

.register-now-yKTS5 .request-section-C59Ql:hover {
    transform: skewX(-5deg) translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.tariff-block-axSMH {
    background: linear-gradient(135deg, rgb(217,222,237) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}

.tariff-block-axSMH .skill-pricing-9sn4g {
    display: flex;
    flex-direction: column;
}

.tariff-block-axSMH .access-rates-sKzT5 h2 {
    color: #000000;
    margin-bottom: 1rem;
    font-size: 36px;
    display: inline-block;
    position: relative;
    font-weight: 700;
}

.tariff-block-axSMH .learning-cost-bZpAn {
    height: 100%;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    text-decoration: none;
    display: block;
    border-radius: 10px;
}

.tariff-block-axSMH .learning-cost-bZpAn:hover .access-plans-EFd9q h3::after {
    width: 80px;
}

.tariff-block-axSMH .learning-cost-bZpAn:hover .learn-price-QIXVx::before {
    width: 100%;
}

.tariff-block-axSMH .access-plans-EFd9q p {
    color: #000000;
    line-height: 1.6;
    word-break: break-word;
    font-size: 12px;
    margin-top: auto;
    overflow-wrap: break-word;
}

.tariff-block-axSMH .learning-cost-bZpAn:nth-child(3n+1) {
    border-top: 3px solid rgb(181,193,215);
}

.meet-us-v3r0m {
    position: relative;
    background: rgb(217,222,237);
    overflow: hidden;
    padding: 100px 0;
}

.meet-us-v3r0m .expert-network-C8JtY {
    align-items: center;
    display: flex;
    flex: 0 0 30%;
    background-color: rgb(181,193,215);
    flex-direction: column;
    padding: 40px;
    position: relative;
}

.meet-us-v3r0m .text-details-Qg81Y {
    flex: 0 0 70%;
    padding: 50px;
}

.meet-us-v3r0m .skill-mastery-itsjm svg {
    margin-right: 10px;
    fill: rgb(181,193,215);
    width: 30px;
    height: 30px;
}

.contact-form-box-VnBOo {
    overflow: hidden;
    background: rgb(217,222,237);
    padding: 100px 0;
    z-index: 1;
    position: relative;
}

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

.contact-form-box-VnBOo h3 {
    text-align: center;
    text-transform: uppercase;
    transform: skew(-5deg);
    font-weight: 700;
    color: #000000;
    font-size: 44px;
    position: relative;
    font-family: Arial, sans-serif;
    letter-spacing: 4px;
    margin-bottom: 60px;
}

.contact-form-box-VnBOo .help-form-7oaf9 #contact {
    transform: skew(3deg);
}

.contact-form-box-VnBOo .help-form-7oaf9 h3 {
    margin-bottom: 40px;
    color: #000000;
    text-align: left;
    transform: skew(0);
    font-size: 18px;
    font-weight: 700;
}

.contact-form-box-VnBOo .help-form-7oaf9 textarea {
    height: 140px;
    resize: vertical;
}

.contact-form-box-VnBOo .help-form-7oaf9 .feedback-info-391wV input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact-form-box-VnBOo .help-form-7oaf9 .feedback-info-391wV label::before {
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
    content: '';
    height: 24px;
    width: 24px;
    background-color: #ffffff;
    top: 0;
    border: 2px solid rgb(181,193,215);
}

.contact-form-box-VnBOo .help-form-7oaf9 .feedback-info-391wV a:hover {
    color: rgb(145,162,188);
}

.contact-form-box-VnBOo .help-form-7oaf9 .request-section-C59Ql {
    padding: 18px 40px;
    background: rgb(181,193,215);
    font-size: 17px;
    border: none;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
    color: #ffffff;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    font-weight: 700;
    position: relative;
}

.contact-form-box-VnBOo .query-box-y6v8O h4::after {
    left: 0;
    width: 60px;
    bottom: -15px;
    position: absolute;
    height: 3px;
    content: '';
    background: rgb(181,193,215);
}

.contact-form-box-VnBOo .query-box-y6v8O .support-query-BNoFq li svg path {
    fill: rgb(181,193,215);
}

.contact-form-box-VnBOo .query-box-y6v8O .support-query-BNoFq li a:hover {
    color: rgb(181,193,215);
}

.analysis-summary-wfvgt::before {
    height: 100%;
    top: 0;
    z-index: 0;
    background: linear-gradient(135deg, rgb(181,193,215,0.5) 0%, transparent 70%);
    left: 0;
    opacity: 0.1;
    width: 100%;
    position: absolute;
    content: "";
}

.analysis-summary-wfvgt .extra-study-rMEyi {
    display: inline-block;
    margin: 0 0 1.5rem;
    font-weight: 700;
    color: #000000;
    position: relative;
    font-size: 29px;
}

.analysis-summary-wfvgt .statistics-extra-p5yu6 {
    display: flex;
    margin: -1rem;
    flex-wrap: wrap;
}

.analysis-summary-wfvgt .statistics-advantage-vVa0k:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.analysis-summary-wfvgt .statistics-advantage-vVa0k h4::before {
    position: absolute;
    height: 200%;
    width: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 60%);
    transition: opacity 0.3s ease;
    top: -50%;
    left: -50%;
    content: "";
    opacity: 0;
}

.privacy-preserve-rimZg h1 {
    border-bottom: 2px solid rgb(181,193,215);
    font-size: 42px;
    font-weight: 700;
    color: rgb(181,193,215);
    margin-top: 40px;
    padding-bottom: 10px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.privacy-preserve-rimZg section {
    margin-top: 20px;
    padding: 20px;
    background: rgb(217,222,237);
    border-radius: 10px;
}

.teacher-profile-U4Ai8::after {
    background: linear-gradient(135deg, rgb(145,162,188,0.5) 0%, transparent 80%);
    bottom: -20%;
    width: 100%;
    opacity: 0.15;
    height: 60%;
    content: "";
    right: -20%;
    position: absolute;
    transform: rotate(-15deg);
    z-index: 0;
}

.teacher-profile-U4Ai8 .cover-photo-N8rb5 {
    position: relative;
    border-radius: 50%;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateZ(30px);
    box-shadow: 
    0 10px 25px rgba(0,0,0,0.1),
    0 5px 10px rgba(0,0,0,0.05);
    width: 180px;
    height: 180px;
}

.teacher-profile-U4Ai8 .cover-photo-N8rb5::after {
    inset: 0;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    box-shadow: inset 0 0 0 10px rgba(255,255,255,0.1);
    content: "";
}

.teacher-profile-U4Ai8 .user-feedback-grkiN > div:nth-child(2) > div {
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: calc(17px * 0.9);
    margin-top: 1rem;
    color: rgb(145,162,188);
}

header .header-lesson-OGB5P {
    background: linear-gradient(120deg, rgb(181,193,215) 0%, rgb(145,162,188,0.5) 100%);
    justify-content: space-between;
    padding: 1.5rem 0;
    align-items: center;
    box-sizing: border-box;
    overflow: visible;
    width: 100%;
    z-index: 99;
    display: flex;
    position: relative;
}

header .header-lesson-OGB5P .nav-main-hyN0c .top-mentor-HXBnk::before {
    background: rgba(0, 0, 0, 0.5);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    left: -20px;
    position: absolute;
    height: calc(100% + 20px);
    content: "";
    z-index: -1;
    width: calc(100% + 40px);
    top: -10px;
}

header .header-lesson-OGB5P .header-main-2x9sz .header-top-yalW0 a {
    transition: all 0.3s ease;
    transform-origin: center;
    color: #ffffff;
    font-size: 15px;
    padding: 1.2rem 1.5rem;
    position: relative;
    display: block;
    text-decoration: none;
    font-weight: 600;
}

.code-labs-G1s2A .company_holder h3 {
    font-size: 33px;
    position: relative;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-weight: 700;
    display: inline-block;
    letter-spacing: 1px;
}

.code-labs-G1s2A .first-expert-YdEob {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}

.code-labs-G1s2A .header-main-2x9sz h5::before {
    width: 8px;
    transform: translateY(-50%);
    height: 8px;
    left: -15px;
    position: absolute;
    border-radius: 50%;
    content: '';
    background: rgb(181,193,215);
    top: 50%;
}

.code-labs-G1s2A .header-main-2x9sz .first-expert-YdEob a:hover::before {
    background: rgb(181,193,215,0.5);
    width: 100%;
}

.footer-address-sBnwG::before {
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    left: 15%;
    right: 15%;
    opacity: 0.2;
    height: 1px;
    top: 0;
    content: '';
    position: absolute;
}

.code-labs-G1s2A .company_holder::after {
    filter: blur(60px);
    background: rgb(181,193,215,0.5);
    opacity: 0.4;
    content: '';
    z-index: -1;
    right: -50px;
    border-radius: 50%;
    position: absolute;
    width: 150px;
    height: 150px;
    top: 40px;
}

.code-labs-G1s2A .level-up-jtqpc::before {
    left: 80px;
    content: '';
    bottom: -50px;
    opacity: 0.25;
    background: rgb(145,162,188,0.5);
    width: 180px;
    border-radius: 50%;
    height: 180px;
    position: absolute;
    z-index: -1;
    filter: blur(70px);
}

.customer-experience-hPn0L h2 {
    font-weight: 700;
    text-align: center;
    display: inline-block;
    margin-bottom: 4rem;
    transform: translateX(-50%);
    letter-spacing: 3px;
    padding: 0 2rem;
    text-transform: uppercase;
    color: #000000;
    position: relative;
    left: 50%;
    font-size: 32px;
}

.customer-experience-hPn0L .user-feedback-grkiN:hover::before {
    animation: borderGlow 1.5s infinite alternate;
}

.customer-experience-hPn0L .user-feedback-grkiN img {
    height: 180px;
    width: 100%;
    border-bottom: 1px solid rgb(217,222,237);
    object-fit: cover;
    filter: grayscale(20%);
    transition: filter 0.3s ease;
}

.customer-experience-hPn0L .user-feedback-grkiN .description {
    position: relative;
    line-height: 1.6;
    color: #000000;
    font-weight: 400;
    font-size: 12px;
    padding: 1rem 1.5rem 1.5rem;
}

.primary-page-l1Eoh .start-base-iz2eY {
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    left: 0;
}

.primary-page-l1Eoh .page-begin-TDFhz {
    animation: slide-sequence 35s linear infinite;
    height: 100%;
    display: flex;
}



.primary-page-l1Eoh .page-begin-TDFhz {
    animation-duration: calc(var(--image-count, 5) * 7s);
    --image-count: 5;
}

.primary-page-l1Eoh .edu-front-kwxyL:nth-child(2n) img {
    animation-direction: alternate-reverse;
}

.primary-page-l1Eoh .text-details-Qg81Y h1 {
    display: inline-block;
    position: relative;
    color: #ffffff;
    margin-bottom: 1.5rem;
    font-weight: 700;
    font-size: 46px;
}

.primary-page-l1Eoh .text-details-Qg81Y h1::after {
    content: '';
    left: 0;
    position: absolute;
    height: 2px;
    bottom: -10px;
    background: linear-gradient(
        to right,
        transparent,
        rgb(181,193,215,0.5),
        transparent
    );
    width: 100%;
}

.primary-page-l1Eoh .text-details-Qg81Y .request-section-C59Ql:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px #000000;
}

.primary-page-l1Eoh:has(.edu-front-kwxyL:nth-child(2)) .page-begin-TDFhz {
    --image-count: 2;
}

.primary-page-l1Eoh:has(.edu-front-kwxyL:nth-child(4)):not(.edu-front-kwxyL:nth-child(5)) .page-begin-TDFhz {
    --image-count: 4;
}

.data-approval-NR1av {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cookie-dialog-window-jEJ86 p {
    font-size: 18px;
}

.learn-consent-KuHN6 svg, .learn-consent-KuHN6 svg path, .learn-consent-KuHN6 img {
    width: 100px;
    fill: rgb(181,193,215);
    height: 100px;
}

.outer-container-8CYKe .learn-consent-KuHN6 {
    align-items: center;
    border-radius: 50%;
    height: 80px;
    background:rgb(181,193,215);
    width: 80px;
    justify-content: center;
    display: flex;
}

.appMessage-cXKWl::before {
    filter: blur(60px);
    background: rgb(181,193,215,0.5);
    z-index: 0;
    position: absolute;
    right: -10%;
    width: 50%;
    opacity: 0.3;
    height: 80%;
    content: "";
    top: -20%;
    transform: rotate(-15deg) skew(15deg);
    animation: float 18s infinite ease-in-out;
}

.appMessage-cXKWl .master-sessions-Cbgze {
    transform: perspective(1000px) rotateX(0deg);
    border-left: 5px solid rgb(181,193,215);
    position: relative;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 
                0 5px 15px rgba(0,0,0,0.03),
                0 0 0 1px rgba(0,0,0,0.02);
    background: linear-gradient(135deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.95) 100%);
    padding: 40px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}


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



@media (max-width: 991px) {.course-highlights-9SYFx {
    padding: 80px 0;
}.course-highlights-9SYFx .master-sessions-Cbgze {
    display: flex;
    flex-direction: column;
}.course-highlights-9SYFx .program-map-e7Sb9 {
    padding: 220px 40px 50px 40px;
    min-height: auto;
}.course-highlights-9SYFx .cover-photo-N8rb5 {
    height: 200px;
    position: absolute;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    left: 10%;
    top: 0;
    border-radius: 0 0 50% 50% / 0 0 100% 100%;
    width: 80%;
}.course-highlights-9SYFx .nav-main-hyN0c {
    top: 160px;
    position: absolute;
    left: 40px;
    margin-bottom: 0;
}.course-highlights-9SYFx h3 {
    font-size: calc(30px * 0.9);
}.course-highlights-9SYFx .program-map-e7Sb9::before {
    display: none;
}
}



@media (min-width: 992px) {.tariff-block-axSMH .rate-choices-vocXp {
    grid-template-columns: repeat(2, 1fr);
}.tariff-block-axSMH .learning-cost-bZpAn:nth-child(4n+1) {
    transform: translateY(20px);
}.tariff-block-axSMH .learning-cost-bZpAn:nth-child(4n+3) {
    transform: translateY(-20px);
}.tariff-block-axSMH .learning-cost-bZpAn:hover {
    transform: translateY(0) scale(1.02);
}
}



@media (max-width: 480px) {.tariff-block-axSMH .rate-choices-vocXp {
    grid-template-columns: 1fr;
}.tariff-block-axSMH .access-rates-sKzT5 h2 {
    font-size: calc(36px * 0.8);
}.tariff-block-axSMH .learn-fees-Qwrtj {
    font-size: calc(12px * 0.9);
}.tariff-block-axSMH .access-plans-EFd9q p {
    max-height: 120px;
}}



@media (max-width: 480px) {.meet-us-v3r0m {
    padding: 40px 0;
}.meet-us-v3r0m .cover-photo-N8rb5 {
    height: 120px;
    width: 120px;
}.meet-us-v3r0m .expert-network-C8JtY {
    padding: 30px 15px;
}.meet-us-v3r0m .text-details-Qg81Y {
    padding: 30px 15px;
}.meet-us-v3r0m .pro-learning-UzrNJ {
    font-size: calc(23px - 0.2rem);
}.meet-us-v3r0m .value-prop-aQoId {
    font-size: calc(17px - 0.1rem);
}.meet-us-v3r0m h2 {
    padding-bottom: 10px;
    font-size: calc(28px - 0.4rem);
    margin-bottom: 15px;
}.meet-us-v3r0m p {
    font-size: calc(17px - 0.1rem);
}}



@media (max-width: 768px) {.analysis-summary-wfvgt {
    padding: 4rem 0;
}.analysis-summary-wfvgt .top-gain-h0Eyq {
    padding: 2rem;
    margin-bottom: 2rem;
}.analysis-summary-wfvgt .statistics-advantage-vVa0k {
    flex: 0 0 calc(100% - 2rem);
}.analysis-summary-wfvgt .statistics-advantage-vVa0k h4 {
    padding: 1.8rem;
    font-size: calc(29px * 1.2);
}.analysis-summary-wfvgt .statistics-advantage-vVa0k span {
    padding: 1.8rem;
}.analysis-summary-wfvgt .extra-study-rMEyi {
    margin-bottom: 1.2rem;
    font-size: calc(29px * 0.9);
}.analysis-summary-wfvgt .statistics-benefit-uSINo {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}
}



@media (min-width: 992px) {.teacher-profile-U4Ai8 .user-feedback-grkiN {
    grid-template-columns: 250px 1fr;
    padding: 3.5rem 4rem;
    grid-gap: 3rem;
}.teacher-profile-U4Ai8 .cover-photo-N8rb5 {
    width: 220px;
    height: 220px;
}.teacher-profile-U4Ai8 .name {
    font-size: calc(24px * 1.1);
}.teacher-profile-U4Ai8 .user-feedback-grkiN > div:nth-child(2) > div {
    font-size: 17px;
}.teacher-profile-U4Ai8 .career-exp-fm7Ev {
    line-height: 1.9;
    font-size: calc(17px * 1.05);
}
}



@media (max-width: 992px) {.code-labs-G1s2A .container {
    grid-template-columns: repeat(1, 1fr);
}.code-labs-G1s2A .company_holder {
    margin-bottom: 40px;
    grid-column: 1 / -1;
}.code-labs-G1s2A .level-up-jtqpc {
    grid-column: 1 / -1;
}.code-labs-G1s2A .first-expert-YdEob {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 768px) {.code-labs-G1s2A {
    padding: 60px 0 30px;
}.code-labs-G1s2A .first-expert-YdEob {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
}.code-labs-G1s2A .header-main-2x9sz {
    padding: 0;
}}



@media (max-width: 992px) {.primary-page-l1Eoh .text-details-Qg81Y {
    max-width: 600px;
    padding: 2rem;
}.primary-page-l1Eoh .text-details-Qg81Y h1 {
    font-size: 46px;
}.primary-page-l1Eoh .text-details-Qg81Y p {
    font-size: calc(14px * 0.95);
}
    
}



@media (max-width: 420px) {.primary-page-l1Eoh {
    height: 70vh;
}.primary-page-l1Eoh .text-details-Qg81Y {
    padding: 1.2rem;
}.primary-page-l1Eoh .text-details-Qg81Y h1 {
    font-size: calc(46px * 0.8);
}.primary-page-l1Eoh .text-details-Qg81Y p {
    font-size: calc(14px * 0.85);
    margin-bottom: 1rem;
}.primary-page-l1Eoh .text-details-Qg81Y .request-section-C59Ql {
    font-size: calc(18px * 0.9);
    padding: 0.5rem 1.5rem;
}
    
}



@media (max-width: 767px) {.appMessage-cXKWl {
    padding: 70px 0;
}.appMessage-cXKWl h2 {
    font-size: calc(34px * 0.8);
    line-height: 1.4;
}.appMessage-cXKWl h2::after {
    bottom: -12px;
    width: 60px;
}.appMessage-cXKWl .master-sessions-Cbgze {
    padding: 25px 20px;
    border-left: 4px solid rgb(181,193,215);
}.appMessage-cXKWl li {
    padding-left: 20px;
}.appMessage-cXKWl li::before {
    width: 10px;
    top: 7px;
    height: 10px;
}.appMessage-cXKWl span {
    line-height: 1.7;
    font-size: calc(12px - 1px);
}
}



@keyframes rotateGradient {
  0% { transform: rotate(-45deg); }
  100% { transform: rotate(315deg); }
}

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



@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 5px rgb(181,193,215), 0 0 10px rgb(181,193,215,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(181,193,215), 0 0 20px rgb(181,193,215);
    }
}



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

