body {
    overflow: unset;
}

.swi-sub-page-banner h2 {
    margin-bottom: 0;
}

.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.flex-vcenter {
    align-items: center;
}

.swi-sub-page-banner>* {
    margin-bottom: 0;
}

.swi-main-content {
    max-width: 1440px;
    column-gap: 30px;
}

.swi-h2-sign-up .swi-h2-highlight {
    line-height: 1.2;
}

.swi-h2-sign-up .swi-h2-highlight {
    padding-bottom: 0 !important;
}

.swi-sub-page-sub-header-inline {
    display: flex;
    align-items: center;
    padding: 100px 0 30px;
    margin-bottom: 20px;
    column-gap: 10px;
}

.swi-sub-page-sub-header {
    font-size: 40px;
}

.swi-toggle-header-btn {
    padding: 10px 20px;
    border-radius: 15px;
    width: auto;
    column-gap: 10px;
    margin-top: 30px;
    margin-bottom: 15px;
}

.swi-toggle-header-text {
    color: rgba(0, 0, 0, 0.70);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    cursor: auto;
}

.swi-info-pages-p {
    line-height: 40px;
}

.swi-info-pages-p img {
    text-align: center;
    margin: 30px auto;
    display: block;
}

.swi-services {
    border-radius: 10px;
    border: 4px solid #8216FD;
    margin: 40px auto;
    transition: all 300ms ease;
}

.swi-services:hover {
    box-shadow: 2px 4px 0px 0px #8216FD;
}

.swi-services-img-container {
    max-width: 550px;
}

.swi-services-info-container {
    text-align: center;
}

.right-side {
    min-width: 350px;
    padding-top: 100px;
    row-gap: 20px;
    position: sticky;
    top: 0;
    height: fit-content;
    background-color: #f8f8f8;
}

.right-side a {
    color: rgba(22, 22, 22, 0.50);
    font-family: 'Poppins';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: all 300ms ease;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
}

.right-side a:hover,
.right-side a.active {
    color: rgba(0, 0, 0, 0.70);
    font-family: 'Poppins';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    background: #F0E4FE;
    line-height: normal;
}

.swi-services::hover {
    box-shadow: 2px 4px 0px 0px #8216FD;
}

.swi-sub-page-banner>.swi-h2-highlight {
    font-size: 50px;
}

.swi-services .swi-info-pages-p {
    margin-bottom: 0;
}

@media screen and (max-width: 989px) {
    .right-side {
        min-width: unset;
        width: 100%;
        top: 73px;
        padding-top: 0;
    }

    .swi-main-content {
        flex-direction: column-reverse;
    }
}