/* region Boostrap */
*,
*::before,
*::after { box-sizing: border-box; }
*:focus { outline: none; box-shadow: none}

[v-cloak] { opacity: 0; visibility: hidden; transition: visibility 0s 5s, opacity 5s linear; }
[v-cloak] > * { opacity: 0; visibility: hidden; transition: visibility 0s 5s, opacity 5s linear;  }

@media (prefers-reduced-motion: no-preference) {
    :root { scroll-behavior: smooth; }
}
:root {
    --bs-white: #ffffff;
    --bs-gray: #677279;
    --bs-dark-gray: #585858;
    --bs-light-gray: #f7fafb;
    --bs-link: #2d287f;
    --bs-primary: #00adee;
    --bs-success: #4ad145;
    --bs-warning: #ff6000;
    --bs-danger: #ed1c23;
    --bs-dark: #151c39;

    --bs-light-primary: #f1faff;
    --bs-light-success: #e8fff3;
    --bs-light-info: #f8f5ff;
    --bs-light-warning: #ed681a1f;
    --bs-light-danger: #fff5f8;
    --bs-light-dark: #eff2f5;

    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }
table { border-collapse: collapse; border-spacing: 0; }

body { position: relative; margin: 0; zoom:1; font-family: 'Gilroy', var(--bs-font-sans-serif); font-size: 16px; line-height: 1.5; color: var(--bs-dark); background-color: #f3f5f6; -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: transparent; }
body.active { overflow: hidden; }


button, input, optgroup, select, textarea { margin: 0; font-family: inherit; font-size: inherit; line-height: inherit; }
button, select { text-transform: none; }
[type=button], [type=reset], [type=submit], button { -webkit-appearance: button; }
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) { cursor: pointer; }

a {text-decoration: none;  transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; }

ul { list-style: none; padding: 0; margin: 0; }
b,
strong {
    font-weight: 700;
}
.dropdown, .dropend, .dropstart, .dropup {
    position: relative;
}

.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

.fade { transition: opacity .15s linear; }
.fade:not(.show) { opacity: 0; }

.heading { width: 100%; margin-bottom: 40px; }
.heading .h-title { font-size: 32px; font-weight: 700; line-height: 1.4; margin: 0 0 5px; color: var(--bs-dark)}
.heading .h-desc { font-size: 20px; font-weight: 300; margin: 0; color: var(--bs-dark-gray)}

.sticky-top { position: -webkit-sticky; position: sticky; top: 100px; z-index: 2; }

.w-100 { width: 100%; }
.mb-3 { margin-bottom: 30px; }
.d-none { display: flex; }
.d-block { display: flex; }
.d-flex { display: flex; }
.align-items-center { align-items: center; }
.align-items-start { align-items: start; }
.align-items-end { align-items: end; }
.justify-content-center { justify-content: center; }
.justify-content-start { justify-content: flex-start; }
.justify-content-end { justify-content: flex-end; }
.justify-content-between { justify-content: space-between; }
.flex-column { flex-direction: column; }
.position-relative { position: relative; }
.position-absolute { position: absolute; }
.text-center { text-align: center; }
.text-white { color: #ffffff; }
.bg-danger { background-color: var(--bs-danger); }
.bg-warning { background-color: var(--bs-warning); }
.bg-primary { background-color: var(--bs-primary); }
.bg-success { background-color: var(--bs-success); }
.bg-dark { background-color: var(--bs-dark); }
.mb-2 { margin-bottom: 20px; }
sub, sup { position: relative; font-size: .75em; line-height: 0; vertical-align: baseline; }

h1 { font-size: 32px; font-weight: 700; }
h2 { font-size: 28px; font-weight: 700; }
h3 { font-size: 22px; font-weight: 700; }
h4 { font-size: 18px; font-weight: 700; }

.form-check { display: flex; align-items: center; justify-content: flex-start; margin: 7px 0; min-height: auto; line-height: 1; }
.form-check span { line-height: 1; margin-left: 5px;}
.form-check-input { flex: 0 0 22px; width: 22px; height: 22px; margin: 0; background-color: #eaeaea; background-repeat: no-repeat; background-position: center; background-size: contain; border: 0; appearance: none; color-adjust: exact; transition: background-color .15s ease-in-out,background-position .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
.form-check-input:checked[type=checkbox] { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 11' width='13' height='11' fill='none'%3e%3cpath d='M11.0426 1.02893C11.3258 0.695792 11.8254 0.655283 12.1585 0.938451C12.4917 1.22162 12.5322 1.72124 12.249 2.05437L5.51985 9.97104C5.23224 10.3094 4.72261 10.3451 4.3907 10.05L0.828197 6.88335C0.50141 6.59288 0.471975 6.09249 0.762452 5.7657C1.05293 5.43891 1.55332 5.40948 1.88011 5.69995L4.83765 8.32889L11.0426 1.02893Z' fill='%23FFFFFF'/%3e%3c/svg%3e"); }
.form-check-input:checked[type=radio] { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23FFFFFF'/%3e%3c/svg%3e"); }
.form-check-input[type=checkbox] { border-radius: 4px; }
.form-check-input[type=radio] { border-radius: 50%; }
.form-check-input:checked { background-color: var(--bs-primary); border-color: var(--bs-primary); }
.form-check:not(.form-switch) .form-check-input[type=checkbox] { background-size: 60% 60%; }

.form-switch { display: flex; align-items: center; justify-content: flex-start; margin: 3px 0; }
.form-switch .form-check-input { margin-right: 5px; height: 20px; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e"); background-position: left center; transition: background-position .15s ease-in-out; border-radius: 3.25rem; width: 40px; }
.form-switch .form-check-input:checked{ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFFFFF'/%3e%3c/svg%3e"); background-position: right center; }

.input-group { position: relative; display: flex; flex-wrap: wrap; align-items: stretch; width: 100%; }
.input-group-text { display: flex; align-items: center; padding: .375rem .75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; text-align: center; white-space: nowrap; background-color: #e9ecef; border: 1px solid #ced4da; border-radius: .25rem; }
.input-group>.form-control,
.input-group>.form-select { position: relative; flex: 1 1 auto; width: 1%; min-width: 0; }
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) { border-top-right-radius: 0; border-bottom-right-radius: 0; }
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) { border-top-right-radius: 0; border-bottom-right-radius: 0; }
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) { margin-left: -1px; border-top-left-radius: 0; border-bottom-left-radius: 0; }

.list-group { display: flex; align-items: flex-start; justify-content: center; flex-direction: column; }
.list-group:before { content: ""; display: block; position: absolute; left: 0; top: 0; bottom: 0; width: 2px; background-color: #e6e6e6; }
.list-group .list-group-item { position: relative; display: block; padding-left: 18px; margin: 8px 0; line-height: 24px; font-size: 18px; color: var(--bs-dark); box-sizing: border-box; }
.list-group .list-group-item.active { color: var(--bs-primary); }
.list-group .list-group-item.active:before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; display: block; width: 2px; background: var(--bs-primary); }
.list-group .list-group-item:hover { color: var(--bs-primary); }

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }
.row { display: flex; flex-wrap: wrap; margin-top: 0; margin-right: -15px; margin-left: -15px; }
.row>* { flex-shrink: 0; width: 100%; max-width: 100%; padding-right: 15px; padding-left: 15px; margin-top: 0; }

.col { flex: 1 0 0; }
.col-auto { flex: 0 0 auto; width: auto; }
.col-1 { flex: 0 0 auto; width: 8.33333333%; }
.col-2 { flex: 0 0 auto; width: 16.66666667%; }
.col-3 { flex: 0 0 auto; width: 25%; }
.col-4 { flex: 0 0 auto; width: 33.33333333%; }
.col-5 { flex: 0 0 auto; width: 41.66666667%; }
.col-6 { flex: 0 0 auto; width: 50%; }
.col-7 { flex: 0 0 auto; width: 58.33333333%; }
.col-8 { flex: 0 0 auto; width: 66.66666667%; }
.col-9 { flex: 0 0 auto; width: 75%; }
.col-10 { flex: 0 0 auto; width: 83.33333333%; }
.col-11 { flex: 0 0 auto; width: 91.66666667%; }
.col-12 { flex: 0 0 auto; width: 100%; }

@media (min-width: 576px){
    .container, .container-sm { max-width: 540px; }
}
@media (min-width: 768px){
    .container, .container-md, .container-sm { max-width: 720px; }
    .col-md-auto { flex: 0 0 auto; width: auto; }
    .col-md-1 { flex: 0 0 auto; width: 8.33333333%; }
    .col-md-2 { flex: 0 0 auto; width: 16.66666667%; }
    .col-md-3 { flex: 0 0 auto; width: 25%; }
    .col-md-4 { flex: 0 0 auto; width: 33.33333333%; }
    .col-md-5 { flex: 0 0 auto; width: 41.66666667%; }
    .col-md-6 { flex: 0 0 auto; width: 50%; }
    .col-md-7 { flex: 0 0 auto; width: 58.33333333%; }
    .col-md-8 { flex: 0 0 auto; width: 66.66666667%; }
    .col-md-9 { flex: 0 0 auto; width: 75%; }
    .col-md-10 { flex: 0 0 auto; width: 83.33333333%; }
    .col-md-11 { flex: 0 0 auto; width: 91.66666667%; }
    .col-md-12 { flex: 0 0 auto; width: 100%; }
}
@media (min-width: 992px){
    .container, .container-lg, .container-md, .container-sm { max-width: 960px; }
    .col-lg-1 { flex: 0 0 auto; width: 8.33333333%; }
    .col-lg-2 { flex: 0 0 auto; width: 16.66666667%; }
    .col-lg-3 { flex: 0 0 auto; width: 25%; }
    .col-lg-4 { flex: 0 0 auto; width: 33.33333333%; }
    .col-lg-5 { flex: 0 0 auto; width: 41.66666667%; }
    .col-lg-6 { flex: 0 0 auto; width: 50%; }
    .col-lg-7 { flex: 0 0 auto; width: 58.33333333%; }
    .col-lg-8 { flex: 0 0 auto; width: 66.66666667%; }
    .col-lg-9 { flex: 0 0 auto; width: 75%; }
    .col-lg-10 { flex: 0 0 auto; width: 83.33333333%; }
    .col-lg-11 { flex: 0 0 auto; width: 91.66666667%; }
    .col-lg-12 { flex: 0 0 auto; width: 100%; }

    .order-lg-first { order: -1 !important; }
    .order-lg-0 { order: 0 !important; }
    .order-lg-1 { order: 1 !important; }
    .order-lg-2 { order: 2 !important; }
    .order-lg-3 { order: 3 !important; }
    .order-lg-4 { order: 4 !important; }
    .order-lg-5 { order: 5 !important; }
    .order-lg-last { order: 6 !important; }
}
@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl { max-width: 1140px; }
    .col-xl-auto { flex: 0 0 auto; width: auto; }
    .col-xl-1 { flex: 0 0 auto; width: 8.33333333%; }
    .col-xl-2 { flex: 0 0 auto; width: 16.66666667%; }
    .col-xl-3 { flex: 0 0 auto; width: 25%; }
    .col-xl-4 { flex: 0 0 auto; width: 33.33333333%; }
    .col-xl-5 { flex: 0 0 auto; width: 41.66666667%; }
    .col-xl-6 { flex: 0 0 auto; width: 50%; }
    .col-xl-7 { flex: 0 0 auto; width: 58.33333333%; }
    .col-xl-8 { flex: 0 0 auto; width: 66.66666667%; }
    .col-xl-9 { flex: 0 0 auto; width: 75%; }
    .col-xl-10 { flex: 0 0 auto; width: 83.33333333%; }
    .col-xl-11 { flex: 0 0 auto; width: 91.66666667%; }
    .col-xl-12 { flex: 0 0 auto; width: 100%; }
}
@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { max-width: 1320px; }
    .col-xxl-auto { flex: 0 0 auto; width: auto; }
    .col-xxl-1 { flex: 0 0 auto; width: 8.33333333%; }
    .col-xxl-2 { flex: 0 0 auto; width: 16.66666667%; }
    .col-xxl-3 { flex: 0 0 auto; width: 25%; }
    .col-xxl-4 { flex: 0 0 auto; width: 33.33333333%; }
    .col-xxl-5 { flex: 0 0 auto; width: 41.66666667%; }
    .col-xxl-6 { flex: 0 0 auto; width: 50%; }
    .col-xxl-7 { flex: 0 0 auto; width: 58.33333333%; }
    .col-xxl-8 { flex: 0 0 auto; width: 66.66666667%; }
    .col-xxl-9 { flex: 0 0 auto; width: 75%; }
    .col-xxl-10 { flex: 0 0 auto; width: 83.33333333%; }
    .col-xxl-11 { flex: 0 0 auto; width: 91.66666667%; }
    .col-xxl-12 { flex: 0 0 auto; width: 100%; }
}

/* alert */
.alert { padding: 1.25rem; margin-top: 1.25rem; margin-bottom: 1.25rem; border: 1px solid #e9ecef; border-left-width: .25rem; border-radius: .25rem; }
.alert-success { border-left-color: var(--bs-success); }
.alert-warning { border-left-color: var(--bs-warning); }
.alert-danger { border-left-color: var(--bs-danger); }
/* badge */
.badge { display: inline-block; padding: .35em .65em; font-size: .75em; font-weight: 700; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25rem; }
.badge-success { background-color: var(--bs-success); }
.badge-warning { background-color: var(--bs-warning); }
.badge-danger { background-color: var(--bs-danger); }
.badge-secondary { background-color: var(--bs-gray); color: var(--bs-dark);}

.badge { line-height: 1; padding: .35em .65em .25em ; }
.badge-outline-success { background-color: transparent!important; color: var(--bs-success); border: 1px solid var(--bs-success); }
.badge-outline-danger { background-color: transparent!important; color: var(--bs-danger); border: 1px solid var(--bs-danger); }
.badge-outline-warning { background-color: transparent!important; color: var(--bs-warning); border: 1px solid var(--bs-warning); }
.badge-outline-dark { background-color: transparent!important; color: var(--bs-dark); border: 1px solid var(--bs-dark); }
.badge-outline-primary { background-color: transparent!important; color: var(--bs-primary); border: 1px solid var(--bs-primary); }
.badge-outline-secondary { background-color: transparent!important; color: var(--bs-secondary); border: 1px solid var(--bs-secondary); }
.badge-outline-info { background-color: transparent!important; color: var(--bs-info); border: 1px solid var(--bs-info); }

.badge-outline-success svg { fill: var(--bs-success); }
.badge-outline-danger svg { fill: var(--bs-danger); }
/* form */
.form-control { display: block; width: 100%; padding: 10px; min-height: 42px; font-size: 14px; font-weight: 400; line-height: 1; color: var(--bs-dark); background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: .25rem; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
.form-select { display: block; width: 100%; padding: 13px 10px; min-height: 42px; -moz-padding-start: calc(0.75rem - 3px); font-size: 14px; font-weight: 400; line-height: 1; color: var(--bs-dark); background-color: #fff; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right .75rem center; background-size: 16px 12px; border: 1px solid #ced4da; border-radius: .25rem; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
textarea.form-control { padding: 10px; min-height: 90px; line-height: 1.5; }
.form-control:focus { border-color: var(--bs-primary); }

.btn { display: inline-flex; align-items: center; justify-content: center; height: 46px; font-weight: 600; line-height: 1; color: var(--bs-dark); text-align: center; text-decoration: none; vertical-align: middle; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; user-select: none; background-color: transparent; border: 1px solid transparent; padding: 0 15px; font-size: 14px; border-radius: 4px; transition: all .2s ease-in-out; }
.btn:before { -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; }
.btn-outline-white { color: var(--bs-white); border-color: var(--bs-white); }
.btn-outline-white:hover { background-color: var(--bs-white); color: var(--bs-dark); border-color: var(--bs-white); }
.btn-outline-light { color: var(--bs-dark-gray); border-color: var(--bs-light-gray); }
.btn-outline-light:hover { background-color: var(--bs-white); color: var(--bs-dark-gray); border-color: var(--bs-light-gray); }


.btn-outline-warning { color: var(--bs-warning); border-color: var(--bs-warning); }
.btn-outline-warning:hover { background-color: var(--bs-warning); color: var(--bs-dark); border-color: var(--bs-warning); }
.btn-outline-primary { color: var(--bs-primary); border-color: var(--bs-primary); }
.btn-outline-primary:hover { background-color: var(--bs-primary); color: var(--bs-white); border-color: var(--bs-primary); }
.btn-outline-success { color: var(--bs-success); border-color: var(--bs-success); }
.btn-outline-success:hover { background-color: var(--bs-success); color: var(--bs-white); border-color: var(--bs-success); }
.btn-warning { color: var(--bs-dark); background-color: var(--bs-warning); border-color: var(--bs-warning); }
.btn-primary { color: var(--bs-white); background-color: var(--bs-primary); border-color: var(--bs-primary); }
.btn-link { color: var(--bs-primary); padding: 0; }
.btn-success { color: var(--bs-white); background-color: var(--bs-success); border-color: var(--bs-success); }
.btn-danger { color: var(--bs-white); background-color: var(--bs-danger); border-color: var(--bs-danger); }
.btn-danger:hover { color: var(--bs-white); background-color: #a10207; border-color: #a10207; }
.btn-light { color: var(--bs-dark); background-color: #f8f9fa; border-color: #e3e4e5; }
.btn-dark { color: var(--bs-white); background-color: var(--bs-dark); border-color: var(--bs-dark); }
.btn-secondary { color: var(--bs-dark); background-color: var(--bs-gray); border-color: var(--bs-gray); }
.btn-whatsapp { background-color: #33aa29; border-color: #33aa29; color: #fff; }
.btn:focus { box-shadow: none; }
.btn.disabled, .btn:disabled { pointer-events: none; opacity: .65; }

.badge-light-primary { color: var(--bs-primary); background-color: var(--bs-light-primary); }
.badge-light-success { color: var(--bs-success); background-color: var(--bs-light-success); }
.badge-light-warning { color: var(--bs-warning); background-color: var(--bs-light-warning); }
.badge-light-danger { color: var(--bs-danger); background-color: var(--bs-light-danger); }
.badge-light-dark { color: var(--bs-dark); background-color: var(--bs-light-dark); }

/* tooltip */
.tooltip { position: absolute; z-index: 1080; display: block; margin: 0; font-family: var(--bs-font-sans-serif); font-style: normal; font-weight: 400; line-height: 1.5; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-break: normal; word-spacing: normal; white-space: normal; line-break: auto; font-size: 0.875rem; word-wrap: break-word; opacity: 0; }
.tooltip.show { opacity: 0.9; }
.tooltip .tooltip-arrow { position: absolute; display: block; width: 0.8rem; height: 0.4rem; }
.tooltip .tooltip-arrow::before { position: absolute; content: ""; border-color: transparent; border-style: solid; }
.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] { padding: 0.4rem 0; }
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow { bottom: 0; }
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before { top: -1px; border-width: 0.4rem 0.4rem 0; border-top-color: #000; }
.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] { padding: 0 0.4rem; }
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow { left: 0; width: 0.4rem; height: 0.8rem; }
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before { right: -1px; border-width: 0.4rem 0.4rem 0.4rem 0; border-right-color: #000; }
.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] { padding: 0.4rem 0; }
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow { top: 0; }
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before { border-width: 0 0.4rem 0.4rem; border-bottom-color: #000; }
.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] { padding: 0 0.4rem; }
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow { right: 0; width: 0.4rem; height: 0.8rem; }
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before { left: -1px; border-width: 0.4rem 0 0.4rem 0.4rem; border-left-color: #000; }
.tooltip-inner { max-width: 200px; padding: 0.25rem 0.5rem; color: #fff; text-align: center; background-color: #000; border-radius: 0.25rem; }

/* popover */
.popover { position: absolute; top: 0; left: 0 ; z-index: 1070; display: block; max-width: 276px; font-family: var(--bs-font-sans-serif); font-style: normal; font-weight: 400; line-height: 1.5; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-break: normal; word-spacing: normal; white-space: normal; line-break: auto; font-size: 0.875rem; word-wrap: break-word; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 0.3rem; }
.popover .popover-arrow { position: absolute; display: block; width: 1rem; height: 0.5rem; }
.popover .popover-arrow::before, .popover .popover-arrow::after { position: absolute; display: block; content: ""; border-color: transparent; border-style: solid; }
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow { bottom: calc(-0.5rem - 1px); }
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before { bottom: 0; border-width: 0.5rem 0.5rem 0; border-top-color: rgba(0, 0, 0, 0.25); }
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after { bottom: 1px; border-width: 0.5rem 0.5rem 0; border-top-color: #fff; }
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow { left: calc(-0.5rem - 1px); width: 0.5rem; height: 1rem; }
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before { left: 0; border-width: 0.5rem 0.5rem 0.5rem 0; border-right-color: rgba(0, 0, 0, 0.25); }
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after { left: 1px; border-width: 0.5rem 0.5rem 0.5rem 0; border-right-color: #fff; }
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow { top: calc(-0.5rem - 1px); }
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before { top: 0; border-width: 0 0.5rem 0.5rem 0.5rem; border-bottom-color: rgba(0, 0, 0, 0.25); }
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after { top: 1px; border-width: 0 0.5rem 0.5rem 0.5rem; border-bottom-color: #fff; }
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before { position: absolute; top: 0; left: 50%; display: block; width: 1rem; margin-left: -0.5rem; content: ""; border-bottom: 1px solid #f0f0f0; }
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow { right: calc(-0.5rem - 1px); width: 0.5rem; height: 1rem; }
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before { right: 0; border-width: 0.5rem 0 0.5rem 0.5rem; border-left-color: rgba(0, 0, 0, 0.25); }
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after { right: 1px; border-width: 0.5rem 0 0.5rem 0.5rem; border-left-color: #fff; }
.popover-header { padding: 0.5rem 1rem; margin-bottom: 0; font-size: 1rem; background-color: #f0f0f0; border-bottom: 1px solid rgba(0, 0, 0, 0.2); border-top-left-radius: calc(0.3rem - 1px); border-top-right-radius: calc(0.3rem - 1px); }
.popover-header:empty { display: none; }
.popover-body { font-size: 12px; line-height: 1.4; padding: 10px; color: #767676; }


/* tab */
.nav { display: flex; flex-wrap: wrap; padding-left: 0; margin-bottom: 0; list-style: none; }
.nav-tabs { border-bottom: 1px solid #dee2e6; }
.nav-link { display: block; padding: .5rem 1rem; color: #0d6efd; text-decoration: none; transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out; }
.nav-tabs .nav-link { margin-bottom: -1px; background: 0 0; border: 1px solid transparent; border-top-left-radius: .25rem; border-top-right-radius: .25rem; }
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active { color: #495057; background-color: #fff; border-color: #dee2e6 #dee2e6 #fff; }
.tab-content>.tab-pane { display: none; }
.tab-content>.active { display: block; }

.tabs2 .nav-tabs { display: flex; align-items: center; justify-content: center; flex: auto; border: 0; margin-bottom: 30px; }
.tabs2 .nav-tabs .nav-item { margin: 10px 0; }
.tabs2 .nav-tabs .nav-link { min-width: 200px; border: 0; border-left: 4px solid #ccc; box-shadow: none; padding: 4px 15px; font-size: 16px; border-radius: 0; background-color: transparent; color: var(--bs-dark-gray) }
.tabs2 .nav-tabs .nav-link b { font-size: 16px; margin-bottom: 3px; display: block; color: var(--bs-dark); }
.tabs2 .nav-tabs .nav-item.show .nav-link,
.tabs2 .nav-tabs .nav-link.active { border-color: var(--bs-danger); color: var(--bs-danger); box-shadow: none; background-color: transparent;}

.tabs3 .nav-tabs { display: flex; align-items: center; justify-content: center; flex: auto; border: 0; margin-bottom: 30px; }
.tabs3 .nav-tabs .nav-item { margin: 10px 0; }
.tabs3 .nav-tabs .nav-link { min-width: 200px; border: 0; border-bottom: 2px solid #ccc; box-shadow: none; padding: 15px; font-size: 16px; border-radius: 0; background-color: transparent; color: var(--bs-dark) }
.tabs3 .nav-tabs .nav-item.show .nav-link,
.tabs3 .nav-tabs .nav-link.active { border-color: var(--bs-danger); color: var(--bs-danger); box-shadow: none; background-color: transparent;}

.tabs4 .nav-tabs { display: flex; align-items: flex-start; justify-content: center; flex-direction: column; flex: auto; border: 0; margin-bottom: 30px; }
.tabs4 .nav-tabs .nav-link { min-width: 200px; border: 0; border-left: 2px solid #ccc; box-shadow: none; padding: 15px 15px; font-size: 16px; border-radius: 0; text-align: left; background-color: transparent; color: var(--bs-dark) }
.tabs4 .nav-tabs .nav-item.show .nav-link,
.tabs4 .nav-tabs .nav-link.active { border-color: var(--bs-danger); color: var(--bs-danger); box-shadow: none; background-color: transparent;}

/* modal */
.modal { position: fixed; top: 0; left: 0; z-index: 1060; display: none; width: 100%; height: 100%; overflow-x: hidden; overflow-y: auto; outline: 0; }
.modal-dialog { position: relative; width: auto; margin: .5rem; pointer-events: none; }
.modal-dialog { max-width: 500px; margin: 1.75rem auto; }
.modal.fade .modal-dialog { transition: transform .3s ease-out; transform: translate(0,-50px); }
.modal.show .modal-dialog { transform: none; }
.modal-content { position: relative; display: flex; flex-direction: column; width: 100%; pointer-events: auto; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0,0,0,.2); border-radius: .3rem; outline: 0; }
.modal-header { display: flex; flex-shrink: 0; align-items: center; justify-content: space-between; padding: 1rem 1rem; border-bottom: 1px solid #dee2e6; border-top-left-radius: calc(.3rem - 1px); border-top-right-radius: calc(.3rem - 1px); }
.modal-header .modal-title { margin: 0; line-height: 1.5; font-size: 18px; font-weight: 500; }
.modal-header .btn-close-w { box-sizing: content-box; width: 1em; height: 1em; color: #000; background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat; border: 0; border-radius: .25rem; opacity: .5; padding: .5rem .5rem; margin: -.5rem -.5rem -.5rem auto;}
.modal-header .btn-close { box-sizing: content-box; width: 1em; height: 1em; padding: .25em .25em; color: #000; background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat; border: 0; border-radius: .25rem; opacity: .5; }
.modal-header .btn-close { padding: .5rem .5rem; margin: -.5rem -.5rem -.5rem auto; }
.modal-header .btn-close2 { box-sizing: content-box; width: 1em; height: 1em; padding: .5rem .5rem; color: #000; background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat; border: 0; border-radius: .25rem; opacity: .7; margin: -.5rem -.5rem -.5rem auto;}
.modal-body { position: relative; flex: 1 1 auto; padding: 1rem; }
.modal-footer { display: flex; flex-wrap: wrap; flex-shrink: 0; align-items: center; justify-content: flex-end; padding: .75rem; border-top: 1px solid #dee2e6; border-bottom-right-radius: calc(.3rem - 1px); border-bottom-left-radius: calc(.3rem - 1px); }
.modal-footer>* { margin: .25rem; }
.modal-backdrop { position: fixed; top: 0; left: 0; z-index: 1040; width: 100vw; height: 100vh; background-color: #000; }
.modal-backdrop.fade { opacity: 0; }
.modal-backdrop.show { opacity: .5; }
.modal.modal-static .modal-dialog { transform: scale(1.02); }

/* dropdown */
.dropdown .dropdown-menu { position: absolute; z-index: 1000; display: none; margin: 0; padding: 0; font-size: 1rem; color: #212529; text-align: left; list-style: none; background-color: #fff;    border: 1px solid rgba(0,0,0,.15); background-clip: padding-box;  }
.dropdown .dropdown-menu.show { display: block; }
.dropdown .dropdown-menu .dropdown-item { display: block; width: 100%; padding: .25rem 1rem; clear: both; font-weight: 400; color: #212529; text-align: inherit; text-decoration: none; white-space: nowrap; background-color: transparent; border: 0; }
.dropdown .dropdown-menu[data-bs-popper] { top: 100%; left: 0; margin-top: .125rem; }
.dropdown .dropdown-menu-end { --bs-position: end; }
.dropdown .dropdown-menu-start { --bs-position: start; }
.dropdown .dropdown-toggle { white-space: nowrap; }
.dropdown .dropdown-toggle::after { display: inline-block; margin-left: .255em; vertical-align: .255em; content: ""; border-top: .3em solid; border-right: .3em solid transparent; border-bottom: 0; border-left: .3em solid transparent; }
.dropdown .dropdown-toggle.show::after { display: inline-block; margin-left: .255em; vertical-align: .255em; content: ""; border-bottom: .3em solid; border-right: .3em solid transparent; border-top: 0; border-left: .3em solid transparent; }

.accordion-item { background-color: #fff; border: 1px solid rgba(0,0,0,.125); }
.accordion-flush .accordion-item { border-right: 0; border-left: 0; border-radius: 0; }
.accordion-flush .accordion-item:first-child { border-top: 0; }
.accordion-item:first-of-type { border-bottom: 0;}
.accordion-button { position: relative; display: flex; align-items: center; width: 100%; padding: 1rem 1.25rem; font-size: 1rem; color: #212529; text-align: left; background-color: #fff; border: 0; border-radius: 0; overflow-anchor: none; transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease; }
.accordion-button:not(.collapsed) { color: var(--bs-primary); background-color: #e7f1ff; box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%); }
.accordion-button::after { flex-shrink: 0; width: 1.25rem; height: 1.25rem; margin-left: auto; content: ""; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-size: 1.25rem; transition: transform .2s ease-in-out; }
.accordion-button:not(.collapsed)::after { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); transform: rotate(-180deg); }

.collapsing { height: 0; overflow: hidden; transition: height .35s ease; }
.collapse:not(.show) { display: none; }

.global-overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:2;background:rgba(75,75,75,.8)}

.block-title { font-size: 32px; margin: 0 0 20px; position: relative; line-height: 120%; }
.block-title:before { content: ""; background-color: #e1e3e4; height: 1px; display: block; position: absolute; top: 50%; left: 0; right: 0; }
.block-title>span { display: inline-block; background: #f3f5f6; position: relative; z-index: 11; padding-right: 15px; }

@media only screen and (max-width: 767px){
    .heading .h-title { padding: 0; font-size: 24px; }
    .heading .h-title br { display: none; }
    .heading .h-desc { padding: 0; font-size: 18px; }
    .heading .h-desc br { display: none; }
}

/* endregion */

/* region Header */
.header-top { position: relative; z-index: 4; padding: 0 40px; text-transform: capitalize; background: #ed1c24; color: #fff; font-weight: 400; }
.header-top .col-left h1 { padding: 2px 0; margin: 0; font-weight: 700; font-size: 16px; line-height: 1.5; }
.header-top .col-left p { padding: 2px 0; margin: 0; font-weight: 700; font-size: 16px; line-height: 1.5; }
.header-top .col-left p span { color: #fff; font-weight: 400; border-bottom: 1px solid #fff; margin-left: 5px; }
.header-top .col-left p a { color: #fff; }
.header-top .col-right { text-align: right; }
.header-top .navUser>ul { margin: 0; list-style: none;  font-size: 14px; text-transform: capitalize; color: #fff; font-weight: 500; }
.header-top .navUser>ul>li { line-height: 1.25; padding: 6px 0; margin: 0 0 0 20px; font-size: 13px; position: relative; color: #fff; list-style: none; display: inline-block; vertical-align: top; }
.header-top .navUser>ul>li a { color: #fff; }
.header-top .navUser>ul>li>a { position: relative; }
.header-top .navUser>ul>li>a:after { content: ""; position: absolute; bottom: -3px; left: 0; right: 0; height: 1px; display: block; background: 0 0; }
.header-top .navUser>ul>li .currency b { cursor: pointer; padding: 5px 10px; border-right: 1px solid #ffffff3b; border-left: 1px solid #ffffff3b; }
.header-top .navUser>ul>li .currency .dropdown-menu { border: 1px solid #ebebeb; font-size: 13px; }

.header-bottom { position: relative; z-index: 3; padding: 10px 0; background-color: #fff; }
.header-bottom .logo { display: inline-flex; height: 100%; align-items: center; justify-content: flex-start; }
.header-bottom .logo img { height: 64px; }
.header-bottom .order-lg-0 { display: flex; align-items: center; justify-content: flex-start; }

.header-bottom .phone { flex: 0 0 135px; position: relative; top: 2px; line-height: 1; padding-left: 20px; margin-left: 24px; border-left: 1px solid #ccc; }
.header-bottom .phone a { display: flex; align-items: center; justify-content: flex-start; font-size: 18px; line-height: 1; font-weight: 400; color: var(--bs-dark); }
.header-bottom .phone a svg { width: 16px; height: 16px; margin-right: 5px; fill: var(--bs-dark); }

.header-bottom .search { width: 100%; }
.header-bottom .search form { position: relative;  border: solid 1px #E4E9EE; border-radius: .4rem; overflow: hidden; }
.header-bottom .search form input { width: 100%; background-color: #f2f4f6; padding: 5px 6rem 5px 20px; border: 0; font-size: 14px; height: 42px; }
.header-bottom .search form button { position: absolute; top: 0; right: 0; display: flex; align-items: center; justify-content: center; height: 100%; width: 3rem; background: 0 0; opacity: .5; border: none; padding: 0; }

.header-bottom .h-links { display: flex; align-items: center; justify-content: flex-end; }
.header-bottom .h-links a { position: relative; display: flex; align-items: center; justify-content: flex-start; color: var(--bs-dark); font-size: 14px; line-height: 1.4; margin-left: 30px; }
.header-bottom .h-links a svg { width: 32px; height: 32px; margin-right: 6px; fill: var(--bs-dark); }
.header-bottom .h-links a>span>small { font-size: 11px; display: block; color: var(--bs-dark-gray) }
.header-bottom .h-links a .m-cart-amount { position: absolute; left: 20px; top: 0; background-color: var(--bs-warning); font-size: 11px; color: #fff; line-height: 1; padding: 1px 3px; border-radius: 4px; }

.header-nav { position: relative; z-index: 3; background-color: #f3f5f6; border-bottom: 1px solid #e1e3e4; border-top: 1px solid #e1e3e4; }
.header-nav-container { display: flex; align-items: center; }
.header-nav-container>ul { display: flex; }
.header-nav-container>ul>li>a { color: #646464; font-size: 14px; padding: 10px 14px; font-weight: 700; transition: all .2s ease-in-out; position: relative; height: 100%; display: flex; justify-content: flex-start; align-items: center; text-align: center; }

.header-nav-container ul>li.all-cats { margin-right: 15px; }
.header-nav-container ul>li.all-cats>a { position: relative; background-color: var(--bs-dark-gray); color: #fff; padding: 10px 40px 10px 20px; }
.header-nav-container ul>li.all-cats>a svg { height: 20px; margin-right: 10px; fill: #ffffff; }
.header-nav-container ul>li.all-cats>a:after { content: ""; display: block; position: absolute; top: 0.50rem; right: 20px; bottom: 0; margin: auto; width: 0; height: 0; border: 0.3rem solid transparent; border-top-color: #fff; }

@media only screen and (max-width: 767px){
    .header-top { padding: 0 5px; }
    .header-top .col-lg-5 { display: none; }
    .header-top .navUser>ul { display: flex; align-items: center; justify-content: center; }
    .header-top .navUser>ul>li { margin: 0 10px; }
    .header-top .navUser>ul>li:nth-child(1) { display: none; }

    .header-nav { background-color: var(--bs-dark-gray); border-bottom: 0; }
    .header-nav-container ul { width: 100%; }
    .header-nav-container ul li { display: none; }
    .header-nav-container ul>li.all-cats { display: block; margin-right: 0; }
    .header-nav-container ul>li.all-cats>a { width: 100%; }

    .header-bottom .phone { display: none; }
    .header-bottom .h-links a span { display: none; }
    .header-bottom .search { margin-top: 10px; }
}
/* endregion */

/* region Section Bar */
.section-bar { padding: 12px; background: linear-gradient(90deg,#9c6cf1,#ff4583 50%,#ff985e); }
.section-bar .sticky-button { display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; font-weight: 700; }
.section-bar .sticky-button .startIcon { width: 24px; height: 24px; margin-right: 12px; fill: #ffffff; }
.section-bar .sticky-button .endIcon { width: 24px; height: 24px; margin-left: 12px; fill: #ffffff; }
.section-bar .sticky-button .textMobile { display: none; }
/* endregion */

/* region Section Banner */
.section-stories { position: relative; padding: 20px 0 0; }
.story-list { display: flex; align-items: center; justify-content: flex-start; }
.story-list .story-item { display: flex; align-items: center; justify-content: center; text-align: center; flex-direction: column; margin: 0 15px; }
.story-list .story-item .story-thumb { height: 88px; width: 88px; display: block; box-sizing: border-box; overflow: hidden; transition: transform .2s; border-radius: 50%; text-align: center; margin: 0; }
.story-list .story-item .story-thumb img { width: 85px; height: 85px; border-radius: 50%; display: inline-block; }
.story-list .story-item .story-name { display: inline-block; color: #333; font-size: 12px; width: 100%; }

.section-banner { position: relative; padding: 20px 0; height: 460px !important; }
#home-banner { height: 420px !important; }
#home-banner .item { overflow: hidden; border-radius: 6px; border: 1px solid #e3e6ed; height: 420px; }
#home-banner .item img { display: block; width: 100%; height: 420px; }
#home-banner .owl-dots { position: absolute; bottom: 20px; right: 0; left: 0; display: flex; align-items: center; justify-content: center; }
#home-banner .owl-dots .owl-dot span { width: 20px; height: 5px; border-radius: 4px; margin: 0 2px; background: #D6D6D6; display: block; -webkit-backface-visibility: visible; transition: opacity 200ms ease; }
#home-banner .owl-dots .owl-dot.active span,
#home-banner .owl-dots .owl-dot:hover span { background: #869791; }
#home-banner .owl-nav { position: absolute; bottom: 20px; left: 40px; z-index: 1; display: flex; align-items: center; justify-content: center; }
#home-banner .owl-nav button { background: var(--bs-white); color: black; border-radius: 50%; width: 42px; height: 42px; line-height: 1; display: flex; align-items: center; justify-content: center; font-size: 2rem; overflow: hidden; margin: 0 2px; }
#home-banner .owl-nav button span { line-height: 1; height: 39px;}
#home-banner .owl-nav button:hover { background: var(--bs-warning); color: var(--bs-white); }

.home-banner-small { display: flex; }
.home-banner-small img { width: 100%; height: 165px; border-radius: 6px; }
.home-banner-small + .home-banner-small { margin-top: 30px;}

@media only screen and (max-width: 767px){
    .section-banner { height: 520px !important; }
    #home-banner { height: 480px !important; }
    #home-banner .item { height: 477px; }
    #home-banner .item img { height: 477px }
    .home-banner-small img { height: auto; }
    .home-banner-small + .home-banner-small { margin-top: 10px;}
}
/* endregion */

/* region Section Wb */
.section-wb { padding: 20px 0; }
.wb-categories { display: grid; grid-template-columns: repeat(5,auto); border-left: 1px solid #e3e6ed; border-top: 1px solid #e3e6ed; }
.wb-categories .wb-category { display: flex; align-items: flex-start; justify-content: center; padding: 10px; background-color: #fff; border-bottom: 1px solid #e3e6ed; border-right: 1px solid #e3e6ed;}
.wb-categories .wb-category .wb-meta { display: flex; align-items: flex-start; justify-content: center; flex-direction: column; flex: 0 0 50%; }
.wb-categories .wb-category .wb-meta .wb-name { color: #222; font-size: 15px; font-weight: 700; }
.wb-categories .wb-category .wb-meta .wb-buy { color: #999; font-size: 12px; }
.wb-categories .wb-category .wb-thumb { display: flex; align-items: center; justify-content: center; height: 100%; flex: 0 0 50%; }
.wb-categories .wb-category .wb-thumb img { height: 28px; max-width: 100%; }

@media only screen and (max-width: 767px){
    .wb-categories { grid-template-columns: repeat(2,auto); }
}
/* endregion */

/* region Section Icon */
.section-icon { padding: 0 0 10px; }
.section-icon .row { border-radius: 5px; border: 1px solid #e3e6ed; background-color: #fff; padding:20px; margin: 0; }
.section-icon .icon-content { display: flex; align-items: flex-start; justify-content: center; border-right: 1px solid #e3e6ed; line-height: 1; }
.section-icon .icon-content b { display: block; font-size: 18px; font-weight: 700; margin-bottom: 5px; }
.section-icon .icon-content p { margin: 0; color: #999; }
.section-icon .icon-content svg { width: 42px; height: 42px; margin-right: 10px; }
.section-icon li:last-child .icon-content { border-right: 0; }

@media only screen and (max-width: 767px){
    .section-icon .row { padding: 0; }
    .section-icon .icon-content { justify-content: flex-start; align-items: flex-start; border: 0; }
    .section-icon .icon-content svg { width: 20px; height: 20px; }
    .section-icon .icon-content b { font-size: 15px; line-height: 1.3; }
    .section-icon .icon-content p { font-size: 12px; }
    .section-icon .col-6 { padding: 15px 5px; }
}
/* endregion */

/* region Section Products */
.section-products { padding: 10px 0 10px; }

.products { display: grid; grid-template-columns: repeat(5, 20%); flex: 1 1 auto; margin: 0; }

.product { position: relative; z-index: 0; display: flex; align-items: center; justify-content: flex-start; flex-direction: column; background-color: var(--bs-white); border: 1px solid #e3e6ed; margin: 5px; }
.product .p-thumb { display: flex; align-items: center; justify-content: center; width: 100%; height: 205px; overflow:hidden;font-size: 14px; line-height: 1.4; }
.product .p-thumb a { display: flex; align-items: center; justify-content: center; line-height: 1; }
.product .p-thumb img { width: 100%; max-height: 205px; object-fit: cover; transition: filter .4s,-webkit-filter .4s; }
.product .p-badge { position: absolute; left: 10px; top: 10px; }
.product .p-badge span { padding: 4px 6px; border-radius: 4px; background-color: red; font-size: 10px; }
.product .p-badge .b-new { background-color: var(--bs-success); color: #fff; }
.product .p-badge .b-discount { background-color: var(--bs-danger); color: #fff; }
.product .p-badge .b-fast { background-color: var(--bs-dark); color: #fff; }
.product .p-badge .b-free { background-color: var(--bs-dark); color: #fff; }
.product .p-badge .b-refurbished { background-color: var(--bs-primary); color: #fff; }
.product .p-detail { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 10px; width: 100%; border-top: 1px solid #e3e6ed; min-height: 148px; max-height: 196px; }
.product .p-detail .p-name { display: flex; align-items: center; justify-content: center; text-align: center; flex-wrap: wrap; overflow: hidden; }
.product .p-detail .p-name a { font-size: 14px; line-height: 1.3; font-weight: 700; color: var(--bs-dark); }
.product .p-detail .p-meta { display: flex; align-items: center; justify-content: center; flex-direction: column; flex-wrap: wrap; font-size: 14px; color: #9b9b9b; }
.product .p-detail .p-meta a { color: var(--bs-primary); }
.product .p-detail .p-meta a:hover { text-decoration: underline; }
.product .p-detail .p-prices { display: flex; align-items: center; justify-content: center; line-height: 1; margin-top: auto; }
.product .p-detail .p-prices .old-price { text-decoration: line-through; color: #9b9b9b; font-size: 13px; margin-right: 10px; }
.product .p-detail .p-prices .new-price { color: var(--bs-dark); font-size: 17px; font-weight: 700; }
.product .p-feature { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; flex: 1 1 auto; width: 100%; }
.product .p-feature > div { display: inline-flex; align-items: center; justify-content: center; flex-direction: column; flex: 0 0 25%; border: 1px solid #e8e8e8; background-color: #fafafa; color: #333; font-size: 13px; margin: -1px; font-weight: 600; padding: 5px; line-height: 1;  }
.product .p-feature > div > span { font-weight: 300; font-size: 10px; margin-bottom: 2px; }
.product:hover { box-sizing: border-box; cursor: pointer; height: inherit; box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.08); }


.product-cats { display: flex; border: 4px solid #26436f; background-color: #fff; }
.product-cats .product-banner { flex: 0 0 17%; padding: 25px; min-height: 340px; background-color: #26436f; border: 1px solid #26436f;  }
.product-cats .product-banner h3 { position: relative; font-size: 16px; padding: 0 0 12px 0; margin: 0 0 15px }
.product-cats .product-banner h3:before { content: ""; background-color: var(--bs-primary); width: 50px; height: 2px; position: absolute; z-index: 2; bottom: -2px; display: inline-block; }
.product-cats .product-banner h3 a { color: var(--bs-dark); }
.product-cats .product-banner ul li a { display: inline-flex; font-size: 13px; color: #fff; padding: 5px 0; }
.product-cats .product-banner ul li a:hover { text-decoration: underline }
.product-cats .home-product { flex: 0 0 calc(100% - 34%);  }

.product-cats .product { margin: 0 -1px; }

.product-filters { display: flex; align-items: center; justify-content: space-between; padding: 10px; background-color: #fff; border-radius: 4px; margin-bottom: 10px; border: solid 1px #e5e5e5; }
.product-filters h1 { font-size: 15px; font-weight: 300; color: #7b7b7b; }
.product-filters h1 b { color: #484848; }
.product-filters .form-select { width: 200px; }

.default-countdown { display: flex; align-items: center; justify-content: flex-end; }
.default-countdown>div { display: flex; align-items: center; justify-content: center; flex-direction: column; font-size: 20px; font-weight: 700; line-height: 1; border-radius: 4px; background-color: #0a0b0d; color: #fff; margin: 0 1px; width: 40px; height: 50px; }
.default-countdown>div>small { font-size: 11px; font-weight: 300; margin-top: 3px; }

@media only screen and (max-width: 767px){
    .product-cats .product-banner { flex: 0 0 50%; }
    .product .p-thumb img { height: 100%; max-height: 100%; }
    .products { grid-template-columns: repeat(1,auto); }
}
/* endregion */

/* region Product Detail */
.section-detail { padding: 30px 0 20px; }

.product-detail { position: relative; /*background-color: #fff; border: solid 1px #e3e6ed; border-radius: 6px; */}
.product-detail .product-slide { display: flex; align-items: center; justify-content: center; border: 1px solid #e0e0e0; height: 420px; width: 100%; padding: 20px; border-radius: 4px; }
.product-detail .product-slide img { height: 100%; }
.product-detail .name-info { margin: 0 0 15px; }
.product-detail .name-info h1 { font-size: 1.6rem; line-height: 1.2; margin: 0; }
.product-detail .price-info { display: flex; align-items: center; justify-content: flex-start; margin: 15px 0 15px; }
.product-detail .price-info .discount { display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; border-radius: 4px; background: #e7030a; width: 68px; padding: 4px 0 8px; flex-wrap: wrap; font-size: 1.5rem; font-weight: 700; line-height: 1.2; margin-right: 15px; color: #fff; }
.product-detail .price-info .discount-text { font-size: .75rem; }
.product-detail .price-info .prices .oldPrice { text-align: left; font-weight: 400; color: #5d5d5d; text-decoration: line-through; }
.product-detail .price-info .prices .salePrice { font-weight: 700; font-size: 33px; line-height: 33px; }
.product-detail .action-info { display: flex; align-items: center; justify-content: flex-start; }
.product-detail .action-info .qty-box { width: 110px; margin-right: 15px; }
.product-detail .action-info .qty-box select { width: 100%; height: 48px; }
.product-detail .action-info .cart-box { min-width: 170px; }
.product-detail .action-info .cart-box .btn { width: 100%; height: 48px; font-weight: 600; font-size: 1.1rem; }
.product-detail .action-info .cart-box .btn svg { height: 20px; width: 20px; margin-right: 6px; }
.product-detail .author-info { display: flex; align-items: center; justify-content: flex-start; }
.product-detail .author-info div a { color: var(--bs-dark); }
.product-detail .author-info .author-box { margin-right: 15px; }
.product-detail .short-info { margin-top: 20px; }
.product-detail .short-info ul { display: flex;align-items: center; justify-content: flex-start; flex-wrap: wrap; }
.product-detail .short-info ul li { width: 33%;  }
.product-detail .cargo-info { display: flex; align-items: center; justify-content: flex-start; border-radius: 4px; height: 48px; margin: 20px 0; padding: 0 15px; font-weight: 600; border: 1px solid #dee2e6; }
.product-detail .cargo-info svg { height: 24px; width: 24px; margin-right: 10px; }
.product-detail .button-info { display: flex; align-items: center; justify-content: flex-start;}
.product-detail .button-info .btn + .btn { margin-left: 10px; }
.product-detail .button-info svg { height: 20px; width: 20px; margin-right: 5px; }

.detail-gallery { height: 100%; overflow: hidden; border-radius: 6px; }
.detail-gallery .big-image { display: flex; align-items: center; justify-content: center; padding: 0; width: 100%; height: 503px !important; margin-bottom: 15px; }
.detail-gallery .big-image a { display: flex; align-items: center; justify-content: center; }
.detail-gallery .big-image img { display: block; height: 100%; width: 100%; object-fit: contain; border-radius: 6px; }
.detail-gallery .big-image-thumbs { overflow: hidden; }

.owl-thumbs .owl-nav button { position: absolute; display: flex; align-items: center; justify-content: center; top:25%; width: 28px; height: 28px; border-radius: 50%; background: #fff !important; box-shadow: 0 2px 4px rgba(0,0,0,0.15);}
.owl-thumbs .owl-nav button>i { font-size: 14px; font-weight: 800;}
.owl-thumbs .owl-nav button:hover { opacity: .9;}
.owl-thumbs .owl-nav .owl-next { right: -15px;}
.owl-thumbs .owl-nav .owl-prev { left: -15px; }

.product-content { padding: 0 0 30px; }
.product-content .nav-tabs { background-color: #919191; border-radius: .25rem .25rem 0 0; }
.product-content .nav-tabs .nav-link { color: #fff; font-size: 15px; padding: 10px 20px; font-weight: 600; min-width: 100px; }
.product-content .nav-tabs .nav-link.active { color: #484848; }
.product-content .tab-content { border: 1px solid #dee2e6; border-top: 0; overflow: hidden; border-radius: 0 0 .25rem .25rem; }
.product-content .tab-content .tab-pane { padding: 30px 20px; background-color: #fff; font-size: 15px; line-height: 1.4; }
.product-content .tab-content .tab-pane h3 { font-size: 18px; margin: 0 0 10px; }

.product-related { padding: 10px 0 50px; }
.product-related h2 { font-size: 24px; font-weight: 300; margin-bottom: 20px; }
.product-related h2 > b { font-weight: 700; }

.breadcrumb { margin-bottom: 15px; }
.breadcrumb ul { list-style: none; display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; padding: 0; margin: 0; }
.breadcrumb ul li { font-size: 13px; color: var(--bs-dark-gray) }
.breadcrumb ul li a { color: var(--bs-dark); font-size: 13px; }
.breadcrumb ul li a:after { content: "/"; margin: 0 5px; }
.breadcrumb ul li:last-child a { font-weight: 600; }
.breadcrumb ul li:last-child a:after { display: none; }


.review-rate .r-title { font-size: 20px; padding: 15px 0; }
.review-rate .r-main { display: flex; align-items: center; justify-content: flex-start; }
.review-rate .r-main .r-r1 { flex: 0 0 200px; width: 200px; height: 200px; border: 1px solid #e2e2e2; margin-right: 20px; }
.review-rate .r-main .r-r1 img { width: 100%; }
.review-rate .r-main .r-r2 { display: flex; align-items: center; justify-content: center; flex-direction: column; }
.review-rate .r-main .r-r2>span { font-size: 32px; line-height: 1; font-weight: 600; }
.review-rate .r-action { display: flex; align-items: center; justify-content: flex-start; padding: 15px 0 ; }

.rate-star { position: relative; display: flex; align-items: center; justify-content: flex-start; padding: 10px 0 0; }
.rate-star li span { display: flex; align-items: center; justify-content: center; flex-direction: column; height: 14px; font-size: 9px; line-height: 1; text-align: center; color: #b2b1b1; margin-right: 10px; opacity: 0; visibility: hidden; }
.rate-star li:hover span { opacity: 1; visibility: visible; color: rgb(246, 159, 41); }
.rate-star li:before { cursor: pointer; display: inline-block; list-style: none; outline: none; padding: 0; position: relative; height: 36px; margin-right: 10px; width: 36px; }
.rate-star li:before { content: url(data:image/svg+xml,%0A%20%20%20%20%3Csvg%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%20%20%3Cpath%0A%20%20%20%20%20%20%20%20d%3D%22M7.446%207.12L10.603.857a1.57%201.57%200%20012.794%200l3.162%206.265%206.018.597a1.555%201.555%200%2001.966%202.654l-4.988%204.944%201.85%206.722a1.564%201.564%200%2001-2.209%201.799L12%2020.771l-6.183%203.062a1.564%201.564%200%2001-2.211-1.804l1.848-6.715L.462%2010.37a1.559%201.559%200%2001-.367-1.637%201.55%201.55%200%20011.321-1.016l6.03-.598zm4.613-5.582l-.013-.016a.07.07%200%2000-.106.016L8.6%208.163a.75.75%200%2001-.596.408l-6.452.64a.053.053%200%2000-.047.035.056.056%200%2000.013.058l5.304%205.253a.75.75%200%2001.195.732L5.054%2022.42a.066.066%200%2000.021.066c.02.015.046.018.072.005l6.52-3.23a.756.756%200%2001.666%200l6.533%203.236a.064.064%200%2000.068-.007.063.063%200%2000.023-.059l-1.965-7.138a.752.752%200%2001.195-.732l5.3-5.253a.056.056%200%2000.013-.058c-.007-.02-.026-.034-.059-.037l-6.44-.638a.75.75%200%2001-.596-.408L12.06%201.538z%22%0A%20%20%20%20%20%20%20%20fill%3D%22%23F69F29%22%0A%20%20%20%20%20%20%2F%3E%0A%20%20%20%20%3C%2Fsvg%3E%0A%20%20); }
.rate-star li:hover:before { content: url(data:image/svg+xml,%0A%20%20%20%20%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23F69F29%22%20d%3D%22M7.446%207.12L10.603.857c.269-.524.808-.854%201.397-.854s1.128.33%201.397.854l3.162%206.265%206.018.597c.605.05%201.125.447%201.333%201.017.207.57.064%201.21-.367%201.637l-4.988%204.944%201.85%206.722c.158.594-.048%201.226-.525%201.614-.478.388-1.138.46-1.684.185L12%2020.771l-6.183%203.062c-.55.276-1.21.205-1.688-.183-.477-.388-.683-1.02-.523-1.621l1.848-6.715L.462%2010.37c-.43-.427-.574-1.066-.367-1.637.208-.57.728-.967%201.321-1.016l6.03-.598zm4.613-5.582l-.013-.016c-.012-.011-.029-.018-.046-.018-.026%200-.05.015-.06.034L8.6%208.163c-.116.229-.34.383-.596.408l-6.452.64c-.021.001-.04.015-.047.035-.007.02-.002.043.013.058l5.304%205.253c.192.19.267.47.195.732L5.054%2022.42c-.006.024.002.05.021.066.02.015.046.018.072.005l6.52-3.23c.21-.103.456-.103.666%200l6.533%203.236c.022.011.049.008.068-.007.02-.016.027-.042.023-.059l-1.965-7.138c-.072-.261.003-.54.195-.732l5.3-5.253c.015-.015.02-.037.013-.058-.007-.02-.026-.034-.059-.037l-6.44-.638c-.255-.025-.48-.179-.596-.408L12.06%201.538z%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23F69F29%22%20fill-opacity%3D%22.27%22%20d%3D%22M23.555%208.729c-.219-.588-.779-.978-1.406-.98h-6.087c-.212%200-.402-.134-.472-.334l-2.185-6.193c-.22-.586-.78-.975-1.405-.975-.626%200-1.186.389-1.405.975l-.005.016-2.18%206.177c-.07.2-.26.334-.471.334H1.85c-.631%200-1.195.394-1.411.988C.223%209.33.403%209.995.887%2010.4l5.184%204.3c.159.132.22.347.155.543l-2.178%206.531c-.207.62.012%201.302.54%201.686.527.385%201.243.384%201.77-.002l5.346-3.92c.176-.129.415-.129.591%200l5.344%203.919c.527.388%201.243.39%201.772.005.529-.385.747-1.068.54-1.688l-2.178-6.535c-.065-.196-.004-.411.155-.543l5.194-4.306c.478-.408.651-1.071.433-1.661z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fsvg%3E%0A%20%20); }
.rate-star li.selected:before { content: url(data:image/svg+xml,%0A%20%20%20%20%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23F69F29%22%20d%3D%22M23.555%208.729c-.219-.588-.779-.978-1.406-.98h-6.087c-.212%200-.402-.134-.472-.334l-2.185-6.193c-.22-.586-.78-.975-1.405-.975-.626%200-1.186.389-1.405.975l-.005.016-2.18%206.177c-.07.2-.26.334-.471.334H1.85c-.631%200-1.195.394-1.411.988C.223%209.33.403%209.995.887%2010.4l5.184%204.3c.159.132.22.347.155.543l-2.178%206.531c-.207.62.012%201.302.54%201.686.527.385%201.243.384%201.77-.002l5.346-3.92c.176-.129.415-.129.591%200l5.344%203.919c.527.388%201.243.39%201.772.005.529-.385.747-1.068.54-1.688l-2.178-6.535c-.065-.196-.004-.411.155-.543l5.194-4.306c.478-.408.651-1.071.433-1.661z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fsvg%3E%0A%20%20); }

.star { background-repeat: no-repeat; background-position: center; background-size: cover; width: 12px; height: 12px; background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDEyIDEyIj48cGF0aCBmaWxsPSIjZjI4YjAwIiBkPSJNNiAwYy4yMiAwIC40MTYuMTQ4LjQ4Ni4zNjZsMS4yMDcgMy43NzIgMy43OTkuMDM1Yy4yMi4wMDMuNDE1LjE1Mi40ODMuMzcxYS41NTEuNTUxIDAgMCAxLS4xODMuNTk4TDguNzQgNy41MDhsMS4xNDEgMy43OTRhLjU0OS41NDkgMCAwIDEtLjE4Ny41OTUuNDk3LjQ5NyAwIDAgMS0uNi4wMDNMNiA5LjU5MiAyLjkwNiAxMS45YS40OTcuNDk3IDAgMCAxLS41OTktLjAwMy41NTEuNTUxIDAgMCAxLS4xODctLjU5NWwxLjE0LTMuNzk0TC4yMDggNS4xNDJhLjU1MS41NTEgMCAwIDEtLjE4My0uNTk4LjUxNi41MTYgMCAwIDEgLjQ4My0uMzdsMy44LS4wMzZMNS41MTMuMzY2QS41MTUuNTE1IDAgMCAxIDYgMHoiLz48L3N2Zz4=); }
.nonStar { background-repeat: no-repeat; background-position: center; background-size: cover; width: 12px; height: 12px; background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDEyIDEyIj48cGF0aCBmaWxsPSIjY2NjIiBkPSJNNiAwYy4yMiAwIC40MTYuMTQ4LjQ4Ni4zNjZsMS4yMDcgMy43NzIgMy43OTkuMDM1Yy4yMi4wMDMuNDE1LjE1Mi40ODMuMzcxYS41NTEuNTUxIDAgMCAxLS4xODMuNTk4TDguNzQgNy41MDhsMS4xNDEgMy43OTRhLjU0OS41NDkgMCAwIDEtLjE4Ny41OTUuNDk3LjQ5NyAwIDAgMS0uNi4wMDNMNiA5LjU5MiAyLjkwNiAxMS45YS40OTcuNDk3IDAgMCAxLS41OTktLjAwMy41NTEuNTUxIDAgMCAxLS4xODctLjU5NWwxLjE0LTMuNzk0TC4yMDggNS4xNDJhLjU1MS41NTEgMCAwIDEtLjE4My0uNTk4LjUxNi41MTYgMCAwIDEgLjQ4My0uMzdsMy44LS4wMzZMNS41MTMuMzY2QS41MTUuNTE1IDAgMCAxIDYgMHoiLz48L3N2Zz4=); }

.review-list .rrr-title { font-size: 16px; font-weight: 600; }
.review-item { display: flex; align-items: flex-start; justify-content: flex-start; padding: 30px 0; border-bottom: 1px solid #e5e5e5; }
.review-item .rrr-thumb { flex: 0 0 72px; display: flex; align-items: center; justify-content: center; width: 72px; height: 72px; border-radius: 72px; background-color: #eee; font-size: 20px; font-weight: 700; margin-right: 16px; }
.review-item .rrr-main .rrr-info { display: flex; align-items: center; justify-content: flex-start; color: #919191; font-size: 12px; margin-bottom: 15px; }
.review-item .rrr-main .rrr-info> span { margin-right: 8px; padding-right: 8px; border-right: 1px solid #919191; }
.review-item .rrr-main .rrr-info> span:last-child { border-right: 0; margin-right: 0; padding-right: 0; }
.review-item .rrr-main .rrr-info> .rrr-star { display: flex; align-items: center; justify-content: flex-start; }
.review-item .rrr-main .rrr-info> .rrr-star>div { margin-right: 1px; }
.review-item .rrr-main .rrr-text { display: flex; flex-direction: column; -webkit-box-orient: vertical; -webkit-box-direction: normal; background-color: #eee; padding: 20px 24px; border-radius: 16px; font-size: 13px; line-height: 1.4; }
.review-item .rrr-main .rrr-picture { display: flex; align-items: center; justify-content: flex-start; margin-top: 20px; }
.review-item .rrr-main .rrr-picture a { display: flex; align-items: center; justify-content: center; border: 1px solid #e5e5e5; margin-right: 10px; }
.review-item .rrr-main .rrr-picture a>img { height: 64px; max-width: 84px; object-fit: cover; }


/* endregion */

/* region Section Blog */
.section-blog { position: relative; padding: 60px 0 100px; }
.section-blog .bg-holder { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.section-blog .container { position: relative; z-index: 1 }
.section-blog .text-right { display: flex; align-items: center; justify-content: flex-end; }
.section-blog .text-right .btn { min-width: 120px; }
.section-blog .heading { margin-bottom: 40px; }

.section-blog .blog-item { position: relative; display: flex; align-items: flex-start; justify-content: flex-end; flex-direction: column; background-color: #fff; border-radius: 6px; overflow: hidden; width: 100%; margin: 8px 0; overflow: hidden; color: #fff;  }
.section-blog .blog-item:hover:before {transition: all 200ms linear; background: var(--bs-primary); width: 100%; height: 100%;}
.section-blog .blog-item .thumb { width: 100%; height: 245px; border-radius: 6px; overflow: hidden; }
.section-blog .blog-item .thumb img { width: 100%; height: 100%; object-fit: cover;}
.section-blog .blog-item .blog-cat { position: absolute; left: 10px; top: 20px; z-index: 1; background-color: var(--bs-dark); border-radius: 4px; font-size: 12px; line-height: 1; padding: 3px 5px; }
.section-blog .blog-item .blog-info { position: relative; width: 100%; height: 128px; overflow:hidden; display: flex; align-items: flex-start; justify-content: flex-start; flex-direction: column; color: var(--bs-dark); padding: 10px 10px 0; transition: all .4s ease-in-out;}
.section-blog .blog-item .blog-info .date { font-size: 12px; opacity: .5; margin-bottom: 5px; font-weight: 300;}
.section-blog .blog-item .blog-info .name { font-size: 18px; line-height: 1.4; font-weight: 400; }
.section-blog .blog-item .blog-info .more { position: absolute; bottom: 15px; right: 20px;  align-items: center; justify-content: flex-end; transition: all .1s ease-in-out; line-height: 1; }
.section-blog .blog-item .blog-info .more>span { font-size: 15px; font-weight: 500; color: var(--bs-primary); }
.section-blog .blog-item .blog-info .more>svg { position: relative; top: 7px; height: 24px; width: 24px; fill: var(--bs-primary); margin-left: 5px; transition: all .1s ease-in-out;}

@media only screen and (max-width: 1024px){
    .section-blog .blog-item .thumb { height: 146px; }
    .section-blog .blog-item .blog-info .name { font-size: 16px; }
    .section-blog .blog-item .blog-info .more { position: unset; }
}

@media only screen and (max-width: 767px){
    .section-blog { padding-bottom: 40px; }
    .section-blog .blog-item .thumb { height: 245px; }
    .section-blog .heading { text-align: center; margin-bottom: 10px; }
    .section-blog .text-right { justify-content: center; margin-bottom: 15px; }
}
/* endregion */

/* region Pagination */
.pagination-section { padding-top: 40px; }
.pagination { display: flex; align-items: center; justify-content: center; }
.pagination .page-link { display: flex; align-items: center; justify-content: center; text-align: center; font-size: 15px; color: #0a0b0d; background-color: #fff; font-weight: 600; width: 38px; height: 38px; border: 1px solid #dee2e6; transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
.pagination .page-item:first-child .page-link { border-top-left-radius: 0.375rem; border-bottom-left-radius: 0.375rem; }
.pagination .page-item:last-child .page-link { border-top-right-radius: 0.375rem; border-bottom-right-radius: 0.375rem; }
.pagination .page-item:not(:first-child) .page-link { margin-left: calc(1px * -1); }
.pagination .page-item.active .page-link { background-color: var(--bs-primary); color: #fff; pointer-events: none; }
.pagination .page-item.disabled .page-link { background-color: #e9ecef; color: #212529bf; pointer-events: none; }
.pagination .page-item.prev .page-link,
.pagination .page-item.next .page-link { width: auto; padding: 0 10px; }
.pagination .page-item.prev .page-link span { line-height: 1; margin-right: 4px; }
.pagination .page-item.next .page-link span { line-height: 1; margin-left: 4px; }
.pagination-count { display: flex; align-items: center; justify-content: center; padding-bottom: 20px; }
/* endregion */

/* region Section SEO */
.section-seo { padding: 0 0 70px;  }
.section-seo .seo-text { padding: 20px 0 0; border-top: 1px solid #d1d0d0; overflow: hidden; height: 100px; font-family: 'Maison Neue'; font-size: 13px; font-weight: 100; line-height: 1.3; }
.section-seo .seo-text.open { height: auto; }
.section-seo .seo-text p { margin-bottom: 10px; }
.section-seo .seo-text h1,
.section-seo .seo-text h2,
.section-seo .seo-text h3 { font-family: 'Gilroy'; font-weight: 700; font-size: 13px; margin-bottom: 10px; }
.section-seo .seo-text b, .section-seo .seo-text strong { font-family: 'Gilroy'; font-weight: 700; }
.section-seo .btn { padding: 0; border-radius: 0; height: auto; font-size: 13px; }
/* endregion */

/* region Footer */
.footer { position: relative; padding: 50px 0 0; background-color: #141515; overflow: hidden; background-size: cover;  background-repeat: no-repeat;}
.footer .container { position: relative; }
.footer .breadcrumb { position: absolute; top: -55px; left:15px; background: transparent; padding: 0; margin-bottom: 0; font-size: 13px; }
.footer .breadcrumb a { color: #ccc; }
.footer a { color: #ccc; }
.footer a:hover { color: var(--bs-primary); }

.footer .footer-top b { display: block; font-size: 20px; line-height: 1; margin: 0 0 5px; font-weight: 600; color: #fff; text-transform: capitalize; }
.footer .footer-top b > a { color: #fff; }
.footer .footer-top ul { margin: 20px 0 0 0; padding: 0; list-style: none;}
.footer .footer-top li { color: #ccc; font-weight: 400; font-size: 16px; margin-bottom: 5px;}
.footer .footer-top .col-md-4 { position: relative; }
.footer .footer-top .col-md-4:before { position: absolute; content: ''; right: 35px; top:0; height: 100%; width: 1px; background: rgba(247,249,251,0.1);}
.footer .footer-top .footer-social .footer-social-link { margin-top: 20px; }
.footer .footer-top .footer-social .footer-social-link ul { margin: 0; padding: 0; }
.footer .footer-top .footer-social .footer-social-link ul li { display: inline-block; list-style: none; margin-right: 4px;}
.footer .footer-top .footer-social .footer-social-link ul li a { display: flex; align-items: center; justify-content: center; font-size: 24px; height: 48px; width: 48px; line-height: 46px; border-radius: 10px; text-align: center; background-color: #0003;color: #fff;}
.footer .footer-top .footer-social .footer-social-link ul li a svg {fill:#fff; width: 24px; height: 24px;}
.footer .footer-top .footer-social .footer-social-link ul li a:hover { background: var(--bs-primary); }
.footer .footer-top .footer-address { padding-right: 30px; }
.footer .footer-top .footer-address p { margin-top: 20px;margin-bottom: 0; font-weight: 400; font-size:1rem; margin-right: 50px; color: #ccc;}
.footer .footer-top .footer-address ul li:nth-child(1) { font-weight: 400; font-size: 1rem; margin-bottom: 10px;}
.footer .footer-top .footer-address ul li:nth-child(2) { line-height: 40px; font-weight: 600; font-size: 17px;}
.footer .footer-top .footer-address ul li:nth-child(3) { line-height: 40px; font-weight: 600; font-size: 17px;}
.footer .footer-top .foot-link ul { width: 100%; margin-top: 8px; }

.footer .footer-bottom { padding: 18px 0;margin-top: 40px; border-top: 1px solid rgba(247,249,251,0.1); }
.footer .footer-bottom p { color: #ccc; font-weight: 400; margin: 0; font-size: .9rem;}
.footer .footer-bottom p a { color: #ccc; }
.footer .footer-bottom ul { float: right; margin: 0; padding: 0; }
.footer .footer-bottom ul li { list-style: none; display: inline-block; margin-left: 20px; }
.footer .footer-bottom ul li a { color: #ccc; font-weight: 400; font-size: .9rem;}
.footer .footer-bottom ul li a:hover { color: var(--bs-primary); }

@media only screen and (max-width: 767px){
    .footer { text-align: center; }
    .footer .foot-link { margin-top: 15px; }
    .footer .footer-top .footer-address { padding-right: 0; }
    .footer .footer-top .col-md-4 { padding-top: 50px; text-align: center; }
    .footer .footer-top .col-md-4:before { height: 1px; width: 100%; top: 25px; right: 0; }
    .footer .footer-bottom { text-align: center; }
    .footer .footer-bottom ul { display: flex; align-items: center; justify-content: center; float: none; margin-top: 15px; }
    .footer .footer-bottom ul li { margin: 3px 10px; }
}
/* endregion */

/* region Client */
.section-client { padding: 50px 0 90px; }
.section-client .card { background-color: #fff; border-radius: 6px; border: 2px solid #e5e5e5; }
.section-client .card .card-header { font-size: 18px; font-weight: 600; padding: 15px 20px; border-bottom: 2px solid #e5e5e5; }
.section-client .card .card-body { padding: 20px; }
.section-client form { padding: 30px 0; }
.section-client .form-group { margin-bottom: 10px; }
.section-client .form-group label { font-size: 14px; }

.client-sidebar { background-color: #fff; border: 2px solid #e5e5e5; border-radius: 6px; }
.client-sidebar .client-header { display: flex; align-items: center; justify-content: flex-start; padding: 10px; border-bottom: 1px solid #eaeaea; color: #333; font-size: 14px; font-weight: 600; }
.client-sidebar .client-header span { display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; flex: 0 0 50px; border-radius: 50%; margin-right: 10px; background-color: #f5f5f5; color: #333; font-size: 18px; font-weight: 600; }
.client-sidebar ul { list-style: none; padding: 0; margin: 0; }
.client-sidebar ul li a { display: block; padding: 10px; border-bottom: 1px solid #eaeaea; color: #333; font-size: 14px; font-weight: 500; }
.client-sidebar ul li a:hover { color: var(--bs-primary); }
.client-sidebar ul li.active a { font-weight: 700; color: var(--bs-primary) }

.table-semantic>:not(caption)>*>* { box-shadow: none; border-bottom-width: 0; background-color: transparent; }

.table-semantic { width: 100%; font-size: 14px; border-radius: 0.28571429rem; border: 1px solid rgba(34,36,38,.15); vertical-align: middle; background: #fff; color: rgba(0,0,0,.87); margin-top: 0 !important; }
.table-semantic thead th { background-color: #f9fafb; padding: 0.92857143em 0.78571429em; color: rgba(0,0,0,.87); transition: background .1s ease,color .1s ease; }
.table-semantic thead tr:first-child>th:first-child { border-radius: 0.28571429rem 0 0 0; }
.table-semantic thead tr:first-child>th:last-child { border-radius: 0 0.28571429rem 0 0; }
.table-semantic thead tr:first-child>th:only-child { border-radius: 0.28571429rem 0.28571429rem 0 0; }
.table-semantic tbody td { border-top: 1px solid rgba(34,36,38,.1); padding: 0.78571429em 0.78571429em; transition: background .1s ease,color .1s ease; }
.table-semantic tbody td .btn { height: 32px; padding: 0 .6em; margin: 0 2px; font-size: 12px; }
.table-semantic tbody td .btn i { font-size: 16px; }
.table-semantic tbody td .btn svg { width: 15px; height: 15px; }

.btn-no { border: 0; box-shadow: none; font-size: inherit !important; color: var(--bs-primary) }

table.dataTable { margin-top: 0 !important; }
table.dataTable>tbody>tr.selected>* { background-color: #fffaf3; color: #573a08; box-shadow: none; }

.t-foot { padding-top: 10px; }
.t-foot .d-flex { align-items: center; }
div.dataTables_wrapper div.dataTables_info { padding-top: 0 !important; margin-left: 20px; font-size: 12px; opacity: .7; }

.dataTables_paginate .page-link { width: auto !important; font-size: 12px; display: flex; flex: 0 0 auto; line-height: 1; padding: 0.92857143em 1.14285714em; min-width: 3em; text-align: center; border-color: rgba(34,36,38,.15); color: rgba(0,0,0,.87); transition: background .1s ease,box-shadow .1s ease,color .1s ease; }
.dataTables_paginate .paginate_button:first-child .page-link { border-radius: 0.28571429rem 0 0 0.28571429rem; }
.dataTables_paginate .paginate_button:last-child .page-link { border-radius: 0 0.28571429rem 0.28571429rem 0; }
.dataTables_paginate .paginate_button.active .page-link { background-color: rgba(0,0,0,.05); border-color: rgb(222 222 223); font-weight: 600; }

.pay-complete { background-color: #94e7bb; color: #214c34; padding: 30px; display: flex; align-items: flex-start; justify-content: center; flex-direction: column; }
.pay-complete .btn { margin-top: 15px; height: 32px; }
/* endregion */

/* region Admin */
.admin-bar { padding-top: 10px; }
.admin-bar .colxx-2 { display: flex; align-items: center; justify-content: flex-end; }
.admin-bar .colxx-2 .btn { height: auto; }
/* endregion */

/* region Fonts */
@font-face {
    font-family: 'GilroyBlack';
    src: url('../fonts/Gilroy-Black.eot');
    src: url('../fonts/Gilroy-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-Black.woff2') format('woff2'),
    url('../fonts/Gilroy-Black.woff') format('woff'),
    url('../fonts/Gilroy-Black.ttf') format('truetype'),
    url('../fonts/Gilroy-Black.svg#Gilroy-Black') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Medium.eot');
    src: url('../fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-Medium.woff2') format('woff2'),
    url('../fonts/Gilroy-Medium.woff') format('woff'),
    url('../fonts/Gilroy-Medium.ttf') format('truetype'),
    url('../fonts/Gilroy-Medium.svg#Gilroy-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Bold.eot');
    src: url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-Bold.woff2') format('woff2'),
    url('../fonts/Gilroy-Bold.woff') format('woff'),
    url('../fonts/Gilroy-Bold.ttf') format('truetype'),
    url('../fonts/Gilroy-Bold.svg#Gilroy-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'BornReady';
    src: url('../fonts/BornReady-Regular.eot');
    src: url('../fonts/BornReady-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BornReady-Regular.woff2') format('woff2'),
    url('../fonts/BornReady-Regular.woff') format('woff'),
    url('../fonts/BornReady-Regular.ttf') format('truetype'),
    url('../fonts/BornReady-Regular.svg#BornReady-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Maison Neue';
    src: url('../fonts/MaisonNeue-Book.eot');
    src: url('../fonts/MaisonNeue-Book.eot?#iefix') format('embedded-opentype'),
    url('../fonts/MaisonNeue-Book.woff2') format('woff2'),
    url('../fonts/MaisonNeue-Book.woff') format('woff'),
    url('../fonts/MaisonNeue-Book.ttf') format('truetype'),
    url('../fonts/MaisonNeue-Book.svg#MaisonNeue-Book') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
/* endregion */

/* region Noty */
#noty_layout__bottom,#noty_layout__bottomCenter,
#noty_layout__bottomLeft,#noty_layout__bottomRight,#noty_layout__center,#noty_layout__centerLeft,#noty_layout__centerRight,#noty_layout__top,#noty_layout__topCenter,#noty_layout__topLeft,#noty_layout__topRight,.noty_layout_mixin{position:fixed;margin:0;padding:0;z-index:9999999;-webkit-transform:translateZ(0) scale(1,1);transform:translateZ(0) scale(1,1);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-font-smoothing:subpixel-antialiased;filter:blur(0);-webkit-filter:blur(0);max-width:90%}
#noty_layout__top{top:0;left:5%;width:90%}
#noty_layout__topLeft{top:20px;left:20px;width:325px}
#noty_layout__topCenter{top:5%;left:50%;width:325px;-webkit-transform:translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1,1);transform:translate(calc(-50% - .5px)) translateZ(0) scale(1,1)}#noty_layout__topRight{top:20px;right:20px;width:325px}#noty_layout__bottom{bottom:0;left:5%;width:90%}#noty_layout__bottomLeft{bottom:20px;left:20px;width:325px}#noty_layout__bottomCenter{bottom:5%;left:50%;width:325px;-webkit-transform:translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1,1);transform:translate(calc(-50% - .5px)) translateZ(0) scale(1,1)}#noty_layout__bottomRight{bottom:20px;right:20px;width:325px}#noty_layout__center{top:50%;left:50%;width:325px;-webkit-transform:translate(-webkit-calc(-50% - .5px),-webkit-calc(-50% - .5px)) translateZ(0) scale(1,1);transform:translate(calc(-50% - .5px),calc(-50% - .5px)) translateZ(0) scale(1,1)}#noty_layout__centerLeft{top:50%;left:20px;width:325px;-webkit-transform:translate(0,-webkit-calc(-50% - .5px)) translateZ(0) scale(1,1);transform:translate(0,calc(-50% - .5px)) translateZ(0) scale(1,1)}#noty_layout__centerRight{top:50%;right:20px;width:325px;-webkit-transform:translate(0,-webkit-calc(-50% - .5px)) translateZ(0) scale(1,1);transform:translate(0,calc(-50% - .5px)) translateZ(0) scale(1,1)}
.noty_progressbar{display:none}
.noty_has_timeout.noty_has_progressbar .noty_progressbar{display:block;position:absolute;left:0;bottom:0;height:3px;width:100%;background-color:#646464;opacity:.2}
.noty_bar{-webkit-backface-visibility:hidden;-webkit-transform:translate(0,0) translateZ(0) scale(1,1);-ms-transform:translate(0,0) scale(1,1);transform:translate(0,0) scale(1,1);-webkit-font-smoothing:subpixel-antialiased;overflow:hidden}
.noty_effects_open{opacity:0;-webkit-transform:translate(50%);-ms-transform:translate(50%);transform:translate(50%);-webkit-animation:noty_anim_in .5s cubic-bezier(.68,-.55,.265,1.55);animation:noty_anim_in .5s cubic-bezier(.68,-.55,.265,1.55);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}
.noty_effects_close{-webkit-animation:noty_anim_out .5s cubic-bezier(.68,-.55,.265,1.55);animation:noty_anim_out .5s cubic-bezier(.68,-.55,.265,1.55);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.noty_fix_effects_height{-webkit-animation:noty_anim_height 75ms ease-out;animation:noty_anim_height 75ms ease-out}.noty_close_with_click{cursor:pointer}
.noty_close_button{position:absolute;top:2px;right:2px;font-weight:700;width:20px;height:20px;text-align:center;line-height:20px;background-color:rgba(0,0,0,.05);border-radius:2px;cursor:pointer;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}
.noty_close_button:hover{background-color:rgba(0,0,0,.1)}.noty_modal{position:fixed;width:100%;height:100%;background-color:#000;z-index:10000;opacity:.3;left:0;top:0}
.noty_modal.noty_modal_open{opacity:0;-webkit-animation:noty_modal_in .3s ease-out;animation:noty_modal_in .3s ease-out}.noty_modal.noty_modal_close{-webkit-animation:noty_modal_out .3s ease-out;animation:noty_modal_out .3s ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes noty_modal_in{100%{opacity:.3}}@keyframes noty_modal_in{100%{opacity:.3}}@-webkit-keyframes noty_modal_out{100%{opacity:0}}@keyframes noty_modal_out{100%{opacity:0}}@keyframes noty_modal_out{100%{opacity:0}}@-webkit-keyframes noty_anim_in{100%{-webkit-transform:translate(0);transform:translate(0);opacity:1}}@keyframes noty_anim_in{100%{-webkit-transform:translate(0);transform:translate(0);opacity:1}}@-webkit-keyframes noty_anim_out{100%{-webkit-transform:translate(50%);transform:translate(50%);opacity:0}}@keyframes noty_anim_out{100%{-webkit-transform:translate(50%);transform:translate(50%);opacity:0}}@-webkit-keyframes noty_anim_height{100%{height:0}}@keyframes noty_anim_height{100%{height:0}}#noty_layout__bottom,#noty_layout__bottomCenter,#noty_layout__bottomLeft,#noty_layout__bottomRight,#noty_layout__center,#noty_layout__centerLeft,#noty_layout__centerRight,#noty_layout__top,#noty_layout__topCenter,#noty_layout__topLeft,#noty_layout__topRight,.noty_layout_mixin{z-index:998!important}

#noty_layout__topRight{top:143px}
.noty_modal{z-index:998!important}
.noty_theme__mint.noty_bar{margin:4px 0;overflow:hidden;border-radius:2px;position:relative}
.noty_theme__mint.noty_bar .noty_body{ display: flex; align-items: center; justify-content: flex-start; padding:20px; }
.noty_theme__mint.noty_bar .noty_body i { display: flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 50%; margin-right: 10px; font-size: 20px; color: #fff; }
.noty_theme__mint.noty_bar .noty_buttons{padding:10px}
.noty_theme__mint.noty_type__alert,
.noty_theme__mint.noty_type__is-alert,
.noty_theme__mint.noty_type__notification{background-color:#fff;border:4px solid #e5e3e3;color:#878787; border-radius: 4px; box-shadow: 1px 7px 14px -5px rgb(0 0 0 / 20%);}
.noty_theme__mint.noty_type__info,
.noty_theme__mint.noty_type__information,
.noty_theme__mint.noty_type__is-info{background-color:#fff;border-left:4px solid #1D72F3;color:#878787; border-radius: 4px; box-shadow: 1px 7px 14px -5px rgb(0 0 0 / 20%);}
.noty_type__info .noty_body i { background-color: #1D72F3 !important; }

.noty_theme__mint.noty_type__is-success,
.noty_theme__mint.noty_type__success{background-color:#fff;border-left:4px solid #2BDE3F;color:#878787; border-radius: 4px; box-shadow: 1px 7px 14px -5px rgb(0 0 0 / 20%);}
.noty_type__success .noty_body i { background-color: #2BDE3F !important;}

.noty_theme__mint.noty_type__is-warning,
.noty_theme__mint.noty_type__warning{background-color:#fff;border-left:4px solid #FFC007;color:#878787; border-radius: 4px; box-shadow: 1px 7px 14px -5px rgb(0 0 0 / 20%);}
.noty_type__warning .noty_body i { background-color: #FFC007 !important; }

.noty_theme__mint.noty_type__error,
.noty_theme__mint.noty_type__is-error{background-color:#fff;border-left:4px solid #f1406c;color:#878787; border-radius: 4px; box-shadow: 1px 7px 14px -5px rgb(0 0 0 / 20%);}
.noty_type__error .noty_body i { background-color: #f1406c !important; }

.noty_theme__mint.noty_type__danger,
.noty_theme__mint.noty_type__is-danger{background-color:#fff;border-left:4px solid #f1406c;color:#878787; border-radius: 4px; box-shadow: 1px 7px 14px -5px rgb(0 0 0 / 20%);}
.noty_type__danger .noty_body i { background-color: #f1406c !important; }

#noty_layout__topRight {z-index: 99999 !important;}
/* endregion */

/* region Plugin Wait Me */
.waitMe_container:not(body),body.waitMe_container .waitMe{transform:translateZ(0);backface-visibility:hidden}body.waitMe_container .waitMe{position:fixed;height:100vh}body.waitMe_container .waitMe .waitMe_content{top:50%!important;transform:none!important}.waitMe_container .waitMe{position:absolute;top:0;left:0;right:0;bottom:0;z-index:9989;text-align:center;overflow:hidden;cursor:wait}.waitMe_container .waitMe *{font-family:inherit;font-size:inherit;font-weight:initial;font-style:initial;line-height:initial;color:initial;text-decoration:initial;text-transform:initial;padding:initial;margin:initial}.waitMe_container .waitMe .waitMe_content{position:absolute;left:0;right:0;top:50%;backface-visibility:hidden}.waitMe_container .waitMe .waitMe_content.horizontal>.waitMe_progress{display:inline-block;vertical-align:middle}.waitMe_container .waitMe .waitMe_content.horizontal>.waitMe_text{display:inline-block;margin:0 0 0 20px;vertical-align:middle}.waitMe_container .waitMe .waitMe_progress{position:relative;font-size:0;line-height:0}.waitMe_container .waitMe .waitMe_progress>div{animation-fill-mode:both;display:inline-block;transform:translateZ(0);backface-visibility:hidden}.waitMe_container .waitMe .waitMe_text{position:relative;margin:20px 0 0}body.waitMe_body{overflow:hidden;height:100%}body.waitMe_body.hideMe{transition:opacity .2s ease-in-out;opacity:0}body.waitMe_body .waitMe_container:not([data-waitme_id]){position:fixed;z-index:9989;top:0;bottom:0;left:0;right:0;background:#fff}body.waitMe_body .waitMe_container:not([data-waitme_id])>div{animation-fill-mode:both;position:absolute}body.waitMe_body .waitMe_container.progress>div{width:0;height:3px;top:0;left:0;background:#000;box-shadow:-5px 0 5px 2px rgba(0,0,0,.2);animation:progress_body 7s infinite ease-out}body.waitMe_body .waitMe_container.working>div{width:10%;height:3px;top:0;left:-10%;background:#000;box-shadow:-5px 0 5px 2px rgba(0,0,0,.2);animation:working_body 2s infinite linear}body.waitMe_body .waitMe_container.progress>div:after{content:'';position:absolute;top:0;bottom:60%;right:0;width:60px;border-radius:50%;opacity:.5;transform:rotate(3deg);box-shadow:#000 1px 0 6px 1px}body.waitMe_body .waitMe_container.img>div{width:100%;height:100%;text-align:center;background-position:center!important;background-repeat:no-repeat!important}body.waitMe_body .waitMe_container.text>div{width:100%;top:45%;text-align:center}@keyframes progress_body{0%{width:0}100%{width:100%}}@keyframes working_body{0%{left:-10%}100%{left:100%}}.waitMe_container .waitMe_progress.bounce>div{width:20px;height:20px;border-radius:50%;animation:bounce 1.4s infinite ease-in-out}.waitMe_container .waitMe_progress.bounce .waitMe_progress_elem1{animation-delay:-.32s}.waitMe_container .waitMe_progress.bounce .waitMe_progress_elem2{animation-delay:-.16s}@keyframes bounce{0%,100%,80%{transform:scale(0)}40%{transform:scale(1)}}.waitMe_container .waitMe_progress.rotateplane>div{width:30px;height:30px;animation:rotateplane 1.2s infinite ease-in-out;backface-visibility:visible}@keyframes rotateplane{0%{transform:perspective(120px)}50%{transform:perspective(120px) rotateY(180deg)}100%{transform:perspective(120px) rotateY(180deg) rotateX(180deg)}}.waitMe_container .waitMe_progress.stretch{height:60px}.waitMe_container .waitMe_progress.stretch>div{width:1px;height:100%;margin:0 4px;animation:stretch 1.2s infinite ease-in-out}.waitMe_container .waitMe_progress.stretch .waitMe_progress_elem2{animation-delay:-1.1s}.waitMe_container .waitMe_progress.stretch .waitMe_progress_elem3{animation-delay:-1s}.waitMe_container .waitMe_progress.stretch .waitMe_progress_elem4{animation-delay:-.9s}.waitMe_container .waitMe_progress.stretch .waitMe_progress_elem5{animation-delay:-.8s}@keyframes stretch{0%,100%,40%{transform:scaleY(.4)}20%{transform:scaleY(1)}}.waitMe_container .waitMe_progress.orbit{width:40px;height:40px;margin:auto;position:relative}.waitMe_container .waitMe_progress.orbit>div{width:100%;height:100%;margin:auto;top:0;left:0;position:absolute;animation:orbit_rotate 2s infinite linear}.waitMe_container .waitMe_progress.orbit>div>div{width:50%;height:50%;border-radius:50%;top:10%;left:10%;position:absolute;animation:orbit 2s infinite ease-in-out}.waitMe_container .waitMe_progress.orbit .waitMe_progress_elem2>div{top:auto;bottom:10%;left:auto;right:10%;animation-delay:-1s}@keyframes orbit_rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes orbit{0%,100%{transform:scale(0)}50%{transform:scale(1)}}.waitMe_container .waitMe_progress.roundBounce{width:60px;height:60px;margin:auto}.waitMe_container .waitMe_progress.roundBounce>div{width:24%;height:24%;border-radius:50%;position:absolute;animation:roundBounce 1.2s infinite ease-in-out}.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem1{top:0;left:0}.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem2{top:0;right:0}.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem3{bottom:0;right:0}.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem4{bottom:0;left:0}.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem5{top:-3%;left:50%;margin-top:-12%;margin-left:-12%;animation-delay:-1.1s}.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem6{top:50%;right:-3%;margin-top:-12%;margin-right:-12%}.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem7{bottom:-3%;left:50%;margin-bottom:-12%;margin-left:-12%}.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem8{top:50%;left:-3%;margin-top:-12%;margin-left:-12%}.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem9{top:0;right:0;animation-delay:-1s}.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem2{animation-delay:-.9s}.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem6{animation-delay:-.8s}.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem10{bottom:0;right:0;animation-delay:-.7s}.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem3{animation-delay:-.6s}.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem7{animation-delay:-.5s}.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem11{bottom:0;left:0;animation-delay:-.4s}.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem4{animation-delay:-.3s}.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem8{animation-delay:-.2s}.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem12{top:0;left:0;animation-delay:-.1s}@keyframes roundBounce{0%,100%,80%{transform:scale(0)}40%{transform:scale(1)}}.waitMe_container .waitMe_progress.win8{width:40px;height:40px;margin:auto}.waitMe_container .waitMe_progress.win8>div{width:100%;height:100%;opacity:0;position:absolute;margin:auto;left:0;right:0;transform:rotate(225deg);animation:win8 5.5s infinite}.waitMe_container .waitMe_progress.win8>div>div{width:15%;height:15%;border-radius:50%;position:absolute}.waitMe_container .waitMe_progress.win8 .waitMe_progress_elem2{animation-delay:.24s}.waitMe_container .waitMe_progress.win8 .waitMe_progress_elem3{animation-delay:.48s}.waitMe_container .waitMe_progress.win8 .waitMe_progress_elem4{animation-delay:.72s}.waitMe_container .waitMe_progress.win8 .waitMe_progress_elem5{animation-delay:.96s}@keyframes win8{0%{transform:rotate(225deg);animation-timing-function:ease-out}7%{opacity:1;transform:rotate(345deg);animation-timing-function:linear}30%{transform:rotate(455deg);animation-timing-function:ease-in-out}39%{transform:rotate(690deg);animation-timing-function:linear}70%{opacity:1;transform:rotate(815deg);animation-timing-function:ease-out}75%{transform:rotate(945deg);animation-timing-function:ease-out}100%,76%{opacity:0;transform:rotate(945deg)}}.waitMe_container .waitMe_progress.win8_linear{margin:auto;width:150px;height:6px}.waitMe_container .waitMe_progress.win8_linear>div{width:100%;height:100%;left:0;opacity:0;position:absolute;animation:win8_linear 3s infinite}.waitMe_container .waitMe_progress.win8_linear>div>div{width:4%;height:100%;border-radius:50%}.waitMe_container .waitMe_progress.win8_linear .waitMe_progress_elem2{animation-delay:.3s}.waitMe_container .waitMe_progress.win8_linear .waitMe_progress_elem3{animation-delay:.6s}.waitMe_container .waitMe_progress.win8_linear .waitMe_progress_elem4{animation-delay:.9s}.waitMe_container .waitMe_progress.win8_linear .waitMe_progress_elem5{animation-delay:1.2s}@keyframes win8_linear{0%,100%{transform:translateX(0);animation-timing-function:ease-out}10%{opacity:1;transform:translateX(33.333%);animation-timing-function:linear}50%{opacity:1;transform:translateX(53.333%);animation-timing-function:ease-in-out}60%{opacity:0;transform:translateX(86.666%)}}.waitMe_container .waitMe_progress.ios{margin:auto;width:40px;height:40px}.waitMe_container .waitMe_progress.ios>div{width:10%;height:26%;position:absolute;left:44.5%;top:37%;opacity:0;border-radius:50px;box-shadow:0 0 3px rgba(0,0,0,.2);animation:ios 1s infinite linear}.waitMe_container .waitMe_progress.ios .waitMe_progress_elem1{transform:rotate(0) translate(0,-142%);animation-delay:0s}.waitMe_container .waitMe_progress.ios .waitMe_progress_elem2{transform:rotate(30deg) translate(0,-142%);animation-delay:-.9167s}.waitMe_container .waitMe_progress.ios .waitMe_progress_elem3{transform:rotate(60deg) translate(0,-142%);animation-delay:-.833s}.waitMe_container .waitMe_progress.ios .waitMe_progress_elem4{transform:rotate(90deg) translate(0,-142%);animation-delay:-.75s}.waitMe_container .waitMe_progress.ios .waitMe_progress_elem5{transform:rotate(120deg) translate(0,-142%);animation-delay:-.667s}.waitMe_container .waitMe_progress.ios .waitMe_progress_elem6{transform:rotate(150deg) translate(0,-142%);animation-delay:-.5833s}.waitMe_container .waitMe_progress.ios .waitMe_progress_elem7{transform:rotate(180deg) translate(0,-142%);animation-delay:-.5s}.waitMe_container .waitMe_progress.ios .waitMe_progress_elem8{transform:rotate(210deg) translate(0,-142%);animation-delay:-.41667s}.waitMe_container .waitMe_progress.ios .waitMe_progress_elem9{transform:rotate(240deg) translate(0,-142%);animation-delay:-.333s}.waitMe_container .waitMe_progress.ios .waitMe_progress_elem10{transform:rotate(270deg) translate(0,-142%);animation-delay:-.25s}.waitMe_container .waitMe_progress.ios .waitMe_progress_elem11{transform:rotate(300deg) translate(0,-142%);animation-delay:-.1667s}.waitMe_container .waitMe_progress.ios .waitMe_progress_elem12{transform:rotate(330deg) translate(0,-142%);animation-delay:-.0833s}@keyframes ios{0%{opacity:1}100%{opacity:.25}}.waitMe_container .waitMe_progress.facebook{margin:auto}.waitMe_container .waitMe_progress.facebook>div{width:6px;height:25px;margin-left:3px;border-radius:20px;transform:scaleY(.7);opacity:.1;animation:facebook 1.3s infinite ease-in-out}.waitMe_container .waitMe_progress.facebook>.waitMe_progress_elem1{animation-delay:.2s;transform:scaleY(.7)}.waitMe_container .waitMe_progress.facebook>.waitMe_progress_elem2{animation-delay:.4s;transform:scaleY(.85)}.waitMe_container .waitMe_progress.facebook>.waitMe_progress_elem3{animation-delay:.6s;transform:scaleY(1)}@keyframes facebook{0%,100%{transform:scaleY(.7);opacity:.1}50%{transform:scaleY(1);opacity:1}}.waitMe_container .waitMe_progress.rotation>div{width:60px;height:60px;margin:auto;border-radius:100%;border-width:6px;border-style:solid;border-left-color:transparent!important;border-right-color:transparent!important;border-bottom-color:transparent!important;animation:rotation 1s infinite linear}@keyframes rotation{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.waitMe_container .waitMe_progress.timer{width:40px;height:40px;margin:auto;border-width:2px;border-style:solid;border-radius:50%;box-sizing:border-box;position:relative;text-indent:-9999px}.waitMe_container .waitMe_progress.timer>.waitMe_progress_elem1,.waitMe_container .waitMe_progress.timer>.waitMe_progress_elem2{border-radius:3px;position:absolute;width:2px;height:48%;left:50%;top:50%;margin-left:-1px;margin-top:-1px;animation:timer 1.25s infinite linear;transform-origin:1px 1px}.waitMe_container .waitMe_progress.timer>.waitMe_progress_elem2{height:40%;animation:timer 15s infinite linear}@keyframes timer{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.waitMe_container .waitMe_progress.pulse{width:30px;height:30px;margin:auto;position:relative}.waitMe_container .waitMe_progress.pulse>div{margin:auto;top:0;left:0;right:0;bottom:0;border-width:3px;border-style:solid;border-radius:50%;position:absolute;opacity:0;animation:pulsate 1s infinite ease-out}@keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}.waitMe_container .waitMe_progress.progressBar{width:200px;height:20px;margin:auto;background:rgba(0,0,0,.1);padding:5px;border-radius:20px;line-height:0;max-width:100%}.waitMe_container .waitMe_progress.progressBar>div{width:100%;height:100%;overflow:hidden;border-radius:20px;background-size:50px 50px;box-shadow:inset 0 2px 9px rgba(255,255,255,.3),inset 0 -2px 6px rgba(0,0,0,.4);background-image:linear-gradient(-45deg,rgba(240,240,240,.4) 26%,transparent 25%,transparent 51%,rgba(240,240,240,.4) 50%,rgba(240,240,240,.4) 76%,transparent 75%,transparent);animation:progressBar 2s linear infinite}@keyframes progressBar{0%{background-position:0 0}100%{background-position:50px 50px}}.waitMe_container .waitMe_progress.bouncePulse>div{width:20px;height:20px;margin-right:1px;display:inline-block;border-radius:50%;transform:scale(.5);animation:bouncePulse 1.4s infinite ease-in-out}.waitMe_container .waitMe_progress.bouncePulse>.waitMe_progress_elem1,.waitMe_container .waitMe_progress.bouncePulse>.waitMe_progress_elem3{animation-delay:.1s}.waitMe_container .waitMe_progress.bouncePulse>.waitMe_progress_elem2{animation-delay:.4s}@keyframes bouncePulse{0%,100%,80%{transform:scale(.5)}40%{transform:scale(1)}}
/* endregion */

/* region Plugin Bootstrap Select */
@-webkit-keyframes bs-notify-fadeOut{0%{opacity:.9}100%{opacity:0}}@-o-keyframes bs-notify-fadeOut{0%{opacity:.9}100%{opacity:0}}@keyframes bs-notify-fadeOut{0%{opacity:.9}100%{opacity:0}}.bootstrap-select>select.bs-select-hidden,select.bs-select-hidden,select.selectpicker{display:none!important}.bootstrap-select{width:220px\0;vertical-align:middle}.bootstrap-select>.dropdown-toggle{position:relative;width:100%;text-align:right;white-space:nowrap;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.bootstrap-select>.dropdown-toggle:after{margin-top:-1px}.bootstrap-select>.dropdown-toggle.bs-placeholder,.bootstrap-select>.dropdown-toggle.bs-placeholder:active,.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder:hover{}.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover{color:rgba(255,255,255,.5)}.bootstrap-select>select{position:absolute!important;bottom:0;left:50%;display:block!important;width:.5px!important;height:100%!important;padding:0!important;opacity:0!important;border:none;z-index:0!important}.bootstrap-select>select.mobile-device{top:0;left:0;display:block!important;width:100%!important;z-index:2!important}.bootstrap-select.is-invalid .dropdown-toggle,.error .bootstrap-select .dropdown-toggle,.has-error .bootstrap-select .dropdown-toggle,.was-validated .bootstrap-select select:invalid+.dropdown-toggle{border-color:#b94a48}.bootstrap-select.is-valid .dropdown-toggle,.was-validated .bootstrap-select select:valid+.dropdown-toggle{border-color:#28a745}.bootstrap-select.fit-width{width:auto!important}.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:220px}.bootstrap-select .dropdown-toggle:focus,.bootstrap-select>select.mobile-device:focus+.dropdown-toggle{outline:thin dotted #333!important;outline:5px auto -webkit-focus-ring-color!important;outline-offset:-2px}.bootstrap-select.form-control{margin-bottom:0;padding:0 !important;border:none;height:auto}:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]){width:100%}.bootstrap-select.form-control.input-group-btn{float:none;z-index:auto}.form-inline .bootstrap-select,.form-inline .bootstrap-select.form-control:not([class*=col-]){width:auto}.bootstrap-select:not(.input-group-btn),.bootstrap-select[class*=col-]{float:none;display:inline-block;margin-left:0}.bootstrap-select.dropdown-menu-right,.bootstrap-select[class*=col-].dropdown-menu-right,.row .bootstrap-select[class*=col-].dropdown-menu-right{float:right}.form-group .bootstrap-select,.form-horizontal .bootstrap-select,.form-inline .bootstrap-select{margin-bottom:0}.form-group-lg .bootstrap-select.form-control,.form-group-sm .bootstrap-select.form-control{padding:0}.form-group-lg .bootstrap-select.form-control .dropdown-toggle,.form-group-sm .bootstrap-select.form-control .dropdown-toggle{height:100%;font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-lg .dropdown-toggle,.bootstrap-select.form-control-sm .dropdown-toggle{font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-sm .dropdown-toggle{padding:.25rem .5rem}.bootstrap-select.form-control-lg .dropdown-toggle{padding:.5rem 1rem}.form-inline .bootstrap-select .form-control{width:100%}.bootstrap-select.disabled,.bootstrap-select>.disabled{cursor:not-allowed}.bootstrap-select.disabled:focus,.bootstrap-select>.disabled:focus{outline:0!important}.bootstrap-select.bs-container{position:absolute;top:0;left:0;height:0!important;padding:0!important}.bootstrap-select.bs-container .dropdown-menu{z-index:1060}.bootstrap-select .dropdown-toggle .filter-option{position:static;top:0;left:0;float:left;height:100%;width:100%;text-align:left;overflow:hidden;-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.bs3.bootstrap-select .dropdown-toggle .filter-option{padding-right:inherit}.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option{position:absolute;padding-top:inherit;padding-bottom:inherit;padding-left:inherit;float:none}.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner{padding-right:inherit}.bootstrap-select .dropdown-toggle .filter-option-inner-inner{overflow:hidden}.bootstrap-select .dropdown-toggle .filter-expand{width:0!important;float:left;opacity:0!important;overflow:hidden}.bootstrap-select .dropdown-toggle .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle}.input-group .bootstrap-select.form-control .dropdown-toggle{border-radius:inherit}.bootstrap-select[class*=col-] .dropdown-toggle{width:100%}.bootstrap-select .dropdown-menu{min-width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select .dropdown-menu>.inner:focus{outline:0!important}.bootstrap-select .dropdown-menu.inner{position:static;float:none;border:0;padding:0;margin:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.bootstrap-select .dropdown-menu li{position:relative}.bootstrap-select .dropdown-menu li.active small{color:rgba(255,255,255,.5)!important}.bootstrap-select .dropdown-menu li.disabled a{cursor:not-allowed}.bootstrap-select .dropdown-menu li a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bootstrap-select .dropdown-menu li a.opt{position:relative;padding-left:2.25em}.bootstrap-select .dropdown-menu li a span.check-mark{display:none}.bootstrap-select .dropdown-menu li a span.text{display:inline-block}.bootstrap-select .dropdown-menu li small{padding-left:.5em}.bootstrap-select .dropdown-menu .notify{position:absolute;bottom:5px;width:96%;margin:0 2%;min-height:26px;padding:3px 5px;background:#f5f5f5;border:1px solid #e3e3e3;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);pointer-events:none;opacity:.9;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select .dropdown-menu .notify.fadeOut{-webkit-animation:.3s linear 750ms forwards bs-notify-fadeOut;-o-animation:.3s linear 750ms forwards bs-notify-fadeOut;animation:.3s linear 750ms forwards bs-notify-fadeOut}.bootstrap-select .no-results{padding:3px;background:#f5f5f5;margin:0 5px;white-space:nowrap}.bootstrap-select.fit-width .dropdown-toggle .filter-option{position:static;display:inline;padding:0}.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner{display:inline}.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before{content:'\00a0'}.bootstrap-select.fit-width .dropdown-toggle .caret{position:static;top:auto;margin-top:-1px}.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{position:absolute;display:inline-block;right:15px;top:5px}.bootstrap-select.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select .bs-ok-default:after{content:'';display:block;width:.5em;height:1em;border-style:solid;border-width:0 .26em .26em 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle{z-index:1061}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before{content:'';border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(204,204,204,.2);position:absolute;bottom:-4px;left:9px;display:none}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after{content:'';border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;bottom:-4px;left:10px;display:none}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before{bottom:auto;top:-4px;border-top:7px solid rgba(204,204,204,.2);border-bottom:0}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after{bottom:auto;top:-4px;border-top:6px solid #fff;border-bottom:0}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before{right:12px;left:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after{right:13px;left:auto}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before{display:block}.bs-actionsbox,.bs-donebutton,.bs-searchbox{padding:4px 8px}.bs-actionsbox{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-actionsbox .btn-group button{width:50%}.bs-donebutton{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-donebutton .btn-group button{width:100%}.bs-searchbox+.bs-actionsbox{padding:0 8px 4px}.bs-searchbox .form-control{margin-bottom:0;width:100%;float:none}

.bootstrap-select .dropdown-menu.inner { padding: 10px !important;}
.bootstrap-select .btn { border: 1px solid #ced4da; background-color: transparent !important;height: 42px;min-height: 42px; box-shadow: unset !important; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner { line-height: 41px; font-weight: normal;}
.bootstrap-select .form-control { min-height: 36px; height: 36px; font-size: 14px; }
.bootstrap-select .dropdown-menu li a { line-height: 22px; font-size: 14px;}

.bootstrap-select .dropdown-menu .dropdown-item:hover { transition: color .2s ease,background-color .2s ease; background-color: var(--bs-primary); color: #fff !important; }
.bootstrap-select .dropdown-menu li.selected a { color: #0059cd !important;background: transparent;}
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle { outline: none !important; }
.bootstrap-select .btn-group, .bootstrap-select .btn-group-vertical { width: 100%; margin-bottom: 15px;}
.bootstrap-select .btn-group .btn { min-height: 34px !important; }
.bootstrap-select .btn.show {border-color: var(--bs-primary)}
.bs-actionsbox .btn-group { margin-bottom: 0 !important;}
.bootstrap-select .dropdown-menu li.active { background-color: var(--bs-primary); color: #fff; font-weight: 600;}
.bootstrap-select .dropdown-menu li.active a { color: #fff !important; font-weight: 600;}

.card-filter .btn {height: 38px !important;min-height: 38px;}
.card-filter .bootstrap-select .dropdown-toggle .filter-option-inner-inner { line-height: 25px; }
/* endregion */

/* region Fancybox */
.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 0%, 0%, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
/* endregion */