.page-gallery {
    --g-navy: #061b45;
    --g-deep: #07143c;
    --g-purple: #6c22e9;
    --g-pink: #CC0000;
    /* --g-orange: #ff7a20; */
    --g-yellow: #ffbf00;
    color: #07183f;
    background: #fff;
    font-family: Nunito, Arial, sans-serif;
    overflow-x: hidden
}

.page-gallery .container {
    max-width: 930px
}

.gallery-topbar {
    height: 33px;
    color: #fff;
    background: linear-gradient(90deg,#CC0000);
    font-size: 9px;
    font-weight: 700
}

.gallery-topbar__inner,
.gallery-topbar__inner>div,
.gallery-topbar nav {
    height: 100%;
    display: flex;
    align-items: center
}

.gallery-topbar__inner {
    justify-content: space-between
}

.gallery-topbar p {
    margin: 0
}

.gallery-topbar i {
    color: #ffffff;
    margin-right: 8px
}

.gallery-topbar__inner>div {
    gap: 13px
}

.gallery-topbar a {
    color: #fff;
    text-decoration: none;
    white-space: nowrap
}

.gallery-topbar__inner>div>span {
    height: 13px;
    width: 1px;
    background: rgba(255, 255, 255, .35)
}

.gallery-topbar nav {
    gap: 15px
}

.gallery-topbar nav i {
    color: #fff;
    margin: 0
}

.gallery-header {
    position: absolute;
    z-index: 100;
    top: 33px;
    width: 100%;
    height: 64px;
    transition: .3s
}

.gallery-header.is-sticky {
    position: fixed;
    top: 0;
    background: rgba(4, 20, 52, .97);
    box-shadow: 0 8px 30px rgba(0, 0, 0, .18)
}

.gallery-header .navbar {
    height: 64px;
    padding: 0
}

.gallery-header .navbar-brand img {
    width: 133px;
    height: auto
}

.gallery-header .navbar-nav {
    align-items: center;
    gap: 18px
}

.gallery-header .nav-link {
    padding: 21px 0 !important;
    color: #fff;
    font-size: 9px;
    font-weight: 800;
    white-space: nowrap;
    position: relative
}

.gallery-header .nav-link i {
    font-size: 7px;
    margin-left: 2px
}

.gallery-header .nav-link:hover,
.gallery-header .nav-link.active {
    color: #ffc400
}

.gallery-header .nav-link.active:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 13px;
    height: 2px;
    background: #ffc400
}

.gallery-quote-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    padding: 0 17px;
    margin-left: 26px;
    border-radius: 7px;
    background: linear-gradient(90deg, #ffc400, #ff8b00);
    color: #07183f;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 8px;
    font-weight: 900;
    box-shadow: 0 8px 20px rgba(255, 161, 0, .24);
    white-space: nowrap
}

.gallery-header .navbar-toggler {
    color: #fff;
    border: 0;
    font-size: 27px
}

.page-gallery .gem-offcanvas {
    background: #071a43;
    color: #fff
}

.page-gallery .gem-offcanvas .btn-close {
    filter: invert(1)
}

.page-gallery .gem-offcanvas__nav a {
    color: #fff
}

.page-gallery .gem-offcanvas .gallery-quote-btn {
    margin: 28px 0 0;
    width: 100%
}

.gallery-hero {
    position: relative;
    height: 340px;
    background: #06183e;
    overflow: hidden;
    color: #fff
}

.gallery-hero__image {
    position: absolute;
    inset: 0 0 0 31%;
    width: 69%;
    height: 100%;
    object-fit: cover;
    object-position: center 42%
}

.gallery-hero__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #05183f 0%, #06183f 30%, rgba(5, 24, 63, .64) 52%, rgba(5, 24, 63, .08) 79%)
}

.gallery-hero__inner {
    height: 100%;
    position: relative;
    z-index: 2;
    padding-top: 107px
}

.gallery-hero__copy {
    width: 455px
}

.gallery-eyebrow {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 0 0 7px;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase
}

.gallery-eyebrow i {
    color: #ffd32a
}

.gallery-eyebrow span {
    display: block;
    width: 19px;
    height: 2px;
    background: #ffcc16
}

.gallery-hero h1 {
    margin: 0;
    font-size: 44px;
    line-height: .96;
    font-weight: 900;
    letter-spacing: -1.4px
}

.gallery-hero h1 span,
.gallery-showcase h2 span {
    background: linear-gradient(90deg,  #ffcc16);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}

.gallery-hero__lead {
    margin: 12px 0 19px;
    font-size: 12.5px;
    line-height: 1.4;
    font-weight: 600
}

.gallery-hero__stats {
    display: flex;
    gap: 23px
}

.gallery-hero__stats article {
    display: flex;
    align-items: center;
    gap: 8px
}

.gallery-hero__stats article>i {
    font-size: 25px;
    line-height: 1
}

.gallery-hero__stats article:nth-child(1)>i {
    color: #e03aff
}

.gallery-hero__stats article:nth-child(2)>i {
    color: #10db65
}

.gallery-hero__stats article:nth-child(3)>i {
    color: #ff9a00
}

.gallery-hero__stats article:nth-child(4)>i {
    color: #456eff
}

.gallery-hero__stats b,
.gallery-hero__stats small {
    display: block
}

.gallery-hero__stats b {
    font-size: 15px;
    line-height: 1
}

.gallery-hero__stats small {
    font-size: 7px;
    margin-top: 3px
}

.gallery-hero__curve {
    position: absolute;
    z-index: 3;
    left: -4%;
    bottom: -32px;
    width: 108%;
    height: 54px;
    background: #fff;
    border-radius: 50% 50% 0 0/100% 100% 0 0;
    box-shadow: -46px -13px 0 #722bed, 46px -13px 0 #722bed
}

.gallery-media {
    padding: 22px 0 13px;
    background: radial-gradient(circle at 50% 22%, #fff 0, #fafaff 60%, #fff 100%)
}

.gallery-filters {
    display: flex;
    gap: 9px;
    overflow-x: auto;
    padding: 0 13px 20px;
    scrollbar-width: none
}

.gallery-filters::-webkit-scrollbar {
    display: none
}

.gallery-filters button {
    height: 34px;
    flex: 0 0 auto;
    border: 1px solid #eef0f8;
    border-radius: 999px;
    padding: 0 18px;
    background: #fff;
    box-shadow: 0 5px 16px rgba(26, 35, 78, .08);
    color: #101d43;
    font-size: 8.5px;
    font-weight: 800;
    transition: .25s
}

.gallery-filters button i {
    display: inline-grid;
    place-items: center;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    border-radius: 7px;
    background: #f1e8ff;
    color: #7628e9;
    font-size: 11px
}

.gallery-filters button:nth-child(3) i {
    background: #e8f0ff;
    color: #1763ec
}

.gallery-filters button:nth-child(4) i {
    background: #fff0e6;
    color: #ff8a14
}

.gallery-filters button:nth-child(5) i {
    background: #ffe9f4;
    color: #fb3b96
}

.gallery-filters button:nth-child(6) i {
    background: #e9efff;
    color: #3368f6
}

.gallery-filters button:nth-child(7) i {
    background: #e7f9e8;
    color: #26ae49
}

.gallery-filters button.active {
    min-width: 70px;
    background: linear-gradient(90deg, #0032A0);
    color: #fff;
    border-color: transparent
}

.gallery-grid {
    margin: 0 -7px;
    min-height: 448px
}

.gallery-card {
    display: block;
    width: 33.333%;
    height: 143px;
    padding: 0 7px 14px;
    overflow: hidden;
    border-radius: 17px;
    position: relative
}

.gallery-card--tall {
    height: 184px
}

.gallery-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 11px;
    box-shadow: 0 5px 14px rgba(8, 24, 65, .12);
    transition: transform .45s, filter .35s, box-shadow .35s
}

.gallery-card:hover img {
    transform: scale(1.045);
    filter: brightness(.9);
    box-shadow: 0 12px 24px rgba(8, 24, 65, .2)
}

.gallery-card:focus-visible {
    outline: 3px solid #742be8;
    outline-offset: 2px
}

.gallery-play {
    position: absolute;
    left: 50%;
    top: calc(50% - 7px);
    transform: translate(-50%, -50%);
    display: grid;
    place-items: center;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    background: #fff;
    color: #6d24e9;
    font-size: 25px;
    box-shadow: 0 8px 25px rgba(89, 30, 225, .25);
    transition: .3s
}

.gallery-card:hover .gallery-play,
.gallery-showcase__video:hover .gallery-play {
    transform: translate(-50%, -50%) scale(1.08);
    box-shadow: 0 0 0 9px rgba(133, 43, 238, .15)
}

.gallery-showcase {
    padding: 0 0 13px
}

.gallery-showcase__panel {
    height: 247px;
    padding: 21px 39px 21px 58px;
    border-radius: 26px;
    background: linear-gradient(115deg, #251173, #041846 48%, #161164);
    display: grid;
    grid-template-columns: 31% 69%;
    align-items: center;
    color: #fff;
    overflow: hidden
}

.gallery-showcase__copy>p {
    text-transform: uppercase;
    font-size: 8px;
    font-weight: 900;
    margin: 0 0 8px
}

.gallery-showcase__copy>p i {
    display: inline-grid;
    place-items: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #CC0000;
    font-size: 13px;
    margin-right: 7px
}

.gallery-showcase h2 {
    font-size: 29px;
    line-height: .95;
    font-weight: 900;
    margin: 0 0 13px
}

.gallery-showcase__copy>div {
    font-size: 10px;
    line-height: 1.48;
    max-width: 230px
}

.gallery-gradient-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    padding: 0 18px;
    margin-top: 15px;
    border-radius: 8px;
    background: linear-gradient(90deg, #ffcc16);
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 8px;
    font-weight: 900
}

.gallery-showcase__video {
    height: 205px;
    border: 3px solid #fff;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    display: block
}

.gallery-showcase__video>img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.gallery-showcase__video .gallery-play {
    top: 50%
}

.gallery-video-info {
    position: absolute;
    right: 13px;
    bottom: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    background: rgba(4, 17, 58, .76);
    border-radius: 999px;
    padding: 6px 10px
}

.gallery-video-info>i {
    display: grid;
    place-items: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #7a2be9
}

.gallery-video-info b,
.gallery-video-info small {
    display: block;
    font-style: normal
}

.gallery-video-info b {
    font-size: 7.5px
}

.gallery-video-info small {
    font-size: 6.5px
}

.gallery-video-info em {
    font-size: 7px;
    font-style: normal
}

.gallery-conversion {
    padding-bottom: 10px
}

.gallery-kpis {
    height: 80px;
    border: 1px solid #edf0f7;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 8px 25px rgba(10, 29, 70, .08);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    margin-bottom: 11px
}

.gallery-kpis article {
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border-right: 1px solid #eceef5
}

.gallery-kpis article:last-child {
    border: 0
}

.gallery-kpis article>i {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #eee7ff;
    color: #7131ef;
    font-size: 23px
}

.gallery-kpis article:nth-child(2)>i {
    background: #ffe8f2;
    color: #ee3d91
}

.gallery-kpis article:nth-child(3)>i {
    background: #fff0df;
    color: #ff8a11
}

.gallery-kpis article:nth-child(4)>i {
    background: #e5f8e8;
    color: #22b54b
}

.gallery-kpis b,
.gallery-kpis small {
    display: block
}

.gallery-kpis b {
    font-size: 18px;
    line-height: 1
}

.gallery-kpis small {
    font-size: 8px;
    margin-top: 5px
}

.gallery-cta {
    height: 81px;
    border-radius: 20px;
    background: linear-gradient(90deg, #0032A0, #CC0000 58%);
    display: grid;
    grid-template-columns: 125px 1fr auto;
    align-items: center;
    padding: 0 50px;
    color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 9px
}

.gallery-cta:after {
    content: "";
    position: absolute;
    right: 24px;
    width: 50px;
    height: 50px;
    background-image: radial-gradient(#fff 1px, transparent 1px);
    background-size: 9px 9px;
    opacity: .9
}

.gallery-cta>i {
    font-size: 42px;
    color: #e0c7ff
}

.gallery-cta h2 {
    font-size: 18px;
    font-weight: 900;
    margin: 0 0 2px
}

.gallery-cta p {
    font-size: 9px;
    margin: 0
}

.gallery-cta>a {
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    padding: 0 24px;
    margin-right: 50px;
    border-radius: 9px;
    background: #ffc400;
    color: #06183e;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 8px;
    font-weight: 900;
    box-shadow: 0 7px 16px rgba(119, 52, 0, .18)
}

.gallery-newsletter {
    min-height: 61px;
    border: 1px solid #edf0f7;
    border-radius: 18px;
    box-shadow: 0 7px 20px rgba(10, 29, 70, .07);
    display: grid;
    grid-template-columns: 70px 1fr 390px;
    align-items: center;
    padding: 0 20px 0 35px
}

.gallery-newsletter>i {
    display: grid;
    place-items: center;
    width: 43px;
    height: 43px;
    border-radius: 14px;
    background: #f0e9ff;
    color: #7229e8;
    font-size: 22px
}

.gallery-newsletter h2 {
    font-size: 13px;
    font-weight: 900;
    margin: 0
}

.gallery-newsletter p {
    font-size: 7.5px;
    margin: 1px 0 0
}

.gallery-newsletter form {
    display: flex;
    height: 36px;
    position: relative
}

.gallery-newsletter input {
    flex: 1;
    border: 1px solid #ebedf4;
    border-radius: 8px 0 0 8px;
    padding: 0 15px;
    font-size: 8px;
    outline: 0
}

.gallery-newsletter button {
    width: 112px;
    border: 0;
    border-radius: 0 8px 8px 0;
    background: linear-gradient(90deg, #7024ed, #5924e9);
    color: #fff;
    text-transform: uppercase;
    font-size: 8px;
    font-weight: 900
}

.gallery-newsletter label.error {
    position: absolute;
    top: 38px;
    left: 10px;
    color: #d92365;
    font-size: 7px
}

.gallery-form-status {
    position: absolute;
    top: 38px;
    right: 0;
    color: #168c42;
    font-size: 7px
}

.gallery-footer {
    background: #031536;
    color: #fff;
    padding: 19px 0 10px
}

.gallery-footer__grid {
    display: grid;
    grid-template-columns: 1.45fr .8fr 1.15fr .8fr 1.08fr 1.2fr;
    gap: 22px
}

.gallery-footer h2 {
    font-size: 10px;
    font-weight: 900;
    margin: 0 0 7px
}

.gallery-footer p,
.gallery-footer a,
.gallery-footer span {
    font-size: 7.5px;
    line-height: 1.45;
    color: #fff;
    text-decoration: none
}

.gallery-footer nav {
    display: flex;
    flex-direction: column;
    gap: 2px
}

.gallery-footer nav a.active {
    color: #ffc500
}

.gallery-footer__brand img {
    width: 135px;
    height: auto;
    margin-bottom: 5px
}

.gallery-footer__brand p {
    max-width: 180px;
    margin: 0 0 8px
}

.gallery-footer .site-footer__socials {
    display: flex;
    gap: 12px
}

.gallery-footer .site-footer__socials a {
    font-size: 12px
}

.gallery-footer nav i {
    color: #ffbe00;
    margin-right: 5px
}

.gallery-footer .gallery-whatsapp-link i {
    color: #0cda5b
}

.gallery-footer form {
    height: 31px;
    display: flex;
    margin-top: 10px
}

.gallery-footer input {
    min-width: 0;
    width: 100%;
    border: 0;
    border-radius: 6px 0 0 6px;
    padding: 0 10px;
    font-size: 7px
}

.gallery-footer form button {
    width: 34px;
    border: 0;
    border-radius: 0 6px 6px 0;
    background: linear-gradient(135deg, #8e30ec, #5b20df);
    color: #fff
}

.gallery-footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, .13);
    margin-top: 9px;
    padding-top: 8px
}

.gallery-footer__bottom nav {
    flex-direction: row;
    gap: 20px
}

.page-gallery .floating-action--whatsapp {
    width: 57px;
    height: 57px;
    right: 20px;
    bottom: 20px;
    font-size: 27px
}

.page-gallery .floating-action--top {
    right: 24px;
    bottom: 88px
}

.glightbox-clean .gslide-description {
    background: #06183e
}

.glightbox-clean .gslide-title {
    color: #fff
}

.page-gallery :focus-visible {
    outline: 3px solid #ffc400;
    outline-offset: 3px
}

@media(max-width:1199.98px) {
    .gallery-header .navbar-nav {
        gap: 12px
    }

    .gallery-header .nav-link {
        font-size: 8px
    }

    .gallery-quote-btn {
        margin-left: 15px;
        padding: 0 12px
    }

    .gallery-showcase__panel {
        padding-left: 40px
    }
}

@media(max-width:991.98px) {
    .page-gallery .container {
        max-width: calc(100% - 40px)
    }

    .gallery-header .navbar-brand img {
        width: 125px
    }

    .gallery-hero__image {
        left: 18%;
        width: 82%
    }

    .gallery-hero__shade {
        background: linear-gradient(90deg, #05183f 0%, rgba(5, 24, 63, .92) 38%, rgba(5, 24, 63, .22) 100%)
    }

    .gallery-filters {
        padding-inline: 0
    }

    .gallery-grid {
        min-height: 680px
    }

    .gallery-card {
        width: 50%;
        height: 205px
    }

    .gallery-card--tall {
        height: 260px
    }

    .gallery-showcase__panel {
        height: auto;
        grid-template-columns: 1fr;
        padding: 35px
    }

    .gallery-showcase__copy {
        padding-bottom: 25px
    }

    .gallery-showcase__video {
        height: 330px
    }

    .gallery-kpis {
        height: auto;
        grid-template-columns: repeat(2, 1fr);
        padding: 14px
    }

    .gallery-kpis article {
        height: 68px
    }

    .gallery-kpis article:nth-child(2) {
        border-right: 0
    }

    .gallery-cta {
        grid-template-columns: 80px 1fr auto;
        padding: 0 25px
    }

    .gallery-newsletter {
        grid-template-columns: 60px 1fr;
        gap: 0;
        padding: 14px 22px
    }

    .gallery-newsletter form {
        grid-column: 1/-1;
        margin-top: 12px
    }

    .gallery-footer__grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .gallery-footer__brand p {
        max-width: none
    }
}

@media(max-width:767.98px) {
    .gallery-topbar {
        height: 31px
    }

    .gallery-topbar__inner {
        justify-content: center
    }

    .gallery-topbar__inner>div {
        display: none
    }

    .gallery-header {
        top: 31px;
        height: 58px
    }

    .gallery-header .navbar {
        height: 58px
    }

    .gallery-hero {
        height: 520px
    }

    .gallery-hero__image {
        inset: 0;
        width: 100%;
        height: 100%;
        object-position: 64% center
    }

    .gallery-hero__shade {
        background: linear-gradient(90deg, rgba(5, 24, 63, .98) 0%, rgba(5, 24, 63, .88) 55%, rgba(5, 24, 63, .3) 100%)
    }

    .gallery-hero__inner {
        padding-top: 112px
    }

    .gallery-hero__copy {
        width: 100%
    }

    .gallery-hero h1 {
        font-size: 45px
    }

    .gallery-hero__lead {
        font-size: 12px;
        max-width: 350px
    }

    .gallery-hero__lead br {
        display: none
    }

    .gallery-hero__stats {
        display: grid;
        grid-template-columns: repeat(2, 145px);
        gap: 17px 15px;
        margin-top: 27px
    }

    .gallery-hero__curve {
        bottom: -30px
    }

    .gallery-media {
        padding-top: 27px
    }

    .gallery-card,
    .gallery-card--tall {
        width: 100%;
        height: 245px
    }

    .gallery-grid {
        min-height: 2205px
    }

    .gallery-showcase__panel {
        border-radius: 20px;
        padding: 28px 20px
    }

    .gallery-showcase h2 {
        font-size: 31px
    }

    .gallery-showcase__video {
        height: 220px
    }

    .gallery-video-info {
        right: 8px;
        bottom: 8px
    }

    .gallery-kpis {
        gap: 5px
    }

    .gallery-kpis article {
        justify-content: flex-start;
        padding-left: 10px;
        gap: 8px
    }

    .gallery-kpis article:nth-child(odd) {
        border-right: 1px solid #eceef5
    }

    .gallery-kpis article>i {
        width: 39px;
        height: 39px;
        font-size: 19px
    }

    .gallery-kpis b {
        font-size: 15px
    }

    .gallery-cta {
        height: auto;
        min-height: 190px;
        grid-template-columns: 1fr;
        text-align: center;
        padding: 22px
    }

    .gallery-cta>i {
        margin: auto
    }

    .gallery-cta>a {
        margin: 12px auto 0
    }

    .gallery-newsletter {
        grid-template-columns: 52px 1fr
    }

    .gallery-newsletter form {
        height: auto;
        display: grid;
        grid-template-columns: 1fr
    }

    .gallery-newsletter input,
    .gallery-newsletter button {
        height: 42px;
        width: 100%;
        border-radius: 8px
    }

    .gallery-newsletter button {
        margin-top: 7px
    }

    .gallery-footer {
        padding-top: 28px
    }

    .gallery-footer__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px
    }

    .gallery-footer__bottom {
        align-items: flex-start;
        gap: 10px;
        flex-direction: column
    }

    .gallery-footer__bottom nav {
        flex-wrap: wrap
    }

    .page-gallery .floating-action--whatsapp {
        width: 55px;
        height: 55px
    }
}

@media(max-width:430px) {
    .page-gallery .container {
        max-width: calc(100% - 24px)
    }

    .gallery-topbar {
        font-size: 7px
    }

    .gallery-header .navbar-brand img {
        width: 116px
    }

    .gallery-hero {
        height: 500px
    }

    .gallery-hero h1 {
        font-size: 40px
    }

    .gallery-hero__stats {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .gallery-card,
    .gallery-card--tall {
        height: 220px
    }

    .gallery-grid {
        min-height: 1980px
    }

    .gallery-showcase__panel {
        padding: 25px 16px
    }

    .gallery-showcase__video {
        height: 185px
    }

    .gallery-showcase__copy>div {
        max-width: none
    }

    .gallery-kpis {
        padding: 8px 4px
    }

    .gallery-kpis article {
        padding-left: 5px
    }

    .gallery-kpis article>i {
        width: 34px;
        height: 34px;
        font-size: 17px
    }

    .gallery-kpis small {
        font-size: 7px
    }

    .gallery-newsletter {
        grid-template-columns: 45px 1fr;
        padding: 14px
    }

    .gallery-newsletter>i {
        width: 37px;
        height: 37px
    }

    .gallery-footer__grid {
        grid-template-columns: 1fr 1fr
    }

    .gallery-footer p,
    .gallery-footer a,
    .gallery-footer span {
        font-size: 8px
    }
}

.page-gallery .skip-link {
    position: fixed;
    z-index: 9999;
    top: 8px;
    left: -9999px;
    padding: 9px 14px;
    border-radius: 6px;
    background: #fff;
    color: #06183e;
    font-weight: 800
}

.page-gallery .skip-link:focus {
    left: 8px
}

.page-gallery .gallery-hero h1,
.page-gallery .gallery-showcase h2,
.page-gallery .gallery-cta h2 {
    color: #fff
}

.page-gallery .gallery-hero h1 span,
.page-gallery .gallery-showcase h2 span {
    color: transparent
}

.page-gallery .gallery-cta>i {
    position: relative;
    z-index: 1
}

.page-gallery .gallery-footer .site-footer__socials a {
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none
}

.page-gallery .gallery-hero__stats {
    gap: 20px;
    transform: translateY(-7px)
}

.page-gallery .gallery-hero__stats article>i {
    font-size: 28px
}

.page-gallery .gallery-hero__stats b {
    font-size: 17px
}

.page-gallery .gallery-hero__stats small {
    font-size: 8.5px;
    line-height: 1.15;
    white-space: nowrap
}

.page-gallery .gallery-hero__curve {
    bottom: -42px
}

.page-gallery .gallery-showcase__panel {
    border-radius: 18px
}

.page-gallery .gallery-kpis {
    border-radius: 14px
}

.page-gallery .gallery-cta {
    border-radius: 14px
}

.page-gallery .gallery-newsletter {
    border-radius: 12px
}

.page-gallery .gallery-footer h2 {
    font-size: 12px
}

.page-gallery .gallery-footer p,
.page-gallery .gallery-footer a,
.page-gallery .gallery-footer span {
    font-size: 9.5px;
    line-height: 1.5
}

@media(min-width:992px) {
    .page-gallery .gallery-header .container {
        max-width: 942px
    }

    .page-gallery .gallery-header .navbar-brand img {
        width: 128px
    }

    .page-gallery .gallery-header .navbar-nav {
        gap: 34px
    }

    .page-gallery .gallery-header .nav-link {
        font-size: 9px
    }

    .page-gallery .gallery-header .gallery-quote-btn {
        width: 122px;
        padding: 0;
        margin-left: 16px
    }

    .page-gallery .gallery-hero {
        height: 307px
    }

    .page-gallery .gallery-hero__image {
        inset: 0;
        width: 100%;
        object-position: center 48%
    }

    .page-gallery .gallery-hero__shade {
        background: linear-gradient(90deg, #05183f 0%, rgba(5, 24, 63, .96) 31%, rgba(5, 24, 63, .67) 49%, rgba(5, 24, 63, .08) 80%)
    }

    .page-gallery .gallery-hero__inner {
        padding-top: 73px
    }

    .page-gallery .gallery-hero h1 {
        font-size: 46px
    }

    .page-gallery .gallery-hero__copy {
        padding-left: 12px
    }

    .page-gallery .gallery-filters {
        padding-left: 6px
    }

    .page-gallery .gallery-card {
        padding-bottom: 8px
    }

    .page-gallery .gallery-card:nth-child(1) {
        height: 185px
    }

    .page-gallery .gallery-card:nth-child(2),
    .page-gallery .gallery-card:nth-child(3) {
        height: 149px
    }

    .page-gallery .gallery-card:nth-child(4),
    .page-gallery .gallery-card:nth-child(5) {
        height: 154px
    }

    .page-gallery .gallery-card:nth-child(6) {
        height: 125px
    }

    .page-gallery .gallery-card:nth-child(7),
    .page-gallery .gallery-card:nth-child(8) {
        height: 153px
    }

    .page-gallery .gallery-card:nth-child(9) {
        height: 152px
    }

    .page-gallery .gallery-media {
        padding-bottom: 10px
    }

    .page-gallery .gallery-showcase__panel {
        grid-template-columns: 34% 66%
    }

    .page-gallery .gallery-kpis {
        margin-bottom: 9px
    }

    .page-gallery .gallery-cta {
        grid-template-columns: 94px 1fr auto;
        margin-bottom: 3px
    }

    .page-gallery .gallery-cta>a {
        width: 180px;
        padding: 0
    }

    .page-gallery .gallery-newsletter {
        height: 54px;
        min-height: 54px;
        grid-template-columns: 70px 1fr 410px
    }

    .page-gallery .gallery-newsletter form {
        width: 360px;
        justify-self: start
    }

    .page-gallery .gallery-footer .container {
        max-width: 954px
    }

    .page-gallery .gallery-footer {
        padding-top: 12px;
        padding-bottom: 6px
    }

    .page-gallery .gallery-footer nav {
        gap: 1px
    }

    .page-gallery .gallery-footer__grid {
        gap: 19px
    }

    .page-gallery .gallery-footer__brand img {
        margin-bottom: 2px
    }

    .page-gallery .gallery-footer__brand p {
        margin-bottom: 5px
    }

    .page-gallery .gallery-footer .site-footer__socials {
        gap: 13px
    }

    .page-gallery .gallery-footer__bottom {
        margin-top: 5px;
        padding-top: 5px
    }

    .page-gallery .floating-action--whatsapp {
        right: 12px
    }
}

@media(min-width:992px) and (max-width:1199.98px) {
    .page-gallery .gallery-header .navbar-nav {
        gap: 34px
    }

    .page-gallery .gallery-header .nav-link {
        font-size: 9px
    }

    .page-gallery .gallery-header .gallery-quote-btn {
        margin-left: 16px;
        padding: 0
    }
}

@media(min-width:1200px) {
    .page-gallery .container {
        max-width: 1120px
    }

    .page-gallery .gallery-topbar {
        height: 38px;
        font-size: 10.5px
    }

    .page-gallery .gallery-header {
        top: 38px;
        height: 76px
    }

    .page-gallery .gallery-header .container {
        max-width: 1120px
    }

    .page-gallery .gallery-header .navbar {
        height: 76px
    }

    .page-gallery .gallery-header .navbar-brand img {
        width: 145px
    }

    .page-gallery .gallery-header .navbar-nav {
        gap: 24px
    }

    .page-gallery .gallery-header .nav-link {
        padding-top: 27px !important;
        padding-bottom: 27px !important;
        font-size: 10.5px
    }

    .page-gallery .gallery-header .nav-link.active:after {
        bottom: 17px
    }

    .page-gallery .gallery-header .gallery-quote-btn {
        width: 142px;
        height: 40px;
        margin-left: 22px;
        font-size: 9px
    }

    .page-gallery .gallery-hero {
        height: 370px
    }

    .page-gallery .gallery-hero__inner {
        padding-top: 96px
    }

    .page-gallery .gallery-hero__copy {
        width: 570px;
        padding-left: 12px
    }

    .page-gallery .gallery-eyebrow {
        font-size: 9.5px;
        margin-bottom: 9px
    }

    .page-gallery .gallery-hero h1 {
        font-size: 56px;
        line-height: .95
    }

    .page-gallery .gallery-hero__lead {
        margin: 15px 0 21px;
        font-size: 14.5px;
        line-height: 1.45
    }

    .page-gallery .gallery-hero__stats {
        grid-template-columns: repeat(4, max-content);
        gap: 31px;
        transform: translateY(-8px)
    }

    .page-gallery .gallery-hero__stats article {
        gap: 10px
    }

    .page-gallery .gallery-hero__stats article>i {
        font-size: 32px
    }

    .page-gallery .gallery-hero__stats b {
        font-size: 20px
    }

    .page-gallery .gallery-hero__stats small {
        font-size: 10px;
        margin-top: 4px
    }

    .page-gallery .gallery-hero__curve {
        height: 64px;
        bottom: -39px
    }

    .page-gallery .gallery-media {
        padding-top: 28px;
        padding-bottom: 12px
    }

    .page-gallery .gallery-filters {
        gap: 11px;
        padding-bottom: 23px
    }

    .page-gallery .gallery-filters button {
        height: 40px;
        padding: 0 20px;
        font-size: 10px
    }

    .page-gallery .gallery-filters button i {
        width: 23px;
        height: 23px;
        font-size: 12px
    }

    .page-gallery .gallery-filters button.active {
        min-width: 84px
    }

    .page-gallery .gallery-card {
        padding-left: 8px;
        padding-right: 8px;
        padding-bottom: 10px
    }

    .page-gallery .gallery-card:nth-child(1) {
        height: 222px
    }

    .page-gallery .gallery-card:nth-child(2),
    .page-gallery .gallery-card:nth-child(3) {
        height: 179px
    }

    .page-gallery .gallery-card:nth-child(4),
    .page-gallery .gallery-card:nth-child(5) {
        height: 185px
    }

    .page-gallery .gallery-card:nth-child(6) {
        height: 150px
    }

    .page-gallery .gallery-card:nth-child(7),
    .page-gallery .gallery-card:nth-child(8) {
        height: 184px
    }

    .page-gallery .gallery-card:nth-child(9) {
        height: 182px
    }

    .page-gallery .gallery-play {
        width: 58px;
        height: 58px;
        font-size: 30px
    }

    .page-gallery .gallery-showcase__panel {
        height: 295px;
        padding: 25px 45px 25px 65px;
        border-radius: 29px
    }

    .page-gallery .gallery-showcase__copy>p {
        font-size: 9.5px
    }

    .page-gallery .gallery-showcase h2 {
        font-size: 36px;
        margin-bottom: 16px
    }

    .page-gallery .gallery-showcase__copy>div {
        max-width: 270px;
        font-size: 11.5px
    }

    .page-gallery .gallery-gradient-btn {
        height: 40px;
        padding: 0 22px;
        font-size: 9px
    }

    .page-gallery .gallery-showcase__video {
        height: 245px
    }

    .page-gallery .gallery-video-info b {
        font-size: 8.5px
    }

    .page-gallery .gallery-video-info small,
    .page-gallery .gallery-video-info em {
        font-size: 7.5px
    }

    .page-gallery .gallery-kpis {
        height: 94px;
        margin-bottom: 13px
    }

    .page-gallery .gallery-kpis article {
        height: 55px;
        gap: 16px
    }

    .page-gallery .gallery-kpis article>i {
        width: 54px;
        height: 54px;
        font-size: 27px
    }

    .page-gallery .gallery-kpis b {
        font-size: 21px
    }

    .page-gallery .gallery-kpis small {
        font-size: 9.5px
    }

    .page-gallery .gallery-cta {
        height: 96px;
        grid-template-columns: 108px 1fr auto;
        margin-bottom: 7px;
        padding: 0 56px
    }

    .page-gallery .gallery-cta>i {
        font-size: 49px
    }

    .page-gallery .gallery-cta h2 {
        font-size: 22px
    }

    .page-gallery .gallery-cta p {
        font-size: 10.5px
    }

    .page-gallery .gallery-cta>a {
        width: 195px;
        height: 40px;
        font-size: 9px;
        margin-right: 56px
    }

    .page-gallery .gallery-newsletter {
        height: 66px;
        min-height: 66px;
        grid-template-columns: 78px 1fr 470px;
        padding-left: 40px
    }

    .page-gallery .gallery-newsletter>i {
        width: 48px;
        height: 48px;
        font-size: 25px
    }

    .page-gallery .gallery-newsletter h2 {
        font-size: 15px
    }

    .page-gallery .gallery-newsletter p {
        font-size: 9px
    }

    .page-gallery .gallery-newsletter form {
        width: 430px;
        height: 40px
    }

    .page-gallery .gallery-newsletter input {
        font-size: 9px
    }

    .page-gallery .gallery-newsletter button {
        width: 128px;
        font-size: 9px
    }

    .page-gallery .gallery-footer .container {
        max-width: 1120px
    }

    .page-gallery .gallery-footer {
        padding-top: 17px;
        padding-bottom: 8px
    }

    .page-gallery .gallery-footer h2 {
        font-size: 11.5px
    }

    .page-gallery .gallery-footer p,
    .page-gallery .gallery-footer a,
    .page-gallery .gallery-footer span {
        font-size: 8.5px
    }

    .page-gallery .gallery-footer__brand img {
        width: 148px
    }

    .page-gallery .gallery-footer__grid {
        gap: 25px
    }

    .page-gallery .gallery-footer .site-footer__socials a {
        font-size: 14px
    }

    .page-gallery .gallery-footer form {
        height: 35px
    }

    .page-gallery .floating-action--whatsapp {
        width: 64px;
        height: 64px;
        right: 18px;
        bottom: 18px;
        font-size: 30px
    }
}

@media(min-width:1200px) {
    .page-gallery .container {
        max-width: 1240px
    }

    .page-gallery .gallery-topbar {
        height: 42px;
        font-size: 12px
    }

    .page-gallery .gallery-header {
        top: 42px;
        height: 84px
    }

    .page-gallery .gallery-header .container {
        max-width: 1240px
    }

    .page-gallery .gallery-header .navbar {
        height: 84px
    }

    .page-gallery .gallery-header .navbar-brand img {
        width: 160px
    }

    .page-gallery .gallery-header .navbar-nav {
        gap: 25px
    }

    .page-gallery .gallery-header .nav-link {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
        font-size: 12px
    }

    .page-gallery .gallery-header .nav-link.active:after {
        bottom: 18px
    }

    .page-gallery .gallery-header .gallery-quote-btn {
        width: 158px;
        height: 46px;
        font-size: 10px
    }

    .page-gallery .gallery-hero {
        height: 430px
    }

    .page-gallery .gallery-hero__inner {
        padding-top: 112px
    }

    .page-gallery .gallery-hero__copy {
        width: 650px
    }

    .page-gallery .gallery-eyebrow {
        font-size: 11px
    }

    .page-gallery .gallery-hero h1 {
        font-size: 64px
    }

    .page-gallery .gallery-hero__lead {
        margin-top: 18px;
        margin-bottom: 24px;
        font-size: 17px
    }

    .page-gallery .gallery-hero__stats {
        gap: 36px;
        transform: translateY(-9px);
        padding-bottom: 18px
    }

    .page-gallery .gallery-hero__stats article {
        gap: 12px
    }

    .page-gallery .gallery-hero__stats article>i {
        font-size: 37px
    }

    .page-gallery .gallery-hero__stats b {
        font-size: 24px
    }

    .page-gallery .gallery-hero__stats small {
        font-size: 12px;
        margin-top: 5px
    }

    .page-gallery .gallery-hero__curve {
        height: 70px;
        bottom: -49px
    }

    .page-gallery .gallery-media {
        padding-top: 34px;
        padding-bottom: 15px
    }

    .page-gallery .gallery-filters {
        gap: 13px;
        padding-bottom: 27px
    }

    .page-gallery .gallery-filters button {
        height: 46px;
        padding: 0 24px;
        font-size: 11.5px
    }

    .page-gallery .gallery-filters button i {
        width: 27px;
        height: 27px;
        font-size: 14px
    }

    .page-gallery .gallery-card:nth-child(1) {
        height: 245px
    }

    .page-gallery .gallery-card:nth-child(2),
    .page-gallery .gallery-card:nth-child(3) {
        height: 197px
    }

    .page-gallery .gallery-card:nth-child(4),
    .page-gallery .gallery-card:nth-child(5) {
        height: 204px
    }

    .page-gallery .gallery-card:nth-child(6) {
        height: 165px
    }

    .page-gallery .gallery-card:nth-child(7),
    .page-gallery .gallery-card:nth-child(8) {
        height: 202px
    }

    .page-gallery .gallery-card:nth-child(9) {
        height: 200px
    }

    .page-gallery .gallery-card img {
        border-radius: 10px
    }

    .page-gallery .gallery-play {
        width: 64px;
        height: 64px;
        font-size: 33px
    }

    .page-gallery .gallery-showcase__panel {
        height: 335px;
        padding: 30px 52px 30px 72px;
        border-radius: 16px
    }

    .page-gallery .gallery-showcase__copy>p {
        font-size: 11px
    }

    .page-gallery .gallery-showcase h2 {
        font-size: 41px
    }

    .page-gallery .gallery-showcase__copy>div {
        max-width: 310px;
        font-size: 13.5px
    }

    .page-gallery .gallery-gradient-btn {
        height: 46px;
        font-size: 10.5px
    }

    .page-gallery .gallery-showcase__video {
        height: 275px;
        border-radius: 13px
    }

    .page-gallery .gallery-video-info b {
        font-size: 10px
    }

    .page-gallery .gallery-video-info small,
    .page-gallery .gallery-video-info em {
        font-size: 9px
    }

    .page-gallery .gallery-kpis {
        height: 108px;
        border-radius: 12px
    }

    .page-gallery .gallery-kpis article {
        height: 66px
    }

    .page-gallery .gallery-kpis article>i {
        width: 62px;
        height: 62px;
        font-size: 31px
    }

    .page-gallery .gallery-kpis b {
        font-size: 24px
    }

    .page-gallery .gallery-kpis small {
        font-size: 11px
    }

    .page-gallery .gallery-cta {
        height: 110px;
        border-radius: 12px;
        grid-template-columns: 122px 1fr auto;
        padding: 0 64px
    }

    .page-gallery .gallery-cta>i {
        font-size: 56px
    }

    .page-gallery .gallery-cta h2 {
        font-size: 26px
    }

    .page-gallery .gallery-cta p {
        font-size: 12.5px
    }

    .page-gallery .gallery-cta>a {
        width: 218px;
        height: 46px;
        font-size: 10.5px
    }

    .page-gallery .gallery-newsletter {
        height: 76px;
        min-height: 76px;
        border-radius: 10px;
        grid-template-columns: 88px 1fr 520px;
        padding-left: 46px
    }

    .page-gallery .gallery-newsletter>i {
        width: 55px;
        height: 55px;
        font-size: 28px;
        border-radius: 11px
    }

    .page-gallery .gallery-newsletter h2 {
        font-size: 18px
    }

    .page-gallery .gallery-newsletter p {
        font-size: 10.5px
    }

    .page-gallery .gallery-newsletter form {
        width: 480px;
        height: 46px
    }

    .page-gallery .gallery-newsletter input {
        font-size: 10.5px
    }

    .page-gallery .gallery-newsletter button {
        width: 145px;
        font-size: 10px
    }

    .page-gallery .gallery-footer .container {
        max-width: 1240px
    }

    .page-gallery .gallery-footer {
        padding-top: 22px;
        padding-bottom: 12px
    }

    .page-gallery .gallery-footer h2 {
        font-size: 14px
    }

    .page-gallery .gallery-footer p,
    .page-gallery .gallery-footer a,
    .page-gallery .gallery-footer span {
        font-size: 11.5px;
        line-height: 1.55
    }

    .page-gallery .gallery-footer__brand img {
        width: 165px
    }

    .page-gallery .gallery-footer__grid {
        gap: 30px
    }

    .page-gallery .gallery-footer .site-footer__socials a {
        font-size: 17px
    }

    .page-gallery .gallery-footer form {
        height: 42px
    }

    .page-gallery .gallery-footer input {
        font-size: 10px
    }

    .page-gallery .gallery-footer form button {
        width: 44px
    }

    .page-gallery .floating-action--whatsapp {
        width: 70px;
        height: 70px;
        font-size: 33px
    }
}

@media(max-width:991.98px) {
    .page-gallery .gallery-grid {
        display: flex;
        flex-wrap: wrap;
        height: auto !important;
        min-height: 0
    }

    .page-gallery .gallery-card {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        transform: none !important
    }
}

@media(min-width:768px) and (max-width:991.98px) {
    .page-gallery .gallery-card {
        width: 50% !important
    }
}

@media(max-width:767.98px) {
    .page-gallery .gallery-card {
        width: 100% !important
    }
}

@media(max-width:430px) {
    .page-gallery .gallery-cta h2 {
        max-width: 300px;
        margin: 0 auto 4px;
        line-height: 1.15;
        white-space: normal
    }
}

@media(prefers-reduced-motion:reduce) {
    .page-gallery * {
        scroll-behavior: auto !important;
        animation: none !important;
        transition: none !important
    }
}