/* GLOBAL STYLES */
.b2b-content {
    background-color: #fff;
}

.b2b-content h1 {
    font-weight: 600;
    font-size: 3rem;
    line-height: 1.1;
    letter-spacing: 0.02em;
}

.b2b-content h2 {
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 1.1;
    letter-spacing: 0.02em;
}

a.event-card-description-link {
    display: flex;
    align-items: center;
    justify-content: start;
}

a.event-card-description-link .right-arrow {
    font-size: 30px;
    margin-left: 5px;
}

.b2b-content p {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
}

.background-white {
    background-color: #ffffff;
}

.background-muted {
    background-color: #eeeeee;
}

@media screen and (min-width: 768px) {
    .b2b-content h1 {
        font-size: 4rem;
    }

    .b2b-content h2 {
        font-size: 3.25rem;
    }

    .b2b-content p {
        font-size: 1.25rem;
    }
}

/* BLOCK STYLES */
/* HERO */
.b2b-hero {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 10rem 2rem 2rem;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: clamp(300px, 35vh, 600px);
}

.b2b-hero .block-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    max-width: 600px;
}

.b2b-hero .block-title {
    color: #ffffff;
}

.b2b-hero .block-description {
    color: #ffffff;
}

@media screen and (min-width: 768px) {
    .b2b-hero {
        padding: 10rem 6rem 4rem;
        height: clamp(500px, 40vh, 800px);
    }

    .b2b-hero .block-content {
        text-align: left;
        align-items: flex-start;
        max-width: 1600px;
        width: 100%;
    }

    .b2b-hero .block-title {
        max-width: 700px;
    }

    .b2b-hero .block-description {
        max-width: 800px;
    }
}

/* TWO TILES */
.b2b-two-tile {
    padding: 4rem 2rem;
    display: grid;
    justify-content: center;
    gap: 2rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.b2b-two-tile .block-content {
    display: grid;
    gap: 2rem;
    text-align: center;
    width: 100%;
    max-width: 600px;
}

.b2b-two-tile .block-copy {
    display: grid;
    gap: 0.5rem;
    align-content: center;
    max-width: 700px;
}

@media screen and (min-width: 1024px) {
    .b2b-two-tile {
        padding: 6rem;
    }

    .b2b-two-tile .block-content {
        grid-template-columns: 1fr 1fr;
        max-width: 1600px;
        text-align: left;
    }
}

/* TWO TILE FULL */
.b2b-two-tile.fill-image {
    padding: 0;
}

.b2b-two-tile.fill-image .block-content {
    gap: 0;
}

.b2b-two-tile.fill-image .block-copy {
    padding: 4rem 2rem;
}

.b2b-two-tile.fill-image .block-media img {
    height: 100%;
    object-fit: cover;
}

@media screen and (min-width: 1024px) {
    .b2b-two-tile.fill-image .block-copy {
        align-content: center;
        padding: 6rem;
    }

    .b2b-two-tile.fill-image.image-left .block-media {
        order: -1;
    }
}

@media screen and (min-width: 1600px) {
    .b2b-two-tile.fill-image.image-right {
        margin: auto 6rem;
    }

    .b2b-two-tile.fill-image.image-right .block-media {
        margin-right: -6rem;
    }

    .b2b-two-tile.fill-image.image-left .block-media {
        margin-left: -6rem;
    }

    .b2b-two-tile.fill-image.image-right .block-copy {
        padding-left: 0rem;
    }
}

/* TABS */
header[class^="OverlayProductContentCards_overlay-content-cards-header"] h2 {
    font-weight: 600;
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

header[class^="OverlayProductContentCards_overlay-content-cards-header"] p {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: normal !important;
}

div[class^="Tabs_tab-list-container"] li button {
    font-weight: 600;
    letter-spacing: 0.005em;
    font-size: 1.5rem;
}

section[class^="ProductOverviewTab_product-content"] ul {
    list-style-type: initial;
    text-align: left;
}

@media screen and (min-width: 768px) {
    header[class^="OverlayProductContentCards_overlay-content-cards-header"] h2 {
        font-size: 3.5rem;
    }

    header[class^="OverlayProductContentCards_overlay-content-cards-header"] p {
        font-size: 1.25rem;
    }
}

.b2b-tabs {
    padding: 4rem 2rem;
    max-width: 600px;
    margin: 0 auto;
}

.b2b-tabs .block-copy h2,
.b2b-tabs .block-copy p {
    text-align: center;
}

.b2b-tabs .tab-container {
    width: 100%;
}

.b2b-tabs .tab-heading-container {
    display: flex;
    flex-direction: column;
    margin: 1rem 0 2rem;
}

.b2b-tabs .tab-heading-item {
    color: #aaa;
    font-size: 1.5rem;
    font-weight: 600;
    border-bottom: 3px solid #ccc;
    margin: 0 -2rem;
    padding: 1rem;
}

.b2b-tabs .tab-heading-item.tab-active {
    color: #000;
    border-bottom: 3px solid #000;
}

.b2b-tabs .tab-content-item {
    display: none;
}

.b2b-tabs .tab-content-item.tab-active {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.b2b-tabs .tab-copy {
    text-align: center;
}

@media screen and (min-width: 1024px) {
    .b2b-tabs {
        padding: 6rem;
        max-width: 1600px;
    }

    .b2b-tabs .block-copy h2 {
        text-align: left;
        margin-bottom: 1rem;
    }

    .b2b-tabs .block-copy p {
        text-align: left;
        margin-bottom: 2rem;
        max-width: 800px;
    }

    .b2b-tabs .tab-heading-container {
        flex-direction: row;
        justify-content: space-between;
    }

    .b2b-tabs .tab-heading-item {
        margin: 0;
        padding-left: 2rem;
        padding-right: 2rem;
        flex-grow: 1;
    }

    .b2b-tabs .tab-content-item.tab-active {
        align-items: center;
        display: grid;
        grid-template-columns: 1fr 2fr;
    }

    .b2b-tabs .tab-copy {
        text-align: left;
        position: relative;
        top: -10%;
    }

    .b2b-tabs .tab-copy ul {
        list-style-type: disc;
        list-style-position: outside;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        margin-left: 3rem;
    }

    .b2b-tabs .tab-copy li {
        font-size: 1.5rem;
        line-height: 1.15;
    }

    .b2b-tabs .tab-media {
        max-width: 960px;
    }
}

/* IMG TWO TILE */
h2[class^="ImageTwoTile_Heading"] {
    font-size: 2.5rem;
}

div[class^="ImageTwoTile_imageTwoTile-Description"] {
    font-size: 1.125rem;
}

div[class^="ImageTwoTile_imageTwoTile__"] {
    padding: 2rem 1rem;
}

@media screen and (min-width: 768px) {
    h2[class^="ImageTwoTile_Heading"] {
        font-size: 3.5rem;
    }

    div[class^="ImageTwoTile_imageTwoTile-Description"] {
        font-size: 1.25rem;
        line-height: 1.5;
    }

    div[class^="ImageTwoTile_imageTwoTile__"] {
        padding: 6rem 0;
    }
}

/* CAROUSEL */
div[class*="ProductContentCarousel_product-content-slider"] .slick-dots label {
    color: #000;
}

div[class*="ProductContentCarousel_product-content-slider"] .slick-dots ul li button::before {
    background-color: #aaa;
}

div[class*="ProductContentCarousel_product-content-slider"] .slick-dots ul li.slick-active button::before {
    background-color: #000;
}

@media screen and (min-width: 768px) {
    div[class*="ProductContentCarousel_product-content-slider"] .slick-dots {
        margin-bottom: 2rem;
    }
}

/* SECTION TITLE */
.b2b-section-title {
    padding: 4rem 2rem;
    display: flex;

    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.b2b-section-title .block-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    width: 100%;
    max-width: 600px;
    text-align: center;
}

/* EVENT CARDS */
.events-list {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    padding: 2rem 0;
    max-width: 600px;
    margin: 0 auto;
}

.event-card {
    display: grid;
    gap: 0.75rem;
}

.event-card .event-card-image {
    background-color: #fff;
}

.event-card .event-card-image img {
    width: 100%;
}

.event-card-content .event-card-details {
    color: #555;
}

.event-card-content .event-card-details strong {
    margin-right: 0.25rem;
}

.event-card-content .event-card-title {
    line-height: 1.1;
    text-decoration: underline;
    text-decoration-color: #ece81a;
    text-underline-offset: 0.375rem;
    margin-bottom: 1rem;
}

.event-card-content .event-card-description {
    margin-bottom: 0.5rem;
}

.event-card-cta {
    background-color: #ece81a;
    color: #000;
    padding: 0.5rem 1.5rem;
    font-weight: 600;
    display: block;
    width: fit-content;
    font-size: 0.875rem;
    border: solid 1px #000;
}

@media screen and (min-width: 1024px) {
    .events-list {
        max-width: 1200px;
        padding: 4rem;
        gap: 3rem;
    }

    .event-card {
        grid-template-columns: 1fr 2fr;
        box-shadow: 0 1px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
        padding: 1.5rem;
        gap: 1.5rem;
    }

    .event-card-content .event-card-title {
        font-size: 2.25rem;
    }

    .event-card-content .event-card-details {
        font-size: 0.875rem;
    }

    .event-card-content .event-card-description {
        font-size: 1.125rem;
        line-height: 1.5;
    }

    .event-card-cta {
        padding: 0.75rem 2rem;
    }
}

/* TECH SUPPORT */
.b2b-tech-support {
    padding: 4rem 1rem;
}

.b2b-tech-support .block-content {
    margin: 0 auto;
    max-width: 1600px;
}

.b2b-tech-support .block-title {
    text-align: center;
    margin-bottom: 1rem;
}

.b2b-tech-support .block-copy {
    margin-bottom: 2rem;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .b2b-tech-support {
        padding: 6rem;
    }

    .b2b-tech-support .block-title,
    .b2b-tech-support .block-copy {
        text-align: left;
    }
}

/* FAQ BLOCK */
div[class^="FAQModule_element-container"] {
    background-color: #eeeeee;
    padding: 4rem 1rem;
}

div[class^="FAQModule_element-container"] p[class^="FAQModule_question"] {
    color: #000;
}

div[class^="FAQModule_element-container"] p[class^="FAQModule_answer"] {
    color: #777;
}

div[class^="FAQModule_element-container"] p[class^="FAQModule_answer"] p:not(:last-child) {
    margin-bottom: 0.5rem;
}

div[class^="FAQModule_element-container"] p[class^="FAQModule_answer"] a {
    color: blue;
}

div[class^="FAQModule_element-container"] h2 {
    color: #000;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.1;
}

div[class^="FAQModule_chevron"] {
    color: #000;
}

button[class^="FAQModule_show-"] {
    font-weight: 600;
    color: #000;
    border-color: #000;
}

@media screen and (min-width: 768px) {
    div[class^="FAQModule_element-container"] h2 {
        font-size: 3.25rem;
    }
}

/* PAGE STYLES */
#b2b-about-us-hero {
    background-position: top;
    background-image: url("https://assets.corsair.com/image/upload/f_auto,q_auto/v1724259782/pages/b2b/about-us/assets/b2b-about-hero-mobile.png");
}

@media screen and (min-width: 768px) {
    #b2b-about-us-hero {
        background-image: url("https://assets.corsair.com/image/upload/f_auto,q_auto/v1724259785/pages/b2b/about-us/assets/b2b-about-hero.png");
    }
}

#b2b-about-us-what-we-do {
    padding-top: 16rem;
    background-image: url("https://assets.corsair.com/image/upload/f_auto,q_auto/v1724259783/pages/b2b/about-us/assets/b2b-about-what-we-do-mobile.png");
    background-position: top;
}

@media screen and (min-width: 1024px) {
    #b2b-about-us-what-we-do {
        padding-top: 12rem;
        padding-bottom: 12rem;
        background-image: url("https://assets.corsair.com/image/upload/f_auto,q_auto/v1724259783/pages/b2b/about-us/assets/b2b-about-what-we-do.png");
        background-position: center;
    }
}

#b2b-about-us-how-we-serve {
    padding-top: 16rem;
    background-position: top;
    background-image: url("https://assets.corsair.com/image/upload/f_auto,q_auto/v1724259783/pages/b2b/about-us/assets/b2b-about-how-we-serve-mobile.png");
}

@media screen and (min-width: 1024px) {
    #b2b-about-us-how-we-serve {
        padding-top: 12rem;
        padding-bottom: 12rem;
        background-image: url("https://assets.corsair.com/image/upload/f_auto,q_auto/v1724259782/pages/b2b/about-us/assets/b2b-about-how-we-serve.png");
        background-position: center;
    }
}

#b2b-partners-hero {
    background-image: url("https://assets.corsair.com/image/upload/f_auto,q_auto/v1724278439/pages/b2b/partners-resellers/b2b-partners-hero-mobile.png");
}

@media screen and (min-width: 768px) {
    #b2b-partners-hero {
        background-image: url("https://assets.corsair.com/image/upload/f_auto,q_auto/v1724278440/pages/b2b/partners-resellers/b2b-partners-hero.png");
    }
}

#b2b-events-hero {
    background-image: url("https://assets.corsair.com/image/upload/f_auto,q_auto/v1724285584/pages/b2b/events/b2b-events-hero-mobile.png");
}

@media screen and (min-width: 768px) {
    #b2b-events-hero {
        background-image: url("https://assets.corsair.com/image/upload/f_auto,q_auto/v1724285585/pages/b2b/events/b2b-events-hero.png");
    }
}

#b2b-support-hero {
    background-image: url("https://assets.corsair.com/image/upload/f_auto,q_auto/v1724440692/pages/b2b/support/b2b-support-hero-mobile.png");
}

@media screen and (min-width: 768px) {
    #b2b-support-hero {
        background-image: url("https://assets.corsair.com/image/upload/f_auto,q_auto/v1724440695/pages/b2b/support/b2b-support-hero.png");
    }
}