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

html,body {
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
    color: #000000;
    height: 100%;
    min-height: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}


.program-overview-419 {
    padding: 120px 0 100px;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(214,217,225) 0%, rgba(245, 247, 250, 0.95) 100%);
    z-index: 1;
    position: relative;
}

.program-overview-419 .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}

.program-overview-419 h2::after {
    transition: transform 0.4s ease-out;
    transform-origin: left;
    transform: scaleX(1);
    left: 0;
    width: 80px;
    content: "";
    position: absolute;
    background: rgb(172,179,195);
    bottom: -10px;
    height: this;
}

.program-overview-419 .pic-border-071 {
    transform: perspective(1000px) rotateY(-2deg) translateZ(10px);
    border: none;
    position: relative;
    overflow: hidden;
    height: 350px;
    box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.2);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.5s ease;
}

.program-overview-419 .text-content-469:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}

.program-overview-419 .text-content-469:hover::before {
    height: 100%;
}

.program-overview-419 .description {
    transform: translateZ(0);
    line-height: 1.7;
    transition: transform 0.4s ease;
    margin-bottom: 20px;
    color: #000000;
    position: relative;
    font-size: 16px;
}




.program-overview-419 .knowledge-track-213:hover .pic-border-071 {
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

header .nav-info-598 {
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 15px;
    display: flex;
    width: 100%;
}

header .nav-info-598 .header-train-389 {
    margin-right: 20px;
    position: relative;
    z-index: 2;
    padding: 5px 10px;
}

header .nav-info-598 .header-train-389::before {
    content: '';
    top: 0;
    border: 1px solid rgb(123,110,160,0.5);
    width: 100%;
    opacity: 0;
    left: 0;
    height: 100%;
    transition: opacity 0.4s ease;
    border-radius: 10px;
    position: absolute;
    box-shadow: 0 0 15px rgb(123,110,160,0.5);
}

header .nav-info-598 .nav-master-192::before {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.2;
    background: radial-gradient(
        ellipse at center,
        rgb(123,110,160,0.5) 0%,
        transparent 70%
    );
    content: '';
    top: 0;
    border-radius: 10px;
    left: 0;
}

header .nav-info-598 .nav-master-192 .main-pro-317:hover a {
    text-shadow: 0 0 5px rgb(172,179,195,0.5);
    color: rgb(172,179,195);
}

.program-assets-517::before {
    content: "";
    left: 0;
    background-size: 20px 20px;
    position: absolute;
    height: 100%;
    opacity: 0.07;
    top: 0;
    width: 100%;
    z-index: 0;
    background-image: 
    linear-gradient(45deg, rgb(123,110,160,0.5) 25%, transparent 25%),
    linear-gradient(-45deg, rgb(123,110,160,0.5) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgb(123,110,160,0.5) 75%),
    linear-gradient(-45deg, transparent 75%, rgb(123,110,160,0.5) 75%);
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
}

.program-assets-517 h1 {
    transform: translateX(-5px);
    position: relative;
    margin-bottom: 2rem;
    font-size: 47px;
    color: #000000;
    line-height: 1.3;
    font-weight: 700;
}

.program-assets-517:hover h1::after {
    transform: scaleX(1);
}

.program-assets-517 li {
    padding-left: 2.5rem;
    transition: transform 0.3s ease;
    position: relative;
}

.program-assets-517 li p {
    line-height: 1.6;
    margin: 0;
    color: #000000;
    font-weight: 400;
    font-size: calc(18px * 1.05);
}

.program-assets-517 li:hover svg path {
    fill: rgb(123,110,160);
}

.ty-note-760 {
    background: linear-gradient(135deg, rgb(123,110,160,0.5) 0%, rgb(172,179,195,0.5) 40%, rgb(214,217,225) 100%);
    perspective: 1000px;
    padding: 7rem 0;
    overflow: hidden;
    position: relative;
}

.ty-note-760 .container {
    transform-style: preserve-3d;
    z-index: 2;
    position: relative;
}

.ty-note-760 .teach-style-492::before {
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%
    );
    content: "";
    pointer-events: none;
    width: 100%;
    animation: shimmer 4s infinite;
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
}

.ty-note-760 .teach-style-492 > div:first-child {
    animation: slideInLeft 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards 0.2s;
    opacity: 0;
    position: relative;
    transform: translateX(-2rem);
}

.ty-note-760 h5::after {
    bottom: 0;
    background: linear-gradient(90deg, rgb(172,179,195) 0%, rgb(123,110,160) 100%);
    position: absolute;
    left: 0;
    height: 3px;
    animation: lineGrow 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 1s;
    width: 0;
    content: "";
}

.ty-note-760 a:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

.ty-note-760 a:hover::before {
    opacity: 0.15;
}

.ty-note-760 a:hover p {
    transform: translateY(-3px);
    color: #000000;
}

.ty-note-760 a:hover::after {
    transform: scaleX(1);
}

.pricing-set-813 {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(145deg, rgb(214,217,225), #ffffff);
}

.pricing-set-813 .container {
    max-width: 1320px;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}

.pricing-set-813 .learn-price-439 h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: rgb(172,179,195);
    position: relative;
    display: inline-block;
}

.pricing-set-813 .learn-price-439 .learn-pricing-418 {
    font-size: 14px;
    margin: 0 auto;
    font-weight: 400;
    max-width: 80%;
    color: #000000;
    line-height: 1.6;
}

.pricing-set-813 .pricing-deals-841:nth-child(1) {
    --i: 1;
}

.pricing-set-813 .pricing-deals-841:nth-child(3) {
    --i: 3;
}

.pricing-set-813 .pricing-deals-841:hover {
    transform: translateY(-5px) scale(1.02);
}

.pricing-set-813 .pricing-deals-841:hover .rate-choices-928 {
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.pricing-set-813 .indv-sub-936::before {
    width: 120px;
    top: 0;
    z-index: -1;
    right: 0;
    transform: translate(30px, -30px);
    background: linear-gradient(135deg, transparent 50%, rgb(172,179,195,0.5) 50%);
    opacity: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
    position: absolute;
    height: 120px;
    content: "";
}

.pricing-set-813 .pricing-deals-841:hover .bundle-rate-561::before {
    width: 80px;
}

.pricing-set-813 .pricing-deals-841 p {
    color: #000000;
    line-height: 1.6;
    overflow-wrap: break-word;
    word-wrap: break-word;
    margin-bottom: 0;
    word-break: break-word;
    -ms-word-break: break-all;
    font-size: 14px;
}

.academic-experience-291::before {
    animation: rotateBg 30s linear infinite;
    width: 100%;
    left: 0;
    height: 100%;
    opacity: 0.2;
    position: absolute;
    content: "";
    background: conic-gradient(from 45deg at 50% 50%, transparent 0deg, rgb(172,179,195,0.5) 90deg, transparent 180deg, rgb(123,110,160,0.5) 270deg, transparent 360deg);
    top: 0;
}

.academic-experience-291 .testimonials-hub-532:hover .pic-border-071 {
    transform: translateZ(30px);
}

.academic-experience-291 .name {
    font-weight: 700;
    grid-area: name;
    font-size: 34px;
    transform: translateZ(10px);
    color: #ffffff;
    margin-bottom: 0.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.academic-experience-291 .exp-projects-381::before {
    content: "";
    mix-blend-mode: overlay;
    position: absolute;
    width: 100%;
    opacity: 0.1;
    border-radius: 10px;
    top: 0;
    height: 100%;
    left: 0;
    background: linear-gradient(90deg, rgb(172,179,195,0.5) 0%, transparent 100%);
}

.cookieNotificationBox-497 p {
    font-size: 18px;
}

.secure-cookies-145 {
    flex-shrink: 0;
    margin-right: 10px;
}

.cookieNotificationBox-497 p a {
    text-decoration: none;
    color: rgb(172,179,195);
}


#cookiePolicyAlert-096 {
    display: none;
}

.opening-board-679 {
    position: relative;
    overflow: hidden;
}

.opening-board-679 .learn-main-932::before {
    z-index: 1;
    top: 0;
    backdrop-filter: blur(3px) saturate(1.2);
    height: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(
    135deg,
    rgb(172,179,195,0.5) 0%,
    rgba(25, 25, 60, 0.75) 100%
  );
    width: 100%;
    content: "";
}

.opening-board-679 .study-sessions-048 > div:first-child::after {
    background: linear-gradient(90deg, rgb(123,110,160) 0%, transparent 100%);
    height: 4px;
    position: absolute;
    border-radius: 10px;
    width: 80px;
    bottom: -1.25rem;
    content: "";
    box-shadow: 0 2px 8px rgba(rgb(123,110,160), 0.3);
    left: 0;
}

.opening-board-679 h3 {
    animation-fill-mode: both;
    color: #ffffff;
    margin-bottom: 1.5rem;
    font-size: clamp(1.25rem, 3vw, 18px);
    transform: translateZ(10px);
    opacity: 0.95;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    line-height: 1.4;
    font-weight: 600;
}

.connect-form-125 {
    overflow: hidden;
    padding: 90px 0;
    background: linear-gradient(160deg, rgb(214,217,225) 0%, rgb(172,179,195,0.5) 100%);
    position: relative;
}

.connect-form-125 h2 {
    position: relative;
    font-family: Arial, sans-serif;
    text-align: center;
    margin-bottom: 50px;
    font-size: 45px;
    color: #000000;
    font-weight: 700;
}

.connect-form-125 .pic-border-071 {
    height: 200px;
    width: 100%;
    position: relative;
}

.connect-form-125 form {
    width: 100%;
}

.connect-form-125 form h3::after {
    bottom: -10px;
    content: "";
    left: 0;
    height: 3px;
    width: 100%;
    position: absolute;
    border-radius: 1.5px;
    background: rgb(172,179,195);
}

.connect-form-125 form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.35);
}

.connect-form-125 .message-map-036 {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}

.connect-form-125 .message-map-036 label::before {
    transition: all 0.3s ease;
    height: 22px;
    position: absolute;
    width: 22px;
    left: 0;
    border-radius: 10px;
    top: 2px;
    background: rgb(214,217,225);
    content: "";
}

.connect-form-125 .message-map-036 label a:hover {
    text-decoration: underline;
}

.connect-form-125 form .support-list-210:hover {
    background: rgb(123,110,160);
}

.connect-form-125 svg path {
    fill: rgb(172,179,195);
    transition: fill 0.3s ease;
}

footer::before {
    content: "";
    right: 0;
    background: linear-gradient(135deg, rgb(172,179,195,0.5) 0%, rgb(123,110,160,0.5) 100%);
    top: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    z-index: -1;
    opacity: 0.92;
}

.subscr-info-763 .company_holder::after {
    background: linear-gradient(to bottom, #ffffff, transparent);
    width: 1px;
    position: absolute;
    right: 1.5rem;
    opacity: 0.3;
    content: "";
    height: 100%;
    top: 0;
}

.subscr-info-763 .license-cta-385 {
    transform: skewX(-5deg);
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff;
    line-height: 1.6;
    padding: 1.5rem;
    transform-origin: left top;
    font-size: 17px;
    border-left: 3px solid rgb(172,179,195);
}

.subscr-info-763 .nav-master-192 h5::before {
    content: "";
    bottom: 0;
    top: 0;
    transform: skewX(5deg);
    position: absolute;
    background: rgb(172,179,195);
    left: 0;
    width: 3px;
}

.subscr-info-763 .nav-master-192 .nav-sitebar-051 a:hover {
    color: #ffffff;
    padding-left: 1.5rem;
    transform: skewX(-5deg) translateX(5px);
    background: rgba(255, 255, 255, 0.1);
}

.subscr-info-763 .nav-master-192 .nav-sitebar-051 a:hover::before {
    left: 100%;
}

.leaderboard-709 .container {
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.find-support-423 {
    background: linear-gradient(135deg, rgb(214,217,225) 0%, #ffffff 60%, rgb(214,217,225) 100%);
    color: #000000;
    perspective: 1000px;
    overflow: hidden;
    padding: 80px 20px;
    position: relative;
    font-family: Arial, sans-serif;
}

.find-support-423 h1 {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    font-weight: 700;
    transform: perspective(800px) translateZ(0);
    text-align: center;
    margin-bottom: 40px;
    font-size: 45px;
}

.find-support-423 .edu-query-180 > div {
    background: #ffffff;
    padding: 30px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 1;
    transform: perspective(1000px) rotateX(0deg);
    overflow: hidden;
    border-radius: 10px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
}

.find-support-423 h6 {
    align-items: center;
    margin-bottom: 10px;
    font-weight: 600;
    color: #000000;
    text-transform: capitalize;
    font-size: 16px;
    display: flex;
}

.find-support-423 .assist-experts-678 > div:hover {
    transform: translateX(10px);
}

.find-support-423 .ask-question-836:hover {
    color: rgb(172,179,195);
}

.find-support-423 .ask-question-836:hover::after {
    width: 70%;
}

.find-support-423 .ask-question-836 svg {
    transition: transform 0.3s ease;
    margin-left: 10px;
}

.find-support-423 .ask-question-836:hover svg path {
    fill: rgb(172,179,195);
}

.sign-up-246 {
    background: rgb(214,217,225);
    z-index: 1;
    padding: 5rem 2rem;
    position: relative;
    overflow: hidden;
}

.sign-up-246 .container {
    max-width: 1140px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}

.sign-up-246 .teach-style-492 {
    grid-template-columns: 38.2% 61.8%;
    position: relative;
    display: grid;
    gap: 0;
}

.sign-up-246 p {
    margin: 0;
    font-family: Arial, sans-serif;
    align-items: center;
    color: #000000;
    font-size: 29px;
    height: 100%;
    padding-right: 2rem;
    font-weight: 700;
    position: relative;
    line-height: 1.3;
    display: flex;
}

.sign-up-246 p::after {
    content: "";
    bottom: -20px;
    transform-origin: right;
    position: absolute;
    right: 0;
    background: rgb(123,110,160);
    height: 3px;
    animation: extendWidth 1.5s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards;
    width: 38.2%;
}

.sign-up-246 .sub-border-914:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-color: rgb(172,179,195);
}

.sign-up-246 .support-list-210 {
    position: relative;
    border: 1px solid #000000;
    overflow: hidden;
    font-size: 15px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    padding: 1.2rem 0;
    cursor: pointer;
    background: #000000;
    width: 38.2%;
    color: #ffffff;
    font-weight: 600;
}

.future-attendees-839::after {
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 100%;
    background: 
        radial-gradient(circle at 90% 10%, rgba(rgb(172,179,195,0.5), 0.2) 0%, transparent 50%),
        radial-gradient(circle at 10% 90%, rgba(rgb(123,110,160,0.5), 0.2) 0%, transparent 50%);
    left: 0;
}

.future-attendees-839 h3::before {
    content: "";
    right: 0;
    width: 10px;
    height: 100%;
    top: 0;
    background: rgb(172,179,195);
    position: absolute;
}

.future-attendees-839 h3::after {
    content: "";
    position: absolute;
    right: 0;
    width: 100%;
    background: linear-gradient(
        to left,
        rgb(172,179,195),
        transparent
    );
    height: 1px;
    bottom: -10px;
}

.future-attendees-839 li::before {
    height: 4px;
    width: 100%;
    position: absolute;
    background: linear-gradient(
        90deg,
        rgb(172,179,195,0.5),
        rgb(123,110,160,0.5)
    );
    opacity: 0;
    transition: opacity 0.3s ease;
    content: "";
    left: 0;
    top: 0;
}

.future-attendees-839 li::before {
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    background: linear-gradient(
        90deg,
        rgb(123,110,160),
        transparent
    );
    height: 2px;
    width: 100%;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.future-attendees-839 li svg path {
    fill: rgb(123,110,160);
    transition: fill 0.3s ease;
}

.future-attendees-839 li:hover svg path {
    fill: rgb(172,179,195);
}

.secure-bolt-814 h2 {
    margin-bottom: 25px;
    border-bottom: 2px solid rgb(123,110,160);
    font-weight: 600;
    margin-top: 40px;
    width: 100%;
    text-align: center;
    font-size: 28px;
    padding-bottom: 10px;
    color: rgb(123,110,160);
}

.secure-bolt-814 h3, .secure-bolt-814 h4, .secure-bolt-814 h5, .secure-bolt-814 h6 {
    margin-top: 30px;
    text-align: center;
    border-bottom: 1px solid rgb(172,179,195);
    margin-bottom: 20px;
    color: rgb(172,179,195);
    padding-bottom: 5px;
    font-size: 18px;
    width: 100%;
    font-weight: 600;
}

.our-mission-761::before {
    backdrop-filter: blur(2px);
    position: absolute;
    height: 100%;
    z-index: 1;
    left: 0;
    background: linear-gradient(135deg, rgb(172,179,195,0.5), rgba(0, 0, 0, 0.5) 70%);
    content: "";
    top: 0;
    width: 100%;
}

.our-mission-761 .text-content-469:hover {
    transform: translateY(-5px);
}

.our-mission-761 .text-content-469 > div:first-child {
    margin-bottom: 1.5rem;
    position: relative;
}

.our-mission-761 .text-content-469 > div:first-child::after {
    width: 50px;
    transition: width 0.4s ease;
    left: 0;
    content: "";
    transform-origin: left center;
    height: 2px;
    position: absolute;
    bottom: -10px;
    background: rgb(172,179,195);
}

.our-mission-761 p b {
    position: relative;
    font-weight: 700;
    color: rgb(123,110,160);
    letter-spacing: 0.5px;
    display: inline-block;
}

.our-mission-761 ol li {
    line-height: 1.8;
    column-gap: 2.5rem;
    padding-left: 0;
    color: #000000;
    font-family: Arial, sans-serif;
    column-count: 1;
    font-size: 18px;
    position: relative;
    text-align: justify;
}



.our-mission-761::after {
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgb(255, 255, 255, 0.5), transparent);
    animation: gradientShift 8s ease infinite;
    left: 0;
    background-size: 200% 200%;
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
}



@media (max-width: 767px) {.program-overview-419 {
    padding: 80px 0 70px;
}.program-overview-419 h2 {
    margin-bottom: 30px;
    font-size: calc(34px * 0.85);
}.program-overview-419 .pic-border-071 {
    height: 250px;
}.program-overview-419 .text-content-469 {
    padding: 30px 20px;
}.program-overview-419 .description {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}
}



@media (max-width: 992px) {header .nav-info-598 {
    flex-direction: column;
}header .nav-info-598 .header-train-389 {
    align-self: center;
    margin: 0 0 15px 0;
}header .nav-info-598 .nav-master-192 {
    justify-content: center;
    width: 100%;
}header .nav-info-598 .nav-master-192 .main-pro-317 a {
    padding: 10px 15px;
    font-size: calc(12px - 1px);
}}



@media (max-width: 767px) {.program-assets-517 h1 {
    font-size: calc(47px * 0.85);
}.program-assets-517 li {
    padding-left: 2rem;
}.program-assets-517 li svg {
    transform: scale(0.8);
}.program-assets-517 .text-content-469 {
    padding: 1.5rem;
}
}



@media (max-width: 767px) {.ty-note-760 {
    padding: 4rem 0;
}.ty-note-760 .teach-style-492 {
    padding: 2rem;
    gap: 1.5rem;
}.ty-note-760 h5 {
    font-size: calc(20px * 0.9);
}.ty-note-760 h5::after {
    height: 2px;
}.ty-note-760 a {
    padding: 1.2rem;
}
}



@media (min-width: 768px) {.pricing-set-813 .plan-deals-780 {
    grid-template-columns: repeat(2, 1fr);
}.pricing-set-813 .learn-price-439 {
    padding: 3rem;
}.pricing-set-813 .indv-sub-936 {
    padding: 2.8rem 2.2rem;
}
}



@media (min-width: 1200px) {.pricing-set-813 .plan-deals-780 {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.pricing-set-813 .indv-sub-936 {
    padding: 3rem 2.5rem;
}.pricing-set-813 .learn-price-439 h2 {
    font-size: calc(30px + 0.3rem);
}
}



@media (max-width: 991px) {.academic-experience-291 .testimonials-hub-532 {
    grid-template-areas:
            "photo photo"
            "name job"
            "quote quote";
    grid-template-columns: 1fr 1fr;
}.academic-experience-291 .pic-border-071 {
    min-height: 300px;
    clip-path: polygon(0 0, 100% 0, 95% 95%, 5% 95%);
}
}


@media only screen and (max-width: 800px) {.secure-cookies-145 {
    display: none;
}.cookies-tech-971 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.cookieNotificationBox-497 h5 {
    text-align: center;
}.cookieNotificationBox-497 p {
    text-align: center;
}.track-edu-754 {
    margin-bottom: 20px;
}body .segment-wrapper-561 .cookie-lock-780 {
    margin-left: 0;
}}



@media screen and (min-width: 768px) {.connect-form-125 .message-reach-451 {
    max-width: 1000px;
    flex-direction: row;
}.connect-form-125 .pic-border-071 {
    height: auto;
    width: 40%;
    min-height: 400px;
}.connect-form-125 .request-request-105 {
    width: 60%;
}
}



@media screen and (min-width: 1200px) {.connect-form-125 .message-reach-451 {
    max-width: 1100px;
}.connect-form-125 .pic-border-071 {
    min-height: 500px;
}
}



@media (max-width: 1200px) {.subscr-info-763 .company_holder {
    flex: 0 0 35%;
    padding-right: 2rem;
}.subscr-info-763 .footer-social-190 {
    flex: 0 0 65%;
}
}



@media (max-width: 992px) {.subscr-info-763 {
    padding: 4rem 0 2rem;
}.subscr-info-763 .container {
    flex-direction: column;
}.subscr-info-763 .company_holder {
    margin-bottom: 3rem;
    flex: 0 0 100%;
    padding-right: 0;
}.subscr-info-763 .company_holder::after {
    display: none;
}.subscr-info-763 .footer-social-190 {
    flex: 0 0 100%;
}.subscr-info-763 .nav-master-192 {
    padding-bottom: 1.5rem;
}
}



@media (max-width: 420px) {.subscr-info-763 .company_holder h3 {
    transform: skewX(-5deg);
}.subscr-info-763 .company_holder h3::after {
    width: 60px;
}.subscr-info-763 .license-cta-385 {
    transform: none;
}.subscr-info-763 .nav-master-192 h5 {
    transform: none;
}.subscr-info-763 .nav-master-192 h5::before {
    transform: none;
}.subscr-info-763 .nav-master-192 .nav-sitebar-051 a,
    .subscr-info-763 .nav-master-192 .nav-sitebar-051 a:hover,
    .leaderboard-709 .access-cta-234 {
    transform: none;
}}



@media (prefers-reduced-motion) {.find-support-423 .edu-query-180 > div,
    .find-support-423 h1,
    .find-support-423 .ask-question-836,
    .find-support-423 svg,
    .find-support-423 .assist-experts-678 > div {
    transition: none !important;
}}



@media (max-width: 992px) {.sign-up-246 {
    padding: 4rem 1.5rem;
}.sign-up-246 .teach-style-492 {
    gap: 2rem;
    grid-template-columns: 1fr;
}.sign-up-246 p {
    font-size: calc(29px * 0.9);
    padding-left: 1.5rem;
    padding-right: 0;
}.sign-up-246 p::before {
    height: 80%;
    left: 0;
}.sign-up-246 p::after {
    width: 50%;
    left: 0;
    right: auto;
}.sign-up-246 .input_holder {
    padding-left: 0;
}
}



@media (min-width: 992px) {.future-attendees-839 ul {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
}.future-attendees-839 li:first-child {
    grid-row: 1;
    grid-column: 1;
}.future-attendees-839 li:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}.future-attendees-839 li:nth-child(3) {
    grid-row: 1;
    grid-column: 3;
}.future-attendees-839 li:nth-child(4) {
    grid-column: 1;
    grid-row: 2;
}.future-attendees-839 li:nth-child(5) {
    grid-row: 2;
    grid-column: 2;
}.future-attendees-839 li:nth-child(6) {
    grid-column: 3;
    grid-row: 2;
}
}



@media only screen and (max-width: 800px) {.secure-bolt-814 {
    padding: 20px 10px;
}.secure-bolt-814 h1 {
    font-size: calc(18px * 0.8);
    width: 100%;
}.secure-bolt-814 h2 {
    width: 100%;
    font-size: calc(18px * 0.8);
}.secure-bolt-814 h3, .secure-bolt-814 h4, .secure-bolt-814 h5, .secure-bolt-814 h6 {
    width: 100%;
    font-size: calc(18px * 0.8);
}.secure-bolt-814 p, .secure-bolt-814 span, .secure-bolt-814 div {
    width: 100%;
    font-size: calc(18px * 0.9);
}.secure-bolt-814 ul, .secure-bolt-814 ol {
    width: 100%;
}.secure-bolt-814 section {
    width: 100%;
}}



@keyframes lineGrow {
    from {
        width: 0;
    }
    to {
        width: 60%;
    }
}



@keyframes rotateGradient {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}



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



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



@keyframes rotateDiamond {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

