/* About Us Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #sbs-311 {
        background: var(--bg01);
        padding: var(--sectionPadding);
    }
    #sbs-311 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        max-width: 80rem;
        align-items: center;
        flex-direction: column;
        gap: clamp(3rem, 6vw, 4rem);
    }
    #sbs-311 .cs-content {
        width: 100%;
        display: flex;
        text-align: left;
        max-width: 33.875rem;
        flex-direction: column;
        align-items: flex-start;
    }
    #sbs-311 .cs-text {
        margin-bottom: 1rem;
    }
    #sbs-311 .span:last-of-type {
        margin-top: 0.75rem;
        margin-bottom: 0.75rem;
    }
    #sbs-311 .cs-text:last-of-type {
        margin-bottom: 2rem;
    }
    #sbs-311 .cs-quote {
        margin: 0 0 2rem 0;
        position: relative;
        border-radius: 0.5rem;
        background: var(--itemColor);
        padding: clamp(1rem, 3vw, 2rem);
    }
    #sbs-311 .cs-quote-text {
        display: block;
        margin: 0 0 1rem;
        line-height: 1.5em;
        color: var(--bodyTextColor);
        font-family: var(--bodyFont);
        font-size: clamp(0.875rem, 1.5vw, 1rem);
    }
    #sbs-311 .cs-name {
        display: block;
        font-size: 1rem;
        font-weight: bold;
        line-height: 1.2em;
        margin: 0 0 0.25rem;
        text-transform: uppercase;
        color: var(--headerColor);
    }
    #sbs-311 .cs-job {
        display: block;
        line-height: 1.5em;
        font-size: 0.875rem;
        color: var(--bodyTextColor);
        font-family: var(--subFont);
    }
    #sbs-311 .cs-quote-icon {
        height: auto;
        bottom: 0rem;
        position: absolute;
        right: clamp(1rem, 4vw, 2rem);
        width: clamp(3.75rem, 10vw, 8.5rem);
    }
    #sbs-311 .cs-image-group {
        height: 39.75em;
        width: 39.4375em;
        position: relative;
        font-size: min(2.31vw, 0.7em);
    }
    #sbs-311 .cs-picture {
        display: block;
        overflow: hidden;
        position: absolute;
    }
    #sbs-311 .cs-picture img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
    }
    #sbs-311 .cs-picture1 {
        top: 0;
        left: 0;
        width: 32.625em;
        height: 36.3125em;
        border-radius: 0.5rem;
    }
    #sbs-311 .cs-picture2 {
        right: 0;
        bottom: 0;
        height: 25em;
        width: 25.875em;
        background: #FFF;
        border-radius: 0.5rem;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 40px;
        border: clamp(0.375em, 1.5vw, 0.75em) solid #FFF;
    }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #sbs-311 .cs-container {
        gap: 3.25rem;
        flex-flow: row;
        justify-content: space-between;
    }
    #sbs-311 .cs-image-group {
        flex: none;
        font-size: min(1.2vw, 1em);
    }
    #sbs-311 .cs-content {
        margin: 0;
    }
}
/* Benefits Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #why-choose-1824 {
        z-index: 1;
        overflow: hidden;
        position: relative;
        background: var(--bg01);
        padding: var(--sectionPadding);
    }
    #why-choose-1824 .cs-container {
        z-index: 1;
        width: 100%;
        margin: auto;
        display: flex;
        max-width: 80rem;
        position: relative;
        align-items: center;
        flex-direction: column;
        gap: clamp(3rem, 6vw, 4rem);
    }
    #why-choose-1824 .cs-topper {
        width: auto;
    }
    #why-choose-1824 .cs-content {
        width: 100%;
        display: flex;
        text-align: left;
        max-width: 40.25rem;
        flex-direction: column;
        align-items: flex-start;
    }
    #why-choose-1824 .cs-title {
        margin: 0;
        max-width: 20ch;
    }
    #why-choose-1824 .cs-flex {
        gap: 3rem;
        display: flex;
        flex-direction: column;
    }
    #why-choose-1824 .cs-box {
        z-index: 1;
        overflow: hidden;
        position: relative;
        background: #1A1A1A;
        border-radius: 0.5rem;
    }
    #why-choose-1824 .cs-box-content {
        margin: 0;
        opacity: 1;
        visibility: visible;
        box-sizing: border-box;
        transform: translateY(0);
        transition: hidden 0.3s, opacity 0.3s, transform 0.7s;
        padding: clamp(2rem, 2.5vw, 2.5rem) clamp(1.5rem, 3vw, 2.5rem);
    }
    #why-choose-1824 .cs-box-content.cs-hidden {
        top: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        transform: translateY(3rem);
    }
    #why-choose-1824 .cs-box-icon {
        height: auto;
        display: block;
        width: 3.875rem;
        text-align: left;
        margin: 0 0 2rem;
    }
    #why-choose-1824 .cs-h3 {
        font-weight: 700;
        margin: 0 0 1rem;
        line-height: 1.2em;
        text-align: inherit;
        color: var(--bodyTextColorWhite);
        font-size: clamp(1.5625rem, 2.5vw, 1.9375rem);
    }
    #why-choose-1824 .cs-box-text {
        margin: 0;
        padding: 0;
        opacity: 0.8;
        font-size: 1rem;
        line-height: 1.5em;
        text-align: inherit;
        font-family: var(--bodyFont);
        color: var(--bodyTextColorWhite);
    }
    #why-choose-1824 .cs-button-group {
        gap: 1.5rem;
        display: flex;
        flex-direction: column;
    }
    #why-choose-1824 .cs-button {
        margin: 0;
        gap: 1rem;
        width: 100%;
        border: none;
        display: flex;
        text-align: left;
        padding: 0 0 1.5rem;
        align-items: center;
        justify-content: flex-start;
        background-color: transparent;
        border-bottom: 1px solid var(--borderColor);
    }
    #why-choose-1824 .cs-button.cs-active .cs-icon-wrapper,
    #why-choose-1824 .cs-button:hover .cs-icon-wrapper {
        background: var(--primary);
    }
    #why-choose-1824 .cs-button.cs-active .cs-icon,
    #why-choose-1824 .cs-button:hover .cs-icon {
        filter: grayscale(1) brightness(1000%);
    }
    #why-choose-1824 .cs-button.cs-active .cs-arrow,
    #why-choose-1824 .cs-button:hover .cs-arrow {
        opacity: 1;
        filter: none;
    }
    #why-choose-1824 .cs-button:hover {
        cursor: pointer;
    }
    #why-choose-1824 .cs-icon-wrapper {
        flex: none;
        display: flex;
        width: 3.75rem;
        height: 3.75rem;
        align-items: center;
        border-radius: 0.5rem;
        justify-content: center;
        background: var(--itemColor);
        transition: background-color 0.3s;
    }
    #why-choose-1824 .cs-icon {
        width: 2rem;
        height: auto;
        display: block;
    }
    #why-choose-1824 .cs-button-text {
        margin: 0;
        padding: 0;
        max-width: 19ch;
        font-weight: 700;
        font-size: 1.25rem;
        line-height: 1.2em;
        text-align: inherit;
        color: var(--headerColor);
    }
    #why-choose-1824 .cs-arrow {
        width: 2rem;
        opacity: 0.2;
        height: auto;
        display: block;
        margin-left: auto;
        filter: grayscale(1) brightness(100%);
    }
    #why-choose-1824 .cs-image-group {
        z-index: 1;
        width: 100%;
        height: 100vw;
        min-height: 25rem;
        position: relative;
        max-height: 42.5rem;
    }
    #why-choose-1824 .cs-picture {
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        position: absolute;
    }
    #why-choose-1824 .cs-picture img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        position: absolute;
        border-radius: 0.5rem;
    }
    #why-choose-1824 .cs-floater {
        z-index: 10;
        display: flex;
        right: 1.5rem;
        bottom: 1.5rem;
        border-radius: 50%;
        position: absolute;
        align-items: center;
        background: #1A1A1A;
        justify-content: center;
        width: clamp(4.5rem, 10vw, 7.5rem);
        height: clamp(4.5rem, 10vw, 7.5rem);
    }
    #why-choose-1824 .cs-floater-icon {
        height: auto;
        display: block;
        width: clamp(2rem, 4vw, 3.75rem);
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #why-choose-1824 .cs-container {
        flex-wrap: wrap;
        flex-direction: row;
        align-items: stretch;
        justify-content: flex-start;
    }
    #why-choose-1824 .cs-flex {
        flex-direction: row;
        align-items: stretch;
    }
    #why-choose-1824 .cs-box {
        order: 2;
        width: 50%;
        height: 100%;
        display: flex;
    }
    #why-choose-1824 .cs-box-content {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #why-choose-1824 .cs-button-group {
        width: 50%;
    }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #why-choose-1824 .cs-content {
        width: 53%;
        padding: 3rem 0 0 0;
        box-sizing: border-box;
    }
    #why-choose-1824 .cs-flex {
        width: 74%;
        max-width: 53rem;
        padding: 0 0 3rem;
        box-sizing: border-box;
    }
    #why-choose-1824 .cs-image-group {
        top: 0;
        right: 0;
        width: 40vw;
        z-index: -1;
        height: 100%;
        max-height: 100%;
        position: absolute;
        max-width: 32.625rem;
    }
}
/* Courses Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #blog-1144 {
        z-index: 1;
        position: relative;
        background: var(--bg01);
        padding: var(--sectionPadding);
    }
    #blog-1144 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        max-width: 49rem;
        align-items: center;
        flex-direction: column;
        gap: clamp(3rem, 6vw, 4rem);
    }
    #blog-1144 .cs-content {
        width: 100%;
        display: flex;
        text-align: left;
        flex-direction: column;
        align-items: flex-start;
    }
    #blog-1144 .cs-title {
        max-width: 20ch;
    }
    #blog-1144 .cs-button-solid {
        margin: 0;
    }
    #blog-1144 .cs-button-solid:hover:before {
        width: 100%;
    }
    #blog-1144 .cs-card-group {
        margin: 0;
        padding: 0;
        width: 100%;
        gap: 1.25rem;
        display: grid;
        grid-template-columns: repeat(12, 1fr);
    }
    #blog-1144 .cs-item {
        z-index: 1;
        display: flex;
        text-align: left;
        list-style: none;
        overflow: hidden;
        position: relative;
        border-radius: 0.5rem;
        grid-column: span 12;
        flex-direction: column;
        background: var(--itemColor);
        justify-content: space-between;
        border: 1px solid var(--borderColor);
        transition:
        box-shadow 0.3s,
        transform 0.3s;
    }
    #blog-1144 .cs-item:hover {
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }
    #blog-1144 .cs-item:hover .cs-picture img {
        opacity: 0.3;
        transform: scale(1.1);
    }
    #blog-1144 .cs-picture {
        flex: none;
        z-index: 1;
        width: 100%;
        height: 15rem;
        display: block;
        overflow: hidden;
        position: relative;
        background: #1A1A1A;
        border-bottom: 4px solid var(--primary);
    }
    #blog-1144 .cs-picture img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        transition:
        transform 0.6s,
        opacity 0.3s;
    }
    #blog-1144 .cs-flex {
        z-index: 2;
        height: 100%;
        display: flex;
        padding: 1.5rem;
        position: relative;
        box-sizing: border-box;
        flex-direction: column;
        align-items: flex-start;
    }
    #blog-1144 .cs-date {
        margin: 0;
        z-index: 2;
        left: 1.5rem;
        bottom: 100%;
        color: #FFF;
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.2em;
        position: absolute;
        text-align: inherit;
        padding: 0.5rem 1rem;
        display: inline-block;
        box-sizing: border-box;
        font-family: var(--bodyFont);
        background-color: var(--primary);
        border-radius: 0.5rem 0.5rem 0 0;
    }
    #blog-1144 .cs-h3 {
        font-weight: 700;
        font-size: 1.25rem;
        line-height: 1.2em;
        text-align: inherit;
        margin: 0 0 0.75rem 0;
        transition: color 0.3s;
        color: var(--headerColor);
    }
    #blog-1144 .cs-item-text {
        line-height: 1.5em;
        text-align: inherit;
        margin: 0 0 1.25rem;
        color: var(--bodyTextColor);
        font-size: clamp(0.875rem, 1.5vw, 1rem);
    }
    #blog-1144 .cs-link {
        display: flex;
        font-size: 1rem;
        font-weight: 700;
        margin-top: auto;
        line-height: 1.2em;
        align-items: center;
        text-decoration: none;
        color: var(--primary);
        justify-content: center;
    }
    #blog-1144 .cs-link:hover .cs-arrow {
        transform: translateX(0.25rem);
    }
    #blog-1144 .cs-arrow {
        height: auto;
        width: 1.25rem;
        transition: transform 0.3s;
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #blog-1144 .cs-container {
        max-width: 80rem;
    }
    #blog-1144 .cs-content {
        text-align: left;
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
    }
    #blog-1144 .cs-title {
        margin: 0;
    }
    #blog-1144 .cs-item {
        grid-column: span 4;
    }
}
/* Why Choose Us Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #why-choose-1634 {
        background: var(--bg01);
        padding: var(--sectionPadding);
        /* padding-top: 2rem; */
    }
    #why-choose-1634 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        max-width: 36.5rem;
        align-items: center;
        flex-direction: column;
        gap: clamp(3rem, 10vw, 6.25rem);
    }
    #why-choose-1634 .cs-content {
        width: 100%;
        display: flex;
        text-align: left;
        flex-direction: column;
        align-items: flex-start;
    }
    #why-choose-1634 .cs-flex {
        max-width: 38.5rem;
    }
    #why-choose-1634 .cs-title {
        max-width: 20ch;
    }
    #why-choose-1634 .cs-text {
        margin-bottom: 1rem;
    }
    #why-choose-1634 .cs-text:last-of-type {
        margin-bottom: 0;
    }
    #why-choose-1634 .cs-wrapper {
        width: 100%;
    }
    #why-choose-1634 .cs-card-group {
        margin: 0;
        padding: 0;
        width: 100%;
        display: grid;
        row-gap: 1.75rem;
        grid-template-columns: repeat(12, 1fr);
        column-gap: clamp(1rem, 2.3vw, 1.25rem);
    }
    #why-choose-1634 .cs-item {
        margin: 0;
        width: 100%;
        display: flex;
        text-align: left;
        list-style: none;
        grid-column: span 12;
        box-sizing: border-box;
        flex-direction: column;
        align-items: flex-start;
        gap: clamp(1rem, 3vw, 1.5rem);
    }
    #why-choose-1634 .cs-icon-wrapper {
        margin: 0;
        flex: none;
        display: flex;
        position: relative;
        align-items: center;
        border-radius: 0.5rem;
        box-sizing: border-box;
        justify-content: center;
        width: clamp(3.75rem, 7vw, 5rem);
        border: 1px solid var(--primary);
        height: clamp(3.75rem, 7vw, 5rem);
    }
    #why-choose-1634 .cs-icon {
        width: 2rem;
        height: auto;
        display: block;
    }
    #why-choose-1634 .cs-h3 {
        margin: 0;
        font-size: 1.25rem;
        line-height: 1.5em;
        text-align: inherit;
        margin-bottom: 0.5rem;
        color: var(--headerColor);
    }
    #why-choose-1634 .cs-item-text {
        margin: 0;
        line-height: 1.5em;
        text-align: inherit;
        color: var(--bodyTextColor);
        font-size: clamp(0.875rem, 1.5vw, 1rem);
    }
    #why-choose-1634 .cs-wrapper {
        display: contents;
    }
    #why-choose-1634 .cs-image-group {
        order: -1;
        z-index: 1;
        width: 33.875em;
        height: 30.875em;
        position: relative;
        font-size: min(2.7vw, 1em);
    }
    #why-choose-1634 .cs-picture-wrapper {
        top: 0;
        left: 0;
        z-index: 1;
        display: flex;
        width: 80.073801%;
        height: 83.805668%;
        position: absolute;
        flex-direction: column;
        align-items: flex-start;
        justify-content: stretch;
    }
    #why-choose-1634 .cs-box {
        width: 60%;
        z-index: 10;
        padding: 1em;
        gap: 0.25rem;
        display: flex;
        margin-left: 1.5em;
        position: relative;
        margin-top: -2.375em;
        border-radius: 0.5rem;
        flex-direction: column;
        align-items: flex-start;
        background: var(--itemColor);
    }
    #why-choose-1634 .cs-header {
        margin: 0;
        font-size: 1em;
        display: block;
        font-weight: 700;
        line-height: 1.2em;
        color: var(--headerColor);
    }
    #why-choose-1634 .cs-desc {
        margin: 0;
        display: block;
        font-size: 0.875em;
        line-height: 1.5em;
        color: var(--primary);
    }
    #why-choose-1634 .cs-picture {
        z-index: 1;
        position: relative;
    }
    #why-choose-1634 .cs-picture img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        border-radius: 0.5rem;
    }
    #why-choose-1634 .cs-picture1 {
        width: 100%;
        height: 100%;
    }
    #why-choose-1634 .cs-picture2 {
        right: 0;
        bottom: 0;
        width: 36.346863%;
        height: 39.878543%;
        position: absolute;
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #why-choose-1634 .cs-container {
        max-width: 80rem;
    }
    #why-choose-1634 .cs-content {
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    #why-choose-1634 .cs-flex {
        flex: none;
        width: 40vw;
        text-align: left;
        max-width: 40rem;
    }
    #why-choose-1634 .cs-title {
        margin: 0;
    }
    #why-choose-1634 .cs-h3,
    #why-choose-1634 .cs-item-text {
        text-align: left;
    }
    #why-choose-1634 .cs-item {
        grid-column: span 4;
    }
    #why-choose-1634 .cs-image-group {
        width: 100%;
    }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #why-choose-1634 {
        overflow: hidden;
        background: var(--bg01);
    }
    #why-choose-1634 .cs-content {
        align-items: flex-start;
    }
    #why-choose-1634 .cs-flex {
        width: 50%;
    }
    #why-choose-1634 .cs-wrapper {
        z-index: 1;
        gap: 2.5rem;
        display: flex;
        position: relative;
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
    }
    #why-choose-1634 .cs-wrapper:before {
        top: 0;
        left: 50%;
        opacity: 1;
        content: '';
        z-index: -1;
        width: 100vw;
        height: 100vw;
        display: block;
        position: absolute;
        background: var(--bg04);
        transform: translateX(-50%);
    }
    #why-choose-1634 .cs-card-group {
        padding-top: 3rem;
        max-width: 39.375rem;
        align-self: flex-start;
    }
    #why-choose-1634 .cs-image-group {
        order: 2;
        flex: none;
        height: auto;
        width: 33.875em;
        margin-top: -3rem;
        min-height: 30.875em;
    }
    #why-choose-1634 .cs-item {
        flex-direction: row;
        grid-column: span 12;
    }
}
/* Contact Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #contact-1333 {
        z-index: 1;
        position: relative;
        background: var(--bg01);
        padding: var(--sectionPadding);
    }
    #contact-1333 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        max-width: 36.5rem;
        position: relative;
        align-items: stretch;
        flex-direction: column;
        justify-content: center;
        gap: clamp(3rem, 6vw, 5rem);
    }
    #contact-1333 .cs-content {
        width: 100%;
        display: flex;
        text-align: left;
        flex-direction: column;
        align-items: flex-start;
    }
    #contact-1333 .cs-title {
        max-width: 23ch;
        margin: 0 0 1.75rem 0;
    }
    #contact-1333 .cs-form {
        flex: none;
        width: 100%;
        gap: 1.75rem;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        max-width: 40.625rem;
        box-sizing: border-box;
        background: var(--itemColor);
        justify-content: space-between;
        padding: clamp(2rem, 5.18vw, 3rem) clamp(1rem, 5vw, 3.75rem);
    }
    #contact-1333 .cs-form .cs-title {
        margin: 0 0 clamp(1rem, 3vw, 1.75rem) 0;
    }
    #contact-1333 .cs-label {
        width: 100%;
        gap: 0.25rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        color: var(--headerColor);
        font-family: var(--bodyFont);
        font-size: clamp(0.875rem, 1.5vw, 1rem);
    }
    #contact-1333 .cs-input {
        padding: 0;
        width: 100%;
        border: none;
        height: 3.5rem;
        font-size: 1rem;
        background: #FFF;
        padding-left: 1.5rem;
        box-sizing: border-box;
        color: var(--headerColor);
    }
    #contact-1333 .cs-input::placeholder {
        opacity: 0.6;
        color: #767676;
    }
    #contact-1333 .cs-textarea {
        min-height: 7.5rem;
        padding-top: 1.5rem;
        font-family: inherit;
        margin: 0 0 clamp(1rem, 3vw, 1.75rem) 0;
    }
    #contact-1333 .cs-submit {
        width: 100%;
        min-width: 17.6875rem;
    }
    #contact-1333 .cs-submit:hover {
        cursor: pointer;
    }
    #contact-1333 .cs-faq-group {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    #contact-1333 .cs-faq-item {
        width: 100%;
        list-style: none;
        transition: border-bottom 0.3s;
        border-bottom: 1px solid var(--borderColor);
    }
    #contact-1333 .cs-faq-item.active {
        border-color: var(--primary);
    }
    #contact-1333 .cs-faq-item.active .cs-button {
        color: var(--primary);
    }
    #contact-1333 .cs-faq-item.active .cs-button:before {
        background-color: var(--primary);
        transform: rotate(315deg);
    }
    #contact-1333 .cs-faq-item.active .cs-button:after {
        background-color: var(--primary);
        transform: rotate(-315deg);
    }
    #contact-1333 .cs-faq-item.active .cs-item-p {
        opacity: 1;
        height: auto;
        padding: 0 clamp(1rem, 2vw, 1.5rem) clamp(1.25rem, 2vw, 1.5rem) 0;
    }
    #contact-1333 .cs-button {
        width: 100%;
        border: none;
        display: block;
        font-size: 1rem;
        padding-left: 0;
        text-align: left;
        font-weight: bold;
        line-height: 1.2em;
        position: relative;
        background: transparent;
        color: var(--headerColor);
        padding: clamp(1rem, 2vw, 1.5rem);
        transition:
        background-color 0.3s,
        color 0.3s;
    }
    #contact-1333 .cs-button:hover {
        cursor: pointer;
    }
    #contact-1333 .cs-button:before {
        /* left line */
        top: 45%;
        opacity: 1;
        content: "";
        width: 0.5rem;
        right: 1.5rem;
        display: block;
        height: 0.125rem;
        border-radius: 50%;
        position: absolute;
        transform: rotate(45deg);
        transition: transform 0.5s;
        transform-origin: left center;
        background: var(--headerColor);
    }
    #contact-1333 .cs-button:after {
        /* right line */
        top: 45%;
        opacity: 1;
        content: "";
        width: 0.5rem;
        display: block;
        height: 0.125rem;
        right: 1.3125rem;
        border-radius: 50%;
        position: absolute;
        transform: rotate(-45deg);
        transition: transform 0.5s;
        transform-origin: right center;
        background-color: var(--headerColor);
    }
    #contact-1333 .cs-button-text {
        width: 80%;
        display: block;
    }
    #contact-1333 .cs-item-p {
        height: 0;
        margin: 0;
        width: 90%;
        opacity: 0;
        overflow: hidden;
        line-height: 1.5em;
        color: var(--bodyTextColor);
        padding: 0 clamp(1rem, 2vw, 1.5rem);
        font-size: clamp(0.875rem, 1.5vw, 1rem);
        transition:
        opacity 0.3s,
        padding-bottom 0.3s;
    }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #contact-1333 .cs-container {
        max-width: 80rem;
        flex-direction: row;
        justify-content: space-between;
    }
    #contact-1333 .cs-form {
        width: 45vw;
    }
    #contact-1333 .cs-submit {
        width: auto;
    }
}