@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
word-break: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important
}
.wpcf7 form .wpcf7-response-output {
margin: 2em .5em 1em;
padding: .2em 1em;
border: 2px solid #00a0d2
}
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232
}
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900
}
.wpcf7-form-control-wrap {
position: relative
}
.wpcf7-not-valid-tip {
color: #dc3232;
font-size: 1em;
font-weight: 400;
display: block
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em
}
.wpcf7-list-item-label:before,
.wpcf7-list-item-label:after {
content: " "
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d;
opacity: .75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative
}
form.submitting .wpcf7-spinner {
visibility: visible
}
.wpcf7-spinner:before {
content: '';
position: absolute;
background-color: #fbfbfc;
top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1s;
animation-timing-function: linear;
animation-iteration-count: infinite
}
@media (prefers-reduced-motion:reduce) {
.wpcf7-spinner:before {
animation-name: blink;
animation-duration: 2s
}
}
@keyframes spin {
from {
transform: rotate(0deg)
}
to {
transform: rotate(360deg)
}
}
@keyframes blink {
from {
opacity: 0
}
50% {
opacity: 1
}
to {
opacity: 0
}
}
.wpcf7 input[type=file] {
cursor: pointer
}
.wpcf7 input[type=file]:disabled {
cursor: default
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed
}
.wpcf7 input[type=url],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
direction: ltr
}
.wpcf7-reflection>output {
display: list-item;
list-style: none
}
.wpcf7-reflection>output[hidden] {
display: none
}:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-body-color-rgb:33,37,41;--bs-body-bg-rgb:255,255,255;--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;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-bg:#fff}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{width:100%;padding-right:var(--bs-gutter-x, 0.75rem);padding-left:var(--bs-gutter-x, 0.75rem);margin-right:auto;margin-left:auto}@media (min-width: 576px){.container,.container-sm{max-width:540px}}@media (min-width: 768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width: 992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width: 1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width: 1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-1>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-2>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-3{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-5{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-7{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-10{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-11{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width: 576px){.col-sm{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-sm-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-sm-1>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-sm-2>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-sm-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-sm-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-sm-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width: 768px){.col-md{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-md-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-md-1>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-md-2>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-md-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-md-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-md-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-md-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-md-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-md-3{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-md-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-md-5{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-md-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-md-7{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-md-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-md-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-md-10{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-md-11{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-md-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width: 992px){.col-lg{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-lg-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-lg-1>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-lg-2>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-lg-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-lg-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-lg-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width: 1200px){.col-xl{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-xl-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-xl-1>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-xl-2>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-xl-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-xl-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-xl-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width: 1400px){.col-xxl{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-xxl-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-xxl-1>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-xxl-2>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-xxl-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-xxl-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-xxl-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-xxl-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-xxl-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-xxl-3{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-xxl-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-xxl-5{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-xxl-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-xxl-7{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-xxl-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-xxl-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-xxl-10{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-xxl-11{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-xxl-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-grid{display:-ms-grid !important;display:grid !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}.d-none{display:none !important}.flex-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.flex-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.flex-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.flex-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.flex-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.flex-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.justify-content-evenly{-webkit-box-pack:space-evenly !important;-ms-flex-pack:space-evenly !important;justify-content:space-evenly !important}.align-items-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-auto{-ms-flex-item-align:auto !important;-ms-grid-row-align:auto !important;align-self:auto !important}.align-self-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-center{-ms-flex-item-align:center !important;-ms-grid-row-align:center !important;align-self:center !important}.align-self-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-stretch{-ms-flex-item-align:stretch !important;-ms-grid-row-align:stretch !important;align-self:stretch !important}.order-first{-webkit-box-ordinal-group:0 !important;-ms-flex-order:-1 !important;order:-1 !important}.order-0{-webkit-box-ordinal-group:1 !important;-ms-flex-order:0 !important;order:0 !important}.order-1{-webkit-box-ordinal-group:2 !important;-ms-flex-order:1 !important;order:1 !important}.order-2{-webkit-box-ordinal-group:3 !important;-ms-flex-order:2 !important;order:2 !important}.order-3{-webkit-box-ordinal-group:4 !important;-ms-flex-order:3 !important;order:3 !important}.order-4{-webkit-box-ordinal-group:5 !important;-ms-flex-order:4 !important;order:4 !important}.order-5{-webkit-box-ordinal-group:6 !important;-ms-flex-order:5 !important;order:5 !important}.order-last{-webkit-box-ordinal-group:7 !important;-ms-flex-order:6 !important;order:6 !important}.m-0{margin:0 !important}.m-1{margin:0.25rem !important}.m-2{margin:0.5rem !important}.m-3{margin:1rem !important}.m-4{margin:1.5rem !important}.m-5{margin:3rem !important}.m-auto{margin:auto !important}.mx-0{margin-right:0 !important;margin-left:0 !important}.mx-1{margin-right:0.25rem !important;margin-left:0.25rem !important}.mx-2{margin-right:0.5rem !important;margin-left:0.5rem !important}.mx-3{margin-right:1rem !important;margin-left:1rem !important}.mx-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-5{margin-right:3rem !important;margin-left:3rem !important}.mx-auto{margin-right:auto !important;margin-left:auto !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.my-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important}.my-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important}.my-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-0{margin-top:0 !important}.mt-1{margin-top:0.25rem !important}.mt-2{margin-top:0.5rem !important}.mt-3{margin-top:1rem !important}.mt-4{margin-top:1.5rem !important}.mt-5{margin-top:3rem !important}.mt-auto{margin-top:auto !important}.me-0{margin-right:0 !important}.me-1{margin-right:0.25rem !important}.me-2{margin-right:0.5rem !important}.me-3{margin-right:1rem !important}.me-4{margin-right:1.5rem !important}.me-5{margin-right:3rem !important}.me-auto{margin-right:auto !important}.mb-0{margin-bottom:0 !important}.mb-1{margin-bottom:0.25rem !important}.mb-2{margin-bottom:0.5rem !important}.mb-3{margin-bottom:1rem !important}.mb-4{margin-bottom:1.5rem !important}.mb-5{margin-bottom:3rem !important}.mb-auto{margin-bottom:auto !important}.ms-0{margin-left:0 !important}.ms-1{margin-left:0.25rem !important}.ms-2{margin-left:0.5rem !important}.ms-3{margin-left:1rem !important}.ms-4{margin-left:1.5rem !important}.ms-5{margin-left:3rem !important}.ms-auto{margin-left:auto !important}.p-0{padding:0 !important}.p-1{padding:0.25rem !important}.p-2{padding:0.5rem !important}.p-3{padding:1rem !important}.p-4{padding:1.5rem !important}.p-5{padding:3rem !important}.px-0{padding-right:0 !important;padding-left:0 !important}.px-1{padding-right:0.25rem !important;padding-left:0.25rem !important}.px-2{padding-right:0.5rem !important;padding-left:0.5rem !important}.px-3{padding-right:1rem !important;padding-left:1rem !important}.px-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-5{padding-right:3rem !important;padding-left:3rem !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.py-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.py-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.py-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-0{padding-top:0 !important}.pt-1{padding-top:0.25rem !important}.pt-2{padding-top:0.5rem !important}.pt-3{padding-top:1rem !important}.pt-4{padding-top:1.5rem !important}.pt-5{padding-top:3rem !important}.pe-0{padding-right:0 !important}.pe-1{padding-right:0.25rem !important}.pe-2{padding-right:0.5rem !important}.pe-3{padding-right:1rem !important}.pe-4{padding-right:1.5rem !important}.pe-5{padding-right:3rem !important}.pb-0{padding-bottom:0 !important}.pb-1{padding-bottom:0.25rem !important}.pb-2{padding-bottom:0.5rem !important}.pb-3{padding-bottom:1rem !important}.pb-4{padding-bottom:1.5rem !important}.pb-5{padding-bottom:3rem !important}.ps-0{padding-left:0 !important}.ps-1{padding-left:0.25rem !important}.ps-2{padding-left:0.5rem !important}.ps-3{padding-left:1rem !important}.ps-4{padding-left:1.5rem !important}.ps-5{padding-left:3rem !important}@media (min-width: 576px){.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-grid{display:-ms-grid !important;display:grid !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-sm-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}.d-sm-none{display:none !important}.flex-sm-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.flex-sm-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-sm-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-sm-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-sm-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-sm-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.flex-sm-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.flex-sm-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.flex-sm-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.flex-sm-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-sm-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-sm-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-sm-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-sm-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-sm-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-sm-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.justify-content-sm-evenly{-webkit-box-pack:space-evenly !important;-ms-flex-pack:space-evenly !important;justify-content:space-evenly !important}.align-items-sm-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-sm-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-sm-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-sm-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-sm-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-sm-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-sm-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-sm-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-sm-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-sm-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-sm-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-sm-auto{-ms-flex-item-align:auto !important;-ms-grid-row-align:auto !important;align-self:auto !important}.align-self-sm-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-sm-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-sm-center{-ms-flex-item-align:center !important;-ms-grid-row-align:center !important;align-self:center !important}.align-self-sm-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-sm-stretch{-ms-flex-item-align:stretch !important;-ms-grid-row-align:stretch !important;align-self:stretch !important}.order-sm-first{-webkit-box-ordinal-group:0 !important;-ms-flex-order:-1 !important;order:-1 !important}.order-sm-0{-webkit-box-ordinal-group:1 !important;-ms-flex-order:0 !important;order:0 !important}.order-sm-1{-webkit-box-ordinal-group:2 !important;-ms-flex-order:1 !important;order:1 !important}.order-sm-2{-webkit-box-ordinal-group:3 !important;-ms-flex-order:2 !important;order:2 !important}.order-sm-3{-webkit-box-ordinal-group:4 !important;-ms-flex-order:3 !important;order:3 !important}.order-sm-4{-webkit-box-ordinal-group:5 !important;-ms-flex-order:4 !important;order:4 !important}.order-sm-5{-webkit-box-ordinal-group:6 !important;-ms-flex-order:5 !important;order:5 !important}.order-sm-last{-webkit-box-ordinal-group:7 !important;-ms-flex-order:6 !important;order:6 !important}.m-sm-0{margin:0 !important}.m-sm-1{margin:0.25rem !important}.m-sm-2{margin:0.5rem !important}.m-sm-3{margin:1rem !important}.m-sm-4{margin:1.5rem !important}.m-sm-5{margin:3rem !important}.m-sm-auto{margin:auto !important}.mx-sm-0{margin-right:0 !important;margin-left:0 !important}.mx-sm-1{margin-right:0.25rem !important;margin-left:0.25rem !important}.mx-sm-2{margin-right:0.5rem !important;margin-left:0.5rem !important}.mx-sm-3{margin-right:1rem !important;margin-left:1rem !important}.mx-sm-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-sm-5{margin-right:3rem !important;margin-left:3rem !important}.mx-sm-auto{margin-right:auto !important;margin-left:auto !important}.my-sm-0{margin-top:0 !important;margin-bottom:0 !important}.my-sm-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important}.my-sm-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important}.my-sm-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-sm-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-sm-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-sm-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-sm-0{margin-top:0 !important}.mt-sm-1{margin-top:0.25rem !important}.mt-sm-2{margin-top:0.5rem !important}.mt-sm-3{margin-top:1rem !important}.mt-sm-4{margin-top:1.5rem !important}.mt-sm-5{margin-top:3rem !important}.mt-sm-auto{margin-top:auto !important}.me-sm-0{margin-right:0 !important}.me-sm-1{margin-right:0.25rem !important}.me-sm-2{margin-right:0.5rem !important}.me-sm-3{margin-right:1rem !important}.me-sm-4{margin-right:1.5rem !important}.me-sm-5{margin-right:3rem !important}.me-sm-auto{margin-right:auto !important}.mb-sm-0{margin-bottom:0 !important}.mb-sm-1{margin-bottom:0.25rem !important}.mb-sm-2{margin-bottom:0.5rem !important}.mb-sm-3{margin-bottom:1rem !important}.mb-sm-4{margin-bottom:1.5rem !important}.mb-sm-5{margin-bottom:3rem !important}.mb-sm-auto{margin-bottom:auto !important}.ms-sm-0{margin-left:0 !important}.ms-sm-1{margin-left:0.25rem !important}.ms-sm-2{margin-left:0.5rem !important}.ms-sm-3{margin-left:1rem !important}.ms-sm-4{margin-left:1.5rem !important}.ms-sm-5{margin-left:3rem !important}.ms-sm-auto{margin-left:auto !important}.p-sm-0{padding:0 !important}.p-sm-1{padding:0.25rem !important}.p-sm-2{padding:0.5rem !important}.p-sm-3{padding:1rem !important}.p-sm-4{padding:1.5rem !important}.p-sm-5{padding:3rem !important}.px-sm-0{padding-right:0 !important;padding-left:0 !important}.px-sm-1{padding-right:0.25rem !important;padding-left:0.25rem !important}.px-sm-2{padding-right:0.5rem !important;padding-left:0.5rem !important}.px-sm-3{padding-right:1rem !important;padding-left:1rem !important}.px-sm-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-sm-5{padding-right:3rem !important;padding-left:3rem !important}.py-sm-0{padding-top:0 !important;padding-bottom:0 !important}.py-sm-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.py-sm-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.py-sm-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-sm-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-sm-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-sm-0{padding-top:0 !important}.pt-sm-1{padding-top:0.25rem !important}.pt-sm-2{padding-top:0.5rem !important}.pt-sm-3{padding-top:1rem !important}.pt-sm-4{padding-top:1.5rem !important}.pt-sm-5{padding-top:3rem !important}.pe-sm-0{padding-right:0 !important}.pe-sm-1{padding-right:0.25rem !important}.pe-sm-2{padding-right:0.5rem !important}.pe-sm-3{padding-right:1rem !important}.pe-sm-4{padding-right:1.5rem !important}.pe-sm-5{padding-right:3rem !important}.pb-sm-0{padding-bottom:0 !important}.pb-sm-1{padding-bottom:0.25rem !important}.pb-sm-2{padding-bottom:0.5rem !important}.pb-sm-3{padding-bottom:1rem !important}.pb-sm-4{padding-bottom:1.5rem !important}.pb-sm-5{padding-bottom:3rem !important}.ps-sm-0{padding-left:0 !important}.ps-sm-1{padding-left:0.25rem !important}.ps-sm-2{padding-left:0.5rem !important}.ps-sm-3{padding-left:1rem !important}.ps-sm-4{padding-left:1.5rem !important}.ps-sm-5{padding-left:3rem !important}}@media (min-width: 768px){.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-grid{display:-ms-grid !important;display:grid !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-md-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}.d-md-none{display:none !important}.flex-md-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.flex-md-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-md-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-md-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-md-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-md-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.flex-md-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.flex-md-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.flex-md-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.flex-md-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-md-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-md-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-md-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-md-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-md-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-md-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.justify-content-md-evenly{-webkit-box-pack:space-evenly !important;-ms-flex-pack:space-evenly !important;justify-content:space-evenly !important}.align-items-md-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-md-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-md-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-md-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-md-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-md-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-md-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-md-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-md-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-md-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-md-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-md-auto{-ms-flex-item-align:auto !important;-ms-grid-row-align:auto !important;align-self:auto !important}.align-self-md-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-md-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-md-center{-ms-flex-item-align:center !important;-ms-grid-row-align:center !important;align-self:center !important}.align-self-md-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-md-stretch{-ms-flex-item-align:stretch !important;-ms-grid-row-align:stretch !important;align-self:stretch !important}.order-md-first{-webkit-box-ordinal-group:0 !important;-ms-flex-order:-1 !important;order:-1 !important}.order-md-0{-webkit-box-ordinal-group:1 !important;-ms-flex-order:0 !important;order:0 !important}.order-md-1{-webkit-box-ordinal-group:2 !important;-ms-flex-order:1 !important;order:1 !important}.order-md-2{-webkit-box-ordinal-group:3 !important;-ms-flex-order:2 !important;order:2 !important}.order-md-3{-webkit-box-ordinal-group:4 !important;-ms-flex-order:3 !important;order:3 !important}.order-md-4{-webkit-box-ordinal-group:5 !important;-ms-flex-order:4 !important;order:4 !important}.order-md-5{-webkit-box-ordinal-group:6 !important;-ms-flex-order:5 !important;order:5 !important}.order-md-last{-webkit-box-ordinal-group:7 !important;-ms-flex-order:6 !important;order:6 !important}.m-md-0{margin:0 !important}.m-md-1{margin:0.25rem !important}.m-md-2{margin:0.5rem !important}.m-md-3{margin:1rem !important}.m-md-4{margin:1.5rem !important}.m-md-5{margin:3rem !important}.m-md-auto{margin:auto !important}.mx-md-0{margin-right:0 !important;margin-left:0 !important}.mx-md-1{margin-right:0.25rem !important;margin-left:0.25rem !important}.mx-md-2{margin-right:0.5rem !important;margin-left:0.5rem !important}.mx-md-3{margin-right:1rem !important;margin-left:1rem !important}.mx-md-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-md-5{margin-right:3rem !important;margin-left:3rem !important}.mx-md-auto{margin-right:auto !important;margin-left:auto !important}.my-md-0{margin-top:0 !important;margin-bottom:0 !important}.my-md-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important}.my-md-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important}.my-md-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-md-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-md-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-md-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-md-0{margin-top:0 !important}.mt-md-1{margin-top:0.25rem !important}.mt-md-2{margin-top:0.5rem !important}.mt-md-3{margin-top:1rem !important}.mt-md-4{margin-top:1.5rem !important}.mt-md-5{margin-top:3rem !important}.mt-md-auto{margin-top:auto !important}.me-md-0{margin-right:0 !important}.me-md-1{margin-right:0.25rem !important}.me-md-2{margin-right:0.5rem !important}.me-md-3{margin-right:1rem !important}.me-md-4{margin-right:1.5rem !important}.me-md-5{margin-right:3rem !important}.me-md-auto{margin-right:auto !important}.mb-md-0{margin-bottom:0 !important}.mb-md-1{margin-bottom:0.25rem !important}.mb-md-2{margin-bottom:0.5rem !important}.mb-md-3{margin-bottom:1rem !important}.mb-md-4{margin-bottom:1.5rem !important}.mb-md-5{margin-bottom:3rem !important}.mb-md-auto{margin-bottom:auto !important}.ms-md-0{margin-left:0 !important}.ms-md-1{margin-left:0.25rem !important}.ms-md-2{margin-left:0.5rem !important}.ms-md-3{margin-left:1rem !important}.ms-md-4{margin-left:1.5rem !important}.ms-md-5{margin-left:3rem !important}.ms-md-auto{margin-left:auto !important}.p-md-0{padding:0 !important}.p-md-1{padding:0.25rem !important}.p-md-2{padding:0.5rem !important}.p-md-3{padding:1rem !important}.p-md-4{padding:1.5rem !important}.p-md-5{padding:3rem !important}.px-md-0{padding-right:0 !important;padding-left:0 !important}.px-md-1{padding-right:0.25rem !important;padding-left:0.25rem !important}.px-md-2{padding-right:0.5rem !important;padding-left:0.5rem !important}.px-md-3{padding-right:1rem !important;padding-left:1rem !important}.px-md-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-md-5{padding-right:3rem !important;padding-left:3rem !important}.py-md-0{padding-top:0 !important;padding-bottom:0 !important}.py-md-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.py-md-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.py-md-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-md-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-md-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-md-0{padding-top:0 !important}.pt-md-1{padding-top:0.25rem !important}.pt-md-2{padding-top:0.5rem !important}.pt-md-3{padding-top:1rem !important}.pt-md-4{padding-top:1.5rem !important}.pt-md-5{padding-top:3rem !important}.pe-md-0{padding-right:0 !important}.pe-md-1{padding-right:0.25rem !important}.pe-md-2{padding-right:0.5rem !important}.pe-md-3{padding-right:1rem !important}.pe-md-4{padding-right:1.5rem !important}.pe-md-5{padding-right:3rem !important}.pb-md-0{padding-bottom:0 !important}.pb-md-1{padding-bottom:0.25rem !important}.pb-md-2{padding-bottom:0.5rem !important}.pb-md-3{padding-bottom:1rem !important}.pb-md-4{padding-bottom:1.5rem !important}.pb-md-5{padding-bottom:3rem !important}.ps-md-0{padding-left:0 !important}.ps-md-1{padding-left:0.25rem !important}.ps-md-2{padding-left:0.5rem !important}.ps-md-3{padding-left:1rem !important}.ps-md-4{padding-left:1.5rem !important}.ps-md-5{padding-left:3rem !important}}@media (min-width: 992px){.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-grid{display:-ms-grid !important;display:grid !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-lg-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}.d-lg-none{display:none !important}.flex-lg-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.flex-lg-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-lg-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-lg-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-lg-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-lg-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.flex-lg-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.flex-lg-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.flex-lg-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.flex-lg-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-lg-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-lg-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-lg-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-lg-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-lg-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-lg-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.justify-content-lg-evenly{-webkit-box-pack:space-evenly !important;-ms-flex-pack:space-evenly !important;justify-content:space-evenly !important}.align-items-lg-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-lg-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-lg-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-lg-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-lg-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-lg-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-lg-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-lg-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-lg-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-lg-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-lg-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-lg-auto{-ms-flex-item-align:auto !important;-ms-grid-row-align:auto !important;align-self:auto !important}.align-self-lg-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-lg-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-lg-center{-ms-flex-item-align:center !important;-ms-grid-row-align:center !important;align-self:center !important}.align-self-lg-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-lg-stretch{-ms-flex-item-align:stretch !important;-ms-grid-row-align:stretch !important;align-self:stretch !important}.order-lg-first{-webkit-box-ordinal-group:0 !important;-ms-flex-order:-1 !important;order:-1 !important}.order-lg-0{-webkit-box-ordinal-group:1 !important;-ms-flex-order:0 !important;order:0 !important}.order-lg-1{-webkit-box-ordinal-group:2 !important;-ms-flex-order:1 !important;order:1 !important}.order-lg-2{-webkit-box-ordinal-group:3 !important;-ms-flex-order:2 !important;order:2 !important}.order-lg-3{-webkit-box-ordinal-group:4 !important;-ms-flex-order:3 !important;order:3 !important}.order-lg-4{-webkit-box-ordinal-group:5 !important;-ms-flex-order:4 !important;order:4 !important}.order-lg-5{-webkit-box-ordinal-group:6 !important;-ms-flex-order:5 !important;order:5 !important}.order-lg-last{-webkit-box-ordinal-group:7 !important;-ms-flex-order:6 !important;order:6 !important}.m-lg-0{margin:0 !important}.m-lg-1{margin:0.25rem !important}.m-lg-2{margin:0.5rem !important}.m-lg-3{margin:1rem !important}.m-lg-4{margin:1.5rem !important}.m-lg-5{margin:3rem !important}.m-lg-auto{margin:auto !important}.mx-lg-0{margin-right:0 !important;margin-left:0 !important}.mx-lg-1{margin-right:0.25rem !important;margin-left:0.25rem !important}.mx-lg-2{margin-right:0.5rem !important;margin-left:0.5rem !important}.mx-lg-3{margin-right:1rem !important;margin-left:1rem !important}.mx-lg-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-lg-5{margin-right:3rem !important;margin-left:3rem !important}.mx-lg-auto{margin-right:auto !important;margin-left:auto !important}.my-lg-0{margin-top:0 !important;margin-bottom:0 !important}.my-lg-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important}.my-lg-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important}.my-lg-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-lg-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-lg-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-lg-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-lg-0{margin-top:0 !important}.mt-lg-1{margin-top:0.25rem !important}.mt-lg-2{margin-top:0.5rem !important}.mt-lg-3{margin-top:1rem !important}.mt-lg-4{margin-top:1.5rem !important}.mt-lg-5{margin-top:3rem !important}.mt-lg-auto{margin-top:auto !important}.me-lg-0{margin-right:0 !important}.me-lg-1{margin-right:0.25rem !important}.me-lg-2{margin-right:0.5rem !important}.me-lg-3{margin-right:1rem !important}.me-lg-4{margin-right:1.5rem !important}.me-lg-5{margin-right:3rem !important}.me-lg-auto{margin-right:auto !important}.mb-lg-0{margin-bottom:0 !important}.mb-lg-1{margin-bottom:0.25rem !important}.mb-lg-2{margin-bottom:0.5rem !important}.mb-lg-3{margin-bottom:1rem !important}.mb-lg-4{margin-bottom:1.5rem !important}.mb-lg-5{margin-bottom:3rem !important}.mb-lg-auto{margin-bottom:auto !important}.ms-lg-0{margin-left:0 !important}.ms-lg-1{margin-left:0.25rem !important}.ms-lg-2{margin-left:0.5rem !important}.ms-lg-3{margin-left:1rem !important}.ms-lg-4{margin-left:1.5rem !important}.ms-lg-5{margin-left:3rem !important}.ms-lg-auto{margin-left:auto !important}.p-lg-0{padding:0 !important}.p-lg-1{padding:0.25rem !important}.p-lg-2{padding:0.5rem !important}.p-lg-3{padding:1rem !important}.p-lg-4{padding:1.5rem !important}.p-lg-5{padding:3rem !important}.px-lg-0{padding-right:0 !important;padding-left:0 !important}.px-lg-1{padding-right:0.25rem !important;padding-left:0.25rem !important}.px-lg-2{padding-right:0.5rem !important;padding-left:0.5rem !important}.px-lg-3{padding-right:1rem !important;padding-left:1rem !important}.px-lg-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-lg-5{padding-right:3rem !important;padding-left:3rem !important}.py-lg-0{padding-top:0 !important;padding-bottom:0 !important}.py-lg-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.py-lg-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.py-lg-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-lg-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-lg-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-lg-0{padding-top:0 !important}.pt-lg-1{padding-top:0.25rem !important}.pt-lg-2{padding-top:0.5rem !important}.pt-lg-3{padding-top:1rem !important}.pt-lg-4{padding-top:1.5rem !important}.pt-lg-5{padding-top:3rem !important}.pe-lg-0{padding-right:0 !important}.pe-lg-1{padding-right:0.25rem !important}.pe-lg-2{padding-right:0.5rem !important}.pe-lg-3{padding-right:1rem !important}.pe-lg-4{padding-right:1.5rem !important}.pe-lg-5{padding-right:3rem !important}.pb-lg-0{padding-bottom:0 !important}.pb-lg-1{padding-bottom:0.25rem !important}.pb-lg-2{padding-bottom:0.5rem !important}.pb-lg-3{padding-bottom:1rem !important}.pb-lg-4{padding-bottom:1.5rem !important}.pb-lg-5{padding-bottom:3rem !important}.ps-lg-0{padding-left:0 !important}.ps-lg-1{padding-left:0.25rem !important}.ps-lg-2{padding-left:0.5rem !important}.ps-lg-3{padding-left:1rem !important}.ps-lg-4{padding-left:1.5rem !important}.ps-lg-5{padding-left:3rem !important}}@media (min-width: 1200px){.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-grid{display:-ms-grid !important;display:grid !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-xl-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}.d-xl-none{display:none !important}.flex-xl-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.flex-xl-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-xl-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-xl-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-xl-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-xl-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.flex-xl-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.flex-xl-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.flex-xl-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.flex-xl-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-xl-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-xl-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-xl-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-xl-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-xl-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-xl-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.justify-content-xl-evenly{-webkit-box-pack:space-evenly !important;-ms-flex-pack:space-evenly !important;justify-content:space-evenly !important}.align-items-xl-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-xl-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-xl-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-xl-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-xl-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-xl-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-xl-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-xl-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-xl-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-xl-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-xl-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-xl-auto{-ms-flex-item-align:auto !important;-ms-grid-row-align:auto !important;align-self:auto !important}.align-self-xl-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-xl-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-xl-center{-ms-flex-item-align:center !important;-ms-grid-row-align:center !important;align-self:center !important}.align-self-xl-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-xl-stretch{-ms-flex-item-align:stretch !important;-ms-grid-row-align:stretch !important;align-self:stretch !important}.order-xl-first{-webkit-box-ordinal-group:0 !important;-ms-flex-order:-1 !important;order:-1 !important}.order-xl-0{-webkit-box-ordinal-group:1 !important;-ms-flex-order:0 !important;order:0 !important}.order-xl-1{-webkit-box-ordinal-group:2 !important;-ms-flex-order:1 !important;order:1 !important}.order-xl-2{-webkit-box-ordinal-group:3 !important;-ms-flex-order:2 !important;order:2 !important}.order-xl-3{-webkit-box-ordinal-group:4 !important;-ms-flex-order:3 !important;order:3 !important}.order-xl-4{-webkit-box-ordinal-group:5 !important;-ms-flex-order:4 !important;order:4 !important}.order-xl-5{-webkit-box-ordinal-group:6 !important;-ms-flex-order:5 !important;order:5 !important}.order-xl-last{-webkit-box-ordinal-group:7 !important;-ms-flex-order:6 !important;order:6 !important}.m-xl-0{margin:0 !important}.m-xl-1{margin:0.25rem !important}.m-xl-2{margin:0.5rem !important}.m-xl-3{margin:1rem !important}.m-xl-4{margin:1.5rem !important}.m-xl-5{margin:3rem !important}.m-xl-auto{margin:auto !important}.mx-xl-0{margin-right:0 !important;margin-left:0 !important}.mx-xl-1{margin-right:0.25rem !important;margin-left:0.25rem !important}.mx-xl-2{margin-right:0.5rem !important;margin-left:0.5rem !important}.mx-xl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xl-5{margin-right:3rem !important;margin-left:3rem !important}.mx-xl-auto{margin-right:auto !important;margin-left:auto !important}.my-xl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xl-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important}.my-xl-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important}.my-xl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xl-0{margin-top:0 !important}.mt-xl-1{margin-top:0.25rem !important}.mt-xl-2{margin-top:0.5rem !important}.mt-xl-3{margin-top:1rem !important}.mt-xl-4{margin-top:1.5rem !important}.mt-xl-5{margin-top:3rem !important}.mt-xl-auto{margin-top:auto !important}.me-xl-0{margin-right:0 !important}.me-xl-1{margin-right:0.25rem !important}.me-xl-2{margin-right:0.5rem !important}.me-xl-3{margin-right:1rem !important}.me-xl-4{margin-right:1.5rem !important}.me-xl-5{margin-right:3rem !important}.me-xl-auto{margin-right:auto !important}.mb-xl-0{margin-bottom:0 !important}.mb-xl-1{margin-bottom:0.25rem !important}.mb-xl-2{margin-bottom:0.5rem !important}.mb-xl-3{margin-bottom:1rem !important}.mb-xl-4{margin-bottom:1.5rem !important}.mb-xl-5{margin-bottom:3rem !important}.mb-xl-auto{margin-bottom:auto !important}.ms-xl-0{margin-left:0 !important}.ms-xl-1{margin-left:0.25rem !important}.ms-xl-2{margin-left:0.5rem !important}.ms-xl-3{margin-left:1rem !important}.ms-xl-4{margin-left:1.5rem !important}.ms-xl-5{margin-left:3rem !important}.ms-xl-auto{margin-left:auto !important}.p-xl-0{padding:0 !important}.p-xl-1{padding:0.25rem !important}.p-xl-2{padding:0.5rem !important}.p-xl-3{padding:1rem !important}.p-xl-4{padding:1.5rem !important}.p-xl-5{padding:3rem !important}.px-xl-0{padding-right:0 !important;padding-left:0 !important}.px-xl-1{padding-right:0.25rem !important;padding-left:0.25rem !important}.px-xl-2{padding-right:0.5rem !important;padding-left:0.5rem !important}.px-xl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xl-5{padding-right:3rem !important;padding-left:3rem !important}.py-xl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xl-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.py-xl-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.py-xl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xl-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-xl-0{padding-top:0 !important}.pt-xl-1{padding-top:0.25rem !important}.pt-xl-2{padding-top:0.5rem !important}.pt-xl-3{padding-top:1rem !important}.pt-xl-4{padding-top:1.5rem !important}.pt-xl-5{padding-top:3rem !important}.pe-xl-0{padding-right:0 !important}.pe-xl-1{padding-right:0.25rem !important}.pe-xl-2{padding-right:0.5rem !important}.pe-xl-3{padding-right:1rem !important}.pe-xl-4{padding-right:1.5rem !important}.pe-xl-5{padding-right:3rem !important}.pb-xl-0{padding-bottom:0 !important}.pb-xl-1{padding-bottom:0.25rem !important}.pb-xl-2{padding-bottom:0.5rem !important}.pb-xl-3{padding-bottom:1rem !important}.pb-xl-4{padding-bottom:1.5rem !important}.pb-xl-5{padding-bottom:3rem !important}.ps-xl-0{padding-left:0 !important}.ps-xl-1{padding-left:0.25rem !important}.ps-xl-2{padding-left:0.5rem !important}.ps-xl-3{padding-left:1rem !important}.ps-xl-4{padding-left:1.5rem !important}.ps-xl-5{padding-left:3rem !important}}@media (min-width: 1400px){.d-xxl-inline{display:inline !important}.d-xxl-inline-block{display:inline-block !important}.d-xxl-block{display:block !important}.d-xxl-grid{display:-ms-grid !important;display:grid !important}.d-xxl-table{display:table !important}.d-xxl-table-row{display:table-row !important}.d-xxl-table-cell{display:table-cell !important}.d-xxl-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-xxl-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}.d-xxl-none{display:none !important}.flex-xxl-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.flex-xxl-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-xxl-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-xxl-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-xxl-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-xxl-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.flex-xxl-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.flex-xxl-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.flex-xxl-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.flex-xxl-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-xxl-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-xxl-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-xxl-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-xxl-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-xxl-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-xxl-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-xxl-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.justify-content-xxl-evenly{-webkit-box-pack:space-evenly !important;-ms-flex-pack:space-evenly !important;justify-content:space-evenly !important}.align-items-xxl-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-xxl-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-xxl-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-xxl-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-xxl-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-xxl-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-xxl-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-xxl-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-xxl-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-xxl-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-xxl-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-xxl-auto{-ms-flex-item-align:auto !important;-ms-grid-row-align:auto !important;align-self:auto !important}.align-self-xxl-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-xxl-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-xxl-center{-ms-flex-item-align:center !important;-ms-grid-row-align:center !important;align-self:center !important}.align-self-xxl-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-xxl-stretch{-ms-flex-item-align:stretch !important;-ms-grid-row-align:stretch !important;align-self:stretch !important}.order-xxl-first{-webkit-box-ordinal-group:0 !important;-ms-flex-order:-1 !important;order:-1 !important}.order-xxl-0{-webkit-box-ordinal-group:1 !important;-ms-flex-order:0 !important;order:0 !important}.order-xxl-1{-webkit-box-ordinal-group:2 !important;-ms-flex-order:1 !important;order:1 !important}.order-xxl-2{-webkit-box-ordinal-group:3 !important;-ms-flex-order:2 !important;order:2 !important}.order-xxl-3{-webkit-box-ordinal-group:4 !important;-ms-flex-order:3 !important;order:3 !important}.order-xxl-4{-webkit-box-ordinal-group:5 !important;-ms-flex-order:4 !important;order:4 !important}.order-xxl-5{-webkit-box-ordinal-group:6 !important;-ms-flex-order:5 !important;order:5 !important}.order-xxl-last{-webkit-box-ordinal-group:7 !important;-ms-flex-order:6 !important;order:6 !important}.m-xxl-0{margin:0 !important}.m-xxl-1{margin:0.25rem !important}.m-xxl-2{margin:0.5rem !important}.m-xxl-3{margin:1rem !important}.m-xxl-4{margin:1.5rem !important}.m-xxl-5{margin:3rem !important}.m-xxl-auto{margin:auto !important}.mx-xxl-0{margin-right:0 !important;margin-left:0 !important}.mx-xxl-1{margin-right:0.25rem !important;margin-left:0.25rem !important}.mx-xxl-2{margin-right:0.5rem !important;margin-left:0.5rem !important}.mx-xxl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xxl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xxl-5{margin-right:3rem !important;margin-left:3rem !important}.mx-xxl-auto{margin-right:auto !important;margin-left:auto !important}.my-xxl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xxl-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important}.my-xxl-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important}.my-xxl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xxl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xxl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xxl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xxl-0{margin-top:0 !important}.mt-xxl-1{margin-top:0.25rem !important}.mt-xxl-2{margin-top:0.5rem !important}.mt-xxl-3{margin-top:1rem !important}.mt-xxl-4{margin-top:1.5rem !important}.mt-xxl-5{margin-top:3rem !important}.mt-xxl-auto{margin-top:auto !important}.me-xxl-0{margin-right:0 !important}.me-xxl-1{margin-right:0.25rem !important}.me-xxl-2{margin-right:0.5rem !important}.me-xxl-3{margin-right:1rem !important}.me-xxl-4{margin-right:1.5rem !important}.me-xxl-5{margin-right:3rem !important}.me-xxl-auto{margin-right:auto !important}.mb-xxl-0{margin-bottom:0 !important}.mb-xxl-1{margin-bottom:0.25rem !important}.mb-xxl-2{margin-bottom:0.5rem !important}.mb-xxl-3{margin-bottom:1rem !important}.mb-xxl-4{margin-bottom:1.5rem !important}.mb-xxl-5{margin-bottom:3rem !important}.mb-xxl-auto{margin-bottom:auto !important}.ms-xxl-0{margin-left:0 !important}.ms-xxl-1{margin-left:0.25rem !important}.ms-xxl-2{margin-left:0.5rem !important}.ms-xxl-3{margin-left:1rem !important}.ms-xxl-4{margin-left:1.5rem !important}.ms-xxl-5{margin-left:3rem !important}.ms-xxl-auto{margin-left:auto !important}.p-xxl-0{padding:0 !important}.p-xxl-1{padding:0.25rem !important}.p-xxl-2{padding:0.5rem !important}.p-xxl-3{padding:1rem !important}.p-xxl-4{padding:1.5rem !important}.p-xxl-5{padding:3rem !important}.px-xxl-0{padding-right:0 !important;padding-left:0 !important}.px-xxl-1{padding-right:0.25rem !important;padding-left:0.25rem !important}.px-xxl-2{padding-right:0.5rem !important;padding-left:0.5rem !important}.px-xxl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xxl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xxl-5{padding-right:3rem !important;padding-left:3rem !important}.py-xxl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xxl-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.py-xxl-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.py-xxl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xxl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xxl-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-xxl-0{padding-top:0 !important}.pt-xxl-1{padding-top:0.25rem !important}.pt-xxl-2{padding-top:0.5rem !important}.pt-xxl-3{padding-top:1rem !important}.pt-xxl-4{padding-top:1.5rem !important}.pt-xxl-5{padding-top:3rem !important}.pe-xxl-0{padding-right:0 !important}.pe-xxl-1{padding-right:0.25rem !important}.pe-xxl-2{padding-right:0.5rem !important}.pe-xxl-3{padding-right:1rem !important}.pe-xxl-4{padding-right:1.5rem !important}.pe-xxl-5{padding-right:3rem !important}.pb-xxl-0{padding-bottom:0 !important}.pb-xxl-1{padding-bottom:0.25rem !important}.pb-xxl-2{padding-bottom:0.5rem !important}.pb-xxl-3{padding-bottom:1rem !important}.pb-xxl-4{padding-bottom:1.5rem !important}.pb-xxl-5{padding-bottom:3rem !important}.ps-xxl-0{padding-left:0 !important}.ps-xxl-1{padding-left:0.25rem !important}.ps-xxl-2{padding-left:0.5rem !important}.ps-xxl-3{padding-left:1rem !important}.ps-xxl-4{padding-left:1.5rem !important}.ps-xxl-5{padding-left:3rem !important}}@media print{.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-grid{display:-ms-grid !important;display:grid !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-print-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}.d-print-none{display:none !important}}@font-face {
font-family: 'Cera Pro';
src: url(//booknbuyhadria.com/wp-content/themes/hadria/css/../fonts/CeraPro-Regular.woff2) format("woff2"), url(//booknbuyhadria.com/wp-content/themes/hadria/css/../fonts/CeraPro-Regular.woff) format("woff");
font-weight: 400;
font-style: normal;
font-display: swap
}
@font-face {
font-family: 'Cera Pro';
src: url(//booknbuyhadria.com/wp-content/themes/hadria/css/../fonts/CeraPro-Thin.woff2) format("woff2"), url(//booknbuyhadria.com/wp-content/themes/hadria/css/../fonts/CeraPro-Thin.woff) format("woff");
font-weight: 100;
font-style: normal;
font-display: swap
}
@font-face {
font-family: 'Cera Pro';
src: url(//booknbuyhadria.com/wp-content/themes/hadria/css/../fonts/CeraPro-Light.woff2) format("woff2"), url(//booknbuyhadria.com/wp-content/themes/hadria/css/../fonts/CeraPro-Light.woff) format("woff");
font-weight: 300;
font-style: normal;
font-display: swap
}
@font-face {
font-family: 'Cera Pro';
src: url(//booknbuyhadria.com/wp-content/themes/hadria/css/../fonts/CeraPro-Medium.woff2) format("woff2"), url(//booknbuyhadria.com/wp-content/themes/hadria/css/../fonts/CeraPro-Medium.woff) format("woff");
font-weight: 500;
font-style: normal;
font-display: swap
}
@font-face {
font-family: 'El Messiri';
src: url(//booknbuyhadria.com/wp-content/themes/hadria/css/../fonts/ElMessiri-Regular.woff2) format("woff2"), url(//booknbuyhadria.com/wp-content/themes/hadria/css/../fonts/ElMessiri-Regular.woff) format("woff");
font-weight: 400;
font-style: normal;
font-display: swap
}
@font-face {
font-family: 'El Messiri';
src: url(//booknbuyhadria.com/wp-content/themes/hadria/css/../fonts/ElMessiri-Medium.woff2) format("woff2"), url(//booknbuyhadria.com/wp-content/themes/hadria/css/../fonts/ElMessiri-Medium.woff) format("woff");
font-weight: 500;
font-style: normal;
font-display: swap
}
#loader-wrapper {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 999;
background-color: var(--clr-white);
-webkit-animation: loader 1s linear;
animation: loader 1s linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards
}
@-webkit-keyframes loader {
0% {
opacity: 1
}
70% {
opacity: 1
}
99% {
opacity: 0
}
100% {
display: none;
visibility: hidden;
z-index: -10;
opacity: 0
}
}
@keyframes loader {
0% {
opacity: 1
}
70% {
opacity: 1
}
99% {
opacity: 0
}
100% {
display: none;
visibility: hidden;
z-index: -10;
opacity: 0
}
}
html {
overflow-y: scroll
}
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
box-sizing: border-box
}
* {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
-webkit-text-size-adjust: none;
-webkit-locale: auto
}
.clear {
clear: both;
overflow: hidden;
height: 0;
font-size: 0;
display: block
}
html:not(.touch-screen)::-webkit-scrollbar,
html:not(.touch-screen) *::-webkit-scrollbar {
width: 4px;
height: 4px
}
html:not(.touch-screen)::-webkit-scrollbar-track,
html:not(.touch-screen) *::-webkit-scrollbar-track {
background: var(--clr-white)
}
html:not(.touch-screen)::-webkit-scrollbar-thumb,
html:not(.touch-screen) *::-webkit-scrollbar-thumb {
background: var(--clr-third)
}
:focus,
:hover,
:active,
:visited {
outline: none
}
button {
background: 0 0
}
body ::-moz-selection {
color: var(--clr-white);
background: var(--clr-primary)
}
body ::selection {
color: var(--clr-white);
background: var(--clr-primary)
}
a {
display: inline-block;
text-decoration: none;
cursor: pointer;
outline: none;
color: inherit;
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
a:hover {
text-decoration: none
}
ul,
ol {
list-style: none
}
picture {
font-size: 0
}
img {
max-width: 100%;
height: auto
}
:root {
--ff-1: 'Cera Pro', sans-serif;
--ff-2: 'El Messiri', sans-serif;
--h-1: clamp(30px, 4.3vw, 70px);
--h-2: clamp(28px, 3.3vw, 50px);
--h-3: clamp(24px, 2.6vw, 38px);
--h-4: clamp(20px, 1.757vw, 28px);
--h-5: clamp(20px, 2.15vw, 24px);
--h-6: clamp(18px, 2.15vw, 20px);
--clr-title: #232323;
--clr-text: #383838;
--clr-primary: #0095c8;
--clr-secondary: #00c7b1;
--clr-third: #00a5bd;
--clr-grad: linear-gradient(350.83deg, #0091c6 6.54%, #00cdaf 93.05%);
--clr-white: #fff;
--clr-black: #232323;
--clr-red: #9f1c1c;
--separator: #e2e2e2;
--header-h: 100px;
--transition: all .4s 0s linear
}
html {
height: auto;
-webkit-font-smoothing: antialiased
}
html.keyboard-focus:focus {
outline: auto
}
body {
height: auto;
overflow: hidden;
background-color: var(--clr-white)
}
#content-block {
overflow: hidden;
position: relative;
min-height: 100vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
footer {
margin-top: auto
}
.overflow-hidden,
html.overflow-hidden body {
overflow: hidden
}
html.overflow-menu,
html.overflow-menu body {
overflow: hidden
}
.section {
position: relative
}
.first-section {
margin-top: var(--header-h)
}
[class*=spacer] {
clear: both;
width: 100% !important
}
.spacer-lg {
height: 100px
}
.spacer-md {
height: 100px
}
.spacer-sm {
height: 60px
}
.spacer-xs {
height: 30px
}
.swiper-slide:not(:first-child) {
display: block
}
.swiper-container {
opacity: 0;
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.swiper-container.swiper-initialized {
opacity: 1
}
.hide-on-desktop {
display: none
}
.cookies-informer,
.popup-wrapper {
display: none
}
.row {
--bs-gutter-x: 30px
}
.container {
padding: 0 15px
}
@media (min-width:1200px) {
#circle {
position: fixed;
top: 0;
left: 0;
z-index: 50;
width: 72px;
height: 72px;
background: rgba(0, 0, 0, .4);
border-radius: 50%;
pointer-events: none;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: -webkit-transform ease-in .25s;
transition: -webkit-transform ease-in .25s;
-o-transition: transform ease-in .25s;
transition: transform ease-in .25s;
transition: transform ease-in .25s, -webkit-transform ease-in .25s
}
#circle:before {
content: '';
position: absolute;
left: 50%;
top: 50%;
margin-left: -6%;
-webkit-transform: translate(-50%, -50%) rotate(-45deg);
-ms-transform: translate(-50%, -50%) rotate(-45deg);
transform: translate(-50%, -50%) rotate(-45deg);
width: 25%;
height: 25%;
color: var(--clr-white);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
border-right: 1px solid currentColor;
border-bottom: 1px solid currentColor;
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
#circle.scale {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1)
}
.container {
max-width: 1230px
}
}
@media (min-width:1400px) {
#circle {
width: 100px;
height: 100px
}
}
@media (min-width:1680px) {
.container {
max-width: 1650px
}
}
@media (max-width:1400px) {
:root {
--header-h: 74px
}
.spacer-xl {
height: 140px
}
.spacer-lg {
height: 75px
}
.spacer-md {
height: 50px
}
.spacer-sm {
height: 40px
}
.spacer-xs {
height: 25px
}
}
@media (max-width:1199px) {
#circle {
display: none
}
:root {
--header-h: 50px
}
}
@media (max-width:767px) {
.hide-on-desktop {
display: block
}
.hide-on-mobile {
display: none !important
}
.spacer-xl {
height: 70px
}
.spacer-lg {
height: 50px
}
.spacer-md {
height: 30px
}
.spacer-sm {
height: 20px
}
.spacer-xs {
height: 15px
}
}
header {
position: fixed;
z-index: 100;
top: 0;
left: 0;
width: 100%;
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
header.style-2,
header.scrolled {
background: var(--clr-white);
-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .05);
box-shadow: 0px 3px 6px rgba(0, 0, 0, .05)
}
.header-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
height: var(--header-h);
padding: 5px 45px
}
.header-logo {
position: relative;
max-width: 200px;
margin-right: 30px;
width: 200px;
}
.header-logo img {
max-width: 100%;
display: block;
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.header-logo .h-logo-1 {
position: absolute;
top: 0;
left: 0
}
.header-logo .h-logo-2 {
opacity: 0
}
.menu-list {
margin: 0 auto
}
.menu-list>ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.menu-list>ul>li {
margin-right: 60px
}
.menu-list>ul>li:last-child {
margin-right: 0
}
.menu-list>ul .active>a {
color: var(--clr-secondary)
}
.menu-list a {
position: relative;
font-size: 15px;
line-height: 2em;
font-weight: 400;
color: var(--clr-white)
}
.menu-list a:before {
content: '';
position: absolute;
bottom: 0;
right: 0;
width: 0;
height: 2px;
background-color: currentColor;
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.hamburger {
cursor: pointer;
position: relative;
width: 34px;
height: 15px;
margin: 0 30px
}
.hamburger i {
display: inline-block;
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 1px;
background: var(--clr-white);
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.hamburger i:nth-child(2) {
top: 7px;
width: 90%
}
.hamburger i:nth-child(3) {
top: auto;
bottom: 0;
width: 80%
}
.header-lang {
cursor: pointer;
position: relative;
margin: 0 30px
}
.current-lang {
position: relative;
font-size: 15px;
line-height: 1em;
color: var(--clr-white);
text-transform: uppercase;
padding: 8px 20px 8px 5px;
border: .25px solid transparent;
border-bottom: none;
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.current-lang:before {
content: '';
position: absolute;
top: calc(50% - 1px);
right: 8px;
-webkit-transform: translateY(-50%) rotate(45deg);
-ms-transform: translateY(-50%) rotate(45deg);
transform: translateY(-50%) rotate(45deg);
width: 6px;
height: 6px;
color: var(--clr-white);
border-right: 1px solid currentColor;
border-bottom: 1px solid currentColor;
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.other-lang {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
border: .25px solid transparent;
border-top: none;
opacity: 0;
visibility: hidden;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.other-lang a {
display: block;
font-size: 15px;
line-height: 1em;
color: var(--clr-black);
text-transform: uppercase;
padding: 8px 5px;
background-color: var(--clr-white)
}
.header-lang:hover .current-lang {
color: var(--clr-black);
background-color: var(--clr-white);
border-color: var(--separator)
}
.header-lang:hover .current-lang:before {
color: var(--clr-black)
}
.header-lang:hover .other-lang {
opacity: 1;
visibility: visible;
border-color: var(--separator)
}
.social ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: -5px
}
.social li {
margin-right: 5px;
margin-top: 5px
}
.social li:last-child {
margin-right: 0
}
.social a {
position: relative;
overflow: hidden;
display: block;
width: 34px;
height: 34px;
border-radius: 100%;
border: 1px solid rgba(255, 255, 255, .15)
}
.social a svg {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
max-width: 65%;
max-height: 65%
}
.social a svg path {
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.header-inner .social {
margin-left: 30px
}
header.style-2 .header-logo .h-logo-1,
.scrolled .header-logo .h-logo-1 {
opacity: 0
}
header.style-2 .header-logo .h-logo-2,
.scrolled .header-logo .h-logo-2 {
opacity: 1
}
header.style-2 .menu-list a,
.scrolled .menu-list a {
color: var(--clr-black)
}
header.style-2 .menu-list .active>a,
.scrolled .menu-list .active>a {
color: var(--clr-primary)
}
header.style-2 .hamburger i,
.scrolled .hamburger i {
background: var(--clr-black)
}
header.style-2 .current-lang,
.scrolled .current-lang {
color: var(--clr-black)
}
header.style-2 .current-lang:before,
.scrolled .current-lang:before {
color: var(--clr-black)
}
.header-menu {
position: fixed;
top: 0;
right: 0;
width: 100%;
height: 100%;
background-color: var(--clr-white);
will-change: transform;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.open-menu .header-menu {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0)
}
.side-img-wrapper {
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translate(-80%, -50%);
-ms-transform: translate(-80%, -50%);
transform: translate(-80%, -50%);
padding-top: 73%;
width: 62.5%;
-webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
-webkit-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s;
-webkit-transition: -webkit-clip-path .4s cubic-bezier(.19, .01, 1, 1.29);
transition: -webkit-clip-path .4s cubic-bezier(.19, .01, 1, 1.29);
-o-transition: clip-path .4s cubic-bezier(.19, .01, 1, 1.29);
transition: clip-path .4s cubic-bezier(.19, .01, 1, 1.29);
transition: clip-path .4s cubic-bezier(.19, .01, 1, 1.29), -webkit-clip-path .4s cubic-bezier(.19, .01, 1, 1.29)
}
.side-img-wrapper .bg:not(.default-img) {
opacity: 0;
z-index: 2;
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.side-img-wrapper .bg.active:not(.default-img) {
opacity: 1
}
.open-menu .side-img-wrapper {
-webkit-transition-delay: .7s;
-o-transition-delay: .7s;
transition-delay: .7s;
-webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%)
}
.side-menu {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-left: auto;
width: 50%;
height: 100%;
background-color: var(--clr-primary);
will-change: transform;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s;
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.side-menu>ul {
margin: auto;
width: 70%;
padding: 60px
}
.side-menu>ul li {
margin-bottom: 50px;
opacity: 0;
-webkit-transform: translateX(30px);
-ms-transform: translateX(30px);
transform: translateX(30px);
-webkit-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s;
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.side-menu>ul li:last-child {
margin-bottom: 0
}
.side-menu>ul a {
position: relative;
font-weight: 400;
font-size: 32px;
line-height: 1.2em;
color: var(--clr-white)
}
.side-menu>ul a:before {
content: '';
position: absolute;
bottom: -5px;
right: 0;
width: 0;
height: 2px;
background-color: currentColor;
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.side-menu .btn-close {
position: absolute;
top: 35px;
right: 31%;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-webkit-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s;
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.side-menu .btn-close:not(:hover):before,
.side-menu .btn-close:not(:hover):after {
background-color: var(--clr-white)
}
.side-menu .social,
.side-menu .mobile-menu {
display: none
}
.open-menu .side-menu {
-webkit-transition-delay: .3s;
-o-transition-delay: .3s;
transition-delay: .3s;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0)
}
.open-menu .side-menu>ul li {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0)
}
.open-menu .side-menu>ul li:nth-child(1) {
-webkit-transition-delay: .5s;
-o-transition-delay: .5s;
transition-delay: .5s
}
.open-menu .side-menu>ul li:nth-child(2) {
-webkit-transition-delay: .6s;
-o-transition-delay: .6s;
transition-delay: .6s
}
.open-menu .side-menu>ul li:nth-child(3) {
-webkit-transition-delay: .7s;
-o-transition-delay: .7s;
transition-delay: .7s
}
.open-menu .side-menu>ul li:nth-child(4) {
-webkit-transition-delay: .8s;
-o-transition-delay: .8s;
transition-delay: .8s
}
.open-menu .side-menu>ul li:nth-child(5) {
-webkit-transition-delay: .9s;
-o-transition-delay: .9s;
transition-delay: .9s
}
.open-menu .side-menu>ul li:nth-child(6) {
-webkit-transition-delay: 1s;
-o-transition-delay: 1s;
transition-delay: 1s
}
.open-menu .side-menu>ul li:nth-child(7) {
-webkit-transition-delay: 1.1s;
-o-transition-delay: 1.1s;
transition-delay: 1.1s
}
.open-menu .side-menu>ul li:nth-child(8) {
-webkit-transition-delay: 1.2s;
-o-transition-delay: 1.2s;
transition-delay: 1.2s
}
.open-menu .side-menu>ul li:nth-child(9) {
-webkit-transition-delay: 1.3s;
-o-transition-delay: 1.3s;
transition-delay: 1.3s
}
.open-menu .side-menu>ul li:nth-child(10) {
-webkit-transition-delay: 1.4s;
-o-transition-delay: 1.4s;
transition-delay: 1.4s
}
.open-menu .side-menu>ul li:nth-child(11) {
-webkit-transition-delay: 1.5s;
-o-transition-delay: 1.5s;
transition-delay: 1.5s
}
.open-menu .side-menu>ul li:nth-child(12) {
-webkit-transition-delay: 1.6s;
-o-transition-delay: 1.6s;
transition-delay: 1.6s
}
.open-menu .side-menu>ul li:nth-child(13) {
-webkit-transition-delay: 1.7s;
-o-transition-delay: 1.7s;
transition-delay: 1.7s
}
.open-menu .side-menu>ul li:nth-child(14) {
-webkit-transition-delay: 1.8s;
-o-transition-delay: 1.8s;
transition-delay: 1.8s
}
.open-menu .side-menu>ul li:nth-child(15) {
-webkit-transition-delay: 1.9s;
-o-transition-delay: 1.9s;
transition-delay: 1.9s
}
.open-menu .side-menu>ul li:nth-child(16) {
-webkit-transition-delay: 2s;
-o-transition-delay: 2s;
transition-delay: 2s
}
.open-menu .side-menu .btn-close {
-webkit-transition-delay: .6s;
-o-transition-delay: .6s;
transition-delay: .6s;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1)
}
@media (min-width:1200px) {
header.style-2 .social a,
.scrolled .social a {
border-color: rgba(35, 35, 35, .15)
}
header.style-2 .social a svg path,
.scrolled .social a svg path {
fill: var(--clr-black)
}
.scrolled .menu-list a:hover {
color: var(--clr-primary)
}
.scrolled .menu-list a:hover:before {
background-color: var(--clr-primary)
}
.side-menu>ul a:hover:before,
.menu-list a:hover:before {
left: 0;
right: auto;
width: 100%
}
.hamburger:hover i:nth-child(2) {
-webkit-transform: translateX(-10%);
-ms-transform: translateX(-10%);
transform: translateX(-10%)
}
.hamburger:hover i:nth-child(3) {
-webkit-transform: translateX(-25%);
-ms-transform: translateX(-25%);
transform: translateX(-25%)
}
.other-lang a:hover {
color: var(--clr-white);
background-color: var(--clr-primary)
}
.social a:hover {
background-color: var(--clr-white);
border-color: #fff
}
.social a:hover svg path {
fill: var(--clr-primary) !important
}
}
@media (max-width:1400px) {
.header-inner {
padding: 5px 30px
}
.header-logo {
max-width: 140px;
margin-right: 15px
}
.menu-list {
margin: 0 auto
}
.menu-list>ul>li {
margin-right: 40px
}
.menu-list a {
font-size: 14px
}
.hamburger {
width: 30px;
height: 13px;
margin: 0 15px
}
.hamburger i:nth-child(2) {
top: 6px
}
.header-lang {
margin: 0 15px
}
.current-lang {
font-size: 14px
}
.current-lang:before {
top: calc(50% - 2px)
}
.other-lang a {
font-size: 14px
}
.social a {
width: 30px;
height: 30px
}
.header-inner .social {
margin-left: 15px
}
.side-menu>ul {
padding: 50px
}
.side-menu>ul li {
margin-bottom: 30px
}
.side-menu>ul a {
font-size: 26px
}
.side-menu .btn-close {
top: 25px
}
}
@media (max-width:1199px) {
.header-inner {
padding: 5px 15px
}
.header-logo {
max-width: 120px;
margin-right: auto
}
.menu-list {
display: none
}
.hamburger {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
margin-right: 0
}
.header-inner .social {
display: none
}
.side-img-wrapper {
display: none
}
.side-menu {
padding: 40px 30px;
width: 70%;
overflow-y: auto
}
.side-menu>ul {
margin: 0;
width: 100%;
padding: 0
}
.side-menu>ul li {
margin-bottom: 20px
}
.side-menu>ul a {
font-size: 22px
}
.side-menu .btn-close {
top: 15px;
right: 15px
}
.side-menu .desktop-menu {
display: none
}
.side-menu .social {
display: block;
-ms-flex-item-align: end;
align-self: flex-end;
margin-top: auto;
opacity: 0;
-webkit-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s;
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.side-menu .mobile-menu {
display: block;
margin-bottom: 20px
}
.side-menu .mobile-menu li {
opacity: 0;
-webkit-transform: translateX(30px);
-ms-transform: translateX(30px);
transform: translateX(30px);
-webkit-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s;
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.open-menu .side-menu .social {
opacity: 1;
-webkit-transition-delay: .8s;
-o-transition-delay: .8s;
transition-delay: .8s
}
.open-menu .mobile-menu li {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0)
}
.open-menu .mobile-menu li:nth-child(1) {
-webkit-transition-delay: .4s;
-o-transition-delay: .4s;
transition-delay: .4s
}
.open-menu .mobile-menu li:nth-child(2) {
-webkit-transition-delay: .5s;
-o-transition-delay: .5s;
transition-delay: .5s
}
.open-menu .mobile-menu li:nth-child(3) {
-webkit-transition-delay: .6s;
-o-transition-delay: .6s;
transition-delay: .6s
}
.open-menu .mobile-menu li:nth-child(4) {
-webkit-transition-delay: .7s;
-o-transition-delay: .7s;
transition-delay: .7s
}
.open-menu .mobile-menu li:nth-child(5) {
-webkit-transition-delay: .8s;
-o-transition-delay: .8s;
transition-delay: .8s
}
.open-menu .mobile-menu li:nth-child(6) {
-webkit-transition-delay: .9s;
-o-transition-delay: .9s;
transition-delay: .9s
}
.open-menu .mobile-menu li:nth-child(7) {
-webkit-transition-delay: 1s;
-o-transition-delay: 1s;
transition-delay: 1s
}
.open-menu .mobile-menu li:nth-child(8) {
-webkit-transition-delay: 1.1s;
-o-transition-delay: 1.1s;
transition-delay: 1.1s
}
.open-menu .mobile-menu li:nth-child(9) {
-webkit-transition-delay: 1.2s;
-o-transition-delay: 1.2s;
transition-delay: 1.2s
}
.open-menu .mobile-menu li:nth-child(10) {
-webkit-transition-delay: 1.3s;
-o-transition-delay: 1.3s;
transition-delay: 1.3s
}
.open-menu .mobile-menu li:nth-child(11) {
-webkit-transition-delay: 1.4s;
-o-transition-delay: 1.4s;
transition-delay: 1.4s
}
.open-menu .mobile-menu li:nth-child(12) {
-webkit-transition-delay: 1.5s;
-o-transition-delay: 1.5s;
transition-delay: 1.5s
}
.open-menu .mobile-menu li:nth-child(13) {
-webkit-transition-delay: 1.6s;
-o-transition-delay: 1.6s;
transition-delay: 1.6s
}
.open-menu .mobile-menu li:nth-child(14) {
-webkit-transition-delay: 1.7s;
-o-transition-delay: 1.7s;
transition-delay: 1.7s
}
.open-menu .mobile-menu li:nth-child(15) {
-webkit-transition-delay: 1.8s;
-o-transition-delay: 1.8s;
transition-delay: 1.8s
}
.open-menu .mobile-menu li:nth-child(16) {
-webkit-transition-delay: 1.9s;
-o-transition-delay: 1.9s;
transition-delay: 1.9s
}
}
@media (max-width:767px) {
.side-menu {
width: 90%
}
}
.bg {
background-position: 50% 50%;
background-repeat: no-repeat;
background-attachment: scroll;
background-size: cover;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%
}
.bg.mobile {
display: none
}
.bg.rellax {
height: 105%;
top: -5%
}
.bg.video {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
clip: rect(auto, auto, auto, auto);
background-repeat: no-repeat;
background-position: center;
background-size: cover
}
.bg.video video {
position: absolute;
left: 50%;
top: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%)
}
.bg.video.rellax {
height: 105%;
top: -5%
}
.opacity:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, .35);
pointer-events: none
}
.banner {
position: relative;
overflow: hidden
}
.banner-align {
position: relative;
overflow: hidden;
z-index: 10;
display: table-cell;
vertical-align: middle;
width: 10000px;
padding: 100px 0
}
.banner-link-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
height: var(--deviceHeight);
counter-reset: numberTitle
}
.banner-link {
display: inline-block;
cursor: none;
overflow: hidden;
-webkit-box-flex: 1;
-ms-flex: 1 0 calc(100%/4);
flex: 1 0 calc(100%/4)
}
.banner-link-inner {
position: relative;
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;
width: 100%;
height: 100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: -webkit-transform .3s linear;
transition: -webkit-transform .3s linear;
-o-transition: transform .3s linear;
transition: transform .3s linear;
transition: transform .3s linear, -webkit-transform .3s linear
}
.banner-link-img {
position: absolute;
z-index: -1;
top: 50%;
left: 50%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 110%;
height: 110%
}
.banner-link-img img {
position: absolute;
top: 0;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
content-visibility: unset;
-webkit-transition: -webkit-transform .3s linear;
transition: -webkit-transform .3s linear;
-o-transition: transform .3s linear;
transition: transform .3s linear;
transition: transform .3s linear, -webkit-transform .3s linear
}
.banner-link-img:before {
content: '';
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .35)), to(rgba(0, 0, 0, .35)));
background: -o-linear-gradient(bottom, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35));
background: linear-gradient(0deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35));
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.banner-link-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
text-align: center;
font-size: var(--h-4);
font-weight: 400;
line-height: 1.2em;
color: var(--clr-white);
opacity: .6;
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.banner-link-title:before {
counter-increment: numberTitle;
content: counter(numberTitle, decimal-leading-zero);
font-weight: 400
}
.banner.main-banner .banner-align {
padding: 0;
display: block;
vertical-align: top;
width: 100%;
height: clamp(260px, 40vw, 700px)
}
.banner.main-banner .slide-img img {
position: absolute;
top: 0;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
content-visibility: unset
}
.banner.main-banner .swiper-controlls {
position: absolute;
top: 50%;
width: 100%
}
.banner.main-banner .swiper-button-prev {
position: absolute;
left: 45px;
right: auto;
z-index: 10;
margin: 0
}
.banner.main-banner .swiper-button-next {
position: absolute;
left: auto;
right: 45px;
z-index: 10;
margin: 0
}
.banner.main-banner .custom-fraction-wrap {
display: none !important
}
.des-sec .custom-title {
margin-bottom: 60px
}
.banner.main-banner .swiper-button-prev {
pointer-events: none
}
.banner.main-banner .swiper-button-next {
pointer-events: none
}
.banner.main-banner .gallery:not(.bg) {
display: none
}
@media (min-width:576px) {
.banner-align {
height: clamp(320px, 40vw, 700px)
}
.banner-align .title {
color: var(--clr-white)
}
}
@media (min-width:1200px) {
.banner-link:hover .banner-link-img img {
-webkit-transform: scale(1.02);
-ms-transform: scale(1.02);
transform: scale(1.02)
}
.banner-link:hover .banner-link-img:before {
opacity: 0
}
.banner-link:hover .banner-link-title {
opacity: 1
}
}
@media (max-width:1400px) {
.banner-align {
padding: 80px 0
}
.des-sec .custom-title {
margin-bottom: 40px
}
.banner.main-banner .swiper-button-prev {
left: 30px
}
.banner.main-banner .swiper-button-next {
right: 30px
}
}
@media (max-width:1199px) {
.banner-align {
padding: 60px 0
}
.bg.rellax,
.bg.video.rellax {
top: -11%
}
.banner.main-banner .swiper-button-prev {
left: 15px
}
.banner.main-banner .swiper-button-next {
right: 15px
}
}
@media (max-width:991px) {
.bg.rellax,
.bg.video.rellax {
top: -13.5%
}
.banner-link-wrapper {
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.banner-link {
-webkit-box-flex: 1;
-ms-flex: 1 0 50%;
flex: 1 0 50%
}
}
@media (max-width:575px) {
.bg-wrap {
overflow: hidden;
position: relative;
padding-top: 57%
}
.bg.rellax,
.bg.video.rellax {
height: 112%;
top: -26%
}
.bg.video video {
position: absolute;
left: 0;
top: 0;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
min-width: auto;
min-height: auto;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover
}
.bg.desktop {
display: none
}
.bg.mobile {
display: block
}
.banner-align {
padding: 20px 0 0
}
.banner.main-banner .swiper-controlls {
top: 47%
}
}
body {
font-family: var(--ff-1);
font-weight: 400;
font-size: 20px;
line-height: 1.34em;
color: var(--clr-title)
}
strong,
b {
font-weight: 500;
line-height: inherit
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
font-weight: 400;
color: var(--clr-title)
}
h1,
.h1 {
font-size: var(--h-1);
line-height: 1.34em
}
h2,
.h2 {
font-size: var(--h-2);
line-height: 1em
}
h3,
.h3 {
font-size: var(--h-3);
line-height: 1.1em
}
h4,
.h4 {
font-size: var(--h-4);
line-height: 1.2em
}
h5,
.h5 {
font-size: var(--h-5);
line-height: 1.3em
}
h6,
.h6 {
font-size: var(--h-6);
line-height: 1.3em
}
.title {
position: relative;
display: inline-block;
font-family: var(--ff-2);
font-weight: 500;
color: var(--clr-title)
}
.title-page {
display: block;
text-align: center;
margin-bottom: 35px
}
.custom-title {
position: relative;
color: var(--clr-white);
font-weight: 500;
text-transform: uppercase;
width: 40%;
padding-left: 50px
}
.custom-title * {
color: var(--clr-white)
}
.custom-title h1 {
line-height: 1.2em
}
.custom-title:before {
content: '';
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 1px;
height: 76%;
min-height: 140px;
color: inherit;
background-color: currentColor
}
.custom-title.size-2 {
width: 80%
}
.custom-title.size-2:before {
height: 100%;
min-height: auto
}
.custom-title.size-3 {
width: 100%;
padding-left: 0
}
.custom-title.size-3:before {
content: none
}
.des-sec .custom-title {
color: var(--clr-black)
}
.des-sec .custom-title * {
color: var(--clr-black)
}
.text-truncate {
white-space: nowrap;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow: hidden
}
.text-cut-2 {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis
}
.text-cut-3 {
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis
}
.text-cut-4 {
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis
}
.text-cut-5 {
display: -webkit-box;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis
}
.text-left {
text-align: left
}
.text-center {
text-align: center
}
.text-right {
text-align: right
}
@media (max-width:1400px) {
.title-page {
margin-bottom: 25px
}
.custom-title {
padding-left: 40px
}
}
@media (max-width:1199px) {
.custom-title {
width: 60%;
padding-left: 30px
}
.custom-title.size-2 {
width: 80%
}
.custom-title:before {
height: 76%;
min-height: auto
}
}
@media (max-width:767px) {
.title-page {
margin-bottom: 10px
}
}
@media (max-width:575px) {
.custom-title {
width: 100%;
padding-left: 15px;
color: var(--clr-black)
}
.custom-title * {
color: var(--clr-black)
}
.custom-title:before {
height: 76%;
min-height: auto
}
.custom-title.size-2 {
width: 100%
}
}
.text {
font-size: 16px;
line-height: 1.4em;
font-weight: 400;
color: var(--clr-text)
}
.text>* {
margin-bottom: 20px
}
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
font-family: var(--ff-2);
font-weight: 500
}
.text p,
.text a {
position: relative
}
.text p>* {
margin-bottom: 20px
}
.text p>*:last-child {
margin-bottom: 0
}
.text b {
font-weight: 400;
color: var(--clr-primary)
}
.text strong {
font-weight: 500
}
.text a:not(.btn) {
color: var(--clr-primary);
font-weight: 400;
white-space: nowrap
}
.text a:not(.btn):before {
content: "";
position: absolute;
bottom: 0;
left: 50%;
height: 1px;
width: 0;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background: currentColor;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.text ul li,
.text ol li {
position: relative;
padding-left: 20px;
color: inherit;
font-size: inherit;
margin-top: 15px
}
.text ul li:before {
content: "";
position: absolute;
left: 0;
top: .5em;
width: 10px;
height: 10px;
border-radius: 100%;
border: 1px solid var(--clr-primary)
}
.text ol {
counter-reset: number;
padding-left: 0
}
.text ol li {
padding-left: 25px
}
.text ol li:before {
display: inline-block;
position: absolute;
top: 0;
left: 0;
counter-increment: number;
content: counter(number) ".";
color: var(--clr-primary);
font-size: inherit;
line-height: inherit;
font-weight: 400
}
.text picture img {
display: block
}
.text figure.aligncenter {
text-align: center
}
.text figure.alignright {
text-align: right
}
.text figure img {
width: auto
}
.text iframe {
display: block;
width: 100%;
max-width: 100%;
height: 650px;
border: 0;
max-height: calc(56.3vw - 20px)
}
.text blockquote {
position: relative;
text-align: center;
color: var(--clr-title);
padding: 50px 0 20px
}
.text blockquote:before {
content: "";
position: absolute;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
width: 40px;
height: 35px;
background-image: url(//booknbuyhadria.com/wp-content/themes/hadria/css/../img/icons/blockquote.svg);
background-repeat: no-repeat;
background-position: center;
background-size: contain
}
.text blockquote:after {
content: "";
position: absolute;
bottom: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
width: 20%;
height: 1px;
background: var(--clr-primary)
}
.text img,
.text table,
.text iframe,
.text figure,
.text blockquote,
.text>.swiper-entry {
margin: 30px 0
}
.text .swiper-entry .swiper-button-prev,
.text .swiper-entry .swiper-button-next {
display: none
}
.text .swiper-entry .swiper-container,
.text .swiper-entry .swiper-slide {
margin: 0 !important
}
.text .swiper-entry .slide-img img {
margin: 0 !important;
width: 100%
}
.text table {
border-collapse: collapse;
width: 100%
}
.text table thead tr {
background-color: var(--clr-primary);
border: none
}
.text table thead td {
color: var(--clr-white);
font-weight: 400
}
.text table tbody {
min-width: 690px
}
.text table tr {
border-bottom: 1px solid var(--separator)
}
.text table td {
vertical-align: middle;
text-align: left;
height: 42px;
padding: 10px 5px;
font-size: inherit;
line-height: 1em;
font-weight: 400;
color: var(--clr-text)
}
.text table td:first-child {
padding-left: 15px
}
.text table td:last-child {
padding-right: 15px
}
.text *:first-child {
margin-top: 0
}
.text>*:last-child {
margin-bottom: 0
}
@media (min-width:1200px) {
.text a:not(.btn):hover:before {
width: 100%
}
}
@media (max-width:1600px) {
.text iframe {
height: 516px
}
}
@media (max-width:1400px) {
.text {
font-size: 16px
}
.text>* {
margin-bottom: 15px
}
.text p>* {
margin-bottom: 15px
}
.text ul li,
.text ol li {
margin-top: 10px
}
.text iframe {
height: 442px
}
.text blockquote {
padding: 40px 0 15px
}
.text blockquote:before {
width: 30px;
height: 25px
}
.text img,
.text table,
.text iframe,
.text figure,
.text blockquote,
.text>.swiper-entry {
margin: 25px 0
}
}
@media (max-width:767px) {
.text {
font-size: 16px
}
.text>* {
margin-bottom: 10px
}
.text p>* {
margin-bottom: 10px
}
.text ul li,
.text ol li {
margin-top: 10px;
padding-left: 15px
}
.text ol li {
padding-left: 20px
}
.text ul li:before {
width: 8px;
height: 8px
}
.text blockquote {
padding: 30px 0 10px
}
.text img,
.text table,
.text iframe,
.text figure,
.text blockquote,
.text>.swiper-entry {
margin: 15px 0
}
.text table tbody {
min-width: 690px
}
.text table td {
font-size: 14px;
height: 42px;
padding: 5px 2px
}
.text table td:first-child {
padding-left: 5px
}
.text table td:last-child {
padding-right: 5px
}
}
.btn {
display: inline-block;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
cursor: pointer;
text-decoration: none;
border: none;
-ms-flex-negative: 0;
flex-shrink: 0;
font-size: 15px;
line-height: 1em;
font-weight: 500;
text-align: center;
padding: 17px 20px;
background: var(--clr-grad)
}
.btn:before {
content: '';
position: absolute;
display: inline-block;
top: 2px;
right: 2px;
width: calc(100% - 4px);
height: calc(100% - 4px);
background: var(--clr-white);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.btn>div,
.btn>span {
display: inline-block;
position: relative
}
.btn b {
position: relative;
padding-left: 30px;
display: inline-block;
color: var(--clr-secondary);
font-weight: inherit;
line-height: inherit;
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.btn i {
display: inline-block;
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
height: 16px;
width: 15px;
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.btn i:before {
content: '';
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 100%;
height: 1px;
border-radius: 2px;
color: var(--clr-secondary);
background-color: currentColor;
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.btn i:after {
content: '';
position: absolute;
right: 1px;
top: 50%;
-webkit-transform: translateY(-50%) rotate(-45deg);
-ms-transform: translateY(-50%) rotate(-45deg);
transform: translateY(-50%) rotate(-45deg);
width: 8px;
height: 8px;
color: var(--clr-secondary);
border-right: 1px solid currentColor;
border-bottom: 1px solid currentColor;
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.btn-primary {
min-width: 260px;
padding: 25px 20px
}
.btn-secondary {
background: 0 0;
outline: 2px solid var(--clr-white);
outline-offset: -2px
}
.btn-third {
background: 0 0;
min-width: auto;
padding: 0 !important;
outline: none
}
.btn-third:before {
display: none
}
.btn-close {
display: inline-block;
position: relative;
cursor: pointer;
z-index: 1;
width: 26px;
height: 26px
}
.btn-close:before,
.btn-close:after {
content: '';
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%) rotate(45deg);
-ms-transform: translate(-50%, -50%) rotate(45deg);
transform: translate(-50%, -50%) rotate(45deg);
height: 2px;
width: 100%;
background: var(--clr-primary);
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.btn-close:after {
-webkit-transform: translate(-50%, -50%) rotate(-45deg);
-ms-transform: translate(-50%, -50%) rotate(-45deg);
transform: translate(-50%, -50%) rotate(-45deg)
}
@media (min-width:1200px) {
.btn:not(.btn-third):hover:before {
width: 0
}
.btn:not(.btn-third):hover b {
padding-left: 0;
padding-right: 30px;
color: var(--clr-white)
}
.btn:not(.btn-third):hover i {
left: auto;
right: 0
}
.btn:not(.btn-third):hover i:before,
.btn:not(.btn-third):hover i:after {
color: var(--clr-white)
}
.btn-third:hover b {
color: var(--clr-primary)
}
.btn-third:hover i:before,
.btn-third:hover i:after {
color: var(--clr-primary)
}
.btn-close:hover:before,
.btn-close:hover:after {
background: var(--clr-black)
}
}
@media (max-width:1400px) {
.btn {
padding: 15px 20px
}
.btn-primary {
min-width: 220px;
padding: 20px 15px
}
}
@media (max-width:991px) {
.btn-close {
width: 22px;
height: 22px
}
.btn {
padding: 15px 20px
}
.btn-primary {
min-width: 180px;
padding: 16px 15px
}
.btn-third {
font-size: 14px
}
.btn-third b {
padding-left: 25px
}
.btn-third i {
width: 14px;
height: 14px
}
}
.round {
position: relative;
}
.round .agreement {
background-color: #fff;
border: 1px solid #ccc;
border-radius: 50%;
cursor: pointer;
height: 28px;
left: 0;
position: absolute;
top: 0;
width: 28px;
}
.round .agreement:after {
border: 2px solid #fff;
border-top: none;
border-right: none;
content: "";
height: 6px;
left: 7px;
opacity: 0;
position: absolute;
top: 8px;
transform: rotate(-45deg);
width: 12px;
}
.round input[type="checkbox"] {
visibility: hidden;
}
.round .agreement.active {
background-color: #66bb6a;
border-color: #66bb6a;
}
.round .agreement.active:after {
opacity: 1;
}
.round span {
position: absolute;
left: 40px;
font-size: 16px;
line-height: 16px;
top: 8px;
width: calc(100% - 40px);
text-align: left;
color: var(--clr-black);
}
.input-field-wrapper {
margin-bottom: 20px;
}
.round span a{
text-decoration: underline;
}
.custom-flex {
display: flex;
flex-flow: row wrap;
gap: 20px;
}
.flex-align-center {
display: flex;
align-items: center;
}
.visually-hidden {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform, -webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0px, 0, 0);transform:translate3d(0px, 0, 0)}.swiper-pointer-events{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-pointer-events.swiper-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-slide{-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform, -webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,0.15)}.swiper-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear, right top, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));background-image:-o-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0));background-image:linear-gradient(to left, rgba(0,0,0,0.5), rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));background-image:-o-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0));background-image:linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));background-image:-o-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));background-image:linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));background-image:-o-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0));background-image:linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';-ms-flex-negative:0;flex-shrink:0;-webkit-box-ordinal-group:10000;-ms-flex-order:9999;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;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;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none !important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(0.33);-ms-transform:scale(0.33);transform:scale(0.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(0.66);-ms-transform:scale(0.66);transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(0.33);-ms-transform:scale(0.33);transform:scale(0.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(0.66);-ms-transform:scale(0.66);transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(0.33);-ms-transform:scale(0.33);transform:scale(0.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, 0.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none !important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0px, -50%, 0);transform:translate3d(0px, -50%, 0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s transform,.2s top;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s transform,.2s left;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s transform,.2s right;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,0.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,0.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,0.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;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;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s infinite linear;animation:swiper-preloader-spin 1s infinite linear;-webkit-box-sizing:border-box;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;-webkit-filter:blur(50px);filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;-webkit-transition-property:opacity,height,-webkit-transform;transition-property:opacity,height,-webkit-transform;-o-transition-property:transform,opacity,height;transition-property:transform,opacity,height;transition-property:transform,opacity,height,-webkit-transform}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}@font-face{font-family:lg;src:url(//turkiye-estate.ru/wp-content/themes/wsavolai/assets/fonts/lg.ttf%3F22t19m) format("truetype"),url(//turkiye-estate.ru/wp-content/themes/wsavolai/assets/fonts/lg.woff%3F22t19m) format("woff"),url(//turkiye-estate.ru/wp-content/themes/wsavolai/assets/fonts/lg.svg%3F22t19m) format("svg");font-weight:400;font-style:normal;font-display:block}.lg-icon{font-family:lg!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-actions .lg-next,.lg-actions .lg-prev{background-color:rgba(0,0,0,.45);border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1080;border:none;outline:0}.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled{pointer-events:none;opacity:.5}.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover{color:#FFF}.lg-actions .lg-next{right:20px}.lg-actions .lg-next:before{content:"\e095"}.lg-actions .lg-prev{left:20px}.lg-actions .lg-prev:after{content:"\e094"}@-webkit-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-moz-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-ms-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-webkit-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-moz-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-ms-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end .3s;-o-animation:lg-right-end .3s;animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{-webkit-animation:lg-left-end .3s;-o-animation:lg-left-end .3s;animation:lg-left-end .3s;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%;background-color:rgba(0,0,0,.45)}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:0;background:0 0;border:none;box-shadow:none;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear}.lg-toolbar .lg-icon:hover{color:#FFF}.lg-toolbar .lg-close:after{content:"\e070"}.lg-toolbar .lg-download:after{content:"\e0f2"}.lg-sub-html{background-color:rgba(0,0,0,.45);bottom:0;color:#EEE;font-size:16px;left:0;padding:10px 40px;position:fixed;right:0;text-align:center;z-index:1080}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}#lg-counter{color:#999;display:inline-block;font-size:16px;padding-left:20px;padding-top:12px;vertical-align:middle}.lg-next,.lg-prev,.lg-toolbar{opacity:1;-webkit-transition:-webkit-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-moz-transition:-moz-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-o-transition:-o-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;transition:transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear}.lg-hide-items .lg-prev{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.lg-hide-items .lg-next{opacity:0;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}.lg-hide-items .lg-toolbar{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0;-webkit-transition:-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-moz-transition:-moz-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-o-transition:-o-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;transition:transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.lg-outer .lg-thumb-outer{background-color:#0D0A0A;bottom:0;position:absolute;width:100%;z-index:1080;max-height:350px;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1) 0s;transition:transform .25s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer.lg-thumb-open .lg-thumb-outer{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-thumb{padding:10px 0;height:100%;margin-bottom:-5px}.lg-outer .lg-thumb-item{cursor:pointer;float:left;overflow:hidden;height:100%;border:2px solid #FFF;border-radius:4px;margin-bottom:5px}@media (min-width:1025px){.lg-outer .lg-thumb-item{-webkit-transition:border-color .25s ease;-o-transition:border-color .25s ease;transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%;object-fit:cover}.lg-outer.lg-has-thumb .lg-item{padding-bottom:120px}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer.lg-pull-caption-up .lg-sub-html{-webkit-transition:bottom .25s ease;-o-transition:bottom .25s ease;transition:bottom .25s ease}.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{bottom:100px}.lg-outer .lg-toogle-thumb{background-color:#0D0A0A;border-radius:2px 2px 0 0;color:#999;cursor:pointer;font-size:24px;height:39px;line-height:27px;padding:5px 0;position:absolute;right:20px;text-align:center;top:-39px;width:50px;outline:0;border:none}.lg-outer .lg-toogle-thumb:after{content:"\e1ff"}.lg-outer .lg-toogle-thumb:hover{color:#FFF}.lg-outer .lg-video-cont{display:inline-block;vertical-align:middle;max-width:1140px;max-height:100%;width:100%;padding:0 5px}.lg-outer .lg-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}.lg-outer .lg-video .lg-object{display:inline-block;position:absolute;top:0;left:0;width:100%!important;height:100%!important}.lg-outer .lg-video .lg-video-play{width:84px;height:59px;position:absolute;left:50%;top:50%;margin-left:-42px;margin-top:-30px;z-index:1080;cursor:pointer}.lg-outer .lg-has-iframe .lg-video{-webkit-overflow-scrolling:touch;overflow:auto}.lg-outer .lg-has-vimeo .lg-video-play{background:url(https://booknbuyhadria.com/wp-content/themes/hadria/img/vimeo-play.png) no-repeat}.lg-outer .lg-has-vimeo:hover .lg-video-play{background:url(https://booknbuyhadria.com/wp-content/themes/hadria/img/vimeo-play.png) 0 -58px no-repeat}.lg-outer .lg-has-html5 .lg-video-play{background:url(https://booknbuyhadria.com/wp-content/themes/hadria/img/video-play.png) no-repeat;height:64px;margin-left:-32px;margin-top:-32px;width:64px;opacity:.8}.lg-outer .lg-has-html5:hover .lg-video-play{opacity:1}.lg-outer .lg-has-youtube .lg-video-play{background:url(https://booknbuyhadria.com/wp-content/themes/hadria/img/youtube-play.png) no-repeat}.lg-outer .lg-has-youtube:hover .lg-video-play{background:url(https://booknbuyhadria.com/wp-content/themes/hadria/img/youtube-play.png) 0 -60px no-repeat}.lg-outer .lg-video-object{width:100%!important;height:100%!important;position:absolute;top:0;left:0}.lg-outer .lg-has-video .lg-video-object{visibility:hidden}.lg-outer .lg-has-video.lg-video-playing .lg-object,.lg-outer .lg-has-video.lg-video-playing .lg-video-play{display:none}.lg-outer .lg-has-video.lg-video-playing .lg-video-object{visibility:visible}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1083;opacity:0;-webkit-transition:opacity 80ms ease 0s;-moz-transition:opacity 80ms ease 0s;-o-transition:opacity 80ms ease 0s;transition:opacity 80ms ease 0s}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-autoplay-button:after{content:"\e01d"}.lg-show-autoplay .lg-autoplay-button:after{content:"\e01a"}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition-duration:0s;transition-duration:0s}.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s;transition:transform .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;transition:transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}#lg-zoom-in:after{content:"\e311"}#lg-actual-size{font-size:20px}#lg-actual-size:after{content:"\e033"}#lg-zoom-out{opacity:.5;pointer-events:none}#lg-zoom-out:after{content:"\e312"}.lg-zoomed #lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer .lg-pager-outer{bottom:60px;left:0;position:absolute;right:0;text-align:center;z-index:1080;height:10px}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;overflow:hidden;position:relative;vertical-align:top;margin:0 5px}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{box-shadow:0 0 0 2px #fff inset}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#FFF;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;-webkit-transition:opacity .15s ease 0s,-webkit-transform .15s ease 0s;-moz-transition:opacity .15s ease 0s,-moz-transform .15s ease 0s;-o-transition:opacity .15s ease 0s,-o-transform .15s ease 0s;transition:opacity .15s ease 0s,transform .15s ease 0s;-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}.lg-outer .lg-pager-thumb-cont img{width:100%;height:100%}.lg-outer .lg-pager{background-color:rgba(255,255,255,.5);border-radius:50%;box-shadow:0 0 0 8px rgba(255,255,255,.7) inset;display:block;height:12px;-webkit-transition:box-shadow .3s ease 0s;-o-transition:box-shadow .3s ease 0s;transition:box-shadow .3s ease 0s;width:12px}.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover{box-shadow:0 0 0 8px #fff inset}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-fullscreen:after{content:"\e20c"}.lg-fullscreen-on .lg-fullscreen:after{content:"\e20d"}.lg-outer #lg-dropdown-overlay{background-color:rgba(0,0,0,.25);bottom:0;cursor:default;left:0;position:fixed;right:0;top:0;z-index:1081;opacity:0;visibility:hidden;-webkit-transition:visibility 0s linear .18s,opacity .18s linear 0s;-o-transition:visibility 0s linear .18s,opacity .18s linear 0s;transition:visibility 0s linear .18s,opacity .18s linear 0s}.lg-outer.lg-dropdown-active #lg-dropdown-overlay,.lg-outer.lg-dropdown-active .lg-dropdown{-webkit-transition-delay:0s;transition-delay:0s;-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;visibility:visible}.lg-outer.lg-dropdown-active #lg-share{color:#FFF}.lg-outer .lg-dropdown{background-color:#fff;border-radius:2px;font-size:14px;list-style-type:none;margin:0;padding:10px 0;position:absolute;right:0;text-align:left;top:50px;opacity:0;visibility:hidden;-moz-transform:translate3d(0,5px,0);-o-transform:translate3d(0,5px,0);-ms-transform:translate3d(0,5px,0);-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0);-webkit-transition:-webkit-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-moz-transition:-moz-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-o-transition:-o-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;transition:transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s}.lg-outer .lg-dropdown:after{content:"";display:block;height:0;width:0;position:absolute;border:8px solid transparent;border-bottom-color:#FFF;right:16px;top:-16px}.lg-outer .lg-dropdown>li:last-child{margin-bottom:0}.lg-outer .lg-dropdown>li:hover .lg-icon,.lg-outer .lg-dropdown>li:hover a{color:#333}.lg-outer .lg-dropdown a{color:#333;display:block;white-space:pre;padding:4px 12px;font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px}.lg-outer .lg-dropdown a:hover{background-color:rgba(0,0,0,.07)}.lg-outer .lg-dropdown .lg-dropdown-text{display:inline-block;line-height:1;margin-top:-3px;vertical-align:middle}.lg-outer .lg-dropdown .lg-icon{color:#333;display:inline-block;float:none;font-size:20px;height:auto;line-height:1;margin-right:8px;padding:0;vertical-align:middle;width:auto}.lg-outer,.lg-outer .lg,.lg-outer .lg-inner{height:100%;width:100%}.lg-outer #lg-share{position:relative}.lg-outer #lg-share:after{content:"\e80d"}.lg-outer #lg-share-facebook .lg-icon{color:#3b5998}.lg-outer #lg-share-facebook .lg-icon:after{content:"\e904"}.lg-outer #lg-share-twitter .lg-icon{color:#00aced}.lg-outer #lg-share-twitter .lg-icon:after{content:"\e907"}.lg-outer #lg-share-googleplus .lg-icon{color:#dd4b39}.lg-outer #lg-share-googleplus .lg-icon:after{content:"\e905"}.lg-outer #lg-share-pinterest .lg-icon{color:#cb2027}.lg-outer #lg-share-pinterest .lg-icon:after{content:"\e906"}.lg-outer .lg-img-rotate{position:absolute;padding:0 5px;left:0;right:0;top:0;bottom:0;-webkit-transition:-webkit-transform .3s cubic-bezier(.32,0,.67,0) 0s;-moz-transition:-moz-transform .3s cubic-bezier(.32,0,.67,0) 0s;-o-transition:-o-transform .3s cubic-bezier(.32,0,.67,0) 0s;transition:transform .3s cubic-bezier(.32,0,.67,0) 0s}.lg-rotate-left:after{content:"\e900"}.lg-rotate-right:after{content:"\e901"}.lg-icon.lg-flip-hor,.lg-icon.lg-flip-ver{font-size:26px}.lg-flip-ver:after{content:"\e903"}.lg-flip-hor:after{content:"\e902"}.lg-group:after{content:"";display:table;clear:both}.lg-outer{position:fixed;top:0;left:0;z-index:1050;text-align:left;opacity:0;outline:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item.lg-current,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-prev-slide{-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg{position:relative;overflow:hidden;margin-left:auto;margin-right:auto;max-width:100%;max-height:100%}.lg-outer .lg-inner{position:absolute;left:0;top:0;white-space:nowrap}.lg-outer .lg-item{background:url(https://booknbuyhadria.com/wp-content/themes/hadria/img/loading.gif) center center no-repeat;display:none!important}.lg-outer.lg-css .lg-current,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide{display:inline-block!important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}.lg-outer .lg-img-wrap{position:absolute;padding:0 5px;left:0;right:0;top:0;bottom:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-image{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto!important;height:auto!important}.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play{opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play{opacity:1}.lg-outer .lg-empty-html,.lg-outer.lg-hide-download #lg-download{display:none}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{-webkit-transition:none 0s ease 0s!important;-moz-transition:none 0s ease 0s!important;-o-transition:none 0s ease 0s!important;transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item,.lg-css3.lg-use-left .lg-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{-webkit-transition:opacity .1s ease 0s;-moz-transition:opacity .1s ease 0s;-o-transition:opacity .1s ease 0s;transition:opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-left .lg-item{opacity:0;position:absolute;left:0}.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{left:-100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{left:100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{left:0;opacity:1}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{-webkit-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;font-size:100%}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-controlgroup{vertical-align:middle;display:inline-block}.ui-controlgroup > .ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.ui-controlgroup > .ui-controlgroup-item:focus,.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus{z-index:9999}.ui-controlgroup-vertical > .ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}.ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box}.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.ui-controlgroup .ui-controlgroup-label span{font-size:80%}.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item{border-left:none}.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item{border-top:none}.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:none}.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none}.ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc( 100% - 2.4em )}.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}.ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:none}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.ui-checkboxradio-disabled{pointer-events:none}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-n{height:2px;top:0}.ui-dialog .ui-resizable-e{width:2px;right:0}.ui-dialog .ui-resizable-s{height:2px;bottom:0}.ui-dialog .ui-resizable-w{width:2px;left:0}.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw,.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw{width:7px;height:7px}.ui-dialog .ui-resizable-se{right:0;bottom:0}.ui-dialog .ui-resizable-sw{left:0;bottom:0}.ui-dialog .ui-resizable-ne{right:0;top:0}.ui-dialog .ui-resizable-nw{left:0;top:0}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-text{display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis}.ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:14em}.ui-selectmenu-icon.ui-icon{float:right;margin-top:0}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:.222em 0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:2em}.ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(https://booknbuyhadria.com/wp-content/themes/hadria/css/images/ui-icons_444444_256x240.png)}.ui-widget-header .ui-icon{background-image:url(https://booknbuyhadria.com/wp-content/themes/hadria/css/images/ui-icons_444444_256x240.png)}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url(https://booknbuyhadria.com/wp-content/themes/hadria/css/images/ui-icons_555555_256x240.png)}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url(https://booknbuyhadria.com/wp-content/themes/hadria/css/images/ui-icons_ffffff_256x240.png)}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url(https://booknbuyhadria.com/wp-content/themes/hadria/css/images/ui-icons_777620_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(https://booknbuyhadria.com/wp-content/themes/hadria/css/images/ui-icons_cc0000_256x240.png)}.ui-button .ui-icon{background-image:url(https://booknbuyhadria.com/wp-content/themes/hadria/css/images/ui-icons_777777_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.003;filter:Alpha(Opacity=.3)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}
 .irs { position: relative; display: block; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; font-size: 12px; font-family: Arial,sans-serif; }
.irs-line { position: relative; display: block; overflow: hidden; outline: none !important; }
.irs-bar { position: absolute; display: block; left: 0; width: 0; }
.irs-shadow { position: absolute; display: none; left: 0; width: 0; }
.irs-handle { position: absolute; display: block; -webkit-box-sizing: border-box; box-sizing: border-box; cursor: default; z-index: 1; }
.irs-handle.type_last { z-index: 2; }
.irs-min, .irs-max { position: absolute; display: block; cursor: default; }
.irs-min { left: 0; }
.irs-max { right: 0; }
.irs-from, .irs-to, .irs-single { position: absolute; display: block; top: 0; left: 0; cursor: default; white-space: nowrap; }
.irs-grid { position: absolute; display: none; bottom: 0; left: 0; width: 100%; height: 20px; }
.irs-with-grid .irs-grid { display: block; }
.irs-grid-pol { position: absolute; top: 0; left: 0; width: 1px; height: 8px; background: #000; }
.irs-grid-pol.small { height: 4px; }
.irs-grid-text { position: absolute; bottom: 0; left: 0; white-space: nowrap; text-align: center; font-size: 9px; line-height: 9px; padding: 0 3px; color: #000; }
.irs-disable-mask { position: absolute; display: block; top: 0; left: -1%; width: 102%; height: 100%; cursor: default; background: rgba(0, 0, 0, 0); z-index: 2; }
.lt-ie9 .irs-disable-mask { background: #000; filter: alpha(opacity=0); cursor: not-allowed; }
.irs-disabled { opacity: .4; }
.irs-hidden-input { position: absolute !important; display: block !important; top: 0 !important; left: 0 !important; width: 0 !important; height: 0 !important; font-size: 0 !important; line-height: 0 !important; padding: 0 !important; margin: 0 !important; overflow: hidden; outline: none !important; z-index: -9999 !important; background: none !important; border-style: solid !important; border-color: transparent !important; }
.irs--flat { height: 40px; }
.irs--flat.irs-with-grid { height: 60px; }
.irs--flat .irs-line { top: 25px; height: 12px; background-color: #e1e4e9; border-radius: 4px; }
.irs--flat .irs-bar { top: 25px; height: 12px; background-color: #ed5565; }
.irs--flat .irs-bar--single { border-radius: 4px 0 0 4px; }
.irs--flat .irs-shadow { height: 1px; bottom: 16px; background-color: #e1e4e9; }
.irs--flat .irs-handle { top: 22px; width: 16px; height: 18px; background-color: transparent; }
.irs--flat .irs-handle > i:first-child { position: absolute; display: block; top: 0; left: 50%; width: 2px; height: 100%; margin-left: -1px; background-color: #da4453; }
.irs--flat .irs-handle.state_hover > i:first-child, .irs--flat .irs-handle:hover > i:first-child { background-color: #a43540; }
.irs--flat .irs-min, .irs--flat .irs-max { top: 0; padding: 1px 3px; color: #999; font-size: 10px; line-height: 1.333; text-shadow: none; background-color: #e1e4e9; border-radius: 4px; }
.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single { color: white; font-size: 10px; line-height: 1.333; text-shadow: none; padding: 1px 5px; background-color: #ed5565; border-radius: 4px; }
.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before { position: absolute; display: block; content: ""; bottom: -6px; left: 50%; width: 0; height: 0; margin-left: -3px; overflow: hidden; border: 3px solid transparent; border-top-color: #ed5565; }
.irs--flat .irs-grid-pol { background-color: #e1e4e9; }
.irs--flat .irs-grid-text { color: #999; }
.irs--big { height: 55px; }
.irs--big.irs-with-grid { height: 70px; }
.irs--big .irs-line { top: 33px; height: 12px; background-color: white; background: -webkit-gradient(linear, left top, left bottom, color-stop(-50%, #ddd), color-stop(150%, white)); background: -o-linear-gradient(top, #ddd -50%, white 150%); background: linear-gradient(to bottom, #ddd -50%, white 150%); border: 1px solid #ccc; border-radius: 12px; }
.irs--big .irs-bar { top: 33px; height: 12px; background-color: #92bce0; border: 1px solid #428bca; background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(30%, #428bca), to(#b9d4ec)); background: -o-linear-gradient(top, #ffffff 0%, #428bca 30%, #b9d4ec 100%); background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%); -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5); box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5); }
.irs--big .irs-bar--single { border-radius: 12px 0 0 12px; }
.irs--big .irs-shadow { height: 1px; bottom: 16px; background-color: rgba(66, 139, 202, 0.5); }
.irs--big .irs-handle { top: 25px; width: 30px; height: 30px; border: 1px solid rgba(0, 0, 0, 0.3); background-color: #cbcfd5; background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(30%, #B4B9BE), to(white)); background: -o-linear-gradient(top, white 0%, #B4B9BE 30%, white 100%); background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%); -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white; box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white; border-radius: 30px; }
.irs--big .irs-handle.state_hover, .irs--big .irs-handle:hover { border-color: rgba(0, 0, 0, 0.45); background-color: #939ba7; background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(30%, #919BA5), to(white)); background: -o-linear-gradient(top, white 0%, #919BA5 30%, white 100%); background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%); }
.irs--big .irs-min, .irs--big .irs-max { top: 0; padding: 1px 5px; color: white; text-shadow: none; background-color: #9f9f9f; border-radius: 3px; }
.irs--big .irs-from, .irs--big .irs-to, .irs--big .irs-single { color: white; text-shadow: none; padding: 1px 5px; background-color: #428bca; background: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#3071a9)); background: -o-linear-gradient(top, #428bca 0%, #3071a9 100%); background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%); border-radius: 3px; }
.irs--big .irs-grid-pol { background-color: #428bca; }
.irs--big .irs-grid-text { color: #428bca; }
.irs--modern { height: 55px; }
.irs--modern.irs-with-grid { height: 55px; }
.irs--modern .irs-line { top: 25px; height: 5px; background-color: #d1d6e0; background: -webkit-gradient(linear, left top, left bottom, from(#e0e4ea), to(#d1d6e0)); background: -o-linear-gradient(top, #e0e4ea 0%, #d1d6e0 100%); background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%); border: 1px solid #a3adc1; border-bottom-width: 0; border-radius: 5px; }
.irs--modern .irs-bar { top: 25px; height: 5px; background: #20b426; background: -webkit-gradient(linear, left top, left bottom, from(#20b426), to(#18891d)); background: -o-linear-gradient(top, #20b426 0%, #18891d 100%); background: linear-gradient(to bottom, #20b426 0%, #18891d 100%); }
.irs--modern .irs-bar--single { border-radius: 5px 0 0 5px; }
.irs--modern .irs-shadow { height: 1px; bottom: 21px; background-color: rgba(209, 214, 224, 0.5); }
.irs--modern .irs-handle { top: 37px; width: 12px; height: 13px; border: 1px solid #a3adc1; border-top-width: 0; -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); border-radius: 0 0 3px 3px; }
.irs--modern .irs-handle > i:nth-child(1) { position: absolute; display: block; top: -4px; left: 1px; width: 6px; height: 6px; border: 1px solid #a3adc1; background: white; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.irs--modern .irs-handle > i:nth-child(2) { position: absolute; display: block; -webkit-box-sizing: border-box; box-sizing: border-box; top: 0; left: 0; width: 10px; height: 12px; background: #e9e6e6; background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e9e6e6)); background: -o-linear-gradient(top, white 0%, #e9e6e6 100%); background: linear-gradient(to bottom, white 0%, #e9e6e6 100%); border-radius: 0 0 3px 3px; }
.irs--modern .irs-handle > i:nth-child(3) { position: absolute; display: block; -webkit-box-sizing: border-box; box-sizing: border-box; top: 3px; left: 3px; width: 4px; height: 5px; border-left: 1px solid #a3adc1; border-right: 1px solid #a3adc1; }
.irs--modern .irs-handle.state_hover, .irs--modern .irs-handle:hover { border-color: #7685a2; background: #c3c7cd; background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(30%, #919ba5), to(#ffffff)); background: -o-linear-gradient(top, #ffffff 0%, #919ba5 30%, #ffffff 100%); background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%); }
.irs--modern .irs-handle.state_hover > i:nth-child(1), .irs--modern .irs-handle:hover > i:nth-child(1) { border-color: #7685a2; }
.irs--modern .irs-handle.state_hover > i:nth-child(3), .irs--modern .irs-handle:hover > i:nth-child(3) { border-color: #48536a; }
.irs--modern .irs-min, .irs--modern .irs-max { top: 0; font-size: 10px; line-height: 1.333; text-shadow: none; padding: 1px 5px; color: white; background-color: #d1d6e0; border-radius: 5px; }
.irs--modern .irs-from, .irs--modern .irs-to, .irs--modern .irs-single { font-size: 10px; line-height: 1.333; text-shadow: none; padding: 1px 5px; background-color: #20b426; color: white; border-radius: 5px; }
.irs--modern .irs-from:before, .irs--modern .irs-to:before, .irs--modern .irs-single:before { position: absolute; display: block; content: ""; bottom: -6px; left: 50%; width: 0; height: 0; margin-left: -3px; overflow: hidden; border: 3px solid transparent; border-top-color: #20b426; }
.irs--modern .irs-grid { height: 25px; }
.irs--modern .irs-grid-pol { background-color: #dedede; }
.irs--modern .irs-grid-text { color: silver; font-size: 13px; }
.irs--sharp { height: 50px; font-size: 12px; line-height: 1; }
.irs--sharp.irs-with-grid { height: 57px; }
.irs--sharp .irs-line { top: 30px; height: 2px; background-color: black; border-radius: 2px; }
.irs--sharp .irs-bar { top: 30px; height: 2px; background-color: #ee22fa; }
.irs--sharp .irs-bar--single { border-radius: 2px 0 0 2px; }
.irs--sharp .irs-shadow { height: 1px; bottom: 21px; background-color: rgba(0, 0, 0, 0.5); }
.irs--sharp .irs-handle { top: 25px; width: 10px; height: 10px; background-color: #a804b2; }
.irs--sharp .irs-handle > i:first-child { position: absolute; display: block; top: 100%; left: 0; width: 0; height: 0; border: 5px solid transparent; border-top-color: #a804b2; }
.irs--sharp .irs-handle.state_hover, .irs--sharp .irs-handle:hover { background-color: black; }
.irs--sharp .irs-handle.state_hover > i:first-child, .irs--sharp .irs-handle:hover > i:first-child { border-top-color: black; }
.irs--sharp .irs-min, .irs--sharp .irs-max { color: white; font-size: 14px; line-height: 1; top: 0; padding: 3px 4px; opacity: .4; background-color: #a804b2; border-radius: 2px; }
.irs--sharp .irs-from, .irs--sharp .irs-to, .irs--sharp .irs-single { font-size: 14px; line-height: 1; text-shadow: none; padding: 3px 4px; background-color: #a804b2; color: white; border-radius: 2px; }
.irs--sharp .irs-from:before, .irs--sharp .irs-to:before, .irs--sharp .irs-single:before { position: absolute; display: block; content: ""; bottom: -6px; left: 50%; width: 0; height: 0; margin-left: -3px; overflow: hidden; border: 3px solid transparent; border-top-color: #a804b2; }
.irs--sharp .irs-grid { height: 25px; }
.irs--sharp .irs-grid-pol { background-color: #dedede; }
.irs--sharp .irs-grid-text { color: silver; font-size: 13px; }
.irs--round { height: 50px; }
.irs--round.irs-with-grid { height: 65px; }
.irs--round .irs-line { top: 36px; height: 4px; background-color: #dee4ec; border-radius: 4px; }
.irs--round .irs-bar { top: 36px; height: 4px; background-color: #006cfa; }
.irs--round .irs-bar--single { border-radius: 4px 0 0 4px; }
.irs--round .irs-shadow { height: 4px; bottom: 21px; background-color: rgba(222, 228, 236, 0.5); }
.irs--round .irs-handle { top: 26px; width: 24px; height: 24px; border: 4px solid #006cfa; background-color: white; border-radius: 24px; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3); box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3); }
.irs--round .irs-handle.state_hover, .irs--round .irs-handle:hover { background-color: #f0f6ff; }
.irs--round .irs-min, .irs--round .irs-max { color: #333; font-size: 14px; line-height: 1; top: 0; padding: 3px 5px; background-color: rgba(0, 0, 0, 0.1); border-radius: 4px; }
.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single { font-size: 14px; line-height: 1; text-shadow: none; padding: 3px 5px; background-color: #006cfa; color: white; border-radius: 4px; }
.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before { position: absolute; display: block; content: ""; bottom: -6px; left: 50%; width: 0; height: 0; margin-left: -3px; overflow: hidden; border: 3px solid transparent; border-top-color: #006cfa; }
.irs--round .irs-grid { height: 25px; }
.irs--round .irs-grid-pol { background-color: #dedede; }
.irs--round .irs-grid-text { color: silver; font-size: 13px; }
.irs--square { height: 50px; }
.irs--square.irs-with-grid { height: 60px; }
.irs--square .irs-line { top: 31px; height: 4px; background-color: #dedede; }
.irs--square .irs-bar { top: 31px; height: 4px; background-color: black; }
.irs--square .irs-shadow { height: 2px; bottom: 21px; background-color: #dedede; }
.irs--square .irs-handle { top: 25px; width: 16px; height: 16px; border: 3px solid black; background-color: white; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.irs--square .irs-handle.state_hover, .irs--square .irs-handle:hover { background-color: #f0f6ff; }
.irs--square .irs-min, .irs--square .irs-max { color: #333; font-size: 14px; line-height: 1; top: 0; padding: 3px 5px; background-color: rgba(0, 0, 0, 0.1); }
.irs--square .irs-from, .irs--square .irs-to, .irs--square .irs-single { font-size: 14px; line-height: 1; text-shadow: none; padding: 3px 5px; background-color: black; color: white; }
.irs--square .irs-grid { height: 25px; }
.irs--square .irs-grid-pol { background-color: #dedede; }
.irs--square .irs-grid-text { color: silver; font-size: 11px; }.item-animation .animate-item.to-up {
opacity: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
will-change: transform;
-webkit-transform: translateY(50px);
-ms-transform: translateY(50px);
transform: translateY(50px);
-webkit-transition: opacity .5s, -webkit-transform .5s linear;
transition: opacity .5s, -webkit-transform .5s linear;
-o-transition: opacity .5s, transform .5s linear;
transition: opacity .5s, transform .5s linear;
transition: opacity .5s, transform .5s linear, -webkit-transform .5s linear
}
.loaded .item-animation .animate-item.to-up.animated {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0)
}
.loaded .item-animation .animate-item.anime-1 {
-webkit-transition-delay: .2s;
-o-transition-delay: .2s;
transition-delay: .2s
}
.loaded .item-animation .animate-item.anime-2 {
-webkit-transition-delay: .4s;
-o-transition-delay: .4s;
transition-delay: .4s
}
@media (max-width:991px) {
.item-animation .animate-item.to-up {
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px)
}
}
.swiper-entry {
position: relative
}
.swiper-container {
margin-left: auto;
margin-right: auto;
position: relative;
overflow: hidden;
list-style: none;
padding: 0;
z-index: 1
}
.swiper-container:not(.swiper-no-swiping) .swiper-wrapper {
cursor: url(//booknbuyhadria.com/wp-content/themes/hadria/css/../img/drag.png) 16 9, ew-resize
}
.swiper-container-vertical:not(.swiper-no-swiping) .swiper-wrapper {
cursor: url(//booknbuyhadria.com/wp-content/themes/hadria/css/../img/drag-vertical.png) 8 16, ns-resize
}
.swiper-controls-hide .swiper-wrapper {
cursor: default !important
}
.swiper-controls-hide .swiper-button-wrap,
.swiper-controls-hide .swiper-button-lock,
.swiper-controls-hide .swiper-pagination-lock {
display: none !important
}
.swiper-pagination.swiper-pagination-relative {
position: relative;
margin-top: 30px;
bottom: auto !important
}
.swiper-pagination {
line-height: 0;
z-index: 2;
bottom: 30px !important
}
.swiper-pagination-bullet {
position: relative;
width: 25px;
height: 2px;
background-color: transparent;
opacity: 1;
border-radius: 0;
border-bottom: 1px solid var(--separator);
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.swiper-pagination-bullet-active {
background-color: var(--clr-primary);
border-color: var(--clr-primary)
}
.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 5px !important
}
.swiper-button-wrap {
display: block;
text-align: center;
font-size: 0;
line-height: 0;
margin-top: 25px
}
.swiper-button-next:after,
.swiper-button-prev:after {
content: none
}
.swiper-button-prev,
.swiper-button-next {
display: inline-block;
position: relative;
right: 0;
left: 0;
margin: 0 8px;
width: 64px;
height: 64px;
border-radius: 100%;
border: none;
background: var(--clr-grad);
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.swiper-button-prev:before,
.swiper-button-next:before {
content: '';
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: inherit;
background: var(--clr-primary);
opacity: 0;
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.swiper-button-prev i,
.swiper-button-next i {
position: absolute;
z-index: 2;
width: calc(100% - 4px);
height: calc(100% - 4px);
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
border-radius: inherit;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
background: var(--clr-white)
}
.swiper-button-prev i:before,
.swiper-button-next i:before {
content: '';
position: absolute;
left: 50%;
top: 50%;
margin-left: -5%;
-webkit-transform: translate(-50%, -50%) rotate(-45deg);
-ms-transform: translate(-50%, -50%) rotate(-45deg);
transform: translate(-50%, -50%) rotate(-45deg);
width: 28%;
height: 28%;
color: var(--clr-secondary);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
border-right: 1px solid currentColor;
border-bottom: 1px solid currentColor;
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
background: var(--separator);
opacity: 1
}
.swiper-button-prev.swiper-button-disabled i:before,
.swiper-button-next.swiper-button-disabled i:before {
color: var(--separator)
}
.swiper-button-prev {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg)
}
@media (min-width:1200px) {
.swiper-button-prev:hover:before,
.swiper-button-next:hover:before {
opacity: 1
}
.swiper-button-prev:hover i:before,
.swiper-button-next:hover i:before {
color: var(--clr-primary)
}
.swiper-pagination-bullet:hover {
background: currentColor
}
}
@media (max-width:1199px) {
.swiper-pagination-bullet {
width: 15px
}
.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 3px !important
}
.swiper-button-wrap {
margin-top: 15px
}
.swiper-button-prev,
.swiper-button-next {
width: 44px;
height: 44px
}
}
@media (max-width:767px) {
.swiper-pagination {
bottom: 15px !important
}
.swiper-pagination.swiper-pagination-relative {
margin-top: 15px
}
}
@media (max-width:575px) {
.swiper-container {
overflow: visible
}
}
.product-row {
--bs-gutter-x: 30px;
--bs-gutter-y: 30px
}
.product-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
height: 100%
}
.product-img {
display: block;
position: relative;
overflow: hidden;
padding-top: 56.4%;
margin-bottom: 20px
}
.product-img img {
position: absolute;
top: 0;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.product-price {
position: absolute;
left: 0;
bottom: 0;
padding: 10px 15px;
text-align: center;
font-family: var(--ff-2);
font-size: 20px;
line-height: 1em;
color: var(--clr-black);
background: var(--clr-white)
}
.product-price span {
margin-left: 5px
}
.product-title {
font-family: var(--ff-2);
color: var(--clr-primary);
margin-bottom: 10px;
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.product-desc {
font-size: 15px;
line-height: 1.5em;
font-weight: 400;
color: var(--clr-text);
margin-bottom: 20px
}
.product-features-wrap {
display: grid;
grid-template-columns: repeat(4, auto);
margin-top: auto
}
.product-features-wrap:not(.type-2) .product-features-item {
border-left: none
}
.product-features-wrap:not(.type-2) .product-features-item:first-child,
.product-features-wrap:not(.type-2) .product-features-item:nth-child(4n+5) {
border-left: 1px solid var(--separator)
}
.product-features-wrap:not(.type-2) .product-features-item:nth-child(n+5) {
border-top: none
}
.product-features-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border: 1px solid var(--separator);
border-left: 0;
padding: 2px;
min-height: 80px;
font-size: 15px;
line-height: 1em;
font-weight: 400;
color: var(--clr-text);
text-align: center
}
.product-features-item i {
position: relative;
display: inline-block;
width: 24px;
height: 24px;
font-size: 0;
margin-bottom: 5px
}
.product-features-item i img {
display: block
}
.products-btn-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 0;
line-height: 0;
margin-top: 40px
}
.products-btn-wrap .swiper-button-wrap {
margin: 0
}
.products-btn-wrap .swiper-button-prev {
margin-left: 0
}
.products-btn-wrap .swiper-button-next {
margin-right: 0
}
.custom-fraction-wrap {
display: none;
font-size: 20px
}
.custom-fraction-wrap span {
margin: 0 5px
}
.custom-fraction-wrap .custom-current {
color: var(--clr-primary)
}
}
@media (min-width:768px) {
.product-slider .swiper-wrapper {
height: auto !important
}
.product-slider .swiper-slide {
height: auto
}
}
@media (min-width:1200px) {
.product-img:hover img {
-webkit-transform: scale(1.03);
-ms-transform: scale(1.03);
transform: scale(1.03)
}
.product-title:hover {
color: var(--clr-secondary)
}
}
@media (max-width:1400px) {
.product-row {
--bs-gutter-x: 20px;
--bs-gutter-y: 20px
}
.product-img {
margin-bottom: 15px
}
.product-price {
padding: 8px 10px;
font-size: 18px
}
.product-title {
margin-bottom: 5px
}
.product-desc {
margin-bottom: 10px
}
.product-features-item {
min-height: 70px;
font-size: 14px
}
.product-features-item i {
width: 20px;
height: 20px
}
.products-btn-wrap {
margin-top: 30px
}
}
@media (max-width:991px) {
.product-row {
--bs-gutter-x: 15px;
--bs-gutter-y: 15px
}
.products-btn-wrap {
margin-top: 20px
}
}
@media (max-width:767px) {
.products-btn-wrap {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
.products-btn-wrap>*+.btn {
margin-top: 20px
}
.products-btn-wrap .swiper-button-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 100%
}
.custom-fraction-wrap {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-negative: 0;
flex-shrink: 0;
font-size: 20px
}
.custom-fraction-wrap span {
margin: 0 5px
}
.custom-fraction-wrap .custom-current {
color: var(--clr-primary)
}
}
.benefit-item .title {
margin-bottom: 15px
}
.benefit-item .text {
font-size: 15px
}
.benefit-item a.img-link {
width: 100%;
height: 100%
}
.benefit-img {
display: inline-block;
position: relative;
width: 100%;
padding-top: 100%;
overflow: hidden;
margin-bottom: 20px
}
.benefit-img img {
position: absolute;
top: 0;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover
}
@media (max-width:1400px) {
.benefit-item .title {
margin-bottom: 5px
}
.benefit-item .text {
font-size: 15px
}
.benefit-img {
margin-bottom: 5px
}
}
.benefit-item .img-link img {
position: absolute;
top: 0;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.benefit-title .title.h4,
.benefit-title .advantage-title {
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.benefit-title {
width: 100%
}
.news-item {
line-height: 0
}
.news-item>*+.title {
margin-top: 25px
}
.news-item .title {
color: var(--clr-primary);
margin-bottom: 15px
}
.news-item .text {
font-size: 15px
}
.news-img {
display: block;
position: relative;
overflow: hidden;
padding-top: 61.5%;
width: 100%
}
.news-img img {
position: absolute;
top: 0;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.news-wrapper>* {
margin-bottom: 60px
}
.news-wrapper>*:last-child {
margin-bottom: 0
}
.news-item-inner .news-item>* {
margin-bottom: 15px
}
.news-item-inner .news-item>*:last-child {
margin-bottom: 0
}
@media (min-width:767px) {
.title-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
width: 100%;
line-height: 0;
margin-bottom: 30px
}
.title-wrapper .title {
width: 32%;
min-width: 220px
}
.section-inner {
line-height: 0;
position: relative
}
.section-inner .btn-wrapper {
position: absolute;
top: 5px;
right: 0
}
}
@media (min-width:1200px) {
.news-img:hover img,
.img-link:hover img {
-webkit-transform: scale(1.03);
-ms-transform: scale(1.03);
transform: scale(1.03)
}
.news-item a.title:hover,
a.benefit-title:hover .title,
a.benefit-title:hover .advantage-title {
color: var(--clr-secondary)
}
.section-inner .btn-wrapper {
top: 15px
}
}
@media (max-width:1400px) {
.news-item>*+.title {
margin-top: 15px
}
.news-item .title {
color: var(--clr-title);
margin-bottom: 5px
}
.news-item .text {
font-size: 15px
}
.title-wrapper {
margin-bottom: 20px
}
.news-wrapper>* {
margin-bottom: 40px
}
.news-item-inner .news-item>* {
margin-bottom: 10px
}
}
@media (max-width:767px) {
.title-wrapper {
line-height: 0;
margin-bottom: 15px;
text-align: center
}
.btn-wrapper {
line-height: 0;
text-align: center;
margin-top: 30px
}
.news-wrapper>* {
margin-bottom: 30px
}
.news-item-inner .news-img {
margin-bottom: 15px
}
}
.insta-link {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.insta-link svg {
width: 32px;
height: 32px;
margin-right: 15px
}
.insta-link svg path {
fill: var(--clr-primary);
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.insta-link b {
font-weight: 400;
color: var(--clr-primary);
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.insta-row {
--bs-gutter-x: 30px;
--bs-gutter-y: 30px
}
.insta-img {
display: block;
position: relative;
overflow: hidden;
padding-top: 100%
}
.insta-img img {
position: absolute;
top: 0;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
@media (min-width:1200px) {
.insta-img:hover img {
-webkit-transform: scale(1.02);
-ms-transform: scale(1.02);
transform: scale(1.02)
}
.insta-link:hover svg path {
fill: var(--clr-secondary)
}
.insta-link:hover b {
color: var(--clr-secondary)
}
}
@media (max-width:1400px) {
.insta-row {
--bs-gutter-x: 20px;
--bs-gutter-y: 20px
}
}
@media (max-width:767px) {
.insta-row {
--bs-gutter-x: 15px;
--bs-gutter-y: 15px
}
.insta-link {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.insta-link svg {
width: 24px;
height: 24px
}
}
.partner-item {
position: relative;
border: 1px solid var(--separator);
padding-top: 66%
}
.partner-item img {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
max-width: 65%;
max-height: 70%
}
@media (min-width:1200px) {
.partner-item img {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.partner-item:hover img {
-webkit-filter: grayscale(0);
filter: grayscale(0)
}
}
.breadcrumbs-wrapper {
position: relative;
width: 100%;
padding: 0 45px
}
.banner .breadcrumbs-wrapper {
position: absolute;
z-index: 15;
top: 100px;
left: 0
}
.banner .breadcrumbs-wrapper .breadcrumbs li {
color: var(--clr-white)
}
.banner .breadcrumbs-wrapper .breadcrumbs li span {
color: var(--clr-white)
}
.breadcrumbs {
font-size: 0;
line-height: 0;
width: 100%;
padding: 15px 0
}
.breadcrumbs li {
position: relative;
display: inline-block;
font-size: 12px;
line-height: 1em;
font-weight: 400;
color: var(--clr-text);
text-transform: uppercase
}
.breadcrumbs li span {
opacity: .8;
color: var(--clr-text);
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.breadcrumbs li:after {
content: '/';
position: relative;
display: inline-block;
margin: 0 15px
}
.breadcrumbs li:last-child:after {
content: none
}
.breadcrumbs li.active span {
opacity: 1;
font-weight: 400
}
@media (min-width:1200px) {
.breadcrumbs a:hover span {
opacity: 1;
color: var(--clr-primary)
}
}
@media (max-width:1400px) {
.breadcrumbs li {
font-size: 10px
}
.breadcrumbs li:after {
margin: 0 10px
}
}
@media (max-width:991px) {
.breadcrumbs {
display: none
}
}
.lr-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between
}
.lr-content {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%
}
.lr-content .container {
position: relative;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.lr-content .container .row {
width: 100%
}
.lr-img {
position: relative;
overflow: hidden;
width: 100%;
height: 100%;
padding-top: 31.3%;
-webkit-box-flex: 0;
-ms-flex: 0 0 60%;
flex: 0 0 60%;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%)
}
.lr-img .bg.rellax {
height: 115%;
top: -7%
}
.lr-content-info {
max-width: 480px;
width: 100%
}
.lr-content-info>*+* {
margin-top: 30px
}
.lr-content-info .btn {
margin-top: 40px
}
.lr-wrap.left-side {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse
}
.lr-wrap.left-side .lr-content .container .row {
width: 100%;
margin: 0;
-webkit-transform: translateX(15px);
-ms-transform: translateX(15px);
transform: translateX(15px)
}
.lr-wrap.left-side .lr-img {
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%)
}
.lr-wrap.left-side .lr-content-info {
margin-left: auto
}
@media (max-width:1400px) {
.lr-img {
-webkit-box-flex: 0;
-ms-flex: 0 0 54%;
flex: 0 0 54%
}
.lr-content-info>*+* {
margin-top: 15px
}
.lr-content-info .btn {
margin-top: 30px
}
}
@media (max-width:1199px) {
.lr-img {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%
}
}
@media (max-width:991px) {
.lr-wrap {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse
}
.lr-content {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%
}
.lr-img {
padding-top: 50%;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
margin-bottom: 15px
}
.lr-content-info {
max-width: 1000px
}
.lr-content-info>*+* {
margin-top: 10px
}
.lr-content-info .btn {
margin-top: 15px
}
.lr-wrap.left-side {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse
}
.lr-wrap.left-side .lr-content .container .row {
width: 100%;
margin-right: calc(-.5*var(--bs-gutter-x));
margin-left: calc(-.5*var(--bs-gutter-x));
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0)
}
.lr-wrap.left-side .lr-img {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0)
}
.lr-wrap.left-side .lr-content-info {
margin-left: auto
}
}
.tab-title {
display: none
}
.tab {
display: none
}
.tab.active {
display: block
}
.tab-nav {
position: relative;
display: block;
font-size: 0;
text-align: center;
counter-reset: numberTitle;
margin: 25px 0 35px
}
.tab-toggle {
display: inline-block;
line-height: 0;
font-size: 0
}
.tab-toggle>div {
position: relative;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
cursor: pointer;
width: 340px;
min-width: -webkit-min-content;
min-width: -moz-min-content;
min-width: min-content;
padding: 10px 0;
margin-right: -1px;
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.tab-toggle>div b {
display: inline-block;
width: 100%;
padding: 15px 5px;
font-size: 16px;
font-weight: 400;
line-height: 1em;
color: var(--clr-black);
border-right: .25px solid var(--separator)
}
.tab-toggle>div b:before {
counter-increment: numberTitle;
content: counter(numberTitle, decimal-leading-zero) ".";
margin-right: 5px
}
.tab-toggle>div b:after {
content: '';
position: absolute;
z-index: 2;
bottom: 0;
left: 0;
width: 100%;
height: .25px;
background-color: var(--separator)
}
.tab-toggle>div:last-child {
margin-right: 0
}
.tab-toggle>div:last-child b {
border-right: 0
}
.tab-toggle>div:after {
content: '';
position: absolute;
z-index: 2;
bottom: -1px;
right: 0;
width: 0;
height: 2px;
background-color: var(--clr-primary);
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.tab-toggle>div.active:after {
left: 0;
right: auto;
width: 100%
}
@media (min-width:1200px) {
.tab-toggle>div:hover b {
color: var(--clr-primary)
}
}
@media (max-width:1600px) {
.tab-toggle>div {
width: 260px
}
.tab-toggle>div b {
padding: 12px 5px;
font-size: 16px
}
}
@media (max-width:1400px) {
.tab-nav {
margin: 15px 0 25px
}
.tab-toggle>div {
width: 250px
}
.tab-toggle>div b {
padding: 10px 5px;
font-size: 16px
}
}
@media (max-width:1199px) {
.tab-nav {
margin: 10px 0 20px
}
.tab-toggle>div {
width: 220px;
padding: 7px 0
}
.tab-toggle>div b {
padding: 5px;
font-size: 16px
}
}
@media (max-width:991px) {
.tab-nav {
white-space: nowrap;
overflow-x: scroll;
overflow-y: hidden
}
.tab-toggle {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
min-width: -webkit-fit-content;
min-width: -moz-fit-content;
min-width: fit-content;
margin-bottom: 2px
}
.tab-toggle>div {
-ms-flex-negative: 0;
flex-shrink: 0;
width: auto;
padding: 7px 0
}
.tab-toggle>div b {
padding: 5px 15px;
font-size: 16px
}
}
@media (max-width:575px) {
.tab-nav {
margin: 10px -15px 20px
}
.tab-toggle {
padding: 0 15px
}
.tab-toggle>div {
-ms-flex-negative: 0;
flex-shrink: 0;
width: auto;
padding: 7px 0;
margin-bottom: 2px
}
.tab-toggle>div b {
padding: 5px 15px;
font-size: 16px
}
}
.pagination {
text-align: center;
margin-top: 40px;
line-height: 0
}
.pagination ul {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.pagination li {
text-align: center;
position: relative;
width: 64px;
height: 64px;
font-size: 16px;
font-weight: 500
}
.pagination li a {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
line-height: 63px;
color: var(--clr-text);
border-radius: 100%;
border: 2px solid transparent
}
.pagination li.active a {
color: var(--clr-primary);
cursor: text
}
.pagination .dots {
display: inline-block;
vertical-align: middle;
line-height: 63px;
border: none
}
.pagination .pag-arrow a {
position: relative;
background: var(--clr-grad)
}
.pagination .pag-arrow a:before {
content: '';
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
border-radius: inherit;
background: var(--clr-white);
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.pagination .pag-arrow a:after {
content: '';
position: absolute;
z-index: 1;
left: 50%;
top: 50%;
margin-left: -5%;
width: 28%;
height: 28%;
border-right: 1px solid var(--clr-secondary);
border-bottom: 1px solid var(--clr-secondary);
-webkit-transform: translate(-50%, -50%) rotate(-45deg);
-ms-transform: translate(-50%, -50%) rotate(-45deg);
transform: translate(-50%, -50%) rotate(-45deg);
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.pagination .pag-arrow.arr-left a:after {
margin-left: 5%;
-webkit-transform: translate(-50%, -50%) rotate(135deg);
-ms-transform: translate(-50%, -50%) rotate(135deg);
transform: translate(-50%, -50%) rotate(135deg)
}
.pag-arrow.arr-left {
margin-right: 15px
}
.pag-arrow.arr-right {
margin-left: 15px
}
@media (min-width:1200px) {
.pagination li:not(.pag-arrow):not(.dots):not(.active) a:hover {
border-color: var(--clr-primary)
}
.pagination .pag-arrow a:hover {
border-color: var(--clr-primary)
}
.pagination .pag-arrow a:hover:after {
border-color: var(--clr-primary)
}
}
@media (max-width:1400px) {
.pagination {
margin-top: 30px
}
.pagination li {
width: 52px;
height: 52px
}
.pagination li a {
line-height: 50px
}
.pagination .dots {
line-height: 50px
}
}
@media (max-width:991px) {
.pagination {
margin-top: 20px
}
.pagination li {
width: 40px;
height: 40px;
font-size: 16px
}
.pagination li a {
line-height: 38px
}
.pagination .dots {
line-height: 38px
}
.pag-arrow.arr-left {
margin-right: 5px
}
.pag-arrow.arr-right {
margin-left: 5px
}
}
@media (max-width:410px) {
.pagination li {
width: 32px;
height: 32px;
font-size: 16px
}
.pagination li a {
line-height: 29px
}
.pagination .dots {
line-height: 29px
}
.pag-arrow.arr-left {
margin-right: 0
}
.pag-arrow.arr-right {
margin-left: 0
}
}
.read-more {
display: inline-block;
position: relative;
cursor: pointer;
font-size: 15px;
line-height: 16px;
letter-spacing: .5px
}
.read-more b {
display: inline-block;
vertical-align: top;
padding-right: 25px;
font-weight: 500;
color: var(--clr-primary);
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.read-more i {
display: inline-block;
position: absolute;
top: 50%;
right: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 16px;
height: 16px;
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.read-more i:before {
content: '';
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%) rotate(45deg);
-ms-transform: translate(-50%, -50%) rotate(45deg);
transform: translate(-50%, -50%) rotate(45deg);
width: 8px;
height: 8px;
border-right: 1px solid var(--clr-primary);
border-bottom: 1px solid var(--clr-primary);
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.more-text .text {
display: none;
padding-bottom: 20px
}
.more-text.open .read-more i {
-webkit-transform: translateY(calc(-50% + 5px)) rotateX(180deg);
transform: translateY(calc(-50% + 5px)) rotateX(180deg)
}
@media (min-width:1200px) {
.read-more:hover b {
color: var(--clr-secondary)
}
.read-more:hover i:before {
border-color: var(--clr-secondary)
}
}
@media (max-width:1400px) {
.more-text .text {
padding-bottom: 15px
}
}
@media (max-width:767px) {
.more-text .text {
padding-bottom: 10px
}
.read-more {
font-size: 14px
}
.read-more i {
width: 14px;
height: 14px
}
.read-more i:before {
width: 6px;
height: 6px
}
}
.accordion {
position: relative;
z-index: 1
}
.accordion-item {
position: relative;
border-bottom: 1px solid var(--separator)
}
.accordion-item:first-child {
border-top: 1px solid var(--separator)
}
.accordion-title {
position: relative;
cursor: pointer;
font-family: var(--ff-2);
font-weight: 400;
color: var(--clr-black);
padding: 25px 25px 23px;
padding-left: 0 !important;
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.accordion-title:before {
content: "";
position: absolute;
right: 3px;
top: 34px;
width: 10px;
height: 10px;
border-left: 1px solid var(--clr-black);
border-bottom: 1px solid var(--clr-black);
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.accordion-inner {
display: none;
padding: 0 25px 23px 0
}
.accordion-title.active {
color: var(--clr-primary)
}
.accordion-title.active:before {
top: 35px;
-webkit-transform: rotate(-225deg);
-ms-transform: rotate(-225deg);
transform: rotate(-225deg);
border-color: var(--clr-primary)
}
@media (min-width:1200px) {
.accordion-item:hover .accordion-title {
color: var(--clr-primary)
}
.accordion-item:hover .accordion-title:before {
border-color: var(--clr-primary)
}
}
@media (max-width:1400px) {
.accordion-title {
padding: 20px
}
.accordion-title:before {
top: 28px;
width: 10px;
height: 10px
}
.accordion-title.active:before {
top: 30px
}
.accordion-inner {
padding: 0 0 20px
}
}
@media (max-width:767px) {
.accordion-title {
padding: 17px 20px 15px 0
}
.accordion-inner {
padding: 0 0 15px
}
.accordion-title:before {
top: 22px;
width: 8px;
height: 8px
}
.accordion-title.active:before {
top: 26px
}
}
.advantages-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.advantage-item {
-ms-flex-negative: 0;
flex-shrink: 0;
width: calc(100%/5);
text-align: center;
padding: 20px 5px;
border: 1px solid var(--separator);
border-left: none
}
.advantage-item:first-child,
.advantage-item:nth-child(5n+6) {
border-left: 1px solid var(--separator)
}
.advantage-item:nth-child(n+6) {
border-top: none
}
.advantage-img {
position: relative;
width: 130px;
height: 130px;
margin: 0 auto
}
.advantage-img img {
display: block;
max-width: 100%;
max-height: 100%;
transition: var(--transition)
}
.advantage-title {
font-family: var(--ff-2);
font-size: var(--h-4);
line-height: 1.1em;
color: var(--clr-black);
width: 80%;
margin: 0 auto 5px
}
.advantage-text {
font-size: 15px;
width: 80%;
margin: 0 auto
}
@media (max-width:1400px) {
.advantage-item {
width: calc(100%/5);
padding: 15px 5px
}
.advantage-img {
position: relative;
width: 100px;
height: 100px;
margin: 0 auto
}
.advantage-title {
width: 100%;
margin: 0 auto 10px
}
.advantage-text {
width: 100%
}
}
@media (max-width:1199px) {
.advantage-item {
width: calc(100%/4);
padding: 15px 5px
}
.advantage-item:nth-child(5n+6) {
border-left: unset
}
.advantage-item:nth-child(n+6) {
border-top: unset
}
.advantage-item:nth-child(4n+5) {
border-left: 1px solid var(--separator)
}
.advantage-item:nth-child(n+5) {
border-top: none
}
}
@media (max-width:991px) {
.advantage-item {
width: calc(100%/3)
}
.advantage-item:nth-child(4n+5) {
border-left: unset
}
.advantage-item:nth-child(n+5) {
border-top: unset
}
.advantage-item:nth-child(3n+4) {
border-left: 1px solid var(--separator)
}
.advantage-item:nth-child(n+4) {
border-top: none
}
}
@media (max-width:767px) {
.advantage-item {
width: 100%;
border: 1px solid var(--separator)
}
.advantage-item:nth-child(3n+4) {
border-left: unset
}
.advantage-item:nth-child(n+4) {
border-top: unset
}
.advantage-title {
width: 80%;
margin: 5px auto
}
.advantage-text {
width: 80%
}
}
.custom-price {
font-size: var(--h-4);
font-weight: 400;
margin-bottom: 10px
}
.custom-place {
font-size: var(--h-4);
font-weight: 400;
margin-top: 15px
}
.descr-item {
margin-bottom: 80px
}
.descr-item:last-child {
margin-bottom: 0
}
.descr-title {
font-family: var(--ff-2);
font-size: var(--h-4);
line-height: 1em;
color: var(--clr-black)
}
*+.descr-inner {
margin-top: 25px
}
.descr-inner .read-more i:before {
top: auto;
bottom: 0;
-webkit-transform: translate(-50%, 0) rotate(45deg);
-ms-transform: translate(-50%, 0) rotate(45deg);
transform: translate(-50%, 0) rotate(45deg)
}
.descr-inner .read-more i:after {
content: '';
position: absolute;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
width: 1px;
height: 100%;
background: var(--clr-primary);
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.descr-inner .more-text.open .read-more i,
.descr-inner .table-cut.open .read-more i {
-webkit-transform: translateY(calc(-50% + 2px)) rotateX(180deg);
transform: translateY(calc(-50% + 2px)) rotateX(180deg)
}
.descr-inner .more-text {
text-align: center
}
.descr-inner .more-text .text {
text-align: left
}
.descr-inner .custom-list {
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: 1px solid var(--separator)
}
.descr-inner .custom-list:last-child {
margin-bottom: 0
}
.descr-inner .custom-list ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: -7px
}
.descr-inner .custom-list ul>* {
width: calc(33.3333% - 14px);
margin: 3px 7px
}
.descr-inner .custom-list ul>:only-child {
width: 100%
}
.product-features-wrap.type-2 {
border: none;
margin: -15px;
grid-template-columns: repeat(5, 1fr)
}
.product-features-wrap.type-2 .product-features-item {
border: 1px solid var(--separator);
margin: 15px;
padding: 15px 10px
}
.product-features-wrap.type-2 .product-features-item i {
position: relative;
width: 40px;
height: 40px
}
.product-features-wrap.type-2 .product-features-item i img {
display: block;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
max-width: 100%;
max-height: 100%
}
.text.table-cut {
text-align: center
}
.text.table-cut tbody {
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.text.table-cut tbody tr:nth-child(n+7) {
display: none
}
.descr-item .swiper-entry {
text-align: center
}
.descr-item .swiper-entry .swiper-controlls {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
margin-top: 20px
}
.descr-item .swiper-entry .swiper-button-prev,
.descr-item .swiper-entry .swiper-button-next {
display: inline-block;
width: 44px;
height: 44px;
margin: 0
}
.descr-item .custom-fraction-wrap {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-negative: 0;
flex-shrink: 0;
font-size: 20px;
font-weight: 400
}
@media (max-width:1400px) {
.custom-price {
margin-bottom: 5px
}
.custom-place {
margin-top: 10px
}
.descr-item {
margin-bottom: 60px
}
*+.descr-inner {
margin-top: 15px
}
.descr-inner .custom-list {
padding-bottom: 15px;
margin-bottom: 15px
}
.descr-inner .custom-list ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: -5px
}
.descr-inner .custom-list ul>* {
width: calc(33.3333% - 10px);
margin: 5px
}
.product-features-wrap.type-2 {
margin: -10px
}
.product-features-wrap.type-2 .product-features-item {
margin: 10px
}
}
@media (max-width:1199px) {
.custom-price {
margin-bottom: 0
}
.custom-place {
margin-top: 5px
}
.descr-item {
margin-bottom: 50px
}
*+.descr-inner {
margin-top: 10px
}
.descr-inner .custom-list {
padding-bottom: 15px;
margin-bottom: 15px
}
}
@media (max-width:767px) {
.descr-inner .custom-list ul>* {
width: calc(50% - 10px);
margin: 5px
}
.product-features-wrap.type-2 {
margin: -5px
}
.product-features-wrap.type-2 .product-features-item {
margin: 5px
}
.descr-item .swiper-entry .swiper-button-prev,
.descr-item .swiper-entry .swiper-button-next {
display: none
}
.descr-item .swiper-entry .swiper-controlls {
justify-content: center;
margin-top: 10px
}
}
@media (max-width:575px) {
.product-features-wrap.type-2 {
grid-template-columns: repeat(3, 1fr)
}
.product-features-wrap.type-2 .product-features-item {
padding: 10px 5px
}
.product-features-wrap.type-2 .product-features-item i {
position: relative;
width: 36px;
height: 36px
}
}
.map-block {
position: relative;
padding-top: 70%;
line-height: 0
}
.map {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%
}
.infoBox>img {
z-index: 20;
position: absolute;
opacity: 0;
right: 5px;
top: 5px;
width: 16px;
height: 16px
}
.info-box-inner {
position: relative;
background: var(--clr-white);
font-family: var(--ff-2);
font-size: 16px;
font-weight: 500;
padding: 15px 20px;
-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .05);
box-shadow: 0px 3px 6px rgba(0, 0, 0, .05)
}
.info-box-inner .btn-close {
position: absolute;
top: 5px;
right: 5px;
width: 16px;
height: 16px
}
.aside-block .form-block-wrapper {
padding: 0
}
.aside-block>* {
margin-bottom: 100px
}
.aside-block>*:last-child {
margin-bottom: 0
}
.aside-block+.aside-block {
margin-top: 100px
}
.more-info-block {
text-align: center;
border: 1px solid var(--separator);
padding: 40px;
max-width: 412px;
margin: 0 auto
}
.more-info-block .title {
margin-bottom: 10px
}
.more-info-block .text {
margin-bottom: 30px
}
.more-info-block>*:last-child {
margin-bottom: 0
}
.more-info-block.type-2 {
border: none;
padding: 0
}
.more-info-block.type-2 .title {
margin-bottom: 40px
}
.more-info-img {
display: inline-block;
width: 100%;
height: 100%;
margin-bottom: 10px
}
.form-block.booking-form {
text-align: center
}
@media (max-width:1400px) {
.aside-block>* {
margin-bottom: 60px
}
}
@media (max-width:767px) {
.aside-block+.aside-block {
margin-top: 50px
}
}
.filter-sec .row+.row {
margin-top: 90px
}
.filter-wrapper {
position: relative;
z-index: 15;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: -130px
}
.filter-wrapper input,
.filter-wrapper .input {
cursor: pointer;
-webkit-appearance: none;
-moz-appearance: none;
border: none;
margin: 0;
font-size: 16px;
font-weight: 400;
line-height: 80px;
height: 80px;
color: var(--clr-title);
background-color: #fff;
padding: 0 20px 0 65px
}
.filter-wrapper input+img,
.filter-wrapper .input+img {
position: absolute;
left: 30px;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
z-index: 2;
max-width: 24px;
max-height: 24px
}
.filter-wrapper input[type=search] {
cursor: auto
}
.filter-wrapper input::-webkit-input-placeholder {
font-size: 16px;
line-height: 1em;
font-weight: 400;
-webkit-font-feature-settings: "pnum"on, "lnum"on;
font-feature-settings: "pnum"on, "lnum"on;
color: var(--clr-title);
opacity: 1
}
.filter-wrapper input:-moz-placeholder {
font-size: 16px;
line-height: 1em;
font-weight: 400;
font-feature-settings: "pnum"on, "lnum"on;
color: var(--clr-title);
opacity: 1
}
.filter-wrapper input::-moz-placeholder {
font-size: 16px;
line-height: 1em;
font-weight: 400;
font-feature-settings: "pnum"on, "lnum"on;
color: var(--clr-title);
opacity: 1
}
.filter-wrapper input:-ms-input-placeholder {
font-size: 16px;
line-height: 1em;
font-weight: 400;
font-feature-settings: "pnum"on, "lnum"on;
color: var(--clr-title);
opacity: 1
}
.filter-wrapper .select-type {
width: 100%
}
.filter-wrapper .select-type>.SumoSelect {
border: none;
padding: 0 20px 0 65px;
background-image: url(//booknbuyhadria.com/wp-content/themes/hadria/css/../img/icons/yacht.svg);
background-repeat: no-repeat;
background-position: 30px center
}
.filter-wrapper .select-type>.SumoSelect>.CaptionCont {
max-height: 80px
}
.filter-wrapper .select-type>.SumoSelect>.CaptionCont>span.placeholder {
font-weight: 400;
color: var(--clr-title)
}
.filter-wrapper .select-type>.SumoSelect>.optWrapper>.options li.opt {
padding: 0 0 0 10px
}
.filter-wrapper .select-type .SelectBox {
padding: 32px 20px 32px 0
}
.filter-wrapper .btn {
font-size: 16px
}
@media (max-width:1600px) {
.filter-wrapper .select-type .SelectBox {
padding: 21px 20px 21px 0
}
}
.filter-wrapper .select-type-yacht>.SumoSelect {
background-image: url(//booknbuyhadria.com/wp-content/themes/hadria/css/../img/icons/yacht.svg)
}
.filter-wrapper .select-type-location>.SumoSelect {
background-image: url(//booknbuyhadria.com/wp-content/themes/hadria/css/../img/icons/location.svg)
}
.search-wrapper {
-webkit-box-flex: 0;
-ms-flex: 0 0 83%;
flex: 0 0 83%
}
.calendar-wrapper,
.quantity-wrapper {
-webkit-box-flex: 0;
-ms-flex: 0 0 25.5%;
flex: 0 0 25.5%
}
.btn-search {
-webkit-box-flex: 0;
-ms-flex: 0 0 17%;
flex: 0 0 17%;
letter-spacing: .03125em;
padding: 32px 20px;
background: var(--clr-white)
}
.btn-search:before {
top: 0;
right: 0;
width: 100%;
height: 100%;
background: #00a5bd
}
.btn-search b {
color: var(--clr-white)
}
.btn-search i:before {
color: var(--clr-white)
}
.btn-search i:after {
color: var(--clr-white)
}
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
display: none
}
.search-form {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
height: 80px
}
.ui-menu.ui-widget-content.ui-autocomplete {
max-width: 100%;
background: #fff;
-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .1);
box-shadow: 0 0 4px rgba(0, 0, 0, .1);
border: none;
font-size: 15px;
line-height: 1.25em;
font-weight: 400;
-webkit-font-feature-settings: "pnum"on, "lnum"on;
font-feature-settings: "pnum"on, "lnum"on;
color: #6a6d6d;
padding: 12px 0 16px
}
.ui-menu.ui-autocomplete .ui-menu-item-wrapper {
padding: 8px 15px
}
.ui-menu.ui-autocomplete .ui-menu-item-wrapper.ui-state-active {
background: 0 0;
border: none;
color: var(--clr-primary);
font-weight: 400;
margin: 0
}
.calendar-wrapper {
position: relative;
border-left: 1px solid #e2e2e2;
border-right: 1px solid #e2e2e2;
height: 80px
}
.calendar-wrapper:before {
content: "";
position: absolute;
z-index: 2;
right: 24px;
top: 50%;
width: 10px;
height: 10px;
border-left: 1px solid var(--clr-black);
border-bottom: 1px solid var(--clr-black);
-webkit-transform: translate(0, -75%) rotate(-45deg);
-ms-transform: translate(0, -75%) rotate(-45deg);
transform: translate(0, -75%) rotate(-45deg);
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.calendar-wrapper .btn-close {
position: absolute;
top: 50%;
right: 40px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 24px;
height: 24px;
opacity: 0;
visibility: hidden
}
.calendar-wrapper .btn-close:before,
.calendar-wrapper .btn-close:after {
content: "";
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%) rotate(45deg);
-ms-transform: translate(-50%, -50%) rotate(45deg);
transform: translate(-50%, -50%) rotate(45deg);
height: 2px;
width: 16px;
background: var(--clr-primary);
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.calendar-wrapper .btn-close:after {
-webkit-transform: translate(-50%, -50%) rotate(-45deg);
-ms-transform: translate(-50%, -50%) rotate(-45deg);
transform: translate(-50%, -50%) rotate(-45deg)
}
.calendar-wrapper.open:before {
-webkit-transform: translate(0, -25%) rotate(135deg);
-ms-transform: translate(0, -25%) rotate(135deg);
transform: translate(0, -25%) rotate(135deg)
}
.calendar-wrapper.active.open .btn-close {
opacity: 1 !important;
visibility: visible !important
}
.form-block .calendar-wrapper {
border: none;
height: 54px
}
.form-block .calendar-wrapper input,
.form-block .calendar-wrapper .input {
cursor: pointer;
-webkit-appearance: none;
-moz-appearance: none;
margin: 0;
font-size: 16px;
font-weight: 400;
line-height: 54px;
height: 54px;
color: var(--clr-text);
background-color: #fff;
padding: 15px 0
}
.form-block .calendar-wrapper>img,
.form-block .calendar-wrapper input+img,
.form-block .calendar-wrapper .input+img {
position: absolute;
left: auto;
right: 3px;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
z-index: 2;
max-width: 24px;
max-height: 24px;
pointer-events: none
}
.form-block .calendar-wrapper input::-webkit-input-placeholder {
font-size: 16px;
line-height: 1em;
font-weight: 400;
-webkit-font-feature-settings: "pnum"on, "lnum"on;
font-feature-settings: "pnum"on, "lnum"on;
color: var(--clr-text);
opacity: 1
}
.form-block .calendar-wrapper input:-moz-placeholder {
font-size: 16px;
line-height: 1em;
font-weight: 400;
font-feature-settings: "pnum"on, "lnum"on;
color: var(--clr-text);
opacity: 1
}
.form-block .calendar-wrapper input::-moz-placeholder {
font-size: 16px;
line-height: 1em;
font-weight: 400;
font-feature-settings: "pnum"on, "lnum"on;
color: var(--clr-text);
opacity: 1
}
.form-block .calendar-wrapper input:-ms-input-placeholder {
font-size: 16px;
line-height: 1em;
font-weight: 400;
font-feature-settings: "pnum"on, "lnum"on;
color: var(--clr-text);
opacity: 1
}
.form-block .calendar-wrapper:before {
content: none
}
.form-block .calendar-wrapper .btn-close {
position: absolute;
top: 50%;
right: 40px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 24px;
height: 24px;
opacity: 0;
visibility: hidden
}
.form-block .calendar-wrapper .btn-close:before,
.form-block .calendar-wrapper .btn-close:after {
content: "";
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%) rotate(45deg);
-ms-transform: translate(-50%, -50%) rotate(45deg);
transform: translate(-50%, -50%) rotate(45deg);
height: 2px;
width: 16px;
background: var(--clr-primary);
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.form-block .calendar-wrapper .btn-close:after {
-webkit-transform: translate(-50%, -50%) rotate(-45deg);
-ms-transform: translate(-50%, -50%) rotate(-45deg);
transform: translate(-50%, -50%) rotate(-45deg)
}
.form-block .calendar-wrapper .lightpick__reset-action {
top: -40px
}
.form-block .calendar-wrapper-charter {
position: relative;
border: none
}
.form-block .calendar-wrapper-charter input,
.form-block .calendar-wrapper-charter .input {
cursor: pointer;
-webkit-appearance: none;
-moz-appearance: none;
margin: 0;
font-size: 16px;
font-weight: 400;
line-height: 54px;
height: 54px;
color: var(--clr-text);
background-color: #fff;
padding: 15px 0
}
.form-block .calendar-wrapper-charter input+img,
.form-block .calendar-wrapper-charter .input+img {
position: absolute;
left: auto;
right: 3px;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
z-index: 2;
max-width: 24px;
max-height: 24px
}
.form-block .calendar-wrapper-charter input::-webkit-input-placeholder {
font-size: 16px;
line-height: 1em;
font-weight: 400;
-webkit-font-feature-settings: "pnum"on, "lnum"on;
font-feature-settings: "pnum"on, "lnum"on;
color: var(--clr-text);
opacity: 1
}
.form-block .calendar-wrapper-charter input:-moz-placeholder {
font-size: 16px;
line-height: 1em;
font-weight: 400;
font-feature-settings: "pnum"on, "lnum"on;
color: var(--clr-text);
opacity: 1
}
.form-block .calendar-wrapper-charter input::-moz-placeholder {
font-size: 16px;
line-height: 1em;
font-weight: 400;
font-feature-settings: "pnum"on, "lnum"on;
color: var(--clr-text);
opacity: 1
}
.form-block .calendar-wrapper-charter input:-ms-input-placeholder {
font-size: 16px;
line-height: 1em;
font-weight: 400;
font-feature-settings: "pnum"on, "lnum"on;
color: var(--clr-text);
opacity: 1
}
.form-block .calendar-wrapper-charter:before {
content: none
}
.form-block .calendar-wrapper-charter .btn-close {
position: absolute;
top: 50%;
right: 40px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 24px;
height: 24px;
opacity: 0;
visibility: hidden
}
.form-block .calendar-wrapper-charter .btn-close:before,
.form-block .calendar-wrapper-charter .btn-close:after {
content: "";
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%) rotate(45deg);
-ms-transform: translate(-50%, -50%) rotate(45deg);
transform: translate(-50%, -50%) rotate(45deg);
height: 2px;
width: 16px;
background: var(--clr-primary);
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.form-block .calendar-wrapper-charter .btn-close:after {
-webkit-transform: translate(-50%, -50%) rotate(-45deg);
-ms-transform: translate(-50%, -50%) rotate(-45deg);
transform: translate(-50%, -50%) rotate(-45deg)
}
.form-block .calendar-wrapper-charter .lightpick__reset-action {
top: -40px
}
.quantity-wrapper {
position: relative;
z-index: 2;
height: 80px
}
.quantity-wrapper:before {
content: "";
position: absolute;
z-index: 2;
right: 24px;
top: 50%;
width: 10px;
height: 10px;
border-left: 1px solid var(--clr-black);
border-bottom: 1px solid var(--clr-black);
-webkit-transform: translate(0, -75%) rotate(-45deg);
-ms-transform: translate(0, -75%) rotate(-45deg);
transform: translate(0, -75%) rotate(-45deg);
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.quantity-wrapper .input span {
font-size: 16px
}
.quantity-wrapper .btn-close {
position: absolute;
top: 50%;
right: 40px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 24px;
height: 24px;
opacity: 0;
visibility: hidden
}
.quantity-wrapper .btn-close:before,
.quantity-wrapper .btn-close:after {
content: "";
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%) rotate(45deg);
-ms-transform: translate(-50%, -50%) rotate(45deg);
transform: translate(-50%, -50%) rotate(45deg);
height: 2px;
width: 16px;
background: var(--clr-primary);
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.quantity-wrapper .btn-close:after {
-webkit-transform: translate(-50%, -50%) rotate(-45deg);
-ms-transform: translate(-50%, -50%) rotate(-45deg);
transform: translate(-50%, -50%) rotate(-45deg)
}
.quantity-wrapper.open:before {
-webkit-transform: translate(0, -25%) rotate(135deg);
-ms-transform: translate(0, -25%) rotate(135deg);
transform: translate(0, -25%) rotate(135deg)
}
.quantity-wrapper.active.open .btn-close {
opacity: 1 !important;
visibility: visible !important
}
.quantity-variants {
position: absolute;
top: 0;
width: calc(100% + 2px);
opacity: 0;
visibility: hidden;
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition);
background-color: var(--clr-white);
-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .1);
box-shadow: 0 0 4px rgba(0, 0, 0, .1);
padding: 5px 15px
}
.quantity-variants li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 5px 0
}
.quantity-variants li span {
font-size: 15px;
line-height: 1em;
font-weight: 400;
-webkit-font-feature-settings: "pnum"on, "lnum"on;
font-feature-settings: "pnum"on, "lnum"on;
color: #6a6d6d
}
.quantity-variants.active {
top: 100%;
opacity: 1;
visibility: visible
}
.quantity-variants .thumb-input-number {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
overflow: hidden
}
.quantity-variants .thumb-input-number input {
width: 68px;
height: 24px;
padding: 0;
font-size: 15px;
line-height: 1.1875em;
font-weight: 400;
-webkit-font-feature-settings: "pnum"on, "lnum"on;
font-feature-settings: "pnum"on, "lnum"on;
color: #6a6d6d;
text-align: center
}
.quantity-variants .thumb-input-number button {
position: relative;
width: 24px;
height: 24px;
cursor: pointer;
background: 0 0;
font-size: 0;
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition);
border: 1px solid var(--clr-primary);
border-radius: 60px
}
.quantity-variants .thumb-input-number button.decrement:before,
.quantity-variants .thumb-input-number button.increment:before {
content: "";
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 10px;
height: 1px;
background: var(--clr-primary);
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.quantity-variants .thumb-input-number button.increment:after {
content: "";
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 1px;
height: 10px;
background: var(--clr-primary);
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
@media (min-width:1200px) {
.btn.btn-search:hover b {
color: #00a5bd
}
.btn.btn-search:hover i:before {
color: #00a5bd
}
.btn.btn-search:hover i:after {
color: #00a5bd
}
.quantity-variants .thumb-input-number button:hover {
background-color: var(--clr-primary)
}
.quantity-variants .thumb-input-number button:hover:before,
.quantity-variants .thumb-input-number button:hover:after {
background: var(--clr-white)
}
}
@media (max-width:1600px) {
.filter-wrapper {
margin-top: -100px
}
.filter-wrapper input,
.filter-wrapper .input {
font-size: 16px;
line-height: 60px;
height: 100%;
padding: 0 15px 0 45px
}
.filter-wrapper input+img,
.filter-wrapper .input+img {
left: 15px;
max-width: 20px;
max-height: 20px
}
.filter-wrapper input::-webkit-input-placeholder {
font-size: 18px
}
.filter-wrapper input:-moz-placeholder {
font-size: 16px
}
.filter-wrapper input::-moz-placeholder {
font-size: 16px
}
.filter-wrapper input:-ms-input-placeholder {
font-size: 16px
}
.quantity-wrapper {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%
}
.search-wrapper {
-webkit-box-flex: 0;
-ms-flex: 0 0 78%;
flex: 0 0 78%
}
.calendar-wrapper {
-webkit-box-flex: 0;
-ms-flex: 0 0 28%;
flex: 0 0 28%
}
.btn-search {
-webkit-box-flex: 0;
-ms-flex: 0 0 22%;
flex: 0 0 22%;
padding: 22px 20px
}
.search-form {
height: 60px
}
.calendar-wrapper {
height: 60px
}
.calendar-wrapper:before {
right: 20px
}
.calendar-wrapper .btn-close {
right: 40px;
width: 20px;
height: 20px
}
.quantity-wrapper {
height: 60px
}
.quantity-wrapper:before {
right: 20px
}
.quantity-wrapper .btn-close {
right: 40px;
width: 20px;
height: 20px
}
.filter-wrapper .select-type>.SumoSelect {
background-position: 15px center;
padding-left: 45px
}
}
@media (max-width:1199px) {
.filter-wrapper {
margin-top: 40px;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.calendar-wrapper,
.quantity-wrapper {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%
}
.search-wrapper,
.btn-search {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%
}
.search-wrapper {
border: 1px solid var(--separator)
}
.calendar-wrapper {
border: 1px solid var(--separator)
}
.quantity-wrapper {
border: 1px solid var(--separator);
border-right: 1px solid var(--separator)
}
.ui-menu.ui-widget-content.ui-autocomplete {
padding: 10px 0 15px
}
.filter-wrapper .select-type-yacht>.SumoSelect {
border: 1px solid var(--separator)
}
.filter-wrapper>*:not(:last-child) {
margin-bottom: 15px
}
}
@media (max-width:767px) {
.filter-wrapper {
margin-top: 20px
}
.filter-sec .row+.row {
margin-top: 50px
}
.filter-wrapper input,
.filter-wrapper .input {
font-size: 16px;
line-height: 50px
}
.filter-wrapper input::-webkit-input-placeholder {
font-size: 16px
}
.filter-wrapper input:-moz-placeholder {
font-size: 16px
}
.filter-wrapper input::-moz-placeholder {
font-size: 16px
}
.filter-wrapper input:-ms-input-placeholder {
font-size: 16px
}
.search-wrapper,
.calendar-wrapper,
.quantity-wrapper,
.btn-search {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%
}
.search-wrapper {
border: 1px solid var(--separator)
}
.calendar-wrapper {
border: 1px solid var(--separator);
height: 50px
}
.quantity-wrapper {
border: 1px solid var(--separator);
height: 50px
}
.quantity-wrapper .input span {
font-size: 16px
}
.btn-search {
padding: 17px 20px
}
input[type=search]::-webkit-input-placeholder,
input[type=search]:-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=search]:-ms-input-placeholder {
font-size: 16px
}
.search-form {
height: 50px
}
.ui-menu.ui-widget-content.ui-autocomplete {
font-size: 14px;
padding: 10px 0
}
.form-block .calendar-wrapper-charter input::placeholder,
.form-block .calendar-wrapper-charter .input {
font-size: 16px;
line-height: 44px;
height: 44px
}
.filter-wrapper>*:not(:last-child) {
margin-bottom: 10px
}
.filter-wrapper .select-type .SelectBox {
padding: 17px 20px 17px 0
}
.filter-wrapper .select-type-yacht>.SumoSelect {
padding-right: 15px
}
}
.filter-wrapper_villas .search-wrapper {
flex-shrink: 1
}
.filter-wrapper_villas .calendar-wrapper {
flex-grow: 1
}
.calendar-wrapper__reset {
cursor: pointer;
position: absolute;
top: 50%;
right: 40px;
width: 24px;
height: 24px;
font-size: 0;
opacity: 0;
visibility: hidden;
transform: translateY(-50%);
z-index: 2
}
.calendar-wrapper__reset.active {
opacity: 1;
visibility: visible
}
.calendar-wrapper__reset:before,
.calendar-wrapper__reset:after {
content: "";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) rotate(45deg);
height: 2px;
width: 16px;
background: var(--clr-primary);
transition: var(--transition)
}
.calendar-wrapper__reset:after {
transform: translate(-50%, -50%) rotate(-45deg)
}
.calendar-wrapper .lightpick__reset-action {
display: none
}
@media (max-width:1600px) {
.calendar-wrapper__reset {
width: 20px;
height: 20px
}
}
.sort-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-bottom: 25px;
border-bottom: 1px solid #e2e2e2
}
.sort-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%
}
.sort-wrapper>* {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(100%/6);
flex: 0 0 calc(100%/6);
max-width: calc(100%/6)
}
.sort-wrapper>*:not(:last-child):before {
content: "";
position: absolute;
top: 50%;
right: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 1px;
height: 80%;
background-color: #e2e2e2
}
.sort-wrapper .SumoSelect {
border-bottom: none;
padding: 0 15px
}
.sort-wrapper .SumoSelect.open {
z-index: 12 !important
}
.sort-wrapper .SumoSelect.open:before {
content: none
}
.sort-wrapper .SumoSelect:first-of-type {
padding: 0 15px 0 0
}
.sort-wrapper .SumoSelect:first-of-type .SelectBox {
padding: 8px 8px 8px 0
}
.sort-wrapper .SumoSelect:first-of-type>.CaptionCont:before {
left: 0;
width: calc(100% - 4px)
}
.sort-wrapper .SumoSelect:first-of-type>.optWrapper {
left: -20px;
width: calc(100% + 20px)
}
.sort-wrapper .SumoSelect:first-of-type>.optWrapper>.options li label {
padding: 10px 28px 10px 20px
}
.sort-wrapper .SumoSelect>.CaptionCont {
max-height: 35px
}
.sort-wrapper .SumoSelect>.CaptionCont:before {
content: "";
position: absolute;
left: 8px;
bottom: -2px;
width: calc(100% - 12px);
height: 2px;
background-color: var(--clr-primary);
opacity: 0;
visibility: hidden;
-webkit-transition: opacity .3s linear;
-o-transition: opacity .3s linear;
transition: opacity .3s linear
}
.sort-wrapper .SumoSelect.open>.CaptionCont:before {
opacity: 1;
visibility: visible
}
.sort-wrapper .SumoSelect>.optWrapper {
z-index: -1;
left: -1px;
width: 100%;
-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .1);
box-shadow: 0 0 4px rgba(0, 0, 0, .1)
}
.sort-wrapper .SelectBox {
padding: 8px
}
.sort-wrapper .SumoSelect>.CaptionCont>span.placeholder {
font-size: 15px;
font-weight: 400;
color: var(--clr-title)
}
.sort-wrapper .SumoSelect>.CaptionCont>span {
font-size: 15px;
color: var(--clr-title)
}
.sort-wrapper .SumoSelect>.CaptionCont>label>i:before {
top: 9px;
width: 9px;
height: 9px;
border: solid var(--clr-title);
border-width: 0 1px 1px 0
}
.sort-wrapper .SumoSelect.open>.optWrapper {
top: calc(100% - 34px)
}
.sort-wrapper .SumoSelect>.optWrapper>.options li label {
padding: 10px 28px;
font-weight: 400;
color: #6a6d6d
}
.sort-wrapper .SumoSelect>.optWrapper>.options {
max-height: 250px;
padding: 35px 0 10px
}
.sort-wrapper .SumoSelect>.optWrapper.multiple>.options li.opt {
padding-left: 23px
}
.sort-wrapper .SumoSelect>.optWrapper.multiple>.options li.opt:nth-child(even):before {
content: none
}
.sort-wrapper .SumoSelect>.optWrapper.multiple>.options li.opt label {
padding: 10px 0 10px 28px
}
.sort-wrapper .SumoSelect .select-all>label {
padding-left: 23px
}
.sort-wrapper .SumoSelect .select-all>span,
.sort-wrapper .SumoSelect>.optWrapper.multiple>.options li.opt span {
width: 16px
}
.sort-wrapper .SumoSelect .select-all>span i,
.sort-wrapper .SumoSelect>.optWrapper.multiple>.options li.opt span i {
width: 16px;
height: 16px;
outline: 1px solid transparent;
outline-offset: -1px
}
.sort-wrapper .SumoSelect .select-all.partial>span i,
.sort-wrapper .SumoSelect .select-all.selected>span i,
.sort-wrapper .SumoSelect>.optWrapper.multiple>.options li.opt.selected span i {
background-color: transparent;
outline-color: var(--clr-primary);
background-image: url(//booknbuyhadria.com/wp-content/themes/hadria/css/../img/icons/checked.svg)
}
.sort-wrapper .SumoSelect>.optWrapper.multiple>.options li.opt.selected label {
color: var(--clr-primary)
}
.sort-wrapper .SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls {
display: none
}
.sort-selected {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 25px
}
.sort-selected .btn b {
padding-left: 0
}
.sort-selected-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: 45px
}
.sort-selected-list>*:not(:last-child) {
margin-right: 25px
}
.sort-selected-list li {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
cursor: pointer;
font-size: 16px;
line-height: 24px;
font-weight: 400;
color: #6a6d6d;
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.sort-selected-list li span {
font-size: inherit;
line-height: inherit;
margin-right: 6px
}
.sort-selected-list li span b {
font-weight: 400
}
.sort-selected-list li .btn-close {
width: 24px;
height: 24px
}
.sort-selected-list li .btn-close:before,
.sort-selected-list li .btn-close:after {
width: 15px;
height: 1px;
background: #6a6d6d;
border-radius: 2px
}
.range-filter {
position: relative
}
.range-filter.open {
z-index: 15
}
.range-filter-title {
position: relative;
z-index: 11;
cursor: pointer;
font-size: 15px;
line-height: 1em;
font-weight: 400;
padding: 8px 16px 8px 24px
}
.range-filter-title:before {
content: "";
position: absolute;
top: 9px;
right: 22px;
width: 9px;
height: 9px;
border-right: 1px solid var(--clr-title);
border-bottom: 1px solid var(--clr-title);
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.range-filter-title:after {
content: "";
position: absolute;
left: 24px;
bottom: -2px;
width: calc(100% - 40px);
height: 2px;
background-color: var(--clr-primary);
opacity: 0;
visibility: hidden;
-webkit-transition: opacity .3s linear;
-o-transition: opacity .3s linear;
transition: opacity .3s linear
}
.range-filter-title.open:before {
top: 12px;
-webkit-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
transform: rotate(-135deg)
}
.range-filter-title.open:after {
opacity: 1;
visibility: visible
}
.range-filter-title.open+.range-filter-inner {
top: calc(100% - 34px);
opacity: 1;
visibility: visible
}
.range-filter-inner {
position: absolute;
z-index: 10;
top: calc(100% + 1px);
left: -1px;
width: calc(100% + 1px);
height: auto;
background-color: var(--clr-white);
-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .1);
box-shadow: 0 0 4px rgba(0, 0, 0, .1);
opacity: 0;
visibility: hidden;
-webkit-transition: opacity .3s linear;
-o-transition: opacity .3s linear;
transition: opacity .3s linear
}
.range-wrapper {
margin: 52px 16px 10px 24px
}
.range-inputs {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 20px
}
.range-input {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-right: 5px
}
.range-input:last-child {
margin-right: 0
}
.range-input .sub {
margin-right: 6px;
font-size: 14px;
line-height: 1.71em;
font-weight: 400;
color: #6a6d6d;
text-transform: capitalize
}
.range-input .unit {
margin-left: 6px;
font-size: 14px;
line-height: 1.71em;
font-weight: 400;
color: #6a6d6d
}
.range-input input {
height: 34px;
font-size: 14px;
line-height: 34px;
color: var(--clr-title);
border: 1px solid #e2e2e2;
text-align: center
}
.all-sort {
position: relative;
cursor: pointer;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-negative: 0;
flex-shrink: 0;
max-width: 175px;
padding: 0 0 0 24px
}
.all-sort span {
font-size: 15px;
line-height: 1em;
font-weight: 400;
color: var(--clr-title);
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.all-sort .btn-sorting {
position: relative;
width: 100%;
height: 100%;
max-width: 24px;
line-height: 0;
margin-left: 40px
}
.all-sort .btn-sorting svg {
max-width: 24px;
max-height: 24px
}
.all-sort:before {
content: "";
position: absolute;
left: 24px;
bottom: -4px;
width: 0;
height: 2px;
background-color: var(--clr-primary);
opacity: 0;
visibility: hidden;
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.sort-result {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
height: 100%;
font-size: 15px;
line-height: 1em;
font-weight: 400;
color: var(--clr-title)
}
.sort-result b {
font-weight: 500
}
@media (min-width:1200px) {
.sort-selected-list li:hover {
color: var(--clr-primary)
}
.sort-selected-list li:hover .btn-close:before,
.sort-selected-list li:hover .btn-close:after {
background: var(--clr-primary)
}
.all-sort:hover span {
color: var(--clr-primary)
}
.all-sort:hover:before {
width: calc(100% - 24px);
opacity: 1;
visibility: visible
}
}
@media (max-width:1600px) {
.sort-wrapper {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%
}
.sort-result {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
margin-top: 30px
}
}
@media (max-width:1199px) {
.sort-inner {
padding-bottom: 20px
}
.sort-wrapper {
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.sort-wrapper>* {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(100%/3);
flex: 0 0 calc(100%/3);
max-width: calc(100%/3)
}
.sort-wrapper>*:nth-of-type(3n):before {
content: none
}
.sort-wrapper .SumoSelect:nth-of-type(3n+4) {
padding: 0 15px 0 0
}
.sort-wrapper .SumoSelect:nth-of-type(3n+4) .SelectBox {
padding: 8px 8px 8px 0
}
.sort-wrapper .SumoSelect:nth-of-type(3n+4)>.CaptionCont:before {
left: 0;
width: calc(100% - 4px)
}
.sort-wrapper .SumoSelect:nth-of-type(3n+4)>.optWrapper {
left: -20px;
width: calc(100% + 20px)
}
.sort-wrapper .SumoSelect:nth-of-type(3n+4)>.optWrapper>.options li label {
padding: 10px 28px 10px 20px
}
.sort-wrapper .SumoSelect:nth-of-type(3n+4)>.optWrapper.multiple>.options li.opt {
padding-left: 20px
}
.sort-selected {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
margin-top: 20px
}
.sort-selected-list {
margin-right: 0
}
.sort-selected-list>*:not(:last-child) {
margin-right: 20px
}
.sort-selected-list li {
font-size: 16px;
line-height: 20px
}
.sort-selected-list li .btn-close {
width: 20px;
height: 20px
}
.all-sort {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 0 15px 0 24px
}
.all-sort .btn-sorting {
max-width: 20px;
margin-left: 20px
}
.all-sort .btn-sorting svg {
max-width: 20px;
max-height: 20px
}
}
@media (max-width:767px) {
.sort-inner {
padding-bottom: 15px
}
.sort-wrapper>* {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
border-bottom: 1px solid #e2e2e2 !important
}
.sort-wrapper>*:nth-of-type(n):before {
content: none
}
.sort-wrapper .SumoSelect:nth-of-type(n) {
padding: 0
}
.sort-wrapper .SumoSelect:nth-of-type(n) .SelectBox {
padding: 8px
}
.sort-wrapper .SumoSelect:nth-of-type(n)>.CaptionCont:before {
left: 0;
width: 100%
}
.sort-wrapper .SumoSelect:nth-of-type(n)>.optWrapper {
left: 0;
width: 100%
}
.sort-wrapper .SumoSelect:nth-of-type(n)>.optWrapper>.options li label {
padding: 10px 28px 10px 20px
}
.sort-wrapper .SumoSelect:nth-of-type(n)>.optWrapper.multiple>.options li.opt {
padding-left: 20px
}
.sort-selected {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-top: 15px
}
.sort-selected-list {
margin-bottom: 5px
}
.sort-selected-list>*:not(:last-child) {
margin-right: 15px
}
.sort-selected-list li {
margin-bottom: 5px
}
.range-filter-title {
padding: 8px
}
.range-filter-title:before {
right: 7px
}
.range-filter-title:after {
left: 0;
width: 100%
}
.all-sort {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 8px 4px 8px 8px
}
}
.filter-popup_bg-layer {
position: fixed;
z-index: 109;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, .45);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
opacity: 0;
visibility: hidden;
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.filter-popup {
position: fixed;
z-index: 110;
right: 0;
top: 0;
bottom: 0;
max-width: 530px;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
background: #fff;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.filter-popup.active {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0)
}
.filter-popup.active+.filter-popup_bg-layer {
opacity: 1;
visibility: visible
}
.btn-close.filter-popup-close {
position: absolute;
right: 40px;
top: 35px
}
.btn-close.filter-popup-close:before,
.btn-close.filter-popup-close:after {
background-color: var(--clr-title)
}
.filter-popup_title {
text-align: center;
padding: 35px 0
}
.filter-popup_title .title {
font-size: 20px;
line-height: 1.55em;
font-weight: 400;
color: #000
}
.filter-popup_bottom {
background-color: #fff;
text-align: center;
margin-top: auto;
padding: 25px 0
}
.filter-popup_btn-wrapper>*:not(:last-child) {
margin-right: 35px
}
.filter-popup_btn-wrapper .btn.btn-reset b {
padding-left: 0
}
.filter-popup_btn-wrapper .btn.btn-primary {
min-width: auto;
padding: 17px 20px
}
.filter-popup-out {
height: calc(100% - 102px)
}
.filter_items {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
overflow: auto;
max-height: 100%;
height: 100%;
border-top: 1px solid #e2e2e2;
border-bottom: 1px solid #e2e2e2;
padding: 25px 45px
}
.filter-item {
border-bottom: 1px solid #e2e2e2;
padding-bottom: 10px
}
.filter-item+.filter-item {
margin-top: 10px
}
.filter-item .range-wrapper {
margin: 10px 0 0
}
.filter-item .range-inputs {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-top: 10px
}
.filter-item .range-input .sub {
font-size: 15px;
line-height: 1.5em
}
.filter-item .range-input input {
font-size: 15px;
max-width: 86px
}
.filter-item .slider-range .irs--round {
height: 12px
}
.filter-item .slider-range .irs--round .irs-handle {
top: 4px;
width: 12px;
height: 12px;
border: 6px solid var(--clr-primary)
}
.filter-title {
position: relative;
cursor: pointer;
font-size: 16px;
line-height: 1.16em;
font-weight: 400;
color: var(--clr-title);
padding: 12px 20px 12px 0
}
.filter-title:before {
content: "";
position: absolute;
top: calc(50% - 4px);
right: 7px;
width: 9px;
height: 9px;
border-right: 1px solid var(--clr-title);
border-bottom: 1px solid var(--clr-title);
-webkit-transform: translateY(-50%) rotate(45deg);
-ms-transform: translateY(-50%) rotate(45deg);
transform: translateY(-50%) rotate(45deg);
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.filter-title.active:before {
top: calc(50% + 2px);
-webkit-transform: translateY(-50%) rotate(225deg);
-ms-transform: translateY(-50%) rotate(225deg);
transform: translateY(-50%) rotate(225deg)
}
.filter-inner {
padding-top: 10px;
padding-bottom: 15px
}
.filter-list {
font-size: 15px;
line-height: 1.25em;
font-weight: 400;
color: #6a6d6d
}
.filter-list li {
cursor: pointer
}
.filter-list li+li {
margin-top: 10px
}
.filter-list li.active {
color: var(--clr-primary)
}
.btn-show-all {
display: inline-block;
cursor: pointer;
position: relative;
font-size: 15px;
font-weight: 400;
line-height: 1em;
color: var(--clr-secondary);
padding-right: 25px;
margin-top: 15px;
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.btn-show-all:before {
content: "";
position: absolute;
top: 9px;
right: 2px;
width: 8px;
height: 8px;
border-right: 1px solid var(--clr-secondary);
border-bottom: 1px solid var(--clr-secondary);
-webkit-transform: rotate(225deg);
-ms-transform: rotate(225deg);
transform: rotate(225deg);
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.btn-show-all.close:before {
top: 3px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg)
}
@media (min-width:1200px) {
.btn-close.filter-popup-close:hover:before,
.btn-close.filter-popup-close:hover:after {
background-color: var(--clr-primary)
}
}
@media (max-width:1400px) {
.filter-title {
padding: 5px 20px 5px 0
}
.filter-inner {
padding-bottom: 10px
}
}
@media (max-width:991px) {
.filter-popup {
max-width: 100%
}
.filter-popup_title {
padding: 30px 0
}
.filter-popup_title .title {
font-size: 16px
}
.filter-popup_btn-wrapper>*:not(:last-child) {
margin-right: 30px
}
.filter-popup-out {
height: calc(100% - 90px)
}
.filter-title {
font-size: 16px
}
}
@media (max-width:767px) {
.filter-popup_bg-layer {
display: none
}
.btn-close.filter-popup-close {
right: 10px;
top: 25px
}
.filter-popup_title {
padding: 20px 0
}
.filter-popup_bottom {
padding: 20px 15px
}
.filter-popup_btn-wrapper .btn {
width: 100%
}
.filter-popup_btn-wrapper>*:not(:last-child) {
margin-right: 0;
margin-bottom: 15px
}
.filter-popup_btn-wrapper .btn.btn-primary {
padding: 15px 20px
}
.filter-popup-out {
height: calc(100% - 70px)
}
.filter_items {
height: calc(100% - 123px);
padding: 20px 15px
}
.filter-item {
padding-bottom: 5px
}
.filter-item+.filter-item {
margin-top: 5px
}
.filter-item .range-wrapper {
margin: 0
}
.filter-item .range-input .sub {
font-size: 14px
}
.filter-item .range-input input {
font-size: 14px;
max-width: 80px
}
.filter-title {
font-size: 16px
}
.filter-title:before {
top: calc(50% - 2px);
right: 2px;
width: 8px;
height: 8px
}
.filter-list {
font-size: 14px
}
.btn-show-all {
font-size: 14px;
padding-right: 20px;
margin-top: 10px
}
.btn-show-all:before {
top: 7px;
width: 7px;
height: 7px
}
}
.checkbox-entry {
display: inline-block;
cursor: pointer;
margin: 0;
padding: 0;
min-width: 30px;
min-height: 20px
}
.checkbox-entry a {
color: #fff
}
.checkbox-entry input {
display: none
}
.checkbox-entry span {
position: relative;
display: block;
font-size: 15px;
line-height: 1.25em;
font-weight: 400;
padding-left: 30px;
color: #6a6d6d;
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.checkbox-entry span:before {
content: "";
position: absolute;
left: 0;
top: 2px;
width: 16px;
height: 16px;
border: 1px solid #707070;
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.checkbox-entry span:after {
content: "";
position: absolute;
top: 50%;
left: 6px;
width: 8px;
height: 4px;
margin-top: -2px;
-webkit-transform: rotate(-45deg) translateY(-50%) scale(1);
-ms-transform: rotate(-45deg) translateY(-50%) scale(1);
transform: rotate(-45deg) translateY(-50%) scale(1);
-webkit-transition: .25s ease-in;
-o-transition: .25s ease-in;
transition: .25s ease-in;
border-bottom: 1px solid var(--clr-primary);
border-left: 1px solid var(--clr-primary);
opacity: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden
}
.checkbox-entry input:checked+span {
color: var(--clr-primary)
}
.checkbox-entry input:checked+span:before {
border-color: var(--clr-primary)
}
.checkbox-entry input:checked+span:after {
opacity: 1
}
.checkbox-entry input[type=radio]+span:before,
.checkbox-entry input[type=radio]+span:after {
border-radius: 100%
}
.booking-block {
position: relative;
max-width: 412px;
margin: 0 auto;
text-align: center
}
.booking-block .title {
margin-bottom: 25px;
line-height: 1
}
.calendar-static-wrapper {
position: relative;
line-height: 0;
margin-bottom: 30px
}
.calendar-static-wrapper .input {
display: none
}
.calendar-static-btn-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between
}
.calendar-static-btn-wrapper>*:not(:last-child) {
margin-right: 30px
}
.calendar-static-btn-wrapper>:nth-child(n+2) {
margin-top: 20px
}
.calendar-static-btn-wrapper .btn.btn-third b {
padding-left: 0
}
.booking-dates {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
border-bottom: 1px solid #e2e2e2;
padding: 0 45px 30px;
margin-bottom: 25px
}
.booking-dates .center {
content: "";
position: absolute;
z-index: 1;
top: calc(50% - 15px);
left: 50%;
-webkit-transform: translate(-50%, -50%) rotate(-45deg);
-ms-transform: translate(-50%, -50%) rotate(-45deg);
transform: translate(-50%, -50%) rotate(-45deg);
width: 8px;
height: 8px;
border-right: 1px solid #6a6d6d;
border-bottom: 1px solid #6a6d6d;
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.booking-date .title {
font-size: 15px;
line-height: 1.25em;
font-weight: 400;
color: #6a6d6d;
margin-bottom: 15px !important
}
.booking-date .date {
font-size: 16px;
line-height: 1.05em;
font-weight: 400;
color: #232323
}
.booking-total-price {
position: relative;
margin-bottom: 40px
}
.booking-total-price .title {
font-size: 15px;
line-height: 1.25em;
font-weight: 400;
color: #6a6d6d;
margin-bottom: 15px !important
}
.booking-total-price .discount {
font-family: var(--ff-2);
font-size: 15px;
line-height: 1em;
font-weight: 500;
-webkit-font-feature-settings: 'pnum'on, 'lnum'on;
font-feature-settings: 'pnum'on, 'lnum'on;
letter-spacing: .03125em;
color: var(--clr-primary)
}
.price-wrapp {
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;
font-family: var(--ff-2);
font-size: 28px;
line-height: 1em;
font-weight: 400;
margin-bottom: 10px
}
.price-wrapp .price {
color: var(--clr-primary)
}
.price-wrapp .old-price {
font-size: 70%;
color: #707070;
text-decoration: line-through;
margin-right: 15px
}
.price-wrapp .text {
font-family: var(--ff-2);
font-size: 15px;
line-height: 1em;
font-weight: 400;
-webkit-font-feature-settings: 'pnum'on, 'lnum'on;
font-feature-settings: 'pnum'on, 'lnum'on;
margin-bottom: -10px;
color: #6a6d6d
}
@media (max-width:1600px) {
.calendar-static-wrapper {
margin-bottom: 25px
}
.calendar-static-btn-wrapper>*:not(:last-child) {
margin-right: 10px
}
.booking-dates {
padding: 0 45px 25px
}
.booking-dates .center {
top: calc(50% - 15px)
}
.booking-total-price {
margin-bottom: 25px
}
}
.contacts-row {
--bs-gutter-y: 30px
}
.contact-item .social a {
border-color: rgba(35, 35, 35, .15)
}
.contact-item .social a svg path {
fill: var(--clr-primary)
}
.contact-caption {
margin-bottom: 20px
}
.contact-caption img {
vertical-align: top;
margin-right: 5px
}
.contact-caption b {
vertical-align: middle;
font-family: var(--ff-2);
line-height: 1em;
font-size: var(--h-4)
}
.contact-info {
font-size: 16px;
line-height: 1em;
color: var(--clr-text);
margin-bottom: 5px
}
.contact-info:last-child {
margin-bottom: 0
}
@media (min-width:1200px) {
.contact-info a:hover {
color: var(--clr-primary)
}
.contact-item .social a:hover {
background: var(--clr-primary);
border-color: var(--clr-primary)
}
.contact-item .social a:hover svg path {
fill: var(--clr-white) !important
}
}
@media (max-width:1400px) {
.contact-caption {
margin-bottom: 15px
}
}
@media (max-width:767px) {
.contact-caption {
margin-bottom: 10px
}
.calendar-static-btn-wrapper>:nth-child(n+2) {
margin-top: 10px
}
}
footer {
background-color: var(--clr-third)
}
.footer-top {
padding: 40px 0 120px
}
.footer-caption {
font-family: var(--ff-2);
font-size: var(--h-4);
color: var(--clr-white);
font-weight: 400;
margin-bottom: 15px
}
.footer-text {
font-size: 15px;
font-weight: 400;
line-height: 1.5em;
color: var(--clr-white);
opacity: .7
}
.footer-list a {
font-size: 15px;
line-height: 1.3em;
font-weight: 400;
color: var(--clr-white);
opacity: .7
}
.footer-list li {
margin-bottom: 10px;
line-height: 0
}
.footer-list li:last-child {
margin-bottom: 0
}
.sub-block {
max-width: 470px;
width: 100%
}
.sub-block-form {
margin-top: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.sub-block-form .input {
height: 50px;
padding: 15px;
border: 1px solid rgba(255, 255, 255, .7);
border-right: none;
color: var(--clr-white)
}
.sub-block-form .input:focus {
border-color: #fff
}
.footer-block {
margin-bottom: 25px
}
.footer-block:last-child {
margin-bottom: 0
}
.footer-item {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
margin-right: 25px
}
.footer-item:last-child {
margin-right: 0
}
.footer-item-img {
width: 20px;
height: 20px;
margin-right: 10px
}
.footer-item-img img {
display: block
}
.footer-item-info {
font-size: 16px;
font-weight: 400;
line-height: 1em;
color: var(--clr-white);
opacity: .7
}
.footer-logo {
margin-left: auto;
width: 87.5%
}
.footer-logo img {
max-width: 100%;
display: block
}
.footer-bottom {
padding: 15px 0;
border-top: 1px solid rgba(255, 255, 255, .3);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
justify-content: space-between;
}
.footer-img {
max-height: 40px;
max-width: 100px;
margin: 0 auto
}
.footer-img img {
display: block;
max-height: 100%;
max-width: 100%
}
.footer-copy,
.footer-link,
.develope span {
font-size: 14px;
line-height: 1.5em;
font-weight: 400;
color: var(--clr-white);
opacity: .7
}
.develope {
margin-left: auto;
font-size: 0;
line-height: 0
}
.develope a {
font-size: 0;
line-height: 0
}
.develope span {
margin-right: 15px;
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.develope svg,
.develope img {
width: 80px
}
.subscribe-form>p:nth-child(2) br {
display: none
}
.subscribe-form>p:nth-child(2) {
display: grid;
grid-template-columns: auto min-content
}
@media (min-width:1200px) {
.develope a:hover span,
a.footer-link:hover,
.footer-list a:hover,
a.footer-item-info:hover {
opacity: 1
}
}
@media (max-width:1400px) {
.footer-top {
padding: 30px 0 80px
}
.footer-caption {
margin-bottom: 10px
}
.sub-block {
max-width: 470px;
width: 100%
}
.sub-block-form {
margin-top: 20px
}
.sub-block-form .input {
height: 46px
}
.footer-block {
margin-bottom: 20px
}
.footer-item {
margin-right: 20px
}
.footer-item-img {
width: 18px;
height: 18px;
margin-right: 10px
}
.footer-item-info {
font-size: 16px
}
.footer-bottom {
padding: 15px 0
}
.footer-img {
max-height: 40px;
max-width: 80px
}
}
@media (max-width:1199px) {
.footer-top {
padding: 30px 0
}
.sub-block {
margin-top: 30px
}
}
@media (max-width:991px) {
.footer-bottom {
padding: 15px 0;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.footer-bottom>* {
width: 50%
}
.footer-img {
margin: 0;
margin-left: auto
}
.develope {
text-align: right
}
}
@media (max-width:767px) {
.footer-top .row {
--bs-gutter-x: 15px
}
.footer-logo {
width: 100%
}
.footer-list {
margin-bottom: 30px
}
.footer-caption {
margin-bottom: 5px
}
.footer-block {
margin-bottom: 30px
}
.sub-block-form {
margin-top: 15px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
.sub-block-form .input {
border: 1px solid rgba(255, 255, 255, .7);
border-bottom: none;
text-align: center
}
.subscribe-form>p:nth-child(2) {
display: grid;
grid-template-columns: 1fr
}
}
@media (max-width:575px) {
.footer-bottom {
padding: 15px 0;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.footer-bottom>* {
width: auto;
margin: 0;
margin-bottom: 10px
}
.footer-bottom>*:first-child {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
margin-bottom: 0
}
.footer-img {
display: none
}
.develope {
text-align: center
}
}
.cookies-informer {
position: fixed;
bottom: 30px;
left: 30px;
-webkit-transform: translate(-100%, 0);
-ms-transform: translate(-100%, 0);
transform: translate(-100%, 0);
background: var(--clr-primary);
max-width: 430px;
width: calc(100% - 30px);
padding: 20px 25px 25px;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
visibility: hidden;
opacity: 0;
display: block;
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.cookies-informer-inner {
width: 100%
}
.cookies-informer-inner .text {
font-size: 15px;
color: var(--clr-white)
}
.cookies-informer-inner .text a {
color: var(--clr-white)
}
.cookies-informer-inner .btn {
margin-top: 25px;
width: 100%
}
.cookies-informer.active {
z-index: 500;
visibility: visible;
opacity: 1;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0)
}
@media (max-width:767px) {
.cookies-informer {
bottom: 15px;
left: 15px;
padding: 10px 15px 15px
}
.cookies-informer-inner .btn {
margin-top: 15px
}
}
input {
-webkit-appearance: none;
-moz-appearance: none;
font-size: 15px;
font-weight: 400;
color: var(--clr-white)
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin: 0
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: var(--clr-white);
font-weight: 400;
opacity: .7
}
input:-moz-placeholder,
textarea:-moz-placeholder {
color: var(--clr-white);
font-weight: 400;
opacity: .7
}
input::-moz-placeholder,
textarea::-moz-placeholder {
color: var(--clr-white);
font-weight: 400;
opacity: .7
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
color: var(--clr-white);
font-weight: 400;
opacity: .7
}
input,
textarea,
select {
border-radius: 0;
background: 0 0;
border: none;
margin: 0;
width: 100%;
padding: 0
}
textarea {
display: block;
resize: none;
overflow: auto
}
select::-ms-expand {
display: none
}
.input {
position: relative;
z-index: 1;
height: 54px;
font-size: 16px;
line-height: 54px;
padding: 15px 0;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
text-align: left;
color: var(--clr-black);
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition);
border-bottom: 1px solid var(--separator)
}
textarea.input {
height: 100px;
line-height: 1.1em
}
.input-field-wrapper {
position: relative
}
.input-placeholder {
display: inline-block;
position: relative;
z-index: 0;
top: 0;
left: 0;
font-size: 16px;
line-height: 1em;
font-weight: 400;
color: var(--clr-text);
padding: 0 5px 0 0;
background-color: var(--clr-white);
white-space: nowrap;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.input-error {
font-size: 13px;
line-height: 1.1em;
font-weight: 400;
color: var(--clr-text);
text-align: left;
height: 0;
opacity: 0;
visibility: hidden;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.input-error:before {
content: '';
display: inline-block;
vertical-align: top;
width: 16px;
height: 16px;
margin-right: 5px;
background-image: url(//booknbuyhadria.com/wp-content/themes/hadria/css/../img/icons/input-img.png);
background-repeat: no-repeat;
background-position: center
}
.input-field-wrapper .input-placeholder {
position: absolute;
-webkit-transform: translateY(18px);
-ms-transform: translateY(18px);
transform: translateY(18px)
}
.input-field-wrapper .focus+.input-placeholder,
.input-field-wrapper .value+.input-placeholder,
.input-field-wrapper.focus .input-placeholder,
.input-field-wrapper.value .input-placeholder {
z-index: 1;
font-size: 14px;
-webkit-transform: translateY(-6px);
-ms-transform: translateY(-6px);
transform: translateY(-6px)
}
.input-field-wrapper.focus .input,
.input-field-wrapper.value .input {
border-bottom: 2px solid var(--clr-primary)
}
.input-field-wrapper.focus .input {
border-bottom: 2px solid var(--clr-primary)
}
.input-field-wrapper.invalid:not(.value) .input {
border-bottom: 2px solid var(--clr-red)
}
.input-field-wrapper.invalid:not(.value) .input-error {
height: 100%;
padding-top: 5px !important;
opacity: 1;
visibility: visible
}
.form-block-wrapper {
padding: 15px 0
}
.form-block-wrapper .title {
width: 80%
}
*+.form-block {
margin-top: 15px
}
.form-block {
text-align: right
}
.form-block .row {
--bs-gutter-x: 10px;
--bs-gutter-y: 10px
}
.form-block>* {
margin-bottom: 15px
}
.form-block>*:last-child {
margin-bottom: 0
}
.form-block .btn {
margin-top: 30px
}
.s-form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse
}
.s-form-inner {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%
}
.s-form-inner .container {
position: relative;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.s-form-inner .container .row {
width: 100%
}
.s-form-img {
position: relative;
overflow: hidden;
width: 100%;
padding-top: 34%;
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%)
}
@media (max-width:1600px) {
.form-block-wrapper .title {
width: 100%
}
}
@media (max-width:1400px) {
textarea.input {
height: 80px
}
*+.form-block {
margin-top: 10px
}
.form-block .btn {
margin-top: 25px
}
}
@media (max-width:1199px) {
.form-block-wrapper {
padding: 15px 0 15px 15px
}
}
@media (max-width:991px) {
.s-form {
display: block
}
.s-form .s-form-inner .container {
display: block;
height: auto
}
.s-form .s-form-inner .container .row {
width: auto
}
.s-form-img {
display: none
}
.form-block-wrapper {
padding: 0;
margin-bottom: 50px
}
.form-block-wrapper .title {
text-align: center
}
.form-block {
text-align: center
}
}
@media (max-width:767px) {
.input {
height: 44px;
font-size: 16px;
line-height: 44px
}
.input-placeholder {
font-size: 16px
}
.input-field-wrapper .input-placeholder {
-webkit-transform: translateY(14px);
-ms-transform: translateY(14px);
transform: translateY(14px)
}
.input-field-wrapper.focus .input-placeholder,
.input-field-wrapper.value .input-placeholder {
font-size: 12px;
transform: translateY(-6px)
}
*+.form-block {
margin-top: 5px
}
.form-block .btn {
margin-top: 15px
}
}
.popup-wrapper {
position: fixed;
z-index: 1000;
left: 0;
top: 0;
width: 100%;
height: 100%;
left: -100%;
-webkit-transition-delay: .3s;
-o-transition-delay: .3s;
transition-delay: .3s;
display: block
}
.popup-wrapper.active {
left: 0;
-webkit-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s
}
.popup-wrapper .bg-layer {
position: absolute;
left: 0;
top: -100px;
right: 0;
bottom: -100px;
background: rgba(19, 19, 19, .45);
opacity: 0;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s
}
.popup-wrapper.active .bg-layer {
opacity: 1
}
.popup-content {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
overflow: auto;
-webkit-overflow-scrolling: touch;
font-size: 0;
text-align: center;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
-webkit-transform: translateY(100px);
-ms-transform: translateY(100px);
transform: translateY(100px);
opacity: 0;
visibility: hidden;
padding: 15px;
letter-spacing: 0
}
.popup-content.active {
-ms-transform: translateY(0);
transform: translateY(0);
-webkit-transform: translateY(0);
opacity: 1;
visibility: visible
}
.popup-content:after {
display: inline-block;
vertical-align: middle;
height: 100%;
content: ""
}
.popup-content .layer-close {
position: absolute;
left: 0;
bottom: 0;
right: 0;
height: 10000px
}
.popup-container {
position: relative;
display: inline-block;
vertical-align: middle;
width: 100%;
background: var(--clr-white);
max-width: 752px
}
.popup-container .btn-close {
position: absolute;
z-index: 10;
top: 15px;
right: 15px
}
.popup-container.size-2 {
max-width: 1036px
}
.popup-container.size-2 .popup-align {
padding: 0
}
.popup-align {
position: relative;
padding: 50px 80px;
text-align: left
}
.popup-title {
margin-bottom: 20px
}
.popup-img {
margin-bottom: 20px
}
.popup-img img {
margin: 0 auto;
max-width: 60px;
max-height: 60px
}
.popup-proposal {
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.popup-proposal .popup-info {
padding: 45px 70px
}
.popup-proposal .popup-info .title {
margin-bottom: 10px
}
.popup-proposal .popup-info .text {
margin-bottom: 10px
}
.proposal-img {
position: relative;
-ms-flex-negative: 0;
flex-shrink: 0;
padding-top: 48%;
width: 45%
}
.proposal-img img {
position: absolute;
top: 0;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover
}
@media (max-width:991px) {
.popup-proposal .popup-info {
padding: 35px 40px
}
}
@media (max-width:767px) {
.popup-container .btn-close {
top: 5px;
right: 5px
}
.popup-align {
padding: 25px 15px
}
.popup-info .title {
margin-bottom: 10px
}
.popup-info .form-row+.btn {
margin-top: 30px
}
.popup-img {
margin-bottom: 10px
}
.popup-img img {
max-width: 46px;
max-height: 46px
}
.popup-proposal {
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.popup-proposal .popup-info {
padding: 25px 15px;
width: 100%
}
.proposal-img {
display: none
}
}
.page-404 {
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;
width: 100%;
min-height: 100vh;
position: relative;
padding: var(--header-h) 15px
}
.page-404-inner {
text-align: center;
max-width: 850px;
width: 100%
}
.page-404-inner .title {
font-family: var(--ff-1);
font-weight: 400
}
.page-404-inner .text {
margin-top: 20px
}
.page-404-inner .btn {
margin-top: 30px
}
.page-404-img {
margin-bottom: 30px;
text-align: center
}
.page-404-img img {
max-width: 100%
}
@media (max-width:991px) {
.page-404-inner {
max-width: 520px
}
.page-404-inner .text {
margin-top: 5px
}
.page-404-inner .btn {
margin-top: 20px
}
.page-404-img {
margin-bottom: 20px
}
}
.search-panel {
width: max-content;
position: absolute;
bottom: 250px;
left: 50%;
transform: translateX(-50%);
background: #fff;
padding: 20px 40px;
border-radius: 4px;
z-index: 1000;
}
.es-powered {
display: none!important;
}
.estate-list {
margin-top: 40px;
}
.post-time {
background-color: var(--clr-secondary);
height: max-content;
padding: 15px 10px;
width: max-content;
color: #fff;
font-size: 16px;
border-radius: 10px;
}
.type-page .entry-header,
.type-post .entry-header {
display: none !important;
}
.custom-title {
width: 100% !important;
}.SelectClass,.SumoSelect.open .search-txt,.SumoUnder{position:absolute;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;top:0;left:0}.SumoSelect p{margin:0}.SumoSelect{width:200px}.SelectBox{padding:5px 8px}.sumoStopScroll{overflow:hidden}.SumoSelect .hidden{display:none}.SumoSelect .search-txt{display:none;outline:0}.SumoSelect .no-match{display:none;padding:6px}.SumoSelect.open .search-txt{display:inline-block;width:100%;margin:0;padding:5px 8px;border:none;box-sizing:border-box;border-radius:5px}.SumoSelect.open>.search>label,.SumoSelect.open>.search>span{visibility:hidden}.SelectClass,.SumoUnder{right:0;height:100%;width:100%;border:none;box-sizing:border-box;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0}.SelectClass{z-index:1}.SumoSelect .select-all>label,.SumoSelect>.CaptionCont,.SumoSelect>.optWrapper>.options li.opt label{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}.SumoSelect{display:inline-block;position:relative;outline:0}.SumoSelect.open>.CaptionCont,.SumoSelect:focus>.CaptionCont,.SumoSelect:hover>.CaptionCont{box-shadow:0 0 2px #7799D0;border-color:#7799D0}.SumoSelect>.CaptionCont{position:relative;border:1px solid #A4A4A4;min-height:14px;background-color:#fff;border-radius:2px;margin:0}.SumoSelect>.CaptionCont>span{display:block;padding-right:30px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;cursor:default}.SumoSelect>.CaptionCont>span.placeholder{color:#ccc;font-style:italic}.SumoSelect>.CaptionCont>label{position:absolute;top:0;right:0;bottom:0;width:30px}.SumoSelect>.CaptionCont>label>i{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=);background-position:center center;width:16px;height:16px;display:block;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;background-repeat:no-repeat;opacity:.8}.SumoSelect>.optWrapper{display:none;z-index:1000;top:30px;width:100%;position:absolute;left:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:#fff;border:1px solid #ddd;box-shadow:2px 3px 3px rgba(0,0,0,.11);border-radius:3px;overflow:hidden}.SumoSelect.open>.optWrapper{top:35px;display:block}.SumoSelect.open>.optWrapper.up{top:auto;bottom:100%;margin-bottom:5px}.SumoSelect>.optWrapper ul{list-style:none;display:block;padding:0;margin:0;overflow:auto}.SumoSelect>.optWrapper>.options{border-radius:2px;position:relative;max-height:250px}.SumoSelect>.optWrapper.okCancelInMulti>.options{border-radius:2px 2px 0 0}.SumoSelect>.optWrapper.selall>.options{border-radius:0 0 2px 2px}.SumoSelect>.optWrapper.selall.okCancelInMulti>.options{border-radius:0}.SumoSelect>.optWrapper>.options li.group.disabled>label{opacity:.5}.SumoSelect>.optWrapper>.options li ul li.opt{padding-left:22px}.SumoSelect>.optWrapper.multiple>.options li ul li.opt{padding-left:50px}.SumoSelect>.optWrapper.isFloating>.options{max-height:100%;box-shadow:0 0 100px #595959}.SumoSelect>.optWrapper>.options li.opt{padding:6px;position:relative;border-bottom:1px solid #f5f5f5}.SumoSelect>.optWrapper>.options>li.opt:first-child{border-radius:2px 2px 0 0}.SumoSelect>.optWrapper.selall>.options>li.opt:first-child{border-radius:0}.SumoSelect>.optWrapper>.options>li.opt:last-child{border-radius:0 0 2px 2px;border-bottom:none}.SumoSelect>.optWrapper.okCancelInMulti>.options>li.opt:last-child{border-radius:0}.SumoSelect>.optWrapper>.options li.opt:hover{background-color:#E4E4E4}.SumoSelect .select-all.sel,.SumoSelect>.optWrapper>.options li.opt.sel{background-color:#a1c0e4}.SumoSelect>.optWrapper>.options li label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;cursor:pointer}.SumoSelect>.optWrapper>.options li span{display:none}.SumoSelect>.optWrapper>.options li.group>label{cursor:default;padding:8px 6px;font-weight:700}.SumoSelect>.optWrapper.isFloating{position:fixed;top:0;left:0;right:0;width:90%;bottom:0;margin:auto;max-height:90%}.SumoSelect>.optWrapper>.options li.opt.disabled{background-color:inherit;pointer-events:none}.SumoSelect>.optWrapper>.options li.opt.disabled *{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50);-moz-opacity:.5;-khtml-opacity:.5;opacity:.5}.SumoSelect>.optWrapper.multiple>.options li.opt{padding-left:35px;cursor:pointer}.SumoSelect .select-all>span,.SumoSelect>.optWrapper.multiple>.options li.opt span{position:absolute;display:block;width:30px;top:0;bottom:0;margin-left:-35px}.SumoSelect .select-all>span i,.SumoSelect>.optWrapper.multiple>.options li.opt span i{position:absolute;margin:auto;left:0;right:0;top:0;bottom:0;width:14px;height:14px;border:1px solid #AEAEAE;border-radius:2px;box-shadow:inset 0 1px 3px rgba(0,0,0,.15);background-color:#fff}.SumoSelect>.optWrapper>.MultiControls{display:none;border-top:1px solid #ddd;background-color:#fff;box-shadow:0 0 2px rgba(0,0,0,.13);border-radius:0 0 3px 3px}.SumoSelect>.optWrapper.multiple.isFloating>.MultiControls{display:block;margin-top:5px;position:absolute;bottom:0;width:100%}.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls{display:block}.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>p{padding:6px}.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>p:focus{box-shadow:0 0 2px #a1c0e4;border-color:#a1c0e4;outline:0;background-color:#a1c0e4}.SumoSelect>.optWrapper.multiple>.MultiControls>p{display:inline-block;cursor:pointer;padding:12px;width:50%;box-sizing:border-box;text-align:center}.SumoSelect>.optWrapper.multiple>.MultiControls>p:hover{background-color:#f1f1f1}.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnOk{border-right:1px solid #DBDBDB;border-radius:0 0 0 3px}.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnCancel{border-radius:0 0 3px}.SumoSelect>.optWrapper.isFloating>.options li.opt{padding:12px 6px}.SumoSelect>.optWrapper.multiple.isFloating>.options li.opt{padding-left:35px}.SumoSelect>.optWrapper.multiple.isFloating{padding-bottom:43px}.SumoSelect .select-all.partial>span i,.SumoSelect .select-all.selected>span i,.SumoSelect>.optWrapper.multiple>.options li.opt.selected span i{background-color:#11a911;box-shadow:none;border-color:transparent;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-position:center center}.SumoSelect.disabled{opacity:.7;cursor:not-allowed}.SumoSelect.disabled>.CaptionCont{border-color:#ccc;box-shadow:none}.SumoSelect .select-all{border-radius:3px 3px 0 0;position:relative;border-bottom:1px solid #ddd;background-color:#fff;padding:8px 0 3px 35px;height:20px;cursor:pointer}.SumoSelect .select-all>label,.SumoSelect .select-all>span i{cursor:pointer}.SumoSelect .select-all.partial>span i{background-color:#ccc}.SumoSelect>.optWrapper>.options li.optGroup{padding-left:5px;text-decoration:underline}.SumoSelect {
z-index: 3;
width: 100%;
cursor: pointer;
border-bottom: 1px solid var(--separator);
background: var(--clr-white)
}
.SumoSelect.open {
z-index: 4 !important
}
.SumoSelect:hover {
z-index: 3
}
.SumoSelect>.CaptionCont {
border: none;
max-height: 54px;
background: 0 0;
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition);
text-align: left
}
.SumoSelect>.optWrapper {
display: block;
overflow: auto;
z-index: 2;
padding: 0;
top: calc(100% + 1px);
left: 0;
width: 100%;
opacity: 0;
visibility: hidden;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition);
background-color: var(--clr-white);
-webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, .05);
box-shadow: 0px 4px 15px rgba(0, 0, 0, .05);
border: none
}
.SumoSelect.open>.CaptionCont,
.SumoSelect:focus>.CaptionCont,
.SumoSelect:hover>.CaptionCont {
-webkit-box-shadow: none;
box-shadow: none
}
.SelectBox {
padding: 17px 20px 18px 5px
}
.SumoSelect>.CaptionCont>span.placeholder {
font-size: 16px;
font-weight: 400;
font-style: normal;
color: var(--clr-text);
-webkit-backface-visibility: hidden;
backface-visibility: hidden
}
.SumoSelect.open>.CaptionCont>span.placeholder {
opacity: 1
}
.SumoSelect>.CaptionCont>span {
cursor: pointer;
padding-right: 0;
font-size: 16px;
line-height: 1em;
font-weight: 400;
color: var(--clr-black)
}
.SumoSelect>.CaptionCont>label {
cursor: pointer;
width: 22px;
margin-right: 0
}
.SumoSelect>.CaptionCont>label>i {
background-image: none;
opacity: 1;
width: 22px;
height: 22px;
right: 0
}
.SumoSelect>.CaptionCont>label>i:before {
content: '';
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -75%) rotate(45deg);
-ms-transform: translate(-50%, -75%) rotate(45deg);
transform: translate(-50%, -75%) rotate(45deg);
width: 10px;
height: 10px;
border: solid var(--clr-black);
border-width: 0 1px 1px 0;
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.SumoSelect.open>.CaptionCont>label>i:before {
-webkit-transform: translate(-50%, -25%) rotate(225deg);
-ms-transform: translate(-50%, -25%) rotate(225deg);
transform: translate(-50%, -25%) rotate(225deg)
}
.SumoSelect.open>.optWrapper {
opacity: 1;
visibility: visible;
top: calc(100% + 1px)
}
.SumoSelect>.optWrapper>.options li.opt {
padding: 0;
border-bottom: 0
}
.SumoSelect>.optWrapper>.options>li.opt:first-child {
border-radius: 0
}
.SumoSelect>.optWrapper>.options li label {
text-align: left;
padding: 12px 20px;
font-size: 15px;
line-height: 1em;
font-weight: 400;
color: var(--clr-black);
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition)
}
.SumoSelect>.optWrapper>.options {
max-height: 220px;
padding: 10px 0
}
.options>.opt.disabled:first-child {
display: none
}
.SumoSelect>.optWrapper.multiple>.options li.opt {
padding-left: 25px
}
.SumoSelect>.optWrapper.multiple>.options li.opt:nth-child(even):before {
content: '';
position: absolute;
z-index: -1;
top: 0;
left: 10px;
width: calc(100% - 20px);
height: 100%;
background: var(--separator)
}
.SumoSelect>.optWrapper.multiple>.options li.opt label {
padding-left: 25px
}
.SumoSelect .select-all>label {
padding-left: 25px
}
.SumoSelect .select-all>span,
.SumoSelect>.optWrapper.multiple>.options li.opt span {
width: 10px;
margin-left: 0
}
.SumoSelect .select-all>span i,
.SumoSelect>.optWrapper.multiple>.options li.opt span i {
width: 18px;
height: 18px;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
outline: 2px solid transparent;
outline-offset: -3px
}
.SumoSelect .select-all.partial>span i,
.SumoSelect .select-all.selected>span i,
.SumoSelect>.optWrapper.multiple>.options li.opt.selected span i {
background-color: var(--clr-secondary);
outline-color: var(--clr-primary);
background-image: none
}
.SumoSelect>.optWrapper>.MultiControls {
border-top: none;
background-color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 0;
padding: 0 10px 10px
}
.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnOk {
border: none;
border-radius: 0;
width: 100%;
padding: 0;
height: 34px;
font-size: 12px;
font-weight: 700;
line-height: 33px;
color: var(--clr-white);
letter-spacing: .05em;
text-transform: uppercase;
background: var(--clr-primary);
-webkit-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition);
border: 2px solid var(--clr-primary)
}
.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnCancel {
display: none
}
.SumoSelect.disabled {
opacity: 1
}
.SumoSelect.disabled>.CaptionCont {
cursor: not-allowed
}
.SumoSelect.disabled>.CaptionCont>span {
cursor: not-allowed
}
@media (min-width:1200px) {
.SumoSelect.open>.CaptionCont,
.SumoSelect:focus>.CaptionCont,
.SumoSelect:hover>.CaptionCont {
-webkit-box-shadow: 0 0 0 transparent;
box-shadow: 0 0 0 transparent;
border-color: var(--clr-gs-88)
}
.SumoSelect>.CaptionCont:hover>span.placeholder {
opacity: 1
}
.SumoSelect>.optWrapper>.options li.opt:hover {
background-color: transparent
}
.SumoSelect>.optWrapper>.options li.opt:hover label {
color: var(--clr-primary)
}
.SumoSelect .select-all:hover {
color: var(--clr-primary)
}
.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnOk:hover {
background: var(--clr-white);
color: var(--clr-primary)
}
}
@media (max-width:767px) {
.SelectBox {
padding: 13px 5px 14px 0
}
.SumoSelect>.CaptionCont>span.placeholder {
font-size: 16px
}
.SumoSelect>.CaptionCont>span {
font-size: 16px
}
.SumoSelect>.optWrapper>.options li label {
font-size: 14px
}
.SumoSelect>.optWrapper>.options {
padding: 5px 0
}
.SumoSelect>.optWrapper.multiple>.options li.opt {
padding-left: 15px
}
.SumoSelect>.optWrapper.multiple>.options li.opt:nth-child(even):before {
left: 5px;
width: calc(100% - 10px)
}
.SumoSelect>.optWrapper>.MultiControls {
padding: 0 5px 5px
}
.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnOk {
height: 30px;
line-height: 29px
}
}.lang-hr.active,
.lang-uk.active,
.lang-en.active {
display: none
}
form button input {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
opacity: 0;
cursor: pointer
}
form .wpcf7-spinner {
position: absolute;
left: 100px;
top: -1px
}
.wpcf7-response-output,
.wpcf7-not-valid-tip,
.wpcf7-spinner {
display: none !important
}
.wpcf7-not-valid,
.wpcf7-not-valid+.CaptionCont {
border-bottom: 1px solid red
}
form .text>* {
margin-bottom: 0
}
.pagination li.active span {
color: var(--clr-primary);
cursor: text
}
.pagination li span {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
line-height: 63px;
color: var(--clr-text);
border-radius: 100%;
border: 2px solid transparent
}
.mobile-menu {
margin-bottom: 20px
}
input.hidden {
display: none
}
.submit_filter {
margin-left: 20px;
cursor: pointer;
border: 1px solid #0095c8;
text-align: center;
padding: 10px 0;
z-index: 9
}
.submit_filter:hover {
background-color: #0095c8;
color: #fff;
transition: all .3s ease
}
#yacht-search-form .invalid {
border: 1px solid red !important
}
#ajax-loader {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1001;
background: rgba(0, 0, 0, .4)
}
.booking-block .calendar-static-btn-wrapper {
display: block
}
.booking-block .calendar-static-btn-wrapper>*:not(:last-child) {
margin-right: 0
}
.header-lang .lang-uk {
display: none
}
.justify-content-center .form-block {
text-align: center
}
.hidden_element {
display: none
}h1:where(.wp-block-heading).has-background,h2:where(.wp-block-heading).has-background,h3:where(.wp-block-heading).has-background,h4:where(.wp-block-heading).has-background,h5:where(.wp-block-heading).has-background,h6:where(.wp-block-heading).has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}