.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 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 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;
}#cookie-law-info-bar {
font-size: 15px;
margin: 0 auto;
padding: 12px 10px;
position: absolute;
text-align: center;
box-sizing: border-box;
width:100%;
z-index: 9999; display: none;
left:0px;
font-weight:300;
box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, 0.3);
}
#cookie-law-info-again {
font-size: 10pt;
margin: 0;
padding:5px 10px;
text-align: center;
z-index: 9999;
cursor: pointer;
box-shadow: #161616 2px 2px 5px 2px;
}
#cookie-law-info-bar span {
vertical-align: middle;
} .cli-plugin-button, .cli-plugin-button:visited {
display: inline-block;
padding: 9px 12px;
color: #fff;
text-decoration: none;
position: relative;
cursor: pointer;
margin-left: 5px;
text-decoration: none;
}
.cli-plugin-main-link {
margin-left:0px;
font-weight: 550; text-decoration: underline;
}
.cli-plugin-button:hover {
background-color: #111;
color: #fff;
text-decoration: none;
}
.small.cli-plugin-button, .small.cli-plugin-button:visited {
font-size: 11px;
}
.cli-plugin-button, .cli-plugin-button:visited,
.medium.cli-plugin-button, .medium.cli-plugin-button:visited {
font-size: 13px;
font-weight: 400;
line-height: 1;
}
.large.cli-plugin-button, .large.cli-plugin-button:visited {
font-size: 14px;
padding: 8px 14px 9px;
}
.super.cli-plugin-button, .super.cli-plugin-button:visited {
font-size: 34px;
padding: 8px 14px 9px;
}
.pink.cli-plugin-button, .magenta.cli-plugin-button:visited {
background-color: #e22092;
}
.pink.cli-plugin-button:hover {
background-color: #c81e82;
}
.green.cli-plugin-button, .green.cli-plugin-button:visited {
background-color: #91bd09;
}
.green.cli-plugin-button:hover {
background-color: #749a02;
}
.red.cli-plugin-button, .red.cli-plugin-button:visited {
background-color: #e62727;
}
.red.cli-plugin-button:hover {
background-color: #cf2525;
}
.orange.cli-plugin-button, .orange.cli-plugin-button:visited {
background-color: #ff5c00;
}
.orange.cli-plugin-button:hover {
background-color: #d45500;
}
.blue.cli-plugin-button, .blue.cli-plugin-button:visited {
background-color: #2981e4;
}
.blue.cli-plugin-button:hover {
background-color: #2575cf;
}
.yellow.cli-plugin-button, .yellow.cli-plugin-button:visited {
background-color: #ffb515;
}
.yellow.cli-plugin-button:hover {
background-color: #fc9200;
}
.cli-plugin-button{ margin-top:5px; }
.cli-bar-popup{
-moz-background-clip: padding;
-webkit-background-clip: padding;
background-clip: padding-box;
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px;
padding:20px;
}
.cli-powered_by_p{width:100% !important; display:block !important; color:#333; clear:both; font-style:italic !important; font-size:12px !important; margin-top:15px !important; }
.cli-powered_by_a{color:#333; font-weight:600 !important; font-size:12px !important;} .cli-plugin-main-link.cli-plugin-button {
text-decoration: none;
}
.cli-plugin-main-link.cli-plugin-button {
margin-left: 5px;
}.gdpr-container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.gdpr-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.gdpr-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.gdpr-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.gdpr-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.gdpr-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.gdpr-px-0 {
padding-left: 0;
padding-right: 0;
}
.modal-backdrop.show {
opacity: .8;
}
.modal-open {
overflow: hidden
}
.modal-open .gdpr-modal {
overflow-x: hidden;
overflow-y: auto
}
.gdpr-modal.fade .gdpr-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.gdpr-modal.show .gdpr-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1039;
background-color: #000
}
.modal-backdrop.fade {
opacity: 0
}
.modal-backdrop.show {
opacity: .5
}
.gdpr-modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
outline: 0
}
.gdpr-modal a {
text-decoration: none;
}
.gdpr-modal .gdpr-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.gdpr-modal .gdpr-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2));
}
}
@media (min-width: 992px) {
.gdpr-modal .gdpr-modal-dialog {
max-width: 900px;
}
}
.gdpr-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0,0,0,.2);
border-radius: .3rem;
outline: 0
}
.gdpr-modal .row {
margin: 0 -15px;
}
.gdpr-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.gdpr-modal .close {
position: absolute;
right: 10px;
top: 10px;
z-index: 1;
padding: 0;
background-color: transparent;
border: 0;
-webkit-appearance: none;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
}
.gdpr-modal .close:focus {
outline: 0;
}
.gdpr-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 70px;
font-size: 14px;
}
.gdpr-switch input[type="checkbox"] {
display:none;
}
.gdpr-switch .gdpr-slider {
background-color: #e3e1e8;
height: 24px;
width: 50px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.gdpr-switch .gdpr-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 20px;
left: 2px;
position: absolute;
transition: .4s;
width: 20px;
}
.gdpr-switch input:checked + .gdpr-slider {
background-color:rgb(99, 179, 95);
}
.gdpr-switch input:checked + .gdpr-slider:before {
transform: translateX(26px);
}
.gdpr-switch .gdpr-slider {
border-radius: 34px;
}
.gdpr-switch .gdpr-slider:before {
border-radius: 50%;
}
.gdpr-tab-content>.gdpr-tab-pane {
display: none;
}
.gdpr-tab-content>.active {
display: block;
}
.gdpr-fade {
transition: opacity .15s linear;
}
.gdpr-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column !important;
flex-direction: column !important;
align-items: stretch !important;
-ms-align-items: stretch !important;
}
.nav.gdpr-nav-pills, .gdpr-tab-content {
width: 100%;
padding: 30px;
}
.nav.gdpr-nav-pills {
background: #f3f3f3;
}
.nav.gdpr-nav-pills .gdpr-nav-link {
border: 1px solid #0070ad;
margin-bottom: 10px;
color: #0070ad;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active, .nav.gdpr-nav-pills .show>.gdpr-nav-link {
background-color: #0070ad;
border: 1px solid #0070ad;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active {
color: #ffffff;
}
.gdpr-tab-content .gdpr-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.gdpr-tab-content .gdpr-button-wrapper .btn-gdpr {
background-color: #0070ad;
border-color: #0070ad;
color: #ffffff;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: .25rem;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.gdpr-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.gdpr-tab-content h4 {
font-size: 20px;
margin-bottom: .5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
}
.cli-container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.cli-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.cli-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.cli-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.cli-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.cli-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.cli-px-0 {
padding-left: 0;
padding-right: 0;
}
.cli-btn {
cursor: pointer;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .5rem 1.25rem;
line-height: 1;
border-radius: .25rem;
transition: all .15s ease-in-out;
}
.cli-btn:hover {
opacity: .8;
}
.cli-read-more-link {
cursor: pointer;
font-size: 15px;
font-weight: 500;
text-decoration: underline;
}
.cli-btn:focus {
outline: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .8;
}
.cli-modal-open {
overflow: hidden
}
.cli-barmodal-open {
overflow: hidden
}
.cli-modal-open .cli-modal {
overflow-x: hidden;
overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.cli-modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
display: none;
}
.cli-modal-backdrop.cli-fade {
opacity: 0
}
.cli-modal-backdrop.cli-show {
opacity: .5;
display: block;
}
.cli-modal.cli-show {
display: block;
}
.cli-modal a {
text-decoration: none;
}
.cli-modal .cli-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.cli-modal .cli-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2))
}
}
@media (min-width: 992px) {
.cli-modal .cli-modal-dialog {
max-width: 900px;
}
}
.cli-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border-radius: .3rem;
outline: 0
}
.cli-modal .row {
margin: 0 -15px;
}
.cli-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.cli-modal .cli-modal-close {
position: absolute;
right: 10px;
top: 10px;
z-index: 1;
padding: 0;
background-color: transparent !important;
border: 0;
-webkit-appearance: none;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
}
.cli-modal .cli-modal-close:focus {
outline: 0;
}
.cli-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 70px;
font-size: 14px;
}
.cli-switch input[type="checkbox"] {
display:none;
}
.cli-switch .cli-slider {
background-color: #e3e1e8;
height: 24px;
width: 50px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.cli-switch .cli-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 20px;
left: 2px;
position: absolute;
transition: .4s;
width: 20px;
}
.cli-switch input:checked + .cli-slider {
background-color: #00acad
}
.cli-switch input:checked + .cli-slider:before {
transform: translateX(26px);
}
.cli-switch .cli-slider {
border-radius: 34px;
}
.cli-switch .cli-slider:before {
border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-tab-content>.cli-active {
display: block;
}
.cli-fade {
transition: opacity .15s linear;
}
.cli-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column;
flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
width: 100%;
padding: 30px;
}
@media (max-width: 767px) {
.cli-nav-pills, .cli-tab-content {
padding: 30px 10px;
}
}
.cli-nav-pills {
background: #f3f3f3;
}
.cli-nav-pills .cli-nav-link {
border: 1px solid #00acad;
margin-bottom: 10px;
color: #00acad;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
background-color: #00acad;
border: 1px solid #00acad;
}
.cli-nav-pills .cli-nav-link.cli-active {
color: #ffffff;
}
.cli-tab-content .cli-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.cli-tab-content h4 {
font-size: 20px;
margin-bottom: 1.5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
} .cli-container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.cli-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.cli-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.cli-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
flex-direction: column;
}
.cli-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.cli-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.cli-px-0 {
padding-left: 0;
padding-right: 0;
}
.cli-btn {
cursor: pointer;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .5rem 1.25rem;
line-height: 1;
border-radius: .25rem;
transition: all .15s ease-in-out;
}
.cli-btn:hover {
opacity: .8;
}
.cli-read-more-link {
cursor: pointer;
font-size: 15px;
font-weight: 500;
text-decoration: underline;
}
.cli-btn:focus {
outline: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .8;
}
.cli-modal-open {
overflow: hidden
}
.cli-barmodal-open {
overflow: hidden
}
.cli-modal-open .cli-modal {
overflow-x: hidden;
overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.cli-modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
-webkit-transform:scale(0);
transform:scale(0);
transition: opacity ease-in-out 0.5s;
}
.cli-modal-backdrop.cli-fade {
opacity: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .5;
-webkit-transform:scale(1);
transform:scale(1);
}
.cli-modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 99999;
transform: scale(0);
overflow: hidden;
outline: 0;
display: none;
}
.cli-modal a {
text-decoration: none;
}
.cli-modal .cli-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: inherit;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.cli-modal .cli-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2))
}
}
.cli-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border-radius: .2rem;
box-sizing: border-box;
outline: 0
}
.cli-modal .row {
margin: 0 -15px;
}
.cli-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.cli-modal .cli-modal-close:focus {
outline: 0;
}
.cli-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 38px;
font-size: 14px;
}
.cli-switch input[type="checkbox"] {
display:none;
}
.cli-switch .cli-slider {
background-color: #e3e1e8;
height: 20px;
width: 38px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.cli-switch .cli-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 15px;
left: 3px;
position: absolute;
transition: .4s;
width: 15px;
}
.cli-switch input:checked + .cli-slider {
background-color: #61a229;
}
.cli-switch input:checked + .cli-slider:before {
transform: translateX(18px);
}
.cli-switch .cli-slider {
border-radius: 34px;
font-size:0;
}
.cli-switch .cli-slider:before {
border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column;
flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
width: 100%;
padding:5px 30px 5px 5px;
box-sizing: border-box;
}
@media (max-width: 767px) {
.cli-nav-pills, .cli-tab-content {
padding: 30px 10px;
}
}
.cli-nav-pills {
background: #fff;
}
.cli-nav-pills .cli-nav-link {
border: 1px solid #cccccc;
margin-bottom: 10px;
color:#2a2a2a;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
background-color: #f6f6f9;
border: 1px solid #cccccc;
}
.cli-nav-pills .cli-nav-link.cli-active {
color:#2a2a2a;
}
.cli-tab-content .cli-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.cli-tab-content h4 {
font-size: 20px;
margin-bottom: 1.5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
} #cookie-law-info-bar .cli-nav-pills,#cookie-law-info-bar .cli-tab-content,#cookie-law-info-bar .cli-nav-pills .cli-show>.cli-nav-link,#cookie-law-info-bar a.cli-nav-link.cli-active{
background: transparent;
}
#cookie-law-info-bar .cli-nav-pills .cli-nav-link.cli-active,#cookie-law-info-bar  .cli-nav-link,#cookie-law-info-bar .cli-tab-container p,#cookie-law-info-bar span.cli-necessary-caption,#cookie-law-info-bar .cli-switch .cli-slider:after
{
color:inherit;
}
#cookie-law-info-bar .cli-tab-header a:before
{
border-right: 1px solid currentColor;
border-bottom: 1px solid currentColor;
}
#cookie-law-info-bar .cli-row
{
margin-top:20px;
}
#cookie-law-info-bar .cli-col-4
{
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
#cookie-law-info-bar .cli-col-8
{
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.cli-wrapper {
max-width: 90%;
float: none;
margin: 0 auto;
}
#cookie-law-info-bar .cli-tab-content h4
{
margin-bottom:0.5rem;
}
#cookie-law-info-bar .cli-nav-pills .cli-nav-link
{
padding: .2rem 0.5rem;
}
#cookie-law-info-bar .cli-tab-container
{
display:none;
text-align:left;
} .cli-tab-footer .cli-btn {
background-color: #00acad;
padding: 10px 15px;
text-decoration:none;
}
.cli-tab-footer .wt-cli-privacy-accept-btn {
background-color: #61a229;
color: #ffffff;
border-radius: 0;
}
.cli-tab-footer {
width:100%;
text-align:right;
padding: 20px 0;
} .cli-col-12
{
width:100%;
}
.cli-tab-header
{
display: flex;
justify-content: space-between;
}
.cli-tab-header a:before {
width: 10px;
height: 2px;
left: 0;
top: calc(50% - 1px);
}
.cli-tab-header a:after {
width: 2px;
height: 10px;
left: 4px;
top: calc(50% - 5px);
-webkit-transform: none;
transform: none;
}
.cli-tab-header a:before {
width: 7px;
height: 7px;
border-right: 1px solid #4a6e78;
border-bottom: 1px solid #4a6e78;
content: " ";
transform: rotate(-45deg);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin-right:10px;
}
.cli-tab-header a.cli-nav-link  {
position: relative;
display: flex;
align-items: center;
font-size:14px;
color:#000;
text-transform: capitalize;
}
.cli-tab-header.cli-tab-active .cli-nav-link:before
{
transform: rotate(45deg);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.cli-tab-header {
border-radius: 5px;
padding: 12px 15px;
cursor: pointer;
transition: background-color 0.2s ease-out 0.3s, color 0.2s ease-out 0s;
background-color:#f2f2f2;
}
.cli-modal .cli-modal-close {
position: absolute;
right: 0;
top: 0;
z-index: 1;
-webkit-appearance: none;
width: 40px;
height: 40px;
padding: 0;
border-radius: 50%;
padding: 10px;
background: transparent;
border:none;
min-width: 40px;
}
.cli-tab-container h4,.cli-tab-container h1 {
font-family: inherit;
font-size: 16px;
margin-bottom: 15px;
margin:10px 0;
}
#cliSettingsPopup .cli-tab-section-container {
padding-top: 12px;
}
.cli-tab-container p ,.cli-privacy-content-text{
font-size: 14px;
line-height: 1.4;
margin-top: 0;
padding: 0;
color: #000;
}
.wt-cli-privacy
{
display:none;
}
.cli-tab-content
{
display:none;
}
.cli-tab-section .cli-tab-content
{
padding: 10px 20px 5px 20px;
}
.cli-tab-section
{
margin-top:5px;
}
@media (min-width: 992px) {
.cli-modal .cli-modal-dialog {
max-width: 645px;
}
}
.cli-switch .cli-slider:after{
content: attr(data-cli-disable);
position: absolute;
right: 50px;
color: #000;
font-size:12px;
text-align:right;
min-width: 80px;
}
.cli-switch input:checked + .cli-slider:after
{
content: attr(data-cli-enable);
}
.cli-privacy-overview:not(.cli-collapsed) .cli-privacy-content {
max-height: 60px;
transition: max-height 0.15s ease-out;
overflow: hidden;
}
a.cli-privacy-readmore {
font-size: 12px;
margin-top: 12px;
display: inline-block;
padding-bottom: 0;
cursor: pointer;
color:#000;
text-decoration: underline;
}
.cli-modal-footer {
position: relative;
}
a.cli-privacy-readmore:before {
content: attr(data-readmore-text);
}
.cli-collapsed a.cli-privacy-readmore:before {
content: attr(data-readless-text);
}
.cli-collapsed .cli-privacy-content
{
transition: max-height 0.25s ease-in;
}
.cli-privacy-content p
{
margin-bottom:0;
}
.cli-modal-close svg {
fill: #000;
}
span.cli-necessary-caption {
color: #000;
font-size: 12px;
}
.cli-tab-section.cli-privacy-tab {
display: none;
}
#cookie-law-info-bar .cli-tab-section.cli-privacy-tab {
display: block;
}
#cookie-law-info-bar .cli-privacy-overview {
display: none;
}
.cli-tab-container .cli-row
{
max-height: 500px;
overflow-y: auto;
}
.cli-modal.cli-blowup.cli-out {
z-index: -1;
}
.cli-modal.cli-blowup {
z-index: 999999;
transform: scale(1);
}
.cli-modal.cli-blowup .cli-modal-dialog {
animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.cli-modal.cli-blowup.cli-out .cli-modal-dialog
{
animation: blowUpModalTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@keyframes blowUpContent {
0% {
transform: scale(1);
opacity: 1;
}
99.9% {
transform: scale(2);
opacity: 0;
}
100% {
transform: scale(0);
}
}
@keyframes blowUpContentTwo {
0% {
transform: scale(2);
opacity: 0;
}
100% {
transform: scale(1);
opacity: 1;
}
}
@keyframes blowUpModal {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
@keyframes blowUpModalTwo {
0% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(0.5);
opacity: 0;
}
100% {
transform: scale(0);
opacity: 0;
}
}
.cli-tab-section .cookielawinfo-row-cat-table td, .cli-tab-section .cookielawinfo-row-cat-table th {
font-size: 12px;
}
.cli_settings_button
{
cursor: pointer;
} .wt-cli-sr-only
{
display: none;
font-size:16px;
} a.wt-cli-element.cli_cookie_close_button {
text-decoration: none;
color: #333333;
font-size: 22px;
line-height: 22px;
cursor: pointer;
position: absolute;
right: 10px;
top: 5px;
} .cli-bar-container{
float: none;
margin: 0 auto;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
justify-content: space-between;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.cli-bar-btn_container {
margin-left: 20px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
flex-wrap: nowrap;
}
.cli-style-v2 a
{
cursor: pointer;
}
.cli-bar-btn_container a {
white-space: nowrap;
}
.cli-style-v2 .cli-plugin-main-link
{
font-weight:inherit;
}
.cli-style-v2
{
font-size: 11pt;
line-height: 18px;
font-weight:normal;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-container,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-container{
display: block;
}
.cli-style-v2 .cli-bar-message {
width: 70%;
text-align: left;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-message,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-message
{
width:100%;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-style-v2 .cli-bar-btn_container {
margin-top:8px;
margin-left: 0px;
flex-wrap: wrap;
} #cookie-law-info-bar[data-cli-type="popup"] .cli-style-v2 .cli-bar-btn_container {
margin-top:8px;
margin-left: 0px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli_messagebar_head{
text-align: left; margin-bottom: 5px;
margin-top: 0px;
font-size: 16px;
} .cli-style-v2 .cli-bar-message .wt-cli-ccpa-element,.cli-style-v2 .cli-bar-message .wt-cli-ccpa-checkbox {
margin-top: 5px;
}
.cli-style-v2 .cli-bar-btn_container .cli_action_button ,
.cli-style-v2 .cli-bar-btn_container .cli-plugin-main-link,
.cli-style-v2 .cli-bar-btn_container .cli_settings_button
{
margin-left: 5px;
}
.wt-cli-ccpa-checkbox label {
font-size: inherit;
cursor: pointer;
margin: 0px 0px 0px 5px;
} #cookie-law-info-bar[data-cli-style="cli-style-v2"]
{
padding: 14px 25px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"]
{
padding:32px 30px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"] {
padding: 32px 45px;
}
.cli-style-v2 .cli-plugin-main-link:not(.cli-plugin-button), .cli-style-v2 .cli_settings_button:not(.cli-plugin-button),.cli-style-v2 .cli_action_button:not(.cli-plugin-button){
text-decoration: underline;
}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
margin-top: 5px;
margin-bottom: 5px;
}
a.wt-cli-ccpa-opt-out {
white-space: nowrap;
text-decoration: underline;
}
.wt-cli-necessary-checkbox {
display: none !important;
}
@media (max-width: 985px) {
.cli-style-v2 .cli-bar-message
{
width:100%;
}
.cli-style-v2.cli-bar-container
{
justify-content:left;
flex-wrap: wrap;
}
.cli-style-v2 .cli-bar-btn_container {
margin-left:0px;
margin-top: 10px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"]
{
padding: 25px 25px;
}
} .wt-cli-ckyes-brand-logo {
display: flex;
align-items: center;
font-size: 9px;
color: #111111;
font-weight: normal;
}
.wt-cli-ckyes-brand-logo img{
width: 65px;
margin-left: 2px;
}
.wt-cli-privacy-overview-actions {
padding-bottom:0;
}
@media only screen and (max-width: 479px) and (min-width: 320px){
.cli-style-v2 .cli-bar-btn_container {
flex-wrap: wrap;
}
} .wt-cli-cookie-description {
font-size: 14px;
line-height: 1.4;
margin-top: 0;
padding: 0;
color: #000;
}*,
*::before,
*::after {
box-sizing: border-box;
}
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-ms-overflow-style: scrollbar;
-webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
display: block;
}
[tabindex="-1"]:focus {
outline: 0 !important;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
}
p {
margin-top: 0;
}
abbr[title],
abbr[data-original-title] {
text-decoration: underline;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0;
}
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit;
}
ol,
ul,
dl {
margin-top: 0;
}
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0;
}
dt {
font-weight: 700;
}
dd {
margin-bottom: .5rem;
margin-left: 0;
}
dfn {
font-style: italic;
}
b,
strong {
font-weight: bolder;
}
small {
font-size: 80%;
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
a {
color: #007bff;
text-decoration: none;
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
a:hover {
color: #0056b3;
text-decoration: underline;
}
a:not([href]):not([tabindex]) {
color: inherit;
text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
color: inherit;
text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
outline: 0;
}
pre,
code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
pre {
margin-top: 0;
overflow: auto;
-ms-overflow-style: scrollbar;
}
img {
vertical-align: middle;
border-style: none;
}
svg:not(:root) {
overflow: hidden;
}
table {
border-collapse: collapse;
}
caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: #6c757d;
text-align: left;
caption-side: bottom;
}
th {
text-align: inherit;
}
label {
display: inline-block;
}
button {
border-radius: 0;
}
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
padding: 0;
border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
box-sizing: border-box;
padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
-webkit-appearance: listbox;
}
textarea {
overflow: auto;
resize: vertical;
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
line-height: inherit;
color: inherit;
white-space: normal;
}
progress {
vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
[type="search"] {
outline-offset: -2px;
-webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button;
}
output {
display: inline-block;
}
summary {
display: list-item;
cursor: pointer;
}
template {
display: none;
}
[hidden] {
display: none !important;
}
.container {
width: 100%;
padding-right: 10px;
padding-left: 10px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container {
max-width: 546px;
}
}
@media (min-width: 791px) {
.container {
max-width: 770px;
}
}
@media (min-width: 1025px) {
.container {
max-width: 990px;
}
}
@media (min-width: 1230px) {
.container {
max-width: 1200px;
}
}
.container-fluid {
width: 100%;
padding-right: 10px;
padding-left: 10px;
margin-right: auto;
margin-left: auto;
}
.row {
display: flex;
flex-wrap: wrap;
margin-right: -10px;
margin-left: -10px;
}
.no-gutters {
margin-right: 0;
margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
padding-right: 0;
padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 10px;
padding-left: 10px;
}
.col {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.col-auto {
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-1 {
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
.col-2 {
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.col-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-4 {
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.col-5 {
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.col-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-7 {
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
.col-8 {
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.col-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-10 {
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
.col-11 {
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
.col-12 {
flex: 0 0 100%;
max-width: 100%;
}
.order-first {
order: -1;
}
.order-last {
order: 13;
}
.order-0 {
order: 0;
}
.order-1 {
order: 1;
}
.order-2 {
order: 2;
}
.order-3 {
order: 3;
}
.order-4 {
order: 4;
}
.order-5 {
order: 5;
}
.order-6 {
order: 6;
}
.order-7 {
order: 7;
}
.order-8 {
order: 8;
}
.order-9 {
order: 9;
}
.order-10 {
order: 10;
}
.order-11 {
order: 11;
}
.order-12 {
order: 12;
}
.offset-1 {
margin-left: 8.33333%;
}
.offset-2 {
margin-left: 16.66667%;
}
.offset-3 {
margin-left: 25%;
}
.offset-4 {
margin-left: 33.33333%;
}
.offset-5 {
margin-left: 41.66667%;
}
.offset-6 {
margin-left: 50%;
}
.offset-7 {
margin-left: 58.33333%;
}
.offset-8 {
margin-left: 66.66667%;
}
.offset-9 {
margin-left: 75%;
}
.offset-10 {
margin-left: 83.33333%;
}
.offset-11 {
margin-left: 91.66667%;
}
@media (min-width: 576px) {
.col-sm {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.col-sm-auto {
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-sm-1 {
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
.col-sm-2 {
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.col-sm-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-sm-4 {
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.col-sm-5 {
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.col-sm-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-sm-7 {
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
.col-sm-8 {
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.col-sm-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-sm-10 {
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
.col-sm-11 {
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
.col-sm-12 {
flex: 0 0 100%;
max-width: 100%;
}
.order-sm-first {
order: -1;
}
.order-sm-last {
order: 13;
}
.order-sm-0 {
order: 0;
}
.order-sm-1 {
order: 1;
}
.order-sm-2 {
order: 2;
}
.order-sm-3 {
order: 3;
}
.order-sm-4 {
order: 4;
}
.order-sm-5 {
order: 5;
}
.order-sm-6 {
order: 6;
}
.order-sm-7 {
order: 7;
}
.order-sm-8 {
order: 8;
}
.order-sm-9 {
order: 9;
}
.order-sm-10 {
order: 10;
}
.order-sm-11 {
order: 11;
}
.order-sm-12 {
order: 12;
}
.offset-sm-0 {
margin-left: 0;
}
.offset-sm-1 {
margin-left: 8.33333%;
}
.offset-sm-2 {
margin-left: 16.66667%;
}
.offset-sm-3 {
margin-left: 25%;
}
.offset-sm-4 {
margin-left: 33.33333%;
}
.offset-sm-5 {
margin-left: 41.66667%;
}
.offset-sm-6 {
margin-left: 50%;
}
.offset-sm-7 {
margin-left: 58.33333%;
}
.offset-sm-8 {
margin-left: 66.66667%;
}
.offset-sm-9 {
margin-left: 75%;
}
.offset-sm-10 {
margin-left: 83.33333%;
}
.offset-sm-11 {
margin-left: 91.66667%;
}
}
@media (min-width: 791px) {
.col-md {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.col-md-auto {
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-md-1 {
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
.col-md-2 {
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.col-md-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-md-4 {
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.col-md-5 {
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.col-md-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-md-7 {
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
.col-md-8 {
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.col-md-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-md-10 {
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
.col-md-11 {
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
.col-md-12 {
flex: 0 0 100%;
max-width: 100%;
}
.order-md-first {
order: -1;
}
.order-md-last {
order: 13;
}
.order-md-0 {
order: 0;
}
.order-md-1 {
order: 1;
}
.order-md-2 {
order: 2;
}
.order-md-3 {
order: 3;
}
.order-md-4 {
order: 4;
}
.order-md-5 {
order: 5;
}
.order-md-6 {
order: 6;
}
.order-md-7 {
order: 7;
}
.order-md-8 {
order: 8;
}
.order-md-9 {
order: 9;
}
.order-md-10 {
order: 10;
}
.order-md-11 {
order: 11;
}
.order-md-12 {
order: 12;
}
.offset-md-0 {
margin-left: 0;
}
.offset-md-1 {
margin-left: 8.33333%;
}
.offset-md-2 {
margin-left: 16.66667%;
}
.offset-md-3 {
margin-left: 25%;
}
.offset-md-4 {
margin-left: 33.33333%;
}
.offset-md-5 {
margin-left: 41.66667%;
}
.offset-md-6 {
margin-left: 50%;
}
.offset-md-7 {
margin-left: 58.33333%;
}
.offset-md-8 {
margin-left: 66.66667%;
}
.offset-md-9 {
margin-left: 75%;
}
.offset-md-10 {
margin-left: 83.33333%;
}
.offset-md-11 {
margin-left: 91.66667%;
}
}
@media (min-width: 1025px) {
.col-lg {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.col-lg-auto {
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-lg-1 {
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
.col-lg-2 {
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.col-lg-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-lg-4 {
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.col-lg-5 {
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.col-lg-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-lg-7 {
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
.col-lg-8 {
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.col-lg-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-lg-10 {
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
.col-lg-11 {
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
.col-lg-12 {
flex: 0 0 100%;
max-width: 100%;
}
.order-lg-first {
order: -1;
}
.order-lg-last {
order: 13;
}
.order-lg-0 {
order: 0;
}
.order-lg-1 {
order: 1;
}
.order-lg-2 {
order: 2;
}
.order-lg-3 {
order: 3;
}
.order-lg-4 {
order: 4;
}
.order-lg-5 {
order: 5;
}
.order-lg-6 {
order: 6;
}
.order-lg-7 {
order: 7;
}
.order-lg-8 {
order: 8;
}
.order-lg-9 {
order: 9;
}
.order-lg-10 {
order: 10;
}
.order-lg-11 {
order: 11;
}
.order-lg-12 {
order: 12;
}
.offset-lg-0 {
margin-left: 0;
}
.offset-lg-1 {
margin-left: 8.33333%;
}
.offset-lg-2 {
margin-left: 16.66667%;
}
.offset-lg-3 {
margin-left: 25%;
}
.offset-lg-4 {
margin-left: 33.33333%;
}
.offset-lg-5 {
margin-left: 41.66667%;
}
.offset-lg-6 {
margin-left: 50%;
}
.offset-lg-7 {
margin-left: 58.33333%;
}
.offset-lg-8 {
margin-left: 66.66667%;
}
.offset-lg-9 {
margin-left: 75%;
}
.offset-lg-10 {
margin-left: 83.33333%;
}
.offset-lg-11 {
margin-left: 91.66667%;
}
}
@media (min-width: 1230px) {
.col-xl {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.col-xl-auto {
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-xl-1 {
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
.col-xl-2 {
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.col-xl-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-xl-4 {
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.col-xl-5 {
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.col-xl-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-xl-7 {
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
.col-xl-8 {
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.col-xl-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-xl-10 {
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
.col-xl-11 {
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
.col-xl-12 {
flex: 0 0 100%;
max-width: 100%;
}
.order-xl-first {
order: -1;
}
.order-xl-last {
order: 13;
}
.order-xl-0 {
order: 0;
}
.order-xl-1 {
order: 1;
}
.order-xl-2 {
order: 2;
}
.order-xl-3 {
order: 3;
}
.order-xl-4 {
order: 4;
}
.order-xl-5 {
order: 5;
}
.order-xl-6 {
order: 6;
}
.order-xl-7 {
order: 7;
}
.order-xl-8 {
order: 8;
}
.order-xl-9 {
order: 9;
}
.order-xl-10 {
order: 10;
}
.order-xl-11 {
order: 11;
}
.order-xl-12 {
order: 12;
}
.offset-xl-0 {
margin-left: 0;
}
.offset-xl-1 {
margin-left: 8.33333%;
}
.offset-xl-2 {
margin-left: 16.66667%;
}
.offset-xl-3 {
margin-left: 25%;
}
.offset-xl-4 {
margin-left: 33.33333%;
}
.offset-xl-5 {
margin-left: 41.66667%;
}
.offset-xl-6 {
margin-left: 50%;
}
.offset-xl-7 {
margin-left: 58.33333%;
}
.offset-xl-8 {
margin-left: 66.66667%;
}
.offset-xl-9 {
margin-left: 75%;
}
.offset-xl-10 {
margin-left: 83.33333%;
}
.offset-xl-11 {
margin-left: 91.66667%;
}
}
.form-control {
display: block;
width: 100%;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand {
background-color: transparent;
border: 0;
}
.form-control:focus {
color: #495057;
background-color: #fff;
border-color: #80bdff;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
color: #6c757d;
opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
background-color: #e9ecef;
opacity: 1;
}
select.form-control:not([size]):not([multiple]) {
height: calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value {
color: #495057;
background-color: #fff;
}
.form-control-file,
.form-control-range {
display: block;
width: 100%;
}
.col-form-label {
padding-top: calc(0.375rem + 1px);
padding-bottom: calc(0.375rem + 1px);
margin-bottom: 0;
font-size: inherit;
line-height: 1.5;
}
.col-form-label-lg {
padding-top: calc(0.5rem + 1px);
padding-bottom: calc(0.5rem + 1px);
font-size: 1.25rem;
line-height: 1.5;
}
.col-form-label-sm {
padding-top: calc(0.25rem + 1px);
padding-bottom: calc(0.25rem + 1px);
font-size: 0.875rem;
line-height: 1.5;
}
.form-control-plaintext {
display: block;
width: 100%;
padding-top: 0.375rem;
padding-bottom: 0.375rem;
margin-bottom: 0;
line-height: 1.5;
background-color: transparent;
border: solid transparent;
border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
padding-right: 0;
padding-left: 0;
}
.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0;
}
select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
height: calc(1.8125rem + 2px);
}
.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0;
}
select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
height: calc(2.875rem + 2px);
}
.form-group {
margin-bottom: 1rem;
}
.form-text {
display: block;
margin-top: 0.25rem;
}
.form-row {
display: flex;
flex-wrap: wrap;
margin-right: -5px;
margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
padding-right: 5px;
padding-left: 5px;
}
.form-check {
position: relative;
display: block;
padding-left: 1.25rem;
}
.form-check-input {
position: absolute;
margin-top: 0.3rem;
margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
color: #6c757d;
}
.form-check-label {
margin-bottom: 0;
}
.form-check-inline {
display: inline-flex;
align-items: center;
padding-left: 0;
margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
position: static;
margin-top: 0;
margin-right: 0.3125rem;
margin-left: 0;
}
.valid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 80%;
color: #28a745;
}
.valid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: .5rem;
margin-top: .1rem;
font-size: .875rem;
line-height: 1;
color: #fff;
background-color: rgba(40, 167, 69, 0.8);
border-radius: .2rem;
}
.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
border-color: #28a745;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
border-color: #28a745;
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
display: block;
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
background-color: #71dd8a;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 80%;
color: #dc3545;
}
.invalid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: .5rem;
margin-top: .1rem;
font-size: .875rem;
line-height: 1;
color: #fff;
background-color: rgba(220, 53, 69, 0.8);
border-radius: .2rem;
}
.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
border-color: #dc3545;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
border-color: #dc3545;
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
display: block;
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
background-color: #efa2a9;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
display: flex;
flex-flow: row wrap;
align-items: center;
}
.form-inline .form-check {
width: 100%;
}
@media (min-width: 576px) {
.form-inline label {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 0;
}
.form-inline .form-group {
display: flex;
flex: 0 0 auto;
flex-flow: row wrap;
align-items: center;
margin-bottom: 0;
}
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.form-inline .form-control-plaintext {
display: inline-block;
}
.form-inline .input-group {
width: auto;
}
.form-inline .form-check {
display: flex;
align-items: center;
justify-content: center;
width: auto;
padding-left: 0;
}
.form-inline .form-check-input {
position: relative;
margin-top: 0;
margin-right: 0.25rem;
margin-left: 0;
}
.form-inline .custom-control {
align-items: center;
justify-content: center;
}
.form-inline .custom-control-label {
margin-bottom: 0;
}
}
.btn {
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
user-select: none;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 0;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:hover, .btn:focus {
text-decoration: none;
}
.btn:focus, .btn.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
background-image: none;
}
a.btn.disabled,
fieldset:disabled a.btn {
pointer-events: none;
}
.btn-primary {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.btn-primary:hover {
color: #fff;
background-color: #0069d9;
border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
color: #fff;
background-color: #0062cc;
border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-secondary {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-secondary:hover {
color: #fff;
background-color: #5a6268;
border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
color: #fff;
background-color: #545b62;
border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-success {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.btn-success:hover {
color: #fff;
background-color: #218838;
border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
color: #fff;
background-color: #1e7e34;
border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-info {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.btn-info:hover {
color: #fff;
background-color: #138496;
border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
color: #fff;
background-color: #117a8b;
border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-warning {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-warning:hover {
color: #212529;
background-color: #e0a800;
border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
color: #212529;
background-color: #d39e00;
border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-danger {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-danger:hover {
color: #fff;
background-color: #c82333;
border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
color: #fff;
background-color: #bd2130;
border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-light {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-light:hover {
color: #212529;
background-color: #e2e6ea;
border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
color: #212529;
background-color: #dae0e5;
border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-dark {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.btn-dark:hover {
color: #fff;
background-color: #23272b;
border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
color: #fff;
background-color: #1d2124;
border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-primary {
color: #007bff;
background-color: transparent;
background-image: none;
border-color: #007bff;
}
.btn-outline-primary:hover {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
color: #007bff;
background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
color: #6c757d;
background-color: transparent;
background-image: none;
border-color: #6c757d;
}
.btn-outline-secondary:hover {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
color: #6c757d;
background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
color: #28a745;
background-color: transparent;
background-image: none;
border-color: #28a745;
}
.btn-outline-success:hover {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
color: #28a745;
background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
color: #17a2b8;
background-color: transparent;
background-image: none;
border-color: #17a2b8;
}
.btn-outline-info:hover {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
color: #17a2b8;
background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
color: #ffc107;
background-color: transparent;
background-image: none;
border-color: #ffc107;
}
.btn-outline-warning:hover {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
color: #ffc107;
background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
color: #dc3545;
background-color: transparent;
background-image: none;
border-color: #dc3545;
}
.btn-outline-danger:hover {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
color: #dc3545;
background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
color: #f8f9fa;
background-color: transparent;
background-image: none;
border-color: #f8f9fa;
}
.btn-outline-light:hover {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
color: #f8f9fa;
background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
color: #343a40;
background-color: transparent;
background-image: none;
border-color: #343a40;
}
.btn-outline-dark:hover {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
color: #343a40;
background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
font-weight: 400;
color: #007bff;
background-color: transparent;
}
.btn-link:hover {
color: #0056b3;
text-decoration: underline;
background-color: transparent;
border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
text-decoration: underline;
border-color: transparent;
box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
color: #6c757d;
}
.btn-lg {
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0;
}
.btn-sm {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0;
}
.btn-block {
display: block;
width: 100%;
}
.btn-block + .btn-block {
margin-top: 0.5rem;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%;
}
.input-group {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: stretch;
width: 100%;
}
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
position: relative;
flex: 1 1 auto;
width: 1%;
margin-bottom: 0;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
z-index: 3;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
margin-left: -1px;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.input-group > .custom-file {
display: flex;
align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::before {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label::before {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.input-group-prepend,
.input-group-append {
display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
position: relative;
z-index: 2;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
margin-left: -1px;
}
.input-group-prepend {
margin-right: -1px;
}
.input-group-append {
margin-left: -1px;
}
.input-group-text {
display: flex;
align-items: center;
padding: 0.375rem 0.75rem;
margin-bottom: 0;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
text-align: center;
white-space: nowrap;
background-color: #e9ecef;
border: 1px solid #ced4da;
border-radius: 0;
}
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
margin-top: 0;
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.modal-open {
overflow: hidden;
}
.modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 25;
display: none;
overflow: hidden;
outline: 0;
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.modal-dialog {
position: relative;
width: auto;
margin: 10px;
pointer-events: none;
}
.modal.fade .modal-dialog {
transition: transform 0.3s ease-out;
transform: translate(0, -25%);
}
.modal.show .modal-dialog {
transform: translate(0, 0);
}
.modal-dialog-centered {
display: flex;
align-items: center;
min-height: calc(100% - (10px * 2));
}
.modal-content {
position: relative;
display: flex;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: transparent;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0;
outline: 0;
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 24;
background-color: #000;
}
.modal-backdrop.fade {
opacity: 0;
}
.modal-backdrop.show {
opacity: 0.5;
}
.modal-header {
display: flex;
align-items: flex-start;
justify-content: space-between;
padding: 0;
border-bottom: 1px solid #e9ecef;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.modal-header .close {
padding: 0;
margin: 0 0 0 auto;
}
.modal-title {
margin-bottom: 0;
line-height: 1.5;
}
.modal-body {
position: relative;
flex: 1 1 auto;
padding: 15px;
}
.modal-footer {
display: flex;
align-items: center;
justify-content: flex-end;
padding: 15px;
border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
margin-left: .25rem;
}
.modal-footer > :not(:last-child) {
margin-right: .25rem;
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
@media (min-width: 576px) {
.modal-dialog {
max-width: 500px;
margin: 30px auto;
}
.modal-dialog-centered {
min-height: calc(100% - (30px * 2));
}
.modal-sm {
max-width: 300px;
}
}
@media (min-width: 1025px) {
.modal-lg {
max-width: 800px;
}
}
.align-baseline {
vertical-align: baseline !important;
}
.align-top {
vertical-align: top !important;
}
.align-middle {
vertical-align: middle !important;
}
.align-bottom {
vertical-align: bottom !important;
}
.align-text-bottom {
vertical-align: text-bottom !important;
}
.align-text-top {
vertical-align: text-top !important;
}
.bg-primary {
background-color: #007bff !important;
}
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
background-color: #0062cc !important;
}
.bg-secondary {
background-color: #6c757d !important;
}
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
background-color: #545b62 !important;
}
.bg-success {
background-color: #28a745 !important;
}
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
background-color: #1e7e34 !important;
}
.bg-info {
background-color: #17a2b8 !important;
}
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
background-color: #117a8b !important;
}
.bg-warning {
background-color: #ffc107 !important;
}
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
background-color: #d39e00 !important;
}
.bg-danger {
background-color: #dc3545 !important;
}
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
background-color: #bd2130 !important;
}
.bg-light {
background-color: #f8f9fa !important;
}
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
background-color: #dae0e5 !important;
}
.bg-dark {
background-color: #343a40 !important;
}
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
background-color: #1d2124 !important;
}
.bg-white {
background-color: #fff !important;
}
.bg-transparent {
background-color: transparent !important;
}
.border {
border: 1px solid #dee2e6 !important;
}
.border-top {
border-top: 1px solid #dee2e6 !important;
}
.border-right {
border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
border-left: 1px solid #dee2e6 !important;
}
.border-0 {
border: 0 !important;
}
.border-top-0 {
border-top: 0 !important;
}
.border-right-0 {
border-right: 0 !important;
}
.border-bottom-0 {
border-bottom: 0 !important;
}
.border-left-0 {
border-left: 0 !important;
}
.border-primary {
border-color: #007bff !important;
}
.border-secondary {
border-color: #6c757d !important;
}
.border-success {
border-color: #28a745 !important;
}
.border-info {
border-color: #17a2b8 !important;
}
.border-warning {
border-color: #ffc107 !important;
}
.border-danger {
border-color: #dc3545 !important;
}
.border-light {
border-color: #f8f9fa !important;
}
.border-dark {
border-color: #343a40 !important;
}
.border-white {
border-color: #fff !important;
}
.rounded {
border-radius: 0 !important;
}
.rounded-top {
border-top-left-radius: 0 !important;
border-top-right-radius: 0 !important;
}
.rounded-right {
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
.rounded-bottom {
border-bottom-right-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}
.rounded-left {
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}
.rounded-circle {
border-radius: 50% !important;
}
.rounded-0 {
border-radius: 0 !important;
}
.clearfix::after {
display: block;
clear: both;
content: "";
}
.d-none {
display: none !important;
}
.d-inline {
display: inline !important;
}
.d-inline-block {
display: inline-block !important;
}
.d-block {
display: block !important;
}
.d-table {
display: table !important;
}
.d-table-row {
display: table-row !important;
}
.d-table-cell {
display: table-cell !important;
}
.d-flex {
display: flex !important;
}
.d-inline-flex {
display: inline-flex !important;
}
@media (min-width: 576px) {
.d-sm-none {
display: none !important;
}
.d-sm-inline {
display: inline !important;
}
.d-sm-inline-block {
display: inline-block !important;
}
.d-sm-block {
display: block !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: flex !important;
}
.d-sm-inline-flex {
display: inline-flex !important;
}
}
@media (min-width: 791px) {
.d-md-none {
display: none !important;
}
.d-md-inline {
display: inline !important;
}
.d-md-inline-block {
display: inline-block !important;
}
.d-md-block {
display: block !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: flex !important;
}
.d-md-inline-flex {
display: inline-flex !important;
}
}
@media (min-width: 1025px) {
.d-lg-none {
display: none !important;
}
.d-lg-inline {
display: inline !important;
}
.d-lg-inline-block {
display: inline-block !important;
}
.d-lg-block {
display: block !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: flex !important;
}
.d-lg-inline-flex {
display: inline-flex !important;
}
}
@media (min-width: 1230px) {
.d-xl-none {
display: none !important;
}
.d-xl-inline {
display: inline !important;
}
.d-xl-inline-block {
display: inline-block !important;
}
.d-xl-block {
display: block !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: flex !important;
}
.d-xl-inline-flex {
display: inline-flex !important;
}
}
@media print {
.d-print-none {
display: none !important;
}
.d-print-inline {
display: inline !important;
}
.d-print-inline-block {
display: inline-block !important;
}
.d-print-block {
display: block !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: flex !important;
}
.d-print-inline-flex {
display: inline-flex !important;
}
}
.embed-responsive {
position: relative;
display: block;
width: 100%;
padding: 0;
overflow: hidden;
}
.embed-responsive::before {
display: block;
content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
.embed-responsive-21by9::before {
padding-top: 42.85714%;
}
.embed-responsive-16by9::before {
padding-top: 56.25%;
}
.embed-responsive-4by3::before {
padding-top: 75%;
}
.embed-responsive-1by1::before {
padding-top: 100%;
}
.flex-row {
flex-direction: row !important;
}
.flex-column {
flex-direction: column !important;
}
.flex-row-reverse {
flex-direction: row-reverse !important;
}
.flex-column-reverse {
flex-direction: column-reverse !important;
}
.flex-wrap {
flex-wrap: wrap !important;
}
.flex-nowrap {
flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.justify-content-start {
justify-content: flex-start !important;
}
.justify-content-end {
justify-content: flex-end !important;
}
.justify-content-center {
justify-content: center !important;
}
.justify-content-between {
justify-content: space-between !important;
}
.justify-content-around {
justify-content: space-around !important;
}
.align-items-start {
align-items: flex-start !important;
}
.align-items-end {
align-items: flex-end !important;
}
.align-items-center {
align-items: center !important;
}
.align-items-baseline {
align-items: baseline !important;
}
.align-items-stretch {
align-items: stretch !important;
}
.align-content-start {
align-content: flex-start !important;
}
.align-content-end {
align-content: flex-end !important;
}
.align-content-center {
align-content: center !important;
}
.align-content-between {
align-content: space-between !important;
}
.align-content-around {
align-content: space-around !important;
}
.align-content-stretch {
align-content: stretch !important;
}
.align-self-auto {
align-self: auto !important;
}
.align-self-start {
align-self: flex-start !important;
}
.align-self-end {
align-self: flex-end !important;
}
.align-self-center {
align-self: center !important;
}
.align-self-baseline {
align-self: baseline !important;
}
.align-self-stretch {
align-self: stretch !important;
}
@media (min-width: 576px) {
.flex-sm-row {
flex-direction: row !important;
}
.flex-sm-column {
flex-direction: column !important;
}
.flex-sm-row-reverse {
flex-direction: row-reverse !important;
}
.flex-sm-column-reverse {
flex-direction: column-reverse !important;
}
.flex-sm-wrap {
flex-wrap: wrap !important;
}
.flex-sm-nowrap {
flex-wrap: nowrap !important;
}
.flex-sm-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.justify-content-sm-start {
justify-content: flex-start !important;
}
.justify-content-sm-end {
justify-content: flex-end !important;
}
.justify-content-sm-center {
justify-content: center !important;
}
.justify-content-sm-between {
justify-content: space-between !important;
}
.justify-content-sm-around {
justify-content: space-around !important;
}
.align-items-sm-start {
align-items: flex-start !important;
}
.align-items-sm-end {
align-items: flex-end !important;
}
.align-items-sm-center {
align-items: center !important;
}
.align-items-sm-baseline {
align-items: baseline !important;
}
.align-items-sm-stretch {
align-items: stretch !important;
}
.align-content-sm-start {
align-content: flex-start !important;
}
.align-content-sm-end {
align-content: flex-end !important;
}
.align-content-sm-center {
align-content: center !important;
}
.align-content-sm-between {
align-content: space-between !important;
}
.align-content-sm-around {
align-content: space-around !important;
}
.align-content-sm-stretch {
align-content: stretch !important;
}
.align-self-sm-auto {
align-self: auto !important;
}
.align-self-sm-start {
align-self: flex-start !important;
}
.align-self-sm-end {
align-self: flex-end !important;
}
.align-self-sm-center {
align-self: center !important;
}
.align-self-sm-baseline {
align-self: baseline !important;
}
.align-self-sm-stretch {
align-self: stretch !important;
}
}
@media (min-width: 791px) {
.flex-md-row {
flex-direction: row !important;
}
.flex-md-column {
flex-direction: column !important;
}
.flex-md-row-reverse {
flex-direction: row-reverse !important;
}
.flex-md-column-reverse {
flex-direction: column-reverse !important;
}
.flex-md-wrap {
flex-wrap: wrap !important;
}
.flex-md-nowrap {
flex-wrap: nowrap !important;
}
.flex-md-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.justify-content-md-start {
justify-content: flex-start !important;
}
.justify-content-md-end {
justify-content: flex-end !important;
}
.justify-content-md-center {
justify-content: center !important;
}
.justify-content-md-between {
justify-content: space-between !important;
}
.justify-content-md-around {
justify-content: space-around !important;
}
.align-items-md-start {
align-items: flex-start !important;
}
.align-items-md-end {
align-items: flex-end !important;
}
.align-items-md-center {
align-items: center !important;
}
.align-items-md-baseline {
align-items: baseline !important;
}
.align-items-md-stretch {
align-items: stretch !important;
}
.align-content-md-start {
align-content: flex-start !important;
}
.align-content-md-end {
align-content: flex-end !important;
}
.align-content-md-center {
align-content: center !important;
}
.align-content-md-between {
align-content: space-between !important;
}
.align-content-md-around {
align-content: space-around !important;
}
.align-content-md-stretch {
align-content: stretch !important;
}
.align-self-md-auto {
align-self: auto !important;
}
.align-self-md-start {
align-self: flex-start !important;
}
.align-self-md-end {
align-self: flex-end !important;
}
.align-self-md-center {
align-self: center !important;
}
.align-self-md-baseline {
align-self: baseline !important;
}
.align-self-md-stretch {
align-self: stretch !important;
}
}
@media (min-width: 1025px) {
.flex-lg-row {
flex-direction: row !important;
}
.flex-lg-column {
flex-direction: column !important;
}
.flex-lg-row-reverse {
flex-direction: row-reverse !important;
}
.flex-lg-column-reverse {
flex-direction: column-reverse !important;
}
.flex-lg-wrap {
flex-wrap: wrap !important;
}
.flex-lg-nowrap {
flex-wrap: nowrap !important;
}
.flex-lg-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.justify-content-lg-start {
justify-content: flex-start !important;
}
.justify-content-lg-end {
justify-content: flex-end !important;
}
.justify-content-lg-center {
justify-content: center !important;
}
.justify-content-lg-between {
justify-content: space-between !important;
}
.justify-content-lg-around {
justify-content: space-around !important;
}
.align-items-lg-start {
align-items: flex-start !important;
}
.align-items-lg-end {
align-items: flex-end !important;
}
.align-items-lg-center {
align-items: center !important;
}
.align-items-lg-baseline {
align-items: baseline !important;
}
.align-items-lg-stretch {
align-items: stretch !important;
}
.align-content-lg-start {
align-content: flex-start !important;
}
.align-content-lg-end {
align-content: flex-end !important;
}
.align-content-lg-center {
align-content: center !important;
}
.align-content-lg-between {
align-content: space-between !important;
}
.align-content-lg-around {
align-content: space-around !important;
}
.align-content-lg-stretch {
align-content: stretch !important;
}
.align-self-lg-auto {
align-self: auto !important;
}
.align-self-lg-start {
align-self: flex-start !important;
}
.align-self-lg-end {
align-self: flex-end !important;
}
.align-self-lg-center {
align-self: center !important;
}
.align-self-lg-baseline {
align-self: baseline !important;
}
.align-self-lg-stretch {
align-self: stretch !important;
}
}
@media (min-width: 1230px) {
.flex-xl-row {
flex-direction: row !important;
}
.flex-xl-column {
flex-direction: column !important;
}
.flex-xl-row-reverse {
flex-direction: row-reverse !important;
}
.flex-xl-column-reverse {
flex-direction: column-reverse !important;
}
.flex-xl-wrap {
flex-wrap: wrap !important;
}
.flex-xl-nowrap {
flex-wrap: nowrap !important;
}
.flex-xl-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.justify-content-xl-start {
justify-content: flex-start !important;
}
.justify-content-xl-end {
justify-content: flex-end !important;
}
.justify-content-xl-center {
justify-content: center !important;
}
.justify-content-xl-between {
justify-content: space-between !important;
}
.justify-content-xl-around {
justify-content: space-around !important;
}
.align-items-xl-start {
align-items: flex-start !important;
}
.align-items-xl-end {
align-items: flex-end !important;
}
.align-items-xl-center {
align-items: center !important;
}
.align-items-xl-baseline {
align-items: baseline !important;
}
.align-items-xl-stretch {
align-items: stretch !important;
}
.align-content-xl-start {
align-content: flex-start !important;
}
.align-content-xl-end {
align-content: flex-end !important;
}
.align-content-xl-center {
align-content: center !important;
}
.align-content-xl-between {
align-content: space-between !important;
}
.align-content-xl-around {
align-content: space-around !important;
}
.align-content-xl-stretch {
align-content: stretch !important;
}
.align-self-xl-auto {
align-self: auto !important;
}
.align-self-xl-start {
align-self: flex-start !important;
}
.align-self-xl-end {
align-self: flex-end !important;
}
.align-self-xl-center {
align-self: center !important;
}
.align-self-xl-baseline {
align-self: baseline !important;
}
.align-self-xl-stretch {
align-self: stretch !important;
}
}
.float-left {
float: left !important;
}
.float-right {
float: right !important;
}
.float-none {
float: none !important;
}
@media (min-width: 576px) {
.float-sm-left {
float: left !important;
}
.float-sm-right {
float: right !important;
}
.float-sm-none {
float: none !important;
}
}
@media (min-width: 791px) {
.float-md-left {
float: left !important;
}
.float-md-right {
float: right !important;
}
.float-md-none {
float: none !important;
}
}
@media (min-width: 1025px) {
.float-lg-left {
float: left !important;
}
.float-lg-right {
float: right !important;
}
.float-lg-none {
float: none !important;
}
}
@media (min-width: 1230px) {
.float-xl-left {
float: left !important;
}
.float-xl-right {
float: right !important;
}
.float-xl-none {
float: none !important;
}
}
.position-static {
position: static !important;
}
.position-relative {
position: relative !important;
}
.position-absolute {
position: absolute !important;
}
.position-fixed {
position: fixed !important;
}
.position-sticky {
position: sticky !important;
}
.fixed-top {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 23;
}
.fixed-bottom {
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 23;
}
@supports (position: sticky) {
.sticky-top {
position: sticky;
top: 0;
z-index: 22;
}
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
clip-path: inset(50%);
border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
overflow: visible;
clip: auto;
white-space: normal;
clip-path: none;
}
.w-25 {
width: 25% !important;
}
.w-50 {
width: 50% !important;
}
.w-75 {
width: 75% !important;
}
.w-100 {
width: 100% !important;
}
.h-25 {
height: 25% !important;
}
.h-50 {
height: 50% !important;
}
.h-75 {
height: 75% !important;
}
.h-100 {
height: 100% !important;
}
.mw-100 {
max-width: 100% !important;
}
.mh-100 {
max-height: 100% !important;
}
.m-0 {
margin: 0 !important;
}
.mt-0,
.my-0 {
margin-top: 0 !important;
}
.mr-0,
.mx-0 {
margin-right: 0 !important;
}
.mb-0,
.my-0 {
margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
margin-left: 0 !important;
}
.m-1 {
margin: 0.25rem !important;
}
.mt-1,
.my-1 {
margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
margin-left: 0.25rem !important;
}
.m-2 {
margin: 0.5rem !important;
}
.mt-2,
.my-2 {
margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
margin-left: 0.5rem !important;
}
.m-3 {
margin: 1rem !important;
}
.mt-3,
.my-3 {
margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
margin-right: 1rem !important;
}
.mb-3,
.my-3 {
margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
margin-left: 1rem !important;
}
.m-4 {
margin: 1.5rem !important;
}
.mt-4,
.my-4 {
margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
margin-left: 1.5rem !important;
}
.m-5 {
margin: 3rem !important;
}
.mt-5,
.my-5 {
margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
margin-right: 3rem !important;
}
.mb-5,
.my-5 {
margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
margin-left: 3rem !important;
}
.p-0 {
padding: 0 !important;
}
.pt-0,
.py-0 {
padding-top: 0 !important;
}
.pr-0,
.px-0 {
padding-right: 0 !important;
}
.pb-0,
.py-0 {
padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
padding-left: 0 !important;
}
.p-1 {
padding: 0.25rem !important;
}
.pt-1,
.py-1 {
padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
padding-left: 0.25rem !important;
}
.p-2 {
padding: 0.5rem !important;
}
.pt-2,
.py-2 {
padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
padding-left: 0.5rem !important;
}
.p-3 {
padding: 1rem !important;
}
.pt-3,
.py-3 {
padding-top: 1rem !important;
}
.pr-3,
.px-3 {
padding-right: 1rem !important;
}
.pb-3,
.py-3 {
padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
padding-left: 1rem !important;
}
.p-4 {
padding: 1.5rem !important;
}
.pt-4,
.py-4 {
padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
padding-left: 1.5rem !important;
}
.p-5 {
padding: 3rem !important;
}
.pt-5,
.py-5 {
padding-top: 3rem !important;
}
.pr-5,
.px-5 {
padding-right: 3rem !important;
}
.pb-5,
.py-5 {
padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
padding-left: 3rem !important;
}
.m-auto {
margin: auto !important;
}
.mt-auto,
.my-auto {
margin-top: auto !important;
}
.mr-auto,
.mx-auto {
margin-right: auto !important;
}
.mb-auto,
.my-auto {
margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
margin-left: auto !important;
}
@media (min-width: 576px) {
.m-sm-0 {
margin: 0 !important;
}
.mt-sm-0,
.my-sm-0 {
margin-top: 0 !important;
}
.mr-sm-0,
.mx-sm-0 {
margin-right: 0 !important;
}
.mb-sm-0,
.my-sm-0 {
margin-bottom: 0 !important;
}
.ml-sm-0,
.mx-sm-0 {
margin-left: 0 !important;
}
.m-sm-1 {
margin: 0.25rem !important;
}
.mt-sm-1,
.my-sm-1 {
margin-top: 0.25rem !important;
}
.mr-sm-1,
.mx-sm-1 {
margin-right: 0.25rem !important;
}
.mb-sm-1,
.my-sm-1 {
margin-bottom: 0.25rem !important;
}
.ml-sm-1,
.mx-sm-1 {
margin-left: 0.25rem !important;
}
.m-sm-2 {
margin: 0.5rem !important;
}
.mt-sm-2,
.my-sm-2 {
margin-top: 0.5rem !important;
}
.mr-sm-2,
.mx-sm-2 {
margin-right: 0.5rem !important;
}
.mb-sm-2,
.my-sm-2 {
margin-bottom: 0.5rem !important;
}
.ml-sm-2,
.mx-sm-2 {
margin-left: 0.5rem !important;
}
.m-sm-3 {
margin: 1rem !important;
}
.mt-sm-3,
.my-sm-3 {
margin-top: 1rem !important;
}
.mr-sm-3,
.mx-sm-3 {
margin-right: 1rem !important;
}
.mb-sm-3,
.my-sm-3 {
margin-bottom: 1rem !important;
}
.ml-sm-3,
.mx-sm-3 {
margin-left: 1rem !important;
}
.m-sm-4 {
margin: 1.5rem !important;
}
.mt-sm-4,
.my-sm-4 {
margin-top: 1.5rem !important;
}
.mr-sm-4,
.mx-sm-4 {
margin-right: 1.5rem !important;
}
.mb-sm-4,
.my-sm-4 {
margin-bottom: 1.5rem !important;
}
.ml-sm-4,
.mx-sm-4 {
margin-left: 1.5rem !important;
}
.m-sm-5 {
margin: 3rem !important;
}
.mt-sm-5,
.my-sm-5 {
margin-top: 3rem !important;
}
.mr-sm-5,
.mx-sm-5 {
margin-right: 3rem !important;
}
.mb-sm-5,
.my-sm-5 {
margin-bottom: 3rem !important;
}
.ml-sm-5,
.mx-sm-5 {
margin-left: 3rem !important;
}
.p-sm-0 {
padding: 0 !important;
}
.pt-sm-0,
.py-sm-0 {
padding-top: 0 !important;
}
.pr-sm-0,
.px-sm-0 {
padding-right: 0 !important;
}
.pb-sm-0,
.py-sm-0 {
padding-bottom: 0 !important;
}
.pl-sm-0,
.px-sm-0 {
padding-left: 0 !important;
}
.p-sm-1 {
padding: 0.25rem !important;
}
.pt-sm-1,
.py-sm-1 {
padding-top: 0.25rem !important;
}
.pr-sm-1,
.px-sm-1 {
padding-right: 0.25rem !important;
}
.pb-sm-1,
.py-sm-1 {
padding-bottom: 0.25rem !important;
}
.pl-sm-1,
.px-sm-1 {
padding-left: 0.25rem !important;
}
.p-sm-2 {
padding: 0.5rem !important;
}
.pt-sm-2,
.py-sm-2 {
padding-top: 0.5rem !important;
}
.pr-sm-2,
.px-sm-2 {
padding-right: 0.5rem !important;
}
.pb-sm-2,
.py-sm-2 {
padding-bottom: 0.5rem !important;
}
.pl-sm-2,
.px-sm-2 {
padding-left: 0.5rem !important;
}
.p-sm-3 {
padding: 1rem !important;
}
.pt-sm-3,
.py-sm-3 {
padding-top: 1rem !important;
}
.pr-sm-3,
.px-sm-3 {
padding-right: 1rem !important;
}
.pb-sm-3,
.py-sm-3 {
padding-bottom: 1rem !important;
}
.pl-sm-3,
.px-sm-3 {
padding-left: 1rem !important;
}
.p-sm-4 {
padding: 1.5rem !important;
}
.pt-sm-4,
.py-sm-4 {
padding-top: 1.5rem !important;
}
.pr-sm-4,
.px-sm-4 {
padding-right: 1.5rem !important;
}
.pb-sm-4,
.py-sm-4 {
padding-bottom: 1.5rem !important;
}
.pl-sm-4,
.px-sm-4 {
padding-left: 1.5rem !important;
}
.p-sm-5 {
padding: 3rem !important;
}
.pt-sm-5,
.py-sm-5 {
padding-top: 3rem !important;
}
.pr-sm-5,
.px-sm-5 {
padding-right: 3rem !important;
}
.pb-sm-5,
.py-sm-5 {
padding-bottom: 3rem !important;
}
.pl-sm-5,
.px-sm-5 {
padding-left: 3rem !important;
}
.m-sm-auto {
margin: auto !important;
}
.mt-sm-auto,
.my-sm-auto {
margin-top: auto !important;
}
.mr-sm-auto,
.mx-sm-auto {
margin-right: auto !important;
}
.mb-sm-auto,
.my-sm-auto {
margin-bottom: auto !important;
}
.ml-sm-auto,
.mx-sm-auto {
margin-left: auto !important;
}
}
@media (min-width: 791px) {
.m-md-0 {
margin: 0 !important;
}
.mt-md-0,
.my-md-0 {
margin-top: 0 !important;
}
.mr-md-0,
.mx-md-0 {
margin-right: 0 !important;
}
.mb-md-0,
.my-md-0 {
margin-bottom: 0 !important;
}
.ml-md-0,
.mx-md-0 {
margin-left: 0 !important;
}
.m-md-1 {
margin: 0.25rem !important;
}
.mt-md-1,
.my-md-1 {
margin-top: 0.25rem !important;
}
.mr-md-1,
.mx-md-1 {
margin-right: 0.25rem !important;
}
.mb-md-1,
.my-md-1 {
margin-bottom: 0.25rem !important;
}
.ml-md-1,
.mx-md-1 {
margin-left: 0.25rem !important;
}
.m-md-2 {
margin: 0.5rem !important;
}
.mt-md-2,
.my-md-2 {
margin-top: 0.5rem !important;
}
.mr-md-2,
.mx-md-2 {
margin-right: 0.5rem !important;
}
.mb-md-2,
.my-md-2 {
margin-bottom: 0.5rem !important;
}
.ml-md-2,
.mx-md-2 {
margin-left: 0.5rem !important;
}
.m-md-3 {
margin: 1rem !important;
}
.mt-md-3,
.my-md-3 {
margin-top: 1rem !important;
}
.mr-md-3,
.mx-md-3 {
margin-right: 1rem !important;
}
.mb-md-3,
.my-md-3 {
margin-bottom: 1rem !important;
}
.ml-md-3,
.mx-md-3 {
margin-left: 1rem !important;
}
.m-md-4 {
margin: 1.5rem !important;
}
.mt-md-4,
.my-md-4 {
margin-top: 1.5rem !important;
}
.mr-md-4,
.mx-md-4 {
margin-right: 1.5rem !important;
}
.mb-md-4,
.my-md-4 {
margin-bottom: 1.5rem !important;
}
.ml-md-4,
.mx-md-4 {
margin-left: 1.5rem !important;
}
.m-md-5 {
margin: 3rem !important;
}
.mt-md-5,
.my-md-5 {
margin-top: 3rem !important;
}
.mr-md-5,
.mx-md-5 {
margin-right: 3rem !important;
}
.mb-md-5,
.my-md-5 {
margin-bottom: 3rem !important;
}
.ml-md-5,
.mx-md-5 {
margin-left: 3rem !important;
}
.p-md-0 {
padding: 0 !important;
}
.pt-md-0,
.py-md-0 {
padding-top: 0 !important;
}
.pr-md-0,
.px-md-0 {
padding-right: 0 !important;
}
.pb-md-0,
.py-md-0 {
padding-bottom: 0 !important;
}
.pl-md-0,
.px-md-0 {
padding-left: 0 !important;
}
.p-md-1 {
padding: 0.25rem !important;
}
.pt-md-1,
.py-md-1 {
padding-top: 0.25rem !important;
}
.pr-md-1,
.px-md-1 {
padding-right: 0.25rem !important;
}
.pb-md-1,
.py-md-1 {
padding-bottom: 0.25rem !important;
}
.pl-md-1,
.px-md-1 {
padding-left: 0.25rem !important;
}
.p-md-2 {
padding: 0.5rem !important;
}
.pt-md-2,
.py-md-2 {
padding-top: 0.5rem !important;
}
.pr-md-2,
.px-md-2 {
padding-right: 0.5rem !important;
}
.pb-md-2,
.py-md-2 {
padding-bottom: 0.5rem !important;
}
.pl-md-2,
.px-md-2 {
padding-left: 0.5rem !important;
}
.p-md-3 {
padding: 1rem !important;
}
.pt-md-3,
.py-md-3 {
padding-top: 1rem !important;
}
.pr-md-3,
.px-md-3 {
padding-right: 1rem !important;
}
.pb-md-3,
.py-md-3 {
padding-bottom: 1rem !important;
}
.pl-md-3,
.px-md-3 {
padding-left: 1rem !important;
}
.p-md-4 {
padding: 1.5rem !important;
}
.pt-md-4,
.py-md-4 {
padding-top: 1.5rem !important;
}
.pr-md-4,
.px-md-4 {
padding-right: 1.5rem !important;
}
.pb-md-4,
.py-md-4 {
padding-bottom: 1.5rem !important;
}
.pl-md-4,
.px-md-4 {
padding-left: 1.5rem !important;
}
.p-md-5 {
padding: 3rem !important;
}
.pt-md-5,
.py-md-5 {
padding-top: 3rem !important;
}
.pr-md-5,
.px-md-5 {
padding-right: 3rem !important;
}
.pb-md-5,
.py-md-5 {
padding-bottom: 3rem !important;
}
.pl-md-5,
.px-md-5 {
padding-left: 3rem !important;
}
.m-md-auto {
margin: auto !important;
}
.mt-md-auto,
.my-md-auto {
margin-top: auto !important;
}
.mr-md-auto,
.mx-md-auto {
margin-right: auto !important;
}
.mb-md-auto,
.my-md-auto {
margin-bottom: auto !important;
}
.ml-md-auto,
.mx-md-auto {
margin-left: auto !important;
}
}
@media (min-width: 1025px) {
.m-lg-0 {
margin: 0 !important;
}
.mt-lg-0,
.my-lg-0 {
margin-top: 0 !important;
}
.mr-lg-0,
.mx-lg-0 {
margin-right: 0 !important;
}
.mb-lg-0,
.my-lg-0 {
margin-bottom: 0 !important;
}
.ml-lg-0,
.mx-lg-0 {
margin-left: 0 !important;
}
.m-lg-1 {
margin: 0.25rem !important;
}
.mt-lg-1,
.my-lg-1 {
margin-top: 0.25rem !important;
}
.mr-lg-1,
.mx-lg-1 {
margin-right: 0.25rem !important;
}
.mb-lg-1,
.my-lg-1 {
margin-bottom: 0.25rem !important;
}
.ml-lg-1,
.mx-lg-1 {
margin-left: 0.25rem !important;
}
.m-lg-2 {
margin: 0.5rem !important;
}
.mt-lg-2,
.my-lg-2 {
margin-top: 0.5rem !important;
}
.mr-lg-2,
.mx-lg-2 {
margin-right: 0.5rem !important;
}
.mb-lg-2,
.my-lg-2 {
margin-bottom: 0.5rem !important;
}
.ml-lg-2,
.mx-lg-2 {
margin-left: 0.5rem !important;
}
.m-lg-3 {
margin: 1rem !important;
}
.mt-lg-3,
.my-lg-3 {
margin-top: 1rem !important;
}
.mr-lg-3,
.mx-lg-3 {
margin-right: 1rem !important;
}
.mb-lg-3,
.my-lg-3 {
margin-bottom: 1rem !important;
}
.ml-lg-3,
.mx-lg-3 {
margin-left: 1rem !important;
}
.m-lg-4 {
margin: 1.5rem !important;
}
.mt-lg-4,
.my-lg-4 {
margin-top: 1.5rem !important;
}
.mr-lg-4,
.mx-lg-4 {
margin-right: 1.5rem !important;
}
.mb-lg-4,
.my-lg-4 {
margin-bottom: 1.5rem !important;
}
.ml-lg-4,
.mx-lg-4 {
margin-left: 1.5rem !important;
}
.m-lg-5 {
margin: 3rem !important;
}
.mt-lg-5,
.my-lg-5 {
margin-top: 3rem !important;
}
.mr-lg-5,
.mx-lg-5 {
margin-right: 3rem !important;
}
.mb-lg-5,
.my-lg-5 {
margin-bottom: 3rem !important;
}
.ml-lg-5,
.mx-lg-5 {
margin-left: 3rem !important;
}
.p-lg-0 {
padding: 0 !important;
}
.pt-lg-0,
.py-lg-0 {
padding-top: 0 !important;
}
.pr-lg-0,
.px-lg-0 {
padding-right: 0 !important;
}
.pb-lg-0,
.py-lg-0 {
padding-bottom: 0 !important;
}
.pl-lg-0,
.px-lg-0 {
padding-left: 0 !important;
}
.p-lg-1 {
padding: 0.25rem !important;
}
.pt-lg-1,
.py-lg-1 {
padding-top: 0.25rem !important;
}
.pr-lg-1,
.px-lg-1 {
padding-right: 0.25rem !important;
}
.pb-lg-1,
.py-lg-1 {
padding-bottom: 0.25rem !important;
}
.pl-lg-1,
.px-lg-1 {
padding-left: 0.25rem !important;
}
.p-lg-2 {
padding: 0.5rem !important;
}
.pt-lg-2,
.py-lg-2 {
padding-top: 0.5rem !important;
}
.pr-lg-2,
.px-lg-2 {
padding-right: 0.5rem !important;
}
.pb-lg-2,
.py-lg-2 {
padding-bottom: 0.5rem !important;
}
.pl-lg-2,
.px-lg-2 {
padding-left: 0.5rem !important;
}
.p-lg-3 {
padding: 1rem !important;
}
.pt-lg-3,
.py-lg-3 {
padding-top: 1rem !important;
}
.pr-lg-3,
.px-lg-3 {
padding-right: 1rem !important;
}
.pb-lg-3,
.py-lg-3 {
padding-bottom: 1rem !important;
}
.pl-lg-3,
.px-lg-3 {
padding-left: 1rem !important;
}
.p-lg-4 {
padding: 1.5rem !important;
}
.pt-lg-4,
.py-lg-4 {
padding-top: 1.5rem !important;
}
.pr-lg-4,
.px-lg-4 {
padding-right: 1.5rem !important;
}
.pb-lg-4,
.py-lg-4 {
padding-bottom: 1.5rem !important;
}
.pl-lg-4,
.px-lg-4 {
padding-left: 1.5rem !important;
}
.p-lg-5 {
padding: 3rem !important;
}
.pt-lg-5,
.py-lg-5 {
padding-top: 3rem !important;
}
.pr-lg-5,
.px-lg-5 {
padding-right: 3rem !important;
}
.pb-lg-5,
.py-lg-5 {
padding-bottom: 3rem !important;
}
.pl-lg-5,
.px-lg-5 {
padding-left: 3rem !important;
}
.m-lg-auto {
margin: auto !important;
}
.mt-lg-auto,
.my-lg-auto {
margin-top: auto !important;
}
.mr-lg-auto,
.mx-lg-auto {
margin-right: auto !important;
}
.mb-lg-auto,
.my-lg-auto {
margin-bottom: auto !important;
}
.ml-lg-auto,
.mx-lg-auto {
margin-left: auto !important;
}
}
@media (min-width: 1230px) {
.m-xl-0 {
margin: 0 !important;
}
.mt-xl-0,
.my-xl-0 {
margin-top: 0 !important;
}
.mr-xl-0,
.mx-xl-0 {
margin-right: 0 !important;
}
.mb-xl-0,
.my-xl-0 {
margin-bottom: 0 !important;
}
.ml-xl-0,
.mx-xl-0 {
margin-left: 0 !important;
}
.m-xl-1 {
margin: 0.25rem !important;
}
.mt-xl-1,
.my-xl-1 {
margin-top: 0.25rem !important;
}
.mr-xl-1,
.mx-xl-1 {
margin-right: 0.25rem !important;
}
.mb-xl-1,
.my-xl-1 {
margin-bottom: 0.25rem !important;
}
.ml-xl-1,
.mx-xl-1 {
margin-left: 0.25rem !important;
}
.m-xl-2 {
margin: 0.5rem !important;
}
.mt-xl-2,
.my-xl-2 {
margin-top: 0.5rem !important;
}
.mr-xl-2,
.mx-xl-2 {
margin-right: 0.5rem !important;
}
.mb-xl-2,
.my-xl-2 {
margin-bottom: 0.5rem !important;
}
.ml-xl-2,
.mx-xl-2 {
margin-left: 0.5rem !important;
}
.m-xl-3 {
margin: 1rem !important;
}
.mt-xl-3,
.my-xl-3 {
margin-top: 1rem !important;
}
.mr-xl-3,
.mx-xl-3 {
margin-right: 1rem !important;
}
.mb-xl-3,
.my-xl-3 {
margin-bottom: 1rem !important;
}
.ml-xl-3,
.mx-xl-3 {
margin-left: 1rem !important;
}
.m-xl-4 {
margin: 1.5rem !important;
}
.mt-xl-4,
.my-xl-4 {
margin-top: 1.5rem !important;
}
.mr-xl-4,
.mx-xl-4 {
margin-right: 1.5rem !important;
}
.mb-xl-4,
.my-xl-4 {
margin-bottom: 1.5rem !important;
}
.ml-xl-4,
.mx-xl-4 {
margin-left: 1.5rem !important;
}
.m-xl-5 {
margin: 3rem !important;
}
.mt-xl-5,
.my-xl-5 {
margin-top: 3rem !important;
}
.mr-xl-5,
.mx-xl-5 {
margin-right: 3rem !important;
}
.mb-xl-5,
.my-xl-5 {
margin-bottom: 3rem !important;
}
.ml-xl-5,
.mx-xl-5 {
margin-left: 3rem !important;
}
.p-xl-0 {
padding: 0 !important;
}
.pt-xl-0,
.py-xl-0 {
padding-top: 0 !important;
}
.pr-xl-0,
.px-xl-0 {
padding-right: 0 !important;
}
.pb-xl-0,
.py-xl-0 {
padding-bottom: 0 !important;
}
.pl-xl-0,
.px-xl-0 {
padding-left: 0 !important;
}
.p-xl-1 {
padding: 0.25rem !important;
}
.pt-xl-1,
.py-xl-1 {
padding-top: 0.25rem !important;
}
.pr-xl-1,
.px-xl-1 {
padding-right: 0.25rem !important;
}
.pb-xl-1,
.py-xl-1 {
padding-bottom: 0.25rem !important;
}
.pl-xl-1,
.px-xl-1 {
padding-left: 0.25rem !important;
}
.p-xl-2 {
padding: 0.5rem !important;
}
.pt-xl-2,
.py-xl-2 {
padding-top: 0.5rem !important;
}
.pr-xl-2,
.px-xl-2 {
padding-right: 0.5rem !important;
}
.pb-xl-2,
.py-xl-2 {
padding-bottom: 0.5rem !important;
}
.pl-xl-2,
.px-xl-2 {
padding-left: 0.5rem !important;
}
.p-xl-3 {
padding: 1rem !important;
}
.pt-xl-3,
.py-xl-3 {
padding-top: 1rem !important;
}
.pr-xl-3,
.px-xl-3 {
padding-right: 1rem !important;
}
.pb-xl-3,
.py-xl-3 {
padding-bottom: 1rem !important;
}
.pl-xl-3,
.px-xl-3 {
padding-left: 1rem !important;
}
.p-xl-4 {
padding: 1.5rem !important;
}
.pt-xl-4,
.py-xl-4 {
padding-top: 1.5rem !important;
}
.pr-xl-4,
.px-xl-4 {
padding-right: 1.5rem !important;
}
.pb-xl-4,
.py-xl-4 {
padding-bottom: 1.5rem !important;
}
.pl-xl-4,
.px-xl-4 {
padding-left: 1.5rem !important;
}
.p-xl-5 {
padding: 3rem !important;
}
.pt-xl-5,
.py-xl-5 {
padding-top: 3rem !important;
}
.pr-xl-5,
.px-xl-5 {
padding-right: 3rem !important;
}
.pb-xl-5,
.py-xl-5 {
padding-bottom: 3rem !important;
}
.pl-xl-5,
.px-xl-5 {
padding-left: 3rem !important;
}
.m-xl-auto {
margin: auto !important;
}
.mt-xl-auto,
.my-xl-auto {
margin-top: auto !important;
}
.mr-xl-auto,
.mx-xl-auto {
margin-right: auto !important;
}
.mb-xl-auto,
.my-xl-auto {
margin-bottom: auto !important;
}
.ml-xl-auto,
.mx-xl-auto {
margin-left: auto !important;
}
}
.text-justify {
text-align: justify !important;
}
.text-nowrap {
white-space: nowrap !important;
}
.text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.text-left {
text-align: left !important;
}
.text-right {
text-align: right !important;
}
.text-center {
text-align: center !important;
}
@media (min-width: 576px) {
.text-sm-left {
text-align: left !important;
}
.text-sm-right {
text-align: right !important;
}
.text-sm-center {
text-align: center !important;
}
}
@media (min-width: 791px) {
.text-md-left {
text-align: left !important;
}
.text-md-right {
text-align: right !important;
}
.text-md-center {
text-align: center !important;
}
}
@media (min-width: 1025px) {
.text-lg-left {
text-align: left !important;
}
.text-lg-right {
text-align: right !important;
}
.text-lg-center {
text-align: center !important;
}
}
@media (min-width: 1230px) {
.text-xl-left {
text-align: left !important;
}
.text-xl-right {
text-align: right !important;
}
.text-xl-center {
text-align: center !important;
}
}
.text-lowercase {
text-transform: lowercase !important;
}
.text-uppercase {
text-transform: uppercase !important;
}
.text-capitalize {
text-transform: capitalize !important;
}
.font-weight-light {
font-weight: 300 !important;
}
.font-weight-normal {
font-weight: 400 !important;
}
.font-weight-bold {
font-weight: 700 !important;
}
.font-italic {
font-style: italic !important;
}
.text-white {
color: #fff !important;
}
.text-primary {
color: #007bff !important;
}
a.text-primary:hover, a.text-primary:focus {
color: #0062cc !important;
}
.text-secondary {
color: #6c757d !important;
}
a.text-secondary:hover, a.text-secondary:focus {
color: #545b62 !important;
}
.text-success {
color: #28a745 !important;
}
a.text-success:hover, a.text-success:focus {
color: #1e7e34 !important;
}
.text-info {
color: #17a2b8 !important;
}
a.text-info:hover, a.text-info:focus {
color: #117a8b !important;
}
.text-warning {
color: #ffc107 !important;
}
a.text-warning:hover, a.text-warning:focus {
color: #d39e00 !important;
}
.text-danger {
color: #dc3545 !important;
}
a.text-danger:hover, a.text-danger:focus {
color: #bd2130 !important;
}
.text-light {
color: #f8f9fa !important;
}
a.text-light:hover, a.text-light:focus {
color: #dae0e5 !important;
}
.text-dark {
color: #343a40 !important;
}
a.text-dark:hover, a.text-dark:focus {
color: #1d2124 !important;
}
.text-muted {
color: #6c757d !important;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.visible {
visibility: visible !important;
}
.invisible {
visibility: hidden !important;
}
@media print {
*,
*::before,
*::after {
text-shadow: none !important;
box-shadow: none !important;
}
a:not(.btn) {
text-decoration: underline;
}
abbr[title]::after {
content: " (" attr(title) ")";
}
pre {
white-space: pre-wrap !important;
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
@page {
size: a3;
}
body {
min-width: 1025px !important;
}
.container {
min-width: 1025px !important;
}
.navbar {
display: none;
}
.badge {
border: 1px solid #000;
}
.table {
border-collapse: collapse !important;
}
.table td,
.table th {
background-color: #fff !important;
}
.table-bordered th,
.table-bordered td {
border: 1px solid #ddd !important;
}
}*,
*::before,
*::after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-ms-overflow-style: scrollbar;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
display: block;
}
[tabindex="-1"]:focus {
outline: 0 !important;
}
hr {
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0;
overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin-top: 0;
}
p {
margin-top: 0;
}
abbr[title],
abbr[data-original-title] {
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0;
}
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit;
}
ol,
ul,
dl {
margin-top: 0;
}
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0;
}
dt {
font-weight: 700;
}
dd {
margin-bottom: .5rem;
margin-left: 0;
}
dfn {
font-style: italic;
}
b,
strong {
font-weight: bolder;
}
small {
font-size: 80%;
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
a {
color: #007bff;
text-decoration: none;
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
a:hover {
color: #0056b3;
text-decoration: underline;
}
a:not([href]):not([tabindex]) {
color: inherit;
text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
color: inherit;
text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
outline: 0;
}
pre,
code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
pre {
margin-top: 0;
overflow: auto;
-ms-overflow-style: scrollbar;
}
img {
vertical-align: middle;
border-style: none;
}
svg:not(:root) {
overflow: hidden;
}
table {
border-collapse: collapse;
}
caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: #6c757d;
text-align: left;
caption-side: bottom;
}
th {
text-align: inherit;
}
label {
display: inline-block;
}
button {
border-radius: 0;
}
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
padding: 0;
border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
-webkit-appearance: listbox;
}
textarea {
overflow: auto;
resize: vertical;
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
line-height: inherit;
color: inherit;
white-space: normal;
}
progress {
vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
[type="search"] {
outline-offset: -2px;
-webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button;
}
output {
display: inline-block;
}
summary {
display: list-item;
cursor: pointer;
}
template {
display: none;
}
[hidden] {
display: none !important;
}
.container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container {
max-width: 546px;
}
}
@media (min-width: 767px) {
.container {
max-width: 737px;
}
}
@media (min-width: 1025px) {
.container {
max-width: 990px;
}
}
@media (min-width: 1230px) {
.container {
max-width: 1200px;
}
}
.container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.no-gutters {
margin-right: 0;
margin-left: 0;
}
.no-gutters>.col,
.no-gutters>[class*="col-"] {
padding-right: 0;
padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
.col-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.col-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.col-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.col-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
.col-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.col-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
.col-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
.col-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.order-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13;
}
.order-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.order-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.order-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.order-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.order-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.order-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.order-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
.order-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
}
.order-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
}
.order-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
}
.order-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
}
.order-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11;
}
.order-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12;
}
.offset-1 {
margin-left: 8.33333%;
}
.offset-2 {
margin-left: 16.66667%;
}
.offset-3 {
margin-left: 25%;
}
.offset-4 {
margin-left: 33.33333%;
}
.offset-5 {
margin-left: 41.66667%;
}
.offset-6 {
margin-left: 50%;
}
.offset-7 {
margin-left: 58.33333%;
}
.offset-8 {
margin-left: 66.66667%;
}
.offset-9 {
margin-left: 75%;
}
.offset-10 {
margin-left: 83.33333%;
}
.offset-11 {
margin-left: 91.66667%;
}
@media (min-width: 576px) {
.col-sm {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-sm-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-sm-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
.col-sm-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.col-sm-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-sm-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.col-sm-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.col-sm-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-sm-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
.col-sm-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.col-sm-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-sm-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
.col-sm-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
.col-sm-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-sm-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.order-sm-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13;
}
.order-sm-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.order-sm-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.order-sm-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.order-sm-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.order-sm-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.order-sm-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.order-sm-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
.order-sm-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
}
.order-sm-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
}
.order-sm-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
}
.order-sm-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
}
.order-sm-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11;
}
.order-sm-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12;
}
.offset-sm-0 {
margin-left: 0;
}
.offset-sm-1 {
margin-left: 8.33333%;
}
.offset-sm-2 {
margin-left: 16.66667%;
}
.offset-sm-3 {
margin-left: 25%;
}
.offset-sm-4 {
margin-left: 33.33333%;
}
.offset-sm-5 {
margin-left: 41.66667%;
}
.offset-sm-6 {
margin-left: 50%;
}
.offset-sm-7 {
margin-left: 58.33333%;
}
.offset-sm-8 {
margin-left: 66.66667%;
}
.offset-sm-9 {
margin-left: 75%;
}
.offset-sm-10 {
margin-left: 83.33333%;
}
.offset-sm-11 {
margin-left: 91.66667%;
}
}
@media (min-width: 767px) {
.col-md {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-md-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-md-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
.col-md-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.col-md-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-md-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.col-md-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.col-md-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-md-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
.col-md-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.col-md-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-md-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
.col-md-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
.col-md-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-md-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.order-md-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13;
}
.order-md-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.order-md-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.order-md-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.order-md-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.order-md-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.order-md-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.order-md-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
.order-md-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
}
.order-md-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
}
.order-md-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
}
.order-md-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
}
.order-md-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11;
}
.order-md-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12;
}
.offset-md-0 {
margin-left: 0;
}
.offset-md-1 {
margin-left: 8.33333%;
}
.offset-md-2 {
margin-left: 16.66667%;
}
.offset-md-3 {
margin-left: 25%;
}
.offset-md-4 {
margin-left: 33.33333%;
}
.offset-md-5 {
margin-left: 41.66667%;
}
.offset-md-6 {
margin-left: 50%;
}
.offset-md-7 {
margin-left: 58.33333%;
}
.offset-md-8 {
margin-left: 66.66667%;
}
.offset-md-9 {
margin-left: 75%;
}
.offset-md-10 {
margin-left: 83.33333%;
}
.offset-md-11 {
margin-left: 91.66667%;
}
}
@media (min-width: 1025px) {
.col-lg {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-lg-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-lg-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
.col-lg-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.col-lg-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-lg-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.col-lg-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.col-lg-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-lg-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
.col-lg-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.col-lg-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-lg-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
.col-lg-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
.col-lg-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-lg-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.order-lg-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13;
}
.order-lg-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.order-lg-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.order-lg-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.order-lg-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.order-lg-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.order-lg-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.order-lg-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
.order-lg-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
}
.order-lg-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
}
.order-lg-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
}
.order-lg-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
}
.order-lg-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11;
}
.order-lg-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12;
}
.offset-lg-0 {
margin-left: 0;
}
.offset-lg-1 {
margin-left: 8.33333%;
}
.offset-lg-2 {
margin-left: 16.66667%;
}
.offset-lg-3 {
margin-left: 25%;
}
.offset-lg-4 {
margin-left: 33.33333%;
}
.offset-lg-5 {
margin-left: 41.66667%;
}
.offset-lg-6 {
margin-left: 50%;
}
.offset-lg-7 {
margin-left: 58.33333%;
}
.offset-lg-8 {
margin-left: 66.66667%;
}
.offset-lg-9 {
margin-left: 75%;
}
.offset-lg-10 {
margin-left: 83.33333%;
}
.offset-lg-11 {
margin-left: 91.66667%;
}
}
@media (min-width: 1230px) {
.col-xl {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-xl-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-xl-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
.col-xl-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.col-xl-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-xl-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.col-xl-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.col-xl-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-xl-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
.col-xl-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.col-xl-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-xl-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
.col-xl-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
.col-xl-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-xl-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.order-xl-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13;
}
.order-xl-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.order-xl-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.order-xl-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.order-xl-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.order-xl-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.order-xl-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.order-xl-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
.order-xl-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
}
.order-xl-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
}
.order-xl-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
}
.order-xl-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
}
.order-xl-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11;
}
.order-xl-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12;
}
.offset-xl-0 {
margin-left: 0;
}
.offset-xl-1 {
margin-left: 8.33333%;
}
.offset-xl-2 {
margin-left: 16.66667%;
}
.offset-xl-3 {
margin-left: 25%;
}
.offset-xl-4 {
margin-left: 33.33333%;
}
.offset-xl-5 {
margin-left: 41.66667%;
}
.offset-xl-6 {
margin-left: 50%;
}
.offset-xl-7 {
margin-left: 58.33333%;
}
.offset-xl-8 {
margin-left: 66.66667%;
}
.offset-xl-9 {
margin-left: 75%;
}
.offset-xl-10 {
margin-left: 83.33333%;
}
.offset-xl-11 {
margin-left: 91.66667%;
}
}
.form-control {
display: block;
width: 100%;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0;
-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand {
background-color: transparent;
border: 0;
}
.form-control:focus {
color: #495057;
background-color: #fff;
border-color: #80bdff;
outline: 0;
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control::-moz-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control::-ms-input-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control::placeholder {
color: #6c757d;
opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
background-color: #e9ecef;
opacity: 1;
}
select.form-control:not([size]):not([multiple]) {
height: calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value {
color: #495057;
background-color: #fff;
}
.form-control-file,
.form-control-range {
display: block;
width: 100%;
}
.col-form-label {
padding-top: calc(0.375rem + 1px);
padding-bottom: calc(0.375rem + 1px);
margin-bottom: 0;
font-size: inherit;
line-height: 1.5;
}
.col-form-label-lg {
padding-top: calc(0.5rem + 1px);
padding-bottom: calc(0.5rem + 1px);
font-size: 1.25rem;
line-height: 1.5;
}
.col-form-label-sm {
padding-top: calc(0.25rem + 1px);
padding-bottom: calc(0.25rem + 1px);
font-size: 0.875rem;
line-height: 1.5;
}
.form-control-plaintext {
display: block;
width: 100%;
padding-top: 0.375rem;
padding-bottom: 0.375rem;
margin-bottom: 0;
line-height: 1.5;
background-color: transparent;
border: solid transparent;
border-width: 1px 0;
}
.form-control-plaintext.form-control-sm,
.input-group-sm>.form-control-plaintext.form-control,
.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,
.input-group-sm>.input-group-append>.form-control-plaintext.btn,
.form-control-plaintext.form-control-lg,
.input-group-lg>.form-control-plaintext.form-control,
.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,
.input-group-lg>.input-group-append>.form-control-plaintext.btn {
padding-right: 0;
padding-left: 0;
}
.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-append>.btn {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0;
}
select.form-control-sm:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]) {
height: calc(1.8125rem + 2px);
}
.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-append>.btn {
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0;
}
select.form-control-lg:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]) {
height: calc(2.875rem + 2px);
}
.form-group {
margin-bottom: 1rem;
}
.form-text {
display: block;
margin-top: 0.25rem;
}
.form-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -5px;
margin-left: -5px;
}
.form-row>.col,
.form-row>[class*="col-"] {
padding-right: 5px;
padding-left: 5px;
}
.form-check {
position: relative;
display: block;
padding-left: 1.25rem;
}
.form-check-input {
position: absolute;
margin-top: 0.3rem;
margin-left: -1.25rem;
}
.form-check-input:disabled~.form-check-label {
color: #6c757d;
}
.form-check-label {
margin-bottom: 0;
}
.form-check-inline {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-left: 0;
margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
position: static;
margin-top: 0;
margin-right: 0.3125rem;
margin-left: 0;
}
.valid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 80%;
color: #28a745;
}
.valid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: .5rem;
margin-top: .1rem;
font-size: .875rem;
line-height: 1;
color: #fff;
background-color: rgba(40, 167, 69, 0.8);
border-radius: .2rem;
}
.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
border-color: #28a745;
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
border-color: #28a745;
-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip {
display: block;
}
.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
color: #28a745;
}
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip {
display: block;
}
.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
color: #28a745;
}
.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
background-color: #71dd8a;
}
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip,
.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip {
display: block;
}
.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
border-color: #28a745;
}
.was-validated .custom-file-input:valid~.custom-file-label::before,
.custom-file-input.is-valid~.custom-file-label::before {
border-color: inherit;
}
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip,
.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip {
display: block;
}
.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 80%;
color: #dc3545;
}
.invalid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: .5rem;
margin-top: .1rem;
font-size: .875rem;
line-height: 1;
color: #fff;
background-color: rgba(220, 53, 69, 0.8);
border-radius: .2rem;
}
.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
border-color: #dc3545;
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
border-color: #dc3545;
-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip {
display: block;
}
.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
color: #dc3545;
}
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip {
display: block;
}
.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
color: #dc3545;
}
.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
background-color: #efa2a9;
}
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip,
.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip {
display: block;
}
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
border-color: #dc3545;
}
.was-validated .custom-file-input:invalid~.custom-file-label::before,
.custom-file-input.is-invalid~.custom-file-label::before {
border-color: inherit;
}
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip,
.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip {
display: block;
}
.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.form-inline .form-check {
width: 100%;
}
@media (min-width: 576px) {
.form-inline label {
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;
margin-bottom: 0;
}
.form-inline .form-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 0;
}
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.form-inline .form-control-plaintext {
display: inline-block;
}
.form-inline .input-group {
width: auto;
}
.form-inline .form-check {
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: auto;
padding-left: 0;
}
.form-inline .form-check-input {
position: relative;
margin-top: 0;
margin-right: 0.25rem;
margin-left: 0;
}
.form-inline .custom-control {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.form-inline .custom-control-label {
margin-bottom: 0;
}
}
.btn {
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 0;
-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.btn:hover,
.btn:focus {
text-decoration: none;
}
.btn:focus,
.btn.focus {
outline: 0;
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
background-image: none;
}
a.btn.disabled,
fieldset:disabled a.btn {
pointer-events: none;
}
.btn-primary {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.btn-primary:hover {
color: #fff;
background-color: #0069d9;
border-color: #0062cc;
}
.btn-primary:focus,
.btn-primary.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
color: #fff;
background-color: #0062cc;
border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-secondary {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-secondary:hover {
color: #fff;
background-color: #5a6268;
border-color: #545b62;
}
.btn-secondary:focus,
.btn-secondary.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
color: #fff;
background-color: #545b62;
border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-success {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.btn-success:hover {
color: #fff;
background-color: #218838;
border-color: #1e7e34;
}
.btn-success:focus,
.btn-success.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
color: #fff;
background-color: #1e7e34;
border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-info {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.btn-info:hover {
color: #fff;
background-color: #138496;
border-color: #117a8b;
}
.btn-info:focus,
.btn-info.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
color: #fff;
background-color: #117a8b;
border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-warning {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-warning:hover {
color: #212529;
background-color: #e0a800;
border-color: #d39e00;
}
.btn-warning:focus,
.btn-warning.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
color: #212529;
background-color: #d39e00;
border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-danger {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-danger:hover {
color: #fff;
background-color: #c82333;
border-color: #bd2130;
}
.btn-danger:focus,
.btn-danger.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
color: #fff;
background-color: #bd2130;
border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-light {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-light:hover {
color: #212529;
background-color: #e2e6ea;
border-color: #dae0e5;
}
.btn-light:focus,
.btn-light.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
color: #212529;
background-color: #dae0e5;
border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-dark {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.btn-dark:hover {
color: #fff;
background-color: #23272b;
border-color: #1d2124;
}
.btn-dark:focus,
.btn-dark.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
color: #fff;
background-color: #1d2124;
border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-primary {
color: #007bff;
background-color: transparent;
background-image: none;
border-color: #007bff;
}
.btn-outline-primary:hover {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
color: #007bff;
background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
color: #6c757d;
background-color: transparent;
background-image: none;
border-color: #6c757d;
}
.btn-outline-secondary:hover {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
color: #6c757d;
background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
color: #28a745;
background-color: transparent;
background-image: none;
border-color: #28a745;
}
.btn-outline-success:hover {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
color: #28a745;
background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
color: #17a2b8;
background-color: transparent;
background-image: none;
border-color: #17a2b8;
}
.btn-outline-info:hover {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
color: #17a2b8;
background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
color: #ffc107;
background-color: transparent;
background-image: none;
border-color: #ffc107;
}
.btn-outline-warning:hover {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
color: #ffc107;
background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
color: #dc3545;
background-color: transparent;
background-image: none;
border-color: #dc3545;
}
.btn-outline-danger:hover {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
color: #dc3545;
background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
color: #f8f9fa;
background-color: transparent;
background-image: none;
border-color: #f8f9fa;
}
.btn-outline-light:hover {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-outline-light:focus,
.btn-outline-light.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
color: #f8f9fa;
background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
color: #343a40;
background-color: transparent;
background-image: none;
border-color: #343a40;
}
.btn-outline-dark:hover {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
color: #343a40;
background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
font-weight: 400;
color: #007bff;
background-color: transparent;
}
.btn-link:hover {
color: #0056b3;
text-decoration: underline;
background-color: transparent;
border-color: transparent;
}
.btn-link:focus,
.btn-link.focus {
text-decoration: underline;
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-link:disabled,
.btn-link.disabled {
color: #6c757d;
}
.btn-lg {
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0;
}
.btn-sm {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0;
}
.btn-block {
display: block;
width: 100%;
}
.btn-block+.btn-block {
margin-top: 0.5rem;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%;
}
.input-group {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
width: 100%;
}
.input-group>.form-control,
.input-group>.custom-select,
.input-group>.custom-file {
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
width: 1%;
margin-bottom: 0;
}
.input-group>.form-control:focus,
.input-group>.custom-select:focus,
.input-group>.custom-file:focus {
z-index: 3;
}
.input-group>.form-control+.form-control,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.custom-file,
.input-group>.custom-select+.form-control,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.custom-file,
.input-group>.custom-file+.form-control,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.custom-file {
margin-left: -1px;
}
.input-group>.form-control:not(:last-child),
.input-group>.custom-select:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group>.form-control:not(:first-child),
.input-group>.custom-select:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.input-group>.custom-file {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::before {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group>.custom-file:not(:first-child) .custom-file-label,
.input-group>.custom-file:not(:first-child) .custom-file-label::before {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.input-group-prepend,
.input-group-append {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
position: relative;
z-index: 2;
}
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .input-group-text+.btn {
margin-left: -1px;
}
.input-group-prepend {
margin-right: -1px;
}
.input-group-append {
margin-left: -1px;
}
.input-group-text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0.375rem 0.75rem;
margin-bottom: 0;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
text-align: center;
white-space: nowrap;
background-color: #e9ecef;
border: 1px solid #ced4da;
border-radius: 0;
}
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
margin-top: 0;
}
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text,
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.modal-open {
overflow: hidden;
}
.modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 25;
display: none;
overflow: hidden;
outline: 0;
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.modal-dialog {
position: relative;
width: auto;
margin: 10px;
pointer-events: none;
}
.modal.fade .modal-dialog {
-webkit-transition: -webkit-transform 0.3s ease-out;
transition: -webkit-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
-webkit-transform: translate(0, -25%);
transform: translate(0, -25%);
}
.modal.show .modal-dialog {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
.modal-dialog-centered {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (10px * 2));
}
.modal-content {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: transparent;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0;
outline: 0;
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 24;
background-color: #000;
}
.modal-backdrop.fade {
opacity: 0;
}
.modal-backdrop.show {
opacity: 0.5;
}
.modal-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 0;
border-bottom: 1px solid #e9ecef;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.modal-header .close {
padding: 0;
margin: 0 0 0 auto;
}
.modal-title {
margin-bottom: 0;
line-height: 1.5;
}
.modal-body {
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 15px;
}
.modal-footer {
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;
padding: 15px;
border-top: 1px solid #e9ecef;
}
.modal-footer> :not(:first-child) {
margin-left: .25rem;
}
.modal-footer> :not(:last-child) {
margin-right: .25rem;
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
@media (min-width: 576px) {
.modal-dialog {
max-width: 500px;
margin: 30px auto;
}
.modal-dialog-centered {
min-height: calc(100% - (30px * 2));
}
.modal-sm {
max-width: 300px;
}
}
@media (min-width: 1025px) {
.modal-lg {
max-width: 800px;
}
}
.align-baseline {
vertical-align: baseline !important;
}
.align-top {
vertical-align: top !important;
}
.align-middle {
vertical-align: middle !important;
}
.align-bottom {
vertical-align: bottom !important;
}
.align-text-bottom {
vertical-align: text-bottom !important;
}
.align-text-top {
vertical-align: text-top !important;
}
.bg-primary {
background-color: #007bff !important;
}
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
background-color: #0062cc !important;
}
.bg-secondary {
background-color: #6c757d !important;
}
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
background-color: #545b62 !important;
}
.bg-success {
background-color: #28a745 !important;
}
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
background-color: #1e7e34 !important;
}
.bg-info {
background-color: #17a2b8 !important;
}
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
background-color: #117a8b !important;
}
.bg-warning {
background-color: #ffc107 !important;
}
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
background-color: #d39e00 !important;
}
.bg-danger {
background-color: #dc3545 !important;
}
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
background-color: #bd2130 !important;
}
.bg-light {
background-color: #f8f9fa !important;
}
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
background-color: #dae0e5 !important;
}
.bg-dark {
background-color: #343a40 !important;
}
a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
background-color: #1d2124 !important;
}
.bg-white {
background-color: #fff !important;
}
.bg-transparent {
background-color: transparent !important;
}
.border {
border: 1px solid #dee2e6 !important;
}
.border-top {
border-top: 1px solid #dee2e6 !important;
}
.border-right {
border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
border-left: 1px solid #dee2e6 !important;
}
.border-0 {
border: 0 !important;
}
.border-top-0 {
border-top: 0 !important;
}
.border-right-0 {
border-right: 0 !important;
}
.border-bottom-0 {
border-bottom: 0 !important;
}
.border-left-0 {
border-left: 0 !important;
}
.border-primary {
border-color: #007bff !important;
}
.border-secondary {
border-color: #6c757d !important;
}
.border-success {
border-color: #28a745 !important;
}
.border-info {
border-color: #17a2b8 !important;
}
.border-warning {
border-color: #ffc107 !important;
}
.border-danger {
border-color: #dc3545 !important;
}
.border-light {
border-color: #f8f9fa !important;
}
.border-dark {
border-color: #343a40 !important;
}
.border-white {
border-color: #fff !important;
}
.rounded {
border-radius: 0 !important;
}
.rounded-top {
border-top-left-radius: 0 !important;
border-top-right-radius: 0 !important;
}
.rounded-right {
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
.rounded-bottom {
border-bottom-right-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}
.rounded-left {
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}
.rounded-circle {
border-radius: 50% !important;
}
.rounded-0 {
border-radius: 0 !important;
}
.clearfix::after {
display: block;
clear: both;
content: "";
}
.d-none {
display: none !important;
}
.d-inline {
display: inline !important;
}
.d-inline-block {
display: inline-block !important;
}
.d-block {
display: block !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;
}
@media (min-width: 576px) {
.d-sm-none {
display: none !important;
}
.d-sm-inline {
display: inline !important;
}
.d-sm-inline-block {
display: inline-block !important;
}
.d-sm-block {
display: block !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;
}
}
@media (min-width: 767px) {
.d-md-none {
display: none !important;
}
.d-md-inline {
display: inline !important;
}
.d-md-inline-block {
display: inline-block !important;
}
.d-md-block {
display: block !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;
}
}
@media (min-width: 1025px) {
.d-lg-none {
display: none !important;
}
.d-lg-inline {
display: inline !important;
}
.d-lg-inline-block {
display: inline-block !important;
}
.d-lg-block {
display: block !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;
}
}
@media (min-width: 1230px) {
.d-xl-none {
display: none !important;
}
.d-xl-inline {
display: inline !important;
}
.d-xl-inline-block {
display: inline-block !important;
}
.d-xl-block {
display: block !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;
}
}
@media print {
.d-print-none {
display: none !important;
}
.d-print-inline {
display: inline !important;
}
.d-print-inline-block {
display: inline-block !important;
}
.d-print-block {
display: block !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;
}
}
.embed-responsive {
position: relative;
display: block;
width: 100%;
padding: 0;
overflow: hidden;
}
.embed-responsive::before {
display: block;
content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
.embed-responsive-21by9::before {
padding-top: 42.85714%;
}
.embed-responsive-16by9::before {
padding-top: 56.25%;
}
.embed-responsive-4by3::before {
padding-top: 75%;
}
.embed-responsive-1by1::before {
padding-top: 100%;
}
.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-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;
}
.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;
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;
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;
align-self: stretch !important;
}
@media (min-width: 576px) {
.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-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;
}
.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;
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;
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;
align-self: stretch !important;
}
}
@media (min-width: 767px) {
.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-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;
}
.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;
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;
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;
align-self: stretch !important;
}
}
@media (min-width: 1025px) {
.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-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;
}
.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;
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;
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;
align-self: stretch !important;
}
}
@media (min-width: 1230px) {
.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-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;
}
.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;
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;
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;
align-self: stretch !important;
}
}
.float-left {
float: left !important;
}
.float-right {
float: right !important;
}
.float-none {
float: none !important;
}
@media (min-width: 576px) {
.float-sm-left {
float: left !important;
}
.float-sm-right {
float: right !important;
}
.float-sm-none {
float: none !important;
}
}
@media (min-width: 767px) {
.float-md-left {
float: left !important;
}
.float-md-right {
float: right !important;
}
.float-md-none {
float: none !important;
}
}
@media (min-width: 1025px) {
.float-lg-left {
float: left !important;
}
.float-lg-right {
float: right !important;
}
.float-lg-none {
float: none !important;
}
}
@media (min-width: 1230px) {
.float-xl-left {
float: left !important;
}
.float-xl-right {
float: right !important;
}
.float-xl-none {
float: none !important;
}
}
.position-static {
position: static !important;
}
.position-relative {
position: relative !important;
}
.position-absolute {
position: absolute !important;
}
.position-fixed {
position: fixed !important;
}
.position-sticky {
position: sticky !important;
}
.fixed-top {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 23;
}
.fixed-bottom {
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 23;
}
@supports (position: sticky) {
.sticky-top {
position: sticky;
top: 0;
z-index: 22;
}
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
overflow: visible;
clip: auto;
white-space: normal;
-webkit-clip-path: none;
clip-path: none;
}
.w-25 {
width: 25% !important;
}
.w-50 {
width: 50% !important;
}
.w-75 {
width: 75% !important;
}
.w-100 {
width: 100% !important;
}
.h-25 {
height: 25% !important;
}
.h-50 {
height: 50% !important;
}
.h-75 {
height: 75% !important;
}
.h-100 {
height: 100% !important;
}
.mw-100 {
max-width: 100% !important;
}
.mh-100 {
max-height: 100% !important;
}
.m-0 {
margin: 0 !important;
}
.mt-0,
.my-0 {
margin-top: 0 !important;
}
.mr-0,
.mx-0 {
margin-right: 0 !important;
}
.mb-0,
.my-0 {
margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
margin-left: 0 !important;
}
.m-1 {
margin: 0.25rem !important;
}
.mt-1,
.my-1 {
margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
margin-left: 0.25rem !important;
}
.m-2 {
margin: 0.5rem !important;
}
.mt-2,
.my-2 {
margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
margin-left: 0.5rem !important;
}
.m-3 {
margin: 1rem !important;
}
.mt-3,
.my-3 {
margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
margin-right: 1rem !important;
}
.mb-3,
.my-3 {
margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
margin-left: 1rem !important;
}
.m-4 {
margin: 1.5rem !important;
}
.mt-4,
.my-4 {
margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
margin-left: 1.5rem !important;
}
.m-5 {
margin: 3rem !important;
}
.mt-5,
.my-5 {
margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
margin-right: 3rem !important;
}
.mb-5,
.my-5 {
margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
margin-left: 3rem !important;
}
.p-0 {
padding: 0 !important;
}
.pt-0,
.py-0 {
padding-top: 0 !important;
}
.pr-0,
.px-0 {
padding-right: 0 !important;
}
.pb-0,
.py-0 {
padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
padding-left: 0 !important;
}
.p-1 {
padding: 0.25rem !important;
}
.pt-1,
.py-1 {
padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
padding-left: 0.25rem !important;
}
.p-2 {
padding: 0.5rem !important;
}
.pt-2,
.py-2 {
padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
padding-left: 0.5rem !important;
}
.p-3 {
padding: 1rem !important;
}
.pt-3,
.py-3 {
padding-top: 1rem !important;
}
.pr-3,
.px-3 {
padding-right: 1rem !important;
}
.pb-3,
.py-3 {
padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
padding-left: 1rem !important;
}
.p-4 {
padding: 1.5rem !important;
}
.pt-4,
.py-4 {
padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
padding-left: 1.5rem !important;
}
.p-5 {
padding: 3rem !important;
}
.pt-5,
.py-5 {
padding-top: 3rem !important;
}
.pr-5,
.px-5 {
padding-right: 3rem !important;
}
.pb-5,
.py-5 {
padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
padding-left: 3rem !important;
}
.m-auto {
margin: auto !important;
}
.mt-auto,
.my-auto {
margin-top: auto !important;
}
.mr-auto,
.mx-auto {
margin-right: auto !important;
}
.mb-auto,
.my-auto {
margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
margin-left: auto !important;
}
@media (min-width: 576px) {
.m-sm-0 {
margin: 0 !important;
}
.mt-sm-0,
.my-sm-0 {
margin-top: 0 !important;
}
.mr-sm-0,
.mx-sm-0 {
margin-right: 0 !important;
}
.mb-sm-0,
.my-sm-0 {
margin-bottom: 0 !important;
}
.ml-sm-0,
.mx-sm-0 {
margin-left: 0 !important;
}
.m-sm-1 {
margin: 0.25rem !important;
}
.mt-sm-1,
.my-sm-1 {
margin-top: 0.25rem !important;
}
.mr-sm-1,
.mx-sm-1 {
margin-right: 0.25rem !important;
}
.mb-sm-1,
.my-sm-1 {
margin-bottom: 0.25rem !important;
}
.ml-sm-1,
.mx-sm-1 {
margin-left: 0.25rem !important;
}
.m-sm-2 {
margin: 0.5rem !important;
}
.mt-sm-2,
.my-sm-2 {
margin-top: 0.5rem !important;
}
.mr-sm-2,
.mx-sm-2 {
margin-right: 0.5rem !important;
}
.mb-sm-2,
.my-sm-2 {
margin-bottom: 0.5rem !important;
}
.ml-sm-2,
.mx-sm-2 {
margin-left: 0.5rem !important;
}
.m-sm-3 {
margin: 1rem !important;
}
.mt-sm-3,
.my-sm-3 {
margin-top: 1rem !important;
}
.mr-sm-3,
.mx-sm-3 {
margin-right: 1rem !important;
}
.mb-sm-3,
.my-sm-3 {
margin-bottom: 1rem !important;
}
.ml-sm-3,
.mx-sm-3 {
margin-left: 1rem !important;
}
.m-sm-4 {
margin: 1.5rem !important;
}
.mt-sm-4,
.my-sm-4 {
margin-top: 1.5rem !important;
}
.mr-sm-4,
.mx-sm-4 {
margin-right: 1.5rem !important;
}
.mb-sm-4,
.my-sm-4 {
margin-bottom: 1.5rem !important;
}
.ml-sm-4,
.mx-sm-4 {
margin-left: 1.5rem !important;
}
.m-sm-5 {
margin: 3rem !important;
}
.mt-sm-5,
.my-sm-5 {
margin-top: 3rem !important;
}
.mr-sm-5,
.mx-sm-5 {
margin-right: 3rem !important;
}
.mb-sm-5,
.my-sm-5 {
margin-bottom: 3rem !important;
}
.ml-sm-5,
.mx-sm-5 {
margin-left: 3rem !important;
}
.p-sm-0 {
padding: 0 !important;
}
.pt-sm-0,
.py-sm-0 {
padding-top: 0 !important;
}
.pr-sm-0,
.px-sm-0 {
padding-right: 0 !important;
}
.pb-sm-0,
.py-sm-0 {
padding-bottom: 0 !important;
}
.pl-sm-0,
.px-sm-0 {
padding-left: 0 !important;
}
.p-sm-1 {
padding: 0.25rem !important;
}
.pt-sm-1,
.py-sm-1 {
padding-top: 0.25rem !important;
}
.pr-sm-1,
.px-sm-1 {
padding-right: 0.25rem !important;
}
.pb-sm-1,
.py-sm-1 {
padding-bottom: 0.25rem !important;
}
.pl-sm-1,
.px-sm-1 {
padding-left: 0.25rem !important;
}
.p-sm-2 {
padding: 0.5rem !important;
}
.pt-sm-2,
.py-sm-2 {
padding-top: 0.5rem !important;
}
.pr-sm-2,
.px-sm-2 {
padding-right: 0.5rem !important;
}
.pb-sm-2,
.py-sm-2 {
padding-bottom: 0.5rem !important;
}
.pl-sm-2,
.px-sm-2 {
padding-left: 0.5rem !important;
}
.p-sm-3 {
padding: 1rem !important;
}
.pt-sm-3,
.py-sm-3 {
padding-top: 1rem !important;
}
.pr-sm-3,
.px-sm-3 {
padding-right: 1rem !important;
}
.pb-sm-3,
.py-sm-3 {
padding-bottom: 1rem !important;
}
.pl-sm-3,
.px-sm-3 {
padding-left: 1rem !important;
}
.p-sm-4 {
padding: 1.5rem !important;
}
.pt-sm-4,
.py-sm-4 {
padding-top: 1.5rem !important;
}
.pr-sm-4,
.px-sm-4 {
padding-right: 1.5rem !important;
}
.pb-sm-4,
.py-sm-4 {
padding-bottom: 1.5rem !important;
}
.pl-sm-4,
.px-sm-4 {
padding-left: 1.5rem !important;
}
.p-sm-5 {
padding: 3rem !important;
}
.pt-sm-5,
.py-sm-5 {
padding-top: 3rem !important;
}
.pr-sm-5,
.px-sm-5 {
padding-right: 3rem !important;
}
.pb-sm-5,
.py-sm-5 {
padding-bottom: 3rem !important;
}
.pl-sm-5,
.px-sm-5 {
padding-left: 3rem !important;
}
.m-sm-auto {
margin: auto !important;
}
.mt-sm-auto,
.my-sm-auto {
margin-top: auto !important;
}
.mr-sm-auto,
.mx-sm-auto {
margin-right: auto !important;
}
.mb-sm-auto,
.my-sm-auto {
margin-bottom: auto !important;
}
.ml-sm-auto,
.mx-sm-auto {
margin-left: auto !important;
}
}
@media (min-width: 767px) {
.m-md-0 {
margin: 0 !important;
}
.mt-md-0,
.my-md-0 {
margin-top: 0 !important;
}
.mr-md-0,
.mx-md-0 {
margin-right: 0 !important;
}
.mb-md-0,
.my-md-0 {
margin-bottom: 0 !important;
}
.ml-md-0,
.mx-md-0 {
margin-left: 0 !important;
}
.m-md-1 {
margin: 0.25rem !important;
}
.mt-md-1,
.my-md-1 {
margin-top: 0.25rem !important;
}
.mr-md-1,
.mx-md-1 {
margin-right: 0.25rem !important;
}
.mb-md-1,
.my-md-1 {
margin-bottom: 0.25rem !important;
}
.ml-md-1,
.mx-md-1 {
margin-left: 0.25rem !important;
}
.m-md-2 {
margin: 0.5rem !important;
}
.mt-md-2,
.my-md-2 {
margin-top: 0.5rem !important;
}
.mr-md-2,
.mx-md-2 {
margin-right: 0.5rem !important;
}
.mb-md-2,
.my-md-2 {
margin-bottom: 0.5rem !important;
}
.ml-md-2,
.mx-md-2 {
margin-left: 0.5rem !important;
}
.m-md-3 {
margin: 1rem !important;
}
.mt-md-3,
.my-md-3 {
margin-top: 1rem !important;
}
.mr-md-3,
.mx-md-3 {
margin-right: 1rem !important;
}
.mb-md-3,
.my-md-3 {
margin-bottom: 1rem !important;
}
.ml-md-3,
.mx-md-3 {
margin-left: 1rem !important;
}
.m-md-4 {
margin: 1.5rem !important;
}
.mt-md-4,
.my-md-4 {
margin-top: 1.5rem !important;
}
.mr-md-4,
.mx-md-4 {
margin-right: 1.5rem !important;
}
.mb-md-4,
.my-md-4 {
margin-bottom: 1.5rem !important;
}
.ml-md-4,
.mx-md-4 {
margin-left: 1.5rem !important;
}
.m-md-5 {
margin: 3rem !important;
}
.mt-md-5,
.my-md-5 {
margin-top: 3rem !important;
}
.mr-md-5,
.mx-md-5 {
margin-right: 3rem !important;
}
.mb-md-5,
.my-md-5 {
margin-bottom: 3rem !important;
}
.ml-md-5,
.mx-md-5 {
margin-left: 3rem !important;
}
.p-md-0 {
padding: 0 !important;
}
.pt-md-0,
.py-md-0 {
padding-top: 0 !important;
}
.pr-md-0,
.px-md-0 {
padding-right: 0 !important;
}
.pb-md-0,
.py-md-0 {
padding-bottom: 0 !important;
}
.pl-md-0,
.px-md-0 {
padding-left: 0 !important;
}
.p-md-1 {
padding: 0.25rem !important;
}
.pt-md-1,
.py-md-1 {
padding-top: 0.25rem !important;
}
.pr-md-1,
.px-md-1 {
padding-right: 0.25rem !important;
}
.pb-md-1,
.py-md-1 {
padding-bottom: 0.25rem !important;
}
.pl-md-1,
.px-md-1 {
padding-left: 0.25rem !important;
}
.p-md-2 {
padding: 0.5rem !important;
}
.pt-md-2,
.py-md-2 {
padding-top: 0.5rem !important;
}
.pr-md-2,
.px-md-2 {
padding-right: 0.5rem !important;
}
.pb-md-2,
.py-md-2 {
padding-bottom: 0.5rem !important;
}
.pl-md-2,
.px-md-2 {
padding-left: 0.5rem !important;
}
.p-md-3 {
padding: 1rem !important;
}
.pt-md-3,
.py-md-3 {
padding-top: 1rem !important;
}
.pr-md-3,
.px-md-3 {
padding-right: 1rem !important;
}
.pb-md-3,
.py-md-3 {
padding-bottom: 1rem !important;
}
.pl-md-3,
.px-md-3 {
padding-left: 1rem !important;
}
.p-md-4 {
padding: 1.5rem !important;
}
.pt-md-4,
.py-md-4 {
padding-top: 1.5rem !important;
}
.pr-md-4,
.px-md-4 {
padding-right: 1.5rem !important;
}
.pb-md-4,
.py-md-4 {
padding-bottom: 1.5rem !important;
}
.pl-md-4,
.px-md-4 {
padding-left: 1.5rem !important;
}
.p-md-5 {
padding: 3rem !important;
}
.pt-md-5,
.py-md-5 {
padding-top: 3rem !important;
}
.pr-md-5,
.px-md-5 {
padding-right: 3rem !important;
}
.pb-md-5,
.py-md-5 {
padding-bottom: 3rem !important;
}
.pl-md-5,
.px-md-5 {
padding-left: 3rem !important;
}
.m-md-auto {
margin: auto !important;
}
.mt-md-auto,
.my-md-auto {
margin-top: auto !important;
}
.mr-md-auto,
.mx-md-auto {
margin-right: auto !important;
}
.mb-md-auto,
.my-md-auto {
margin-bottom: auto !important;
}
.ml-md-auto,
.mx-md-auto {
margin-left: auto !important;
}
}
@media (min-width: 1025px) {
.m-lg-0 {
margin: 0 !important;
}
.mt-lg-0,
.my-lg-0 {
margin-top: 0 !important;
}
.mr-lg-0,
.mx-lg-0 {
margin-right: 0 !important;
}
.mb-lg-0,
.my-lg-0 {
margin-bottom: 0 !important;
}
.ml-lg-0,
.mx-lg-0 {
margin-left: 0 !important;
}
.m-lg-1 {
margin: 0.25rem !important;
}
.mt-lg-1,
.my-lg-1 {
margin-top: 0.25rem !important;
}
.mr-lg-1,
.mx-lg-1 {
margin-right: 0.25rem !important;
}
.mb-lg-1,
.my-lg-1 {
margin-bottom: 0.25rem !important;
}
.ml-lg-1,
.mx-lg-1 {
margin-left: 0.25rem !important;
}
.m-lg-2 {
margin: 0.5rem !important;
}
.mt-lg-2,
.my-lg-2 {
margin-top: 0.5rem !important;
}
.mr-lg-2,
.mx-lg-2 {
margin-right: 0.5rem !important;
}
.mb-lg-2,
.my-lg-2 {
margin-bottom: 0.5rem !important;
}
.ml-lg-2,
.mx-lg-2 {
margin-left: 0.5rem !important;
}
.m-lg-3 {
margin: 1rem !important;
}
.mt-lg-3,
.my-lg-3 {
margin-top: 1rem !important;
}
.mr-lg-3,
.mx-lg-3 {
margin-right: 1rem !important;
}
.mb-lg-3,
.my-lg-3 {
margin-bottom: 1rem !important;
}
.ml-lg-3,
.mx-lg-3 {
margin-left: 1rem !important;
}
.m-lg-4 {
margin: 1.5rem !important;
}
.mt-lg-4,
.my-lg-4 {
margin-top: 1.5rem !important;
}
.mr-lg-4,
.mx-lg-4 {
margin-right: 1.5rem !important;
}
.mb-lg-4,
.my-lg-4 {
margin-bottom: 1.5rem !important;
}
.ml-lg-4,
.mx-lg-4 {
margin-left: 1.5rem !important;
}
.m-lg-5 {
margin: 3rem !important;
}
.mt-lg-5,
.my-lg-5 {
margin-top: 3rem !important;
}
.mr-lg-5,
.mx-lg-5 {
margin-right: 3rem !important;
}
.mb-lg-5,
.my-lg-5 {
margin-bottom: 3rem !important;
}
.ml-lg-5,
.mx-lg-5 {
margin-left: 3rem !important;
}
.p-lg-0 {
padding: 0 !important;
}
.pt-lg-0,
.py-lg-0 {
padding-top: 0 !important;
}
.pr-lg-0,
.px-lg-0 {
padding-right: 0 !important;
}
.pb-lg-0,
.py-lg-0 {
padding-bottom: 0 !important;
}
.pl-lg-0,
.px-lg-0 {
padding-left: 0 !important;
}
.p-lg-1 {
padding: 0.25rem !important;
}
.pt-lg-1,
.py-lg-1 {
padding-top: 0.25rem !important;
}
.pr-lg-1,
.px-lg-1 {
padding-right: 0.25rem !important;
}
.pb-lg-1,
.py-lg-1 {
padding-bottom: 0.25rem !important;
}
.pl-lg-1,
.px-lg-1 {
padding-left: 0.25rem !important;
}
.p-lg-2 {
padding: 0.5rem !important;
}
.pt-lg-2,
.py-lg-2 {
padding-top: 0.5rem !important;
}
.pr-lg-2,
.px-lg-2 {
padding-right: 0.5rem !important;
}
.pb-lg-2,
.py-lg-2 {
padding-bottom: 0.5rem !important;
}
.pl-lg-2,
.px-lg-2 {
padding-left: 0.5rem !important;
}
.p-lg-3 {
padding: 1rem !important;
}
.pt-lg-3,
.py-lg-3 {
padding-top: 1rem !important;
}
.pr-lg-3,
.px-lg-3 {
padding-right: 1rem !important;
}
.pb-lg-3,
.py-lg-3 {
padding-bottom: 1rem !important;
}
.pl-lg-3,
.px-lg-3 {
padding-left: 1rem !important;
}
.p-lg-4 {
padding: 1.5rem !important;
}
.pt-lg-4,
.py-lg-4 {
padding-top: 1.5rem !important;
}
.pr-lg-4,
.px-lg-4 {
padding-right: 1.5rem !important;
}
.pb-lg-4,
.py-lg-4 {
padding-bottom: 1.5rem !important;
}
.pl-lg-4,
.px-lg-4 {
padding-left: 1.5rem !important;
}
.p-lg-5 {
padding: 3rem !important;
}
.pt-lg-5,
.py-lg-5 {
padding-top: 3rem !important;
}
.pr-lg-5,
.px-lg-5 {
padding-right: 3rem !important;
}
.pb-lg-5,
.py-lg-5 {
padding-bottom: 3rem !important;
}
.pl-lg-5,
.px-lg-5 {
padding-left: 3rem !important;
}
.m-lg-auto {
margin: auto !important;
}
.mt-lg-auto,
.my-lg-auto {
margin-top: auto !important;
}
.mr-lg-auto,
.mx-lg-auto {
margin-right: auto !important;
}
.mb-lg-auto,
.my-lg-auto {
margin-bottom: auto !important;
}
.ml-lg-auto,
.mx-lg-auto {
margin-left: auto !important;
}
}
@media (min-width: 1230px) {
.m-xl-0 {
margin: 0 !important;
}
.mt-xl-0,
.my-xl-0 {
margin-top: 0 !important;
}
.mr-xl-0,
.mx-xl-0 {
margin-right: 0 !important;
}
.mb-xl-0,
.my-xl-0 {
margin-bottom: 0 !important;
}
.ml-xl-0,
.mx-xl-0 {
margin-left: 0 !important;
}
.m-xl-1 {
margin: 0.25rem !important;
}
.mt-xl-1,
.my-xl-1 {
margin-top: 0.25rem !important;
}
.mr-xl-1,
.mx-xl-1 {
margin-right: 0.25rem !important;
}
.mb-xl-1,
.my-xl-1 {
margin-bottom: 0.25rem !important;
}
.ml-xl-1,
.mx-xl-1 {
margin-left: 0.25rem !important;
}
.m-xl-2 {
margin: 0.5rem !important;
}
.mt-xl-2,
.my-xl-2 {
margin-top: 0.5rem !important;
}
.mr-xl-2,
.mx-xl-2 {
margin-right: 0.5rem !important;
}
.mb-xl-2,
.my-xl-2 {
margin-bottom: 0.5rem !important;
}
.ml-xl-2,
.mx-xl-2 {
margin-left: 0.5rem !important;
}
.m-xl-3 {
margin: 1rem !important;
}
.mt-xl-3,
.my-xl-3 {
margin-top: 1rem !important;
}
.mr-xl-3,
.mx-xl-3 {
margin-right: 1rem !important;
}
.mb-xl-3,
.my-xl-3 {
margin-bottom: 1rem !important;
}
.ml-xl-3,
.mx-xl-3 {
margin-left: 1rem !important;
}
.m-xl-4 {
margin: 1.5rem !important;
}
.mt-xl-4,
.my-xl-4 {
margin-top: 1.5rem !important;
}
.mr-xl-4,
.mx-xl-4 {
margin-right: 1.5rem !important;
}
.mb-xl-4,
.my-xl-4 {
margin-bottom: 1.5rem !important;
}
.ml-xl-4,
.mx-xl-4 {
margin-left: 1.5rem !important;
}
.m-xl-5 {
margin: 3rem !important;
}
.mt-xl-5,
.my-xl-5 {
margin-top: 3rem !important;
}
.mr-xl-5,
.mx-xl-5 {
margin-right: 3rem !important;
}
.mb-xl-5,
.my-xl-5 {
margin-bottom: 3rem !important;
}
.ml-xl-5,
.mx-xl-5 {
margin-left: 3rem !important;
}
.p-xl-0 {
padding: 0 !important;
}
.pt-xl-0,
.py-xl-0 {
padding-top: 0 !important;
}
.pr-xl-0,
.px-xl-0 {
padding-right: 0 !important;
}
.pb-xl-0,
.py-xl-0 {
padding-bottom: 0 !important;
}
.pl-xl-0,
.px-xl-0 {
padding-left: 0 !important;
}
.p-xl-1 {
padding: 0.25rem !important;
}
.pt-xl-1,
.py-xl-1 {
padding-top: 0.25rem !important;
}
.pr-xl-1,
.px-xl-1 {
padding-right: 0.25rem !important;
}
.pb-xl-1,
.py-xl-1 {
padding-bottom: 0.25rem !important;
}
.pl-xl-1,
.px-xl-1 {
padding-left: 0.25rem !important;
}
.p-xl-2 {
padding: 0.5rem !important;
}
.pt-xl-2,
.py-xl-2 {
padding-top: 0.5rem !important;
}
.pr-xl-2,
.px-xl-2 {
padding-right: 0.5rem !important;
}
.pb-xl-2,
.py-xl-2 {
padding-bottom: 0.5rem !important;
}
.pl-xl-2,
.px-xl-2 {
padding-left: 0.5rem !important;
}
.p-xl-3 {
padding: 1rem !important;
}
.pt-xl-3,
.py-xl-3 {
padding-top: 1rem !important;
}
.pr-xl-3,
.px-xl-3 {
padding-right: 1rem !important;
}
.pb-xl-3,
.py-xl-3 {
padding-bottom: 1rem !important;
}
.pl-xl-3,
.px-xl-3 {
padding-left: 1rem !important;
}
.p-xl-4 {
padding: 1.5rem !important;
}
.pt-xl-4,
.py-xl-4 {
padding-top: 1.5rem !important;
}
.pr-xl-4,
.px-xl-4 {
padding-right: 1.5rem !important;
}
.pb-xl-4,
.py-xl-4 {
padding-bottom: 1.5rem !important;
}
.pl-xl-4,
.px-xl-4 {
padding-left: 1.5rem !important;
}
.p-xl-5 {
padding: 3rem !important;
}
.pt-xl-5,
.py-xl-5 {
padding-top: 3rem !important;
}
.pr-xl-5,
.px-xl-5 {
padding-right: 3rem !important;
}
.pb-xl-5,
.py-xl-5 {
padding-bottom: 3rem !important;
}
.pl-xl-5,
.px-xl-5 {
padding-left: 3rem !important;
}
.m-xl-auto {
margin: auto !important;
}
.mt-xl-auto,
.my-xl-auto {
margin-top: auto !important;
}
.mr-xl-auto,
.mx-xl-auto {
margin-right: auto !important;
}
.mb-xl-auto,
.my-xl-auto {
margin-bottom: auto !important;
}
.ml-xl-auto,
.mx-xl-auto {
margin-left: auto !important;
}
}
.text-justify {
text-align: justify !important;
}
.text-nowrap {
white-space: nowrap !important;
}
.text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.text-left {
text-align: left !important;
}
.text-right {
text-align: right !important;
}
.text-center {
text-align: center !important;
}
@media (min-width: 576px) {
.text-sm-left {
text-align: left !important;
}
.text-sm-right {
text-align: right !important;
}
.text-sm-center {
text-align: center !important;
}
}
@media (min-width: 767px) {
.text-md-left {
text-align: left !important;
}
.text-md-right {
text-align: right !important;
}
.text-md-center {
text-align: center !important;
}
}
@media (min-width: 1025px) {
.text-lg-left {
text-align: left !important;
}
.text-lg-right {
text-align: right !important;
}
.text-lg-center {
text-align: center !important;
}
}
@media (min-width: 1230px) {
.text-xl-left {
text-align: left !important;
}
.text-xl-right {
text-align: right !important;
}
.text-xl-center {
text-align: center !important;
}
}
.text-lowercase {
text-transform: lowercase !important;
}
.text-uppercase {
text-transform: uppercase !important;
}
.text-capitalize {
text-transform: capitalize !important;
}
.font-weight-light {
font-weight: 300 !important;
}
.font-weight-normal {
font-weight: 400 !important;
}
.font-weight-bold {
font-weight: 700 !important;
}
.font-italic {
font-style: italic !important;
}
.text-white {
color: #fff !important;
}
.text-primary {
color: #007bff !important;
}
a.text-primary:hover,
a.text-primary:focus {
color: #0062cc !important;
}
.text-secondary {
color: #6c757d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
color: #545b62 !important;
}
.text-success {
color: #28a745 !important;
}
a.text-success:hover,
a.text-success:focus {
color: #1e7e34 !important;
}
.text-info {
color: #17a2b8 !important;
}
a.text-info:hover,
a.text-info:focus {
color: #117a8b !important;
}
.text-warning {
color: #ffc107 !important;
}
a.text-warning:hover,
a.text-warning:focus {
color: #d39e00 !important;
}
.text-danger {
color: #dc3545 !important;
}
a.text-danger:hover,
a.text-danger:focus {
color: #bd2130 !important;
}
.text-light {
color: #f8f9fa !important;
}
a.text-light:hover,
a.text-light:focus {
color: #dae0e5 !important;
}
.text-dark {
color: #343a40 !important;
}
a.text-dark:hover,
a.text-dark:focus {
color: #1d2124 !important;
}
.text-muted {
color: #6c757d !important;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.visible {
visibility: visible !important;
}
.invisible {
visibility: hidden !important;
}
@media print {
*,
*::before,
*::after {
text-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
a:not(.btn) {
text-decoration: underline;
}
abbr[title]::after {
content: " (" attr(title) ")";
}
pre {
white-space: pre-wrap !important;
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
@page {
size: a3;
}
body {
min-width: 1025px !important;
}
.container {
min-width: 1025px !important;
}
.navbar {
display: none;
}
.badge {
border: 1px solid #000;
}
.table {
border-collapse: collapse !important;
}
.table td,
.table th {
background-color: #fff !important;
}
.table-bordered th,
.table-bordered td {
border: 1px solid #ddd !important;
}
}  .slick-slider {
position: relative;
display: block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list {
position: relative;
overflow: hidden;
display: block;
margin: 0;
padding: 0;
}
.slick-list:focus {
outline: none;
}
.slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track {
position: relative;
left: 0;
top: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after {
content: "";
display: table;
}
.slick-track:after {
clear: both;
}
.slick-loading .slick-track {
visibility: hidden;
}
.slick-slide {
float: left;
height: 100%;
min-height: 1px;
display: none;
}
.slick-slide img {
display: block;
}
.slick-slide.slick-loading img {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.slick-initialized .slick-slide {
display: block;
}
.slick-loading .slick-slide {
visibility: hidden;
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}  .mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8;
}
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden;
}
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
display: none;
}
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto;
}
.mfp-ajax-cur {
cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -webkit-zoom-out;
cursor: zoom-out;
}
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.mfp-loading.mfp-figure {
display: none;
}
.mfp-hide {
display: none !important;
}
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044;
}
.mfp-preloader a {
color: #CCC;
}
.mfp-preloader a:hover {
color: #FFF;
}
.mfp-s-ready .mfp-preloader {
display: none;
}
.mfp-s-error .mfp-content {
display: none;
}
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
-webkit-box-shadow: none;
box-shadow: none;
-ms-touch-action: manipulation;
touch-action: manipulation;
}
button::-moz-focus-inner {
padding: 0;
border: 0;
}
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
opacity: 1;
}
.mfp-close:active {
top: 1px;
}
.mfp-close-btn-in .mfp-close {
color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%;
}
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap;
}
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent;
}
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px;
}
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7;
}
.mfp-arrow-left {
left: 0;
}
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px;
}
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
right: 0;
}
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px;
}
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
top: -40px;
}
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000;
} img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto;
} .mfp-figure {
line-height: 0;
}
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444;
}
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px;
}
.mfp-figure figure {
margin: 0;
}
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto;
}
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px;
}
.mfp-image-holder .mfp-content {
max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0;
}
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px;
}
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0;
}
}
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75);
}
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0;
}
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%;
}
.mfp-container {
padding-left: 6px;
padding-right: 6px;
}
} .datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
color: #fff;
background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
background-color: rgba(92, 196, 239, 0.1);
color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
background: none;
border: none;
} .datepicker--cells {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.datepicker--cell {
border-radius: 4px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
position: relative;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
height: 32px;
z-index: 1;
}
.datepicker--cell.-focus- {
background: #f0f0f0;
}
.datepicker--cell.-current- {
color: #4EB5E6;
}
.datepicker--cell.-current-.-focus- {
color: #4a4a4a;
}
.datepicker--cell.-current-.-in-range- {
color: #4EB5E6;
}
.datepicker--cell.-in-range- {
background: rgba(92, 196, 239, 0.1);
color: #4a4a4a;
border-radius: 0;
}
.datepicker--cell.-in-range-.-focus- {
background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell.-disabled- {
cursor: default;
color: #aeaeae;
}
.datepicker--cell.-disabled-.-focus- {
color: #aeaeae;
}
.datepicker--cell.-disabled-.-in-range- {
color: #a1a1a1;
}
.datepicker--cell.-disabled-.-current-.-focus- {
color: #aeaeae;
}
.datepicker--cell.-range-from- {
border: 1px solid rgba(92, 196, 239, 0.5);
background-color: rgba(92, 196, 239, 0.1);
border-radius: 4px 0 0 4px;
}
.datepicker--cell.-range-to- {
border: 1px solid rgba(92, 196, 239, 0.5);
background-color: rgba(92, 196, 239, 0.1);
border-radius: 0 4px 4px 0;
}
.datepicker--cell.-range-from-.-range-to- {
border-radius: 4px;
}
.datepicker--cell.-selected- {
color: #fff;
border: none;
background: #5cc4ef;
}
.datepicker--cell.-selected-.-current- {
color: #fff;
background: #5cc4ef;
}
.datepicker--cell.-selected-.-focus- {
background: #45bced;
}
.datepicker--cell:empty {
cursor: default;
}
.datepicker--days-names {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 8px 0 3px;
}
.datepicker--day-name {
color: #FF9A19;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
-ms-flex: 1;
-webkit-box-flex: 1;
flex: 1;
text-align: center;
text-transform: uppercase;
font-size: .8em;
}
.datepicker--cell-day {
width: 14.28571%;
}
.datepicker--cells-months {
height: 170px;
}
.datepicker--cell-month {
width: 33.33%;
height: 25%;
}
.datepicker--years {
height: 170px;
}
.datepicker--cells-years {
height: 170px;
}
.datepicker--cell-year {
width: 25%;
height: 33.33%;
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
color: #fff;
background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
background-color: rgba(92, 196, 239, 0.1);
color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
background: none;
border: none;
} .datepickers-container {
position: absolute;
left: 0;
top: 0;
}
@media print {
.datepickers-container {
display: none;
}
}
.datepicker {
background: #fff;
border: 1px solid #dbdbdb;
-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
border-radius: 4px;
-webkit-box-sizing: content-box;
box-sizing: content-box;
font-family: Tahoma, sans-serif;
font-size: 14px;
color: #4a4a4a;
width: 250px;
position: absolute;
left: -100000px;
opacity: 0;
transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
-webkit-transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
z-index: 100;
}
.datepicker.-from-top- {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
.datepicker.-from-right- {
-webkit-transform: translateX(8px);
transform: translateX(8px);
}
.datepicker.-from-bottom- {
-webkit-transform: translateY(8px);
transform: translateY(8px);
}
.datepicker.-from-left- {
-webkit-transform: translateX(-8px);
transform: translateX(-8px);
}
.datepicker.active {
opacity: 1;
-webkit-transform: translate(0);
transform: translate(0);
transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
-webkit-transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
}
.datepicker-inline .datepicker {
border-color: #d7d7d7;
-webkit-box-shadow: none;
box-shadow: none;
position: static;
left: auto;
right: auto;
opacity: 1;
-webkit-transform: none;
transform: none;
}
.datepicker-inline .datepicker--pointer {
display: none;
}
.datepicker--content {
-webkit-box-sizing: content-box;
box-sizing: content-box;
padding: 4px;
}
.-only-timepicker- .datepicker--content {
display: none;
}
.datepicker--pointer {
position: absolute;
background: #fff;
border-top: 1px solid #dbdbdb;
border-right: 1px solid #dbdbdb;
width: 10px;
height: 10px;
z-index: -1;
}
.-top-left- .datepicker--pointer,
.-top-center- .datepicker--pointer,
.-top-right- .datepicker--pointer {
top: calc(100% - 4px);
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}
.-right-top- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
right: calc(100% - 4px);
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
}
.-bottom-left- .datepicker--pointer,
.-bottom-center- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
bottom: calc(100% - 4px);
-webkit-transform: rotate(315deg);
transform: rotate(315deg);
}
.-left-top- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-bottom- .datepicker--pointer {
left: calc(100% - 4px);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.-top-left- .datepicker--pointer,
.-bottom-left- .datepicker--pointer {
left: 10px;
}
.-top-right- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
right: 10px;
}
.-top-center- .datepicker--pointer,
.-bottom-center- .datepicker--pointer {
left: calc(50% - 10px / 2);
}
.-left-top- .datepicker--pointer,
.-right-top- .datepicker--pointer {
top: 10px;
}
.-left-bottom- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
bottom: 10px;
}
.-left-center- .datepicker--pointer,
.-right-center- .datepicker--pointer {
top: calc(50% - 10px / 2);
}
.datepicker--body {
display: none;
}
.datepicker--body.active {
display: block;
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
color: #fff;
background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
background-color: rgba(92, 196, 239, 0.1);
color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
background: none;
border: none;
} .datepicker--nav {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-pack: justify;
-webkit-box-pack: justify;
justify-content: space-between;
border-bottom: 1px solid #efefef;
min-height: 32px;
padding: 4px;
}
.-only-timepicker- .datepicker--nav {
display: none;
}
.datepicker--nav-title,
.datepicker--nav-action {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
cursor: pointer;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
}
.datepicker--nav-action {
width: 32px;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.datepicker--nav-action:hover {
background: #f0f0f0;
}
.datepicker--nav-action.-disabled- {
visibility: hidden;
}
.datepicker--nav-action svg {
width: 32px;
height: 32px;
}
.datepicker--nav-action path {
fill: none;
stroke: #9c9c9c;
stroke-width: 2px;
}
.datepicker--nav-title {
border-radius: 4px;
padding: 0 8px;
}
.datepicker--nav-title i {
font-style: normal;
color: #9c9c9c;
margin-left: 5px;
}
.datepicker--nav-title:hover {
background: #f0f0f0;
}
.datepicker--nav-title.-disabled- {
cursor: default;
background: none;
}
.datepicker--buttons {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
padding: 4px;
border-top: 1px solid #efefef;
}
.datepicker--button {
color: #4EB5E6;
cursor: pointer;
border-radius: 4px;
-ms-flex: 1;
-webkit-box-flex: 1;
flex: 1;
display: -ms-inline-flexbox;
display: -webkit-inline-box;
display: inline-flex;
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
height: 32px;
}
.datepicker--button:hover {
color: #4a4a4a;
background: #f0f0f0;
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
color: #fff;
background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
background-color: rgba(92, 196, 239, 0.1);
color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
background: none;
border: none;
} .datepicker--time {
border-top: 1px solid #efefef;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
padding: 4px;
position: relative;
}
.datepicker--time.-am-pm- .datepicker--time-sliders {
-ms-flex: 0 1 138px;
-webkit-box-flex: 0;
flex: 0 1 138px;
max-width: 138px;
}
.-only-timepicker- .datepicker--time {
border-top: none;
}
.datepicker--time-sliders {
-ms-flex: 0 1 153px;
-webkit-box-flex: 0;
flex: 0 1 153px;
margin-right: 10px;
max-width: 153px;
}
.datepicker--time-label {
display: none;
font-size: 12px;
}
.datepicker--time-current {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
-ms-flex: 1;
-webkit-box-flex: 1;
flex: 1;
font-size: 14px;
text-align: center;
margin: 0 0 0 10px;
}
.datepicker--time-current-colon {
margin: 0 2px 3px;
line-height: 1;
}
.datepicker--time-current-hours,
.datepicker--time-current-minutes {
line-height: 1;
font-size: 19px;
font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
position: relative;
z-index: 1;
}
.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
content: '';
background: #f0f0f0;
border-radius: 4px;
position: absolute;
left: -2px;
top: -3px;
right: -2px;
bottom: -2px;
z-index: -1;
opacity: 0;
}
.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
opacity: 1;
}
.datepicker--time-current-ampm {
text-transform: uppercase;
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end;
color: #9c9c9c;
margin-left: 6px;
font-size: 11px;
margin-bottom: 1px;
}
.datepicker--time-row {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
font-size: 11px;
height: 17px;
background: -webkit-gradient(linear, left top, right top, from(#dedede), to(#dedede)) left 50%/100% 1px no-repeat;
background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat;
}
.datepicker--time-row:first-child {
margin-bottom: 4px;
}
.datepicker--time-row input[type='range'] {
background: none;
cursor: pointer;
-ms-flex: 1;
-webkit-box-flex: 1;
flex: 1;
height: 100%;
padding: 0;
margin: 0;
-webkit-appearance: none;
}
.datepicker--time-row input[type='range']::-webkit-slider-thumb {
-webkit-appearance: none;
}
.datepicker--time-row input[type='range']::-ms-tooltip {
display: none;
}
.datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
border-color: #b8b8b8;
}
.datepicker--time-row input[type='range']:hover::-moz-range-thumb {
border-color: #b8b8b8;
}
.datepicker--time-row input[type='range']:hover::-ms-thumb {
border-color: #b8b8b8;
}
.datepicker--time-row input[type='range']:focus {
outline: none;
}
.datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
background: #5cc4ef;
border-color: #5cc4ef;
}
.datepicker--time-row input[type='range']:focus::-moz-range-thumb {
background: #5cc4ef;
border-color: #5cc4ef;
}
.datepicker--time-row input[type='range']:focus::-ms-thumb {
background: #5cc4ef;
border-color: #5cc4ef;
}
.datepicker--time-row input[type='range']::-webkit-slider-thumb {
-webkit-box-sizing: border-box;
box-sizing: border-box;
height: 12px;
width: 12px;
border-radius: 3px;
border: 1px solid #dedede;
background: #fff;
cursor: pointer;
-webkit-transition: background .2s;
transition: background .2s;
}
.datepicker--time-row input[type='range']::-moz-range-thumb {
box-sizing: border-box;
height: 12px;
width: 12px;
border-radius: 3px;
border: 1px solid #dedede;
background: #fff;
cursor: pointer;
-moz-transition: background .2s;
transition: background .2s;
}
.datepicker--time-row input[type='range']::-ms-thumb {
box-sizing: border-box;
height: 12px;
width: 12px;
border-radius: 3px;
border: 1px solid #dedede;
background: #fff;
cursor: pointer;
-ms-transition: background .2s;
transition: background .2s;
}
.datepicker--time-row input[type='range']::-webkit-slider-thumb {
margin-top: -6px;
}
.datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
border: none;
height: 1px;
cursor: pointer;
color: transparent;
background: transparent;
}
.datepicker--time-row input[type='range']::-moz-range-track {
border: none;
height: 1px;
cursor: pointer;
color: transparent;
background: transparent;
}
.datepicker--time-row input[type='range']::-ms-track {
border: none;
height: 1px;
cursor: pointer;
color: transparent;
background: transparent;
}
.datepicker--time-row input[type='range']::-ms-fill-lower {
background: transparent;
}
.datepicker--time-row input[type='range']::-ms-fill-upper {
background: transparent;
}
.datepicker--time-row span {
padding: 0 12px;
}
.datepicker--time-icon {
color: #9c9c9c;
border: 1px solid;
border-radius: 50%;
font-size: 16px;
position: relative;
margin: 0 5px -1px 0;
width: 1em;
height: 1em;
}
.datepicker--time-icon:after,
.datepicker--time-icon:before {
content: '';
background: currentColor;
position: absolute;
}
.datepicker--time-icon:after {
height: .4em;
width: 1px;
left: calc(50% - 1px);
top: calc(50% + 1px);
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
.datepicker--time-icon:before {
width: .4em;
height: 1px;
top: calc(50% + 1px);
left: calc(50% - 1px);
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
color: #fff;
background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
background-color: rgba(92, 196, 239, 0.1);
color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
background: none;
border: none;
}  .ps-container {
-ms-touch-action: none;
touch-action: none;
overflow: hidden !important;
-ms-overflow-style: none;
}
@supports (-ms-overflow-style: none) {
.ps-container {
overflow: auto !important;
}
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
.ps-container {
overflow: auto !important;
}
}
.ps-container.ps-active-x>.ps-scrollbar-x-rail,
.ps-container.ps-active-y>.ps-scrollbar-y-rail {
display: block;
background-color: transparent;
}
.ps-container.ps-in-scrolling {
pointer-events: none;
}
.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
background-color: #eee;
opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
background-color: #999;
}
.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
background-color: #eee;
opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
background-color: #999;
}
.ps-container>.ps-scrollbar-x-rail {
display: none;
position: absolute; border-radius: 4px;
opacity: 0;
-webkit-transition: background-color .2s linear, opacity .2s linear;
transition: background-color .2s linear, opacity .2s linear;
bottom: 3px; height: 8px;
}
.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x {
position: absolute; background-color: #aaa;
border-radius: 4px;
-webkit-transition: background-color .2s linear;
transition: background-color .2s linear;
bottom: 0; height: 8px;
}
.ps-container>.ps-scrollbar-y-rail {
display: none;
position: absolute;
z-index: 21; border-radius: 4px;
opacity: 0;
-webkit-transition: background-color .2s linear, opacity .2s linear;
transition: background-color .2s linear, opacity .2s linear;
right: 3px; width: 8px;
}
.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
position: absolute; background-color: #aaa;
border-radius: 4px;
-webkit-transition: background-color .2s linear;
transition: background-color .2s linear;
right: 0; width: 5px;
}
.ps-container:hover.ps-in-scrolling {
pointer-events: none;
}
.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
background-color: #eee;
opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
background-color: #999;
}
.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
background-color: #eee;
opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
background-color: #999;
}
.ps-container:hover>.ps-scrollbar-x-rail,
.ps-container:hover>.ps-scrollbar-y-rail {
opacity: 0.6;
}
.ps-container:hover>.ps-scrollbar-x-rail:hover {
background-color: #eee;
opacity: 0.9;
}
.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x {
background-color: #999;
}
.ps-container:hover>.ps-scrollbar-y-rail:hover {
background-color: #eee;
opacity: 0.9;
}
.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
background-color: #999;
}          body {
font-family: "Roboto", sans-serif;
color: #7b7b7b;
background: #ffffff;
margin: 0;
overflow-x: hidden;
}
@media (min-width: 1025px) {
body {
font-size: 16px;
line-height: 27px;
}
}
@media (max-width: 1024px) {
body {
font-size: 15px;
line-height: 24px;
}
}
a {
text-decoration: none;
outline: none;
color: #f47629;
}
a:hover {
outline: none;
text-decoration: none;
outline: none;
}
a:active,
a:visited,
a:focus {
text-decoration: none;
outline: none;
}
input[type=text] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
img {
max-width: 100%;
height: auto;
}
ul {
list-style: none;
margin: 0;
padding: 0;
}
p {
margin: 28px 0 0 0px;
}
@media (max-width: 575px) {
p {
margin: 16px 0 0 0px;
}
}
address {
margin: 0;
}
audio {
width: 100%;
display: block;
}
input::-ms-clear {
display: none;
}
.divider {
height: 50px;
clear: both;
overflow: hidden;
width: 100%;
}
@media (max-width: 1024px) {
.divider {
height: 40px;
}
}
@media (max-width: 575px) {
.divider {
height: 40px;
}
}
.no-gutters.container-fluid {
padding-left: 0;
padding-right: 0;
}
.row.no-gutters {
margin-right: 0;
margin-left: 0;
}
.row.no-gutters>[class^="col-"],
.row.no-gutters>[class*=" col-"] {
padding-right: 0;
padding-left: 0;
} .tt-btn {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 14px;
line-height: 17px;
padding: 10px 23px 10px;
height: 48px;
color: #ffffff;
cursor: pointer;
position: relative;
font-family: "Poppins", sans-serif;
text-align: center;
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
border: 1px solid transparent;
border-radius: 4px;
font-weight: 600;
-webkit-transition: color .2s, background-color .2s, border-color .2s;
transition: color .2s, background-color .2s, border-color .2s;
white-space: nowrap;
}
.tt-btn.btn__color01 {
background-color: #f47629;
color: #ffffff;
}
.tt-btn.btn__color02 {
background-color: #303442;
color: #ffffff;
}
.tt-btn.btn__color02 [class^="icon-"] {
color: #f47629;
}
.tt-btn [class^="icon-"] {
margin-right: 6px;
display: inline-block;
color: #ffffff;
-webkit-transition: color .2s;
transition: color .2s;
font-size: 14px;
}
@media (min-width: 1025px) {
.tt-btn.tt-btn__wide {
padding-left: 30px;
padding-right: 30px;
}
}
.tt-btn:hover {
border-color: #f47629;
background-color: #ffffff;
color: #f47629;
}
.tt-btn:hover [class^="icon-"] {
color: #f47629;
}
@media (max-width: 1024.98px) {
.tt-btn {
font-size: 12px;
padding: 9px 16px 10px;
height: 40px;
}
.tt-btn [class^="icon-"] {
font-size: 12px;
margin-right: 4px;
}
}
.tt-btn:active,
.tt-btn:visited,
.tt-btn:focus,
.tt-btn:focus {
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
button:focus {
outline: none;
}
.tt-base-color {
color: #f47629;
}
.tt-base-dark {
color: #303442;
}
.tt-row-btn {
position: relative;
margin-top: -20px;
margin-left: -20px;
}
.tt-row-btn>* {
margin-top: 20px;
margin-left: 20px;
}
@media (max-width: 1024.98px) {
.tt-row-btn {
margin-left: -9px;
}
.tt-row-btn>* {
margin-top: 20px;
margin-left: 9px;
}
}
@media (max-width: 766.98px) {
.tt-row-btn {
margin-left: -9px;
}
.tt-row-btn>* {
margin-top: 15px;
margin-left: 9px;
}
}
.tt-btn-top {
margin-top: 40px;
}
.tt-link {
font-family: "Poppins", sans-serif;
color: #303442;
-webkit-transition: color .2s;
transition: color .2s;
font-weight: 600;
font-size: 14px;
line-height: 14px;
}
.tt-link [class^="icon-"] {
display: inline-block;
color: #f47629;
margin-left: 11px;
font-size: 8px;
line-height: 8px;
position: relative;
top: -1px;
}
.tt-link:hover {
color: #f47629;
}
@media (max-width: 1024.98px) {
.tt-link {
font-size: 12px;
}
.tt-link [class^="icon-"] {
margin-left: 10px;
font-size: 7px;
}
}
.tt-link-simple {
color: #7b7b7b;
-webkit-transition: color .2s;
transition: color .2s;
}
.tt-link-simple:hover {
color: #f47629;
} .section-title {
text-align: center;
padding-bottom: 22px;
position: relative;
top: 0px;
padding-left: 15px;
padding-right: 15px;
}
.section-title.section-title_indent-01 {
padding-bottom: 25px;
margin-top: -7px;
}
.section-title.section-title_indent-02 {
padding-bottom: 32px;
}
.section-title .section-title__01 {
font-size: 16px;
line-height: 26px;
color: #f47629;
font-weight: 600;
font-family: "Poppins", sans-serif;
}
.section-title .section-title__01 a {
display: inline-block;
position: relative;
color: #f47629;
}
.section-title .section-title__01 a:before {
content: '';
display: block;
position: absolute;
bottom: 2px;
width: 0%;
height: 2px;
margin: auto;
left: 0;
right: 0;
background-color: #f47629;
-webkit-transition: width .2s linear;
transition: width .2s linear;
}
.section-title .section-title__01 a:hover:before {
width: 100%;
}
.section-title .section-title__02 {
font-size: 36px;
line-height: 46px;
color: #303442;
font-weight: 600;
font-family: "Poppins", sans-serif;
margin-left: auto;
margin-right: auto;
margin-top: 7px;
margin-bottom: 0;
}
.section-title .section-title__03 {
font-size: 16px;
line-height: 27px;
max-width: 600px;
margin-left: auto;
margin-right: auto;
margin-top: 22px;
padding-bottom: 9px;
}
.section-title.max-width-01 .section-title__02 {
max-width: 600px;
}
.section-title+* {
margin-top: 0;
}
.section-title .bg-marker01 {
position: absolute;
bottom: 25px;
left: -105px;
pointer-events: none;
opacity: 0.08;
}
.section-title.text-left {
padding-left: 0;
}
.section-title.text-left .section-title__03 {
margin-left: 0;
margin-right: 0;
max-width: inherit;
}
.section-title.text-right {
padding-right: 0;
}
@media (max-width: 1024.98px) {
.section-title {
padding-bottom: 18px;
}
.section-title .section-title__01 {
font-size: 12px;
}
.section-title .section-title__02 {
font-size: 24px;
line-height: 30px;
margin-top: 0px;
}
.section-title .section-title__03 {
font-size: 15px;
line-height: 24px;
margin-top: 13px;
padding-bottom: 4px;
max-width: 470px;
}
}
@media (max-width: 1024.98px) {
.section-title .bg-marker01 {
width: 65px;
height: 65px;
left: 13px;
}
.section-title.section-title_indent-01 {
padding-bottom: 14px;
margin-top: -7px;
}
}
@media (max-width: 766.98px) {
.section-title br {
display: none;
}
}
.tt-layout-title {
font-size: 24px;
line-height: 34px;
color: #303442;
font-family: "Poppins", sans-serif;
padding: 0 0 15px 0;
margin-bottom: 0;
}
.tt-layout-title+* {
margin-top: 0;
}
.tt-layout-title__top {
margin-top: 32px;
} .tt-list-top {
margin-top: 25px;
}
@media (max-width: 1229.98px) {
.tt-list-top {
margin-top: 12px;
}
}
.tt-list01 li {
color: #303442;
padding: 0 0 0 27px;
position: relative;
}
.tt-list01 li:before {
content: "\e922";
font-family: "Electrician";
color: #f47629;
position: absolute;
top: 6px;
left: 0;
font-size: 13px;
line-height: 1;
}
.tt-list01 li a {
color: #303442;
}
.tt-list01 li a:hover {
color: #f47629;
}
.tt-list01 li:not(:first-child) {
margin-top: 5px;
}
@media (max-width: 1229.98px) {
.tt-list01 li {
padding: 0 0 0 20px;
}
.tt-list01 li:before {
font-size: 9px;
top: 7px;
}
}
.tt-list02 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
margin-left: -10px;
margin-top: -2px;
}
.tt-list02 li {
margin-left: 10px;
margin-top: 10px;
}
.tt-list02 li a {
background-color: #f3f3f4;
border-radius: 3px;
color: #303442;
display: inline-block;
padding: 5px 8px;
-webkit-transition: color .2s, background-color .2s;
transition: color .2s, background-color .2s;
border: none;
margin-bottom: 0;
font-size: 16px !important;
line-height: 27px;
}
.tt-list02 li a:hover {
background-color: #f47629;
color: #ffffff;
}
@media (max-width: 766.98px) {
.tt-list02 {
margin-left: -7px;
}
.tt-list02 li {
margin-left: 7px;
margin-top: 7px;
}
}
.tt-social {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-left: -10px;
margin-top: -10px;
}
.tt-social li {
margin-left: 10px;
margin-top: 10px;
}
.tt-social li a {
font-size: 30px;
line-height: 1;
color: #303442;
-webkit-transition: color .2s;
transition: color .2s;
}
.tt-social li a:hover {
color: #f47629;
} @media (max-width: 1229.98px) {
.container.container-lg-fluid {
max-width: 100%;
}
.container.container-lg__no-gutters {
padding-left: 0;
padding-right: 0;
}
}
.container.container-xl-fluid {
max-width: 100%;
}
@media (max-width: 1024.98px) {
.container.container-md-fluid {
max-width: 100%;
}
} .blockquote01 {
position: relative;
padding: 0 0 0 25px;
margin: 0;
}
.blockquote01:before {
content: '';
display: block;
width: 4px;
height: calc(100% - 10px);
background-color: #f47629;
position: absolute;
top: 5px;
left: 0;
}
.blockquote01.blockquote01__max-width01 {
max-width: 560px;
}
.blockquote02 {
border-top: 1px solid #d3d4d7;
border-bottom: 1px solid #d3d4d7;
padding: 34px 20px 33px 26px;
margin: 0;
color: #303442;
position: relative;
font-weight: bold;
}
.blockquote02:before {
content: '\e900';
font-family: "Electrician";
width: 52px;
height: 52px;
display: block;
background-color: #ffffff;
color: #f47629;
font-size: 29px;
line-height: 37px;
position: absolute;
top: -19px;
left: 28px;
text-align: center;
font-weight: normal;
}
@media (max-width: 1024.98px) {
.blockquote02 {
padding: 24px 0px 23px;
}
.blockquote02:before {
width: 40px;
height: 40px;
font-size: 20px;
left: 20px;
}
}
.blockquote02__top {
margin-top: 43px;
}
.blockquote03 {
position: relative;
padding: 0 0 0 26px;
margin: 0 0 0 32px;
font-size: 16px;
line-height: 27px;
}
.blockquote03:before {
content: '';
display: block;
width: 4px;
height: calc(100% - 10px);
background-color: #f47629;
position: absolute;
top: 5px;
left: 0;
}
.blockquote03.blockquote01__max-width01 {
max-width: 560px;
}
.blockquote03 p {
margin-top: 15px;
font-weight: 600;
}
.blockquote03 strong {
font-family: 'Poppins', sans-serif;
}
@media (max-width: 1024.98px) {
.blockquote03 {
margin: 0 0 0 22px;
}
}
@media (max-width: 766.98px) {
.blockquote03 {
margin-left: 0;
padding: 0 0 0 22px;
}
.blockquote03:before {
width: 3px;
}
}
.blockquote03__top {
margin-top: 28px;
} .tt-indent-top {
margin-top: 27px;
}
.tt-block-marker {
position: relative;
}
.tt-block-marker .block-marker__obj {
opacity: 0.08;
position: absolute;
top: -30px;
left: -45px;
}
.tt-block-marker .block-marker__obj+* {
position: relative;
z-index: 1;
}
@media (max-width: 1229.98px) {
.tt-block-marker .block-marker__obj {
display: none;
}
} .tt-table01 table {
width: 100%;
}
.tt-table01 table thead {
background-color: #f47629;
color: #ffffff;
}
.tt-table01 table thead th {
color: #ffffff;
}
.tt-table01 table thead th {
font-family: "Poppins", sans-serif;
font-weight: 600;
}
.tt-table01 table tr th {
padding: 15px 5px;
border: none;
}
.tt-table01 table tr td {
padding: 12px 5px;
border: none;
}
.tt-table01 table tr>* {
vertical-align: baseline;
}
.tt-table01 table tr>*:nth-child(01) {
width: 51%;
padding-left: 20px;
}
.tt-table01 table tr>*:nth-child(02) {
width: 16%;
}
.tt-table01 table tr>*:nth-child(03) {
width: 33%;
}
.tt-table01 table tr:nth-child(even) {
background-color: #f8f8fa;
}
@media (max-width: 766.98px) {
.tt-table-responsive-md {
overflow-y: hidden;
overflow-x: scroll;
}
.tt-table-responsive-md table {
width: 700px;
}
} .tt-video__holder {
position: absolute;
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
z-index: 2;
top: 0;
left: 0;
}
.tt-post-music iframe,
.tt-post-music object,
.tt-post-music embed {
width: 100%;
height: auto;
border: 0;
} .checkbox-group {
position: relative;
display: inline-block;
z-index: 2;
margin-top: 9px;
}
.checkbox-group label {
padding-left: 33px;
cursor: pointer;
font-size: 16px;
line-height: 23px;
color: #7b7b7b !important;
text-align: left;
position: relative;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.checkbox-group label span {
display: block;
position: absolute;
left: 0;
-webkit-transition-duration: 0.12s;
transition-duration: 0.12s;
}
.checkbox-group label .box {
background: transparent;
height: 23px;
width: 23px;
z-index: 9;
border: 2px solid #EBEBEB;
border-radius: 3px;
-webkit-box-shadow: 0 2px 4px rgba(171, 171, 171, 0.13);
box-shadow: 0 2px 4px rgba(171, 171, 171, 0.13);
}
.checkbox-group label .check {
top: 0px;
left: 0px;
opacity: 0;
z-index: 10;
background: transparent;
width: 23px;
height: 23px;
line-height: 1;
-webkit-transform: scale(0);
transform: scale(0);
}
.checkbox-group label .check:before {
display: block;
content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxNiAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgNS4xNjY2N0w2LjM4NDYyIDExTDE1IDEiIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLXdpZHRoPSIxLjYiLz4KPC9zdmc+Cg==");
position: relative;
left: 4px;
top: 5px;
}
.checkbox-group:hover label {
color: #7b7b7b;
}
.checkbox-group:hover label .box {
border-color: #303442;
}
.checkbox-group input[type=checkbox] {
display: none;
}
.checkbox-group input[type=checkbox]:checked~label .check {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.checkbox-group input[type=checkbox]:checked~label .box {
border-color: #e9e9eb;
}
.checkbox-group input[type=checkbox]:checked:hover~label .box {
border-color: #303442;
}
.checkbox-group.pt-disabled {
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.checkbox-group.pt-disabled .check,
.checkbox-group.pt-disabled .box {
opacity: 0.5 !important;
}
html.ie:not(.edge) .checkbox-group label .check {
width: 17px;
height: 17px;
}    .holder-top-desktop {
background-color: #303442;
height: 52px;
}
.holder-top-desktop .tt-obj {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
margin-left: 41px;
}
@media (max-width: 1024.98px) {
.holder-top-desktop .tt-obj.tt-obj-cart {
display: none !important;
}
}
.h-info01 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-left: -45px;
padding: 12px 0;
}
.h-info01 .tt-item {
color: #bbbdc3;
margin-left: 45px;
}
.h-info01 .tt-item a {
color: #bbbdc3;
}
.h-info01 .tt-item a:hover {
color: #f47629;
}
.h-info01 .tt-item [class^="icon-"] {
color: #f47629;
display: inline-block;
margin-right: 11px;
font-size: 16px;
position: relative;
top: 1px;
}
@media (max-width: 900px) {
.h-info01 .tt-item [class^="icon-"] {
margin-right: 7px;
font-size: 15px;
}
.h-info01 .tt-item:not(:first-child) {
margin-left: 17px;
}
}
.h-info02 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-left: -45px;
padding: 12px 0;
}
.h-info02 .tt-item {
color: #f47629;
font-weight: bold;
margin-left: 45px;
}
.h-info02 .tt-item a {
color: #f47629;
}
.h-info02 .tt-item a:hover {
color: #f47629;
}
.h-info02 .tt-item [class^="icon-"] {
color: #ffffff;
display: inline-block;
margin-right: 11px;
font-size: 16px;
position: relative;
top: 1px;
}
@media (max-width: 900px) {
.h-info02 .tt-item {
margin-left: 17px;
}
.h-info02 .tt-item [class^="icon-"] {
font-size: 15px;
margin-right: 7px;
}
}
.holder-top-mobile {
background-color: #f6f6f7;
color: #7b7b7b;
}
.holder-top-mobile a {
color: #7b7b7b;
-webkit-transition: color .2s;
transition: color .2s;
}
.holder-top-mobile a:hover {
color: #f47629;
}
.holder-top-mobile .h-topbox__content {
display: none;
padding: 13px 15px 15px 15px;
}
.holder-top-mobile .h-topbox__content .tt-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.holder-top-mobile .h-topbox__content .tt-item:not(:first-child) {
margin-top: 6px;
}
.holder-top-mobile .h-topbox__content .tt-item .tt-item__icon {
color: #f47629;
display: inline-block;
position: relative;
font-size: 14px;
top: 2px;
}
.holder-top-mobile .h-topbox__content .tt-item .tt-item__icon+.tt-item__text {
margin-left: 13px;
}
.holder-top-mobile .h-topbox__btn {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: #303442;
color: #ffffff;
text-align: center;
padding: 5px 15px;
height: 32px;
}
.holder-top-mobile .h-topbox__btn.active .tt-arrow {
-webkit-transform: rotate(-135deg);
transform: rotate(-135deg);
top: 2px;
}
.tt-arrow {
border: solid #ffffff;
border-width: 0 2px 2px 0;
display: inline-block;
padding: 3px;
position: relative;
}
.tt-arrow.right {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.tt-arrow.left {
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}
.tt-arrow.up {
-webkit-transform: rotate(-135deg);
transform: rotate(-135deg);
}
.tt-arrow.down {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.tt-holder {
background-color: #ffffff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
min-height: 114px;
}
.tt-holder .tt-col-wide {
-webkit-box-flex: 2;
-ms-flex: 2 1 auto;
flex: 2 1 auto;
}
.tt-holder .tt-col-objects {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.tt-holder .tt-col-objects:not(.text-center) {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.tt-holder .tt-col-objects.text-center {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media (max-width: 1024.98px) {
.tt-holder .tt-col-objects .tt-col__item {
margin-left: 25px;
}
}
@media (max-width: 766.98px) {
.tt-holder .tt-col-objects .tt-col__item {
margin-left: 15px;
}
}
.tt-holder .tt-btn {
position: relative;
top: -1px;
}
@media (max-width: 1024.98px) {
.tt-holder {
min-height: 60px;
}
}
#js-init-sticky {
min-height: 114px;
}
#js-init-sticky.fixed .tt-holder-wrapper {
position: fixed;
top: 0;
width: 100%;
z-index: 3;
left: 0;
}
#js-init-sticky.fixed .tt-holder {
min-height: 86px;
-webkit-transition: min-height .5s;
transition: min-height .5s;
}
#js-init-sticky.fixed .tt-holder-wrapper {
-webkit-box-shadow: 0 0 15px rgba(48, 52, 66, 0.1);
box-shadow: 0 0 15px rgba(48, 52, 66, 0.1);
}
#js-init-sticky .tt-holder-wrapper {
background-color: #ffffff;
}
@media (max-width: 1024.98px) {
#js-init-sticky {
min-height: 60px;
}
#js-init-sticky.fixed .tt-holder {
min-height: 60px;
}
} @media (min-width: 1025px) {
#tt-nav {
position: relative;
}
#tt-nav>ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#tt-nav>ul>li {
display: inline-block;
position: relative;
}
#tt-nav>ul>li>a {
display: inline-block;
font-size: 16px;
line-height: 26px;
font-weight: 600;
font-family: "Poppins", sans-serif;
color: #303442;
padding: 6px 16px 6px;
text-decoration: none;
text-transform: capitalize;
}
#tt-nav>ul>li>a:hover {
color: #f47629;
}
#tt-nav>ul>li>a:hover .electric-btn .text {
-webkit-animation: fade-in 0.8s both;
animation: fade-in 0.8s both;
}
#tt-nav>ul>li>a:hover .electric-btn .text {
-webkit-animation: fade-in 0.8s both;
animation: fade-in 0.8s both;
}
#tt-nav>ul>li>a:hover .electric-btn .mask {
display: block;
}
#tt-nav>ul>li>a:hover .electric-btn .mask:nth-child(6),
#tt-nav>ul>li>a:hover .electric-btn .mask:nth-child(7) {
display: none !important;
}
#tt-nav>ul>li>a:hover .electric-btn .mask:nth-child(4) {
-webkit-animation: electric-20-23-8 0.3s both;
animation: electric-20-23-8 0.3s both;
}
#tt-nav>ul>li>a:hover .electric-btn .mask:nth-child(3) {
-webkit-animation: electric-20-22-8 0.3s both;
animation: electric-20-22-8 0.3s both;
}
#tt-nav>ul>li>a:hover .electric-btn .mask:nth-child(2) {
-webkit-animation: electric-20-21-8 0.3s both;
animation: electric-20-21-8 0.3s both;
}
#tt-nav>ul>li ul {
position: absolute;
z-index: 5;
top: 100%;
left: 0;
width: 185px;
padding-top: 14px;
padding-bottom: 15px;
background: #fff;
-webkit-transition: all .3s;
transition: all .3s;
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(20px);
transform: translateY(20px);
-webkit-transition-property: all;
transition-property: all;
-webkit-transition-duration: .2s;
transition-duration: .2s;
-webkit-transition-delay: 0s;
transition-delay: 0s;
-webkit-box-shadow: 0 0 20px rgba(48, 52, 66, 0.2);
box-shadow: 0 0 20px rgba(48, 52, 66, 0.2);
}
#tt-nav>ul>li ul ul {
display: none !important;
visibility: hidden;
opacity: 0;
left: 100%;
top: 0;
-webkit-transition: .3s;
transition: .3s;
}
#tt-nav>ul>li ul li {
margin: 0;
padding: 0;
text-align: left;
}
#tt-nav>ul>li ul li a {
font-size: 14px;
line-height: 25px;
display: block;
color: #3D3B42;
font-family: "Poppins", sans-serif;
padding: 0px 23px;
-webkit-transition: color .2s;
transition: color .2s;
}
#tt-nav>ul>li ul li a:hover {
color: #f47629;
}
#tt-nav>ul>li:hover ul {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition-delay: .15s;
transition-delay: .15s;
}
#tt-nav>ul>li ul li:hover ul {
display: block !important;
opacity: 1;
visibility: visible;
-webkit-transition-delay: .15s;
transition-delay: .15s;
}
#tt-nav>ul>li.current_page_item>a {
color: #f47629;
}
}
@media (min-width: 1025px) and (max-width: 1229.98px) {
#tt-nav>ul>li>a {
padding-left: 10px;
padding-right: 10px;
}
}
@media (max-width: 1024.98px) {
#tt-nav {
display: none;
}
}
.electric-btn {
z-index: 1;
position: relative;
display: block;
}
.electric-btn .mask {
position: absolute;
-webkit-backface-visibility: hidden;
height: 20%;
width: 100%;
overflow: hidden;
display: none;
}
.electric-btn .mask span {
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width: 100%;
}
.electric-btn .mask:nth-child(6) {
top: 100%;
}
.electric-btn .mask:nth-child(6) span {
top: -500%;
}
.electric-btn .mask:nth-child(5) {
top: 80%;
}
.electric-btn .mask:nth-child(5) span {
top: -400%;
}
.electric-btn .mask:nth-child(4) {
top: 60%;
}
.electric-btn .mask:nth-child(4) span {
top: -300%;
}
.electric-btn .mask:nth-child(3) {
top: 40%;
}
.electric-btn .mask:nth-child(3) span {
top: -200%;
}
.electric-btn .mask:nth-child(2) {
top: 20%;
}
.electric-btn .mask:nth-child(2) span {
top: -100%;
}
@-webkit-keyframes fade-in {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fade-in {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-webkit-keyframes electric-20-20-8 {
100% {
-webkit-transform: translate(0px, 0px);
transform: translate(0px, 0px);
}
95% {
-webkit-transform: translate(-0.2px, -0.05px);
transform: translate(-0.2px, -0.05px);
}
90% {
-webkit-transform: translate(0.1px, -0.3px);
transform: translate(0.1px, -0.3px);
}
85% {
-webkit-transform: translate(0.9px, 0.3px);
transform: translate(0.9px, 0.3px);
}
80% {
-webkit-transform: translate(1.2px, 0.2px);
transform: translate(1.2px, 0.2px);
}
75% {
-webkit-transform: translate(0.5px, -0.75px);
transform: translate(0.5px, -0.75px);
}
70% {
-webkit-transform: translate(0.9px, 0.9px);
transform: translate(0.9px, 0.9px);
}
65% {
-webkit-transform: translate(1.75px, 1.4px);
transform: translate(1.75px, 1.4px);
}
60% {
-webkit-transform: translate(2.6px, 0.8px);
transform: translate(2.6px, 0.8px);
}
55% {
-webkit-transform: translate(0px, 0.45px);
transform: translate(0px, 0.45px);
}
50% {
-webkit-transform: translate(-0.5px, 2px);
transform: translate(-0.5px, 2px);
}
45% {
-webkit-transform: translate(-0.55px, -1.1px);
transform: translate(-0.55px, -1.1px);
}
40% {
-webkit-transform: translate(0px, -1.8px);
transform: translate(0px, -1.8px);
}
35% {
-webkit-transform: translate(-1.95px, 0.65px);
transform: translate(-1.95px, 0.65px);
}
30% {
-webkit-transform: translate(-2.8px, 2.1px);
transform: translate(-2.8px, 2.1px);
}
25% {
-webkit-transform: translate(-3.5px, 3px);
transform: translate(-3.5px, 3px);
}
20% {
-webkit-transform: translate(3.6px, 2.4px);
transform: translate(3.6px, 2.4px);
}
15% {
-webkit-transform: translate(-4.65px, 0.85px);
transform: translate(-4.65px, 0.85px);
}
10% {
-webkit-transform: translate(-0.9px, 2.7px);
transform: translate(-0.9px, 2.7px);
}
5% {
-webkit-transform: translate(-0.95px, -0.95px);
transform: translate(-0.95px, -0.95px);
}
}
@keyframes electric-20-20-8 {
100% {
-webkit-transform: translate(0px, 0px);
transform: translate(0px, 0px);
}
95% {
-webkit-transform: translate(-0.2px, -0.05px);
transform: translate(-0.2px, -0.05px);
}
90% {
-webkit-transform: translate(0.1px, -0.3px);
transform: translate(0.1px, -0.3px);
}
85% {
-webkit-transform: translate(0.9px, 0.3px);
transform: translate(0.9px, 0.3px);
}
80% {
-webkit-transform: translate(1.2px, 0.2px);
transform: translate(1.2px, 0.2px);
}
75% {
-webkit-transform: translate(0.5px, -0.75px);
transform: translate(0.5px, -0.75px);
}
70% {
-webkit-transform: translate(0.9px, 0.9px);
transform: translate(0.9px, 0.9px);
}
65% {
-webkit-transform: translate(1.75px, 1.4px);
transform: translate(1.75px, 1.4px);
}
60% {
-webkit-transform: translate(2.6px, 0.8px);
transform: translate(2.6px, 0.8px);
}
55% {
-webkit-transform: translate(0px, 0.45px);
transform: translate(0px, 0.45px);
}
50% {
-webkit-transform: translate(-0.5px, 2px);
transform: translate(-0.5px, 2px);
}
45% {
-webkit-transform: translate(-0.55px, -1.1px);
transform: translate(-0.55px, -1.1px);
}
40% {
-webkit-transform: translate(0px, -1.8px);
transform: translate(0px, -1.8px);
}
35% {
-webkit-transform: translate(-1.95px, 0.65px);
transform: translate(-1.95px, 0.65px);
}
30% {
-webkit-transform: translate(-2.8px, 2.1px);
transform: translate(-2.8px, 2.1px);
}
25% {
-webkit-transform: translate(-3.5px, 3px);
transform: translate(-3.5px, 3px);
}
20% {
-webkit-transform: translate(3.6px, 2.4px);
transform: translate(3.6px, 2.4px);
}
15% {
-webkit-transform: translate(-4.65px, 0.85px);
transform: translate(-4.65px, 0.85px);
}
10% {
-webkit-transform: translate(-0.9px, 2.7px);
transform: translate(-0.9px, 2.7px);
}
5% {
-webkit-transform: translate(-0.95px, -0.95px);
transform: translate(-0.95px, -0.95px);
}
}
@-webkit-keyframes electric-20-21-8 {
100% {
-webkit-transform: translate(0px, 0px);
transform: translate(0px, 0px);
}
95% {
-webkit-transform: translate(0.175px, -0.1px);
transform: translate(0.175px, -0.1px);
}
90% {
-webkit-transform: translate(-0.65px, 0px);
transform: translate(-0.65px, 0px);
}
85% {
-webkit-transform: translate(0.375px, 0px);
transform: translate(0.375px, 0px);
}
80% {
-webkit-transform: translate(-1.7px, -0.4px);
transform: translate(-1.7px, -0.4px);
}
75% {
-webkit-transform: translate(-0.875px, -0.25px);
transform: translate(-0.875px, -0.25px);
}
70% {
-webkit-transform: translate(-1.05px, -0.3px);
transform: translate(-1.05px, -0.3px);
}
65% {
-webkit-transform: translate(3.675px, 0px);
transform: translate(3.675px, 0px);
}
60% {
-webkit-transform: translate(1.4px, 0px);
transform: translate(1.4px, 0px);
}
55% {
-webkit-transform: translate(4.725px, 1.8px);
transform: translate(4.725px, 1.8px);
}
50% {
-webkit-transform: translate(-2.75px, 0.5px);
transform: translate(-2.75px, 0.5px);
}
45% {
-webkit-transform: translate(-4.675px, -1.65px);
transform: translate(-4.675px, -1.65px);
}
40% {
-webkit-transform: translate(-0.3px, -0.6px);
transform: translate(-0.3px, -0.6px);
}
35% {
-webkit-transform: translate(-6.175px, -1.95px);
transform: translate(-6.175px, -1.95px);
}
30% {
-webkit-transform: translate(3.85px, 2.1px);
transform: translate(3.85px, 2.1px);
}
25% {
-webkit-transform: translate(-6.375px, -2.25px);
transform: translate(-6.375px, -2.25px);
}
20% {
-webkit-transform: translate(7.6px, -2.4px);
transform: translate(7.6px, -2.4px);
}
15% {
-webkit-transform: translate(8.075px, 0px);
transform: translate(8.075px, 0px);
}
10% {
-webkit-transform: translate(-4.95px, 0px);
transform: translate(-4.95px, 0px);
}
5% {
-webkit-transform: translate(8.075px, 0.95px);
transform: translate(8.075px, 0.95px);
}
}
@keyframes electric-20-21-8 {
100% {
-webkit-transform: translate(0px, 0px);
transform: translate(0px, 0px);
}
95% {
-webkit-transform: translate(0.175px, -0.1px);
transform: translate(0.175px, -0.1px);
}
90% {
-webkit-transform: translate(-0.65px, 0px);
transform: translate(-0.65px, 0px);
}
85% {
-webkit-transform: translate(0.375px, 0px);
transform: translate(0.375px, 0px);
}
80% {
-webkit-transform: translate(-1.7px, -0.4px);
transform: translate(-1.7px, -0.4px);
}
75% {
-webkit-transform: translate(-0.875px, -0.25px);
transform: translate(-0.875px, -0.25px);
}
70% {
-webkit-transform: translate(-1.05px, -0.3px);
transform: translate(-1.05px, -0.3px);
}
65% {
-webkit-transform: translate(3.675px, 0px);
transform: translate(3.675px, 0px);
}
60% {
-webkit-transform: translate(1.4px, 0px);
transform: translate(1.4px, 0px);
}
55% {
-webkit-transform: translate(4.725px, 1.8px);
transform: translate(4.725px, 1.8px);
}
50% {
-webkit-transform: translate(-2.75px, 0.5px);
transform: translate(-2.75px, 0.5px);
}
45% {
-webkit-transform: translate(-4.675px, -1.65px);
transform: translate(-4.675px, -1.65px);
}
40% {
-webkit-transform: translate(-0.3px, -0.6px);
transform: translate(-0.3px, -0.6px);
}
35% {
-webkit-transform: translate(-6.175px, -1.95px);
transform: translate(-6.175px, -1.95px);
}
30% {
-webkit-transform: translate(3.85px, 2.1px);
transform: translate(3.85px, 2.1px);
}
25% {
-webkit-transform: translate(-6.375px, -2.25px);
transform: translate(-6.375px, -2.25px);
}
20% {
-webkit-transform: translate(7.6px, -2.4px);
transform: translate(7.6px, -2.4px);
}
15% {
-webkit-transform: translate(8.075px, 0px);
transform: translate(8.075px, 0px);
}
10% {
-webkit-transform: translate(-4.95px, 0px);
transform: translate(-4.95px, 0px);
}
5% {
-webkit-transform: translate(8.075px, 0.95px);
transform: translate(8.075px, 0.95px);
}
}
@-webkit-keyframes electric-20-22-8 {
100% {
-webkit-transform: translate(0px, 0px);
transform: translate(0px, 0px);
}
95% {
-webkit-transform: translate(-0.35px, 0px);
transform: translate(-0.35px, 0px);
}
90% {
-webkit-transform: translate(0.3px, 0px);
transform: translate(0.3px, 0px);
}
85% {
-webkit-transform: translate(1.35px, -0.3px);
transform: translate(1.35px, -0.3px);
}
80% {
-webkit-transform: translate(0.8px, 0.8px);
transform: translate(0.8px, 0.8px);
}
75% {
-webkit-transform: translate(1.75px, -0.5px);
transform: translate(1.75px, -0.5px);
}
70% {
-webkit-transform: translate(1.5px, 0.6px);
transform: translate(1.5px, 0.6px);
}
65% {
-webkit-transform: translate(-3.15px, 0.35px);
transform: translate(-3.15px, 0.35px);
}
60% {
-webkit-transform: translate(3.6px, 1.6px);
transform: translate(3.6px, 1.6px);
}
55% {
-webkit-transform: translate(-4.05px, 1.8px);
transform: translate(-4.05px, 1.8px);
}
50% {
-webkit-transform: translate(1.5px, 0px);
transform: translate(1.5px, 0px);
}
45% {
-webkit-transform: translate(-5.5px, -1.65px);
transform: translate(-5.5px, -1.65px);
}
40% {
-webkit-transform: translate(4.2px, 2.4px);
transform: translate(4.2px, 2.4px);
}
35% {
-webkit-transform: translate(0.65px, -0.65px);
transform: translate(0.65px, -0.65px);
}
30% {
-webkit-transform: translate(-7px, -1.4px);
transform: translate(-7px, -1.4px);
}
25% {
-webkit-transform: translate(-6.65px, -0.75px);
transform: translate(-6.65px, -0.75px);
}
20% {
-webkit-transform: translate(-2.4px, 0.8px);
transform: translate(-2.4px, 0.8px);
}
15% {
-webkit-transform: translate(0px, 0px);
transform: translate(0px, 0px);
}
10% {
-webkit-transform: translate(4.5px, 2.7px);
transform: translate(4.5px, 2.7px);
}
5% {
-webkit-transform: translate(-6.65px, 2.85px);
transform: translate(-6.65px, 2.85px);
}
}
@keyframes electric-20-22-8 {
100% {
-webkit-transform: translate(0px, 0px);
transform: translate(0px, 0px);
}
95% {
-webkit-transform: translate(-0.35px, 0px);
transform: translate(-0.35px, 0px);
}
90% {
-webkit-transform: translate(0.3px, 0px);
transform: translate(0.3px, 0px);
}
85% {
-webkit-transform: translate(1.35px, -0.3px);
transform: translate(1.35px, -0.3px);
}
80% {
-webkit-transform: translate(0.8px, 0.8px);
transform: translate(0.8px, 0.8px);
}
75% {
-webkit-transform: translate(1.75px, -0.5px);
transform: translate(1.75px, -0.5px);
}
70% {
-webkit-transform: translate(1.5px, 0.6px);
transform: translate(1.5px, 0.6px);
}
65% {
-webkit-transform: translate(-3.15px, 0.35px);
transform: translate(-3.15px, 0.35px);
}
60% {
-webkit-transform: translate(3.6px, 1.6px);
transform: translate(3.6px, 1.6px);
}
55% {
-webkit-transform: translate(-4.05px, 1.8px);
transform: translate(-4.05px, 1.8px);
}
50% {
-webkit-transform: translate(1.5px, 0px);
transform: translate(1.5px, 0px);
}
45% {
-webkit-transform: translate(-5.5px, -1.65px);
transform: translate(-5.5px, -1.65px);
}
40% {
-webkit-transform: translate(4.2px, 2.4px);
transform: translate(4.2px, 2.4px);
}
35% {
-webkit-transform: translate(0.65px, -0.65px);
transform: translate(0.65px, -0.65px);
}
30% {
-webkit-transform: translate(-7px, -1.4px);
transform: translate(-7px, -1.4px);
}
25% {
-webkit-transform: translate(-6.65px, -0.75px);
transform: translate(-6.65px, -0.75px);
}
20% {
-webkit-transform: translate(-2.4px, 0.8px);
transform: translate(-2.4px, 0.8px);
}
15% {
-webkit-transform: translate(0px, 0px);
transform: translate(0px, 0px);
}
10% {
-webkit-transform: translate(4.5px, 2.7px);
transform: translate(4.5px, 2.7px);
}
5% {
-webkit-transform: translate(-6.65px, 2.85px);
transform: translate(-6.65px, 2.85px);
}
}
@-webkit-keyframes electric-20-23-8 {
100% {
-webkit-transform: translate(0px, 0px);
transform: translate(0px, 0px);
}
95% {
-webkit-transform: translate(0.525px, -0.15px);
transform: translate(0.525px, -0.15px);
}
90% {
-webkit-transform: translate(-0.95px, -0.2px);
transform: translate(-0.95px, -0.2px);
}
85% {
-webkit-transform: translate(0.225px, -0.45px);
transform: translate(0.225px, -0.45px);
}
80% {
-webkit-transform: translate(-1.3px, 0.8px);
transform: translate(-1.3px, 0.8px);
}
75% {
-webkit-transform: translate(-0.875px, 0.5px);
transform: translate(-0.875px, 0.5px);
}
70% {
-webkit-transform: translate(-2.25px, -0.3px);
transform: translate(-2.25px, -0.3px);
}
65% {
-webkit-transform: translate(2.625px, -0.35px);
transform: translate(2.625px, -0.35px);
}
60% {
-webkit-transform: translate(-1px, 0px);
transform: translate(-1px, 0px);
}
55% {
-webkit-transform: translate(1.575px, 1.8px);
transform: translate(1.575px, 1.8px);
}
50% {
-webkit-transform: translate(-3.75px, -1px);
transform: translate(-3.75px, -1px);
}
45% {
-webkit-transform: translate(5.325px, 0.55px);
transform: translate(5.325px, 0.55px);
}
40% {
-webkit-transform: translate(0.3px, 2.4px);
transform: translate(0.3px, 2.4px);
}
35% {
-webkit-transform: translate(2.275px, 0px);
transform: translate(2.275px, 0px);
}
30% {
-webkit-transform: translate(2.45px, -0.7px);
transform: translate(2.45px, -0.7px);
}
25% {
-webkit-transform: translate(1.125px, 0.75px);
transform: translate(1.125px, 0.75px);
}
20% {
-webkit-transform: translate(-4.4px, 3.2px);
transform: translate(-4.4px, 3.2px);
}
15% {
-webkit-transform: translate(4.075px, 2.55px);
transform: translate(4.075px, 2.55px);
}
10% {
-webkit-transform: translate(1.35px, -1.8px);
transform: translate(1.35px, -1.8px);
}
5% {
-webkit-transform: translate(4.275px, -1.9px);
transform: translate(4.275px, -1.9px);
}
}
@keyframes electric-20-23-8 {
100% {
-webkit-transform: translate(0px, 0px);
transform: translate(0px, 0px);
}
95% {
-webkit-transform: translate(0.525px, -0.15px);
transform: translate(0.525px, -0.15px);
}
90% {
-webkit-transform: translate(-0.95px, -0.2px);
transform: translate(-0.95px, -0.2px);
}
85% {
-webkit-transform: translate(0.225px, -0.45px);
transform: translate(0.225px, -0.45px);
}
80% {
-webkit-transform: translate(-1.3px, 0.8px);
transform: translate(-1.3px, 0.8px);
}
75% {
-webkit-transform: translate(-0.875px, 0.5px);
transform: translate(-0.875px, 0.5px);
}
70% {
-webkit-transform: translate(-2.25px, -0.3px);
transform: translate(-2.25px, -0.3px);
}
65% {
-webkit-transform: translate(2.625px, -0.35px);
transform: translate(2.625px, -0.35px);
}
60% {
-webkit-transform: translate(-1px, 0px);
transform: translate(-1px, 0px);
}
55% {
-webkit-transform: translate(1.575px, 1.8px);
transform: translate(1.575px, 1.8px);
}
50% {
-webkit-transform: translate(-3.75px, -1px);
transform: translate(-3.75px, -1px);
}
45% {
-webkit-transform: translate(5.325px, 0.55px);
transform: translate(5.325px, 0.55px);
}
40% {
-webkit-transform: translate(0.3px, 2.4px);
transform: translate(0.3px, 2.4px);
}
35% {
-webkit-transform: translate(2.275px, 0px);
transform: translate(2.275px, 0px);
}
30% {
-webkit-transform: translate(2.45px, -0.7px);
transform: translate(2.45px, -0.7px);
}
25% {
-webkit-transform: translate(1.125px, 0.75px);
transform: translate(1.125px, 0.75px);
}
20% {
-webkit-transform: translate(-4.4px, 3.2px);
transform: translate(-4.4px, 3.2px);
}
15% {
-webkit-transform: translate(4.075px, 2.55px);
transform: translate(4.075px, 2.55px);
}
10% {
-webkit-transform: translate(1.35px, -1.8px);
transform: translate(1.35px, -1.8px);
}
5% {
-webkit-transform: translate(4.275px, -1.9px);
transform: translate(4.275px, -1.9px);
}
}
@-webkit-keyframes electric-20-24-8 {
100% {
-webkit-transform: translate(0px, 0px);
transform: translate(0px, 0px);
}
95% {
-webkit-transform: translate(-0.2px, -0.05px);
transform: translate(-0.2px, -0.05px);
}
90% {
-webkit-transform: translate(-0.2px, -0.2px);
transform: translate(-0.2px, -0.2px);
}
85% {
-webkit-transform: translate(1.8px, 0.6px);
transform: translate(1.8px, 0.6px);
}
80% {
-webkit-transform: translate(1.4px, 0.2px);
transform: translate(1.4px, 0.2px);
}
75% {
-webkit-transform: translate(-1px, 1px);
transform: translate(-1px, 1px);
}
70% {
-webkit-transform: translate(-3px, 0.6px);
transform: translate(-3px, 0.6px);
}
65% {
-webkit-transform: translate(-3.5px, 1.05px);
transform: translate(-3.5px, 1.05px);
}
60% {
-webkit-transform: translate(-2.8px, 1.6px);
transform: translate(-2.8px, 1.6px);
}
55% {
-webkit-transform: translate(1.35px, 1.35px);
transform: translate(1.35px, 1.35px);
}
50% {
-webkit-transform: translate(-2px, 1px);
transform: translate(-2px, 1px);
}
45% {
-webkit-transform: translate(-4.4px, 0px);
transform: translate(-4.4px, 0px);
}
40% {
-webkit-transform: translate(-3px, 0.6px);
transform: translate(-3px, 0.6px);
}
35% {
-webkit-transform: translate(-6.5px, 0px);
transform: translate(-6.5px, 0px);
}
30% {
-webkit-transform: translate(4.4px, -1.4px);
transform: translate(4.4px, -1.4px);
}
25% {
-webkit-transform: translate(6.65px, 0px);
transform: translate(6.65px, 0px);
}
20% {
-webkit-transform: translate(-4.8px, 2.4px);
transform: translate(-4.8px, 2.4px);
}
15% {
-webkit-transform: translate(3.8px, -2.55px);
transform: translate(3.8px, -2.55px);
}
10% {
-webkit-transform: translate(2.7px, 0px);
transform: translate(2.7px, 0px);
}
5% {
-webkit-transform: translate(-4.75px, 1.9px);
transform: translate(-4.75px, 1.9px);
}
}
@keyframes electric-20-24-8 {
100% {
-webkit-transform: translate(0px, 0px);
transform: translate(0px, 0px);
}
95% {
-webkit-transform: translate(-0.2px, -0.05px);
transform: translate(-0.2px, -0.05px);
}
90% {
-webkit-transform: translate(-0.2px, -0.2px);
transform: translate(-0.2px, -0.2px);
}
85% {
-webkit-transform: translate(1.8px, 0.6px);
transform: translate(1.8px, 0.6px);
}
80% {
-webkit-transform: translate(1.4px, 0.2px);
transform: translate(1.4px, 0.2px);
}
75% {
-webkit-transform: translate(-1px, 1px);
transform: translate(-1px, 1px);
}
70% {
-webkit-transform: translate(-3px, 0.6px);
transform: translate(-3px, 0.6px);
}
65% {
-webkit-transform: translate(-3.5px, 1.05px);
transform: translate(-3.5px, 1.05px);
}
60% {
-webkit-transform: translate(-2.8px, 1.6px);
transform: translate(-2.8px, 1.6px);
}
55% {
-webkit-transform: translate(1.35px, 1.35px);
transform: translate(1.35px, 1.35px);
}
50% {
-webkit-transform: translate(-2px, 1px);
transform: translate(-2px, 1px);
}
45% {
-webkit-transform: translate(-4.4px, 0px);
transform: translate(-4.4px, 0px);
}
40% {
-webkit-transform: translate(-3px, 0.6px);
transform: translate(-3px, 0.6px);
}
35% {
-webkit-transform: translate(-6.5px, 0px);
transform: translate(-6.5px, 0px);
}
30% {
-webkit-transform: translate(4.4px, -1.4px);
transform: translate(4.4px, -1.4px);
}
25% {
-webkit-transform: translate(6.65px, 0px);
transform: translate(6.65px, 0px);
}
20% {
-webkit-transform: translate(-4.8px, 2.4px);
transform: translate(-4.8px, 2.4px);
}
15% {
-webkit-transform: translate(3.8px, -2.55px);
transform: translate(3.8px, -2.55px);
}
10% {
-webkit-transform: translate(2.7px, 0px);
transform: translate(2.7px, 0px);
}
5% {
-webkit-transform: translate(-4.75px, 1.9px);
transform: translate(-4.75px, 1.9px);
}
} .panel-menu,
.mmpanels,
.mmpanels>.mmpanel {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: inherit;
}
.panel-menu {
width: 320px;
background: #303442;
position: fixed;
z-index: 50;
}
.panel-menu ul {
list-style-type: none;
margin: 0;
padding: 0;
background: transparent;
}
.panel-menu ul li {
margin: 0;
width: 100%;
}
.panel-menu ul li a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 9px 27px 9px 30px;
font-size: 15px;
line-height: 22px;
text-decoration: none;
color: #ffffff;
background: transparent;
position: relative;
-webkit-transition: all .2s linear;
transition: all .2s linear;
}
.panel-menu ul li a:hover {
color: #f47629;
background: transparent;
}
.panel-menu #mm0.mmpanel a:not(.mm-close) {
font-family: "Poppins", sans-serif;
font-weight: 700;
color: #ffffff;
background-color: transparent;
}
.panel-menu #mm0.mmpanel a:not(.mm-close):after {
color: #ffffff;
}
.panel-menu #mm0.mmpanel a:not(.mm-close):hover {
color: #f47629;
background-color: transparent;
}
.panel-menu #mm0.mmpanel a:not(.mm-close):hover:after {
color: #f47629;
}
.panel-menu #mm0.mmpanel .mm-next-level:after {
top: 13px;
}
.panel-menu .mmpanel:not(#mm0) a:not(.mm-original-link) {
font-family: "Poppins", sans-serif;
font-weight: 400;
}
.panel-menu .mmpanel .mm-original-link .tt-badge {
top: -1px;
}
.panel-menu .mm-close,
.panel-menu .mm-prev-level,
.panel-menu .mm-original-link {
display: block;
color: #ffffff;
background-color: transparent;
text-transform: uppercase;
}
.panel-menu .mm-close:before,
.panel-menu .mm-prev-level:before,
.panel-menu .mm-next-level:after {
font-family: "Electrician";
font-size: 14px;
line-height: 14px;
font-weight: bold;
-webkit-transition: all .2s linear;
transition: all .2s linear;
color: #ffffff;
}
.panel-menu .mm-close:hover,
.panel-menu .mm-prev-level:hover,
.panel-menu .mm-next-level:hover {
color: #f47629;
background-color: transparent;
}
.panel-menu .mm-close:hover:before .mm-prev-level:hover:before,
.panel-menu .mm-next-level:hover:after {
color: #f47629;
}
.panel-menu li.mm-close-parent {
margin-bottom: 32px;
}
.panel-menu li.mm-close-parent .mm-close {
padding: 14px 16px 15px 29px;
color: #ffffff;
border-bottom: 1px solid #ffffff;
background-color: transparent;
font-family: "Poppins", sans-serif;
font-weight: bold;
}
.panel-menu li.mm-close-parent .mm-close:before {
content: "\e91b";
padding-right: 10px;
position: relative;
top: 1px;
color: #ffffff;
}
.panel-menu li.mm-close-parent .mm-close:hover {
color: #f47629;
background-color: transparent;
}
.panel-menu li.mm-close-parent .mm-close:hover:before {
color: #f47629;
}
.panel-menu .mm-prev-level {
padding: 14px 16px 15px 29px;
color: #ffffff;
background-color: transparent;
border-bottom: 1px solid #ffffff;
margin-bottom: 15px;
}
.panel-menu .mm-prev-level:before {
content: "\e92d";
padding-right: 10px;
position: relative;
top: 1px;
color: #ffffff;
display: inline-block;
}
.panel-menu .mm-prev-level:hover {
color: #f47629;
background-color: transparent;
}
.panel-menu .mm-prev-level:hover:before {
color: #f47629;
}
.panel-menu .mm-next-level {
color: #3D3B42;
background-color: transparent;
}
.panel-menu .mm-next-level:after {
content: "\e92e";
padding-left: 10px;
top: 12px;
right: 30px;
position: absolute;
color: #ffffff;
}
.panel-menu .mm-next-level:hover {
color: #f47629;
background-color: transparent;
}
.panel-menu .mm-next-level:hover:after {
color: #f47629;
}
.panel-menu .mm-original-link {
font-family: "Poppins", sans-serif;
font-weight: 700;
color: #ffffff;
background-color: transparent;
}
.panel-menu .mm-original-link:before {
padding-right: 10px;
color: #ffffff;
}
.panel-menu .mm-original-link:hover {
color: #f47629;
background-color: transparent;
}
.panel-menu .mm-original-link:hover:before {
color: #f47629;
}
.mm-open {
overflow: hidden;
}
.mm-open .mm-fullscreen-bg {
cursor: pointer;
background-color: rgba(0, 0, 0, 0.55);
position: fixed;
top: 0;
left: 0;
overflow: hidden;
width: 100%;
height: 100%;
z-index: 21;
display: none;
}
.mmitemopen.panel-menu,
.mmitemopen.panel-menu.mm-right {
-webkit-transition: -webkit-transform .3s ease;
transition: -webkit-transform .3s ease;
transition: transform .3s ease;
transition: transform .3s ease, -webkit-transform .3s ease;
transition: transform .3s ease, -webkit-transform .3s ease;
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.panel-menu {
-webkit-transform: translate(-100%, 0);
transform: translate(-100%, 0);
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.panel-menu.mm-right,
.mmitemopen.panel-menu.mm-right.mmhide {
left: auto;
right: 0;
-webkit-transform: translate(100%, 0);
transform: translate(100%, 0);
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
.mmitemopen.panel-menu.mmhide {
-webkit-transform: translate(-100%, 0);
transform: translate(-100%, 0);
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.mmpanel {
-webkit-transition: -webkit-transform .3s ease;
transition: -webkit-transform .3s ease;
transition: transform .3s ease;
transition: transform .3s ease, -webkit-transform .3s ease;
transition: transform .3s ease, -webkit-transform .3s ease;
-webkit-transform: translate(100%, 0);
transform: translate(100%, 0);
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
.mmpanels {
overflow: hidden;
}
.mmpanel.mmopened {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.mmpanel.mmsubopened {
-webkit-transform: translate(-80%, 0);
transform: translate(-80%, 0);
-webkit-transform: translate3d(-80%, 0, 0);
transform: translate3d(-80%, 0, 0);
}
.mmpanels>.mmpanel {
overflow: scroll;
overflow-x: hidden;
overflow-y: auto;
}
.mmpanels,
.mmpanels>.mmpanel {
background: inherit;
border-color: inherit;
}
.mmpanels>.mmpanel:not(.mmhidden) {
display: block;
}
.mmpanels>.mmpanel:after {
content: '';
display: block;
height: 20px;
}
.mmhidden,
.mm-nav-btn {
display: none;
}
.mm-fullscreen-bg,
.mm-fullscreen-bg:focus,
.mm-fullscreen-bg:active,
.mm-fullscreen-bg:hover {
outline: none;
}
.tt-menu-slider {
max-height: 389px;
}
@media (min-width: 1025px) {
.tt-obj-cart .tt-obj__btn {
position: relative;
display: inline-block;
font-size: 19px;
line-height: 19px;
top: 4px;
color: #ffffff;
padding: 8px 8px 8px 5px;
-webkit-transition: color .2s linear;
transition: color .2s linear;
}
.tt-obj-cart .tt-obj__btn .tt-obj__badge {
position: absolute;
right: -5px;
top: -1px;
pointer-events: none;
background-color: #f47629;
border-radius: 50%;
width: 17px;
height: 17px;
font-size: 10px;
line-height: 18px;
color: #ffffff;
text-align: center;
}
.tt-obj-cart .tt-obj__btn:hover {
color: #f47629;
}
}
@media (max-width: 1024.98px) {
.tt-obj-cart .tt-obj__btn {
position: relative;
display: inline-block;
font-size: 19px;
line-height: 19px;
top: 3px;
color: #303442;
padding: 5px 5px 5px 5px;
-webkit-transition: color .2s linear;
transition: color .2s linear;
}
.tt-obj-cart .tt-obj__btn .tt-obj__badge {
position: absolute;
right: -5px;
top: -1px;
pointer-events: none;
background-color: #f47629;
border-radius: 50%;
width: 17px;
height: 17px;
font-size: 10px;
line-height: 18px;
color: #ffffff;
text-align: center;
}
.tt-obj-cart .tt-obj__btn:hover {
color: #f47629;
}
}
.tt-obj-cart .tt-obj__dropdown {
position: absolute;
opacity: 0;
width: 349px;
margin: -8px 0 0 0;
padding: 32px 0px 40px;
text-align: left;
-webkit-transform: translateY(20px);
transform: translateY(20px);
-webkit-transition: 0.2s ease 0s;
transition: 0.2s ease 0s;
background: #ffffff;
right: 0;
top: 100%;
z-index: 22;
-webkit-box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
}
.tt-obj-cart .tt-obj__dropdown-close {
position: absolute;
right: 16px;
top: 15px;
display: inline-block;
padding: 5px;
color: #303442;
-webkit-transition: color .2s linear;
transition: color .2s linear;
cursor: pointer;
font-size: 11px;
line-height: 1;
}
.tt-obj-cart .tt-obj__dropdown-close:hover {
color: #f47629;
}
.tt-obj-cart.active .tt-obj__btn {
color: #f47629;
}
.tt-obj-cart.active .tt-obj__dropdown {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition: 0.3s ease 0.15s;
transition: 0.3s ease 0.15s;
pointer-events: auto;
}
.tt-obj-cart .tt-obj__title {
font-size: 24px;
line-height: 34px;
color: #303442;
font-family: "Poppins", sans-serif;
font-weight: 600;
margin: 0;
padding: 0 35px 16px;
}
@media (max-width: 1024.98px) {
.tt-obj-cart .tt-obj__title {
font-size: 20px;
line-height: 30px;
}
.tt-obj-cart .tt-obj__dropdown {
width: 300px;
}
}
@media (max-width: 766.98px) {
.tt-obj-cart .tt-obj__dropdown {
width: 274px;
}
}
.tt-cart-list {
padding: 0 35px;
}
.tt-cart-list .tt-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
position: relative;
}
.tt-cart-list .tt-item:not(:first-child) {
margin-top: 19px;
}
.tt-cart-list .tt-item__remove {
position: absolute;
right: -5px;
top: 2px;
color: #c7c7c8;
-webkit-transition: color .2s linear;
transition: color .2s linear;
padding: 5px;
font-size: 14px;
}
.tt-cart-list .tt-item__remove:hover {
color: #f47629;
}
.tt-cart-list .tt-item__img {
width: 88px;
min-width: 88px;
position: relative;
top: 6px;
}
.tt-cart-list .tt-item__content {
margin-left: 18px;
padding-right: 15px;
}
.tt-cart-list .tt-item__title {
font-size: 16px;
line-height: 27px;
color: #7b7b7b;
padding-right: 5px;
}
.tt-cart-list .tt-item__title a {
color: #7b7b7b;
-webkit-transition: color .2s linear;
transition: color .2s linear;
}
.tt-cart-list .tt-item__title a:hover {
color: #f47629;
}
.tt-cart-list .tt-item__price {
font-size: 20px;
font-family: "Poppins", sans-serif;
font-weight: 600;
color: #303442;
margin-top: 14px;
}
.tt-cart-list .tt-item__price .new-price {
font-size: 20px;
color: #f47629;
}
.tt-cart-list .tt-item__price .old-price {
font-size: 16px;
text-decoration: line-through;
margin-left: 7px;
}
@media (max-width: 1024.98px) {
.tt-cart-list {
padding: 0 25px;
}
.tt-cart-list .tt-item__title {
font-size: 14px;
line-height: 23px;
}
.tt-cart-list .tt-item__price {
font-size: 18px;
margin-top: 7px;
}
.tt-cart-list .tt-item__img {
width: 75px;
min-width: 75px;
}
}
.tt-cart-total {
border-top: 1px solid #e9e9eb;
font-size: 24px;
line-height: 1;
font-family: "Poppins", sans-serif;
font-weight: 600;
color: #303442;
padding: 27px 35px 0;
margin-top: 28px;
}
.tt-cart-total .tt-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.tt-cart-total .tt-btn {
margin-top: 25px;
width: 100%;
}
@media (max-width: 1024.98px) {
.tt-cart-total {
font-size: 20px;
padding: 23px 25px 0;
}
.tt-cart-total .tt-btn {
font-size: 16px;
height: 50px;
margin-top: 20px;
}
}
.tt-logo {
font-size: 40px;
line-height: 40px;
color: #303442;
font-family: "Poppins", sans-serif;
font-weight: 600;
position: relative;
padding: 9px 0 13px 25px;
letter-spacing: -1.3px;
overflow: hidden;
display: inline-block;
top: 4px;
}
.tt-logo .tt-icon {
position: absolute;
top: 4px;
left: 3px;
}
.tt-logo:before {
content: "";
z-index: 1;
position: absolute;
left: 0;
top: -100%;
width: 45px;
height: 23px;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, white), to(rgba(255, 255, 255, 0)));
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
-webkit-transition: 0s ease-in-out;
transition: 0s ease-in-out;
pointer-events: none;
-webkit-animation: lightning 4.3s infinite ease-in;
animation: lightning 4.3s infinite ease-in;
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
.tt-logo:hover {
color: #303442;
}
.tt-logo:hover:before {
top: 0;
}
@media (max-width: 1229.98px) {
.tt-logo {
font-size: 32px;
line-height: 32px;
}
.tt-logo .tt-icon img {
max-width: 30px;
}
}
@media (max-width: 1024.98px) {
.tt-logo {
font-size: 30px;
line-height: 30px;
letter-spacing: -1px;
top: 6px;
padding-left: 19px;
}
.tt-logo .tt-icon {
top: 4px;
}
.tt-logo .tt-icon img {
max-width: 28px;
}
}
@-webkit-keyframes lightning {
from {
top: -100%;
width: 45px;
}
50% {
top: 100%;
width: 20px;
}
to {
top: 100%;
width: 10px;
}
}
@keyframes lightning {
from {
top: -100%;
width: 45px;
}
50% {
top: 100%;
width: 20px;
}
to {
top: 100%;
width: 10px;
}
}
#tt-menu-toggle {
padding: 8px 0 5px 5px;
font-size: 24px;
display: inline-block;
color: #303442;
position: relative;
}
#tt-menu-toggle:hover {
color: #f47629;
}   @media (min-width: 1025px) {
.section-indent:not(.no-margin) {
margin-top: 120px;
}
}
@media (max-width: 1024px) {
.section-indent:not(.no-margin) {
margin-top: 70px;
}
}
@media (max-width: 790px) {
.section-indent:not(.no-margin) {
margin-top: 50px;
}
}
.section-indent-extra {
margin-top: -70px;
position: relative;
}
.section_hr {
border-top: 1px solid #e9e9eb;
padding-top: 48px;
}
.section__wrapper {
background-color: #303442;
color: #ffffff;
}
.section__wrapper02 {
background: #ffffff;
overflow: hidden;
}
.container__p-r {
position: relative;
}
.section-marker {
position: absolute;
opacity: 0.08;
}
.section-marker.section-marker_b-l {
bottom: 0;
left: 0;
}
@media (max-width: 1500px) {
.section-marker {
display: none;
}
} .mainSlider-layout {
position: relative;
z-index: 1;
background: #252427;
}
.mainSlider-wrapper {
position: relative;
z-index: 1;
}
.mainSlider {
height: 774px;
}
@media (max-width: 1024px) and (min-width: 551px) {
.mainSlider {
height: 365px;
}
}
@media (max-width: 790px) {
.mainSlider {
height: 250px;
}
}
.mainSlider .container {
position: relative;
}
.mainSlider .slide .img--holder {
background-size: cover;
background-position: center top;
background-repeat: no-repeat;
height: 774px;
-webkit-transition: -webkit-transform 6s ease;
transition: -webkit-transform 6s ease;
transition: transform 6s ease;
transition: transform 6s ease, -webkit-transform 6s ease;
}
@media (max-width: 1239px) {
.mainSlider .slide .img--holder {
height: 774px;
}
}
@media (max-width: 1024px) and (min-width: 551px) {
.mainSlider .slide .img--holder {
height: 365px;
}
}
@media (max-width: 790px) {
.mainSlider .slide .img--holder {
height: 250px;
}
}
.mainSlider .slide .slide-content {
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 2;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
padding-bottom: 9px;
}
.mainSlider .slide .slide-content .container:first-child {
margin-top: -50px;
}
@media (max-width: 1024px) and (min-width: 551px) {
.mainSlider .slide .slide-content .container:first-child {
margin-top: 0px;
}
}
.mainSlider .slide .slide-content .container .tt-title-01,
.mainSlider .slide .slide-content .container .tt-title-02 {
color: #ffffff;
font-weight: 600;
font-family: "Poppins", sans-serif;
}
.mainSlider .slide .slide-content .container:not(.text-center):not(.text-right) .tt-row-btn {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
@media (min-width: 1025px) {
.mainSlider .slide .slide-content .tt-title-01 {
font-size: 18px;
line-height: 28px;
}
.mainSlider .slide .slide-content .tt-title-02 {
font-size: 58px;
line-height: 64px;
margin-top: 15px;
}
}
@media (max-width: 1024px) {
.mainSlider .slide .slide-content {
padding-bottom: 0px;
}
.mainSlider .slide .slide-content .tt-title-01 {
font-size: 14px;
line-height: 14px;
}
.mainSlider .slide .slide-content .tt-title-02 {
font-size: 48px;
line-height: 54px;
margin-top: 20px;
}
}
@media (max-width: 790px) {
.mainSlider .slide .slide-content .tt-title-01 {
font-size: 12px;
line-height: 12px;
}
.mainSlider .slide .slide-content .tt-title-02 {
font-size: 24px;
line-height: 30px;
margin-top: 16px;
}
}
.mainSlider .slick-arrow {
position: absolute;
top: 50%;
margin-top: -18px;
z-index: 7;
font-size: 0;
line-height: 0;
background: none;
border: none;
color: #fff;
}
.mainSlider .slick-arrow:hover {
color: #f47629;
}
.mainSlider .slick-arrow:before {
font-family: "Electrician";
display: block;
font-size: 40px;
line-height: 1em;
}
.mainSlider .slick-prev {
left: 20px;
}
.mainSlider .slick-prev:before {
content: '\e916';
}
.mainSlider .slick-next {
right: 20px;
}
.mainSlider .slick-next:before {
content: '\e917';
}
.fadeInLeftSm {
-webkit-animation-name: fadeInLeftSm;
animation-name: fadeInLeftSm;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
.fadeInRightSm {
-webkit-animation-name: fadeInRightSm;
animation-name: fadeInRightSm;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
.fadeInUpSm {
-webkit-animation-name: fadeInUpSm;
animation-name: fadeInUpSm;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
.animated.fadeInLeftSm,
.animated.fadeInRightSm,
.animated.fadeInUpSm {
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes fadeInUpSm {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 50%, 0);
transform: translate3d(0, 50%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUpSm {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 50%, 0);
transform: translate3d(0, 50%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@-webkit-keyframes fadeInLeftSm {
0% {
opacity: 0;
-webkit-transform: translate3d(-20%, 0, 0);
transform: translate3d(-20%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeftSm {
0% {
opacity: 0;
-webkit-transform: translate3d(-20%, 0, 0);
transform: translate3d(-20%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@-webkit-keyframes fadeInRightSm {
from {
opacity: 0;
-webkit-transform: translate3d(20%, 0, 0);
transform: translate3d(20%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRightSm {
from {
opacity: 0;
-webkit-transform: translate3d(20%, 0, 0);
transform: translate3d(20%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
body.is-loaded .loading-content {
opacity: 0;
visibility: hidden;
}
.loading-content {
height: 100%;
width: 100%;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
z-index: 3;
background-color: #ffffff;
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;
opacity: 1;
pointer-events: none;
visibility: visible;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.loading-content.disable {
opacity: 0;
}
.loading-content img {
margin-top: -100px;
}
@media (max-width: 1024.98px) {
.loading-content img {
max-width: 45px;
height: auto;
margin-top: -30px;
}
}
@media (max-width: 790px) {
.loading-content img {
max-width: 35px;
height: auto;
}
}
.load-mainslider .mainSlider .slide.slick-current .img--holder {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.order-form-wrapper {
position: relative;
z-index: 2;
}
@media (min-width: 1025px) {
.order-form-wrapper {
margin-top: -159px;
}
}
@media (max-width: 1024.98px) {
.order-form-wrapper {
margin-top: -47px;
}
}
@media (max-width: 766.98px) {
.order-form-wrapper {
margin-top: -41px;
}
}
.order-form {   }
.order-form .order-form__title {
font-size: 20px;
line-height: 26px;
color: #ffffff;
background-color: #f47629;
font-family: "Poppins", sans-serif;
font-weight: 600;
display: inline-block;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
padding: 9px 36px;
margin-top: 7px;
}
.order-form .order-form__content {
background-color: #303442;
padding: 30px 38px 10px;
}
.order-form .order-form__content form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.order-form .order-form__content form .form-group {
margin-bottom: 20px;
}
.order-form .order-form__content form .form-group:not(:first-child) {
margin-left: 20px;
}
.order-form .order-form__content form .form-group:not(:last-child) {
width: 19.5%;
}
@media (min-width: 790px) {
.order-form .order-form__content {
display: block !important;
}
}
.order-form ::-webkit-input-placeholder {
color: #7b7b7b;
}
.order-form ::-moz-placeholder {
color: #7b7b7b;
}
.order-form :-moz-placeholder {
color: #7b7b7b;
}
.order-form :-ms-input-placeholder {
color: #7b7b7b;
}
.order-form ::-moz-placeholder,
.order-form :-moz-placeholder {
opacity: 1;
}
.order-form input:focus::-webkit-input-placeholder {
color: transparent;
}
.order-form input:focus:-moz-placeholder {
color: transparent;
}
.order-form input:focus::-moz-placeholder {
color: transparent;
}
.order-form input:focus:-ms-input-placeholder {
color: transparent;
}
.order-form .form-order .form-group {
position: relative;
}
.order-form .form-order .form-group label.error {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
top: 56px;
left: 0;
padding: 8px 12px 6px;
background: red;
color: #ffffff;
font-size: 14px;
line-height: 22px;
z-index: 1;
width: 100%;
}
.order-form .form-order .form-group label.error:after {
content: '';
position: absolute;
top: -12px;
left: 50%;
border: 6px solid transparent;
border-bottom: 6px solid #f8353e;
}
.order-form .form-order .form-group .icon-1 {
position: absolute;
right: 17px;
top: 13px;
color: #7b7b7b;
z-index: 1;
}
.order-form .form-order .pt-disabled {
pointer-events: none;
opacity: 0.5;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.order-form .form-order .form-control {
background: #ffffff;
font-size: 16px;
line-height: 25px;
border: 1px solid transparent;
color: #888888;
padding: 13px 12px 12px 15px;
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
font-family: "Roboto", sans-serif;
-webkit-transition: all 0.3s;
transition: all 0.3s;
box-shadow: none;
border-radius: 4px;
}
.order-form .form-order .form-control.is-invalid {
border: 1px solid red;
}
.order-form .form-order .form-control:not(textarea) {
height: 44px;
}
.order-form .form-order .form-control.error {
border-color: red;
-webkit-box-shadow: none;
box-shadow: none;
}
.order-form .form-order .form-control:focus {
border-color: #f47629;
}
.order-form .form-order .pt-required {
display: inline-block;
float: right;
position: relative;
top: 4px;
color: red;
padding-left: 5px;
font-size: 14px;
line-height: 22px;
}
.order-form .form-order .invalid-feedback {
margin-top: 2px;
font-size: 14px;
line-height: 24px;
}
@media (max-width: 1024.98px) {
.order-form .order-form__title {
font-size: 18px;
padding: 7px 15px;
}
.order-form .order-form__content {
padding: 18px 15px 8px 5px;
}
.order-form .order-form__content form .form-group {
margin-bottom: 10px;
}
.order-form .order-form__content form .form-group {
margin-left: 10px;
}
.order-form .form-order .form-control {
font-size: 15px;
padding: 12px 12px 12px 15px;
}
.order-form .form-order .form-control:not(textarea) {
height: 40px;
}
}
@media (max-width: 767px) {
.order-form .order-form__content form {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.order-form .order-form__content form .form-group:nth-child(2),
.order-form .order-form__content form .form-group:nth-child(5),
.order-form .order-form__content form .form-group:nth-child(6) {
width: calc(100% - 10px);
}
.order-form .order-form__content form .form-group:nth-child(3),
.order-form .order-form__content form .form-group:nth-child(4) {
width: calc(50% - 10px);
}
.order-form .order-form__content form .form-group:nth-child(6) .tt-btn {
width: 100%;
}
.order-form .order-form__content form .form-group:not(:first-child) {
margin-left: 10px;
}
}
@media (min-width: 767px) {
.order-form .order-form__title {
pointer-events: none;
}
.order-form .order-form__title i {
display: none;
}
}
@media (max-width: 766.98px) {
.order-form {
text-align: center;
}
.order-form .order-form__title {
font-size: 14px;
padding: 4px 15px;
cursor: pointer;
}
.order-form .order-form__title i {
display: inline-block;
margin-right: 7px;
position: relative;
top: -2px;
}
.order-form .order-form__title.active i {
-webkit-transform: rotate(-135deg);
transform: rotate(-135deg);
top: 1px;
}
.order-form .order-form__content {
display: none;
}
}
.tt-slideinfo-wrapper {
overflow: hidden;
position: relative;
}
@media (min-width: 1025px) {
.tt-slideinfo-wrapper {
margin-bottom: -13px;
}
.tt-slideinfo-wrapper:before,
.tt-slideinfo-wrapper:after {
content: '';
display: block;
position: absolute;
z-index: 3;
left: 0;
width: 100%;
height: 20px;
background-color: #ffffff;
-webkit-transition: height .13s ease;
transition: height .13s ease;
}
.tt-slideinfo-wrapper:before {
top: 0px;
}
.tt-slideinfo-wrapper:after {
bottom: 0px;
}
.tt-slideinfo-wrapper:hover:before {
height: 0px;
}
.tt-slideinfo-wrapper:hover:after {
height: 1px;
}
}
@media (max-width: 1024.98px) {
.tt-slideinfo-wrapper {
margin-left: -15px;
margin-right: -15px;
}
.tt-slideinfo-wrapper .tt-slideinfo:nth-child(2) {
margin-left: 0px;
margin-right: 0px;
}
}
@media (min-width: 767px) {
.tt-slideinfo-wrapper {
margin-left: -75px;
margin-right: -75px;
}
.tt-slideinfo-wrapper .tt-slideinfo:nth-child(2) {
margin-left: -4px;
margin-right: -4px;
}
.tt-slideinfo-wrapper:not(.slick-initialized) {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.tt-slideinfo-wrapper .tt-slideinfo {
-webkit-transition: width 0.13s ease;
transition: width 0.13s ease;
position: relative; }
.tt-slideinfo-wrapper .tt-slideinfo:not(.active) {
width: 33.333%;
}
.tt-slideinfo-wrapper .tt-slideinfo.wide {
width: calc(33.333% + 30px);
}
.tt-slideinfo-wrapper .tt-slideinfo.short {
width: calc(33.333% - 15px);
}
.tt-slideinfo-wrapper .tt-slideinfo:nth-child(2) {
z-index: 1;
}
.tt-slideinfo-wrapper .tt-slideinfo .tt-item__bg {
margin-left: -76px;
width: calc(100% + 76px);
}
.tt-slideinfo-wrapper .tt-slideinfo:nth-child(1) {
z-index: 2;
}
.tt-slideinfo-wrapper .tt-slideinfo:nth-child(2) {
z-index: 1;
}
.tt-slideinfo-wrapper .tt-slideinfo:nth-child(3) {
z-index: 0;
}
.tt-slideinfo-wrapper .tt-slideinfo:nth-child(1) {
padding-left: 70px;
}
.tt-slideinfo-wrapper .tt-slideinfo:nth-child(3) {
padding-right: 70px;
}
}
@media (min-width: 767px) and (max-width: 1024px) {
.tt-slideinfo-wrapper {
margin-left: -52px;
margin-right: -52px;
}
}
@media (max-width: 766px) {
.tt-slideinfo-wrapper {
margin-left: 0;
margin-right: 0;
}
}
.tt-slideinfo {
position: relative;
height: 730px;
}
.tt-slideinfo .tt-item__bg {
position: absolute;
z-index: 0;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transform: skew(12deg, 0);
transform: skew(12deg, 0);
overflow: hidden;
background-color: #333333;
}
.tt-slideinfo .tt-item__bg:before {
content: "";
z-index: 1;
position: absolute;
left: -100%;
top: 0;
width: 100%;
height: 100%;
background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.25)), to(rgba(255, 255, 255, 0)));
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 100%);
-webkit-transition: 0s ease-in-out;
transition: 0s ease-in-out;
pointer-events: none;
opacity: 0.5;
}
.tt-slideinfo .tt-item__bg .tt-item__bg-img {
position: absolute;
z-index: 0;
top: 0;
left: 0;
width: 130%;
height: 100%;
opacity: 0.6;
background-size: cover;
background-position: center top;
background-repeat: no-repeat;
-webkit-transition: opacity 0.2s ease;
transition: opacity 0.2s ease;
-webkit-transform: skew(-12deg);
transform: skew(-12deg);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.tt-slideinfo .tt-item__bg .tt-item__bg-top {
position: absolute;
z-index: 2;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.tt-slideinfo .tt-item__bg .tt-item__bg-top:before,
.tt-slideinfo .tt-item__bg .tt-item__bg-top:after {
content: '';
width: calc(100% + 4px);
height: 20px;
background-color: #ffffff;
display: block;
position: absolute;
left: -2px;
-webkit-transition: height .13s ease;
transition: height .13s ease;
}
.tt-slideinfo .tt-item__bg .tt-item__bg-top:before {
top: 0;
}
.tt-slideinfo .tt-item__bg .tt-item__bg-top:after {
bottom: 0;
}
.tt-slideinfo .tt-item__content {
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #ffffff;
text-align: center;
padding-left: 25px;
padding-right: 25px;
}
.tt-slideinfo .tt-item__title {
font-size: 36px;
line-height: 1;
width: 100%;
font-family: "Poppins", sans-serif;
font-weight: 600;
position: relative;
}
.tt-slideinfo .tt-item__title .tt-icon {
display: inline-block;
position: absolute;
top: -85px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 1;
opacity: 0.44;
}
.tt-slideinfo .tt-item__title span {
position: relative;
z-index: 2;
}
.tt-slideinfo .tt-item__description {
max-width: 397px;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
padding-left: 20px;
padding-right: 20px;
display: none;
}
.tt-slideinfo .tt-item__btn {
margin-top: 28px;
width: 100%;
}
.tt-slideinfo .tt-item__btn a {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 59px;
height: 59px;
border-radius: 50%;
background-color: #f47629;
font-size: 30px;
line-height: 30px;
color: #ffffff;
position: relative;
-webkit-transition: background-color .3s, color .3s;
transition: background-color .3s, color .3s;
}
.tt-slideinfo .tt-item__btn a:before {
position: relative;
z-index: 2;
}
.tt-slideinfo .tt-item__btn a::after {
content: '';
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
width: 100%;
height: 100%;
border-radius: 50%;
background: #f47629;
opacity: .5;
-webkit-animation: pulse 1.3s infinite linear;
animation: pulse 1.3s infinite linear;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all .3s;
transition: all .3s;
pointer-events: none;
}
.tt-slideinfo .tt-item__btn a:hover {
background-color: #ffffff;
color: #f47629;
}
.tt-slideinfo .tt-item__btn a:hover:after {
display: none;
}
.tt-slideinfo:hover .tt-item__bg {
overflow: hidden;
}
.tt-slideinfo:hover .tt-item__bg:before {
left: 100%;
-webkit-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;
}
.tt-slideinfo:hover .tt-item__bg .tt-item__bg-top:before,
.tt-slideinfo:hover .tt-item__bg .tt-item__bg-top:after {
height: 0;
}
.tt-slideinfo.open-info .tt-item__title {
position: static;
}
.tt-slideinfo.open-info .tt-item__title .tt-icon {
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
margin-top: -25px;
}
.tt-slideinfo.open-info .tt-item__description {
display: block;
}
@media (max-width: 1500px) {
.tt-slideinfo .tt-item__description {
max-width: 337px;
}
}
@media (max-width: 1229.98px) {
.tt-slideinfo {
height: 600px;
}
.tt-slideinfo .tt-item__title {
font-size: 33px;
}
}
@media (max-width: 1024px) {
.tt-slideinfo {
height: 411px;
}
.tt-slideinfo .tt-item__description {
max-width: 250px;
}
.tt-slideinfo.slick-slide {
height: 411px;
}
.tt-slideinfo .tt-item__title {
font-size: 24px;
}
.tt-slideinfo .tt-item__title .tt-icon {
top: -53px;
}
.tt-slideinfo .tt-item__title .tt-icon img {
max-width: 46px;
}
.tt-slideinfo .tt-item__content {
padding-left: 15px;
padding-right: 15px;
}
.tt-slideinfo .tt-item__btn {
margin-top: 15px;
width: 100%;
}
.tt-slideinfo .tt-item__btn a {
width: 36px;
height: 36px;
font-size: 20px;
line-height: 20px;
}
.tt-slideinfo .tt-item__btn a:hover {
background-color: #ffffff;
color: #f47629;
}
.tt-slideinfo .tt-item__btn a:hover:after {
display: none;
}
.tt-slideinfo .tt-item__bg .tt-item__bg-top:before,
.tt-slideinfo .tt-item__bg .tt-item__bg-top:after {
display: none;
}
}
@media (max-width: 766px) {
.tt-slideinfo {
height: 411px;
}
.tt-slideinfo.slick-slide {
height: 411px;
}
.tt-slideinfo .tt-item__title {
font-size: 24px;
}
.tt-slideinfo .tt-item__title .tt-icon {
top: -53px;
}
.tt-slideinfo .tt-item__title .tt-icon img {
max-width: 46px;
}
.tt-slideinfo .tt-item__bg {
-webkit-transform: skew(0deg, 0);
transform: skew(0deg, 0);
}
.tt-slideinfo .tt-item__bg .tt-item__bg-img {
-webkit-transform: skew(0deg);
transform: skew(0deg);
width: 100%;
}
.tt-slideinfo .tt-item__content {
padding-left: 15px;
padding-right: 15px;
}
.tt-slideinfo .tt-item__btn {
margin-top: 15px;
width: 100%;
}
.tt-slideinfo .tt-item__btn a {
width: 36px;
height: 36px;
font-size: 20px;
line-height: 20px;
}
.tt-slideinfo .tt-item__btn a:hover {
background-color: #ffffff;
color: #f47629;
}
.tt-slideinfo .tt-item__btn a:hover:after {
display: none;
}
.tt-slideinfo .tt-item__bg {
-webkit-transform: skew(0deg, 0);
transform: skew(0deg, 0);
}
.tt-slideinfo .tt-item__bg .tt-item__bg-top {
-webkit-transform: skew(0deg, 0);
transform: skew(0deg, 0);
}
.tt-slideinfo .tt-item__bg .tt-item__bg-top:before,
.tt-slideinfo .tt-item__bg .tt-item__bg-top:after {
display: none;
}
.tt-slideinfo .tt-item__description {
max-width: 337px;
}
}
@media (max-width: 575px) {
.tt-slideinfo {
height: 310px !important;
}
.tt-slideinfo .tt-item__content {
padding-left: 0px;
padding-right: 0px;
}
}
@-webkit-keyframes pulse {
from {
width: 100%;
height: 100%;
opacity: .8;
}
50% {
width: 140%;
height: 140%;
opacity: 0;
}
to {
width: 100%;
height: 100%;
opacity: 0;
}
}
@keyframes pulse {
from {
width: 100%;
height: 100%;
opacity: .8;
}
50% {
width: 140%;
height: 140%;
opacity: 0;
}
to {
width: 100%;
height: 100%;
opacity: 0;
}
}
.tt-box01 {
background-position: center top;
background-size: cover;
padding: 96px 0;
overflow: hidden;
}
.tt-box01 .tt-box01__description {
background-color: #ffffff;
display: inline-block;
padding: 77px 100px 120px 90px;
max-width: 584px;
}
.tt-box01 .tt-box01__title {
font-size: 36px;
line-height: 46px;
color: #303442;
font-family: "Poppins", sans-serif;
position: relative;
padding: 0 0 0 37px;
margin: 0 0 23px 0;
}
.tt-box01 .tt-box01__title:before {
content: '';
width: 4px;
height: calc(100% - 20px);
background-color: #f47629;
display: block;
position: absolute;
top: 9px;
left: 0;
}
.tt-box01 .tt-box01__title+* {
margin-top: 0;
}
.tt-box01 .tt-row-btn {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
top: 35px;
}
.tt-box01 .tt-box01__holder {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.tt-box01 .tt-box01__video {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-flex: 2;
-ms-flex: 2 1 auto;
flex: 2 1 auto;
}
@media (max-width: 1024.98px) {
.tt-box01 {
padding: 33px 0;
}
.tt-box01 .tt-box01__description {
padding: 26px 35px 49px 30px;
max-width: 345px;
}
.tt-box01 .tt-box01__title {
font-size: 24px;
line-height: 30px;
padding: 0 0 0 20px;
margin-bottom: 12px;
}
.tt-box01 .tt-box01__title:before {
width: 2px;
top: 6px;
height: calc(100% - 14px);
}
.tt-box01 .tt-row-btn {
top: 19px;
}
}
@media (max-width: 575px) {
.tt-box01 {
background-position: right top;
padding: 70px 0 33px;
}
.tt-box01 .tt-box01__holder {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.tt-box01 .tt-box01__holder .tt-box01__description {
max-width: inherit;
width: 100%;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
padding: 26px 35px 49px 30px;
}
.tt-box01 .tt-box01__holder .tt-box01__video {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
margin-top: 42px;
margin-bottom: 9px;
}
}
.tt-video {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 89px;
height: 89px;
background-color: #f47629;
border: 2px solid #f47629;
border-radius: 50%;
color: #ffffff;
-webkit-transition: all .3s;
transition: all .3s;
position: relative;
font-size: 20px;
}
.tt-video:before {
position: relative;
z-index: 2;
}
.tt-video::after {
content: '';
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
width: 100%;
height: 100%;
border-radius: 50%;
background: #f47629;
opacity: .5;
-webkit-animation: pulse 1.3s infinite linear;
animation: pulse 1.3s infinite linear;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all .3s;
transition: all .3s;
pointer-events: none;
}
.tt-video:hover {
color: #ffffff;
}
.tt-video:hover:after {
display: none;
}
@media (max-width: 1024.98px) {
.tt-video {
width: 66px;
height: 66px;
font-size: 14px;
}
.tt-video::after {
font-size: 15px;
}
}
@media (max-width: 766.98px) {
.tt-video {
width: 49px;
height: 49px;
font-size: 11px;
}
.tt-video::after {
font-size: 15px;
}
}
@keyframes pulse {
from {
width: 100%;
height: 100%;
opacity: .8;
}
50% {
width: 140%;
height: 140%;
opacity: 0;
}
to {
width: 100%;
height: 100%;
opacity: 0;
}
}
.tt-box02_wrapper {
margin-top: -50px;
}
.tt-box02_wrapper .tt-box02 {
margin-top: 50px;
}
@media (max-width: 1024px) {
.tt-box02_wrapper.slick-type01 .slick-dots {
margin-top: 15px;
margin-bottom: 0;
}
}
@media (max-width: 575px) {
.tt-box02_wrapper.slick-type01 .slick-dots {
margin-top: 16px;
}
}
.tt-box02 {
text-align: center;
}
.tt-box02 .tt-box02__img {
position: relative;
margin-bottom: 73px;
display: block;
}
.tt-box02 .tt-box02__img img {
max-width: 142px;
height: auto;
}
.tt-box02 .tt-box02__img img.tt-img-main {
opacity: 0.3;
-webkit-transition: opacity 0.5s ease-in-out 0s;
transition: opacity 0.5s ease-in-out 0s;
}
.tt-box02 .tt-box02__img img.tt-img-mask {
position: absolute;
z-index: 2;
max-width: 142px;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.tt-box02 .tt-box02__img .tt-bg-dark {
background-color: #242835;
display: inline-block;
max-width: 142px;
margin-left: auto;
margin-right: auto;
}
.tt-box02 .tt-box02__img:before {
color: #ffffff;
font-size: 54px;
line-height: 1;
position: absolute;
z-index: 3;
top: 47px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-transition: color .2s linear;
transition: color .2s linear;
}
.tt-box02 .tt-box02__title {
font-size: 24px;
line-height: 34px;
font-family: "Poppins", sans-serif;
font-weight: 600;
color: #303442;
padding: 0 0 14px 0;
margin: 0;
}
.tt-box02 .tt-box02__title a {
color: #303442;
-webkit-transition: color .2s linear;
transition: color .2s linear;
}
.tt-box02 .tt-box02__title a:hover {
color: #f47629;
}
.tt-box02 .tt-box02__title+p {
margin-top: 0;
max-width: 265px;
margin-left: auto;
margin-right: auto;
}
.tt-box02 .tt-row-btn {
margin-top: 14px;
}
.tt-box02:hover .tt-box02__img img.tt-img-main {
opacity: 1;
}
.tt-box02:hover .tt-box02__img:before {
color: #f47629;
}
@media (max-width: 1024.98px) {
.tt-box02 .tt-box02__img {
margin-bottom: 45px;
}
.tt-box02 .tt-box02__img img {
max-width: 104px;
}
.tt-box02 .tt-box02__img img.tt-img-mask {
max-width: 104px;
}
.tt-box02 .tt-box02__img .tt-bg-dark {
max-width: 104px;
}
.tt-box02 .tt-box02__img:before {
top: 32px;
font-size: 44px;
}
.tt-box02 .tt-box02__title {
font-size: 20px;
line-height: 34px;
padding-bottom: 5px;
}
.tt-box02 .tt-row-btn {
margin-top: 7px;
}
}
.tt-box03 {
position: relative;
overflow: hidden;
}
.tt-box03.tt-box03__extraindent {
margin-top: -120px;
}
.tt-box03.tt-box03__extraindent .tt-box03__content {
margin: 121px 0 0 0;
padding: 90px 90px 90px 0px;
}
.tt-box03 .tt-box03__content {
background-color: #ffffff;
padding: 70px 60px 0px 0px;
margin: 35px 0 0 0;
position: relative;
z-index: 2;
}
.tt-box03 .tt-box03__content .slick-dots {
margin-left: 171px;
}
.tt-box03 .tt-box03__img {
position: absolute;
z-index: 0;
top: 0;
right: 0;
width: 59.8%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: 84% top;
}
@media (min-width: 766px) {
.tt-box03 .tt-box03__img.tt-visible-mobile {
display: none;
}
}
@media (max-width: 766px) {
.tt-box03 .tt-box03__img.tt-visible-desktop {
display: none;
}
}
.tt-box03 .item .item__row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
margin-bottom: -10px;
}
.tt-box03 .item .tt-item__img {
position: relative;
top: 12px;
}
.tt-box03 .item .tt-item__img img {
border-radius: 50%;
min-width: 119px;
width: 119px;
height: auto;
margin-left: 30px;
}
.tt-box03 .item .tt-item__img:before {
content: '\e92b';
font-family: "Electrician";
display: block;
position: absolute;
top: 0;
left: 0px;
font-size: 59px;
color: #f47629;
}
.tt-box03 .item .tt-item__title {
margin-left: 30px;
}
.tt-box03 .item .tt-item__content {
margin: 10px 0 0 183px;
}
.tt-box03 .item blockquote {
margin: -7px 0 0 0;
padding: 0;
}
.tt-box03 .item blockquote::before {
display: none;
}
.tt-box03 .item blockquote cite {
display: block;
margin-top: 25px;
color: #303442;
font-family: "Poppins", sans-serif;
font-weight: 600;
font-style: normal;
}
.tt-box03 .tt-box03__extra {
background-color: #f47629;
color: #ffffff;
position: absolute;
right: 0;
bottom: 95px;
width: 338px;
-webkit-transform: translateX(100%);
transform: translateX(100%);
margin-right: 33px;
padding: 33px 20px 35px 38px;
z-index: 2;
-webkit-box-shadow: 0 0 50px rgba(48, 52, 66, 0.2);
box-shadow: 0 0 50px rgba(48, 52, 66, 0.2);
}
.tt-box03 .tt-box03__extra .tt-title {
font-size: 24px;
line-height: 32px;
font-family: "Poppins", sans-serif;
font-weight: 600;
padding: 0 0 10px 0;
margin: 0;
color: #fff;
}
.tt-box03 .tt-box03__extra .tt-title+p {
margin-top: 0;
color: #fff;
}
.tt-box03 .tt-box03__extra address {
font-family: "Poppins", sans-serif;
font-weight: 600;
font-size: 24px;
line-height: 30px;
margin-top: 15px;
}
.tt-box03 .tt-box03__extra address a {
color: #ffffff;
}
.tt-box03 .tt-box03__extra address i {
font-size: 16px;
margin-right: 2px;
}
.tt-box03 .tt-box03__bg-marker {
position: absolute;
z-index: 2;
top: -49px;
opacity: 0.08;
}
.tt-box03 .tt-box03__bg-marker:before {
content: '';
width: 76px;
height: 76px;
background: #ffffff;
position: absolute;
display: block;
z-index: 2;
bottom: 0px;
right: 0;
}
@media (max-width: 1500px) {
.tt-box03 .tt-box03__bg-marker {
display: none;
}
}
@media (max-width: 1024.98px) {
.tt-box03.tt-box03__extraindent {
margin-top: -42px;
}
.tt-box03.tt-box03__extraindent .tt-box03__content {
padding: 27px 90px 42px 0px;
margin: 42px 0 0 0;
}
.tt-box03 .tt-box03__content {
padding: 27px 90px 39px 0px;
margin: 42px 0 0 0;
}
.tt-box03 .tt-box03__content .slick-dots {
margin-left: 0px;
margin-top: 10px;
}
.tt-box03 .item .tt-item__img img {
min-width: 55px;
width: 55px;
}
.tt-box03 .item .tt-item__img:before {
font-size: 26px;
top: -5px;
left: 13px;
}
.tt-box03 .item .tt-item__title {
margin-left: 17px;
margin-top: 5px;
}
.tt-box03 .item .tt-item__content {
margin: 0px 0 0 0px;
}
.tt-box03 .item blockquote {
margin: -7px 0 0 0;
padding: 0;
}
.tt-box03 .item blockquote cite {
display: block;
margin-top: 11px;
color: #303442;
font-family: "Poppins", sans-serif;
font-weight: 600;
font-style: normal;
font-size: 14px;
}
.tt-box03 .tt-box03__extra {
right: 0;
bottom: 36px;
width: 338px;
-webkit-transform: translateX(100%);
transform: translateX(100%);
margin-right: 33px;
padding: 26px 20px 28px 34px;
}
.tt-box03 .tt-box03__extra .tt-title {
font-size: 20px;
padding: 0 0 10px 0;
}
.tt-box03 .tt-box03__extra address {
font-size: 20px;
line-height: 30px;
margin-top: 10px;
}
.tt-box03 .tt-box03__extra address i {
font-size: 14px;
margin-right: 5px;
}
}
@media (max-width: 766px) {
.tt-box03.tt-box03__extraindent {
margin-top: -42px;
margin-bottom: -43px;
}
.tt-box03.tt-box03__extraindent .tt-box03__content {
padding: 33px 40px 30px 0px;
margin: 42px 0 0 0;
}
.tt-box03 .tt-box03__extra {
position: relative;
-webkit-transform: translateX(0%);
transform: translateX(0%);
float: right;
max-width: 304px;
width: calc(100% + 15px);
-webkit-box-shadow: 0 0 40px rgba(48, 52, 66, 0.2);
box-shadow: 0 0 40px rgba(48, 52, 66, 0.2);
padding: 27px 20px 28px 34px;
right: -15px;
margin: 0;
}
.tt-box03 .tt-box03__extra .tt-title {
font-size: 20px;
line-height: 30px;
padding-bottom: 11px;
}
.tt-box03 .tt-box03__extra address {
font-size: 20px;
}
.tt-box03 .tt-box03__extra .tt-box03__content {
width: calc(100% + 15px);
margin: 0 0 0 -15px;
padding: 27px 25px 39px 15px;
}
.tt-box03 .tt-box03__content {
width: calc(100% + 15px);
margin: 0 0 0 -15px;
padding: 27px 25px 39px 15px;
}
.tt-box03 .tt-box03__content:before {
content: '';
width: 15px;
height: 100%;
background-color: #303442;
display: block;
position: absolute;
right: 0px;
top: 0;
}
.tt-box03 .tt-box03__img {
height: 234px;
width: calc(100% + 30px);
position: relative;
margin-left: -15px;
margin-right: -15px;
}
.tt-box03 .item .tt-item__img:before {
left: 0;
}
.tt-box03 .item .tt-item__img img {
margin-left: 15px;
}
.tt-box03 .item .tt-item__content {
margin: 5px 0 0 0px;
}
.tt-box03.tt-box03__mobile-revers [class^="col-"] {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.tt-box03.tt-box03__mobile-revers .tt-box03__img {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.tt-box03.tt-box03__mobile-revers .tt-box03__content {
margin-top: -43px;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.tt-box03.tt-box03__mobile-revers .tt-box03__content:before {
display: none;
}
}
.tt-box05_wrapper {
margin-top: -50px;
}
.tt-box05_wrapper .tt-box05 {
margin-top: 50px;
}
.tt-box05 {
text-align: center;
display: block;
}
.tt-box05 .tt-box05__img {
position: relative;
margin-bottom: 61px;
}
.tt-box05 .tt-box05__img img {
max-width: 224px;
height: auto;
display: inline-block;
}
.tt-box05 .tt-box05__img img.tt-img-mask {
position: absolute;
z-index: 2;
max-width: 224px;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.tt-box05 .tt-box05__title {
padding: 0 0 14px 0;
margin: 0;
width: 100%;
}
.tt-box05 .tt-box05__title .tt-text-01 {
font-size: 20px;
line-height: 30px;
font-family: "Poppins", sans-serif;
font-weight: 600;
color: #303442;
-webkit-transition: color .2s;
transition: color .2s;
}
.tt-box05 .tt-box05__title .tt-text-02 {
font-size: 16px;
line-height: 32px;
margin-top: 2px;
color: #7b7b7b;
}
.tt-box05 .tt-row-btn {
margin-top: 14px;
}
.tt-box05:hover .tt-box05__title .tt-text-01 {
color: #f47629;
}
@media (max-width: 1024.98px) {
.tt-box05 .tt-box05__img {
margin-bottom: 47px;
}
.tt-box05 .tt-box05__img img {
max-width: 180px;
}
.tt-box05 .tt-box05__img img.tt-img-mask {
max-width: 180px;
}
.tt-box05 .tt-box05__title {
padding: 0 0 14px 0;
margin: 0;
width: 100%;
}
.tt-box05 .tt-box05__title .tt-text-01 {
font-size: 18px;
line-height: 28px;
}
.tt-box05 .tt-box05__title .tt-text-02 {
font-size: 15px;
line-height: 24px;
margin-top: 2px;
}
}
.layout01 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
position: relative; }
.layout01 .layout01__img {
-webkit-box-flex: 0;
-ms-flex: 0 0 57.5%;
flex: 0 0 57.5%;
max-width: 57.5%;
position: relative;
}
.layout01 .layout01__img .tt-img-main img {
width: 100%;
height: auto;
}
.layout01 .layout01__img .tt-img-more {
position: absolute;
}
.layout01 .layout01__img .tt-img-more img {
max-width: 436px;
-webkit-box-shadow: 0 0 50px rgba(48, 52, 66, 0.2);
box-shadow: 0 0 50px rgba(48, 52, 66, 0.2);
}
.layout01 .layout01__img .tt-img-more.left-bottom {
left: -98px;
bottom: -63px;
}
.layout01 .layout01__content {
-webkit-box-flex: 0;
-ms-flex: 0 0 42.5%;
flex: 0 0 42.5%;
max-width: 42.5%;
}
@media (min-width: 1025px) {
.layout01.layout01__img-more .layout01__img {
margin-bottom: 61px;
}
}
.layout01 .layout01__content-wrapper {
background-color: #ffffff;
position: relative;
margin: 35px 0 0 -85px;
padding: 62px 0 0px 75px;
}
@media (max-width: 1024.98px) {
.layout01.layout01__img-more .layout01__img {
margin-bottom: 129px;
}
.layout01.layout01__small-layout .layout01__content-wrapper {
padding-bottom: 22px !important;
}
}
.layout01 .layout01__bg-marker {
position: absolute;
z-index: 2;
top: -26px;
opacity: 0.08;
}
.layout01 .layout01__bg-marker:before {
content: '';
width: 64px;
height: 64px;
background: #ffffff;
position: absolute;
display: block;
z-index: 2;
bottom: 0;
}
.layout01.layout01__revers .layout01__img {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.layout01.layout01__revers .layout01__img .tt-img-more.left-bottom {
left: inherit;
right: -98px;
}
.layout01.layout01__revers .layout01__content {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.layout01.layout01__revers .layout01__content-wrapper {
margin-left: 0;
margin-right: -85px;
padding: 62px 75px 85px 0;
}
.layout01.layout01__revers .layout01__bg-marker {
left: -129px;
}
.layout01.layout01__revers .layout01__bg-marker:before {
right: 0;
}
.layout01:not(.layout01__revers) .layout01__bg-marker {
right: -129px;
}
.layout01:not(.layout01__revers) .layout01__bg-marker:before {
left: 0;
}
@media (max-width: 1500px) {
.layout01 .layout01__bg-marker {
display: none;
}
.layout01 .layout01__img .tt-img-more img {
max-width: 370px;
}
.layout01 .layout01__img .tt-img-more.left-bottom {
left: -27px;
bottom: -63px;
}
.layout01.layout01__revers .layout01__img .tt-img-more.left-bottom {
left: auto;
right: -27px;
}
}
@media (max-width: 1229px) {
.layout01.layout01__revers .layout01__content-wrapper {
padding-bottom: 20px;
}
}
@media (max-width: 1250px) {
.layout01 .layout01__img .tt-img-more img {
max-width: 370px;
}
.layout01 .layout01__img .tt-img-more.left-bottom {
left: -15px;
}
.layout01.layout01__revers .layout01__img .tt-img-more.left-bottom {
left: auto;
right: -15px;
}
}
@media (max-width: 1024.98px) {
.layout01 .layout01__img .tt-img-more img {
max-width: 232px;
-webkit-box-shadow: 0 0 30px rgba(48, 52, 66, 0.2);
box-shadow: 0 0 30px rgba(48, 52, 66, 0.2);
}
.layout01 .layout01__img .tt-img-more.left-bottom {
left: -15px;
bottom: -109px;
}
.layout01 .layout01__content-wrapper {
margin: 32px 0 0 -85px;
padding: 25px 0 0px 35px;
}
.layout01.layout01__revers .layout01__img .tt-mg-more.left-bottom {
right: -15px;
left: auto;
}
.layout01.layout01__revers .layout01__content-wrapper {
padding: 25px 35px 0px 0;
}
.layout01 .layout01__bg-marker {
display: none;
}
}
@media (max-width: 766.98px) {
.layout01 {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 0;
}
.layout01.layout01__img-more .layout01__img {
margin-bottom: 0px;
}
.layout01 .layout01__img {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 458px;
padding-bottom: 21px;
padding-left: 35px;
}
.layout01 .layout01__img .tt-img-more img {
max-width: 53%;
min-width: 146px;
-webkit-box-shadow: 0 0 20px rgba(48, 52, 66, 0.2);
box-shadow: 0 0 20px rgba(48, 52, 66, 0.2);
}
.layout01 .layout01__img .tt-img-more.left-bottom {
left: 0px;
bottom: 0px;
}
.layout01 .layout01__content {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
margin: 0;
padding: 0;
}
.layout01 .layout01__content-wrapper {
margin: 33px 0 0 0px;
padding: 0px;
}
.layout01.layout01__revers .layout01__content-wrapper {
margin: 33px 0 0 0px;
padding: 0px;
}
.layout01.layout01__revers .layout01__img .tt-img-more.left-bottom {
right: inherit;
left: 0;
}
.layout01.layout01__revers .layout01__content {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.layout01.layout01__single-img .layout01__img {
padding-left: 0;
padding-bottom: 0;
}
}
.tt-data-info {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 32px;
margin-left: -40px;
}
.tt-data-info .tt-item {
margin-left: 40px;
}
@media (max-width: 1024.98px) {
.tt-data-info {
margin-left: -25px;
}
.tt-data-info .tt-item {
margin-left: 25px;
}
.tt-data-info .tt-item:last-child img {
max-width: 90px;
}
}
@media (max-width: 766.98px) {
.tt-data-info {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
padding-left: 26px;
padding-right: 26px;
}
.tt-data-info .tt-item {
margin: 0;
padding: 0;
width: 100%;
}
.tt-data-info .tt-item:last-child {
margin-top: 25px;
}
}
.personal-box {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
padding: 0 51px 0 0;
}
.personal-box:before {
content: '';
display: inline-block;
position: absolute;
top: 10px;
right: 0;
width: 1px;
height: calc(100% - 20px);
background-color: #d3d4d7;
}
.personal-box .personal-box__img img {
border-radius: 50%;
max-width: 67px;
}
.personal-box .personal-box__content {
margin: 0 0 0 25px;
font-size: 14px;
line-height: 24px;
}
.personal-box .personal-box__title {
color: #303442;
font-family: "Poppins", sans-serif;
font-size: 16px;
line-height: 26px;
font-weight: 600;
margin-bottom: -4px;
}
@media (max-width: 1024.98px) {
.personal-box {
padding: 0 26px 0 0;
}
.personal-box:before {
top: 5px;
height: calc(100% - 10px);
}
.personal-box .personal-box__img img {
max-width: 49px;
}
.personal-box .personal-box__content {
margin: 0 0 0 13px;
}
.personal-box .personal-box__title {
font-size: 14px;
margin-bottom: -2px;
}
}
.tt-box04 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.tt-box04 .tt-box04__figure {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 70px;
min-width: 70px;
height: 70px;
background-color: #f47629;
border-radius: 50%;
color: #ffffff;
font-size: 28px;
line-height: 28px;
}
.tt-box04 .tt-box04__figure+.tt-box04__content {
margin-left: 20px;
}
.tt-box04 .tt-box04__figure .icon-1716894 {
position: relative;
top: -2px;
}
.tt-box04 .tt-box04__content {
color: #303442;
}
.tt-box04 .tt-title {
color: #303442;
font-size: 42px;
line-height: 32px;
font-family: "Poppins", sans-serif;
font-weight: 600;
margin: 0;
padding: 0 0 10px 0;
}
.tt-box04 .tt-title+p {
margin-top: 0;
}
@media (max-width: 1024.98px) {
.tt-box04 {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.tt-box04 .tt-box04__figure {
width: 60px;
min-width: 60px;
height: 60px;
font-size: 24px;
line-height: 42px;
}
.tt-box04 .tt-box04__figure+.tt-box04__content {
margin-left: 0px;
margin-top: 20px;
width: 100%;
}
.tt-box04 .tt-title {
font-size: 35px;
line-height: 24px;
}
}
.tt-box04-wrapper {
margin-top: 10px;
}
.tt-box04-wrapper [class^="col-"] {
margin-top: 28px;
}
.tt-info__top {
margin-top: 28px;
}
.tt-info .tt-info__title {
font-size: 16px;
line-height: 26px;
font-weight: 700;
color: #303442;
padding-bottom: 4px;
}
.tt-info address {
font-family: "Poppins", sans-serif;
font-weight: 600;
font-size: 24px;
line-height: 34px;
color: #f47629;
padding-bottom: 4px;
}
.tt-info address .tt-icon {
margin-right: 3px;
font-size: 16px;
position: relative;
top: -1px;
}
.tt-info address a {
color: #f47629;
}
.layout01-fluid {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.layout01-fluid .layout01__img {
width: 50%;
height: 100%;
position: absolute;
left: 0;
background-position: center top;
background-size: cover;
background-repeat: no-repeat;
}
.layout01-fluid .layout01__content {
margin-top: 35px;
background-color: #ffffff;
max-width: 56.8%;
float: right;
position: relative;
padding: 63px 30px 65px 75px;
}
@media (max-width: 1024.98px) {
.layout01-fluid .layout01__content {
padding: 25px 30px 25px 35px;
}
}
@media (max-width: 766.98px) {
.layout01-fluid .layout01__img {
width: 100%;
height: 250px;
position: relative;
}
.layout01-fluid .layout01__content {
max-width: inherit;
width: calc(100% - 15px);
float: inherit;
margin-top: -43px;
margin-right: -15px;
padding: 25px 15px 25px 15px;
}
.layout01-fluid .container {
padding-left: 0;
padding-right: 0;
}
}
.tt-layout02 {
text-align: center;
padding: 39px 30px 35px 40px;
-webkit-box-shadow: 0 0 15px rgba(48, 52, 66, 0.1);
box-shadow: 0 0 15px rgba(48, 52, 66, 0.1);
-webkit-transition: -webkit-box-shadow .2s;
transition: -webkit-box-shadow .2s;
transition: box-shadow .2s;
transition: box-shadow .2s, -webkit-box-shadow .2s;
background-color: #ffffff;
}
.tt-layout02 .tt-layout02__icon {
font-size: 49px;
color: #f47629;
}
.tt-layout02 .tt-layout02__title {
color: #303442;
font-weight: 600;
font-family: "Poppins", sans-serif;
font-size: 24px;
line-height: 34px;
margin: 25px 0 0 0;
padding: 0 0 14px 0;
}
.tt-layout02 .tt-layout02__list {
text-align: left;
}
.tt-layout02 .tt-layout02__list li {
color: #7b7b7b;
padding: 0 0 0 30px;
position: relative;
font-style: 16px;
}
.tt-layout02 .tt-layout02__list li:before {
content: "\e922";
font-family: "Electrician";
color: #f47629;
position: absolute;
top: 9px;
left: 0;
font-size: 10px;
line-height: 1;
}
.tt-layout02 .tt-layout02__list li a {
color: #303442;
}
.tt-layout02 .tt-layout02__list li a:hover {
color: #f47629;
}
.tt-layout02 .tt-layout02__list li:not(:first-child) {
margin-top: 5px;
}
.tt-layout02 .tt-layout02__hr {
margin: 23px 0 0px 0;
border: none;
outline: none;
height: 1px;
width: 100%;
background-color: #e9e9eb;
}
.tt-layout02 .tt-layout02__price {
color: #8f939f;
font-weight: 600;
font-family: "Poppins", sans-serif;
font-size: 36px;
line-height: 46px;
margin: 24px 0 0 0;
}
.tt-layout02 .tt-layout02__link {
margin-top: 8px;
}
.tt-layout02:hover {
-webkit-box-shadow: 0 0 15px rgba(48, 52, 66, 0.18);
box-shadow: 0 0 15px rgba(48, 52, 66, 0.18);
}
@media (max-width: 1024px) {
.tt-layout02 {
padding: 26px 30px 20px;
}
.tt-layout02 .tt-layout02__icon {
font-size: 39px;
}
.tt-layout02 .tt-layout02__title {
font-size: 20px;
line-height: 30px;
margin-top: 15px;
padding: 0 0 10px 0;
}
.tt-layout02 .tt-layout02__list li {
padding: 0 0 0 20px;
}
.tt-layout02 .tt-layout02__price {
font-size: 24px;
line-height: 36px;
margin-top: 17px;
}
.tt-layout02 .tt-layout02__link {
margin-top: 2px;
}
}
@media (max-width: 767px) {
.tt-layout02 {
max-width: 368px;
margin-left: auto;
margin-right: auto;
}
}
.tt-layout02-wrapper {
margin-top: -30px;
}
.tt-layout02-wrapper .tt-layout02 {
margin-top: 30px;
margin-bottom: 30px;
}
.tt-layout02-wrapper.slick-type01 .slick-dots {
margin-top: 4px;
z-index: 2;
position: relative;
}
@media (max-width: 767px) {
.tt-layout02-wrapper {
padding-left: 0px;
padding-right: 0px;
}
.tt-layout02-wrapper.slick-type01 .slick-dots {
margin-top: -15px;
}
}
.tt-logo-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: -8px;
}
.tt-logo-list a {
outline: none;
-webkit-transition: opacity .2s linear;
transition: opacity .2s linear;
display: block;
}
.tt-logo-list a:hover {
opacity: 0.6;
}
.tt-logo-list .tt-item {
width: 16.666%;
}
.tt-logo-list .tt-item:not(:first-child) {
padding-left: 24px;
}
.tt-logo-list .tt-item img {
max-width: 100%;
height: auto;
}
@media (max-width: 766.98px) {
.tt-logo-list .tt-item {
padding-left: 6px;
padding-right: 6px;
}
} #filter-nav {
position: relative;
}
#filter-nav ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: -7px;
padding: 0 0 8px 0;
}
#filter-nav ul li>a {
color: #303442;
font-size: 14px;
line-height: 24px;
font-weight: 600;
font-family: "Poppins", sans-serif;
display: inline-block;
padding: 10px 15px;
-webkit-transition: color 0.2s linear;
transition: color 0.2s linear;
text-transform: capitalize;
}
#filter-nav ul li>a:hover {
color: #f47629;
}
#filter-nav ul li.active a {
color: #f47629;
}
@media (max-width: 1024.98px) {
#filter-nav ul {
padding: 0;
}
#filter-nav ul li>a {
font-size: 12px;
padding: 5px 12px;
}
}
@media (max-width: 790px) {
#filter-nav ul {
padding: 0;
}
#filter-nav ul li>a {
font-size: 12px;
padding: 2px 12px;
}
}
#js-more-include {
padding: 0;
display: block !important;
}
.tt-info-value {
padding: 85px 0 158px;
overflow: hidden;
}
.tt-info-value .tt-col-title {
position: relative;
}
.tt-info-value .tt-col-title .tt-title__01 {
font-size: 16px;
line-height: 26px;
font-weight: 600;
font-family: "Poppins", sans-serif;
color: #f47629;
}
.tt-info-value .tt-col-title .tt-title__02 {
font-size: 36px;
line-height: 46px;
color: #ffffff;
font-weight: 600;
margin-top: 7px;
font-family: "Poppins", sans-serif;
}
.tt-info-value .tt-col-title .bg-marker {
position: absolute;
bottom: -38px;
left: 55px;
opacity: 0.08;
pointer-events: none;
}
.tt-info-value .col-auto {
min-width: 20%;
}
.tt-info-value .col-auto .tt-value {
font-size: 42px;
line-height: 50px;
font-family: "Poppins", sans-serif;
font-weight: 600;
}
@media (max-width: 1024.98px) {
.tt-info-value {
padding: 43px 0 63px;
}
.tt-info-value .tt-col-title .tt-title__01 {
font-size: 12px;
line-height: 25px;
}
.tt-info-value .tt-col-title .tt-title__02 {
font-size: 24px;
line-height: 30px;
margin-top: 1px;
}
.tt-info-value .tt-col-title .bg-marker {
width: 65px;
height: 65px;
bottom: -10px;
left: 58px;
}
.tt-info-value .col-auto {
margin-top: -1px;
}
.tt-info-value .col-auto .tt-value {
font-size: 32px;
line-height: 42px;
}
.tt-info-value .col-auto:not(:first-child) {
margin-top: 15px;
}
}
@media (max-width: 766px) {
.tt-info-value {
padding: 58px 0 44px;
}
.tt-info-value .tt-col-title {
text-align: center;
padding-bottom: 0px;
}
.tt-info-value .tt-col-title .bg-marker {
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
bottom: inherit;
margin-top: -10px;
}
.tt-info-value .col-auto {
min-width: inherit;
width: 100%;
margin: 0;
padding: 0;
text-align: center;
}
.tt-info-value .col-auto .tt-item {
margin-top: 10px;
}
} @media (min-width: 1025px) {
.tt-news-list {
max-width: 344px;
}
}
.tt-news-list .tt-item .tt-item_data {
font-size: 14px;
line-height: 24px;
color: #a0a0a0;
}
.tt-news-list .tt-item .tt-item__title {
position: relative;
padding: 0 0 0 23px;
color: #303442;
font-weight: 600;
font-family: "Poppins", sans-serif;
margin: 6px 0 12px 0;
font-size: 20px;
line-height: 26px;
max-width: 263px;
}
.tt-news-list .tt-item .tt-item__title a {
color: #303442;
-webkit-transition: color .2s linear;
transition: color .2s linear;
}
.tt-news-list .tt-item .tt-item__title a:hover {
color: #f47629;
}
.tt-news-list .tt-item .tt-item__title:before {
content: '';
width: 3px;
height: calc(100% - 10px);
background-color: #f47629;
position: absolute;
top: 5px;
left: 0;
display: block;
}
.tt-news-list .tt-item .tt-item__title+* {
margin-top: 0;
}
.tt-news-list .tt-item:not(:first-child) {
margin-top: 32px;
padding-top: 32px;
border-top: 1px solid #e9e9eb;
}
@media (max-width: 1024.98px) {
.tt-news-list .tt-item .tt-item_data {
font-size: 12px;
line-height: 22px;
}
.tt-news-list .tt-item .tt-item__title {
font-size: 18px;
line-height: 27px;
padding: 0 0 0 16px;
margin: 2px 0 7px 0;
}
.tt-news-list .tt-item:not(:first-child) {
margin-top: 21px;
padding-top: 21px;
border-top: 1px solid #e9e9eb;
}
} .tt-news-obj .tt-news-obj__img img {
width: 100%;
height: auto;
}
.tt-news-obj .tt-news-obj__wrapper {
background-color: #ffffff;
overflow: hidden;
position: relative;
width: calc(100% - 40px);
margin-top: -65px;
padding: 40px 40px 0 30px;
}
.tt-news-obj .tt-news-obj__data {
font-size: 14px;
line-height: 22px;
color: #a0a0a0;
}
.tt-news-obj .tt-news-obj__title {
position: relative;
padding: 0 0 0 23px;
color: #303442;
font-weight: 600;
font-family: "Poppins", sans-serif;
margin: 6px 0 12px 0;
font-size: 20px;
line-height: 26px;
}
.tt-news-obj .tt-news-obj__title a {
color: #303442;
-webkit-transition: color .2s linear;
transition: color .2s linear;
}
.tt-news-obj .tt-news-obj__title a:hover {
color: #f47629;
}
.tt-news-obj .tt-news-obj__title:before {
content: '';
width: 3px;
height: calc(100% - 10px);
background-color: #f47629;
position: absolute;
top: 5px;
left: 0;
display: block;
}
.tt-news-obj .tt-news-obj__title+* {
margin-top: 0;
}
.tt-news-obj .row-btn {
margin-top: 13px;
display: inline-block;
}
@media (max-width: 1229.98px) {
.tt-news-obj .tt-news-obj__wrapper {
padding: 40px 20px 0 30px;
}
}
@media (max-width: 1024.98px) {
.tt-news-obj .tt-news-obj__wrapper {
padding: 24px 20px 0;
}
.tt-news-obj .tt-news-obj__data {
font-size: 12px;
line-height: 22px;
}
.tt-news-obj .tt-news-obj__title {
font-size: 18px;
line-height: 26px;
margin: 2px 0 8px 0;
padding: 0 0 0 20px;
}
.tt-news-obj .row-btn {
margin-top: 9px;
}
} @media (min-width: 1025px) {
.tt-obj-wrapper {
margin-top: -41px;
}
.tt-obj-wrapper [class^=col-] {
padding-left: 15px;
padding-right: 15px;
margin-top: 61px;
}
.tt-obj-wrapper .col-custom-item5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
}
@media (max-width: 1024px) {
.tt-obj-wrapper {
margin-top: -15px;
}
.tt-obj-wrapper [class^=col-] {
padding-left: 15px;
padding-right: 15px;
margin-top: 31px;
}
.tt-obj-wrapper .col-custom-item5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
}
#tt-pageContent .tt-obj .tt-obj__img img {
width: 100%;
height: auto;
}
#tt-pageContent .tt-obj .tt-obj__wrapper {
background-color: #ffffff;
overflow: hidden;
position: relative;
width: calc(100% - 40px);
margin-top: -73px;
padding: 32px 50px 0 18px;
}
#tt-pageContent .tt-obj .tt-obj__title {
position: relative;
color: #303442;
font-weight: 600;
font-family: "Poppins", sans-serif;
margin: 0px 0 0 0;
padding: 0 0 9px 0;
font-size: 24px;
line-height: 34px;
}
#tt-pageContent .tt-obj .tt-obj__title a {
color: #303442;
-webkit-transition: color .2s linear;
transition: color .2s linear;
}
#tt-pageContent .tt-obj .tt-obj__title a:hover {
color: #f47629;
}
#tt-pageContent .tt-obj .tt-obj__title+* {
margin-top: 0;
}
#tt-pageContent .tt-obj .row-btn {
margin-top: 8px;
display: inline-block;
}
@media (max-width: 1229.98px) {
#tt-pageContent .tt-obj .tt-obj__wrapper {
padding: 32px 15px 0 15px;
width: calc(100% - 20px);
}
#tt-pageContent .tt-obj .tt-obj__title {
font-size: 22px;
line-height: 32px;
}
}
@media (max-width: 1024.98px) {
#tt-pageContent .tt-obj .tt-obj__wrapper {
padding: 24px 20px 0;
}
#tt-pageContent .tt-obj .tt-obj__title {
font-size: 18px;
line-height: 26px;
}
#tt-pageContent .tt-obj .row-btn {
margin-top: 9px;
}
}
.tt-breadcrumb {
background-position: 0 0;
background-size: cover;
padding: 10px 0;
}
.breadcrumb-area p#breadcrumbs a,
.breadcrumb-area p#breadcrumbs {
margin: 0;
color: #bbbdc3;
}
.breadcrumb-area p#breadcrumbs a:hover {
color: #f47629;
}
.breadcrumb-area p#breadcrumbs a {
margin-right: 5px;
}
.breadcrumb-area p#breadcrumbs .breadcrumb_last {
margin-left: 5px;
}
.woocommerce .woocommerce-breadcrumb a {
color: #bbbdc3;
}
.woocommerce .woocommerce-breadcrumb {
color: #bbbdc3;
margin: 0;
}
.tt-breadcrumb .breadcrumb-area,
.tt-breadcrumb ul {
margin: 0 0 0 -7px;
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
min-height: 145px;
}
.tt-breadcrumb ul li {
color: #bbbdc3;
padding: 0 8px;
}
.tt-breadcrumb ul li a {
color: #bbbdc3;
display: inline-block;
-webkit-transition: color .2s;
transition: color .2s;
}
.tt-breadcrumb ul li a:hover {
color: #f47629;
}
.tt-breadcrumb ul li:not(:first-child):before {
content: '/';
display: inline-block;
margin-right: 14px;
}
@media (max-width: 1024.98px) {
.tt-breadcrumb .breadcrumb-area,
.tt-breadcrumb ul {
min-height: 60px;
}
.tt-breadcrumb ul li {
padding: 0 5px;
}
.tt-breadcrumb ul li:not(:first-child):before {
margin-right: 10px;
}
}
.tt-services-promo__list {
margin-top: -30px;
}
.tt-services-promo__list .tt-services-promo {
margin-top: 30px;
}
.tt-services-promo {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
}
.tt-services-promo .tt-value {
font-family: "Poppins", sans-serif;
font-weight: 600;
font-size: 170px;
line-height: 46px;
color: #e0e1e4;
position: absolute;
top: 50%;
left: -14px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.tt-services-promo .tt-value.tt-value__indent {
left: 5px;
margin-top: -5px;
}
.tt-services-promo .tt-bg-marker {
position: absolute;
right: 10px;
top: 0;
margin-top: 30px;
background-image: url(//acquicalcestruzzi.it/wp-content/themes/electrician/images/services-promo-bg.png);
background-position: 0 top;
background-repeat: no-repeat;
width: 52px;
height: calc(100% - 60px);
}
.tt-services-promo .tt-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-shadow: 0 0 20px rgba(48, 52, 66, 0.05);
box-shadow: 0 0 20px rgba(48, 52, 66, 0.05);
background-color: #ffffff;
min-height: 182px;
margin-left: 40px;
padding: 27px 35px 27px 25px;
text-align: left;
position: relative;
}
.tt-services-promo .tt-wrapper .tt-col-icon {
font-size: 38px;
line-height: 34px;
color: #f47629;
width: 56px;
min-width: 56px;
position: relative;
top: 6px;
}
.tt-services-promo .tt-wrapper .tt-title {
font-size: 24px;
line-height: 34px;
color: #303442;
font-family: "Poppins", sans-serif;
font-weight: 600;
padding: 0 0 8px 0;
margin: 0;
}
.tt-services-promo .tt-wrapper .tt-title+* {
margin-top: 0;
}
@media (max-width: 1229.98px) {
.tt-services-promo .tt-wrapper {
padding: 27px 15px 27px 25px;
}
.tt-services-promo .tt-wrapper .tt-col-icon {
font-size: 30px;
line-height: 26px;
width: 47px;
min-width: 47px;
}
.tt-services-promo .tt-wrapper .tt-title {
font-size: 21px;
line-height: 31px;
}
}
@media (max-width: 1024.98px) {
.tt-services-promo .tt-wrapper {
padding: 27px 15px 27px 25px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.tt-services-promo .tt-wrapper .tt-col-icon {
font-size: 30px;
line-height: 26px;
width: 47px;
min-width: 47px;
}
.tt-services-promo .tt-wrapper .tt-title {
font-size: 20px;
line-height: 30px;
}
.tt-services-promo .tt-wrapper .tt-col-layout {
margin-top: 15px;
}
}
@media (max-width: 758px) {
.tt-services-promo {
max-width: 360px;
margin-left: auto;
margin-right: auto;
}
}
.tt-slick-shadow-indent .tt-services-promo {
margin-top: 15px;
margin-bottom: 15px;
}
.gallery01 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
margin: -20px 0 0 -20px;
}
.gallery01 li {
margin: 20px 0 0 20px;
}
.gallery01 li a {
display: inline-block;
-webkit-transition: opacity .1s;
transition: opacity .1s;
opacity: 1;
}
.gallery01 li a:hover {
opacity: 0.75;
}
@media (max-width: 1024.98px) {
.gallery01 {
margin: -15px 0 0 -15px;
}
.gallery01 li {
margin: 15px 0 0 15px;
}
.gallery01 li img {
max-width: 151px;
}
}
@media (max-width: 1024.98px) {
.gallery01 li {
margin: 15px 0 0 15px;
}
.gallery01 li img {
max-width: 121px;
}
}
.gallery01-top {
margin-top: 13px;
} .tt-col-img__top {
margin-top: 33px;
}
.tt-col-img {
margin-top: -20px;
}
.tt-col-img [class^="col-"] {
margin-top: 20px;
}
@media (min-width: 767px) {
.tt-col-img img {
width: 100%;
}
} .services-item__img img {
width: 100%;
}
.services-item__layout {
background-color: #ffffff;
width: calc(100% - 40px);
margin-top: -75px;
position: relative;
padding: 64px 0 0 0px;
}
@media (max-width: 1024.98px) {
.services-item__layout {
padding: 34px 0 0 0px;
width: calc(100% - 30px);
}
}
@media (min-width: 1025px) {
.tt-selected-block {
margin-left: 45px;
padding-bottom: 56px;
}
}
@media (max-width: 1024.98px) {
.tt-selected-block {
margin-left: 0px;
padding-bottom: 36px;
}
}
.tt-block-aside {
margin-top: 0;
}
.tt-block-aside .tt-aside-title {
font-size: 24px;
line-height: 34px;
color: #303442;
font-family: "Poppins", sans-serif;
font-weight: 600;
padding: 0 0 17px 0;
margin: 0;
}
.tt-block-aside.tt-block-aside__shadow {
padding: 33px 34px 41px 34px;
-webkit-box-shadow: 0 0 20px rgba(48, 52, 66, 0.1);
box-shadow: 0 0 20px rgba(48, 52, 66, 0.1);
}
.tt-block-aside.tt-block-aside__shadow .tt-aside-title {
padding: 0 0 14px 0;
}
@media (max-width: 1024.98px) {
.tt-block-aside .tt-aside-title {
font-size: 20px;
line-height: 30px;
}
.tt-block-aside.tt-block-aside__shadow {
padding: 27px 24px 35px;
}
}
@media (max-width: 766.98px) {
.tt-block-aside.tt-block-aside__shadow {
padding: 27px 20px 35px;
}
}
.tt-block-aside+.tt-block-aside.tt-block-aside__shadow {
margin-top: 41px;
}
.tt-block-aside.tt-block-aside__shadow+.tt-block-aside {
margin-top: 34px;
}
.tt-block-aside.tt-block-aside__shadow+.tt-block-aside.tt-block-aside__shadow {
margin-top: 20px;
}
.asideColumn-left {
padding-right: 53px;
}
@media (max-width: 1229.98px) {
.asideColumn-left {
padding-right: 20px;
}
}
.submenu-aside .tt-item {
position: relative;
}
.submenu-aside .tt-item .tt-item__title {
background-color: #f4f5f5;
color: #303442;
font-size: 20px;
line-height: 30px;
position: relative;
padding: 15px 5px 15px 23px;
font-family: "Poppins", sans-serif;
font-weight: 600;
-webkit-transition: all .2s;
transition: all .2s;
}
.submenu-aside .tt-item .tt-item__title:before {
content: '';
display: block;
width: 4px;
height: 100%;
background-color: #f47629;
position: absolute;
top: 0;
left: 0;
}
.submenu-aside .tt-item .tt-item__title:hover {
color: #f47629;
}
.submenu-aside .tt-item .tt-item__content {
display: none;
padding: 11px 0 17px 0;
}
.submenu-aside .tt-item.tt-item__open .tt-item__title {
background-color: #f47629;
color: #ffffff;
}
.submenu-aside .tt-item.tt-item__open .tt-item__content {
display: block !important;
}
.submenu-aside .tt-item:not(.tt-item__open) {
cursor: pointer;
}
.submenu-aside .tt-item {
margin-top: 6px;
}
.submenu-aside ul {
padding: 0 15px 0 25px;
}
.submenu-aside ul li {
position: relative;
}
.submenu-aside ul li:before {
content: '\e921';
font-family: "Electrician";
color: #f47629;
font-size: 9px;
line-height: 15px;
position: absolute;
top: 6px;
left: 0;
}
.submenu-aside ul li a {
color: #303442;
-webkit-transition: color .2s;
transition: color .2s;
display: inline-block;
padding: 0 0 0 18px;
font-size: 16px;
}
.submenu-aside ul li a:hover {
color: #f47629;
}
.submenu-aside ul li:not(:first-child) {
margin-top: 5px;
}
@media (max-width: 1024.98px) {
.submenu-aside .tt-item .tt-item__title {
font-size: 18px;
line-height: 28px;
padding: 10px 5px 9px 23px;
}
}
.box-aside-info li {
position: relative;
padding: 0 0 0 25px;
}
.box-aside-info li [class^="icon-"] {
color: #f47629;
position: absolute;
top: 5px;
left: 0;
}
.box-aside-info li:not(:first-child) {
margin-top: 5px;
}
.box-aside-info li a {
color: #7b7b7b;
}
.box-aside-info+[class^="tt-btn"] {
margin-top: 22px;
}
.nav-categories li a {
color: #303442;
-webkit-transition: color .2s;
transition: color .2s;
display: inline-block;
position: relative;
padding: 0 0 0 20px;
}
.nav-categories li a:hover {
color: #f47629;
}
.nav-categories li a:before {
content: '\e921';
font-family: "Electrician";
display: block;
position: absolute;
top: 0;
left: 0;
font-size: 9px;
color: #f47629;
}
.nav-categories li:not(:first-child) {
margin-top: 5px;
}
.tt-popular .tt-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.tt-popular .tt-item .tt-item__img {
width: 70px;
min-width: 70px;
position: relative;
top: 5px;
}
.tt-popular .tt-item .tt-item__img img {
width: 100%;
height: auto;
}
.tt-popular .tt-item .tt-item__layout {
margin-left: 19px;
}
.tt-popular .tt-item .tt-title {
font-size: 16px;
line-height: 27px;
}
.tt-popular .tt-item .tt-title a {
color: #7b7b7b;
display: inline-block;
}
.tt-popular .tt-item .tt-title a:hover {
color: #f47629;
}
.tt-popular .tt-item .tt-value {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
margin-top: 10px;
}
.tt-popular .tt-item .tt-value .tt-icon-btn {
margin-right: 6px;
}
.tt-popular .tt-item .tt-value .tt-price {
font-size: 20px;
line-height: 1;
color: #303442;
font-family: "Poppins", sans-serif;
font-weight: 600;
display: inline-block;
position: relative;
top: 2px;
}
.tt-popular .tt-item:not(:first-child) {
margin-top: 25px;
}
@media (max-width: 1024.98px) {
.tt-popular .tt-item .tt-title {
font-size: 14px;
line-height: 24px;
}
}
.tt-aside-search {
position: relative;
margin-top: 5px;
}
.tt-aside-search input {
border: 1px solid #e9e9eb;
padding: 10px 0 10px 15px;
border-radius: 2px;
width: 100%;
height: 46px;
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
-webkit-transition: border-color .2s;
transition: border-color .2s;
}
.tt-aside-search input:focus {
border-color: #f47629;
}
.tt-aside-search .tt-btn-icon {
position: absolute;
right: 5px;
top: 5px;
font-size: 15px;
line-height: 1;
color: #7b7b7b;
display: inline-block;
padding: 10px;
-webkit-transition: color .2s;
transition: color .2s;
background: transparent;
border: none;
margin-top: 0 !important;
}
.tt-aside-search .tt-btn-icon:hover {
color: #f47629;
}
.tt-aside-search02 {
position: relative;
margin-top: 5px;
}
.tt-aside-search02 input {
border: 2px solid #f4f4f4;
padding: 12px 0 10px 20px;
border-radius: 2px;
width: 100%;
height: 50px;
-webkit-box-shadow: 0 2px 5px rgba(171, 171, 171, 0.18);
box-shadow: 0 2px 5px rgba(171, 171, 171, 0.18);
outline: none;
-webkit-transition: border-color .2s;
transition: border-color .2s;
border-radius: 3px;
}
.tt-aside-search02 input:focus {
border-color: #f47629;
}
.tt-aside-search02 .tt-btn-icon {
position: absolute;
right: 5px;
top: 5px;
font-size: 18px;
line-height: 1;
color: #7b7b7b;
display: inline-block;
padding: 10px;
-webkit-transition: color .2s;
transition: color .2s;
border: none;
background: transparent;
margin-top: 0 !important;
}
.tt-aside-search02 .tt-btn-icon:hover {
color: #f47629;
}
@media (max-width: 1024.98px) {
#aside-js {
position: fixed;
display: block;
margin: 0;
padding-top: 20px;
padding-bottom: 20px;
background: #ffffff;
z-index: 14;
top: 0;
left: -150%;
height: 100%;
width: 280px;
max-width: inherit;
text-align: left;
-webkit-transition: left 0.3s linear;
transition: left 0.3s linear;
}
#aside-js.column-open {
left: 0%;
}
#aside-js.column-open .tt-block-aside.tt-block-aside__shadow {
-webkit-box-shadow: none;
box-shadow: none;
padding: 0 10px;
}
}
#modal-filter {
background-color: rgba(0, 0, 0, 0.55);
position: fixed;
top: 0;
left: 0;
overflow: hidden;
width: 100%;
height: 100%;
z-index: 11;
display: block;
opacity: 0;
-webkit-transition: background 0.2s linear;
transition: background 0.2s linear;
}
body.no-scroll:not(.touch),
html.win.ie body.no-scroll {
padding-right: 17px;
}
body.no-scroll {
overflow: hidden;
width: 100%;
position: fixed;
z-index: 0;
}
.rightColumn {
padding-left: 51px;
margin-top: -8px;
}
@media (max-width: 1024.98px) {
.rightColumn {
padding-left: 15px;
}
}
.tt-coupons {
position: relative;
border: 5px solid #f3f3f3;
background-color: #ffffff;
}
.tt-coupons:before,
.tt-coupons:after {
content: '';
display: block;
position: absolute;
height: 1px;
width: 100%;
left: 0;
z-index: 1;
background: url(//acquicalcestruzzi.it/wp-content/themes/electrician/images/border-dashed-x.png) 0 0 repeat-x;
}
.tt-coupons:after {
top: 1px;
}
.tt-coupons:before {
bottom: 1px;
}
.tt-coupons .tt-coupons__bg {
height: 251px;
}
.tt-coupons .tt-coupons__bg:after,
.tt-coupons .tt-coupons__bg:before {
content: '';
display: block;
position: absolute;
top: 0;
}
.tt-coupons .tt-coupons__bg:after {
height: 100%;
width: 1px;
right: 1px;
background: url(//acquicalcestruzzi.it/wp-content/themes/electrician/images/border-dashed-y.png) 0 0 repeat-y;
z-index: 1;
}
.tt-coupons .tt-coupons__bg:before {
background: url(//acquicalcestruzzi.it/wp-content/themes/electrician/images/coupons__bg.png) 0 0 no-repeat;
width: 228px;
height: 100%;
z-index: 2;
}
.tt-coupons .btn-custom {
text-decoration: none;
text-align: center;
display: inline-block;
color: #ffffff;
}
.tt-coupons .btn-custom .tt-icon {
font-size: 23px;
line-height: 1;
}
.tt-coupons .btn-custom span {
display: inline-block;
position: relative;
font-size: 14px;
line-height: 1;
top: 3px;
}
.tt-coupons .btn-custom span:before {
display: inline-block;
position: relative;
content: '';
display: block;
position: absolute;
bottom: -1px;
width: 100%;
height: 2px;
margin: auto;
left: 0;
right: 0;
background-color: #87888e;
-webkit-transition: width .2s linear;
transition: width .2s linear;
}
.tt-coupons .btn-custom:hover {
color: #ffffff;
}
.tt-coupons .btn-custom:hover span:before {
width: 0;
}
.tt-coupons .tt-top-left {
position: absolute;
top: 22px;
left: 20px;
color: #ffffff;
font-size: 14px;
line-height: 22px;
z-index: 3;
}
.tt-coupons .tt-top-left a {
color: #ffffff;
}
.tt-coupons .tt-bottom-left {
position: absolute;
bottom: 22px;
left: 22px;
z-index: 3;
}
.tt-coupons .tt-right-top {
width: 64%;
float: right;
padding: 18px 24px 50px 0;
position: relative;
z-index: 3;
}
.tt-coupons .tt-right-top .tt-title {
font-family: "Poppins", sans-serif;
font-weight: 600;
padding-bottom: 14px;
}
.tt-coupons .tt-right-top .tt-title+* {
margin-top: 0;
}
.tt-coupons .tt-right-top .tt-title__01 {
color: #303442;
font-size: 24px;
line-height: 34px;
}
.tt-coupons .tt-right-top .tt-title__02 {
color: #f47629;
font-size: 36px;
line-height: 34px;
margin-top: 8px;
}
.tt-coupons .tt-right-bottom {
position: absolute;
padding: 0 24px 0px 0;
width: 70%;
right: 0;
bottom: 16px;
}
.tt-coupons .tt-right-bottom .tt-row-bottom {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
position: absolute;
bottom: 0;
right: 24px;
width: 100%;
font-size: 14px;
color: #252936;
}
.tt-coupons .tt-right-bottom .tt-row-bottom .tt-col {
display: inline-block;
}
.tt-coupons .tt-right-bottom .tt-row-bottom .tt-col:not(:last-child) {
margin-left: 30px;
}
.tt-coupons .tt-right-bottom .tt-coupons__logo {
font-size: 19px;
line-height: 19px;
color: #303442;
font-family: "Poppins", sans-serif;
font-weight: 600;
display: inline-block;
position: relative;
letter-spacing: -0.02em;
}
.tt-coupons .tt-right-bottom .tt-coupons__logo .tt-icon {
position: absolute;
top: -4px;
left: -11px;
max-width: 20px;
}
.tt-coupons .tt-right-bottom .tt-text {
display: inline-block;
position: relative;
top: -2px;
}
@media (max-width: 1229.98px) {
.tt-coupons {
max-width: 570px;
margin-left: auto;
margin-right: auto;
}
.tt-coupons .tt-right-top {
width: 58%;
}
}
@media (max-width: 575.98px) {
.tt-coupons .tt-coupons__bg {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.tt-coupons .tt-top-left {
position: relative;
top: inherit;
left: inherit;
width: 62%;
background: #303442;
overflow: hidden;
padding: 20px 10px 20px 20px;
}
.tt-coupons .tt-bottom-left {
width: 38%;
position: relative;
bottom: inherit;
left: inherit;
background: #303442;
overflow: hidden;
padding: 20px 20px 20px 10px;
text-align: right;
}
.tt-coupons .tt-coupons__bg {
height: inherit;
}
.tt-coupons .tt-coupons__bg:before {
display: none;
}
.tt-coupons .tt-right-top {
width: 100%;
padding: 18px 20px 35px;
}
.tt-coupons .tt-right-top .tt-title__01 {
font-size: 18px;
line-height: 28px;
}
.tt-coupons .tt-right-top .tt-title__02 {
font-size: 26px;
line-height: 24px;
}
.tt-coupons .tt-right-bottom {
width: 100%;
position: relative;
padding: 0;
text-align: right;
}
.tt-coupons .tt-right-bottom .tt-row-bottom {
padding: 0 0px;
position: inherit;
display: block;
}
.tt-coupons .tt-right-bottom .tt-row-bottom .tt-col:first-child {
text-align: right;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.tt-coupons .tt-right-bottom .tt-row-bottom .tt-col:last-child {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
display: none;
}
}
.tt-coupons-wrapper {
margin-left: -15px;
margin-right: -15px;
}
.tt-coupons-wrapper .tt-item {
padding-left: 15px;
padding-right: 15px;
}
.gallery01 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
margin: -20px 0 0 -20px;
}
.gallery01 li {
margin: 20px 0 0 20px;
}
.gallery01 li a {
display: inline-block;
-webkit-transition: opacity .2s;
transition: opacity .2s;
opacity: 1;
}
.gallery01 li a:hover {
opacity: 0.75;
}
@media (max-width: 1024.98px) {
.gallery01 {
margin: -15px 0 0 -15px;
}
.gallery01 li {
margin: 15px 0 0 15px;
}
.gallery01 li img {
max-width: 151px;
}
}
@media (max-width: 1024.98px) {
.gallery01 li {
margin: 15px 0 0 15px;
}
.gallery01 li img {
max-width: 121px;
}
}
.gallery01-top {
margin-top: 13px;
}
.tt-gallery-wrapper {
margin-top: 2px;
margin-left: -7px;
margin-right: -7px;
}
.tt-gallery-wrapper [class^="col-"] {
margin-top: 14px;
padding-left: 7px;
padding-right: 7px;
}
.tt-gallery {
overflow: hidden;
display: block;
position: relative;
}
.tt-gallery img {
width: 100%;
-webkit-transition: -webkit-transform 0.5s;
transition: -webkit-transform 0.5s;
transition: transform 0.5s;
transition: transform 0.5s, -webkit-transform 0.5s;
}
.tt-gallery:before {
content: '';
position: absolute;
display: block;
z-index: 2;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
background-color: rgba(0, 0, 0, 0.55);
-webkit-transition: opacity 0.5s;
transition: opacity 0.5s;
}
.tt-gallery .gallery__icon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
z-index: 2;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
background-color: transparent;
-webkit-transition: background-color 0.3s;
transition: background-color 0.3s;
}
.tt-gallery .gallery__icon:before {
content: "\e9ce";
display: block;
font-family: "Electrician";
color: #ffffff;
font-size: 33px;
line-height: 33px;
-webkit-transition: -webkit-transform 0.3s;
transition: -webkit-transform 0.3s;
transition: transform 0.3s;
transition: transform 0.3s, -webkit-transform 0.3s;
-webkit-transform: scale(0);
transform: scale(0);
}
.tt-gallery:hover:before {
opacity: 0.8;
}
.tt-gallery:hover .gallery__icon {
background-color: rgba(0, 0, 0, 0.55);
}
.tt-gallery:hover .gallery__icon:before {
-webkit-transform: scale(1);
transform: scale(1);
}
.tt-gallery:hover img {
-webkit-transform: scale3d(1.1, 1.1, 1);
transform: scale3d(1.1, 1.1, 1);
}
@media (max-width: 1024.98px) {
.tt-gallery .gallery__icon:before {
font-size: 27px;
line-height: 27px;
}
}
@media (min-width: 1025px) {
.gallery-innerlayout-wrapper [class^=col-] {
padding-left: 7px;
padding-right: 7px;
padding-top: 15px;
}
.gallery-innerlayout-wrapper .col-custom-item5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
}
@media (max-width: 1024px) {
.gallery-innerlayout-wrapper [class^=col-] {
padding-left: 6px;
padding-right: 6px;
padding-top: 15px;
}
}
.tt-top-more {
margin-top: 30px;
}
.tt-top-more#js-more-include {
margin-top: 30px;
}
.tt-top-more02 {
margin-top: 53px;
}
@media (max-width: 1024px) {
.tt-top-more02 {
margin-top: 30px;
}
}
#filter-layout>*:not(.show) {
display: none;
}
.tt-faq {
margin-top: -15px;
}
.tt-faq .tt-item {
margin-top: 33px;
position: relative;
padding: 0 0 0 0;
}
.tt-faq .tt-item .tt-item__marker {
width: 50px;
height: 50px;
background-color: #f4f4f5;
border-radius: 50%;
display: block;
position: absolute;
top: -14px;
left: 0;
pointer-events: none;
}
.tt-faq .tt-item .tt-item__marker:before {
content: '+';
display: block;
position: absolute;
color: #303442;
font-size: 27px;
line-height: 1;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.tt-faq .tt-item .tt-item__content {
display: none;
padding: 0 0 0 77px;
}
.tt-faq .tt-item.tt-item__open .tt-item__marker:before {
content: '-';
}
.tt-faq .tt-item.tt-item__open .tt-item__content {
display: block;
}
.tt-faq .tt-item:not(.tt-item__open) {
cursor: pointer;
}
.tt-faq .tt-item__title {
font-size: 16px;
line-height: 27px;
font-weight: 600;
font-family: "Poppins", sans-serif;
color: #303442;
-webkit-transition: color .2s;
transition: color .2s;
padding: 0 0 6px 77px;
}
.tt-faq .tt-item__title:hover {
color: #f47629;
}
@media (max-width: 1024.98px) {
.tt-faq .tt-item__title {
line-height: 26px;
padding: 0 0 6px 58px;
}
.tt-faq .tt-item {
margin-top: 25px;
}
.tt-faq .tt-item .tt-item__marker {
width: 40px;
height: 40px;
top: -8px;
}
.tt-faq .tt-item .tt-item__marker:before {
font-size: 20px;
}
.tt-faq .tt-item .tt-item__content {
padding: 0 0 0 58px;
}
.tt-faq .tt-item .tt-item__content br {
display: none;
}
}
@media (max-width: 766.98px) {
.tt-faq .tt-item__title {
font-size: 16px;
line-height: 24px;
padding: 0 0 6px 50px;
}
.tt-faq .tt-item {
margin-top: 20px;
}
.tt-faq .tt-item .tt-item__marker {
width: 35px;
height: 35px;
top: -7px;
}
.tt-faq .tt-item .tt-item__marker:before {
font-size: 20px;
}
.tt-faq .tt-item .tt-item__content {
padding: 0 0 0 50px;
}
}
.tt-testimonials-wrapper {
margin-bottom: -10px;
}
.tt-testimonials-wrapper [class^='col-'] {
margin-top: 46px;
}
@media (max-width: 1024.98px) {
.tt-testimonials-wrapper [class^='col-'] {
margin-top: 36px;
}
}
.tt-testimonials {
-webkit-box-shadow: 0 5px 20px rgba(48, 52, 66, 0.08);
box-shadow: 0 5px 20px rgba(48, 52, 66, 0.08);
padding: 65px 35px 35px 33px;
position: relative;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.tt-testimonials .tt-testimonials__marker {
font-size: 200px;
line-height: 1;
font-family: "Poppins", sans-serif;
color: #f47629;
font-weight: 600;
position: absolute;
top: -22px;
left: 28px;
}
.tt-testimonials .tt-testimonials__title {
font-size: 20px;
line-height: 30px;
color: #303442;
font-family: "Poppins", sans-serif;
font-weight: 600;
padding: 0 0 15px 0;
margin: 0;
}
.tt-testimonials .tt-testimonials__title+* {
margin-top: 0;
}
.tt-testimonials .tt-testimonials_top-layout {
-webkit-box-flex: 2;
-ms-flex: 2 1 auto;
flex: 2 1 auto;
}
.tt-testimonials .tt-testimonials__data {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 3px;
margin-left: -20px;
padding-bottom: 10px;
}
.tt-testimonials .tt-testimonials__data .tt-col {
margin-top: 20px;
margin-left: 20px;
}
.tt-testimonials .tt-testimonials__data img {
width: 69px;
height: auto;
border-radius: 50%;
}
.tt-testimonials .tt-testimonials__data .tt-title__text01 {
font-size: 16px;
line-height: 22px;
font-family: "Poppins", sans-serif;
font-weight: 600;
color: #303442;
}
.tt-testimonials .tt-testimonials__data .tt-title__text02 {
color: #a0a0a0;
font-size: 14px;
line-height: 20px;
}
@media (max-width: 1024.98px) {
.tt-testimonials {
padding: 55px 25px 35px;
}
.tt-testimonials .tt-testimonials__marker {
font-size: 165px;
top: -18px;
left: 28px;
}
.tt-testimonials .tt-testimonials__title {
font-size: 18px;
line-height: 28px;
padding-bottom: 10px;
}
.tt-testimonials .tt-testimonials__data {
margin-top: 3px;
margin-left: -14px;
padding-bottom: 10px;
}
.tt-testimonials .tt-testimonials__data .tt-col {
margin-top: 14px;
margin-left: 14px;
}
.tt-testimonials .tt-testimonials__data img {
width: 50px;
}
.tt-testimonials .tt-testimonials__data .tt-title__text01 {
font-size: 14px;
line-height: 20px;
}
.tt-testimonials .tt-testimonials__data .tt-title__text02 {
font-size: 12px;
line-height: 18px;
}
}
@media (max-width: 766.98px) {
.tt-testimonials {
padding: 45px 20px 25px;
}
.tt-testimonials .tt-testimonials__marker {
font-size: 140px;
top: -18px;
left: 20px;
}
}
.map-contact {
width: 100%;
height: 451px;
}
@media (max-width: 1024.98px) {
.map-contact {
height: 400px;
}
}
@media (max-width: 766.98px) {
.map-contact {
height: 300px;
}
}
.tt-contact-wrapper {
padding: 5px 77px 0;
margin-top: -40px;
}
.tt-contact-wrapper [class^="col-"] {
margin-top: 40px;
}
@media (max-width: 1229.98px) {
.tt-contact-wrapper {
padding: 15px 20px 0;
}
}
@media (max-width: 1024.98px) {
.tt-contact-wrapper [class^="col-"] {
margin-top: 20px;
}
}
.tt-contact {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.tt-contact .tt-icon {
color: #f47629;
font-size: 26px;
line-height: 1;
position: relative;
top: 4px;
}
.tt-contact .tt-content {
margin-left: 15px;
}
.tt-contact .tt-content a {
color: #7b7b7b;
}
.tt-contact .tt-title {
font-size: 16px;
line-height: 26px;
color: #303442;
font-family: "Poppins", sans-serif;
font-weight: 600;
padding: 0 0 5px 0;
}
@media (max-width: 1024.98px) {
.tt-contact .tt-icon {
font-size: 20px;
}
.tt-contact .tt-content {
margin-left: 13px;
}
}
.tt-filters-options {
border-top: 1px solid #e9e9eb;
margin-top: 2px;
padding-top: 24px;
padding-bottom: 24px;
}
.tt-filters-options [class^=col-] {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.tt-filters-options .tt-title {
padding: 0 55px 0 0;
font-size: 16px;
}
.tt-filters-options .custom-select {
width: 201px;
}
.tt-filters-options .custom-select:after {
border-color: #c7c7c7 transparent transparent transparent;
}
@media (max-width: 1024.98px) {
.tt-filters-options [class^=col-] {
display: block;
}
.tt-filters-options [class^=col-]>*:not(.tt-filters-toggle) {
margin-left: 0;
margin-top: 10px;
}
.tt-filters-options [class^=col-] .tt-title {
margin-top: 0;
}
}
@media (min-width: 767px) {
.tt-filters-toggle {
display: none;
}
}
@media (max-width: 1024.98px) {
.tt-filters-toggle {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 60px;
height: 60px;
color: #ffffff;
position: fixed;
top: 190px;
right: 15px;
z-index: 20;
cursor: pointer;
border-radius: 50%;
padding: 0;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
border: 6px solid #454955;
background-color: #f47629;
text-shadow: 0 0 3px rgba(1, 1, 1, 0.25);
}
.tt-filters-toggle i {
position: relative;
z-index: 3;
pointer-events: none;
font-size: 25px;
}
.tt-filters-toggle:hover {
background-color: #ffffff;
color: #f47629;
border-color: #f47629;
}
.tt-filters-toggle.fixed {
top: 110px;
}
.tt-filters-toggle .pt-text {
display: none;
}
.tt-filters-toggle.tt-open-col:before {
content: "\e91b";
}
}
@media (max-width: 766.98px) {
.tt-filters-toggle {
width: 50px;
height: 50px;
border-width: 4px;
}
.tt-filters-toggle i {
font-size: 23px;
}
}
.tt-filters-select select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
width: 201px;
height: 46px;
}
.tt-pagination-filter {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.tt-pagination-filter .tt-pagination-filter__title {
margin-right: 13px;
}
.tt-pagination-filter .tt-pagination-filter__list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.tt-pagination-filter .tt-pagination-filter__list li a {
display: inline-block;
padding: 5px 13px;
color: #7b7b7b;
font-size: 16px;
line-height: 1;
}
.tt-pagination-filter .tt-pagination-filter__list li a:hover {
color: #f47629;
}
.tt-pagination-filter .tt-pagination-filter__list li.active a {
color: #f47629;
pointer-events: none;
font-family: "Poppins", sans-serif;
font-weight: 600;
}
.tt-pagination-filter .tt-pagination-filter__btn {
font-size: 8px;
color: #7b7b7b;
padding: 5px 13px;
}
.tt-pagination-filter .tt-pagination-filter__btn:hover {
color: #f47629;
}
.tt-product {
text-align: center;
}
.tt-product .tt-product__img {
overflow: hidden;
}
.tt-product .tt-product__img img {
width: 100%;
height: auto;
-webkit-transition: -webkit-transform 0.5s;
transition: -webkit-transform 0.5s;
transition: transform 0.5s;
transition: transform 0.5s, -webkit-transform 0.5s;
}
.tt-product .tt-product__img:hover img {
-webkit-transform: scale3d(1.1, 1.1, 1);
transform: scale3d(1.1, 1.1, 1);
}
.tt-product .tt-product__description {
margin-top: 18px;
}
.tt-product .tt-product__title {
font-size: 16px;
line-height: 27px;
font-weight: normal;
margin: 0;
padding: 0;
color: #7b7b7b;
}
.tt-product .tt-product__title a {
color: #7b7b7b;
-webkit-transition: color .2s;
transition: color .2s;
display: inline-block;
}
.tt-product .tt-product__title a:hover {
color: #f47629;
}
.tt-product .tt-rating {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
font-size: 10px;
line-height: 10px;
color: #7b7b7b;
margin-top: 15px;
}
.tt-product .tt-rating>* {
display: inline-block;
margin-left: 1px;
margin-right: 1px;
}
.tt-product .tt-price {
font-size: 24px;
font-family: "Poppins", sans-serif;
font-weight: 600;
color: #303442;
margin-top: 14px;
}
.tt-product .tt-price .new-price {
font-size: 24px;
color: #f47629;
}
.tt-product .tt-price .old-price {
font-size: 20px;
text-decoration: line-through;
margin-left: 17px;
}
.tt-product .tt-row-btn {
margin-top: 11px;
}
.tt-product .tt-btn-addtocart {
font-size: 14px;
line-height: 1;
font-family: "Poppins", sans-serif;
font-weight: 600;
color: #303442;
-webkit-transition: color .2s;
transition: color .2s;
}
.tt-product .tt-btn-addtocart .tt-icon {
color: #f47629;
font-size: 14px;
line-height: 1;
margin-right: 4px;
}
.tt-product .tt-btn-addtocart:hover {
color: #f47629;
}
@media (max-width: 766.98px) {
.tt-product .tt-product__title {
font-size: 14px;
line-height: 20px;
}
.tt-product .tt-rating {
margin-top: 10px;
}
.tt-product .tt-price {
font-size: 18px;
margin-top: 7px;
}
.tt-product .tt-price .new-price {
font-size: 18px;
}
.tt-product .tt-price .old-price {
font-size: 14px;
margin-left: 7px;
}
.tt-product .tt-row-btn {
margin-top: 7px;
}
}
.tt-product-listing {
margin-top: -34px;
}
.tt-product-listing [class^="col-"] {
margin-top: 33px;
}
@media (max-width: 766.98px) {
.tt-product-listing {
margin-top: -20px;
}
.tt-product-listing [class^="col-"] {
margin-top: 20px;
}
}
.tt-pagination {
margin-top: 45px;
font-family: "Poppins", sans-serif;
font-weight: 600;
font-size: 14px;
line-height: 1;
margin-bottom: -5px;
}
.tt-pagination ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.tt-pagination ul li span,
.tt-pagination ul li a {
color: #303442;
-webkit-transition: color .2s;
transition: color .2s;
display: inline-block;
padding: 5px 15px;
}
.tt-pagination ul li a:hover {
color: #f47629;
}
.tt-pagination ul li.active {
pointer-events: none;
}
.tt-pagination ul li.active a {
color: #f47629;
}
.tt-pagination.text-left ul {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.tt-pagination.text-left ul li .page-numbers:first-child {
padding-left: 0;
}
.nav-tabs {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
padding-bottom: 2px;
margin-top: -25px;
border-bottom: 1px solid #e9e9eb;
}
.nav-tabs li a {
display: inline-block;
padding: 25px 15px;
font-family: "Poppins", sans-serif;
color: #303442;
font-weight: 600;
-webkit-transition: color .2s;
transition: color .2s;
font-size: 14px;
line-height: 1;
border: none !important;
background-color: transparent !important;
}
.nav-tabs li a:hover,
.nav-tabs li a.active {
color: #f47629;
}
.nav-tabs li:first-child a {
padding-left: 0;
}
.tab-content>* {
padding: 28px 0 0 0 !important;
}
.tab-content>*:not(.active) {
display: none;
}
@media (min-width: 1025px) {
.tab-content {
margin-bottom: -17px;
}
}
.tt-mobile-product-slider {
max-width: 300px;
margin-bottom: 35px;
padding-left: 15px;
padding-right: 15px;
}
.carusel-product {
margin-left: -15px;
margin-right: -15px;
}
.carusel-product .item {
padding-left: 15px;
padding-right: 15px;
}
.tt-tabs-reviews .tt-title {
color: #303442;
font-weight: 600;
font-size: 24px;
line-height: 1;
font-family: "Poppins", sans-serif;
margin: 0;
padding: 0 0 25px 0;
}
.tt-tabs-reviews .tt-rating {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
font-size: 13px;
line-height: 13px;
color: #7b7b7b;
margin-left: -2px;
}
.tt-tabs-reviews .tt-rating>* {
margin-left: 2px;
margin-right: 2px;
}
.tt-tabs-reviews form .tt-rating:first-child {
padding-bottom: 25px;
} #smallGallery {
padding-right: 104px;
margin-top: 18px;
}
#smallGallery .slick-prev {
display: none !important;
}
#smallGallery .tt-custom-next {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
top: 0;
right: 0;
width: 89px;
height: 100%;
background-color: #ffffff;
border: 1px solid #f9f9f9;
-webkit-transition: border .2s;
transition: border .2s;
}
#smallGallery .tt-custom-next .tt-icon {
font-size: 12px;
line-height: 1;
color: #f47629;
}
#smallGallery .tt-custom-next .tt-text {
font-family: "Poppins", sans-serif;
font-weight: 600;
color: #303442;
width: 100%;
text-align: center;
-webkit-transition: color .2s;
transition: color .2s;
margin-top: 7px;
font-size: 14px;
line-height: 1;
}
#smallGallery .tt-custom-next:hover {
border-color: #f47629;
}
#smallGallery .tt-custom-next:hover .tt-text {
color: #f47629;
}
#smallGallery li {
padding-right: 16px;
}
#smallGallery li img {
width: 100%;
height: auto;
-webkit-transition: opacity .2s;
transition: opacity .2s;
}
#smallGallery li:hover img {
opacity: 0.7;
}
@media (max-width: 1024.98px) {
#smallGallery {
padding-right: 75px;
margin-top: 18px;
}
#smallGallery li {
padding-right: 14px;
}
#smallGallery .tt-custom-next {
width: 75px;
height: 100%;
}
#smallGallery .tt-custom-next .tt-icon {
font-size: 12px;
line-height: 1;
}
#smallGallery .tt-custom-next .tt-text {
margin-top: 7px;
font-size: 14px;
line-height: 1;
}
} .product-single-info {
padding-left: 60px;
}
.product-single-info .tt-tag {
font-size: 16px;
line-height: 1;
font-weight: 600;
font-family: "Poppins", sans-serif;
color: #f47629;
}
.product-single-info .tt-title {
font-size: 36px;
line-height: 46px;
font-weight: 600;
font-family: "Poppins", sans-serif;
color: #303442;
padding: 0;
margin: 12px 0 0 0;
}
.product-single-info .tt-add-info {
margin-top: 22px;
font-size: 16px;
}
.product-single-info .tt-add-info span {
color: #303442;
font-weight: 600;
font-family: "Poppins", sans-serif;
}
.product-single-info .tt-price {
font-size: 36px;
font-family: "Poppins", sans-serif;
font-weight: 600;
color: #303442;
margin-top: 35px;
}
.product-single-info .tt-price .new-price {
font-size: 36px;
color: #f47629;
}
.product-single-info .tt-price .old-price {
font-size: 30px;
text-decoration: line-through;
margin-left: 17px;
}
.product-single-info .tt-data {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 30px;
margin-left: -40px;
}
.product-single-info .tt-data .tt-item {
margin-left: 40px;
}
.product-single-info .tt-data .tt-rating {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
font-size: 10px;
line-height: 10px;
color: #7b7b7b;
}
.product-single-info .tt-data .tt-rating>* {
display: inline-block;
margin-left: 1px;
margin-right: 1px;
}
.product-single-info .tt-description {
border-top: 1px solid #e9e9eb;
margin-top: 31px;
padding-top: 32px;
}
.product-single-info .tt-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
border-top: 1px solid #e9e9eb;
margin-top: 34px;
padding-top: 27px;
}
.product-single-info .tt-row .tt-col {
margin-top: 13px;
}
.product-single-info .tt-row .tt-col:not(:first-child) {
margin-left: 13px;
}
@media (max-width: 1229.98px) {
.product-single-info {
padding-left: 40px;
}
}
@media (max-width: 1024.98px) {
.product-single-info {
padding-left: 20px;
}
.product-single-info .tt-title {
font-size: 24px;
line-height: 30px;
}
.product-single-info .tt-price {
font-size: 30px;
margin-top: 30px;
}
.product-single-info .tt-price .new-price {
font-size: 30px;
}
.product-single-info .tt-price .old-price {
font-size: 25px;
margin-left: 12px;
}
.product-single-info .tt-data {
margin-top: 25px;
margin-left: -20px;
}
.product-single-info .tt-data .tt-item {
margin-left: 20px;
}
.product-single-info .tt-description {
margin-top: 25px;
padding-top: 25px;
}
.product-single-info .tt-row {
margin-top: 25px;
padding-top: 19px;
}
.product-single-info .tt-row .tt-col {
margin-top: 13px;
}
.product-single-info .tt-row .tt-col:not(:first-child) {
margin-left: 13px;
}
}
@media (max-width: 766.98px) {
.product-single-info {
padding-left: 0px;
}
}
.tt-input-counter.style-01 {
position: relative;
max-width: 91px;
min-width: 91px;
}
.tt-input-counter.style-01 .minus-btn,
.tt-input-counter.style-01 .plus-btn {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 16px;
line-height: 1;
cursor: pointer;
position: absolute;
width: 30px;
height: 100%;
text-align: center;
top: 0;
color: #7b7b7b;
}
.tt-input-counter.style-01 .minus-btn:hover,
.tt-input-counter.style-01 .plus-btn:hover {
color: #f47629;
}
.tt-input-counter.style-01 .minus-btn {
left: 0;
padding-left: 2px;
}
.tt-input-counter.style-01 .plus-btn {
right: 0;
padding-right: 2px;
}
.tt-input-counter.style-01 input {
background: #ffffff;
display: block;
width: 100%;
height: 48px;
font-size: 16px;
line-height: 1em;
text-align: center;
border: none;
outline: none;
border: 1px solid #e9e9eb;
font-family: "Roboto", sans-serif;
color: #7b7b7b;
border-radius: 4px;
}
@media (max-width: 1024.98px) {
.tt-input-counter.style-01 input {
height: 40px;
}
}  .noUi-target,
.noUi-target * {
-webkit-touch-callout: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-user-select: none;
-ms-touch-action: none;
touch-action: none;
-ms-user-select: none;
-moz-user-select: none;
user-select: none;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.noUi-target {
position: relative;
direction: ltr;
}
.noUi-base,
.noUi-connects {
width: 100%;
height: 100%;
position: relative;
z-index: 1;
} .noUi-connects {
overflow: hidden;
z-index: 0;
}
.noUi-connect,
.noUi-origin {
will-change: transform;
position: absolute;
z-index: 1;
top: 0;
left: 0;
height: 100%;
width: 100%;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
} html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
left: auto;
right: 0;
} .noUi-vertical .noUi-origin {
width: 0;
}
.noUi-horizontal .noUi-origin {
height: 0;
}
.noUi-handle {
position: absolute;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
-webkit-transition: transform 0.3s;
-webkit-transition: -webkit-transform 0.3s;
transition: -webkit-transform 0.3s;
transition: transform 0.3s;
transition: transform 0.3s, -webkit-transform 0.3s;
}
.noUi-state-drag * {
cursor: inherit !important;
} .noUi-horizontal {
height: 6px;
}
.noUi-horizontal .noUi-handle {
width: 15px;
height: 15px;
left: -8px;
top: -6px;
border-radius: 50%;
background-color: #f47629;
outline: none;
}
.noUi-horizontal .noUi-handle:before,
.noUi-horizontal .noUi-handle:after {
display: none;
}
.noUi-vertical {
width: 18px;
}
.noUi-vertical .noUi-handle {
width: 28px;
height: 34px;
left: -6px;
top: -8px;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
right: -8px;
left: auto;
} .noUi-target {
background: #dfdfdf;
border: 2px solid #dfdfdf;
}
.noUi-connects {
border-radius: 50%;
}
.noUi-connect {
background: #252936;
} .noUi-draggable {
cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
cursor: ns-resize;
}
.noUi-handle {
border: 1px solid #D9D9D9;
border-radius: 50%;
background: #FFF;
cursor: default;
} .noUi-vertical .noUi-handle:after {
top: 17px;
} [disabled] .noUi-connect {
background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
cursor: not-allowed;
} .noUi-pips,
.noUi-pips * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.noUi-pips {
position: absolute;
color: #999;
} .noUi-value {
position: absolute;
white-space: nowrap;
text-align: center;
}
.noUi-value-sub {
color: #ccc;
font-size: 10px;
} .noUi-marker {
position: absolute;
background: #CCC;
}
.noUi-marker-sub {
background: #AAA;
}
.noUi-marker-large {
background: #AAA;
} .noUi-pips-horizontal {
padding: 10px 0;
height: 80px;
top: 100%;
left: 0;
width: 100%;
}
.noUi-value-horizontal {
-webkit-transform: translate(-50%, 50%);
transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
-webkit-transform: translate(50%, 50%);
transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
margin-left: -1px;
width: 2px;
height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
height: 15px;
} .noUi-pips-vertical {
padding: 0 10px;
height: 100%;
top: 0;
left: 100%;
}
.noUi-value-vertical {
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%, 0);
padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
-webkit-transform: translate(0, 50%);
transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
width: 5px;
height: 2px;
margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
width: 15px;
}
.tt-slider-price {
margin-top: 10px;
}
.slider-value-row {
font-size: 16px;
line-height: 22px;
margin-top: 27px;
}
.slider-value-row>* {
display: inline-block;
}
.slider-value-row #slider-snap-value-lower {
margin-right: 5px;
}   .tt-blog-list {
margin-top: -80px;
}
.tt-blog-list .tt-item {
overflow: hidden;
margin-top: 80px;
}
.tt-blog-list+.tt-pagination {
margin-top: 54px;
}
@media (max-width: 1024.98px) {
.tt-blog-list {
margin-top: -40px;
}
.tt-blog-list .tt-item {
overflow: hidden;
margin-top: 40px;
}
.tt-blog-list+.tt-pagination {
margin-top: 40px;
}
}
.blog-obj {
position: relative;
}
.blog-obj:before {
content: '';
display: block;
position: absolute;
top: -46px;
left: 0;
width: 100%;
height: 130px;
z-index: 0;
background-color: #eaeaec;
}
.blog-obj>* {
position: relative;
z-index: 1;
}
.blog-obj .blog-obj__img {
position: relative;
}
.blog-obj .blog-obj__img a:not([class]) {
display: block;
}
.blog-obj .blog-obj__img img {
width: 100%;
height: auto;
}
.blog-obj .blog-obj__img .tt-video__holder .tt-video {
margin-top: -79px;
}
@media (max-width: 1024.98px) {
.blog-obj .blog-obj__img .tt-video__holder .tt-video {
margin-top: -39px;
}
}
.blog-obj .blog-obj__img .tt-align {
margin-top: -80px;
}
.blog-obj .blog-obj__img .tt-img-wrapper {
position: absolute;
top: 0;
left: 0;
z-index: 2;
background-color: rgba(55, 56, 59, 0.25);
width: 100%;
height: 100%;
pointer-events: none;
}
.blog-obj .blog-obj__wrapper {
background: #ffffff;
width: calc(100% - 40px);
margin-top: -85px;
padding: 63px 85px 0 0;
}
.blog-obj .blog-obj__data {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
margin-top: -20px;
margin-left: -28px;
font-size: 14px;
}
.blog-obj .blog-obj__data .tt-col {
margin-top: 20px;
margin-left: 28px;
}
.blog-obj .blog-obj__data a {
color: #303442;
-webkit-transition: color .2s;
transition: color .2s;
}
.blog-obj .blog-obj__data a:hover {
color: #f47629;
}
.blog-obj .blockquote03 {
max-width: 550px;
}
.blog-obj .blog-obj__title {
font-size: 36px;
line-height: 46px;
color: #303442;
font-family: 'Poppins', sans-serif;
padding: 0 0 23px 0;
margin: 16px 0 0 0;
font-weight: bold;
}
.blog-obj .blog-obj__title a {
color: #303442;
-webkit-transition: color .2s;
transition: color .2s;
}
.blog-obj .blog-obj__title a:hover {
color: #f47629;
}
.blog-obj .blog-obj__title+* {
margin-top: 0;
}
.blog-obj .blog-obj__row-btn {
margin-top: 32px;
}
.blog-obj> :nth-child(1).blog-obj__wrapper {
margin-top: 46px;
position: relative;
}
@media (max-width: 1024.98px) {
.blog-obj .blog-obj__img .tt-align {
margin-top: -43px;
}
.blog-obj .blog-obj__data {
margin-left: -15px;
}
.blog-obj .blog-obj__data .tt-col {
margin-top: 15px;
margin-left: 15px;
}
.blog-obj .blog-obj__title {
font-size: 24px;
line-height: 30px;
padding: 0 0 13px;
}
.blog-obj .blog-obj__row-btn {
margin-top: 23px;
}
.blog-obj .blog-obj__wrapper {
padding: 43px 30px 0 0;
margin-top: -40px;
width: calc(100% - 30px);
}
}
@media (max-width: 766.98px) {
.blog-obj .blog-obj__img .tt-align {
margin-top: -37px;
}
.blog-obj .blog-obj__data {
margin-left: -9px;
}
.blog-obj .blog-obj__data .tt-col {
margin-top: 9px;
margin-left: 9px;
}
.blog-obj .blog-obj__title {
font-size: 22px;
line-height: 28px;
padding: 0 0 13px;
}
.blog-obj .blog-obj__row-btn {
margin-top: 23px;
}
.blog-obj .blog-obj__wrapper {
padding: 43px 10px 0 0;
margin-top: -40px;
width: calc(100% - 15px);
}
}
.tt-img-link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 3;
}
.tt-img-link .tt-icon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 89px;
height: 89px;
background-color: #f47629;
border-radius: 50%;
color: #ffffff;
font-size: 27px;
line-height: 1;
margin-left: auto;
margin-right: auto;
}
.tt-img-link .tt-text {
display: block;
text-align: center;
width: 100%;
font-size: 19px;
line-height: 1;
color: #ffffff;
font-family: 'Poppins', sans-serif;
font-weight: 600;
margin-top: 12px;
letter-spacing: 0.03em;
-webkit-transition: color .2s;
transition: color .2s;
}
.tt-img-link:hover .tt-text {
color: #f47629;
}
@media (max-width: 1024.98px) {
.tt-img-link .tt-icon {
width: 66px;
height: 66px;
font-size: 20px;
}
.tt-img-link .tt-text {
font-size: 16px;
margin-top: 10px;
}
}
@media (max-width: 766.98px) {
.tt-img-link .tt-icon {
width: 49px;
height: 49px;
font-size: 15px;
}
.tt-img-link .tt-text {
font-size: 14px;
margin-top: 7px;
}
}
.datepicker-here .datepicker {
border: none;
width: 100%;
max-width: 334px;
}
.datepicker-here .datepicker--nav {
border: none;
color: #7b7b7b;
font-size: 16px;
position: relative;
padding-bottom: 9px;
}
.datepicker-here .datepicker--nav i {
color: #7b7b7b;
}
.datepicker-here .datepicker--nav .datepicker--nav-action {
top: 0;
position: absolute;
background: no-repeat;
border: 1px solid transparent;
-webkit-transition: border-color .2s;
transition: border-color .2s;
}
.datepicker-here .datepicker--nav .datepicker--nav-action:first-child {
right: 45px;
}
.datepicker-here .datepicker--nav .datepicker--nav-action:last-child {
right: 0;
}
.datepicker-here .datepicker--nav .datepicker--nav-action path {
-webkit-transition: stroke .2s;
transition: stroke .2s;
}
.datepicker-here .datepicker--nav .datepicker--nav-action:hover {
border-color: #f47629;
}
.datepicker-here .datepicker--nav .datepicker--nav-action:hover path {
stroke: #f47629;
}
.datepicker-here .datepicker--nav .datepicker--nav-title {
padding-left: 0;
background: none;
}
.datepicker-here .datepicker--cell {
height: 39px;
font-size: 16px;
}
.datepicker-here .datepicker--cell.-current- {
background: #f47629;
color: #ffffff;
}
.datepicker-here .datepicker--day-name {
background: #f5f5f5;
color: #303442;
font-size: 16px;
padding: 6px 0;
}
.datepicker-here .datepicker--content {
padding: 0;
}
@media (max-width: 1024.98px) {
.datepicker-here .datepicker--day-name {
font-size: 14px;
padding: 4px 0;
}
.datepicker-here .datepicker--cell {
height: 35px;
font-size: 14px;
}
}
.tt-recent-list {
margin-top: -80px;
}
.tt-recent-list .tt-item {
overflow: hidden;
margin-top: 80px;
}
.tt-recent-list+.tt-pagination {
margin-top: 54px;
}
.tt-recent-obj {
position: relative;
margin-top: 4px;
}
.tt-recent-obj>* {
position: relative;
z-index: 1;
}
.tt-recent-obj .recent-obj__img {
position: relative;
}
.tt-recent-obj .recent-obj__img img {
width: 100%;
height: auto;
}
.tt-recent-obj .recent-obj__wrapper {
background: #ffffff;
width: calc(100% - 40px);
margin-top: -75px;
padding: 0px 25px 0 0;
}
.tt-recent-obj .recent-obj__data {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
margin-top: -22px;
margin-left: -28px;
font-size: 14px;
}
.tt-recent-obj .recent-obj__data .tt-col {
margin-top: 22px;
margin-left: 28px;
}
.tt-recent-obj .recent-obj__data a {
color: #303442;
-webkit-transition: color .2s;
transition: color .2s;
}
.tt-recent-obj .recent-obj__data a:hover {
color: #f47629;
}
.tt-recent-obj .recent-obj__title {
font-size: 20px;
line-height: 26px;
color: #303442;
font-family: 'Poppins', sans-serif;
position: relative;
padding: 0 0 13px 0;
margin: 4px 0 0 0;
}
.tt-recent-obj .recent-obj__title:before {
content: '';
display: block;
width: 3px;
height: 40px;
background-color: #f47629;
position: absolute;
top: 7px;
left: 0;
}
.tt-recent-obj .recent-obj__title a {
color: #303442;
-webkit-transition: color .2s;
transition: color .2s;
padding: 0 0 0 24px;
display: inline-block;
}
.tt-recent-obj .recent-obj__title a:hover {
color: #f47629;
}
.tt-recent-obj .recent-obj__title+* {
margin-top: 0;
}
.tt-recent-obj .recent-obj__row-btn {
margin-top: 14px;
}
@media (max-width: 1024.98px) {
.tt-recent-obj .recent-obj__wrapper {
width: calc(100% - 15px);
margin-top: -40px;
padding: 0px 15px 0 0;
}
} .blog-single blockquote {
max-width: 570px;
}
.blog-single__img img {
width: 100%;
height: auto;
}
.blog-single__data {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
margin-top: -20px;
margin-left: -28px;
font-size: 14px;
}
.blog-single__data .tt-col {
margin-top: 20px;
margin-left: 28px;
}
.blog-single__data a {
color: #303442;
-webkit-transition: color .2s;
transition: color .2s;
}
.blog-single__data a:hover {
color: #f47629;
}
.blog-single__wrapper {
background-color: #ffffff;
margin-top: -85px;
width: calc(100% - 40px);
padding: 63px 0 0 0;
position: relative;
}
.blog-single__title {
font-size: 36px;
line-height: 46px;
color: #303442;
font-family: 'Poppins', sans-serif;
font-weight: 600;
margin: 16px 0 0 0;
padding: 0 0 22px 0;
}
.blog-single__title+* {
margin-top: 0;
}
.blog-single__subtitle {
font-size: 24px;
line-height: 34px;
color: #303442;
font-family: 'Poppins', sans-serif;
font-weight: 600;
margin: 0;
padding: 0 0 15px 0;
}
.blog-single__subtitle+* {
margin-top: 0;
}
@media (max-width: 1024.98px) {
.blog-single__subtitle {
font-size: 20px;
line-height: 30px;
}
}
.blog-single__title+.blog-single__subtitle-top {
margin-top: 24px;
}
.blog-single__subtitle-top {
margin-top: 32px;
}
.blockquote03+.blog-single__subtitle-top {
margin-top: 25px;
}
.blog-single__meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 25px;
}
@media (max-width: 1024.98px) {
.blog-single__wrapper {
margin-top: -40px;
width: calc(100% - 30px);
padding: 40px 0 0 0;
}
.blog-single__title {
font-size: 32px;
line-height: 42px;
}
.blog-single__data {
margin-top: -18px;
margin-left: -18px;
font-size: 14px;
}
.blog-single__data .tt-col {
margin-top: 18px;
margin-left: 18px;
}
.blog-single__data a {
color: #303442;
-webkit-transition: color .2s;
transition: color .2s;
}
.blog-single__data a:hover {
color: #f47629;
}
.blog-single__meta {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.blog-single__meta .tt-col:not(:first-child) {
margin-top: 20px;
}
}
@media (max-width: 766.98px) {
.blog-single__wrapper {
margin-top: -85px;
width: calc(100% - 20px);
padding: 63px 0 0 0;
}
.blog-single__title {
font-size: 26px;
line-height: 36px;
}
}  .personal-info__top {
margin-top: 38px;
}
.personal-info {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: #f3f3f4;
padding: 38px 72px 45px;
-webkit-box-shadow: 0 10px 20px rgba(48, 52, 66, 0.05);
box-shadow: 0 10px 20px rgba(48, 52, 66, 0.05);
}
.personal-info__img {
min-width: 119px;
width: 119px;
}
.personal-info__img img {
width: 100%;
height: auto;
border-radius: 50%;
overflow: hidden;
}
.personal-info__img:before {
content: '“';
display: block;
font-size: 200px;
line-height: 1;
font-family: Poppins, sans-serif;
color: #f47629;
font-weight: 600;
position: absolute;
top: 25px;
left: 18px;
}
.personal-info_description {
padding: 0 0 0 29px;
}
.personal-info__title {
font-size: 16px;
line-height: 26px;
color: #303442;
font-family: 'Poppins', sans-serif;
font-weight: 600;
margin: 0;
padding: 0 0 9px 0;
}
.personal-info__title+* {
margin-top: 0;
}
@media (max-width: 1024.98px) {
.personal-info {
padding: 28px 40px 35px;
-webkit-box-shadow: 0 5px 10px rgba(48, 52, 66, 0.05);
box-shadow: 0 5px 10px rgba(48, 52, 66, 0.05);
}
.personal-info__img {
min-width: 90px;
width: 90px;
}
.personal-info__img img {
width: 100%;
height: auto;
border-radius: 50%;
overflow: hidden;
}
.personal-info__img:before {
font-size: 150px;
top: 45px;
left: 10px;
}
.personal-info_description {
padding-left: 20px;
}
} .tt-comments-layout {
margin-top: 79px;
}
@media (min-width: 1240px) {
.tt-comments-layout {
margin-right: 22px;
}
}
.tt-comments-layout .tt-comments-layout__title {
font-size: 24px;
line-height: 31px;
font-weight: 600;
font-family: "Poppins", sans-serif;
color: #3D3B42;
}
.tt-comments-layout .tt-item div[class^="tt-comments-level-"] {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
padding: 0 0 22px 0;
border-bottom: 1px solid #e9e9eb;
}
.tt-comments-layout .tt-item div[class^="tt-comments-level-"] .tt-avatar {
width: 90px;
min-width: 90px;
height: auto;
border-radius: 50%;
overflow: hidden;
position: relative;
margin-right: 18px;
margin-top: 4px;
}
.tt-comments-layout .tt-item div[class^="tt-comments-level-"] .tt-avatar img {
position: relative;
z-index: 2;
max-width: 100%;
height: auto;
}
.tt-comments-layout .tt-item div[class^="tt-comments-level-"] .tt-avatar:empty:before {
font-family: "Electrician";
content: "\e919";
font-size: 24px;
line-height: 73px;
display: block;
text-align: center;
width: 100%;
height: 100%;
position: absolute;
z-index: 0;
color: #ffffff;
}
.tt-comments-layout .tt-item div[class^="tt-comments-level-"] .tt-avatar:empty:after {
content: '';
background-color: #F3F3F3;
width: 100%;
height: 100%;
min-width: 59px;
display: block;
top: 0;
left: 0;
z-index: 0;
border-radius: 50%;
}
.tt-comments-layout .tt-item div[class^="tt-comments-level-"] .tt-content {
position: relative;
}
.tt-comments-layout .tt-item div[class^="tt-comments-level-"] .tt-content .tt-btn-default {
position: absolute;
right: 0;
top: -2px;
background-color: #f47629;
font-family: "Poppins", sans-serif;
border: 1px solid #f47629;
font-weight: 600;
color: #ffffff;
border-radius: 3px;
padding: 2px 5px 3px;
font-size: 14px;
line-height: 18px;
-webkit-transition: background-color .2s, color .2s;
transition: background-color .2s, color .2s;
}
.tt-comments-layout .tt-item div[class^="tt-comments-level-"] .tt-content .tt-btn-default:hover {
background-color: transparent;
color: #f47629;
}
.tt-comments-layout .tt-item div[class^="tt-comments-level-"] .tt-content .tt-comments-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
padding-bottom: 4px;
}
.tt-comments-layout .tt-item div[class^="tt-comments-level-"] .tt-content .tt-comments-title .username {
display: block;
font-family: "Poppins", sans-serif;
font-weight: 600;
color: #f47629;
font-size: 16px;
line-height: 24px;
}
.tt-comments-layout .tt-item div[class^="tt-comments-level-"] .tt-content .tt-comments-title .time {
font-size: 14px;
line-height: 24px;
color: #a0a0a0;
margin-left: 4px;
position: relative;
top: 1px;
}
.tt-comments-layout .tt-item div[class^="tt-comments-level-"] .tt-content p {
margin-top: 7px;
}
.tt-comments-layout .tt-item div[class^="tt-comments-level-"] .tt-content>*:nth-child(1) {
margin-top: 0;
}
.tt-comments-layout .tt-item {
margin-top: 24px;
}
.tt-comments-layout .tt-comments-level-2 {
margin-left: 70px;
margin-top: 25px;
padding: 33px 0 40px 0;
border-bottom: 1px solid #e9e9eb;
}
@media (max-width: 1024.98px) {
.tt-comments-layout .tt-comments-level-2 {
margin-left: 40px;
}
.tt-comments-layout .tt-item div[class^="tt-comments-level-"] .tt-avatar {
width: 70px;
min-width: 70px;
}
}
@media (max-width: 766.98px) {
.tt-comments-layout .tt-comments-layout__title {
font-size: 20px;
line-height: 27px;
}
.tt-comments-layout .tt-item div[class^="tt-comments-level-"] {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.tt-comments-layout .tt-item div[class^="tt-comments-level-"] .tt-content {
margin-top: 10px;
}
.tt-comments-layout .tt-item div[class^="tt-comments-level-"] .tt-content .tt-comments-title .username {
width: 100%;
}
.tt-comments-layout .tt-item div[class^="tt-comments-level-"] .tt-content .tt-comments-title .time {
margin: 0px 0 0 0;
}
.tt-comments-layout .tt-item .tt-comments-level-2 {
margin-top: 25px;
}
.tt-comments-layout .tt-item:not(:first-child) {
margin-top: 10px;
}
.tt-comments-layout .tt-item:not(:last-child) {
padding-bottom: 9px;
}
.tt-comments-layout .tt-comments-level-2 {
margin-top: 2px;
margin-left: 40px;
}
} .form-single-post {
margin-top: 70px;
}
.form-single-post .tt-form-title {
font-size: 24px;
line-height: 31px;
font-weight: 600;
font-family: "Poppins", sans-serif;
color: #3D3B42;
margin: 0;
padding: 0 0 23px 0;
}
.form-single-post button[type=submit] {
margin-top: 12px !important;
}   .slick-type01 .slick-dots {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 25px;
margin-bottom: -8px;
width: 100%;
position: relative;
z-index: 2;
}
.slick-type01 .slick-dots li {
padding: 8px;
margin: 0;
}
.slick-type01 .slick-dots li>* {
width: 8px;
max-width: 8px;
height: 8px;
display: block;
background-color: #e8e8e8;
border-radius: 50%;
font-size: 0;
line-height: 0;
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
border: none;
padding: 0;
-webkit-transition: background-color .2s;
transition: background-color .2s;
}
.slick-type01 .slick-dots li:not(.slick-active) {
cursor: pointer;
}
.slick-type01 .slick-dots li:not(.slick-active)>* {
cursor: pointer;
margin: 0;
}
.slick-type01 .slick-dots li.slick-active>*,
.slick-type01 .slick-dots li:hover>* {
background-color: #303442;
margin: 0;
}
.slick-type01.slick-error-shadow .slick-slide {
padding-top: 15px;
padding-bottom: 15px;
}
.slick-type01.slick-error-shadow .slick-dots {
margin-top: 15px;
}
.slick-type01.slick-dots-left .slick-dots {
-webkit-box-pack: left;
-ms-flex-pack: left;
justify-content: left;
}
.slick-type01.slick-dots-right .slick-dots {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
@media (max-width: 1024px) {
.slick-type01 .slick-dots {
margin-top: 34px;
margin-bottom: -8px;
}
.slick-type01 .slick-dots li {
padding: 8px 4px;
}
.slick-type01 .slick-dots li>* {
width: 6px;
max-width: 6px;
height: 6px;
}
.slick-type01.slick-error-shadow .slick-dots {
margin-top: 24px;
}
}
@media (max-width: 575px) {
.slick-type01 .slick-dots {
margin: 15px 0 -8px 0;
}
.slick-type01.slick-error-shadow .slick-dots {
margin-top: 5px;
}
}
.slick-slide {
height: auto;
}
.slick-slider .slick-slide {
outline: none;
}
.slick-type02 .slick-dots {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
position: absolute;
bottom: 107px;
left: 0;
}
.slick-type02 .slick-dots li {
padding: 8px;
}
.slick-type02 .slick-dots li>* {
width: 8px;
max-width: 8px;
height: 8px;
display: block;
background-color: #e8e8e8;
border-radius: 50%;
font-size: 0;
line-height: 0;
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
border: none;
padding: 0;
-webkit-transition: background-color .2s;
transition: background-color .2s;
}
.slick-type02 .slick-dots li:not(.slick-active) {
cursor: pointer;
}
.slick-type02 .slick-dots li:not(.slick-active)>* {
cursor: pointer;
}
.slick-type02 .slick-dots li.slick-active>*,
.slick-type02 .slick-dots li:hover>* {
background-color: #303442;
}
.slick-type02.slick-error-shadow .slick-slide {
padding-top: 15px;
padding-bottom: 15px;
}
.slick-type02.slick-error-shadow .slick-dots {
margin-top: 15px;
}
.slick-type02.slick-dots-left .slick-dots {
-webkit-box-pack: left;
-ms-flex-pack: left;
justify-content: left;
}
.slick-type02.slick-dots-right .slick-dots {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
@media (max-width: 1024px) {
.slick-type02 .slick-dots {
margin-top: 34px;
margin-bottom: -8px;
}
.slick-type02 .slick-dots li {
padding: 8px 4px;
}
.slick-type02 .slick-dots li>* {
width: 6px;
max-width: 6px;
height: 6px;
}
.slick-type02.slick-error-shadow .slick-dots {
margin-top: 24px;
}
}
@media (max-width: 575px) {
.slick-type02 .slick-dots {
margin: 15px 0 -8px 0;
}
.slick-type02.slick-error-shadow .slick-dots {
margin-top: 5px;
}
}     ::-webkit-input-placeholder {
color: #7b7b7b;
}
::-moz-placeholder {
color: #7b7b7b;
}
:-moz-placeholder {
color: #7b7b7b;
}
:-ms-input-placeholder {
color: #7b7b7b;
}
::-moz-placeholder,
:-moz-placeholder {
opacity: 1;
}
input:focus::-webkit-input-placeholder {
color: transparent;
}
input:focus:-moz-placeholder {
color: transparent;
}
input:focus::-moz-placeholder {
color: transparent;
}
input:focus:-ms-input-placeholder {
color: transparent;
}
textarea:focus::-webkit-input-placeholder {
color: transparent;
}
textarea:focus:-moz-placeholder {
color: transparent;
}
textarea:focus::-moz-placeholder {
color: transparent;
}
textarea:focus:-ms-input-placeholder {
color: transparent;
} .form-default .form-group {
position: relative;
margin-bottom: 12px;
}
.form-default .form-group label.error {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
top: 56px;
left: 0;
padding: 8px 12px 6px;
background: red;
color: #ffffff;
font-size: 14px;
line-height: 22px;
z-index: 1;
width: 100%;
}
.form-default .form-group label.error:after {
content: '';
position: absolute;
top: -12px;
left: 50%;
border: 6px solid transparent;
border-bottom: 6px solid #f8353e;
}
.form-default label {
color: #303442;
display: inline-block;
padding-bottom: 5px;
}
.form-default .pt-disabled {
pointer-events: none;
opacity: 0.5;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.form-default button[type=submit] {
margin-top: 27px;
}
@media (max-width: 1024.98px) {
.form-default button[type=submit] {
margin-top: 17px;
}
}
.form-default .form-control {
background: transparent;
font-size: 16px;
line-height: 25px;
border: 2px solid #f4f4f4 !important;
color: #7b7b7b;
padding: 14px 12px 12px 18px;
outline: none;
font-family: "Roboto", sans-serif;
-webkit-transition: all 0.3s;
transition: all 0.3s;
-webkit-box-shadow: 0 2px 4px rgba(171, 171, 171, 0.13) !important;
box-shadow: 0 2px 4px rgba(171, 171, 171, 0.13) !important;
border-radius: 4px !important;
}
.form-default .form-control.is-invalid {
border: 1px solid red;
}
.form-default .form-control:not(textarea) {
height: 52px;
}
.form-default input.form-control,
.form-default textarea.form-control {
-webkit-appearance: none;
}
.form-default textarea.form-control {
padding-top: 13px;
}
.form-default .form-control.error {
border-color: red;
-webkit-box-shadow: none;
box-shadow: none;
}
.form-default .form-control:focus {
border-color: #f47629;
-webkit-box-shadow: 0 2px 4px rgba(244, 118, 41, 0.13);
box-shadow: 0 2px 4px rgba(244, 118, 41, 0.13);
background: transparent;
}
.form-default .pt-required {
display: inline-block;
float: right;
position: relative;
top: 4px;
color: red;
padding-left: 5px;
font-size: 14px;
line-height: 22px;
}
.form-default .invalid-feedback {
margin-top: 2px;
font-size: 14px;
line-height: 24px;
}
.form-default .tt-notes {
font-size: 14px;
line-height: 24px;
padding-top: 5px;
}
.custom-select {
position: relative;
}
.custom-select:after {
content: '';
position: absolute;
pointer-events: none;
top: 24px;
right: 23px;
width: 0;
height: 0;
border-width: 5px 4px;
border-style: solid;
border-color: #f47629 transparent transparent transparent;
}
.custom-select select {
display: block;
width: 100%;
height: 52px;
font-size: 16px;
line-height: 1.2;
padding: 6px 30px 6px 15px;
background: #ffffff;
border-radius: 4px;
outline: none;
border: 2px solid #f4f4f4;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
cursor: pointer;
color: #959595;
-webkit-box-shadow: 0 2px 4px rgba(171, 171, 171, 0.13);
box-shadow: 0 2px 4px rgba(171, 171, 171, 0.13);
border-radius: 4px;
}
.custom-select select:focus {
border-color: #f47629;
-webkit-box-shadow: 0 2px 4px rgba(244, 118, 41, 0.13);
box-shadow: 0 2px 4px rgba(244, 118, 41, 0.13);
background: transparent;
}
.custom-select select::-ms-expand {
display: none;
}     html:not(.touch-device) body.mm-open {
padding-right: 17px;
}
html:not(.touch-device) body.mm-open .tt-stuck-nav.stuck {
padding-right: 17px;
} .modal-open {
overflow: hidden;
}
html:not(.touch-device) body.modal-open {
overflow-x: hidden;
padding-right: 17px;
}
html:not(.touch-device) body.modal-open #tt-stuck.stuck {
padding-right: 17px;
}
html:not(.touch-device) body.modal-open .tt-on-top {
padding-right: 17px;
}
html.ie.gecko body.modal-open {
padding-right: 0px !important;
} .modal {
display: none;
overflow: hidden;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 11;
-webkit-overflow-scrolling: touch;
outline: none;
text-align: center;
padding: 0;
-webkit-transition: opacity 0.15s;
transition: opacity 0.15s;
opacity: 0;
}
.modal.show {
opacity: 1;
}
@media (min-width: 320px) {
.modal:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
margin-right: -4px;
}
}
@media (min-width: 731px) {
.modal-md {
width: 647px;
}
}
@media (max-width: 730px) {
.modal-md {
width: 528px;
}
}
@media (max-width: 580px) {
.modal-md {
width: 420px;
}
}
@media (max-width: 480px) {
.modal-md {
width: 315px;
}
} .modal {
display: none;
overflow: hidden;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 11;
-webkit-overflow-scrolling: touch;
outline: none;
}
.modal .modal-content {
border-radius: 0;
border: none;
}
.modal .modal-footer {
border: none;
} .modal {
display: none;
overflow: hidden;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 30;
-webkit-overflow-scrolling: touch;
outline: none;
}
.modal .modal-dialog {
display: inline-block;
vertical-align: middle;
}
@media (min-width: 576px) {
.modal .modal-dialog {
max-width: inherit;
}
}
.modal .modal-body:not(.no-background) {
background-color: #ffffff;
}
.modal .modal-body {
position: relative;
text-align: left;
}
.modal .modal-body .close {
font-size: 17px;
line-height: 1;
position: absolute;
top: 5px;
right: 1px;
display: inline-block;
z-index: 7;
padding: 18px 23px;
color: #3D3B42;
background: none;
border: none;
outline: none;
cursor: pointer;
-webkit-transition: color 0.2s;
transition: color 0.2s;
}
.modal .modal-body .close:hover {
color: #f47629;
}
.modal .modal-body .modal-titleblock {
padding-bottom: 32px;
}
.modal .modal-body .modal-titleblock .modal-title {
font-size: 36px;
line-height: 38px;
font-family: "Poppins", sans-serif;
color: #303442;
font-weight: 600;
margin: 0;
padding: 0;
}
@media (min-width: 1025px) {
.modal .modal-body {
padding: 53px 56px 60px;
}
}
@media (max-width: 1024px) {
.modal .modal-body {
padding: 43px 40px 50px;
}
.modal .modal-body .modal-titleblock {
padding-bottom: 32px;
}
.modal .modal-body .modal-titleblock .modal-title {
font-size: 32px;
line-height: 42px;
}
}
@media (max-width: 580px) {
.modal .modal-body {
padding: 43px 30px 40px;
}
.modal .modal-body .modal-titleblock {
padding-bottom: 20px;
}
.modal .modal-body .modal-titleblock .modal-title {
font-size: 24px;
line-height: 30px;
}
}
.modal:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
margin-right: -4px;
}
.modal-backdrop {
background: #1d2025;
}
.modal-backdrop.show {
opacity: 0.7;
} .modal-layout-dafault .custom-select select {
color: #7b7b7b;
}
.modal-layout-dafault .form-group {
position: relative;
}
.modal-layout-dafault .form-group .form-group__icon {
position: absolute;
right: 20px;
top: 18px;
display: block;
pointer-events: none;
color: #f47629;
}
.modal-layout-dafault textarea {
height: 91px;
}
.modal-layout-dafault button[type=submit] {
margin-top: 12px;
}    .tt-back-to-top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: fixed;
bottom: -90px;
right: 15px;
z-index: 20;
border-radius: 50%;
padding: 0;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
width: 73px;
height: 73px;
color: #ffffff;
background-color: rgba(255, 255, 255, 0.25);
}
.tt-back-to-top i {
position: relative;
z-index: 3;
pointer-events: none;
font-size: 25px;
}
@media (min-width: 790px) {
.tt-back-to-top.pt-show {
bottom: 50px;
}
}
@media (max-width: 789px) {
.tt-back-to-top.pt-show {
bottom: 50px;
}
}
.tt-back-to-top .pt-text {
display: none;
}
.tt-back-to-top:before {
content: '';
position: absolute;
top: 0;
left: 0;
top: 9px;
left: 9px;
width: calc(100% - 18px);
height: calc(100% - 18px);
background-color: #f47629;
border-radius: 50%;
z-index: -9;
}
.tt-back-to-top:hover {
color: #f47629;
border-color: #f47629;
background-color: #f47629;
}
.tt-back-to-top:hover:before {
background-color: #ffffff;
}
@media (max-width: 789px) {
.tt-back-to-top {
width: 66px;
height: 66px;
}
}   #tt-footer {
background-color: #303442;
color: #bbbdc3;
margin-top: 162px;
}
@media (max-width: 1024.98px) {
#tt-footer {
margin-top: 70px;
}
}
@media (max-width: 766.98px) {
#tt-footer {
margin-top: 58px;
}
} form {
padding: 0;
margin: 0;
}
.f-form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: #f47629;
color: #ffffff;
padding: 30px;
overflow: hidden;
}
.f-form>*:not(:first-child) {
margin-left: 24px;
}
.f-form .f-form__label {
font-size: 24px;
font-family: "Poppins", sans-serif;
font-weight: 600;
padding-right: 13px;
}
.f-form .f-form__input {
width: 33%;
}
.f-form .f-form__input .form-control {
background: #ffffff;
color: #888888;
border: 1px solid #ffffff;
font-size: 16px;
line-height: 19px;
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
border-radius: 4px;
width: 100%;
height: 48px;
padding: 6px 12px 6px 19px;
font-family: "Roboto", sans-serif;
}
.f-form .f-form__btn .tt-btn [class^="icon-"] {
margin-right: 10px;
}
@media (min-width: 1025px) {
.f-form {
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
}
@media (max-width: 1229.98px) {
.f-form .f-form__label {
font-size: 22px;
padding-right: 3px;
}
}
@media (max-width: 1024.98px) {
.f-form {
padding: 15px;
}
.f-form .f-form__label {
font-size: 20px;
padding-right: 0px;
}
.f-form .f-form__input .form-control {
height: 35px;
font-size: 15px;
padding: 6px 8px 6px 8px;
}
.f-form .f-form__btn .tt-btn {
height: 35px;
}
.f-form .f-form__btn .tt-btn [class^="icon-"] {
margin-right: 10px;
}
}
@media (max-width: 766.98px) {
.f-form {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
padding: 9px 15px 14px;
}
.f-form>*:not(:first-child) {
margin-left: 0px;
}
.f-form .f-form__input {
width: calc(100% - 128px);
}
.f-form .f-form__input .form-control {
width: 100%;
}
.f-form .f-form__label {
width: 100%;
padding-bottom: 6px;
}
.f-form .f-form__btn {
margin-left: 5px;
}
.f-form .f-form__btn .tt-btn .tt-short-text {
display: none;
}
} .f-holder {
position: relative;
margin-top: -10px;
overflow: hidden;
margin-left: 0;
margin-right: 0;
}
.f-holder>[class^=col-] {
margin-top: 25px;
}
@media (max-width: 1229px) {
.f-holder {
padding-left: 15px;
padding-right: 15px;
}
}
@media (max-width: 1024px) {
.f-holder {
margin-top: 11px;
}
}
@media (max-width: 575px) {
.f-holder {
text-align: center;
padding-left: 10px;
padding-right: 10px;
margin-top: 0;
}
} @media (min-width: 1230px) {
#map-img,
#map {
width: 429px;
height: 246px;
}
}
@media (max-width: 1229px) {
#map-img,
#map {
height: 180px;
width: calc(50% - 30px);
max-width: calc(50% - 30px);
right: 25px;
}
}
@media (max-width: 575px) {
#map-img,
#map {
width: 100%;
height: 246px;
max-width: inherit;
position: relative;
margin-top: 35px;
right: 0;
}
}
@media (max-width: 1229px) and (min-width: 576px) {
.additional-strut {
min-height: 170px;
}
}
.footer-wrapper .container {
position: relative;
}
.f-logo {
font-size: 40px;
line-height: 40px;
font-family: "Poppins", sans-serif;
font-weight: 600;
position: relative;
top: 5px;
padding: 0px 0 0px 0px;
letter-spacing: -0.04em;
display: inline-block;
margin-bottom: 15px;
}
.f-logo .tt-icon {
position: absolute;
top: -4px;
left: 0px;
z-index: 1;
}
.f-logo .tt-text {
position: relative;
z-index: 2;
padding: 0 0 0 21px;
display: inline-block;
color: #ffffff;
}
@media (max-width: 1229px) and (min-width: 576px) {
.f-logo {
width: 50%;
}
}
@media (max-width: 1024px) {
.f-logo {
font-size: 28px;
line-height: 40px;
margin-bottom: 10px;
}
.f-logo .tt-icon {
top: -4px;
left: 7px;
z-index: 1;
}
.f-logo .tt-icon img {
max-width: 21px;
}
} .f-info-icon {
margin: 50px 0 0 0;
padding: 0;
}
.f-info-icon li {
position: relative;
padding: 0 0 0 26px;
color: #bbbdc3;
text-align: left;
}
.f-info-icon li [class^=icon] {
font-size: 16px;
line-height: 15px;
color: #f47629;
position: absolute;
left: 0;
top: 6px;
}
.f-info-icon li:not(:first-child) {
margin-top: 5px;
}
.f-info-icon li a {
color: #bbbdc3;
}
.f-info-icon li a:hover {
color: #f47629;
}
@media (max-width: 1024px) {
.f-info-icon li [class^=icon] {
font-size: 14px;
}
}
@media (max-width: 575px) {
.f-info-icon {
margin-top: 34px;
}
}
.f-info-text {
padding-right: 15px;
}
@media (max-width: 1229px) and (min-width: 576px) {
.f-info-text {
width: 50%;
}
}
@media (max-width: 766.98px) {
.f-info-text {
padding-right: 0;
}
} .f-nav {
margin-top: 50px;
}
.f-nav li {
color: #303442;
padding: 0 0 0 27px;
position: relative;
width: 50%;
float: left;
font-family: "Poppins", sans-serif;
font-weight: 600;
}
.f-nav li:before {
content: '\e922';
font-family: "Electrician";
color: #f47629;
position: absolute;
top: 8px;
left: 3px;
font-size: 10px;
line-height: 1;
}
.f-nav li a {
color: #ffffff;
-webkit-transition: color .2s linear;
transition: color .2s linear;
}
.f-nav li a:hover {
color: #f47629;
}
.f-nav li:not(:first-child) {
margin-top: 4px;
}
@media (max-width: 575px) {
.f-nav {
padding-left: 0px;
padding-right: 0px;
margin-top: 29px;
}
.f-nav li {
text-align: left;
padding-right: 27px;
}
} .f-copyright {
margin-top: 46px;
padding-bottom: 27px;
margin-left: 0;
margin-right: 0;
}
@media (max-width: 1229px) {
.f-copyright {
padding-left: 25px;
padding-right: 25px;
}
}
@media (max-width: 575px) {
.f-copyright {
margin-top: 30px;
}
.f-copyright>* {
text-align: center;
}
.f-copyright>*:not(:first-child) {
margin-top: 13px;
}
} .f-social {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.f-social li a {
font-size: 29px;
line-height: 29px;
padding-left: 5px;
padding-right: 5px;
display: inline-block;
color: #ffffff;
-webkit-transition: color .2s linear;
transition: color .2s linear;
}
.f-social li a:hover {
color: #f47629;
}
div#modalMakeAppointment {
transform: unset;
}
.order-form__content .icon-calendar:before {
display: none;
}
ul.tt-list01 {
list-style: none !important;
}
#filter-nav ul {
list-style: none;
}
ul.tt-layout02__list {
list-style: none !important;
}
.post-audio iframe {
width: 100%;
}
.woocommerce .woocommerce-result-count {
margin: 0;
}
.woocommerce .woocommerce-ordering {
margin: 0;
}
.carusel-product .tt-col-item {
max-width: 100%;
}
.wc-tabs>li>a::after {
display: none;
}
.woocommerce div.product div.images .flex-control-thumbs li {
width: 25%;
}
.product-block-gallery .flex-viewport,
.flex-control-nav.flex-control-thumbs {
float: unset;
width: auto;
}
body:not(.home) #pageContent {
padding-top: 0;
}
.comments-list .children {
margin-left: 70px;
padding-left: 0;
}
.slick-dots li button:after {
display: none;
}
.electric-btn:hover {
color: unset !important;
}
.admin-bar #js-init-sticky.fixed .tt-holder-wrapper {
top: 32px;
}
@media (min-width: 1025px) {
p {
font-size: 16px;
line-height: 27px;
}
}
.blog-single__img {
position: relative;
}
div.wpcf7 .ajax-loader {
display: none;
}
@media (max-width: 767px) {
.slick-type01 .slick-dots {
bottom: unset;
}
.slick-slider {
margin-bottom: 0px;
}
.tt-table01 table tr>* {
vertical-align: middle;
}
}
.data__comments {
text-transform: capitalize;
}
@media (min-width: 992px) {
.navbar-nav .dropdown .dropdown-menu li>a {
text-transform: capitalize;
}
}
#respond.comment-respond #commentform .form-group>textarea.form-control {
height: unset;
}
.comment-respond p {
margin-top: 0;
margin-bottom: 10px;
}
table.wp-calendar-table {
width: 100%;
text-align: center;
}
.wp-calendar-table thead {
background: #f5f5f5;
color: #303442;
font-size: 16px;
}
.wp-calendar-table th,
.wp-calendar-table td {
height: 39px;
font-size: 16px;
width: 14.28571%;
cursor: pointer;
color: #4a4a4a;
}
td#today {
background: #f47629;
color: #fff;
border-radius: 5px;
}
ol.commentlist ol,
ol.commentlist {
list-style: none;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
float: left;
width: 100%;
}
.simple-pagination>span {
display: none;
}
.item-hide {
display: none !important;
}
.visible .item-hide {
display: block !important;
}
.visible #js-more-include {
display: none !important;
}
ul.js-wrapper-gallery.gallery01.gallery01-top {
list-style: none !important;
} #loader-wrapper {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 10000000;
background-color: #fff;
}
#loader-wrapper.loader-off {
display: none !important;
}
#loader {
display: block;
margin: -50px 0 0 -150px;
height: 100px;
width: 300px;
position: relative;
top: 50%;
left: 50%;
}
.loader {
text-align: center;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
font-size: 25px;
line-height: 100px;
margin: 0 auto;
}
.loader .bolt {
width: 0px;
height: 0px;
border: 15px solid transparent;
position: absolute;
margin-top: -100px;
margin-left: 43%;
}
.loader .one {
margin-left: 0;
transform: rotateZ(-25deg) translateY(7px);
animation: whiteb 0.5s linear infinite;
}
.loader .one .other {
animation: whitet 0.5s linear infinite;
}
.loader .two .other {
border-top: 55px solid #fefefe;
animation: oranget 0.7s linear infinite;
}
.loader .three {
margin-left: 84%;
transform: rotateZ(25deg) translateY(0px);
animation: whiteb 0.5s linear infinite;
}
.loader .three .other {
animation: whitet 0.5s linear infinite;
}
.loader .other {
width: 0px;
height: 0px;
border: 11px solid transparent;
margin-top: 40px;
}
@-webkit-keyframes whiteb {
to {
border-bottom-color: #fefefe;
}
}
@keyframes whiteb {
to {
border-bottom-color: #fefefe;
}
}
@-webkit-keyframes whitet {
to {
border-top-color: #fefefe;
}
}
@keyframes whitet {
to {
border-top-color: #fefefe;
}
}
@-webkit-keyframes orangeb {
to {
border-bottom-color: #f47629;
}
}
@keyframes orangeb {
to {
border-bottom-color: #f47629;
}
}
@-webkit-keyframes oranget {
to {
border-top-color: #f47629;
}
}
@keyframes oranget {
to {
border-top-color: #f47629;
}
}
.submenu-aside .tt-item.tt-item__open .tt-item__title:hover {
color: #fff;
}
.overflow-hidden {
overflow: hidden;
}
#map-img img {
height: 100%;
}
.tt-box05_wrapper.slick-type01 .slick-dots {
margin-top: 5px;
}
ul.social-links li {
display: inline-block;
font-size: 28px;
margin-top: 10px;
}
#couponForm .modal-dialog {
max-width: 700px !important;
}
.woocommerce .product-categories > li:after{
content: '\e921';
font-family: "Electrician";
}
#loader-wrapper img {
top: 50%;
left: 50%;
position: absolute;
transform: translate(-50%, -50%);
}
.f-social li img {
max-width: 30px;
margin-top: -5px;
vertical-align: unset;
}
@media only screen and (max-width: 600px) {
div#text-6.footer-widget3.widget_text {
position: relative !important;
width: 100%;
padding-right: 50px;
}
}
.tt-back-to-top img {
width: 25px;
height: 25px;
}@font-face{font-family:eicons;src:url(//acquicalcestruzzi.it/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.18.0);src:url(//acquicalcestruzzi.it/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.18.0#iefix) format("embedded-opentype"),url(//acquicalcestruzzi.it/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.18.0) format("woff2"),url(//acquicalcestruzzi.it/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.18.0) format("woff"),url(//acquicalcestruzzi.it/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf?5.18.0) format("truetype"),url(//acquicalcestruzzi.it/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg?5.18.0#eicon) format("svg");font-weight:400;font-style:normal}[class*=" eicon-"],[class^=eicon]{display:inline-block;font-family:eicons;font-size:inherit;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:a 2s infinite linear}.eicon-editor-link:before{content:'\e800'}.eicon-editor-unlink:before{content:'\e801'}.eicon-editor-external-link:before{content:'\e802'}.eicon-editor-close:before{content:'\e803'}.eicon-editor-list-ol:before{content:'\e804'}.eicon-editor-list-ul:before{content:'\e805'}.eicon-editor-bold:before{content:'\e806'}.eicon-editor-italic:before{content:'\e807'}.eicon-editor-underline:before{content:'\e808'}.eicon-editor-paragraph:before{content:'\e809'}.eicon-editor-h1:before{content:'\e80a'}.eicon-editor-h2:before{content:'\e80b'}.eicon-editor-h3:before{content:'\e80c'}.eicon-editor-h4:before{content:'\e80d'}.eicon-editor-h5:before{content:'\e80e'}.eicon-editor-h6:before{content:'\e80f'}.eicon-editor-quote:before{content:'\e810'}.eicon-editor-code:before{content:'\e811'}.eicon-elementor:before{content:'\e812'}.eicon-elementor-circle:before{content:'\e813'}.eicon-pojome:before{content:'\e814'}.eicon-plus:before{content:'\e815'}.eicon-menu-bar:before{content:'\e816'}.eicon-apps:before{content:'\e817'}.eicon-accordion:before{content:'\e818'}.eicon-alert:before{content:'\e819'}.eicon-animation-text:before{content:'\e81a'}.eicon-animation:before{content:'\e81b'}.eicon-banner:before{content:'\e81c'}.eicon-blockquote:before{content:'\e81d'}.eicon-button:before{content:'\e81e'}.eicon-call-to-action:before{content:'\e81f'}.eicon-captcha:before{content:'\e820'}.eicon-carousel:before{content:'\e821'}.eicon-checkbox:before{content:'\e822'}.eicon-columns:before{content:'\e823'}.eicon-countdown:before{content:'\e824'}.eicon-counter:before{content:'\e825'}.eicon-date:before{content:'\e826'}.eicon-divider-shape:before{content:'\e827'}.eicon-divider:before{content:'\e828'}.eicon-download-button:before{content:'\e829'}.eicon-dual-button:before{content:'\e82a'}.eicon-email-field:before{content:'\e82b'}.eicon-facebook-comments:before{content:'\e82c'}.eicon-facebook-like-box:before{content:'\e82d'}.eicon-form-horizontal:before{content:'\e82e'}.eicon-form-vertical:before{content:'\e82f'}.eicon-gallery-grid:before{content:'\e830'}.eicon-gallery-group:before{content:'\e831'}.eicon-gallery-justified:before{content:'\e832'}.eicon-gallery-masonry:before{content:'\e833'}.eicon-icon-box:before{content:'\e834'}.eicon-image-before-after:before{content:'\e835'}.eicon-image-box:before{content:'\e836'}.eicon-image-hotspot:before{content:'\e837'}.eicon-image-rollover:before{content:'\e838'}.eicon-info-box:before{content:'\e839'}.eicon-inner-section:before{content:'\e83a'}.eicon-mailchimp:before{content:'\e83b'}.eicon-menu-card:before{content:'\e83c'}.eicon-navigation-horizontal:before{content:'\e83d'}.eicon-nav-menu:before{content:'\e83e'}.eicon-navigation-vertical:before{content:'\e83f'}.eicon-number-field:before{content:'\e840'}.eicon-parallax:before{content:'\e841'}.eicon-php7:before{content:'\e842'}.eicon-post-list:before{content:'\e843'}.eicon-post-slider:before{content:'\e844'}.eicon-post:before{content:'\e845'}.eicon-posts-carousel:before{content:'\e846'}.eicon-posts-grid:before{content:'\e847'}.eicon-posts-group:before{content:'\e848'}.eicon-posts-justified:before{content:'\e849'}.eicon-posts-masonry:before{content:'\e84a'}.eicon-posts-ticker:before{content:'\e84b'}.eicon-price-list:before{content:'\e84c'}.eicon-price-table:before{content:'\e84d'}.eicon-radio:before{content:'\e84e'}.eicon-rtl:before{content:'\e84f'}.eicon-scroll:before{content:'\e850'}.eicon-search:before{content:'\e851'}.eicon-select:before{content:'\e852'}.eicon-share:before{content:'\e853'}.eicon-sidebar:before{content:'\e854'}.eicon-skill-bar:before{content:'\e855'}.eicon-slider-3d:before{content:'\e856'}.eicon-slider-album:before{content:'\e857'}.eicon-slider-device:before{content:'\e858'}.eicon-slider-full-screen:before{content:'\e859'}.eicon-slider-push:before{content:'\e85a'}.eicon-slider-vertical:before{content:'\e85b'}.eicon-slider-video:before{content:'\e85c'}.eicon-slides:before{content:'\e85d'}.eicon-social-icons:before{content:'\e85e'}.eicon-spacer:before{content:'\e85f'}.eicon-table:before{content:'\e860'}.eicon-tabs:before{content:'\e861'}.eicon-tel-field:before{content:'\e862'}.eicon-text-area:before{content:'\e863'}.eicon-text-field:before{content:'\e864'}.eicon-thumbnails-down:before{content:'\e865'}.eicon-thumbnails-half:before{content:'\e866'}.eicon-thumbnails-right:before{content:'\e867'}.eicon-time-line:before{content:'\e868'}.eicon-toggle:before{content:'\e869'}.eicon-url:before{content:'\e86a'}.eicon-t-letter:before{content:'\e86b'}.eicon-wordpress:before{content:'\e86c'}.eicon-text:before{content:'\e86d'}.eicon-anchor:before{content:'\e86e'}.eicon-bullet-list:before{content:'\e86f'}.eicon-code:before{content:'\e870'}.eicon-favorite:before{content:'\e871'}.eicon-google-maps:before{content:'\e872'}.eicon-image:before{content:'\e873'}.eicon-photo-library:before{content:'\e874'}.eicon-woocommerce:before{content:'\e875'}.eicon-youtube:before{content:'\e876'}.eicon-flip-box:before{content:'\e877'}.eicon-settings:before{content:'\e878'}.eicon-headphones:before{content:'\e879'}.eicon-testimonial:before{content:'\e87a'}.eicon-counter-circle:before{content:'\e87b'}.eicon-person:before{content:'\e87c'}.eicon-chevron-right:before{content:'\e87d'}.eicon-chevron-left:before{content:'\e87e'}.eicon-close:before{content:'\e87f'}.eicon-file-download:before{content:'\e880'}.eicon-save:before{content:'\e881'}.eicon-zoom-in:before{content:'\e882'}.eicon-shortcode:before{content:'\e883'}.eicon-nerd:before{content:'\e884'}.eicon-device-desktop:before{content:'\e885'}.eicon-device-tablet:before{content:'\e886'}.eicon-device-mobile:before{content:'\e887'}.eicon-document-file:before{content:'\e888'}.eicon-folder-o:before{content:'\e889'}.eicon-hypster:before{content:'\e88a'}.eicon-h-align-left:before{content:'\e88b'}.eicon-h-align-right:before{content:'\e88c'}.eicon-h-align-center:before{content:'\e88d'}.eicon-h-align-stretch:before{content:'\e88e'}.eicon-v-align-top:before{content:'\e88f'}.eicon-v-align-bottom:before{content:'\e890'}.eicon-v-align-middle:before{content:'\e891'}.eicon-v-align-stretch:before{content:'\e892'}.eicon-pro-icon:before{content:'\e893'}.eicon-mail:before{content:'\e894'}.eicon-lock-user:before{content:'\e895'}.eicon-testimonial-carousel:before{content:'\e896'}.eicon-media-carousel:before{content:'\e897'}.eicon-section:before{content:'\e898'}.eicon-column:before{content:'\e899'}.eicon-edit:before{content:'\e89a'}.eicon-clone:before{content:'\e89b'}.eicon-trash:before{content:'\e89c'}.eicon-play:before{content:'\e89d'}.eicon-angle-right:before{content:'\e89e'}.eicon-angle-left:before{content:'\e89f'}.eicon-animated-headline:before{content:'\e8a0'}.eicon-menu-toggle:before{content:'\e8a1'}.eicon-fb-embed:before{content:'\e8a2'}.eicon-fb-feed:before{content:'\e8a3'}.eicon-twitter-embed:before{content:'\e8a4'}.eicon-twitter-feed:before{content:'\e8a5'}.eicon-sync:before{content:'\e8a6'}.eicon-import-export:before{content:'\e8a7'}.eicon-check-circle:before{content:'\e8a8'}.eicon-library-save:before{content:'\e8a9'}.eicon-library-download:before{content:'\e8aa'}.eicon-insert:before{content:'\e8ab'}.eicon-preview-medium:before{content:'\e8ac'}.eicon-sort-down:before{content:'\e8ad'}.eicon-sort-up:before{content:'\e8ae'}.eicon-heading:before{content:'\e8af'}.eicon-logo:before{content:'\e8b0'}.eicon-meta-data:before{content:'\e8b1'}.eicon-post-content:before{content:'\e8b2'}.eicon-post-excerpt:before{content:'\e8b3'}.eicon-post-navigation:before{content:'\e8b4'}.eicon-yoast:before{content:'\e8b5'}.eicon-nerd-chuckle:before{content:'\e8b6'}.eicon-nerd-wink:before{content:'\e8b7'}.eicon-comments:before{content:'\e8b8'}.eicon-download-circle-o:before{content:'\e8b9'}.eicon-library-upload:before{content:'\e8ba'}.eicon-save-o:before{content:'\e8bb'}.eicon-upload-circle-o:before{content:'\e8bc'}.eicon-ellipsis-h:before{content:'\e8bd'}.eicon-ellipsis-v:before{content:'\e8be'}.eicon-arrow-left:before{content:'\e8bf'}.eicon-arrow-right:before{content:'\e8c0'}.eicon-arrow-up:before{content:'\e8c1'}.eicon-arrow-down:before{content:'\e8c2'}.eicon-play-o:before{content:'\e8c3'}.eicon-archive-posts:before{content:'\e8c4'}.eicon-archive-title:before{content:'\e8c5'}.eicon-featured-image:before{content:'\e8c6'}.eicon-post-info:before{content:'\e8c7'}.eicon-post-title:before{content:'\e8c8'}.eicon-site-logo:before{content:'\e8c9'}.eicon-site-search:before{content:'\e8ca'}.eicon-site-title:before{content:'\e8cb'}.eicon-plus-square:before{content:'\e8cc'}.eicon-minus-square:before{content:'\e8cd'}.eicon-cloud-check:before{content:'\e8ce'}.eicon-drag-n-drop:before{content:'\e8cf'}.eicon-welcome:before{content:'\e8d0'}.eicon-handle:before{content:'\e8d1'}.eicon-cart:before{content:'\e8d2'}.eicon-product-add-to-cart:before{content:'\e8d3'}.eicon-product-breadcrumbs:before{content:'\e8d4'}.eicon-product-categories:before{content:'\e8d5'}.eicon-product-description:before{content:'\e8d6'}.eicon-product-images:before{content:'\e8d7'}.eicon-product-info:before{content:'\e8d8'}.eicon-product-meta:before{content:'\e8d9'}.eicon-product-pages:before{content:'\e8da'}.eicon-product-price:before{content:'\e8db'}.eicon-product-rating:before{content:'\e8dc'}.eicon-product-related:before{content:'\e8dd'}.eicon-product-stock:before{content:'\e8de'}.eicon-product-tabs:before{content:'\e8df'}.eicon-product-title:before{content:'\e8e0'}.eicon-product-upsell:before{content:'\e8e1'}.eicon-products:before{content:'\e8e2'}.eicon-bag-light:before{content:'\e8e3'}.eicon-bag-medium:before{content:'\e8e4'}.eicon-bag-solid:before{content:'\e8e5'}.eicon-basket-light:before{content:'\e8e6'}.eicon-basket-medium:before{content:'\e8e7'}.eicon-basket-solid:before{content:'\e8e8'}.eicon-cart-light:before{content:'\e8e9'}.eicon-cart-medium:before{content:'\e8ea'}.eicon-cart-solid:before{content:'\e8eb'}.eicon-exchange:before{content:'\e8ec'}.eicon-preview-thin:before{content:'\e8ed'}.eicon-device-laptop:before{content:'\e8ee'}.eicon-collapse:before{content:'\e8ef'}.eicon-expand:before{content:'\e8f0'}.eicon-navigator:before{content:'\e8f1'}.eicon-plug:before{content:'\e8f2'}.eicon-dashboard:before{content:'\e8f3'}.eicon-typography:before{content:'\e8f4'}.eicon-info-circle-o:before{content:'\e8f5'}.eicon-integration:before{content:'\e8f6'}.eicon-plus-circle-o:before{content:'\e8f7'}.eicon-rating:before{content:'\e8f8'}.eicon-review:before{content:'\e8f9'}.eicon-tools:before{content:'\e8fa'}.eicon-loading:before{content:'\e8fb'}.eicon-sitemap:before{content:'\e8fc'}.eicon-click:before{content:'\e8fd'}.eicon-clock:before{content:'\e8fe'}.eicon-library-open:before{content:'\e8ff'}.eicon-warning:before{content:'\e900'}.eicon-flow:before{content:'\e901'}.eicon-cursor-move:before{content:'\e902'}.eicon-arrow-circle-left:before{content:'\e903'}.eicon-flash:before{content:'\e904'}.eicon-redo:before{content:'\e905'}.eicon-ban:before{content:'\e906'}.eicon-barcode:before{content:'\e907'}.eicon-calendar:before{content:'\e908'}.eicon-caret-left:before{content:'\e909'}.eicon-caret-right:before{content:'\e90a'}.eicon-caret-up:before{content:'\e90b'}.eicon-chain-broken:before{content:'\e90c'}.eicon-check-circle-o:before{content:'\e90d'}.eicon-check:before{content:'\e90e'}.eicon-chevron-double-left:before{content:'\e90f'}.eicon-chevron-double-right:before{content:'\e910'}.eicon-undo:before{content:'\e911'}.eicon-filter:before{content:'\e912'}.eicon-circle-o:before{content:'\e913'}.eicon-circle:before{content:'\e914'}.eicon-clock-o:before{content:'\e915'}.eicon-cog:before{content:'\e916'}.eicon-cogs:before{content:'\e917'}.eicon-commenting-o:before{content:'\e918'}.eicon-copy:before{content:'\e919'}.eicon-database:before{content:'\e91a'}.eicon-dot-circle-o:before{content:'\e91b'}.eicon-envelope:before{content:'\e91c'}.eicon-external-link-square:before{content:'\e91d'}.eicon-eyedropper:before{content:'\e91e'}.eicon-folder:before{content:'\e91f'}.eicon-font:before{content:'\e920'}.eicon-adjust:before{content:'\e921'}.eicon-lightbox:before{content:'\e922'}.eicon-heart-o:before{content:'\e923'}.eicon-history:before{content:'\e924'}.eicon-image-bold:before{content:'\e925'}.eicon-info-circle:before{content:'\e926'}.eicon-link:before{content:'\e927'}.eicon-long-arrow-left:before{content:'\e928'}.eicon-long-arrow-right:before{content:'\e929'}.eicon-caret-down:before{content:'\e92a'}.eicon-paint-brush:before{content:'\e92b'}.eicon-pencil:before{content:'\e92c'}.eicon-plus-circle:before{content:'\e92d'}.eicon-zoom-in-bold:before{content:'\e92e'}.eicon-sort-amount-desc:before{content:'\e92f'}.eicon-sign-out:before{content:'\e930'}.eicon-spinner:before{content:'\e931'}.eicon-square:before{content:'\e932'}.eicon-star-o:before{content:'\e933'}.eicon-star:before{content:'\e934'}.eicon-text-align-justify:before{content:'\e935'}.eicon-text-align-center:before{content:'\e936'}.eicon-tags:before{content:'\e937'}.eicon-text-align-left:before{content:'\e938'}.eicon-text-align-right:before{content:'\e939'}.eicon-close-circle:before{content:'\e93a'}.eicon-trash-o:before{content:'\e93b'}.eicon-font-awesome:before{content:'\e93c'}.eicon-user-circle-o:before{content:'\e93d'}.eicon-video-camera:before{content:'\e93e'}.eicon-heart:before{content:'\e93f'}.eicon-wrench:before{content:'\e940'}.eicon-help:before{content:'\e941'}.eicon-help-o:before{content:'\e942'}.eicon-zoom-out-bold:before{content:'\e943'}.eicon-plus-square-o:before{content:'\e944'}.eicon-minus-square-o:before{content:'\e945'}.eicon-minus-circle:before{content:'\e946'}.eicon-minus-circle-o:before{content:'\e947'}.eicon-code-bold:before{content:'\e948'}.eicon-cloud-upload:before{content:'\e949'}.eicon-search-bold:before{content:'\e94a'}.eicon-map-pin:before{content:'\e94b'}.eicon-meetup:before{content:'\e94c'}.eicon-slideshow:before{content:'\e94d'}.eicon-t-letter-bold:before{content:'\e94e'}.eicon-preferences:before{content:'\e94f'}.eicon-table-of-contents:before{content:'\e950'}.eicon-tv:before{content:'\e951'}.eicon-upload:before{content:'\e952'}.eicon-instagram-comments:before{content:'\e953'}.eicon-instagram-nested-gallery:before{content:'\e954'}.eicon-instagram-post:before{content:'\e955'}.eicon-instagram-video:before{content:'\e956'}.eicon-instagram-gallery:before{content:'\e957'}.eicon-instagram-likes:before{content:'\e958'}.eicon-facebook:before{content:'\e959'}.eicon-twitter:before{content:'\e95a'}.eicon-pinterest:before{content:'\e95b'}.eicon-frame-expand:before{content:'\e95c'}.eicon-frame-minimize:before{content:'\e95d'}.eicon-archive:before{content:'\e95e'}.eicon-colors-typography:before{content:'\e95f'}.eicon-custom:before{content:'\e960'}.eicon-footer:before{content:'\e961'}.eicon-header:before{content:'\e962'}.eicon-layout-settings:before{content:'\e963'}.eicon-lightbox-expand:before{content:'\e964'}.eicon-error-404:before{content:'\e965'}.eicon-theme-style:before{content:'\e966'}.eicon-search-results:before{content:'\e967'}.eicon-single-post:before{content:'\e968'}.eicon-site-identity:before{content:'\e969'}.eicon-theme-builder:before{content:'\e96a'}.eicon-download-bold:before{content:'\e96b'}.eicon-share-arrow:before{content:'\e96c'}.eicon-global-settings:before{content:'\e96d'}.eicon-user-preferences:before{content:'\e96e'}.eicon-lock:before{content:'\e96f'}.eicon-export-kit:before{content:'\e970'}.eicon-import-kit:before{content:'\e971'}.eicon-lottie:before{content:'\e972'}.eicon-products-archive:before{content:'\e973'}.eicon-single-product:before{content:'\e974'}.eicon-disable-trash-o:before{content:'\e975'}.eicon-single-page:before{content:'\e976'}.eicon-wordpress-light:before{content:'\e977'}.eicon-cogs-check:before{content:'\e978'}.eicon-custom-css:before{content:'\e979'}.eicon-global-colors:before{content:'\e97a'}.eicon-globe:before{content:'\e97b'}.eicon-typography-1:before{content:'\e97c'}.eicon-background:before{content:'\e97d'}.eicon-device-responsive:before{content:'\e97e'}.eicon-device-wide:before{content:'\e97f'}.eicon-code-highlight:before{content:'\e980'}.eicon-video-playlist:before{content:'\e981'}.eicon-download-kit:before{content:'\e982'}.eicon-kit-details:before{content:'\e983'}.eicon-kit-parts:before{content:'\e984'}.eicon-kit-upload:before{content:'\e985'}.eicon-kit-plugins:before{content:'\e986'}.eicon-kit-upload-alt:before{content:'\e987'}.eicon-hotspot:before{content:'\e988'}.eicon-paypal-button:before{content:'\e989'}.eicon-shape:before{content:'\e98a'}.eicon-wordart:before{content:'\e98b'}.eicon-checkout:before{content:'\e98c'}.eicon-container:before{content:'\e98d'}.eicon-flip:before{content:'\e98e'}.eicon-info:before{content:'\e98f'}.eicon-my-account:before{content:'\e990'}.eicon-purchase-summary:before{content:'\e991'}.eicon-page-transition:before{content:'\e992'}.eicon-spotify:before{content:'\e993'}.eicon-stripe-button:before{content:'\e994'}.eicon-woo-settings:before{content:'\e995'}.eicon-woo-cart:before{content:'\e996'}.eicon-grow:before{content:'\e997'}.eicon-order-end:before{content:'\e998'}.eicon-nowrap:before{content:'\e999'}.eicon-order-start:before{content:'\e99a'}.eicon-progress-tracker:before{content:'\e99b'}.eicon-shrink:before{content:'\e99c'}.eicon-wrap:before{content:'\e99d'}.eicon-align-center-h:before{content:'\e99e'}.eicon-align-center-v:before{content:'\e99f'}.eicon-align-end-h:before{content:'\e9a0'}.eicon-align-end-v:before{content:'\e9a1'}.eicon-align-start-h:before{content:'\e9a2'}.eicon-align-start-v:before{content:'\e9a3'}.eicon-align-stretch-h:before{content:'\e9a4'}.eicon-align-stretch-v:before{content:'\e9a5'}.eicon-justify-center-h:before{content:'\e9a6'}.eicon-justify-center-v:before{content:'\e9a7'}.eicon-justify-end-h:before{content:'\e9a8'}.eicon-justify-end-v:before{content:'\e9a9'}.eicon-justify-space-around-h:before{content:'\e9aa'}.eicon-justify-space-around-v:before{content:'\e9ab'}.eicon-justify-space-between-h:before{content:'\e9ac'}.eicon-justify-space-between-v:before{content:'\e9ad'}.eicon-justify-space-evenly-h:before{content:'\e9ae'}.eicon-justify-space-evenly-v:before{content:'\e9af'}.eicon-justify-start-h:before{content:'\e9b0'}.eicon-justify-start-v:before{content:'\e9b1'}.eicon-woocommerce-cross-sells:before{content:'\e9b2'}.eicon-woocommerce-notices:before{content:'\e9b3'}.eicon-inner-container:before{content:'\e9b4'}.eicon-warning-full:before{content:'\e9b5'}.eicon-exit:before{content:'\e9b6'}.eicon-loop-builder:before{content:'\e9b7'}.eicon-notes:before{content:'\e9b8'}.eicon-read:before{content:'\e9b9'}.eicon-unread:before{content:'\e9ba'}.eicon-carousel-loop:before{content:'\e9bb'}.eicon-mega-menu:before{content:'\eb78'}.eicon-eye:before{content:'\e8ac'}.eicon-elementor-square:before{content:'\e813'}.dialog-widget-content{background-color:var(--e-a-bg-default);position:absolute;border-radius:3px;box-shadow:2px 8px 23px 3px rgba(0,0,0,.2);overflow:hidden}.dialog-message{line-height:1.5;box-sizing:border-box}.dialog-close-button{cursor:pointer;position:absolute;margin-top:15px;right:15px;color:var(--e-a-color-txt);font-size:15px;line-height:1;transition:var(--e-a-transition-hover)}.dialog-close-button:hover{color:var(--e-a-color-txt-hover)}.dialog-prevent-scroll{overflow:hidden;max-height:100vh}.dialog-type-lightbox{position:fixed;height:100%;width:100%;bottom:0;left:0;background-color:rgba(0,0,0,.8);z-index:9999;-webkit-user-select:none;-moz-user-select:none;user-select:none}.flatpickr-calendar{width:280px}.flatpickr-calendar .flatpickr-current-month span.cur-month{font-weight:300}.flatpickr-calendar .dayContainer{width:280px;min-width:280px;max-width:280px}.flatpickr-calendar .flatpickr-days{width:280px}.flatpickr-calendar .flatpickr-day{max-width:37px;height:37px;line-height:37px}.elementor-hidden{display:none}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{position:absolute;top:-10000em;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{content:"";display:block;clear:both;width:0;height:0}.e-logo-wrapper{background:var(--e-a-bg-logo);display:inline-block;padding:.75em;border-radius:50%;line-height:1}.e-logo-wrapper i{color:var(--e-a-color-logo);font-size:1em}.elementor-aspect-ratio-219 .elementor-fit-aspect-ratio{padding-bottom:42.8571%}.elementor-aspect-ratio-169 .elementor-fit-aspect-ratio{padding-bottom:56.25%}.elementor-aspect-ratio-43 .elementor-fit-aspect-ratio{padding-bottom:75%}.elementor-aspect-ratio-32 .elementor-fit-aspect-ratio{padding-bottom:66.6666%}.elementor-aspect-ratio-11 .elementor-fit-aspect-ratio{padding-bottom:100%}.elementor-aspect-ratio-916 .elementor-fit-aspect-ratio{padding-bottom:177.8%}.elementor-fit-aspect-ratio{position:relative;height:0}.elementor-fit-aspect-ratio iframe{position:absolute;top:0;left:0;height:100%;width:100%;border:0;background-color:#000}.elementor-fit-aspect-ratio video{width:100%}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{margin:0;background-color:transparent}.elementor img{height:auto;max-width:100%;border:none;border-radius:0;box-shadow:none}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{max-width:100%;width:100%;margin:0;line-height:1;border:none}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{height:100%;width:100%;top:0;left:0;position:absolute;overflow:hidden;z-index:0;direction:ltr}.elementor .elementor-background-video-container{transition:opacity 1s;pointer-events:none}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.elementor .elementor-background-video{max-width:none}.elementor .elementor-html5-video{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay,.elementor .elementor-background-slideshow{height:100%;width:100%;top:0;left:0;position:absolute}.elementor .elementor-background-slideshow{z-index:0}.elementor .elementor-background-slideshow__slide__image{width:100%;height:100%;background-position:50%;background-size:cover}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order);align-self:var(--align-self)}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element:where(.e-con-full,.elementor-widget){flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);justify-content:var(--justify-content);align-items:var(--align-items);align-content:var(--align-content);gap:var(--gap)}.elementor-invisible{visibility:hidden}.elementor-align-center{text-align:center}.elementor-align-center .elementor-button{width:auto}.elementor-align-right{text-align:right}.elementor-align-right .elementor-button{width:auto}.elementor-align-left{text-align:left}.elementor-align-left .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}.elementor-custom-embed-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.elementor-custom-embed-play i{font-size:100px;color:#fff;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{height:100px;width:100px;fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3))}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-property:transform;transition-duration:10s;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-center .elementor-button{width:auto}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-left .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-center .elementor-button{width:auto}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-left .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-center .elementor-button{width:auto}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-left .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-center .elementor-button{width:auto}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-left .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-center .elementor-button{width:auto}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-left .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-center .elementor-button{width:auto}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-left .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-right:auto;margin-left:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-row{width:100%;display:flex}@media (max-width:1024px){.elementor-row{flex-wrap:wrap}}.elementor-widget-wrap{position:relative;width:100%;flex-wrap:wrap;align-content:flex-start}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:20px}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-bottom:0}.elementor-column{position:relative;min-height:1px;display:flex}.elementor-column-wrap{width:100%;position:relative;display:flex}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9),.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9),.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}ul.elementor-icon-list-items.elementor-inline-items{display:flex;flex-wrap:wrap}ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item{word-break:break-word}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}.e-con{--border-radius:0;--display:flex;--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:Min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0;--margin-right:0;--margin-bottom:0;--margin-left:0;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;position:var(--position);flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis);width:var(--width);min-width:0;min-height:var(--min-height);height:var(--height);border-radius:var(--border-radius);margin:var(--margin-top) var(--margin-right) var(--margin-bottom) var(--margin-left);padding-left:var(--padding-left);padding-right:var(--padding-right);z-index:var(--z-index);overflow:var(--overflow);transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s)}.e-con-full,.e-con>.e-con-inner{flex-direction:var(--flex-direction);text-align:var(--text-align);padding-top:var(--padding-top);padding-bottom:var(--padding-bottom)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con-boxed{flex-direction:column;text-align:initial;flex-wrap:nowrap;justify-content:normal;align-items:normal;align-content:normal;gap:initial}.e-con>.e-con-inner{flex-wrap:var(--flex-wrap);justify-content:var(--justify-content);align-items:var(--align-items);align-content:var(--align-content);gap:var(--gap);width:100%;max-width:var(--content-width);margin:0 auto;padding-inline:0;height:100%;flex-basis:auto;flex-grow:1;flex-shrink:1;align-self:auto}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-right:auto;--margin-left:auto;max-width:min(100%,var(--width))}.e-con .elementor-widget.elementor-widget{margin-bottom:0}.e-con:before,.e-con>.e-con-inner>.elementor-background-slideshow:before,.e-con>.e-con-inner>.elementor-background-video-container:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-background-video-container:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before{content:var(--background-overlay);display:block;position:absolute;width:100%;height:100%;left:0;top:0;mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);transition:var(--overlay-transition,.3s);border-radius:var(--border-radius)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.e-con-inner>.elementor-background-video-container:before,.e-con>.elementor-background-video-container:before{z-index:1}.e-con>.e-con-inner>.elementor-background-slideshow:before,.e-con>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}@media (max-width:767px){.e-con{--width:100%;--flex-wrap:wrap}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{flex-wrap:wrap;align-items:center}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{width:100%;max-width:100%;border:1px solid #69727d;background-color:transparent;color:#1a1c1e;vertical-align:middle;flex-grow:1}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;font-size:inherit;font-family:inherit;font-weight:inherit;font-style:inherit;text-transform:inherit;letter-spacing:inherit;line-height:inherit;flex-basis:100%;padding-right:20px}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;position:absolute;top:50%;transform:translateY(-50%);right:10px;pointer-events:none;text-shadow:0 0 3px rgba(0,0,0,.3)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-right:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{content:"*";color:red;padding-left:.2em}.elementor-field-textual{line-height:1.4;font-size:15px;min-height:40px;padding:5px 14px;border-radius:3px}.elementor-field-textual.elementor-size-xs{font-size:13px;min-height:33px;padding:4px 12px;border-radius:2px}.elementor-field-textual.elementor-size-md{font-size:16px;min-height:47px;padding:6px 16px;border-radius:4px}.elementor-field-textual.elementor-size-lg{font-size:18px;min-height:59px;padding:7px 20px;border-radius:5px}.elementor-field-textual.elementor-size-xl{font-size:20px;min-height:72px;padding:8px 24px;border-radius:6px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{margin:10px 0;font-size:1em;line-height:1}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-weight:400;font-style:normal;vertical-align:middle;margin-right:5px}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{padding-top:0;padding-bottom:0;border:none}.elementor-form .elementor-button>span{display:flex;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element .elementor-widget-container{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-button{display:inline-block;line-height:1;background-color:#69727d;font-size:15px;padding:12px 24px;border-radius:3px;color:#fff;fill:#fff;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;justify-content:center}.elementor-button-icon{flex-grow:0;order:5}.elementor-button-icon svg{width:1em;height:auto}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{flex-grow:1;order:10;display:inline-block}.elementor-button.elementor-size-xs{font-size:13px;padding:10px 20px;border-radius:2px}.elementor-button.elementor-size-md{font-size:16px;padding:15px 30px;border-radius:4px}.elementor-button.elementor-size-lg{font-size:18px;padding:20px 40px;border-radius:5px}.elementor-button.elementor-size-xl{font-size:20px;padding:25px 50px;border-radius:6px}.elementor-button .elementor-align-icon-right{margin-left:5px;order:15}.elementor-button .elementor-align-icon-left{margin-right:5px;order:5}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-tab-title a{color:inherit}.elementor-view-stacked .elementor-icon{padding:.5em;background-color:#69727d;color:#fff;fill:#fff}.elementor-view-framed .elementor-icon{padding:.5em;color:#69727d;border:3px solid #69727d;background-color:transparent}.elementor-icon{display:inline-block;line-height:1;transition:all .3s;color:#69727d;font-size:50px;text-align:center}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{width:1em;height:1em;position:relative;display:block}.elementor-icon i:before,.elementor-icon svg:before{position:absolute;left:50%;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container{transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.elementor-element,.elementor-lightbox{--swiper-theme-color:#000;--swiper-navigation-size:44px;--swiper-pagination-bullet-size:6px;--swiper-pagination-bullet-horizontal-gap:6px}.elementor-element .swiper .swiper-slide figure,.elementor-lightbox .swiper .swiper-slide figure{line-height:0}.elementor-element .swiper .elementor-lightbox-content-source,.elementor-lightbox .swiper .elementor-lightbox-content-source{display:none}.elementor-element .swiper .elementor-swiper-button,.elementor-lightbox .swiper .elementor-swiper-button{position:absolute;display:inline-flex;z-index:1;cursor:pointer;font-size:25px;color:hsla(0,0%,93.3%,.9);top:50%;transform:translateY(-50%)}.elementor-element .swiper .elementor-swiper-button svg,.elementor-lightbox .swiper .elementor-swiper-button svg{fill:hsla(0,0%,93.3%,.9);height:1em;width:1em}.elementor-element .swiper .elementor-swiper-button-prev,.elementor-lightbox .swiper .elementor-swiper-button-prev{left:10px}.elementor-element .swiper .elementor-swiper-button-next,.elementor-lightbox .swiper .elementor-swiper-button-next{right:10px}.elementor-element .swiper .elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper .elementor-swiper-button.swiper-button-disabled{opacity:.3}.elementor-element .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image,.elementor-lightbox .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image{width:100%}.elementor-element .swiper .swiper-horizontal>.swiper-pagination-bullets,.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper .swiper-pagination-custom,.elementor-element .swiper .swiper-pagination-fraction,.elementor-lightbox .swiper .swiper-horizontal>.swiper-pagination-bullets,.elementor-lightbox .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper .swiper-pagination-custom,.elementor-lightbox .swiper .swiper-pagination-fraction{bottom:5px}.elementor-element .swiper.swiper-cube .elementor-swiper-button,.elementor-lightbox .swiper.swiper-cube .elementor-swiper-button{transform:translate3d(0,-50%,1px)}.elementor-element.elementor-pagination-position-outside .swiper,.elementor-lightbox.elementor-pagination-position-outside .swiper{padding-bottom:30px}.elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper .elementor-swiper-button{top:calc(50% - 30px / 2)}.elementor-element .elementor-swiper,.elementor-lightbox .elementor-swiper{position:relative}.elementor-element .elementor-main-swiper,.elementor-lightbox .elementor-main-swiper{position:static}.elementor-element.elementor-arrows-position-outside .swiper,.elementor-lightbox.elementor-arrows-position-outside .swiper{width:calc(100% - 60px)}.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev{left:0}.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-next{right:0}.elementor-lightbox{--lightbox-ui-color:hsla(0,0%,93.3%,0.9);--lightbox-ui-color-hover:#fff;--lightbox-text-color:var(--lightbox-ui-color);--lightbox-header-icons-size:20px;--lightbox-navigation-icons-size:25px}.elementor-lightbox .dialog-header{display:none}.elementor-lightbox .dialog-widget-content{background:none;box-shadow:none;width:100%;height:100%}.elementor-lightbox .dialog-message{animation-duration:.3s}.elementor-lightbox .dialog-message:not(.elementor-fit-aspect-ratio){height:100%}.elementor-lightbox .dialog-message.dialog-lightbox-message{padding:0}.elementor-lightbox .dialog-lightbox-close-button{cursor:pointer;position:absolute;font-size:var(--lightbox-header-icons-size);right:.75em;margin-top:13px;padding:.25em;z-index:2;line-height:1;display:flex}.elementor-lightbox .dialog-lightbox-close-button svg{height:1em;width:1em}.elementor-lightbox .dialog-lightbox-close-button,.elementor-lightbox .elementor-swiper-button{color:var(--lightbox-ui-color);transition:all .3s;opacity:1}.elementor-lightbox .dialog-lightbox-close-button svg,.elementor-lightbox .elementor-swiper-button svg{fill:var(--lightbox-ui-color)}.elementor-lightbox .dialog-lightbox-close-button:hover,.elementor-lightbox .elementor-swiper-button:hover{color:var(--lightbox-ui-color-hover)}.elementor-lightbox .dialog-lightbox-close-button:hover svg,.elementor-lightbox .elementor-swiper-button:hover svg{fill:var(--lightbox-ui-color-hover)}.elementor-lightbox .swiper,.elementor-lightbox .swiper-container{height:100%}.elementor-lightbox .elementor-lightbox-item{display:flex;align-items:center;justify-content:center;position:relative;padding:70px;box-sizing:border-box;height:100%;margin:auto}@media (max-width:767px){.elementor-lightbox .elementor-lightbox-item{padding:70px 0}}.elementor-lightbox .elementor-lightbox-image{max-height:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none}.elementor-lightbox .elementor-lightbox-image,.elementor-lightbox .elementor-lightbox-image:hover{opacity:1;filter:none;border:none}.elementor-lightbox .elementor-lightbox-image,.elementor-lightbox .elementor-video-container{box-shadow:0 0 30px rgba(0,0,0,.3),0 0 8px -5px rgba(0,0,0,.3);border-radius:2px}.elementor-lightbox .elementor-video-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (min-width:1025px){.elementor-lightbox .elementor-video-container{width:75%}}@media (max-width:1024px){.elementor-lightbox .elementor-video-container{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-lightbox .elementor-aspect-ratio-916 .elementor-video-container{width:70%}}.elementor-lightbox .swiper-container .elementor-swiper-button-prev,.elementor-lightbox .swiper .elementor-swiper-button-prev{left:0}.elementor-lightbox .swiper-container .elementor-swiper-button-next,.elementor-lightbox .swiper .elementor-swiper-button-next{right:0}.elementor-lightbox .swiper-container .swiper-pagination-fraction,.elementor-lightbox .swiper .swiper-pagination-fraction{width:-moz-max-content;width:max-content;color:#fff}.elementor-lightbox .elementor-swiper-button:focus{outline-width:1px}.elementor-lightbox .elementor-swiper-button-next,.elementor-lightbox .elementor-swiper-button-prev{height:100%;display:flex;align-items:center;width:15%;justify-content:center;font-size:var(--lightbox-navigation-icons-size)}@media (max-width:767px){.elementor-lightbox .elementor-swiper-button:focus{outline:none}.elementor-lightbox .elementor-swiper-button-next,.elementor-lightbox .elementor-swiper-button-prev{width:20%}.elementor-lightbox .elementor-swiper-button-next i,.elementor-lightbox .elementor-swiper-button-prev i{padding:10px;background-color:rgba(0,0,0,.5)}.elementor-lightbox .elementor-swiper-button-prev{left:0;justify-content:flex-start}.elementor-lightbox .elementor-swiper-button-next{right:0;justify-content:flex-end}}.elementor-slideshow__counter{color:currentColor;font-size:.75em;width:-moz-max-content;width:max-content}.elementor-slideshow__footer,.elementor-slideshow__header{position:absolute;left:0;width:100%;padding:15px 20px;transition:.3s}.elementor-slideshow__footer{color:var(--lightbox-text-color)}.elementor-slideshow__header{color:var(--lightbox-ui-color);display:flex;flex-direction:row-reverse;font-size:var(--lightbox-header-icons-size);padding-left:1em;padding-right:2.6em;top:0;align-items:center;z-index:10}.elementor-slideshow__header>i,.elementor-slideshow__header>svg{cursor:pointer;padding:.25em;margin:0 .35em}.elementor-slideshow__header>i{font-size:inherit}.elementor-slideshow__header>i:hover{color:var(--lightbox-ui-color-hover)}.elementor-slideshow__header>svg{box-sizing:content-box;fill:var(--lightbox-ui-color);height:1em;width:1em}.elementor-slideshow__header>svg:hover{fill:var(--lightbox-ui-color-hover)}.elementor-slideshow__header .elementor-slideshow__counter{margin-right:auto}.elementor-slideshow__header .elementor-icon-share{z-index:5}.elementor-slideshow__share-menu{background-color:transparent;width:0;height:0;position:absolute;overflow:hidden;transition:background-color .4s}.elementor-slideshow__share-menu .elementor-slideshow__share-links a{color:#0c0d0e}.elementor-slideshow__share-links{display:block;position:absolute;min-width:200px;right:2.8em;top:3em;background-color:#fff;border-radius:3px;padding:14px 20px;transform:scale(0);opacity:0;transform-origin:90% 10%;transition:all .25s .1s;box-shadow:0 4px 15px rgba(0,0,0,.3)}.elementor-slideshow__share-links a{text-align:left;color:#3a3f45;font-size:12px;line-height:2.5;display:block;opacity:0;transition:opacity .5s .1s}.elementor-slideshow__share-links a:hover{color:#000}.elementor-slideshow__share-links a i,.elementor-slideshow__share-links a svg{margin-right:.75em}.elementor-slideshow__share-links a i{font-size:1.25em}.elementor-slideshow__share-links a svg{height:1.25em;width:1.25em}.elementor-slideshow__share-links:before{content:"";display:block;position:absolute;top:1px;right:.5em;border:.45em solid transparent;border-bottom-color:#fff;transform:translateY(-100%) scaleX(.7)}.elementor-slideshow__footer{bottom:0;z-index:5;position:fixed}.elementor-slideshow__description,.elementor-slideshow__title{margin:0}.elementor-slideshow__title{font-size:16px;font-weight:700}.elementor-slideshow__description{font-size:14px}.elementor-slideshow--ui-hidden .elementor-slideshow__footer,.elementor-slideshow--ui-hidden .elementor-slideshow__header{opacity:0;pointer-events:none}.elementor-slideshow--ui-hidden .elementor-swiper-button-next,.elementor-slideshow--ui-hidden .elementor-swiper-button-prev{opacity:0}.elementor-slideshow--fullscreen-mode .elementor-video-container{width:100%}.elementor-slideshow--zoom-mode .elementor-slideshow__footer,.elementor-slideshow--zoom-mode .elementor-slideshow__header{background-color:rgba(0,0,0,.5)}.elementor-slideshow--zoom-mode .elementor-swiper-button-next,.elementor-slideshow--zoom-mode .elementor-swiper-button-prev{opacity:0;pointer-events:none}.elementor-slideshow--share-mode .elementor-slideshow__share-menu{top:0;left:0;width:100vw;height:100vh;opacity:1;cursor:default;background-color:rgba(0,0,0,.5)}.elementor-slideshow--share-mode .elementor-slideshow__share-links{transform:scale(1)}.elementor-slideshow--share-mode .elementor-slideshow__share-links,.elementor-slideshow--share-mode .elementor-slideshow__share-links a{opacity:1}.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-twitter{color:#1da1f2}.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-facebook{color:#3b5998}.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-pinterest{color:#bd081c}.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-download-bold{color:#9da5ae}.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-twitter{fill:#1da1f2}.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-facebook{fill:#3b5998}.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-pinterest{fill:#bd081c}.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-download-bold{fill:#9da5ae}.elementor-slideshow--share-mode .eicon-share-arrow{z-index:2}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none}}.elementor-shape{overflow:hidden;position:absolute;left:0;width:100%;line-height:0;direction:ltr}.elementor-shape-top{top:-1px}.elementor-shape-top:not([data-negative=false]) svg{z-index:-1}.elementor-shape-bottom{bottom:-1px}.elementor-shape-bottom:not([data-negative=true]) svg{z-index:-1}.elementor-shape[data-negative=false].elementor-shape-bottom,.elementor-shape[data-negative=true].elementor-shape-top{transform:rotate(180deg)}.elementor-shape svg{display:block;width:calc(100% + 1.3px);position:relative;left:50%;transform:translateX(-50%)}.elementor-shape .elementor-shape-fill{fill:#fff;transform-origin:center;transform:rotateY(0deg)}#wp-admin-bar-elementor_edit_page>.ab-item:before{content:"\e813";font-family:eicons;top:3px;font-size:18px}#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item{display:flex;width:200px}#wp-admin-bar-elementor_edit_page .elementor-edit-link-title{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:100%}#wp-admin-bar-elementor_edit_page .elementor-edit-link-type{background:#3a3f45;font-size:11px;line-height:9px;margin-top:6px;padding:4px 8px;border-radius:3px}#wp-admin-bar-elementor_inspector>.ab-item:before{content:"\f348";top:2px}#wpadminbar *{font-style:normal}.page-template-elementor_canvas.elementor-page:before{display:none}.elementor-post__thumbnail__link{transition:none}#left-area ul.elementor-icon-list-items,.elementor-edit-area .elementor-element ul.elementor-icon-list-items,.elementor .elementor-element ul.elementor-icon-list-items{padding:0}.e--ua-appleWebkit.rtl{--flex-right:flex-start}.e--ua-appleWebkit .elementor-share-buttons--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid{width:auto;display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item{margin-left:0;margin-right:0}@media (max-width:1024px){.e--ua-appleWebkit .elementor-share-buttons-tablet--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons-tablet--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid{width:auto;display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item{margin-left:0;margin-right:0}}@media (max-width:767px){.e--ua-appleWebkit .elementor-share-buttons-mobile--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons-mobile--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid{width:auto;display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item{margin-left:0;margin-right:0}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}.elementor-widget-text-path{font-size:20px;text-align:var(--alignment,left)}.elementor-widget-text-path svg{width:var(--width);max-width:100%;height:auto;overflow:visible;word-spacing:var(--word-spacing);transform:rotate(var(--rotate,0)) scaleX(var(--scale-x,1)) scaleY(var(--scale-y,1))}.elementor-widget-text-path svg path{vector-effect:non-scaling-stroke;fill:var(--path-fill,transparent);stroke:var(--stroke-color,transparent);stroke-width:var(--stroke-width,1px);transition:var(--stroke-transition) stroke,var(--stroke-transition) fill}.elementor-widget-text-path svg:hover path{--path-fill:var(--path-fill-hover);--stroke-color:var(--stroke-color-hover);--stroke-width:var(--stroke-width-hover)}.elementor-widget-text-path svg text{--fill:var(--text-color);fill:var(--fill);direction:var(--direction,ltr);transition:var(--transition) stroke,var(--transition) stroke-width,var(--transition) fill}.elementor-widget-text-path svg text:hover{--color:var(--text-color-hover,var(--text-color));--fill:var(--color);color:var(--color)}.elementor-widget-n-tabs{--n-tabs-color-accent-fallback:#61ce70;--n-tabs-color-secondary-fallback:#54595f;--n-tabs-default-padding-block:15px;--n-tabs-default-padding-inline:35px;--n-tabs-background-color:transparent;--n-tabs-display:flex;--n-tabs-direction:column;--n-tabs-gap:10px;--n-tabs-heading-display:flex;--n-tabs-heading-direction:row;--n-tabs-heading-grow:initial;--n-tabs-heading-justify-content:center;--n-tabs-heading-width:initial;--n-tabs-border-width:1px;--n-tabs-border-color:#d5d8dc;--n-tabs-content-padding:initial;--n-tabs-content-border-radius:initial;--n-tabs-title-color:var(--e-global-color-secondary,var(--n-tabs-color-secondary-fallback));--n-tabs-title-color-hover:#fff;--n-tabs-title-color-active:#fff;--n-tabs-title-background-color:#f1f2f3;--n-tabs-title-background-color-hover:var(--e-global-color-accent,var(--n-tabs-color-accent-fallback));--n-tabs-title-background-color-active:var(--e-global-color-accent,var(--n-tabs-color-accent-fallback));--n-tabs-title-width:initial;--n-tabs-title-height:initial;--n-tabs-title-font-size:1rem;--n-tabs-title-justify-content-toggle:initial;--n-tabs-title-align-items-toggle:center;--n-tabs-title-justify-content:center;--n-tabs-title-align-items:center;--n-tabs-title-direction:row;--n-tabs-title-gap:10px;--n-tabs-title-padding-top:var(--n-tabs-default-padding-block);--n-tabs-title-padding-right:var(--n-tabs-default-padding-inline);--n-tabs-title-padding-bottom:var(--n-tabs-default-padding-block);--n-tabs-title-padding-left:var(--n-tabs-default-padding-inline);--n-tabs-title-border-radius:initial;--n-tabs-title-transition:0.3s;--n-tabs-icon-color:var(--e-global-color-secondary,var(--n-tabs-color-secondary-fallback));--n-tabs-icon-color-hover:var(--n-tabs-title-color-hover);--n-tabs-icon-color-active:#fff;--n-tabs-icon-gap:5px;width:100%;max-width:100%}.elementor-widget-n-tabs .e-n-tabs{display:var(--n-tabs-display);flex-direction:var(--n-tabs-direction);gap:var(--n-tabs-gap);text-align:left}.elementor-widget-n-tabs .e-n-tabs-heading{display:var(--n-tabs-heading-display);flex-basis:var(--n-tabs-heading-width);flex-direction:var(--n-tabs-heading-direction);flex-shrink:0;justify-content:var(--n-tabs-heading-justify-content);gap:var(--n-tabs-title-gap)}.elementor-widget-n-tabs .e-n-tabs-content{flex-grow:1;padding:var(--n-tabs-content-padding);border-radius:var(--n-tabs-content-border-radius)}.elementor-widget-n-tabs .e-n-tab-title{display:flex;align-items:var(--n-tabs-title-align-items-toggle,var(--n-tabs-title-align-items));flex-direction:var(--n-tabs-title-direction);justify-content:var(--n-tabs-title-justify-content-toggle,var(--n-tabs-title-justify-content));gap:var(--n-tabs-icon-gap);border-width:var(--n-tabs-border-width);position:relative;cursor:pointer;outline:none;padding:var(--n-tabs-title-padding-top) var(--n-tabs-title-padding-right) var(--n-tabs-title-padding-bottom) var(--n-tabs-title-padding-left);border-radius:var(--n-tabs-title-border-radius);height:var(--n-tabs-title-height);width:var(--n-tabs-title-width);transition:background var(--n-tabs-title-transition),color var(--n-tabs-title-transition),border var(--n-tabs-title-transition),box-shadow var(--n-tabs-title-transition),text-shadow var(--n-tabs-title-transition),stroke var(--n-tabs-title-transition),stroke-width var(--n-tabs-title-transition),-webkit-text-stroke-width var(--n-tabs-title-transition),-webkit-text-stroke-color var(--n-tabs-title-transition),transform var(--n-tabs-title-transition)}.elementor-widget-n-tabs .e-n-tab-title span i,.elementor-widget-n-tabs .e-n-tab-title span svg{transition:color var(--n-tabs-title-transition),fill var(--n-tabs-title-transition)}.elementor-widget-n-tabs .e-n-tab-title-text{display:flex;align-items:center;font-size:var(--n-tabs-title-font-size)}.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon{display:flex;align-items:center;flex-direction:column;order:var(--n-tabs-icon-order);overflow:hidden}.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon i{font-size:var(--n-tabs-icon-size,var(--n-tabs-title-font-size))}.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon svg{width:var(--n-tabs-icon-size,var(--n-tabs-title-font-size));height:var(--n-tabs-icon-size,var(--n-tabs-title-font-size))}.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon:empty{display:none}.elementor-widget-n-tabs .e-n-tab-title:not(.e-active){background-color:var(--n-tabs-title-background-color)}.elementor-widget-n-tabs .e-n-tab-title:not(.e-active),.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) a{color:var(--n-tabs-title-color)}.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) .e-n-tab-icon i{color:var(--n-tabs-icon-color)}.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) .e-n-tab-icon svg{fill:var(--n-tabs-icon-color)}.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) .e-n-tab-icon i:last-child,.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) .e-n-tab-icon svg:last-child{transform:translateY(-100vh);height:0;opacity:0}.elementor-widget-n-tabs .e-n-tab-title:not(.e-active).e-normal:hover,.elementor-widget-n-tabs .e-n-tab-title:not(.e-active).e-normal:hover a{color:var(--n-tabs-title-color-hover)}.elementor-widget-n-tabs .e-n-tab-title:not(.e-active).e-normal:hover .e-n-tab-icon i{color:var(--n-tabs-icon-color-hover)}.elementor-widget-n-tabs .e-n-tab-title:not(.e-active).e-normal:hover .e-n-tab-icon svg{fill:var(--n-tabs-icon-color-hover)}.elementor-widget-n-tabs .e-n-tab-title.e-active,.elementor-widget-n-tabs .e-n-tab-title.e-active a{color:var(--n-tabs-title-color-active)}.elementor-widget-n-tabs .e-n-tab-title.e-active .e-n-tab-icon i{color:var(--n-tabs-icon-color-active)}.elementor-widget-n-tabs .e-n-tab-title.e-active .e-n-tab-icon svg{fill:var(--n-tabs-icon-color-active)}.elementor-widget-n-tabs .e-n-tab-title.e-active .e-n-tab-icon i:first-child,.elementor-widget-n-tabs .e-n-tab-title.e-active .e-n-tab-icon svg:first-child{transform:translateY(-100vh);height:0;opacity:0}.elementor-widget-n-tabs .e-n-tab-title.e-active[class*=elementor-animation-]:active,.elementor-widget-n-tabs .e-n-tab-title.e-active[class*=elementor-animation-]:focus,.elementor-widget-n-tabs .e-n-tab-title.e-active[class*=elementor-animation-]:hover{transform:none;animation:initial}.elementor-widget-n-tabs .e-n-tabs-content .e-collapse{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.elementor-widget-n-tabs .e-n-tabs-content .e-collapse:not(:first-child){margin-top:var(--n-tabs-title-gap)}.elementor-widget-n-tabs .e-n-tabs-content .e-collapse.e-active{margin-bottom:var(--n-tabs-gap)}.elementor-widget-n-tabs .e-n-tabs-content>.e-con:not(.e-active){display:none}:is(.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title,.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content .e-n-tab-title).e-normal:hover{background-color:var(--n-tabs-title-background-color-hover);background-image:none}:is(.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title,.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content .e-n-tab-title).e-active{background-color:var(--n-tabs-title-background-color-active);background-image:none}@media (min-width:768px){.e-n-tabs-mobile>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content>.e-collapse{display:none}}@media (max-width:767px){.e-n-tabs-mobile>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading{display:none}}@media (min-width:-1){.e-n-tabs-mobile_extra>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content>.e-collapse{display:none}}@media (max-width:-1){.e-n-tabs-mobile_extra>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading{display:none}}@media (min-width:1025px){.e-n-tabs-tablet>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content>.e-collapse{display:none}}@media (max-width:1024px){.e-n-tabs-tablet>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading{display:none}}@media (min-width:-1){.e-n-tabs-tablet_extra>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content>.e-collapse{display:none}}@media (max-width:-1){.e-n-tabs-tablet_extra>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading{display:none}}@media (min-width:1025px){.e-n-tabs-laptop>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content>.e-collapse{display:none}}@media (max-width:-1){.e-n-tabs-laptop>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading{display:none}}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.swiper-container .swiper-slide figure{line-height:0}.swiper-container .elementor-lightbox-content-source{display:none}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{touch-action:pan-y}.swiper-wp8-vertical{touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background:no-repeat 50%}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-pagination{position:absolute;text-align:center;transition:.3s;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:5px;left:0;width:100%}.swiper-pagination-bullet{width:6px;height:6px;display:inline-block;border-radius:50%;background:#000;opacity:.2}.swiper-pagination-fraction{color:#000}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 6px}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#000;position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-progressbar.swiper-pagination-white{background:hsla(0,0%,100%,.5)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content: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-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-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,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.elementor-pagination-position-outside .swiper-container{padding-bottom:30px}.elementor-pagination-position-outside .elementor-swiper-button{top:calc(50% - 30px / 2)}.elementor-swiper{position:relative}.elementor-main-swiper{position:static}.elementor-arrows-position-outside .swiper-container{width:calc(100% - 60px)}.elementor-arrows-position-outside .elementor-swiper-button-prev{left:0}.elementor-arrows-position-outside .elementor-swiper-button-next{right:0}.swiper-image-stretch .swiper-slide .swiper-slide-image{width:100%}.elementor-swiper-button{position:absolute;display:inline-flex;z-index:1;cursor:pointer;font-size:25px;color:hsla(0,0%,93.3%,.9);top:50%;transform:translateY(-50%)}.elementor-swiper-button svg{fill:hsla(0,0%,93.3%,.9);height:1em;width:1em}.elementor-swiper-button-prev{left:10px}.elementor-swiper-button-next{right:10px}.elementor-swiper-button.swiper-button-disabled{opacity:.3}.swiper-container-cube .elementor-swiper-button{transform:translate3d(0,-50%,1px)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s steps(12) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-size:100%;background:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E") no-repeat 50%}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")}@keyframes swiper-preloader-spin{to{transform:rotate(1turn)}}