/* region Boostrap */
*,
*::before,
*::after { box-sizing: border-box; }
*:focus { outline: none; box-shadow: none}
@media (prefers-reduced-motion: no-preference) {
    :root { scroll-behavior: smooth; }
}
:root {
    --bs-white: #ffffff;
    --bs-gray: #a5a5a5;
    --bs-dark-gray: #666666;
    --bs-light-gray: #fafafa;
    --bs-link: #0964ef;
    --bs-primary: #346ada;
    --bs-success: #05c269;
    --bs-warning: #e37727;
    --bs-danger: #d01817;
    --bs-dark: #181d28;

    --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", Roboto, "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 { margin: 0; font-family: Klavika, sans-serif;  font-size: 16px; font-weight: 400; line-height: 1.5; color: var(--bs-dark); background-color:#fff; -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: 600;
}
.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: 42px; 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; }

.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 { width: 22px; height: 22px; margin: 0; background-color: #e9edf0; 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-success); border-color: var(--bs-success); }
.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; }

.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 .25em; 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-white);}
/* form */
.form-control { display: block; width: 100%; padding: 10px; min-height: 46px; 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: 46px; -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; }

.btn { display: inline-flex; align-items: center; justify-content: center; height: 46px; padding: 0 2rem; font-size: 16px; font-weight: 500; border-radius: 0.25rem; 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; 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: #f8f9fa; }
.btn-dark { color: var(--bs-white); background-color: var(--bs-dark); border-color: var(--bs-dark); }
.btn-secondary { color: var(--bs-dark); background-color: #e5e5e5; border-color: #e5e5e5; }
.btn:focus { box-shadow: 0 0 0 0.25rem rgb(49 132 253 / 50%); }
.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; }

.tabs3 .nav-tabs { display: flex; align-items: center; justify-content: center; flex: auto; border: 0; margin-bottom: 30px; }
.tabs3 .nav-tabs .nav-item { margin: 0 1.5rem 3rem; }
.tabs3 .nav-tabs .nav-link { width: 240px; border: 2px solid #E5EAF5; padding: 18px; font-size: 16px; border-radius: 10px; background-color: #F5F5F5; 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); background-color: #fff; box-shadow: 0 0.8rem 2.5rem rgb(238 1 8 / 13%);}

/* 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 { 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-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 {  }
.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)}

.section { position: relative; padding: 60px 0; }

/* endregion */

/* region Mobile */
.mobile-top { position: relative; z-index: 3; background: #181d28; color: #fff; display: -ms-flexbox; display: flex;justify-content: flex-end;list-style: none;padding: 5px 10px;margin: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.08);}
.mobile-top ul.toplink1 {font-size: 13px;font-weight: 600;display: -ms-flexbox;display: flex;justify-content: center;}
.mobile-top ul.toplink1 li { padding-right: 20px; }
.mobile-top ul.toplink1 li:last-child { padding-right: 0; }
.mobile-top ul.toplink1 li a { position: relative; font-size: 16px; font-weight: 300; color: #fff;}
.mobile-top ul.toplink1 li.currency-link a i { width: 18px; height: 18px; left: 3px; font-size: 16px; line-height: 18px; border-radius: 50%; background: #dfdfdf; color:#333; }
.mobile-top ul.toplink1 li.currency-link a:before { position: absolute; content: ''; right: -13px; top: 5px; display: inline-block; margin-left: .255em; vertical-align: .255em; color:#dfdfdf; border-top: .3em solid; border-right: .3em solid #0000; border-bottom: 0; border-left: .3em solid #0000; }

.mobile-top ul.toplink2 {font-size: 14px;font-weight: 600;display: -ms-flexbox;display: flex;justify-content: flex-end; margin-right: -10px;}
.mobile-top ul.toplink2 li { padding-left: 10px; }
.mobile-top ul.toplink2 li a { position: relative; color: #fff; font-size: 16px; font-weight: 300; }
.mobile-top ul.toplink2 li.currency-link a i { width: 18px; height: 18px; font-size: 16px; line-height: 18px; border-radius: 50%; background: #dfdfdf; color:#333; }

.mobile-top ul.toplink1 li a:hover,
.mobile-top ul.toplink2 li a:hover{ color: #f26d1c; }
.mobile-top ul.toplink1 li.currency-link a:hover i { color: #fff; background: #f26d1c; }
.mobile-top ul.toplink1 li.currency-link a:hover:before { color: #f26d1c; }

.mobile-header { position: relative; top: 0; left: 0; background: var(--bs-white); width: 100%; height: 92px; text-align: center; z-index: 3;  display: none;}
.mobile-header a>img { height: 42px; margin-top: 8px; }
.mobile-header a { display: block; width: 100%;}
.mobile-header .mobile-cart { position: relative; color:#3c3d3b; font-size:30px;padding: 10px 8px 6px; }
.mobile-header .mobile-cart svg { fill: var(--bs-dark); width: 32px; height: 32px; }
.mobile-header .mobile-cart span { position: absolute; top:11px; right: 15px; font-size:11px;}
.mobile-header .mblMenu { position: absolute; left: 0; top: 35px; z-index: 2; display: flex; align-items: center; justify-content: center; width: 65px; height: 57px; font-size: 30px; fill: var(--bs-dark); padding: 10px; }
.mobile-header .nav-lang>a { height: 57px; padding: 0; }
.mobile-header .nav-lang>a>img { margin-top: 0 !important; }
.mobile-header .nav-lang .dropdown-menu .dropdown-item img { margin-top: 0 !important; }

#sidebar { background: #f8f8f8; border-top: 1px solid #e6e6e6; position: fixed; width: 100%; left: 0; top: 91px; height: 100%; z-index: 9999; display: none; }
#sidebar.active { display: block; }

.gw-login { display: flex; padding: 10px 10px 5px; }
.gw-login a{float:left;width:100%; background-color: var(--bs-primary); border-radius: 4px; text-align:center;display:block;font-size:16px;color:#fff;padding:12px 0}
.gw-login a:last-child{border-right:0}
.gw-login a i{margin-right:4px}
.gw-sidebar{padding:10px}
.gw-sidebar .nano-pane{background:rgba(255,255,255,0);font-size:15px}
.nano-content{list-style:none;margin:0;background-color:#fff;padding:0 12px;font-size:16px;color:#666;border:1px solid #e6e6e6;line-height:1.2;font-weight:500;overflow-x:hidden;overflow-y:scroll;height: calc(100vh - 180px)}
.gw-sidebar .gw-nav-list li a{padding-left:20px}
.gw-nav-list{margin:0;padding:0;list-style:none}
.gw-nav-list>li:first-child{border-top:0}
.gw-nav-list>li{display:block;padding:0;margin:0;border:0;border-top:1px solid #fcfcfc;border-bottom:1px solid #e5e5e5;position:relative;text-decoration:none}
.gw-nav-list>li:last-child{border-bottom:none}
@-webkit-keyframes arrow-slide{100%{-webkit-transform:rotate(225deg);z-index:3}}
@-webkit-keyframes arrow-slide1{100%{-webkit-transform:rotate(225deg);z-index:3}}
.gw-nav-list>li.arrow-down:after{content:'';width:7px;height:7px;position:absolute;right:10px;top:15px;border-top:1px solid #bababa;border-left:1px solid #bababa;-webkit-transform:rotate(45deg);-webkit-animation:arrow-slide .5s 0s ease both}
.gw-nav-list>li.init-arrow-down:after{content:'';width:7px;height:7px;position:absolute;right:10px;top:15px;border-right:1px solid #bababa;border-bottom:1px solid #bababa;-webkit-transform:rotate(45deg)}
.gw-nav-list>li.arrow-up:after{content:'';width:7px;height:7px;position:absolute;right:10px;top:15px;border-right:1px solid #bababa;border-bottom:1px solid #bababa;-webkit-transform:rotate(45deg);-webkit-animation:arrow-slide1 .5s 0s ease both}
.gw-nav-list>li.init-arrow-up:after{content:'';width:7px;height:7px;position:absolute;right:10px;top:15px;border-top:1px solid #bababa;border-left:1px solid #bababa;-webkit-transform:rotate(45deg)}
.gw-nav-list>li.active{background-color:#fff}
.gw-nav-list>li>a{display:block;height:42px;line-height:42px;padding:0 16px 0 7px;color:#666;text-shadow:none!important;font-size:16px;font-weight:500;text-decoration:none}
.gw-open>a{outline:0}
.gw-nav-list>li.gw-open{border-bottom-color:#e5e5e5}
.gw-nav-list>li.gw-open>a{background-color:#fafafa;color:#1963aa}
.gw-nav-list .gw-open>a,
.gw-nav-list .gw-open>a:focus,
.gw-nav-list .gw-open>a:hover{background-color:#fafafa}
.gw-nav .gw-open>a,
.gw-nav .gw-open>a:focus,
.gw-nav .gw-open>a:hover{background-color:#eee;border-color:#428bca}
.gw-nav-list>li.active>a,
.gw-nav-list>li.active>a:active,
.gw-nav-list>li.active>a:focus,
.gw-nav-list>li.active>a:hover{background-color:#fff;color:#1F64FC;font-weight:800;font-size:16px}
.gw-nav-list .gw-nav-header,
.gw-nav-list>li>a{margin:0}
.gw-nav-list>li.active>a>[class*=icon-]{font-weight:400}
.gw-nav-list>li.active>a:hover:before{display:none}
.gw-nav-list>li.active:before{display:inline-block;content:"";position:absolute;right:-13px;top:-1px;bottom:0;z-index:1;border-right:1px solid #dd4814}
.gw-nav-list li.gw-open>a:after{display:none}
.gw-nav-list>li a>.gw-arrow{display:inline-block;width:14px!important;height:14px;line-height:14px;text-shadow:none;font-size:18px;position:absolute;right:11px;top:11px;padding:0;color:#666}
.gw-nav-list>li a:hover>.gw-arrow,
.gw-nav-list>li.active>a>.gw-arrow,
.gw-nav-list>li.gw-open>a>.gw-arrow{color:#1963aa}
.gw-nav-list>li>a>[class*=icon-]:first-child{display:inline-block;vertical-align:middle;min-width:30px;text-align:center;font-size:18px;font-weight:400;margin-right:2px}
.gw-nav-list>li .gw-submenu{font-size:13px;display:none;list-style:none;margin:0;padding:0;position:relative;background-color:#fff;border-top:1px solid #e5e5e5}
.gw-nav-list>li .gw-submenu>li{margin-left:0;position:relative}
.gw-nav-list>li .gw-submenu>li>a{display:block;position:relative;color:#616161;padding:11px 0 9px 35px;margin:0;border-top:1px dotted #e4e4e4;font-size:14px;font-weight:400;text-decoration:none}
.gw-nav-list>li .gw-submenu>li>a:focus{text-decoration:none}
.gw-nav-list>li .gw-submenu>li>a:hover{text-decoration:none;color:#dd4814;background-color:rgba(25,25,50,.1)}
.gw-nav-list>li .gw-submenu>li.active:after{display:inline-block;content:"";position:absolute;right:-1px;top:-1px;bottom:0;z-index:1;border:2px solid #dd4814}
.gw-nav-list>li .gw-submenu>li.active>a{color:#dd4814}
.gw-nav-list>li .gw-submenu>li a>[class*=icon-]:first-child{display:none;font-size:12px;font-weight:400;width:18px;height:auto;line-height:12px;text-align:center;position:absolute;left:10px;top:11px;z-index:1;background-color:#fff}
.gw-nav-list>li .gw-submenu>li.active>a>[class*=icon-]:first-child,
.gw-nav-list>li .gw-submenu>li:hover>a>[class*=icon-]:first-child{display:inline-block}
.gw-nav-list>li .gw-submenu>li.active>a>[class*=icon-]:first-child{color:#c86139}
.gw-nav-list>li>.gw-submenu>li:first-child>a{border-top:0}
.gw-nav-list li .gw-submenu{overflow:hidden}
.gw-nav-list li.active.gw-open>.gw-submenu>li.active.gw-open>a.dropdown-toggle:after{display:none}
.gw-nav-list li.active>.gw-submenu>li.active>a:after{display:none}
.gw-nav-list li.active.gw-open>.gw-submenu>li.active>a:after{display:block}
.gw-nav-tabs li[class*=" icon-"],
.nav-tabs li[class^=icon-]{width:1.25em;display:inline-block;text-align:center}

/* endregion */

/* region Header */
.header { position: relative; width: 100%; left: 0; top: 0; }

.middle-header { background-color: #fff; height: 70px;  }
.middle-header .container { height: 100%; }
.middle-header .row { height: 100%; }

.logo { display: flex; align-items: center; justify-content: flex-start; }
.logo img { max-width: 210px; }

.nav-menu { display: flex; align-items: center; justify-content: flex-end; }
.nav-menu li { margin-right: 5px; }
.nav-menu li a { display: flex; align-items: center; justify-content: center; padding: 10px; font-size: 18px; font-weight: 400; color: #121820; }
.nav-menu li a:hover { color: var(--bs-danger); }

.nav-lang { position: relative; display: flex; align-items: center; justify-content: center; padding-right: 10px; padding-left: 10px; margin-left: 10px; }
.nav-lang>a { display: flex; align-items: center; justify-content: flex-start; padding: 4px; font-size: 14px; font-weight: 500; color: var(--bs-dark);  }
.nav-lang img { width: 18px; height: 18px; margin-right: 4px; }
.nav-lang .dropdown-menu { border-radius: 5px; padding: 5px; }
.nav-lang .dropdown-menu .dropdown-item { display: flex; align-items: center; justify-content: flex-start; font-size: 15px; padding: 4px 6px; }
.nav-lang .dropdown-menu .dropdown-item img { width: 20px; height: 20px; }

.nav-phone { position: relative; display: flex; align-items: center; justify-content: center; border-left: 1px solid #ddd; box-shadow: -20px 0px 32px rgb(13 79 116 / 5%); padding-right: 10px; padding-left: 10px; margin-left: 10px; }
.nav-phone a { display: flex; align-items: center; justify-content: center; padding: 10px; color: var(--bs-dark); }
.nav-phone a svg { width: 18px; height: 18px; margin-right: 5px; fill: var(--bs-primary) }

/* on-scroll */
.header .middle-header.on-scroll { position: fixed; z-index: 3; top: 0; left: 0; width: 100%; box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%), inset 0 -1px 0 rgb(0 0 0 / 15%); }

@media only screen and (max-width: 767px){
    .header { display: none }
    .mobile-header { display: block }
}
/* endregion */

/* region Home */
.section-slogan { overflow: hidden; background-color: #263241; }
.section-slogan .text-holder { display: flex; align-items: flex-start; justify-content: center; flex-direction: column; height: 600px; }
.section-slogan .text-holder span { font-size: 52px; font-weight: 800; color: #fff; margin: 5px 0; line-height: 1; }
.section-slogan .text-holder small { font-size: 18px; font-weight: 400; color: #fff; opacity: .6; margin-bottom: 10px; line-height: 1; }
.section-slogan .text-holder p { font-size: 22px; font-weight: 300; color: #fff; opacity: .6; margin: 5px 0; line-height: 1.5; }
.section-slogan .text-holder .btn { margin-top: 15px;border-width: 2px; height: 52px; line-height: 1; width: 200px; font-size: 16px; font-weight: 600; }
.section-slogan .image-holder img { height: 600px; object-fit: cover; }

.section-why { padding: 80px 0; overflow: hidden; }
.section-why .heading { margin-bottom: 70px; }
.section-why .image-holder { position: relative; text-align: center; }
.section-why .image-holder img { position: absolute; top: -20px; left: 30px; height: 460px; }
.section-why .icon-box1 { position: relative; padding: 20px 0 20px 64px; }
.section-why .icon-box1 svg { position: absolute; left: 0; top: 24px; width: 48px; height: 48px; fill: var(--bs-primary); }
.section-why .icon-box1 h3 { font-size: 24px; font-weight: 700; margin: 0; }
.section-why .icon-box1 p { font-size: 18px; font-weight: 300; line-height: 1.4; margin: 0; color: var(--bs-dark-gray)}

.section-partner { padding: 90px 0; overflow: hidden; }
.section-partner .heading { margin-bottom: 20px; }
.section-partner .col-lg-3 div { display: flex; align-items: center; justify-content: center; background-color: #fff; margin: 15px 0; border: 1px solid #e0e0e0; transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s; border-radius: 25px 25px 25px 0; padding: 10px 15px; }
.section-partner .col-lg-3 div img { height: 90px; }
.section-partner .text-center { margin-top: 30px; }
.section-partner .text-center a { font-size: 18px; color: var(--bs-link); }

.section-service { padding: 60px 0; }
.services { padding: 20px; margin: 15px 0; min-height: 230px; border-radius: 25px 25px 25px 0; border: 1px solid #e0e0e0; transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s; }
.services .thumb { display: flex; align-items: center; justify-content:center; width: 60px; height: 60px; margin-bottom: 15px; border-radius: 10px; background-color: #e9f1fe; }
.services .thumb img { width: 40px; height: 40px; }
.services .thumb svg { width: 36px; height: 36px; fill: #4b69a4; }
.services .text { width: 100%; }
.services .text h3 { margin: 0 0 10px; font-size: 20px; line-height: 1.4; font-weight: 500; }
.services .text h3 a { color: var(--bs-dark) }
.services .text p { margin: 0; font-size: 16px; font-weight: 300; line-height: 1.4; color: var(--bs-dark-gray) }
.services:hover { border-color: var(--bs-primary)}

.section-expertise { padding: 60px 0; background: #f9fafc; }
.section-expertise .expertise { display: flex; align-items: center; justify-content: center; background-color: #fff; padding: 20px; height: 120px; box-shadow: 0 22px 32px rgb(13 79 116 / 5%); border-radius: 10px; }
.section-expertise .expertise img { width: 100%; height: 100%; object-fit: contain; filter: grayscale(100%); }
.section-expertise .expertise:hover img { filter: grayscale(0); }
/* endregion */

/* region Home Slide */
.home-banner { height: 500px; }
#home-banner .item { position: relative; overflow: hidden; height: 500px; background-color: #000; }
#home-banner .item .container { position: relative; height: 100%; }
#home-banner .item .row { position: relative; height: 100%; }
#home-banner .item:before { position: absolute; content:''; left: 0; top: 0; height: 100%; width: 70%; z-index: 1;  background-image: linear-gradient(270deg,rgba(0,0,0,0),rgba(0,0,0,.9)); }
#home-banner .item .slide-text { position: relative; z-index: 1; color: #fff; display: flex; align-items: flex-start; justify-content: center; flex-direction: column; overflow: hidden; height: 100%; width: 100%; padding: 40px 10px; border-radius: 10px; }
#home-banner .item .slide-text b { font-size: 42px; line-height: 1.3; font-weight: 800; }
#home-banner .item .slide-text .sub-title1 { font-size: 22px; line-height: 1.5; }
#home-banner .item .slide-text .sub-title2 { font-size: 42px; line-height: 1.3; font-weight: 800; }
#home-banner .item .slide-text .desc-price { font-size: 24px; line-height: 1.3; margin-top: 15px; }
#home-banner .item .slide-text .desc-price>strong { font-weight: 800; }
#home-banner .item .slide-text .desc-km { font-size: 16px; font-weight: 500; margin-top: 15px; }
#home-banner .item .slide-text .actions { display: flex; align-items: center; justify-content: flex-start; transition: transform 150ms ease-in-out; margin-top: 15px; }
#home-banner .item .slide-text .actions .a-price { display: flex; align-items: flex-start; justify-content: center; flex-direction: column; font-size: 16px; line-height: 1.3; margin-left: 15px; }
#home-banner .item .slide-text .actions .a-price>b { font-size: 16px; font-weight: 300; margin: 0; }
#home-banner .item .slide-text .actions .a-price>span { font-size: 26px; color: var(--bs-white); font-weight: 600; }
#home-banner .item .slide-text .btn>img { width: 25px; height: 25px; margin-left: 5px; }
#home-banner .item .slide-bg-img { position: absolute; left: 0; top: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; }
#home-banner .item .slide-bg-right-img { position: absolute; right: 0; top: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; }
#home-banner .item .slide-img { max-height: 500px; width: auto; object-fit: contain; }

#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: 10px; height: 10px; border-radius: 10px; margin: 5px 4px; 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: #4a69a4; }
#home-banner .owl-nav { position: absolute; bottom: 20px; left: 16%; 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-primary); color: var(--bs-white); }

@media only screen and (max-width: 767px){
    #home-banner .item .slide-text { width: 100%; }
    #home-banner .item .slide-text b { font-size: 32px;  }
    #home-banner .item .slide-text .desc-price { font-size: 18px; margin-top: 5px;}
    #home-banner .item .slide-text .sub-title2 { font-size: 32px; }
    #home-banner .item .slide-text .actions { margin-top: 10px; }
    #home-banner .item .slide-img { position: relative; top: -50px; max-height: 100% !important; width: 100%; }
    #home-banner .owl-nav { left: 25px; }
}
/* endregion */

/* region Home About */
.section-about { padding: 60px 0 60px; background-color: #fff; }
.section-about .text-holder { display: flex; align-items: center; padding-left: 40px; }
.section-about .play-text h2 { font-size: 40px; line-height: 1.3; }
.section-about .play-text h2 b { display: block; font-size: 28px; color: var(--bs-primary) }
.section-about .play-text p { font-size: 18px; color: var(--bs-dark-gray); margin-bottom: 15px; }
.section-about .play-text p:last-child { margin-bottom: 0; }
.section-about .play-list { display: flex; align-items: flex-start; justify-content: flex-start; flex-direction: column; }
.section-about .play-list .p1 { width: 100%; }
.section-about .play-list .p2 { display: flex; align-items: flex-start; justify-content: center; flex-direction: column; margin-top: 20px; }
.section-about .play-list .p2 b { font-size: 27px; line-height: 1.2; font-weight: 700; margin-bottom: 10px; color: var(--bs-dark) }
.section-about .play-list .p2 p { font-size: 20px; color: var(--bs-dark-gray) }

.section-about .play-video { width: 100%; display: flex; align-items: flex-end; position: relative; min-height: 400px; }
.section-about .play-video .img-field { -webkit-mask-image: -webkit-radial-gradient(white, black); overflow: hidden; width: 100%; border: none; height: 400px; position: relative; display: flex; justify-content: center; -webkit-justify-content: center; align-items: center; -webkit-align-items: center; border-radius: 10px; box-shadow: 0 0 20px 0 rgb(162 162 162 / 35%); }
.section-about .play-video .img-field:before { content: ""; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background-color: rgba(0,0,0,.3); z-index: 1; }
.section-about .play-video .img-field img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: block; border: none; margin: auto; max-width: 100%; max-height: 100%; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; padding: 0; }
.section-about .play-video .play-icon { position: absolute; z-index: 1; top: 0; bottom: 0; left: 0; right: 0; display: flex; align-items: center; -ms-justify-content: center; justify-content: center; }
.section-about .play-video .play-icon:after,
.section-about .play-video .play-icon:before { content: ""; position: absolute; width: 61px; height: 61px; border-radius: 100%; box-shadow: 0 0 0 1px rgb(255, 255, 255); opacity: 0; transition: .25s ease box-shadow; }
.section-about .play-video .play-icon:before { -webkit-animation: ripple 2s linear infinite; animation: ripple 2s linear infinite; }
.section-about .play-video .play-icon:after { -webkit-animation: ripple 2s linear 1s infinite; animation: ripple 2s linear 1s infinite; }

.section-about .a-boxes { display: flex; }
.section-about .a-boxes .a-box { display: flex; flex-direction: column; flex: 0 0 calc(33% - 10px); padding: 20px; border: 2px solid #f2f2f2; color: #fff; border-radius: 10px; }
.section-about .a-boxes .a-box + .a-box { margin-left: 10px; }
.section-about .a-boxes .a-box h3 { font-size: 20px; line-height: 1.3; font-weight: 800; }
.section-about .a-boxes .a-box p { font-size: 14px; line-height: 1.3; opacity: .8; }
.section-about .a-boxes .a-box svg { height: 52px; width: 52px; margin-bottom: 5px; fill: #fff; }
.section-about .a-boxes .a-box:nth-child(1) { background-color: #302783; }
.section-about .a-boxes .a-box:nth-child(2) { background-color: #302783; }
.section-about .a-boxes .a-box:nth-child(3) { background-color: #302783; }

@media only screen and (max-width: 767px){
    .section-about .a-boxes { display: block; }
    .section-about .a-boxes .a-box + .a-box { margin-left: 0; margin-top: 15px; }
    .section-about .text-holder { padding-left: 15px; }
    .section-about .play-text { margin-top: 20px; }
    .section-about .play-text h2 { font-size: 34px; line-height: 1.2; }
    .section-about .play-video { min-height: auto; }
    .section-about .play-video .img-field { height: 300px; }
    .section-about .play-list { flex-direction: column; }
    .section-about .play-list .p1 { flex: 0 0 100%; width: 100%; }
    .section-about .play-list .p2 { padding-left: 0; height: 100%; padding-top: 20px;  }

}
/* endregion */

/* region Home Reviews */
.section-reviews { padding: 70px 0; }
.reviews-box { position: relative; }
.reviews-box .reviews {  background: #f7f8fa; border-radius: 3px; padding: 35px; color: #333; position: relative; text-align: center; margin-bottom: 20px; font-size: 16px;line-height: 1.5; }
.reviews-box .reviews:after { content: ''; position: absolute; left: 46%; top: 100%; width: 0; height: 0; border-left: 15px solid #0000; border-right: 15px solid #0000; border-top: 15px solid #f7f8fa; clear: both; }
.reviews-box .reviews-author { display: table; padding-top: 10px; /*padding-left: 20px; */ margin: 0 auto; }
.reviews-box .reviews-author img { height: 46px; border-radius: 12px; display: table-cell; }
.reviews-box .reviews-author h4 { display: table-cell; vertical-align: middle; font-size: 16px;font-weight: 600; padding-left: 10px; margin-top: 10px; margin-bottom: 10px;line-height: 1.1; }
.reviews-box .reviews-author h4 span { display: block;font-size: 14px; color: #717988; padding-top: 1px; }
.reviews-box .reviews-author h4 span>span { display: block;font-size: 90%;font-weight: normal;padding-top: 2px;}

#home-reviews .owl-stage-outer { min-height: 330px; }
#home-reviews .owl-dots { position: absolute; bottom: 20px; right: 0; left: 0; display: flex; align-items: center; justify-content: center; }
#home-reviews .owl-dots .owl-dot span { width: 10px; height: 10px; border-radius: 10px; margin: 5px 4px; background: #D6D6D6; display: block; -webkit-backface-visibility: visible; transition: opacity 200ms ease; }
#home-reviews .owl-dots .owl-dot.active span,
#home-reviews .owl-dots .owl-dot:hover span { background: #4a69a4; }
#home-reviews .owl-nav { position: absolute; bottom: 20px; right: 40px; z-index: 1; display: flex; align-items: center; justify-content: center; }
#home-reviews .owl-nav button { background: var(--bs-white); color: black; border-radius: 50%; width: 42px; height: 42px; line-height: 1; border: 1px solid #f7f8fa; display: flex; align-items: center; justify-content: center; font-size: 34px; overflow: hidden; margin: 0 2px; }
#home-reviews .owl-nav button span { line-height: 1; height: 39px;}
#home-reviews .owl-nav button:hover { background: var(--bs-primary); color: var(--bs-white); }

@media only screen and (max-width: 767px){

    .section-reviews { padding-bottom: 20px; }
    #home-reviews .owl-stage-outer { min-height: 400px; }
    #home-reviews .owl-nav { display: none; }
}
/* endregion */

/* region Home Certificate */
.home-certificate2 { padding: 40px 0 50px; background: var(--bs-dark); }
.home-certificate2 .certificate-main .heading .h-title { color: #fff; }
.home-certificate2 .certificate-main .heading .h-desc { color: #ffffffbd; }
.home-certificate2 .certificate-main img { width: 100%; }
.home-certificate2 .certificate-main .item { display: flex; align-items: center; justify-content: flex-start; flex-direction: column; /*border-right: 1px solid #ddd;*/ border-right: 1px solid #ffffff4a; }
.home-certificate2 .certificate-main .item img { width: 70px; }
.home-certificate2 .certificate-main .item span { font-size: 13px; font-weight: 400; /*color: var(--bs-gray);*/ color: #fff; text-align: center; margin-top: 10px; }
.home-certificate2 .certificate-main .item:last-child { border-right: 0; }
/* endregion */

/* region Home Reference */
.section-reference { padding: 80px 0; }
.logo-items { display: flex; align-items: flex-start; justify-content: flex-start; flex-wrap: wrap; }
.logo-items .logo-item { flex: 0 0 25%; display: flex; align-items: center; justify-content: center; padding: 10px; border: 1px solid #f5f5f5; margin: -.5px; }
.logo-items .logo-item img { height: 100px; }
/* endregion */

/* region Home News */
.section-news { padding: 60px 0; background-color: #fff; }
.news-container { position: relative; }
.news-container .news-list { display: block; height: 490px; overflow-y: auto; -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; padding-right: 16px; }
.news-container .news-list a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 20px; }
.news-container .news-list a .img { height: 120px; -webkit-box-flex: 0; -ms-flex: 0 0 120px; flex: 0 0 120px; max-width: 120px; position: relative; overflow: hidden; border-radius: 10px; }
.news-container .news-list a .img img { display: block; -webkit-transform: scale(1); transform: scale(1); width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; border-radius: 10px; -webkit-transition: 6s; transition: 6s; }
.news-container .news-list a .img .img-overlay { position: absolute; left: 0; right: 0; bottom: 0; top: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background: rgba(25, 34, 111, 0.64); opacity: 0; -webkit-transition: 0.4s; transition: 0.4s; border-radius: 10px; }
.news-container .news-list a .img .img-overlay span { -webkit-box-flex: 0; -ms-flex: 0 0 55px; flex: 0 0 55px; height: 55px; background: #f9f9fa; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-radius: 10px; color: #19226F; }
.news-container .news-list a .img .img-overlay span svg { display: block; }
.news-container .news-list a .text { -webkit-box-flex: 0; -ms-flex: 0 0 calc(100% - 190px); flex: 0 0 calc(100% - 120px); max-width: calc(100% - 120px); -webkit-box-sizing: border-box; box-sizing: border-box; padding: 10px 10px 10px 20px; }
.news-container .news-list a .text .date { font-size: 16px; color: var(--bs-primary); line-height: 1.25; margin-bottom: 5px; }
.news-container .news-list a .text h2 { font-size: 24px; color: var(--bs-dark); font-weight: 700; line-height: 1.15; margin-bottom: 5px; }
.news-container .news-list a .text p { font-size: 16px; color: var(--bs-dark-gray); line-height: 1.4; }
.news-overlay { position: absolute; pointer-events: none; left: 0; height: 180px; right: 0; bottom: 0; background: url(../img/list-overlay-w.png) center bottom repeat-x; opacity: 1; -webkit-transition: 0.4s; transition: 0.4s; }

.news-showcase { display: block; position: relative; }
.news-showcase .img { position: relative; display: block; width: 100%; height: 495px; overflow: hidden; border-radius: 10px; }
.news-showcase .img:after { content: ""; position: absolute; width: 100%; height: 50%; left: 0; bottom: 0; background: rgba(0,0,0,.25); background: -webkit-gradient(linear, left bottom, left top, from(#1a1a1a), to(rgba(0, 0, 0, 0))); background: -webkit-linear-gradient(bottom, #1a1a1a 0%, rgba(0, 0, 0, 0) 100%); background: -moz-linear-gradient(bottom, #1a1a1a 0%, rgba(0, 0, 0, 0) 100%); background: -o-linear-gradient(bottom, #1a1a1a 0%, rgba(0, 0, 0, 0) 100%); background: linear-gradient(0deg, #1a1a1a 0%, rgba(0, 0, 0, 0) 100%); }
.news-showcase .img img { display: block; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -webkit-transition: 10s; transition: 10s; -webkit-transform: scale(1); transform: scale(1); }
.news-showcase .content { position: absolute; left: 0; bottom: 0; width: 100%; padding: 30px; color: #fff; }
.news-showcase .content .t { font-size: 30px; font-weight: 700; }
.news-showcase .content .d { font-size: 17px; line-height: 1.4; margin-bottom: 15px; }
.news-showcase .content .meta { display: flex; align-items: center; justify-content: space-between; }
.news-showcase .content .meta .m { display: flex; align-items: center; justify-content: flex-start; }
.news-showcase .content .meta .m>svg { margin-left: 15px; height: 8px; width: 6px; fill: var(--bs-white); transition: .3s ease all; transform: translateY(1px); }

@media only screen and (max-width: 767px){
    .news-showcase { margin-bottom: 30px; }
    .news-container .news-list a .text h2 { font-size: 18px; }
    .news-showcase .img { height: 310px; }
    .news-container .news-list a { align-items: flex-start; }
    .news-container .news-list a .img { height: 90px; flex: 0 0 90px; }
    .news-container .news-list a .text { max-width: calc(100% - 90px); flex: 0 0 calc(100% - 90px); }
}
/* endregion */

/* region Home Services */
.section-services { padding: 60px 0; background: #f9fafc; }
.section-services .item { position: relative; display: flex; align-items: flex-start; justify-content: center; flex-direction: column; color:#fff; padding: 20px; border-radius: 6px; width: 100%; height: 280px; overflow: hidden; -webkit-transition: .15s ease-in-out; transition: .15s ease-in-out; }
.section-services .item:before { content: ""; bottom: 0; left: 0; width: 100%; height: 60%; position: absolute; background: rgba(10,10,12,.45); z-index: 0; -webkit-transition: .15s ease-in-out; transition: .15s ease-in-out; -webkit-transition-property: background; transition-property: background; }
.section-services .item:after { content: ""; bottom: 0; left: 0; width: 100%; height: 60%; position: absolute; background: -webkit-gradient(linear,left top,left bottom,from(rgba(10,10,12,0)),color-stop(80%,rgba(10,10,12,.6))); background: linear-gradient(180deg, rgba(10,10,12,0),rgba(10,10,12,.8) 100%); z-index: 0; }
.section-services .item>img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.section-services .item>.badge { position: relative; z-index: 1 }
.section-services .item>.info { position: relative; display: flex; align-items: flex-start; justify-content: center; flex-direction: column; z-index: 1; margin-top: auto; }
.section-services .item>.info>.name { font-size: 16px; line-height: 1.4; font-weight: 700; }
.section-services .item>.info>.more { display: flex; align-items: center; justify-content: center; transition: all .1s ease-in-out; line-height: 1; margin-top: 5px; }
.section-services .item>.info>.more>span { font-size: 16px; font-weight: 500; color: var(--bs-white); }
.section-services .item>.info>.more>svg { position: relative; top: 1px; height: 20px; width: 20px; fill: var(--bs-white); margin-left: 5px; transition: all .1s ease-in-out;}
.section-services .item:hover>.info>.more>span { color: #fff; }
.section-services .item:hover>.info>.more>svg { fill: #ffffff; }
.section-services .owl-stage { left: -50px; }
.section-services .col-lg-4 { display: flex; align-items: center; justify-content: flex-end; }
.section-services .s-title { text-align: right; }
.section-services .s-title span { font-size: 20px; line-height: 1.4; font-weight: 300; color: var(--bs-dark-gray) }
.section-services .s-title h2 { font-size: 42px; font-weight: 600; line-height: 1.2; margin: 5px 0 5px; }
.section-services .s-actions { margin-top: 20px; }
.section-services .s-actions button { position: relative; display: inline-flex; align-items: center; justify-content: center; background: transparent; padding: 8px; width: 64px; height: 64px; border-radius: 64px; border: 2px solid #E4E4E4; }
.section-services .s-actions button>svg { fill: #d2d2d2; }
.section-services .s-actions button:hover { background-color: var(--bs-primary); border-color: var(--bs-primary); }
.section-services .s-actions button:hover>svg { fill: var(--bs-white); }
.section-services .s-actions button + button { margin-left: 10px; }

@media only screen and (max-width: 767px){
    .section-services .s-title { text-align: center; }
    .section-services .s-title h2 { font-size: 34px; line-height: 1.3; }
    .section-services .s-actions { zoom: 80%; margin-bottom: 20px; }
}

/* endregion */

/* region Page Privacy */
.section-privacy { padding: 70px 0; }
.section-privacy h5 { font-size: 22px; font-weight: 700; margin: 0; }
.section-privacy p { font-size: 18px; font-weight: 300; line-height: 1.5; margin: 0 0 30px; color: var(--bs-dark-gray) }
.section-privacy ol { padding-left: 15px; margin: 15px 0 0; }
/* endregion */

/* region Page Service */
.section-service-detail { padding: 70px 0; }
.section-service-detail h5 { font-size: 22px; font-weight: 700; margin: 0; }
.section-service-detail p { font-size: 18px; font-weight: 300; line-height: 1.5; margin: 0 0 30px; color: var(--bs-dark-gray) }
.section-service-detail ol { padding-left: 15px; margin: 15px 0 0; }

.service-phone { display: flex; align-items: center; justify-content: flex-start; background: var(--bs-primary); padding: 20px 30px; border-radius: 25px 25px 25px 0; color: #fff; font-size: 22px; margin-bottom: 20px; }
.service-phone svg { width: 42px; height: 42px; fill: #fff; margin-right: 10px; }
.service-phone span { line-height: 1.3; }
.service-phone small { display: block; font-size: 14px; opacity: .6; }

.service-sidebar { padding: 20px; border: 1px solid #e0e0e0; border-radius: 25px 25px 25px 0; }
.service-sidebar h3 { font-size: 24px; font-weight: 700; margin: 0 0 5px; }
.service-sidebar ul { list-style: none; padding: 0; margin: 0; }
.service-sidebar ul li a { display: flex; align-items: center; justify-content: flex-start; font-size: 17px; padding: 6px 0; font-weight: 300; color: var(--bs-dark) }
.service-sidebar ul li.active a { font-weight: 500; color: var(--bs-danger); }
/* endregion */

/* region Page Banner */
.section-banner { position: relative; padding: 120px 0; overflow: hidden; background-color: var(--bs-primary); color: #fff; }
.section-banner:after { position: absolute; content: ""; top: 0; left: 0; z-index: 0; width: 100%; height: 100%; background: linear-gradient(90deg, var(--bs-primary) 40%,rgba(8,15,44,0)); }
.section-banner .section-banner-bg { position: absolute; right: 0; top: 0; width: 70%; height: 100%; object-fit: cover; }
.section-banner .container { position: relative; z-index: 1; }
.section-banner h1 { font-size: 42px; margin: 0; line-height: 1.3; }
.section-banner .main-breadcrumb { margin-bottom: 10px; }
.section-banner .main-breadcrumb li { color: #fff; font-weight: 300;}
.section-banner .main-breadcrumb li a { color: #fff; font-weight: 300; }
.section-banner .main-breadcrumb li:after {border-left-color: #fff;}
.section-banner .main-breadcrumb li:before { border-left: 3px solid var(--bs-primary) }

@media only screen and (max-width: 767px){
    .section-banner { padding: 40px 0; }
    .section-banner h1 { font-size: 32px; }
}
/* endregion */

/* region Page About */
.section-aboutus { padding: 90px 0; }
.section-aboutus .heading { margin-bottom: 50px; }
.section-aboutus .heading .h-title { line-height: 1.3; }
.section-aboutus h3 { font-size: 22px; text-align: center; }
.section-aboutus p { font-size: 20px; line-height: 1.4;font-weight: 300; color: var(--bs-dark-gray); }
.about-year { display: flex; align-items: flex-end; justify-content: center; line-height: 1; }
.about-year .y { font-size: 180px; font-weight: 800; line-height: .8; margin-right: 10px; }
.about-year .t { font-size: 18px; line-height: 1.4; text-align: left; padding-bottom: 20px; color: #ababab; }

.section-solutions { padding: 90px 0; background-color: #f9fafc; }
.section-solutions .heading { margin-bottom: 30px; }
.section-solutions ul { display: flex; align-items: flex-end; justify-content: flex-end; flex-wrap: wrap; }
.section-solutions ul li { position: relative; flex: 0 0 50%; display: flex; align-items: flex-start; justify-content: flex-start; flex-direction: column; padding: 20px 0 20px 60px; }
.section-solutions ul li svg { position: absolute; left: 15px; top: 25px; width: 36px;height: 36px; fill: var(--bs-primary)}
.section-solutions ul li h3 { font-size: 24px; font-weight: 700; margin: 0; color: var(--bs-primary) }
.section-solutions ul li p { font-size: 18px; font-weight: 300; color: var(--bs-dark-gray); margin: 5px 0 0; }
/* endregion */

/* region Page Blog */
.section-blog { padding: 60px 0; }

.blog-item { background: #fff; overflow: hidden; border: 1px solid #f1f2f5; border-radius: 6px;}
.blog-item .blog-thumb { position: relative; width: 100%; height: 201px; }
.blog-item .blog-thumb a { position: relative; display: flex; align-items: center; justify-content: center; }
.blog-item .blog-thumb img { width: 100%; height: 201px; object-fit: cover; }
.blog-item .blog-thumb a:before { -webkit-transition: all .2s ease-in-out 0s; -o-transition: all .2s ease-in-out 0s; transition: all .2s ease-in-out 0s; content: ''; border-radius: 6px; border: 3px solid #fff; top: 0; left: 0; right: 0; bottom: 0; position: absolute; z-index: 2; opacity: 0; }
.blog-item .blog-thumb a:hover:before { top: 10px; left: 10px; right: 10px; bottom: 10px; visibility: visible; opacity: 1; filter: alpha(opacity=100); margin: 0 auto; }

.blog-item .blog-text { display: flex; align-items: flex-start; flex-direction: column; justify-content: space-between; padding: 15px; height: 120px; border-radius: 6px 6px 0 0; }
.blog-item .blog-text .blog-title { font-size: 18px;  font-weight: 600; line-height: 1.4; margin: 0; }
.blog-item .blog-text .blog-title a { color:var(--bs-dark); overflow: hidden; max-height: 50px; display: -webkit-box; -webkit-line-clamp: 2; }
.blog-item .blog-text .blog-desc { height: 58px; font-size: 14px; line-height: 1.2; color: var(--bs-gray); overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3;  }
.blog-item .blog-text .btn { font-size: 17px; }

.blog-item { margin-bottom: 30px; }
.blog-item .blog-thumb { height: 201px; }
.blog-item .blog-thumb img { height: 201px; }
.blog-item .blog-text { height: 177px; }
.blog-item .blog-text .btn { font-size: 15px; }

.news-detail { position: relative; padding: 50px 0; background-color: #f7f8fa; border-top: 1px solid #eaeaea; }
.news-detail .news-main { position: relative; background-color: #fff; border: 1px solid #eaeaea; border-radius: 6px; padding: 40px 50px 50px; overflow: hidden; overflow-wrap: anywhere; }

.news-title { font-size: 38px; line-height: 1.2; margin: 15px 0 0; }
.news-meta { display: flex; align-items: center; justify-content: flex-start; margin: 15px 0 20px; }
.news-meta .news-avatar { flex: 0 0 52px; width: 52px; height: 52px; border: 2px solid #ddd; padding: 2px; border-radius: 50%; }
.news-meta .news-avatar img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.news-meta .news-meta-text { display: flex; align-items: flex-start; justify-content: center; flex-direction: column; font-size: 14px; margin-left: 10px; }
.news-image { margin: 0 0 20px; }
.news-image img { display: block; border-radius: 4px; width: 100%; max-height: 600px; object-fit: cover; }

.news-content { font-size: 18px; line-height: 1.5; }
.news-content h2 { font-size: 28px; line-height: 1; margin: 0 0 15px;  }
.news-content h3 { font-size: 20px; line-height: 1; margin: 0 0 15px;  }
.news-content p { font-size: 18px; margin: 0 0 15px; line-height: 1.5; }
.news-content strong { font-weight: 700; }
.news-content a { font-weight: 700; color: var(--bs-primary) }
.news-content ul { list-style: square; padding-left: 30px; margin: 15px 0; }
.news-content ul li { padding: 7px 0; }
.news-content iframe { max-width: 100%; border: 0; border-radius: 10px; }
.news-content img { max-width: 100%; }

.btn-back { position: absolute; font-size: 14px; right: 35px; top: 18px; }
.btn-back svg { height: 10px; margin-right: 5px; fill: var(--bs-dark); }

.share { display: flex; align-items: center; justify-content: center; }
.share a { display: flex; align-items: center; justify-content: center; padding: 10px; }
.share a svg { width: 20px; height: 20px; fill: #bfbfbf; -webkit-transition: .3s ease fill; -o-transition: .3s ease fill; -moz-transition: .3s ease fill; transition: .3s ease fill; }

.news-detail .news-main .share { justify-content: flex-start; flex-wrap: wrap; }
.news-detail .news-main .share .btn { margin-right: 10px; margin-bottom: 5px; color: #fff; }
.news-detail .news-main .share .btn svg { display: flex; align-items: center; justify-content: flex-start; fill: #fff; width: 16px; height: 16px; margin-right: 4px; }
.news-detail .news-main .share .btn:nth-child(1) { background-color: #39579a; }
.news-detail .news-main .share .btn:nth-child(2) { background-color: #3facf0; }
.news-detail .news-main .share .btn:nth-child(3) { background-color: #2b7bb6; }
.news-detail .news-main .share .btn:nth-child(4) { background-color: #1fc940; }

.blog-item { margin-bottom: 30px; }
.blog-item .blog-thumb { height: 224px; }
.blog-item .blog-thumb img { height: 224px; }
.blog-item .blog-text { height: 177px; }
.blog-item .blog-text .btn { font-size: 15px; }

.blog-categories { overflow: hidden; }
.blog-categories .b-title { font-size: 22px; font-weight: 800; background-color: #f7f8fa; color: var(--bs-dark); border-radius: 6px 6px 0 0 ; border: 1px solid #eaeaea; padding: 12px 24px; }
.blog-categories .b-detail { background-color: #fff; border: 1px solid #eaeaea; padding: 8px 24px; border-radius: 0 0 6px 6px;  }
.blog-categories .b-detail li { padding: 10px 0; border-bottom: 1px solid #f2f2f3; }
.blog-categories .b-detail li a { color: var(--bs-dark); font-weight: 600; }
.blog-categories .b-detail li a:hover { color: var(--bs-warning) }
.blog-categories .b-detail li:last-child { border-bottom: 0; }

@media only screen and (max-width: 767px){
    .main-breadcrumb li { line-height: 1.2; }
    .news-detail .news-main { padding: 15px; }
    .news-detail .news-main .main-breadcrumb { margin-top: 0; }
    .news-content h2 { font-size: 22px; line-height: 1.4; }
    .news-content p { font-size: 16px; }
    .news-title { font-size: 24px; margin-bottom: 15px; }
    .btn-back { top: -47px; right: 0; }
    .news-meta { margin: 0 0 10px; }
    .news-detail .news-main .share { margin: 0; }
    .news-detail .news-main .share .btn { width: 114px; }

    .blog-categories { margin-top: 30px; }

    .blog-item { margin-bottom: 5px; }
}
/* endregion */

/* region Section Breadcrumb */
.main-breadcrumb { display: flex; text-align: left; margin: 0; padding: 0; }
.main-breadcrumb li { position: relative; display: inline-block; font-size: 12px; font-weight: 600; padding: 0 10px; color: #919191;}
.main-breadcrumb li:first-child { padding-left: 0; }
.main-breadcrumb li:before { content: ''; position: absolute; width: 0; height: 0; border-top: 3px solid transparent; border-bottom: 3px solid transparent; border-left: 3px solid var(--bs-light-gray); right: 0; z-index: 1; top: 50%; margin-top: -3px; }
.main-breadcrumb li:after { content: ''; position: absolute; width: 0; height: 0; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 5px solid #919191; right: -2px; top: 50%; margin-top: -5px; }
.main-breadcrumb li:last-child:before{display:none}
.main-breadcrumb li:last-child:after{display:none}
.main-breadcrumb li a { color: #919191; }
.main-breadcrumb li.active { color: #919191; }
.main-breadcrumb li a:hover { text-decoration: underline; }
/* endregion */

/* region Page Banner */
.page-banner { position: relative; padding: 90px 0; overflow: hidden; background-color: var(--bs-dark); color: #fff; }
.page-banner:after { position: absolute; content: ""; top: 0; left: 0; z-index: 0; width: 100%; height: 100%; background: linear-gradient(90deg, #121820 40%,rgba(8,15,44,0)); }
.page-banner .page-banner-bg { position: absolute; right: 0; top: 0; width: 70%; height: 100%; object-fit: cover; }
.page-banner .container { position: relative; z-index: 1; }
.page-banner h1 { font-size: 32px; margin: 0; line-height: 1.3; }
.page-banner .main-breadcrumb { margin-bottom: 10px; }
.page-banner .main-breadcrumb li { color: #fff; }
.page-banner .main-breadcrumb li a { color: #fff; }
.page-banner .main-breadcrumb li:after {border-left-color: #fff;}
.page-banner .main-breadcrumb li:before { border-left: 3px solid var(--bs-dark) }
/* endregion */

/* region Page Contact */
.section-contact { position: relative;padding: 50px 0 80px;background: #fff;width: 100%; }
.section-contact h3 { font-weight: 700;font-size: 30px;margin: 0 0 20px; }
.section-contact h3 span { display: block;font-weight: 700;font-size: 30px; }
.section-contact .contact-text { position: relative;padding: 25px 0; }
.section-contact .contact-text h6 {color: #1f2532;font-weight: 700;font-size: 20px; position: relative; margin: 0 0 5px; letter-spacing: 1px;}
.section-contact .contact-text .info {font-size: 16px;font-weight: 400; line-height: 1.5; margin-bottom: 48px; }
.section-contact .contact-text a { color: var(--bs-dark); }
.section-contact .form-control { border-radius: 3px;box-shadow: none;font-size: 18px;height: 63px; border: 1px solid #E5E8ED !important; padding: 18px 33px; background-color: #fff; }
.section-contact textarea.form-control { height: 122px; }
.section-contact .btn { padding-left: 40px;padding-right: 40px;}
/* endregion */

/* region Faqs */
.custom-faq1 .faq { background: #fff; border: 1px solid #e5e8ed; border-bottom: 0; -webkit-user-select: none; -ms-user-select: none; user-select: none; }
.custom-faq1 .faq:first-child { border-radius: 10px 10px 0 0; }
.custom-faq1 .faq:last-child { border-radius: 0 0 10px 10px; }
.custom-faq1 .faq h3 { position: relative; font-size: 18px; font-weight: 400; color: var(--bs-dark); text-transform: none; cursor: pointer; margin: 0; padding: 15px 20px 15px 40px; }
.custom-faq1 .faq h3 i { position: absolute; top: 8px; left: 0; border: 1px solid #3c4858; border-radius: 50%; width: 40px; height: 40px; padding: 5px; font-size: 28px; color: var(--bs-dark); }
.custom-faq1 .faq .collapse__detail > div { padding: 0 0 20px 20px; font-size: 16px; line-height: 1.5; font-weight: 300; }
.custom-faq1 .faq h3[aria-expanded="true"] { color: var(--bs-danger); }
.custom-faq1 .faq h3[aria-expanded="true"] i { color: #fff; border-color: var(--bs-danger); background: var(--bs-danger); }
.custom-faq1 .faq h3[aria-expanded="false"]:after { position: absolute; content: ''; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%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-position: right center; background-size: 16px 16px; left: 15px; top: 21px; width: 16px; height: 16px; }
.custom-faq1 .faq h3[aria-expanded="true"]:after { position: absolute; content: ''; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23d01817'%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-position: right center; background-size: 16px 16px; left: 15px; top: 21px; width: 16px; height: 16px; transform: rotateX(180deg);}
.custom-faq1 .faq .btn { padding: 8px 24px; height: 36px; min-height: 36px; font-size: 13px; }
.custom-faq1 .faq:last-child { margin-bottom: 0; border-bottom: 1px solid #e5e8ed;}

.page-content { font-size: 16px; }
.page-content .page-box { background-color: #fff; padding: 30px; border-radius: 6px; }
.page-content h2 { font-size: 1.1rem; font-weight: 700; line-height: 1; margin: 0 0 10px; }
.page-content h3 { font-size: 1rem; font-weight: 700; line-height: 1; margin: 0 0 10px; }
.page-content p { line-height: 1.5; margin: 0 0 20px; }
.page-content hr { margin: 40px 0; border-top: 1px solid #ccc; }
.page-content ul { padding-left: 30px; margin-bottom: 30px; list-style: square; }
.page-content ul li { padding: 10px 0;}

.page-sidebar { background-color: #fff; padding: 20px; border-radius: 5px;}
.page-sidebar ul {list-style: none; padding: 0; margin: 0;}
.page-sidebar ul li {position: relative;}
.page-sidebar ul li a { position: relative; display: block; width: 100%; font-size: 15px; padding: 5px; color: var(--bs-dark)}
.page-sidebar ul li a.active { position: relative; color:var(--bs-success); font-weight: 700; }
.page-sidebar ul li a.active:before { position: absolute; content: ''; left: -6px; top:4px; height: 20px; width: 2px; background: var(--bs-success); }
.page-sidebar ul li a:hover { color:var(--bs-success); }

.section-form { padding: 70px 0; }
.section-form .form-group { margin-bottom: 15px; }
.section-form .form-group label { margin-bottom: 3px; font-size: 14px; font-weight: 500 }
.section-form .actions { display: flex; align-items: center; justify-content: center; margin-top: 15px; }
.section-form .actions .btn { font-size: 14px; font-weight: 600; }
.section-form .actions .btn i { font-size: 20px; margin-right: 3px; }
.section-form .actions .btn-success { margin-left: 20px; }

#galeri .item { display: flex; align-items: center; justify-content: center; margin: 15px 0; overflow: hidden; }
#galeri .item img { width: 100%; }

@media only screen and (max-width: 767px){
    .page-sidebar { margin-bottom: 30px; }
    .custom-faq1 .faq h3 { font-size: 15px; line-height: 1.3; }
    .section-form .actions { flex-direction: column; }
    .section-form .actions .btn-success { margin-left: 0; margin-top: 15px; }
}
/* endregion */

/* region Footer */
.footer { padding: 40px 0; background-color: var(--bs-dark); }

.footer .f-bottom .f-logo { flex: 0 0 150px; }
.footer .f-bottom .f-logo a { display: flex;}
.footer .f-bottom .f-logo a>img{ height: 20px; }
.footer .f-bottom .f-link { flex: 0 0 calc(100% - 400px); color: #ffffff99;  display: flex; align-items: flex-start; justify-content: center; flex-direction: column; }
.footer .f-bottom .f-link a { position: relative; padding: 5px 10px; color: #fff; font-weight: 400; font-size: 14px; transition: .25s; }
.footer .f-bottom .f-link a:after { position: absolute; content: ''; right: -3px; top: 3px; bottom: 3px; width: 1px; background-color: rgba(255, 255, 255, .3); }
.footer .f-bottom .f-link a:last-child:after { display: none; }
.footer .f-bottom .f-link .copyright { margin-top: 10px; padding-left: 10px; }
.footer .f-bottom .f-social { flex: 0 0 250px; display: flex; align-items: center; justify-content: flex-end;}
.footer .f-bottom .f-social a { font-size: 26px; border-radius: 6px; width: 32px; height: 32px; line-height: 32px; margin-left: 15px; text-align: center; color:#ffffff99; display: inline-block;}
.footer .f-bottom .f-social a svg { fill: #ffffff; width: 20px; height: 20px; }
.footer .f-bottom .f-social a:hover { background-color: var(--bs-dark); }

@media only screen and (max-width: 767px){
    .heading .h-title { font-size: 32px; }

    .services { text-align: center; min-height: auto; }
    .services .thumb { margin: 0 auto 15px; }

    .section-about { text-align: center; }

    .section-expertise .expertise { margin: 15px 0; height: 165px; }

    .section-slogan .text-holder { text-align: center; align-items: center; }

    .section-why .image-holder { margin-bottom: 20px; }
    .section-why .image-holder img { position: unset; left: unset; top: unset; width: 100%; height: auto; }

    .logo-items .logo-item { flex: 0 0 50%; }
    .logo-items .logo-item img { height: 65px; }

    .section-solutions ul li { flex: 0 0 100%; }

    .footer { text-align: center; }
    .footer .d-flex { flex-wrap: wrap; }
    .footer .f-bottom .f-link { flex: 0 0 100%; }
    .footer .f-bottom .f-social { flex: 0 0 100%; margin-top: 15px; justify-content: center; }
}
/* 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 */

/* region Animation */
@-webkit-keyframes ripple{0%{opacity:0}1%{opacity:1}100%{transform:scale(2.5);opacity:0}}
@keyframes ripple{0%{opacity:0}1%{opacity:1}100%{transform:scale(2.5);opacity:0}}
@-webkit-keyframes pulse{0%{transform:scale(1)}50%{transform:scale(2)}100%{transform:scale(1)}}
@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(2)}100%{transform:scale(1)}}
@-webkit-keyframes scroll{0%{transform:translateY(-10%) scale3d(0.5, 0.5, 0.5)}33%{opacity:1;transform:translateY(20%)}67%{opacity:1;transform:translateY(50%)}100%{opacity:0;transform:translateY(50%) scale3d(0.5, 0.5, 0.5)}}
@keyframes scroll{0%{transform:translateY(-10%) scale3d(0.5, 0.5, 0.5)}33%{opacity:1;transform:translateY(20%)}67%{opacity:1;transform:translateY(50%)}100%{opacity:0;transform:translateY(50%) scale3d(0.5, 0.5, 0.5)}}
@-webkit-keyframes leftRight{0%{transform:translateX(0)}50%{transform:translateX(10px)}100%{transform:translateX(0)}}
/* endregion */

/* region Font Face */
@font-face {
    font-family: 'Klavika';
    src: url('../fonts/Klavika-Light.otf') format('opentype'), url('../fonts/Klavika-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Klavika';
    src: url('../fonts/Klavika.ttf') format('truetype'), url('../fonts/Klavika-Regular.otf') format('opentype'), url('../fonts/Klavika-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Klavika';
    src: url('../fonts/Klavika-Medium.otf') format('opentype'), url('../fonts/Klavika-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Klavika';
    src: url('../fonts/Klavika-Bold.otf') format('opentype'), url('../fonts/Klavika-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
/* endregion */
