@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400..600&display=swap');


:root,
[data-bs-theme=light] {
    --bs-primary: #1AAAB7;
    --bs-primary-hover: #27c0ce;
    --bs-secondary: #1473FF;
    --bs-success: #019d3d;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #E64E43;
    --bs-light: #f1f1f1;
    --bs-dark: #072A2D;
    --bs-primary-rgb: 26, 170, 183;
    --bs-secondary-rgb: 20, 115, 255;
    --bs-success-rgb: 1, 157, 61;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 230, 78, 67;
    --bs-light-rgb: 241, 241, 241;
    --bs-dark-rgb: 7, 42, 45;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: "Montserrat", var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #000000;
    --bs-body-color-rgb: 0, 0, 0;
    --bs-body-bg: rgb(251, 251, 251);
    --bs-body-bg-rgb: 251, 251, 251;
    --bs-secondary-color: #555252;
    --bs-secondary-color-rgb: 85, 82, 82;
    --bs-secondary-bg: var(--bs-secondary);
    --bs-secondary-bg-rgb: var(--bs-secondary-rgb);
    --bs-heading-color: inherit;
    --bs-link-color: var(--bs-body-color);
    --bs-link-color-rgb: var(--bs-body-color-rgb);
    --bs-link-decoration: none;
    --bs-link-hover-color: var(--bs-primary);
    --bs-link-hover-color-rgb: var(--bs-primary-rgb);
    --bs-border-width: 1px;
    --bs-border-color: #dddddd;
    --bs-border-radius: 0.75rem;
    --bs-border-radius-sm: 0.5rem;
    --bs-border-radius-lg: 1.375rem;
    --bs-border-radius-xl: 1.5rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0rem;
    --bs-focus-ring-opacity: 0;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
    color-scheme: dark;
    --bs-body-color: #fff;
    --bs-body-color-rgb: 255, 255, 255;
    --bs-body-bg: var(--bs-dark);
    --bs-body-bg-rgb: var(--bs-dark-rgb);
    --bs-secondary-color: rgba(255, 255, 255, 0.75);
    --bs-secondary-color-rgb: 255, 255, 255;
    --bs-secondary-bg: var(--bs-secondary);
    --bs-secondary-bg-rgb: var(--bs-secondary-rgb);
    --bs-link-color: var(--bs-body-color);
    --bs-link-hover-color: var(--bs-primary);
    --bs-link-color-rgb: var(--bs-body-color-rgb);
    --bs-link-hover-color-rgb: var(--bs-primary-rgb);
    --bs-border-color: #495057;
    --bs-form-valid-color: #75b798;
    --bs-form-valid-border-color: #75b798;
    --bs-form-invalid-color: #ea868f;
    --bs-form-invalid-border-color: #ea868f;
    background-color: var(--bs-body-bg);
    color: var(--bs-body-color);
}

body {
    overflow-anchor: auto;
}

::selection {
    background: var(--bs-primary);
    color: var(--bs-white);
}

svg {
    pointer-events: none;
}

img {
    aspect-ratio: attr(width) / attr(height);
}

.stripe-loading-indicator .stripe,
.stripe-loading-indicator .stripe-loaded {
    background: transparent !important;
}

body.wn-loading button[type=submit] {
    cursor: not-allowed;
    pointer-events: none;
}

.btn {
    /* 
        --bs-btn-padding-x: 1.5rem;
        --bs-btn-padding-y: 0.75rem;
    */
    --bs-btn-font-size: 1.25rem;

    --bs-btn-padding-x: 3.438rem;
    --bs-btn-padding-y: 0.625rem;
    --bs-btn-line-height: 1.25rem;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-font-weight: 400;
}

.btn-lg,
.btn-group-lg>.btn {
    --bs-btn-padding-y: 1rem;
    --bs-btn-padding-x: 1.5rem;
    --bs-btn-font-size: 1.2rem;
    --bs-btn-border-radius: var(--bs-border-radius);
}

.btn-group-sm>.btn,
.btn-sm {
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-padding-x: 0.625rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.btn-primary {
    --bs-btn-border-radius: 58.333vw 0px 58.333vw 0px;

    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: var(--bs-primary-hover);
    --bs-btn-hover-border-color: var(--bs-primary-hover);
    --bs-btn-active-color: var(--bs-white);
    --bs-btn-active-bg: var(--bs-primary-hover);
    --bs-btn-active-border-color: var(--bs-primary-hover);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: var(--bs-secondary-color);
    --bs-btn-disabled-bg: var(--bs-secondary);
    --bs-btn-disabled-border-color: var(--bs-secondary);
}

.btn-outline-primary {
    --bs-btn-border-radius: 58.333vw 0px 58.333vw 0px;

    --bs-btn-color: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: var(--bs-primary);
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: var(--bs-white);
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: var(--bs-primary);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: var(--bs-secondary-color);
    --bs-btn-disabled-border-color: var(--bs-light);
    --bs-gradient: none;
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--bs-secondary);
    --bs-btn-border-color: var(--bs-secondary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgba(var(--bs-secondary-rgb), .9);
    --bs-btn-hover-border-color: rgba(var(--bs-secondary-rgb), 1);
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgba(var(--bs-secondary-rgb), 1);
    --bs-btn-active-border-color: rgba(var(--bs-secondary-rgb), 1);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d;
}

.btn-outline-secondary {
    --bs-btn-color: var(--bs-secondary);
    --bs-btn-border-color: var(--bs-secondary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bs-secondary);
    --bs-btn-hover-border-color: var(--bs-secondary);
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-secondary);
    --bs-btn-active-border-color: var(--bs-secondary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--bs-secondary);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6c757d;
    --bs-gradient: none;
}

.btn-light {
    --bs-btn-color: var(--bs-dark);
    --bs-btn-bg: var(--bs-light);
    --bs-btn-border-color: var(--bs-light);
    --bs-btn-hover-color: var(--bs-dark);
    --bs-btn-hover-bg: var(--bs-light);
    --bs-btn-hover-border-color: var(--bs-border-color);
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: var(--bs-dark);
    --bs-btn-active-bg: var(--bs-light);
    --bs-btn-active-border-color: var(--bs-border-color);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: var(--bs-gray);
    --bs-btn-disabled-bg: var(--bs-light);
    --bs-btn-disabled-border-color: var(--bs-light);
}

.btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: 0 0 0 #000;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    text-decoration: none;
    border: 0;
}

.btn-link:hover {
    background: transparent;
    border-color: transparent;
}

.btn-close:focus {
    box-shadow: none;
}

.btn-primary-opacity {
    background: rgba(var(--bs-primary-rgb), 0.1);
    border-color: transparent;
    color: var(--bs-primary);
}

.btn-primary-opacity:hover,
.btn-primary-opacity:focus {
    background: var(--bs-primary);
    border-color: transparent;
    color: var(--bs-white);
}

.btn-icon {
    display: inline-block;
    position: relative;
    top: -2px;
}

.btn-icon svg {
    width: 22px;
    height: 22px;
}

.btn-sm .btn-icon {
    top: -1px;
}

.btn-sm .btn-icon svg {
    width: 16px;
    height: 16px;
}

.icon-12 svg {
    width: 12px;
    height: 12px;
}

.icon-14 svg {
    width: 14px;
    height: 14px;
}

.icon-16 svg {
    width: 16px;
    height: 16px;
}

.icon-18 svg {
    width: 18px;
    height: 18px;
}

.icon-20 svg {
    width: 20px;
    height: 20px;
}

.icon-22 svg {
    width: 22px;
    height: 22px;
}

.icon-24 svg {
    width: 24px;
    height: 24px;
}

.icon-32 svg {
    width: 28px;
    height: 28px;
}

.icon-social svg {
    width: 24px;
    height: 24px;
}

.dropdown-toggle::after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border: 0;
    border-left: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(-45deg) translateY(0px);
    transform-origin: center;
    transition: all .4s;
    margin-left: 0px;
}

.dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-color: var(--bs-body-color);
    --bs-dropdown-bg: var(--bs-body-bg);
    --bs-dropdown-border-color: var(--bs-border-color);
    --bs-dropdown-border-width: 0;
    --bs-dropdown-border-radius: var(--bs-border-radius);
    --bs-dropdown-link-color: var(--bs-body-color);
    --bs-dropdown-link-hover-color: var(--bs-secondary-color);
    --bs-dropdown-link-hover-bg: var(--bs-light);
    --bs-dropdown-link-active-color: var(--bs-body-color);
    --bs-dropdown-link-active-bg: var(--bs-light);
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.5rem;
    box-shadow: var(--bs-box-shadow);
}

.accordion-button:not(.collapsed) {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    box-shadow: none;
}

.accordion-button:focus {
    z-index: 3;
    border-color: inherit;
    outline: 0;
    box-shadow: none;
}

.modal {
    --bs-modal-header-padding-x: 1.5rem;
    --bs-modal-header-padding-y: 1.5rem;
    --bs-modal-header-padding: 1.5rem 1.5rem;
    --bs-modal-padding: 1.5rem;
    --bs-modal-bg: var(--bs-white);
}

.nav-pills {
    --bs-nav-pills-link-active-color: var(--bs-secondary);
    --bs-nav-pills-link-active-bg: var(--bs-light);
}

.pagination {
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-padding-x: 0rem;
    --bs-pagination-padding-y: 0rem;
    --bs-pagination-bg: var(--bs-body-bg);
    --bs-pagination-border-width: 1px;
    --bs-pagination-border-color: var(--bs-border-color);
    --bs-pagination-border-radius: var(--bs-border-radius);
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: var(--bs-light);
    --bs-pagination-hover-border-color: var(--bs-border-color);
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: var(--bs-light);
    --bs-pagination-focus-box-shadow: none;
    --bs-pagination-active-color: var(--bs-white);
    --bs-pagination-active-bg: var(--bs-primary);
    --bs-pagination-active-border-color: var(--bs-primary);
    --bs-pagination-disabled-color: var(--bs-secondary-color);
    --bs-pagination-disabled-bg: var(--bs-body-bg);
    --bs-pagination-disabled-border-color: var(--bs-border-color);
}

.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-title-color: var(--bs-body-color);
    --bs-card-subtitle-color: var(--bs-secondary-color);
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: var(--bs-border-color);
    --bs-card-border-radius: var(--bs-border-radius);
    --bs-card-box-shadow: var(--bs-box-shadow);
    --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: 100%;
    --bs-card-color: var(--bs-body-color);
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    height: var(--bs-card-height);
    color: var(--bs-card-color);
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: 0;
    /* var(--bs-card-border-width) solid var(--bs-card-border-color) */
    border-radius: 0;
    /* var(--bs-btn-border-radius) */
}

.breadcrumb {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0;
    --bs-breadcrumb-margin-bottom: 1rem;
    --bs-breadcrumb-bg: var(--bs-body-bg);
    --bs-breadcrumb-border-radius: 0;
    --bs-breadcrumb-divider-color: var(--bs-secondary-color);
    --bs-breadcrumb-item-padding-x: 0.5rem;
    --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
    --bs-breadcrumb-font-size: 0.875rem;
    display: flex;
    flex-wrap: wrap;
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    font-size: var(--bs-breadcrumb-font-size);
    list-style: none;
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius);
}

.page-link {
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.25rem !important;
    border-radius: var(--bs-pagination-border-radius);
}

.page-link svg {
    width: 18px;
    height: 18px;
}

a {
    text-decoration: none;
    transition: all .5s;
}

a:hover {
    text-decoration: none;
    color: rgba(var(--bs-link-hover-color-rgb), 1);
}

.link-dark {
    color: var(--bs-body-color) !important;
    text-decoration-color: var(--bs-body-color) !important;
}

.link-dark:focus,
.link-dark:hover {
    color: var(--bs-primary) !important;
    text-decoration-color: var(--bs-primary) !important;
}

.link-primary {
    color: var(--bs-primary) !important;
    text-decoration-color: var(--bs-primary) !important;
}

.link-primary:focus,
.link-primary:hover {
    color: var(--bs-primary-hover) !important;
    text-decoration-color: var(--bs-primary-hover) !important;
}

.link-secondary {
    color: var(--bs-secondary-color) !important;
    text-decoration-color: var(--bs-secondary-color) !important;
}

.link-secondary:focus,
.link-secondary:hover {
    color: var(--bs-primary) !important;
    text-decoration-color: var(--bs-primary) !important;
}

h1,
.h1 {
    font-size: clamp(1.2rem, 1rem + 1.3vw, 2rem);
    font-weight: 600;
    margin-bottom: 2rem;
}

h2,
.h2 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.h3,
h3 {
    font-size: 1.875rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.h4,
h4 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.h5,
h5 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

h6,
.h6 {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.smaller {
    font-size: 0.75rem;
}

.nav-link.small {
    font-size: 0.875rem;
}

.nav-link.text-muted:hover {
    color: var(--bs-primary) !important;
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1;
}

.fw-bolder {
    font-weight: 600 !important;
}

p:last-child {
    margin-bottom: 0;
}

.cursor-pointer {
    cursor: pointer;
}

section.lazy,
div.lazy {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

blockquote {
    padding: 1rem;
    background: var(--bs-light);
    border-radius: var(--bs-border-radius);
    border-left: 4px solid var(--bs-primary);
}

label {
    cursor: pointer;
}

.form-label {
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
}

.form-control,
.form-select {
    border-radius: var(--bs-border-radius);
    padding: 0.75rem 1rem;
    line-height: 1.25rem;
    background-color: var(--bs-white);
    border: var(--bs-border-width) solid #818181;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
    border-color: var(--bs-dark);
}

[data-bs-theme=dark] .form-control {
    background: transparent;
}

.input-group-sm>.form-control {
    padding: 0.4rem 0.5rem;
}

.form-check {
    margin: 0;
    padding-left: 0;
}

.form-check .form-check-label {
    font-size: 1rem;
    position: relative;
    padding-left: 2.25rem;
    line-height: 1.2;
}

.form-check .form-check-label:before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 0.25rem;
    border: 1px solid #818181;
    background: var(--bs-white);
}

.form-check .form-check-label:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 6px;
    width: 12px;
    height: 7px;
    border-left: 2px solid var(--bs-white);
    border-bottom: 2px solid var(--bs-white);
    opacity: 0;
    transition: all .3s;
    transform: rotate(-4deg);
}

.form-check.form-check-radio .form-check-label:before {
    border-radius: 50%;
}

.form-check.form-check-radio .form-check-label:after {
    border: 0;
    background: var(--bs-white);
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    top: 6px;
    left: 8px;
}

.form-check input:checked~.form-check-label:before {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
}

.form-check input:checked~.form-check-label:after {
    opacity: 1;
    transform: rotate(-45deg);
}

.slider.slider-horizontal {
    width: 100%;
    height: 14px;
}

.slider.slider-horizontal .slider-track {
    height: 4px;
    margin-top: -2px;
}

.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
    background: var(--bs-border-color);
    box-shadow: none;
}

.slider.slider-horizontal .slider-selection {
    background: var(--bs-dark);
    box-shadow: none;
}

.slider-handle {
    width: 14px;
    height: 14px;
    background: var(--bs-dark);
    box-shadow: none;
}

.slider.slider-horizontal .slider-handle {
    margin-left: 0;
}

.slider.slider-horizontal .slider-handle.max-slider-handle {
    margin-left: -14px;
}

.chevron,
.arrow {
    line-height: 0;
    display: inline-block;
}

.chevron.chevron-right,
.arrow.arrow-right {
    transform: rotate(-90deg);
}

.chevron.chevron-top,
.arrow.arrow-top {
    transform: rotate(-180deg);
}

.chevron.chevron-left,
.arrow.arrow-left {
    transform: rotate(90deg);
}

.lh-0 {
    line-height: 0;
}

.nav.multilevel li.haschild {
    position: relative;
}

.nav.multilevel li.haschild>a:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-left: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(-45deg) translateY(-4px);
    transform-origin: center;
    transition: all .4s;
    margin-left: 3px;
}

.nav.multilevel li.haschild>ul {
    display: none;
    position: absolute;
    top: 100%;
    left: -1rem;
    width: 300px;
    padding: 0.5rem;
    border-radius: var(--bs-border-radius);
    box-shadow: var(--bs-box-shadow);
}

.nav.multilevel li.haschild:hover>ul {
    display: flex;
}

.nav.multilevel li.haschild:hover>a:after {
    transform: rotate(-180deg) translateY(0px) translateX(3px);
    border-left-color: transparent;
}

.nav.hideChild ul {
    display: none !important;
}

.text-content p:last-child {
    margin-bottom: 0;
}

.text-content a:not(.btn) {
    color: var(--bs-primary);
    border-bottom: 1px solid;
}

.text-content a:not(.btn):hover {
    color: var(--bs-dark);
}

.text-content ul {
    padding-left: 0;
    list-style: none;
}

.text-content ul li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 1rem;
}

.text-content ul li:before {
    content: '';
    position: absolute;
    top: 0.515rem;
    left: 0.6rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: var(--bs-primary);
}

.text-content ol {
    list-style-type: none;
    counter-reset: num;
    padding-left: 0;
}

.text-content ol li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 1rem;
}

.text-content ol li:before {
    content: counter(num) '.';
    counter-increment: num;
    position: absolute;
    top: 0;
    left: 0.6rem;
    color: var(--bs-primary);
    font-weight: 600;
}

.text-content table,
.text-content table td {
    border: 1px solid var(--bs-border-color)
}

.text-content table {
    width: 100%;
}

.text-content table td {
    padding: .5rem;
}

.text-content img {
    max-width: 100%;
    height: auto;
}

.column-icon {
    min-height: 143px;
}

img.fr-dii.fr-fil {
    float: left;
    margin: 0 1rem 1rem 0;
}

img.fr-dii.fr-fir {
    float: right;
    margin: 0 0 1rem 1rem;
}

.fancybox__container {
    color: var(--bs-dark);
    --carousel-button-svg-filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0));
}

.fancybox__container .carousel__button {
    color: var(--bs-dark);
    box-shadow: none;
}

.fancybox__backdrop {
    background: var(--bs-body-bg);
}

.fancybox__toolbar {
    background: none;
    text-shadow: none;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    border-color: var(--bs-primary);
}

.ts-wrapper.hideSearch .ts-control input {
    left: -10000px;
    opacity: 0;
    position: absolute;
}

.ts-wrapper .ts-control {
    padding: 0.813rem 3rem 0.813rem 1rem;
    font-size: 1rem;
    color: var(--bs-body-color);
    border: 1px solid #818181;
    border-radius: var(--bs-border-radius);
}

.ts-wrapper .ts-control:after {
    content: '';
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 0.5rem;
    height: 0.5rem;
    border-right: 2px solid var(--bs-secondary-color);
    border-bottom: 2px solid var(--bs-secondary-color);
    transition: all .3s;
    transform-origin: center;
    transform: rotate(45deg);
}

.ts-wrapper.dropdown-active .ts-control {
    border-color: var(--bs-secondary-color);
}

.ts-wrapper.dropdown-active .ts-control:after {
    top: 1.15rem;
    transform: rotate(-135deg);
}

.ts-wrapper .ts-dropdown {
    background: var(--bs-body-bg);
    box-shadow: 0px 2px 40px rgba(16, 24, 40, 0.06);
    border-radius: var(--bs-border-radius);
    padding: 0.5rem;
    border: 0;
    margin: 0.5rem 0 0;
}

.ts-wrapper .ts-dropdown .option {
    font-size: 1rem;
    color: var(--bs-secondary-color);
    background-color: var(--bs-white);
    padding: 0.63rem 1rem;
    border-radius: var(--bs-border-radius-sm);
    border-left: 0px solid transparent;
    transition: all .3s;
}

.ts-wrapper .ts-dropdown .active {
    padding: 0.63rem 1rem;
    background-color: var(--bs-light);
    border-color: var(--bs-primary);
    color: var(--bs-body-color);
}

.ts-wrapper.form-control {
    border: 0;
    padding: 0;
    border-radius: 0;
}

.ts-dropdown .spinner {
    margin: 0.5rem auto;
    display: block;
}

.object-fit-cover {
    object-fit: cover;
}

.object-fit-contain {
    object-fit: contain;
}

.iframe iframe {
    width: 100% !important;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
}

body.scrolled #header {
    box-shadow: var(--bs-box-shadow-sm);
}

body.scrolled .scroll_show {
    display: block !important;
}

body.scrolled .scroll_hidden {
    display: none !important;
}

.swiper-pagination {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    align-items: center;
}

.swiper-pagination .swiper-pagination-bullet {
    border-radius: .5rem;
    height: 0.75rem;
    width: 0.75rem;
    background: var(--bs-gray);
    opacity: 1;
    transition: all .3s;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--bs-primary);
    width: 1.5rem;
}

[data-bs-theme=dark] .swiper-pagination .swiper-pagination-bullet {
    background: var(--bs-white);
}

[data-bs-theme=dark] .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--bs-primary);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.swiper-button-disabled {
    opacity: .25;
}

.products_swiper .swiper-slide {
    height: auto;
}

#main {
    padding-top: 146px;
}

.overlay:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(45deg, rgb(var(--bs-dark-rgb), 0.5), transparent);
}

.showMore {
    overflow: hidden;
    position: relative;
    padding-bottom: 1.5rem;
    transition: all .3s;
}

.showMore:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2rem;
    background: linear-gradient(0deg, rgba(var(--bs-body-bg-rgb), 1) 60%, rgba(var(--bs-body-bg-rgb), 0));
}

.bg-light .showMore:after {
    background: linear-gradient(0deg, rgba(var(--bs-light-rgb), 1) 60%, rgba(var(--bs-light-rgb), 0));
}

.showMore .showMoreBtn {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    font-size: 0.875rem;
    border-bottom: 1px dotted;
    border-radius: 0;
}

.showMore.active {
    max-height: 10000px !important;
}

.plus-minus {
    position: relative;
}

.plus-minus:before,
.plus-minus:after {
    content: '';
    position: absolute;
    top: 10px;
    right: 0;
    width: 12px;
    height: 2px;
    background: var(--bs-secondary-color);
    transition: all .4s;
}

.plus-minus.collapsed:after {
    transform: rotate(-90deg);
}

.plus-minus:not(.collapsed):before {
    opacity: 0;
}

.col-20 {
    flex: 0 0 auto;
    width: 20%;
}

.fn_checkinside {
    cursor: pointer;
}

.fn_delivery_item:not(.active) .fn_delivery_item_collapse,
.fn_payment_item:not(.active) .fn_payment_item_collapse {
    display: none;
}

.fn_delivery_item.active,
.fn_payment_item.active {
    border-color: var(--bs-primary) !important;
}

.rateFormStars {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
}

.rateFormStars label {
    padding-left: 0.15rem;
    padding-right: 0.15rem;
    color: var(--bs-secondary-color);
}

.rateFormStars label svg {
    width: 1.5rem;
    height: 1.5rem;
}

.rateFormStars label:hover,
.rateFormStars label:hover~label,
.rateFormStars input:checked~label,
.rateFormStars input:checked label {
    color: var(--bs-warning);
}

.countdown {
    display: inline-flex;
    padding: 0;
    border: 1px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    width: auto;
    background-color: var(--bs-light);
}

.countdown .day,
.countdown .hour,
.countdown .min,
.countdown .sec {
    padding: 0.25rem 1rem 0.5rem;
    text-align: center;
}

.countdown .day .num,
.countdown .hour .num,
.countdown .min .num,
.countdown .sec .num {
    display: block;
    font-size: 2rem;
}

.countdown .day .word,
.countdown .hour .word,
.countdown .min .word,
.countdown .sec .word {
    display: block;
    font-size: 0.875rem;
}

#quick_message .quick_message_btn:before {
    content: '';
    position: absolute;
    z-index: -1;
    background: var(--bs-primary);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    animation: pulse 1.2s ease infinite;
}

#quick_message .quick_message_btn span.animated {
    position: absolute;
    top: 50% !important;
    left: 50%;
    margin-top: -11px;
    margin-left: -11px;
    opacity: 0;
    transform: scale(0);
    animation: scale 3s ease infinite;
}

#quick_message .quick_message_btn span.animated:nth-child(2) {
    animation-delay: 1.5s;
}

#quick_message .quick_message_btn span {
    transition: all .3s;
}

#quick_message .quick_message_btn span:not(.animated) {
    opacity: 0;
}

#quick_message .quick_message_btn.show .animated {
    display: none !important;
}

#quick_message .quick_message_btn.show span:not(.animated) {
    opacity: 1;
}

#quick_message .quick_message_btn.show:before {
    opacity: 0 !important;
}

/* CUSTOM STYLES */

/* animations */

.animation {
    visibility: hidden;
    opacity: 0.1;
    transition: all .35s ease-in-out;
    transition-delay: 1s;
    transform: translateY(2rem);
}

.animation.scroll-animation {
    visibility: visible;
    opacity: 1;
    transition-delay: .1s;
    transform: translateY(0);
}

/* end animations */

.number-item {
    position: relative;
    width: 220px;
    border-radius: 500px;
    border: 2px solid var(--bs-primary);
    aspect-ratio: 1/1;
    display: grid;
    place-content: center;
    padding-inline: 3rem;
}

.number-item__title {
    line-height: 1;
    font-size: clamp(1.75rem, 1.75rem + 1vw, 2.75rem);
}

.number-item__caption {
    min-height: 60px;
}

.service-card {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 1rem;
}

.service-border {
    border-radius: 58.333vw 0px 58.333vw 0px;
}

.entry::before {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    position: absolute;
    /* background: rgba(var(--bs-dark-rgb), .5); */
    z-index: 0;
}

.entry .container-xxl {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.swiper-slide-active .entry-img {
    /* animation: 3s linear 1s forwards running scaleImg; */
}

.entry-img {
    display: block;
    width: 100%;
    margin-inline: auto;
    /* height: calc(100vh - 140px);
    min-height: 582px;
    max-height: 872px;
    object-fit: cover;
    object-position: left center;
    aspect-ratio: 9/6;
    transform: scale(1); */
}

@keyframes scaleImg {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.1);
    }

    50% {
        transform: scale(1.2);
    }

    75% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1.4);
    }
}

.social-icons a svg,
.social-icons a img {
    width: 24px !important;
    height: 24px !important;
}

.custom-border-lg {
    /* categoryCard */
    --bs-btn-padding-x: 3.35vw;

    border-radius: 32px;
    max-height: 500px;
    height: 100%;
    padding-inline: var(--bs-btn-padding-x);
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    border-color: rgba(var(--bs-dark-rgb), .1);
    transition: all .15s linear;
}

.card:hover .custom-border-lg {
    border-color: rgba(var(--bs-primary-rgb), .7);
}

.scale-img {
    transition: transform .15s linear;
    transform: scale(1);
    will-change: transform;
}

.card:hover .scale-img {
    transform: scale(1.2);
}

.ratio-16 {
    /* articleCard */
    object-fit: cover;
    aspect-ratio: 16/9;
}

.aspect-ratio-1-1 {
    aspect-ratio: 1/1;
}

.ratio-9 {
    /* productCard, categoryCard */
    object-fit: cover;
    aspect-ratio: 9/6;
}

.mw-300 {
    /* btn at first display */
    max-width: 300px;
    display: none;
}

.mw-180 {
    /* in footer */
    max-width: 180px;
}

.form-control[type="text"]::-webkit-input-placeholder {
    color: rgba(var(--bs-dark-rgb), .4);
}

.form-control[type="text"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(var(--bs-dark-rgb), .4);
}

.form-control[type="text"]::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(var(--bs-dark-rgb), .4);
}

.form-control[type="text"]:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(var(--bs-dark-rgb), .4);
}

.form-control[type="text"]:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(var(--bs-dark-rgb), .4);
}

.transition-img img {
    transition: all .3s;
}

.transition-img:hover img {
    transform: scale(1.2);
}


/* END CUSTOM STYLES */

@keyframes pulse {
    0% {
        transform: scale(1, 1);
    }

    50% {
        opacity: 0.3;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes scale {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(0);
        opacity: 0;
    }
}


@media (min-width: 991.98px) {

    .icon-social svg {
        width: 32px;
        height: 32px;
    }

    .col-lg-80 {
        flex: 0 0 auto;
        width: 80%;
    }

    .number .number-item:nth-child(1) {
        left: 25px;
    }

    .number .number-item:nth-last-child(1) {
        left: -25px;
    }

}



@media (max-width: 1399.98px) {}

@media (max-width: 1199.98px) {
    .service-card {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 1.5rem;
    }
}

@media (max-width: 991.98px) {

    .number .number-item:nth-child(1) {
        top: 25px;
    }

    .number .number-item:nth-last-child(1) {
        top: -25px;
    }

    .header-logo img {
        height: 50px;
    }

    /* .h1,
    h1 {
        font-size: 1.75rem;
    } */

    .h2,
    h2 {
        font-size: 1.5rem;
    }

    .h3,
    h3 {
        font-size: 1.25rem;
    }

    .h4,
    h4 {
        font-size: 1.125rem;
    }

    #main {
        padding-top: 78px;
    }

    .btn {
        --bs-btn-font-size: 1rem;
        --bs-btn-padding-x: 1.2rem;
    }

}

@media (max-width: 767.98px) {}

@media (max-width: 575.98px) {

    img.fr-dii.fr-fil,
    img.fr-dii.fr-fir {
        float: none;
        margin: 0 auto 1rem auto;
        display: block;
    }
}

@media (min-width: 1400px) {
    .container-xxl {
        max-width: 1655px;
    }
}