@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=auto");

@font-face {
    font-family: "Aptos";
    src: url("https://lazabombas.com.ar/css/fonts/aptos.woff2") format("woff2"),
        url("https://lazabombas.com.ar/css/fonts/aptos.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Aptos";
    src: url("https://lazabombas.com.ar/css/fonts/aptos-semibold.woff2") format("woff2"),
        url("https://lazabombas.com.ar/css/fonts/aptos-semibold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Aptos";
    src: url("https://lazabombas.com.ar/css/fonts/aptos-bold.woff2") format("woff2"),
        url("https://lazabombas.com.ar/css/fonts/aptos-bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    border: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    text-decoration: none;
    vertical-align: baseline;
}

html {
    height: 100%;
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
}

body {
    height: 100%;
    background-color: #FFFFFF;
    color: #000000;
    font-family: "Aptos", sans-serif;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    cursor: default;
    scroll-behavior: smooth;
}

input,
textarea,
select,
button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-variant-numeric: lining-nums;
    border: none;
    outline: none;
    background: none;
}

div:focus,
span:focus,
input:focus,
textarea:focus,
select:focus,
button:focus {
    outline: none;
    background-image: none;
}

div,
span,
a,
input,
textarea,
select,
button {
    -webkit-tap-highlight-color: transparent;
}

div::-moz-focus-inner,
span::-moz-focus-inner,
input::-moz-focus-inner,
textarea::-moz-focus-inner,
select::-moz-focus-inner,
button::-moz-focus-inner {
    border: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

img,
form {
    display: block;
}

.touch {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

/* SOON */

.soon {
    background-color: #263068;
    color: #FFFFFF;
}

.soon-layout {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: 100%;
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 24px;
    padding-right: 24px;
}

.soon-brand {
    padding-bottom: 16%;
    padding-left: 5%;
    padding-right: 5%;
}

.soon-brand img {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
}

.soon-title {
    padding-bottom: 18px;
    font-size: 32px;
    line-height: 36px;
    font-weight: 600;
    text-align: center;
}

.soon-bar {
    position: relative;
    width: 100%;
    max-width: 400px;
    height: 30px;
    background-color: #FFFFFF;
    margin: 0 auto;
    overflow: hidden;
}

.soon-bar-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #61BA94;
    animation: soon-progress 2s linear infinite;
}

@keyframes soon-progress {
    0% {
        left: -50%;
    }

    100% {
        left: 100%;
    }
}

.soon-caption {
    padding-top: 20%;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
}

.soon-link {
    color: #FFFFFF;
    font-weight: 600;
    transition: 0.25s;
}

.soon-link:hover {
    color: #61BA94;
}

.touch .soon-link:hover {
    color: #FFFFFF;
}

.soon-link:active,
.touch .soon-link:active {
    color: #61BA94;
}

/* BAR */

.bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: 0.35s;
    z-index: 10;
}

.bar-envelope {
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: rgba(255, 255, 255, 0);
    transition: 0.35s;
}

.bar-compact .bar-envelope {
    padding-top: 24px;
    padding-bottom: 24px;
    background-color: rgba(255, 255, 255, 1);
}

.bar-layout {
    display: flex;
    column-gap: 24px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.bar-brand {
    flex: none;
}

.bar-brand-layout {
    display: grid;
    grid-template-columns: 24.56904761904762fr 5.229571428571429fr 70.20138095238095fr;
    width: 210px;
    transition: 0.35s;
}

.bar-compact .bar-brand-layout {
    width: 148px;
}

.bar-brand-anima {
    animation: bar-brand-anima 1s forwards;
}

@keyframes bar-brand-anima {
    0% {

        transform: scale(1) rotateY(0);
    }

    50% {

        transform: scale(0.8) rotateY(180deg);
    }

    100% {

        transform: scale(1) rotateY(0);
    }
}

.bar-brand-anima-alt {
    animation: bar-brand-anima-alt 1s forwards;
}

@keyframes bar-brand-anima-alt {
    0% {

        transform: scale(1) rotateY(0);
    }

    50% {

        transform: scale(0.8) rotateY(180deg);
    }

    100% {

        transform: scale(1) rotateY(0);
    }
}

.bar-brand-iso .bar-brand-iso-color-1,
.bar-brand-iso .bar-brand-iso-color-2,
.bar-brand-iso .bar-brand-iso-color-3 {
    stop-color: #FFFFFF;
    transition: 0.35s;
}

.bar-compact .bar-brand-iso .bar-brand-iso-color-1 {
    stop-color: #263068;
}

.bar-compact .bar-brand-iso .bar-brand-iso-color-2 {
    stop-color: #24737E;
}

.bar-compact .bar-brand-iso .bar-brand-iso-color-3 {
    stop-color: #61BA94;
}

.bar-brand-logo {
    display: flex;
    flex-direction: column;
}

.bar-brand img {
    display: block;
    width: 100%;
    height: auto;
}

.bar-brand svg {
    display: block;
    width: 100%;
    height: auto;
}

.bar-brand-laza {
    transition: 0.35s;
}

.bar-brand-laza path {
    transition: 0.35s;
    fill: #FFFFFF;
}

.bar-compact .bar-brand-laza path {
    fill: #263068;
}

.bar-brand-tagline {
    transition: 0.35s;
}

.bar-brand-tagline path {
    transition: 0.35s;
    fill: #FFFFFF;
}

.bar-compact .bar-brand-tagline path {
    fill: #263068;
}

.bar-compact .bar-brand-tagline {
    display: none;
    opacity: 0;
}

.bar-nav {
    flex: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bar-buttons {
    display: flex;
    justify-content: space-around;
    width: 100%;
    max-width: 720px;
}

.bar-btn,
.bar-btn:link,
.bar-btn:visited {
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: solid 3px transparent;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 17.5px;
    line-height: 17.5px;
    text-decoration: none;
    opacity: 1;
    cursor: pointer;
    transition: 0.25s;
}

.bar-btn:hover {
    color: rgba(255, 255, 255, 0.5);
}

.touch .bar-btn:hover {
    color: #FFFFFF;
}

.bar-btn:active,
.touch .bar-btn:active {
    color: rgba(255, 255, 255, 0.5);
}

.bar-btn-on {
    border-bottom-color: #FFFFFF !important;
}

.bar-compact .bar-btn,
.bar-compact .bar-btn:link,
.bar-compact .bar-btn:visited {
    color: #263068;
}

.bar-compact .bar-btn:hover {
    color: #61BA94;
}

.touch .bar-compact .bar-btn:hover {
    color: #263068;
}

.bar-compact .bar-btn:active,
.touch .bar-compact .bar-btn:active {
    color: #61BA94;

}

.bar-compact .bar-btn-on {
    opacity: 1;
    border-bottom-color: #61BA94 !important;
}

.bar-social {
    flex: none;
    display: flex;
    align-items: center;
    transition: 0.35s;
}

.bar-networks {
    display: flex;
    column-gap: 20px;
}

.bar-network,
.bar-network:link,
.bar-network:visited {
    transition: 0.25s;
}

.bar-network svg {
    display: block;
    width: 24px;
    height: 24px;
}

.bar-network:hover {
    transform: scale(1.25);
}

.touch .bar-network:hover {
    transform: scale(1);
}

.bar-network:active,
.touch .bar-network:active {
    transform: scale(1.25);
}

.bar-network svg path {
    fill: #FFFFFF;
    transition: 0.25s;
}

.bar-network:hover svg path {
    fill: #FFFFFF;
}

.touch .bar-network:hover svg path {
    fill: #FFFFFF;
}

.bar-network:active svg path,
.touch .bar-network:active svg path {
    fill: #FFFFFF;
}

.bar-compact .bar-network svg path {
    fill: #263068;
}

.bar-compact .bar-network:hover svg path {
    fill: #61BA94;
}

.touch .bar-compact .bar-network:hover svg path {
    fill: #263068;
}

.bar-compact .bar-network:active svg path,
.touch .bar-compact .bar-network:active svg path {
    fill: #61BA94;
}

.bar-menu {
    flex: none;
    display: none;
    align-items: center;
    margin-top: -24px;
    transition: 0.35s;
}

.bar-compact .bar-menu {
    margin-top: 0px;
}

.bar-menu-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
}

.bar-menu-lines {
    display: flex;
    flex-direction: column;
    row-gap: 6px;
}

.bar-menu-line {
    width: 28px;
    height: 2px;
    border-radius: 10px;
    background-color: #FFFFFF;
    transition: 0.25s;
}

.bar-menu-btn:hover .bar-menu-line {
    opacity: 0.5;
}

.touch .bar-menu-btn:hover .bar-menu-line {
    opacity: 1;
}

.bar-menu-btn:active .bar-menu-line,
.touch .bar-menu-btn:active .bar-menu-line {
    opacity: 0.5;
}

.bar-compact .bar-menu-line {
    background-color: #263068;
}

.bar-compact .bar-menu-btn:hover .bar-menu-line {
    background-color: #61BA94;
    opacity: 1;
}

.touch .bar-compact .bar-menu-btn:hover .bar-menu-line {
    background-color: #263068;
    opacity: 1;
}

.bar-compact .bar-menu-btn:active .bar-menu-line,
.touch .bar-compact .bar-menu-btn:active .bar-menu-line {
    background-color: #61BA94;
    opacity: 1;
}

/* PANEL */

.panel {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 540px;
    height: 100%;
    background-color: #263068;
    animation: panel-anima 0.35s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    overflow: auto;
    z-index: 120;
}

@keyframes panel-anima {
    0% {
        transform: translate(-10%);
        opacity: 0;
    }

    100% {
        transform: translate(0);
        opacity: 1;
    }
}

.panel-bg {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(97, 186, 148, 0.5);
    backdrop-filter: blur(8px);
    animation: panel-bg-anima 0.35s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    z-index: 119;
}

@keyframes panel-bg-anima {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.panel-frame {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 10%;
    padding-right: 10%;
}

.panel-layout {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.panel-actions {
    display: flex;
    justify-content: center;
    column-gap: 16px;
}

.panel-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    cursor: pointer;
}

.panel-close img {
    display: block;
    width: 20px;
    height: 20px;
    transition: 0.5s;
}

.panel-close:hover img {
    transform: rotate(180deg);
}

.touch .panel-close:hover img {
    transform: rotate(0deg);
}

.panel-close:active img,
.touch .panel-close:active img {
    transform: rotate(180deg);
}

.panel-actions-buttons {
    flex: none;
    display: flex;
    column-gap: 22px;
    padding-bottom: 16px;
}

.panel-action {
    position: relative;
    display: inline-block;
    padding-top: 9px;
    padding-bottom: 9px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    opacity: 0.5;
    cursor: pointer;
    transition: 0.25s;
}

.panel-action:hover {
    opacity: 1;
}

.touch .panel-action:hover {
    opacity: 0.5;
}

.panel-action:active,
.touch .panel-action:active {
    opacity: 1;
}

.panel-action-on {
    opacity: 1;
}

.panel-action-on:hover {
    opacity: 1;
}

.touch .panel-action-on:hover {
    opacity: 1;
}

.panel-action-on:active,
.touch .panel-action-on:active {
    opacity: 1;
}

.panel-buttons {
    flex: auto;
    display: flex;
    align-items: center;
    padding-bottom: 64px;
}

.panel-buttons-layout {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    width: 100%;
    padding-top: 32px;
}

.panel-networks {
    flex: none;
    display: flex;
    justify-content: center;
    column-gap: 24px;
    padding-bottom: 32px;
}

.panel-link-block {
    position: relative;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    opacity: 0;
    text-align: center;
    transform: translateY(-32px);
    animation-name: panel-link-anima;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    transition: 0.25s;
}

.panel-link {
    display: inline-block;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.25s;
}

.panel-link:hover {
    opacity: 0.5;
}

.touch .panel-link:hover {
    opacity: 1;
}

.panel-link:active,
.touch .panel-link:active {
    opacity: 0.5;
}

.panel-link-on {
    opacity: 0.5;
}

.panel-link-on:hover {
    opacity: 0.5;
}

.touch .panel-link-on:hover {
    opacity: 0.5;
}

.panel-link-on:active,
.touch .panel-link-on:active {
    opacity: 0.5;
}

.panel-link-block:nth-child(1) {
    animation-delay: 0.1s;
}

.panel-link-block:nth-child(2) {
    animation-delay: 0.2s;
}

.panel-link-block:nth-child(3) {
    animation-delay: 0.3s;
}

.panel-link-block:nth-child(4) {
    animation-delay: 0.4s;
}

.panel-link-block:nth-child(5) {
    animation-delay: 0.5s;
}

.panel-link-block:nth-child(6) {
    animation-delay: 0.6s;
}

.panel-link-block:nth-child(7) {
    animation-delay: 0.7s;
}

@keyframes panel-link-anima {
    from {
        opacity: 0;
        transform: translateY(-32px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.panel-social {
    width: 32px;
    height: 32px;
    opacity: 0;
    transform: scale(0.75);
    cursor: pointer;
    animation-name: panel-social-anima;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

.panel-social img {
    width: 100%;
    height: 100%;
    transition: 0.25s;
}

.panel-social:hover img {
    transform: scale(1.25);
}

.touch .panel-social:hover img {
    transform: scale(1);
}

.panel-social:active img,
.touch .panel-social:active img {
    transform: scale(1.25);
}

.panel-social:nth-child(1) {
    animation-delay: 0.5s;
}

.panel-social:nth-child(2) {
    animation-delay: 0.75s;
}

.panel-social:nth-child(3) {
    animation-delay: 1s;
}

@keyframes panel-social-anima {
    from {
        opacity: 0;
        transform: scale(0.75);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* GLOBALS */

.margin {
    padding-left: 24px;
    padding-right: 24px;
}

.margin-dark {
    background-color: rgba(38, 48, 104, 0.03);
}

.margin-max {
    padding-left: 32px;
    padding-right: 32px;
}

.frame {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
}

.frame-compact {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}

.button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    padding-left: 26px;
    padding-right: 26px;
    border-radius: 100px;
    background-color: #263068;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.25s;
}

.button:hover {
    opacity: 0.7;
}

.touch .button:hover {
    opacity: 1;
}

.button:active,
.touch .button:active {
    opacity: 0.7;
}

.button-alt {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    padding-left: 26px;
    padding-right: 26px;
    border-radius: 100px;
    background-color: #61BA94;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.25s;
}

.button-alt:hover {
    opacity: 0.7;
}

.touch .button-alt:hover {
    opacity: 1;
}

.button-alt:active,
.touch .button-alt:active {
    opacity: 0.7;
}

.title-animated {
    opacity: 0;
    transform: translateY(-10px);
    animation-name: title-animated-anima;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes title-animated-anima {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.caption-animated {
    opacity: 0;
    animation-name: caption-animated-anima;
    animation-fill-mode: forwards;
    animation-duration: 2s;
    animation-delay: 0.5s;
}

@keyframes caption-animated-anima {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* DISPLAY */

.display {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 100%;
    background: linear-gradient(to right, #263068 0%, #61BA94 100%);
}

.display-layout {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding-top: 100px;
    padding-left: 24px;
    padding-right: 24px;
}

.display-swiper {
    position: absolute !important;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100% !important;
    border-top-right-radius: 148px;
    border-bottom-left-radius: 148px;
    box-shadow: 0px 0px 32px 0px rgba(38, 48, 104, 1);
    overflow: hidden;
    --swiper-theme-color: #FFFFFF;
    --swiper-pagination-left: 0px;
    --swiper-pagination-right: 0px;
    --swiper-pagination-bottom: 32px;
    --swiper-pagination-bullet-size: 7px;
    --swiper-pagination-bullet-width: 7px;
    --swiper-pagination-bullet-height: 7px;
    --swiper-pagination-bullet-horizontal-gap: 5px;
    --swiper-pagination-bullet-inactive-color: rgb(255, 255, 255);
    --swiper-pagination-bullet-inactive-opacity: 0.3;
}

.swiper-pagination-frame {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
}

.swiper-pagination-frame-2 {
    position: relative;
}

.display-slide {
    position: relative !important;
    width: 100% !important;
    overflow: hidden;
}

.slide-picture {
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    animation-name: slide-picture-anima;
    animation-duration: 60s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    overflow: hidden;
}

@keyframes slide-picture-anima {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.15);
    }

    100% {
        transform: scale(1);
    }
}

.slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(97, 186, 148, 1) 0%, rgba(38, 48, 104, 0.2) 100%);
}

.slide-overlay-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 25%;
    background: linear-gradient(to bottom, rgba(38, 48, 104, 1) 0%, rgba(38, 48, 104, 0) 100%);
}

.slide-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 4%;
}

.slide-layout {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1280px;
    height: 100%;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
}

.slide-title {
    width: 100%;
    max-width: 640px;
    padding-bottom: 20px;
    color: #FFFFFF;
    font-size: 62px;
    line-height: 64px;
    font-weight: 700;
    letter-spacing: -0.025rem;
}

.display-slide-on .slide-title {
    animation-name: slide-title-anima;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes slide-title-anima {
    0% {
        opacity: 0;
        transform: translateY(-10%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.slide-caption {
    width: 100%;
    max-width: 640px;
    padding-bottom: 34px;
    color: #FFFFFF;
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
}

.display-slide-on .slide-caption {
    animation-name: slide-caption-anima;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes slide-caption-anima {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.quick {
    width: 400px;
    padding: 24px;
    border-radius: 16px;
    background-color: #263068;
    box-shadow: 0px 0px 32px 0px rgba(38, 48, 104, 1);
    z-index: 2;
}

.quick-title {
    padding-top: 4px;
    padding-bottom: 18px;
    color: #61BA94;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
}

/* INTRO */

.intro {
    position: relative;
    width: 100%;
    height: 75%;
    border-bottom-right-radius: 148px;
    background-color: #263068;
    overflow: hidden;
}

.intro-alt {
    position: relative;
    width: 100%;
    height: 170px;
    background-color: rgba(38, 48, 104, 0.03);
    overflow: hidden;
}

.intro-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    animation-name: intro-bg-anima;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.intro-alt .intro-bg {
    animation: none;
}

.intro-bg-services {
    background-image: url(../assets/services.jpg);
}

.intro-bg-brands {
    background-image: url(../assets/brands.jpg);
}

.intro-bg-news {
    background-image: url(../assets/news.jpg);
}

.intro-bg-products {
    border-bottom-right-radius: 148px;
    background-color: #263068;
    background-image: url(../assets/products.jpg);
    overflow: hidden;
}

@keyframes intro-bg-anima {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.15);
    }

    100% {
        transform: scale(1);
    }
}

.intro-content {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 100%;
}

.intro-content-frame {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 90px;
}

.intro-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(97, 186, 148, 1) 0%, rgba(38, 48, 104, 0.2) 100%);
}

.intro-overlay-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 25%;
    background: linear-gradient(to bottom, rgba(38, 48, 104, 1) 0%, rgba(38, 48, 104, 0) 100%);
}

.intro-alt .intro-overlay-top {
    height: 100%;
}

.intro-title {
    width: 100%;
    max-width: 640px;
    padding-bottom: 20px;
    color: #FFFFFF;
    font-size: 68px;
    line-height: 70px;
    font-weight: 700;
    letter-spacing: -0.025rem;
    opacity: 0;
    transform: translateX(15%);
    animation-name: intro-title-anima;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes intro-title-anima {
    0% {
        opacity: 0;
        transform: translateX(15%);
    }

    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

.intro-caption {
    width: 100%;
    max-width: 640px;
    color: #FFFFFF;
    font-size: 26px;
    line-height: 34px;
    font-weight: 600;
    opacity: 0;
    animation-name: intro-caption-anima;
    animation-duration: 2s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
}

@keyframes intro-caption-anima {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 0.85;
    }
}

/* FORMS */

.fields {
    display: flex;
    flex-direction: column;
    row-gap: 14px;
}

.field {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.textbox {
    width: 100%;
    height: 44px;
    padding: 8px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 6px;
    background-color: #FFFFFF;
    color: #263068;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    transition: 0.25s;
}

.textbox:focus {
    box-shadow: 0 0 1px 3px #61BA94;
}

.textbox::placeholder {
    color: #999999;
    font-weight: 400;
    opacity: 1;
}

.textarea {
    width: 100%;
    height: 140px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 6px;
    background-color: #FFFFFF;
    color: #263068;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    resize: none;
    transition: 0.25s;
}

.textarea:focus {
    box-shadow: 0 0 1px 3px #61BA94;
}

.textarea::placeholder {
    color: #999999;
    font-weight: 400;
    opacity: 1;
}

.textarea::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    border-radius: 30px;
}

.textarea::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    border: solid 3px #FFFFFF;
}

.textarea::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.3);
}

.textarea::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 30px;
}

/* ABOUT */

.about {
    padding-top: 124px;
    padding-bottom: 200px;
    padding-left: 24px;
    padding-right: 24px;
    border-bottom-right-radius: 148px;
    background: linear-gradient(to right, #263068 0%, #61BA94 100%);
}

.about-title {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
    color: #FFFFFF;
    font-size: 56px;
    line-height: 62px;
    font-weight: 700;
    text-align: center;
    letter-spacing: -0.025rem;
}

.about-layout {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    column-gap: 48px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 64px;
}

.about-image {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    border-top-left-radius: 24px;
    border-top-right-radius: 148px;
    border-bottom-left-radius: 148px;
    border-bottom-right-radius: 24px;
    background-color: #184D5F;
    box-shadow: 0px 0px 30px 0px rgba(10, 40, 51, 0.7);
    overflow: hidden;
}

.about-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../assets/about.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.about-content {
    display: flex;
    align-items: center;
    color: #FFFFFF;
    font-size: 22px;
    line-height: 32px;
}

.about-content p {
    padding-bottom: 24px;
}

.about-content p:last-of-type {
    padding-bottom: 0px;
}

.about-button {
    padding-top: 32px;
    padding-bottom: 16px;
    margin-left: -4px;
}

/* PRODUCTS */

.products {
    padding-top: 90px;
    padding-bottom: 124px;
}

.products-title {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    color: #263068;
    font-size: 72px;
    line-height: 72px;
    font-weight: 700;
    letter-spacing: -0.16rem;
    text-align: center;
}

.products-caption {
    width: 100%;
    max-width: 720px;
    padding-top: 24px;
    margin: 0 auto;
    color: #263068;
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
}

.products-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
    padding-top: 72px;
}

.products-grid-alt {
    padding-bottom: 96px;
}

.product-item {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1 0 calc(25% - 32px);
    max-width: calc(25% - 32px);
    border-radius: 16px;
    background-color: #E2E2E2;
    box-shadow: 0px 0px 16px -2px rgba(38, 48, 104, 0.1);
    overflow: hidden;
    transition: 0.75s;
}

.product-item:hover {
    box-shadow: 0px 0px 24px -2px rgba(38, 48, 104, 0.2);
}

.touch .product-item:hover {
    box-shadow: 0px 0px 16px -2px rgba(38, 48, 104, 0.1);
}

.product-item:active,
.touch .product-item:active {
    box-shadow: 0px 0px 24px -2px rgba(38, 48, 104, 0.2);
}

.product-item-on {
    box-shadow: 0px 0px 24px -2px rgba(38, 48, 104, 0.2);
}

.product-item-on:hover {
    box-shadow: 0px 0px 24px -2px rgba(38, 48, 104, 0.2);
}

.touch .product-item-on:hover {
    box-shadow: 0px 0px 24px -2px rgba(38, 48, 104, 0.2);
}

.product-item-on:active,
.touch .product-item-on:active {
    box-shadow: 0px 0px 24px -2px rgba(38, 48, 104, 0.2);
}

.product-item-picture {
    flex: none;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: 0.75s;
}

.product-item:hover .product-item-picture {
    filter: brightness(120%);
}

.touch .product-item:hover .product-item-picture {
    filter: brightness(100%);
}

.product-item:active .product-item-picture,
.touch .product-item:active .product-item-picture {
    filter: brightness(120%);
}

.product-item-on .product-item-picture {
    filter: brightness(120%);
}

.product-item-on:hover .product-item-picture {
    filter: brightness(120%);
}

.touch .product-item-on:hover .product-item-picture {
    filter: brightness(120%);
}

.product-item-on:active .product-item-picture,
.touch .product-item-on:active .product-item-picture {
    filter: brightness(120%);
}

.product-item-tint {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #263068 0%, #61ba94 100%);
    opacity: 0.25;
}

.product-item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(17, 17, 17, 1) 0%, rgba(17, 17, 17, 0) 100%);
}

.product-item-name {
    flex: auto;
    padding: 24px;
    background: linear-gradient(45deg, #263068 0%, #61ba94 100%);
    color: #FFFFFF;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    text-align: center;
    transition: 0.75s;
}

.product-item:hover .product-item-name {
    filter: brightness(120%);
}

.touch .product-item:hover .product-item-name {
    filter: brightness(100%);
}

.product-item:active .product-item-name,
.touch .product-item:active .product-item-name {
    filter: brightness(120%);
}

.product-item-on .product-item-name {
    filter: brightness(120%);
}

.product-item-on:hover .product-item-name {
    filter: brightness(120%);
}

.touch .product-item-on:hover .product-item-name {
    filter: brightness(120%);
}

.product-item-on:active .product-item-name,
.touch .product-item-on:active .product-item-name {
    filter: brightness(120%);
}

.product-item-button {
    display: inline-flex;
    align-items: center;
    column-gap: 8px;
    padding: 8px;
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 6px;
    border-radius: 32px;
    background-color: rgba(38, 48, 104, 0.3);
    color: #FFFFFF;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    text-align: center;
    transition: 0.35s;
}

.product-item:hover .product-item-button {
    column-gap: 18px;
    padding-left: 24px;
}

.touch .product-item:hover .product-item-button {
    column-gap: 8px;
    padding-left: 16px;
}

.product-item:active .product-item-button,
.touch .product-item:active .product-item-button {
    column-gap: 18px;
    padding-left: 24px;
}

/* PRODUCT */

.product-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 5%;
    padding-top: 72px;
    padding-bottom: 72px;
}

.product-intro {
    padding-top: 32px;
    padding-bottom: 64px;
}

.product-title {
    padding-bottom: 32px;
    color: #263068;
    font-size: 64px;
    line-height: 70px;
    font-weight: 700;
}

.product-description {
    color: #263068;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}

.product-description p {
    padding-bottom: 16px;
}

.product-description p:last-of-type {
    padding-bottom: 0px;
}

.product-picture {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    background-color: #E2E2E2;
    border-radius: 16px;
    overflow: hidden;
}

.product-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.product-actions {
    padding-top: 24px;
}

.product-button {
    display: inline-flex;
    align-items: center;
    column-gap: 8px;
    padding: 8px;
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 6px;
    border-radius: 32px;
    background-color: rgba(38, 48, 104, 1);
    color: #FFFFFF;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    text-align: center;
    transition: 0.35s;
}

.product-button:hover {
    column-gap: 18px;
    padding-left: 24px;
}

.touch .product-button:hover {
    column-gap: 8px;
    padding-left: 16px;
}

.product-button:active,
.touch .product-button:active {
    column-gap: 18px;
    padding-left: 24px;
}

.products-suggestions-divisor {
    width: 100%;
    height: 1px;
    background-color: #263068;
    opacity: 0.2;
}

.products-suggestions {
    padding-top: 48px;
    color: #263068;
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
}

/* SERVICES */

.services {
    padding-top: 72px;
    padding-bottom: 124px;
}

.services-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
}

.service-item {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1 0 calc(33.33333333333333% - 32px);
    max-width: calc(33.33333333333333% - 32px);
    border-radius: 16px;
    background-color: #E2E2E2;
    overflow: hidden;
    box-shadow: 0px 0px 16px -2px rgba(38, 48, 104, 0.1);
}

.service-item-title {
    padding-bottom: 8px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
}

.service-item-picture {
    flex: none;
    position: relative;
    width: 100%;
    padding-bottom: 85%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: 0.75s;
}

.service-item-description {
    flex: auto;
    display: flex;
    flex-direction: column;
    row-gap: 9px;
    height: 100%;
    padding: 24px;
    padding-bottom: 32px;
    background: linear-gradient(45deg, #263068 0%, #61ba94 100%);
    color: #FFFFFF;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    text-align: center;
}

.service-item-description>div:nth-child(1) {
    flex: auto;
    height: 100%;
}

.service-item-description>div:nth-child(2) {
    flex: none;
}

.service-item-button {
    display: inline-flex;
    align-items: center;
    column-gap: 8px;
    padding: 8px;
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 6px;
    border-radius: 32px;
    background-color: rgba(38, 48, 104, 0.3);
    color: #FFFFFF;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    text-align: center;
    transition: 0.35s;
}

.service-item-button:hover {
    column-gap: 18px;
    padding-left: 24px;
}

.touch .service-item-button:hover {
    column-gap: 8px;
    padding-left: 16px;
}

.service-item-button:active,
.touch .service-item-button:active {
    column-gap: 18px;
    padding-left: 24px;
}

/* BRANDS */

.marquee {
    display: flex;
    flex-direction: column;
    gap: calc(clamp(10rem, 1rem + 40vmin, 30rem) / 14);
    max-width: 100vw;
    margin: auto;
}

.marquee-frame {
    display: flex;
    gap: calc(clamp(10rem, 1rem + 40vmin, 30rem) / 14);
    overflow: hidden;
    mask-image: linear-gradient(to right, hsl(0 0% 0% / 0), hsl(0 0% 0% / 1) 20%, hsl(0 0% 0% / 1) 80%, hsl(0 0% 0% / 0));
    -webkit-mask-image: linear-gradient(to right, hsl(0 0% 0% / 0), hsl(0 0% 0% / 1) 20%, hsl(0 0% 0% / 1) 80%, hsl(0 0% 0% / 0));
}

.marquee-logos {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: calc(clamp(10rem, 1rem + 40vmin, 30rem) / 14);
    min-width: 100%;
    animation: marquee-anima 120s linear infinite;
}

.marquee-frame-reverse .marquee-logos {
    animation-direction: reverse;
    animation-delay: -3s;
}

@keyframes marquee-anima {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-100% - calc(clamp(10rem, 1rem + 40vmin, 30rem) / 14)));
    }
}

.marquee-logos div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: clamp(10rem, 1rem + 40vmin, 30rem);
    padding: calc(clamp(10rem, 1rem + 40vmin, 30rem) / 10);
    border-radius: 16px;
    aspect-ratio: 16/9;
    border: solid 2px rgba(38, 48, 104, 0.15);
    background: #FFFFFF;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.marquee-logos-alt div {
    width: clamp(10rem, 1rem + 24vmin, 30rem);
    aspect-ratio: 1/1;
}

.marquee-logos div img {
    display: block;
    width: 100%;
}

/* ARTICLES */

.articles-layout {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 48px;
    column-gap: 32px;
    padding-top: 72px;
    padding-bottom: 124px;
}

.articles-item {
    display: flex;
    flex-direction: column;
    color: #263068;
    text-decoration: none;
}

.articles-item svg path {
    fill: #263068;
    transition: 0.18s;
}

.articles-item:hover svg path {
    fill: #61BA94;
}

.touch .articles-item:hover svg path {
    fill: #263068;
}

.articles-item:active svg path,
.touch .articles-item:active svg path {
    fill: #61BA94;
}

.articles-picture {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.articles-content {
    padding-top: 18px;
}

.articles-pic {
    width: 100%;
    padding-bottom: 66.66666666666667%;
    background-color: #EFEFEF;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.75s;
}

.articles-item:hover .articles-pic {
    transform: scale(1.16);
}

.touch .articles-item:hover .articles-pic {
    transform: scale(1);
}

.articles-item:active .articles-pic,
.touch .articles-item:active .articles-pic {
    transform: scale(1.16);
}

.articles-pic-tint {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #263068 0%, #61ba94 100%);
    mix-blend-mode: lighten;
    opacity: 0.5;
    transition: 0.5s;
}

.articles-preheader {
    color: #61BA94;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    transition: 0.5s;
}

.articles-item:hover .articles-preheader {
    color: #263068;
}

.touch .articles-item:hover .articles-preheader {
    color: #61BA94;
}

.articles-item:active .articles-preheader,
.touch .articles-item:active .articles-preheader {
    color: #263068;
}

.articles-header {
    padding-top: 6px;
    padding-bottom: 7px;
    color: #263068;
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    transition: 0.5s;
}

.articles-item:hover .articles-header {
    color: #61BA94;
}

.touch .articles-item:hover .articles-header {
    color: #263068;
}

.articles-item:active .articles-header,
.touch .articles-item:active .articles-header {
    color: #61BA94;
}

.articles-intro {
    font-size: 16px;
    line-height: 23px;
}

.articles-more {
    display: flex;
    column-gap: 4px;
    padding-top: 8px;
    color: #263068;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    transition: 0.18s;
}

.articles-more-arrow {
    display: flex;
    align-items: center;
}

.articles-more svg {
    display: block;
    width: 9px;
    height: 9px;
    margin-top: 1px;
}

.articles-item:hover .articles-more {
    color: #61BA94;
}

.touch .articles-item:hover .articles-more {
    color: #263068;
}

.articles-item:active .articles-more,
.touch .articles-item:active .articles-more {
    color: #61BA94;
}

/* ARTICLE */

.article-intro {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 75%;
    overflow: hidden;
}

.article-intro-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #EFEFEF;
}

.article-intro-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(97, 186, 148, 0.5) 0%, rgba(38, 48, 104, 0.8) 100%);
}

.article-intro-picture {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.article-intro-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 5%;
    padding-left: 24px;
    padding-right: 24px;
}

.article-intro-content>div {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.article-intro-tagline {
    padding-bottom: 10px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
}

.article-intro-title {
    color: #FFFFFF;
    font-size: 56px;
    line-height: 62px;
    font-weight: 700;
    text-align: center;
}

.articles-suggestions-divisor {
    width: 100%;
    height: 1px;
    background-color: #263068;
    opacity: 0.2;
}

.articles-suggestions {
    padding-top: 48px;
    color: #263068;
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
}

.article-content {
    display: block;
    width: 100%;
    padding-bottom: 100px;
}

.article-content h2,
.article-content h3,
.article-content p,
.article-content ul,
.article-content ol,
.article-content-summary,
.article-image,
.article-content-embed {
    display: block;
    width: 100%;
    max-width: 800px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 24px;
    padding-right: 24px;
    margin: 0 auto;
}

.article-content-embed {
    padding-top: 20px;
    padding-bottom: 20px;
}

.article-content-embed-frame {
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
}

.article-content-embed iframe {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

.article-content-embed-frame iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.article-content-summary {
    padding-top: 38px;
    padding-bottom: 22px;
    color: #61BA94;
    font-size: 26px;
    line-height: 34px;
    font-weight: 700;
}

.article-content strong,
.article-content b {
    font-weight: 600;
}

.article-content p,
.article-content ul,
.article-content ol {
    color: #263068;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}

.article-content ul,
.article-content ol {
    padding-left: 64px;
    padding-right: 64px;
}

.article-content li {
    padding: 0;
    margin: 0;
}

.article-content h2 {
    padding-top: 18px;
    color: #263068;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}

.article-content h3 {
    padding-top: 18px;
    color: #263068;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
}

.article-content a,
.article-content a:link,
.article-content a:visited {
    color: #61BA94;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

.article-content a:hover {
    text-decoration: underline;
}

.touch .article-content a:hover {
    text-decoration: none;
}

.article-content a:active,
.touch .article-content a:active {
    text-decoration: underline;
}

.article-image {
    padding-top: 22px;
    padding-bottom: 22px;
}

.article-content img {
    display: block;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
    cursor: pointer;
    border-radius: 16px;
}

.article-image-full {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

.article-image-full img {
    width: 100%;
    max-width: none;
    border-radius: 0;
}

.article-image-with-border img {
    border: solid 2px #E2E2E2;
}

.article-image-with-bg img {
    padding: 32px;
    background-color: #E2E2E2;
}

.article-content figcaption {
    padding-top: 10px;
    padding-left: 16px;
    padding-right: 16px;
    color: #263068;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
}

.article-content-embed figcaption {
    text-align: left;
    padding-left: 0px;
    padding-right: 0px;
}

/* NAV */

.nav {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: rgba(232, 232, 232, 0.5);
    backdrop-filter: blur(18px);
    opacity: 0;
    transform: translateY(50%);
    transition: 0.25s;
    z-index: 19;
}

.nav-on {
    display: block;
    animation-name: nav-anima;
    animation-duration: 0.35s;
    animation-fill-mode: forwards;
}

@keyframes nav-anima {
    0% {
        opacity: 0;
        transform: translateY(50%);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

.nav-layout {
    display: flex;
    flex-wrap: wrap;
    column-gap: 70px;
    justify-content: center;
}

.nav-btn {
    display: inline-flex;
    align-items: center;
    column-gap: 8px;
    padding: 8px;
    color: #263068;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.25s;
}

.nav-btn:hover {
    opacity: 0.5;
}

.touch .nav-btn:hover {
    opacity: 1;
}

.nav-btn:active,
.touch .nav-btn:active {
    opacity: 0.5;
}

.nav-prev {
    text-align: right;
}

.nav-next {
    text-align: left;
}

/* CONTACT */

.contact {
    border-top-right-radius: 248px;
    background-color: #263068;
}

.contact-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10%;
}

.contact-request {
    padding-top: 100px;
    padding-bottom: 90px;
}

.contact-title {
    padding-bottom: 48px;
    color: #FFFFFF;
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
}

.contact-brand {
    padding-bottom: 48px;
}

.contact-data {
    padding-top: 100px;
    padding-bottom: 48px;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

.contact-data-info {
    padding-bottom: 32px;
}

.contact-data-link {
    transition: 0.25s;
}

.contact-data-link:hover {
    opacity: 0.5;
}

.touch .contact-data-link:hover {
    opacity: 1;
}

.contact-data-link:active,
.touch .contact-data-link:active {
    opacity: 0.5;
}

.contact-networks {
    display: flex;
    align-items: center;
    column-gap: 18px;
}

.contact-network {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 200px;
    transition: 0.25s;
}

.contact-network:hover {
    transform: scale(1.2);
}

.touch .contact-network:hover {
    transform: scale(1);
}

.contact-network:active,
.touch .contact-network:active {
    transform: scale(1.2);
}

.contact-network img {
    width: 100%;
    height: 100%;
}

.contact-copy {
    padding-top: 64px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    opacity: 0.5;
}

/* WHATSAPP */

.whatsapp {
    display: block;
    position: fixed;
    bottom: 40px;
    right: 40px;
    text-decoration: none;
    cursor: pointer;
    transform: translateY(0px);
    animation: whatsapp-anima 5s ease-in-out infinite;
    z-index: 20;
}

@keyframes whatsapp-anima {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

.whatsapp-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 1000px;
    background: linear-gradient(45deg, #263068 0%, #61BA94 100%);
    box-shadow: 0px 0px 16px -3px rgba(38, 48, 104, 1);
    transition: 0.25s;
    z-index: 2;
}

.whatsapp:hover .whatsapp-icon {
    transform: scale(1.16);
    filter: brightness(120%);
}

.touch .whatsapp:hover .whatsapp-icon {
    transform: scale(1);
    filter: brightness(100%);
}

.whatsapp:active .whatsapp-icon,
.touch .whatsapp:active .whatsapp-icon {
    transform: scale(1.16);
    filter: brightness(120%);
}

.whatsapp svg {
    display: block;
    width: 40px;
    height: 40px;
}

.whatsapp svg path {
    fill: #FFFFFF;
    transition: 0.25s;
}

/* TOAST */

#toast {
    position: fixed;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    z-index: 110;
}

.toast-item {
    display: none;
    column-gap: 12px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 100px;
    background-color: #1B2147;
    opacity: 0;
    box-shadow: 0 0 16px 0 rgba(38, 48, 104, 0.2);
    transform: translateY(-100%);
}

.toast-show {
    opacity: 1;
    transform: translateY(0%);
    transition: 0.5s;
}

.toast-hide {
    opacity: 0;
    transform: scale(0.9);
    transition: 0.25s;
}

.toast-caption {
    color: #61BA94;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
}

.toast-inverse .toast-caption {
    color: #1B2147;
}

.toast-button {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
    text-transform: uppercase;
    opacity: 0.7;
    cursor: pointer;
    transition: 0.25s;
}

.toast-inverse .toast-button {
    color: #1B2147;
}

.toast-button:hover {
    opacity: 1;
}

.touch .toast-button:hover {
    opacity: 0.7;
}

.toast-button:active,
.touch .toast-button:active {
    opacity: 1;
}

/* ADVICE */

.advice {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 480px;
    height: 100%;
    background-color: #FFFFFF;
    animation: advice-anima 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    overflow: auto;
    z-index: 120;
}

@keyframes advice-anima {
    0% {
        transform: translate(-10%);
        opacity: 0;
    }

    100% {
        transform: translate(0);
        opacity: 1;
    }
}

.advice-bg {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(27, 33, 71, 0.8);
    animation: panel-bg-anima 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    z-index: 119;
}

@keyframes advice-bg-anima {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.advice-frame {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 10%;
    padding-right: 10%;
}

.advice-layout {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.advice-actions {
    display: flex;
    justify-content: center;
}

.advice-close {
    display: inline-flex;
    padding: 12px;
    padding-top: 11px;
    padding-bottom: 17px;
    cursor: pointer;
}

.advice-close img {
    display: block;
    width: 18px;
    height: 18px;
    transition: 0.5s;
}

.advice-close:hover img {
    transform: rotate(180deg);
}

.touch .advice-close:hover img {
    transform: rotate(0deg);
}

.advice-close:active img,
.touch .advice-close:active img {
    transform: rotate(180deg);
}

.advice-actions-buttons {
    flex: none;
    display: flex;
    column-gap: 22px;
    padding-bottom: 16px;
}

.advice-content {
    flex: auto;
    display: flex;
    align-items: center;
    padding-bottom: 64px;
}

.advice-main {
    color: #61BA94;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
    opacity: 0;
    animation-name: advice-content-anima;
    animation-duration: 1s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
}

.advice-main strong {
    color: #263068;
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
}

.advice-detail {
    padding-top: 16px;
    color: #61BA94;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    text-align: center;
    opacity: 0;
    animation-name: advice-content-anima;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
}

.advice-detail strong {
    font-weight: 700;
}

.advice-main div,
.advice-detail div {
    padding-bottom: 16px;
}

.advice-title {
    padding-bottom: 24px !important;
}

@keyframes advice-content-anima {
    from {
        opacity: 0;
        transform: scale(0.85);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* RESPONSIVE */

@media (max-width: 1130px) {

    .slide-layout {
        padding-right: 448px;
    }

    .slide-title {
        max-width: unset;
    }

    .slide-caption {
        max-width: unset;
    }

}

@media (max-width: 1100px) {

    .product-item {
        flex: 1 0 calc(33.33333333333333% - 32px);
        max-width: calc(33.33333333333333% - 32px);
    }

    .service-item {
        flex: 1 0 calc(33.33333333333333% - 32px);
        max-width: calc(33.33333333333333% - 32px);
    }

}

@media (max-width: 1020px) {

    .bar-buttons {
        display: none;
    }

    .bar-menu {
        display: flex;
    }

    .bar-social {
        margin-top: -24px;
    }

    .bar-compact .bar-social {
        margin-top: 0px;
    }

}

@media (max-width: 980px) {

    .slide-title {
        font-size: 56px;
        line-height: 58px;
    }

    .slide-caption {
        font-size: 22px;
        line-height: 30px;
    }

}

@media (max-width: 960px) {

    .about {
        padding-top: 100px;
        padding-bottom: 100px;
        border-bottom-right-radius: 120px;
    }

    .about-layout {
        grid-template-columns: 1fr;
        row-gap: 48px;
        max-width: unset;
    }

    .about-picture {
        width: 60%;
        margin: 0 auto;
    }

    .about-image {
        border-top-right-radius: 100px;
        border-bottom-left-radius: 100px;
    }

    .about-content {
        width: 100%;
        max-width: 640px;
        margin: 0 auto;
        text-align: center;
    }

    .articles-layout {
        grid-template-columns: 1fr 1fr;
    }

}

@media (max-width: 890px) {

    .display {
        flex-direction: column;
    }

    .display-swiper {
        position: relative !important;
        height: 640px !important;
        border-top-right-radius: 120px;
        border-bottom-left-radius: 120px;
    }

    .display-layout {
        justify-content: center;
        align-items: unset;
        padding: 16px;
        padding-bottom: 48px;
        background: linear-gradient(to right, #263068 0%, #61BA94 100%);
        border-bottom: solid 1px rgba(255, 255, 255, 0.15);
    }

    .slide-layout {
        padding-right: 24px;
    }

    .slide-content {
        padding-top: 10%;
    }

    .quick {
        width: 100%;
        max-width: 560px;
        padding: 16px;
    }

}

@media (max-width: 840px) {

    .product-item {
        flex: 1 0 calc(50% - 32px);
        max-width: calc(50% - 32px);
    }

    .service-item {
        flex: 1 0 calc(50% - 32px);
        max-width: calc(50% - 32px);
    }

}

@media (max-width: 790px) {

    .contact {
        border-top-right-radius: 148px;
    }

    .contact-layout {
        grid-template-columns: 1fr;
    }

    .contact-request {
        padding-top: 90px;
        padding-bottom: 80px;
    }

    .contact-data {
        padding-top: 0px;
        text-align: center;
    }

    .contact-brand {
        display: flex;
        justify-content: center;
        padding-bottom: 32px;
    }

    .contact-brand img {
        width: 200px;
        height: auto;
    }

    .contact-networks {
        justify-content: center;
    }

}

@media (max-width: 680px) {

    .margin-max {
        padding-left: 24px;
        padding-right: 24px;
    }

    .articles-layout {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 640px) {

    .about-title {
        font-size: 46px;
        line-height: 52px;
    }

    .about-picture {
        width: 100%;
    }

    .about-content p {
        padding-bottom: 16px;
    }

    .products-grid {
        gap: 24px;
        padding-top: 64px;
    }

    .product-item {
        flex: 1 0 100%;
        max-width: 100%;
    }

    .services-grid {
        gap: 24px;
    }

    .service-item {
        flex: 1 0 100%;
        max-width: 100%;
    }

    .intro {
        height: 80%;
        border-bottom-right-radius: 124px;
    }

    .intro-title {
        padding-bottom: 20px;
        font-size: 48px;
        line-height: 50px;
    }

    .intro-caption {
        font-size: 22px;
        line-height: 30px;
    }

    .articles-layout {
        padding-top: 32px;
        padding-bottom: 100px;
    }

}

@media (max-width: 520px) {

    .bar-social {
        display: none;
    }

    .about {
        padding-top: 64px;
        padding-bottom: 80px;
    }

    .about-layout {
        row-gap: 48px;
        margin-top: 48px;
    }

    .about-title {
        padding-left: 16px;
        padding-right: 16px;
        font-size: 30px;
        line-height: 36px;
    }

    .about-content {
        font-size: 20px;
        line-height: 30px;
    }

}

@media (max-width: 490px) {

    .bar-brand-layout {
        width: 190px;
    }

    .bar-compact .bar-brand-layout {
        width: 148px;
    }

    .panel-bg {
        opacity: 0 !important;
    }

    .soon-title {
        font-size: 28px;
        line-height: 32px;
    }

    .slide-title {
        padding-bottom: 14px;
        font-size: 40px;
        line-height: 42px;
    }

    .slide-caption {
        padding-bottom: 24px;
        font-size: 18px;
        line-height: 26px;
    }

    .services {
        padding-top: 32px;
        padding-bottom: 100px;
    }

    .products {
        padding-top: 72px;
        padding-bottom: 80px;
    }

    .products-title {
        font-size: 54px;
        line-height: 54px;
    }

    .products-caption {
        font-size: 22px;
        line-height: 26px;
    }

    .article-intro-content {
        padding-top: 25%;
    }

    .articles-title {
        font-size: 50px;
        line-height: 56px;
    }

    .article-intro-tagline {
        font-size: 18px;
        line-height: 24px;
    }

    .article-intro-title {
        font-size: 38px;
        line-height: 44px;
    }

    .article-content-summary {
        font-size: 20px;
        line-height: 28px;
    }

    .article-content h2,
    .article-content h3,
    .article-content p,
    .article-content ul,
    .article-content ol,
    .article-content-summary,
    .article-image,
    .article-content-embed {
        padding-left: 24px;
        padding-right: 24px;
    }

    .article-image-full {
        padding-left: 0;
        padding-right: 0;
    }

    .articles-suggestions {
        padding-top: 24px;
        font-size: 28px;
        line-height: 34px;
    }

    .products-suggestions {
        padding-top: 24px;
        font-size: 28px;
        line-height: 34px;
    }

    .nav-layout {
        column-gap: 10px;
    }

    .contact-title {
        padding-bottom: 32px;
        font-size: 30px;
        line-height: 38px;
    }

    .whatsapp {
        bottom: 30px;
        right: 30px;
    }

    .whatsapp-icon {
        width: 64px;
        height: 64px;
    }

    .whatsapp svg {
        width: 36px;
        height: 36px;
    }

}