@font-face {
    font-display: block;
    font-family: Poppins-Regular;
    font-style: normal;
    font-weight: 400;

    src: url(fonts/poppins-regular.woff2) format("woff2"),
        url(fonts/poppins-regular.woff) format("woff");
}

@font-face {
    font-display: block;
    font-family: Poppins-Medium;
    font-style: normal;
    font-weight: 500;

    src: url(fonts/poppins-medium.woff2) format("woff2"),
        url(fonts/poppins-medium.woff) format("woff");
}

@font-face {
    font-display: block;
    font-family: Poppins-SemiBold;
    font-style: normal;
    font-weight: 600;

    src: url(fonts/poppins-semibold.woff2) format("woff2"),
        url(fonts/poppins-semibold.woff) format("woff");
}

@font-face {
    font-display: block;
    font-family: Poppins-Bold;
    font-style: normal;
    font-weight: 700;

    src: url(fonts/poppins-bold.woff2) format("woff2"),
        url(fonts/poppins-bold.woff) format("woff");
}

@font-face {
    font-display: block;
    font-family: RF-Tone-Black;
    font-style: normal;
    font-weight: 900;

    src: url(fonts/rf-tone-black.woff2) format("woff2"),
        url(fonts/rf-tone-black.woff) format("woff");
}

:root {
    --aspect-ratio-default: 100%;
    --banner-height: 4.8rem;
    --banner-spacing: 5.6rem;
    --color-white-light: #f0f1ef;
    --color-black: #000000;
    --color-blue: #7ca7ce;
    --color-white: #ffffff;
    --font-family-primary: "Poppins-Regular", "arial", sans-serif;
    --font-family-secondary: "RF-Tone-Black", "arial", sans-serif;
    --font-size-base: 1.2rem;
    --font-size-big: 2rem;
    --font-size-medium: 1.2rem;
    --font-size-small: 1rem;
    --line-height-base: 1.4;
    --line-height-title: 1.2;
    --duration-fast: 200ms;
    --duration-instant: 150ms;
    --duration-long: 800ms;
    --duration-medium: 500ms;
    --easing-default: ease;
    --wrapper-padding: 1.6rem;
}

@media (min-width: 1024px) {
    :root {
        --banner-height: 7.5rem;
        --banner-spacing: 7.5rem;
        --font-size-big: 3.2rem;
        --font-size-medium: 1.6rem;
        --wrapper-padding: 2rem;
        --aspect-ratio-default: 54.1666666667%;
    }
}


html {
    box-sizing: border-box;
}

*,
:after,
:before {
    box-sizing: inherit;
}

html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15;
}

body {
    margin: 0;
}

main {
    display: block;
}

.heading-1,
.heading-2,
.heading-3,
.heading-4,
.heading-5,
.heading-6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0061a6;
    font-family: var(--font-family-primary);
    line-height: 1.3;
    margin: 0 0 20px;
    text-transform: initial;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    transition: all 0.3s ease-out;
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

[hidden],
template {
    display: none;
}

blockquote,
body,
dd,
dl,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
legend,
ol,
p,
pre,
ul {
    margin: 0;
    padding: 0;
}

li *>ol,
li *>ul {
    margin-bottom: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset {
    border: 0;
    min-width: 0;
}

img,
svg {
    display: block;
    max-width: 100%;
    width: auto;
}

ul {
    list-style-type: none;
}

.ul {
    list-style-type: disc;
    margin-bottom: 1.6rem;
}

.ul li {
    margin-left: 1.6rem;
}

.ul:last-child {
    margin-bottom: 0;
}

html {
    font-size: 62.5%;
}

body,
html {
    background: var(--color-white);
    width: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    color: var(--color-black);
    font-family: var(--font-family-primary);
    line-height: var(--line-height-base);
}

html {
    -webkit-tap-highlight-color: transparent;
    height: 100%;
}

body {
    overflow-x: hidden;
    position: relative;
}

@media (min-width: 1440px) {
    body {
        height: 100%;
    }
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: var(--font-size-base);
    font-weight: 400;
}

.h1 {
    font-size: 4rem;
}

@media (min-width: 1024px) {
    .h1 {
        font-size: 8rem;
    }
}

@media (min-width: 1440px) {
    .h1 {
        font-size: 9.6rem;
    }
}

.h2 {
    font-size: 4rem;
}

@media (min-width: 1024px) {
    .h2 {
        font-size: 5.4vw;
    }
}

.h3 {
    font-size: 2rem;
    line-height: var(--line-height-title);
}

@media (min-width: 1024px) {
    .h3 {
        font-size: 3.7vw;
    }
}

.h4 {
    font-size: 2rem;
    line-height: var(--line-height-title);
}

@media (min-width: 1024px) {
    .h4 {
        font-size: 2vw;
    }
}

p {
    margin-bottom: 1.6rem;
}

p:last-child {
    margin-bottom: 0;
}

.title {
    font-weight: 700;
    line-height: var(--line-height-title);
    margin-bottom: 2rem;
    text-transform: uppercase;
}

.text-small {
    font-size: var(--font-size-small);
}

.font-medium {
    font-size: var(--font-size-medium);
}

.lg-font {
    font-size: var(--font-size-big);
    line-height: var(--line-height-title);
}

@media (min-width: 1024px) {
    .lg-font {
        letter-spacing: -0.01em;
    }

    .body-base-sm {
        font-size: var(--font-size-base);
    }

    .body-base-sm,
    .font-sm-medium {
        font-weight: 400;
        letter-spacing: 0;
        line-height: var(--line-height-base);
        text-transform: none;
    }

    .font-sm-medium {
        font-size: var(--font-size-medium);
    }

    .lg-font-sm {
        font-size: var(--font-size-big);
        font-weight: 400;
        letter-spacing: -0.01em;
        line-height: var(--line-height-title);
        text-transform: none;
    }
}

.body-faded {
    opacity: 0.5;
}

a {
    color: inherit;
    text-decoration: underline;
}

@media (hover: hover) {
    a:hover {
        color: #0061a6;
        text-decoration: none;
    }
}

.button {
    -moz-appearance: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: none;
    -webkit-user-select: none;
    appearance: none;
    background: var(--color-black);
    border: none;
    color: var(--color-white);
    cursor: pointer;
    display: block;
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 1rem;
    padding: 0.9rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    user-select: none;
    width: 100%;
}

.button--disabled,
.button:disabled {
    cursor: default;
    opacity: 0.2;
    pointer-events: none;
}

.button--left-aligned {
    text-align: left;
}

.image-box {
    background: var(--color-white-light);
    display: block;
    height: 0;
    overflow: hidden;
    padding-bottom: var(--aspect-ratio-default);
    position: relative;
    width: 100%;
}

.bg-white {
    background: var(--color-white);
}

.media--auto-height {
    height: auto;
    padding-bottom: 0;
}

.full-height-image {
    height: 100%;
    left: 0;
    padding-bottom: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.media-home {
    padding-bottom: 160%;
}

@media (min-width: 1024px) {
    .media-home {
        padding-bottom: 105%;
    }
}

.block-img {
    -o-object-fit: cover;
    -o-object-position: 50% 50%;
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: 50% 50%;
    position: absolute;
    top: 0;
    width: 100%;
}

.media--auto-height .block-img {
    height: auto;
    position: relative;
}

.grid {
    -moz-column-gap: 1px;
    background: var(--color-black);
    column-gap: 1px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    row-gap: 1px;
}

.grid--transparent {
    background: 0 0;
}

.grid--sm {
    display: block;
}

@media (min-width: 1024px) {
    .grid--sm {
        display: grid;
    }
}

.grid .column {
    background: var(--color-white);
    grid-column: span 12;
    position: relative;
}

.grid .grid-cl-1-of-12 {
    grid-column: span 1;
}

.grid .grid-cl-2-of-12 {
    grid-column: span 2;
}

.grid .grid-cl-3-of-12 {
    grid-column: span 3;
}

.grid .grid-cl-4-of-12 {
    grid-column: span 4;
}

.grid .grid-cl-5-of-12 {
    grid-column: span 5;
}

.grid .grid-cl-6-of-12 {
    grid-column: span 6;
}

.grid .grid-cl-7-of-12 {
    grid-column: span 7;
}

.grid .grid-cl-8-of-12 {
    grid-column: span 8;
}

.grid .grid-cl-9-of-12 {
    grid-column: span 9;
}

.grid .grid-cl-10-of-12 {
    grid-column: span 10;
}

.grid .grid--11-of-12 {
    grid-column: span 11;
}

.grid .grid-cl-12-of-12 {
    grid-column: span 12;
}

@media (min-width: 768px) {
    .grid .grid-cl--4-of-12-xs {
        grid-column: span 4;
    }

    .grid .grid-cl--6-of-12-xs {
        grid-column: span 6;
    }

    .grid .column--8-of-12-xs {
        grid-column: span 8;
    }
}

@media (min-width: 1024px) {
    .grid .grid-cl-1-of-12-sm {
        grid-column: span 1;
    }

    .grid .grid-cl-2-of-12-sm {
        grid-column: span 2;
    }

    .grid .grid-cl-3-of-12-sm {
        grid-column: span 3;
    }

    .grid .grid-cl-4-of-12-sm {
        grid-column: span 4;
    }

    .grid .grid-cl-5-of-12-sm {
        grid-column: span 5;
    }

    .grid .grid-cl-6-of-12-sm {
        grid-column: span 6;
    }

    .grid .grid-cl-7-of-12-sm {
        grid-column: span 7;
    }

    .grid .grid-cl-8-of-12-sm {
        grid-column: span 8;
    }

    .grid .grid-cl-9-of-12-sm {
        grid-column: span 9;
    }

    .grid .grid-cl-10-of-12-sm {
        grid-column: span 10;
    }

    .grid .grid--11-of-12-sm {
        grid-column: span 11;
    }

    .grid .grid--12-of-12-sm {
        grid-column: span 12;
    }
}

@media (max-width: 1023px) {
    .grid-small-up {
        background: var(--color-white);
        display: flex;
        justify-content: space-between;
    }
}

.site-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    padding-top: var(--banner-spacing);
    width: 100%;
}

.cc-banner:not([style="display: none;"])~div .site-container {
    padding-bottom: 4rem;
}

.main {
    margin-bottom: -1px;
}

.main,
.view {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.view {
    position: relative;
}

@media (min-width: 1024px) {
    .square {
        height: 0;
        overflow: hidden;
        padding-bottom: 100%;
        position: relative;
        width: 100%;
    }
}

@media (min-width: 1440px) {
    .square {
        padding-bottom: 72rem;
    }
}

.wrapper {
    padding: 0 var(--wrapper-padding);
    width: 100%;
}

.site-header {
    background: var(--color-white);
    border: 1px solid;
    height: var(--banner-height);
    left: 0.8rem;
    position: fixed;
    top: 0.8rem;
    width: calc(100% - 1.6rem);
    z-index: 1000;
}

@media (min-width: 1024px) {
    .site-header {
        border: none;
        border-bottom: 1px solid;
        left: 0;
        top: 0;
        width: 100%;
    }
}

.header-logo-container {
    height: 100%;
    padding-left: var(--wrapper-padding);
    padding-right: var(--wrapper-padding);
}

.header-logo,
.custom-logo-link,
.custom-logo {
    height: 54px;
    width: auto;
}

.header-logo,
.header-logo-container,
.custom-logo,
.custom-logo-link {
    align-items: center;
    display: flex;
}

.mobile-menu-open .header-logo {
    display: none;
}

.header-logo svg {
    height: 1.4rem;
}

.menu-text {
    display: none;
}

.mobile-menu-open .menu-text {
    display: block;
}

.navigation-items,
.menu {
    align-items: center;
    display: flex;
    height: 100%;
    text-transform: uppercase;
}

.navigation-items .menu-primary-menu-container {
    height: 100%;
}

.navigation-items .menu a {
    text-decoration: none;
}

.nav-items-row {
    align-items: center;
    display: none;
    height: 100%;
    margin-left: 3.6rem;
    padding-left: 1rem;
    padding-right: 1rem;
    text-decoration: none;
}

@media (min-width: 1024px) {
    .nav-items-row {
        display: flex;
    }
}

.nav-items-row:first-child {
    margin-left: 3rem;
}

.nav-items-row.active {
    font-weight: 700;
}

.banner-social {
    display: flex;
    height: 100%;
    margin-left: auto;
}

.item-social {
    align-items: center;
    border-left: 1px solid;
    display: flex;
    height: 100%;
    justify-content: center;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    width: 5.6rem;
}

.item-social img {
    width: 16px;
    height: 16px;
}

@media (min-width: 1024px) {
    .item-social {
        width: 7rem;
    }
}

@media (max-width: 1023px) {
    header .navigation-items .menu-primary-menu-container {
        display: none;
    }

    .mobile-menu .menu {
        flex-direction: column;
    }

    .mobile-menu .nav-links {
        height: 100%;
    }

    .mobile-menu .menu li.nav-items-row {
        height: auto;
        width: 100%;
        margin: 0 !important;
    }
}

.item-social.active {
    font-weight: 700;
}

.template-cart .item-social--bag {
    cursor: default;
}

.banner-icon-linkedin {
    margin-top: 1px;
}

@media (min-width: 1024px) {
    .banner-icon-linkedin {
        margin-top: 0;
    }
}

.banner-icon-menu-close,
.mobile-menu-open .banner-icon-menu {
    display: none;
}

.mobile-menu-open .banner-icon-menu-close {
    display: block;
}

.home-scroll {
    background: var(--color-white);
    border-bottom: 1px solid;
    display: flex;
    flex-direction: column;
    margin-top: calc(var(--banner-spacing) * -1.4);
    overflow: hidden;
    position: relative;
}

.scroll-line-content,
.scroll-line-outside {
    display: block;
    overflow: hidden;
}

.home-scroll__line-char,
.scroll-line-content {
    transform: translateY(100%);
}

.section-scroll-pointer {
    align-items: flex-start;
    display: flex;
    margin-bottom: 0;
    position: absolute;
    width: 100%;
}

@media (min-width: 1024px) {
    .section-scroll-pointer {
        width: auto;
    }
}

.section-scroll-pointer--reverse {
    flex-direction: row-reverse;
}

.text-scroll-left-line {
    background: var(--color-black);
    display: none;
    height: 1px;
    margin-right: 1.6rem;
    opacity: 0;
    position: relative;
    top: 2.6rem;
    width: 5.8rem;
}

@media (min-width: 1024px) {
    .text-scroll-left-line {
        display: block;
    }
}

.section-scroll-pointer--reverse .text-scroll-left-line {
    margin-left: 1.6rem;
    margin-right: 0;
}

.section-scroll-pointer-title {
    display: block;
    flex-shrink: 0;
    width: 50%;
}

@media (min-width: 1024px) {
    .section-scroll-pointer-title {
        margin-bottom: 0.4rem;
        width: 100%;
    }
}

.section-scroll-pointer-text {
    align-items: flex-start;
    display: flex;
    width: 100%;
}

@media (min-width: 1024px) {
    .section-scroll-pointer-text {
        display: block;
        width: 19rem;
    }
}

.site-banner {
    border-bottom: 1px solid;
    height: 80.1rem;
    opacity: 0;
    order: 0;
    overflow: hidden;
    position: relative;
    transition: opacity 0.4s var(--easing-default);
    width: 100%;
    z-index: 1;
}

@media (min-width: 1024px) {
    .site-banner {
        background: var(--color-black);
        height: calc(100vh + 1px);
    }
}

.scroll-ready .site-banner {
    opacity: 1;
}

.site-banner-container,
.site-banner-image-container {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

@media (min-width: 1024px) {
    .site-banner-image--mobile {
        display: none;
    }
}

.site-banner-image--desktop {
    display: none;
}

@media (min-width: 1024px) {
    .site-banner-image--desktop {
        display: block;
    }
}

.site-banner-image-media-item-mobile {
    -o-object-position: 50% 100%;
    display: block;
    height: calc(100% + 16rem);
    margin-top: -6rem;
    object-position: 50% 100%;
    opacity: 1;
    transform: translateY(6rem);
}

.site-banner-image-media-item-desktop {
    -o-object-position: 50% 32%;
    object-position: 50% 32%;
    opacity: 1;
}

.landing-page-block-1 {
    border-bottom: 1px solid;
    order: 1;
    overflow: hidden;
    position: relative;
}

@media (min-width: 1024px) {
    .landing-page-block-1 {
        height: 600vh;
    }

    .landing-page-block-1-wrapper {
        -moz-column-gap: 1px;
        column-gap: 1px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

.landing-page-block-1-title-container {
    overflow: hidden;
}

@media (min-width: 1024px) {
    .landing-page-block-1-title-container {
        align-items: center;
        border-bottom: none;
        display: flex;
        height: 100vh;
        padding: 0 4.66666667vw;
    }
}

.landing-page-block-1-title {
    margin-left: auto;
    margin-right: auto;
    max-width: 42.5rem;
    padding: 3.2rem var(--wrapper-padding) 0;
    position: relative;
    text-align: center;
    z-index: 1;
}

@media (min-width: 1024px) {
    .landing-page-block-1-title {
        line-height: 1;
        max-width: none;
        padding: 0;
        text-align: left;
    }

    .landing-page-block-1-details {
        background: var(--color-white);
        border-left: 1px solid;
        height: 100vh;
        position: relative;
        position: absolute;
        right: 0;
        top: 0;
        width: calc(50% - 0.5px);
        z-index: 1;
    }
}

.landing-page-block-1-image-container {
    height: 37.8rem;
    margin-top: -8rem;
    position: relative;
}

@media (min-width: 768px) {
    .landing-page-block-1-image-container {
        height: 52rem;
    }
}

@media (min-width: 1024px) {
    .landing-page-block-1-image-container {
        height: 100vh;
        margin-top: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
    }

    .landing-page-block-1-title-container .landing-page-block-1-image-container {
        display: none;
    }

    .landing-page-block-1-image-container .block-img {
        object-position: 50% 40%;
    }
}

.landing-page-block-1-details .landing-page-block-1-image-container {
    display: none;
}

@media (min-width: 1024px) {
    .landing-page-block-1-details .landing-page-block-1-image-container {
        display: block;
    }
}

.landing-page-block-1-text {
    border-top: 1px solid;
    margin-bottom: 0;
    padding: 4rem var(--wrapper-padding);
    text-align: center;
}

@media (min-width: 1024px) {
    .landing-page-block-1-text {
        border-top: 0;
        left: 50%;
        padding: 0;
        position: absolute;
        top: 16%;
        transform: translateX(-50%);
        width: 100rem;
    }
}

@media (max-width: 1023px) {
    .landing-page-block-1-text .scroll-line-content {
        transform: translateY(0);
    }

    .landing-page-block-1-image-container {
        margin-top: 0;
    }
}

.landing-page-block-1-big-text {
    background: var(--color-white);
    margin-bottom: 0;
    padding: 4rem var(--wrapper-padding);
    text-align: center;
    width: 50%;
}

@media (max-width: 1023px) {
    .landing-page-block-1-big-text {
        font-size: 3.2rem;
    }
}

@media (min-width: 1024px) {
    .landing-page-block-1-big-text {
        background: 0 0;
        left: 6.25vw;
        padding: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-40%);
        width: 34.7vw;
    }

    .landing-page-block-1-big-text:last-child {
        left: auto;
        right: 6.25vw;
    }
}

.landing-page-block-1-big-text sup {
    font-size: 0.5em;
}

.landing-page-block-2 {
    border-bottom: 1px solid;
    order: 2;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .landing-page-block-2 {
        -moz-column-gap: 1px;
        background: var(--color-black);
        column-gap: 1px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .landing-page-block-2>* {
        background-color: var(--color-white);
    }
}

.block-2-col-left {
    border-bottom: 1px solid;
    position: relative;
}

@media (min-width: 1024px) {
    .block-2-col-left {
        border-bottom: none;
    }
}

.landing-page-block-two-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3.2rem var(--wrapper-padding);
    position: relative;
}

@media (min-width: 1024px) {
    .landing-page-block-two-content {
        padding: 0;
    }
}

.landing-page-block-two-title {
    margin-bottom: 2.8rem;
}

@media (min-width: 1024px) {
    .landing-page-block-two-title {
        margin-bottom: 4.1666666667vw;
        padding: 0 3.125vw;
    }

    .landing-page-block-two-title p {
        font-size: 22px;
    }
}

@media (min-width: 1440px) {
    .landing-page-block-two-title {
        -moz-column-gap: 4vw;
        column-gap: 4vw;
        padding: 0 4.5vw;
    }
}

@media (min-width: 1024px) {
    .landing-page-block-2-reference {
        bottom: 6rem;
        left: 0;
        padding: 0 3.10vw;
        position: absolute;
        width: 100%;
    }
}

@media (min-width: 1440px) {
    .landing-page-block-2-reference {
        padding: 0 4.5vw;
    }
}

.landing-page-block-3 {
    border-bottom: 1px solid;
    order: 1;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .landing-page-block-3 {
        height: 600vh;
        order: 3;
    }

    .landing-page-block-3-wrapper {
        height: calc(100vh - var(--banner-height));
        margin-top: var(--banner-height);
        position: relative;
    }
}

.landing-page-block-3-video {
    border-bottom: 1px solid;
    height: 45.8rem;
    position: relative;
}

@media (min-width: 1024px) {
    .landing-page-block-3-video {
        border-bottom: none;
        height: 100%;
    }

    .landing-page-block-3-video-mobile {
        display: none;
    }
}

.landing-page-block-3-video-desktop {
    display: none;
}

@media (min-width: 1024px) {
    .landing-page-block-3-video-desktop {
        display: block;
    }
}

.landing-page-block-3-pointers {
    padding: 3.2rem var(--wrapper-padding) 1.2rem;
}

@media (min-width: 1024px) {
    .landing-page-block-3-pointers {
        padding: 0;
    }
}

@media (max-width: 1023px) {

    .landing-page-block-3 .video-caption-text,
    .landing-page-block-3 .video-second-text,
    .landing-page-block-3 .video-third-text {
        margin-bottom: 2rem;
        position: relative;
    }

    .landing-page-block-3 .video-caption-text .section-scroll-pointer-title,
    .landing-page-block-3 .video-second-text .section-scroll-pointer-title,
    .landing-page-block-3 .video-third-text .section-scroll-pointer-title {
        line-height: var(--line-height-base);
    }

    .landing-page-block-3 .video-caption-text .scroll-line-content,
    .landing-page-block-3 .video-second-text .scroll-line-content,
    .landing-page-block-3 .video-third-text .scroll-line-content {
        transform: translateY(0);
    }
}

@media (min-width: 1024px) {
    .landing-page-block-3 .video-caption-text {
        left: auto;
        right: 10%;
        top: 5%;
    }
}

@media (min-width: 1440px) {
    .landing-page-block-3 .video-caption-text {
        right: 18%;
    }
}

@media (min-width: 2048px) {
    .landing-page-block-3 .video-caption-text {
        right: 22%;
    }
}

@media (min-width: 1024px) {
    .landing-page-block-3 .video-second-text {
        left: 4%;
        top: 52%;
    }
}

@media (min-width: 1440px) {
    .landing-page-block-3 .video-second-text {
        left: 10%;
    }
}

@media (min-width: 2048px) {
    .landing-page-block-3 .video-second-text {
        left: 14%;
    }
}

@media (min-width: 1024px) {
    .landing-page-block-3 .video-third-text {
        bottom: 20%;
        left: auto;
        right: 2%;
        top: auto;
    }
}

@media (min-width: 1440px) {
    .landing-page-block-3 .video-third-text {
        right: 11%;
    }
}

@media (min-width: 2048px) {
    .landing-page-block-3 .video-third-text {
        right: 16%;
    }
}

.landing-page-block-3-icons {
    border-top: 1px solid;
    display: flex;
    justify-content: center;
    padding-left: 1rem;
    padding-top: 0.6rem;
}

@media (min-width: 1024px) {
    .landing-page-block-3-icons {
        border-top: none;
        bottom: 0;
        padding-left: 0;
        position: absolute;
        right: 0.8rem;
    }

    .landing-page-block-3-icon {
        opacity: 0;
        transform: translateY(50%);
    }
}

.landing-page-block-4 {
    order: 4;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .landing-page-block-4 {
        -moz-column-gap: 1px;
        background: var(--color-black);
        border-bottom: 1px solid;
        column-gap: 1px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .landing-page-block-4>* {
        background-color: var(--color-white);
    }
}

.block-4-content {
    align-items: center;
    display: flex;
    grid-column-start: 1;
    grid-row-start: 1;
    padding: 4rem var(--wrapper-padding) 2rem;
}

@media (min-width: 1024px) {
    .block-4-content {
        padding: 0 4.5vw;
    }
}

.block-4-title {
    margin-left: auto;
    margin-right: auto;
    max-width: 42.5rem;
    position: relative;
    text-align: center;
    z-index: 1;
}

@media (min-width: 1024px) {
    .block-4-title {
        font-size: 2.5vw;
        max-width: none;
        text-align: left;
    }
}

.block-4-col-left {
    border-bottom: 1px solid;
    display: none;
    position: relative;
}

@media (min-width: 1024px) {
    .block-4-col-left {
        border-bottom: none;
        display: block;
    }
}

.landing-page-block-5 {
    order: 5;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .landing-page-block-5 {
        height: 900vh;
    }
}

.landing-page-block-5-wrapper {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
}

@media (min-width: 1024px) {
    .landing-page-block-5-wrapper {
        display: block;
        height: calc(100vh - var(--banner-height));
        margin-top: var(--banner-height);
    }
}

.landing-page-block-5-video {
    border-bottom: 1px solid;
    height: 30rem;
    position: relative;
}

@media (min-width: 768px) {
    .landing-page-block-5-video {
        height: 40rem;
    }
}

@media (min-width: 1024px) {
    .landing-page-block-5-video {
        border-bottom: none;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .landing-page-block-5-video-mobile {
        display: none;
    }
}

.landing-page-block-5-video-desktop {
    display: none;
}

@media (min-width: 1024px) {
    .landing-page-block-5-video-desktop {
        display: block;
    }
}

.landing-page-block-5-text {
    padding: 3.2rem var(--wrapper-padding);
}

@media (min-width: 1024px) {
    .landing-page-block-5-text {
        height: 100%;
        left: 0;
        padding: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
    }

    .block-5-text,
    .landing-page-block-5-water-text {
        padding: 0;
        position: absolute;
        top: auto;
        width: 28rem;
    }
}

@media (max-width: 1023px) {

    .block-5-text .scroll-line-content,
    .landing-page-block-5-water-text .scroll-line-content {
        transform: translateY(0);
    }
}

.landing-page-block-5-water-text {
    margin-bottom: 1.6rem;
}

@media (min-width: 1024px) {
    .landing-page-block-5-water-text {
        margin-bottom: 0;
        pointer-events: none;
        right: 1.9vw;
        top: 4rem;
    }
}

@media (min-width: 1440px) {
    .landing-page-block-5-water-text {
        right: 5.5vw;
        top: 6rem;
    }
}

@media (min-width: 1024px) {
    .block-5-text {
        margin-bottom: 0;
        pointer-events: none;
        right: 1.9vw;
        top: 4rem;
    }
}

@media (min-width: 1440px) {
    .block-5-text {
        right: 5.5vw;
        top: 6rem;
    }
}

.image-grid-block {
    border-bottom: 1px solid;
}

.image-grid-block--desktop {
    display: none;
}

@media (min-width: 1024px) {
    .image-grid-block--desktop {
        display: block;
    }
}

.image-grid-block__title-container {
    border-bottom: 1px solid;
    padding: 21.33vw 0;
}

@media (min-width: 1024px) {
    .image-grid-block__title-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        padding: 5.5vw 0;
    }
}

.image-grid-block__title-container>* {
    padding-left: var(--wrapper-padding);
    padding-right: var(--wrapper-padding);
}

@media (min-width: 1024px) {
    .image-grid-block__title-container>* {
        grid-column: 1 / span 2;
        padding-left: var(--wrapper-padding);
        padding-right: 0;
    }
}

.image-scroll {
    align-items: center;
    border-bottom: 1px solid;
    display: flex;
    overflow: hidden;
    position: relative;
}

@media (min-width: 1024px) {
    .image-scroll--mobile {
        display: none;
    }
}

.image-scroll__text-container {
    align-items: center;
    display: flex;
    height: 100vh;
    left: 0;
    position: absolute;
    top: 0;
    width: 100vw;
}

.image-scroll__text {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    text-align: center;
    user-select: none;
}

.image-scroll__images {
    padding-bottom: calc(50vh - 10rem);
    padding-top: calc(100vh - 10rem);
}

@media (min-width: 375px) {
    .image-scroll__images {
        padding-bottom: calc(50vh - 12rem);
        padding-top: calc(100vh - 12rem);
    }
}

@media (min-width: 1024px) {
    .image-scroll__images {
        padding-bottom: calc(50vh - 20rem);
        padding-top: calc(100vh - 15rem);
    }
}

@media (min-width: 1440px) {
    .image-scroll__images {
        padding-bottom: calc(50vh - 30rem);
        padding-top: calc(100vh - 15rem);
    }
}

.image-scroll__image {
    margin: 0 auto 8rem;
    transform: scale(0.8);
    width: 20rem;
}

@media (min-width: 375px) {
    .image-scroll__image {
        width: 24rem;
    }
}

@media (min-width: 1024px) {
    .image-scroll__image {
        margin-bottom: 14rem;
        width: 40rem;
    }
}

@media (min-width: 1440px) {
    .image-scroll__image {
        width: 60rem;
    }
}

.image-scroll__image:last-child {
    margin-bottom: 0;
}

.link-block {
    border-bottom: 1px solid;
}

.link-block-row {
    align-items: center;
    display: flex;
    min-height: 11.6rem;
    padding: 4rem 0;
}

@media (min-width: 768px) {
    .link-block-row {
        height: 100%;
        min-height: 14rem;
        padding: 0;
    }
}

.link-block__item {
    align-items: center;
    border-bottom: 1px solid #000;
    display: flex;
    min-height: 11.6rem;
    padding: 4rem 2rem;
    text-decoration: none;
    margin: 0;
    background: #fff;
}

@media (min-width: 768px) {
    .link-block__item {
        min-height: 14rem;
        padding: 4rem 2rem;
    }
}

.link-block__item:last-child {
    border-bottom: none;
}

.link-block-title {
    display: block;
    font-size: 16px;
    margin-bottom: 0.4rem;
    color: #0061a6;
}

.link-block__item-link-text {
    position: relative;
}

.link-block__item-link-text:after {
    background-color: var(--color-black);
    bottom: -2px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transition: width var(--duration-fast) var(--easing-default);
    width: 100%;
}

@media (hover: hover) {
    a.link-block__item:hover .link-block__item-link-text:after {
        width: 0;
    }
}

.col-left .left-content .block-content {
    font-size: 18px;
}

.col-left .left-content h2 {
    margin: 0 0 20px;
}

.link-card__details {
    background: var(--color-white);
    position: relative;
    transition: transform var(--easing-default) 0.4s;
    z-index: 1;
}

@media (hover: hover) {
    a.link-card:hover .link-card__details {
        transform: translateY(-4rem);
    }
}

@media (max-width: 1023px) {
    .col-left .left-content .block-content {
        padding-bottom: 30px;
        text-align: center;
    }

    .col-left .left-content h2 {
        max-width: 100%;
    }
}

.mobile-menu {
    background: var(--color-white);
    display: none;
    height: 100%;
    left: 0;
    overflow-y: auto;
    padding-bottom: var(--banner-height);
    padding-top: var(--banner-spacing);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.mobile-menu-open .mobile-menu {
    display: block;
}

@media (min-width: 1024px) {
    .mobile-menu-open .mobile-menu {
        display: none;
    }
}

@media (max-width: 1023px) {
    .mobile-menu-open {
        overflow: hidden;
    }
}

.nav-links {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.nav-items-links,
.mobile-menu-open .nav-items-row {
    border-bottom: 1px solid;
    padding: 4rem var(--wrapper-padding);
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
}

.mobile-menu-open .nav-items-row a {
    width: 100%;
}

.mobile-menu-info {
    -moz-column-gap: 1px;
    background: var(--color-white);
    border-top: 1px solid;
    bottom: 0;
    column-gap: 1px;
    display: flex;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 1;
}

.info-button {
    align-items: center;
    display: flex;
    flex-basis: 100%;
    height: var(--banner-height);
    justify-content: center;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.info-button:after {
    background: var(--color-black);
    content: "";
    height: 100%;
    left: 100%;
    position: absolute;
    top: 0;
    width: 1px;
}

.js [data-reveal] {
    visibility: hidden;
}


@media (min-width: 1024px) {
    .js .landing-template {
        overflow: hidden;
    }

    .js .landing-template.scroll-ready {
        overflow: auto;
    }

    .js .template-product {
        overflow: hidden;
    }

    .js .template-product.scroll-ready {
        overflow: auto;
    }
}


.display-none {
    display: none !important;
}

@media (min-width: 768px) {
    .display-block-xs {
        display: block !important;
    }
}

@media (min-width: 1024px) {
    .display-none-sm {
        display: none !important;
    }

    .display-block-sm {
        display: block !important;
    }

    .display-flex-sm {
        display: flex !important;
    }

    .display-grid-sm {
        display: grid !important;
    }

    .display-inline-sm {
        display: inline !important;
    }
}

.height-full {
    height: 100% !important;
}

.hidden {
    left: -999em !important;
    position: absolute !important;
    top: -999em !important;
}

.line-height-1 {
    line-height: 1 !important;
}

.line-height-base,
.line-height-title {
    line-height: var(--line-height-base) !important;
}

@media (min-width: 1024px) {
    .line-height-1-sm {
        line-height: 1 !important;
    }

    .line-height-base-sm,
    .line-height-title-sm {
        line-height: var(--line-height-base) !important;
    }
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

.site-footer {
    border-bottom: 1px solid;
}

.footer-logo {
    max-width: 100px;
}

.footer-logo a,
.footer-logo a:visited {
    border: none;
    display: inline-block;
}

.footer-logo img {
    width: 100%;
}

.site-footer .footer-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.site-footer .footer-row .footer-col {
    align-items: center;
    border-right: 1px solid;
    display: flex;
    padding: 20px;
}

.site-footer .footer-row .footer-col:last-child {
    border-right: 0;
}

.footer-nav {
    width: 100%;
}

.footer-nav .footer-title {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #0061a6;
}

.footer-nav ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

.footer-nav ul li {
    display: flex;
    flex: 1 0 0;
    flex-direction: column;
    line-height: 1;
    list-style-type: none;
    margin: 0 0 0;
    padding: 0;
}

.footer-nav ul li span {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #0061a6;
}

.footer-nav ul li a,
.footer-nav ul li a:visited {
    color: #000;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    position: relative;
    text-decoration: none;
}

/* .footer-nav ul li a:hover {
    color: #0061a6;
} */

.footer-nav ul li a::after,
.footer-nav ul li a:visited::after {
    background-color: var(--gb_legal_nav_border_color_hover);
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    opacity: 0.8;
    position: absolute;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s;
    width: 100%;
}

.footer-nav ul li a:focus-visible,
.footer-nav ul li a:hover,
.footer-nav ul li.current-menu-item>a,
.footer-nav ul li.current-menu-parent>a {
    border: 0;
}

.footer-nav ul li a:focus-visible::after,
.footer-nav ul li a:hover::after,
.footer-nav ul li.current-menu-item>a::after,
.footer-nav ul li.current-menu-parent>a::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.footer-nav ul ul {
    padding: 20px 0 10px;
}

.footer-nav ul ul li {
    display: block;
    margin: 0 0 14px;
    padding: 0 15px;
}

.footer-nav ul ul li:last-child {
    margin: 0;
}

.social-icons {
    display: flex;
}

.social-icons a {
    background-color: var(--gb_white);
    display: inline-block;
    height: 25px;
    margin-right: 20px;
    width: 25px;
}

.social-icons a img {
    height: 25px;
    width: 25px;
}

.social-icons svg {
    margin: 0;
    max-width: 20px;
}

@media (max-width: 1023px) {

    .header-logo,
    .custom-logo-link,
    .custom-logo {
        height: 34px;
    }

    .item-social--bag {
        display: none;
    }
}

@media (max-width: 767px) {
    .site-footer .footer-row {
        grid-template-columns: repeat(1, 1fr);
    }

    .site-footer .footer-row .footer-col {
        border-bottom: 1px solid;
        border-right: 0;
    }
    .footer-nav ul {
        flex-wrap: wrap;
        gap: 20px;
    }
    .footer-nav ul li {
        flex: 100% 0 0;
    }
}

.offcanvas-drawer {
    backdrop-filter: blur(15px);
    width: 30vw;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    overflow-y: auto;
    transition: 0.6s ease;
    transition-property: left;
    background: #ffff;
    z-index: 9999;
    overflow-x: hidden;
    padding: 20px 20px 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transform: translateX(100%);
    transition: all 0.5s ease-out;
}

.drawer-open .open {
    transform: translate(0);
}

.offcanvas-drawer h2 {
    font-size: 24px;
    padding-bottom: 15px;
}

.offcanvas-drawer .wpcf7-form-control-wrap {
    /* height: 40px; */
    display: block;
}

.offcanvas-drawer input[type=text],
.offcanvas-drawer input[type=email],
.offcanvas-drawer input[type=tel],
.offcanvas-drawer textarea,
.offcanvas-drawer select {
    font-weight: 400;
    font-style: normal;
    height: 40px;
    width: 100%;
    border: 1px solid #000000;
    background-color: #fff;
    color: #000000;
    outline: none;
    padding: 10px 10px;
    margin: 0;
    max-width: 100%;
    box-sizing: border-box;
    border-radius: 4px;
    transition: all 0.4s ease-in-out;
    font-size: 14px;
}

.offcanvas-drawer textarea {
    min-height: 100px;
}

.offcanvas-drawer input[type=submit] {
    background: #0061a6;
    color: #fff;
    height: auto;
    width: auto;
    padding: 12px 30px;
    border-color: transparent;
    border-radius: 10px;
    cursor: pointer;
    font-size: 14px;
}

.offcanvas-drawer input[type=submit]:hover {
    background: transparent;
    color: #000;
    border-color: #0061a6;
}

.offcanvas-drawer .close-drawer {
    text-align: right;
    position: relative;
    font-size: 0;
    width: 35px;
    height: 35px;
    cursor: pointer;
    margin-left: auto;
    background: #0061a6;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    transition: all 0.3s ease-out;
}

.offcanvas-drawer .close-drawer:hover {
    background: #000;
}

.offcanvas-drawer .close-drawer:before,
.offcanvas-drawer .close-drawer:after {
    position: absolute;
    right: 16px;
    content: ' ';
    height: 20px;
    width: 1.9px;
    background-color: #fff;
}

.offcanvas-drawer .close-drawer:before {
    transform: rotate(45deg);
}

.offcanvas-drawer .close-drawer:after {
    transform: rotate(-45deg);
}

body.drawer-open:before {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #dc3232 !important;
    background: #dc3232;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
}

.wpcf7 form.sent .wpcf7-response-output {
    background-color: #46b450;
    border-color: #46b450 !important;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
}

.offcanvas-drawer .label {
    margin-bottom: 5px;
    font-size: 14px;
}

.offcanvas-drawer .quntity {
    margin-bottom: 1.6rem;
}

.offcanvas-drawer .quntity p {
    display: flex;
    gap: 5px;
}

.offcanvas-drawer .quntity select {
    width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media (max-width: 1200px) {
    .offcanvas-drawer {
        width: 370px;
    }
}

@media (max-width: 580px) {
    .offcanvas-drawer {
        width: calc(100% - 20px);
    }
}

article#post-13 {
    display: none;
}

.logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    border-bottom: 1px solid;
    padding: 20px;
}

.logos .fsc {
    width: 70px;
}

.logos .bpa {
    width: 100px;
}

.marquee {
    overflow: hidden;
}

.marquee__wrapper {
    display: flex;
    flex-wrap: nowrap;
    padding: .8rem 0 .5rem;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 12s linear infinite; 
}

.marquee__text {
    font-size: 3.6rem;
    line-height: 1.2;
    margin-bottom: 0;
    padding-left: var(--wrapper-padding);
    padding-right: calc(20rem - var(--wrapper-padding));
    white-space: nowrap;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}
.product-title .title {
    font-size: 2.5vw;
    padding: 20px 0;
    margin: 0;
    text-align: center; 
}
.grid-card {
    background: #000;
    -moz-column-gap: 1px;
    column-gap: 1px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    row-gap: 1px;
    border-bottom: 1px solid;
}
.grid-card .product-card {
    grid-column: span 4;
    background: #fff;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
}
.grid-card .product-card .product-card-title {
    display: flex;
    justify-content: space-between;
    left: 0;
    padding: 2.4rem var(--wrapper-padding);
    position: absolute;
    top: 0;
    width: 100%;
    flex-direction: row;
}
.grid-card .product-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 767px) {
    .grid-card {
        grid-template-columns: 1fr;
    }
    .grid-card .product-card {
        grid-column: 1;
    }
    .marquee__wrapper {
        animation-duration: 3s;
    }
}