section.tabbed-section-dark {
    padding-top: 45px;
    overflow: hidden;

    & .tabbed-section-dark__wrapper {
        padding-top: 142px;
        padding-right: 32px;
        position: relative;
        isolation: isolate;
    }
    
    & .tabbed-section-dark__wrapper::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        background: linear-gradient(118deg, #163548 6.95%, #215274 40.97%, #00A398 90.17%);
        border-radius: var(--radius, 60vw 60vw 0 0 / 50vh 50vh 0 0);
        z-index: -1;
        will-change: border-radius;
        width: 110%;
        min-width: 1440px;
    }

    & .tabbed-section-dark__wrapper::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: calc(50% + 204px);
        transform: translateX(-50%);
        width: 1993px;
        height: 1150px;
        background-image: url("data:image/svg+xml,%3Csvg width='1993' height='1150' viewBox='0 0 1993 1150' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_22286_3432)'%3E%3Cg filter='url(%23filter0_f_22286_3432)'%3E%3Cpath d='M1820.1 1238.15C1237.09 726.916 870 1004.76 -18.4503 1281.31L1134.74 2167.53C1557.53 2028.14 2286.51 1647.13 1820.1 1238.15Z' fill='%2300A398' fill-opacity='0.4'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_22286_3432' x='-145.146' y='826.082' width='2242.34' height='1468.14' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='63.3478' result='effect1_foregroundBlur_22286_3432'/%3E%3C/filter%3E%3CclipPath id='clip0_22286_3432'%3E%3Crect width='1992' height='1150' fill='white' transform='translate(0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        pointer-events: none;
        z-index: -1;
    }

    & .top-component {
        & h2 {
            max-width: 707px;
        }
        & p {
            color: rgba(255, 255, 255, 0.80);
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%;
            max-width: 707px;
            margin-top: 23px;
            margin-bottom: 24px;
        }
    }

    & .container {
        margin: 0 auto;
    }

    & .container:first-child {
        padding-left: 32px;
        padding-right: 32px;
        max-width: 1222px;
        transform: translateX(41px);
    }

    & h1, & h2, & h3, & h4, & h5, & h6 {
        color: #FFFFFF;
    }

    & .tabbed-wrapper {
        padding-bottom: 31px;

        & .dark-tabs {
            display: flex;
            --tabs-gap: 26px;
            gap: var(--tabs-gap);
            border-bottom: 1px solid rgba(255, 255, 255, 0.30);
            margin-top: 44px;
            margin-bottom: 31px;;

            & button {
                position: relative;
                color: rgba(255, 255, 255, 0.7);
                font-size: 18px;
                font-style: normal;
                font-weight: 600;
                line-height: 125%;
                display: inline-flex;
                padding: 14px 10px 12px 8px;
                background: none;
                border: none;
                text-wrap: nowrap;
                align-items: center;
                gap: 8px;
                transition: color 0.2s ease-in-out;

                &.active {
                    color: #FFFFFF;

                    &::after {
                        content: '';
                        display: block;
                        position: absolute;
                        left: 0;
                        bottom: -2px;
                        background: #FFF;
                        box-shadow: 0 1px 2px 0 rgba(255, 255, 255, 0.10), 0 0 4px 0 rgba(255, 255, 255, 0.25);
                        width: 100%;
                        height: 3px;
                        margin: 0;
                    }
                }

                &:hover, &:focus-visible {
                    color: #FFFFFF;
                }

                & svg, & img {
                    width: 26px;
                    height: 26px;
                    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(74deg) brightness(105%) contrast(102%);
                    opacity: 0.25;
                    transition: opacity 0.2s ease-in-out;
                }

                &.active svg, &.active img,
                &:hover svg, &:hover img,
                &:focus-visible svg, &:focus-visible img {
                    opacity: 0.5;
                }
            }
        }

        & .dark-tabs-content {
            gap: 16px;
            grid-template-columns: 1fr 1fr 1fr;
            display: none;

            &.active {
                display: grid;
            }

            & a {
                border-radius: 16px;
                background: radial-gradient(62.75% 77.86% at 50% 100%, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.00) 100%), rgba(255, 255, 255, 0.06);
                box-shadow: 0 1px 2px 0 rgba(255, 255, 255, 0.10) inset;
                backdrop-filter: blur(16px);
                display: block;
                padding: 28px 32px;
                text-decoration: none;
                outline: 0px solid #FFFFFF;
                outline-offset: 0;

                & h2, & h3, & h4 {
                    font-size: 20px;
                    font-style: normal;
                    font-weight: 600;
                    line-height: 150%;
                    letter-spacing: 0.05px;
                    align-items: center;
                    margin-bottom: 8px;
                    padding-right: 27px;
                    position: relative;
                    width: fit-content;
                    
                    &::after {
                        position: absolute;
                        top: 0;
                        right: -1px;
                        display: inline-block;
                        content: '';
                        width: 22px;
                        height: 22px;
                        background-color: currentColor;
                        mask-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.21967 14.7803C5.51256 15.0732 5.98744 15.0732 6.28033 14.7803L13.5 7.56066V13.25C13.5 13.6642 13.8358 14 14.25 14C14.6642 14 15 13.6642 15 13.25V5.75C15 5.33579 14.6642 5 14.25 5H6.75C6.33579 5 6 5.33579 6 5.75C6 6.16421 6.33579 6.5 6.75 6.5H12.4393L5.21967 13.7197C4.92678 14.0126 4.92678 14.4874 5.21967 14.7803Z' fill='black'/%3E%3C/svg%3E");
                        mask-repeat: no-repeat;
                        mask-position: center;
                        mask-size: contain;
                        transition: transform linear 0.25s;
                        transform: translate(0, 4px);
                    }
                }

                & p {
                    color: rgba(255, 255, 255, 0.80);
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 145%;
                    letter-spacing: -0.112px;
                    transition: color 0.2s ease-in-out;
                }

                &::before {
                    display: block;
                    content: '';
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    right: 0;
                    top: 0;
                    background: radial-gradient(62.75% 77.86% at 50% 100%, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.00) 100%), rgba(255, 255, 255, 0.06);
                    border-radius: 16px;
                    opacity: 0;
                    transition: 0.2s opacity ease-in-out;
                }

                &:focus-visible {
                    outline-offset: 0;
                    outline: -webkit-focus-ring-color auto 1px;
                }

                &:hover, &:focus-visible {
                    &:before {
                        opacity: 1;
                    }

                    & p {
                        color: rgba(255, 255, 255, 1);
                    }

                    & h2, & h3, & h4 {
                        &::after {
                            transform: translate(1px, 3px);
                        }
                    }
                }
            }
        }
    }

    & .tabbed-section-dark-form-wrapper {
        padding-top: 23px;
        padding-bottom: 82px;
    }

    & .columns {
        width: 100%;
        max-width: 1080px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        align-items: center;
        gap: 38px;

        & .column:first-child {
            padding-left: 30px;
            padding-bottom: 50px;
            max-width: 439px;
        }

        & .column:last-child {
            flex: 1;
        }

        .column > p {
            color: rgba(255, 255, 255, 0.80);
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%;
            letter-spacing: 0.08px;
            max-width: 527px;
            padding-bottom: 10px;
        }
        
        .column > h3 {
            color: #FFFFFF;
            font-size: 32px;
            font-style: normal;
            font-weight: 700;
            line-height: 115%;
            margin-bottom: 8px;
            max-width: 527px;
        }

        form {
			display: flex;
			gap: 24px 20px;
			position: relative;
			margin-top: 24px;
			justify-content: space-between;
			flex-wrap: wrap;
			max-width: 527px;
			padding: 8px;
			border-radius: 8px;
			border: 1px solid #EEF3F4;
			background: #EEF3F4;
			box-shadow: 0px 0px 22px 0px rgba(4, 4, 4, 0.10);
            margin-bottom: 58px;

            & .form-field {
                display: flex;
                flex-direction: column;
                margin: 0;
                flex: calc(50% - 20px);
                display: flex;
                opacity: 1;
                position: static;
                max-height: 100px;
                align-self: start;
                flex-direction: column;
                transition: max-height linear 0.5s, opacity linear 0.5s;

                &.consent-stmt {
					width: 100%;
					position: absolute;
					top: calc(100% + 10px);
					color: #fff;
					font-size: 11px;
					font-style: normal;
					font-weight: 400;
					line-height: 150%;
					letter-spacing: -0.024px;
                    opacity: 0.80;
                    float: right;

                    & a {
                        color: #FFFFFF;
                    }
                }
            }

            & :is(input:not([type="submit"]), select, textarea) {
                color: var(--grey);
                border-radius: 8px;
                flex: 1 0 0;
                display: flex;
                min-height: 54px;
                font-size: 18px;
                font-weight: 400;
                padding: 8px !important;
                align-items: center;
                border-radius: 8px;
                border: none;
                background: #EEF3F4;
                backdrop-filter: blur(8px);
                letter-spacing: -0.108px;
            }

            label {
                display: none;
            }

            p.submit {
                float: left;
            }
        }
    }

    & #ratings.ratings-carousel{
        max-width: 800px !important;
    }
}

@media (max-width: 991px) {
    section.tabbed-section-dark .columns form p.submit {
        text-align: center;
        width: 100%;
    }

    section.tabbed-section-dark .columns form .form-field {
        flex: 100%;
    }

    section.tabbed-section-dark .columns form :is(input:not([type="submit"]), select, textarea) {
        background: white;
    }
}


@media (max-width: 1300px) {
    section.tabbed-section-dark {
        & .tabbed-section-dark__wrapper {
            padding-right: 0;
        }
        & .container:first-child {
            transform: none;
        }
    }
}

@media (max-width: 800px) {
    section.tabbed-section-dark {
        & .tabbed-section-dark__wrapper {
            padding-right: 0;
        }
        & .container:first-child {
            transform: none;
        }
    }
}


@media (max-width: 766px) {
    section.tabbed-section-dark {
        padding-top: 60px;

        & .tabbed-section-dark__wrapper {
            padding-top: 66px;
            background: linear-gradient(110deg, #142B3D 17.7%, #2C5B7A 71.76%, #215273 83.18%, #1F425B 102.61%), linear-gradient(180deg, rgba(27, 132, 204, 0.06) 0.04%, rgba(27, 132, 204, 0.00) 127.34%), #FFF;
            
            &::before, &::after {
                display: none;
            }
        }

        & .top-component {
            & h2, & p {
                text-align: center;
            }

            & p {
                font-size: 16px;
                margin-bottom: 10px;
                margin-top: 28px;
            }
        }

        & .tabbed-wrapper {
            padding-bottom: 0;

            & .dark-tabs {
                justify-content: space-between;
                gap: 0;
                margin-top: 0px;
                max-width: 420px;
                margin-left: auto;
                margin-right: auto;

                & button {
                    flex-direction: column;
                    justify-content: center;
                    padding-left: 0;
                    padding-right: 0;
                    font-size: 16px;
                    padding-bottom: 6px;
                }
            }
            & .dark-tabs-content {
                & a {
                    padding: 16px 6px 16px 16px;
                    
                    & h3 {
                        font-size: 18px;
                        line-height: 150%;
                        letter-spacing: 0.045px;
                        margin: 0;
                        
                        &::after {
                            right: 1px;
                            top: -1px;
                        }
                    }
                    
                    & p {
                        display: none;
                    }
                }
            }
            & .dark-tabs-content {
                grid-template-columns: 1fr 1fr;
                padding-top: 18px;
            }
        }
    }
}
@media (max-width: 419px) {
    section.tabbed-section-dark .container:first-child {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (max-width: 1000px) {
    section.tabbed-section-dark {
        & .columns {
            flex-direction: column;

            & .column:first-child {
                display: none;
            } 
        } 
    }
}