header,footer {
    width: 100%;
}

header {
    padding: 1.2rem 0;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 97% 100%, 3% 100%, 0 85%);
    background-color: rgb(230,225,233);
    z-index: 1000;
    position: relative;
}


.base-thankPageID {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(230,225,233), #ffffff);
}

.base-thankPageID .container {
    margin: 0 auto;
    z-index: 2;
    transform-style: preserve-3d;
    position: relative;
    max-width: 1140px;
    perspective: 1000px;
    padding: 0 20px;
}

.base-thankPageID h2 {
    animation: fadeSlideIn 0.8s ease-out forwards;
    font-weight: 600;
    transform: translateZ(20px);
    color: #000000;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    position: relative;
    margin-bottom: 40px;
    font-size: 33px;
    line-height: 1.4;
}

.base-thankPageID .base-learn-study::before {
    content: "";
    border-radius: 50%;
    right: 20px;
    width: 100px;
    transform: translateZ(-5px);
    position: absolute;
    height: 100px;
    opacity: 0.15;
    top: 20px;
    background: linear-gradient(135deg, rgb(166,152,173,0.5) 30%, transparent 70%);
}

.base-teaching-experience {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(230,225,233) 0%, #f5f7fa 100%);
    padding: 90px 0;
    position: relative;
}

.base-teaching-experience .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
}

.base-teaching-experience .base-client-views {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform: perspective(1000px) rotateY(2deg);
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    grid-template-columns: 1fr;
    display: grid;
    background: #ffffff;
    grid-gap: 30px;
    padding: 40px;
}

.base-teaching-experience .name {
    font-size: 23px;
    font-weight: 700;
    color: rgb(202,191,208);
    position: relative;
    margin-bottom: 5px;
    display: inline-block;
}

.base-teaching-experience .base-client-views > div:nth-child(2) > div {
    color: rgb(166,152,173);
    padding-left: 0;
    font-size: calc(16px - 1px);
    margin-bottom: 15px;
    transition: padding-left 0.3s ease;
    font-weight: 600;
    position: relative;
}

.base-privacy-niche {
    overflow: hidden;
    background-color: #ffffff;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: 100%;
    width: 100%;
}

.base-privacy-niche h2 {
    text-align: left;
    margin-bottom: 15px;
    border-bottom: 1px solid rgb(166,152,173);
    font-family: Arial, sans-serif;
    padding-bottom: 5px;
    font-size: 29px;
    font-weight: 600;
    color: rgb(166,152,173);
    margin-top: 25px;
}

.base-privacy-niche li::before {
    left: 0;
    top: 0;
    position: absolute;
    color: rgb(202,191,208);
    content: "•";
    font-size: 1.2em;
    line-height: 1em;
}

.base-title-welcome .base-learn-study {
    position: relative;
    width: 100%;
    grid-template-columns: 1fr;
    min-height: 100vh;
    display: grid;
    z-index: 1;
    padding: 2rem;
}

.base-title-welcome::after {
    filter: blur(15px);
    animation: floatBackground 22s ease-in-out infinite alternate-reverse;
    opacity: 0.12;
    position: absolute;
    border-radius: 30% 70% 70% 30% / 60% 40% 60% 40%;
    content: "";
    height: 60%;
    transform: rotate(8deg);
    left: -10%;
    z-index: 0;
    background: linear-gradient(135deg, rgb(166,152,173,0.5) 20%, rgb(202,191,208,0.5) 80%);
    width: 55%;
    bottom: -15%;
}

.base-title-welcome .base-start-first {
    margin-bottom: 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    opacity: 0;
    transform: translateY(10px);
    animation: fadeIn 0.8s ease forwards 0.6s;
}

.base-title-welcome .base-start-first p::before {
    border-radius: 10px;
    top: 0.5rem;
    bottom: 0.5rem;
    width: 3px;
    background: linear-gradient(to bottom, rgb(202,191,208), rgb(166,152,173));
    content: "";
    position: absolute;
    left: 0;
}

.base-title-welcome svg:hover path {
    fill: rgb(202,191,208);
    filter: brightness(1.1);
}

.base-title-welcome ul {
    padding: 0;
    transform: translateY(10px);
    display: flex;
    margin: 0;
    opacity: 0;
    list-style: none;
    animation: fadeIn 0.8s ease forwards 1.1s;
}

.base-title-welcome .base-reach-request:hover {
    box-shadow: 0 7px 14px rgba(94, 170, 168, 0.25);
    transform: translateY(-3px);
}

.base-title-welcome .base-reach-request:hover::before {
    left: 100%;
}

.base-title-welcome .base-reach-request:active {
    box-shadow: 0 4px 8px rgba(94, 170, 168, 0.2);
    transform: translateY(-1px);
}

.base-title-welcome .base-image-carousel::before {
    left: 0;
    background: linear-gradient(to bottom, rgba(94, 170, 168, 0.2), transparent);
    transition: opacity 0.3s ease;
    opacity: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    content: "";
}

.base-course-program-info::after {
    transform: rotate(15deg);
    right: -50px;
    height: 200px;
    position: absolute;
    z-index: 1;
    top: -50px;
    border: 1px solid rgb(202,191,208,0.5);
    opacity: 0.2;
    content: "";
    width: 200px;
}

.base-course-program-info h2::after {
    transform-origin: left center;
    background: rgb(202,191,208);
    height: 3px;
    bottom: -15px;
    left: 0;
    content: "";
    position: absolute;
    transform: scaleX(1);
    width: 80px;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.base-course-program-info .base-image-carousel::after {
    content: "";
    left: -10%;
    position: absolute;
    width: 120%;
    transition: opacity 0.5s ease;
    opacity: 0;
    top: -10%;
    background: rgb(202,191,208);
    height: 120%;
    mix-blend-mode: overlay;
}

.base-course-program-info .base-details-box::before {
    position: absolute;
    left: 0;
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    width: 3px;
    height: 0;
    top: 0;
    background: rgb(202,191,208);
    content: "";
}

.base-course-program-info .description::before {
    position: absolute;
    top: 0.7em;
    border-radius: 50%;
    height: 5px;
    content: "";
    left: 0;
    width: 5px;
    background: rgb(202,191,208);
    opacity: 0.7;
}

header .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 1.5rem;
}

header .base-page-top {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
}

header .base-main-lead {
    font-weight: 400;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    font-family: Arial, sans-serif;
    color: #ffffff;
    padding: 0.7rem 1.2rem;
    position: relative;
    font-size: 16px;
    border-radius: 10px;
    text-decoration: none;
}

header .base-main-lead:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    color: #ffffff;
}

header .base-main-mainbar {
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    align-items: center;
    border-radius: 10px;
    padding: 0.5rem 1rem;
}

.base-test-drive::before {
    left: 0;
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 15px,
        transparent 15px,
        transparent 30px
    );
    top: 0;
    z-index: -1;
}

.base-test-drive h6 {
    font-size: clamp(1.25rem, 2vw + 0.5rem, 2rem);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    text-align: center;
    color: #ffffff;
    margin: 0;
    letter-spacing: 0.02em;
    transform: perspective(1000px) translateZ(10px);
    line-height: 1.4;
    font-weight: 600;
    max-width: 85%;
}

.base-test-drive .base-reach-request span {
    transition: transform 0.3s ease;
    position: relative;
    z-index: 2;
}

.base-test-drive .base-reach-request:hover {
    transform: translateY(-5px) scale(1.03);
    background-color: #ffffff;
    color: rgb(166,152,173);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.1);
}

.base-test-drive .base-reach-request:hover::before {
    transform: translateX(100%) skewX(-15deg);
}

.base-test-drive .base-reach-request:active {
    transform: translateY(-2px) scale(0.98);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.base-our-background::after {
    opacity: 0.15;
    height: 200%;
    background: radial-gradient(circle at center, rgb(166,152,173,0.5) 0%, transparent 60%);
    top: -50%;
    position: absolute;
    content: "";
    z-index: 2;
    transform: rotate(45deg);
    right: -50%;
    animation: shimmer 15s infinite alternate;
    pointer-events: none;
    width: 100%;
}

.base-our-background .base-details-box::after {
    right: 20px;
    opacity: 0.2;
    animation: rotate 30s linear infinite;
    border: 2px solid rgb(166,152,173,0.5);
    height: 120px;
    width: 120px;
    transform: rotate(45deg);
    z-index: -1;
    top: 20px;
    content: "";
    position: absolute;
}

.base-our-background .base-details-box:hover h1::after {
    width: 100%;
}

.base-our-background ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.base-our-background ul li:last-child {
    margin-bottom: 0;
}

.base-our-background span::first-letter {
    color: rgb(202,191,208);
    font-size: 2.5em;
    margin-right: 0.1em;
    line-height: 0.8;
    float: left;
    font-weight: 700;
}

footer .base-intern-opp {
    position: relative;
    background: linear-gradient(135deg, rgb(202,191,208), rgb(166,152,173));
    color: #ffffff;
    padding: 120px 0 30px;
    font-family: Arial, sans-serif;
}

footer .base-policy-links {
    z-index: 1;
    position: relative;
}

footer .info_item {
    transition: all 0.3s ease;
    align-items: center;
    height: 80px;
    overflow: hidden;
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 40px;
    position: relative;
    display: flex;
    max-width: 300px;
    padding: 0 25px;
    flex: 1 1 200px;
}

footer .info_item a:hover {
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

footer .base-header-sitebar {
    flex: 1 1 100%;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

footer .base-top-core,footer .subscribe_holder {
    flex: 1 1 300px;
    position: relative;
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 11px;
    overflow: hidden;
    padding: 30px;
}

footer .base-top-core h5::after, footer .subscribe_holder h5::after {
    left: 0;
    bottom: 0;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, #ffffff, transparent);
    width: 100%;
    height: 2px;
}

footer .base-nav-know a:hover {
    background-color: rgb(166,152,173,0.5);
    transform: translateY(-3px);
}

footer .base-nav-know a:hover::before {
    left: 0;
}

footer .subscribe_holder p {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    margin-bottom: 25px;
}

footer .input_holder input[type="email"]:focus {
    background-color: rgb(202,191,208,0.5);
    outline: none;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
}

footer .base-knowledge-quest:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    background-color: rgb(230,225,233);
}

footer .base-knowledge-quest:hover::after {
    left: 100%;
}

footer .base-fund-cta {
    text-align: center;
    margin-top: 60px;
    position: relative;
}

footer .base-credit-info::after {
    right: 0;
}

.base-pricing-container {
    font-family: Arial, sans-serif;
    position: relative;
    padding: 100px 0;
    background-color: rgb(230,225,233);
    overflow: hidden;
}

.base-pricing-container .base-qtr-cost {
    flex-direction: column;
    display: flex;
}

.base-pricing-container .base-fee-schemes {
    animation: fadeUp 0.8s ease-out forwards;
    transform: translateY(20px);
    opacity: 0;
    margin-bottom: 60px;
}

.base-pricing-container .base-indv-cost {
    margin-top: 25px;
    line-height: 1.6;
    max-width: 800px;
    color: #000000;
    font-size: 14px;
}

.base-pricing-container .base-tuition-plans:nth-child(1) {
    --i: 1;
}

.base-pricing-container .base-tuition-plans:nth-child(2) {
    --i: 2;
}

.base-pricing-container .base-tuition-plans:nth-child(4) {
    --i: 4;
}

.base-pricing-container .base-tuition-plans:hover .base-pricing-levels {
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.2),
              15px 15px 30px -10px rgba(0, 0, 0, 0.1),
              -15px 15px 30px -10px rgba(rgb(202,191,208,0.5), 0.1);
    transform: translateY(-15px) rotateX(2deg) rotateY(-2deg);
}

.base-pricing-container .base-price-panel {
    transition: all 0.3s ease;
    color: rgb(166,152,173);
    font-size: calc(18px + 4px);
    font-weight: 700;
    position: relative;
    margin: 20px 0;
    display: block;
}

.base-pricing-container .base-cost-plan p {
    hyphens: auto;
    white-space: normal;
    color: #000000;
    line-height: 1.6;
    word-break: normal;
    font-size: 14px;
    overflow-wrap: break-word;
    transition: color 0.3s ease;
    margin-top: 15px;
    word-wrap: break-word;
}

.base-pricing-container .base-tuition-plans:hover .base-image-carousel::after {
    opacity: 0.3;
}

.base-contact-panelo6pM::before {
    content: '';
    top: 0;
    width: 100%;
    opacity: 0.3;
    position: absolute;
    background: linear-gradient(45deg, transparent 48%, rgb(202,191,208,0.5) 49%, rgb(202,191,208,0.5) 51%, transparent 52%),
                linear-gradient(-45deg, transparent 48%, rgb(166,152,173,0.5) 49%, rgb(166,152,173,0.5) 51%, transparent 52%);
    left: 0;
    height: 100%;
    z-index: 0;
    background-size: 60px 60px;
}

.base-contact-panelo6pM h3::before {
    transform: translateX(-50%);
    width: 100px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    background: linear-gradient(90deg, rgb(202,191,208), rgb(166,152,173));
    content: '';
    height: 5px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}

.base-contact-panelo6pM .base-request-form #contact {
    transform: skew(3deg);
}

.base-contact-panelo6pM .base-request-form h3 {
    font-size: 22px;
    text-align: left;
    margin-bottom: 40px;
    font-weight: 700;
    color: #000000;
    transform: skew(0);
}

.base-contact-panelo6pM .base-request-form textarea {
    height: 140px;
    resize: vertical;
}

.base-contact-panelo6pM .base-request-form .base-help-section {
    align-items: flex-start;
    margin-bottom: 30px;
    display: flex;
}

.base-contact-panelo6pM .base-request-form .base-help-section input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.base-contact-panelo6pM .base-request-form .base-help-section label::before {
    position: absolute;
    height: 24px;
    border: 2px solid rgb(202,191,208);
    width: 24px;
    background-color: #ffffff;
    left: 0;
    transition: all 0.3s ease;
    top: 0;
    content: '';
}

.base-contact-panelo6pM .base-request-form .base-help-section a::after {
    transform-origin: left;
    background-color: rgb(202,191,208);
    content: '';
    transform: scaleX(0);
    transition: transform 0.3s ease;
    height: 2px;
    width: 100%;
    left: 0;
    bottom: -2px;
    position: absolute;
}

.base-contact-panelo6pM .base-request-form .base-reach-request:hover {
    background: rgb(166,152,173);
    transform: translate(-3px, -3px);
    box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.2);
}

.base-contact-panelo6pM .base-connect-map::before {
    content: '';
    z-index: -1;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
}

.base-contact-panelo6pM .base-connect-map .base-inquiry-box {
    margin: 0;
    padding: 0;
    list-style: none;
}

.base-contact-panelo6pM .base-connect-map .base-inquiry-box li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.base-contact-panelo6pM .base-connect-map .base-inquiry-box li svg path {
    fill: rgb(202,191,208);
}

.base-contact-panelo6pM .base-connect-map .base-inquiry-box li a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: #000000;
}


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



@media (max-width: 768px) {.base-thankPageID {
    padding: 60px 0;
}.base-thankPageID h2 {
    font-size: calc(33px * 0.8);
    margin-bottom: 30px;
}.base-thankPageID h2::after {
    width: 60px;
    bottom: -12px;
}.base-thankPageID .base-learn-study {
    padding: 25px 30px 20px;
}.base-thankPageID li span {
    line-height: 1.7;
    font-size: calc(15px * 0.95);
}
}



@media (min-width: 768px) {.base-teaching-experience {
    padding: 120px 0;
}.base-teaching-experience .base-client-views {
    grid-template-columns: 150px 1fr;
    grid-template-rows: auto 1fr;
    padding: 50px;
}.base-teaching-experience .base-client-views > div:first-child {
    grid-row: 1 / span 2;
    margin-bottom: 0;
}.base-teaching-experience .base-image-carousel {
    height: 150px;
    width: 150px;
}.base-teaching-experience .base-client-views > div:nth-child(2) {
    align-self: end;
}.base-teaching-experience .base-client-views > div:nth-child(3) {
    grid-row: 2;
    grid-column: 2;
}
}



@media (min-width: 768px) {.base-title-welcome .base-learn-study {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 2rem;
    padding: 3rem;
}.base-title-welcome .base-details-box {
    padding-right: 2rem;
}.base-title-welcome h1 {
    max-width: 90%;
}.base-title-welcome .base-start-first p {
    max-width: 90%;
}.base-title-welcome .base-image-carousel {
    min-height: 450px;
}
}



@media (min-width: 768px) {.base-course-program-info {
    padding: 120px 0;
}.base-course-program-info h2 {
    font-size: calc(28px * 1.1);
    max-width: 85%;
}.base-course-program-info .base-program-guide {
    align-items: center;
    gap: 60px;
    grid-template-columns: 0.8fr 1.2fr;
}.base-course-program-info .base-image-carousel {
    height: 450px;
}.base-course-program-info .base-details-box {
    max-height: 450px;
    overflow-y: auto;
    scrollbar-color: rgb(202,191,208,0.5) rgba(0,0,0,0.05);
    padding: 40px 50px;
    scrollbar-width: thin;
}.base-course-program-info .base-details-box::-webkit-scrollbar {
    width: 6px;
}.base-course-program-info .base-details-box::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.05);
}.base-course-program-info .base-details-box::-webkit-scrollbar-thumb {
    background-color: rgb(202,191,208,0.5);
}
}



@media (max-width: 991px) {header {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 5% 100%, 0 90%);
}header .base-top-core {
    gap: 0.3rem;
}header .base-main-lead {
    font-size: calc(16px - 1px);
    padding: 0.6rem 0.8rem;
}header .base-main-mainbar svg {
    width: 140px;
}
}



@media (max-width: 767px) {header {
    padding: 1rem 0 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 10% 100%, 0 95%);
}header .base-page-top {
    flex-direction: column;
}header .base-top-core {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 1rem;
    padding: 10px;
    gap: 0.5rem;
    order: 2;
}header .base-main-lead {
    padding: 0.5rem 0.7rem;
    font-size: calc(16px - 2px);
}header .base-main-mainbar {
    margin-bottom: 0.5rem;
    order: 1;
}header .base-main-mainbar svg {
    width: 130px;
}
}



@media (min-width: 1200px) {.base-test-drive {
    padding: 5rem 2rem;
}.base-test-drive h6 {
    max-width: 70%;
}.base-test-drive .base-reach-request {
    min-width: 220px;
    padding: 1.125rem 2.25rem;
}
}



@media (max-width: 1200px) {.base-our-background {
    padding: 100px 0;
}.base-our-background .base-details-box {
    padding: 3rem;
    transform: perspective(1000px) rotateY(1deg);
}.base-our-background span {
    column-count: 2;
}
}



@media (max-width: 576px) {.base-our-background {
    padding: 50px 0;
}.base-our-background .base-details-box {
    padding: 1.5rem;
}.base-our-background h1 {
    font-size: calc(41px * 0.7);
    margin-bottom: 1.5rem;
}.base-our-background h4 {
    font-size: calc(19px * 1);
}.base-our-background span {
    line-height: 1.6;
    font-size: calc(15px * 0.85);
}.base-our-background span::first-letter {
    font-size: 2em;
}.base-our-background .base-details-box::before {
    height: 5px;
}.base-our-background .base-details-box::after {
    display: none;
}
}



@media (max-width: 576px) {footer .base-intern-opp {
    padding: 60px 0 20px;
}footer .base-intern-opp::before {
    height: 40px;
    background-size: 100% 40px;
}footer .base-top-core h5, footer .subscribe_holder h5 {
    font-size: calc(19px - 2px);
    margin-bottom: 15px;
}footer .base-nav-know a {
    flex: 1 1 100%;
}footer .input_holder input[type="email"],
    footer .base-knowledge-quest {
    padding: 12px 15px;
}}



@media (hover: none) {.base-pricing-container .base-tuition-plans:hover .base-pricing-levels {
    transform: none;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15),
                0 5px 15px -10px rgba(0, 0, 0, 0.05);
}.base-pricing-container .base-tuition-plans:hover .base-cost-plan h3 {
    transform: none;
}.base-pricing-container .base-tuition-plans:hover .base-price-panel {
    transform: none;
}.base-pricing-container .base-tuition-plans:hover .base-image-carousel {
    transform: none;
}}



@media (max-width: 576px) {.base-contact-panelo6pM {
    padding: 40px 0;
}.base-contact-panelo6pM .base-request-form,
    .base-contact-panelo6pM .base-connect-map {
    padding: 30px 20px;
    transform: skew(0);
    clip-path: none;
    box-shadow: none;
}.base-contact-panelo6pM .base-request-form #contact {
    transform: skew(0);
}.base-contact-panelo6pM .base-request-form::before,
    .base-contact-panelo6pM .base-connect-map::after {
    clip-path: none;
}.base-contact-panelo6pM .base-connect-map {
    margin-top: 0;
}.base-contact-panelo6pM h3 {
    transform: skew(0);
    font-size: calc(38px - 6px);
}.base-contact-panelo6pM .base-request-form .base-help-section label {
    font-size: calc(12px - 3px);
}.base-contact-panelo6pM .base-request-form .base-reach-request {
    clip-path: none;
}
}



@keyframes movePattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 500px 500px;
    }
}



@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(-15px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}



@keyframes floatUp {
    0% {
        transform: translateY(0) scale(1);
    }
    100% {
        transform: translateY(-5px) scale(1.01);
    }
}



@keyframes pulseBrightness {
    0% {
        filter: brightness(1);
    }
    100% {
        filter: brightness(1.2);
    }
}



@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(30px) scale(1.1);
    }
}



@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}



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

