/* animations */
@keyframes arrow {
    0%   {opacity:0; transform: translateY(-30px);}
    100% {opacity:1; transform: translateY(0px);}
}
#promos a:hover .link-text img,
#promos a:focus-visible .link-text img {
    margin-left: .5rem;
}
#promos a:hover img,
#promos a:focus-visible img {
    transform: scale(105%);
}
/* animations end */
#home {
    overflow: hidden;
}
#home .hidden {
    display: none !important;
}
#home .width-restrict {
    margin: 0 auto;
    max-width: 1920px;
}
#home .button-container button:hover,
#home .button-container button:focus-visible {
    color: white;
}
/* Panel 4 */
#why-buy {
    display: flex;
    padding: 2rem;
    margin: 0 auto;
    max-width: 1920px;
    flex-direction: column;
}
#why-buy h2 {
    font-size: 2.25rem;
    line-height: 1;
}
#why-buy .copy-container {
    margin-bottom: 2rem;
    text-align: center;
}
#why-buy .copy-container .link-text {
    display: flex;
    text-transform: uppercase;
    color: #ECE81A;
    margin-top: 0.5rem;
    font-size: .75rem;
    justify-content: center;
}
#why-buy .copy-container .link-text img {
    object-fit: contain;
    margin-left: .25rem;
    height: 12px;
    margin-top: 3px;
    transition: 200ms;
}
#why-buy .copy-container .link-text:hover img,
#why-buy .copy-container .link-text:focus-visible img {
    margin-left: .5rem;
}
#why-buy .why-buy-link {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
#why-buy .why-buy-link p {
    padding: 0.75rem;
    text-transform: uppercase;
    line-height: 1.2;
}
#why-buy .why-buy-link img {
    width: 80px;
    transition: 200ms;
    border: 2px solid transparent;
    border-radius: 50%;
}
#why-buy .why-buy-link:hover img,
#why-buy .why-buy-link:focus-visible img {
    border: 2px solid #ECE81A;
}
/* Panel 5 */
#promos {
    padding: 1rem;
    background-image: url(https://assets.corsair.com/image/upload/f_auto,q_auto/akamai/hybris/homepage/refresh/hp-bg-pattern-guides.png);
    background-size: cover;
}
#promos .width-restrict {
    display: flex;
    gap: 1rem;
    flex-direction: column;
    padding-bottom: 1rem;
}
#promos h2 {
    font-size: 1.15rem;
    line-height: 1;
    margin-bottom: .25rem;
}
#promos p {
    font-size: .85rem;
}
#promos .link-text {
    display: flex;
    text-transform: uppercase;
    color: #ECE81A;
    margin-top: 0.5rem;
    font-size: .75rem;
}
#promos .right-column {
    gap: 1rem;
    display: flex;
    flex-direction: column;
}
#promos .left-column {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
#promos .left-column > img {
    height: inherit;
    object-fit: cover;
    transition: 750ms;
}
#promos .left-column div,
#promos .right-column .promo-container div {
    padding: 1rem;
    background: linear-gradient(166.24deg, #27293D 5.82%, #1D1C29 93.28%);
}
#promos .right-column .promo-container div {
    align-content: end;
}
#promos .right-column .promo-container > img {
    flex: 1;
    object-fit: cover;
    transition: 750ms;
}
#promos .promo-container {
    display: flex;
    flex-direction: column-reverse;
    overflow: hidden;
}
#promos .copy-container {
    z-index: 1;
}
#promos .copy-container .link-text img {
    object-fit: contain;
    margin-left: .25rem;
    height: 12px;
    margin-top: 3px;
    transition: 200ms;
}

@media (min-width: 767px) {
    #promos .left-column div,
    #promos .right-column .promo-container div,
    #promos {
        padding: 2rem;
    }
    #why-buy .copy-container .link-text,
    #promos a,
    #promos .link-text {
        font-size: 1rem;
    }
    #why-buy .copy-container .link-text img,
    #promos .copy-container .link-text img {
        height: unset;
        margin-top: 0;
    }
    #why-buy .why-buy-link {
        width: 40%;
        margin-left: auto;
    }
    #why-buy .copy-container {
        width: 100%;
    }
    #why-buy {
        flex-wrap: wrap;
        flex-direction: row;
    }
    #promos h2 {
        font-size: 2rem;
    }
    #promos p {
        font-size: 1rem;
    }
    #promos .promo-image {
        max-height: 400px;
    }
    #promos .width-restrict {
        max-width: 800px;
    }
}
@media (min-width: 1280px) {
    #why-buy .why-buy-link {
        width: 18%;
        margin: 0;
    }
    #promos .width-restrict {
        max-width: 1920px;
        height: 900px;
        flex-direction: row;
    }
    #promos .left-column,
    #promos .right-column {
        width: 100%;
    }
    #promos .promo-container {
        height: calc(50% - 0.5rem);
        display: flex;
        flex-direction: row;
    }
    #promos .right-column .promo-container div {
        width: 40%;
    }
    #promos .left-column .copy-container p {
        max-width: 80%;
    }
    #promos .promo-image {
        max-height: unset;
    }
    #why-buy {
        flex-direction: row;
        flex-wrap: unset;
    }
    #why-buy h2 {
        max-width: 400px;
    }
    #why-buy .why-buy-link p {
        max-width: 150px;
    }
    #why-buy .copy-container {
        padding-right: 1rem;
        margin-bottom: 0;
        text-align: left;
        width: 28%;
    }
    #why-buy .copy-container .link-text {
        justify-content: left;
    }
    #promos .right-column .promo-container > img {
        max-width: 575px;
    }
}