/* Homepage V2 — Figma 57:153 */

body.hp-v2 {
    --hp2-gray-dark-2: #1d1d1f;
    --hp2-gray-dark-1: #29292b;
    --hp2-gray-mid: #605f65;
    --hp2-gray-light-1: #eeeff1;
    --hp2-gray-light-2: #e3e2e7;
    --hp2-gray-light-3: #b1b5b8;
    --hp2-black: #141414;
    --hp2-white: #ffffff;
    --hp2-content: 1400px;
    background: var(--hp2-white) !important;
    font-family: "Geom", sans-serif !important;
    color: var(--hp2-gray-dark-2);
}

.hp2 {
    overflow-x: clip;
}

body.hp-v2 #masthead,
body.hp-v2 #ast-desktop-header,
body.hp-v2 .ast-mobile-header-wrap,
body.hp-v2 .site-header,
body.hp-v2 .ast-breadcrumbs-wrapper,
body.hp-v2 .entry-header,
body.hp-v2 .site-footer,
body.hp-v2 footer.border-top,
body.hp-v2 .container-fluid.bg-dark {
    display: none !important;
}

body.hp-v2 #content,
body.hp-v2 .site-content,
body.hp-v2 #primary,
body.hp-v2 #main,
body.hp-v2 .ast-container,
body.hp-v2 article.page,
body.hp-v2 .ast-article-single {
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
    width: 100% !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

body.hp-v2 a {
    color: inherit;
}

body.hp-v2 .hp2-link {
    color: var(--hp2-black) !important;
}

body.hp-v2 .hp2-link--light {
    color: var(--hp2-gray-light-1) !important;
}

body.hp-v2 .hp2-link--muted,
body.hp-v2 .hp2-link--article {
    color: var(--hp2-gray-mid) !important;
}

.hp2 {
    background: var(--hp2-white);
}

.hp2 *,
.hp2 *::before,
.hp2 *::after {
    box-sizing: border-box;
}

.hp2 img {
    max-width: 100%;
    height: auto;
}

.hp2-wrap {
    width: min(var(--hp2-content), calc(100% - 48px));
    margin-left: auto;
    margin-right: auto;
}

.hp2-kicker {
    margin: 0 0 12px;
    font-family: "Geom", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: normal;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--hp2-gray-light-3);
}

.hp2-kicker--dark {
    color: var(--hp2-gray-dark-2);
}

.hp2-title {
    margin: 0;
    font-family: "Geom", sans-serif;
    font-weight: 300;
    font-size: 40px;
    line-height: 1.12;
    color: var(--hp2-gray-dark-2);
}

.hp2-title--regular {
    font-weight: 400;
}

.hp2-title--muted {
    color: var(--hp2-gray-mid);
}

.hp2-title--light {
    color: var(--hp2-gray-light-3);
}

.hp2-title--on-dark {
    color: var(--hp2-gray-light-2);
}

.hp2-link {
    font-family: "Geom", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 3px;
    color: var(--hp2-black);
}

.hp2-link--light {
    color: var(--hp2-gray-light-1);
}

.hp2-link--muted {
    color: var(--hp2-gray-mid);
    font-size: 13px;
}

.hp2-link--article {
    color: var(--hp2-gray-mid);
    font-size: 14px;
}

.hp2-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 51px;
    padding: 0 24px;
    font-family: "Geom", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-decoration: none !important;
    text-align: center;
    border: 1px solid transparent;
    transition: opacity 0.2s ease;
}

.hp2-btn:hover {
    opacity: 0.88;
}

.hp2-btn--ghost:hover,
.hp2-btn--ghost-light:hover {
    background-color: transparent;
}

.hp2-btn--solid {
    background: var(--hp2-gray-dark-2);
    color: var(--hp2-gray-light-1) !important;
}

.hp2-btn--ghost {
    background: transparent;
    border-color: var(--hp2-gray-mid);
    color: var(--hp2-black) !important;
}

.hp2-btn--ghost-light {
    background: transparent;
    border-color: var(--hp2-gray-mid);
    color: var(--hp2-gray-light-2) !important;
    height: 54px;
    font-size: 13px;
    width: 100%;
}

/* Hero */

.hp2-hero__intro {
    display: grid;
    grid-template-columns: 599px 1fr;
    gap: 48px;
    padding: 78px 0 59px;
    align-items: start;
}

.hp2-hero__copy {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 28px;
    max-width: 599px;
}

.hp2-hero__intro h1 {
    margin: 0;
    max-width: 599px;
    font-family: "Geom", sans-serif;
    font-weight: 300;
    font-size: 40px;
    line-height: 1.12;
    color: var(--hp2-gray-dark-2);
}

.hp2-hero__intro p {
    margin: 0 0 0 auto;
    max-width: 376px;
    font-family: "Geom", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.35;
    color: var(--hp2-gray-mid);
}

.hp2-hero__intro p strong {
    font-weight: 500;
}

.hp2-hero__photo {
    position: relative;
    height: 338px;
    overflow: hidden;
}

.hp2-hero__photo > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center bottom;
}

.hp2-hero__ctas {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    width: 100%;
}

.hp2-hero__ctas .hp2-btn {
    width: 100%;
}

/* Stats */

.hp2-stats {
    margin: 24px 0;
    border-top: 1px solid var(--hp2-gray-light-3);
    border-bottom: 1px solid var(--hp2-gray-light-3);
    background: var(--hp2-white);
}

.hp2-stats .hp2-wrap {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 16px 28px;
    min-height: 40px;
    padding: 20px 0;
    font-family: "Geom", sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 1.2;
    color: var(--hp2-gray-dark-2);
}

.hp2-stats p {
    margin: 0;
    white-space: nowrap;
}

.hp2-stats strong {
    font-weight: 700;
}

.hp2-stats__slash {
    flex: 0 0 auto;
    color: var(--hp2-gray-dark-2);
    letter-spacing: 0.02em;
    white-space: nowrap;
}

/* Categories */

.hp2-cats {
    background: var(--hp2-gray-dark-1);
    padding: 28px 0 32px;
}

.hp2-cats .hp2-kicker {
    margin: 0 0 16px;
    color: var(--hp2-gray-light-3);
}

.hp2-cats__rows {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hp2-cats__grid {
    display: grid;
    gap: 16px;
}

.hp2-cats__row--a {
    grid-template-columns: 1.48fr 0.86fr 0.59fr 1fr;
}

.hp2-cats__row--b {
    grid-template-columns: 0.64fr 1.07fr 1fr 1.07fr 1fr;
}

.hp2-chip {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    padding: 0 16px;
    border: 1px solid var(--hp2-gray-mid);
    border-radius: 0;
    font-family: "Geom", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none !important;
    color: var(--hp2-gray-light-3) !important;
    white-space: nowrap;
}

.hp2-chip:hover {
    background: rgba(255, 255, 255, 0.04);
}

/* Product rails */

.hp2-products {
    padding: 38px 0 48px;
}

.hp2-products .hp2-title {
    line-height: 45px;
    margin-bottom: 64px;
}

.hp2-slider {
    margin: 0 -8px;
    overflow: hidden;
    max-width: 100%;
}

.hp2-slider .slick-slide {
    padding: 0 8px;
}

.hp2-slider .slick-list {
    overflow: hidden;
}

.hp2-slider .slick-arrow {
    display: none !important;
}

.hp2-slider .slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
    position: static;
    bottom: auto;
    width: 100%;
}

.hp2-slider .slick-dots li {
    margin: 0;
    width: 8px;
    height: 8px;
}

.hp2-slider .slick-dots li button {
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: var(--hp2-gray-light-3);
    font-size: 0;
    line-height: 0;
    cursor: pointer;
}

body.hp-v2 .hp2-slider .slick-dots li button:before {
    display: none !important;
    content: none !important;
    font-size: 0 !important;
    opacity: 0 !important;
}

.hp2-slider .slick-dots li.slick-active button {
    background: var(--hp2-gray-mid);
}

.hp2-product__link {
    display: block;
    text-decoration: none !important;
    color: inherit;
}

.hp2-product__media {
    position: relative;
    width: 100%;
    height: 256px;
    overflow: hidden;
    background: var(--hp2-white);
}

.hp2-product__media img,
.hp2-product__img {
    display: block;
    width: 100%;
    height: 256px;
    max-width: none;
    object-fit: contain;
    object-position: center;
}

.hp2-product__badge {
    position: absolute;
    top: 0;
    left: 8px;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 91px;
    height: 21px;
    border-radius: 50px;
    border: 1px solid var(--hp2-black);
    background: var(--hp2-gray-dark-1);
    font-family: "Geom", sans-serif;
    font-weight: 700;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--hp2-gray-light-1);
}

.hp2-product__meta {
    margin: 16px 0 4px;
    font-family: "Geom", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: var(--hp2-gray-light-3);
}

.hp2-product__title {
    margin: 0;
    font-family: "Geom", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.25;
    color: var(--hp2-gray-dark-2);
}

/* Rainbow */

.hp2-rainbow {
    position: relative;
    height: 175px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hp2-rainbow__bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.hp2-rainbow__bg img {
    position: absolute;
    left: -0.32%;
    top: -222%;
    width: 100.32%;
    height: 537.04%;
    max-width: none;
    object-fit: cover;
}

.hp2-rainbow__blend {
    position: absolute;
    inset: 0;
    mix-blend-mode: color;
    background-image: linear-gradient(
        90deg,
        rgba(221, 227, 255, 0) 0%,
        rgba(255, 255, 255, 0.413) 26.662%,
        rgba(255, 196, 151, 0) 50%,
        rgba(240, 8, 12, 0.59) 73.558%,
        rgba(47, 255, 0, 0.59) 85.577%,
        rgba(0, 21, 255, 0.59) 97.115%
    );
}

.hp2-rainbow__frost {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.64);
}

.hp2-rainbow h2 {
    position: relative;
    z-index: 1;
    margin: 0;
    width: min(562px, 90%);
    font-family: "Geom", sans-serif;
    font-weight: 300;
    font-size: 48px;
    line-height: 48px;
    color: var(--hp2-gray-dark-2);
    text-shadow: 3px -1px 18.6px #fff;
}

/* Lighting split */

.hp2-lighting {
    background: var(--hp2-black);
    padding: 36px 0 48px;
}

.hp2-lighting__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
}

.hp2-lighting__photo {
    width: 100%;
    height: 228px;
    overflow: hidden;
    margin-bottom: 32px;
}

.hp2-lighting__photo img {
    display: block;
    width: 100%;
    height: 228px;
    max-width: none;
    object-fit: cover;
}

.hp2-lighting__photo--white img {
    object-position: center 35%;
}

.hp2-lighting__photo--color img {
    object-position: center 42%;
}

.hp2-lighting h3 {
    margin: 8px 0 18px;
    font-family: "Geom", sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: normal;
    text-transform: uppercase;
    color: var(--hp2-gray-light-3);
}

.hp2-lighting p {
    margin: 0 0 32px;
    max-width: 397px;
    font-family: "Geom", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.35;
    color: var(--hp2-gray-mid);
}

/* Dropshipping */

.hp2-drop {
    background: var(--hp2-gray-light-1);
    padding: 84px 0 72px;
}

.hp2-drop__grid {
    display: grid;
    grid-template-columns: 1fr 255px;
    gap: 80px;
    align-items: center;
}

.hp2-drop .hp2-title {
    max-width: 691px;
    margin-bottom: 28px;
}

.hp2-drop p {
    margin: 0 0 48px;
    max-width: 615px;
    font-family: "Geom", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.35;
    color: var(--hp2-gray-light-3);
}

.hp2-drop__art {
    width: 255px;
    height: 285px;
    justify-self: end;
}

.hp2-drop__art img {
    display: block;
    width: 255px;
    height: 285px;
    max-width: none;
}

/* B2B */

.hp2-b2b {
    background: var(--hp2-gray-dark-1);
    padding: 65px 0 72px;
}

.hp2-b2b__grid {
    display: grid;
    grid-template-columns: 578px 1fr;
    gap: 80px;
    align-items: start;
}

.hp2-b2b .hp2-title {
    margin-bottom: 62px;
}

.hp2-b2b__copy {
    margin: 0;
    max-width: 578px;
    font-family: "Geom", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.35;
    color: var(--hp2-gray-light-3);
}

.hp2-b2b__actions {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding-top: 94px;
}

.hp2-b2b__support {
    margin: 58px 0 0;
    font-family: "Geom", sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: var(--hp2-gray-light-2);
}

.hp2-b2b__support strong {
    font-weight: 700;
}

/* Partners */

.hp2-partners {
    padding: 64px 0 72px;
}

.hp2-partners__grid {
    display: grid;
    grid-template-columns: 578px 1fr;
    gap: 80px;
    align-items: start;
}

.hp2-partners .hp2-title {
    margin-bottom: 36px;
}

.hp2-partners__copy {
    margin: 0 0 72px;
    max-width: 578px;
    font-family: "Geom", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.35;
    color: var(--hp2-gray-light-3);
}

.hp2-partners__map {
    width: 100%;
    height: 416px;
    overflow: hidden;
}

.hp2-partners__map img {
    display: block;
    width: 139.52%;
    height: 175.63%;
    max-width: none;
    margin-left: -21.45%;
    margin-top: -38.94%;
    object-fit: cover;
}

/* News */

.hp2-news {
    background: var(--hp2-black);
    padding: 76px 0 88px;
}

.hp2-news__intro {
    display: grid;
    grid-template-columns: 385px 1fr;
    gap: 48px;
    align-items: start;
    margin-bottom: 48px;
}

.hp2-news__intro .hp2-kicker {
    margin-bottom: 29px;
}

.hp2-news__lede {
    margin: 8px 0 0;
    max-width: 602px;
    justify-self: end;
    font-family: "Geom", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.35;
    color: var(--hp2-gray-mid);
}

.hp2-news__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

.hp2-article {
    display: flex;
    flex-direction: column;
    min-height: 483px;
    border: 1px solid var(--hp2-gray-dark-1);
    text-decoration: none !important;
    color: inherit;
}

.hp2-article__media {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.hp2-article__media img {
    display: block;
    width: 100%;
    height: 220px;
    max-width: none;
    object-fit: cover;
}

.hp2-article__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 22px 21px 20px;
}

.hp2-article h3 {
    margin: 0 0 16px;
    font-family: "Geom", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.25;
    color: var(--hp2-gray-light-3);
}

.hp2-article p {
    margin: 0 0 18px;
    font-family: "Geom", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.35;
    color: var(--hp2-gray-mid);
}

.hp2-article .hp2-link {
    margin-top: auto;
}

.hp2-news__dots {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 24px;
}

.hp2-news__dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--hp2-gray-light-3);
}

.hp2-news__dots span:nth-child(2) {
    background: var(--hp2-gray-mid);
}

/* Newsletter */

.hp2-nl-photo {
    position: relative;
    height: 134px;
    overflow: hidden;
}

.hp2-nl-photo img {
    position: absolute;
    left: 0;
    top: -567.97%;
    width: 100%;
    height: 946.38%;
    max-width: none;
    object-fit: cover;
}

.hp2-nl-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(239, 239, 239, 0.51);
    mix-blend-mode: color;
}

.hp2-nl {
    padding: 108px 0 96px;
}

.hp2-nl__grid {
    display: grid;
    grid-template-columns: 613px 1fr;
    gap: 80px;
    align-items: start;
}

.hp2-nl .hp2-kicker {
    margin-bottom: 22px;
}

.hp2-nl__form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 690px;
    justify-self: end;
}

.hp2-nl__form input[type="email"] {
    width: 100%;
    height: 54px;
    border: 1px solid var(--hp2-gray-mid);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
        linear-gradient(90deg, #eeeff1, #eeeff1);
    padding: 0 28px;
    font-family: "Geom", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: var(--hp2-gray-dark-2);
    text-align: center;
    box-shadow: none;
}

.hp2-nl__form input[type="email"]::placeholder {
    color: var(--hp2-gray-light-3);
}

.hp2-nl__form button {
    width: 100%;
    height: 54px;
    border: 1px solid var(--hp2-gray-mid);
    background: var(--hp2-gray-dark-2);
    color: var(--hp2-gray-light-2);
    font-family: "Geom", sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
}

.hp2-nl__msg {
    min-height: 24px;
    text-align: center;
    font-size: 14px;
}

/* Footer */

.hp2-footer {
    background: var(--hp2-gray-dark-2);
    color: var(--hp2-gray-light-3);
    padding: 55px 0 0;
}

.hp2-footer__grid {
    display: grid;
    grid-template-columns: 1.15fr 1fr 1fr;
    gap: 48px;
    padding-bottom: 72px;
}

.hp2-footer__logo {
    width: 271px;
    height: 58px;
    margin-bottom: 54px;
}

.hp2-footer__logo img {
    display: block;
    width: 271px;
    height: 58px;
    object-fit: contain;
}

.hp2-footer__blurb {
    margin: 0;
    max-width: 335px;
    font-family: "Geom", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4;
    color: #b1b5b8;
}

.hp2-footer__blurb a {
    color: #b1b5b8;
    text-decoration: underline;
}

.hp2-footer h3 {
    margin: 0 0 12px;
    font-family: "Geom", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;
    color: var(--hp2-gray-light-3);
}

.hp2-footer address {
    font-style: normal;
    font-family: "Geom", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--hp2-gray-light-3);
}

.hp2-footer address a {
    color: inherit;
    text-decoration: none;
}

.hp2-social {
    position: relative;
    width: 103px;
    height: 16px;
    margin-top: 92px;
}

.hp2-social > img {
    display: block;
    width: 103px;
    height: 16px;
}

.hp2-social__hit {
    position: absolute;
    top: 0;
    width: 16px;
    height: 16px;
}

.hp2-social__hit--fb {
    left: 0;
}

.hp2-social__hit--ig {
    left: 29px;
}

.hp2-social__hit--tt {
    left: 58px;
}

.hp2-social__hit--li {
    left: 87px;
}

.hp2-footer__links {
    display: flex;
    flex-direction: column;
    gap: 0;
    font-family: "Geom", sans-serif;
    font-size: 16px;
    line-height: 22px;
}

.hp2-footer__links a {
    color: var(--hp2-gray-light-3);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.hp2-footer__gemi {
    background: var(--hp2-black);
    min-height: 128px;
    display: flex;
    align-items: flex-start;
    padding: 22px 0 0;
}

.hp2-footer__gemi p {
    margin: 0;
    font-family: "Geom", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #b1b5b8;
}

/* Responsive */

@media (max-width: 1200px) {
    .hp2-hero__intro,
    .hp2-b2b__grid,
    .hp2-partners__grid,
    .hp2-news__intro,
    .hp2-nl__grid,
    .hp2-drop__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .hp2-hero__intro p,
    .hp2-news__lede,
    .hp2-nl__form {
        margin-left: 0;
        justify-self: start;
        max-width: none;
    }

    .hp2-hero__copy {
        max-width: none;
    }

    .hp2-b2b__actions {
        padding-top: 0;
    }

    .hp2-drop__art {
        justify-self: start;
    }
}

@media (max-width: 900px) {
    .hp2-hero__intro {
        padding: 36px 0 28px;
    }

    .hp2-hero__intro h1,
    .hp2-title,
    .hp2-nl .hp2-title {
        font-size: 32px;
    }

    .hp2-rainbow {
        height: 140px;
    }

    .hp2-rainbow h2 {
        font-size: 32px;
        line-height: 36px;
    }

    .hp2-hero__photo {
        height: 240px;
    }

    .hp2-hero__ctas,
    .hp2-lighting__grid,
    .hp2-news__grid,
    .hp2-footer__grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .hp2-stats .hp2-wrap,
    .hp2-cats .hp2-wrap {
        width: min(var(--hp2-content), calc(100% - 32px));
    }

    .hp2-stats .hp2-wrap {
        gap: 12px 16px;
        min-height: 40px;
        padding: 20px 0;
    }

    .hp2-cats {
        padding: 24px 0 28px;
    }

    .hp2-cats .hp2-kicker {
        margin-bottom: 14px;
    }

    .hp2-cats__rows {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 8px;
    }

    .hp2-cats__grid {
        display: contents;
    }

    .hp2-chip {
        flex: 1 1 auto;
        min-width: calc(35% - 8px);
        height: 48px;
        padding: 0 12px;
        font-size: 14px;
        line-height: 18px;
        white-space: normal;
    }

    .hp2-cats__row--a .hp2-chip:first-child {
        flex: 1 1 100%;
        min-width: 100%;
    }

    .hp2-lighting__photo,
    .hp2-lighting__photo img {
        height: 180px;
    }

    .hp2-partners__map {
        height: 260px;
    }

    .hp2-social {
        margin-top: 28px;
    }

    .hp2-footer__logo {
        margin-bottom: 24px;
    }
}
