﻿@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--fg-body-font-family);
    font-size: var(--fg-body-font-size);
    font-weight: var(--fg-body-font-weight);
    line-height: var(--fg-body-line-height);
    color: var(--fg-body-color);
    text-align: var(--fg-body-text-align);
    background-color: var(--fg-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

.h1, .h2, .h4, .h5, h1, h4 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 700;
    line-height: 1.2;
    color: var(--fg-headings-color)
}

.h1, h1 {
    font-size: calc(1.373832rem 1.485984vw)
}

@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 2.48832rem
    }
}

.h2 {
    font-size: calc(1.33236rem 0.98832vw)
}

@media (min-width: 1200px) {
    .h2 {
        font-size: 2.0736rem
    }
}

.h4, h4 {
    font-size: calc(1.275rem 0.3vw)
}

@media (min-width: 1200px) {
    .h4, h4 {
        font-size: 1.5rem
    }
}

.h5 {
    font-size: 1.2rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    padding-left: 2rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

    ul ul {
        margin-bottom: 0
    }

b {
    font-weight: 800
}

a {
    color: #8e8e8e;
    text-decoration: none
}

    a:hover {
        color: #727272;
        text-decoration: underline
    }

img {
    vertical-align: middle
}

button {
    border-radius: 0
}

    button:focus:not(:focus-visible) {
        outline: 0
    }

button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button {
    text-transform: none
}

[type="button"], button {
    -webkit-appearance: button
}

    [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled) {
        cursor: pointer
    }

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.container, .container-lg {
    width: 100%;
    padding-right: var(--fg-gutter-x, 1rem);
    padding-left: var(--fg-gutter-x, 1rem);
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 540px) {
    .container {
        max-width: 576px
    }
}

@media (min-width: 720px) {
    .container {
        max-width: 768px
    }
}

@media (min-width: 992px) {
    .container, .container-lg {
        max-width: 992px
    }
}

@media (min-width: 1140px) {
    .container, .container-lg {
        max-width: 1200px
    }
}

.row {
    --fg-gutter-x: 2rem;
    --fg-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--fg-gutter-y));
    margin-right: calc(-0.5 * var(--fg-gutter-x));
    margin-left: calc(-0.5 * var(--fg-gutter-x))
}

    .row > * {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--fg-gutter-x) * 0.5);
        padding-left: calc(var(--fg-gutter-x) * 0.5);
        margin-top: var(--fg-gutter-y)
    }

@media (min-width: 540px) {
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width: 720px) {
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width: 992px) {
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }
}

.btn {
    display: inline-block;
    font-weight: 700;
    line-height: 1.45;
    color: #5b7075;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 2px solid transparent;
    padding: 1rem 3rem;
    font-size: 1rem;
    border-radius: 5rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.btn:hover {
    color: #5b7075;
    text-decoration: none
}

.btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgb(254 128 128 / 38%);
    box-shadow: 0 0 0 0.25rem rgb(254 128 128 / 38%);
}


.btn:disabled {
    pointer-events: none;
    opacity: 0.65;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-lg {
    padding: 1.2rem 5rem;
    font-size: 1.2rem;
    border-radius: 5rem
}

.fade {
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.dropdown {
    position: relative
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #8e8e8e;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .nav-link {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.nav-link:focus, .nav-link:hover {
    color: #727272;
    text-decoration: none
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 2rem;
    padding-right: 1rem;
    padding-bottom: 2rem;
    padding-left: 1rem
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
    margin-top: 0px !important;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100%)
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: var(--fg-modal-content-bg);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.7rem;
    -webkit-box-shadow: var(--fg-box-shadow-sm);
    box-shadow: var(--fg-box-shadow-sm);
    outline: 0
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid var(--fg-border-color);
    border-top-left-radius: calc(0.7rem - 1px);
    border-top-right-radius: calc(0.7rem - 1px)
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.45
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

@media (min-width: 540px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    /*    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }*/

    .modal-content {
        -webkit-box-shadow: var(--fg-box-shadow);
        box-shadow: var(--fg-box-shadow)
    }
}

@media (min-width: 992px) {
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width: 1140px) {
    .modal-xl {
        max-width: 1140px
    }
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.d-block {
    display: block !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-none {
    display: none !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.me-0 {
    margin-right: 0 !important
}

.me-3 {
    margin-right: 1rem !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: 0.25rem !important
}

.mb-2 {
    margin-bottom: 0.5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pe-5 {
    padding-right: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.ps-2 {
    padding-left: 0.5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.lh-1 {
    line-height: 1 !important
}

.text-start {
    text-align: left !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 540px) {
    .d-sm-block {
        display: block !important
    }

    .d-sm-none {
        display: none !important
    }

    .pe-sm-0 {
        padding-right: 0 !important
    }
}

@media (min-width: 720px) {
    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important
    }

    .mt-md-2 {
        margin-top: 0.5rem !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-2 {
        margin-bottom: 0.5rem !important
    }

    .pe-md-4 {
        padding-right: 1.5rem !important
    }
}

@media (min-width: 992px) {
    .d-lg-block {
        display: block !important
    }

    .d-lg-none {
        display: none !important
    }

    .w-lg-100 {
        width: 100% !important
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .me-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .ms-lg-3 {
        margin-left: 1rem !important
    }

    .ms-lg-auto {
        margin-left: auto !important
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .pt-lg-5 {
        padding-top: 3rem !important
    }
}

@media (min-width: 1440px) {
    .pe-xxl-5 {
        padding-right: 3rem !important
    }
}

::-webkit-input-placeholder {
    opacity: 1;
    color: var(--#000000100)
}

::-moz-placeholder {
    opacity: 1;
    color: var(--#000000100)
}

:-ms-input-placeholder {
    opacity: 1;
    color: var(--#000000100)
}

::-ms-input-placeholder {
    opacity: 1;
    color: var(--#000000100)
}

html {
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: smooth;
    scroll-padding-top: 6.3125rem
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background-color: var(--fg-bg)
}

.h1, .h2, .h4, .h5, h1, h4 {
    font-weight: 400;
    line-height: normal
}

/*section {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 4rem
}

@media (min-width: 992px) {
    section {
        padding-top: 5.65rem;
        padding-bottom: 5.65rem
    }
}*/

.btn, .navbar, button {
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
}

ul {
    padding-left: 2.5rem
}

a {
    text-decoration: none !important
}

.container, .container-lg {
    position: relative
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
    height: 100%;
    background-color: #1c1c1c
}

    .modal-backdrop.fade {
        opacity: 0
    }

    .modal-backdrop.show {
        opacity: .9
    }

.image-bg-carousel-banner {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

/** Home Page **/
.home-page {
    width: 100%;
    aspect-ratio: 1797 / 6142;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center calc(100vh - 90px);
    --section-container-w: 1200px;
    --ratio-section-video: 1797 / 1300;
    --ratio-section-products: 1797 / 1000;
    --ratio-section-about: 1797 / 720;
    --ratio-section-cert: 1797 / 800;
    --ratio-section-dist: 1797 / 660;
    --ratio-section-event: 1797 / 1100;
    --padding-section-video: 14rem;
    --padding-section-products: 5rem;
    --padding-section-about: 8rem;
    --padding-section-cert: 4rem;
    --padding-section-channel: 4rem;
    --padding-section-social: 3rem;
    --padding-section-event: 8rem;
}

.section-container {
    max-width: var(--section-container-w);
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

/** Section Global **/
section {
    width: 100%;
    overflow: hidden;
}

.section-center {
    justify-items: center;
    text-align: center;
    justify-content: center;
}

.badge-title {
    margin: 0 auto 3rem;
    padding: .75rem 4rem;
    background-color: var(--color-black-200);
    border-radius: 2rem;
    font-weight: 100;
    color: var(--color-black-400);
    width: fit-content;
    box-shadow: 0 2px 2px rgb(8 22 103 / 15%);
}

.card-info-gray .badge-title {
    margin: auto auto -1rem;
    z-index: 1;
    position: relative;
}

.card-info-gray .card-info {
    padding: 3rem;
    background-color: var(--color-black-300);
    border-radius: 2rem;
    box-shadow: inset 0 -4px 4px rgba(255, 255, 255, 0.6), inset 0 6px 4px rgb(8 22 103 / 15%);
    display: flex;
    justify-content: space-between;
    position: relative;
    gap: 1.5rem;
}

    .card-info-gray .card-info img {
        object-fit: contain;
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
    }

.divider-title {
    display: flex;
    align-items: center;
    gap: 3rem;
    margin-bottom: 3rem;
    padding: 0 3rem;
}

    .divider-title::before,
    .divider-title::after {
        content: "";
        flex: 1;
        height: 2px;
        background-color: var(--color-white);
    }

/** Section Banner **/
.section-banner {
    min-height: calc(100vh - 90px);
}

/** Section Video **/
.section-video {
    padding-top: var(--padding-section-video);
    aspect-ratio: var(--ratio-section-video);
}

    .section-video .section-container {
        align-content: center;
    }

    .section-video .card {
        padding: 4rem 4.5rem;
        z-index: 100;
        position: relative;
        border: none;
        border-radius: 5rem;
        box-shadow: 0 12px 12px 6px rgb(8 22 103 / 15%);
    }

    .section-video:has(.has-desktop) .card.bg-image {
        padding-top: 6.5rem !important;
    }

    .section-video .bg-overlay {
        width: 100%;
        aspect-ratio: 7 / 5;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        z-index: 99;
        position: absolute;
        scale: 1.5;
        top: 0;
    }

    .section-video .video-box {
        position: relative;
        justify-content: center;
        display: flex;
        padding: 0 1rem;
    }

        .section-video .video-box .video,
        .section-video .video-box img {
            border-radius: 2rem;
            object-fit: cover;
            width: 100%;
            height: 100%;
            aspect-ratio: 8 / 5;
        }

/** Section Products **/
.section-products {
    padding-top: var(--padding-section-products);
    aspect-ratio: var(--ratio-section-products);
}

    .section-products .row {
        --bs-gutter-y: 1rem;
    }

        .section-products .row a {
            padding: 1rem 1.5rem;
        }

    .section-products .card {
        padding: 1.75rem 1.5rem;
        background-color: var(--color-black-200);
        border-radius: 2rem;
        box-shadow: 0 4px 2px rgb(8 22 103 / 15%);
    }

        .section-products .card img {
            border-radius: 1.5rem;
            object-fit: cover;
            width: 100%;
            height: auto;
            aspect-ratio: 5 / 4;
            margin-bottom: 1rem;
        }

/** Section About Us **/
.section-about {
    padding-top: var(--padding-section-about);
    aspect-ratio: var(--ratio-section-about);
}

    .section-about h2 {
        margin: 2rem 0;
        text-transform: uppercase;
    }

    .section-about .btn {
        margin-top: 2rem;
        font-size: var(--fs-3);
        font-weight: 200;
        color: var(--color-white) !important;
        background-color: var(--color-secondary-100);
        border: none !important;
        box-shadow: 0 -2px 4px rgba(255, 255, 255, 0.6), 0 6px 4px rgb(8 22 103 / 15%);
        border-radius: 3rem;
        padding: .5rem 1.5rem;
    }

    .section-about img {
        height: 200px;
        object-fit: contain;
    }

/** Section Certifications **/
.swiper {
    padding: 0 1rem !important;
    cursor: pointer;
}

.section-cert {
    padding-top: var(--padding-section-cert);
    aspect-ratio: var(--ratio-section-cert);
}

    .section-cert .badge-title {
        margin: 0 auto 3rem;
    }

    .section-cert .card {
        background-color: var(--color-white);
        border-radius: 2rem;
        box-shadow: 0 12px 12px 4px rgb(8 22 103 / 15%);
        overflow: hidden;
        margin-bottom: 5rem;
    }

        .section-cert .card img {
            object-fit: contain;
            width: 100%;
            height: auto;
            aspect-ratio: 3 / 4;
        }

    .section-cert h3 {
        margin: 1.5rem 0 !important;
    }

    .section-cert .custom-swiper-button-prev,
    .section-cert .custom-swiper-button-next {
        color: var(--color-black-400);
        font-size: 2rem;
        width: 4.5rem;
        height: 4.5rem;
        align-content: center;
        opacity: 1;
        top: 50%;
    }

    .section-cert .custom-swiper-button-prev {
        left: -4rem;
    }

    .section-cert .custom-swiper-button-next {
        right: -4rem;
    }


/** Section Distribution **/
.section-dist {
    aspect-ratio: var(--ratio-section-dist);
}

/** Section Channel **/
.section-channel {
    padding-top: var(--padding-section-channel);
    padding-left: 4rem !important;
    padding-right: 4rem !important;
}

    .section-channel .custom-swiper-button-prev,
    .section-channel .custom-swiper-button-next {
        background-color: var(--color-black-200);
        border-radius: 5rem;
        box-shadow: 2px 4px 2px rgb(8 22 103 / 15%);
        color: var(--color-black-400);
        font-size: 2rem;
        width: 4.5rem;
        height: 4.5rem;
        align-content: center;
        opacity: 1;
        top: 50%;
    }

    .section-channel .custom-swiper-button-prev {
        left: -2rem;
    }

    .section-channel .custom-swiper-button-next {
        right: -2rem;
    }

/** Section Social **/
.section-social {
    padding-top: var(--padding-section-social);
}

    .section-social .card-info-gray .card-info {
        padding: 3rem 2rem;
    }

        .section-social .card-info-gray .card-info img {
            width: 80px;
        }

/** Section Event **/
.section-event {
    padding-top: var(--padding-section-event);
    aspect-ratio: var(--ratio-section-event);
}

    .section-event .section-container {
        max-width: calc(var(--section-container-w) + 10rem) !important;
    }

    .section-event .card {
        background-color: var(--color-white);
        border-radius: 2rem;
        box-shadow: 0 4px 2px rgb(8 22 103 / 15%);
        margin-bottom: 2rem;
        overflow: hidden;
    }

    .section-event .image-info {
        padding: 1.75rem 1.5rem;
    }

    .section-event .card img {
        border-radius: 1.5rem;
        object-fit: cover;
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
    }

    .section-event .card .info {
        padding: 1rem 1.5rem 1.75rem;
        background-color: var(--color-primary-100);
    }


/** Responsive **/
@media(width <= 1749.98px) {
    .home-page {
        --section-container-w: 1100px;
        --padding-section-cert: 3rem;
        --padding-section-channel: 2rem;
        --padding-section-about: 4rem;
    }
}

@media(width <= 1649.98px) {
    .home-page {
        --section-container-w: 1100px;
        --ratio-section-video: 1797 / 1350;
        --ratio-section-about: 1797 / 670;
        --padding-section-products: 2rem;
        --padding-section-about: 1rem;
        --padding-section-social: 1rem;
    }
}

@media(width <= 1549.98px) {
    .home-page {
        --section-container-w: 1000px;
        --ratio-section-products: 1797 / 970;
        --ratio-section-about: 1797 / 700;
        --padding-section-video: 12rem;
        --padding-section-about: 2.5rem;
        --padding-section-cert: 2.5rem;
        --padding-section-channel: 1rem;
        --padding-section-event: 5rem;
    }

    .section-video:has(.has-desktop) .card.bg-image {
        padding-top: 6rem !important
    }

    .section-products .row {
        --bs-gutter-y: .5rem;
    }

        .section-products .row a {
            padding: .5rem 1rem;
        }

    .section-cert .swiper-pagination {
        display: none;
    }

    .section-about img {
        height: 150px;
    }
}

@media(width <= 1449.98px) {
    .home-page {
        --section-container-w: 900px;
        --ratio-section-products: 1797 / 1000;
        --ratio-section-about: 1797 / 670;
        --ratio-section-cert: 1797 / 850;
        --ratio-section-dist: 1797 / 610;
        --padding-section-about: 5rem;
        --padding-section-cert: 3rem;
    }

    .section-video .card {
        padding: 3rem 3.5rem;
    }

    .section-video:has(.has-desktop) .card.bg-image {
        padding-top: 5.5rem !important
    }

    .section-products .card {
        padding: 1.5rem 1rem;
        border-radius: 1.5rem;
    }

        .section-products .card img {
            border-radius: 1rem;
        }

    .section-about .section-container {
        max-width: calc( var(--section-container-w) + 10rem);
    }

    .section-about h2 {
        margin: 1rem 0;
    }

    .section-about .btn {
        margin-top: 1rem;
    }

    .section-about img {
        height: 100px;
    }

    .section-cert .section-container,
    .section-dist .section-container {
        max-width: calc( var(--section-container-w) + 8rem);
    }

    .card-info-gray .card-info {
        padding: 1.5rem;
    }

    .section-social .card-info-gray .card-info {
        padding: 1.5rem 2rem;
    }

    .section-cert .badge-title {
        margin-bottom: 2rem;
    }

    .section-channel {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .section-social .card-info-gray .card-info img {
        width: 70px;
    }

    .section-event .card {
        border-radius: 1.75rem;
    }

    .section-event .image-info {
        padding: 1.25rem 1rem;
    }
}

@media(width <= 1349.98px) {
    .home-page {
        --section-container-w: 800px;
        --ratio-section-video: 1797 / 1300;
        --ratio-section-products: 1797 / 1100;
        --ratio-section-about: 1797 / 620;
        --ratio-section-cert: 1797 / 800;
        --ratio-section-dist: 1797 / 660;
        --padding-section-video: 10rem;
        --padding-section-about: 2rem;
    }

    .section-video:has(.has-desktop) .card.bg-image {
        padding-top: 4.75rem !important
    }

    .section-cert .card img {
        aspect-ratio: 1 / 1.125;
    }

    .section-cert .section-container,
    .section-dist .section-container {
        max-width: calc( var(--section-container-w) + 10rem);
    }
}

@media(width <= 1249.98px) {
    .home-page {
        --ratio-section-cert: 1797 / 780;
        --ratio-section-dist: 1797 / 680;
    }

    .section-video .card {
        border-radius: 3rem;
        padding: 2.5rem 3rem;
    }

    .section-cert .card img {
        aspect-ratio: 1 / 1;
    }

    .section-cert .section-container {
        max-width: calc(var(--section-container-w) + 5rem);
    }

    .section-channel .custom-swiper-button-prev,
    .section-channel .custom-swiper-button-next,
    .section-cert .custom-swiper-button-prev,
    .section-cert .custom-swiper-button-next {
        font-size: 1.5rem;
        width: 3.5rem;
        height: 3.5rem;
    }

    .section-cert .custom-swiper-button-prev {
        left: -3rem;
    }

    .section-cert .custom-swiper-button-next {
        right: -3rem;
    }

    .section-channel .card-info-gray .card-info img {
        width: 80px;
    }

    .section-social .card-info-gray .card-info img {
        width: 60px;
    }

    .section-event .image-info {
        padding: 1rem .75rem;
    }
}

@media(width <= 1149.98px) {
    .home-page {
        --section-container-w: 700px;
        --ratio-section-products: 1797 / 1050;
        --ratio-section-about: 1797 / 670;
        --ratio-section-cert: 1797 / 750;
        --ratio-section-dist: 1797 / 710;
        --padding-section-video: 10rem;
        --padding-section-products: 1rem;
        --padding-section-about: 3rem;
        --padding-section-cert: 2rem;
        --padding-section-event: 3rem;
    }

    .section-video:has(.has-desktop) .card.bg-image {
        padding-top: 4.25rem !important
    }

    .section-about img {
        height: 80px;
    }

    .badge-title {
        padding: .5rem 3rem;
    }

    .section-cert .section-container {
        max-width: calc(var(--section-container-w) + 3rem)
    }

    .section-cert .card {
        border-radius: 1.5rem;
    }

        .section-cert .card img {
            aspect-ratio: 1 / 1.125;
        }

    .section-dist .section-container {
        max-width: calc(var(--section-container-w) + 5rem);
    }

    .section-event .card {
        border-radius: 1.5rem;
    }

        .section-event .card img {
            border-radius: 1rem;
        }

        .section-event .card .info {
            padding: .75rem 1rem 1.5rem;
        }

    .divider-title {
        margin-bottom: 2rem;
    }
}

@media(width <= 1049.98px) {
    .home-page {
        --ratio-section-products: 1797 / 1100;
        --ratio-section-about: 1797 / 620;
        --ratio-section-cert: 1797 / 800;
        --ratio-section-dist: 1797 / 700;
        --padding-section-video: 8rem;
        --padding-section-about: 1rem;
        --padding-section-event: 2rem;
    }

    .section-about img {
        height: 70px;
    }

    .section-about .btn {
        margin-top: 0;
    }

    .section-cert .section-container {
        max-width: var(--section-container-w)
    }

    .section-event .section-container {
        max-width: calc(var(--section-container-w) + 5rem) !important;
    }
}

@media(width <= 991.98px) {
    .home-page {
        background-size: cover !important;
        background-position: center calc(100vw * 9 / 16);
        --ratio-section-video: auto;
        --ratio-section-products: auto;
        --ratio-section-about: auto;
        --ratio-section-cert: auto;
        --ratio-section-dist: auto;
        --ratio-section-event: auto;
        --padding-section-video: 3.5rem;
        --padding-section-products: 2rem;
        --padding-section-about: 2rem;
        --padding-section-cert: 2rem;
        --padding-section-channel: 1rem;
        --padding-section-social: 0;
        --padding-section-event: 2rem;
    }

    section {
        overflow: inherit;
        padding-bottom: 2rem;
    }

    .section-container {
        padding: 0 1.5rem;
    }

        .section-container .section-container {
            padding: 0 !important;
        }

    .section-banner {
        min-height: auto;
        height: auto;
        width: 100%;
        aspect-ratio: 16 / 9;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .section-video .card {
        border-radius: 2rem !important;
        padding: 2rem !important;
    }

    .section-video:has(.has-desktop) .card.bg-image,
    .section-video .card.bg-image {
        padding-top: 2rem !important;
    }

    .section-video .video-box {
        padding: 0;
    }

        .section-video .video-box .video, .section-video .video-box img {
            border-radius: 1rem;
        }

    .section-about .section-container {
        max-width: var(--section-container-w);
    }

    .section-products h2 {
        margin-bottom: .5rem !important;
    }

    .section-products .row a {
        padding: .5rem;
    }

    .section-products .card {
        padding: 1rem .75rem;
        border-radius: 1rem;
    }

    .section-about .section-body {
        background-color: var(--color-primary-100);
        border-radius: 2rem;
        padding: 2rem 1.5rem;
        box-shadow: 0 12px 12px 6px rgb(8 22 103 / 15%);
    }

    .section-products .card img {
        border-radius: .75rem;
    }

    .section-cert .section-container,
    .section-dist .section-container {
        max-width: var(--section-container-w);
    }

    .badge-title {
        padding: .5rem 2rem;
    }

    .section-cert .card {
        margin-bottom: 4rem;
    }

    .section-cert .swiper-pagination {
        display: block;
    }

    .section-cert .badge-title {
        margin-bottom: 1rem;
    }

    .section-channel .custom-swiper-button-prev,
    .section-channel .custom-swiper-button-next,
    .section-cert .custom-swiper-button-prev,
    .section-cert .custom-swiper-button-next {
        width: 3rem;
        height: 3rem;
    }

    .section-cert .custom-swiper-button-prev {
        left: -.5rem;
    }

    .section-cert .custom-swiper-button-next {
        right: -.5rem;
    }

    .section-channel .custom-swiper-button-prev {
        left: -1.5rem;
    }


    .section-channel .custom-swiper-button-next {
        right: -1.5rem;
    }

    .section-social .card-info-gray .card-info {
        flex-wrap: wrap;
        justify-content: center;
    }

    .section-event {
        padding-bottom: 15rem;
    }

        .section-event .section-container {
            max-width: var(--section-container-w);
        }

    .divider-title {
        gap: 1rem;
        padding: 0 2rem;
    }

    .section-event .card {
        border-radius: 1rem;
        margin-bottom: 1.5rem;
    }

        .section-event .card img {
            border-radius: .75rem;
        }
}

@media(width >= 576px) and (width <= 991.98px) {
    .section-video .section-container:has(.has-tablet) {
        aspect-ratio: 6 / 5;
    }

    .section-video:not(:has(.has-tablet)) .bg-overlay {
        display: none;
    }

    .section-video:has(.has-tablet) .bg-overlay {
        aspect-ratio: 6 / 5;
        scale: 1.15;
        left: 0;
    }

    .section-video:has(.has-tablet) .card.bg-image {
        max-width: 550px;
        margin: auto;
        padding: 0 !important;
        padding-top: 2rem !important;
    }
}

@media(width <= 767.98px) {
    .home-page {
        --padding-section-video: 2rem;
    }

    .section-about .section-body {
        border-radius: 1.5rem;
        padding: 1.5rem 1rem;
    }

    .section-video .card {
        border-radius: 1.5rem !important;
        padding: 1.5rem !important;
    }

    .section-video:has(.has-desktop) .card.bg-image,
    .section-video .card.bg-image {
        padding-top: 1.5rem !important;
    }

    .section-cert .custom-swiper-button-prev,
    .section-cert .custom-swiper-button-next {
        width: 2rem;
        height: 3rem;
    }

    .section-cert .custom-swiper-button-prev {
        left: .5rem;
    }

    .section-cert .custom-swiper-button-next {
        right: .5rem;
    }
}

@media(width >= 576px) and (width <= 767.98px) {
    .section-video:has(.has-tablet) .bg-overlay {
        scale: 1.05;
    }

    .section-video:has(.has-tablet) .card.bg-image {
        max-width: 500px;
        margin: auto;
        padding: 0 !important;
        padding-top: 2.5rem !important;
    }
}

@media(width >= 576px) and (width <= 677.98px) {
    .section-video:has(.has-tablet) .card.bg-image {
        max-width: 72vw;
    }
}

@media(width <= 575.98px) {
    .home-page {
        --padding-section-products: 1rem;
    }

    .section-video .section-container:has(.has-mobile) {
        aspect-ratio: 1 / 1;
        align-content: center;
    }

    .section-video:not(:has(.has-mobile)) .bg-overlay {
        display: none;
    }

    .section-video:has(.has-mobile) .bg-overlay {
        aspect-ratio: 1 / 1;
        scale: 1;
        left: 0;
    }

    .section-video:has(.has-mobile) .card.bg-image {
        max-width: 65vw;
        margin: auto;
        padding: 0 !important;
        padding-top: 2rem !important;
    }

    .section-video h1 {
        -webkit-line-clamp: 3;
        margin-bottom: 1rem !important;
    }
}

@media(width >= 992px) {
    .section-about .section-body,
    .section-dist,
    .section-event {
        background-color: transparent !important;
    }
}
