/* MENDES PROMOTION styles */

 :root {
    --brand-primary: #404593;
    --brand-primary: #244696;
    --brand-primary: #0e2967;
    --brand-primary: #163754;
    --brand-complentary: #dc335a;
    --brand-secondary: #329;
    --body-bg: #f9fafb;
    --body-bg: #fcfcfd;
    --text-color: #252525;
    --text-color: #545356;
    --text-color: #333;
    --text-color: #175064;
    --light-bg: #dae5ef;
    --card-grey: #B9B9B9;
    --bg-tint: var(--swatch-var-6354);
    --sef-breakpoint-m: 767px;
    --section-title-font: "Roboto", sans-serif;
    --section-title-font: "Fraunces", serif;
    --buttonRadius: 24px;
    --labelPaddingX: calc(var(--buttonRadius) * 1);
    --labelBorderRadius: 2px;
    --labelFade: 0.1s;
    --colorButton: red;
    /* --colorButtonHover: #ff774c; */
    --cta: #f0536b;
    --colorText: #333;
    --colorHeadingBackground: #555;
    --sale-office-left-bg : #808bf1;
    --sale-office-right-bg : #89bed1;
    --gradient-bg : #203551;
    --gradient : linear-gradient(0deg, rgba(89, 168, 220, 1) 0%, rgba(32, 53, 81, 1) 60%, rgba(32, 53, 81, 1) 100%);
 }
 html {
    display: block;
}
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}
body {
    box-sizing: border-box;
    color: var(--text-color);
    font-family: "Montserrat", sans-serif !important;
    font-size: 16px;
    background-color: var(--body-bg);
    .navigation {
        background-color: white;
        padding: 16px 0;
    }
    p {
        line-height: 1.8rem;
    }
}
section, .uk-section {
    padding: 48px;
    @media screen and (max-width: 767px) {
        padding: 0;
        .section-title {
            margin-top: 32px;;
        }
    }
}

h1, h2, h3, h4 {
    font-family: var(--section-title-font);
    color: var(--brand-primary);
}
h2 {
    font-weight: 600;
    font-size: clamp(1.9rem, 3vw, 4rem);
}
h2.home-welcome {
    font-size: clamp(2.8rem, 3.5vw, 4rem);
    line-height: 4.3rem;
    font-weight: 600;
    position: relative;
    z-index: 9;
}
h2.section-title {
    font-size: 3.5rem;
    font-size: clamp(2.8rem, 3vw, 3.6rem);
    line-height: 3.4rem;
    font-weight: 700;
    color: var(--brand-primary);

    @media screen and (max-width: 640px) {
        font-size: 2.8rem;
        line-height: 2.4rem;
    }
}

h4 {
    font-size: 1.7rem;
    margin-bottom: 32px;
}

html { font-size: 16px; } /* Default root size */

h1 {
    font-size: clamp(3.81rem, 4.14994rem + -1.43036vw, 2.99rem);
    line-height: 1.0;
}
h2 {
    font-size: clamp(3.05rem, 3.27969rem + -0.97249vw, 2.49rem);
    line-height: 1.1;
}
h3 {
    font-size: clamp(2.44rem, 2.59020rem + -0.63483vw, 2.07rem);
    line-height: 1.1;
}
h4 {
    font-size: clamp(1.95rem, 2.04419rem + -0.38857vw, 1.73rem);
    line-height: 1.1;
}
h5 {
    font-size: clamp(1.56rem, 1.61206rem + -0.21143vw, 1.44rem);
    line-height: 1.1;
}
h6 {
    font-size: clamp(1.25rem, 1.27023rem + -0.08630vw, 1.20rem);
    line-height: 1.1;
}
p {
    font-size: clamp(1.00rem, 1.00000rem + 0.00000vw, 1.00rem);
    line-height: 1.1;
}


a {
    text-decoration: none !important;
    color: var(--brand-primary);
}
.align-full {
    text-align: justify;
}
blockquote {
    font-size: 1.0rem;
    border-left: 1px solid var(--brand-primary);
    padding-left: 2rem;
    margin-left: 2rem;
}
.header {
    padding-top:0;
}
.logo-image {
    img {
        width: 130px;
        height: 130px;
    }
}
.cta {
    display: inline-block;
    border: 2px solid var(--cta);
    border-radius: 4px;
    padding: 0.25rem 0.5rem;
    background-color: var(--cta);
    color: #fff;
    transition: all 0.3s ease-in-out;
    &:hover {
        color: #fff;
        background-color: var(--cta);
    }
    &.cta-white-border {
        border-color: white;
    }
    @media (width <= 768px) {
        font-size: 0.9rem;
        margin-top: 0;
    }
}
.hero {
    background-color: var(--brand-primary);
    color: white;
    padding-top: 64px;
    padding-bottom: 64px;
    @media (max-width: 960px) {
        padding-top: 24px;
        padding-bottom: 32px;
    }
    h1 {
        color: white
    }
    p {
        font-size: 4rem;
        font-size: clamp(2rem, 3.5vw, 4rem);
        font-weight: 600;
    }

}
.hero-images-wrapper {
    position: relative;
    .hero-image {
        position: absolute;
        border: 5px solid #fff;
    }
}
.program-header {
    background-color: var(--brand-primary);
    h2, p {
        color: #fff !important;
    }
    @media (max-width: 767px) {
        > div {
            padding: 16px;
        }
        .program-address-block {
            margin-top: 0;
        }
        .program-featured-column {
            padding-left:0;
        }
    }
    padding-top: 0;
    padding-bottom: 0;
    .program-address-block {
        font-size: 1.2rem;
        line-height: 1.6rem;
        font-weight: 600;
    }
}
.program-presentation {
    columns: 2;
    column-gap: 5em;
    @media (max-width: 767px) {
        columns: 1;
    }
}
.program-gallery {
    .program-image-legend {
        display: block;
        position: absolute;
        z-index: 999;
        bottom: 0;
        background: var(--brand-primary);
        padding: 16px;
        color: white;
        font-weight: 500;
        width: 320px;
    }
}
.program-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, 341px);
    row-gap: 32px;
    column-gap: 12px;
    > li.not-sold-out {
        transition-property: all;
        transition-duration: 0.8s;
        transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
        &:hover {
            transform: translateY(-8px);
        }
    }
}
.splide,  .program-grid {
    visibility: visible;
    margin-bottom: 32px;
    padding: 0;
    .splide__slide {
        width: 341px;
        border-radius: 8px;
        background-color: var(--brand-primary);
        background-repeat: no-repeat;
        padding: 8px;
        .info-bloc {
            padding: 16px;
            background-color: white;
            border-radius: 8px;
            min-height: 243px;;

            .title {
                font-family: var(--section-title-font);
                font-weight: 700;
                font-size: 1.8rem;
                line-height: 1.6rem;
                top: 10;
                left: 10;
                width: 100%;
                height: 100%;
                /* cursor: pointer; */
                z-index: 10;
                background: rgba(255, 255, 255, 0.5);
            }
            p {
                font-size: 0.9rem;
                margin-bottom: 0;
                &.city {
                    font-weight: 600;
                    font-size: 1.0rem;
                }
                &.composition {
                    font-weight: 400;
                    font-size: 0.9rem;
                    margin-block: 0.5rem;
                }
                &.intro {
                    line-height: 1.3rem;
                    font-size: 1.0rem;
                    margin-bottom: 8px;
                }
            }
        }
    }

}
.splide__pagination__page {
	background: #fff;
	border: 1px solid var(--brand-primary);
	border: 1px solid #2b6cff;
	opacity: 1;
	width: 16px;
	height: 16px;
}

.program-card {
    padding: 1rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 16px;;
    height: 480px !important;
    border-radius: 6px;
    border: 1px solid #000;

    a:hover {
        color: var(--brand-primary);
    }
}

.uk-tab>*>a {
    font-size: 1.2rem;
    color: var(--brand-primary);
}
.program-lots-wrapper {
    gap: 32px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 300px));

    .lot-card {
        background-color: var(--light-bg);
        padding: 16px;
        border-radius: 8px;;
        .name {
            font-weight: 600;
            font-size: 1.5rem;
            line-height: 1.6rem;
            margin-bottom: 8px;
            span {
                display: block;
                font-size: 1.2rem;
                margin-top: 14px;
                margin-bottom: 24px;
            }
        }
        .type {
            color: #fff;
            background-color: #cb8570;
            padding: 4px 16px;
            border-radius: 15px;
            margin-top: 8px;
        }
        .description {
            font-size: 0.9rem;
            line-height: 1.6rem;
            margin-top: 24px;
            ul {
                list-style-type: none;
                padding-left: 0;
            }
        }
        .docs {
            list-style-type: none;
            margin-left: 0;;
            padding-left: 0;
            align-items: center;
            span {
                font-size: 1.2rem;
            }
        }
    }
}

.is-new-tag {
    background-color: #47d567;
    padding: 6px 12px;
    border-radius: 16px;
    color: white;;
}

#block-habitat {
    padding-block: 96px;
    img {
        border-radius: 6px;
        aspect-ratio: 4 / 3;
        inline-size: 450px;;
        object-fit: cover;
        /* object-fit:contain; */
    }
    .wrapper {
        display: grid;
        gap: 1.5rem;
        grid-template-columns: repeat(3,1fr);
        grid-template-rows: repeat(2,1fr);
        grid-template-areas:
        "title image_center image_right_top"
        "image_left content image_right_bottom";
        @media (width <= 768px) {
            grid-template-columns: repeat(1,1fr);
            grid-template-rows: repeat(1,1fr);
            grid-template-areas:
            "title"
            "content"
            "image_left"
            "image_center"
            "image_right_top"
            "image_right_bottom"
        ;
        }

        .title {
            grid-area: title;
            align-content: center;
        }
        .image_left {
            grid-area: image_left;
        }
        .image_center {
            grid-area: image_center;
        }
        .image_right {
            grid-area: image_right;
            img {
                height: 100%;
                object-fit: cover;
            }
        }
        .content {
            grid-area: content;
            padding: 32px;
            background-color: var(--light-bg);
            border-radius: 8px;
        }
    }
}

.paragraph-title {
    font-weight: 700;
    font-size: 1.2rem;
    font-size: 1.7rem;
    line-height: 1.9rem;
    font-family: var(--section-title-font);
}

@media (min-width: 960px) {
    .uk-h2, h2 {
        line-height: 2.8rem;
    }
}

p {
    line-height: 1.56rem;;
}

* + address, * + dl, * + fieldset, * + figure, * + ol, * + p, * + pre, * + ul {
	margin-top: 16px;
}
address, dl, fieldset, figure, ol, p, pre, ul {
	margin: 0 0 24px 0;
}
.clipped-image {
    clip-path: polygon(60% 0, 65% 4%, 100% 4%, 100% 100%, 0 100%,40% 100%,35% 96%, 0 96%,0 0);
    clip-path: polygon(39% 0, 100% 8%, 100% 89%, 66% 100%, 0 85%, 0 10%);
}
.upper-nav {
    padding:8px;
    background-color: #000;
    color:#fff;
    text-align: center;
}
.site-navigation {
    align-items: center;
    li {
        padding-top: 8px;
    }
}
.uk-navbar {
    /* padding-block: 16px; */
}
.uk-navbar-right {
    margin-top: 8px;;
    > li  {
        &.current {
            border-bottom: 2px solid var(--brand-secondary);
            border-color: var(--brand-primary);
            padding-bottom: 8px;;
        }
        > a {
            min-height: initial;
            font-size: 0.9rem;
        }
    }
}
.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a[aria-expanded="true"] {
    color: var(--brand-primary);
}
.uk-navbar-nav > li > a.menu_cta {
    background-color:var(--brand-secondary);
    color:#fff;
    padding: 6px 24px;
    border-radius: 6px;
}

#main {
    @media screen and  (max-width: 960px) {
        display: none;
    }
}
.uk-navbar-nav > li > a {
    font-weight: 600;
    color: var(--brand-primary);
}
#sitemap {
    flex-direction: column;
    margin-top: 0;
}
.uk-navbar-toggle {
    color: var(--brand-primary)
}
.mobile_menu {
    display:none;
}
.mobile-navigation-wrapper {
	position: absolute;
	background-color: var(--brand-primary);
	z-index: 999;
	width: 100vw;
	height: 100vh;
	top: 144px;
	padding: 24px;
    display: none;
    .uk-navbar-nav {
        flex-direction: column;
        align-items: baseline;
        a {
            color: white;
            font-size:1.4rem;
            &:hover {
                color: white;
            }
        }
    }
}
.featured {
    background-color: var(--light-bg);
    padding: 128px 0;
    clip-path: polygon(61% 0, 100% 6%, 100% 93%, 35% 100%, 0 93%, 0 10%);
    img {
        border-radius: 4px;;
    }
}
.uk-grid > * {
  padding-left: 30px;
}
.blk-home-hero-wrapper {
    background-color: var(--light-bg);
    background-color: var(--brand-primary);
    background-color: #193853;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg fill-opacity='0.07'%3E%3Cpath fill='%23234059' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%232c4760' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%23364f67' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%233f576d' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%23485F74' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%23566b7e' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%23637789' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%23718493' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%237f909e' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%238E9DA9' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");
    background-attachment: fixed;
    background-size: cover;
    clip-path: polygon(0 0, 100% 0, 100% 89%, 45% 99%, 0 91%, 0 10%);
    .headline {
        color: #fff;
        font-size: 1.1rem;
    }
    svg {
        fill: var(--body-bg);
    }
    .grid-wrapper {
        display: grid;
        min-height: 600px;
        align-items: center;
        grid-template-areas: "message image_left image_center image_right";
        @media (width <= 768px) {
            padding: 12px;
            grid-template-areas:
                "message"
                "images"
            ;
        }
        img {
            /* height: 100%; */
            /* object-fit: cover; */
            inline-size: 256px;
            border-radius: 8px;
            border: 8px solid #fff;
        }
        .message {
            grid-column: message / image_left;
            grid-row: 1 / -1;
            @media (width <= 768px) {
                grid-column: 1 / -1;
                grid-row: 1 / -2;
                padding-left: 0
            }
            align-content: center;
            h2 {
                font-size: clamp(2.6rem, 3.4vw, 4rem);
                line-height: 5rem;
                width    : 80%;
                text-wrap-style: balance;
                @media (width <= 768px) {
                    width    : 100%;
                    line-height: 2.8rem;
                }
                @media (width <= 1400px) {
                    line-height: 3.8rem;
                }
                font-weight: 600;
                color: #fff;
                z-index: 9;
            }
            a:hover {
                color: #fff;
            }
        }
        .image_left {
            grid-area: image_left;
            transform: rotate(-5deg) translate(230px, 0);
            padding-top: 48px;
            @media (width <= 768px) {
                grid-column: 1 / -5;
            }
            img {
                /* height: 100%; */
                /* object-fit: cover; */
            }
        }
        .image_center {
            grid-area: image_center;
            @media (width <= 768px) {
                grid-column: 1 / -5;
            }
            transform: rotate(3deg) translate(128px, -24px);
            position: relative;
            animation-name: floating_image;
            animation-duration: 4s;
            z-index: 8;
            animation-iteration-count: infinite;
            animation-direction: alternate;
        }
        .image_right {
            grid-area: image_right;
            transform: rotate(8deg);
            padding-top: 96px;
            /* img {
                height: 100%;
                object-fit: cover;
            } */
            @media (width <= 768px) {
                grid-column: 1 / -2;
                padding-top: 0;
                transform: rotate(8deg) translateX(-32px) scale(0.9);
            }
        }
    }
}
.valign-middle {
    align-content: center;
}
.sales-block {
    padding-left: 64px;
}
.sale-office {
    background: #106485;
    background: linear-gradient(90deg, var(--sale-office-left-bg) 0%, var(--sale-office-left-bg) 50%, var(--light-bg) 50%, var(--light-bg) 100%);
    background: linear-gradient(90deg, var(--brand-primary) 0%, var(--brand-primary) 50%, var(--light-bg) 50%, var(--light-bg) 100%);
    background: linear-gradient(90deg, var(--brand-primary) 0%, var(--brand-primary) 50%, var(--body-bg) 50%, #fff 100%);
    @media (max-width: 960px) {
        background: linear-gradient(90deg, #fff 0%, #fff 100%);
        .uk-first-column {
            padding-left:0;
        }
    }
    img {
        transform: rotate(-3deg);
        border-radius: 4px;
        border: 3px solid #fff;
    }
    > div:nth-of-type(2) {
        padding-left: 64px;
    }
    .sale-office-infos {
        font-weight: 600;
    }
}

.blk-text-image-wrapper {
    &:first-of-type {
        margin-top: 72px;
    }
    .blk-text-image {
        align-items: center;
        gap: 64px;
    }
}
.blk-free-text-wrapper {
    .free-text-content {
        &.standout {
            background-color: red;
            background-color: var(--light-bg);
            margin: 0 38px;
            font-size: 1.7rem;
            padding: 32px;
        }
    }
}

.contact-forms {
    h2.contact-page {
        font-weight: 700;
        font-size: 2.8rem;;
    }
}
.FormBuilder {
    @media (max-width: 960px) {
        padding: 0;
    }
    .FormBuilder_contact {
        padding-left: 0;
    }
    .Inputfield {
        margin-bottom: 16px;
    }
    .uk-form-label {
        font-weight: 600;
        color:var(--brand-primary);
        color:var(--text-color);
    }
    button[type="submit"] {
        color: white;
        background-color: var(--brand-primary);
        border-radius: 4px;;
    }
    .InputfieldFormBuilderFileAdd button {
        border-radius: 4px;
        background-color: var(--brand-secondary);
    }
}
.attachments {
    padding-left: 0;
    li {
        list-style-type: none;
    }
    a {
        color: var(--brand-secondary);
    }
}

.downloadables {
    h2 {
        font-size: 2.2rem;
        margin-top: 64px;
    }
}
footer {
    background-color: hsl(236, 39%, 41%, 0.05);
    background-color: var(--brand-primary);
    color: #fff;
    font-size: 0.9rem;
    padding-top: 64px;
    .logo-mendes {
        width: 160px;
        margin-bottom: 16px;
    }
    .column-header {
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 16px;
    }
    .company-bio {
        max-width: 30%;
        @media screen and (max-width: 767px) {

        }
    }
    @media screen and (max-width: 767px) {
        .uk-padding-large {
            padding-top: 16px !important;
        }
    }
    h3, a {
        color: #fff;
        margin-bottom: 0.9rem;
        display: inline-block;
    }
    .footer-logo {
        display: block;
        margin-top: -12px;
    }
    ul {
        list-style-type: none;
        padding-left: 0;
        gap: 16px;
        margin-bottom: 0;
        margin-top: 32px;
        li {
            margin-left:0;
        }
    }
    .hotline-phone {
        font-size: 1.2rem;
        font-weight: 600;
        margin-bottom:0;
    }
    a:hover {
        color: #fff;
    }
    .address-bloc {
        line-height: 1.9rem;
    }
    .footer-category-list {
        padding-left: 0;
        margin-left: 0;
        li {
            list-style-type: none;
        }
    }
    .footer-nav-wrapper {
        gap: 0;
        > div {
            .footer-menu-wrapper {
                display: flex;
                flex-direction: column;
                gap: 8px;
            }
        }
        @media screen and (max-width: 960px) {
            flex-direction: column !important;
            > div {
                min-width: 100%;
                margin-top: 32px;;
            }
        }
    }
    .credits {
         font-size: 0.8rem;
         margin-bottom: 0;
         padding-bottom: 16px;;
    }
}

.slides-grid {
    display: grid;
    grid-gap: 32px;
    grid-gap: 24px;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(2, 1fr);
    &.horizontal {
        .slide-left {
            grid-column: 1 / 6;
            grid-row: 1 / 3;
            z-index: 920;
        }
    }
    &.vertical {
        .main-left {
            grid-column: 1 / 3;
            grid-row: 1 / 3;
            z-index: 920;
            background-color: #e4effa;
            padding: 32px;
        }
        .main-right {
            grid-column: 3 / 6;
            grid-row: 1 / 3;
            z-index: 920;
        }
    }
    .slide-right-top {
        grid-column: 6 / 8;
        grid-row: 1 / 2;
        z-index: 905;
    }
    .slide-right-bottom {
        grid-column: 6 / 8;
        grid-row: 2 / 3;
        z-index: 900;
    }
}
.hook {
    font-size: 3.4rem;
    line-height: 4.3rem;
}
.slide-item {
        gap: 16px;
        .legend {
            background-color: #e4effa;
            align-content: center;
            padding: 24px;
            h2 {
                font-weight: 700;
                font-family: var(--section-title-font);
                font-size: 3.5rem;
                padding-top: 16px;
            }
            @media screen and (min-width: 768px) {
                min-width: 540px;;
            }
        }
        .product-photo {
            text-align: center;
            width: 100%;
        }
}
.splide__pagination {
    bottom: -2.6rem;
    z-index: 99;
}
.splide__pagination__page {
    background: #ffc7b5;
    background: var(--brand-primary);
    background: #fff;
    border: 1px solid #2b6cff;
    opacity: 1;
    width: 16px;
    height: 16px;
    &.is-active {
        background: #2b6cff;
        transform: scale(0.9);
        z-index: 1;
    }
}

.lg-container {
  max-width: 1600px;
  position: relative;
  padding: 0;
}
.lg-image {
  display: block;
  width: 100%;
}

/* .floating-imag {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} */

@keyframes floating_image {
  0% {
    /* transform: translateY(0); */
    transform: rotate(3deg) translate(128px, 0);
}
40% {
    /* transform: translateY(-24px); */
    transform: rotate(3deg) translate(128px, -24px);
}
100% {
    /* transform: translateY(0); */
    transform: rotate(3deg) translate(128px, 0);
  }
}
@keyframes button_pulse {
  0% {
    transform: scale(1, 1);
    opacity: 1;
  }
  40% {
    transform: scale(1.15, 1.15);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
