html {
    scroll-behavior:smooth;
}

.container-fluid {
    padding: 0;
}

.header-menu-container {
    background-color: #000;
    padding: .5rem 0;
}

.header-menu-container .container {
    max-width: 1920px;
}

.header-menu-container .desktop-ed-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-menu-container .desktop-ed-menu img {
    height: 75px;
}

.header-menu-container .mobile-ed-menu {
    display: none;
}

.header-menu-container .mobile-ed-menu img {
    height: 55px;
}

.header-menu-container .mobile-ed-menu button {
    position: absolute;
    left: 15px;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ed-mobile-side-menu {
    display: none;
    position: absolute;
    width: 100%;
    height: 100vh;
    background-color: #000;
    z-index: 999;
    top: 0;
    left: -768px;
    transition: all 0.5s;
}

.ed-mobile-side-menu .container {
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.ed-mobile-side-menu button {
    border: none;
    background: transparent;
    color: #ff0000;
    margin-top: 1rem;
    font-size: 34px;
    text-align: left;
}

.ed-mobile-side-menu .menu-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 5rem;
}

.ed-mobile-side-menu .menu-list a {
    color: #fff;
    font-family: 'GilroyReg';
    font-size: 22px;
    text-transform: uppercase;
}

.ed-mobile-side-menu img {
    height: 85px;
    margin: 0 auto;
    display: flex;
    position: absolute;
    bottom: 3rem;
    left: 0;
    right: 0;
}

.ed-header-menu a {
    font-size: 19px;
    color: #fff;
    text-transform: uppercase;
    font-family: GilroyReg;
}

.ed-mobile-side-menu .menu-list a:last-child,
.ed-header-menu a:last-child {
    background-color: #ff0000;
    padding: 6px 20px;
    border-radius: 20px;
}

.ed-header-menu {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.ed-header-banner {
    background: rgba(255, 170, 102, 0.32);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

.ed-header-banner .container {
    z-index: 2;
    position: relative;
}

.ed-header-banner-right-ellipse,
.ed-header-banner-left-ellipse {
    height: 1192px;
    width: 1192px;
    position: absolute;
    border-radius: 1192px;
    filter: blur(100px);
    top: -50%;
    z-index: 1;
}

.ed-header-banner-left-ellipse {
    background: rgba(255, 198, 151, 0.50);
}

.ed-header-banner-right-ellipse {
    background: rgba(255, 6, 6, 0.20);
    right: 0;
}

.ed-header-banner h1 {
    color: #000;
    text-align: center;
    font-family: GilroyBold;
    font-size: 72px;
    font-style: italic;
    line-height: normal;
    letter-spacing: -1.892px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 1rem;
}

.ed-header-banner h1 strong {
    font-family: GilroyExtraBold;
}

.ed-header-banner h2 {
    color: #000;
    text-align: center;
    font-family: GilroyReg;
    font-size: 33px;
    font-style: italic;
    line-height: normal;
    letter-spacing: -0.792px;
    margin: 0;
}

.ed-benefits {
    padding: 4rem 0;
    background: #fff;
}

.ed-benefits-texts {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.ed-benefits-texts h3 {
    color: #000;
    font-family: GilroyExtraBold;
    font-size: 48px;
    line-height: normal;
    letter-spacing: -1.408px;
    margin: 0;
    margin-bottom: 1.5rem;
}

.ed-benefits-texts p {
    color: #000;
    font-family: GilroyReg;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.704px;
    margin: 0;
}

.ed-benefits img {
    width: auto;
    max-width: 100%;
    max-height: 22vw;
    margin: 0 auto;
}

.ed-cta {
    padding: 5rem 0;
    background: #fff;
}

.ed-cta h3 {
    color: #000;
    text-align: center;
    font-family: GilroyExtraBold;
    font-size: 62px;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -2.2px;
    margin: 0;
    margin-bottom: 2rem;
}

.ed-cta a {
    padding: 1rem 3rem;
    border-radius: 11px;
    background: #e91e24;
    color: #fff;
    color: #fff;
    text-align: center;
    font-family: GilroyMedium;
    font-size: 24px;
    font-style: normal;
    line-height: normal;
    letter-spacing: -.528px;
    margin: 0 auto;
    display: block;
    width: max-content;
}

.ed-faqs {
    margin: 3rem 0;
    border-bottom: 3px solid #d9d9d9;
}

.ed-faq {
    padding: 5rem 0;
    background: #fff;
}

.ed-faq h3 {
    color: #000;
    text-align: center;
    font-family: GilroyExtraBold;
    font-size: 62px;
    line-height: normal;
    letter-spacing: -1.76px;
    margin: 0;
}

.ed-faq-q p {
    color: #000;
    font-family: GilroyMedium;
    font-size: 35px;
    line-height: normal;
    letter-spacing: -1.408px;
    font-weight: 900;
}

.ed-faq-a {
    padding-top: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.ed-faq-a p {
    color: #000;
    font-family: GilroyReg;
    font-size: 24px;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.704px;
    margin: 0;
}

.ed-faq-arrow {
    font-size: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ed-faq-arrow svg{
    transform: rotate(180deg);
    transition: all 0.2s;
}

.ed-faq-arrow.collapsed svg {
    transform: rotate(0);
    transition: all 0.2s;
}

.ed-faqs .card {
    background-color: transparent;
    border: none;
    padding: 3rem 0;
    border-top: 3px solid #d9d9d9;
}

.ed-faqs > div:not(.collapse) {
    cursor: pointer;
}

.ed-brands {
    padding-top: 5rem;
    background-color: #fff;
}

.ed-brands .container {
    color: #000;
    text-align: center;
    font-family: GilroyExtraBold;
    font-size: 62px;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -1.76px;
    margin: 0 auto;
}

.ed-brands-slider .slick-list {
    padding: 5rem 0;
}

.ed-brands-slider .slick-track {
    display: flex !important;
}

.ed-brands-slider .slick-slide {
    height: inherit !important;
    margin: 0 30px;
}

.ed-brands-slider .slick-slide div {
    height: 100%;
}

.ed-brand-slide {
    text-align: center;
    padding: 0rem 3rem;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: radial-gradient(217.08% 128.58% at 3.19% 6.52%, rgba(255, 255, 255, 0.49) 0%, rgba(255, 255, 255, 0.06) 100%);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(6px);
    height: 100%;
    display: flex;
    align-items: center;
}

.ed-brand-slide img {
    width: auto;
    text-align: center;
    max-height: 200px;
    max-width: 250px;
    margin: 0 auto;
}

.ed-brand {
    display: flex;
    align-items: center;
}

#channel-newsletter-content .fui-type-email {
    margin: 0
}

@media (min-width: 1920px) {
    .header-menu-container .desktop-ed-menu {
        max-width: 1920px;
        padding: 0 5rem;
    }
}

@media (max-width: 1920px) {
    .header-menu-container .desktop-ed-menu {
        max-width: 1400px;
        padding: 0 5rem;
    }
}

@media(max-width: 992px) {
    .ed-benefits-texts {
        text-align: center;
    }

    .ed-header-banner h1 {
        font-size: 56px;
    }

    .ed-header-banner h2 {
        font-size: 29px;
    }

    .ed-benefits-texts p {
        font-size: 27px;
    }

    .ed-faq-q p {
        font-size: 26px;
    }

    .ed-cta h3 {
        font-size: 50px;
    }

    .ed-cta a {
        font-size: 22px;
        padding: 1rem 3rem;
    }

    .ed-faq-arrow {
        font-size: 20px;
    }

    .ed-benefits img {
        max-height: 220px;
    }

    .desktop-view{
        display: none;
    }
    .mobile-view{
        display: block;
    }
}
@media(min-width: 993px) {


    .desktop-view{
        display: block;
    }
    .mobile-view{
        display: none;
    }
}

@media(max-width: 768px) {
    .header-menu-container .desktop-ed-menu {
        display: none;
    }

    .ed-mobile-side-menu {
        display: block;
    }

    .ed-mobile-side-menu.ed-side-open {
        left: 0;
        transition: all 0.5s;
    }

    .header-menu-container .mobile-ed-menu {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-menu-container {
        padding: 0;
    }

    .ed-header-banner h1,
    .ed-cta h3,
    .ed-faq h3,
    .ed-benefits-texts h3,
    .ed-brands .container {
        font-size: 34px;
    }

    .ed-header-banner h2,
    .ed-faq-q p {
        font-size: 22px;
    }

    .ed-benefits-texts p,
    .ed-faq-a p,
    .ed-cta a,
    .ed-faq-arrow {
        font-size: 19px;
    }

    .ed-benefits-texts h3 {
        margin-bottom: 1rem;
    }

    .ed-benefits img {
        max-height: 180px;
    }
}