/** Shopify CDN: Minification failed

Line 17:0 All "@import" rules must come first
Line 18:0 All "@import" rules must come first

**/

:root {
    /* Colors */
    --hoox-color-white: #ffffff;
    --hoox-color-black: #272727;
    --hoox-color-grey: #F0F0EE;
    --hoox-color-blue: #27446D;
    --hoox-color-gray: #939393;
}

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&family=Playfair+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

/* Text colors */

.text-black {
    color: var(--hoox-color-black);
}

.text-white {
    color: var(--hoox-color-white);
}


/* BG colors */

.bg-gray {
    background-color: var(--hoox-color-gray);
}

/* Typography */
.ff-playfair {
    font-family: 'Playfair Display';
}

.hoox-title {
    font-size: 28px;
    line-height: 36px;
    font-family: 'Playfair Display';
    color: var(--hoox-color-black);
}

.hoox-text-primary {
    font-size: 16px;
    line-height: 24px;
    color: var(--hoox-color-black);
}

.hoox-text-secondary {
    font-size: 20px;
    line-height: 26px;
    color: var(--hoox-color-black);
}

.hoox-text-tertiary {
    font-size: 18px;
    line-height: 27px;
    color: var(--hoox-color-black);
}

.hoox-text-small {
    font-size: 14px;
    line-height: 17px;
    color: var(--hoox-color-black);
}


@media(min-width: 768px) {
    .hoox-title {
        font-size: 46px;
        line-height: 59px;
    }
}

/* Button */

.hoox-btn-wrapper {
    display: flex;
    max-width: 320px;
}

.hoox-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--hoox-color-white);
    background-color: var(--hoox-color-blue);
    height: 44px;
    border-radius: 6px;
    width: 100%;
}


/* Utility classes*/

.text-align-center {
    text-align: center;
}

.content-align-center {
    justify-content: center;
}

/* Image */

.hoox-image {
    max-width: 100%;
    object-fit: cover;
}

/* Wrapper */

.hoox-wrapper {
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .hoox-wrapper {
        padding: 0 25px;
    }
}

/* Pointer */

.hoox-pointer {
    cursor: pointer;
}
/*Footer*/

.footer {
    display: none !important;
}

/*Pop up*/

button.needsclick.kl-teaser-SeTU3z.undefined.kl-private-reset-css-Xuajs1 {
    display: none !important;
}
