/* @group Site footer
------------------------------------ */
.site-footer {
    overflow: hidden;
    position: relative;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.90) 0%, rgba(255, 255, 255, 0.90) 100%), rgba(255, 255, 255, 0.55);
    background-blend-mode: normal, overlay;
    backdrop-filter: blur(5px);
}
.site-footer .row {
    position: relative;
}
.site-footer .row--first {
    padding: 7rem 0;
}
.site-footer .row--third {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.site-footer .row--fourth {
    padding: 7rem 0;
}
.site-footer .logo,
.site-footer .gindi-logo {
    margin: 0;
    height: 5rem;
}
.site-footer .logo img,
.site-footer .gindi-logo img {
    width: auto;
    height: 100%;
}
.site-footer h3 {
    font-weight: 700;
}
/* MENU */
.site-footer .main-menu {
    margin: 0 0 3.5rem;
}
.site-footer .main-menu li,
.site-footer .links li {
    text-align: right;
    font-size: unset;
    line-height: unset;
}
.site-footer .main-menu li:not(:last-child) {
    margin: 0 0 2.3rem;
}
.site-footer .links li:not(:last-child) {
    margin: 0 0 1.5rem;
}
.site-footer .main-menu a,
.site-footer .links a {
    color: var(--black, #000);
    font-family: var(--termina-font);
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}
.site-footer .links a {
    font-size: 1.6rem;
}
/* INFO CONTACT */
.site-footer .info-contact {
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 2.05rem;
    padding: 8rem 0 7.5rem 11vw;
}
.site-footer .info-contact address,
.site-footer .info-contact p,
.site-footer .info-contact a:not(.bttn) {
    color: var(--black, #000);
    font-family: var(--termina-font);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
    letter-spacing: .01em;
    text-transform: uppercase;
}
.site-footer .info-contact p { color: var(--blue); font-size: 1.6rem; }
.site-footer .info-contact .bttn {
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: .03em;
    max-width: 16.3rem;
}
/* BACK TO TOP */
.site-footer .back-to-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.site-footer .back-to-top span {
    display: block;
    color: var(--black, #000);
    text-align: center;
    font-family: var(--termina-font);
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    margin: 2rem 0 0;
}
.site-footer .back-to-top i {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    border-color: var(--black);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(5px);
    transform: rotate(180deg);
    pointer-events: none;
}
.site-footer .back-to-top i::before {
    color: var(--blue);
    font-size: 2.5rem;
}
/* SUBSCRIBE */
.site-footer .subscribe-box h4,
.site-footer .subscribe-box h5 {
    color: var(--black);
    font-family: var(--termina-font);
    font-style: normal;
    text-transform: uppercase;
    font-weight: 500;
}
.site-footer .subscribe-box h4 {
    font-size: 1.6rem;
    line-height: 110%;
    letter-spacing: 0.01em;
}
.site-footer .subscribe-box h5 {
    font-size: 2rem;
    margin: 0 0 3rem;
    font-weight: 700;
}
.site-footer .subscribe-box .newsletter-container,
.site-footer .subscribe-box .newsletter-container input {
    height: 5rem;
}
.site-footer .subscribe-box .newsletter-container {
    position: relative;
    border-radius: 3rem;
    border: 1px solid var(--black, #000);
    backdrop-filter: blur(5px);
}
.site-footer .subscribe-box .newsletter-container input {
    width: 100%;
    color: rgba(0, 0, 0, 0.50);
    text-align: left;
    font-family: var(--termina-font);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    padding-left: 2rem;
    cursor: pointer;
}
.site-footer .subscribe-box .newsletter-container.onFocus {
    border-color: var(--yellow);
}
.site-footer .subscribe-box .newsletter-container::before {
    content: "\e908";
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    background-color: var(--blue);
    width: 2.5rem;
    height: 2.5rem;
    display: grid;
    place-content: center;
    border-radius: 50%;
    font-size: 1rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2rem;
    pointer-events: none;
}
.site-footer .subscribe-box .newsletter-container [type=submit] {
    position: absolute;
    top: 1.2rem;
    right: 2.4rem;
    height: 2.4rem;
    width: 2.7rem;
    font-size: 0;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    opacity: 0;
}
.site-footer .subscribe-box .wpcf7-response-output {
    display: none;
}
/* SOCIAL ICON */
.site-footer .social-icon {
    display: flex;
    justify-content: flex-end;
    column-gap: 4rem;
}
.site-footer .social-icon a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    border: 1px solid var(--black);
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
}
.site-footer .social-icon i::before {
    color: var(--blue);
    font-size: 2rem;
}
/* LEGALS MENU */
.site-footer .legals-menu ul {
    display: flex;
    column-gap: 2.35rem;
}
.site-footer .designed-by,
.site-footer .legals-menu a {
    color: var(--black, #000);
    text-align: center;
    font-family: var(--termina-font);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: .03em;
    text-transform: uppercase;
}
.site-footer .legals-menu a {
    font-weight: 500;
}
.site-footer .designed-by em {
    font-style: normal;
    color: var(--blue);
}
/* LINES */
.site-footer .row--first::before,
.site-footer .row--second .col-info::before,
.site-footer .row--second .col-info::after,
.site-footer .row--second .col-menu::after,
.site-footer .row--third::before {
    content: "";
    position: absolute;
    bottom: 0;
    background-color: var(--black);
    display: inline-block;
    transition-timing-function: ease;
    transition-property: all;
}
.site-footer .row--first::before,
.site-footer .row--third::before {
    transition-duration: 3s;
}   
.site-footer .info-contact::before,
.site-footer .row--second .col-info::before {
    transition-duration: 2s;
}
.site-footer .row--second .col-info::after,
.site-footer .row--second .col-menu::after {
    transition-duration: 3s;
}
.site-footer .row--first::before,
.site-footer .row--third::before {
    width: 0;
    height: 1px;
    left: -50%;
}
.site-footer .row--second .col-info::before {
    width: 1px;
    height: 0;
    right: 0;
    top: 0;
}
.site-footer .row--second .col-info::after,
.site-footer .row--second .col-menu::after {
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
}
.site-footer .row--second .col-menu::after {
    width: 0
}

@media only screen
and (min-width : 961px) {
    .site-footer {
        transition: backgroundColor .7s;
    }
    .site-footer.animation-complete {
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.90) 0%, rgba(255, 255, 255, 0.90) 100%), rgba(255, 255, 255, 0.55);
        background-blend-mode: normal, overlay;
        backdrop-filter: blur(5px);
    }
    .site-footer .row--first {
        padding: 7rem 3rem;
        align-items: center;
    }
    .site-footer .row--second {
        align-items: stretch;
        height: 34.7rem;
    }
    .site-footer .row--second .col-feed {
        flex: 1;
    }
    .site-footer .row--second .col-info,
    .site-footer .row--second .col-menu {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    .site-footer .row--second .col-info {
        max-width: 41.9rem;
        flex: 0 1 41.9rem;
        padding: 0 0 3.7rem 3.4rem;
        align-items: flex-start;
    }
    .site-footer .row--second .col-menu {
        align-items: flex-end;
        max-width: 38.4rem;
        flex: 0 1 38.4rem;
        padding: 0 6.4rem 3.7rem 0;
    }
    .site-footer .row--third {
        pointer-events: none;
        padding: 2.4rem 0 10rem;
    }
    .site-footer .row--third .col-subscribe {
        max-width: 80.2rem;
        max-width: 80.2rem;
        padding-left: 17.6rem;
        pointer-events: all;
    }
    .site-footer .row--fourth {
        max-width: 147.5rem;
        padding: 6rem 0;
    }
    .site-footer .row--fourth .col-legals {
        display: flex;
        align-items: center;
        column-gap: 11.6rem;
    }
    /* MENU */
    .site-footer .main-menu a,
    .site-footer .links a {
        font-size: 1.7rem;
    }
    .site-footer .links a {
        font-size: 1.6rem;
    }
    /* INFO CONTACT */
    .site-footer .info-contact {
        padding: 0;
        max-width: 32.2rem;
    }
    .site-footer .info-contact .bttn {
        max-width: 16.6rem;
        font-weight: 700;
    }
    .site-footer .info-contact address,
    .site-footer .info-contact a:not(.bttn) {
        font-size: 1.6rem;
    }
    /* SUBSCRIBE */
    .site-footer .subscribe-box {
        max-width: 44.6rem;
    }
    .site-footer .subscribe-box h4 {
        font-weight: 700;
    }
    .site-footer .subscribe-box .newsletter-container input {
        padding-left: 2.45rem;
    }
    .site-footer .subscribe-box .newsletter-container::before {
        right: 2.45rem;
    }
    /* LEGALS MENU */
    .site-footer .legals-menu ul {
        column-gap: 11.6rem;
    }
    .site-footer .legals-menu a {
        font-weight: 700;
    }
    /* HOVERS */
    .site-footer a:hover {
        opacity: .7;
    }
    /* ANIMATIONS */
    .site-footer.animateActive .row--first::before,
    .site-footer.animateActive .row--third::before {
        width: 200vw;
        transition-delay: .7s;
    }
    .site-footer.animateActive .info-contact::before,
    .site-footer.animateActive .row--second .col-info::before {
        height: 100%;
        transition-delay: .9s;
    }
    .site-footer.animateActive .row--second .col-info::after,
    .site-footer.animateActive .row--second .col-menu::after {
        width: 100vw;
        transition-delay: 1.1s;
    }


    .site-footer {
        transition: transform 1.5s;
        top: 10rem;
    }
    .site-footer.animateActive {
        transform: translate3d(0 , -10rem, 0);
    }
}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
    /* ROW FIRST */
    .site-footer .row--first {
        justify-content: center;
    }
    .site-footer .col-back-to {
        order: -1;
        margin: 0 0 5rem;
    }
    .site-footer .col-text h3 {
        max-width: 29rem;
        text-align: center;
        margin: 0 auto;
    }
    /* ROW SECOND */
    .site-footer .row--second .col-feed {
        padding: 5rem 3rem 0;
    }
    .site-footer .row--second .instagram-feed h3 {
        margin: 0 0 3rem;
    }
    /* ROW FOURTH */
    .site-footer .row--fourth {
        justify-content: center;
    }
    .site-footer .row--fourth .col-legals,
    .site-footer .row--fourth .col-secondary-logo,
    .site-footer .row--fourth .legals-menu {
        margin: 0 0 5rem;
    }
    .site-footer  .row--fourth .designed-by {
        width: 100%;
    }


    /* LINES */
    .site-footer .info-contact::before {
        content: "";
        position: absolute;
        bottom: 0;
        background-color: var(--black);
        display: inline-block;
        width: 1px;
        height: 0;
        left: 0;
        top: 0;
    }
    .site-footer .row--second .col-info::before {
        content: none;
    }
    /* ANIMATIONS */
    .site-footer.animateActive .row--first::before,
    .site-footer.animateActive .row--third::before {
        width: 200vw;
        transition-delay: .7s;
    }
    .site-footer.animateActive .info-contact::before,
    .site-footer.animateActive .row--second .col-info::before {
        height: 100%;
        transition-delay: .9s;
    }
    .site-footer.animateActive .row--second .col-info::after,
    .site-footer.animateActive .row--second .col-menu::after {
        width: 100vw;
        transition-delay: 1.1s;
    }
}

/* @end */


/* @group Animations
------------------------------------ */

.site-footer .col-main-logo,
.site-footer .col-text,
.site-footer .col-back-to,
.site-footer .col-feed,
.site-footer .col-info,
.site-footer .col-menu,
.site-footer .col-subscribe,
.site-footer .col-secondary-logo,
.site-footer .col-legals,
.site-footer .col-social {
	opacity: 0;
}
.site-footer.animateActive .col-main-logo,
.site-footer.animateActive .col-text,
.site-footer.animateActive .col-back-to,
.site-footer.animateActive .col-feed,
.site-footer.animateActive .col-info,
.site-footer.animateActive .col-menu,
.site-footer.animateActive .col-subscribe,
.site-footer.animateActive .col-secondary-logo,
.site-footer.animateActive .col-legals,
.site-footer.animateActive .col-social {
    animation-delay: calc(var(--anim-delay) * var(--_delay));
}
.site-footer.animateActive .col-main-logo,
.site-footer.animateActive .col-text,
.site-footer.animateActive .col-back-to,
.site-footer.animateActive .col-feed,
.site-footer.animateActive .col-info,
.site-footer.animateActive .col-menu,
.site-footer.animateActive .col-subscribe,
.site-footer.animateActive .col-secondary-logo,
.site-footer.animateActive .col-legals,
.site-footer.animateActive .col-social {
    animation: fade var(--anim-duration) forwards;
}
@media only screen
and (min-width : 961px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
    .site-footer {
        background-color: var(--white);
    }
}


/* ROW FIRST */
.site-footer .col-main-logo {
    --_delay: 1;
}
.site-footer .col-text {
    --_delay: 1.5;
}
.site-footer .col-back-to {
    --_delay: 2;
}
/* ROW SECOND */
.site-footer .col-feed {
    --_delay: 1.5;
}
.site-footer .col-info {
    --_delay: 2;
}
.site-footer .col-menu {
    --_delay: 2.5;
}
/* ROW THIRD */
.site-footer .col-subscribe {
    --_delay: 2;
}
/* ROW FOURTH */
.site-footer .col-secondary-logo {
    --_delay: 2.5;
}
.site-footer .col-legals {
    --_delay: 3.5;
}
.site-footer .col-social {
    --_delay: 4;
}


/* INSTAGRAM FEED */
.site-footer .referral { scale: 0; }
.site-footer .instagram-feed figure {
    line-height: 0;
    font-size: 0;
}
.juicer-feed.modern .j-poster {
    display: none!important;
}
.site-footer .juicer-feed .j-stacker-wrapper {
    overflow: hidden;
}
.site-footer .juicer-feed .j-stacker {
    display: flex!important;
    column-gap: 9vw!important;
}
.site-footer .juicer-feed .j-stack {
    display: flex !important;
    flex-direction: column !important;
    row-gap: 9.2vw !important;
}
.site-footer .juicer-feed .feed-item {
    flex: 0 1 22.6vw;
    max-width: 22.6vw;
    height: 22.6vw;
    position: relative;
    margin: 0;
}
.site-footer .juicer-feed .feed-item img {
    width: 22.6vw!important;
    height: 22.6vw!important;
    object-fit: cover!important;
}
.site-footer .instagram-feed .j-gallery-nav,
.site-footer .instagram-feed .j-text {
    display: none !important;
}
body .j-overlay {
    padding-top: 150px;

    @media screen and (max-width: 640px) {
        padding-top: 100px;
    }
    
    .j-post-overlay {
        align-items: center;
        display: flex;

        @media screen and (max-width: 640px) {
            flex-wrap: wrap;
        }

        .j-poster {
            h3 {
                min-width: 150px;
            }

            .j-date {
                margin-top: 6px;
            }
        }

        p {
            color: #000000 !important;
            font-size: 20px !important;

            @media screen and (max-width: 640px) {
                font-size: 14px !important;
            }
        }

        .j-meta {
            display: none;
        }

        a.juicer-button {
            font-weight: 500;
            padding: 13px 12px 12px 24px;
        }

        a.juicer-button::before {
            font-size: 2rem !important;
            top: -1px !important;
            vertical-align: middle;
        }

        .j-image {
            vertical-align: middle;
        }
    }
}
@media only screen
and (min-width : 961px) {
    .site-footer .instagram-feed {
        height: 34.7rem;
        padding: 5.9rem 0 0;
    }
    .site-footer .instagram-feed h3 {
        margin: 0 3rem 1.9rem;
    }
    .site-footer .juicer-feed {
        max-width: 70rem !important;
        margin-right: 0 !important;
        left: 0.3rem;
    }
    .site-footer .juicer-feed .j-stacker {
        column-gap: 4.5rem!important;
        max-width: 70rem!important;
        justify-content: flex-end;
    }
    .site-footer .juicer-feed .j-stack {
        flex: 0 1 16.5rem !important;
        max-width: 16.5rem !important;
        row-gap: 3.7rem!important;
    }
    .site-footer .juicer-feed .feed-item {
        flex: 0 1 16.5rem !important;
        max-width: 16.5rem !important;
        height: 16.5rem !important;
    }
    .site-footer .juicer-feed .j-stack .feed-item:first-child {
        left: -11.5rem;
    }
    .site-footer .juicer-feed .feed-item img {
        width: 16.5rem!important;
        height: 16.5rem!important;
        object-fit: cover;
    }
}
@media only screen
and (max-width : 1510px) 
and (min-width : 961px) {
    .site-footer .juicer-feed {
        max-width: 59rem !important;
        margin-right: 0 !important;
        left: 0.3rem;
    }
    .site-footer .juicer-feed .j-stacker-wrapper {
        overflow: hidden;
        flex-direction: row;
        display: flex;
        justify-content: flex-end;
        overflow: visible;
    }
    .site-footer .juicer-feed .j-stacker {
        row-gap: 3.7rem !important;
        max-width: 70rem !important;
        justify-content: flex-end;
        flex-direction: row;
        flex-wrap: wrap;
        overflow: visible;
    }
    .site-footer .juicer-feed .j-stack {
        flex: 0 1 100% !important;
        max-width: 100%!important;
        column-gap: 4.7rem !important;
        flex-direction: row !important;
        flex-wrap: wrap;
    }
    .site-footer .juicer-feed .j-stack:first-child {
        left: -11.5rem;
        position: relative;
    }
    .site-footer .juicer-feed .j-stack .feed-item:first-child {
        left: 0;
    }
    .juicer-feed.loaded {
        visibility: visible;
        opacity: 1;
        overflow: visible;
    }
}
@media only screen
and (max-width : 960px) {
    .site-footer .juicer-feed .j-stack {
        flex-direction: row!important;
        flex-wrap: wrap!important;
        justify-content: space-between!important;
    }
}


/* PROMO BAR */
.promo-bar {
    position: fixed;
    top: 0;
    left: 0;
    background: #0ACFFE;
    box-shadow: 0px 14px 10px 0px rgba(0, 0, 0, 0.15);
    width: 100%;
    z-index: var(--z-index-modal);
    /* STATE */
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all .7s;
}
.show-promobar .promo-bar {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
[data-fixed-menu="show"].show-promobar .promo-bar {
    transform: translateY(-100%);
}
.promo-bar .row {
    height: 8.1rem;
}
.promo-bar__title,
.promo-bar__text {
    color: var(--black, #000);
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.6rem;
    line-height: 110%;
    letter-spacing: .01em;
}
.promo-bar .col-cta {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
    max-width: 100%;
    text-align: right;
}
.promo-bar .col-cta .bttn-close {
    margin-left: 1.6rem;
}
.promo-bar__cta {
    font-size: 1.5rem;
    padding: 1rem 1.5rem;
    padding-top: 1.2rem;
    backdrop-filter: blur(5px);
    border-radius: 10rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-style: normal;
    line-height: normal;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px var(--black) solid;
    color: var(--black);
    transition: 0.5s;
    font-family: var(--termina-font);
    font-weight: 500;
}
.promo-bar .icon-close::before {
    color: var(--black);
    font-size: 2.3rem;
}
.promo-bar .promo-bar__text,
.promo-bar .promo-bar__title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.promo-bar .promo-bar__text {
    -webkit-line-clamp: 4;
}
@media only screen
and (min-width : 961px) {
    .promo-bar .row {
        height: 10.4rem;
    }
    .promo-bar .col-cta {
        flex: 0 1 35rem;
        max-width: 35rem;
        padding-right: 3rem;
    }
    .promo-bar .col-promo {
        padding-left: 3rem;
        flex: 0 1 54rem;
        max-width: 54rem;
    }
    .promo-bar .col-description {
        flex: 1;
    }
    .promo-bar .col-promo,
    .promo-bar .col-description {
        margin-right: 19.5rem;
    }
    .promo-bar__title {
        font-size: 2.5rem;
    }
    .promo-bar__cta {
        font-size: 1.5rem;
        padding: 1rem 2rem;
        padding-top: 1.2rem;
    }
    .promo-bar .col-cta .bttn-close {
        margin-left: 2.6rem;
    }
}
@media only screen
and (max-width : 960px) {
    .promo-bar .col-promo {
        padding-right: 0;
        padding-left: 2rem;
    }
    .promo-bar .col-cta {
        padding-right: 2rem;
        padding-left: 1rem;
    }
    .promo-bar .col-cta .bttn-close {
        font-size: 2.6rem;
    }
}


/* POPUP */
.fixed-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    overflow-y: auto;
    padding-bottom: 10rem;
    z-index: 9999999;
    background-color: rgba(0, 0, 0, .75);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all .7s;
}
.show-popup .fixed-wrapper {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}
.popup {
    position: relative;
    margin: 10rem auto 0;
    background: #0ACFFE;
    box-shadow: 0px 14px 10px 0px rgba(0, 0, 0, 0.15);
    width: calc(100% - 6rem);
    padding: 5rem 3rem;
    row-gap: 5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.popup h3 {
    color: var(--black, #000);
    font-family: var(--termina-font);
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: .01em;
    text-transform: uppercase;
    padding-right: 3rem;
}
.popup p {
    color: var(--black, #000);
    font-family: var(--termina-font);
    font-size: 1.55rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: .01em;
}
.popup .bttn {
    background: rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(27.5px);
}
.popup .close-popup {
    position: absolute;
    top: 5rem;
    right: 3rem;
}
.popup .icon-close::before {
    color: var(--black);
    font-size: 2.3rem;
}
@media only screen
and (min-width : 961px) {
    .popup {
        padding: 5rem;
        max-width: 144.6rem;
        row-gap: 8rem;
        margin: 15rem auto 0;
    }
    .popup .close-popup {
        top: 5rem;
        right: 5rem;
    }
    .popup h3 {
        font-size: 2.5rem;
        padding-right: 6rem;
    }
    .popup p {
        font-size: 1.6rem;
        line-height: 180%;
    }
    .popup .bttn:hover {
        background-color: var(--black, #000);
    }
}