@charset "UTF-8";
.fl-builder-content *,
.fl-builder-content *:before,
.fl-builder-content *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.fl-row:before,
.fl-row:after,
.fl-row-content:before,
.fl-row-content:after,
.fl-col-group:before,
.fl-col-group:after,
.fl-col:before,
.fl-col:after,
.fl-module:not([data-accepts]):before,
.fl-module:not([data-accepts]):after,
.fl-module-content:before,
.fl-module-content:after {
display: table;
content: " ";
}
.fl-row:after,
.fl-row-content:after,
.fl-col-group:after,
.fl-col:after,
.fl-module:not([data-accepts]):after,
.fl-module-content:after {
clear: both;
}
.fl-clear {
clear: both;
} .fl-row,
.fl-row-content {
margin-left: auto;
margin-right: auto;
min-width: 0;
}
.fl-row-content-wrap {
position: relative;
} .fl-builder-mobile .fl-row-bg-photo .fl-row-content-wrap {
background-attachment: scroll;
} .fl-row-bg-video,
.fl-row-bg-video .fl-row-content,
.fl-row-bg-embed,
.fl-row-bg-embed .fl-row-content {
position: relative;
}
.fl-row-bg-video .fl-bg-video,
.fl-row-bg-embed .fl-bg-embed-code {
bottom: 0;
left: 0;
overflow: hidden;
position: absolute;
right: 0;
top: 0;
}
.fl-row-bg-video .fl-bg-video video,
.fl-row-bg-embed .fl-bg-embed-code video {
bottom: 0;
left: 0px;
max-width: none;
position: absolute;
right: 0;
top: 0px;
}
.fl-row-bg-video .fl-bg-video video {
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
}
.fl-row-bg-video .fl-bg-video iframe,
.fl-row-bg-embed .fl-bg-embed-code iframe {
pointer-events: none;
width: 100vw;
height: 56.25vw; max-width: none;
min-height: 100vh;
min-width: 177.77vh; position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
}
.fl-bg-video-fallback {
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
bottom: 0px;
left: 0px;
position: absolute;
right: 0px;
top: 0px;
} .fl-row-bg-slideshow,
.fl-row-bg-slideshow .fl-row-content {
position: relative;
}
.fl-row .fl-bg-slideshow {
bottom: 0;
left: 0;
overflow: hidden;
position: absolute;
right: 0;
top: 0;
z-index: 0;
}
.fl-builder-edit .fl-row .fl-bg-slideshow * {
bottom: 0;
height: auto !important;
left: 0;
position: absolute !important;
right: 0;
top: 0;
} .fl-row-bg-overlay .fl-row-content-wrap:after {
border-radius: inherit;
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 0;
}
.fl-row-bg-overlay .fl-row-content {
position: relative;
z-index: 1;
} .fl-row-default-height .fl-row-content-wrap,
.fl-row-custom-height .fl-row-content-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
min-height: 100vh;
}
.fl-row-overlap-top .fl-row-content-wrap {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -moz-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
width: 100%;
}
.fl-row-default-height .fl-row-content-wrap,
.fl-row-custom-height .fl-row-content-wrap {
min-height: 0;
}
.fl-row-default-height .fl-row-content,
.fl-row-full-height .fl-row-content,
.fl-row-custom-height .fl-row-content {
-webkit-box-flex: 1 1 auto;
-moz-box-flex: 1 1 auto;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.fl-row-default-height .fl-row-full-width.fl-row-content,
.fl-row-full-height .fl-row-full-width.fl-row-content,
.fl-row-custom-height .fl-row-full-width.fl-row-content {
max-width: 100%;
width: 100%;
} .fl-row-default-height.fl-row-align-center .fl-row-content-wrap,
.fl-row-full-height.fl-row-align-center .fl-row-content-wrap,
.fl-row-custom-height.fl-row-align-center .fl-row-content-wrap {
-webkit-align-items: center;
-webkit-box-align: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-align: center;
-ms-flex-pack: center;
justify-content: center;
align-items: center;
} .fl-row-default-height.fl-row-align-bottom .fl-row-content-wrap,
.fl-row-full-height.fl-row-align-bottom .fl-row-content-wrap,
.fl-row-custom-height.fl-row-align-bottom .fl-row-content-wrap {
-webkit-align-items: flex-end;
-webkit-justify-content: flex-end;
-webkit-box-align: end;
-webkit-box-pack: end;
-ms-flex-align: end;
-ms-flex-pack: end;
justify-content: flex-end;
align-items: flex-end;
} .fl-col-group-equal-height {
display: flex;
flex-wrap: wrap;
width: 100%;
}
.fl-col-group-equal-height.fl-col-group-has-child-loading {
flex-wrap: nowrap;
}
.fl-col-group-equal-height .fl-col,
.fl-col-group-equal-height .fl-col-content {
display: flex;
flex: 1 1 auto;
}
.fl-col-group-equal-height .fl-col-content {
flex-direction: column;
flex-shrink: 1;
min-width: 1px;
max-width: 100%;
width: 100%;
}
.fl-col-group-equal-height:before,
.fl-col-group-equal-height .fl-col:before,
.fl-col-group-equal-height .fl-col-content:before,
.fl-col-group-equal-height:after,
.fl-col-group-equal-height .fl-col:after,
.fl-col-group-equal-height .fl-col-content:after{
content: none;
} .fl-col-group-nested.fl-col-group-equal-height.fl-col-group-align-top .fl-col-content,
.fl-col-group-equal-height.fl-col-group-align-top .fl-col-content {
justify-content: flex-start;
} .fl-col-group-nested.fl-col-group-equal-height.fl-col-group-align-center .fl-col-content,
.fl-col-group-equal-height.fl-col-group-align-center .fl-col-content {
justify-content: center;
} .fl-col-group-nested.fl-col-group-equal-height.fl-col-group-align-bottom .fl-col-content,
.fl-col-group-equal-height.fl-col-group-align-bottom .fl-col-content {
justify-content: flex-end;
}
.fl-col-group-equal-height.fl-col-group-align-center .fl-col-group {
width: 100%;
} .fl-col {
float: left;
min-height: 1px;
} .fl-col-bg-overlay .fl-col-content {
position: relative;
}
.fl-col-bg-overlay .fl-col-content:after {
border-radius: inherit;
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 0;
}
.fl-col-bg-overlay .fl-module {
position: relative;
z-index: 2;
} .single:not(.woocommerce).single-fl-builder-template .fl-content {
width: 100%;
} .fl-builder-layer {
position: absolute;
top:0;
left:0;
right: 0;
bottom: 0;
z-index: 0;
pointer-events: none;
overflow: hidden;
}
.fl-builder-shape-layer {
z-index: 0;
}
.fl-builder-shape-layer.fl-builder-bottom-edge-layer {
z-index: 1;
}
.fl-row-bg-overlay .fl-builder-shape-layer {
z-index: 1;
}
.fl-row-bg-overlay .fl-builder-shape-layer.fl-builder-bottom-edge-layer {
z-index: 2;
}
.fl-row-has-layers .fl-row-content {
z-index: 1;
}
.fl-row-bg-overlay .fl-row-content {
z-index: 2;
}
.fl-builder-layer > * {
display: block;
position: absolute;
top:0;
left:0;
width: 100%;
}
.fl-builder-layer + .fl-row-content {
position: relative;
}
.fl-builder-layer .fl-shape {
fill: #aaa;
stroke: none;
stroke-width: 0;
width:100%;
} @supports (-webkit-touch-callout: inherit) {
.fl-row.fl-row-bg-parallax .fl-row-content-wrap,
.fl-row.fl-row-bg-fixed .fl-row-content-wrap {
background-position: center !important;
background-attachment: scroll !important;
}
}
@supports (-webkit-touch-callout: none) {
.fl-row.fl-row-bg-fixed .fl-row-content-wrap {
background-position: center !important;
background-attachment: scroll !important;
}
}  .fl-clearfix:before,
.fl-clearfix:after {
display: table;
content: " ";
}
.fl-clearfix:after {
clear: both;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0,0,0,0);
white-space: nowrap;
border: 0;
} .fl-builder-content a.fl-button,
.fl-builder-content a.fl-button:visited {
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
display: inline-block;
font-size: 16px;
font-weight: normal;
line-height: 18px;
padding: 12px 24px;
text-decoration: none;
text-shadow: none;
}
.fl-builder-content .fl-button:hover {
text-decoration: none;
}
.fl-builder-content .fl-button:active {
position: relative;
top: 1px;
}
.fl-builder-content .fl-button-width-full .fl-button {
display: block;
text-align: center;
}
.fl-builder-content .fl-button-width-custom .fl-button {
display: inline-block;
text-align: center;
max-width: 100%;
}
.fl-builder-content .fl-button-left {
text-align: left;
}
.fl-builder-content .fl-button-center {
text-align: center;
}
.fl-builder-content .fl-button-right {
text-align: right;
}
.fl-builder-content .fl-button i {
font-size: 1.3em;
height: auto;
margin-right:8px;
vertical-align: middle;
width: auto;
}
.fl-builder-content .fl-button i.fl-button-icon-after {
margin-left: 8px;
margin-right: 0;
}
.fl-builder-content .fl-button-has-icon .fl-button-text {
vertical-align: middle;
} .fl-icon-wrap {
display: inline-block;
}
.fl-icon {
display: table-cell;
vertical-align: middle;
}
.fl-icon a {
text-decoration: none;
}
.fl-icon i {
float: right;
height: auto;
width: auto;
}
.fl-icon i:before {
border: none !important;
height: auto;
width: auto;
}
.fl-icon-text {
display: table-cell;
text-align: left;
padding-left: 15px;
vertical-align: middle;
}
.fl-icon-text-empty {
display: none;
}
.fl-icon-text *:last-child {
margin: 0 !important;
padding: 0 !important;
}
.fl-icon-text a {
text-decoration: none;
}
.fl-icon-text span {
display: block;
}
.fl-icon-text span.mce-edit-focus {
min-width: 1px;
} .fl-module img {
max-width: 100%;
}
.fl-photo {
line-height: 0;
position: relative;
}
.fl-photo-align-left {
text-align: left;
}
.fl-photo-align-center {
text-align: center;
}
.fl-photo-align-right {
text-align: right;
}
.fl-photo-content {
display: inline-block;
line-height: 0;
position: relative;
max-width: 100%;
}
.fl-photo-img-svg {
width: 100%;
}
.fl-photo-content img {
display: inline;
height: auto;
max-width: 100%;
}
.fl-photo-crop-circle img {
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.fl-photo-caption {
font-size: 13px;
line-height: 18px;
overflow: hidden;
text-overflow: ellipsis;
}
.fl-photo-caption-below {
padding-bottom: 20px;
padding-top: 10px;
}
.fl-photo-caption-hover {
background: rgba(0,0,0,0.7);
bottom: 0;
color: #fff;
left: 0;
opacity: 0;
filter: alpha(opacity = 0);
padding: 10px 15px;
position: absolute;
right: 0;
-webkit-transition:opacity 0.3s ease-in;
-moz-transition:opacity 0.3s ease-in;
transition:opacity 0.3s ease-in;
}
.fl-photo-content:hover .fl-photo-caption-hover {
opacity: 100;
filter: alpha(opacity = 100);
} .fl-builder-pagination,
.fl-builder-pagination-load-more {
padding: 40px 0;
}
.fl-builder-pagination ul.page-numbers {
list-style: none;
margin: 0;
padding: 0;
text-align: center;
}
.fl-builder-pagination li {
display: inline-block;
list-style: none;
margin: 0;
padding: 0;
}
.fl-builder-pagination li a.page-numbers,
.fl-builder-pagination li span.page-numbers {
border: 1px solid #e6e6e6;
display: inline-block;
padding: 5px 10px;
margin: 0 0 5px;
}
.fl-builder-pagination li a.page-numbers:hover,
.fl-builder-pagination li span.current {
background: #f5f5f5;
text-decoration: none;
} .fl-slideshow,
.fl-slideshow * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.fl-slideshow .fl-slideshow-image img {
max-width: none !important;
}
.fl-slideshow-social {
line-height: 0 !important;
}
.fl-slideshow-social * {
margin: 0 !important;
} .fl-builder-content .bx-wrapper .bx-viewport {
background: transparent;
border: none;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
left: 0;
} .mfp-wrap button.mfp-arrow,
.mfp-wrap button.mfp-arrow:active,
.mfp-wrap button.mfp-arrow:hover,
.mfp-wrap button.mfp-arrow:focus {
background: transparent !important;
border: none !important;
outline: none;
position: absolute;
top: 50%;
box-shadow: none !important;
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
}
.mfp-wrap .mfp-close,
.mfp-wrap .mfp-close:active,
.mfp-wrap .mfp-close:hover,
.mfp-wrap .mfp-close:focus {
background: transparent !important;
border: none !important;
outline: none;
position: absolute;
top: 0;
box-shadow: none !important;
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
}
.admin-bar .mfp-wrap .mfp-close,
.admin-bar .mfp-wrap .mfp-close:active,
.admin-bar .mfp-wrap .mfp-close:hover,
.admin-bar .mfp-wrap .mfp-close:focus {
top: 32px!important;
}
img.mfp-img {
padding: 0;
}
.mfp-counter {
display: none;
}
.mfp-wrap .mfp-preloader.fa {
font-size: 30px;
} .fl-form-field {
margin-bottom: 15px;
}
.fl-form-field input.fl-form-error {
border-color: #DD6420;
}
.fl-form-error-message {
clear: both;
color: #DD6420;
display: none;
padding-top: 8px;
font-size: 12px;
font-weight: lighter;
}
.fl-form-button-disabled {
opacity: 0.5;
} .fl-animation {
opacity: 0;
}
.fl-builder-preview .fl-animation,
.fl-builder-edit .fl-animation,
.fl-animated {
opacity: 1;
}
.fl-animated {
animation-fill-mode: both;
-webkit-animation-fill-mode: both;
} .fl-button.fl-button-icon-animation i {
width: 0 !important;
opacity: 0;
-ms-filter: "alpha(opacity=0)";
transition: all 0.2s ease-out;
-webkit-transition: all 0.2s ease-out;
}
.fl-button.fl-button-icon-animation:hover i {
opacity: 1! important;
-ms-filter: "alpha(opacity=100)";
}
.fl-button.fl-button-icon-animation i.fl-button-icon-after {
margin-left: 0px !important;
}
.fl-button.fl-button-icon-animation:hover i.fl-button-icon-after {
margin-left: 10px !important;
}
.fl-button.fl-button-icon-animation i.fl-button-icon-before {
margin-right: 0 !important;
}
.fl-button.fl-button-icon-animation:hover i.fl-button-icon-before {
margin-right: 20px !important;
margin-left: -10px;
} .fl-builder-content a.fl-button,
.fl-builder-content a.fl-button:visited {
background: #fafafa;
border: 1px solid #ccc;
color: #333;
}
.fl-builder-content a.fl-button *,
.fl-builder-content a.fl-button:visited * {
color: #333;
}@media (max-width: 1200px) { }@media (max-width: 992px) {  .fl-col-group.fl-col-group-medium-reversed {
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap-reverse;
flex-wrap: wrap-reverse;
flex-direction: row-reverse;
}
}@media (max-width: 768px) { .fl-row-content-wrap {
background-attachment: scroll !important;
}
.fl-row-bg-parallax .fl-row-content-wrap {
background-attachment: scroll !important;
background-position: center center !important;
}  .fl-col-group.fl-col-group-equal-height {
display: block;
}
.fl-col-group.fl-col-group-equal-height.fl-col-group-custom-width {
display: -webkit-box;
display: -webkit-flex;
display: flex;
} .fl-col-group.fl-col-group-responsive-reversed {
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap-reverse;
flex-wrap: wrap-reverse;
flex-direction: row-reverse;
}
.fl-col-group.fl-col-group-responsive-reversed .fl-col:not(.fl-col-small-custom-width) {
flex-basis: 100%;
width: 100% !important;
}
.fl-col-group.fl-col-group-medium-reversed:not(.fl-col-group-responsive-reversed) {
display: unset;
display: unset;
-webkit-flex-wrap: unset;
flex-wrap: unset;
flex-direction: unset;
} .fl-col {
clear: both;
float: none;
margin-left: auto;
margin-right: auto;
width: auto !important;
}
.fl-col-small:not(.fl-col-small-full-width) {
max-width: 400px;
}
.fl-block-col-resize {
display:none;
} .fl-row[data-node] .fl-row-content-wrap {
margin: 0;
padding-left: 0;
padding-right: 0;
}
.fl-row[data-node] .fl-bg-video,
.fl-row[data-node] .fl-bg-slideshow {
left: 0;
right: 0;
} .fl-col[data-node] .fl-col-content {
margin: 0;
padding-left: 0;
padding-right: 0;
}
}@media (min-width: 1201px) {
html .fl-visible-large:not(.fl-visible-desktop),
html .fl-visible-medium:not(.fl-visible-desktop),
html .fl-visible-mobile:not(.fl-visible-desktop) {
display: none;
}
}
@media (min-width: 993px) and (max-width: 1200px) {
html .fl-visible-desktop:not(.fl-visible-large),
html .fl-visible-medium:not(.fl-visible-large),
html .fl-visible-mobile:not(.fl-visible-large) {
display: none;
}
}
@media (min-width: 769px) and (max-width: 992px) {
html .fl-visible-desktop:not(.fl-visible-medium),
html .fl-visible-large:not(.fl-visible-medium),
html .fl-visible-mobile:not(.fl-visible-medium) {
display: none;
}
}
@media (max-width: 768px) {
html .fl-visible-desktop:not(.fl-visible-mobile),
html .fl-visible-large:not(.fl-visible-mobile),
html .fl-visible-medium:not(.fl-visible-mobile) {
display: none;
}
}
.fl-col-content {
display: flex;
flex-direction: column;
}
.fl-row-fixed-width {
max-width: 1100px;
}
.fl-row-content-wrap {
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding-top: 20px;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 20px;
}
.fl-module-content, .fl-module:where(.fl-module:not(:has(> .fl-module-content))) {
margin-top: 20px;
margin-right: 20px;
margin-bottom: 20px;
margin-left: 20px;
}
.page .fl-post-header, .single-fl-builder-template .fl-post-header { display:none; }
.fl-node-xpjw8lkg2fay {
width: 100%;
}
.fl-node-na1xl5t48fis {
width: 100%;
}#rtec .tribe-bar-toggle-arrow {
display: inline-block;
margin: 0 4px;
position: absolute;
top: 11px;
right: 10px;
}
#rtec .tribe-bar-toggle-arrow:after {
top: 10px;
right: 0;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-top-color: inherit;
border-width: 8px;
}
#rtec .tribe-bar-filters-open span.tribe-bar-toggle-arrow:after {
top: 0;
border-top-color: transparent;
border-bottom-color: inherit;
} #rtec .rtec-js-show,
#rtec .rtec-hidden-message,
#rtec .rtec-screen-reader {
display: none;
}
#rtec {
overflow: auto;
max-width: 700px;
border-top: 0;
}
#rtec-confirm-unregister .rtec-spinner,
#rtec .rtec-spinner {
display: none;
position: absolute;
top: 50%;
left: 50%;
}
#rtec-confirm-unregister .rtec-spinner img,
#rtec .rtec-spinner img{
border-radius: 0;
box-shadow: none !important;
margin: 0;
padding: 0;
border: none;
width: 24px;
height: 24px;
}
#rtec .rtec-form-buttons .rtec-email-spinner {
top: 50%;
right: 50%;
margin-top: -12px;
margin-right: -12px;
}
.rtec-yellow-message {
display: inline-block;
line-height: 19px;
padding: 11px 15px;
font-size: 14px;
text-align: left;
margin: 25px 20px 0 2px;
background-color: #fff;
border-left: 4px solid #ffba00;
-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
}
#rtec .rtec-form-wrapper {
box-sizing: border-box;
position: relative;
width: 100%;
margin: 0 auto 30px;
padding: 30px;
border: 1px solid #ddd;
background: #eee;
}
#rtec .rtec-register-button,
#rtec-confirm-unregister button{
position: relative;
vertical-align: middle;
margin-bottom: 30px;
padding: 12px 16px 12px 16px;
font-size: 16px;
cursor: pointer;
}
#rtec:not(.rtec-use-modal) .rtec-register-button {
padding-right: 40px !important;
}
#rtec.rtec-use-modal .rtec-register-button > span {
display: none;
}
#rtec input[type="submit"]{
float: none;
padding: 12px 16px;
font-size: 16px;
cursor: pointer;
}
.rtec button,
.rtec input[type="submit"] {
line-height: inherit;
height: auto;
}
#rtec .rtec-attendance p,
.rtec-attendance{
text-align: center;
margin: 0;
}
.rtec-outer-wrap .rtec-attendance-display {
margin-bottom: 1em;
padding-top: 1em;
}
#rtec .rtec-form-field {
margin-bottom: 30px;
}
#rtec .rtec-input-wrapper {
position: relative;
}
#rtec input[type="text"],
#rtec input[type="email"],
#rtec input[type="tel"],
#rtec input[type="number"],
#rtec textarea {
box-sizing: border-box;
display: inline-block;
float: none;
padding: 8px;
margin: 0;
width: 100%;
height: auto;
font-size: 18px;
line-height: 1.5;
background: #fff;
border: 1px solid #ddd;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
#rtec input[type="number"] {
max-width: 100px;
}
#rtec label {
display: inline-block;
}
#rtec .rtec-checkbox-option-wrap label {
margin-left: 5px;
vertical-align: middle;
}
#rtec .rtec-form-buttons {
text-align: center;
}
#rtec .rtec-form-buttons input{
margin: 0;
}
#rtec .rtec-custom-hover:hover {
opacity: .8;
}
#rtec .rtec-valid {
border: 1px solid rgb(20, 220, 70) !important;
}
#rtec .rtec-error {
border: 1px solid rgb(255, 92, 51) !important;
}
.rtec-honeypot-clear {
display: block;
background: rgb(255, 92, 51);
color: #fff;
padding: 5px 10px;
margin: 0 auto 15px;
border-radius: 5px;
}
#rtec .rtec-email-spinner img{
position: absolute;
top: 11px;
right: 11px;
border-radius: 0;
box-shadow: none !important;
margin: 0 !important;
padding: 0 !important;
border: none !important;
width: 24px;
height: 24px;
}
#rtec .rtec-form-buttons .rtec-email-spinner {
top: 50%;
right: 50%;
margin-top: -12px;
margin-right: -12px;
}
#rtec .rtec-error-message {
margin: 0;
padding: 0 5px;
font-weight: bold;
font-size: 14px;
background: rgb(255, 92, 51);
color: #fff;
border-radius: 3px;
}
#rtec .rtec-success-message {
text-align: center;
} .rtec-event-meta.rtec-attendee-list-meta {
padding-top: 24px;
}
.rtec-shortcode .rtec-event-meta.rtec-attendee-list-meta {
padding-top: 0;
margin-bottom: 20px;
}
.rtec-event-meta:after {
content: "";
visibility: hidden;
display: table;
clear: both;
}
.rtec-event-meta .rtec-attendee-list {
box-sizing: border-box;
display: inline-block;
float: left;
}
.rtec-event-meta .rtec-list-column-2 {
width: 50%;
}
.rtec-event-meta .rtec-list-column-3 {
width: 33.33%;
}
.single-tribe_events .tribe-events-event-meta .rtec-section-title,
.rtec-event-meta .rtec-section-title {
width: 100%;
font-size: 1.4em;
font-weight: 700;
margin: 0 0 8px;
}
.single-tribe_events .tribe-events-event-meta .rtec-section-subtitle,
.rtec-event-meta .rtec-section-subtitle {
font-size: 1.2em;
font-weight: 700;
margin: 20px 0 10px;
}
.rtec-event-meta .rtec-attendee {
display: block;
width: 100%;
word-break: break-word;
margin-right: 4%;
}
.rtec-event-meta .tribe-events-meta-group,
.tribe-events-event-meta.rtec-event-meta .tribe-events-meta-group{
width: 100%;
}
@media (min-width: 768px) {
.rtec-shortcode .tribe-events-meta-group {
padding-bottom: 16px;
width: 100%;
}
.rtec-event-meta.rtec-attendee-list-meta {
padding-top: 0;
}
} #rtec-options-form input {
max-width: 400px;
}
.rtec-already-registered-options input[type=submit] {
line-height: inherit;
height: auto;
margin-bottom: 10px;
padding: 12px 16px;
font-size: 16px;
}
.rtec-unregister-link-wrap,
.rtec-already-registered-options.rtec-is-user form{
display: inline-block;
}
.rtec-already-registered-options.rtec-is-user{
margin-bottom: 16px;
position: relative;
display: flex;
align-items: center;
gap:  16px;
}
.rtec-already-registered-options .rtec-spinner-wrap {
display: flex;
}
.rtec-already-registered-options .rtec-spinner-wrap img {
height: 1em;
}
.rtec-processing {
opacity: .5;
} h2.rtec-header, .entry-content h2.rtec-header { margin: 0; }
h3.rtec-header, .entry-content h3.rtec-header { margin: 1em 0 1.5em; } .tribe-events-notices {
background: #d9edf7;
border-radius: 4px;
border: 1px solid #bce8f1;
color: #3a87ad;
margin: 10px 0 18px;
padding: 8px 35px 8px 14px;
text-shadow: 0 1px 0 #fff;
} @media all and (max-width: 640px){
#rtec .rtec-form-wrapper {
width: 100% !important;
}
} .rtec-attendee-list-wrap .rtec-section-title {
padding: 0 4%;
font-size: 1.4em;
font-weight: 700;
margin: 20px 0 10px;
}
.rtec-attendee-list-wrap .rtec-attendee-list {
padding: 0 4%;
margin-bottom: 20px;
}
.rtec-attendee-list-wrap .tribe-events-single-section-title.rtec-section-subtitle {
font-size: 1.2em;
font-weight: 700;
margin: 20px 0 10px;
}
.rtec-attendee-list-wrap .tribe-events-event-meta {
background: #fafafa;
border: 1px solid #eee;
margin: 30px 0;
} .rtec-modal-is-open {
overflow: hidden;
}
.rtec-modal {
position: fixed;
width: 700px;
top: 5%;
left: 50%;
right: 50%;
max-height: 90%;
margin-left: -350px;
overflow-y: auto;
opacity: 0;
pointer-events: none;
-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.7);
box-shadow: 0 5px 15px rgba(0,0,0,.7);
background: #fcfcfc;
-webkit-font-smoothing: subpixel-antialiased;
}
.rtec-modal .rtec-button-link.rtec-action-modal-close,
#rtec-modal .rtec-button-link.rtec-action-modal-close{
position: absolute;
top: 4px;
right: 4px;
left: auto;
bottom: 0;
width: 34px;
height: 34px;
margin: 0;
padding: 0;
border: 1px solid transparent;
z-index: 1000;
cursor: pointer;
outline: none;
background: transparent;
box-shadow: none;
border-radius: 0;
text-align: center;
text-decoration: none;
font-weight: bold;
font-size: 24px;
font-family: sans-serif;
transition-property: border, background;
transition-duration: .05s;
transition-timing-function: ease-in-out;
}
.rtec-modal .rtec-button-link.rtec-action-modal-close svg {
fill: #444;
}
.rtec-modal .rtec-button-link.rtec-action-modal-close:hover svg,
.rtec-modal .rtec-button-link.rtec-action-modal-close:active svg{
fill: #111;
}
.rtec-modal-content .rtec-already-registered-reveal {
display: none;
}
.rtec-media-modal-icon {
display: block;
}
.rtec-modal .rtec-button-link {
text-align: center;
color: inherit;
text-decoration: none;
}
@media all and (max-width: 725px){
.rtec-modal {
width: 100%;
margin-left: -50%;
}
}
.rtec-modal-is-open .rtec-modal {
opacity: 1;
pointer-events: auto;
z-index: 160000;
}
.rtec-modal-is-open .rtec-modal-backdrop {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
min-height: 360px;
background: #000;
opacity: .7;
z-index: 159900;
}
.rtec-modal #rtec .rtec-already-registered-options,
.rtec-modal #rtec .rtec-form-toggle-button {
display: none !important;
}
.rtec-modal #rtec .rtec-form-wrapper {
margin: 0;
}
.rtec-modal .tribe-events-event-meta.rtec-event-meta,
.rtec-modal .rtec-scrollto.tribe-events-notices{
margin: 50px 0 0;
}
#rtec-confirm-unregister {
text-align: center;
}
#rtec-confirm-unregister button {
margin-bottom: 0;
}
.rtec-modal .rtec-modal-inner-pad {
margin: 40px 30px;
}
.rtec-modal .rtec-modal-inner-pad p {
margin-bottom: 20px;
}.selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder{visibility:visible!important;background:#f2f2f2!important;background:rgba(0,0,0,.06)!important;border:0 none!important;-webkit-box-shadow:inset 0 0 12px 4px #fff;box-shadow:inset 0 0 12px 4px #fff}.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after{content:'!';visibility:hidden}.selectize-control.plugin-drag_drop .ui-sortable-helper{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.2);box-shadow:0 2px 5px rgba(0,0,0,.2)}.selectize-dropdown-header{position:relative;padding:3px 12px;border-bottom:1px solid #d0d0d0;background:#f8f8f8;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.selectize-dropdown-header-close{position:absolute;right:12px;top:50%;color:#333;opacity:.4;margin-top:-12px;line-height:20px;font-size:20px!important}.selectize-dropdown-header-close:hover{color:#000}.selectize-dropdown.plugin-optgroup_columns .optgroup{border-right:1px solid #f2f2f2;border-top:0 none;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child{border-right:0 none}.selectize-dropdown.plugin-optgroup_columns .optgroup:before{display:none}.selectize-dropdown.plugin-optgroup_columns .optgroup-header{border-top:0 none}.selectize-control.plugin-remove_button [data-value]{position:relative;padding-right:24px!important}.selectize-control.plugin-remove_button [data-value] .remove{z-index:1;position:absolute;top:0;right:0;bottom:0;width:17px;text-align:center;font-weight:700;font-size:12px;color:inherit;text-decoration:none;vertical-align:middle;display:inline-block;padding:1px 0 0 0;border-left:1px solid transparent;-webkit-border-radius:0 2px 2px 0;-moz-border-radius:0 2px 2px 0;border-radius:0 2px 2px 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.selectize-control.plugin-remove_button [data-value] .remove:hover{background:rgba(0,0,0,.05)}.selectize-control.plugin-remove_button [data-value].active .remove{border-left-color:transparent}.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover{background:0 0}.selectize-control.plugin-remove_button .disabled [data-value] .remove{border-left-color:rgba(77,77,77,0)}.selectize-control.plugin-remove_button .remove-single{position:absolute;right:0;top:0;font-size:23px}.selectize-control{position:relative}.selectize-dropdown,.selectize-input,.selectize-input input{color:#333;font-family:inherit;font-size:inherit;line-height:20px;-webkit-font-smoothing:inherit}.selectize-control.single .selectize-input.input-active,.selectize-input{background:#fff;cursor:text;display:inline-block}.selectize-input{border:1px solid #ccc;padding:6px 12px;display:inline-block;width:100%;overflow:hidden;position:relative;z-index:1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:none;box-shadow:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.selectize-control.multi .selectize-input.has-items{padding:5px 12px 2px}.selectize-input.full{background-color:#fff}.selectize-input.disabled,.selectize-input.disabled *{cursor:default!important}.selectize-input.focus{-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.15);box-shadow:inset 0 1px 2px rgba(0,0,0,.15)}.selectize-input.dropdown-active{-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.selectize-input>*{vertical-align:baseline;display:-moz-inline-stack;display:inline-block;zoom:1}.selectize-control.multi .selectize-input>div{cursor:pointer;margin:0 3px 3px 0;padding:1px 3px;background:#efefef;color:#333;border:0 solid transparent}.selectize-control.multi .selectize-input>div.active{background:#428bca;color:#fff;border:0 solid transparent}.selectize-control.multi .selectize-input.disabled>div,.selectize-control.multi .selectize-input.disabled>div.active{color:grey;background:#fff;border:0 solid rgba(77,77,77,0)}.selectize-input>input{display:inline-block!important;padding:0!important;min-height:0!important;max-height:none!important;max-width:100%!important;margin:0!important;text-indent:0!important;border:0 none!important;background:0 0!important;line-height:inherit!important;-webkit-user-select:auto!important;-webkit-box-shadow:none!important;box-shadow:none!important}.selectize-input>input::-ms-clear{display:none}.selectize-input>input:focus{outline:0!important}.selectize-input::after{content:' ';display:block;clear:left}.selectize-input.dropdown-active::before{content:' ';display:block;position:absolute;background:#fff;height:1px;bottom:0;left:0;right:0}.selectize-dropdown{position:absolute;z-index:10;border:1px solid #d0d0d0;background:#fff;margin:-1px 0 0 0;border-top:0 none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.1);box-shadow:0 1px 3px rgba(0,0,0,.1);-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px}.selectize-dropdown [data-selectable]{cursor:pointer;overflow:hidden}.selectize-dropdown [data-selectable] .highlight{background:rgba(255,237,40,.4);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.selectize-dropdown .optgroup-header,.selectize-dropdown .option{padding:3px 12px}.selectize-dropdown .option,.selectize-dropdown [data-disabled],.selectize-dropdown [data-disabled] [data-selectable].option{cursor:inherit;opacity:.5}.selectize-dropdown [data-selectable].option{opacity:1}.selectize-dropdown .optgroup:first-child .optgroup-header{border-top:0 none}.selectize-dropdown .optgroup-header{color:#777;background:#fff;cursor:default}.selectize-dropdown .active{background-color:#f5f5f5;color:#262626}.selectize-dropdown .active.create{color:#262626}.selectize-dropdown .create{color:rgba(51,51,51,.5)}.selectize-dropdown-content{overflow-y:auto;overflow-x:hidden;max-height:200px;-webkit-overflow-scrolling:touch}.selectize-control.single .selectize-input,.selectize-control.single .selectize-input input{cursor:pointer}.selectize-control.single .selectize-input.input-active,.selectize-control.single .selectize-input.input-active input{cursor:text}.selectize-control.single .selectize-input:after{content:' ';display:block;position:absolute;top:50%;right:17px;margin-top:-3px;width:0;height:0;border-style:solid;border-width:5px 5px 0 5px;border-color:#333 transparent transparent transparent}.selectize-control.single .selectize-input.dropdown-active:after{margin-top:-4px;border-width:0 5px 5px 5px;border-color:transparent transparent #333 transparent}.selectize-control.rtl.single .selectize-input:after{left:17px;right:auto}.selectize-control.rtl .selectize-input>input{margin:0 4px 0 -2px!important}.selectize-control .selectize-input.disabled{opacity:.5;background-color:#fff}.selectize-dropdown,.selectize-dropdown.form-control{height:auto;padding:0;margin:2px 0 0 0;z-index:1000;background:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.selectize-dropdown .optgroup-header{font-size:12px;line-height:1.42857143}.selectize-dropdown .optgroup:first-child:before{display:none}.selectize-dropdown .optgroup:before{content:' ';display:block;height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5;margin-left:-12px;margin-right:-12px}.selectize-dropdown-content{padding:5px 0}.selectize-dropdown-header{padding:6px 12px}.selectize-input{min-height:34px}.selectize-input.dropdown-active{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.selectize-input.dropdown-active::before{display:none}.selectize-input.focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.has-error .selectize-input{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .selectize-input:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.selectize-control.multi .selectize-input.has-items{padding-left:9px;padding-right:9px}.selectize-control.multi .selectize-input>div{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.form-control.selectize-control{padding:0;height:auto;border:none;background:0 0;-webkit-box-shadow:none;box-shadow:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-duotone,.fa-light,.fa-regular,.fa-solid,.fa-thin,.fab,.fad,.fal,.far,.fas,.fat{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-0:before{content:"\30"}.fa-1:before{content:"\31"}.fa-2:before{content:"\32"}.fa-3:before{content:"\33"}.fa-4:before{content:"\34"}.fa-5:before{content:"\35"}.fa-6:before{content:"\36"}.fa-7:before{content:"\37"}.fa-8:before{content:"\38"}.fa-9:before{content:"\39"}.fa-a:before{content:"\41"}.fa-address-book:before,.fa-contact-book:before{content:"\f2b9"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"\f2bb"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-anchor:before{content:"\f13d"}.fa-anchor-circle-check:before{content:"\e4aa"}.fa-anchor-circle-exclamation:before{content:"\e4ab"}.fa-anchor-circle-xmark:before{content:"\e4ac"}.fa-anchor-lock:before{content:"\e4ad"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-double-down:before,.fa-angles-down:before{content:"\f103"}.fa-angle-double-left:before,.fa-angles-left:before{content:"\f100"}.fa-angle-double-right:before,.fa-angles-right:before{content:"\f101"}.fa-angle-double-up:before,.fa-angles-up:before{content:"\f102"}.fa-ankh:before{content:"\f644"}.fa-apple-alt:before,.fa-apple-whole:before{content:"\f5d1"}.fa-archway:before{content:"\f557"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"\f162"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"\f15d"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"\f175"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"\f884"}.fa-arrow-down-up-across-line:before{content:"\e4af"}.fa-arrow-down-up-lock:before{content:"\e4b0"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"\f160"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"\f177"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"\f245"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"\f0ec"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"\f08b"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"\f178"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"\f090"}.fa-arrow-right-to-city:before{content:"\e4b3"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"\f01e"}.fa-arrow-trend-down:before{content:"\e097"}.fa-arrow-trend-up:before{content:"\e098"}.fa-arrow-turn-down:before,.fa-level-down:before{content:"\f149"}.fa-arrow-turn-up:before,.fa-level-up:before{content:"\f148"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"\f163"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"\f15e"}.fa-arrow-up-from-bracket:before{content:"\e09a"}.fa-arrow-up-from-ground-water:before{content:"\e4b5"}.fa-arrow-up-from-water-pump:before{content:"\e4b6"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"\f176"}.fa-arrow-up-right-dots:before{content:"\e4b7"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"\f08e"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"\f885"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"\f161"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-arrows-down-to-line:before{content:"\e4b8"}.fa-arrows-down-to-people:before{content:"\e4b9"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"\f07e"}.fa-arrows-left-right-to-line:before{content:"\e4ba"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"\f021"}.fa-arrows-spin:before{content:"\e4bb"}.fa-arrows-split-up-and-left:before{content:"\e4bc"}.fa-arrows-to-circle:before{content:"\e4bd"}.fa-arrows-to-dot:before{content:"\e4be"}.fa-arrows-to-eye:before{content:"\e4bf"}.fa-arrows-turn-right:before{content:"\e4c0"}.fa-arrows-turn-to-dots:before{content:"\e4c1"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"\f07d"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"\f047"}.fa-arrows-up-to-line:before{content:"\e4c2"}.fa-asterisk:before{content:"\2a"}.fa-at:before{content:"\40"}.fa-atom:before{content:"\f5d2"}.fa-audio-description:before{content:"\f29e"}.fa-austral-sign:before{content:"\e0a9"}.fa-award:before{content:"\f559"}.fa-b:before{content:"\42"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"\f77d"}.fa-backward:before{content:"\f04a"}.fa-backward-fast:before,.fa-fast-backward:before{content:"\f049"}.fa-backward-step:before,.fa-step-backward:before{content:"\f048"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"\f290"}.fa-bahai:before{content:"\f666"}.fa-baht-sign:before{content:"\e0ac"}.fa-ban:before,.fa-cancel:before{content:"\f05e"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"\f54d"}.fa-band-aid:before,.fa-bandage:before{content:"\f462"}.fa-barcode:before{content:"\f02a"}.fa-bars:before,.fa-navicon:before{content:"\f0c9"}.fa-bars-progress:before,.fa-tasks-alt:before{content:"\f828"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"\f550"}.fa-baseball-ball:before,.fa-baseball:before{content:"\f433"}.fa-baseball-bat-ball:before{content:"\f432"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"\f291"}.fa-basketball-ball:before,.fa-basketball:before{content:"\f434"}.fa-bath:before,.fa-bathtub:before{content:"\f2cd"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-battery-3:before,.fa-battery-half:before{content:"\f242"}.fa-battery-2:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-bed-pulse:before,.fa-procedures:before{content:"\f487"}.fa-beer-mug-empty:before,.fa-beer:before{content:"\f0fc"}.fa-bell:before{content:"\f0f3"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"\f562"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bicycle:before{content:"\f206"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-bitcoin-sign:before{content:"\e0b4"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blog:before{content:"\f781"}.fa-bold:before{content:"\f032"}.fa-bolt:before,.fa-zap:before{content:"\f0e7"}.fa-bolt-lightning:before{content:"\e0b7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-atlas:before,.fa-book-atlas:before{content:"\f558"}.fa-bible:before,.fa-book-bible:before{content:"\f647"}.fa-book-bookmark:before{content:"\e0bb"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"\f66a"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-open-reader:before,.fa-book-reader:before{content:"\f5da"}.fa-book-quran:before,.fa-quran:before{content:"\f687"}.fa-book-dead:before,.fa-book-skull:before{content:"\f6b7"}.fa-bookmark:before{content:"\f02e"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before,.fa-border-top-left:before{content:"\f853"}.fa-bore-hole:before{content:"\e4c3"}.fa-bottle-droplet:before{content:"\e4c4"}.fa-bottle-water:before{content:"\e4c5"}.fa-bowl-food:before{content:"\e4c6"}.fa-bowl-rice:before{content:"\e2eb"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-archive:before,.fa-box-archive:before{content:"\f187"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes-packing:before{content:"\e4c7"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-brazilian-real-sign:before{content:"\e46c"}.fa-bread-slice:before{content:"\f7ec"}.fa-bridge:before{content:"\e4c8"}.fa-bridge-circle-check:before{content:"\e4c9"}.fa-bridge-circle-exclamation:before{content:"\e4ca"}.fa-bridge-circle-xmark:before{content:"\e4cb"}.fa-bridge-lock:before{content:"\e4cc"}.fa-bridge-water:before{content:"\e4ce"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broom:before{content:"\f51a"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"\f458"}.fa-brush:before{content:"\f55d"}.fa-bucket:before{content:"\e4cf"}.fa-bug:before{content:"\f188"}.fa-bug-slash:before{content:"\e490"}.fa-bugs:before{content:"\e4d0"}.fa-building:before{content:"\f1ad"}.fa-building-circle-arrow-right:before{content:"\e4d1"}.fa-building-circle-check:before{content:"\e4d2"}.fa-building-circle-exclamation:before{content:"\e4d3"}.fa-building-circle-xmark:before{content:"\e4d4"}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"\f19c"}.fa-building-flag:before{content:"\e4d5"}.fa-building-lock:before{content:"\e4d6"}.fa-building-ngo:before{content:"\e4d7"}.fa-building-shield:before{content:"\e4d8"}.fa-building-un:before{content:"\e4d9"}.fa-building-user:before{content:"\e4da"}.fa-building-wheat:before{content:"\e4db"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burger:before,.fa-hamburger:before{content:"\f805"}.fa-burst:before{content:"\e4dc"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before,.fa-bus-simple:before{content:"\f55e"}.fa-briefcase-clock:before,.fa-business-time:before{content:"\f64a"}.fa-c:before{content:"\43"}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"\f1fd"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-week:before{content:"\f784"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"\f273"}.fa-camera-alt:before,.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-camera-rotate:before{content:"\e0d8"}.fa-campground:before{content:"\f6bb"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-battery-car:before,.fa-car-battery:before{content:"\f5df"}.fa-car-burst:before,.fa-car-crash:before{content:"\f5e1"}.fa-car-on:before{content:"\e4dd"}.fa-car-alt:before,.fa-car-rear:before{content:"\f5de"}.fa-car-side:before{content:"\f5e4"}.fa-car-tunnel:before{content:"\e4de"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"\f474"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"\f59d"}.fa-cart-plus:before{content:"\f217"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cedi-sign:before{content:"\e0df"}.fa-cent-sign:before{content:"\e3f5"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-blackboard:before,.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"\f51c"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"\f79f"}.fa-charging-station:before{content:"\f5e7"}.fa-area-chart:before,.fa-chart-area:before{content:"\f1fe"}.fa-bar-chart:before,.fa-chart-bar:before{content:"\f080"}.fa-chart-column:before{content:"\e0e3"}.fa-chart-gantt:before{content:"\e0e4"}.fa-chart-line:before,.fa-line-chart:before{content:"\f201"}.fa-chart-pie:before,.fa-pie-chart:before{content:"\f200"}.fa-chart-simple:before{content:"\e473"}.fa-check:before{content:"\f00c"}.fa-check-double:before{content:"\f560"}.fa-check-to-slot:before,.fa-vote-yea:before{content:"\f772"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-child-dress:before{content:"\e59c"}.fa-child-reaching:before{content:"\e59d"}.fa-child-rifle:before{content:"\e4e0"}.fa-children:before{content:"\e4e1"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"\f0ab"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"\f0a8"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"\f0aa"}.fa-check-circle:before,.fa-circle-check:before{content:"\f058"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"\f13a"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"\f137"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"\f138"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"\f139"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"\f4b9"}.fa-circle-dot:before,.fa-dot-circle:before{content:"\f192"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"\f358"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}.fa-circle-h:before,.fa-hospital-symbol:before{content:"\f47e"}.fa-adjust:before,.fa-circle-half-stroke:before{content:"\f042"}.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"\f359"}.fa-circle-minus:before,.fa-minus-circle:before{content:"\f056"}.fa-circle-nodes:before{content:"\e4e2"}.fa-circle-notch:before{content:"\f1ce"}.fa-circle-pause:before,.fa-pause-circle:before{content:"\f28b"}.fa-circle-play:before,.fa-play-circle:before{content:"\f144"}.fa-circle-plus:before,.fa-plus-circle:before{content:"\f055"}.fa-circle-question:before,.fa-question-circle:before{content:"\f059"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"\f7ba"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"\f35a"}.fa-circle-stop:before,.fa-stop-circle:before{content:"\f28d"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"\f35b"}.fa-circle-user:before,.fa-user-circle:before{content:"\f2bd"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}.fa-city:before{content:"\f64f"}.fa-clapperboard:before{content:"\e131"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clipboard-question:before{content:"\e4e3"}.fa-clipboard-user:before{content:"\f7f3"}.fa-clock-four:before,.fa-clock:before{content:"\f017"}.fa-clock-rotate-left:before,.fa-history:before{content:"\f1da"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"\f0ee"}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:"\f76c"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-showers-water:before{content:"\e4e4"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-clover:before{content:"\e139"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-code-commit:before{content:"\f386"}.fa-code-compare:before{content:"\e13a"}.fa-code-fork:before{content:"\e13b"}.fa-code-merge:before{content:"\f387"}.fa-code-pull-request:before{content:"\e13c"}.fa-coins:before{content:"\f51e"}.fa-colon-sign:before{content:"\e140"}.fa-comment:before{content:"\f075"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before,.fa-commenting:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comment-sms:before,.fa-sms:before{content:"\f7cd"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"\f568"}.fa-compress:before{content:"\f066"}.fa-computer:before{content:"\e4e5"}.fa-computer-mouse:before,.fa-mouse:before{content:"\f8cc"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cow:before{content:"\f6c8"}.fa-credit-card-alt:before,.fa-credit-card:before{content:"\f09d"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before,.fa-crop-simple:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-cruzeiro-sign:before{content:"\e152"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cubes-stacked:before{content:"\e4e6"}.fa-d:before{content:"\44"}.fa-database:before{content:"\f1c0"}.fa-backspace:before,.fa-delete-left:before{content:"\f55a"}.fa-democrat:before{content:"\f747"}.fa-desktop-alt:before,.fa-desktop:before{content:"\f390"}.fa-dharmachakra:before{content:"\f655"}.fa-diagram-next:before{content:"\e476"}.fa-diagram-predecessor:before{content:"\e477"}.fa-diagram-project:before,.fa-project-diagram:before{content:"\f542"}.fa-diagram-successor:before{content:"\e47a"}.fa-diamond:before{content:"\f219"}.fa-diamond-turn-right:before,.fa-directions:before{content:"\f5eb"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-disease:before{content:"\f7fa"}.fa-display:before{content:"\e163"}.fa-divide:before{content:"\f529"}.fa-dna:before{content:"\f471"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\24"}.fa-dolly-box:before,.fa-dolly:before{content:"\f472"}.fa-dong-sign:before{content:"\e169"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dove:before{content:"\f4ba"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"\f422"}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"\f309"}.fa-download:before{content:"\f019"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-droplet:before,.fa-tint:before{content:"\f043"}.fa-droplet-slash:before,.fa-tint-slash:before{content:"\f5c7"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-e:before{content:"\45"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"\f2a2"}.fa-earth-africa:before,.fa-globe-africa:before{content:"\f57c"}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"\f57d"}.fa-earth-asia:before,.fa-globe-asia:before{content:"\f57e"}.fa-earth-europe:before,.fa-globe-europe:before{content:"\f7a2"}.fa-earth-oceania:before,.fa-globe-oceania:before{content:"\e47b"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elevator:before{content:"\e16d"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"\f141"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\f142"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-circle-check:before{content:"\e4e8"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"\f674"}.fa-equals:before{content:"\3d"}.fa-eraser:before{content:"\f12d"}.fa-ethernet:before{content:"\f796"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\f153"}.fa-exclamation:before{content:"\21"}.fa-expand:before{content:"\f065"}.fa-explosion:before{content:"\e4e9"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"\f1fb"}.fa-eye-low-vision:before,.fa-low-vision:before{content:"\f2a8"}.fa-eye-slash:before{content:"\f070"}.fa-f:before{content:"\46"}.fa-angry:before,.fa-face-angry:before{content:"\f556"}.fa-dizzy:before,.fa-face-dizzy:before{content:"\f567"}.fa-face-flushed:before,.fa-flushed:before{content:"\f579"}.fa-face-frown:before,.fa-frown:before{content:"\f119"}.fa-face-frown-open:before,.fa-frown-open:before{content:"\f57a"}.fa-face-grimace:before,.fa-grimace:before{content:"\f57f"}.fa-face-grin:before,.fa-grin:before{content:"\f580"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"\f582"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"\f583"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"\f584"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"\f585"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"\f586"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"\f587"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"\f588"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"\f589"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"\f58a"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"\f58b"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"\f581"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"\f58c"}.fa-face-kiss:before,.fa-kiss:before{content:"\f596"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"\f597"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"\f598"}.fa-face-laugh:before,.fa-laugh:before{content:"\f599"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"\f59a"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"\f59b"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"\f59c"}.fa-face-meh:before,.fa-meh:before{content:"\f11a"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"\f5a4"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"\f5b3"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"\f5b4"}.fa-face-smile:before,.fa-smile:before{content:"\f118"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"\f5b8"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"\f4da"}.fa-face-surprise:before,.fa-surprise:before{content:"\f5c2"}.fa-face-tired:before,.fa-tired:before{content:"\f5c8"}.fa-fan:before{content:"\f863"}.fa-faucet:before{content:"\e005"}.fa-faucet-drip:before{content:"\e006"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before,.fa-feather-pointed:before{content:"\f56b"}.fa-ferry:before{content:"\e4ea"}.fa-file:before{content:"\f15b"}.fa-file-arrow-down:before,.fa-file-download:before{content:"\f56d"}.fa-file-arrow-up:before,.fa-file-upload:before{content:"\f574"}.fa-file-audio:before{content:"\f1c7"}.fa-file-circle-check:before{content:"\e493"}.fa-file-circle-exclamation:before{content:"\e4eb"}.fa-file-circle-minus:before{content:"\e4ed"}.fa-file-circle-plus:before{content:"\e4ee"}.fa-file-circle-question:before{content:"\e4ef"}.fa-file-circle-xmark:before{content:"\e494"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-excel:before{content:"\f1c3"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"\f15c"}.fa-file-medical:before{content:"\f477"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-edit:before,.fa-file-pen:before{content:"\f31c"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-shield:before{content:"\e4f0"}.fa-file-signature:before{content:"\f573"}.fa-file-video:before{content:"\f1c8"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"\f478"}.fa-file-word:before{content:"\f1c2"}.fa-file-archive:before,.fa-file-zipper:before{content:"\f1c6"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"\f662"}.fa-filter-circle-xmark:before{content:"\e17b"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-burner:before{content:"\e4f1"}.fa-fire-extinguisher:before{content:"\f134"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"\f7e4"}.fa-burn:before,.fa-fire-flame-simple:before{content:"\f46a"}.fa-fish:before{content:"\f578"}.fa-fish-fins:before{content:"\e4f2"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flask-vial:before{content:"\e4f3"}.fa-floppy-disk:before,.fa-save:before{content:"\f0c7"}.fa-florin-sign:before{content:"\e184"}.fa-folder-blank:before,.fa-folder:before{content:"\f07b"}.fa-folder-closed:before{content:"\e185"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-folder-tree:before{content:"\f802"}.fa-font:before{content:"\f031"}.fa-football-ball:before,.fa-football:before{content:"\f44e"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before,.fa-forward-fast:before{content:"\f050"}.fa-forward-step:before,.fa-step-forward:before{content:"\f051"}.fa-franc-sign:before{content:"\e18f"}.fa-frog:before{content:"\f52e"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"\f1e3"}.fa-g:before{content:"\47"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"\f624"}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"\f625"}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"\f629"}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"\f62a"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-glass-water:before{content:"\e4f4"}.fa-glass-water-droplet:before{content:"\e4f5"}.fa-glasses:before{content:"\f530"}.fa-globe:before{content:"\f0ac"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"\f450"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-greater-than:before{content:"\3e"}.fa-greater-than-equal:before{content:"\f532"}.fa-grip-horizontal:before,.fa-grip:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-group-arrows-rotate:before{content:"\e4f6"}.fa-guarani-sign:before{content:"\e19a"}.fa-guitar:before{content:"\f7a6"}.fa-gun:before{content:"\e19b"}.fa-h:before{content:"\48"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-paper:before,.fa-hand:before{content:"\f256"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"\f255"}.fa-allergies:before,.fa-hand-dots:before{content:"\f461"}.fa-fist-raised:before,.fa-hand-fist:before{content:"\f6de"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-holding-hand:before{content:"\e4f7"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-handcuffs:before{content:"\e4f8"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"\f2a3"}.fa-hands-bound:before{content:"\e4f9"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"\e05e"}.fa-hands-clapping:before{content:"\e1a8"}.fa-hands-holding:before{content:"\f4c2"}.fa-hands-holding-child:before{content:"\e4fa"}.fa-hands-holding-circle:before{content:"\e4fb"}.fa-hands-praying:before,.fa-praying-hands:before{content:"\f684"}.fa-handshake:before{content:"\f2b5"}.fa-hands-helping:before,.fa-handshake-angle:before{content:"\f4c4"}.fa-handshake-alt:before,.fa-handshake-simple:before{content:"\f4c6"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-drive:before,.fa-hdd:before{content:"\f0a0"}.fa-hashtag:before{content:"\23"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-header:before,.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-circle-bolt:before{content:"\e4fc"}.fa-heart-circle-check:before{content:"\e4fd"}.fa-heart-circle-exclamation:before{content:"\e4fe"}.fa-heart-circle-minus:before{content:"\e4ff"}.fa-heart-circle-plus:before{content:"\e500"}.fa-heart-circle-xmark:before{content:"\e501"}.fa-heart-broken:before,.fa-heart-crack:before{content:"\f7a9"}.fa-heart-pulse:before,.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-helicopter-symbol:before{content:"\e502"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"\f807"}.fa-helmet-un:before{content:"\e503"}.fa-highlighter:before{content:"\f591"}.fa-hill-avalanche:before{content:"\e507"}.fa-hill-rockslide:before{content:"\e508"}.fa-hippo:before{content:"\f6ed"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"\f0f8"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hourglass-2:before,.fa-hourglass-half:before,.fa-hourglass:before{content:"\f254"}.fa-hourglass-empty:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"\f015"}.fa-home-lg:before,.fa-house-chimney:before{content:"\e3af"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"\f6f1"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"\f7f2"}.fa-house-chimney-user:before{content:"\e065"}.fa-house-chimney-window:before{content:"\e00d"}.fa-house-circle-check:before{content:"\e509"}.fa-house-circle-exclamation:before{content:"\e50a"}.fa-house-circle-xmark:before{content:"\e50b"}.fa-house-crack:before{content:"\e3b1"}.fa-house-fire:before{content:"\e50c"}.fa-house-flag:before{content:"\e50d"}.fa-house-flood-water:before{content:"\e50e"}.fa-house-flood-water-circle-arrow-right:before{content:"\e50f"}.fa-house-laptop:before,.fa-laptop-house:before{content:"\e066"}.fa-house-lock:before{content:"\e510"}.fa-house-medical:before{content:"\e3b2"}.fa-house-medical-circle-check:before{content:"\e511"}.fa-house-medical-circle-exclamation:before{content:"\e512"}.fa-house-medical-circle-xmark:before{content:"\e513"}.fa-house-medical-flag:before{content:"\e514"}.fa-house-signal:before{content:"\e012"}.fa-house-tsunami:before{content:"\e515"}.fa-home-user:before,.fa-house-user:before{content:"\e1b0"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"\f6f2"}.fa-hurricane:before{content:"\f751"}.fa-i:before{content:"\49"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-image-portrait:before,.fa-portrait:before{content:"\f3e0"}.fa-images:before{content:"\f302"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-italic:before{content:"\f033"}.fa-j:before{content:"\4a"}.fa-jar:before{content:"\e516"}.fa-jar-wheat:before{content:"\e517"}.fa-jedi:before{content:"\f669"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"\f0fb"}.fa-jet-fighter-up:before{content:"\e518"}.fa-joint:before{content:"\f595"}.fa-jug-detergent:before{content:"\e519"}.fa-k:before{content:"\4b"}.fa-kaaba:before{content:"\f66b"}.fa-key:before{content:"\f084"}.fa-keyboard:before{content:"\f11c"}.fa-khanda:before{content:"\f66d"}.fa-kip-sign:before{content:"\e1c4"}.fa-first-aid:before,.fa-kit-medical:before{content:"\f479"}.fa-kitchen-set:before{content:"\e51a"}.fa-kiwi-bird:before{content:"\f535"}.fa-l:before{content:"\4c"}.fa-land-mine-on:before{content:"\e51b"}.fa-landmark:before{content:"\f66f"}.fa-landmark-alt:before,.fa-landmark-dome:before{content:"\f752"}.fa-landmark-flag:before{content:"\e51c"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-file:before{content:"\e51d"}.fa-laptop-medical:before{content:"\f812"}.fa-lari-sign:before{content:"\e1c8"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-arrows-alt-h:before,.fa-left-right:before{content:"\f337"}.fa-lemon:before{content:"\f094"}.fa-less-than:before{content:"\3c"}.fa-less-than-equal:before{content:"\f537"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-lines-leaning:before{content:"\e51e"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"\f127"}.fa-lira-sign:before{content:"\f195"}.fa-list-squares:before,.fa-list:before{content:"\f03a"}.fa-list-check:before,.fa-tasks:before{content:"\f0ae"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"\f0cb"}.fa-list-dots:before,.fa-list-ul:before{content:"\f0ca"}.fa-litecoin-sign:before{content:"\e1d3"}.fa-location-arrow:before{content:"\f124"}.fa-location-crosshairs:before,.fa-location:before{content:"\f601"}.fa-location-dot:before,.fa-map-marker-alt:before{content:"\f3c5"}.fa-location-pin:before,.fa-map-marker:before{content:"\f041"}.fa-location-pin-lock:before{content:"\e51f"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-locust:before{content:"\e520"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-m:before{content:"\4d"}.fa-magnet:before{content:"\f076"}.fa-magnifying-glass:before,.fa-search:before{content:"\f002"}.fa-magnifying-glass-arrow-right:before{content:"\e521"}.fa-magnifying-glass-chart:before{content:"\e522"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"\f688"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"\f689"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"\f010"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"\f00e"}.fa-manat-sign:before{content:"\e1d5"}.fa-map:before{content:"\f279"}.fa-map-location:before,.fa-map-marked:before{content:"\f59f"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-pin:before{content:"\f276"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-and-venus:before{content:"\f224"}.fa-mars-and-venus-burst:before{content:"\e523"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"\f22b"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"\f22a"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"\f57b"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"\f561"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"\f000"}.fa-mask:before{content:"\f6fa"}.fa-mask-face:before{content:"\e1d7"}.fa-mask-ventilator:before{content:"\e524"}.fa-masks-theater:before,.fa-theater-masks:before{content:"\f630"}.fa-mattress-pillow:before{content:"\e525"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"\f31e"}.fa-medal:before{content:"\f5a2"}.fa-memory:before{content:"\f538"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-comment-alt:before,.fa-message:before{content:"\f27a"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"\f3c9"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-mill-sign:before{content:"\e1ed"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"\f78c"}.fa-minus:before,.fa-subtract:before{content:"\f068"}.fa-mitten:before{content:"\f7b5"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"\f3ce"}.fa-mobile-button:before{content:"\f10b"}.fa-mobile-retro:before{content:"\e527"}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:"\f3cf"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"\f3cd"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-bill-transfer:before{content:"\e528"}.fa-money-bill-trend-up:before{content:"\e529"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wheat:before{content:"\e52a"}.fa-money-bills:before{content:"\e1f3"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-mosquito:before{content:"\e52b"}.fa-mosquito-net:before{content:"\e52c"}.fa-motorcycle:before{content:"\f21c"}.fa-mound:before{content:"\e52d"}.fa-mountain:before{content:"\f6fc"}.fa-mountain-city:before{content:"\e52e"}.fa-mountain-sun:before{content:"\e52f"}.fa-mug-hot:before{content:"\f7b6"}.fa-coffee:before,.fa-mug-saucer:before{content:"\f0f4"}.fa-music:before{content:"\f001"}.fa-n:before{content:"\4e"}.fa-naira-sign:before{content:"\e1f6"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-not-equal:before{content:"\f53e"}.fa-note-sticky:before,.fa-sticky-note:before{content:"\f249"}.fa-notes-medical:before{content:"\f481"}.fa-o:before{content:"\4f"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-oil-can:before{content:"\f613"}.fa-oil-well:before{content:"\e532"}.fa-om:before{content:"\f679"}.fa-otter:before{content:"\f700"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-p:before{content:"\50"}.fa-pager:before{content:"\f815"}.fa-paint-roller:before{content:"\f5aa"}.fa-paint-brush:before,.fa-paintbrush:before{content:"\f1fc"}.fa-palette:before{content:"\f53f"}.fa-pallet:before{content:"\f482"}.fa-panorama:before{content:"\e209"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-passport:before{content:"\f5ab"}.fa-file-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-pause:before{content:"\f04c"}.fa-paw:before{content:"\f1b0"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before,.fa-pen-clip:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"\f5ae"}.fa-edit:before,.fa-pen-to-square:before{content:"\f044"}.fa-pencil-alt:before,.fa-pencil:before{content:"\f303"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"\e068"}.fa-people-carry-box:before,.fa-people-carry:before{content:"\f4ce"}.fa-people-group:before{content:"\e533"}.fa-people-line:before{content:"\e534"}.fa-people-pulling:before{content:"\e535"}.fa-people-robbery:before{content:"\e536"}.fa-people-roof:before{content:"\e537"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before,.fa-percentage:before{content:"\25"}.fa-male:before,.fa-person:before{content:"\f183"}.fa-person-arrow-down-to-line:before{content:"\e538"}.fa-person-arrow-up-from-line:before{content:"\e539"}.fa-biking:before,.fa-person-biking:before{content:"\f84a"}.fa-person-booth:before{content:"\f756"}.fa-person-breastfeeding:before{content:"\e53a"}.fa-person-burst:before{content:"\e53b"}.fa-person-cane:before{content:"\e53c"}.fa-person-chalkboard:before{content:"\e53d"}.fa-person-circle-check:before{content:"\e53e"}.fa-person-circle-exclamation:before{content:"\e53f"}.fa-person-circle-minus:before{content:"\e540"}.fa-person-circle-plus:before{content:"\e541"}.fa-person-circle-question:before{content:"\e542"}.fa-person-circle-xmark:before{content:"\e543"}.fa-digging:before,.fa-person-digging:before{content:"\f85e"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"\f470"}.fa-female:before,.fa-person-dress:before{content:"\f182"}.fa-person-dress-burst:before{content:"\e544"}.fa-person-drowning:before{content:"\e545"}.fa-person-falling:before{content:"\e546"}.fa-person-falling-burst:before{content:"\e547"}.fa-person-half-dress:before{content:"\e548"}.fa-person-harassing:before{content:"\e549"}.fa-hiking:before,.fa-person-hiking:before{content:"\f6ec"}.fa-person-military-pointing:before{content:"\e54a"}.fa-person-military-rifle:before{content:"\e54b"}.fa-person-military-to-person:before{content:"\e54c"}.fa-person-praying:before,.fa-pray:before{content:"\f683"}.fa-person-pregnant:before{content:"\e31e"}.fa-person-rays:before{content:"\e54d"}.fa-person-rifle:before{content:"\e54e"}.fa-person-running:before,.fa-running:before{content:"\f70c"}.fa-person-shelter:before{content:"\e54f"}.fa-person-skating:before,.fa-skating:before{content:"\f7c5"}.fa-person-skiing:before,.fa-skiing:before{content:"\f7c9"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"\f7ca"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"\f7ce"}.fa-person-swimming:before,.fa-swimmer:before{content:"\f5c4"}.fa-person-through-window:before{content:"\e433"}.fa-person-walking:before,.fa-walking:before{content:"\f554"}.fa-person-walking-arrow-loop-left:before{content:"\e551"}.fa-person-walking-arrow-right:before{content:"\e552"}.fa-person-walking-dashed-line-arrow-right:before{content:"\e553"}.fa-person-walking-luggage:before{content:"\e554"}.fa-blind:before,.fa-person-walking-with-cane:before{content:"\f29d"}.fa-peseta-sign:before{content:"\e221"}.fa-peso-sign:before{content:"\e222"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before,.fa-phone-flip:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"\f2a0"}.fa-photo-film:before,.fa-photo-video:before{content:"\f87c"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-circle-check:before{content:"\e555"}.fa-plane-circle-exclamation:before{content:"\e556"}.fa-plane-circle-xmark:before{content:"\e557"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-lock:before{content:"\e558"}.fa-plane-slash:before{content:"\e069"}.fa-plane-up:before{content:"\e22d"}.fa-plant-wilt:before{content:"\e43b"}.fa-plate-wheat:before{content:"\e55a"}.fa-play:before{content:"\f04b"}.fa-plug:before{content:"\f1e6"}.fa-plug-circle-bolt:before{content:"\e55b"}.fa-plug-circle-check:before{content:"\e55c"}.fa-plug-circle-exclamation:before{content:"\e55d"}.fa-plug-circle-minus:before{content:"\e55e"}.fa-plug-circle-plus:before{content:"\e55f"}.fa-plug-circle-xmark:before{content:"\e560"}.fa-add:before,.fa-plus:before{content:"\2b"}.fa-plus-minus:before{content:"\e43c"}.fa-podcast:before{content:"\f2ce"}.fa-poo:before{content:"\f2fe"}.fa-poo-bolt:before,.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-power-off:before{content:"\f011"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-puzzle-piece:before{content:"\f12e"}.fa-q:before{content:"\51"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\3f"}.fa-quote-left-alt:before,.fa-quote-left:before{content:"\f10d"}.fa-quote-right-alt:before,.fa-quote-right:before{content:"\f10e"}.fa-r:before{content:"\52"}.fa-radiation:before{content:"\f7b9"}.fa-radio:before{content:"\f8d7"}.fa-rainbow:before{content:"\f75b"}.fa-ranking-star:before{content:"\e561"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-ad:before,.fa-rectangle-ad:before{content:"\f641"}.fa-list-alt:before,.fa-rectangle-list:before{content:"\f022"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"\f410"}.fa-recycle:before{content:"\f1b8"}.fa-registered:before{content:"\f25d"}.fa-repeat:before{content:"\f363"}.fa-mail-reply:before,.fa-reply:before{content:"\f3e5"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-republican:before{content:"\f75e"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-ribbon:before{content:"\f4d6"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"\f2f5"}.fa-exchange-alt:before,.fa-right-left:before{content:"\f362"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"\f30b"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"\f2f6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-road-barrier:before{content:"\e562"}.fa-road-bridge:before{content:"\e563"}.fa-road-circle-check:before{content:"\e564"}.fa-road-circle-exclamation:before{content:"\e565"}.fa-road-circle-xmark:before{content:"\e566"}.fa-road-lock:before{content:"\e567"}.fa-road-spikes:before{content:"\e568"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rotate:before,.fa-sync-alt:before{content:"\f2f1"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"\f2ea"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"\f2f9"}.fa-route:before{content:"\f4d7"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}.fa-rug:before{content:"\e569"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-rupee-sign:before,.fa-rupee:before{content:"\f156"}.fa-rupiah-sign:before{content:"\e23d"}.fa-s:before{content:"\53"}.fa-sack-dollar:before{content:"\f81d"}.fa-sack-xmark:before{content:"\e56a"}.fa-sailboat:before{content:"\e445"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-balance-scale:before,.fa-scale-balanced:before{content:"\f24e"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"\f515"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"\f516"}.fa-school:before{content:"\f549"}.fa-school-circle-check:before{content:"\e56b"}.fa-school-circle-exclamation:before{content:"\e56c"}.fa-school-circle-xmark:before{content:"\e56d"}.fa-school-flag:before{content:"\e56e"}.fa-school-lock:before{content:"\e56f"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-screwdriver:before{content:"\f54a"}.fa-screwdriver-wrench:before,.fa-tools:before{content:"\f7d9"}.fa-scroll:before{content:"\f70e"}.fa-scroll-torah:before,.fa-torah:before{content:"\f6a0"}.fa-sd-card:before{content:"\f7c2"}.fa-section:before{content:"\e447"}.fa-seedling:before,.fa-sprout:before{content:"\f4d8"}.fa-server:before{content:"\f233"}.fa-shapes:before,.fa-triangle-circle-square:before{content:"\f61f"}.fa-arrow-turn-right:before,.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}.fa-share-alt:before,.fa-share-nodes:before{content:"\f1e0"}.fa-sheet-plastic:before{content:"\e571"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"\f20b"}.fa-shield-blank:before,.fa-shield:before{content:"\f132"}.fa-shield-cat:before{content:"\e572"}.fa-shield-dog:before{content:"\e573"}.fa-shield-alt:before,.fa-shield-halved:before{content:"\f3ed"}.fa-shield-heart:before{content:"\e574"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"\f553"}.fa-shoe-prints:before{content:"\f54b"}.fa-shop:before,.fa-store-alt:before{content:"\f54f"}.fa-shop-lock:before{content:"\e4a5"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"\e070"}.fa-shower:before{content:"\f2cc"}.fa-shrimp:before{content:"\e448"}.fa-random:before,.fa-shuffle:before{content:"\f074"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"\f197"}.fa-sign-hanging:before,.fa-sign:before{content:"\f4d9"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-map-signs:before,.fa-signs-post:before{content:"\f277"}.fa-sim-card:before{content:"\f7c4"}.fa-sink:before{content:"\e06d"}.fa-sitemap:before{content:"\f0e8"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before,.fa-sliders:before{content:"\f1de"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-spa:before{content:"\f5bb"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"\f67b"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spoon:before,.fa-utensil-spoon:before{content:"\f2e5"}.fa-spray-can:before{content:"\f5bd"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"\f5d0"}.fa-square:before{content:"\f0c8"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"\f14c"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"\f150"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"\f191"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"\f152"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"\f151"}.fa-check-square:before,.fa-square-check:before{content:"\f14a"}.fa-envelope-square:before,.fa-square-envelope:before{content:"\f199"}.fa-square-full:before{content:"\f45c"}.fa-h-square:before,.fa-square-h:before{content:"\f0fd"}.fa-minus-square:before,.fa-square-minus:before{content:"\f146"}.fa-square-nfi:before{content:"\e576"}.fa-parking:before,.fa-square-parking:before{content:"\f540"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"\f14b"}.fa-square-person-confined:before{content:"\e577"}.fa-phone-square:before,.fa-square-phone:before{content:"\f098"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"\f87b"}.fa-plus-square:before,.fa-square-plus:before{content:"\f0fe"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"\f682"}.fa-poll:before,.fa-square-poll-vertical:before{content:"\f681"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"\f698"}.fa-rss-square:before,.fa-square-rss:before{content:"\f143"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"\f1e1"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"\f360"}.fa-square-virus:before{content:"\e578"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"\f2d3"}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:"\e579"}.fa-stairs:before{content:"\e289"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\f154"}.fa-stethoscope:before{content:"\f0f1"}.fa-stop:before{content:"\f04d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-slash:before{content:"\e071"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stroopwafel:before{content:"\f551"}.fa-subscript:before{content:"\f12c"}.fa-suitcase:before{content:"\f0f2"}.fa-medkit:before,.fa-suitcase-medical:before{content:"\f0fa"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-sun-plant-wilt:before{content:"\e57a"}.fa-superscript:before{content:"\f12b"}.fa-swatchbook:before{content:"\f5c3"}.fa-synagogue:before{content:"\f69b"}.fa-syringe:before{content:"\f48e"}.fa-t:before{content:"\54"}.fa-table:before{content:"\f0ce"}.fa-table-cells:before,.fa-th:before{content:"\f00a"}.fa-table-cells-large:before,.fa-th-large:before{content:"\f009"}.fa-columns:before,.fa-table-columns:before{content:"\f0db"}.fa-table-list:before,.fa-th-list:before{content:"\f00b"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"\f45d"}.fa-tablet-android:before,.fa-tablet:before{content:"\f3fb"}.fa-tablet-button:before{content:"\f10a"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"\f566"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tarp:before{content:"\e57b"}.fa-tarp-droplet:before{content:"\e57c"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:"\e03f"}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:"\e040"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-tenge-sign:before,.fa-tenge:before{content:"\f7d7"}.fa-tent:before{content:"\e57d"}.fa-tent-arrow-down-to-line:before{content:"\e57e"}.fa-tent-arrow-left-right:before{content:"\e57f"}.fa-tent-arrow-turn-left:before{content:"\e580"}.fa-tent-arrows-down:before{content:"\e581"}.fa-tents:before{content:"\e582"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-remove-format:before,.fa-text-slash:before{content:"\f87d"}.fa-text-width:before{content:"\f035"}.fa-thermometer:before{content:"\f491"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumb-tack:before,.fa-thumbtack:before{content:"\f08d"}.fa-ticket:before{content:"\f145"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"\f3ff"}.fa-timeline:before{content:"\e29c"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toilet-portable:before{content:"\e583"}.fa-toilets-portable:before{content:"\e584"}.fa-toolbox:before{content:"\f552"}.fa-tooth:before{content:"\f5c9"}.fa-torii-gate:before{content:"\f6a1"}.fa-tornado:before{content:"\f76f"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"\f519"}.fa-tower-cell:before{content:"\e585"}.fa-tower-observation:before{content:"\e586"}.fa-tractor:before{content:"\f722"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-subway:before,.fa-train-subway:before{content:"\f239"}.fa-train-tram:before,.fa-tram:before{content:"\f7da"}.fa-transgender-alt:before,.fa-transgender:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"\f829"}.fa-trash-alt:before,.fa-trash-can:before{content:"\f2ed"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-tree-city:before{content:"\e587"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}.fa-trophy:before{content:"\f091"}.fa-trowel:before{content:"\e589"}.fa-trowel-bricks:before{content:"\e58a"}.fa-truck:before{content:"\f0d1"}.fa-truck-arrow-right:before{content:"\e58b"}.fa-truck-droplet:before{content:"\e58c"}.fa-shipping-fast:before,.fa-truck-fast:before{content:"\f48b"}.fa-truck-field:before{content:"\e58d"}.fa-truck-field-un:before{content:"\e58e"}.fa-truck-front:before{content:"\e2b7"}.fa-ambulance:before,.fa-truck-medical:before{content:"\f0f9"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-truck-plane:before{content:"\e58f"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"\f4de"}.fa-teletype:before,.fa-tty:before{content:"\f1e4"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}.fa-level-down-alt:before,.fa-turn-down:before{content:"\f3be"}.fa-level-up-alt:before,.fa-turn-up:before{content:"\f3bf"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"\f26c"}.fa-u:before{content:"\55"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-universal-access:before{content:"\f29a"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"\f13e"}.fa-arrows-alt-v:before,.fa-up-down:before{content:"\f338"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"\f0b2"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"\f30c"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"\f424"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"\f35d"}.fa-upload:before{content:"\f093"}.fa-user:before{content:"\f007"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-clock:before{content:"\f4fd"}.fa-user-doctor:before,.fa-user-md:before{content:"\f0f0"}.fa-user-cog:before,.fa-user-gear:before{content:"\f4fe"}.fa-user-graduate:before{content:"\f501"}.fa-user-friends:before,.fa-user-group:before{content:"\f500"}.fa-user-injured:before{content:"\f728"}.fa-user-alt:before,.fa-user-large:before{content:"\f406"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"\f4fa"}.fa-user-lock:before{content:"\f502"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-edit:before,.fa-user-pen:before{content:"\f4ff"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before,.fa-user-xmark:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-between-lines:before{content:"\e591"}.fa-users-cog:before,.fa-users-gear:before{content:"\f509"}.fa-users-line:before{content:"\e592"}.fa-users-rays:before{content:"\e593"}.fa-users-rectangle:before{content:"\e594"}.fa-users-slash:before{content:"\e073"}.fa-users-viewfinder:before{content:"\e595"}.fa-cutlery:before,.fa-utensils:before{content:"\f2e7"}.fa-v:before{content:"\56"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"\f5b6"}.fa-vault:before{content:"\e2c5"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-vial:before{content:"\f492"}.fa-vial-circle-check:before{content:"\e596"}.fa-vial-virus:before{content:"\e597"}.fa-vials:before{content:"\f493"}.fa-video-camera:before,.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-virus:before{content:"\e074"}.fa-virus-covid:before{content:"\e4a8"}.fa-virus-covid-slash:before{content:"\e4a9"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-voicemail:before{content:"\f897"}.fa-volcano:before{content:"\f770"}.fa-volleyball-ball:before,.fa-volleyball:before{content:"\f45f"}.fa-volume-high:before,.fa-volume-up:before{content:"\f028"}.fa-volume-down:before,.fa-volume-low:before{content:"\f027"}.fa-volume-off:before{content:"\f026"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"\f6a9"}.fa-vr-cardboard:before{content:"\f729"}.fa-w:before{content:"\57"}.fa-walkie-talkie:before{content:"\f8ef"}.fa-wallet:before{content:"\f555"}.fa-magic:before,.fa-wand-magic:before{content:"\f0d0"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"\e2ca"}.fa-wand-sparkles:before{content:"\f72b"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"\f5c5"}.fa-wave-square:before{content:"\f83e"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weight-scale:before,.fa-weight:before{content:"\f496"}.fa-wheat-alt:before,.fa-wheat-awn:before{content:"\e2cd"}.fa-wheat-awn-circle-exclamation:before{content:"\e598"}.fa-wheelchair:before{content:"\f193"}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:"\e2ce"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"\f7a0"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"\f1eb"}.fa-wind:before{content:"\f72e"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"\f5ce"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\f159"}.fa-worm:before{content:"\e599"}.fa-wrench:before{content:"\f0ad"}.fa-x:before{content:"\58"}.fa-x-ray:before{content:"\f497"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}.fa-xmarks-lines:before{content:"\e59a"}.fa-y:before{content:"\59"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-z:before{content:"\5a"}.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:host,:root{--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(//distrec.up.ac.pa/wp-content/plugins/wp-books-gallery/assets/css/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//distrec.up.ac.pa/wp-content/plugins/wp-books-gallery/assets/css/fontawesome/webfonts/fa-brands-400.ttf) format("truetype")}.fa-brands,.fab{font-family:"Font Awesome 6 Brands";font-weight:400}.fa-42-group:before,.fa-innosoft:before{content:"\e080"}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-alipay:before{content:"\f642"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-amilia:before{content:"\f36d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-pay:before{content:"\f415"}.fa-artstation:before{content:"\f77a"}.fa-asymmetrik:before{content:"\f372"}.fa-atlassian:before{content:"\f77b"}.fa-audible:before{content:"\f373"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-aws:before{content:"\f375"}.fa-bandcamp:before{content:"\f2d5"}.fa-battle-net:before{content:"\f835"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bilibili:before{content:"\e3d9"}.fa-bimobject:before{content:"\f378"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bootstrap:before{content:"\f836"}.fa-bots:before{content:"\e340"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-buromobelexperte:before{content:"\f37f"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cmplid:before{content:"\e360"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cotton-bureau:before{content:"\f89e"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-critical-role:before{content:"\f6c9"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dhl:before{content:"\f790"}.fa-diaspora:before{content:"\f791"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-draft2digital:before{content:"\f396"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drupal:before{content:"\f1a9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-elementor:before{content:"\f430"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envira:before{content:"\f299"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-evernote:before{content:"\f839"}.fa-expeditedssl:before{content:"\f23e"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-figma:before{content:"\f799"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-fly:before{content:"\f417"}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"\f2b4"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-fulcrum:before{content:"\f50b"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-gofore:before{content:"\f3a7"}.fa-golang:before{content:"\e40f"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-gulp:before{content:"\f3ae"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hashnode:before{content:"\e499"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-hive:before{content:"\e07f"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-hotjar:before{content:"\f3b1"}.fa-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-ideal:before{content:"\e013"}.fa-imdb:before{content:"\f2d8"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joomla:before{content:"\f1aa"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaggle:before{content:"\f5fa"}.fa-keybase:before{content:"\f4f5"}.fa-keycdn:before{content:"\f3ba"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-korvue:before{content:"\f42f"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-leanpub:before{content:"\f212"}.fa-less:before{content:"\f41d"}.fa-line:before{content:"\f3c0"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-mailchimp:before{content:"\f59e"}.fa-mandalorian:before{content:"\f50f"}.fa-markdown:before{content:"\f60f"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medapps:before{content:"\f3c6"}.fa-medium-m:before,.fa-medium:before{content:"\f23a"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-mendeley:before{content:"\f7b3"}.fa-microblog:before{content:"\e01a"}.fa-microsoft:before{content:"\f3ca"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-nfc-directional:before{content:"\e530"}.fa-nfc-symbol:before{content:"\e531"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-old-republic:before{content:"\f510"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-padlet:before{content:"\e4a0"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-palfed:before{content:"\f3d8"}.fa-patreon:before{content:"\f3d9"}.fa-paypal:before{content:"\f1ed"}.fa-perbyte:before{content:"\e083"}.fa-periscope:before{content:"\f3da"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pix:before{content:"\e43a"}.fa-playstation:before{content:"\f3df"}.fa-product-hunt:before{content:"\f288"}.fa-pushed:before{content:"\f3e1"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-r-project:before{content:"\f4f7"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-renren:before{content:"\f18b"}.fa-replyd:before{content:"\f3e6"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-rev:before{content:"\f5b2"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-rust:before{content:"\e07a"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-schlix:before{content:"\f3ea"}.fa-screenpal:before{content:"\e570"}.fa-scribd:before{content:"\f28a"}.fa-searchengin:before{content:"\f3eb"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-servicestack:before{content:"\f3ec"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shopify:before{content:"\e057"}.fa-shopware:before{content:"\f5b5"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sith:before{content:"\f512"}.fa-sitrox:before{content:"\e44a"}.fa-sketch:before{content:"\f7c6"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack-hash:before,.fa-slack:before{content:"\f198"}.fa-slideshare:before{content:"\f1e7"}.fa-snapchat-ghost:before,.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-square:before{content:"\f2ad"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spotify:before{content:"\f1bc"}.fa-square-font-awesome:before{content:"\f425"}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"\f35c"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-sticker-mule:before{content:"\f3f7"}.fa-strava:before{content:"\f428"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-superpowers:before{content:"\f2dd"}.fa-supple:before{content:"\f3f9"}.fa-suse:before{content:"\f7d6"}.fa-swift:before{content:"\f8e1"}.fa-symfony:before{content:"\f83d"}.fa-teamspeak:before{content:"\f4f9"}.fa-telegram-plane:before,.fa-telegram:before{content:"\f2c6"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-the-red-yeti:before{content:"\f69d"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-think-peaks:before{content:"\f731"}.fa-tiktok:before{content:"\e07b"}.fa-trade-federation:before{content:"\f513"}.fa-trello:before{content:"\f181"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-uncharted:before{content:"\e084"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-vaadin:before{content:"\f408"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-viber:before{content:"\f409"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-vuejs:before{content:"\f41f"}.fa-watchman-monitoring:before{content:"\e087"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-whmcs:before{content:"\f40d"}.fa-wikipedia-w:before{content:"\f266"}.fa-windows:before{content:"\f17a"}.fa-wirsindhandwerk:before,.fa-wsh:before{content:"\e2d0"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(//distrec.up.ac.pa/wp-content/plugins/wp-books-gallery/assets/css/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"),url(//distrec.up.ac.pa/wp-content/plugins/wp-books-gallery/assets/css/fontawesome/webfonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-family:"Font Awesome 6 Free";font-weight:400}:host,:root{--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(//distrec.up.ac.pa/wp-content/plugins/wp-books-gallery/assets/css/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//distrec.up.ac.pa/wp-content/plugins/wp-books-gallery/assets/css/fontawesome/webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-family:"Font Awesome 6 Free";font-weight:900}@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(//distrec.up.ac.pa/wp-content/plugins/wp-books-gallery/assets/css/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//distrec.up.ac.pa/wp-content/plugins/wp-books-gallery/assets/css/fontawesome/webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(//distrec.up.ac.pa/wp-content/plugins/wp-books-gallery/assets/css/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//distrec.up.ac.pa/wp-content/plugins/wp-books-gallery/assets/css/fontawesome/webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(//distrec.up.ac.pa/wp-content/plugins/wp-books-gallery/assets/css/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"),url(//distrec.up.ac.pa/wp-content/plugins/wp-books-gallery/assets/css/fontawesome/webfonts/fa-regular-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(//distrec.up.ac.pa/wp-content/plugins/wp-books-gallery/assets/css/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//distrec.up.ac.pa/wp-content/plugins/wp-books-gallery/assets/css/fontawesome/webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(//distrec.up.ac.pa/wp-content/plugins/wp-books-gallery/assets/css/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//distrec.up.ac.pa/wp-content/plugins/wp-books-gallery/assets/css/fontawesome/webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(//distrec.up.ac.pa/wp-content/plugins/wp-books-gallery/assets/css/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"),url(//distrec.up.ac.pa/wp-content/plugins/wp-books-gallery/assets/css/fontawesome/webfonts/fa-regular-400.ttf) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:"FontAwesome";font-display:block;src:url(//distrec.up.ac.pa/wp-content/plugins/wp-books-gallery/assets/css/fontawesome/webfonts/fa-v4compatibility.woff2) format("woff2"),url(//distrec.up.ac.pa/wp-content/plugins/wp-books-gallery/assets/css/fontawesome/webfonts/fa-v4compatibility.ttf) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f250,u+f252,u+f27a}.title h3.wbg-sidebar {
margin-bottom: 10px;
}
.wbg-parent-wrapper {
display: block;
max-width: 1100px;
min-height: 100px;
margin: 0 auto;
}
.wbg-main-wrapper {
border: 0px solid #000;
padding: 0px;
}
.wbg-main-wrapper.grid {
display: grid;
grid-gap: 5px;
}
.wbg-main-wrapper .wbg-item {
min-height: 300px;
margin-right: 5px;
margin-bottom: 5px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
transition: box-shadow 0.3s ease-in-out;
text-align: center;
}
.wbg-main-wrapper .wbg-item:hover {
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.wbg-main-wrapper .wbg-item img {
border: 0px solid #FF0000;
max-width: 100%;
margin: 0 auto 15px;
display: block;
}
.wbg-main-wrapper .wbg-item a.wgb-item-link,
.wbg-main-wrapper .wbg-item h3.wgb-item-link {
font-size: 16px;
font-weight: 600;
display: inline-block;
text-decoration: none!important;
width: 100%;
outline: none;
line-height: 22px;
color: #242424;
text-align: center;
margin: 0 0 15px;
padding: 0;
cursor: pointer;
transition: all 0.3s linear;
}
.wbg-main-wrapper .wbg-item a.wgb-item-link:hover {
color: #999;
}
.wbg-main-wrapper .wbg-item a.wgb-item-link.active {
color: #242424;
}
.wbg-main-wrapper .wbg-item a.wgb-item-link:active {
outline: none;
text-decoration: none !important;
}
.wbg-main-wrapper .wbg-item .wbg-description-content {
font-size: 12px;
color: #242424;
margin: 0 0 10px;
word-wrap: anywhere;
}
.wbg-main-wrapper .wbg-item span {
font-size: 14px;
display: inline-block;
border: 0px solid #000;
width: 100%;
margin: 0px !important;
padding: 0px !important;
line-height: 20px;
text-align: center;
}
.wbg-main-wrapper .wbg-item a.wbg-btn,
.wbg-main-wrapper .wbg-item-list-wrapper a.wbg-btn,
.wbg-details-summary span a.wbg-btn,
.wbg-details-wrapper a.wbg-btn-back {
display: inline-block;
margin: 0;
margin-top: 5px;
padding: 12px 15px;
cursor: pointer;
border-style: solid;
border-radius: 3px;
white-space: nowrap;
box-sizing: border-box;
line-height: 14px;
font-size: 14px;
text-align: center;
text-decoration: none!important;
width: auto;
color: #EAEAEA;
background: #269FC6;
}
.wbg-main-wrapper .wbg-item a.wbg-btn {
margin-top: 15px;
} .clearfix::after {
display: block;
clear: both;
content: "";
}
.wbg-item-sorting {
position: relative;
display: block;
margin-bottom: 20px;
}
.wbg-item-sorting .result-column {
position: relative;
display: block;
color: #777777;
}
.wbg-item-sorting .select-column {
width: 300px;
text-align: right;
}
.pull-left {
float: left;
}
.pull-right {
float: right;
}
.wbg-item-sorting .select-column .wbg-select-view {
display: inline-block;
margin-left: 10px;
color: #111;
}
.wbg-item-sorting .select-column .wbg-select-view span.view {
display: inline-block;
margin-left: 8px;
font-size: 22px;
cursor: pointer;
opacity: 0.4;
}
.wbg-item-sorting .select-column .wbg-select-view span.view.active {
opacity: 1;
}
div.wbg-total-books-title {
font-size: 14px;
text-align: center;
width: 100%;
padding: 0;
height: 45px;
line-height: 45px;
} .wbg-rating {
border: 0px solid #000;
display: block;
}
.fa.fa-star,
.fa.fa-star-o {
color: orange;
} .wbg-pagination {
width: 100%;
text-align: center;
margin-top: 20px;
margin-bottom: 20px;
}
.wbg-pagination .page-numbers li {
display: inline-block;
width: 50px;
height: 50px;
line-height: 48px;
margin: 0 2px 0 0;
border: 1px solid #eee;
text-decoration: none;
border-radius: 2px;
}
.wbg-pagination .page-numbers li a.page-numbers {
width: 48px;
display: inline-block;
text-decoration: none;
font-weight: 700;
font-size: 14px;
}
div.wbg-pagination>ul.page-numbers>li>span.page-numbers.current {
display: block;
background: #DDD;
}
div.wbg-pagination>ul.page-numbers>li:hover,
div.wbg-pagination>ul.page-numbers>li>a.page-numbers:hover {
background: #DDD;
} .wbg-search-container {
border: 1px solid #ddd;
width: 100%;
padding: 10px 10px 5px 10px;
display: grid;
grid-gap: 0 10px;
grid-template-columns: repeat( auto-fit, minmax(150px, 1fr));
margin-bottom: 10px;
background: #F2F2F2;
}
.wbg-search-container .wbg-search-item {
border: 0px solid #009900;
min-height: 10px;
text-align: center;
margin: 0;
padding: 0;
display: inline;
}
.wbg-search-container .wbg-search-item select,
.wbg-item-sorting .select-column .wbg-select-sort {
width: 100%;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: url(//distrec.up.ac.pa/wp-content/plugins/wp-books-gallery/assets/img/br_down.png) no-repeat scroll right 15px center;
background-color: #ffffff;
border: 1px solid #dddddd;
color: #333333;
font-size: 12px;
line-height: 18px;
padding: 13px;
border-radius: 5px;
cursor: pointer;
outline: none;
transition: all 0.3s linear;
margin: 0px;
}
.wbg-item-sorting .select-column .wbg-select-sort {
width: 150px;
display: inline-block;
}
.wbg-search-container .wbg-search-item input[type='text'] {
width: 93%;
margin: 0;
padding: 0 0 0 10px;
background: #FFF;
height: 42px;
color: #333!important;
border: 1px solid #ccc;
border-radius: 5px;
}
.wbg-search-container .wbg-search-item .submit-btn {
height: 45px;
line-height: 23px;
padding: 0 15px;
margin: 0;
background: #269FC6;
color: #ffffff;
font-size: 14px;
border: none;
border-radius: 5px;
font-weight: 700;
cursor: pointer;
transition: all 0.3s linear;
transform: translateY(0);
display: inline-block;
}
.wbg-search-container .wbg-search-item.refresh {
text-align: left;
}
.wbg-search-container .wbg-search-item a#wbg-search-refresh {
background: #FFF;
color: #666666;
font-size: 18px;
line-height: 25px;
border-radius: 5px;
font-weight: 700;
cursor: pointer;
display: inline-block;
width: 45px;
height: 45px;
line-height: 40px;
border: 1px solid #666666;
text-decoration: none;
text-align: center;
}
.wbg-search-container .wbg-search-item a#wbg-search-refresh:hover {
background: #6fa0df;
border: 1px solid #6fa0df;
color: #FFF;
}
p.wbg-no-books-found {
width: 100%;
max-width: 500px;
text-align: center;
color: #FF0000;
font-weight: 600;
margin: 50px auto 50px auto;
padding: 20px;
display: block;
} .selectize-input {
min-height: 44px;
line-height: 30px;
text-align: left;
padding: 6px 10px;
}
.selectize-control.single .selectize-input::after {
right: 10px;
margin-top: -2px;
}
.selectize-dropdown [data-selectable].option {
font-size: 12px;
text-align: left;
}   .wbg-book-single-section {
width: 100%;
max-width: 1200px;
margin: 120px auto;
min-height: 100px;
}
.wbg-details-column {
float: left;
min-height: 100px;
}
.wbg-details-wrapper {
border: 0px solid #000;
}
.wbg-details-wrapper .wbg-details-book-info {
width: 100%;
display: grid;
grid-template-columns: 300px auto;
grid-gap: 10px;
}
.wbg-details-wrapper .wbg-details-book-info .wbg-details-image {
min-height: 100px;
padding: 5px;
margin-right: 40px;
width: 100%;
}
.wbg-details-wrapper .wbg-details-book-info .wbg-details-image img {
width: 100%;
height: auto;
border: none;
}
.wbg-details-wrapper .wbg-details-book-info .wbg-details-summary {
padding-left: 20px;
}
.wbg-details-wrapper .wbg-details-book-info .wbg-details-summary .wbg-details-book-title {
margin-bottom: 10px;
color: #242424;
font-size: 24px;
margin-top: 0px;
}
.wbg-details-wrapper .wbg-details-book-info .wbg-details-summary span.wbg-single-book-info {
font-size: 14px;
display: inline-block;
width: 100%;
margin: 0px !important;
padding: 0px !important;
margin-bottom: 10px !important;
display: none;
}
.wbg-details-wrapper .wbg-details-book-info .wbg-details-summary span b {
color: #242424;
width: 170px;
display: inline-block;
}
.wbg-details-wrapper .wbg-details-book-info .wbg-details-summary span.wbg-single-book-info p {
display: inline;
}
a#wbgSingleLoadMoreDetails {
border: 3px solid #007185;
color: #007185;
display: none;
font-size: 14px;
line-height: 16px;
width: 120px;
padding: 10px 12px;
border-radius: 10px;
text-align: center;
margin-bottom: 10px;
}
a#wbgSingleLoadMoreDetails:hover {
color: #CC0000;
}
.wbg-details-wrapper .wbg-single-format-wise-price {
width: 100%;
margin-top: 20px;
padding: 20px;
display: grid;
grid-gap: 20px;
grid-template-columns: repeat( auto-fit, minmax(100px, 1fr));
}
.wbg-details-wrapper .wbg-single-format-wise-price-items {
text-align: center;
min-height: 50px;
padding: 10px;
background-color: #EDFDFF;
position: relative;
}
.wbg-details-wrapper .wbg-single-format-wise-price-items .wbg-fsu-title {
font-size: 16px;
line-height: 16px;
font-weight: 600;
color: #111;
margin: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.wbg-details-wrapper .wbg-single-format-wise-price-items a.wbg-fsu-url {
display: block;
width: 100%;
font-size: 14px;
font-weight: 600;
color: #007185;
}
.wbg-details-wrapper .wbg-single-format-wise-price-items a.wbg-fsu-url:hover {
color: #CC0000;
}
.wbg-details-wrapper .wbg-single-format-wise-price-items span.wbg-fsu-price {
margin-right: 5px;
display: inline-block;
font-size: 14px;
color: #222;
font-weight: 600;
}
.wbg-details-wrapper .wbg-single-format-wise-price-items span.wbg-fsu-price.regular {
text-decoration: line-through;
color: #FF0000;
font-weight: normal;
}
.wbg-details-wrapper .wbg-details-description {
width: 100%;
margin-top: 20px;
font-size: 14px;
}
.wbg-details-wrapper .wbg-details-description .wbg-details-description-title {
border: 0px solid #009900;
padding: 0 8px;
}
.wbg-details-wrapper .wbg-details-description .wbg-details-description-title hr {
margin-bottom: 10px;
}
.wbg-details-wrapper .wbg-details-description .wbg-details-description-content {
padding: 0 8px;
}
.wbg-sidebar-right {
width: 300px;
min-height: 100px;
margin-left: 40px;
}
.wbg_other_books_by,
.wbg_other_books_from,
h3.wbg-slide-title {
border: 0px solid #000;
margin: 40px 0;
padding: 0;
font-size: 18px;
font-weight: 700;
}
.wbg_other_books_by {
margin-top: 40px;
}
.wbg-editorial-review {
border-top: 1px solid #DDD;
border-bottom: 1px solid #DDD;
margin: 20px 0 20px 0;
padding: 20px 0;
}
.wbg-editorial-review h3.wbg-er-title {
margin: 0;
padding: 0;
margin-bottom: 20px;
font-size: 18px;
font-weight: 700;
} .clearfix::after {
content: "";
clear: both;
display: table;
} .wbg-main-wrapper.list .wbg-item-list-wrapper {
border-bottom: 1px solid #DDD;
width: 100%;
min-height: 100px;
display: grid;
grid-template-columns: 200px 1fr;
grid-gap: 10px;
padding: 20px 0;
}
.wbg-main-wrapper.list .wbg-item-list-wrapper .wbg-item-list-img {
border: 0px solid #009900;
min-height: 100px;
display: inline-block;
}
.wbg-main-wrapper.list .wbg-item-list-wrapper .wbg-item-list-detials {
border: 0px solid #cc0000;
min-height: 100px;
display: inline-block;
}
.wbg-main-wrapper.list .wbg-item-list-wrapper .wbg-item-list-detials .wbg-title {
border: 0px solid #cc0000;
min-height: 20px;
display: block;
width: 100%;
padding-left: 30px;
}
.wbg-main-wrapper.list .wbg-item-list-wrapper .wbg-item-list-detials .wbg-title a.wgb-item-link {
border: 0px solid #009900;
min-height: 20px;
display: inline-block;
text-decoration: none;
font-size: 24px;
color: #355a7a;
font-weight: 600;
}
.wbg-main-wrapper.list .wbg-item-list-wrapper .wbg-item-list-detials .wbg-title h3.wgb-item-link {
margin: 0;
padding: 0;
}
.wbg-main-wrapper.list .wbg-item-list-wrapper .wbg-item-list-detials .wbg-rating {
padding-left: 15px;
}
.wbg-main-wrapper.list .wbg-item-list-wrapper .wbg-item-list-detials .regular-price {
padding-left: 30px;
margin: 10px 0;
}
.wbg-main-wrapper.list .wbg-item-list-wrapper .wbg-item-list-detials .regular-price .wbgp-price {
font-size: 18px;
}
.wbg-main-wrapper.list .wbg-item-list-wrapper .wbg-item-list-detials .regular-price .wbgp-price.price-before {
color: #999;
text-decoration: line-through;
}
.wbg-main-wrapper.list .wbg-item-list-wrapper .wbg-item-list-detials .regular-price .wbgp-price.price-after {
color: #111;
}
.wbg-main-wrapper.list .wbg-item-list-wrapper .wbg-item-list-detials span.loop-author,
.wbg-main-wrapper.list .wbg-item-list-wrapper .wbg-item-list-detials span.loop-category {
border: 0px solid #000;
display: block;
font-weight: 600;
color: #355a7a;
padding-left: 30px;
}
.wbg-main-wrapper.list .wbg-item-list-wrapper .wbg-item-list-detials .wbg-description-content {
border: 1px solid #DDD;
margin: 10px 0 10px 0;
padding: 15px 30px;
border-radius: 3px;
}
@media only screen and (max-width: 500px) {
.wbg-main-wrapper.list .wbg-item-list-wrapper {
display: block;
}
.wbg-main-wrapper.list .wbg-item-list-wrapper .wbg-item-list-detials .wbg-title,
.wbg-main-wrapper.list .wbg-item-list-wrapper .wbg-item-list-detials .wbg-rating,
.wbg-main-wrapper.list .wbg-item-list-wrapper .wbg-item-list-detials .regular-price,
.wbg-main-wrapper.list .wbg-item-list-wrapper .wbg-item-list-detials span.loop-author,
.wbg-main-wrapper.list .wbg-item-list-wrapper .wbg-item-list-detials span.loop-category {
padding-left: 0px;
}
.wbg-main-wrapper.list .wbg-item-list-wrapper .wbg-item-list-detials .wbg-description-content {
padding: 5px;
}
}  .wbg-single-book-wrapper {
min-height: 50px;
width: 100%;
display: grid;
grid-template-columns: 40% auto;
grid-gap: 10px;
}
.wbg-single-book-left,
.wbg-single-book-right {
min-height: 100px;
padding: 10px;
}
.wbg-single-book-left {
text-align: center;
}
.wbg-single-book-left img {
margin: 0 auto;
height: 500px;
width: auto;
}
.wbg-single-book-right {
text-align: left;
}
a.wbg-single-book-author {
color: #009900;
font-weight: 600;
display: block;
font-size: 16px;
line-height: 28px;
}
a.wbg-single-book-title {
color: #111111;
font-weight: 700;
display: block;
font-size: 24px;
line-height: 38px;
margin-top: 20px;
margin-bottom: 20px;
}
a.wbg-single-book-category {
background: #DDD;
display: inline-block;
margin-right: 15px;
padding: 3px 10px;
color: #111;
font-size: 16px;
line-height: 26px;
font: 600;
}
.wbg-single-book-description-content {
margin-top: 25px;
margin-bottom: 30px;
font-size: 18px;
line-height: 33px;
color: #000;
display: block;
}
a.button.wbg-btn.single-book {
display: inline-block;
margin-right: 10px;
margin-bottom: 10px;
border-radius: 3px;
padding: 12px 20px;
}  @media only screen and (min-width: 1025px) {
.wbg-main-wrapper.wbg-product-column-5 {
grid-template-columns: repeat(5, 1fr);
}
.wbg-main-wrapper.wbg-product-column-4 {
grid-template-columns: repeat(4, 1fr);
}
.wbg-main-wrapper.wbg-product-column-3 {
grid-template-columns: repeat(3, 1fr);
}
.wbg-main-wrapper.wbg-product-column-2 {
grid-template-columns: repeat(2, 1fr);
}
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
.wbg-main-wrapper {
grid-template-columns: repeat(2, 1fr);
}
.wbg-details-wrapper {
width: 100%;
}
.wbg-details-wrapper .wbg-details-image {
width: 100%;
display: inline-block;
padding: 10px;
margin-bottom: 30px;
text-align: center;
}
.wbg-details-wrapper .wbg-details-image img {
width: 300px;
margin: 0 auto;
}
.wbg-details-wrapper .wbg-details-summary {
padding: 10px;
}
}
@media only screen and (max-width: 767px) {
.wbg-main-wrapper.wbg-product-column-mobile-1 {
grid-template-columns: repeat(1, 1fr);
}
.wbg-main-wrapper.wbg-product-column-mobile-2 {
grid-template-columns: repeat(2, 1fr);
}
.wbg-book-single-section {
max-width: 100%;
}
.wbg-details-wrapper {
display: block;
width: 100%;
padding-right: 0px;
}
.wbg-details-wrapper .wbg-details-book-info {
display: block;
}
.wbg-details-wrapper .wbg-details-book-info .wbg-details-image {
width: 100%;
display: inline-block;
padding: 10px;
margin-right: 0px;
text-align: left;
}
.wbg-details-wrapper .wbg-details-book-info .wbg-details-image img {
width: 200px;
}
.wbg-details-wrapper .wbg-details-book-info .wbg-details-summary {
padding: 10px;
}
.wbg-search-container {
display: inline-block;
padding-bottom: 5px;
}
.wbg-search-container .wbg-search-item {
padding-right: 0px;
padding-bottom: 0px;
display: block;
min-height: 10px;
text-align: center;
}
.wbg-search-container .wbg-search-item input[type="text"],
.wbg-search-container .wbg-search-item .submit-btn {
margin-bottom: 7px;
}
.wbg-search-container .wbg-search-item.refresh {
text-align: center;
}
.wbg-search-container .wbg-search-item a#wbg-search-refresh {
margin: auto;
} .wbg-single-book-wrapper {
display: block;
}
.wbg-single-book-left img {
height: 300px;
}
a.wbg-single-book-category {
margin-bottom: 10px;
}
}.ladda-button{position:relative}.ladda-button .ladda-spinner{position:absolute;z-index:2;display:inline-block;width:32px;height:32px;top:50%;margin-top:0;opacity:0;pointer-events:none}.ladda-button .ladda-label{position:relative;z-index:3}.ladda-button .ladda-progress{position:absolute;width:0;height:100%;left:0;top:0;background:rgba(0,0,0,0.2);visibility:hidden;opacity:0;-webkit-transition:0.1s linear all !important;-moz-transition:0.1s linear all !important;-ms-transition:0.1s linear all !important;-o-transition:0.1s linear all !important;transition:0.1s linear all !important}.ladda-button[data-loading] .ladda-progress{opacity:1;visibility:visible}.ladda-button,.ladda-button .ladda-spinner,.ladda-button .ladda-label{-webkit-transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;-moz-transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;-ms-transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;-o-transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important}.ladda-button[data-style=zoom-in],.ladda-button[data-style=zoom-in] .ladda-spinner,.ladda-button[data-style=zoom-in] .ladda-label,.ladda-button[data-style=zoom-out],.ladda-button[data-style=zoom-out] .ladda-spinner,.ladda-button[data-style=zoom-out] .ladda-label{-webkit-transition:0.3s ease all !important;-moz-transition:0.3s ease all !important;-ms-transition:0.3s ease all !important;-o-transition:0.3s ease all !important;transition:0.3s ease all !important}.ladda-button[data-style=expand-right] .ladda-spinner{right:-6px}.ladda-button[data-style=expand-right][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-right][data-size="xs"] .ladda-spinner{right:-12px}.ladda-button[data-style=expand-right][data-loading]{padding-right:56px}.ladda-button[data-style=expand-right][data-loading] .ladda-spinner{opacity:1}.ladda-button[data-style=expand-right][data-loading][data-size="s"],.ladda-button[data-style=expand-right][data-loading][data-size="xs"]{padding-right:40px}.ladda-button[data-style=expand-left] .ladda-spinner{left:26px}.ladda-button[data-style=expand-left][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-left][data-size="xs"] .ladda-spinner{left:4px}.ladda-button[data-style=expand-left][data-loading]{padding-left:56px}.ladda-button[data-style=expand-left][data-loading] .ladda-spinner{opacity:1}.ladda-button[data-style=expand-left][data-loading][data-size="s"],.ladda-button[data-style=expand-left][data-loading][data-size="xs"]{padding-left:40px}.ladda-button[data-style=expand-up]{overflow:hidden}.ladda-button[data-style=expand-up] .ladda-spinner{top:-32px;left:50%;margin-left:0}.ladda-button[data-style=expand-up][data-loading]{padding-top:54px}.ladda-button[data-style=expand-up][data-loading] .ladda-spinner{opacity:1;top:26px;margin-top:0}.ladda-button[data-style=expand-up][data-loading][data-size="s"],.ladda-button[data-style=expand-up][data-loading][data-size="xs"]{padding-top:32px}.ladda-button[data-style=expand-up][data-loading][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-up][data-loading][data-size="xs"] .ladda-spinner{top:4px}.ladda-button[data-style=expand-down]{overflow:hidden}.ladda-button[data-style=expand-down] .ladda-spinner{top:62px;left:50%;margin-left:0}.ladda-button[data-style=expand-down][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-down][data-size="xs"] .ladda-spinner{top:40px}.ladda-button[data-style=expand-down][data-loading]{padding-bottom:54px}.ladda-button[data-style=expand-down][data-loading] .ladda-spinner{opacity:1}.ladda-button[data-style=expand-down][data-loading][data-size="s"],.ladda-button[data-style=expand-down][data-loading][data-size="xs"]{padding-bottom:32px}.ladda-button[data-style=slide-left]{overflow:hidden}.ladda-button[data-style=slide-left] .ladda-label{position:relative}.ladda-button[data-style=slide-left] .ladda-spinner{left:100%;margin-left:0}.ladda-button[data-style=slide-left][data-loading] .ladda-label{opacity:0;left:-100%}.ladda-button[data-style=slide-left][data-loading] .ladda-spinner{opacity:1;left:50%}.ladda-button[data-style=slide-right]{overflow:hidden}.ladda-button[data-style=slide-right] .ladda-label{position:relative}.ladda-button[data-style=slide-right] .ladda-spinner{right:100%;margin-left:0;left:16px}.ladda-button[data-style=slide-right][data-loading] .ladda-label{opacity:0;left:100%}.ladda-button[data-style=slide-right][data-loading] .ladda-spinner{opacity:1;left:50%}.ladda-button[data-style=slide-up]{overflow:hidden}.ladda-button[data-style=slide-up] .ladda-label{position:relative}.ladda-button[data-style=slide-up] .ladda-spinner{left:50%;margin-left:0;margin-top:1em}.ladda-button[data-style=slide-up][data-loading] .ladda-label{opacity:0;top:-1em}.ladda-button[data-style=slide-up][data-loading] .ladda-spinner{opacity:1;margin-top:0}.ladda-button[data-style=slide-down]{overflow:hidden}.ladda-button[data-style=slide-down] .ladda-label{position:relative}.ladda-button[data-style=slide-down] .ladda-spinner{left:50%;margin-left:0;margin-top:-2em}.ladda-button[data-style=slide-down][data-loading] .ladda-label{opacity:0;top:1em}.ladda-button[data-style=slide-down][data-loading] .ladda-spinner{opacity:1;margin-top:0}.ladda-button[data-style=zoom-out]{overflow:hidden}.ladda-button[data-style=zoom-out] .ladda-spinner{left:50%;margin-left:32px;-webkit-transform:scale(2.5);-moz-transform:scale(2.5);-ms-transform:scale(2.5);-o-transform:scale(2.5);transform:scale(2.5)}.ladda-button[data-style=zoom-out] .ladda-label{position:relative;display:inline-block}.ladda-button[data-style=zoom-out][data-loading] .ladda-label{opacity:0;-webkit-transform:scale(0.5);-moz-transform:scale(0.5);-ms-transform:scale(0.5);-o-transform:scale(0.5);transform:scale(0.5)}.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner{opacity:1;margin-left:0;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}.ladda-button[data-style=zoom-in]{overflow:hidden}.ladda-button[data-style=zoom-in] .ladda-spinner{left:50%;margin-left:-16px;-webkit-transform:scale(0.2);-moz-transform:scale(0.2);-ms-transform:scale(0.2);-o-transform:scale(0.2);transform:scale(0.2)}.ladda-button[data-style=zoom-in] .ladda-label{position:relative;display:inline-block}.ladda-button[data-style=zoom-in][data-loading] .ladda-label{opacity:0;-webkit-transform:scale(2.2);-moz-transform:scale(2.2);-ms-transform:scale(2.2);-o-transform:scale(2.2);transform:scale(2.2)}.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner{opacity:1;margin-left:0;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}.ladda-button[data-style=contract]{overflow:hidden;width:100px}.ladda-button[data-style=contract] .ladda-spinner{left:50%;margin-left:0}.ladda-button[data-style=contract][data-loading]{border-radius:50%;width:52px}.ladda-button[data-style=contract][data-loading] .ladda-label{opacity:0}.ladda-button[data-style=contract][data-loading] .ladda-spinner{opacity:1}.ladda-button[data-style=contract-overlay]{overflow:hidden;width:100px;box-shadow:0px 0px 0px 2000px transparent}.ladda-button[data-style=contract-overlay] .ladda-spinner{left:50%;margin-left:0}.ladda-button[data-style=contract-overlay][data-loading]{border-radius:50%;width:52px;box-shadow:0px 0px 0px 2000px rgba(0,0,0,0.8)}.ladda-button[data-style=contract-overlay][data-loading] .ladda-label{opacity:0}.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner{opacity:1}.ladda-button{background:#666;border:0;padding:14px 18px;font-size:18px;cursor:pointer;color:#fff;border-radius:2px;border:1px solid transparent;-webkit-appearance:none;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent}.ladda-button:hover{border-color:rgba(0,0,0,0.07);background-color:#888}.ladda-button[data-color=green]{background:#2aca76}.ladda-button[data-color=green]:hover{background-color:#38d683}.ladda-button[data-color=blue]{background:#53b5e6}.ladda-button[data-color=blue]:hover{background-color:#69bfe9}.ladda-button[data-color=red]{background:#ea8557}.ladda-button[data-color=red]:hover{background-color:#ed956e}.ladda-button[data-color=purple]{background:#9973C2}.ladda-button[data-color=purple]:hover{background-color:#a685ca}.ladda-button[data-color=mint]{background:#16a085}.ladda-button[data-color=mint]:hover{background-color:#19b698}.ladda-button[disabled],.ladda-button[data-loading]{border-color:rgba(0,0,0,0.07)}.ladda-button[disabled],.ladda-button[disabled]:hover,.ladda-button[data-loading],.ladda-button[data-loading]:hover{cursor:default;background-color:#999}.ladda-button[data-size=xs]{padding:4px 8px}.ladda-button[data-size=xs] .ladda-label{font-size:0.7em}.ladda-button[data-size=s]{padding:6px 10px}.ladda-button[data-size=s] .ladda-label{font-size:0.9em}.ladda-button[data-size=l] .ladda-label{font-size:1.2em}.ladda-button[data-size=xl] .ladda-label{font-size:1.5em}.bookly-css-root .bookly-calendar-overlay.svelte-trnmqx{position:absolute;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(255, 255, 255, 0.9);z-index:2;cursor:wait} .bookly-css-root *,.bookly-css-root :after,.bookly-css-root :before{border:0 solid #e5e7eb;box-sizing:border-box}.bookly-css-root :after,.bookly-css-root :before{--tw-content:""}.bookly-css-root :host,.bookly-css-root html{line-height:1.5;-webkit-text-size-adjust:100%;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent}.bookly-css-root body{line-height:inherit;margin:0}.bookly-css-root hr{border-top-width:1px;color:inherit;height:0}.bookly-css-root abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.bookly-css-root h1,.bookly-css-root h2,.bookly-css-root h3,.bookly-css-root h4,.bookly-css-root h5,.bookly-css-root h6{font-size:inherit;font-weight:inherit}.bookly-css-root a{color:inherit;text-decoration:inherit}.bookly-css-root b,.bookly-css-root strong{font-weight:bolder}.bookly-css-root code,.bookly-css-root kbd,.bookly-css-root pre,.bookly-css-root samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-size:1em;font-variation-settings:normal}.bookly-css-root small{font-size:80%}.bookly-css-root sub,.bookly-css-root sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.bookly-css-root sub{bottom:-.25em}.bookly-css-root sup{top:-.5em}.bookly-css-root table{border-collapse:collapse;border-color:inherit;text-indent:0}.bookly-css-root button,.bookly-css-root input,.bookly-css-root optgroup,.bookly-css-root select,.bookly-css-root textarea{color:inherit;font-family:inherit;font-feature-settings:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}.bookly-css-root button,.bookly-css-root select{text-transform:none}.bookly-css-root button,.bookly-css-root input:where([type=button]),.bookly-css-root input:where([type=reset]),.bookly-css-root input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}.bookly-css-root :-moz-focusring{outline:auto}.bookly-css-root :-moz-ui-invalid{box-shadow:none}.bookly-css-root progress{vertical-align:baseline}.bookly-css-root ::-webkit-inner-spin-button,.bookly-css-root ::-webkit-outer-spin-button{height:auto}.bookly-css-root [type=search]{-webkit-appearance:textfield;outline-offset:-2px}.bookly-css-root ::-webkit-search-decoration{-webkit-appearance:none}.bookly-css-root ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.bookly-css-root summary{display:list-item}.bookly-css-root blockquote,.bookly-css-root dd,.bookly-css-root dl,.bookly-css-root figure,.bookly-css-root h1,.bookly-css-root h2,.bookly-css-root h3,.bookly-css-root h4,.bookly-css-root h5,.bookly-css-root h6,.bookly-css-root hr,.bookly-css-root p,.bookly-css-root pre{margin:0}.bookly-css-root fieldset{margin:0;padding:0}.bookly-css-root legend{padding:0}.bookly-css-root menu,.bookly-css-root ol,.bookly-css-root ul{list-style:none;margin:0;padding:0}.bookly-css-root dialog{padding:0}.bookly-css-root textarea{resize:vertical}.bookly-css-root input::-moz-placeholder,.bookly-css-root textarea::-moz-placeholder{color:#9ca3af;opacity:1}.bookly-css-root input::placeholder,.bookly-css-root textarea::placeholder{color:#9ca3af;opacity:1}.bookly-css-root [role=button],.bookly-css-root button{cursor:pointer}.bookly-css-root :disabled{cursor:default}.bookly-css-root audio,.bookly-css-root canvas,.bookly-css-root embed,.bookly-css-root iframe,.bookly-css-root img,.bookly-css-root object,.bookly-css-root svg,.bookly-css-root video{display:block;vertical-align:middle}.bookly-css-root img,.bookly-css-root video{height:auto;max-width:100%}.bookly-css-root [hidden]{display:none}.bookly-css-root *,.bookly-css-root :after,.bookly-css-root :before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.bookly-css-root ::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.bookly-css-root .bookly-form .bookly-pointer-events-none{pointer-events:none}.bookly-css-root .bookly-form .bookly-absolute{position:absolute}.bookly-css-root .bookly-form .bookly-relative{position:relative}.bookly-css-root .bookly-form .bookly-inset-0{inset:0}.bookly-css-root .bookly-form .bookly-inset-1{inset:.25rem}.bookly-css-root .bookly-form .bookly-end-0{inset-inline-end:0}.bookly-css-root .bookly-form .bookly-end-3{inset-inline-end:.75rem}.bookly-css-root .bookly-form .bookly-start-0{inset-inline-start:0}.bookly-css-root .bookly-form .bookly-start-3{inset-inline-start:.75rem}.bookly-css-root .bookly-form .bookly-top-1{top:.25rem}.bookly-css-root .bookly-form .bookly-top-2{top:.5rem}.bookly-css-root .bookly-form .bookly-top-4{top:1rem}.bookly-css-root .bookly-form .bookly-z-10{z-index:10}.bookly-css-root .bookly-form .bookly-m-0{margin:0}.bookly-css-root .bookly-form .bookly-mx-2{margin-left:.5rem;margin-right:.5rem}.bookly-css-root .bookly-form .bookly-my-0{margin-bottom:0;margin-top:0}.bookly-css-root .bookly-form .bookly-mb-0\.5{margin-bottom:.125rem}.bookly-css-root .bookly-form .bookly-me-0{margin-inline-end:0}.bookly-css-root .bookly-form .bookly-ml-2{margin-left:.5rem}.bookly-css-root .bookly-form .bookly-ms-2{margin-inline-start:.5rem}.bookly-css-root .bookly-form .bookly-mt-2{margin-top:.5rem}.bookly-css-root .bookly-form .bookly-box-border{box-sizing:border-box}.bookly-css-root .bookly-form .bookly-block{display:block}.bookly-css-root .bookly-form .bookly-inline-block{display:inline-block}.bookly-css-root .bookly-form .bookly-inline{display:inline}.bookly-css-root .bookly-form .bookly-flex{display:flex}.bookly-css-root .bookly-form .bookly-table{display:table}.bookly-css-root .bookly-form .bookly-grid{display:grid}.bookly-css-root .bookly-form .bookly-h-10{height:2.5rem}.bookly-css-root .bookly-form .bookly-h-14{height:3.5rem}.bookly-css-root .bookly-form .bookly-h-16{height:4rem}.bookly-css-root .bookly-form .bookly-h-5{height:1.25rem}.bookly-css-root .bookly-form .bookly-h-8{height:2rem}.bookly-css-root .bookly-form .bookly-h-full{height:100%}.bookly-css-root .bookly-form .bookly-min-h-full{min-height:100%}.bookly-css-root .bookly-form .bookly-w-5{width:1.25rem}.bookly-css-root .bookly-form .bookly-w-72{width:18rem}.bookly-css-root .bookly-form .bookly-w-8{width:2rem}.bookly-css-root .bookly-form .bookly-w-full{width:100%}.bookly-css-root .bookly-form .bookly-min-w-\[200px\]{min-width:200px}.bookly-css-root .bookly-form .bookly-max-w-full{max-width:100%}.bookly-css-root .bookly-form .bookly-flex-1{flex:1 1 0%}.bookly-css-root .bookly-form .bookly-grow{flex-grow:1}.bookly-css-root .bookly-form .bookly-grow-0{flex-grow:0}@keyframes bookly-spin{to{transform:rotate(1turn)}}.bookly-css-root .bookly-form .bookly-animate-spin{animation:bookly-spin 1s linear infinite}.bookly-css-root .bookly-form .bookly-cursor-default{cursor:default}.bookly-css-root .bookly-form .bookly-appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.bookly-css-root .bookly-form .bookly-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.bookly-css-root .bookly-form .bookly-grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.bookly-css-root .bookly-form .bookly-flex-row{flex-direction:row}.bookly-css-root .bookly-form .bookly-flex-col{flex-direction:column}.bookly-css-root .bookly-form .bookly-items-center{align-items:center}.bookly-css-root .bookly-form .bookly-justify-center{justify-content:center}.bookly-css-root .bookly-form .bookly-overflow-hidden{overflow:hidden}.bookly-css-root .bookly-form .bookly-text-ellipsis{text-overflow:ellipsis}.bookly-css-root .bookly-form .bookly-whitespace-nowrap{white-space:nowrap}.bookly-css-root .bookly-form .bookly-rounded{border-radius:.25rem}.bookly-css-root .bookly-form .bookly-rounded-none{border-radius:0}.bookly-css-root .bookly-form .bookly-border{border-width:1px}.bookly-css-root .bookly-form .bookly-border-x-0{border-left-width:0;border-right-width:0}.bookly-css-root .bookly-form .bookly-border-b{border-bottom-width:1px}.bookly-css-root .bookly-form .bookly-border-b-0{border-bottom-width:0}.bookly-css-root .bookly-form .bookly-border-t{border-top-width:1px}.bookly-css-root .bookly-form .bookly-border-solid{border-style:solid}.bookly-css-root .bookly-form .bookly-border-none{border-style:none}.bookly-css-root .bookly-form .bookly-border-amber-100{--tw-border-opacity:1;border-color:rgb(254 243 199/var(--tw-border-opacity))}.bookly-css-root .bookly-form .bookly-border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity))}.bookly-css-root .bookly-form .bookly-border-green-500{--tw-border-opacity:1;border-color:rgb(34 197 94/var(--tw-border-opacity))}.bookly-css-root .bookly-form .bookly-border-red-100{--tw-border-opacity:1;border-color:rgb(254 226 226/var(--tw-border-opacity))}.bookly-css-root .bookly-form .bookly-border-red-500{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity))}.bookly-css-root .bookly-form .bookly-border-slate-100{--tw-border-opacity:1;border-color:rgb(241 245 249/var(--tw-border-opacity))}.bookly-css-root .bookly-form .bookly-border-slate-600{--tw-border-opacity:1;border-color:rgb(71 85 105/var(--tw-border-opacity))}.bookly-css-root .bookly-form .bookly-bg-amber-50{--tw-bg-opacity:1;background-color:rgb(255 251 235/var(--tw-bg-opacity))}.bookly-css-root .bookly-form .bookly-bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.bookly-css-root .bookly-form .bookly-bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity))}.bookly-css-root .bookly-form .bookly-bg-red-100{--tw-bg-opacity:1;background-color:rgb(254 226 226/var(--tw-bg-opacity))}.bookly-css-root .bookly-form .bookly-bg-red-50{--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity))}.bookly-css-root .bookly-form .bookly-bg-slate-100{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity))}.bookly-css-root .bookly-form .bookly-bg-slate-50{--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity))}.bookly-css-root .bookly-form .bookly-bg-transparent{background-color:transparent}.bookly-css-root .bookly-form .bookly-bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bookly-css-root .bookly-form .bookly-bg-none{background-image:none}.bookly-css-root .bookly-form .bookly-p-0{padding:0}.bookly-css-root .bookly-form .bookly-p-0\.5{padding:.125rem}.bookly-css-root .bookly-form .bookly-p-2{padding:.5rem}.bookly-css-root .bookly-form .bookly-p-3{padding:.75rem}.bookly-css-root .bookly-form .bookly-p-4{padding:1rem}.bookly-css-root .bookly-form .bookly-px-0{padding-left:0;padding-right:0}.bookly-css-root .bookly-form .bookly-px-2{padding-left:.5rem;padding-right:.5rem}.bookly-css-root .bookly-form .bookly-px-3{padding-left:.75rem;padding-right:.75rem}.bookly-css-root .bookly-form .bookly-px-4{padding-left:1rem;padding-right:1rem}.bookly-css-root .bookly-form .bookly-px-5{padding-left:1.25rem;padding-right:1.25rem}.bookly-css-root .bookly-form .bookly-py-0{padding-bottom:0;padding-top:0}.bookly-css-root .bookly-form .bookly-py-1{padding-bottom:.25rem;padding-top:.25rem}.bookly-css-root .bookly-form .bookly-py-2{padding-bottom:.5rem;padding-top:.5rem}.bookly-css-root .bookly-form .bookly-pb-0{padding-bottom:0}.bookly-css-root .bookly-form .bookly-pb-0\.5{padding-bottom:.125rem}.bookly-css-root .bookly-form .bookly-pb-4{padding-bottom:1rem}.bookly-css-root .bookly-form .bookly-pt-0{padding-top:0}.bookly-css-root .bookly-form .bookly-pt-2{padding-top:.5rem}.bookly-css-root .bookly-form .bookly-pt-3{padding-top:.75rem}.bookly-css-root .bookly-form .bookly-pt-6{padding-top:1.5rem}.bookly-css-root .bookly-form .bookly-text-center{text-align:center}.bookly-css-root .bookly-form .bookly-text-base{font-size:1rem;line-height:1.5rem}.bookly-css-root .bookly-form .bookly-text-lg{font-size:1.125rem;line-height:1.75rem}.bookly-css-root .bookly-form .bookly-text-sm{font-size:.875rem;line-height:1.25rem}.bookly-css-root .bookly-form .bookly-text-xl{font-size:1.25rem;line-height:1.75rem}.bookly-css-root .bookly-form .bookly-text-xs{font-size:.75rem;line-height:1rem}.bookly-css-root .bookly-form .bookly-leading-4{line-height:1rem}.bookly-css-root .bookly-form .bookly-leading-normal{line-height:1.5}.bookly-css-root .bookly-form .bookly-text-amber-900{--tw-text-opacity:1;color:rgb(120 53 15/var(--tw-text-opacity))}.bookly-css-root .bookly-form .bookly-text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.bookly-css-root .bookly-form .bookly-text-gray-200{--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity))}.bookly-css-root .bookly-form .bookly-text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.bookly-css-root .bookly-form .bookly-text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.bookly-css-root .bookly-form .bookly-text-red-500{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity))}.bookly-css-root .bookly-form .bookly-text-red-800{--tw-text-opacity:1;color:rgb(153 27 27/var(--tw-text-opacity))}.bookly-css-root .bookly-form .bookly-text-slate-300{--tw-text-opacity:1;color:rgb(203 213 225/var(--tw-text-opacity))}.bookly-css-root .bookly-form .bookly-text-slate-400{--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity))}.bookly-css-root .bookly-form .bookly-text-slate-600{--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity))}.bookly-css-root .bookly-form .bookly-text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.bookly-css-root .bookly-form .bookly-caret-gray-400{caret-color:#9ca3af}.bookly-css-root .bookly-form .bookly-opacity-0{opacity:0}.bookly-css-root .bookly-form .bookly-opacity-50{opacity:.5}.bookly-css-root .bookly-form .bookly-shadow-none{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.bookly-css-root .bookly-form .bookly-drop-shadow-none{--tw-drop-shadow:drop-shadow(0 0 #0000);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.bookly-css-root .bookly-form .bookly-transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.bookly-css-root .bookly-form .bookly-duration-200{transition-duration:.2s}.bookly-css-root .bookly-form .bookly-ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.bookly-css-root .bookly-form .bookly-js-datepicker-calendar{max-width:unset!important}.bookly-css-root .bookly-form .bookly-js-datepicker-calendar button{text-align:center!important}.bookly-css-root .bookly-form .bookly-overflow-visible{overflow:visible}.bookly-css-root .bookly-form .placeholder\:bookly-text-transparent::-moz-placeholder{color:transparent}.bookly-css-root .bookly-form .placeholder\:bookly-text-transparent::placeholder{color:transparent}.bookly-css-root .bookly-form .hover\:bookly-border-gray-400:hover{--tw-border-opacity:1;border-color:rgb(156 163 175/var(--tw-border-opacity))}.bookly-css-root .bookly-form .hover\:bookly-border-slate-400:hover{--tw-border-opacity:1;border-color:rgb(148 163 184/var(--tw-border-opacity))}.bookly-css-root .bookly-form .hover\:bookly-bg-gray-400:hover{--tw-bg-opacity:1;background-color:rgb(156 163 175/var(--tw-bg-opacity))}.bookly-css-root .bookly-form .hover\:bookly-bg-slate-400:hover{--tw-bg-opacity:1;background-color:rgb(148 163 184/var(--tw-bg-opacity))}.bookly-css-root .bookly-form .hover\:bookly-bg-white:hover{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bookly-css-root .bookly-form .hover\:bookly-text-gray-600:hover{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.bookly-css-root .bookly-form .hover\:bookly-text-slate-100:hover{--tw-text-opacity:1;color:rgb(241 245 249/var(--tw-text-opacity))}.bookly-css-root .bookly-form .hover\:bookly-text-slate-200:hover{--tw-text-opacity:1;color:rgb(226 232 240/var(--tw-text-opacity))}.bookly-css-root .bookly-form .hover\:bookly-text-slate-50:hover{--tw-text-opacity:1;color:rgb(248 250 252/var(--tw-text-opacity))}.bookly-css-root .bookly-form .hover\:bookly-text-slate-600:hover{--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity))}.bookly-css-root .bookly-form .hover\:bookly-text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.bookly-css-root .bookly-form .hover\:bookly-opacity-80:hover{opacity:.8}.bookly-css-root .bookly-form .focus\:bookly-border-none:focus{border-style:none}.bookly-css-root .bookly-form .focus\:bookly-border-gray-400:focus{--tw-border-opacity:1;border-color:rgb(156 163 175/var(--tw-border-opacity))}.bookly-css-root .bookly-form .focus\:bookly-outline-none:focus{outline:2px solid transparent;outline-offset:2px}.bookly-css-root .bookly-form .active\:bookly-shadow-md:active{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}@media not all and (min-width:640px){.bookly-css-root .bookly-form .max-sm\:bookly-flex-row{flex-direction:row}.bookly-css-root .bookly-form .max-sm\:bookly-flex-col{flex-direction:column}.bookly-css-root .bookly-form .max-sm\:bookly-rounded-b{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.bookly-css-root .bookly-form .max-sm\:bookly-rounded-b-none{border-bottom-left-radius:0;border-bottom-right-radius:0}.bookly-css-root .bookly-form .max-sm\:bookly-rounded-e{border-end-end-radius:.25rem;border-start-end-radius:.25rem}.bookly-css-root .bookly-form .max-sm\:bookly-rounded-e-none{border-end-end-radius:0;border-start-end-radius:0}.bookly-css-root .bookly-form .max-sm\:bookly-rounded-s{border-end-start-radius:.25rem;border-start-start-radius:.25rem}.bookly-css-root .bookly-form .max-sm\:bookly-rounded-s-none{border-end-start-radius:0;border-start-start-radius:0}.bookly-css-root .bookly-form .max-sm\:bookly-rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.bookly-css-root .bookly-form .max-sm\:bookly-rounded-t-none{border-top-left-radius:0;border-top-right-radius:0}.bookly-css-root .bookly-form .max-sm\:bookly-border-x{border-left-width:1px;border-right-width:1px}.bookly-css-root .bookly-form .max-sm\:bookly-border-y{border-bottom-width:1px;border-top-width:1px}.bookly-css-root .bookly-form .max-sm\:bookly-border-b{border-bottom-width:1px}.bookly-css-root .bookly-form .max-sm\:bookly-border-e{border-inline-end-width:1px}.bookly-css-root .bookly-form .max-sm\:bookly-border-s{border-inline-start-width:1px}.bookly-css-root .bookly-form .max-sm\:bookly-border-t{border-top-width:1px}}@media (min-width:640px){.bookly-css-root .bookly-form .sm\:bookly-flex-row{flex-direction:row}.bookly-css-root .bookly-form .sm\:bookly-flex-col{flex-direction:column}.bookly-css-root .bookly-form .sm\:bookly-rounded-b{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.bookly-css-root .bookly-form .sm\:bookly-rounded-b-none{border-bottom-left-radius:0;border-bottom-right-radius:0}.bookly-css-root .bookly-form .sm\:bookly-rounded-e{border-end-end-radius:.25rem;border-start-end-radius:.25rem}.bookly-css-root .bookly-form .sm\:bookly-rounded-e-none{border-end-end-radius:0;border-start-end-radius:0}.bookly-css-root .bookly-form .sm\:bookly-rounded-s{border-end-start-radius:.25rem;border-start-start-radius:.25rem}.bookly-css-root .bookly-form .sm\:bookly-rounded-s-none{border-end-start-radius:0;border-start-start-radius:0}.bookly-css-root .bookly-form .sm\:bookly-rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.bookly-css-root .bookly-form .sm\:bookly-rounded-t-none{border-top-left-radius:0;border-top-right-radius:0}.bookly-css-root .bookly-form .sm\:bookly-border-x{border-left-width:1px;border-right-width:1px}.bookly-css-root .bookly-form .sm\:bookly-border-y{border-bottom-width:1px;border-top-width:1px}.bookly-css-root .bookly-form .sm\:bookly-border-b{border-bottom-width:1px}.bookly-css-root .bookly-form .sm\:bookly-border-e{border-inline-end-width:1px}.bookly-css-root .bookly-form .sm\:bookly-border-s{border-inline-start-width:1px}.bookly-css-root .bookly-form .sm\:bookly-border-t{border-top-width:1px}}@font-face{font-display:block;font-family:bootstrap-icons;src:url(//distrec.up.ac.pa/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/css/fonts/bootstrap-icons.woff2?1fa40e8900654d2863d011707b9fb6f2) format("woff2"),url(//distrec.up.ac.pa/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/css/fonts/bootstrap-icons.woff?1fa40e8900654d2863d011707b9fb6f2) format("woff")}.bi::before,[class*=" bi-"]::before,[class^=bi-]::before{display:inline-block;font-family:bootstrap-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bi-123::before{content:"\f67f"}.bi-alarm-fill::before{content:"\f101"}.bi-alarm::before{content:"\f102"}.bi-align-bottom::before{content:"\f103"}.bi-align-center::before{content:"\f104"}.bi-align-end::before{content:"\f105"}.bi-align-middle::before{content:"\f106"}.bi-align-start::before{content:"\f107"}.bi-align-top::before{content:"\f108"}.bi-alt::before{content:"\f109"}.bi-app-indicator::before{content:"\f10a"}.bi-app::before{content:"\f10b"}.bi-archive-fill::before{content:"\f10c"}.bi-archive::before{content:"\f10d"}.bi-arrow-90deg-down::before{content:"\f10e"}.bi-arrow-90deg-left::before{content:"\f10f"}.bi-arrow-90deg-right::before{content:"\f110"}.bi-arrow-90deg-up::before{content:"\f111"}.bi-arrow-bar-down::before{content:"\f112"}.bi-arrow-bar-left::before{content:"\f113"}.bi-arrow-bar-right::before{content:"\f114"}.bi-arrow-bar-up::before{content:"\f115"}.bi-arrow-clockwise::before{content:"\f116"}.bi-arrow-counterclockwise::before{content:"\f117"}.bi-arrow-down-circle-fill::before{content:"\f118"}.bi-arrow-down-circle::before{content:"\f119"}.bi-arrow-down-left-circle-fill::before{content:"\f11a"}.bi-arrow-down-left-circle::before{content:"\f11b"}.bi-arrow-down-left-square-fill::before{content:"\f11c"}.bi-arrow-down-left-square::before{content:"\f11d"}.bi-arrow-down-left::before{content:"\f11e"}.bi-arrow-down-right-circle-fill::before{content:"\f11f"}.bi-arrow-down-right-circle::before{content:"\f120"}.bi-arrow-down-right-square-fill::before{content:"\f121"}.bi-arrow-down-right-square::before{content:"\f122"}.bi-arrow-down-right::before{content:"\f123"}.bi-arrow-down-short::before{content:"\f124"}.bi-arrow-down-square-fill::before{content:"\f125"}.bi-arrow-down-square::before{content:"\f126"}.bi-arrow-down-up::before{content:"\f127"}.bi-arrow-down::before{content:"\f128"}.bi-arrow-left-circle-fill::before{content:"\f129"}.bi-arrow-left-circle::before{content:"\f12a"}.bi-arrow-left-right::before{content:"\f12b"}.bi-arrow-left-short::before{content:"\f12c"}.bi-arrow-left-square-fill::before{content:"\f12d"}.bi-arrow-left-square::before{content:"\f12e"}.bi-arrow-left::before{content:"\f12f"}.bi-arrow-repeat::before{content:"\f130"}.bi-arrow-return-left::before{content:"\f131"}.bi-arrow-return-right::before{content:"\f132"}.bi-arrow-right-circle-fill::before{content:"\f133"}.bi-arrow-right-circle::before{content:"\f134"}.bi-arrow-right-short::before{content:"\f135"}.bi-arrow-right-square-fill::before{content:"\f136"}.bi-arrow-right-square::before{content:"\f137"}.bi-arrow-right::before{content:"\f138"}.bi-arrow-up-circle-fill::before{content:"\f139"}.bi-arrow-up-circle::before{content:"\f13a"}.bi-arrow-up-left-circle-fill::before{content:"\f13b"}.bi-arrow-up-left-circle::before{content:"\f13c"}.bi-arrow-up-left-square-fill::before{content:"\f13d"}.bi-arrow-up-left-square::before{content:"\f13e"}.bi-arrow-up-left::before{content:"\f13f"}.bi-arrow-up-right-circle-fill::before{content:"\f140"}.bi-arrow-up-right-circle::before{content:"\f141"}.bi-arrow-up-right-square-fill::before{content:"\f142"}.bi-arrow-up-right-square::before{content:"\f143"}.bi-arrow-up-right::before{content:"\f144"}.bi-arrow-up-short::before{content:"\f145"}.bi-arrow-up-square-fill::before{content:"\f146"}.bi-arrow-up-square::before{content:"\f147"}.bi-arrow-up::before{content:"\f148"}.bi-arrows-angle-contract::before{content:"\f149"}.bi-arrows-angle-expand::before{content:"\f14a"}.bi-arrows-collapse::before{content:"\f14b"}.bi-arrows-expand::before{content:"\f14c"}.bi-arrows-fullscreen::before{content:"\f14d"}.bi-arrows-move::before{content:"\f14e"}.bi-aspect-ratio-fill::before{content:"\f14f"}.bi-aspect-ratio::before{content:"\f150"}.bi-asterisk::before{content:"\f151"}.bi-at::before{content:"\f152"}.bi-award-fill::before{content:"\f153"}.bi-award::before{content:"\f154"}.bi-back::before{content:"\f155"}.bi-backspace-fill::before{content:"\f156"}.bi-backspace-reverse-fill::before{content:"\f157"}.bi-backspace-reverse::before{content:"\f158"}.bi-backspace::before{content:"\f159"}.bi-badge-3d-fill::before{content:"\f15a"}.bi-badge-3d::before{content:"\f15b"}.bi-badge-4k-fill::before{content:"\f15c"}.bi-badge-4k::before{content:"\f15d"}.bi-badge-8k-fill::before{content:"\f15e"}.bi-badge-8k::before{content:"\f15f"}.bi-badge-ad-fill::before{content:"\f160"}.bi-badge-ad::before{content:"\f161"}.bi-badge-ar-fill::before{content:"\f162"}.bi-badge-ar::before{content:"\f163"}.bi-badge-cc-fill::before{content:"\f164"}.bi-badge-cc::before{content:"\f165"}.bi-badge-hd-fill::before{content:"\f166"}.bi-badge-hd::before{content:"\f167"}.bi-badge-tm-fill::before{content:"\f168"}.bi-badge-tm::before{content:"\f169"}.bi-badge-vo-fill::before{content:"\f16a"}.bi-badge-vo::before{content:"\f16b"}.bi-badge-vr-fill::before{content:"\f16c"}.bi-badge-vr::before{content:"\f16d"}.bi-badge-wc-fill::before{content:"\f16e"}.bi-badge-wc::before{content:"\f16f"}.bi-bag-check-fill::before{content:"\f170"}.bi-bag-check::before{content:"\f171"}.bi-bag-dash-fill::before{content:"\f172"}.bi-bag-dash::before{content:"\f173"}.bi-bag-fill::before{content:"\f174"}.bi-bag-plus-fill::before{content:"\f175"}.bi-bag-plus::before{content:"\f176"}.bi-bag-x-fill::before{content:"\f177"}.bi-bag-x::before{content:"\f178"}.bi-bag::before{content:"\f179"}.bi-bar-chart-fill::before{content:"\f17a"}.bi-bar-chart-line-fill::before{content:"\f17b"}.bi-bar-chart-line::before{content:"\f17c"}.bi-bar-chart-steps::before{content:"\f17d"}.bi-bar-chart::before{content:"\f17e"}.bi-basket-fill::before{content:"\f17f"}.bi-basket::before{content:"\f180"}.bi-basket2-fill::before{content:"\f181"}.bi-basket2::before{content:"\f182"}.bi-basket3-fill::before{content:"\f183"}.bi-basket3::before{content:"\f184"}.bi-battery-charging::before{content:"\f185"}.bi-battery-full::before{content:"\f186"}.bi-battery-half::before{content:"\f187"}.bi-battery::before{content:"\f188"}.bi-bell-fill::before{content:"\f189"}.bi-bell::before{content:"\f18a"}.bi-bezier::before{content:"\f18b"}.bi-bezier2::before{content:"\f18c"}.bi-bicycle::before{content:"\f18d"}.bi-binoculars-fill::before{content:"\f18e"}.bi-binoculars::before{content:"\f18f"}.bi-blockquote-left::before{content:"\f190"}.bi-blockquote-right::before{content:"\f191"}.bi-book-fill::before{content:"\f192"}.bi-book-half::before{content:"\f193"}.bi-book::before{content:"\f194"}.bi-bookmark-check-fill::before{content:"\f195"}.bi-bookmark-check::before{content:"\f196"}.bi-bookmark-dash-fill::before{content:"\f197"}.bi-bookmark-dash::before{content:"\f198"}.bi-bookmark-fill::before{content:"\f199"}.bi-bookmark-heart-fill::before{content:"\f19a"}.bi-bookmark-heart::before{content:"\f19b"}.bi-bookmark-plus-fill::before{content:"\f19c"}.bi-bookmark-plus::before{content:"\f19d"}.bi-bookmark-star-fill::before{content:"\f19e"}.bi-bookmark-star::before{content:"\f19f"}.bi-bookmark-x-fill::before{content:"\f1a0"}.bi-bookmark-x::before{content:"\f1a1"}.bi-bookmark::before{content:"\f1a2"}.bi-bookmarks-fill::before{content:"\f1a3"}.bi-bookmarks::before{content:"\f1a4"}.bi-bookshelf::before{content:"\f1a5"}.bi-bootstrap-fill::before{content:"\f1a6"}.bi-bootstrap-reboot::before{content:"\f1a7"}.bi-bootstrap::before{content:"\f1a8"}.bi-border-all::before{content:"\f1a9"}.bi-border-bottom::before{content:"\f1aa"}.bi-border-center::before{content:"\f1ab"}.bi-border-inner::before{content:"\f1ac"}.bi-border-left::before{content:"\f1ad"}.bi-border-middle::before{content:"\f1ae"}.bi-border-outer::before{content:"\f1af"}.bi-border-right::before{content:"\f1b0"}.bi-border-style::before{content:"\f1b1"}.bi-border-top::before{content:"\f1b2"}.bi-border-width::before{content:"\f1b3"}.bi-border::before{content:"\f1b4"}.bi-bounding-box-circles::before{content:"\f1b5"}.bi-bounding-box::before{content:"\f1b6"}.bi-box-arrow-down-left::before{content:"\f1b7"}.bi-box-arrow-down-right::before{content:"\f1b8"}.bi-box-arrow-down::before{content:"\f1b9"}.bi-box-arrow-in-down-left::before{content:"\f1ba"}.bi-box-arrow-in-down-right::before{content:"\f1bb"}.bi-box-arrow-in-down::before{content:"\f1bc"}.bi-box-arrow-in-left::before{content:"\f1bd"}.bi-box-arrow-in-right::before{content:"\f1be"}.bi-box-arrow-in-up-left::before{content:"\f1bf"}.bi-box-arrow-in-up-right::before{content:"\f1c0"}.bi-box-arrow-in-up::before{content:"\f1c1"}.bi-box-arrow-left::before{content:"\f1c2"}.bi-box-arrow-right::before{content:"\f1c3"}.bi-box-arrow-up-left::before{content:"\f1c4"}.bi-box-arrow-up-right::before{content:"\f1c5"}.bi-box-arrow-up::before{content:"\f1c6"}.bi-box-seam::before{content:"\f1c7"}.bi-box::before{content:"\f1c8"}.bi-braces::before{content:"\f1c9"}.bi-bricks::before{content:"\f1ca"}.bi-briefcase-fill::before{content:"\f1cb"}.bi-briefcase::before{content:"\f1cc"}.bi-brightness-alt-high-fill::before{content:"\f1cd"}.bi-brightness-alt-high::before{content:"\f1ce"}.bi-brightness-alt-low-fill::before{content:"\f1cf"}.bi-brightness-alt-low::before{content:"\f1d0"}.bi-brightness-high-fill::before{content:"\f1d1"}.bi-brightness-high::before{content:"\f1d2"}.bi-brightness-low-fill::before{content:"\f1d3"}.bi-brightness-low::before{content:"\f1d4"}.bi-broadcast-pin::before{content:"\f1d5"}.bi-broadcast::before{content:"\f1d6"}.bi-brush-fill::before{content:"\f1d7"}.bi-brush::before{content:"\f1d8"}.bi-bucket-fill::before{content:"\f1d9"}.bi-bucket::before{content:"\f1da"}.bi-bug-fill::before{content:"\f1db"}.bi-bug::before{content:"\f1dc"}.bi-building::before{content:"\f1dd"}.bi-bullseye::before{content:"\f1de"}.bi-calculator-fill::before{content:"\f1df"}.bi-calculator::before{content:"\f1e0"}.bi-calendar-check-fill::before{content:"\f1e1"}.bi-calendar-check::before{content:"\f1e2"}.bi-calendar-date-fill::before{content:"\f1e3"}.bi-calendar-date::before{content:"\f1e4"}.bi-calendar-day-fill::before{content:"\f1e5"}.bi-calendar-day::before{content:"\f1e6"}.bi-calendar-event-fill::before{content:"\f1e7"}.bi-calendar-event::before{content:"\f1e8"}.bi-calendar-fill::before{content:"\f1e9"}.bi-calendar-minus-fill::before{content:"\f1ea"}.bi-calendar-minus::before{content:"\f1eb"}.bi-calendar-month-fill::before{content:"\f1ec"}.bi-calendar-month::before{content:"\f1ed"}.bi-calendar-plus-fill::before{content:"\f1ee"}.bi-calendar-plus::before{content:"\f1ef"}.bi-calendar-range-fill::before{content:"\f1f0"}.bi-calendar-range::before{content:"\f1f1"}.bi-calendar-week-fill::before{content:"\f1f2"}.bi-calendar-week::before{content:"\f1f3"}.bi-calendar-x-fill::before{content:"\f1f4"}.bi-calendar-x::before{content:"\f1f5"}.bi-calendar::before{content:"\f1f6"}.bi-calendar2-check-fill::before{content:"\f1f7"}.bi-calendar2-check::before{content:"\f1f8"}.bi-calendar2-date-fill::before{content:"\f1f9"}.bi-calendar2-date::before{content:"\f1fa"}.bi-calendar2-day-fill::before{content:"\f1fb"}.bi-calendar2-day::before{content:"\f1fc"}.bi-calendar2-event-fill::before{content:"\f1fd"}.bi-calendar2-event::before{content:"\f1fe"}.bi-calendar2-fill::before{content:"\f1ff"}.bi-calendar2-minus-fill::before{content:"\f200"}.bi-calendar2-minus::before{content:"\f201"}.bi-calendar2-month-fill::before{content:"\f202"}.bi-calendar2-month::before{content:"\f203"}.bi-calendar2-plus-fill::before{content:"\f204"}.bi-calendar2-plus::before{content:"\f205"}.bi-calendar2-range-fill::before{content:"\f206"}.bi-calendar2-range::before{content:"\f207"}.bi-calendar2-week-fill::before{content:"\f208"}.bi-calendar2-week::before{content:"\f209"}.bi-calendar2-x-fill::before{content:"\f20a"}.bi-calendar2-x::before{content:"\f20b"}.bi-calendar2::before{content:"\f20c"}.bi-calendar3-event-fill::before{content:"\f20d"}.bi-calendar3-event::before{content:"\f20e"}.bi-calendar3-fill::before{content:"\f20f"}.bi-calendar3-range-fill::before{content:"\f210"}.bi-calendar3-range::before{content:"\f211"}.bi-calendar3-week-fill::before{content:"\f212"}.bi-calendar3-week::before{content:"\f213"}.bi-calendar3::before{content:"\f214"}.bi-calendar4-event::before{content:"\f215"}.bi-calendar4-range::before{content:"\f216"}.bi-calendar4-week::before{content:"\f217"}.bi-calendar4::before{content:"\f218"}.bi-camera-fill::before{content:"\f219"}.bi-camera-reels-fill::before{content:"\f21a"}.bi-camera-reels::before{content:"\f21b"}.bi-camera-video-fill::before{content:"\f21c"}.bi-camera-video-off-fill::before{content:"\f21d"}.bi-camera-video-off::before{content:"\f21e"}.bi-camera-video::before{content:"\f21f"}.bi-camera::before{content:"\f220"}.bi-camera2::before{content:"\f221"}.bi-capslock-fill::before{content:"\f222"}.bi-capslock::before{content:"\f223"}.bi-card-checklist::before{content:"\f224"}.bi-card-heading::before{content:"\f225"}.bi-card-image::before{content:"\f226"}.bi-card-list::before{content:"\f227"}.bi-card-text::before{content:"\f228"}.bi-caret-down-fill::before{content:"\f229"}.bi-caret-down-square-fill::before{content:"\f22a"}.bi-caret-down-square::before{content:"\f22b"}.bi-caret-down::before{content:"\f22c"}.bi-caret-left-fill::before{content:"\f22d"}.bi-caret-left-square-fill::before{content:"\f22e"}.bi-caret-left-square::before{content:"\f22f"}.bi-caret-left::before{content:"\f230"}.bi-caret-right-fill::before{content:"\f231"}.bi-caret-right-square-fill::before{content:"\f232"}.bi-caret-right-square::before{content:"\f233"}.bi-caret-right::before{content:"\f234"}.bi-caret-up-fill::before{content:"\f235"}.bi-caret-up-square-fill::before{content:"\f236"}.bi-caret-up-square::before{content:"\f237"}.bi-caret-up::before{content:"\f238"}.bi-cart-check-fill::before{content:"\f239"}.bi-cart-check::before{content:"\f23a"}.bi-cart-dash-fill::before{content:"\f23b"}.bi-cart-dash::before{content:"\f23c"}.bi-cart-fill::before{content:"\f23d"}.bi-cart-plus-fill::before{content:"\f23e"}.bi-cart-plus::before{content:"\f23f"}.bi-cart-x-fill::before{content:"\f240"}.bi-cart-x::before{content:"\f241"}.bi-cart::before{content:"\f242"}.bi-cart2::before{content:"\f243"}.bi-cart3::before{content:"\f244"}.bi-cart4::before{content:"\f245"}.bi-cash-stack::before{content:"\f246"}.bi-cash::before{content:"\f247"}.bi-cast::before{content:"\f248"}.bi-chat-dots-fill::before{content:"\f249"}.bi-chat-dots::before{content:"\f24a"}.bi-chat-fill::before{content:"\f24b"}.bi-chat-left-dots-fill::before{content:"\f24c"}.bi-chat-left-dots::before{content:"\f24d"}.bi-chat-left-fill::before{content:"\f24e"}.bi-chat-left-quote-fill::before{content:"\f24f"}.bi-chat-left-quote::before{content:"\f250"}.bi-chat-left-text-fill::before{content:"\f251"}.bi-chat-left-text::before{content:"\f252"}.bi-chat-left::before{content:"\f253"}.bi-chat-quote-fill::before{content:"\f254"}.bi-chat-quote::before{content:"\f255"}.bi-chat-right-dots-fill::before{content:"\f256"}.bi-chat-right-dots::before{content:"\f257"}.bi-chat-right-fill::before{content:"\f258"}.bi-chat-right-quote-fill::before{content:"\f259"}.bi-chat-right-quote::before{content:"\f25a"}.bi-chat-right-text-fill::before{content:"\f25b"}.bi-chat-right-text::before{content:"\f25c"}.bi-chat-right::before{content:"\f25d"}.bi-chat-square-dots-fill::before{content:"\f25e"}.bi-chat-square-dots::before{content:"\f25f"}.bi-chat-square-fill::before{content:"\f260"}.bi-chat-square-quote-fill::before{content:"\f261"}.bi-chat-square-quote::before{content:"\f262"}.bi-chat-square-text-fill::before{content:"\f263"}.bi-chat-square-text::before{content:"\f264"}.bi-chat-square::before{content:"\f265"}.bi-chat-text-fill::before{content:"\f266"}.bi-chat-text::before{content:"\f267"}.bi-chat::before{content:"\f268"}.bi-check-all::before{content:"\f269"}.bi-check-circle-fill::before{content:"\f26a"}.bi-check-circle::before{content:"\f26b"}.bi-check-square-fill::before{content:"\f26c"}.bi-check-square::before{content:"\f26d"}.bi-check::before{content:"\f26e"}.bi-check2-all::before{content:"\f26f"}.bi-check2-circle::before{content:"\f270"}.bi-check2-square::before{content:"\f271"}.bi-check2::before{content:"\f272"}.bi-chevron-bar-contract::before{content:"\f273"}.bi-chevron-bar-down::before{content:"\f274"}.bi-chevron-bar-expand::before{content:"\f275"}.bi-chevron-bar-left::before{content:"\f276"}.bi-chevron-bar-right::before{content:"\f277"}.bi-chevron-bar-up::before{content:"\f278"}.bi-chevron-compact-down::before{content:"\f279"}.bi-chevron-compact-left::before{content:"\f27a"}.bi-chevron-compact-right::before{content:"\f27b"}.bi-chevron-compact-up::before{content:"\f27c"}.bi-chevron-contract::before{content:"\f27d"}.bi-chevron-double-down::before{content:"\f27e"}.bi-chevron-double-left::before{content:"\f27f"}.bi-chevron-double-right::before{content:"\f280"}.bi-chevron-double-up::before{content:"\f281"}.bi-chevron-down::before{content:"\f282"}.bi-chevron-expand::before{content:"\f283"}.bi-chevron-left::before{content:"\f284"}.bi-chevron-right::before{content:"\f285"}.bi-chevron-up::before{content:"\f286"}.bi-circle-fill::before{content:"\f287"}.bi-circle-half::before{content:"\f288"}.bi-circle-square::before{content:"\f289"}.bi-circle::before{content:"\f28a"}.bi-clipboard-check::before{content:"\f28b"}.bi-clipboard-data::before{content:"\f28c"}.bi-clipboard-minus::before{content:"\f28d"}.bi-clipboard-plus::before{content:"\f28e"}.bi-clipboard-x::before{content:"\f28f"}.bi-clipboard::before{content:"\f290"}.bi-clock-fill::before{content:"\f291"}.bi-clock-history::before{content:"\f292"}.bi-clock::before{content:"\f293"}.bi-cloud-arrow-down-fill::before{content:"\f294"}.bi-cloud-arrow-down::before{content:"\f295"}.bi-cloud-arrow-up-fill::before{content:"\f296"}.bi-cloud-arrow-up::before{content:"\f297"}.bi-cloud-check-fill::before{content:"\f298"}.bi-cloud-check::before{content:"\f299"}.bi-cloud-download-fill::before{content:"\f29a"}.bi-cloud-download::before{content:"\f29b"}.bi-cloud-drizzle-fill::before{content:"\f29c"}.bi-cloud-drizzle::before{content:"\f29d"}.bi-cloud-fill::before{content:"\f29e"}.bi-cloud-fog-fill::before{content:"\f29f"}.bi-cloud-fog::before{content:"\f2a0"}.bi-cloud-fog2-fill::before{content:"\f2a1"}.bi-cloud-fog2::before{content:"\f2a2"}.bi-cloud-hail-fill::before{content:"\f2a3"}.bi-cloud-hail::before{content:"\f2a4"}.bi-cloud-haze-fill::before{content:"\f2a6"}.bi-cloud-haze::before{content:"\f2a7"}.bi-cloud-haze2-fill::before{content:"\f2a8"}.bi-cloud-lightning-fill::before{content:"\f2a9"}.bi-cloud-lightning-rain-fill::before{content:"\f2aa"}.bi-cloud-lightning-rain::before{content:"\f2ab"}.bi-cloud-lightning::before{content:"\f2ac"}.bi-cloud-minus-fill::before{content:"\f2ad"}.bi-cloud-minus::before{content:"\f2ae"}.bi-cloud-moon-fill::before{content:"\f2af"}.bi-cloud-moon::before{content:"\f2b0"}.bi-cloud-plus-fill::before{content:"\f2b1"}.bi-cloud-plus::before{content:"\f2b2"}.bi-cloud-rain-fill::before{content:"\f2b3"}.bi-cloud-rain-heavy-fill::before{content:"\f2b4"}.bi-cloud-rain-heavy::before{content:"\f2b5"}.bi-cloud-rain::before{content:"\f2b6"}.bi-cloud-slash-fill::before{content:"\f2b7"}.bi-cloud-slash::before{content:"\f2b8"}.bi-cloud-sleet-fill::before{content:"\f2b9"}.bi-cloud-sleet::before{content:"\f2ba"}.bi-cloud-snow-fill::before{content:"\f2bb"}.bi-cloud-snow::before{content:"\f2bc"}.bi-cloud-sun-fill::before{content:"\f2bd"}.bi-cloud-sun::before{content:"\f2be"}.bi-cloud-upload-fill::before{content:"\f2bf"}.bi-cloud-upload::before{content:"\f2c0"}.bi-cloud::before{content:"\f2c1"}.bi-clouds-fill::before{content:"\f2c2"}.bi-clouds::before{content:"\f2c3"}.bi-cloudy-fill::before{content:"\f2c4"}.bi-cloudy::before{content:"\f2c5"}.bi-code-slash::before{content:"\f2c6"}.bi-code-square::before{content:"\f2c7"}.bi-code::before{content:"\f2c8"}.bi-collection-fill::before{content:"\f2c9"}.bi-collection-play-fill::before{content:"\f2ca"}.bi-collection-play::before{content:"\f2cb"}.bi-collection::before{content:"\f2cc"}.bi-columns-gap::before{content:"\f2cd"}.bi-columns::before{content:"\f2ce"}.bi-command::before{content:"\f2cf"}.bi-compass-fill::before{content:"\f2d0"}.bi-compass::before{content:"\f2d1"}.bi-cone-striped::before{content:"\f2d2"}.bi-cone::before{content:"\f2d3"}.bi-controller::before{content:"\f2d4"}.bi-cpu-fill::before{content:"\f2d5"}.bi-cpu::before{content:"\f2d6"}.bi-credit-card-2-back-fill::before{content:"\f2d7"}.bi-credit-card-2-back::before{content:"\f2d8"}.bi-credit-card-2-front-fill::before{content:"\f2d9"}.bi-credit-card-2-front::before{content:"\f2da"}.bi-credit-card-fill::before{content:"\f2db"}.bi-credit-card::before{content:"\f2dc"}.bi-crop::before{content:"\f2dd"}.bi-cup-fill::before{content:"\f2de"}.bi-cup-straw::before{content:"\f2df"}.bi-cup::before{content:"\f2e0"}.bi-cursor-fill::before{content:"\f2e1"}.bi-cursor-text::before{content:"\f2e2"}.bi-cursor::before{content:"\f2e3"}.bi-dash-circle-dotted::before{content:"\f2e4"}.bi-dash-circle-fill::before{content:"\f2e5"}.bi-dash-circle::before{content:"\f2e6"}.bi-dash-square-dotted::before{content:"\f2e7"}.bi-dash-square-fill::before{content:"\f2e8"}.bi-dash-square::before{content:"\f2e9"}.bi-dash::before{content:"\f2ea"}.bi-diagram-2-fill::before{content:"\f2eb"}.bi-diagram-2::before{content:"\f2ec"}.bi-diagram-3-fill::before{content:"\f2ed"}.bi-diagram-3::before{content:"\f2ee"}.bi-diamond-fill::before{content:"\f2ef"}.bi-diamond-half::before{content:"\f2f0"}.bi-diamond::before{content:"\f2f1"}.bi-dice-1-fill::before{content:"\f2f2"}.bi-dice-1::before{content:"\f2f3"}.bi-dice-2-fill::before{content:"\f2f4"}.bi-dice-2::before{content:"\f2f5"}.bi-dice-3-fill::before{content:"\f2f6"}.bi-dice-3::before{content:"\f2f7"}.bi-dice-4-fill::before{content:"\f2f8"}.bi-dice-4::before{content:"\f2f9"}.bi-dice-5-fill::before{content:"\f2fa"}.bi-dice-5::before{content:"\f2fb"}.bi-dice-6-fill::before{content:"\f2fc"}.bi-dice-6::before{content:"\f2fd"}.bi-disc-fill::before{content:"\f2fe"}.bi-disc::before{content:"\f2ff"}.bi-discord::before{content:"\f300"}.bi-display-fill::before{content:"\f301"}.bi-display::before{content:"\f302"}.bi-distribute-horizontal::before{content:"\f303"}.bi-distribute-vertical::before{content:"\f304"}.bi-door-closed-fill::before{content:"\f305"}.bi-door-closed::before{content:"\f306"}.bi-door-open-fill::before{content:"\f307"}.bi-door-open::before{content:"\f308"}.bi-dot::before{content:"\f309"}.bi-download::before{content:"\f30a"}.bi-droplet-fill::before{content:"\f30b"}.bi-droplet-half::before{content:"\f30c"}.bi-droplet::before{content:"\f30d"}.bi-earbuds::before{content:"\f30e"}.bi-easel-fill::before{content:"\f30f"}.bi-easel::before{content:"\f310"}.bi-egg-fill::before{content:"\f311"}.bi-egg-fried::before{content:"\f312"}.bi-egg::before{content:"\f313"}.bi-eject-fill::before{content:"\f314"}.bi-eject::before{content:"\f315"}.bi-emoji-angry-fill::before{content:"\f316"}.bi-emoji-angry::before{content:"\f317"}.bi-emoji-dizzy-fill::before{content:"\f318"}.bi-emoji-dizzy::before{content:"\f319"}.bi-emoji-expressionless-fill::before{content:"\f31a"}.bi-emoji-expressionless::before{content:"\f31b"}.bi-emoji-frown-fill::before{content:"\f31c"}.bi-emoji-frown::before{content:"\f31d"}.bi-emoji-heart-eyes-fill::before{content:"\f31e"}.bi-emoji-heart-eyes::before{content:"\f31f"}.bi-emoji-laughing-fill::before{content:"\f320"}.bi-emoji-laughing::before{content:"\f321"}.bi-emoji-neutral-fill::before{content:"\f322"}.bi-emoji-neutral::before{content:"\f323"}.bi-emoji-smile-fill::before{content:"\f324"}.bi-emoji-smile-upside-down-fill::before{content:"\f325"}.bi-emoji-smile-upside-down::before{content:"\f326"}.bi-emoji-smile::before{content:"\f327"}.bi-emoji-sunglasses-fill::before{content:"\f328"}.bi-emoji-sunglasses::before{content:"\f329"}.bi-emoji-wink-fill::before{content:"\f32a"}.bi-emoji-wink::before{content:"\f32b"}.bi-envelope-fill::before{content:"\f32c"}.bi-envelope-open-fill::before{content:"\f32d"}.bi-envelope-open::before{content:"\f32e"}.bi-envelope::before{content:"\f32f"}.bi-eraser-fill::before{content:"\f330"}.bi-eraser::before{content:"\f331"}.bi-exclamation-circle-fill::before{content:"\f332"}.bi-exclamation-circle::before{content:"\f333"}.bi-exclamation-diamond-fill::before{content:"\f334"}.bi-exclamation-diamond::before{content:"\f335"}.bi-exclamation-octagon-fill::before{content:"\f336"}.bi-exclamation-octagon::before{content:"\f337"}.bi-exclamation-square-fill::before{content:"\f338"}.bi-exclamation-square::before{content:"\f339"}.bi-exclamation-triangle-fill::before{content:"\f33a"}.bi-exclamation-triangle::before{content:"\f33b"}.bi-exclamation::before{content:"\f33c"}.bi-exclude::before{content:"\f33d"}.bi-eye-fill::before{content:"\f33e"}.bi-eye-slash-fill::before{content:"\f33f"}.bi-eye-slash::before{content:"\f340"}.bi-eye::before{content:"\f341"}.bi-eyedropper::before{content:"\f342"}.bi-eyeglasses::before{content:"\f343"}.bi-facebook::before{content:"\f344"}.bi-file-arrow-down-fill::before{content:"\f345"}.bi-file-arrow-down::before{content:"\f346"}.bi-file-arrow-up-fill::before{content:"\f347"}.bi-file-arrow-up::before{content:"\f348"}.bi-file-bar-graph-fill::before{content:"\f349"}.bi-file-bar-graph::before{content:"\f34a"}.bi-file-binary-fill::before{content:"\f34b"}.bi-file-binary::before{content:"\f34c"}.bi-file-break-fill::before{content:"\f34d"}.bi-file-break::before{content:"\f34e"}.bi-file-check-fill::before{content:"\f34f"}.bi-file-check::before{content:"\f350"}.bi-file-code-fill::before{content:"\f351"}.bi-file-code::before{content:"\f352"}.bi-file-diff-fill::before{content:"\f353"}.bi-file-diff::before{content:"\f354"}.bi-file-earmark-arrow-down-fill::before{content:"\f355"}.bi-file-earmark-arrow-down::before{content:"\f356"}.bi-file-earmark-arrow-up-fill::before{content:"\f357"}.bi-file-earmark-arrow-up::before{content:"\f358"}.bi-file-earmark-bar-graph-fill::before{content:"\f359"}.bi-file-earmark-bar-graph::before{content:"\f35a"}.bi-file-earmark-binary-fill::before{content:"\f35b"}.bi-file-earmark-binary::before{content:"\f35c"}.bi-file-earmark-break-fill::before{content:"\f35d"}.bi-file-earmark-break::before{content:"\f35e"}.bi-file-earmark-check-fill::before{content:"\f35f"}.bi-file-earmark-check::before{content:"\f360"}.bi-file-earmark-code-fill::before{content:"\f361"}.bi-file-earmark-code::before{content:"\f362"}.bi-file-earmark-diff-fill::before{content:"\f363"}.bi-file-earmark-diff::before{content:"\f364"}.bi-file-earmark-easel-fill::before{content:"\f365"}.bi-file-earmark-easel::before{content:"\f366"}.bi-file-earmark-excel-fill::before{content:"\f367"}.bi-file-earmark-excel::before{content:"\f368"}.bi-file-earmark-fill::before{content:"\f369"}.bi-file-earmark-font-fill::before{content:"\f36a"}.bi-file-earmark-font::before{content:"\f36b"}.bi-file-earmark-image-fill::before{content:"\f36c"}.bi-file-earmark-image::before{content:"\f36d"}.bi-file-earmark-lock-fill::before{content:"\f36e"}.bi-file-earmark-lock::before{content:"\f36f"}.bi-file-earmark-lock2-fill::before{content:"\f370"}.bi-file-earmark-lock2::before{content:"\f371"}.bi-file-earmark-medical-fill::before{content:"\f372"}.bi-file-earmark-medical::before{content:"\f373"}.bi-file-earmark-minus-fill::before{content:"\f374"}.bi-file-earmark-minus::before{content:"\f375"}.bi-file-earmark-music-fill::before{content:"\f376"}.bi-file-earmark-music::before{content:"\f377"}.bi-file-earmark-person-fill::before{content:"\f378"}.bi-file-earmark-person::before{content:"\f379"}.bi-file-earmark-play-fill::before{content:"\f37a"}.bi-file-earmark-play::before{content:"\f37b"}.bi-file-earmark-plus-fill::before{content:"\f37c"}.bi-file-earmark-plus::before{content:"\f37d"}.bi-file-earmark-post-fill::before{content:"\f37e"}.bi-file-earmark-post::before{content:"\f37f"}.bi-file-earmark-ppt-fill::before{content:"\f380"}.bi-file-earmark-ppt::before{content:"\f381"}.bi-file-earmark-richtext-fill::before{content:"\f382"}.bi-file-earmark-richtext::before{content:"\f383"}.bi-file-earmark-ruled-fill::before{content:"\f384"}.bi-file-earmark-ruled::before{content:"\f385"}.bi-file-earmark-slides-fill::before{content:"\f386"}.bi-file-earmark-slides::before{content:"\f387"}.bi-file-earmark-spreadsheet-fill::before{content:"\f388"}.bi-file-earmark-spreadsheet::before{content:"\f389"}.bi-file-earmark-text-fill::before{content:"\f38a"}.bi-file-earmark-text::before{content:"\f38b"}.bi-file-earmark-word-fill::before{content:"\f38c"}.bi-file-earmark-word::before{content:"\f38d"}.bi-file-earmark-x-fill::before{content:"\f38e"}.bi-file-earmark-x::before{content:"\f38f"}.bi-file-earmark-zip-fill::before{content:"\f390"}.bi-file-earmark-zip::before{content:"\f391"}.bi-file-earmark::before{content:"\f392"}.bi-file-easel-fill::before{content:"\f393"}.bi-file-easel::before{content:"\f394"}.bi-file-excel-fill::before{content:"\f395"}.bi-file-excel::before{content:"\f396"}.bi-file-fill::before{content:"\f397"}.bi-file-font-fill::before{content:"\f398"}.bi-file-font::before{content:"\f399"}.bi-file-image-fill::before{content:"\f39a"}.bi-file-image::before{content:"\f39b"}.bi-file-lock-fill::before{content:"\f39c"}.bi-file-lock::before{content:"\f39d"}.bi-file-lock2-fill::before{content:"\f39e"}.bi-file-lock2::before{content:"\f39f"}.bi-file-medical-fill::before{content:"\f3a0"}.bi-file-medical::before{content:"\f3a1"}.bi-file-minus-fill::before{content:"\f3a2"}.bi-file-minus::before{content:"\f3a3"}.bi-file-music-fill::before{content:"\f3a4"}.bi-file-music::before{content:"\f3a5"}.bi-file-person-fill::before{content:"\f3a6"}.bi-file-person::before{content:"\f3a7"}.bi-file-play-fill::before{content:"\f3a8"}.bi-file-play::before{content:"\f3a9"}.bi-file-plus-fill::before{content:"\f3aa"}.bi-file-plus::before{content:"\f3ab"}.bi-file-post-fill::before{content:"\f3ac"}.bi-file-post::before{content:"\f3ad"}.bi-file-ppt-fill::before{content:"\f3ae"}.bi-file-ppt::before{content:"\f3af"}.bi-file-richtext-fill::before{content:"\f3b0"}.bi-file-richtext::before{content:"\f3b1"}.bi-file-ruled-fill::before{content:"\f3b2"}.bi-file-ruled::before{content:"\f3b3"}.bi-file-slides-fill::before{content:"\f3b4"}.bi-file-slides::before{content:"\f3b5"}.bi-file-spreadsheet-fill::before{content:"\f3b6"}.bi-file-spreadsheet::before{content:"\f3b7"}.bi-file-text-fill::before{content:"\f3b8"}.bi-file-text::before{content:"\f3b9"}.bi-file-word-fill::before{content:"\f3ba"}.bi-file-word::before{content:"\f3bb"}.bi-file-x-fill::before{content:"\f3bc"}.bi-file-x::before{content:"\f3bd"}.bi-file-zip-fill::before{content:"\f3be"}.bi-file-zip::before{content:"\f3bf"}.bi-file::before{content:"\f3c0"}.bi-files-alt::before{content:"\f3c1"}.bi-files::before{content:"\f3c2"}.bi-film::before{content:"\f3c3"}.bi-filter-circle-fill::before{content:"\f3c4"}.bi-filter-circle::before{content:"\f3c5"}.bi-filter-left::before{content:"\f3c6"}.bi-filter-right::before{content:"\f3c7"}.bi-filter-square-fill::before{content:"\f3c8"}.bi-filter-square::before{content:"\f3c9"}.bi-filter::before{content:"\f3ca"}.bi-flag-fill::before{content:"\f3cb"}.bi-flag::before{content:"\f3cc"}.bi-flower1::before{content:"\f3cd"}.bi-flower2::before{content:"\f3ce"}.bi-flower3::before{content:"\f3cf"}.bi-folder-check::before{content:"\f3d0"}.bi-folder-fill::before{content:"\f3d1"}.bi-folder-minus::before{content:"\f3d2"}.bi-folder-plus::before{content:"\f3d3"}.bi-folder-symlink-fill::before{content:"\f3d4"}.bi-folder-symlink::before{content:"\f3d5"}.bi-folder-x::before{content:"\f3d6"}.bi-folder::before{content:"\f3d7"}.bi-folder2-open::before{content:"\f3d8"}.bi-folder2::before{content:"\f3d9"}.bi-fonts::before{content:"\f3da"}.bi-forward-fill::before{content:"\f3db"}.bi-forward::before{content:"\f3dc"}.bi-front::before{content:"\f3dd"}.bi-fullscreen-exit::before{content:"\f3de"}.bi-fullscreen::before{content:"\f3df"}.bi-funnel-fill::before{content:"\f3e0"}.bi-funnel::before{content:"\f3e1"}.bi-gear-fill::before{content:"\f3e2"}.bi-gear-wide-connected::before{content:"\f3e3"}.bi-gear-wide::before{content:"\f3e4"}.bi-gear::before{content:"\f3e5"}.bi-gem::before{content:"\f3e6"}.bi-geo-alt-fill::before{content:"\f3e7"}.bi-geo-alt::before{content:"\f3e8"}.bi-geo-fill::before{content:"\f3e9"}.bi-geo::before{content:"\f3ea"}.bi-gift-fill::before{content:"\f3eb"}.bi-gift::before{content:"\f3ec"}.bi-github::before{content:"\f3ed"}.bi-globe::before{content:"\f3ee"}.bi-globe2::before{content:"\f3ef"}.bi-google::before{content:"\f3f0"}.bi-graph-down::before{content:"\f3f1"}.bi-graph-up::before{content:"\f3f2"}.bi-grid-1x2-fill::before{content:"\f3f3"}.bi-grid-1x2::before{content:"\f3f4"}.bi-grid-3x2-gap-fill::before{content:"\f3f5"}.bi-grid-3x2-gap::before{content:"\f3f6"}.bi-grid-3x2::before{content:"\f3f7"}.bi-grid-3x3-gap-fill::before{content:"\f3f8"}.bi-grid-3x3-gap::before{content:"\f3f9"}.bi-grid-3x3::before{content:"\f3fa"}.bi-grid-fill::before{content:"\f3fb"}.bi-grid::before{content:"\f3fc"}.bi-grip-horizontal::before{content:"\f3fd"}.bi-grip-vertical::before{content:"\f3fe"}.bi-hammer::before{content:"\f3ff"}.bi-hand-index-fill::before{content:"\f400"}.bi-hand-index-thumb-fill::before{content:"\f401"}.bi-hand-index-thumb::before{content:"\f402"}.bi-hand-index::before{content:"\f403"}.bi-hand-thumbs-down-fill::before{content:"\f404"}.bi-hand-thumbs-down::before{content:"\f405"}.bi-hand-thumbs-up-fill::before{content:"\f406"}.bi-hand-thumbs-up::before{content:"\f407"}.bi-handbag-fill::before{content:"\f408"}.bi-handbag::before{content:"\f409"}.bi-hash::before{content:"\f40a"}.bi-hdd-fill::before{content:"\f40b"}.bi-hdd-network-fill::before{content:"\f40c"}.bi-hdd-network::before{content:"\f40d"}.bi-hdd-rack-fill::before{content:"\f40e"}.bi-hdd-rack::before{content:"\f40f"}.bi-hdd-stack-fill::before{content:"\f410"}.bi-hdd-stack::before{content:"\f411"}.bi-hdd::before{content:"\f412"}.bi-headphones::before{content:"\f413"}.bi-headset::before{content:"\f414"}.bi-heart-fill::before{content:"\f415"}.bi-heart-half::before{content:"\f416"}.bi-heart::before{content:"\f417"}.bi-heptagon-fill::before{content:"\f418"}.bi-heptagon-half::before{content:"\f419"}.bi-heptagon::before{content:"\f41a"}.bi-hexagon-fill::before{content:"\f41b"}.bi-hexagon-half::before{content:"\f41c"}.bi-hexagon::before{content:"\f41d"}.bi-hourglass-bottom::before{content:"\f41e"}.bi-hourglass-split::before{content:"\f41f"}.bi-hourglass-top::before{content:"\f420"}.bi-hourglass::before{content:"\f421"}.bi-house-door-fill::before{content:"\f422"}.bi-house-door::before{content:"\f423"}.bi-house-fill::before{content:"\f424"}.bi-house::before{content:"\f425"}.bi-hr::before{content:"\f426"}.bi-hurricane::before{content:"\f427"}.bi-image-alt::before{content:"\f428"}.bi-image-fill::before{content:"\f429"}.bi-image::before{content:"\f42a"}.bi-images::before{content:"\f42b"}.bi-inbox-fill::before{content:"\f42c"}.bi-inbox::before{content:"\f42d"}.bi-inboxes-fill::before{content:"\f42e"}.bi-inboxes::before{content:"\f42f"}.bi-info-circle-fill::before{content:"\f430"}.bi-info-circle::before{content:"\f431"}.bi-info-square-fill::before{content:"\f432"}.bi-info-square::before{content:"\f433"}.bi-info::before{content:"\f434"}.bi-input-cursor-text::before{content:"\f435"}.bi-input-cursor::before{content:"\f436"}.bi-instagram::before{content:"\f437"}.bi-intersect::before{content:"\f438"}.bi-journal-album::before{content:"\f439"}.bi-journal-arrow-down::before{content:"\f43a"}.bi-journal-arrow-up::before{content:"\f43b"}.bi-journal-bookmark-fill::before{content:"\f43c"}.bi-journal-bookmark::before{content:"\f43d"}.bi-journal-check::before{content:"\f43e"}.bi-journal-code::before{content:"\f43f"}.bi-journal-medical::before{content:"\f440"}.bi-journal-minus::before{content:"\f441"}.bi-journal-plus::before{content:"\f442"}.bi-journal-richtext::before{content:"\f443"}.bi-journal-text::before{content:"\f444"}.bi-journal-x::before{content:"\f445"}.bi-journal::before{content:"\f446"}.bi-journals::before{content:"\f447"}.bi-joystick::before{content:"\f448"}.bi-justify-left::before{content:"\f449"}.bi-justify-right::before{content:"\f44a"}.bi-justify::before{content:"\f44b"}.bi-kanban-fill::before{content:"\f44c"}.bi-kanban::before{content:"\f44d"}.bi-key-fill::before{content:"\f44e"}.bi-key::before{content:"\f44f"}.bi-keyboard-fill::before{content:"\f450"}.bi-keyboard::before{content:"\f451"}.bi-ladder::before{content:"\f452"}.bi-lamp-fill::before{content:"\f453"}.bi-lamp::before{content:"\f454"}.bi-laptop-fill::before{content:"\f455"}.bi-laptop::before{content:"\f456"}.bi-layer-backward::before{content:"\f457"}.bi-layer-forward::before{content:"\f458"}.bi-layers-fill::before{content:"\f459"}.bi-layers-half::before{content:"\f45a"}.bi-layers::before{content:"\f45b"}.bi-layout-sidebar-inset-reverse::before{content:"\f45c"}.bi-layout-sidebar-inset::before{content:"\f45d"}.bi-layout-sidebar-reverse::before{content:"\f45e"}.bi-layout-sidebar::before{content:"\f45f"}.bi-layout-split::before{content:"\f460"}.bi-layout-text-sidebar-reverse::before{content:"\f461"}.bi-layout-text-sidebar::before{content:"\f462"}.bi-layout-text-window-reverse::before{content:"\f463"}.bi-layout-text-window::before{content:"\f464"}.bi-layout-three-columns::before{content:"\f465"}.bi-layout-wtf::before{content:"\f466"}.bi-life-preserver::before{content:"\f467"}.bi-lightbulb-fill::before{content:"\f468"}.bi-lightbulb-off-fill::before{content:"\f469"}.bi-lightbulb-off::before{content:"\f46a"}.bi-lightbulb::before{content:"\f46b"}.bi-lightning-charge-fill::before{content:"\f46c"}.bi-lightning-charge::before{content:"\f46d"}.bi-lightning-fill::before{content:"\f46e"}.bi-lightning::before{content:"\f46f"}.bi-link-45deg::before{content:"\f470"}.bi-link::before{content:"\f471"}.bi-linkedin::before{content:"\f472"}.bi-list-check::before{content:"\f473"}.bi-list-nested::before{content:"\f474"}.bi-list-ol::before{content:"\f475"}.bi-list-stars::before{content:"\f476"}.bi-list-task::before{content:"\f477"}.bi-list-ul::before{content:"\f478"}.bi-list::before{content:"\f479"}.bi-lock-fill::before{content:"\f47a"}.bi-lock::before{content:"\f47b"}.bi-mailbox::before{content:"\f47c"}.bi-mailbox2::before{content:"\f47d"}.bi-map-fill::before{content:"\f47e"}.bi-map::before{content:"\f47f"}.bi-markdown-fill::before{content:"\f480"}.bi-markdown::before{content:"\f481"}.bi-mask::before{content:"\f482"}.bi-megaphone-fill::before{content:"\f483"}.bi-megaphone::before{content:"\f484"}.bi-menu-app-fill::before{content:"\f485"}.bi-menu-app::before{content:"\f486"}.bi-menu-button-fill::before{content:"\f487"}.bi-menu-button-wide-fill::before{content:"\f488"}.bi-menu-button-wide::before{content:"\f489"}.bi-menu-button::before{content:"\f48a"}.bi-menu-down::before{content:"\f48b"}.bi-menu-up::before{content:"\f48c"}.bi-mic-fill::before{content:"\f48d"}.bi-mic-mute-fill::before{content:"\f48e"}.bi-mic-mute::before{content:"\f48f"}.bi-mic::before{content:"\f490"}.bi-minecart-loaded::before{content:"\f491"}.bi-minecart::before{content:"\f492"}.bi-moisture::before{content:"\f493"}.bi-moon-fill::before{content:"\f494"}.bi-moon-stars-fill::before{content:"\f495"}.bi-moon-stars::before{content:"\f496"}.bi-moon::before{content:"\f497"}.bi-mouse-fill::before{content:"\f498"}.bi-mouse::before{content:"\f499"}.bi-mouse2-fill::before{content:"\f49a"}.bi-mouse2::before{content:"\f49b"}.bi-mouse3-fill::before{content:"\f49c"}.bi-mouse3::before{content:"\f49d"}.bi-music-note-beamed::before{content:"\f49e"}.bi-music-note-list::before{content:"\f49f"}.bi-music-note::before{content:"\f4a0"}.bi-music-player-fill::before{content:"\f4a1"}.bi-music-player::before{content:"\f4a2"}.bi-newspaper::before{content:"\f4a3"}.bi-node-minus-fill::before{content:"\f4a4"}.bi-node-minus::before{content:"\f4a5"}.bi-node-plus-fill::before{content:"\f4a6"}.bi-node-plus::before{content:"\f4a7"}.bi-nut-fill::before{content:"\f4a8"}.bi-nut::before{content:"\f4a9"}.bi-octagon-fill::before{content:"\f4aa"}.bi-octagon-half::before{content:"\f4ab"}.bi-octagon::before{content:"\f4ac"}.bi-option::before{content:"\f4ad"}.bi-outlet::before{content:"\f4ae"}.bi-paint-bucket::before{content:"\f4af"}.bi-palette-fill::before{content:"\f4b0"}.bi-palette::before{content:"\f4b1"}.bi-palette2::before{content:"\f4b2"}.bi-paperclip::before{content:"\f4b3"}.bi-paragraph::before{content:"\f4b4"}.bi-patch-check-fill::before{content:"\f4b5"}.bi-patch-check::before{content:"\f4b6"}.bi-patch-exclamation-fill::before{content:"\f4b7"}.bi-patch-exclamation::before{content:"\f4b8"}.bi-patch-minus-fill::before{content:"\f4b9"}.bi-patch-minus::before{content:"\f4ba"}.bi-patch-plus-fill::before{content:"\f4bb"}.bi-patch-plus::before{content:"\f4bc"}.bi-patch-question-fill::before{content:"\f4bd"}.bi-patch-question::before{content:"\f4be"}.bi-pause-btn-fill::before{content:"\f4bf"}.bi-pause-btn::before{content:"\f4c0"}.bi-pause-circle-fill::before{content:"\f4c1"}.bi-pause-circle::before{content:"\f4c2"}.bi-pause-fill::before{content:"\f4c3"}.bi-pause::before{content:"\f4c4"}.bi-peace-fill::before{content:"\f4c5"}.bi-peace::before{content:"\f4c6"}.bi-pen-fill::before{content:"\f4c7"}.bi-pen::before{content:"\f4c8"}.bi-pencil-fill::before{content:"\f4c9"}.bi-pencil-square::before{content:"\f4ca"}.bi-pencil::before{content:"\f4cb"}.bi-pentagon-fill::before{content:"\f4cc"}.bi-pentagon-half::before{content:"\f4cd"}.bi-pentagon::before{content:"\f4ce"}.bi-people-fill::before{content:"\f4cf"}.bi-people::before{content:"\f4d0"}.bi-percent::before{content:"\f4d1"}.bi-person-badge-fill::before{content:"\f4d2"}.bi-person-badge::before{content:"\f4d3"}.bi-person-bounding-box::before{content:"\f4d4"}.bi-person-check-fill::before{content:"\f4d5"}.bi-person-check::before{content:"\f4d6"}.bi-person-circle::before{content:"\f4d7"}.bi-person-dash-fill::before{content:"\f4d8"}.bi-person-dash::before{content:"\f4d9"}.bi-person-fill::before{content:"\f4da"}.bi-person-lines-fill::before{content:"\f4db"}.bi-person-plus-fill::before{content:"\f4dc"}.bi-person-plus::before{content:"\f4dd"}.bi-person-square::before{content:"\f4de"}.bi-person-x-fill::before{content:"\f4df"}.bi-person-x::before{content:"\f4e0"}.bi-person::before{content:"\f4e1"}.bi-phone-fill::before{content:"\f4e2"}.bi-phone-landscape-fill::before{content:"\f4e3"}.bi-phone-landscape::before{content:"\f4e4"}.bi-phone-vibrate-fill::before{content:"\f4e5"}.bi-phone-vibrate::before{content:"\f4e6"}.bi-phone::before{content:"\f4e7"}.bi-pie-chart-fill::before{content:"\f4e8"}.bi-pie-chart::before{content:"\f4e9"}.bi-pin-angle-fill::before{content:"\f4ea"}.bi-pin-angle::before{content:"\f4eb"}.bi-pin-fill::before{content:"\f4ec"}.bi-pin::before{content:"\f4ed"}.bi-pip-fill::before{content:"\f4ee"}.bi-pip::before{content:"\f4ef"}.bi-play-btn-fill::before{content:"\f4f0"}.bi-play-btn::before{content:"\f4f1"}.bi-play-circle-fill::before{content:"\f4f2"}.bi-play-circle::before{content:"\f4f3"}.bi-play-fill::before{content:"\f4f4"}.bi-play::before{content:"\f4f5"}.bi-plug-fill::before{content:"\f4f6"}.bi-plug::before{content:"\f4f7"}.bi-plus-circle-dotted::before{content:"\f4f8"}.bi-plus-circle-fill::before{content:"\f4f9"}.bi-plus-circle::before{content:"\f4fa"}.bi-plus-square-dotted::before{content:"\f4fb"}.bi-plus-square-fill::before{content:"\f4fc"}.bi-plus-square::before{content:"\f4fd"}.bi-plus::before{content:"\f4fe"}.bi-power::before{content:"\f4ff"}.bi-printer-fill::before{content:"\f500"}.bi-printer::before{content:"\f501"}.bi-puzzle-fill::before{content:"\f502"}.bi-puzzle::before{content:"\f503"}.bi-question-circle-fill::before{content:"\f504"}.bi-question-circle::before{content:"\f505"}.bi-question-diamond-fill::before{content:"\f506"}.bi-question-diamond::before{content:"\f507"}.bi-question-octagon-fill::before{content:"\f508"}.bi-question-octagon::before{content:"\f509"}.bi-question-square-fill::before{content:"\f50a"}.bi-question-square::before{content:"\f50b"}.bi-question::before{content:"\f50c"}.bi-rainbow::before{content:"\f50d"}.bi-receipt-cutoff::before{content:"\f50e"}.bi-receipt::before{content:"\f50f"}.bi-reception-0::before{content:"\f510"}.bi-reception-1::before{content:"\f511"}.bi-reception-2::before{content:"\f512"}.bi-reception-3::before{content:"\f513"}.bi-reception-4::before{content:"\f514"}.bi-record-btn-fill::before{content:"\f515"}.bi-record-btn::before{content:"\f516"}.bi-record-circle-fill::before{content:"\f517"}.bi-record-circle::before{content:"\f518"}.bi-record-fill::before{content:"\f519"}.bi-record::before{content:"\f51a"}.bi-record2-fill::before{content:"\f51b"}.bi-record2::before{content:"\f51c"}.bi-reply-all-fill::before{content:"\f51d"}.bi-reply-all::before{content:"\f51e"}.bi-reply-fill::before{content:"\f51f"}.bi-reply::before{content:"\f520"}.bi-rss-fill::before{content:"\f521"}.bi-rss::before{content:"\f522"}.bi-rulers::before{content:"\f523"}.bi-save-fill::before{content:"\f524"}.bi-save::before{content:"\f525"}.bi-save2-fill::before{content:"\f526"}.bi-save2::before{content:"\f527"}.bi-scissors::before{content:"\f528"}.bi-screwdriver::before{content:"\f529"}.bi-search::before{content:"\f52a"}.bi-segmented-nav::before{content:"\f52b"}.bi-server::before{content:"\f52c"}.bi-share-fill::before{content:"\f52d"}.bi-share::before{content:"\f52e"}.bi-shield-check::before{content:"\f52f"}.bi-shield-exclamation::before{content:"\f530"}.bi-shield-fill-check::before{content:"\f531"}.bi-shield-fill-exclamation::before{content:"\f532"}.bi-shield-fill-minus::before{content:"\f533"}.bi-shield-fill-plus::before{content:"\f534"}.bi-shield-fill-x::before{content:"\f535"}.bi-shield-fill::before{content:"\f536"}.bi-shield-lock-fill::before{content:"\f537"}.bi-shield-lock::before{content:"\f538"}.bi-shield-minus::before{content:"\f539"}.bi-shield-plus::before{content:"\f53a"}.bi-shield-shaded::before{content:"\f53b"}.bi-shield-slash-fill::before{content:"\f53c"}.bi-shield-slash::before{content:"\f53d"}.bi-shield-x::before{content:"\f53e"}.bi-shield::before{content:"\f53f"}.bi-shift-fill::before{content:"\f540"}.bi-shift::before{content:"\f541"}.bi-shop-window::before{content:"\f542"}.bi-shop::before{content:"\f543"}.bi-shuffle::before{content:"\f544"}.bi-signpost-2-fill::before{content:"\f545"}.bi-signpost-2::before{content:"\f546"}.bi-signpost-fill::before{content:"\f547"}.bi-signpost-split-fill::before{content:"\f548"}.bi-signpost-split::before{content:"\f549"}.bi-signpost::before{content:"\f54a"}.bi-sim-fill::before{content:"\f54b"}.bi-sim::before{content:"\f54c"}.bi-skip-backward-btn-fill::before{content:"\f54d"}.bi-skip-backward-btn::before{content:"\f54e"}.bi-skip-backward-circle-fill::before{content:"\f54f"}.bi-skip-backward-circle::before{content:"\f550"}.bi-skip-backward-fill::before{content:"\f551"}.bi-skip-backward::before{content:"\f552"}.bi-skip-end-btn-fill::before{content:"\f553"}.bi-skip-end-btn::before{content:"\f554"}.bi-skip-end-circle-fill::before{content:"\f555"}.bi-skip-end-circle::before{content:"\f556"}.bi-skip-end-fill::before{content:"\f557"}.bi-skip-end::before{content:"\f558"}.bi-skip-forward-btn-fill::before{content:"\f559"}.bi-skip-forward-btn::before{content:"\f55a"}.bi-skip-forward-circle-fill::before{content:"\f55b"}.bi-skip-forward-circle::before{content:"\f55c"}.bi-skip-forward-fill::before{content:"\f55d"}.bi-skip-forward::before{content:"\f55e"}.bi-skip-start-btn-fill::before{content:"\f55f"}.bi-skip-start-btn::before{content:"\f560"}.bi-skip-start-circle-fill::before{content:"\f561"}.bi-skip-start-circle::before{content:"\f562"}.bi-skip-start-fill::before{content:"\f563"}.bi-skip-start::before{content:"\f564"}.bi-slack::before{content:"\f565"}.bi-slash-circle-fill::before{content:"\f566"}.bi-slash-circle::before{content:"\f567"}.bi-slash-square-fill::before{content:"\f568"}.bi-slash-square::before{content:"\f569"}.bi-slash::before{content:"\f56a"}.bi-sliders::before{content:"\f56b"}.bi-smartwatch::before{content:"\f56c"}.bi-snow::before{content:"\f56d"}.bi-snow2::before{content:"\f56e"}.bi-snow3::before{content:"\f56f"}.bi-sort-alpha-down-alt::before{content:"\f570"}.bi-sort-alpha-down::before{content:"\f571"}.bi-sort-alpha-up-alt::before{content:"\f572"}.bi-sort-alpha-up::before{content:"\f573"}.bi-sort-down-alt::before{content:"\f574"}.bi-sort-down::before{content:"\f575"}.bi-sort-numeric-down-alt::before{content:"\f576"}.bi-sort-numeric-down::before{content:"\f577"}.bi-sort-numeric-up-alt::before{content:"\f578"}.bi-sort-numeric-up::before{content:"\f579"}.bi-sort-up-alt::before{content:"\f57a"}.bi-sort-up::before{content:"\f57b"}.bi-soundwave::before{content:"\f57c"}.bi-speaker-fill::before{content:"\f57d"}.bi-speaker::before{content:"\f57e"}.bi-speedometer::before{content:"\f57f"}.bi-speedometer2::before{content:"\f580"}.bi-spellcheck::before{content:"\f581"}.bi-square-fill::before{content:"\f582"}.bi-square-half::before{content:"\f583"}.bi-square::before{content:"\f584"}.bi-stack::before{content:"\f585"}.bi-star-fill::before{content:"\f586"}.bi-star-half::before{content:"\f587"}.bi-star::before{content:"\f588"}.bi-stars::before{content:"\f589"}.bi-stickies-fill::before{content:"\f58a"}.bi-stickies::before{content:"\f58b"}.bi-sticky-fill::before{content:"\f58c"}.bi-sticky::before{content:"\f58d"}.bi-stop-btn-fill::before{content:"\f58e"}.bi-stop-btn::before{content:"\f58f"}.bi-stop-circle-fill::before{content:"\f590"}.bi-stop-circle::before{content:"\f591"}.bi-stop-fill::before{content:"\f592"}.bi-stop::before{content:"\f593"}.bi-stoplights-fill::before{content:"\f594"}.bi-stoplights::before{content:"\f595"}.bi-stopwatch-fill::before{content:"\f596"}.bi-stopwatch::before{content:"\f597"}.bi-subtract::before{content:"\f598"}.bi-suit-club-fill::before{content:"\f599"}.bi-suit-club::before{content:"\f59a"}.bi-suit-diamond-fill::before{content:"\f59b"}.bi-suit-diamond::before{content:"\f59c"}.bi-suit-heart-fill::before{content:"\f59d"}.bi-suit-heart::before{content:"\f59e"}.bi-suit-spade-fill::before{content:"\f59f"}.bi-suit-spade::before{content:"\f5a0"}.bi-sun-fill::before{content:"\f5a1"}.bi-sun::before{content:"\f5a2"}.bi-sunglasses::before{content:"\f5a3"}.bi-sunrise-fill::before{content:"\f5a4"}.bi-sunrise::before{content:"\f5a5"}.bi-sunset-fill::before{content:"\f5a6"}.bi-sunset::before{content:"\f5a7"}.bi-symmetry-horizontal::before{content:"\f5a8"}.bi-symmetry-vertical::before{content:"\f5a9"}.bi-table::before{content:"\f5aa"}.bi-tablet-fill::before{content:"\f5ab"}.bi-tablet-landscape-fill::before{content:"\f5ac"}.bi-tablet-landscape::before{content:"\f5ad"}.bi-tablet::before{content:"\f5ae"}.bi-tag-fill::before{content:"\f5af"}.bi-tag::before{content:"\f5b0"}.bi-tags-fill::before{content:"\f5b1"}.bi-tags::before{content:"\f5b2"}.bi-telegram::before{content:"\f5b3"}.bi-telephone-fill::before{content:"\f5b4"}.bi-telephone-forward-fill::before{content:"\f5b5"}.bi-telephone-forward::before{content:"\f5b6"}.bi-telephone-inbound-fill::before{content:"\f5b7"}.bi-telephone-inbound::before{content:"\f5b8"}.bi-telephone-minus-fill::before{content:"\f5b9"}.bi-telephone-minus::before{content:"\f5ba"}.bi-telephone-outbound-fill::before{content:"\f5bb"}.bi-telephone-outbound::before{content:"\f5bc"}.bi-telephone-plus-fill::before{content:"\f5bd"}.bi-telephone-plus::before{content:"\f5be"}.bi-telephone-x-fill::before{content:"\f5bf"}.bi-telephone-x::before{content:"\f5c0"}.bi-telephone::before{content:"\f5c1"}.bi-terminal-fill::before{content:"\f5c2"}.bi-terminal::before{content:"\f5c3"}.bi-text-center::before{content:"\f5c4"}.bi-text-indent-left::before{content:"\f5c5"}.bi-text-indent-right::before{content:"\f5c6"}.bi-text-left::before{content:"\f5c7"}.bi-text-paragraph::before{content:"\f5c8"}.bi-text-right::before{content:"\f5c9"}.bi-textarea-resize::before{content:"\f5ca"}.bi-textarea-t::before{content:"\f5cb"}.bi-textarea::before{content:"\f5cc"}.bi-thermometer-half::before{content:"\f5cd"}.bi-thermometer-high::before{content:"\f5ce"}.bi-thermometer-low::before{content:"\f5cf"}.bi-thermometer-snow::before{content:"\f5d0"}.bi-thermometer-sun::before{content:"\f5d1"}.bi-thermometer::before{content:"\f5d2"}.bi-three-dots-vertical::before{content:"\f5d3"}.bi-three-dots::before{content:"\f5d4"}.bi-toggle-off::before{content:"\f5d5"}.bi-toggle-on::before{content:"\f5d6"}.bi-toggle2-off::before{content:"\f5d7"}.bi-toggle2-on::before{content:"\f5d8"}.bi-toggles::before{content:"\f5d9"}.bi-toggles2::before{content:"\f5da"}.bi-tools::before{content:"\f5db"}.bi-tornado::before{content:"\f5dc"}.bi-trash-fill::before{content:"\f5dd"}.bi-trash::before{content:"\f5de"}.bi-trash2-fill::before{content:"\f5df"}.bi-trash2::before{content:"\f5e0"}.bi-tree-fill::before{content:"\f5e1"}.bi-tree::before{content:"\f5e2"}.bi-triangle-fill::before{content:"\f5e3"}.bi-triangle-half::before{content:"\f5e4"}.bi-triangle::before{content:"\f5e5"}.bi-trophy-fill::before{content:"\f5e6"}.bi-trophy::before{content:"\f5e7"}.bi-tropical-storm::before{content:"\f5e8"}.bi-truck-flatbed::before{content:"\f5e9"}.bi-truck::before{content:"\f5ea"}.bi-tsunami::before{content:"\f5eb"}.bi-tv-fill::before{content:"\f5ec"}.bi-tv::before{content:"\f5ed"}.bi-twitch::before{content:"\f5ee"}.bi-twitter::before{content:"\f5ef"}.bi-type-bold::before{content:"\f5f0"}.bi-type-h1::before{content:"\f5f1"}.bi-type-h2::before{content:"\f5f2"}.bi-type-h3::before{content:"\f5f3"}.bi-type-italic::before{content:"\f5f4"}.bi-type-strikethrough::before{content:"\f5f5"}.bi-type-underline::before{content:"\f5f6"}.bi-type::before{content:"\f5f7"}.bi-ui-checks-grid::before{content:"\f5f8"}.bi-ui-checks::before{content:"\f5f9"}.bi-ui-radios-grid::before{content:"\f5fa"}.bi-ui-radios::before{content:"\f5fb"}.bi-umbrella-fill::before{content:"\f5fc"}.bi-umbrella::before{content:"\f5fd"}.bi-union::before{content:"\f5fe"}.bi-unlock-fill::before{content:"\f5ff"}.bi-unlock::before{content:"\f600"}.bi-upc-scan::before{content:"\f601"}.bi-upc::before{content:"\f602"}.bi-upload::before{content:"\f603"}.bi-vector-pen::before{content:"\f604"}.bi-view-list::before{content:"\f605"}.bi-view-stacked::before{content:"\f606"}.bi-vinyl-fill::before{content:"\f607"}.bi-vinyl::before{content:"\f608"}.bi-voicemail::before{content:"\f609"}.bi-volume-down-fill::before{content:"\f60a"}.bi-volume-down::before{content:"\f60b"}.bi-volume-mute-fill::before{content:"\f60c"}.bi-volume-mute::before{content:"\f60d"}.bi-volume-off-fill::before{content:"\f60e"}.bi-volume-off::before{content:"\f60f"}.bi-volume-up-fill::before{content:"\f610"}.bi-volume-up::before{content:"\f611"}.bi-vr::before{content:"\f612"}.bi-wallet-fill::before{content:"\f613"}.bi-wallet::before{content:"\f614"}.bi-wallet2::before{content:"\f615"}.bi-watch::before{content:"\f616"}.bi-water::before{content:"\f617"}.bi-whatsapp::before{content:"\f618"}.bi-wifi-1::before{content:"\f619"}.bi-wifi-2::before{content:"\f61a"}.bi-wifi-off::before{content:"\f61b"}.bi-wifi::before{content:"\f61c"}.bi-wind::before{content:"\f61d"}.bi-window-dock::before{content:"\f61e"}.bi-window-sidebar::before{content:"\f61f"}.bi-window::before{content:"\f620"}.bi-wrench::before{content:"\f621"}.bi-x-circle-fill::before{content:"\f622"}.bi-x-circle::before{content:"\f623"}.bi-x-diamond-fill::before{content:"\f624"}.bi-x-diamond::before{content:"\f625"}.bi-x-octagon-fill::before{content:"\f626"}.bi-x-octagon::before{content:"\f627"}.bi-x-square-fill::before{content:"\f628"}.bi-x-square::before{content:"\f629"}.bi-x::before{content:"\f62a"}.bi-youtube::before{content:"\f62b"}.bi-zoom-in::before{content:"\f62c"}.bi-zoom-out::before{content:"\f62d"}.bi-bank::before{content:"\f62e"}.bi-bank2::before{content:"\f62f"}.bi-bell-slash-fill::before{content:"\f630"}.bi-bell-slash::before{content:"\f631"}.bi-cash-coin::before{content:"\f632"}.bi-check-lg::before{content:"\f633"}.bi-coin::before{content:"\f634"}.bi-currency-bitcoin::before{content:"\f635"}.bi-currency-dollar::before{content:"\f636"}.bi-currency-euro::before{content:"\f637"}.bi-currency-exchange::before{content:"\f638"}.bi-currency-pound::before{content:"\f639"}.bi-currency-yen::before{content:"\f63a"}.bi-dash-lg::before{content:"\f63b"}.bi-exclamation-lg::before{content:"\f63c"}.bi-file-earmark-pdf-fill::before{content:"\f63d"}.bi-file-earmark-pdf::before{content:"\f63e"}.bi-file-pdf-fill::before{content:"\f63f"}.bi-file-pdf::before{content:"\f640"}.bi-gender-ambiguous::before{content:"\f641"}.bi-gender-female::before{content:"\f642"}.bi-gender-male::before{content:"\f643"}.bi-gender-trans::before{content:"\f644"}.bi-headset-vr::before{content:"\f645"}.bi-info-lg::before{content:"\f646"}.bi-mastodon::before{content:"\f647"}.bi-messenger::before{content:"\f648"}.bi-piggy-bank-fill::before{content:"\f649"}.bi-piggy-bank::before{content:"\f64a"}.bi-pin-map-fill::before{content:"\f64b"}.bi-pin-map::before{content:"\f64c"}.bi-plus-lg::before{content:"\f64d"}.bi-question-lg::before{content:"\f64e"}.bi-recycle::before{content:"\f64f"}.bi-reddit::before{content:"\f650"}.bi-safe-fill::before{content:"\f651"}.bi-safe2-fill::before{content:"\f652"}.bi-safe2::before{content:"\f653"}.bi-sd-card-fill::before{content:"\f654"}.bi-sd-card::before{content:"\f655"}.bi-skype::before{content:"\f656"}.bi-slash-lg::before{content:"\f657"}.bi-translate::before{content:"\f658"}.bi-x-lg::before{content:"\f659"}.bi-safe::before{content:"\f65a"}.bi-apple::before{content:"\f65b"}.bi-microsoft::before{content:"\f65d"}.bi-windows::before{content:"\f65e"}.bi-behance::before{content:"\f65c"}.bi-dribbble::before{content:"\f65f"}.bi-line::before{content:"\f660"}.bi-medium::before{content:"\f661"}.bi-paypal::before{content:"\f662"}.bi-pinterest::before{content:"\f663"}.bi-signal::before{content:"\f664"}.bi-snapchat::before{content:"\f665"}.bi-spotify::before{content:"\f666"}.bi-stack-overflow::before{content:"\f667"}.bi-strava::before{content:"\f668"}.bi-wordpress::before{content:"\f669"}.bi-vimeo::before{content:"\f66a"}.bi-activity::before{content:"\f66b"}.bi-easel2-fill::before{content:"\f66c"}.bi-easel2::before{content:"\f66d"}.bi-easel3-fill::before{content:"\f66e"}.bi-easel3::before{content:"\f66f"}.bi-fan::before{content:"\f670"}.bi-fingerprint::before{content:"\f671"}.bi-graph-down-arrow::before{content:"\f672"}.bi-graph-up-arrow::before{content:"\f673"}.bi-hypnotize::before{content:"\f674"}.bi-magic::before{content:"\f675"}.bi-person-rolodex::before{content:"\f676"}.bi-person-video::before{content:"\f677"}.bi-person-video2::before{content:"\f678"}.bi-person-video3::before{content:"\f679"}.bi-person-workspace::before{content:"\f67a"}.bi-radioactive::before{content:"\f67b"}.bi-webcam-fill::before{content:"\f67c"}.bi-webcam::before{content:"\f67d"}.bi-yin-yang::before{content:"\f67e"}.bi-bandaid-fill::before{content:"\f680"}.bi-bandaid::before{content:"\f681"}.bi-bluetooth::before{content:"\f682"}.bi-body-text::before{content:"\f683"}.bi-boombox::before{content:"\f684"}.bi-boxes::before{content:"\f685"}.bi-dpad-fill::before{content:"\f686"}.bi-dpad::before{content:"\f687"}.bi-ear-fill::before{content:"\f688"}.bi-ear::before{content:"\f689"}.bi-envelope-check-fill::before{content:"\f68b"}.bi-envelope-check::before{content:"\f68c"}.bi-envelope-dash-fill::before{content:"\f68e"}.bi-envelope-dash::before{content:"\f68f"}.bi-envelope-exclamation-fill::before{content:"\f691"}.bi-envelope-exclamation::before{content:"\f692"}.bi-envelope-plus-fill::before{content:"\f693"}.bi-envelope-plus::before{content:"\f694"}.bi-envelope-slash-fill::before{content:"\f696"}.bi-envelope-slash::before{content:"\f697"}.bi-envelope-x-fill::before{content:"\f699"}.bi-envelope-x::before{content:"\f69a"}.bi-explicit-fill::before{content:"\f69b"}.bi-explicit::before{content:"\f69c"}.bi-git::before{content:"\f69d"}.bi-infinity::before{content:"\f69e"}.bi-list-columns-reverse::before{content:"\f69f"}.bi-list-columns::before{content:"\f6a0"}.bi-meta::before{content:"\f6a1"}.bi-nintendo-switch::before{content:"\f6a4"}.bi-pc-display-horizontal::before{content:"\f6a5"}.bi-pc-display::before{content:"\f6a6"}.bi-pc-horizontal::before{content:"\f6a7"}.bi-pc::before{content:"\f6a8"}.bi-playstation::before{content:"\f6a9"}.bi-plus-slash-minus::before{content:"\f6aa"}.bi-projector-fill::before{content:"\f6ab"}.bi-projector::before{content:"\f6ac"}.bi-qr-code-scan::before{content:"\f6ad"}.bi-qr-code::before{content:"\f6ae"}.bi-quora::before{content:"\f6af"}.bi-quote::before{content:"\f6b0"}.bi-robot::before{content:"\f6b1"}.bi-send-check-fill::before{content:"\f6b2"}.bi-send-check::before{content:"\f6b3"}.bi-send-dash-fill::before{content:"\f6b4"}.bi-send-dash::before{content:"\f6b5"}.bi-send-exclamation-fill::before{content:"\f6b7"}.bi-send-exclamation::before{content:"\f6b8"}.bi-send-fill::before{content:"\f6b9"}.bi-send-plus-fill::before{content:"\f6ba"}.bi-send-plus::before{content:"\f6bb"}.bi-send-slash-fill::before{content:"\f6bc"}.bi-send-slash::before{content:"\f6bd"}.bi-send-x-fill::before{content:"\f6be"}.bi-send-x::before{content:"\f6bf"}.bi-send::before{content:"\f6c0"}.bi-steam::before{content:"\f6c1"}.bi-terminal-dash::before{content:"\f6c3"}.bi-terminal-plus::before{content:"\f6c4"}.bi-terminal-split::before{content:"\f6c5"}.bi-ticket-detailed-fill::before{content:"\f6c6"}.bi-ticket-detailed::before{content:"\f6c7"}.bi-ticket-fill::before{content:"\f6c8"}.bi-ticket-perforated-fill::before{content:"\f6c9"}.bi-ticket-perforated::before{content:"\f6ca"}.bi-ticket::before{content:"\f6cb"}.bi-tiktok::before{content:"\f6cc"}.bi-window-dash::before{content:"\f6cd"}.bi-window-desktop::before{content:"\f6ce"}.bi-window-fullscreen::before{content:"\f6cf"}.bi-window-plus::before{content:"\f6d0"}.bi-window-split::before{content:"\f6d1"}.bi-window-stack::before{content:"\f6d2"}.bi-window-x::before{content:"\f6d3"}.bi-xbox::before{content:"\f6d4"}.bi-ethernet::before{content:"\f6d5"}.bi-hdmi-fill::before{content:"\f6d6"}.bi-hdmi::before{content:"\f6d7"}.bi-usb-c-fill::before{content:"\f6d8"}.bi-usb-c::before{content:"\f6d9"}.bi-usb-fill::before{content:"\f6da"}.bi-usb-plug-fill::before{content:"\f6db"}.bi-usb-plug::before{content:"\f6dc"}.bi-usb-symbol::before{content:"\f6dd"}.bi-usb::before{content:"\f6de"}.bi-boombox-fill::before{content:"\f6df"}.bi-displayport::before{content:"\f6e1"}.bi-gpu-card::before{content:"\f6e2"}.bi-memory::before{content:"\f6e3"}.bi-modem-fill::before{content:"\f6e4"}.bi-modem::before{content:"\f6e5"}.bi-motherboard-fill::before{content:"\f6e6"}.bi-motherboard::before{content:"\f6e7"}.bi-optical-audio-fill::before{content:"\f6e8"}.bi-optical-audio::before{content:"\f6e9"}.bi-pci-card::before{content:"\f6ea"}.bi-router-fill::before{content:"\f6eb"}.bi-router::before{content:"\f6ec"}.bi-thunderbolt-fill::before{content:"\f6ef"}.bi-thunderbolt::before{content:"\f6f0"}.bi-usb-drive-fill::before{content:"\f6f1"}.bi-usb-drive::before{content:"\f6f2"}.bi-usb-micro-fill::before{content:"\f6f3"}.bi-usb-micro::before{content:"\f6f4"}.bi-usb-mini-fill::before{content:"\f6f5"}.bi-usb-mini::before{content:"\f6f6"}.bi-cloud-haze2::before{content:"\f6f7"}.bi-device-hdd-fill::before{content:"\f6f8"}.bi-device-hdd::before{content:"\f6f9"}.bi-device-ssd-fill::before{content:"\f6fa"}.bi-device-ssd::before{content:"\f6fb"}.bi-displayport-fill::before{content:"\f6fc"}.bi-mortarboard-fill::before{content:"\f6fd"}.bi-mortarboard::before{content:"\f6fe"}.bi-terminal-x::before{content:"\f6ff"}.bi-arrow-through-heart-fill::before{content:"\f700"}.bi-arrow-through-heart::before{content:"\f701"}.bi-badge-sd-fill::before{content:"\f702"}.bi-badge-sd::before{content:"\f703"}.bi-bag-heart-fill::before{content:"\f704"}.bi-bag-heart::before{content:"\f705"}.bi-balloon-fill::before{content:"\f706"}.bi-balloon-heart-fill::before{content:"\f707"}.bi-balloon-heart::before{content:"\f708"}.bi-balloon::before{content:"\f709"}.bi-box2-fill::before{content:"\f70a"}.bi-box2-heart-fill::before{content:"\f70b"}.bi-box2-heart::before{content:"\f70c"}.bi-box2::before{content:"\f70d"}.bi-braces-asterisk::before{content:"\f70e"}.bi-calendar-heart-fill::before{content:"\f70f"}.bi-calendar-heart::before{content:"\f710"}.bi-calendar2-heart-fill::before{content:"\f711"}.bi-calendar2-heart::before{content:"\f712"}.bi-chat-heart-fill::before{content:"\f713"}.bi-chat-heart::before{content:"\f714"}.bi-chat-left-heart-fill::before{content:"\f715"}.bi-chat-left-heart::before{content:"\f716"}.bi-chat-right-heart-fill::before{content:"\f717"}.bi-chat-right-heart::before{content:"\f718"}.bi-chat-square-heart-fill::before{content:"\f719"}.bi-chat-square-heart::before{content:"\f71a"}.bi-clipboard-check-fill::before{content:"\f71b"}.bi-clipboard-data-fill::before{content:"\f71c"}.bi-clipboard-fill::before{content:"\f71d"}.bi-clipboard-heart-fill::before{content:"\f71e"}.bi-clipboard-heart::before{content:"\f71f"}.bi-clipboard-minus-fill::before{content:"\f720"}.bi-clipboard-plus-fill::before{content:"\f721"}.bi-clipboard-pulse::before{content:"\f722"}.bi-clipboard-x-fill::before{content:"\f723"}.bi-clipboard2-check-fill::before{content:"\f724"}.bi-clipboard2-check::before{content:"\f725"}.bi-clipboard2-data-fill::before{content:"\f726"}.bi-clipboard2-data::before{content:"\f727"}.bi-clipboard2-fill::before{content:"\f728"}.bi-clipboard2-heart-fill::before{content:"\f729"}.bi-clipboard2-heart::before{content:"\f72a"}.bi-clipboard2-minus-fill::before{content:"\f72b"}.bi-clipboard2-minus::before{content:"\f72c"}.bi-clipboard2-plus-fill::before{content:"\f72d"}.bi-clipboard2-plus::before{content:"\f72e"}.bi-clipboard2-pulse-fill::before{content:"\f72f"}.bi-clipboard2-pulse::before{content:"\f730"}.bi-clipboard2-x-fill::before{content:"\f731"}.bi-clipboard2-x::before{content:"\f732"}.bi-clipboard2::before{content:"\f733"}.bi-emoji-kiss-fill::before{content:"\f734"}.bi-emoji-kiss::before{content:"\f735"}.bi-envelope-heart-fill::before{content:"\f736"}.bi-envelope-heart::before{content:"\f737"}.bi-envelope-open-heart-fill::before{content:"\f738"}.bi-envelope-open-heart::before{content:"\f739"}.bi-envelope-paper-fill::before{content:"\f73a"}.bi-envelope-paper-heart-fill::before{content:"\f73b"}.bi-envelope-paper-heart::before{content:"\f73c"}.bi-envelope-paper::before{content:"\f73d"}.bi-filetype-aac::before{content:"\f73e"}.bi-filetype-ai::before{content:"\f73f"}.bi-filetype-bmp::before{content:"\f740"}.bi-filetype-cs::before{content:"\f741"}.bi-filetype-css::before{content:"\f742"}.bi-filetype-csv::before{content:"\f743"}.bi-filetype-doc::before{content:"\f744"}.bi-filetype-docx::before{content:"\f745"}.bi-filetype-exe::before{content:"\f746"}.bi-filetype-gif::before{content:"\f747"}.bi-filetype-heic::before{content:"\f748"}.bi-filetype-html::before{content:"\f749"}.bi-filetype-java::before{content:"\f74a"}.bi-filetype-jpg::before{content:"\f74b"}.bi-filetype-js::before{content:"\f74c"}.bi-filetype-jsx::before{content:"\f74d"}.bi-filetype-key::before{content:"\f74e"}.bi-filetype-m4p::before{content:"\f74f"}.bi-filetype-md::before{content:"\f750"}.bi-filetype-mdx::before{content:"\f751"}.bi-filetype-mov::before{content:"\f752"}.bi-filetype-mp3::before{content:"\f753"}.bi-filetype-mp4::before{content:"\f754"}.bi-filetype-otf::before{content:"\f755"}.bi-filetype-pdf::before{content:"\f756"}.bi-filetype-php::before{content:"\f757"}.bi-filetype-png::before{content:"\f758"}.bi-filetype-ppt::before{content:"\f75a"}.bi-filetype-psd::before{content:"\f75b"}.bi-filetype-py::before{content:"\f75c"}.bi-filetype-raw::before{content:"\f75d"}.bi-filetype-rb::before{content:"\f75e"}.bi-filetype-sass::before{content:"\f75f"}.bi-filetype-scss::before{content:"\f760"}.bi-filetype-sh::before{content:"\f761"}.bi-filetype-svg::before{content:"\f762"}.bi-filetype-tiff::before{content:"\f763"}.bi-filetype-tsx::before{content:"\f764"}.bi-filetype-ttf::before{content:"\f765"}.bi-filetype-txt::before{content:"\f766"}.bi-filetype-wav::before{content:"\f767"}.bi-filetype-woff::before{content:"\f768"}.bi-filetype-xls::before{content:"\f76a"}.bi-filetype-xml::before{content:"\f76b"}.bi-filetype-yml::before{content:"\f76c"}.bi-heart-arrow::before{content:"\f76d"}.bi-heart-pulse-fill::before{content:"\f76e"}.bi-heart-pulse::before{content:"\f76f"}.bi-heartbreak-fill::before{content:"\f770"}.bi-heartbreak::before{content:"\f771"}.bi-hearts::before{content:"\f772"}.bi-hospital-fill::before{content:"\f773"}.bi-hospital::before{content:"\f774"}.bi-house-heart-fill::before{content:"\f775"}.bi-house-heart::before{content:"\f776"}.bi-incognito::before{content:"\f777"}.bi-magnet-fill::before{content:"\f778"}.bi-magnet::before{content:"\f779"}.bi-person-heart::before{content:"\f77a"}.bi-person-hearts::before{content:"\f77b"}.bi-phone-flip::before{content:"\f77c"}.bi-plugin::before{content:"\f77d"}.bi-postage-fill::before{content:"\f77e"}.bi-postage-heart-fill::before{content:"\f77f"}.bi-postage-heart::before{content:"\f780"}.bi-postage::before{content:"\f781"}.bi-postcard-fill::before{content:"\f782"}.bi-postcard-heart-fill::before{content:"\f783"}.bi-postcard-heart::before{content:"\f784"}.bi-postcard::before{content:"\f785"}.bi-search-heart-fill::before{content:"\f786"}.bi-search-heart::before{content:"\f787"}.bi-sliders2-vertical::before{content:"\f788"}.bi-sliders2::before{content:"\f789"}.bi-trash3-fill::before{content:"\f78a"}.bi-trash3::before{content:"\f78b"}.bi-valentine::before{content:"\f78c"}.bi-valentine2::before{content:"\f78d"}.bi-wrench-adjustable-circle-fill::before{content:"\f78e"}.bi-wrench-adjustable-circle::before{content:"\f78f"}.bi-wrench-adjustable::before{content:"\f790"}.bi-filetype-json::before{content:"\f791"}.bi-filetype-pptx::before{content:"\f792"}.bi-filetype-xlsx::before{content:"\f793"}.bi-1-circle-fill::before{content:"\f796"}.bi-1-circle::before{content:"\f797"}.bi-1-square-fill::before{content:"\f798"}.bi-1-square::before{content:"\f799"}.bi-2-circle-fill::before{content:"\f79c"}.bi-2-circle::before{content:"\f79d"}.bi-2-square-fill::before{content:"\f79e"}.bi-2-square::before{content:"\f79f"}.bi-3-circle-fill::before{content:"\f7a2"}.bi-3-circle::before{content:"\f7a3"}.bi-3-square-fill::before{content:"\f7a4"}.bi-3-square::before{content:"\f7a5"}.bi-4-circle-fill::before{content:"\f7a8"}.bi-4-circle::before{content:"\f7a9"}.bi-4-square-fill::before{content:"\f7aa"}.bi-4-square::before{content:"\f7ab"}.bi-5-circle-fill::before{content:"\f7ae"}.bi-5-circle::before{content:"\f7af"}.bi-5-square-fill::before{content:"\f7b0"}.bi-5-square::before{content:"\f7b1"}.bi-6-circle-fill::before{content:"\f7b4"}.bi-6-circle::before{content:"\f7b5"}.bi-6-square-fill::before{content:"\f7b6"}.bi-6-square::before{content:"\f7b7"}.bi-7-circle-fill::before{content:"\f7ba"}.bi-7-circle::before{content:"\f7bb"}.bi-7-square-fill::before{content:"\f7bc"}.bi-7-square::before{content:"\f7bd"}.bi-8-circle-fill::before{content:"\f7c0"}.bi-8-circle::before{content:"\f7c1"}.bi-8-square-fill::before{content:"\f7c2"}.bi-8-square::before{content:"\f7c3"}.bi-9-circle-fill::before{content:"\f7c6"}.bi-9-circle::before{content:"\f7c7"}.bi-9-square-fill::before{content:"\f7c8"}.bi-9-square::before{content:"\f7c9"}.bi-airplane-engines-fill::before{content:"\f7ca"}.bi-airplane-engines::before{content:"\f7cb"}.bi-airplane-fill::before{content:"\f7cc"}.bi-airplane::before{content:"\f7cd"}.bi-alexa::before{content:"\f7ce"}.bi-alipay::before{content:"\f7cf"}.bi-android::before{content:"\f7d0"}.bi-android2::before{content:"\f7d1"}.bi-box-fill::before{content:"\f7d2"}.bi-box-seam-fill::before{content:"\f7d3"}.bi-browser-chrome::before{content:"\f7d4"}.bi-browser-edge::before{content:"\f7d5"}.bi-browser-firefox::before{content:"\f7d6"}.bi-browser-safari::before{content:"\f7d7"}.bi-c-circle-fill::before{content:"\f7da"}.bi-c-circle::before{content:"\f7db"}.bi-c-square-fill::before{content:"\f7dc"}.bi-c-square::before{content:"\f7dd"}.bi-capsule-pill::before{content:"\f7de"}.bi-capsule::before{content:"\f7df"}.bi-car-front-fill::before{content:"\f7e0"}.bi-car-front::before{content:"\f7e1"}.bi-cassette-fill::before{content:"\f7e2"}.bi-cassette::before{content:"\f7e3"}.bi-cc-circle-fill::before{content:"\f7e6"}.bi-cc-circle::before{content:"\f7e7"}.bi-cc-square-fill::before{content:"\f7e8"}.bi-cc-square::before{content:"\f7e9"}.bi-cup-hot-fill::before{content:"\f7ea"}.bi-cup-hot::before{content:"\f7eb"}.bi-currency-rupee::before{content:"\f7ec"}.bi-dropbox::before{content:"\f7ed"}.bi-escape::before{content:"\f7ee"}.bi-fast-forward-btn-fill::before{content:"\f7ef"}.bi-fast-forward-btn::before{content:"\f7f0"}.bi-fast-forward-circle-fill::before{content:"\f7f1"}.bi-fast-forward-circle::before{content:"\f7f2"}.bi-fast-forward-fill::before{content:"\f7f3"}.bi-fast-forward::before{content:"\f7f4"}.bi-filetype-sql::before{content:"\f7f5"}.bi-fire::before{content:"\f7f6"}.bi-google-play::before{content:"\f7f7"}.bi-h-circle-fill::before{content:"\f7fa"}.bi-h-circle::before{content:"\f7fb"}.bi-h-square-fill::before{content:"\f7fc"}.bi-h-square::before{content:"\f7fd"}.bi-indent::before{content:"\f7fe"}.bi-lungs-fill::before{content:"\f7ff"}.bi-lungs::before{content:"\f800"}.bi-microsoft-teams::before{content:"\f801"}.bi-p-circle-fill::before{content:"\f804"}.bi-p-circle::before{content:"\f805"}.bi-p-square-fill::before{content:"\f806"}.bi-p-square::before{content:"\f807"}.bi-pass-fill::before{content:"\f808"}.bi-pass::before{content:"\f809"}.bi-prescription::before{content:"\f80a"}.bi-prescription2::before{content:"\f80b"}.bi-r-circle-fill::before{content:"\f80e"}.bi-r-circle::before{content:"\f80f"}.bi-r-square-fill::before{content:"\f810"}.bi-r-square::before{content:"\f811"}.bi-repeat-1::before{content:"\f812"}.bi-repeat::before{content:"\f813"}.bi-rewind-btn-fill::before{content:"\f814"}.bi-rewind-btn::before{content:"\f815"}.bi-rewind-circle-fill::before{content:"\f816"}.bi-rewind-circle::before{content:"\f817"}.bi-rewind-fill::before{content:"\f818"}.bi-rewind::before{content:"\f819"}.bi-train-freight-front-fill::before{content:"\f81a"}.bi-train-freight-front::before{content:"\f81b"}.bi-train-front-fill::before{content:"\f81c"}.bi-train-front::before{content:"\f81d"}.bi-train-lightrail-front-fill::before{content:"\f81e"}.bi-train-lightrail-front::before{content:"\f81f"}.bi-truck-front-fill::before{content:"\f820"}.bi-truck-front::before{content:"\f821"}.bi-ubuntu::before{content:"\f822"}.bi-unindent::before{content:"\f823"}.bi-unity::before{content:"\f824"}.bi-universal-access-circle::before{content:"\f825"}.bi-universal-access::before{content:"\f826"}.bi-virus::before{content:"\f827"}.bi-virus2::before{content:"\f828"}.bi-wechat::before{content:"\f829"}.bi-yelp::before{content:"\f82a"}.bi-sign-stop-fill::before{content:"\f82b"}.bi-sign-stop-lights-fill::before{content:"\f82c"}.bi-sign-stop-lights::before{content:"\f82d"}.bi-sign-stop::before{content:"\f82e"}.bi-sign-turn-left-fill::before{content:"\f82f"}.bi-sign-turn-left::before{content:"\f830"}.bi-sign-turn-right-fill::before{content:"\f831"}.bi-sign-turn-right::before{content:"\f832"}.bi-sign-turn-slight-left-fill::before{content:"\f833"}.bi-sign-turn-slight-left::before{content:"\f834"}.bi-sign-turn-slight-right-fill::before{content:"\f835"}.bi-sign-turn-slight-right::before{content:"\f836"}.bi-sign-yield-fill::before{content:"\f837"}.bi-sign-yield::before{content:"\f838"}.bi-ev-station-fill::before{content:"\f839"}.bi-ev-station::before{content:"\f83a"}.bi-fuel-pump-diesel-fill::before{content:"\f83b"}.bi-fuel-pump-diesel::before{content:"\f83c"}.bi-fuel-pump-fill::before{content:"\f83d"}.bi-fuel-pump::before{content:"\f83e"}.bi-0-circle-fill::before{content:"\f83f"}.bi-0-circle::before{content:"\f840"}.bi-0-square-fill::before{content:"\f841"}.bi-0-square::before{content:"\f842"}.bi-rocket-fill::before{content:"\f843"}.bi-rocket-takeoff-fill::before{content:"\f844"}.bi-rocket-takeoff::before{content:"\f845"}.bi-rocket::before{content:"\f846"}.bi-stripe::before{content:"\f847"}.bi-subscript::before{content:"\f848"}.bi-superscript::before{content:"\f849"}.bi-trello::before{content:"\f84a"}.bi-envelope-at-fill::before{content:"\f84b"}.bi-envelope-at::before{content:"\f84c"}.bi-regex::before{content:"\f84d"}.bi-text-wrap::before{content:"\f84e"}.bi-sign-dead-end-fill::before{content:"\f84f"}.bi-sign-dead-end::before{content:"\f850"}.bi-sign-do-not-enter-fill::before{content:"\f851"}.bi-sign-do-not-enter::before{content:"\f852"}.bi-sign-intersection-fill::before{content:"\f853"}.bi-sign-intersection-side-fill::before{content:"\f854"}.bi-sign-intersection-side::before{content:"\f855"}.bi-sign-intersection-t-fill::before{content:"\f856"}.bi-sign-intersection-t::before{content:"\f857"}.bi-sign-intersection-y-fill::before{content:"\f858"}.bi-sign-intersection-y::before{content:"\f859"}.bi-sign-intersection::before{content:"\f85a"}.bi-sign-merge-left-fill::before{content:"\f85b"}.bi-sign-merge-left::before{content:"\f85c"}.bi-sign-merge-right-fill::before{content:"\f85d"}.bi-sign-merge-right::before{content:"\f85e"}.bi-sign-no-left-turn-fill::before{content:"\f85f"}.bi-sign-no-left-turn::before{content:"\f860"}.bi-sign-no-parking-fill::before{content:"\f861"}.bi-sign-no-parking::before{content:"\f862"}.bi-sign-no-right-turn-fill::before{content:"\f863"}.bi-sign-no-right-turn::before{content:"\f864"}.bi-sign-railroad-fill::before{content:"\f865"}.bi-sign-railroad::before{content:"\f866"}.bi-building-add::before{content:"\f867"}.bi-building-check::before{content:"\f868"}.bi-building-dash::before{content:"\f869"}.bi-building-down::before{content:"\f86a"}.bi-building-exclamation::before{content:"\f86b"}.bi-building-fill-add::before{content:"\f86c"}.bi-building-fill-check::before{content:"\f86d"}.bi-building-fill-dash::before{content:"\f86e"}.bi-building-fill-down::before{content:"\f86f"}.bi-building-fill-exclamation::before{content:"\f870"}.bi-building-fill-gear::before{content:"\f871"}.bi-building-fill-lock::before{content:"\f872"}.bi-building-fill-slash::before{content:"\f873"}.bi-building-fill-up::before{content:"\f874"}.bi-building-fill-x::before{content:"\f875"}.bi-building-fill::before{content:"\f876"}.bi-building-gear::before{content:"\f877"}.bi-building-lock::before{content:"\f878"}.bi-building-slash::before{content:"\f879"}.bi-building-up::before{content:"\f87a"}.bi-building-x::before{content:"\f87b"}.bi-buildings-fill::before{content:"\f87c"}.bi-buildings::before{content:"\f87d"}.bi-bus-front-fill::before{content:"\f87e"}.bi-bus-front::before{content:"\f87f"}.bi-ev-front-fill::before{content:"\f880"}.bi-ev-front::before{content:"\f881"}.bi-globe-americas::before{content:"\f882"}.bi-globe-asia-australia::before{content:"\f883"}.bi-globe-central-south-asia::before{content:"\f884"}.bi-globe-europe-africa::before{content:"\f885"}.bi-house-add-fill::before{content:"\f886"}.bi-house-add::before{content:"\f887"}.bi-house-check-fill::before{content:"\f888"}.bi-house-check::before{content:"\f889"}.bi-house-dash-fill::before{content:"\f88a"}.bi-house-dash::before{content:"\f88b"}.bi-house-down-fill::before{content:"\f88c"}.bi-house-down::before{content:"\f88d"}.bi-house-exclamation-fill::before{content:"\f88e"}.bi-house-exclamation::before{content:"\f88f"}.bi-house-gear-fill::before{content:"\f890"}.bi-house-gear::before{content:"\f891"}.bi-house-lock-fill::before{content:"\f892"}.bi-house-lock::before{content:"\f893"}.bi-house-slash-fill::before{content:"\f894"}.bi-house-slash::before{content:"\f895"}.bi-house-up-fill::before{content:"\f896"}.bi-house-up::before{content:"\f897"}.bi-house-x-fill::before{content:"\f898"}.bi-house-x::before{content:"\f899"}.bi-person-add::before{content:"\f89a"}.bi-person-down::before{content:"\f89b"}.bi-person-exclamation::before{content:"\f89c"}.bi-person-fill-add::before{content:"\f89d"}.bi-person-fill-check::before{content:"\f89e"}.bi-person-fill-dash::before{content:"\f89f"}.bi-person-fill-down::before{content:"\f8a0"}.bi-person-fill-exclamation::before{content:"\f8a1"}.bi-person-fill-gear::before{content:"\f8a2"}.bi-person-fill-lock::before{content:"\f8a3"}.bi-person-fill-slash::before{content:"\f8a4"}.bi-person-fill-up::before{content:"\f8a5"}.bi-person-fill-x::before{content:"\f8a6"}.bi-person-gear::before{content:"\f8a7"}.bi-person-lock::before{content:"\f8a8"}.bi-person-slash::before{content:"\f8a9"}.bi-person-up::before{content:"\f8aa"}.bi-scooter::before{content:"\f8ab"}.bi-taxi-front-fill::before{content:"\f8ac"}.bi-taxi-front::before{content:"\f8ad"}.bi-amd::before{content:"\f8ae"}.bi-database-add::before{content:"\f8af"}.bi-database-check::before{content:"\f8b0"}.bi-database-dash::before{content:"\f8b1"}.bi-database-down::before{content:"\f8b2"}.bi-database-exclamation::before{content:"\f8b3"}.bi-database-fill-add::before{content:"\f8b4"}.bi-database-fill-check::before{content:"\f8b5"}.bi-database-fill-dash::before{content:"\f8b6"}.bi-database-fill-down::before{content:"\f8b7"}.bi-database-fill-exclamation::before{content:"\f8b8"}.bi-database-fill-gear::before{content:"\f8b9"}.bi-database-fill-lock::before{content:"\f8ba"}.bi-database-fill-slash::before{content:"\f8bb"}.bi-database-fill-up::before{content:"\f8bc"}.bi-database-fill-x::before{content:"\f8bd"}.bi-database-fill::before{content:"\f8be"}.bi-database-gear::before{content:"\f8bf"}.bi-database-lock::before{content:"\f8c0"}.bi-database-slash::before{content:"\f8c1"}.bi-database-up::before{content:"\f8c2"}.bi-database-x::before{content:"\f8c3"}.bi-database::before{content:"\f8c4"}.bi-houses-fill::before{content:"\f8c5"}.bi-houses::before{content:"\f8c6"}.bi-nvidia::before{content:"\f8c7"}.bi-person-vcard-fill::before{content:"\f8c8"}.bi-person-vcard::before{content:"\f8c9"}.bi-sina-weibo::before{content:"\f8ca"}.bi-tencent-qq::before{content:"\f8cb"}.bi-wikipedia::before{content:"\f8cc"}.iti .iti__flag.iti__globe{background-image: url(data:image/webp;base64,UklGRhACAABXRUJQVlA4TAMCAAAvE8AEELXIsW1bDRvNfyhqXbni6J0ryczMbjMEHsQJM3NMEZIYSSAAxrZt28bPtm3btm3btm3Vtm27l+oDIoUnKdniFeBt9pOHqLbEqleaVP7uYxN8y1e+rOPDiKq4agimSPQBkVfMX4BPvKBgjzwzsCcor+vVJepkpLcl9gGhTH7m2qCWPqVHvw7abHzmUEdSb07AdbFktLQTkwtk9Ho0EWW2LvBdJ6n5OAC7BObxt8qraE5JrqwM8+xtTPnE32Vuccqvq0wklRWVHrUmkpe+q10Qq0cUnYirjDSpDEKnlIyylv8OmOsoq4YHcbFcv84xLogMQv8GxQguMVBJ0gTVnx65+eYQK3gOT8J5SgsD1c9DRtNHe85zREcmg3dcXgSfD0BJJ5GGhkC/jFRKRrk60n/iMhmb4HcPTFao6fAB0eeMrLBp1SAV5q97yMA9YX6vgiOTyq1FLqX3s2FmLzMM8GYXuEn77yXgPkXDGffS95Zb1U8nu1xHCv0RPJuiaAimOPiyAP7Nco70nURDgByHGEhBZ9SS8fkQcfazOK1jAJ8GGdyr1nt6yjI+709BlS2xUySSvYWPYAVHyL3bjokhfm9gB5Q0BA3hA0L/PCAymRsYwA8+HYGCXu8+lsDFzqgh8JX6qiW2d8zXTfTYBXaL/JSio3evfOrOnoMeflSqT+5UAQA=) !important;}
:root{--iti-border-gray:#ccc;--iti-text-gray:#999;--iti-hover-color:rgba(0, 0, 0, 0.05);--iti-border-color:var(--iti-border-gray);--iti-dialcode-color:var(--iti-text-gray);--iti-dropdown-bg:white;--iti-spacer-horizontal:8px;--iti-flag-height:15px;--iti-flag-width:20px;--iti-border-width:1px;--iti-arrow-height:4px;--iti-arrow-width:6px;--iti-triangle-border:calc(var(--iti-arrow-width) / 2);--iti-arrow-padding:6px;--iti-arrow-color:#555;--iti-input-padding:6px;--iti-right-hand-selected-country-padding:calc(var(--iti-spacer-horizontal) + var(--iti-spacer-horizontal) + var(--iti-flag-width));--iti-selected-country-arrow-padding:calc(var(--iti-arrow-padding) + var(--iti-arrow-padding) + var(--iti-flag-width) + var(--iti-spacer-horizontal) + var(--iti-arrow-width) + var(--iti-input-padding));--iti-path-flags-1x:url(//distrec.up.ac.pa/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/img/flags.webp);--iti-path-flags-2x:url(//distrec.up.ac.pa/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/img/flags@2x.webp);--iti-path-globe-1x:url(//distrec.up.ac.pa/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/img/globe.webp);--iti-path-globe-2x:url(//distrec.up.ac.pa/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/img/globe@2x.webp);--iti-flag-sprite-width:5762px;--iti-flag-sprite-height:15px;--iti-mobile-popup-margin:30px}.iti{position:relative;display:inline-block}.iti *{box-sizing:border-box}.iti__hide{display:none}.iti__v-hide{visibility:hidden}.iti__a11y-text{width:1px;height:1px;clip:rect(1px,1px,1px,1px);overflow:hidden;position:absolute}.iti input.iti__tel-input,.iti input.iti__tel-input[type=tel],.iti input.iti__tel-input[type=text]{position:relative;z-index:0;margin-top:0!important;margin-bottom:0!important;padding-right:var(--iti-right-hand-selected-country-padding);margin-right:0}.iti__country-container{position:absolute;top:0;bottom:0;right:0;padding:var(--iti-border-width)}.iti__selected-country{z-index:1;position:relative;display:flex;align-items:center;height:100%;background:0 0;border:0;margin:0;padding:0;font-family:inherit;font-size:inherit;color:inherit;border-radius:0;font-weight:inherit;line-height:inherit;text-decoration:none}.iti__selected-country-primary{display:flex;align-items:center;height:100%;padding:0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal)}.iti__arrow{margin-left:var(--iti-arrow-padding);width:0;height:0;border-left:var(--iti-triangle-border) solid transparent;border-right:var(--iti-triangle-border) solid transparent;border-top:var(--iti-arrow-height) solid var(--iti-arrow-color)}[dir=rtl] .iti__arrow{margin-right:var(--iti-arrow-padding);margin-left:0}.iti__arrow--up{border-top:none;border-bottom:var(--iti-arrow-height) solid var(--iti-arrow-color)}.iti__dropdown-content{border-radius:3px;background-color:var(--iti-dropdown-bg)}.iti--inline-dropdown .iti__dropdown-content{position:absolute;z-index:2;margin-top:3px;margin-left:calc(var(--iti-border-width) * -1);border:var(--iti-border-width) solid var(--iti-border-color);box-shadow:1px 1px 4px rgba(0,0,0,.2)}.iti__search-input{width:100%;border-width:0;border-radius:3px;padding:9px 12px}.iti__search-input+.iti__country-list{border-top:1px solid var(--iti-border-color)}.iti__country-list{list-style:none;padding:0;margin:0;overflow-y:scroll;-webkit-overflow-scrolling:touch}.iti--inline-dropdown .iti__country-list{max-height:185px}.iti--flexible-dropdown-width .iti__country-list{white-space:nowrap}@media (max-width:500px){.iti--flexible-dropdown-width .iti__country-list{white-space:normal}}.iti__flag-box{display:inline-block;width:var(--iti-flag-width)}.iti__country{display:flex;align-items:center;padding:8px var(--iti-spacer-horizontal);outline:0}.iti__dial-code{color:var(--iti-dialcode-color)}.iti__country.iti__highlight{background-color:var(--iti-hover-color)}.iti__country-name,.iti__flag-box{margin-right:var(--iti-spacer-horizontal)}[dir=rtl] .iti__country-name,[dir=rtl] .iti__flag-box{margin-right:0;margin-left:var(--iti-spacer-horizontal)}.iti--allow-dropdown input.iti__tel-input,.iti--allow-dropdown input.iti__tel-input[type=tel],.iti--allow-dropdown input.iti__tel-input[type=text]{padding-right:var(--iti-input-padding);padding-left:var(--iti-selected-country-arrow-padding);margin-left:0}[dir=rtl] .iti--allow-dropdown input.iti__tel-input,[dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=tel],[dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=text]{padding-right:var(--iti-selected-country-arrow-padding);padding-left:var(--iti-input-padding);margin-right:0}.iti--allow-dropdown .iti__country-container{right:auto;left:0}[dir=rtl] .iti--allow-dropdown .iti__country-container{right:0;left:auto}.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover,.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover button{cursor:pointer}.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover,.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary{background-color:var(--iti-hover-color)}.iti .iti__selected-dial-code{margin-left:4px}[dir=rtl] .iti .iti__selected-dial-code{margin-left:0;margin-right:4px}.iti--container{position:fixed;top:-1000px;left:-1000px;z-index:1060;padding:var(--iti-border-width)}.iti--container:hover{cursor:pointer}.iti--fullscreen-popup.iti--container{background-color:rgba(0,0,0,.5);top:0;bottom:0;left:0;right:0;position:fixed;padding:var(--iti-mobile-popup-margin);display:flex;flex-direction:column;justify-content:flex-start}.iti--fullscreen-popup .iti__dropdown-content{display:flex;flex-direction:column;max-height:100%;position:relative}.iti--fullscreen-popup .iti__country{padding:10px 10px;line-height:1.5em}.iti__flag{--iti-flag-offset:0px;--iti-flag-width:20px;--iti-flag-height:14px;height:var(--iti-flag-height);width:var(--iti-flag-width);box-shadow:0 0 1px 0 #888;background-image:var(--iti-path-flags-1x);background-repeat:no-repeat;background-position:var(--iti-flag-offset) 0;background-size:var(--iti-flag-sprite-width) var(--iti-flag-sprite-height)}.iti__np{--iti-flag-width:13px}.iti__ch,.iti__va{--iti-flag-width:15px}.iti__be,.iti__ne{--iti-flag-width:18px}.iti__mc{--iti-flag-width:19px}.iti__ac,.iti__ae,.iti__ai,.iti__am,.iti__as,.iti__au,.iti__az,.iti__ba,.iti__bm,.iti__bn,.iti__bs,.iti__by,.iti__ca,.iti__cc,.iti__ck,.iti__cu,.iti__cx,.iti__dg,.iti__dm,.iti__eh,.iti__er,.iti__et,.iti__fj,.iti__fk,.iti__gb,.iti__gi,.iti__gs,.iti__gw,.iti__hm,.iti__hn,.iti__hr,.iti__hu,.iti__ie,.iti__im,.iti__io,.iti__jm,.iti__jo,.iti__ki,.iti__kp,.iti__kw,.iti__ky,.iti__kz,.iti__lc,.iti__lk,.iti__lv,.iti__ly,.iti__md,.iti__me,.iti__mk,.iti__mn,.iti__mp,.iti__ms,.iti__my,.iti__nc,.iti__nf,.iti__ng,.iti__nr,.iti__nu,.iti__nz,.iti__om,.iti__ph,.iti__pn,.iti__ps,.iti__sb,.iti__sc,.iti__sd,.iti__sh,.iti__si,.iti__ss,.iti__st,.iti__su,.iti__ta,.iti__tc,.iti__tj,.iti__tk,.iti__tl,.iti__to,.iti__tv,.iti__uk,.iti__uz,.iti__vg,.iti__ws,.iti__zw{--iti-flag-height:10px}.iti__fm,.iti__gu,.iti__lr,.iti__mh,.iti__py,.iti__um,.iti__us{--iti-flag-height:11px}.iti__bd,.iti__bg,.iti__bh,.iti__bi,.iti__bz,.iti__cq,.iti__cr,.iti__cv,.iti__de,.iti__fi,.iti__gd,.iti__gy,.iti__ht,.iti__ir,.iti__je,.iti__kg,.iti__km,.iti__li,.iti__lt,.iti__lu,.iti__mx,.iti__ni,.iti__sv,.iti__tt,.iti__vu{--iti-flag-height:12px}.iti__ar,.iti__ax,.iti__ee,.iti__gt,.iti__kh,.iti__pl,.iti__pw,.iti__se,.iti__tg{--iti-flag-height:13px}.iti__al,.iti__be,.iti__bv,.iti__cd,.iti__ch,.iti__dk,.iti__fo,.iti__ga,.iti__il,.iti__is,.iti__mc,.iti__ne,.iti__no,.iti__np,.iti__pg,.iti__sj,.iti__sm,.iti__va,.iti__xk{--iti-flag-height:15px}.iti__qa{--iti-flag-height:8px}.iti__ac{--iti-flag-offset:0px}.iti__ad{--iti-flag-offset:-22px}.iti__ae{--iti-flag-offset:-44px}.iti__af{--iti-flag-offset:-66px}.iti__ag{--iti-flag-offset:-88px}.iti__ai{--iti-flag-offset:-110px}.iti__al{--iti-flag-offset:-132px}.iti__am{--iti-flag-offset:-154px}.iti__ao{--iti-flag-offset:-176px}.iti__aq{--iti-flag-offset:-198px}.iti__ar{--iti-flag-offset:-220px}.iti__as{--iti-flag-offset:-242px}.iti__at{--iti-flag-offset:-264px}.iti__au{--iti-flag-offset:-286px}.iti__aw{--iti-flag-offset:-308px}.iti__ax{--iti-flag-offset:-330px}.iti__az{--iti-flag-offset:-352px}.iti__ba{--iti-flag-offset:-374px}.iti__bb{--iti-flag-offset:-396px}.iti__bd{--iti-flag-offset:-418px}.iti__be{--iti-flag-offset:-440px}.iti__bf{--iti-flag-offset:-460px}.iti__bg{--iti-flag-offset:-482px}.iti__bh{--iti-flag-offset:-504px}.iti__bi{--iti-flag-offset:-526px}.iti__bj{--iti-flag-offset:-548px}.iti__bl{--iti-flag-offset:-570px}.iti__bm{--iti-flag-offset:-592px}.iti__bn{--iti-flag-offset:-614px}.iti__bo{--iti-flag-offset:-636px}.iti__bq{--iti-flag-offset:-658px}.iti__br{--iti-flag-offset:-680px}.iti__bs{--iti-flag-offset:-702px}.iti__bt{--iti-flag-offset:-724px}.iti__bv{--iti-flag-offset:-746px}.iti__bw{--iti-flag-offset:-768px}.iti__by{--iti-flag-offset:-790px}.iti__bz{--iti-flag-offset:-812px}.iti__ca{--iti-flag-offset:-834px}.iti__cc{--iti-flag-offset:-856px}.iti__cd{--iti-flag-offset:-878px}.iti__cf{--iti-flag-offset:-900px}.iti__cg{--iti-flag-offset:-922px}.iti__ch{--iti-flag-offset:-944px}.iti__ci{--iti-flag-offset:-961px}.iti__ck{--iti-flag-offset:-983px}.iti__cl{--iti-flag-offset:-1005px}.iti__cm{--iti-flag-offset:-1027px}.iti__cn{--iti-flag-offset:-1049px}.iti__co{--iti-flag-offset:-1071px}.iti__cp{--iti-flag-offset:-1093px}.iti__cq{--iti-flag-offset:-1115px}.iti__cr{--iti-flag-offset:-1137px}.iti__cu{--iti-flag-offset:-1159px}.iti__cv{--iti-flag-offset:-1181px}.iti__cw{--iti-flag-offset:-1203px}.iti__cx{--iti-flag-offset:-1225px}.iti__cy{--iti-flag-offset:-1247px}.iti__cz{--iti-flag-offset:-1269px}.iti__de{--iti-flag-offset:-1291px}.iti__dg{--iti-flag-offset:-1313px}.iti__dj{--iti-flag-offset:-1335px}.iti__dk{--iti-flag-offset:-1357px}.iti__dm{--iti-flag-offset:-1379px}.iti__do{--iti-flag-offset:-1401px}.iti__dz{--iti-flag-offset:-1423px}.iti__ea{--iti-flag-offset:-1445px}.iti__ec{--iti-flag-offset:-1467px}.iti__ee{--iti-flag-offset:-1489px}.iti__eg{--iti-flag-offset:-1511px}.iti__eh{--iti-flag-offset:-1533px}.iti__er{--iti-flag-offset:-1555px}.iti__es{--iti-flag-offset:-1577px}.iti__et{--iti-flag-offset:-1599px}.iti__eu{--iti-flag-offset:-1621px}.iti__ez{--iti-flag-offset:-1643px}.iti__fi{--iti-flag-offset:-1665px}.iti__fj{--iti-flag-offset:-1687px}.iti__fk{--iti-flag-offset:-1709px}.iti__fm{--iti-flag-offset:-1731px}.iti__fo{--iti-flag-offset:-1753px}.iti__fr{--iti-flag-offset:-1775px}.iti__fx{--iti-flag-offset:-1797px}.iti__ga{--iti-flag-offset:-1819px}.iti__gb{--iti-flag-offset:-1841px}.iti__gd{--iti-flag-offset:-1863px}.iti__ge{--iti-flag-offset:-1885px}.iti__gf{--iti-flag-offset:-1907px}.iti__gg{--iti-flag-offset:-1929px}.iti__gh{--iti-flag-offset:-1951px}.iti__gi{--iti-flag-offset:-1973px}.iti__gl{--iti-flag-offset:-1995px}.iti__gm{--iti-flag-offset:-2017px}.iti__gn{--iti-flag-offset:-2039px}.iti__gp{--iti-flag-offset:-2061px}.iti__gq{--iti-flag-offset:-2083px}.iti__gr{--iti-flag-offset:-2105px}.iti__gs{--iti-flag-offset:-2127px}.iti__gt{--iti-flag-offset:-2149px}.iti__gu{--iti-flag-offset:-2171px}.iti__gw{--iti-flag-offset:-2193px}.iti__gy{--iti-flag-offset:-2215px}.iti__hk{--iti-flag-offset:-2237px}.iti__hm{--iti-flag-offset:-2259px}.iti__hn{--iti-flag-offset:-2281px}.iti__hr{--iti-flag-offset:-2303px}.iti__ht{--iti-flag-offset:-2325px}.iti__hu{--iti-flag-offset:-2347px}.iti__ic{--iti-flag-offset:-2369px}.iti__id{--iti-flag-offset:-2391px}.iti__ie{--iti-flag-offset:-2413px}.iti__il{--iti-flag-offset:-2435px}.iti__im{--iti-flag-offset:-2457px}.iti__in{--iti-flag-offset:-2479px}.iti__io{--iti-flag-offset:-2501px}.iti__iq{--iti-flag-offset:-2523px}.iti__ir{--iti-flag-offset:-2545px}.iti__is{--iti-flag-offset:-2567px}.iti__it{--iti-flag-offset:-2589px}.iti__je{--iti-flag-offset:-2611px}.iti__jm{--iti-flag-offset:-2633px}.iti__jo{--iti-flag-offset:-2655px}.iti__jp{--iti-flag-offset:-2677px}.iti__ke{--iti-flag-offset:-2699px}.iti__kg{--iti-flag-offset:-2721px}.iti__kh{--iti-flag-offset:-2743px}.iti__ki{--iti-flag-offset:-2765px}.iti__km{--iti-flag-offset:-2787px}.iti__kn{--iti-flag-offset:-2809px}.iti__kp{--iti-flag-offset:-2831px}.iti__kr{--iti-flag-offset:-2853px}.iti__kw{--iti-flag-offset:-2875px}.iti__ky{--iti-flag-offset:-2897px}.iti__kz{--iti-flag-offset:-2919px}.iti__la{--iti-flag-offset:-2941px}.iti__lb{--iti-flag-offset:-2963px}.iti__lc{--iti-flag-offset:-2985px}.iti__li{--iti-flag-offset:-3007px}.iti__lk{--iti-flag-offset:-3029px}.iti__lr{--iti-flag-offset:-3051px}.iti__ls{--iti-flag-offset:-3073px}.iti__lt{--iti-flag-offset:-3095px}.iti__lu{--iti-flag-offset:-3117px}.iti__lv{--iti-flag-offset:-3139px}.iti__ly{--iti-flag-offset:-3161px}.iti__ma{--iti-flag-offset:-3183px}.iti__mc{--iti-flag-offset:-3205px}.iti__md{--iti-flag-offset:-3226px}.iti__me{--iti-flag-offset:-3248px}.iti__mf{--iti-flag-offset:-3270px}.iti__mg{--iti-flag-offset:-3292px}.iti__mh{--iti-flag-offset:-3314px}.iti__mk{--iti-flag-offset:-3336px}.iti__ml{--iti-flag-offset:-3358px}.iti__mm{--iti-flag-offset:-3380px}.iti__mn{--iti-flag-offset:-3402px}.iti__mo{--iti-flag-offset:-3424px}.iti__mp{--iti-flag-offset:-3446px}.iti__mq{--iti-flag-offset:-3468px}.iti__mr{--iti-flag-offset:-3490px}.iti__ms{--iti-flag-offset:-3512px}.iti__mt{--iti-flag-offset:-3534px}.iti__mu{--iti-flag-offset:-3556px}.iti__mv{--iti-flag-offset:-3578px}.iti__mw{--iti-flag-offset:-3600px}.iti__mx{--iti-flag-offset:-3622px}.iti__my{--iti-flag-offset:-3644px}.iti__mz{--iti-flag-offset:-3666px}.iti__na{--iti-flag-offset:-3688px}.iti__nc{--iti-flag-offset:-3710px}.iti__ne{--iti-flag-offset:-3732px}.iti__nf{--iti-flag-offset:-3752px}.iti__ng{--iti-flag-offset:-3774px}.iti__ni{--iti-flag-offset:-3796px}.iti__nl{--iti-flag-offset:-3818px}.iti__no{--iti-flag-offset:-3840px}.iti__np{--iti-flag-offset:-3862px}.iti__nr{--iti-flag-offset:-3877px}.iti__nu{--iti-flag-offset:-3899px}.iti__nz{--iti-flag-offset:-3921px}.iti__om{--iti-flag-offset:-3943px}.iti__pa{--iti-flag-offset:-3965px}.iti__pe{--iti-flag-offset:-3987px}.iti__pf{--iti-flag-offset:-4009px}.iti__pg{--iti-flag-offset:-4031px}.iti__ph{--iti-flag-offset:-4053px}.iti__pk{--iti-flag-offset:-4075px}.iti__pl{--iti-flag-offset:-4097px}.iti__pm{--iti-flag-offset:-4119px}.iti__pn{--iti-flag-offset:-4141px}.iti__pr{--iti-flag-offset:-4163px}.iti__ps{--iti-flag-offset:-4185px}.iti__pt{--iti-flag-offset:-4207px}.iti__pw{--iti-flag-offset:-4229px}.iti__py{--iti-flag-offset:-4251px}.iti__qa{--iti-flag-offset:-4273px}.iti__re{--iti-flag-offset:-4295px}.iti__ro{--iti-flag-offset:-4317px}.iti__rs{--iti-flag-offset:-4339px}.iti__ru{--iti-flag-offset:-4361px}.iti__rw{--iti-flag-offset:-4383px}.iti__sa{--iti-flag-offset:-4405px}.iti__sb{--iti-flag-offset:-4427px}.iti__sc{--iti-flag-offset:-4449px}.iti__sd{--iti-flag-offset:-4471px}.iti__se{--iti-flag-offset:-4493px}.iti__sg{--iti-flag-offset:-4515px}.iti__sh{--iti-flag-offset:-4537px}.iti__si{--iti-flag-offset:-4559px}.iti__sj{--iti-flag-offset:-4581px}.iti__sk{--iti-flag-offset:-4603px}.iti__sl{--iti-flag-offset:-4625px}.iti__sm{--iti-flag-offset:-4647px}.iti__sn{--iti-flag-offset:-4669px}.iti__so{--iti-flag-offset:-4691px}.iti__sr{--iti-flag-offset:-4713px}.iti__ss{--iti-flag-offset:-4735px}.iti__st{--iti-flag-offset:-4757px}.iti__su{--iti-flag-offset:-4779px}.iti__sv{--iti-flag-offset:-4801px}.iti__sx{--iti-flag-offset:-4823px}.iti__sy{--iti-flag-offset:-4845px}.iti__sz{--iti-flag-offset:-4867px}.iti__ta{--iti-flag-offset:-4889px}.iti__tc{--iti-flag-offset:-4911px}.iti__td{--iti-flag-offset:-4933px}.iti__tf{--iti-flag-offset:-4955px}.iti__tg{--iti-flag-offset:-4977px}.iti__th{--iti-flag-offset:-4999px}.iti__tj{--iti-flag-offset:-5021px}.iti__tk{--iti-flag-offset:-5043px}.iti__tl{--iti-flag-offset:-5065px}.iti__tm{--iti-flag-offset:-5087px}.iti__tn{--iti-flag-offset:-5109px}.iti__to{--iti-flag-offset:-5131px}.iti__tr{--iti-flag-offset:-5153px}.iti__tt{--iti-flag-offset:-5175px}.iti__tv{--iti-flag-offset:-5197px}.iti__tw{--iti-flag-offset:-5219px}.iti__tz{--iti-flag-offset:-5241px}.iti__ua{--iti-flag-offset:-5263px}.iti__ug{--iti-flag-offset:-5285px}.iti__uk{--iti-flag-offset:-5307px}.iti__um{--iti-flag-offset:-5329px}.iti__un{--iti-flag-offset:-5351px}.iti__us{--iti-flag-offset:-5373px}.iti__uy{--iti-flag-offset:-5395px}.iti__uz{--iti-flag-offset:-5417px}.iti__va{--iti-flag-offset:-5439px}.iti__vc{--iti-flag-offset:-5456px}.iti__ve{--iti-flag-offset:-5478px}.iti__vg{--iti-flag-offset:-5500px}.iti__vi{--iti-flag-offset:-5522px}.iti__vn{--iti-flag-offset:-5544px}.iti__vu{--iti-flag-offset:-5566px}.iti__wf{--iti-flag-offset:-5588px}.iti__ws{--iti-flag-offset:-5610px}.iti__xk{--iti-flag-offset:-5632px}.iti__ye{--iti-flag-offset:-5654px}.iti__yt{--iti-flag-offset:-5676px}.iti__za{--iti-flag-offset:-5698px}.iti__zm{--iti-flag-offset:-5720px}.iti__zw{--iti-flag-offset:-5742px}.iti__globe{background-image:var(--iti-path-globe-1x);background-size:contain;background-position:right;box-shadow:none;height:19px}@media (min-resolution:2x){.iti__flag{background-image:var(--iti-path-flags-2x)}.iti__globe{background-image:var(--iti-path-globe-2x)}}:root {
--bookly-css-version: "24.4";
}
.bookly-list-none {
list-style: none;
}
.bookly-left {
float: left !important;
}
.bookly-right {
float: right !important;
}
.bookly-clear {
clear: both !important;
}
.bookly-rtext {
text-align: right !important;
}
.bookly-text-center {
text-align: center;
}
.bookly-bold {
font-weight: bold !important;
}
.bookly-list {
margin-left: 10px !important;
}
.bookly-clear-bottom {
margin-bottom: 0 !important;
}
.bookly-none {
display: none !important;
}
.bookly-nowrap {
white-space: nowrap;
}
.bookly-inline-block {
display: inline-block !important;
}
.bookly-btn {
text-decoration: none;
}
.bookly-btn[disabled] {
opacity: 0.5;
} .bookly-box {
margin: 0 0 20px;
overflow: hidden;
}
.bookly-table {
display: table;
table-layout: fixed;
width: 100%;
}
.bookly-table > * {
display: table-cell;
vertical-align: top;
width: auto;
}
.bookly-table::before,
.bookly-table::after {
content: unset !important;
} .bookly-form {
margin: 0 auto;
}
.bookly-form * {
box-sizing: border-box;
font-family: inherit;
font-size: 14px;
line-height: inherit;
}
.bookly-form input[type="text"],
.bookly-form input[type="number"],
.bookly-form input[type="password"],
.bookly-form select,
.bookly-form textarea {
font-size: 14px !important;
line-height: normal !important;
border: 1px solid silver !important;
border-radius: 4px !important;
width: 100% !important;
}
.bookly-form input[type="text"],
.bookly-form input[type="number"],
.bookly-form input[type="password"],
.bookly-form select {
height: auto !important;
}
.bookly-form input[type="text"],
.bookly-form input[type="checkbox"],
.bookly-form input[type="radio"],
.bookly-form input[type="number"],
.bookly-form input[type="password"],
.bookly-form select,
.bookly-form textarea {
display: inline-block;
margin: 0 !important;
outline: none !important;
}
.bookly-form input[type="text"],
.bookly-form input[type="number"],
.bookly-form input[type="password"],
.bookly-form textarea {
padding-top: 6px !important;
padding-bottom: 5px !important;
padding-right: 7px !important;
}
.bookly-form input[type="text"]:not(.iti__tel-input),
.bookly-form input[type="number"],
.bookly-form input[type="password"],
.bookly-form textarea {
padding-left: 7px !important;
}
.bookly-form select {
padding: 5px 6px 4px !important;
}
.bookly-form label {
display: inline;
float: none;
font-size: 14px;
}
.bookly-form label:not(.bookly-col-label) {
width: auto;
}
.bookly-form img {
display: inline;
}
.bookly-form .bookly-label-error {
font-size: 12px;
font-weight: bold;
margin-top: 5px;
}
.bookly-form .bookly-btn + input[type=file] {
width: 0;
height: 0;
opacity: 0;
display: block;
}
.bookly-form-group > label {
display: inline-block;
font-weight: bold;
padding: 0 !important;
margin: 0 !important;
}
.bookly-form-group > div {
margin-top: 5px;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
}
.bookly-form-group:not(:last-child) > div {
margin-right: 14px;
} .bookly-nav-steps {
padding-top: 20px !important;
border-top: 1px solid silver !important;
overflow: hidden;
}
.bookly-box.bookly-nav-steps {
margin-bottom: 10px;
margin-left: -5px;
margin-right: -5px;
}
.bookly-box.bookly-nav-steps button {
margin-bottom: 10px;
margin-right: 5px;
margin-left: 5px;
}
.bookly-btn {
padding: 9px 18px !important;
border: 0 !important;
min-width: 118px;
display: block;
text-align: center;
line-height: normal;
border-radius: 4px !important;
background: #f4662f;
cursor: pointer !important;
height: auto !important;
outline: none !important;
}
.bookly-btn,
.bookly-btn > span {
color: #fff !important;
font-size: 18px !important;
line-height: 17px !important;
font-weight: bold !important;
text-transform: uppercase !important;
}
button.bookly-btn:hover,
button.bookly-btn:active,
button.bookly-round:hover,
button.bookly-round:active,
button.bookly-square:hover,
button.bookly-square:active {
background-image: none !important;
}
.bookly-time-next,
.bookly-time-prev {
min-width: 60px;
height: 35px !important;
padding: 0 5px !important;
}
.bookly-time-next {
background-position: 50% -56px;
}
.bookly-time-prev {
background-position: 50% 8px;
}
.bookly-square,
.bookly-round {
width: 28px;
height: 28px;
padding: 0 !important;
line-height: 0 !important;
border: 0 !important;
outline: none !important;
background-repeat: no-repeat;
}
.bookly-round {
border-radius: 50% !important;
}
span.bookly-round {
display: block;
}
.bookly-square {
border-radius: 15%;
}
.bookly-checkbox-group > input[type='checkbox'] {
width: 0 !important;
height: 0 !important;
max-width: 0px !important;
max-height: 0px !important;
min-width: 0px !important;
min-height: 0px !important;
opacity: 0;
}
.bookly-checkbox-group > input[type='checkbox']:focus + label > i {
border-radius: 3px;
outline: 0;
box-shadow: 0px 0px 1px 0px rgba(37, 0, 255, 1) inset;
}
.bookly-checkbox-group > input[type='checkbox']:not(:checked) + label > i {
background-image: url(//distrec.up.ac.pa/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/square-24.png);
}
.bookly-checkbox-group > input[type='checkbox']:checked + label > i {
background-image: url(//distrec.up.ac.pa/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/checkbox-16.png);
}
.bookly-checkbox-group > input[type='checkbox']:disabled + label > i {
background-image: url(//distrec.up.ac.pa/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/x-24.png) !important;
opacity: 0.8;
cursor: not-allowed;
}
.bookly-checkbox-group label {
font-weight: bold;
}
.bookly-row label {
vertical-align: text-top;
}
.bookly-checkbox-group label:nth-child(3) {
margin-left: 4px;
}
.bookly-round-button {
cursor: pointer !important;
}
.bookly-round-button:first-child {
margin-right: 5px !important;
}
.bookly-round-button img {
border: 0 !important;
box-shadow: none;
}
.bookly-triangle {
width: 29px;
height: 29px;
border-left: 16px solid transparent;
border-right: 16px solid transparent;
border-bottom: 26px solid;
}
.bookly-back-step {
margin-right: 10px;
float: left !important;
}
.bookly-next-step {
float: right !important;
}
.bookly-mobile-prev-step {
margin-right: 10px;
} .bookly-progress-tracker {
margin: 0 0 20px !important;
padding: 0 !important;
}
.bookly-progress-tracker > div {
padding-left: 4px;
white-space: nowrap;
text-overflow: ellipsis;
font-weight: bold;
overflow: hidden;
}
.bookly-progress-tracker .step {
height: 15px;
background: #bec3c7;
margin-top: 5px;
}
.bookly-progress-tracker > div:first-child .step {
border-radius: 5px 0 0 5px;
}
.bookly-progress-tracker > div:last-child .step {
border-radius: 0 5px 5px 0;
}
.bookly-progress-tracker > div:first-child {
padding-left: 0;
} .bookly-service-step .bookly-date-from {
cursor: text !important;
}
.bookly-service-step .bookly-available-date,
.bookly-service-step .bookly-week-days,
.bookly-repeat-step .bookly-week-days,
.bookly-service-step .bookly-time-range {
margin-bottom: 20px !important;
}
.bookly-service-step .bookly-available-date .bookly-form-group > div {
margin-right: 0;
}
.bookly-service-step .bookly-available-date,
.bookly-service-step .bookly-week-days {
margin-right: 14px !important;
}
.bookly-form .bookly-service-step .bookly-week-days,
.bookly-form .bookly-repeat-step .bookly-week-days {
width: auto;
display: flex;
justify-content: center;
}
.bookly-service-step .bookly-week-days > div,
.bookly-repeat-step .bookly-week-days > div {
text-align: center;
min-width: 35px;
}
.bookly-form .bookly-service-step .bookly-week-days input[type='checkbox'],
.bookly-form .bookly-repeat-step .bookly-week-days input[type='checkbox'] {
background-color: var(--bookly-main-color);
border-color: var(--bookly-main-color);
}
.bookly-form .bookly-service-step .bookly-week-days input[type='checkbox']:checked,
.bookly-form .bookly-repeat-step .bookly-week-days input[type='checkbox']:checked {
background-image: url(//distrec.up.ac.pa/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/checkbox.png);
background-repeat: no-repeat;
}
.bookly-form .bookly-service-step .bookly-week-days input[type='checkbox'],
.bookly-form .bookly-repeat-step .bookly-week-days input[type='checkbox'] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
display: block !important;
width: 23px;
height: 23px;
padding: 0;
margin: 8px auto 0 !important;
border-radius: 50%;
cursor: pointer;
background-color: var(--bookly-main-color);
}
.bookly-service-step .bookly-week-days label input,
.bookly-repeat-step .bookly-week-days label input {
visibility: hidden;
}
.bookly-service-step .bookly-time-range select {
width: auto !important;
}
.bookly-mobile-step-1 .bookly-nav-steps {
display: none;
}
.bookly-chain-actions {
width: 50px;
} .bookly-mw-150 {
max-width: 150px;
}
.bookly-extra-step .bookly-extras-item {
display: inline-block;
width: 25%;
margin: 0 -2px !important;
margin-bottom: 2px !important;
vertical-align: top !important;
}
.bookly-extra-step .bookly-extras-thumb {
border: 2px solid #bec3c7;
padding: 10px;
line-height: normal;
border-radius: 5px;
margin: 3px;
text-align: center;
cursor: pointer;
}
.bookly-extra-step .bookly-extras-thumb img {
max-width: 100%;
}
.bookly-extra-step .bookly-extras-thumb div {
background-position: center;
}
.bookly-extra-step div.bookly-extras-summary {
display: inline-block;
font-weight: bold;
}
.bookly-extra-step .bookly-extras-item .bookly-extras-count-controls {
margin-top: 10px;
text-align: center;
}
.bookly-extra-step .bookly-extras-count-controls > * {
vertical-align: middle;
}
.bookly-extra-step .bookly-extras-item .bookly-extras-total-price {
font-weight: bold;
margin-top: 5px;
text-align: center;
}
.bookly-extra-step .bookly-extras-item input {
width: 3em !important;
text-align: center;
}
.bookly-extra-step .bookly-extras-increment {
margin-left: 5px;
} .bookly-time-step {
overflow: hidden;
position: relative;
margin-bottom: 20px !important;
margin-left: auto;
margin-right: auto;
}
.bookly-columnizer-wrap {
position: relative;
}
.bookly-columnizer {
min-height: .01%;
white-space: nowrap;
position: relative;
}
.bookly-columnizer .bookly-time-screen {
display: inline-block;
*display: inline;
min-height: .01%;
}
#bookly-tbs .bookly-columnizer .bookly-time-screen {
overflow: hidden;
overflow-x: auto;
}
.bookly-columnizer .bookly-column {
min-width: 127px;
padding: 0 5px;
display: inline-block;
zoom: 1;
vertical-align: top;
float: none !important;
}
.bookly-columnizer .bookly-column.bookly-column-wide {
min-width: 205px;
}
.bookly-columnizer .bookly-column.bookly-column-wide span.bookly-time-main {
float: left;
margin-left: 10px;
}
.bookly-columnizer .bookly-column.bookly-column-wide span.bookly-time-additional {
float: right;
margin-right: 10px;
}
.bookly-columnizer .bookly-day,
.bookly-columnizer .bookly-hour {
display: block !important;
min-width: 0;
width: 100%;
margin: 1.5px 0 !important;
background: white;
height: 36px;
padding: 6px;
font-size: 13px !important;
line-height: 20px;
text-align: center;
float: none !important;
vertical-align: middle;
text-transform: none;
border: 1px solid #cccccc !important;
border-radius: 4px;
}
.bookly-columnizer .bookly-day {
cursor: default !important;
text-decoration: none;
}
.bookly-columnizer .bookly-hour {
background: white !important;
cursor: pointer;
}
.bookly-columnizer .bookly-hour span {
font-weight: normal;
color: #333 !important;
}
.bookly-columnizer .bookly-hour.bookly-slot-in-waiting-list {
background-color: #d6d6d6 !important;
}
.bookly-columnizer .bookly-hour.bookly-slot-in-special-hour .bookly-time-main {
font-weight: bold;
}
.bookly-columnizer .bookly-hour .ladda-label {
display: inline-block;
}
.bookly-form .bookly-schedule-date,
.bookly-form .bookly-columnizer .bookly-day {
background: #f4662f;
color: white !important;
font-weight: bold !important;
border: 1px solid #f4662f;
}
.bookly-form .bookly-schedule-date input {
color: black;
font-weight: normal;
}
.bookly-columnizer .booked,
.bookly-columnizer .booked:hover {
opacity: .5;
cursor: default !important;
}
.bookly-columnizer .booked span {
text-decoration: line-through;
}
.bookly-columnizer .bookly-hour .bookly-hour-icon {
display: block;
float: left;
width: 18px;
height: 18px;
margin-top: 1px;
margin-right: 5px;
background: url(//distrec.up.ac.pa/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/success.png) 0 0 no-repeat;
}
@media (hover) {
.bookly-columnizer .bookly-hour:hover {
border: 2px solid #f4662f;
color: #f4662f;
}
.bookly-columnizer .bookly-hour.booked:hover {
border: 1px solid #cccccc !important;
color: #333333 !important;
}
.bookly-columnizer .bookly-hour.booked:hover .bookly-hour-icon span {
visibility: hidden;
}
.bookly-columnizer .bookly-hour:hover .bookly-hour-icon {
background: none;
border: 2px solid #f4662f;
color: #f4662f;
width: auto;
height: auto;
padding: 3px;
border-radius: 25px;
margin-right: 3px;
}
.bookly-columnizer .bookly-hour.booked:hover .bookly-hour-icon {
border: 2px solid #cccccc !important;
}
.bookly-columnizer .bookly-hour:hover .bookly-hour-icon span {
background: #f4662f;
width: 8px;
height: 8px;
border-radius: 10px;
display: block;
}
}
.bookly-time-step .bookly-columnizer > button {
display: none !important;
}
.bookly-time-step .bookly-columnizer > .bookly-column {
display: none !important;
}
.bookly-slot-calendar {
margin: 0 20px 20px 0;
float: left;
}
.bookly-not-time-screen {
font-size: 16px;
height: 296px;
margin-left: 320px;
font-weight: bold;
}
.bookly-not-time-screen.bookly-not-calendar {
height: auto;
margin-left: 0;
padding-bottom: 15px;
}
.bookly-spin-overlay {
position: relative;
opacity: .5;
}
.bookly-spin-overlay .bookly-spin {
position: absolute;
top: 50%;
left: 50%;
margin-left: -20px;
margin-top: -20px;
}
select.bookly-time-zone-switcher {
width: 220px !important;
} .bookly-repeat-step {
margin-bottom: 20px !important;
min-width: 260px;
}
.bookly-repeat-step .bookly-row {
margin: 12px 0 12px 0 !important;
}
.bookly-repeat-step .bookly-week-days {
margin-bottom: 0 !important;
}
.bookly-repeat-step .bookly-get-schedule {
display: inline-block;
}
.bookly-repeat-step .bookly-schedule-date,
.bookly-repeat-step .bookly-schedule-time {
width: 100px !important;
text-align: center;
vertical-align: middle;
text-transform: none;
border-radius: 4px;
height: 28px;
margin-right: 6px;
margin-top: 2px;
margin-bottom: 4px;
}
.bookly-repeat-step .bookly-schedule-time select {
border: 0 !important;
height: 26px !important;
background-color: #fff;
padding: 0 !important;
}
.bookly-repeat-step .bookly-schedule-date input {
background-color: #fff;
border: 0 !important;
height: 26px !important;
float: none !important;
}
.bookly-repeat-step .bookly-schedule-row {
border: 1px solid #cccccc !important;
border-radius: 3px;
display: flex;
}
.bookly-schedule-row .bookly-rounds-group {
float: right !important;
margin-top: 2px;
margin-bottom: 4px;
height: 28px;
}
.bookly-repeat-step .bookly-schedule-row > div {
float: left;
line-height: 25px;
}
.bookly-repeat-step .bookly-schedule-row .bookly-schedule-appointment > div,
.bookly-repeat-step .bookly-schedule-row .bookly-schedule-intersect > div {
float: left;
}
.bookly-schedule-slots > div:not(:last-child) {
margin-bottom: 12px;
}
.bookly-repeat-step .bookly-schedule-row .bookly-schedule-intersect {
margin: 2px 2px 4px 0;
}
.bookly-repeat-step .bookly-schedule-row > div:first-child {
width: 36px;
height: 36px;
padding: 4px;
text-align: center;
font-size: 20px;
}
.bookly-repeat-step .bookly-schedule-row > div:last-child {
width: calc(100% - 36px);
border-left: 1px solid #cccccc !important;
padding: 2px 2px 0 4px;
}
.bookly-repeat-step .bookly-schedule-row .bookly-schedule-time {
border: 1px solid #cccccc !important;
border-radius: 4px;
}
.bookly-repeat-step .bookly-schedule-row .bookly-hidden-info {
display: none;
}
.bookly-repeat-step .bookly-schedule-row .bookly-hidden-info > span {
line-height: 32px;
}
.bookly-schedule-appointment.bookly-appointment-hidden > * {
display: none !important;
height: 0;
}
.bookly-schedule-appointment.bookly-appointment-hidden .bookly-hidden-info {
display: block !important;
width: 100%;
} .bookly-pagination {
display: flex;
padding-left: 0;
list-style: none;
margin: 0;
}
.bookly-pagination li {
display: list-item;
text-align: match-parent;
margin: 0 -1px 0 0 !important;
}
.bookly-pagination li a {
position: relative;
display: block;
text-decoration: none;
border: 1px solid #cccccc;
width: 35px;
height: 35px;
line-height: 32px;
text-align: center;
}
.bookly-pagination li a:focus {
z-index: 3;
outline: 0;
}
.bookly-pagination li.active a {
color: #fff;
}
.bookly-pagination li:first-child a {
border-top-left-radius: .25rem;
border-bottom-left-radius: .25rem
}
.bookly-pagination li:last-child a {
border-top-right-radius: .25rem;
border-bottom-right-radius: .25rem
}
.bookly-visible-sm {
display: none;
} .bookly-well {
border: 1px solid #cccccc !important;
padding-right: 6px;
padding-left: 6px;
border-radius: 4px;
background-color: #F2DEDE;
vertical-align: middle;
display: table;
}
.bookly-well > div:nth-child(1) {
margin: 5px 5px 5px 0;
float: left;
}
.bookly-well > div:nth-child(2) {
min-height: 38px;
vertical-align: middle;
display: table-cell;
width: 100%;
}
.popover .editable-container,
.popover .control-group {
min-width: 300px;
}
label.bookly-checkbox-label input[type=checkbox] {
position: relative;
vertical-align: middle;
bottom: 1px;
}
.bookly-round-md {
width: 35px;
height: 35px;
}
.bookly-triangle-md {
margin: 5px 5px 5px 0;
width: 35px;
height: 35px;
border-left: 22px solid transparent;
border-right: 22px solid transparent;
border-bottom: 35px solid;
float: left;
}
.bookly-icon-sm {
height: 100%;
display: block;
background-repeat: no-repeat;
background-position: center center;
}
.bookly-icon-sm i {
margin: 0;
padding: 0;
}
.bookly-icon-md {
height: 24px;
width: 24px;
display: block;
margin-left: 6px;
background-repeat: no-repeat;
}
.bookly-triangle .bookly-icon-sm {
margin-left: -2px;
margin-top: 11px;
height: 16px;
padding-left: 4px;
}
.bookly-round-md .bookly-icon-md {
margin: 6px;
}
.bookly-round .bookly-icon-md {
margin: 6px;
}
button.bookly-round,
label.bookly-square {
cursor: pointer;
}
.bookly-round .ladda-label {
display: inline !important;
}
.bookly-icon-sm.bookly-icon-restore {
background-image: url(//distrec.up.ac.pa/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/redo-16.png);
}
.bookly-icon-sm.bookly-icon-exclamation {
background-image: url(//distrec.up.ac.pa/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/exclamation-16.png);
}
.bookly-icon-sm.bookly-icon-i {
background-image: url(//distrec.up.ac.pa/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/info-16.png);
}
.bookly-icon-sm.bookly-icon-edit {
background-image: url(//distrec.up.ac.pa/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/edit-16.png);
}
.bookly-icon-sm.bookly-icon-plus {
background-image: url(//distrec.up.ac.pa/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/plus-16.png);
}
.bookly-icon-sm.bookly-icon-minus {
background-image: url(//distrec.up.ac.pa/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/minus-16.png);
}
.bookly-icon-sm.bookly-icon-drop {
background-image: url(//distrec.up.ac.pa/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/delete-16.png);
}
.bookly-icon-sm.bookly-icon-check {
background-image: url(//distrec.up.ac.pa/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/check-16.png);
}
.bookly-icon-user {
height: 16px;
width: 16px;
display: inline-block;
margin: 4px 2px 0 2px;
vertical-align: top;
background-image: url(//distrec.up.ac.pa/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/user-16.png);
} .bookly-go-to-cart {
width: 35px;
height: 35px;
float: left !important;
}
.bookly-cart .bookly-mobile-version {
display: none;
}
.bookly-cart table {
border-collapse: collapse;
border-spacing: 0;
border: none !important;
table-layout: auto;
width: 100%;
margin: 0 !important;
}
.bookly-cart table .bookly-round {
vertical-align: bottom;
}
.bookly-cart table th,
.bookly-cart table td {
border: 0;
text-align: left;
padding: 8px;
}
.bookly-cart tbody.bookly-mobile-version td,
.bookly-cart tbody.bookly-mobile-version th {
border-top: 1px solid rgba(51, 51, 51, 0.1);
}
.bookly-cart th,
.bookly-cart tr.bookly-cart-primary,
.bookly-cart tr.bookly-cart-primary td,
.bookly-cart tfoot tr,
.bookly-cart tfoot tr th {
border-top: 1px solid rgba(51, 51, 51, 0.1);
font-size: 14px !important;
}
.bookly-cart th {
border-width: 0 0 1px 0;
font-weight: 700;
padding-top: 0 !important;
}
.bookly-cart table tfoot th,
.bookly-cart table tfoot td {
border-top: 2px solid rgba(51, 51, 51, 0.1);
}
.bookly-cart table tr.bookly-cart-sub-item td:first-child {
padding-left: 25px;
}
.bookly-cart tbody.bookly-desktop-version,
.bookly-cart tbody.bookly-desktop-version td,
.bookly-cart tbody.bookly-mobile-version tr.bookly-cart-sub-item th,
.bookly-cart tbody.bookly-mobile-version tr.bookly-cart-sub-item td {
border: 0 !important;
} .bookly-guest > .bookly-btn {
display: inline-block;
margin: 0 14px 12px 0;
}
.bookly-guest > .fb_iframe_widget_fluid {
display: inline-block;
}
.bookly-guest > * {
vertical-align: top;
}
.bookly-details-step .bookly-form-group input[type="text"].bookly-captcha {
display: block;
width: 160px !important;
margin: 10px 0 0 !important;
}
.bookly-details-step .bookly-form-group .iti {
display: block;
}
.bookly-details-step .bookly-table,
.bookly-details-step .bookly-table > * {
overflow: visible !important;
}
.bookly-details-step .bookly-form-group textarea {
resize: vertical;
}
.bookly-details-step .bookly-custom-field-row > div > div > label,
.bookly-details-step .bookly-custom-field-row > div > div > label > input[type="radio"],
.bookly-details-step .bookly-custom-field-row > div > div > label > input[type="checkbox"] {
cursor: pointer;
}
.bookly-details-step .bookly-custom-field-row > div > div > label > * {
vertical-align: middle;
} .bookly-form input.bookly-user-coupon, .bookly-form input.bookly-user-gift, .bookly-form input.bookly-user-tips {
width: 100px !important;
margin: 0 10px !important;
}
.bookly-form select.bookly-card-exp {
width: auto !important;
margin-right: 10px !important;
}
.bookly-form input.bookly-card-cvc {
width: 50px !important;
}
.bookly-form .bookly-payment-nav > div > label,
.bookly-form .bookly-payment-nav > div > label > input[type="radio"] {
cursor: pointer;
}
.bookly-form .bookly-payment-nav > div > label > * {
vertical-align: middle;
}
.bookly-form .bookly-payment-nav > div > label > img {
margin-left: 10px;
} .bookly-fade {
display: none;
}
.bookly-in {
display: block;
}
.bookly-close:hover,
.bookly-close:focus,
.bookly-close {
float: right;
font-size: 21px;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
filter: alpha(opacity=20);
opacity: .2;
-webkit-appearance: none;
padding: 0;
cursor: pointer;
background: none;
border: 0;
margin-top: -25px;
}
.bookly-close:focus,
.bookly-close:hover {
color: #000;
text-decoration: none;
cursor: pointer;
opacity: .5;
background: none;
}
.bookly-modal {
position: fixed;
width: 100%;
left: 0;
top: 0;
z-index: 9999;
bottom: 0;
background-color: rgba(0, 0, 0, 0.7);
}
.bookly-modal .bookly-modal-dialog {
width: 400px;
position: absolute;
left: 50%;
margin-left: -200px;
top: 100px;
}
.bookly-modal .bookly-modal-content {
position: relative;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: 6px;
outline: 0;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.bookly-modal .bookly-modal-content .bookly-modal-header {
min-height: 16.5px;
padding: 15px;
border-bottom: 1px solid #e5e5e5;
color: #666;
}
.bookly-modal .bookly-modal-content .bookly-modal-header h4 {
margin: 0;
padding: 0;
font-size: 22px;
}
.bookly-modal .bookly-modal-content .bookly-modal-footer {
padding: 15px;
text-align: right;
border-top: 1px solid #e5e5e5;
}
.bookly-modal .bookly-modal-content .bookly-modal-footer .bookly-btn-submit:focus,
.bookly-modal .bookly-modal-content .bookly-modal-footer .bookly-btn-submit:active,
.bookly-modal .bookly-modal-content .bookly-modal-footer .bookly-btn-submit:hover,
.bookly-modal .bookly-modal-content .bookly-modal-footer .bookly-btn-submit {
display: inline-block;
padding: 6px 12px !important;
border: 0;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
border-radius: 4px;
color: #fff;
text-transform: capitalize;
}
.bookly-modal .bookly-modal-content .bookly-modal-footer .bookly-btn-cancel {
border: 0;
background: none;
color: #21759b;
cursor: pointer;
padding: 0;
vertical-align: -2px;
font-size: 14px;
}
.bookly-modal .bookly-modal-content .bookly-modal-body {
position: relative;
padding: 15px;
font-size: 14px;
}
.bookly-modal .bookly-modal-content .bookly-modal-body .bookly-form-group {
margin-bottom: 10px;
}
.bookly-modal .bookly-modal-content .bookly-modal-body .bookly-form-group label {
font-size: 14px;
}
.bookly-modal .bookly-modal-content .bookly-modal-body div > div > label {
cursor: pointer;
}
.bookly-modal .bookly-modal-content .bookly-modal-body div > div > label > * {
vertical-align: middle;
cursor: pointer;
}
@media (max-width: 768px) {
.bookly-modal .bookly-modal-dialog {
width: auto;
left: 15px;
right: 15px;
margin: 30px auto;
top: 50px;
}
}
.bookly-form .bookly-image-box {
height: 298px;
position: relative;
}
.bookly-form .bookly-image-box img {
position: absolute;
left: calc(50% - 149px);
top: calc(50% - 149px);
}
.bookly-form .bookly-loading:before {
content: '';
position: absolute;
left: calc(50% - 16px);
top: calc(50% - 16px);
width: 32px;
height: 32px;
background: url(//distrec.up.ac.pa/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/resources/images/ajax_loader_32x32.gif) no-repeat;
background-size: contain;
}
.bookly-row .bookly-text,
.bookly-row .bookly-text-center,
.bookly-row .bookly-col-label {
padding-top: 6px;
margin-bottom: 0;
text-overflow: ellipsis;
white-space: nowrap;
}
.bookly-form .bookly-row .bookly-col-label {
text-align: right;
color: var(--bookly-main-color);
font-weight: bold;
}
.bookly-row {
margin: 0 !important;
overflow: hidden;
}
.bookly-col-1,
.bookly-col-2,
.bookly-col-3,
.bookly-col-4,
.bookly-col-5,
.bookly-col-6,
.bookly-col-7,
.bookly-col-8,
.bookly-col-9,
.bookly-col-10,
.bookly-col-11,
.bookly-col-12 {
float: left !important;
padding-left: 2px;
padding-right: 2px;
}
.bookly-col-12 {
width: 100%;
}
.bookly-col-11 {
width: 91.66666667%;
}
.bookly-col-10 {
width: 83.33333333%;
}
.bookly-col-9 {
width: 75%;
}
.bookly-col-8 {
width: 66.66666667%;
}
.bookly-col-7 {
width: 58.33333333%;
}
.bookly-col-6 {
width: 50%;
}
.bookly-col-5 {
width: 41.66666667%;
}
.bookly-col-4 {
width: 33.33333333%;
}
.bookly-col-3 {
width: 25%;
}
.bookly-col-2 {
width: 16.66666667%;
}
.bookly-col-1 {
width: 8.33333333%;
}
.powered-by-bookly {
font-size: 14px !important;
color: #666666;
text-align: center;
}
.powered-by-bookly a {
color: inherit;
}
.powered-by-bookly a:first-child {
text-decoration: none !important;
} .bookly-form *:focus {
outline: 0;
box-shadow: 0px 0px 1px 0px rgba(37, 0, 255, 1) inset;
}
.bookly-form ::-webkit-input-placeholder {
color: #bbb !important;
}
.bookly-form ::-moz-placeholder {
color: #bbb !important;
} .bookly-form :-moz-placeholder {
color: #bbb !important;
} .bookly-form :-ms-input-placeholder {
color: #bbb !important;
}
.bookly-form .bookly-category-info, .bookly-form .bookly-service-info, .bookly-form .bookly-staff-info {
margin-top: -10px;
}
ol.bookly-stepper {
display: none;
} @media screen and (max-width: 650px) {
.bookly-form-group label:empty {
display: none !important;
}
.bookly-form-group > div {
margin-right: 0 !important;
}
.bookly-table > * {
display: block;
}
.bookly-repeat-step .bookly-table > * {
display: table-cell;
}
.bookly-table .bookly-form-group {
margin: 0 0 20px;
width: 100% !important;
}
.bookly-table .bookly-form-group:last-child {
margin: 0;
}
.bookly-progress-tracker {
display: none !important;
} .bookly-form ol.bookly-stepper {
display: flex !important;
list-style: none;
justify-content: space-between;
margin: 0px 0px 20px 0px;
padding: 0px;
overflow: hidden;
background: linear-gradient(180deg, #FFFFFF 10.9px, silver 11px, silver 12.9px, #FFFFFF 13px);
}
.bookly-form ol.bookly-stepper li {
display: grid !important;
position: relative;
outline: 4px solid white;
}
.bookly-form ol.bookly-stepper li::before {
content: " ";
display: grid !important;
aspect-ratio: 1;
height: 24px;
border: 2px solid #FFFFFF;
box-sizing: border-box;
color: #FFFFFF;
border-radius: 50%;
z-index: 1;
background-color: var(--bookly-main-color);
border-color: var(--bookly-main-color);
outline: 4px solid white;
}
.bookly-form ol.bookly-stepper li.bookly-step-active ~ li::before {
background: white;
border: 2px solid silver;
}
.bookly-form ol.bookly-stepper li.bookly-step-active::after {
content: "";
position: absolute;
height: 2px;
right: 100%;
top: 11px;
width: 100vw;
background-color: var(--bookly-main-color);
}
.bookly-mobile-step-1 .bookly-nav-steps {
display: block;
}
.bookly-mobile-step-2 {
display: none;
}
.bookly-select-mobile {
width: 95%;
margin-top: 5px;
}
.bookly-mobile-next-step, .bookly-mobile-prev-step {
display: block !important;
}
.bookly-mobile-float-none {
float: none !important;
} .bookly-service-step .bookly-available-date,
.bookly-service-step .bookly-week-days {
margin-right: 0 !important;
}
.bookly-service-step .bookly-week-days,
.bookly-repeat-step .bookly-week-days {
width: 100%;
}
.bookly-service-step .bookly-week-days > div {
display: table-cell;
}
.bookly-service-step .bookly-time-to,
.bookly-service-step .bookly-time-from {
display: inline-block;
width: 48% !important;
}
.bookly-service-step .bookly-time-to {
float: right !important;
}
.bookly-service-step .bookly-time-range select {
width: 100% !important;
}
.bookly-mobile-step-1 {
margin-right: 0;
}
.bookly-not-time-screen {
height: auto !important;
margin-left: 0 !important;
margin-bottom: 15px;
clear: both;
}
.bookly-btn {
width: auto !important;
min-width: 0;
padding: 9px 18px !important;
background-image: none !important;
}
.bookly-go-to-cart {
padding: 8px !important;
width: 35px !important;
height: 35px !important;
}
.bookly-extra-step .bookly-extras-item {
width: 50%;
}
.bookly-cart .bookly-mobile-version {
display: table-row-group;
}
.bookly-cart .bookly-desktop-version {
display: none;
}
.bookly-col-12,
.bookly-col-11,
.bookly-col-10,
.bookly-col-9,
.bookly-col-8,
.bookly-col-7,
.bookly-col-6,
.bookly-col-5,
.bookly-col-4,
.bookly-col-3,
.bookly-col-2,
.bookly-col-1 {
width: 100%;
padding: 0;
}
.bookly-visible-sm {
display: block;
}
.bookly-visible-md {
display: none !important;
}
.bookly-margin-top {
margin-top: 12px;
}
.bookly-row .bookly-col-label,
.bookly-row .bookly-text-center {
text-align: left;
text-transform: capitalize;
padding-top: 0;
}
.bookly-repeat-step .bookly-schedule-row > div:first-child {
width: 31px;
}
.bookly-repeat-step .bookly-schedule-row > div:last-child {
width: calc(100% - 31px);
padding: 2px 2px 0 2px;
}
.bookly-repeat-step .bookly-schedule-date, .bookly-repeat-step .bookly-schedule-time {
margin-right: 2px;
}
.bookly-repeat-step .bookly-schedule-time {
width: 90px !important;
}
button.bookly-inline-block {
margin-bottom: 3px;
}
.bookly-form .bookly-row .bookly-col-label {
text-align: left;
}
} .iti__flag {
background-image: url(//distrec.up.ac.pa/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/flags.png?1);
}
@media only screen and (min-resolution: 2dppx) {
.iti__flag {
background-image: url(//distrec.up.ac.pa/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/flags@2x.png?1)
}
}
.bookly-radio-loading {
border: 2px solid lightgrey;
border-top: 2px solid black;
border-radius: 50%;
width: 13px;
height: 13px;
animation: bookly-radio-loading-spin 2s linear infinite;
}
@keyframes bookly-radio-loading-spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.pac-container {
z-index: 1000000 !important;
}
.bookly-fa-svg {
height: 16px;
width: 16px;
background-color: #ffffff;
margin-right: 8px;
display: inline-block;;
mask-repeat: no-repeat;
-webkit-mask-repeat: no-repeat;
}
.bookly-google {
mask-image: url(//distrec.up.ac.pa/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/google.svg);
-webkit-mask-image: url(//distrec.up.ac.pa/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/google.svg);
}
.bookly-microsoft {
mask-image: url(//distrec.up.ac.pa/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/microsoft.svg);
-webkit-mask-image: url(//distrec.up.ac.pa/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/microsoft.svg);
}
.bookly-yahoo {
mask-image: url(//distrec.up.ac.pa/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/yahoo.svg);
-webkit-mask-image: url(//distrec.up.ac.pa/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/yahoo.svg);
}
.bookly-apple {
mask-image: url(//distrec.up.ac.pa/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/apple.svg);
-webkit-mask-image: url(//distrec.up.ac.pa/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/apple.svg);
} .bookly-form .fill-bookly {
fill: var(--bookly-main-color);
} .bookly-form .bookly-form-group > label,
.bookly-form .bookly-label-error,
.bookly-form .bookly-progress-tracker > .active,
.bookly-form .bookly-columnizer .bookly-hour span.bookly-waiting-list,
.bookly-form .hover\:text-bookly:hover,
.bookly-form .text-bookly:not(:hover),
.bookly-form .hover\:text-bookly:hover {
color: var(--bookly-main-color) !important;
} .bookly-form .bookly-progress-tracker > .active .step,
.bookly-form .bookly-columnizer .bookly-hour:active .bookly-hour-icon span,
.bookly-form .bookly-btn,
.bookly-form .bookly-btn:active,
.bookly-form .bookly-btn:focus,
.bookly-form .bookly-btn:hover,
.bookly-form .bookly-btn-submit,
.bookly-form .bookly-round,
.bookly-form .bookly-square,
.bookly-form .bookly-pagination > li.active,
.bookly-form .bg-bookly,
.bookly-form .hover\:bg-bookly:hover,
.bookly-form .bg-bookly-not-hover:not(:hover) {
background-color: var(--bookly-main-color) !important;
}
.bookly-form .bookly-triangle {
border-bottom-color: var(--bookly-main-color) !important;
} .bookly-form input[type="text"].bookly-error,
.bookly-form input[type="password"].bookly-error,
.bookly-form select.bookly-error,
.bookly-form textarea.bookly-error,
.bookly-form .bookly-week-days.bookly-error,
.bookly-extra-step div.bookly-extras-thumb.bookly-extras-selected {
border: 2px solid var(--bookly-main-color) !important;
} .bookly-form .bookly-columnizer .bookly-day, .bookly-form .bookly-schedule-date {
background: var(--bookly-main-color) !important;
border: 1px solid var(--bookly-main-color) !important;
}
.bookly-form .bookly-pagination > li.active a {
border: 1px solid var(--bookly-main-color) !important;
}
.bookly-form .bookly-columnizer .bookly-hour:active {
border: 2px solid var(--bookly-main-color) !important;
color: var(--bookly-main-color) !important;
}
.bookly-form .bookly-columnizer .bookly-hour:active .bookly-hour-icon {
background: none;
border: 2px solid var(--bookly-main-color) !important;
color: var(--bookly-main-color) !important;
width: auto;
height: auto;
padding: 3px;
border-radius: 25px;
margin-right: 3px;
}
.bookly-form .bookly-columnizer .bookly-hour:active .bookly-hour-icon span {
background-color: var(--bookly-main-color) !important;
width: 8px;
height: 8px;
border-radius: 10px;
display: block;
}
@media (hover) {
.bookly-form .bookly-columnizer .bookly-hour:hover {
border: 2px solid var(--bookly-main-color) !important;
color: var(--bookly-main-color) !important;
}
.bookly-form .bookly-columnizer .bookly-hour:hover .bookly-hour-icon {
background: none;
border: 2px solid var(--bookly-main-color) !important;
color: var(--bookly-main-color) !important;
}
.bookly-form .bookly-columnizer .bookly-hour:hover .bookly-hour-icon span {
background-color: var(--bookly-main-color) !important;
}
}*,::after,::before{box-sizing:border-box}body{margin:0;font-family:var(--bs-font-sans-serif);font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-secondary);background-color:#ffffff;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}hr:not([size]){height:1px}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:0.625rem;font-weight:700;line-height:1.2}.h1,h1{font-size:calc(1.375rem + 1.8vw)}@media (min-width:1200px){.h1,h1{font-size:2.8125rem}}.h2,h2{font-size:calc(1.325rem + 1.5vw)}@media (min-width:1200px){.h2,h2{font-size:2.5rem}}.h3,h3{font-size:calc(1.3rem + .7vw)}@media (min-width:1200px){.h3,h3{font-size:1.875rem}}.h4,h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){.h4,h4{font-size:1.5rem}}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:.875em}.mark,mark{padding:.2em;background-color:#fcf8e3}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:var(--bs-primary);;text-decoration:underline}a:hover{color:#024dbc}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em;-ms-overflow-style:scrollbar}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:#d63384;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:.875em;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:1em;font-weight:700}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}[list]::-webkit-calendar-picker-indicator{display:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit;white-space:normal}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-6{font-size:2.5rem}}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#6c757d}.blockquote-footer::before{content:"\2014\00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:#6c757d}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{width:100%;padding-right:1rem;padding-left:1rem;margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex:1 0 100%;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y) * -1);margin-right:calc(var(--bs-gutter-x)/ -2);margin-left:calc(var(--bs-gutter-x)/ -2)}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)/ 2);padding-left:calc(var(--bs-gutter-x)/ 2);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.333333%}.col-2{flex:0 0 auto;width:16.666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.333333%}.col-5{flex:0 0 auto;width:41.666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.333333%}.col-8{flex:0 0 auto;width:66.666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.333333%}.col-11{flex:0 0 auto;width:91.666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.333333%}.col-sm-2{flex:0 0 auto;width:16.666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.333333%}.col-sm-5{flex:0 0 auto;width:41.666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.333333%}.col-sm-8{flex:0 0 auto;width:66.666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.333333%}.col-sm-11{flex:0 0 auto;width:91.666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.333333%}.col-md-2{flex:0 0 auto;width:16.666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.333333%}.col-md-5{flex:0 0 auto;width:41.666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.333333%}.col-md-8{flex:0 0 auto;width:66.666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.333333%}.col-md-11{flex:0 0 auto;width:91.666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.333333%}.col-lg-2{flex:0 0 auto;width:16.666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.333333%}.col-lg-5{flex:0 0 auto;width:41.666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.333333%}.col-lg-8{flex:0 0 auto;width:66.666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.333333%}.col-lg-11{flex:0 0 auto;width:91.666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.333333%}.col-xl-2{flex:0 0 auto;width:16.666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.333333%}.col-xl-5{flex:0 0 auto;width:41.666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.333333%}.col-xl-8{flex:0 0 auto;width:66.666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.333333%}.col-xl-11{flex:0 0 auto;width:91.666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.333333%}.col-xxl-2{flex:0 0 auto;width:16.666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.333333%}.col-xxl-5{flex:0 0 auto;width:41.666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.333333%}.col-xxl-8{flex:0 0 auto;width:66.666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.333333%}.col-xxl-11{flex:0 0 auto;width:91.666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.333333%}.offset-xxl-2{margin-left:16.666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.333333%}.offset-xxl-5{margin-left:41.666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.333333%}.offset-xxl-8{margin-left:66.666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.333333%}.offset-xxl-11{margin-left:91.666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.table{--bs-table-bg:transparent;--bs-table-accent-bg:transparent;--bs-table-striped-color:#212529;--bs-table-striped-bg:rgba(0, 0, 0, 0.05);--bs-table-active-color:#212529;--bs-table-active-bg:rgba(0, 0, 0, 0.1);--bs-table-hover-color:#212529;--bs-table-hover-bg:rgba(0, 0, 0, 0.075);width:100%;margin-bottom:1rem;color:#212529;vertical-align:top;border-color:#dee2e6}.table>:not(caption)>*>*{padding:.5rem .5rem;background-color:var(--bs-table-bg);background-image:linear-gradient(var(--bs-table-accent-bg),var(--bs-table-accent-bg));border-bottom-width:1px}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table>:not(:last-child)>:last-child>*{border-bottom-color:currentColor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem .25rem}.table-bordered>:not(caption)>*{border-width:1px 0}.table-bordered>:not(caption)>*>*{border-width:0 1px}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-striped>tbody>tr:nth-of-type(odd){--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg:var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover{--bs-table-accent-bg:var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-bg:#bbd6fe;--bs-table-striped-bg:#b3cdf3;--bs-table-striped-color:#212529;--bs-table-active-bg:#acc4e9;--bs-table-active-color:#212529;--bs-table-hover-bg:#afc9ee;--bs-table-hover-color:#212529;color:#212529;border-color:#acc4e9}.table-secondary{--bs-table-bg:#d6d8db;--bs-table-striped-bg:#cdcfd2;--bs-table-striped-color:#212529;--bs-table-active-bg:#c4c6c9;--bs-table-active-color:#212529;--bs-table-hover-bg:#c8cbce;--bs-table-hover-color:#212529;color:#212529;border-color:#c4c6c9}.table-success{--bs-table-bg:#c3e6cb;--bs-table-striped-bg:#bbdcc3;--bs-table-striped-color:#212529;--bs-table-active-bg:#b3d3bb;--bs-table-active-color:#212529;--bs-table-hover-bg:#b7d8bf;--bs-table-hover-color:#212529;color:#212529;border-color:#b3d3bb}.table-info{--bs-table-bg:#bee5eb;--bs-table-striped-bg:#b6dbe1;--bs-table-striped-color:#212529;--bs-table-active-bg:#aed2d8;--bs-table-active-color:#212529;--bs-table-hover-bg:#b2d7dc;--bs-table-hover-color:#212529;color:#212529;border-color:#aed2d8}.table-warning{--bs-table-bg:#ffeeba;--bs-table-striped-bg:#f4e4b3;--bs-table-striped-color:#212529;--bs-table-active-bg:#e9daac;--bs-table-active-color:#212529;--bs-table-hover-bg:#eedfaf;--bs-table-hover-color:#212529;color:#212529;border-color:#e9daac}.table-danger{--bs-table-bg:#f5c6cb;--bs-table-striped-bg:#eabec3;--bs-table-striped-color:#212529;--bs-table-active-bg:#e0b6bb;--bs-table-active-color:#212529;--bs-table-hover-bg:#e5babf;--bs-table-hover-color:#212529;color:#212529;border-color:#e0b6bb}.table-light{--bs-table-bg:#f8f9fa;--bs-table-striped-bg:#edeef0;--bs-table-striped-color:#212529;--bs-table-active-bg:#e3e4e5;--bs-table-active-color:#212529;--bs-table-hover-bg:#e8e9ea;--bs-table-hover-color:#212529;color:#212529;border-color:#e3e4e5}.table-dark{--bs-table-bg:#343a40;--bs-table-striped-bg:#3e444a;--bs-table-striped-color:#fff;--bs-table-active-bg:#484e53;--bs-table-active-color:#fff;--bs-table-hover-bg:#43494e;--bs-table-hover-color:#fff;color:#fff;border-color:#484e53}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem}.form-text{margin-top:.25rem;font-size:.875em;color:#6c757d}.form-control{display:block;width:100%;min-height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control:focus{color:#495057;background-color:#fff;border-color:#8bbafe;outline:0;box-shadow:0 0 0 .2rem rgba(13,110,253,.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::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.form-control-lg{min-height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.form-control-color{max-width:3rem;padding:.375rem}.form-control-color::-moz-color-swatch{border-radius:.25rem}.form-control-color::-webkit-color-swatch{border-radius:.25rem}.form-select{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background-color:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-select:focus{border-color:#8bbafe;outline:0;box-shadow:0 0 0 .2rem rgba(13,110,253,.25)}.form-select:focus::-ms-value{color:#495057;background-color:#fff}.form-select[multiple],.form-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.form-select:disabled{color:#6c757d;background-color:#e9ecef}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.form-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.form-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.form-check{display:block;min-height:1.5rem;padding-left:1.75em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.75em}.form-check-input{width:1.25em;height:1.25em;margin-top:.125em;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid rgba(0,0,0,.25);-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;color-adjust:exact;transition:background-color .15s ease-in-out,background-position .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-check-input{transition:none}}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{-webkit-filter:brightness(90%);filter:brightness(90%)}.form-check-input:focus{border-color:#8bbafe;outline:0;box-shadow:0 0 0 .2rem rgba(13,110,253,.25)}.form-check-input:checked{background-color:var(--bs-primary);;border-color:var(--bs-primary);}.form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate{background-color:var(--bs-primary);;border-color:var(--bs-primary);;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-input:disabled{pointer-events:none;-webkit-filter:none;filter:none;opacity:.5}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{width:2em;margin-left:-2.5em;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");background-position:left center;border-radius:2em}.form-switch .form-check-input:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%238bbafe'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.form-file{--bs-form-file-height:calc(1.5em + 0.75rem + 2px);position:relative}.form-file-input{position:relative;z-index:2;width:100%;height:var(--bs-form-file-height);margin:0;opacity:0}.form-file-input:focus-within~.form-file-label{border-color:#8bbafe;box-shadow:0 0 0 .2rem rgba(13,110,253,.25)}.form-file-input:disabled~.form-file-label .form-file-text,.form-file-input[disabled]~.form-file-label .form-file-text{background-color:#e9ecef}.form-file-label{position:absolute;top:0;right:0;left:0;z-index:1;display:flex;height:var(--bs-form-file-height);border-color:#ced4da;border-radius:.25rem}.form-file-text{display:block;flex-grow:1;padding:.375rem .75rem;overflow:hidden;font-weight:400;line-height:1.5;color:#495057;text-overflow:ellipsis;white-space:nowrap;background-color:#fff;border-color:inherit;border-style:solid;border-width:1px;border-top-left-radius:inherit;border-bottom-left-radius:inherit}.form-file-button{display:block;flex-shrink:0;padding:.375rem .75rem;margin-left:-1px;line-height:1.5;color:#495057;background-color:#e9ecef;border-color:inherit;border-style:solid;border-width:1px;border-top-right-radius:inherit;border-bottom-right-radius:inherit}.form-file-sm{--bs-form-file-height:calc(1.5em + 0.5rem + 2px);font-size:.875rem}.form-file-sm .form-file-button,.form-file-sm .form-file-text{padding:.25rem .5rem}.form-file-lg{--bs-form-file-height:calc(1.5em + 1rem + 2px);font-size:1.25rem}.form-file-lg .form-file-button,.form-file-lg .form-file-text{padding:.5rem 1rem}.form-range{width:100%;height:1.4rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(13,110,253,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(13,110,253,.25)}.form-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(13,110,253,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:var(--bs-primary);;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#bed8fe}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:var(--bs-primary);;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#bed8fe}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:var(--bs-primary);;border:0;border-radius:1rem;-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-ms-thumb{-ms-transition:none;transition:none}}.form-range::-ms-thumb:active{background-color:#bed8fe}.form-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.form-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.form-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.form-range:disabled::-moz-range-thumb{background-color:#adb5bd}.form-range:disabled::-ms-thumb{background-color:#adb5bd}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-file,.input-group>.form-select{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-file .form-file-input:focus~.form-file-label,.input-group>.form-select:focus{z-index:3}.input-group>.form-file>.form-file-input:focus{z-index:4}.input-group>.form-file:not(:last-child)>.form-file-label{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.form-file:not(:first-child)>.form-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:3}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;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:.25rem}.input-group-lg>.form-control{min-height:calc(1.5em + 1rem + 2px)}.input-group-lg>.form-select{height:calc(1.5em + 1rem + 2px)}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.input-group-sm>.form-control{min-height:calc(1.5em + .5rem + 2px)}.input-group-sm>.form-select{height:calc(1.5em + .5rem + 2px)}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:1.75rem}.input-group>.dropdown-toggle:nth-last-child(n+3),.input-group>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#28a745}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#28a745;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:#28a745;padding-right:calc(.75em + 2.3125rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-position:right .75rem center,center right 1.75rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:#28a745}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:#28a745}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.form-file-input.is-valid~.form-file-label,.was-validated .form-file-input:valid~.form-file-label{border-color:#28a745}.form-file-input.is-valid:focus~.form-file-label,.was-validated .form-file-input:valid:focus~.form-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:#dc3545;padding-right:calc(.75em + 2.3125rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-position:right .75rem center,center right 1.75rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:#dc3545}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:#dc3545}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.form-file-input.is-invalid~.form-file-label,.was-validated .form-file-input:invalid~.form-file-label{border-color:#dc3545}.form-file-input.is-invalid:focus~.form-file-label,.was-validated .form-file-input:invalid:focus~.form-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.btn,.more-link{display:inline-block;font-weight:600;line-height:1.35;color:#212529;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:2px solid transparent;padding:0.688rem 1.375rem;letter-spacing:0.01rem;font-size:1.125rem;border-radius:6.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}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529}.btn-check:focus+.btn,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(13,110,253,.25)}.btn.disabled,.btn:disabled,fieldset:disabled .btn{pointer-events:none;opacity:.65}.btn-primary{color:#fff;background-color:var(--bs-primary);;border-color:var(--bs-primary);}.btn-primary:hover{color:#fff;background-color:var(--bs-primary);border-color:var(--bs-primary)}.btn-check:focus+.btn-primary,.btn-primary:focus{color:#fff;background-color:var(--bs-primary);border-color:var(--bs-primary);box-shadow:0 0 0 .2rem rgba(49,132,253,.5)}.btn-check:active+.btn-primary,.btn-check:checked+.btn-primary,.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:var(--bs-primary);border-color:#0252c9}.btn-check:active+.btn-primary:focus,.btn-check:checked+.btn-primary:focus,.btn-primary.active:focus,.btn-primary:active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(49,132,253,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:var(--bs-primary);;border-color:var(--bs-primary);}.btn-secondary{color:#fff;background-color:var(--bs-secondary);border-color:var(--bs-secondary)}.btn-secondary:hover{color:#fff;background-color:var(--bs-secondary);border-color:var(--bs-secondary)}.btn-check:focus+.btn-secondary,.btn-secondary:focus{color:#fff;background-color:var(--bs-secondary);border-color:var(--bs-secondary);box-shadow:0 0 0 .2rem var(--bs-primary-shadow)}.btn-check:active+.btn-secondary,.btn-check:checked+.btn-secondary,.btn-secondary.active,.btn-secondary:active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:var(--bs-secondary);border-color:var(--bs-secondary)}.btn-check:active+.btn-secondary:focus,.btn-check:checked+.btn-secondary:focus,.btn-secondary.active:focus,.btn-secondary:active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem var(--bs-primary-shadow)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-check:focus+.btn-success,.btn-success:focus{color:#fff;background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-check:active+.btn-success,.btn-check:checked+.btn-success,.btn-success.active,.btn-success:active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-check:active+.btn-success:focus,.btn-check:checked+.btn-success:focus,.btn-success.active:focus,.btn-success:active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-check:focus+.btn-info,.btn-info:focus{color:#fff;background-color:#138496;border-color:#117a8b;box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-check:active+.btn-info,.btn-check:checked+.btn-info,.btn-info.active,.btn-info:active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-check:active+.btn-info:focus,.btn-check:checked+.btn-info:focus,.btn-info.active:focus,.btn-info:active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-check:focus+.btn-warning,.btn-warning:focus{color:#212529;background-color:#e0a800;border-color:#d39e00;box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-check:active+.btn-warning,.btn-check:checked+.btn-warning,.btn-warning.active,.btn-warning:active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-check:active+.btn-warning:focus,.btn-check:checked+.btn-warning:focus,.btn-warning.active:focus,.btn-warning:active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-check:focus+.btn-danger,.btn-danger:focus{color:#fff;background-color:#c82333;border-color:#bd2130;box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-check:active+.btn-danger,.btn-check:checked+.btn-danger,.btn-danger.active,.btn-danger:active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-check:active+.btn-danger:focus,.btn-check:checked+.btn-danger:focus,.btn-danger.active:focus,.btn-danger:active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-check:focus+.btn-light,.btn-light:focus{color:#212529;background-color:#e2e6ea;border-color:#dae0e5;box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-check:active+.btn-light,.btn-check:checked+.btn-light,.btn-light.active,.btn-light:active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-check:active+.btn-light:focus,.btn-check:checked+.btn-light:focus,.btn-light.active:focus,.btn-light:active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-check:focus+.btn-dark,.btn-dark:focus{color:#fff;background-color:#23272b;border-color:#1d2124;box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-check:active+.btn-dark,.btn-check:checked+.btn-dark,.btn-dark.active,.btn-dark:active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-check:active+.btn-dark:focus,.btn-check:checked+.btn-dark:focus,.btn-dark.active:focus,.btn-dark:active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-primary{color:var(--bs-primary);;border-color:var(--bs-primary);}.btn-outline-primary:hover{color:#fff;background-color:var(--bs-primary);;border-color:var(--bs-primary);}.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(13,110,253,.5)}.btn-check:active+.btn-outline-primary,.btn-check:checked+.btn-outline-primary,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show,.btn-outline-primary:active{color:#fff;background-color:var(--bs-primary);;border-color:var(--bs-primary);}.btn-check:active+.btn-outline-primary:focus,.btn-check:checked+.btn-outline-primary:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus,.btn-outline-primary:active:focus{box-shadow:0 0 0 .2rem rgba(13,110,253,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:var(--bs-primary);;background-color:transparent}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-check:active+.btn-outline-secondary,.btn-check:checked+.btn-outline-secondary,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show,.btn-outline-secondary:active{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-check:active+.btn-outline-secondary:focus,.btn-check:checked+.btn-outline-secondary:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus,.btn-outline-secondary:active:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-success{color:#28a745;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-check:focus+.btn-outline-success,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-check:active+.btn-outline-success,.btn-check:checked+.btn-outline-success,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show,.btn-outline-success:active{color:#fff;background-color:#28a745;border-color:#28a745}.btn-check:active+.btn-outline-success:focus,.btn-check:checked+.btn-outline-success:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus,.btn-outline-success:active:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-check:focus+.btn-outline-info,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-check:active+.btn-outline-info,.btn-check:checked+.btn-outline-info,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show,.btn-outline-info:active{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-check:active+.btn-outline-info:focus,.btn-check:checked+.btn-outline-info:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus,.btn-outline-info:active:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-check:focus+.btn-outline-warning,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-check:active+.btn-outline-warning,.btn-check:checked+.btn-outline-warning,.btn-outline-warning.active,.btn-outline-warning.dropdown-toggle.show,.btn-outline-warning:active{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-check:active+.btn-outline-warning:focus,.btn-check:checked+.btn-outline-warning:focus,.btn-outline-warning.active:focus,.btn-outline-warning.dropdown-toggle.show:focus,.btn-outline-warning:active:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-check:active+.btn-outline-danger,.btn-check:checked+.btn-outline-danger,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show,.btn-outline-danger:active{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:active+.btn-outline-danger:focus,.btn-check:checked+.btn-outline-danger:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus,.btn-outline-danger:active:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-check:focus+.btn-outline-light,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-check:active+.btn-outline-light,.btn-check:checked+.btn-outline-light,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show,.btn-outline-light:active{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-check:active+.btn-outline-light:focus,.btn-check:checked+.btn-outline-light:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus,.btn-outline-light:active:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-dark{color:#343a40;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-check:active+.btn-outline-dark,.btn-check:checked+.btn-outline-dark,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show,.btn-outline-dark:active{color:#fff;background-color:#343a40;border-color:#343a40}.btn-check:active+.btn-outline-dark:focus,.btn-check:checked+.btn-outline-dark:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus,.btn-outline-dark:active:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-link{font-weight:600;color:var(--bs-primary);;text-decoration:underline}.btn-link:hover,.btn-link:focus{color:var(--bs-primary)}.btn-link.disabled,.btn-link:disabled{color:#6c757d}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}@media (min-width:1400px){.dropdown-menu-xxl-left{right:auto;left:0}.dropdown-menu-xxl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1rem;clear:both;font-weight:400;color:#212529;text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:var(--bs-primary);}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;flex:1 1 auto}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropleft .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{margin-bottom:-1px;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:var(--bs-primary);}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding-top:.5rem;padding-bottom:.5rem}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;text-decoration:none;white-space:nowrap}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{align-items:center;width:100%}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem;transition:box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 .2rem}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-repeat:no-repeat;background-position:center;background-size:100%}@media (min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm .navbar-collapse{display:flex!important}.navbar-expand-sm .navbar-toggler{display:none}}@media (min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md .navbar-collapse{display:flex!important}.navbar-expand-md .navbar-toggler{display:none}}@media (min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg .navbar-collapse{display:flex!important}.navbar-expand-lg .navbar-toggler{display:none}}@media (min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl .navbar-collapse{display:flex!important}.navbar-expand-xl .navbar-toggler{display:none}}@media (min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xxl .navbar-collapse{display:flex!important}.navbar-expand-xxl .navbar-toggler{display:none}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand .navbar-collapse{display:flex!important}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.55)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.55);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,.55)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.55)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.55);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:rgba(255,255,255,.55)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:1rem 1rem}.card-title{margin-bottom:.5rem}.card-subtitle{margin-top:-.25rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1rem}.card-header{padding:.5rem 1rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.5rem 1rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.5rem;margin-bottom:-.5rem;margin-left:-.5rem;border-bottom:0}.card-header-pills{margin-right:-.5rem;margin-left:-.5rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1rem;border-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-group>.card{margin-bottom:.75rem}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.accordion .card{overflow:hidden}.accordion .card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion .card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion .card>.card-header{border-radius:0;margin-bottom:-1px}.breadcrumb{display:flex;flex-wrap:wrap;padding:.5rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item{display:flex}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item.active{color:#6c757d}.pagination{display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;color:var(--bs-primary);;text-decoration:none;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#024dbc;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .2rem rgba(13,110,253,.25)}.page-item:not(:first-child) .page-link{margin-left:-1px}.page-item.active .page-link{z-index:3;color:#fff;background-color:var(--bs-primary);;border-color:var(--bs-primary);}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;background-color:#fff;border-color:#dee2e6}.page-link{padding:.375rem .75rem}.page-item:first-child .page-link{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .5em;font-size:.75em;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{position:relative;padding:1rem 1rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:3.5rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:1rem 1rem;color:inherit}.alert-primary{color:#073984;background-color:#cfe2ff;border-color:#bbd6fe}.alert-primary .alert-link{color:#042454}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{0%{background-position-x:1rem}}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress{display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:var(--bs-primary);;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.5rem 1rem;text-decoration:none;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:var(--bs-primary);;border-color:var(--bs-primary);}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#073984;background-color:#bbd6fe}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#073984;background-color:#a2c7fe}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#073984;border-color:#073984}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{font-size:calc(1.275rem + .3vw);font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}@media (min-width:1200px){.close{font-size:1.5rem}}.close:hover{color:#000;text-decoration:none}.close:focus,.close:hover{opacity:.75}.close.disabled,.close:disabled{pointer-events:none}button.close{padding:0;background-color:transparent;border:0}.toast{max-width:350px;overflow:hidden;font-size:.875rem;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .5rem 1rem rgba(0,0,0,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;border-radius:.25rem}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:flex;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05)}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;flex-shrink:0;align-items:flex-start;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;flex-shrink:0;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}.modal-fullscreen .modal-footer{border-radius:0}@media (max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}.modal-fullscreen-sm-down .modal-footer{border-radius:0}}@media (max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}.modal-fullscreen-md-down .modal-footer{border-radius:0}}@media (max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}.modal-fullscreen-lg-down .modal-footer{border-radius:0}}@media (max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}.modal-fullscreen-xl-down .modal-footer{border-radius:0}}@media (max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}.modal-fullscreen-xxl-down .modal-footer{border-radius:0}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .tooltip-arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .tooltip-arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .tooltip-arrow::before,.bs-tooltip-top .tooltip-arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .tooltip-arrow,.bs-tooltip-right .tooltip-arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .tooltip-arrow::before,.bs-tooltip-right .tooltip-arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .tooltip-arrow::before,.bs-tooltip-bottom .tooltip-arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .tooltip-arrow,.bs-tooltip-left .tooltip-arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .tooltip-arrow::before,.bs-tooltip-left .tooltip-arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .popover-arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .popover-arrow::after,.popover .popover-arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top]>.popover-arrow::after,.bs-popover-top>.popover-arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right]>.popover-arrow,.bs-popover-right>.popover-arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right]>.popover-arrow::before,.bs-popover-right>.popover-arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right]>.popover-arrow::after,.bs-popover-right>.popover-arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom]>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left]>.popover-arrow,.bs-popover-left>.popover-arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left]>.popover-arrow::before,.bs-popover-left>.popover-arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left]>.popover-arrow::after,.bs-popover-left>.popover-arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem 1rem;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:1rem 1rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}@-webkit-keyframes spinner-border{to{transform:rotate(360deg)}}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:spinner-grow .75s linear infinite;animation:spinner-grow .75s linear infinite}.spinner-grow-sm{width:1rem;height:1rem}.clearfix::after{display:block;clear:both;content:""}.link-primary{color:var(--bs-primary);}.link-primary:focus,.link-primary:hover{color:#024dbc}.link-secondary{color:#6c757d}.link-secondary:focus,.link-secondary:hover{color:#494f54}.link-success{color:#28a745}.link-success:focus,.link-success:hover{color:#19692c}.link-info{color:#17a2b8}.link-info:focus,.link-info:hover{color:#0f6674}.link-warning{color:#ffc107}.link-warning:focus,.link-warning:hover{color:#ba8b00}.link-danger{color:#dc3545}.link-danger:focus,.link-danger:hover{color:#a71d2a}.link-light{color:#f8f9fa}.link-light:focus,.link-light:hover{color:#cbd3da}.link-dark{color:#343a40}.link-dark:focus,.link-dark:hover{color:#121416}.embed-responsive{position:relative;width:100%}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;left:0;width:100%;height:100%}.embed-responsive-21by9::before{padding-top:42.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}@media (min-width:576px){.sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:768px){.sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:992px){.sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1200px){.sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1400px){.sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only,.sr-only-focusable:not(:focus){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.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}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.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}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow: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:-webkit-sticky!important;position:sticky!important}.border{border:1px solid #dee2e6!important}.border-0{border:0!important}.border-top{border-top:1px solid #dee2e6!important}.border-top-0{border-top:0!important}.border-right{border-right:1px solid #dee2e6!important}.border-right-0{border-right:0!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-bottom-0{border-bottom:0!important}.border-left{border-left:1px solid #dee2e6!important}.border-left-0{border-left:0!important}.border-primary{border-color:var(--bs-primary);!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}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.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-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!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}.justify-content-evenly{justify-content:space-evenly!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}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.mr-0{margin-right:0!important}.mr-1{margin-right:.25rem!important}.mr-2{margin-right:.5rem!important}.mr-3{margin-right:1rem!important}.mr-4{margin-right:1.5rem!important}.mr-5{margin-right:3rem!important}.mr-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ml-0{margin-left:0!important}.ml-1{margin-left:.25rem!important}.ml-2{margin-left:.5rem!important}.ml-3{margin-left:1rem!important}.ml-4{margin-left:1.5rem!important}.ml-5{margin-left:3rem!important}.ml-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pr-0{padding-right:0!important}.pr-1{padding-right:.25rem!important}.pr-2{padding-right:.5rem!important}.pr-3{padding-right:1rem!important}.pr-4{padding-right:1.5rem!important}.pr-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.pl-0{padding-left:0!important}.pl-1{padding-left:.25rem!important}.pl-2{padding-left:.5rem!important}.pl-3{padding-left:1rem!important}.pl-4{padding-left:1.5rem!important}.pl-5{padding-left:3rem!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:500!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}.text-primary{color:var(--bs-primary)}.text-secondary{color:var(--bs-secondary)}.text-success{color:#28a745!important}.text-info{color:#17a2b8!important}.text-warning{color:#ffc107!important}.text-danger{color:#dc3545!important}.text-light{color:#f8f9fa!important}.text-dark{color:#343a40!important}.text-white{color:#fff!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:rgba(255,255,255,.5)!important}.text-reset{color:inherit!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.bg-primary{background-color:var(--bs-primary)}.bg-secondary{background-color:var(--bs-secondary)}.bg-success{background-color:#28a745!important}.bg-info{background-color:#17a2b8!important}.bg-warning{background-color:#ffc107!important}.bg-danger{background-color:#dc3545!important}.bg-light{background-color:#f8f9fa!important}.bg-dark{background-color:#343a40!important}.bg-body{background-color:#fff!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.bg-gradient{background-image:var(--bs-gradient)!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.font-italic{font-style:italic!important}.font-normal{font-style:normal!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;-ms-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;-ms-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:.25rem!important}.rounded-sm{border-radius:.2rem!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-bottom-left-radius:.25rem!important;border-top-left-radius:.25rem!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}.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}.flex-sm-fill{flex:1 1 auto!important}.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-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!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}.justify-content-sm-evenly{justify-content:space-evenly!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}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.mr-sm-0{margin-right:0!important}.mr-sm-1{margin-right:.25rem!important}.mr-sm-2{margin-right:.5rem!important}.mr-sm-3{margin-right:1rem!important}.mr-sm-4{margin-right:1.5rem!important}.mr-sm-5{margin-right:3rem!important}.mr-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ml-sm-0{margin-left:0!important}.ml-sm-1{margin-left:.25rem!important}.ml-sm-2{margin-left:.5rem!important}.ml-sm-3{margin-left:1rem!important}.ml-sm-4{margin-left:1.5rem!important}.ml-sm-5{margin-left:3rem!important}.ml-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pr-sm-0{padding-right:0!important}.pr-sm-1{padding-right:.25rem!important}.pr-sm-2{padding-right:.5rem!important}.pr-sm-3{padding-right:1rem!important}.pr-sm-4{padding-right:1.5rem!important}.pr-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.pl-sm-0{padding-left:0!important}.pl-sm-1{padding-left:.25rem!important}.pl-sm-2{padding-left:.5rem!important}.pl-sm-3{padding-left:1rem!important}.pl-sm-4{padding-left:1.5rem!important}.pl-sm-5{padding-left:3rem!important}.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}.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}.flex-md-fill{flex:1 1 auto!important}.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-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!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}.justify-content-md-evenly{justify-content:space-evenly!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}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.mr-md-0{margin-right:0!important}.mr-md-1{margin-right:.25rem!important}.mr-md-2{margin-right:.5rem!important}.mr-md-3{margin-right:1rem!important}.mr-md-4{margin-right:1.5rem!important}.mr-md-5{margin-right:3rem!important}.mr-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ml-md-0{margin-left:0!important}.ml-md-1{margin-left:.25rem!important}.ml-md-2{margin-left:.5rem!important}.ml-md-3{margin-left:1rem!important}.ml-md-4{margin-left:1.5rem!important}.ml-md-5{margin-left:3rem!important}.ml-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pr-md-0{padding-right:0!important}.pr-md-1{padding-right:.25rem!important}.pr-md-2{padding-right:.5rem!important}.pr-md-3{padding-right:1rem!important}.pr-md-4{padding-right:1.5rem!important}.pr-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.pl-md-0{padding-left:0!important}.pl-md-1{padding-left:.25rem!important}.pl-md-2{padding-left:.5rem!important}.pl-md-3{padding-left:1rem!important}.pl-md-4{padding-left:1.5rem!important}.pl-md-5{padding-left:3rem!important}.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}.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}.flex-lg-fill{flex:1 1 auto!important}.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-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!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}.justify-content-lg-evenly{justify-content:space-evenly!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}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.mr-lg-0{margin-right:0!important}.mr-lg-1{margin-right:.25rem!important}.mr-lg-2{margin-right:.5rem!important}.mr-lg-3{margin-right:1rem!important}.mr-lg-4{margin-right:1.5rem!important}.mr-lg-5{margin-right:3rem!important}.mr-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ml-lg-0{margin-left:0!important}.ml-lg-1{margin-left:.25rem!important}.ml-lg-2{margin-left:.5rem!important}.ml-lg-3{margin-left:1rem!important}.ml-lg-4{margin-left:1.5rem!important}.ml-lg-5{margin-left:3rem!important}.ml-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pr-lg-0{padding-right:0!important}.pr-lg-1{padding-right:.25rem!important}.pr-lg-2{padding-right:.5rem!important}.pr-lg-3{padding-right:1rem!important}.pr-lg-4{padding-right:1.5rem!important}.pr-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.pl-lg-0{padding-left:0!important}.pl-lg-1{padding-left:.25rem!important}.pl-lg-2{padding-left:.5rem!important}.pl-lg-3{padding-left:1rem!important}.pl-lg-4{padding-left:1.5rem!important}.pl-lg-5{padding-left:3rem!important}.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}.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}.flex-xl-fill{flex:1 1 auto!important}.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-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!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}.justify-content-xl-evenly{justify-content:space-evenly!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}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.mr-xl-0{margin-right:0!important}.mr-xl-1{margin-right:.25rem!important}.mr-xl-2{margin-right:.5rem!important}.mr-xl-3{margin-right:1rem!important}.mr-xl-4{margin-right:1.5rem!important}.mr-xl-5{margin-right:3rem!important}.mr-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ml-xl-0{margin-left:0!important}.ml-xl-1{margin-left:.25rem!important}.ml-xl-2{margin-left:.5rem!important}.ml-xl-3{margin-left:1rem!important}.ml-xl-4{margin-left:1.5rem!important}.ml-xl-5{margin-left:3rem!important}.ml-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pr-xl-0{padding-right:0!important}.pr-xl-1{padding-right:.25rem!important}.pr-xl-2{padding-right:.5rem!important}.pr-xl-3{padding-right:1rem!important}.pr-xl-4{padding-right:1.5rem!important}.pr-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.pl-xl-0{padding-left:0!important}.pl-xl-1{padding-left:.25rem!important}.pl-xl-2{padding-left:.5rem!important}.pl-xl-3{padding-left:1rem!important}.pl-xl-4{padding-left:1.5rem!important}.pl-xl-5{padding-left:3rem!important}.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width:1400px){.float-xxl-left{float:left!important}.float-xxl-right{float:right!important}.float-xxl-none{float:none!important}.d-xxl-none{display:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.mr-xxl-0{margin-right:0!important}.mr-xxl-1{margin-right:.25rem!important}.mr-xxl-2{margin-right:.5rem!important}.mr-xxl-3{margin-right:1rem!important}.mr-xxl-4{margin-right:1.5rem!important}.mr-xxl-5{margin-right:3rem!important}.mr-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ml-xxl-0{margin-left:0!important}.ml-xxl-1{margin-left:.25rem!important}.ml-xxl-2{margin-left:.5rem!important}.ml-xxl-3{margin-left:1rem!important}.ml-xxl-4{margin-left:1.5rem!important}.ml-xxl-5{margin-left:3rem!important}.ml-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pr-xxl-0{padding-right:0!important}.pr-xxl-1{padding-right:.25rem!important}.pr-xxl-2{padding-right:.5rem!important}.pr-xxl-3{padding-right:1rem!important}.pr-xxl-4{padding-right:1.5rem!important}.pr-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.pl-xxl-0{padding-left:0!important}.pl-xxl-1{padding-left:.25rem!important}.pl-xxl-2{padding-left:.5rem!important}.pl-xxl-3{padding-left:1rem!important}.pl-xxl-4{padding-left:1.5rem!important}.pl-xxl-5{padding-left:3rem!important}.text-xxl-left{text-align:left!important}.text-xxl-right{text-align:right!important}.text-xxl-center{text-align:center!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}}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//distrec.up.ac.pa/wp-content/themes/flixita/assets/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%} .owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme:not(.home-slider) .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:28px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791} .owl-origin{-webkit-perspective:1200px;-webkit-perspective-origin-x:50%;-webkit-perspective-origin-y:50%;-moz-perspective:1200px;-moz-perspective-origin-x:50%;-moz-perspective-origin-y:50%;perspective:1200px}.owl-fade-out{z-index:10;-webkit-animation:fadeOut .7s both ease;-moz-animation:fadeOut .7s both ease;animation:fadeOut .7s both ease}.owl-fade-in{-webkit-animation:fadeIn .7s both ease;-moz-animation:fadeIn .7s both ease;animation:fadeIn .7s both ease}.owl-backSlide-out{-webkit-animation:backSlideOut 1s both ease;-moz-animation:backSlideOut 1s both ease;animation:backSlideOut 1s both ease}.owl-backSlide-in{-webkit-animation:backSlideIn 1s both ease;-moz-animation:backSlideIn 1s both ease;animation:backSlideIn 1s both ease}.owl-goDown-out{-webkit-animation:scaleToFade .7s ease both;-moz-animation:scaleToFade .7s ease both;animation:scaleToFade .7s ease both}.owl-goDown-in{-webkit-animation:goDown .6s ease both;-moz-animation:goDown .6s ease both;animation:goDown .6s ease both}.owl-fadeUp-in{-webkit-animation:scaleUpFrom .5s ease both;-moz-animation:scaleUpFrom .5s ease both;animation:scaleUpFrom .5s ease both}.owl-fadeUp-out{-webkit-animation:scaleUpTo .5s ease both;-moz-animation:scaleUpTo .5s ease both;animation:scaleUpTo .5s ease both}@-webkit-keyframes empty{0%{opacity:1}}@-moz-keyframes empty{0%{opacity:1}}@keyframes empty{0%{opacity:1}}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-moz-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-moz-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes backSlideOut{25%{opacity:.5;-webkit-transform:translateZ(-500px)}75%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(-200%)}100%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(-200%)}}@-moz-keyframes backSlideOut{25%{opacity:.5;-moz-transform:translateZ(-500px)}75%{opacity:.5;-moz-transform:translateZ(-500px) translateX(-200%)}100%{opacity:.5;-moz-transform:translateZ(-500px) translateX(-200%)}}@keyframes backSlideOut{25%{opacity:.5;transform:translateZ(-500px)}75%{opacity:.5;transform:translateZ(-500px) translateX(-200%)}100%{opacity:.5;transform:translateZ(-500px) translateX(-200%)}}@-webkit-keyframes backSlideIn{0%,25%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;-webkit-transform:translateZ(-500px)}100%{opacity:1;-webkit-transform:translateZ(0) translateX(0)}}@-moz-keyframes backSlideIn{0%,25%{opacity:.5;-moz-transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;-moz-transform:translateZ(-500px)}100%{opacity:1;-moz-transform:translateZ(0) translateX(0)}}@keyframes backSlideIn{0%,25%{opacity:.5;transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;transform:translateZ(-500px)}100%{opacity:1;transform:translateZ(0) translateX(0)}}@-webkit-keyframes scaleToFade{to{opacity:0;-webkit-transform:scale(.8)}}@-moz-keyframes scaleToFade{to{opacity:0;-moz-transform:scale(.8)}}@keyframes scaleToFade{to{opacity:0;transform:scale(.8)}}@-webkit-keyframes goDown{from{-webkit-transform:translateY(-100%)}}@-moz-keyframes goDown{from{-moz-transform:translateY(-100%)}}@keyframes goDown{from{transform:translateY(-100%)}}@-webkit-keyframes scaleUpFrom{from{opacity:0;-webkit-transform:scale(1.5)}}@-moz-keyframes scaleUpFrom{from{opacity:0;-moz-transform:scale(1.5)}}@keyframes scaleUpFrom{from{opacity:0;transform:scale(1.5)}}@-webkit-keyframes scaleUpTo{to{opacity:0;-webkit-transform:scale(1.5)}}@-moz-keyframes scaleUpTo{to{opacity:0;-moz-transform:scale(1.5)}}@keyframes scaleUpTo{to{opacity:0;transform:scale(1.5)}}@font-face{font-family:'FontAwesome';src:url(//distrec.up.ac.pa/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//distrec.up.ac.pa/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//distrec.up.ac.pa/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//distrec.up.ac.pa/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//distrec.up.ac.pa/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//distrec.up.ac.pa/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.flipOutX,.animated.flipOutY,.animated.bounceIn,.animated.bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{from,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{from,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{from,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{from,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes pulse{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,0.75,1);transform:scale3d(1.25,0.75,1)}40%{-webkit-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,0.85,1);transform:scale3d(1.15,0.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes rubberBand{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,0.75,1);transform:scale3d(1.25,0.75,1)}40%{-webkit-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,0.85,1);transform:scale3d(1.15,0.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes tada{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{from{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{-webkit-transform:none;transform:none}}@keyframes wobble{from{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{from,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-0.78125deg) skewY(-0.78125deg);transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{-webkit-transform:skewX(0.390625deg) skewY(0.390625deg);transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{-webkit-transform:skewX(-0.1953125deg) skewY(-0.1953125deg);transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}@keyframes jello{from,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-0.78125deg) skewY(-0.78125deg);transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{-webkit-transform:skewX(0.390625deg) skewY(0.390625deg);transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{-webkit-transform:skewX(-0.1953125deg) skewY(-0.1953125deg);transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{from,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{from,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInDown{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInRight{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}

:root {
--bs-black:#000000;
--bs-blue:#0d6efd;
--bs-indigo:#6610f2;
--bs-purple:#6f42c1;
--bs-pink:#d63384;
--bs-red:#dc221c;
--bs-orange:#fd7e14;
--bs-orange-dark:#ee4a34;
--bs-orange-dark-light:#fae4df;
--bs-yellow:#ffcc00;
--bs-green:#28a745;
--bs-teal:#20c997;
--bs-cyan:#17a2b8;
--bs-white:#ffffff;
--bs-gray:#dedede;
--bs-gray-light: #f7f7f7;
--bs-gray-dark:#343a40;
--bs-primary:#ff5d00;
--bs-primary-dark:#025ce2;
--bs-primary-light: #ff3e551f;
--bs-primary-shadow:rgb(0 123 255 / 0.5);
--bs-secondary:#01012f;
--bs-secondary-dark: #000000;
--bs-gray-500: #f2f2f2;
--bs-gray-500-thumb: #c2c2c2;
--bs-success:#28a745;
--bs-info:#17a2b8;
--bs-warning:#ffc107;
--bs-danger:#dc3545;
--bs-light:#f8f9fa;
--bs-dark:#343a40;
--bs-font-sans-serif:"Source Sans Pro",system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
--bs-font-awesome: "FontAwesome";
--bs-gradient:linear-gradient(180deg,rgba(255,255,255,0.15),rgba(255,255,255,0));
--bs-gradient-image:linear-gradient(180deg,rgba(255,255,255,0.15),rgba(255,255,255,0));
--bs-shadow: 2px 5px 20px rgba(0, 0, 0, .2);
--bs-radius: 0.1875rem;
--bs-theme-radius: 6.25rem;
--bs-transition: all .35s cubic-bezier(.645,.045,.355,1);
--bs-transition-slow: all .55s cubic-bezier(.645,.045,.355,1);
--bs-transition-very-slow: all .75s cubic-bezier(.645,.045,.355,1);
}
.bg-primary-light {
background-color: var(--bs-primary-light);
}  ::-webkit-selection {
background-color: var(--bs-primary);
color: var(--bs-white);
}
::selection {
background-color: var(--bs-primary);
color: var(--bs-white);
}  ::-webkit-scrollbar {
width: 0.625rem;
background-color: var(--bs-gray-500);
}
::-webkit-scrollbar-thumb {
background-color: var(--bs-gray-500-thumb);
border-radius: 0.625rem;
}
::-webkit-scrollbar-corner {
background-color: var(--bs-gray-500);
} .navigation-wrapper {
width: 100%;
}
.overlay-enabled {
overflow: hidden;
}
.main-header {
position: relative;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
background: var(--bs-white);
-webkit-transition: min-height 0.3s ease;
transition: min-height 0.3s ease;
width: 100%;
z-index: 3;
}
@media only screen and (min-width: 783px) {
body.admin-bar .main-header .is-sticky-menu {
top: 32px;
}
}
@media only screen and (max-width: 782px) and (min-width: 601px) {
body.admin-bar .main-header .is-sticky-menu {
top: 46px;
}
}
h4.site-title::first-letter {
color: var(--bs-primary);
}
.logo a, .mobile-logo a, .site-title {
display: block;
font-size: 30px;
font-weight: 700;
line-height: 1.2;
white-space: normal;
width: 100%;
max-width: max-content;
height: auto;
text-decoration: none !important;
}
.logo a, .mobile-logo a {
margin: auto 0;
}
a.site-title {
margin: auto 0 0;
}
.site-first-letter,
.site-last-letter {
color: var(--bs-primary);
font-weight: bolder;
}
.logo a:focus {
outline-width: 1px;
outline-style: dotted;
}
.site-description {
width: 100%;
display: block;
font-size: 0.656rem;
font-weight: 500;
line-height: 1.2;
white-space: normal;
margin: 0;
margin-top: 0.35rem;
}
.navbar-brand {
padding: 0;
}
.logo img {
width: 100%;
float: none;
margin: 0;
}
.main-navigation {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
flex-wrap: wrap;
min-height: 101px;
}
.navbar-area {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-pack: end;
justify-content: flex-end;
-ms-flex-item-align: stretch;
align-self: stretch;
width: 100%;
height: 100%;
}
.main-navbar {
text-align: right;
position: relative;
}
.not-included {
color: red;
display: block;
font-size: 0.7em;
line-height: 1;
padding: 0 0 5px 0;
margin-top: 1px;
}
.main-mobile-build .not-included {
margin-top: -6px;
}
.main-navbar .main-menu > li > a > .not-included {
position: absolute;
left: 0;
right: 0;
margin: 0 auto;
text-align: center;
max-width: 100%;
z-index: 1;
bottom: -5px;
}
.main-header .widget_nav_menu li > a > .not-included,
.main-footer .widget_nav_menu li > a > .not-included,
.main-footer .main-menu > li > a > .not-included {
display: contents;
line-height: 0;
width: 100%;
}
.main-footer .main-menu > li > a > .badge,
.main-navbar .main-menu > li > a > .badge {
position: absolute;
top: 1.25rem;
right: 0;
}
.badge {
position: relative;
}
.main-navbar ul.main-menu {
display: inline-block;
}
ul.main-menu {
list-style: none;
margin: 0px;
padding: 0px;
display: block;
}
ul.main-menu li {
list-style: none;
}
.main-menu > li > a,
.dropdown-menu li a {
position: relative;
display: block;
font-size: 1.125rem;
font-weight: 600;
letter-spacing: 0.3px;
text-align: inherit;
text-decoration: none;
z-index: 0;
}
.main-mobile-menu .main-menu > li > a,
.main-mobile-menu .dropdown-menu li a {
line-height: 2.8125rem;
}
.main-navbar:not(.breadcrumb-menu) .main-menu > li > a {
line-height: 6.25rem;
}
.main-mobile-menu .main-menu > li > a,
.main-mobile-menu .dropdown-menu li a {
font-size: 18px;
}
.main-menu > li a img {
width: auto;
height: 15px;
display: inline-block;
vertical-align: initial;
margin: auto;
margin-right: 5px;
transform: translateY(1px);
}
.main-footer {
background-color: var(--bs-secondary);
background-image: url();
}
.main-footer .main-menu > li > a {
padding: 0px 5px;
}
.widget-left .main-menu > li:first-child > a,
.widget-right .main-menu > li:first-child > a {
padding-left: 0
}
.widget-left .main-menu > li:last-child > a,
.widget-right .main-menu > li:last-child > a {
padding-right: 0;
}
.main-footer .main-menu > li > a,
.main-navbar .main-menu > li > a {
display: inline-flex;
}
.main-navbar .main-menu > li.menu-item > a:after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 0%;
height: 5px;
background-color: var(--bs-primary);
opacity: 0;
-webkit-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
}
.main-navbar .main-menu > li.menu-item > a:hover:after,
.main-navbar .main-menu > li.menu-item > a:focus:after,
.main-navbar .main-menu > .menu-item.active > a:after {
opacity: 1;
width: 100%;
}
.main-navbar .main-menu > li.menu-item > a {
padding: 0 .85rem;
}
.main-menu > li > a {
white-space: normal;
border: 0;
border-radius: 0;
} .main-footer .main-menu > li,
.main-navbar .main-menu > li {
display: inline-block;
margin: 0 -1px;
position: relative;
} .main-footer .widget_nav_menu ul.menu .sub-menu li.menu-item a,
.main-header .widget_nav_menu ul.menu .sub-menu li.menu-item a,
.main-header .widget_nav_menu ul.menu .sub-menu li.menu-item a {
margin: 0;
display: block;
width: 100%;
}
.main-header .widget_nav_menu ul.menu > li > a {
line-height: 45px;
}
.main-header .widget_nav_menu .sub-menu,
.main-navbar .dropdown-menu {
position: absolute;
z-index: 99;
width: 220px;
background: var(--bs-white);
padding: 5px;
margin: 0;    
border: 0;
border-radius: 0;
-moz-box-shadow: 0 -8px 16px rgba(0, 0, 0, 0.075);
box-shadow: 0 -8px 16px rgba(0, 0, 0, 0.075);
font-size: 1rem;
text-align: left;
display: block;
opacity: 0;
visibility: hidden;
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
.main-navbar .dropdown-menu {
border-bottom-width: 4px;
border-style: solid;
border-color: var(--bs-primary);
}
.main-footer .widget_nav_menu .sub-menu,
.main-footer .main-menu .dropdown-menu {
position: absolute;
top: auto;
right: auto;
bottom: 50px;
left: auto;
border: 0;
padding: 5px;
border-radius: 0;
text-align: left;
margin: 0 auto;
background: var(--bs-white);
min-width: 12.5rem;
opacity: 0;
visibility: hidden;
transform: translateY(10px);
-webkit-box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.15);
box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.15);
transition: all .25s;
}
.main-header .widget_nav_menu .menu > .menu-item > .sub-menu:before,
.main-footer .widget_nav_menu .menu .menu-item .sub-menu:before,
.main-footer .main-menu .menu-item .dropdown-menu:before {
content: '';
position: absolute;
top: auto;
right: auto;
bottom: -10px;
left: 20px;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
}
.main-header .widget_nav_menu .menu > .menu-item > .sub-menu:before {
top: -10px;
border-bottom: 10px solid var(--bs-white);
}
.main-footer .widget_nav_menu .menu .menu-item .sub-menu:before,
.main-footer .main-menu .menu-item .dropdown-menu:before {
border-top: 10px solid var(--bs-white);
}
.main-footer .main-menu .dropdown-menu,
.main-footer .widget_nav_menu .sub-menu {
bottom: 100%;
}
.main-header .widget_nav_menu .sub-menu,
.main-navbar .dropdown-menu {
top: 100%;
}
.main-footer .widget_nav_menu .menu-item:hover > .sub-menu,
.main-footer .widget_nav_menu .menu-item.focus > .sub-menu,
.main-header .widget_nav_menu .menu-item:hover > .sub-menu,
.main-header .widget_nav_menu .menu-item.focus > .sub-menu,
.main-footer .main-menu .menu-item:hover > .dropdown-menu,
.main-footer .main-menu .menu-item.focus > .dropdown-menu,
.main-navbar .main-menu .menu-item:hover > .dropdown-menu,
.main-navbar .main-menu .menu-item.focus > .dropdown-menu {
opacity: 1;
visibility: visible;
pointer-events: auto;
-webkit-transform: scaleY(1);
transform: scaleY(1);
}
.main-footer .main-menu .dropdown-menu li .dropdown-menu,
.main-footer .widget_nav_menu .sub-menu li .sub-menu {
bottom: 100%;
transform: translateY(12px);
}
.main-header .widget_nav_menu .sub-menu li .sub-menu,
.main-navbar .dropdown-menu li .dropdown-menu {
top: -4px; 
transform: translateY(-12px);
}
.main-footer .widget_nav_menu .sub-menu li .sub-menu,
.main-footer .main-menu .dropdown-menu li .dropdown-menu,
.main-header .widget_nav_menu .sub-menu li .sub-menu,
.main-navbar .dropdown-menu li .dropdown-menu {
display: block;    
opacity: 0;
visibility: hidden;
}
.main-footer .widget_nav_menu .sub-menu li .sub-menu,
.main-footer .main-menu .dropdown-menu li .dropdown-menu {
margin-bottom: 1.25rem;
}
.main-header .widget_nav_menu .sub-menu li .sub-menu,
.main-navbar .dropdown-menu li .dropdown-menu {
left: 100%;
margin-top: 0;
margin-left: 10px;
}
.main-footer .main-menu > .menu-item:last-child > .dropdown-menu li .dropdown-menu,
.main-footer .widget_nav_menu .menu > .menu-item:last-child > .sub-menu li .sub-menu {
bottom: 100%;
}
.main-header .widget_nav_menu .menu > .menu-item:last-child > .sub-menu li .sub-menu,
.main-navbar .main-menu > .menu-item:last-child > .dropdown-menu li .dropdown-menu {
left: auto;
right: 100%;
margin-right: 10px;
}
.main-header .widget_nav_menu .menu > .menu-item:last-child > .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu,
.main-navbar .main-menu > .menu-item:last-child > .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
right: auto;
left: 100%;
}
.main-header .widget_nav_menu .sub-menu li .sub-menu li .sub-menu,
.main-navbar .dropdown-menu li .dropdown-menu li .dropdown-menu {
left: auto;
right: 100%;
margin-right: 10px;
}
.main-header .widget_nav_menu .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu,
.main-navbar .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
right: auto;
left: 100%;
}
.main-header .widget_nav_menu .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu,
.main-navbar .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
right: auto;
left: 100%;
}
.main-footer .main-menu .main-navbar .dropdown-menu > li,
.main-footer .widget_nav_menu .sub-menu > li,
.main-header .widget_nav_menu .sub-menu > li,
.main-navbar .dropdown-menu > li {
padding: 0;
position: relative;
height: auto;
}
.main-footer .main-menu .dropdown-menu li a,
.main-footer .widget_nav_menu .sub-menu li a,
.main-header .widget_nav_menu .sub-menu li a,
.main-navbar .dropdown-menu li a {
border-bottom: 1px solid var(--bs-gray-light);
color: var(--bs-secondary-dark);
font-weight: 600;
line-height: 24px;
padding: 8px 18px 8px 18px;
text-transform: none;
white-space: normal;
}
.main-footer .main-menu .dropdown-menu li:last-child a,
.main-footer .widget_nav_menu .sub-menu li:last-child a,
.main-header .widget_nav_menu .sub-menu li:last-child a,
.main-navbar .dropdown-menu li:last-child a {
border-bottom: 0;
border-radius: 0 3px 3px;
}
.main-footer .main-menu .dropdown-menu li:hover > a,
.main-footer .main-menu .dropdown-menu li.focus > a,
.main-footer .widget_nav_menu .sub-menu li:hover > a,
.main-footer .widget_nav_menu .sub-menu li.focus > a,
.main-header .widget_nav_menu .sub-menu li:hover > a,
.main-header .widget_nav_menu .sub-menu li.focus > a,
.main-navbar .dropdown-menu li:hover > a,
.main-navbar .dropdown-menu li.focus > a {
background-color: var(--bs-gray-light);
}
.main-footer .main-menu .dropdown-menu li:last-child,
.main-footer .widget_nav_menu .sub-menu li:last-child,
.main-header .widget_nav_menu .sub-menu li:last-child,
.main-navbar .dropdown-menu li:last-child {
border-bottom-color: transparent;
}
.main-footer .main-menu .dropdown-menu .menu-item-has-children > a:after,
.main-footer .widget_nav_menu .sub-menu .menu-item-has-children > a:after,
.main-header .widget_nav_menu .sub-menu .menu-item-has-children > a:after,
.main-navbar .dropdown-menu .menu-item-has-children > a:after {
font-family: var(--bs-font-awesome);
font-weight: 900;
content: "\f054";
position: absolute;
top: 50%;
right: 20px;
font-size: 10px;
opacity: 0.7;  
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.main-navbar .main-menu > li.dropdown > a:before {
content: "\f067";
font-family: var(--bs-font-awesome);
font-weight: 900;
position: absolute;
top: 53%;
right: 0px;
font-size: 12px;
opacity: 0.7;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
color: var(--bs-secondary);
}
.main-footer .main-menu .dropdown-menu .menu-item-has-children:hover > a:after,
.main-footer .main-menu .dropdown-menu .menu-item-has-children.focus > a:after,
.main-footer .widget_nav_menu .sub-menu .menu-item-has-children:hover > a:after,
.main-footer .widget_nav_menu .sub-menu .menu-item-has-children.focus > a:after,
.main-header .widget_nav_menu .sub-menu .menu-item-has-children:hover > a:after,
.main-header .widget_nav_menu .sub-menu .menu-item-has-children.focus > a:after,
.main-navbar .dropdown-menu .menu-item-has-children:hover > a:after,
.main-navbar .dropdown-menu .menu-item-has-children.focus > a:after {
opacity: 1;
right: 15px;
}
.header .widget_nav_menu .sub-menu {
border-top-color: var(--bs-primary);
}  .breadcrumb-sticky-menu,
.is-sticky-menu {
position: fixed;
top: -1px;
left: 0;
right: 0;
width: 100%;
background: var(--bs-white);
z-index: 999;
-webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
-ms-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
-o-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
-webkit-animation: 1s ease-in-out 0s normal none 1 running fadeInDown;
animation: 1s ease-in-out 0s normal none 1 running fadeInDown;
}
.breadcrumb-sticky-menu .breadcrumb-button {
border-bottom: 1px solid rgb(108 117 125 / 0.6);
}
.is-sticky-menu .sticky-navbar-brand {
display: block;
visibility: visible;
}
a.sticky-navbar-brand,
.is-sticky-menu .sticky-navbar-brand + .navbar-brand {
display: none;
visibility: hidden;
}
@-webkit-keyframes fadeInDown {
from {
opacity:0;-webkit-transform:translate3d(0,-100%,0);
transform:translate3d(0,-100%,0)
}
to {
opacity:1;
-webkit-transform:none;
transform:none;
}
}
@keyframes fadeInDown {
from {
opacity:0;-webkit-transform:translate3d(0,-100%,0);
transform:translate3d(0,-100%,0)
}
to {
opacity:1;
-webkit-transform:none;
transform:none;
}
}
.fadeInDown {
-webkit-animation-name:fadeInDown;
animation-name:fadeInDown;
} @media (max-width: 991px) {
div.main-mobile-nav {
display: block;
}
}
.main-mobile-nav {
width: 100%;
display: none;
background: var(--bs-white);
border-bottom: 1px solid rgb(108 117 125 / 0.6);
}
.main-mobile-menu {    
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: space-between;
padding: 1.219em 0px;
min-height: 97px;
}
.main-mobile-menu ul.main-menu {
height: 100%;
max-height: 22.5rem;
overflow-x: hidden;
overflow-y: overlay;
-ms-touch-action: overlay;
-webkit-overflow-scrolling: touch;
touch-action: auto;
}
.main-mobile-menu ul,
.main-mobile-menu ul li {
padding: 0;
list-style: none;
position: relative;
border: 0;
}
.main-mobile-menu ul.main-menu > li:first-child {
border-top: 1px solid #e0e0e0;
}
.main-mobile-menu ul.main-menu > li {
border-bottom: 1px solid #e0e0e0;
}
.main-mobile-menu ul li {
margin: 0;
}
.main-mobile-menu .header-wrap-right li {
margin-right: 10px;
}
.main-mobile-wrapper {
width: 100%;
height: 100%;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: -1;
visibility: hidden;
opacity: 0;
transition: var(--bs-transition);
-webkit-transition: all 600ms cubic-bezier(.6,.1,.68,.53) 400ms;
-o-transition: all 600ms cubic-bezier(.6,.1,.68,.53) 400ms;
transition: all 600ms cubic-bezier(.6,.1,.68,.53) 400ms;
}
.header-menu-active .main-mobile-wrapper {
opacity: 1;
visibility: visible;
}
.main-mobile-menu ul.main-menu .dropdown-menu {
display: none;
}
.main-mobile-build {
position: absolute;
top: -200%;
left: 0;
right: 0;
z-index: 0;
width: 100%;
max-width: 500px;
height: auto;
padding: 0;
margin: auto;
text-align: left;
background: var(--bs-white);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
-webkit-transition: top 600ms cubic-bezier(.6,.1,.68,.53) 0ms;
-o-transition: top 600ms cubic-bezier(.6,.1,.68,.53) 0ms;
transition: top 600ms cubic-bezier(.6,.1,.68,.53) 0ms;
}
.mobile-menu-scroll {
padding: 0;
margin: 0px;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
}
.header-menu-active .main-mobile-wrapper {
-webkit-transition: all 600ms cubic-bezier(.22,.61,.24,1) 0ms;
-o-transition: all 600ms cubic-bezier(.22,.61,.24,1) 0ms;
transition: all 600ms cubic-bezier(.22,.61,.24,1) 0ms;
}
.header-menu-active .main-mobile-build {
top: 100%;
}
.menu-collapse-wrap {
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: flex-end;
}
.main-mobile-build .login-btn {
margin-top: 16px;
}
.main-mobile-menu ul.main-menu li.menu-item-has-children {
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
}
.main-mobile-menu ul.main-menu > li a {
width: 100%;
padding: 0;
color: var(--bs-secondary);
padding-left: 15px;
}
.main-mobile-menu ul.main-menu li.menu-item-has-children ul.dropdown-menu li > a {
padding-left: 25px;
width: 100%;
}
.main-mobile-menu ul.main-menu .menu-item-has-children > a {
flex: 1;
}
.main-footer span.mobile-collapsed {
display: none;
}
span.mobile-collapsed {
max-width: 60px;
}
.main-mobile-menu ul.main-menu .dropdown-menu li:not(:last-child) {
border-bottom: 1px solid #e0e0e0;
}
.mobile-collapsed > button {
cursor: pointer;
flex-basis: 10%;
font-size: 18px;
text-align: center;
line-height: 46px;
padding: 0 1.17em;
color: var(--bs-secondary);
background-color: var(--bs-primary-light);
border: 0;
border-radius: 0;
border-left: 1px solid #e0e0e0;
display: flex;
align-items: center;
justify-content: center;
height: 100%;
}
.mobile-collapsed > button:hover,
.mobile-collapsed > button:focus {
background-color: var(--bs-primary);
}
.mobile-collapsed > button:hover,
.mobile-collapsed > button:focus,
.mobile-collapsed > button:hover:before,
.mobile-collapsed > button:focus:before {
color: var(--bs-white);
}
.mobile-collapsed > button:before {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
display: block;
}
.main-mobile-menu ul.main-menu .menu-item-has-children.current > .mobile-collapsed > button:before {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.main-mobile-menu ul.main-menu .dropdown-menu {
margin: 0;
float: none;
clear: both;
background: none;
border-top: 1px solid #e0e0e0;
width: 100%;
padding: 0;
border-radius: 0;
box-shadow: none;
}
.main-mobile-menu ul.main-menu .menu-item a {
display: inline-block;
}
.main-mobile-menu ul.main-menu li > a {
text-transform: none;
font-weight: 600;
letter-spacing: 0.5px;
}
.main-mobile-menu ul.main-menu .menu-item-has-children.current > a {
margin: 0;
} span.tgl-lbl {
line-height: .75;
display: block;
}
.hamburger-menu {
width: 40px;
height: 40px;
vertical-align: middle;
border-radius: 0;
overflow: hidden;
}
.menu-collapsed {
width: inherit;
height: inherit;
display: block;
padding: .55em .47em .7em;
position: relative;
z-index: 1;
border: 2px solid var(--bs-primary-light);
background-color: var(--bs-primary);
}
.menu-collapsed:hover,
.menu-collapsed:focus {
background-color: var(--bs-white);
border-color: var(--bs-primary);
}
.menu-collapsed:hover div,
.menu-collapsed:focus div {
background-color: var(--bs-primary);
}
.hamburger-menu div {
height: 3px;
width: 100%;
margin: 0 0 5px;
background: var(--bs-white);
}
.hamburger-menu div:first-child {
margin-top: 0px;
}
.hamburger-menu div:last-child {
margin-bottom: 0;
}
.hamburger-menu .meat,
.hamburger-menu .bottom-bun,
.hamburger-menu > button:hover div,
.hamburger-menu > button:focus div {
width: 100%;
}
.hamburger-menu > button:hover .top-bun,
.hamburger-menu > button:focus .top-bun {
-webkit-animation: burger-hover 0.8s infinite ease-in-out alternate;
animation: burger-hover 0.8s infinite ease-in-out alternate;
}
.hamburger-menu > button:hover .meat,
.hamburger-menu > button:focus .meat {
-webkit-animation: burger-hover 0.8s infinite ease-in-out alternate forwards 150ms;
animation: burger-hover 0.8s infinite ease-in-out alternate forwards 150ms;
}
.hamburger-menu > button:hover .bottom-bun,
.hamburger-menu > button:focus .bottom-bun {
-webkit-animation: burger-hover 0.8s infinite ease-in-out alternate forwards 300ms;
animation: burger-hover 0.8s infinite ease-in-out alternate forwards 300ms;
}
@-webkit-keyframes burger-hover {
0% {
width: 100%;
}
50% {
width: 50%;
}
100% {
width: 100%;
}
}
@keyframes burger-hover {
0% {
width: 100%;
}
50% {
width: 50%;
}
100% {
width: 100%;
}
} .header-above-btn {
position: relative;
width: 28px;
height: 43px;
overflow: hidden;
text-align: center;
z-index: 0;
border: 2px solid var(--bs-primary-light);
margin-left: 5px;
}
.header-above-collapse {
display: inline-block;
position: absolute;
top: -3px;
left: 0px;
padding: 0;
width: 35px;
height: 50px;
border: none;
color: var(--bs-white);
background-color: var(--bs-primary);
z-index: 1;
}
button.header-above-collapse:focus {
background-color: var(--bs-primary);
}
.header-above-collapse span {
top: 40%;
}
.header-above-collapse span,
.header-above-collapse span:before,
.header-above-collapse span:after {
position: absolute;
width: 7px;
height: 7px;
line-height: 7px;
text-align: center;
background: var(--bs-white);
left: 35%;
margin-left: -3px;
border-radius: 50%;
}
.header-above-collapse span:before,
.header-above-collapse span:after {
content: ''
}
.header-above-collapse span:before {
bottom: 100%;
margin-bottom: 4px
}
.header-above-collapse span:after {
top: 100%;
margin-top: 4px
}
.header-above-wrapper {
width: 100%;
height: 100%;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: -1;
visibility: hidden;
opacity: 0;
transition: var(--bs-transition);
-webkit-transition: all 600ms cubic-bezier(.6,.1,.68,.53) 400ms;
-o-transition: all 600ms cubic-bezier(.6,.1,.68,.53) 400ms;
transition: all 600ms cubic-bezier(.6,.1,.68,.53) 400ms;
}
.header-above-wrapper.is-active {
opacity: 1;
visibility: visible;
}
.header-above-bar {
position: absolute;
text-align: center;
top: -250%;
right: 0;
left: 0;
margin: 0 auto;
display: block;
height: auto;
width: 95%;
padding: 15px 0;
border-radius: 0;
background-color: var(--bs-white);
border-top: 4px solid var(--bs-primary);
z-index: -1;
-webkit-box-shadow: 0 15px 40px rgba(0,0,0,.15);
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
-webkit-transition: top 400ms cubic-bezier(.6,.1,.68,.53) 0ms;
-o-transition: top 400ms cubic-bezier(.6,.1,.68,.53) 0ms;
transition: top 400ms cubic-bezier(.6,.1,.68,.53) 0ms;
}
.header-above-wrapper.is-active .header-above-bar {
top: 100%;
}
.header-above-bar .widget-left, .header-above-bar .widget-right,
.header-above-bar .header-widget .widget {
width: 100%;
}
.header-above-bar .header-widget .widget {
margin-bottom: 10px;
}
.header-above-bar #header-top-right .widget:last-child {
margin-bottom: 0px;
}
.header-above-bar #header-top-right .widget.widget-social-widget:first-child:before {
background: none;
}
.header-above-bar .header-widget .widget .contact-area {
padding-left: 0;
}
.header-above-bar .text-heading {
color: var(--bs-secondary);
}
.widget-social-widget li a {
color: var(--bs-white);
background-color: var(--bs-primary);
} .main-mobile-build-right ul,
.main-menu-right > ul {
margin: 0;
padding: 0;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
height: 100%;
}
.main-menu-right > ul {
padding-left: 1.75rem;
}
.main-mobile-build-right > ul > ul > li, .main-mobile-build-right > ul > li,
.main-menu-right > ul > ul > li, .main-menu-right > ul > li {
display: inline-block;
margin-right: 15px;
position: relative;
color: initial;
list-style: none;
}
.main-menu-right > ul > ul > li:last-child,
.main-menu-right > ul > li:last-child {
margin-right: 0;
}
.main-menu-right > ul > li {
display: flex;
align-items: center;
min-height: 6.25rem;
} .header-search-popup {
position: absolute;
top: 100%;
right: 25%;
width: 100%;
min-width: 315px;
z-index: -1;
background-color: var(--bs-white);
overflow: hidden;
border-radius: 10rem;
visibility: hidden;
opacity: 0;
transform: translateY(-20%);
border: 1px solid var(--bs-gray-light);
box-shadow: 0px 2px 16px -3px rgb(0 0 0 / 0.15);
-webkit-backface-visibility: hidden;
transition: all 0.5s ease-in-out;
}
.header-search-flex {
display: flex;
align-items: center;
justify-content: center;
max-width: 300px;
position: relative;
padding-right: 45px;
min-height: 52px;
margin: auto;
}
.header-search-popup form {
width: 100%;
margin: auto;
position: relative;
z-index: 1;
opacity: 0;
visibility: hidden;
display: none;
-webkit-transition: all 0.9s ease-in-out 1.4s;
transition: all 0.9s ease-in-out 1.4s;
}
.header-search-popup form .header-search-field {
padding-right: 40px;
color: inherit;
font-weight: 500;
font-size: 1rem;
line-height: 24px;
outline: none;
box-shadow: none;
border-radius: 100px;
height: 40px;
min-height: 40px;
}
.header-search-popup form .header-search-field:hover,
.header-search-popup form .header-search-field:focus {
border-color: var(--bs-primary);
}
.header-search-popup input[type="search"].header-search-field::-moz-placeholder { font-weight: 500
}
.header-search-popup input[type="search"].header-search-field:-moz-placeholder { font-weight: 500
}
.header-search-popup input[type="search"].header-search-field:-ms-input-placeholder { font-weight: 500
}
.header-search-popup input[type="search"].header-search-field::-webkit-input-placeholder { font-weight: 500
}
.header-search-popup .search-submit {
position: absolute;
top: 0;
bottom: 0;
right: 0;
line-height: 1;
margin: 4px 4px 4px 0;
width: 32px;
height: 32px;
padding: 0;
font-size: .8rem;
text-align: center;
color: var(--bs-white);
background-color: var(--bs-primary);
border-radius: 100px;
border: none;
opacity: 0;
}
.header-search-popup .search-form:hover .search-submit,
.header-search-popup .header-search-field:focus + .search-submit,
.header-search-popup .search-submit:focus {
opacity: 1;
}
.header-search-popup .header-search-close {
width: 38px;
height: 38px;
top: 0;
bottom: 0;
left: auto;
right: 0;
margin: auto 0;
border-radius: 100%;
-webkit-transition: all 0.9s ease-in-out 1.5s;
transition: all 0.9s ease-in-out 1.5s;
opacity: 0;
visibility: hidden;
display: none;
}
.header-search-active .header-search-popup {
transform: translateY(0);
}
.header-search-active .header-search-popup,
.header-search-active .header-search-close,
.header-search-active .header-search-popup form {
opacity: 1;
visibility: visible;
z-index:0;
}
.header-search-active .header-search-close,
.header-search-active .header-search-popup form {
display: block;
}
.mobile-menu-right .header-search-popup .header-search-close {
width: 60px;
height: 60px;
right: 6%;
top: 25%;
}
@media only screen and (max-width:991px) {
.header-search-popup form {
width: 90%;
}
}
.close-style {
position: absolute;
top: 0;
right: -45px;
margin: 0 auto;
display: block;
width: 45px;
height: 44px;
border-radius: 0;
border-color: var(--bs-primary);
border-style: solid;
background: var(--bs-white);
z-index: 9;
}
.close-style:before, .close-style:after {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;    
width: 25px;
height: 4px;
background: var(--bs-secondary);
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
.close-style:hover:before, .close-style:hover:after,
.close-style:focus:before, .close-style:focus:after {
background: var(--bs-primary);
}
.close-style:before {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.close-style:after {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.close-style:hover:before, .close-style:hover:after,
.close-style:focus:before, .close-style:focus:after {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.menu-collapsed:focus,
.close-style:focus {
outline-color: var(--bs-white);
}
.main-header .header-search-toggle, .header-cart {
color: var(--bs-white);
background: var(--bs-primary);
display: inline-block;
width: 40px;
height: 40px;
text-align: center;
cursor: pointer;
line-height: 2.25;
padding: 0;
border-radius: 6.25rem;
border: 1px solid transparent;
}
.mobile-menu-right .header-search-toggle {
font-size: 1.25rem;
line-height: 2;
border-radius: 3px;
color: var(--bs-white);
background-color: var(--bs-primary);
}
@media (min-width: 601px) {
.admin-bar .main-mobile-nav:not(.is-sticky-menu) .header-close-menu {
top: 0%;
}
.admin-bar .main-mobile-nav:not(.is-sticky-menu) .main-mobile-build {
padding-top: 0;
}
} .header-search-popup .header-search-close,
.more-link:after, .more-link,
.widget .cat-item:hover a + span,
.widget_title:after,
.navbar-brand, img.navbar-brand,
.is-sticky-menu img.navbar-brand,
.active-two .main-navbar .main-menu > li > a,
.main-navbar .dropdown-menu > li,
.main-navbar .dropdown-menu li a,
.main-navbar .dropdown-menu .menu-item-has-children > a:after,
.main-footer .dropdown-menu > li,
.main-footer .dropdown-menu li a,
.main-footer .main-menu .dropdown-menu .menu-item-has-children > a:after,
.sub-menu .menu-item-has-children > a:after,
.mobile-collapsed > button,
.mobile-collapsed > button:before,
.main-mobile-build li > a,
.hamburger-menu div,
.hamburger-menu .meat,
.hamburger-menu .bottom-bun,
.header-sidebar-toggle span,
.header-sidebar-toggle span:before,
.header-sidebar-toggle span:after,
.header-search-active .header-search-popup form,
.header-search-popup form,
.close-style:before, .close-style:after,
.header-search-popup span:before, .header-search-popup span:after,
.edd_checkout a, .button,
button, input, input[type="button"],
input[type="reset"], input[type="submit"] {
-webkit-transition: var(--bs-transition);
transition: var(--bs-transition);
}
.bg-gray{
background-color: var(--bs-gray-500);
} *:not(table *) {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
word-break: break-word;
}
body {
overflow-x: hidden;
}
body:not(.admin-bar) {
position: relative;
}
a {
color: var(--bs-primary);
text-decoration: none;
outline: none;
}
a:not(.comments-count) {
text-decoration: underline;
}
a:hover,
a:active,
a:focus {
color: var(--bs-primary);
text-decoration: none;
}
a:hover,
a:active,
button:focus {
box-shadow: none;
}
button[type=submit]:focus, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, a:focus {
outline-width: 1px;
outline-offset: -3px;
outline-style: dotted;
text-decoration: none;
}
a, area, button, input, label, select, summary, textarea {
-ms-touch-action: manipulation;
touch-action: manipulation;
-webkit-transition: var(--bs-transition);
transition: var(--bs-transition);
}
button, input, optgroup, select, textarea {
margin: 0;
}
button, input {
overflow: visible;
}
img {
max-width: 100%;
height: auto;
vertical-align: middle;
border: 0;
display: block;
}
em, cite, q {
color: var(--bs-primary);
font-style: italic;
font-weight: bold;
}
code, kbd, tt, var, samp, pre {
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
background: var(--bs-secondary);
color: var(--bs-white);
padding: 1px 0.3125rem;
border-radius: 0px;
font-size: 88%;
}
pre {
display: block;
margin: 0 0 0.625rem;
font-size: 0.8125rem;
word-break: break-all;
word-wrap: break-word;
border: 1px solid var(--bs-gray-light);
border-radius: 0px;
overflow: auto;
}
.table>thead {
vertical-align: bottom;
}
.table th, .table td {
padding: 1.5rem;
vertical-align: top;
}
table.table th, table.table td {
padding-top: .95rem;
padding-bottom: .95rem;
}
table.table.btn-table td {
vertical-align: middle;
}
.table-striped>tbody>tr:nth-of-type(odd) {
--bs-table-accent-bg: var(--bs-white);
color: var(--bs-secondary);
}
figure {
margin: 0;
}
address,
table,
pre {
width: 100%;
}
small {
font-size: 80%;
}
fieldset {
border: 1px solid var(--bs-gray-light);
margin: 1.5rem 0.125rem;
padding: 0.625rem 1.5625rem 1.25rem;
border-radius: 0;
}
iframe {
max-width: 100%; }
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border-radius: 0;
}
button[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
display: inline-block;
font-weight: 600;
line-height: 1.5;
background-color: var(--bs-primary);
text-align: center;
text-decoration: none;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
color: var(--bs-white);
position: relative;
z-index: 0;
overflow: hidden;
border: 2px solid transparent;
padding: 0.688rem 1.375rem;
letter-spacing: 0.05rem;
font-size: 1rem;
border-radius: 6.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;
} button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
outline: 1px dotted;
outline-offset: -2px;
}
input[type="text"]:not(.adminbar-input),
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
.form-control {
border-radius: 0;
display: block;
line-height: 1.5;
font-size: 0.97rem;
font-weight: 500;
padding: 0.65rem 1.25rem;
vertical-align: middle;
width: 100%;
min-height: 50px;
background-color: var(--bs-white);
border: 1px solid var(--bs-gray-light);
outline: none;
letter-spacing: 0.5px;
box-shadow: none;
-webkit-transition: var(--bs-transition);
transition: var(--bs-transition);
}
input[type="text"]:focus, input[type="email"]:focus,
input[type="url"]:focus, input[type="password"]:focus,
input[type="search"]:focus, input[type="number"]:focus,
input[type="tel"]:focus, input[type="range"]:focus,
input[type="date"]:focus, input[type="month"]:focus,
input[type="week"]:focus, input[type="time"]:focus,
input[type="datetime"]:focus, input[type="datetime-local"]:focus,
input[type="color"]:focus, textarea:focus, select:focus,
input[type="text"]:hover, input[type="email"]:hover,
input[type="url"]:hover, input[type="password"]:hover,
input[type="search"]:hover, input[type="number"]:hover,
input[type="tel"]:hover, input[type="range"]:hover,
input[type="date"]:hover, input[type="month"]:hover,
input[type="week"]:hover, input[type="time"]:hover,
input[type="datetime"]:hover, input[type="datetime-local"]:hover,
input[type="color"]:hover, textarea:hover, select:hover {
background-color: var(--bs-white);
border-color: var(--bs-primary);
outline: none;
}
[type=search] {
-webkit-appearance: textfield;
outline-offset: -2px;
}
select {
border: 1px solid var(--bs-gray);
border-radius: 0;
display: block;
font-size: 92%;
font-weight: 500;
padding: 0.375rem 0.75rem;
min-height: 50px;
position: relative;
text-decoration: none;
white-space: nowrap;
width: 100%;
box-shadow: none;
overflow: auto !important;
outline: 0;
background-color: var(--bs-white);
}
textarea {
height: 8.125rem;
overflow: auto;
resize: vertical;
}
input[type=checkbox], input[type=radio],
form[id*=give-form] #give-gateway-radio-list>li input[type=radio],
form[id*=give-form] #give-gateway-radio-list>li input[type=checkbox],
div.wpforms-container-full .wpforms-form input[type=radio],
div.wpforms-container-full .wpforms-form input[type=checkbox] {
position: relative;
border: 2px solid var(--bs-secondary-dark);
background-color: var(--bs-white);
color: var(--bs-primary);
clear: none;
cursor: pointer;
display: inline-block;
line-height: 0;
height: 16px;
margin: 0;
outline: 0;
padding: 0;
text-align: center;
vertical-align: middle;
width: 16px !important;
max-width: 16px;
border-radius: 3px;
-moz-appearance: none !important;
-webkit-appearance: none !important;
transition: .05s border-color ease-in-out;
}
input[type=radio] {
border-radius: 50%;
margin-right: 0.25rem;
line-height: 0.75rem;
}
input[type=checkbox]:hover:before,
input[type=radio]:hover:before,
input[type=checkbox]:checked:before,
input[type=radio]:checked:before {
display: inline-block;
vertical-align: middle;
speak: none;
line-height: 1.1;
-webkit-transition: var(--bs-transition);
transition: var(--bs-transition);
}
input[type=radio]:checked:before {
content: "⬤";
text-indent: -9999px;
border-radius: 6.25rem;
font-size: 1.5rem;
width: 0.46rem;
height: 0.46rem;
margin: 0.152rem 0.152rem 0.25rem 0.175rem;
line-height: 1.25rem;
background: var(--bs-primary);
}
input[type=checkbox]:checked,
input[type=checkbox]:hover,
input[type=radio]:checked,
input[type=radio]:hover {
background-color: var(--bs-primary);
border-color: var(--bs-primary);
}
input[type=checkbox]:checked:before {
content: '';
position: absolute;
left: 1px;
top: 0.32rem;
background-color: var(--bs-white);
width: 2px;
height: 2px;
box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}   button[type=submit]:hover, button[type=button]:hover,
input[type="submit"]:hover, input[type="button"]:hover,
input[type="reset"]:hover,
button[type=submit]:focus, button[type=button]:focus,
input[type="submit"]:focus, input[type="button"]:focus,
input[type="reset"]:focus {
color: var(--bs-white);
background-color: var(--bs-secondary);
} .read-link {
font-size: 1.125rem;
font-weight: 700;
text-decoration: none;
position: relative;
-webkit-transition: all .3s linear 0ms;
transition: all .3s linear 0ms;
}
.read-link:hover:after,
.read-link:focus:after {
opacity: 1;
visibility: visible;
}
.bg-primary-light {
background-color: var(--bs-primary-light);
}
.h-full {
height: 100%;
}
.minus-mt-6 {
margin-top: -6rem;
}
.st-my-default {
margin: 6.75rem 0;
}
.st-mt-default {
margin-top: 6.75rem;
}
.st-mb-default {
margin-bottom: 6.75rem;
}
.st-mt-minus {
margin-top: -85px;
}
.st-py-default {
padding: 6.75rem 0;
}
.st-pt-default {
padding-top: 6.75rem;
}
.st-pb-default {
padding-bottom: 6.75rem;
}
.st-pt-plus {
padding-top: 10.5rem;
}
.btn-rounded {
border-radius: 10em;
} .btn-white {
background-color: var(--bs-white);
color: var(--bs-secondary-dark);
}
.btn-white:hover,
.btn-white:focus {
background-color: var(--bs-primary);
}
.btn-border-white {
color: var(--bs-white);
border-color: var(--bs-white);
}
.btn-border-white:hover, .btn-border-white:focus { color: var(--bs-primary);
}
.btn.btn-like-icon {
padding-right: 3.75rem;
}
.btn.btn-secondary.btn-like-icon {
border: 0;
background-color: var(--bs-secondary);
}
.theme-slider .btn.btn-secondary.btn-like-icon {
background-color: rgba(0, 0, 0, .6);
}
.btn-like-icon .bticn {
position: absolute;
top: 5px;
right: 5px;
margin: 0 auto;
width: 35px;
height: 35px;
display: inline-block;
border-radius: 100%;
line-height: 35px;
-webkit-transition: var(--bs-transition);
transition: var(--bs-transition);
}
.btn:hover .bticn,
.btn:focus .bticn {
transform: rotate(360deg);
color: var(--bs-white);
background-color: var(--bs-primary);
}  .btn .bticn {
color: var(--bs-primary);
background-color: var(--bs-white);
}
.btn-border-white .bticn {
color: var(--bs-secondary-dark);
}
.btn-white .bticn {
background-color: var(--bs-primary);
color: var(--bs-white);
}
.btn-like-icon .bticn span {
margin-left: 1px;
}
.btn.st-load-btn {
font-size: 0.9375rem;
}
.st-load-item {
display: none;
}
.st-load-spinner {
position: relative;
cursor: pointer;
width: 1.125rem;
height: 1.125rem;
display: inline-block;
vertical-align: middle;
}
.st-load-spinner:before, .st-load-spinner:after {
position: absolute;
display: block;
content: "";
width: 0.5625rem;
height: 0.5625rem;
left: 0;
top: -0.3125rem;
right: 0;
bottom: 0;
margin: auto;
border-width: 2px;
border-style: solid;
border-color: transparent;
border-bottom-color: var(--bs-white);
border-right-color: var(--bs-white);
border-radius: 0 0 1px 0;
transform: translate(0%, 0%) rotate(45deg);
-webkit-transition: var(--bs-transition);
transition: var(--bs-transition);
}
.loadspinner .st-load-spinner:before {
border-radius: 50%;
animation: 0.8s spin 0.4s linear forwards infinite;
}
.loadspinner .st-load-spinner:after {
width: 1.125rem;
height: 1.125rem;
border-radius: 50%;
animation: 0.8s spinReverse 0.4s linear forwards infinite;
}  @-webkit-keyframes slideTop{49%{-webkit-transform:translateY(100%);transform:translateY(100%)}50%{opacity:0;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);-webkit-transform:translateY(-100%);transform:translateY(-100%)}51%{opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100)}}
@keyframes slideTop{49%{-webkit-transform:translateY(100%);transform:translateY(100%)}50%{opacity:0;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);-webkit-transform:translateY(-100%);transform:translateY(-100%)}51%{opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100)}}  @keyframes spin{from{transform:rotate(0deg) scale(1)}to{transform:rotate(360deg)}}
@keyframes spinReverse{from{transform:rotate(0deg) scale(1)}to{transform:rotate(-360deg)}}  @keyframes bounce_one{0%{transform:translateY(-0.625rem)}50%{transform:translateY(0.625rem)}to{transform:translateY(-0.625rem)}}
@keyframes bounce_two{0%{transform:scale(1,1) translateY(0)}10%{transform:scale(1.1,.9) translateY(0)}30%{transform:scale(.9,1.1) translateY(-1.375rem)}50%{transform:scale(1,1) translateY(0)}57%{transform:scale(1,1) translateY(-0.1875rem)}64%{transform:scale(1,1) translateY(0)}100%{transform:scale(1,1) translateY(0)}}
@keyframes bounce_three{from{transform:translateY(0)}to{transform:translateY(-0.9375rem)}}  @keyframes waveIn{from{opacity:0;transform:scale(.3) translate(-20px,10px)}50%{transform:translate(0,0);opacity:1}}  @keyframes buzz-out{10%{-webkit-transform:translateX(0.1875rem) rotate(2deg);transform:translateX(0.1875rem) rotate(2deg)}20%{-webkit-transform:translateX(-0.1875rem) rotate(-2deg);transform:translateX(-0.1875rem) rotate(-2deg)}30%{-webkit-transform:translateX(0.1875rem) rotate(2deg);transform:translateX(0.1875rem) rotate(2deg)}40%{-webkit-transform:translateX(-0.1875rem) rotate(-2deg);transform:translateX(-0.1875rem) rotate(-2deg)}50%{-webkit-transform:translateX(0.125rem) rotate(1deg);transform:translateX(0.125rem) rotate(1deg)}60%{-webkit-transform:translateX(-0.125rem) rotate(-1deg);transform:translateX(-0.125rem) rotate(-1deg)}70%{-webkit-transform:translateX(0.125rem) rotate(1deg);transform:translateX(0.125rem) rotate(1deg)}80%{-webkit-transform:translateX(-0.125rem) rotate(-1deg);transform:translateX(-0.125rem) rotate(-1deg)}90%{-webkit-transform:translateX(1px) rotate(0);transform:translateX(1px) rotate(0)}100%{-webkit-transform:translateX(-1px) rotate(0);transform:translateX(-1px) rotate(0)}}  @-webkit-keyframes ripple {0%{transform:scale(1)}75%{transform:scale(1.5);opacity:0.3}to{transform:scale(1.75);opacity:0}}
@keyframes ripple {0%{transform:scale(1)}75%{transform:scale(1.5);opacity:0.3}to{transform:scale(1.75);opacity:0}} @-webkit-keyframes animationFramesOne{0%{transform:translate(0) rotate(0deg)}20%{transform:translate(73px,-1px) rotate(36deg)}40%{transform:translate(141px,72px) rotate(72deg)}60%{transform:translate(83px,122px) rotate(108deg)}80%{transform:translate(-40px,72px) rotate(144deg)}to{transform:translate(0) rotate(0deg)}}
@keyframes animationFramesOne{0%{transform:translate(0) rotate(0deg)}20%{transform:translate(73px,-1px) rotate(36deg)}40%{transform:translate(141px,72px) rotate(72deg)}60%{transform:translate(83px,122px) rotate(108deg)}80%{transform:translate(-40px,72px) rotate(144deg)}to{transform:translate(0) rotate(0deg)}}
@-webkit-keyframes animationFramesTwo{0%{transform:translate(0) rotate(0deg)}20%{transform:translate(-73px,1px) rotate(-36deg)}40%{transform:translate(-141px,-72px) rotate(-72deg)}60%{transform:translate(-83px,-122px) rotate(-108deg)}80%{transform:translate(40px,-72px) rotate(-144deg)}to{transform:translate(0) rotate(0deg)}}
@keyframes animationFramesTwo{0%{transform:translate(0) rotate(0deg)}20%{transform:translate(-73px,1px) rotate(-36deg)}40%{transform:translate(-141px,-72px) rotate(-72deg)}60%{transform:translate(-83px,-122px) rotate(-108deg)}80%{transform:translate(40px,-72px) rotate(-144deg)}to{transform:translate(0) rotate(0deg)}}
@-webkit-keyframes rotate3d{0%{transform:rotateY(0deg)}to{transform:rotateY(1turn)}}
@keyframes rotate3d{0%{transform:rotateY(0deg)}to{transform:rotateY(1turn)}}
@keyframes moveleftbounce{0%{transform:translateX(0px)}50%{transform:translateX(20px)}100%{transform:translateX(0px)}}  .preloader {
position: fixed;
top: 0;
left: 0;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
width: 100%;
height: 100%;
z-index: 9999999;
background-color: var(--bs-primary);
overflow: hidden;
}  .above-header {
border-bottom: 1px solid rgb(108 117 125 / 0.6);
}
.above-header {
position: relative;
background: var(--bs-secondary);
color:#fff;
}
.header-widget {
height: 100%;
}
.above-header .widget-left a:hover, 
.above-header .widget-left a:focus {
color: var(--bs-white);
}
.widget_social_widget li a {
border-radius: 0;
background: var(--bs-white);
}	
.text-heading {
color: var(--bs-white);
text-align: initial;
overflow: hidden;
position: relative;
}
.text-heading strong {
text-decoration: underline;
}
.text-sliding {
display: inline;
margin-left: 2px;
}
.text-sliding span {
white-space: nowrap;
}  .logo {
color: var(--bs-white);
}
.logo img {
max-width: 13.125rem;
}
body.homepage-1 .main-navigation {
background-color: var(--bs-secondary);
border-bottom: 1px solid rgb(108 117 125 / 0.6);
}
.homepage-3 .main-navigation,
.homepage-3 .main-navigation .main-menu-right > ul > li {
min-height: 78px;
}
.homepage-3 .main-navigation.is-sticky-menu {
background: none;
-webkit-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
}
.homepage-3 .navbar-area {
-ms-flex-pack: space-between;
justify-content: space-between;
background-color: var(--bs-secondary);
border: 1px solid rgb(108 117 125 / 0.6);
border-radius: 6.25rem;
padding: 0 0.9rem;
}
.homepage-3 .main-navbar .main-menu > li > a {
line-height: 2.25rem;
}
.homepage-3 .main-navbar .main-menu > li > a > .badge {
top: -0.9rem;
}
.homepage-3 .main-navbar .main-btn-home {
display: inline-block;
}
.homepage-3 .main-navbar .main-btn-home a {
border-radius: 6.25rem;
color: var(--bs-white);
background-color: var(--bs-primary);
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
display: inline-block;
}
.main-navigation .contact-area {
color: var(--bs-white);
}
.main-navbar .main-menu > li.menu-item:not(.focus):not(.active):not(:hover) > a:not(:focus):not(:hover) {
color: var(--bs-secondary);
}
.is-sticky-menu .main-navbar .main-menu > li.menu-item:not(.focus):not(.active):not(:hover) > a:not(:focus):not(:hover) {
color: var(--bs-secondary);
}
.main-navbar .main-menu > li:hover > a,
.main-navbar .main-menu > li.focus > a,
.main-navbar .main-menu .menu-item.active > a {
color: var(--bs-primary);
}
.header-transparent .main-header .header-search-toggle,
.header-transparent .header-cart {
font-size: 1rem;
}
.homepage-1 .main-header .header-search-toggle,
.homepage-1 .header-cart {
color: var(--bs-white);
background-color: var(--bs-primary);
}
.homepage-2 .navbar-area {
justify-content: space-between;
-ms-flex-pack: space-between;
background-color: rgb(0 0 0 / 0.4);
padding-left: 0.95rem;
}
.main-nav-info .menu-right-list {
padding: 0;
justify-content: flex-end;
-ms-flex-pack: end;
}
.main-info-list {
padding-right: 0.938rem;
}
.main-info-list .widget:not(:first-child) {
margin-left: 1.875rem;
}
.main-info-list .widget:first-child {
padding-right: 1rem;
}
.main-navigation-info .menu-right-list, .main-navigation-info .logo {
min-height: 110px;
}
.main-navigation-info .logo {
display: flex;
justify-content: center;
flex-direction: column;
}
.main-navigation-info .logo a.site-title {
margin: 0;
}
.homepage-2 .main-navbar .main-menu > li > a,
.homepage-4 .main-navbar .main-menu > li > a {
line-height: 5rem;
}
.homepage-5 .main-navbar .main-menu > li > a {
line-height: 4rem;
}
.homepage-2 .main-mobile-menu,
.homepage-2 .main-navigation,
.homepage-2 .main-menu-right > ul > li,
.homepage-4 .main-mobile-menu,
.homepage-4 .main-navigation,
.homepage-4 .main-menu-right > ul > li {
min-height: 5rem;
}
.homepage-2 .main-navigation,
.homepage-2 .main-menu-right > ul > li {
border-bottom: 0;
}
.homepage-2 .main-navigation,
.homepage-2 .is-sticky-menu .navbar-area {
background: var(--bs-secondary-dark);
}
.homepage-2 .menu-social-list ul li {
margin-top: 0;
}
.homepage-2 .menu-social-list .widget ul li {
margin-right: -3px;
margin-top: 0;
}
.homepage-2 .menu-social-list .widget.widget_social_widget ul {
margin-top: 0;
}
.homepage-2 .navbar-area .main-menu-right > ul > li {
border-left: 1px solid rgb(108 117 125 / 0.6);
margin: 0;
}
.homepage-2 .menu-social-list ul li:not(:last-child) {
border-right: 1px solid rgb(108 117 125 / 0.6);
}
.homepage-2 .main-header .header-search-toggle,
.homepage-2 .header-cart,
.homepage-2 .menu-social-list ul li a {
width: 70px;
min-height: 80px;
text-align: center;
border-radius: 0;
background: none !important;
}
.homepage-2 .main-navbar .main-menu > li > a > .badge {
top: 0.5rem;
}
.homepage-3 .header-cart {
background: none !important;
}
.navbar-area .btn-primary {
white-space: nowrap;
}
.homepage-4.header-transparent .navbar-area,
.homepage-4.header-transparent .main-header .th-ovelay,
.homepage-5.header-transparent .navbar-area {
background-color: rgb(0 0 0 / 0.4);
}
.homepage-4.header-transparent .main-header .th-ovelay {
padding: 0 0.95rem;
}
.homepage-4 .navbar-area,
.homepage-5 .navbar-area{
justify-content: space-between;
-ms-flex-pack: space-between;
padding-left: 0.95rem;
}
.homepage-4 .main-header .header-search-toggle,
.homepage-4 .header-cart{
background-color: var(--bs-primary);
}    .homepage-4 li.cart-wrapper:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
right: 0;
height: auto;
margin: auto;
border-right: 1px solid rgb(108 117 125 / 0.4);
}
body.homepage-4 .main-navigation-info .th-ovelay {
border-bottom: 1px solid rgb(108 117 125 / 0.4);
}
.homepage-4 .navbar-area .widget_social_widget li a {
color: var(--bs-primary);
background-color: var(--bs-secondary-dark);
}
.homepage-4 .navbar-area .widget_social_widget li:last-child {
margin-right: 15px;
}
.homepage-4 .main-header .search-button,
.homepage-4 .cart-wrapper{
width: 50px;
}
.homepage-4 .main-info-list .widget:first-child {
border-right: 1px solid rgb(108 117 125 / 0.4);
}
.homepage-5 .main-navbar .main-btn-home {
display: inline-block;
margin-left: -15px;
}
.homepage-5 .main-navbar .main-btn-home a {
border-radius: 0;
color: var(--bs-white);
background-color: var(--bs-primary);
width: 60px;
height: 67px;
line-height: 60px;
text-align: center;
display: inline-block;
font-size: 30px;
}
.homepage-5.header-transparent .navbar-area {
transform: skewX(-10deg);
}
.homepage-5 li.menu-social-list:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
right: 0;
height: auto;
margin: auto;
border-right: 1px solid rgb(108 117 125 / 0.6);
}
.homepage-5 .main-mobile-menu, .homepage-5 .main-navigation, .homepage-5 .main-menu-right > ul > li {
min-height: 4rem;
}
.homepage-5 .navbar-area .menu-right-list, 
.homepage-5 li.menu-social-list .widget_social_widget {
margin-right:15px;
}
.homepage-5 .widget_social_widget li a {
transform: skewX(-10deg);
position: relative;
z-index: 0;
background:  #252524;
border-radius: 5px;
}
.homepage-5 .widget_social_widget li a i {
position: absolute;
left: -4px;
width: 120%;
height: 100%;
transform: skewX(10deg);
border-radius: 0;
}
.homepage-5 a.btn,.homepage-5 .more-link {
border-radius: 5px;
transform: skewX(-10deg) !important;
margin-right: 4px;
}
.homepage-5 a.btn span.text {
display: inline-block;
transform: skewX(10deg) !important;
}
.homepage-5 .btn-like-icon .bticn,
.homepage-5 .main-header .contact-icon,
.homepage-5 .widget_social_widget li a i, 
.homepage-5 .main-header .contact-area .contact-icon i {
border-radius: 5px;
}
.homepage-5 .main-header .contact-icon{
transform: skewX(-10deg) !important;
}
.homepage-5 .menu-right-list button.header-cart, .homepage-5 .main-header .header-search-toggle {
background-color: #252524;
border-radius: 5px;
transform: skewX(-10deg);
}
.homepage-5 .menu-right-list button.header-cart:hover, 
.homepage-5 .menu-right-list button.header-cart:focus, 
.homepage-5 .main-header .header-search-toggle:hover,
.homepage-5 .main-header .header-search-toggle:focus {
background: var(--bs-primary);
}
.homepage-5 .menu-right-list li.cart-wrapper .cart-icon-wrap span {
left: 23px;
top: -2px;
transform: skewX(-10deg);
border-radius: 5px;
}  .cart-icon-wrap {
position: relative;
}
.menu-right-list button.header-cart {
background-color: var(--bs-primary);
padding: 0 6px;
}
.menu-right-list li.cart-wrapper, .menu-right-list li.search-button {
position: relative;
}
.menu-right-list li.cart-wrapper .cart-icon-wrap span {
position: absolute;
top: 0;
right: -10px;
width: 20px;
height: 20px;
line-height: 20px;
border-radius: var(--bs-theme-radius);
text-align: center;
font-size: 0.75rem;
color: var(--bs-white);
background-color: var(--bs-primary);
}
.homepage-1 .menu-right-list li.cart-wrapper .cart-icon-wrap span {
top: -10px;
left: 0;
color: var(--bs-white);
background-color: var(--bs-secondary-dark);
}
.homepage-2 .menu-right-list li.cart-wrapper .cart-icon-wrap span {
top: 20px;
left: 18px;
}
.shopping-cart {
position: absolute;
top: 96%;
right: -28px;
z-index: 9999999;
width: 280px;
background: var(--bs-white);
border-radius: 0;
padding: 20px;
transform: scale(1, 0);
-webkit-transform: scale(1, 0);
-webkit-transform-origin: top;
transform-origin: top;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
-webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
}
.menu-right-list li.cart-wrapper:hover .shopping-cart,
.menu-right-list li.cart-wrapper:focus-within .shopping-cart {
visibility: visible;
opacity: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
.shopping-cart-header .badge {
border-radius: var(--bs-theme-radius);
background-color: var(--bs-primary);
color: var(--bs-white);
font-weight: 400;
margin-left: -6px;
vertical-align: super;
border: 2px solid var(--bs-white);
}
.shopping-cart {
text-align: left;
}
.shopping-cart-header {
border-bottom: 1px solid #E8E8E8;
padding-bottom: 15px;
color: var(--bs-secondary);
}
.shopping-cart-total {
float: right;
font-size: 1.125rem;
font-weight: 600;
}
.shopping-cart .shopping-cart-items {
padding: 0;
padding-top: 15px;
list-style: none;
}
.shopping-cart .shopping-cart-items a.remove {
transform: translateY(5px);
}
.shopping-cart .shopping-cart-items li {
margin-bottom: 10px;
margin-top: 0;
padding: 0;
width: 100%;
}
.shopping-cart .shopping-cart-items .item-img {
float: left;
margin-right: 12px;
width: 50px;
height: 50px;
border-radius: var(--bs-theme-radius);
text-align: center;
border: 1px solid var(--bs-gray-light);
box-shadow: 0 0 12px -3px rgb(0 0 0 / 0.25);
}
.shopping-cart .shopping-cart-items .item-img img {
width: 100%;
vertical-align: baseline;
border-radius: var(--bs-theme-radius);
float: none;
}
.shopping-cart .shopping-cart-items .item-name {
display: block;
font-weight: 600;
font-size: 1rem;
}
.shopping-cart .shopping-cart-items .item-price {
margin-right: 0;
color: var(--bs-secondary-dark);
}
.shopping-cart .shopping-cart-items .item-quantity {
color: var(--bs-red);
}
.cart-icon {
color: #515783;
margin-right: 7px;
float: left;
}
.shopping-cart .btn {
width: 100%;
}
.shopping-cart .bticn {
width: 40px;
height: 40px;
line-height: 40px;
top: 3px;
right: 3px;
}  .slider-section {
position: relative;
overflow: hidden;
width: 100%;
padding: 0;
color: var(--bs-white);
background-color: var(--bs-secondary);
z-index: 0;
}
.home-slider,
.home-slider .owl-item img {
width: 100%;
height: 100%;
}
.main-slider {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
z-index: 0;
background: rgba(0, 0, 0, 0.5);
}
.main-table {
overflow: hidden;
display: table;
width: 100%;
height: 100%;
}
.main-table-cell {
display: table-cell;
vertical-align: middle;
}
.main-slider div.main-content {
position: relative;
max-width: 45rem;
width: 100%;
margin-top: 4rem;
margin-bottom: 8rem;
}
.main-slider .text-left {
margin-right: auto;
}
.main-slider .text-center {
margin: auto;
}
.main-slider .text-right {
margin-left: auto;
}
.main-content h4 {
margin-bottom: 1rem;
display: inline-block;
position: relative;
font-weight: 600;
border: 4px solid var(--bs-white);
padding: 5px 10px;
border-radius: 5px;
color: var(--bs-white);
}
.main-content h4:before {
background: var(--bs-white);
content: "";
width: 30px;
height: 100%;
position: absolute;
left: 0;
top: 0;
opacity: 0.3;
}
.main-content:not(.text-right) h4 {}
.main-content.text-right h4 {}
.main-content h1 {
font-size: 4.5rem;
margin-bottom: 1rem;
}
.main-content h1 .primary{
color: var(--bs-primary);
}
.main-content p {
font-weight: 400;
font-size: 1.125rem;
margin-bottom: 1.75rem;
}
.main-content .btn:not(.btn-play) {
margin-right: 1.12rem;
}
.btn.btn-play {
text-decoration: none;
color: var(--bs-white);
vertical-align: middle;
box-shadow: none;
}
.btn.btn-play span.btn {
vertical-align: baseline;
text-align: center;
width: 2.375rem;
height: 2.375rem;
padding: 0;
position: relative;
z-index: 0;
line-height: 2.375rem;
}
.btn.btn-play span.btn:after,
.btn.btn-play span.btn:before {
content: "";
display: block;
position: absolute;
top: 0;
right: 0;
z-index: -1;
bottom: 0;
left: 0;
border-radius: 50%;
border: 1px solid var(--bs-white);
}
.btn.btn-play span.btn:before {
-webkit-animation: ripple 2s linear infinite;
animation: ripple 2s linear infinite;
}
.btn.btn-play span.btn:after {
-webkit-animation: ripple 2s linear 1s infinite;
animation: ripple 2s linear 1s infinite;
}
.btn.btn-play i {
margin-left: 0.25rem;
}
.owl-carousel {
position: relative;
z-index: 0;
}
.home-slider .owl-nav {
margin: 0;
}
.home-slider div.owl-nav button[class*=owl-] {
position: absolute;
top: 0;
bottom: 0;
margin: auto 0;
font-size: 36px;
opacity: 1;
}
.home-slider div.owl-nav button[class*=owl-]:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: var(--bs-secondary);
border-radius: 50px;
-webkit-transition: var(--bs-transition);
transition: var(--bs-transition);
z-index: 0;
}
.home-slider .owl-nav .owl-prev {
right: auto;
left: 1.5rem;
}
.home-slider .owl-nav .owl-next {
left: auto;
right: 1.5rem;
}
.owl-theme div.owl-nav [class*=owl-] {
width: 60px;
height: 60px;
line-height: 60px;
display: inline-block;
cursor: pointer;
text-align: center;
color: var(--bs-white);
background: none;
outline: none;
-webkit-transition: var(--bs-transition);
transition: var(--bs-transition);
}
.owl-theme:not(.home-slider) .owl-nav {
width: 100%;
margin: 1.5625rem auto 0 auto;
}
.owl-theme .owl-nav button[class*=owl-]:hover {
width: 61px;
color: var(--bs-white);
}
.owl-theme .owl-nav button[class*=owl-]:hover:after {
background-color: var(--bs-primary);
}
.owl-theme .owl-nav button[class*=owl-] i {
color: var(--bs-white);
position: relative;
z-index: 1;
}
.owl-theme .owl-nav .owl-prev i {
margin-left: 0;
}
.owl-theme .owl-nav .owl-next i {
margin-right: -0.125rem;
}
.homepage-3 .main-slider div.main-content {
margin-top: 0;
margin-bottom: 0;
}
.homepage-3 .home-slider div.owl-nav button[class*=owl-] {
transform: translateY(0);
}  .theme-main-heading .title {
color: var(--bs-primary);
position: relative;
font-size: 17px;
line-height: 1;
display: inline-block;
font-weight: 600;
z-index: 2;
padding: 10px 14px;
border-radius: 5px;
border: 4px solid;
margin-bottom: 15px;
animation-name: bounce_two;
animation-timing-function: ease;
animation-duration: 2s;
animation-iteration-count: infinite;
transform-origin: bottom;
}
@keyframes bounce_two {
0% {
transform: scale(1, 1) translateY(0)
}
10% {
transform: scale(1.1, .9) translateY(0)
}
30% {
transform: scale(.9, 1.1) translateY(-1.375rem)
}
50% {
transform: scale(1, 1) translateY(0)
}
57% {
transform: scale(1, 1) translateY(-0.1875rem)
}
64% {
transform: scale(1, 1) translateY(0)
}
100% {
transform: scale(1, 1) translateY(0)
}
}
.theme-main-heading .title:before {
background: var(--bs-primary);
content: "";
width: 30px;
height: 100%;
position: absolute;
left: 0;
top: 0;
opacity: 0.3;
}
.theme-main-heading h2 {
position: relative;
z-index: 0;
}
.theme-main-heading h2 span {
-webkit-text-fill-color: var(--bs-primary-light);
-webkit-text-stroke-width: 1px;
font-weight: 800;
}
.theme-main-heading.theme-white-heading  h2 span {
-webkit-text-fill-color: var(--bs-primary);
color: var(--bs-white);
}
.theme-main-heading p {
margin-bottom: 0;
font-weight: 500;
}
.theme-white-heading,
.theme-white-heading .title {
color: var(--bs-white);
}
.theme-white-heading .title:before {
background: var(--bs-white);
}
.color-primary {
color: var(--bs-primary);
}  .info-section {
margin-bottom: 1.25rem;
position: relative;
}
.info-section .feature-box-icon {
margin-bottom: 1rem;
}
.info-section .feature-box-img {
position: absolute;
content: "";
right: 0;
bottom: 0;
width: 80px;
height: 80px;
transition: .5s;
opacity: 0;
z-index: -1;
}
.info-section .feature-box-img img {
height: 100%;
width: 100%;
object-fit: cover;
}
.info-section .widget-contact:hover .feature-box-inner {
z-index: 2;
color: var(--bs-white);
}
.info-section .widget-contact:hover .fbox-number{
opacity: .5;
}
.info-section .widget-contact:hover .feature-box-img {
width: 100%;
height: 100%;
opacity: 1;
z-index: 0;
}
.info-section .widget-contact {
position: relative;
background: #fff;
padding: 50px 30px 45px;
background-color: var(--bs-white);
border-radius: 10px 10px 10px 10px;
transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-box-shadow .3s;
box-shadow: 8px 8px 20px 0 rgb(0 0 0 / 5);
overflow: hidden;
}
.info-section .widget-contact::before {
content: '';
position: absolute;
height: 42%;
bottom: 0;
left: 0;
right: 0;
background: linear-gradient(to top, var(--bs-primary) 40%,transparent);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f64a00 40%',endColorStr='rgba(0, 0, 0, 0)');
z-index: 99;
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
opacity: 0;
}
.info-section .widget-contact:hover:before {
width: 102%;
height: 100%;
border-radius: 0;
opacity: 1;
z-index: 1;
left: 0;
}
.info-section .widget-contact:hover .more {
z-index: 1;
position: relative;
color: #fff;
}
.info-section .feature-box-icon i, .info-section .feature-box-icon img  {
font-size: 30px;
width: 60px;
height: 60px;
line-height: 60px;
background-color: var(--bs-primary);
text-align: center;
border-radius: 50%;
color: var(--bs-white);
transition: 0.8s;
}
.widget-contact:hover .feature-box-icon i {
background: var(--bs-secondary);
}
.info-section .fbox-number {
position: absolute;
font-size: 70px;
line-height: 70px;
top: 30px;
opacity: .1;
right: 30px;
font-weight: 700;
}
.fbox-content {
margin-bottom: 10px;
}
.side-border-lines {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 94%;
height: 94%;
border: 2px dashed var(--bs-primary);
margin: auto;
border-radius: 0;
z-index: 0;
}
.widget-contact:hover .side-border-lines{
z-index:1;
border: 2px dashed var(--bs-white);
border-radius: 10px;
}
.info-section .feature-box-icon i{
animation: corner 10s;
animation-iteration-count: infinite;
animation-timing-function: linear;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
}
@keyframes corner {
0% {
border-top-left-radius: 1% 50%;
}
12.5% {
border-top-left-radius: 50%;
border-top-right-radius: 50%;
}
25% {
border-top-right-radius: 1% 50%;
}
25.001% {
border-top-right-radius: 50% 1%;
}
37.5% {
border-top-right-radius: 50%;
border-bottom-right-radius: 50%;
}
50% {
border-bottom-right-radius: 50% 1%;
}
50.001% {
border-bottom-right-radius: 1% 50%;
}
62.5% {
border-bottom-right-radius: 50%;
border-bottom-left-radius: 50%;
}
75% {
border-bottom-left-radius: 1% 50%;
}
75.001% {
border-bottom-left-radius: 50% 1%;
}
87.5% {
border-bottom-left-radius: 50%;
border-top-left-radius: 50%;
}
100% {
border-top-left-radius: 50% 1%;
}
}    .service-section{
position: relative;
}
.service-section .service-inner {
-webkit-box-shadow: rgb(2 2 2 / 6%) 0 0 50px;
-moz-box-shadow: rgba(2,2,2,.06) 0 0 50px;
box-shadow: rgb(2 2 2 / 6%) 0 0 50px;
border: none;
border-radius: 10px;
background: #fff;
overflow: hidden;
border-bottom: 4px solid;
transition: all .3s ease-in-out 0s;
-webkit-transition: .3s ease-in-out;
-moz-transition: .3s ease-in-out;
-ms-transition: .3s ease-in-out;
-o-transition: .3s ease-in-out;
border-bottom-color: var(--bs-primary);
}
.service-content {
padding: 0px 30px 30px 30px;
text-align: center;
}
.service-thumb{
margin-bottom: 30px;
position: relative;
overflow: hidden;
}
.service-icon-img-wrap {
width: 80px;
margin: -72px auto 0;
background: #fff;
border-radius: 50%;
height: 80px;
-webkit-box-shadow: 0 5px 10px 0 rgb(204 204 204 / 34%);
box-shadow: 0 5px 10px 0 rgb(204 204 204 / 34%);
position: relative;
margin-bottom: 30px;
text-align: center;
}
.service-icon-img-wrap img, .service-icon-img-wrap i {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 40px;
left: 22%;
right: 0;
}
.service-icon-img-wrap i {
font-size: 40px;
color: var(--bs-primary);
}
.service-inner .service-thumb:before {
content: "";
background: rgba(7,14,32,.85);
position: absolute;
right: 0;
left: 0;
bottom: 0;
border-radius: 0;
transition: all .3s ease;
-webkit-transition: .3s;
-moz-transition: .3s;
height: 0;
}
.service-inner .service-title {
margin-bottom: 34px!important;
text-align: center;
}
.service-inner .service-title a {
position: relative;
padding-bottom: 15px;
color: var(--bs-secondary);
text-decoration:none;
}
.service-inner .service-title a::before {
content: "";
width: 30px;
height: 3px;
left: 0;
right: 0;
margin: auto;
position: absolute;
bottom: -5px;
border-radius: 30px;
background: var(--bs-primary);
}
.service-inner .post-more {
text-align: center;
}
.service-inner .post-more a, .feature-box-inner .read-more {
padding: 0;
position: relative;
font-size: 16px;
text-decoration: none;
border-bottom: 2px solid;
border-radius: 0;
color: var(--bs-primary);
font-weight: 600;
}
.service-inner:hover {
transform: translateY(-10px);
-webkit-transform: translateY(-10px);
-moz-transform: translateY(-10px);
transition: all .3s ease-in-out 0s;
-webkit-transition: .3s ease-in-out;
-moz-transition: .3s ease-in-out;
-ms-transition: .3s ease-in-out;
-o-transition: .3s ease-in-out;
}
.service-inner:hover .service-thumb:before {
border-radius: 0;
transition: all .3s ease;
-webkit-transition: .3s;
-moz-transition: .3s;
height: 100%;
}
.service-icon-img-wrap:after, .fx-feature-icon:after {
top: -4px;
left: -4px;
padding: 0;
z-index: 10;
border: 4px dashed #fff;
pointer-events: none;
position: absolute;
width: 100%;
height: 100%;
border-radius: 50%;
content: '';
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
opacity: 0;
}
.service-inner:hover .service-icon-img-wrap:after, .features-wrap:hover .fx-feature-icon:after {
-webkit-transition: box-shadow 0.2s;
-moz-transition: box-shadow 0.2s;
transition: box-shadow 0.2s;
webkit-animation: spinAround 9s linear infinite;
-moz-animation: spinAround 9s linear infinite;
animation: spinAround 9s linear infinite;
opacity: 1;
}
@-webkit-keyframes spinAround {
from {
-webkit-transform: rotate(0deg)
}
to {
-webkit-transform: rotate(360deg);
}
}
@-moz-keyframes spinAround {
from {
-moz-transform: rotate(0deg)
}
to {
-moz-transform: rotate(360deg);
}
}
@keyframes spinAround {
from {
transform: rotate(0deg)
}
to {
transform: rotate(360deg);
}
}  .flixita-features-section .features-wrap {
position: relative;
width: 100%;
padding: 2rem 1rem;
height: auto;
background: var(--bs-white);
display: block;
border-radius: 6px;
margin-bottom: 30px;
transition: all ease 0.4s;
z-index: 1;
}
.features-wrap:before {
content: "";
background: rgba(7,14,32,.85);
position: absolute;
right: 0;
left: 0;
bottom: 0;
border-radius: 0;
transition: all .3s ease;
-webkit-transition: .3s;
-moz-transition: .3s;
height: 0;
z-index: -1;
}
.flixita-features-section .fx-feature-city {
position: absolute;
top: 12px;
left: 12px;
font-size: 11px;
font-weight: 500;
padding: 1px 6px;
background: rgb(0 150 136 / 10%);
border-radius: 2px;
color: var(--bs-primary);
}
.flixita-features-section .fx-feature-icon {
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
margin: 10px auto;
border-radius: 50%;
background: rgb(244 27 59 / 7%);
font-size: 28px;
color: var(--bs-primary);
transition: all ease 0.4s;
position: relative;
}
.flixita-features-section a.fx-feature-wrap {
text-decoration: none;
}
.flixita-features-section .fx-feature-caption h4 {
font-weight: 700;
font-size: 20px;
color: var(--bs-secondary);
line-height: 26px;
}   .features-wrap:hover:before {
border-radius: 0;
transition: all .3s ease;
-webkit-transition: .3s;
-moz-transition: .3s;
height: 100%;
}
.features-wrap:hover .fx-feature-city {
background: rgb(249 249 249 / 96%);
}
.features-wrap:hover .fx-feature-icon {
background-color: var(--bs-white);
}
.features-wrap:hover .fx-feature-caption h4, .features-wrap:hover .fx-feature-caption span {
color: var(--bs-white) !important;
}  .project-inner .post-thumb {
position: relative;
}
.project-inner .post-thumb:before {
content: '';
transition: all 150ms ease-in-out .2s;
position: absolute;
width: 100%;
bottom: 0;
top: auto;
height: 50%;
background: rgba(255,255,255,.95);
right: -100%;
left: auto;
}
.project-inner .post-thumb {
overflow: hidden;
}
.project-inner .post-thumb:after {
content: '';
transition: all 150ms ease-in-out .2s;
position: absolute;
background: rgba(255,255,255,.95);
top: 0;
height: 50%;
width: 100%;
left: -100%;
z-index: -1;
}
.project-inner:hover .post-thumb:before {
right: 0;
opacity: 1;
width: 100%;
height: 50%;
transition: all .8s;
z-index: 1;
}
.project-inner:hover .post-thumb:after {
left: 0;
opacity: 1;
transition: all .8s;
z-index: 1;
}
.project-inner:hover .post-overlay-items {
bottom: 50%;
transition: all .8s;
}
.project-inner .post-thumb img {
border-radius: 5px;
}
.project-inner .post-overlay-items {
opacity: 1;
background: #fff;
box-shadow: 0 0 18px 0 rgb(10 27 95 / 10%);
padding: 20px;
max-width: calc(100% - 80px);
position: absolute;
z-index: 2;
margin: 0 auto;
width: auto;
left: 0;
right: 0;
top: initial;
bottom: 61px;
transform: translateY(40px);
-webkit-transform: translateY(40px);
-moz-transform: translateY(40px);
overflow: hidden;
}
.project-inner .post-category {
text-transform: capitalize;
display: block;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
-webkit-transition: .4s cubic-bezier(.4,0,.2,1);
-o-transition: .4s cubic-bezier(.4,0,.2,1);
transition: all cubic-bezier(.4,0,.2,1) .4s;
margin-bottom: 5px;
line-height: 1.2;
}
.project-inner .post-category a {
font-size: 18px;
font-weight: 600;
color: var(--bs-primary);
text-decoration: none;
}
.project-inner .post-title-head a {
margin-bottom: 0;
line-height: 1;
color: var(--bs-secondary);
text-decoration: none;
}
.project-inner .post-more {
position: absolute;
right: 20px;
top: 50%;
transform: translateY(-50%);
margin-left: 0;
}
.project-inner .post-more a {
background-color: var(--bs-primary);
padding: 6px 14px;
display: block;
font-size: 0;
}
.project-inner .post-more a:before {
content: "\f067";
font-family: var(--bs-font-awesome);
font-size: 20px;
font-weight: 600;
color: #fff;
}  .flixita-call-action-section {
background-position: center center;
background-repeat: repeat;
position:relative;
padding: 3.75rem 0;
background-color: var(--bs-primary);
}
.flixita-call-action-section .call-content h2 {
color: var(--bs-secondary);
font-size: 45px;
}
.flixita-call-action-section .call-content h6 {
color: var(--bs-white);
}
.flixita-call-action-section .call-wrap, .flixita-call-action-section .call-details1, .flixita-call-action-section .call-details2 {
display: -ms-flexbox;
display: flex;
-ms-flex-align: start;
align-items: flex-start;
}
.flixita-call-action-section .call-details2 {
margin-left: 25px;
}
.flixita-call-action-section .call-icon {
margin-right: 25px;
font-size: 28px;
width: 58px;
height: 58px;
line-height: 58px;
color: var(--bs-white);
background-color: var(--bs-secondary);
box-shadow: 7px 5px 30px 0 rgb(72 73 121);
border-radius: 50%;
text-align: center;
display: inline-block;
animation: tada 2s infinite;
-webkit-animation: tada 2s infinite;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.flixita-call-action-section .call-body a {
color: var(--bs-white);
text-decoration: none;
font-weight: 700;
font-size: 30px;
line-height: 48px;
} .post-section {
position: relative;
overflow: hidden;
}
.blog-carousel .owl-stage {
margin: 15px 0;
}
.post-grid {
background: none;
box-shadow: none;
clear: both;
}
.post-grid .author-name > a:not(:hover):not(:focus) {
color: var(--bs-secondary);
}
.post-grid:not(.post-single):hover .author-name > a:not(:hover):not(:focus),
.post-grid:not(.post-single):focus-within .author-name > a:not(:hover):not(:focus) {
color: var(--bs-white);
}
span.post-underline {
display: block;
border-width: 0;
border-bottom-width: 3px;
border-style: dotted;
border-color: var(--bs-gray-500-thumb);
height: 4px;
position: relative;
background: none;
margin-bottom: 1.65rem;
}
.post-grid .post-title {
padding-bottom: 1.55rem;
margin-bottom: 2rem;
}
.post-job .post-title {
padding-bottom: 0;
margin-bottom: 0.5rem;
border-bottom: 0;
}
span.post-underline:after,
.post-items:not(.latest_posts):not(.post-job) .post-title:after {
content: "";
position: absolute;
bottom: -10px;
left: 0;
width: 100%;
border-width: inherit;
border-bottom-width: inherit;
border-style: inherit;
border-color: inherit;
}
.post-title a {
text-decoration: none;
}
.post-title a:not(:hover):not(:focus) {
color: var(--bs-secondary);
}
.post-items p {
font-weight: 500;
}
.post-items p {
display: block;
word-break: break-word;
position: relative;
margin-bottom: 1.25rem;
}
.post-items p > img {
border-radius: 10px;
width: 95%;
margin: auto;
}
.post-items p + blockquote {
margin-top: 1.7rem;
}
.post-image {
width: 100%;
position: relative;
overflow: hidden;
z-index: 0;
}
.post-image-absolute {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 10px;
overflow: hidden;
opacity: 0;
visibility: hidden;
z-index: 0;
-webkit-transition: var(--bs-transition);
transition: var(--bs-transition);
}
.post-image-absolute:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: var(--bs-secondary-dark);
opacity: 0.7;
z-index: 0;
}
.post-image-absolute .featured-image,
.post-image-absolute .featured-image a {
width: 100%;
height: 100%;
}
.featured-image a.post-hover {
position: relative;
z-index: 0;
display: block;
overflow: hidden;
}
.post-image-absolute .featured-image img {
height: 100%;
object-fit: cover;
object-position: center;
}
.post-image .post-meta {
position: absolute;
top: 30px;
right: 30px;
left: 30px;
margin: 0 auto;
text-align: right;
z-index: 0;
}
.post-content {
position: relative;
width: 100%;
padding: 40px 20px 30px;
border-radius: inherit;
z-index: 0;
-webkit-transition: var(--bs-transition);
transition: var(--bs-transition);
}
.post-grid .post-content {
background-color: var(--bs-white);
box-shadow: 0px 0px 20px 0px rgba(33, 68, 98, 0.19);
}
.post-grid .post-image + .post-content {
width: 90%;
margin: auto;
margin-top: -2.5rem;
}
.post-items:not(.post-single) .post-content:before {
position: absolute;
content: '';
left: 0;
right: 0;
bottom: 0;
top: 0;
background-color: var(--bs-secondary);
opacity: 0;
-webkit-transition: .5s;
transition: .5s;
-webkit-transform: perspective(400px) rotateX(-90deg);
transform: perspective(400px) rotateX(-90deg);
-webkit-transform-origin: top;
transform-origin: top;
border-radius: inherit;
z-index: -1;
}
.post-items:not(.latest_posts):hover .post-content:before,
.post-items:not(.latest_posts):focus-within .post-content:before {
-webkit-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
.post-items .post-image-absolute + .post-content:before {
display: none;
}
.post-grid .post-image {
border-radius: inherit;
}
a.more-link {
background-color: var(--bs-primary);
color: var(--bs-white);
text-decoration: none;
padding-right: 3.75rem;
position: relative;
}
a.more-link:after {
content: "\f061";
font-family: var(--bs-font-awesome);
position: absolute;
top: 0;
right: 6px;
bottom: 0;
margin: auto 0;
width: 36px;
height: 36px;
line-height: 36px;
font-size: 1.125rem;
text-align: center;
background-color: var(--bs-white);
color: var(--bs-primary);
border-radius: 100%;
-webkit-transition: var(--bs-transition);
transition: var(--bs-transition);
z-index: 0;
}
a.more-link:hover:after,
a.more-link:focus:after {
transform: rotate(360deg);
color: var(--bs-primary);
background-color: var(--bs-secondary);
}
a.more-link:hover,
a.more-link:focus {
color: var(--bs-white);
background-color: var(--bs-primary);
}
.post-meta, .post-meta > div:not(.post-line) {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}
.post-meta {
margin-bottom: 0.5rem;
}
.post-meta > div:not(.post-line) {
width: 100%;
align-items: flex-start;
}
.post-grid .post-meta > div:not(.post-line) {
justify-content: flex-start;
position: relative;
}
.post-grid .post-meta > div:not(.post-line) > span:not(:first-child) {
position: relative;
padding-left: 6px;
margin-left: 2px;
}
.post-grid .post-meta > div:not(.post-line) > span:not(:first-child):after {
content: "/";
position: absolute;
top: 0;
left: 0;
color: var(--bs-secondary);
-webkit-transition: var(--bs-transition);
transition: var(--bs-transition);
}
.post-grid:hover .post-meta > div:not(.post-line) > span:not(:first-child):after,
.post-grid:focus-within .post-meta > div:not(.post-line) > span:not(:first-child):after {
color: var(--bs-white);
}
.post-meta a {
text-decoration: none;
}
.post-meta .post-date a {
line-height: 1.1;
font-weight: 600;
}
.post-items:not(.post-grid) .post-meta .post-date a {
display: flex;
align-items: center;
justify-content: flex-start;
}
.post-items:not(.post-grid):not(:hover):not(:focus-within) .post-meta .post-date a:not(:hover):not(:focus) {
color: var(--bs-secondary);
}
.post-items:not(.post-grid) .post-meta .post-date span {
font-size: 3.125rem;
line-height: 0.65;
display: inline-block;
font-weight: bold;
margin-right: 0.625rem;
}
.author-name > a {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.author-name .author-image {
width: 50px;
height: 50px;
border-radius: 100%;
display: inline-block;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
border: 1px solid #fefefe;
}
.widget_rss .rss-date:not(.icon) {
position: relative;
padding-left: 16px;
}
.widget_rss .rss-date:not(.icon):before {
content: '';
width: 6px;
height: 6px;
background-color: var(--bs-primary);
position: absolute;
left: 0;
top: 0;
bottom: 0;
margin: auto 0;
border-radius: 50%;
}
.count-link {
position: absolute;
right: -16px;
top: -35px;
width: 50px;
height: 50px;
font-size: 0.75rem;
font-weight: 600;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
border-radius: 8px;
background-color: var(--bs-white);
box-shadow: 0px 0px 7.52px 0.48px rgba(33, 33, 33, 0.23);
-webkit-transition: var(--bs-transition);
transition: var(--bs-transition);
}
.count-link i {
margin-bottom: 3px;
}
.count-link a,
.count-link i {
line-height: 1;
color: var(--bs-secondary-dark);
-webkit-transition: var(--bs-transition);
transition: var(--bs-transition);
}
.post-meta ul {
padding: 0;
list-style: none;
margin: 0;
}
.post-meta ul li a:not(:nth-child(2)) {
margin-left: 6px;
}
.post-meta ul li a:first-child {
display: none;
}
.post-line a {
color: var(--bs-white);
text-decoration: inherit;
}
.post-line {
color: var(--bs-white);
background-color: var(--bs-primary);
font-size: 1rem;
font-weight: 600;
padding: 6px 15px;
border-radius: 6.25rem;
display: inline-block;
line-height: 1.15;
position: absolute;
top: -15px;
left: auto;
}
.post-grid:not(:hover):not(:focus-within) .post-line {
background-color: var(--bs-secondary);
}
.post-line a:hover,
.post-line a:focus {
color: var(--bs-white);
}
.post-line > span:not(:last-child) {
margin-right: 10px;
}
.post-line > span i {
margin-right: 2px;
}
.post-items .widget_social_widget {
text-align: center;
margin: 1.5rem 0;
}
.post-items .widget_social_widget .widget-title,
.post-items .widget_social_widget ul {
display: inline-block;
margin: 0;
vertical-align: middle;
}
.post-items .widget_social_widget .widget-title {
margin-right: 15px;
}
.post-items .widget_social_widget li a {
color: var(--bs-white);
background-color: var(--bs-secondary);
}
.post-items .widget_social_widget li a:hover,
.post-items .widget_social_widget li a:focus {
color: var(--bs-white);
background-color: var(--bs-primary);
}
.post-items:hover .post-image-absolute,
.post-items:focus-within .post-image-absolute {
opacity: 1;
visibility: visible;
}
.post-items:not(.latest_posts):not(.post-single):hover p,
.post-items:not(.latest_posts):not(.post-single):hover .post-title a:not(:hover):not(:focus),
.post-items:not(.latest_posts):not(.post-single):hover .post-date a:not(:hover):not(:focus),
.post-items:not(.latest_posts):not(.post-single):focus-within p,
.post-items:not(.latest_posts):not(.post-single):focus-within .post-title a:not(:hover):not(:focus),
.post-items:not(.latest_posts):not(.post-single):focus-within .post-date a:not(:hover):not(:focus) {
color: var(--bs-white);
}
.post-items:hover span.post-underline,
.post-items:focus-within span.post-underline,
.post-items:not(.latest_posts):not(.post-job):not(.post-single):hover .post-title,
.post-items:not(.latest_posts):not(.post-job):not(.post-single):focus-within .post-title {
border-color: var(--bs-white);
}
.post-items:not(.post-single):hover .count-link a,
.post-items:not(.post-single):hover .count-link i,
.post-items:not(.post-single):focus-within .count-link a,
.post-items:not(.post-single):focus-within .count-link i {
color: var(--bs-white);
}
.post-items:not(.post-single):hover .count-link,
.post-items:not(.post-single):focus-within .count-link {
background-color: var(--bs-primary);
color: var(--bs-white);
}
.post-single .post-title {
border-color: var(--bs-gray);
font-size: 2rem;
}
.post-items blockquote {
width: 82.563%;
margin: auto;
text-align: center;
}
.post-items .widget {
width: 60%;
margin: auto;
}  .main-footer {
color: var(--bs-white);
background-repeat: no-repeat;
background-position: center top;
background-size: cover;
padding-top: 50px;
}
.main-footer .gallery-item {
border: 1px solid #202052;
}
.main-footer .gallery-item figcaption:before {
font-size: 0.5rem;
}
.footer-main {
padding-bottom: 5rem;
padding-top: 50px;
}
.footer-main .contact-area {
align-items: baseline;
}
.footer-main .contact-area:not(:last-child) {
margin-bottom: .75rem;
}
.footer-main .contact-icon {
width: 16px;
height: auto;
font-size: 100%;
margin-right: 10px;
}
.footer-main .contact-info .text {
line-height: 1.5;
}
.footer-main .st-grid-dl dt:not(#sunday),
.footer-main .st-grid-dl dd:not(:last-child) {
border-bottom: 1px solid rgb(171 171 171 / 0.20);
}
.footer-main .st-grid-dl dt#sunday,
.footer-main .st-grid-dl dd#closed {
color: var(--bs-primary);
}
.footer-copyright {
color: #fff;
font-size: 16px;
line-height: 12px;
background-color: #1a213e;
border-top-width: 0;
border-top-style: solid;
border-top-color: #191919;
padding-top: 0;
padding-bottom: 0;
}
.footer-copyright .widget-left img {
margin-bottom: 15px;
max-width: 180px;
margin-top: 10px;
}
.footer-copyright .copyright-text {
font-size: 1.17rem;
line-height: initial;
}
.copyright-text a {
color: var(--bs-primary);
}
.copyright-text a:not(:hover):not(:focus) {
text-decoration: none;
}
.footer-copyright .widget_text .textwidget .logo {
margin-bottom: 0;
}
.footer-copyright .widget-left {
min-height: 60px;
position: relative;
}
.footer-copyright .col-lg-12 .widget-left .contact-icon-duplicate {
display: none;
}
@media (min-width: 992px) {
.footer-copyright .col-lg-12 .widget-left {
padding-right: 60px;
}
.footer-copyright .col-lg-12 .widget-left .contact-icon-duplicate {
right: -50px;
display: flex;
}
}
.footer-copyright .col-lg-12 .widget-left {
justify-content: center;
}
.footer-copyright .col-lg-12 .widget-left .widget.widget-contact {
position: relative;
z-index: 0;
}
.footer-copyright .col-lg-12 .copyright-text {
padding: 20px 0;
}
.footer-copyright .contact-area .contact-icon {
font-size: 1.563rem;
width: 44px;
height: 44px;
border-radius: 100%;
background-color: var(--bs-primary);
color: var(--bs-white);
}
.footer-copyright .contact-area .contact-icon-duplicate {
font-size: 4rem;
color: var(--bs-primary);
position: absolute;
top: 0;
right: 15px;
bottom: 0;
margin: auto 0;
display: flex;
align-items: center;
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
opacity: 0.15;
}
.footer-copyright .contact-area .contact-icon:after,
.footer-copyright .contact-area .contact-icon:before {
content: "";
display: block;
position: absolute;
top: 0;
right: 0;
z-index: -1;
bottom: 0;
left: 0;
border-radius: 50%;
background-color: var(--bs-primary);
opacity: 0.3;
}
.footer-copyright .contact-area .contact-icon:before {
-webkit-animation: ripple 2s linear infinite;
animation: ripple 2s linear infinite;
}
.footer-copyright .contact-area .contact-icon:after {
-webkit-animation: ripple 2s linear 1s infinite;
animation: ripple 2s linear 1s infinite;
}
.footer-copyright .contact-area .title {
font-size: 1.563rem;
font-weight: 600;
color: var(--bs-white);
}
.footer-copyright .contact-area .text {
font-size: 2.188rem;
font-weight: bold;
}
.footer-copyright .contact-area a:not(:hover):not(:focus) {
color: var(--bs-white);
}
.footer-top .widget-contact {
border: 1px solid #fefefe1a;
padding: 30px 20px;
}
.footer-top .widget-contact h6 {
font-size: 20px;
}
.footer-top .widget-contact .text, .footer-top .widget-contact .text a {
font-size: 18px;
color: #fff;
}
.footer-main .about-addresss i {
margin-right: 10px;
}
.footer-main .wp-block-calendar thead tr th {
background-color: var(--bs-primary);
}
.footer-main .wp-block-calendar td, .footer-main .wp-block-calendar th {
color: var(--bs-white);
}  .scrollingUp {
position: fixed;
bottom: 55px;
right: 30px;
background: 0 0;
color: var(--bs-primary-light);
width: 46px;
height: 46px;
line-height: 46px;
text-align: center;
transition: .9s;
border-radius: 100%;
font-size: 30px;
border: none;
z-index: 5;
overflow: visible;
visibility: hidden;
opacity: 0;
box-shadow: inset 0 0 0 2px var(--bs-primary-light) !important;
}
button.scrollingUp:hover,
button.scrollingUp:focus {
outline: none;
color: var(--bs-primary);
background: 0 0;
}
.scrollingUp.is-active {
visibility: visible;
opacity: 1;
}
.scrollingUp i {
transform: translateY(-2px);
}
.scrollingUp svg {
position: absolute;
top: 0;
left: 0;
width: 46px;
height: 46px;
transform: rotate(-90deg);
}
.scrollingUp circle {
stroke-width: 2;
fill: none;
stroke: var(--bs-primary);
stroke-dasharray: 262px;
box-sizing: border-box;
transition: all 200ms linear!important;
}  .breadcrumb-area {
width: 100%;
position: relative;
z-index: 2;
height: auto;
display: block;
min-height: 260px;
background-size: 100%;
background-color: var(--bs-secondary);
}
.breadcrumb-area:after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
background-color: var(--bs-black);
opacity: 0.75;
transition: var(--bs-transition);
z-index: -1;
}
.breadcrumb-content {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
width: 100%;
height: 100%;
padding: 30px;
min-height: 260px;
color: var(--bs-white);
}
.breadcrumb-heading {
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-pack: center;
justify-content: center;
padding: 0;
width: 100%;
max-width: 50%;
}
.breadcrumb-list {
flex-shrink: 0;
list-style: none;
width: 100%;
max-width: 50%;
padding: 0;
margin: 0;
}
.breadcrumb-list li {
display: inline-block;
word-break: break-word;
font-weight: 600;
font-size: 1.125rem;
}
.breadcrumb-list li a {
color: var(--bs-white);
}
.breadcrumb-list li:not(:first-child) {
margin-left: 0.35rem;
}
.breadcrumb-list li i {
vertical-align: baseline;
line-height: 2.25rem;
font-size: 1.2rem;
color: var(--bs-white);
text-align: center;
-webkit-transition: var(--bs-transition);
transition: var(--bs-transition);
}
.breadcrumb-content .breadcrumb-list li a:hover i,
.breadcrumb-content .breadcrumb-list li a:focus i {
color: var(--bs-white);
background-color: var(--bs-secondary);
transform: rotate(360deg);
}
.breadcrumb-center .breadcrumb-content {
-ms-flex-direction: column;
flex-direction: column;
justify-content: center;
margin: auto;
}
.breadcrumb-center .breadcrumb-content {
padding: 30px 0 0; 
}
.breadcrumb-center .breadcrumb-heading {
text-align: center;
margin-bottom: 0.75rem;
}
.breadcrumb-list {
text-align: center;
max-width: max-content;
display: inline-block;
}
.breadcrumb-left .breadcrumb-content {
justify-content: space-between;
}
.breadcrumb-right .breadcrumb-content {
flex-direction: row-reverse;
justify-content: space-between;
}
.breadcrumb-right .breadcrumb-list,
.breadcrumb-left .breadcrumb-heading {
text-align: left;
}
.breadcrumb-left .breadcrumb-list,
.breadcrumb-right .breadcrumb-heading {
text-align: right;
}  .navigation.pagination, .woocommerce nav.woocommerce-pagination ul {
display: inline-flex;
margin: 0;
padding: 10px;
background-color: #fff;
border-radius: 40px;
box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.5);
}
nav.woocommerce-pagination ul, .pagination .nav-links {
display: inline-flex;
}
.pagination .page-numbers:not(.dots), .woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers {
font-weight: 600;
border-width: 2px;
border-style: solid;
border-color: transparent;
color: var(--bs-white);
background-color: var(--bs-secondary);
display: flow-root;
font-size: 16px;
line-height: 1.2;
min-width: 40px;
text-align: center;
padding: 0.532rem 0.35rem;
-webkit-transition: var(--bs-transition-slow);
transition: var(--bs-transition-slow);
vertical-align: baseline;
white-space: nowrap;
position: relative;
text-decoration: none;
border-radius: 6.25rem;
cursor: pointer;
}
.pagination .page-numbers:not(.dots):after, 
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers:after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 92%;
height: 92%;
margin: auto;
border: 3px solid var(--bs-white);
border-radius: 6.25rem;
}
.pagination .page-numbers.dots {
display: inline-block;
line-height: 16px;
font-size: 50px;
margin-right: 10px;
}
.pagination .nav-links a:hover,
.pagination .nav-links a:focus,
.pagination .nav-links .page-numbers.current,
.woocommerce nav.woocommerce-pagination ul li a.page-numbers:focus, .woocommerce nav.woocommerce-pagination ul li a.page-numbers:hover, .woocommerce nav.woocommerce-pagination ul li span.page-numbers.current {
color: var(--bs-white);
background-color: var(--bs-primary);
}
.woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul li {
border: none;
}
.pagination .page-numbers:not(.dots):not(:last-child),
.woocommerce nav.woocommerce-pagination ul.page-numbers li:not(:last-child) .page-numbers {
margin-right: 7px;
}
.pagination .page-numbers.next:hover,
.pagination .page-numbers.next:focus,
.pagination .page-numbers.prev:hover,
.pagination .page-numbers.prev:focus,
.woocommerce nav.woocommerce-pagination ul li a.next.page-numbers:focus, 
.woocommerce nav.woocommerce-pagination ul li a.next.page-numbers:hover {
transform: rotate(360deg);
}
.fx-post-pagination div.nav {
display: inline-flex;
align-items: center;
}
.fx-post-pagination div.nav>span {
display: inline-block;
margin: 0 10px;
line-height: 40px;
padding: 0 10px;
font-weight: 700;
}
.fx-post-pagination div.nav a {
display: inline-block;
color: var(--bs-white);
padding: 5px 25px;
font-weight: 600;
letter-spacing: 0.185px;
position: relative;
z-index: 0;
border-radius: 6.25rem;
background-color: var(--bs-primary);
vertical-align: middle;
display: inline-block;
padding: 0 20px;
line-height: 40px;
-webkit-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}  .fx-filter-tabs {
width: 100%;
margin: -1.25rem 0 1.875rem;
padding: 0;
display: block;
}
.fx-filter-tabs ul {
padding: 0;
list-style: none;
display: flex;
align-items: center;
flex-wrap: wrap;
}
.fx-filter-tabs a {
display: inline-block;
position: relative;
letter-spacing: .15px;
padding: 10px 20px;
font-weight: 500;
font-size: 18px;
border: none;
margin-top: 20px;
color: var(--bs-white);
background-color: var(--bs-secondary);
border-radius: 0;
text-transform: capitalize;
text-decoration: none;
z-index: 0;
}
.fx-filter-tabs a:not(:last-child) {
margin-right: 20px;
}
.fx-filter-tabs:not(.tab-swipe-filter) a.active,
.fx-filter-tabs:not(.tab-swipe-filter) a:hover,
.fx-filter-tabs:not(.tab-swipe-filter) a:focus {
color: var(--bs-white);
background-color: var(--bs-primary);
}
.st-filter-swipe {
position: relative;
max-width: max-content;
margin: auto;
}
.fx-filter-tabs.tab-swipe-filter {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: flex-start;
border-radius: 6.25rem;
overflow: hidden;
z-index: 1;
padding: 9px 1px 9px 1px;
border: 1px solid #aeaeae;
margin-bottom: 2.438rem;
}
.fx-filter-tabs.tab-swipe-filter:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: var(--bs-primary);
opacity: 0.2;
z-index: -1;
}
.fx-filter-tabs.tab-swipe-filter a {
margin: 0;
background: none;
padding: 7px 20px 7px 24px;
font-weight: 600;
color: var(--bs-secondary);
}
.fx-filter-tabs.tab-swipe-filter a.active {
color: var(--bs-white);
}
.fx-filter-tabs.tab-swipe-filter a:after {
content: "\f061";
font-family: var(--bs-font-awesome);
width: 36px;
height: 36px;
line-height: 36px;
font-size: 1.125rem;
background-color: var(--bs-secondary);
color: var(--bs-white);
border-radius: 100%;
display: inline-block;
margin-left: 15px;
transition: var(--bs-transition);
}
.fx-filter-tabs.tab-swipe-filter a.active:after {
background-color: var(--bs-white);
color: var(--bs-primary);
transform: rotate(360deg);
}  .author-details {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
padding: 1.875rem;
border-radius: 10px;
overflow: hidden;
color: var(--bs-white);
background-color: var(--bs-secondary);
}
.author-details .section-header {
width: 100%;
display: block;
margin-bottom: 1.5rem;
}
.comments-title h3,
.comment-reply-title,
.author-details .section-header h3 {
line-height: 1;
font-size: 2rem;
padding-bottom: 1.25rem;
margin-bottom: 2.35rem;
border-width: 0;
border-bottom-width: 3px;
border-style: dotted;
border-color: var(--bs-gray-500-thumb);
position: relative;
}
.comments-title h3:before,
.comment-reply-title:before,
.author-details .section-header h3:before {
content: "";
position: absolute;
bottom: -10px;
left: 0;
width: 100%;
border-width: inherit;
border-bottom-width: inherit;
border-style: inherit;
border-color: inherit;
}
.author-details .media {
width: 100%;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.author-details .media .auth-mata {
-ms-flex-item-align: start;
align-self: flex-start;
-ms-flex-negative: 1;
flex-shrink: 1;
-ms-flex-positive: 0;
flex-grow: 0;
margin-right: 1.25rem;
margin-top: 0;
}
.author-details .media .auth-mata img {
width: 110px;
border-radius: 100%;
border: 1px solid rgb(222 222 222 / 0.10);
}
.author-details .media .media-body {
flex: 1;
}
.author-details h4, .author-details .author-widget {
display: inline-block;
}
.author-details .widget_social_widget li a {
background-color: var(--bs-white);
color: var(--bs-primary);
}
.author-details .media .media-body h5 {
letter-spacing: 0.25px;
vertical-align: baseline;
}
.author-details .media .media-body h5 a:not(:hover):not(:focus) {
color: var(--bs-white);
}
.author-details .media .media-body h5 span {
font-size: 1rem;
}
.author-details .media .media-body h5 span,
.author-details .media .media-body p {
font-weight: 500;
}
.author-details .media .media-body h5 span i {
font-size: 80%;
margin-right: 3px;
}
.author-details p {
display: block;
clear: both;
}
.author-details .btn {
color: var(--bs-secondary);
font-weight: 700;
padding: 0.75rem 1.135rem;
font-size: 0.95rem;
letter-spacing: 0;
}
.author-details .btn:hover,
.author-details .btn:focus {
border-color: var(--bs-white);
}  .comment-form-rating {
display: block;
clear: both;
margin-top: 45px;
}
.comments-area {}
.comments-title,
.comments-title {
margin-bottom: 1.25rem;
text-align: left;
}
.comment-list {
padding: 0;
list-style: none;
margin-bottom: 1.75rem;
}
.comments-area li {
list-style: none;
position: relative;
padding-left: 110px;
}
.comments-area .comment-body {
padding: 30px;
min-height: 120px;
overflow-wrap: break-word;
border-radius: 7px;
z-index: 0;
box-shadow: 0px 0px 15px 3px rgba(33, 33, 33, 0.15);
}
.comments-area .children .comment-body {
box-shadow: none;
background-color: var(--bs-primary-light);
}
.comments-area li:not(:last-child) .comment-body {
margin-bottom: 1.75rem;
}
.comments-area .comment-meta {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: baseline;
align-items: baseline;
font-weight: 600;
}
.comments-area .comment-meta a:not(:hover):not(:focus) {
text-decoration: none;
color: var(--bs-secondary);
}
.comments-area .comment-meta time {
font-weight: 500;
}
.comments-area .comment-meta .comment-author img {
position: absolute;
z-index: 0;
left: 0px;
top: 0;
bottom: 0;
width: 90px;
border-radius: 100%;
}
.comment-author b {
font-weight: 700;
}
.comment-meta .comment-metadata {
margin-left: 5px;
}
.comment-content {
position: relative;
z-index: 0;
padding: 0.5rem 0 0.85rem;
}
.comment-content p {
margin: 0;
font-weight: 500;
}
.comment-metadata .edit-link {
margin-left: 10px;
}
.comment-metadata .edit-link,
.comment-body .reply {
font-weight: 600;
display: inline-block;
}
.comment-metadata .edit-link a,
.comment-body .reply a {
display: inline-flex;
font-weight: 700;
}
.comment-metadata .edit-link a:not(:hover):not(:focus),
.comment-body .reply a:not(:hover):not(:focus) {
color: var(--bs-secondary);
}
.comment-body .reply {
text-align: left;
}
.comment-list .children {
position: relative;
padding: 0;
margin: 0;
margin-top: 30px;
margin-left: 4.5rem;
z-index: 0;
}
#cancel-comment-reply-link {
color: var(--bs-primary);
text-decoration: underline;
}
#cancel-comment-reply-link:hover,
#cancel-comment-reply-link:focus {
text-decoration: none;
}  .comment-respond {
margin-top: 2.5rem;
}
.comments-title h5,
.comment-reply-title {
text-align: left;
color: var(--bs-secondary);
}
.comment-form {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
align-items: center;
}
.comment-form > p:not(.comment-notes):not(.comment-form-comment):not(.comment-form-cookies-consent):not(.form-submit) {
flex: 1 1 40%;
}
.comment-form > p:nth-child(2n+1):not(.comment-notes):not(.comment-form-comment):not(.comment-form-cookies-consent):not(.form-submit) {
margin-right: 1.25rem;
}
.comment-form p.comment-form-url:not(.comment-notes):not(.comment-form-comment):not(.comment-form-cookies-consent):not(.form-submit) {
margin-right: 0;
}
.comment-form label {
font-weight: 600;
font-size: 1rem;
margin-bottom: 5px;
}
.comment-form .comment-form-cookies-consent label {
margin-bottom: 0;
vertical-align: middle;
margin-left: 6px;
}
.comment-form .required {
color: var(--bs-red);
}
.comment-form-comment {
max-width: 100%;
flex-basis: 100%;
}
.comment-form p.comment-notes {
font-weight: 600;
}
.comment-form > p:not(:last-child) {
margin-bottom: 1rem;
}
.comment-form input,
.comment-form input[type="text"]:not(.adminbar-input),
.comment-form textarea,
.comment-form select {
box-shadow: 0 0 15px 3px rgb(0 0 0 / 0.1);
}
.comment-form-cookies-consent, .form-submit {
width: 100%;
}  @media(min-width: 1200px) {
body.boxed {
width: 1170px;
-webkit-box-shadow: 0 0 10px 0 rgba(48, 48, 48, 0.5);
box-shadow: 0 0 10px 0 rgba(48, 48, 48, 0.5);
margin: 0 auto;
position: relative;
background-color: var(--bs-white);
}
}
@media (min-width: 768px) and (max-width: 979px)  {
body.boxed {
width: 100%;
}
}
@media (max-width: 767px) {
body.boxed {
width: 100%;
}
body {
padding-left: 0px;
padding-right: 0px;
}
}
@media (min-width: 980px) and (max-width: 1199px) {
body.boxed {
width: 100%;
}
}  .team-inner {
position: relative;
margin-bottom: 50px;
text-align: center;
z-index: 1;
}
.team-inner .item-image {
min-height: 300px;
}
.team-meta {
position: absolute;
bottom: 0;
left: 0;
right: 0; 
transition: .3s cubic-bezier(.24,.74,.58,1);
padding: 36px 20px 30px;
z-index: 99;
}
.team-meta:before {
content: '';
position: absolute;
left: 0;
bottom: 0;
height: 100%;
right: 0;
-webkit-clip-path: polygon(0 24%,100% 0,100% 100%,25% 100%,0 100%);
transition: .1s cubic-bezier(.24,.74,.58,1);
background-color: rgba(0,7,11,.9);
z-index: -1;
}
.team-meta .item-title a {
font-size: 22px;
margin-bottom: 4px;
color: var(--bs-white);
text-decoration: none;
}
.team-meta .item-position {
font-size: 15px;
font-weight: 500;
color: var(--bs-primary);
}
.team-meta .item-social {
position: absolute;
bottom: -20px;
left: 50%;
transform: translate(-50%,0);
border: 1px solid var(--bs-white);
background-color: var(--bs-primary);
display: inline-flex;
transition: .3s cubic-bezier(.24,.74,.58,1);
}
.team-meta .item-social a {
line-height: 39px;
height: 39px;
width: 36px;
color: var(--bs-white);
font-size: 14px;
}
.team-meta .item-social a:not(:last-child) {
border-right: 1px solid var(--bs-white);
}
.team-item-holder {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
background-image: linear-gradient(180deg,var(--bs-primary),var(--bs-primary));
padding: 10px 20px 120px;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
transition: .15s cubic-bezier(.24,.74,.58,1);
opacity: 0;
}
.item-holder-inner .item-desc {
font-size: 15px;
line-height: 24px;
color: var(--bs-white);
margin-bottom: 27px;
transform: translateY(20px);
transition: all 200ms linear 0ms;
}
.team-inner .item-line {
z-index: -1;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 2px solid var(--bs-white);
opacity: 0;
}
.team-inner:hover .item-line,
.team-inner:hover .team-item-holder {
opacity: 0.9;
}
.team-inner:hover .team-meta:before{
bottom: 2px;
left: 2px;
right: 2px;
background-color: var(--bs-white);
}
.team-inner:hover .item-title a{
color:var(--bs-secondary);
}  .service-section-2{
overflow:hidden;
}
.service-02-container {
background: var(--bs-white);
transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);
position: relative;
padding: 35px 30px 40px;
margin-bottom: 30px;
box-shadow: 0 13px 22px rgb(214 214 214 / 22%);
position: relative;
overflow: hidden;
}
.service-02-container:before {
content: "";
width: 60px;
height: 8px;
position: absolute;
bottom: 0;
border-radius: 0;
right: 0;
opacity: 0;
transition: all .3s;
left: 0;
z-index: 1;
background: linear-gradient(-150deg,var(--bs-primary) 5%,var(--bs-primary) 95%) !important;
}
.service-02-container .service-02-inner:before {
position: absolute;
content: '';
background: var(--bs-secondary);
width: 100%;
height: 0;
left: 0;
bottom: 0;
right: 0;
transition: .8s ease; }
.service-02-inner .service-02-icon {
margin-bottom: 25px;
position: relative;
overflow: hidden;
}
.service-02-icon .fa {
max-width: 70px;
height: auto;
vertical-align: middle;
border: 0;
display: block;
font-size: 70px;
}
.service-02-icon .fa-chart-line:before{
content: "\f201";
}
.service-02-icon .fa-bezier-curve:before{
content: "\f55b";
}
.service-02-icon .fa-user:before{
content: "\f007";
}
.service-02-inner h4.service-02-title a {
color: var(--bs-black);
margin-bottom: 13px;
transition: all .3s;
}
.service-02-inner .service-02-btn  {
position: absolute;
top: 15px;
right: 35px;
opacity: 0;
transition: all .3s;
margin-top: 0;
margin: auto;
padding: 0;
font-size: 15px;
font-weight: 400;
letter-spacing: .5px;
width: 60px;
height: 60px;
border-radius: 62% 38% 26% 74% / 35% 51% 49% 65%;
font-size: 0;
background: var(--bs-primary);
}
.service-02-inner .service-02-btn a.service-02-button:after {
content: "\f104";
font-family: var(--bs-font-awesome);
color: var(--bs-white);
font-weight: 900;
font-size: 30px;
line-height: 60px;
position: absolute;
right: 0;
left: 22px;
transition: all .3s;
}
a.service-02-button {
position: relative;
}
.service-02-inner .fbox-number{
position: absolute;
font-size: 40px;
line-height: 60px;
top: 30px;
opacity: 1;
right: 15px;
font-weight: 900;
z-index: 2;
transition: all .3s;
color: var(--bs-white);
}
.service-02-inner .fbox-number:before{
background: var(--bs-primary);
content: "";
position: absolute;
left: -20px;
top: 0;
bottom: 0;
right: 0;
transform: skew(-19deg);
z-index: -1;
width: 150px;
border: solid 5px var(--bs-white);
}
.service-02-inner >*:last-child {
margin-bottom: 0;
}
.service-02-container:hover:before{
width: 100%;
opacity: 1;
border-radius: 0;
transition: all .3s;
}
.service-02-container:hover .service-02-inner:before{
height: 100%;
top: 0;
transition: .8s ease;
}
.service-02-container:hover .service-02-btn {
top: 35px;
opacity: 1;
transition: all .3s;
}
.service-02-container:hover .fbox-number{
opacity: 0;
transition: all .3s;
}
.service-02-container:hover .service-02-btn:hover {
background: var(--bs-black)!important;
}
.service-02-container:hover .service-02-inner h4.service-02-title a {
color: var(--bs-white);
position: relative;
}
.service-02-container:hover .service-02-inner .service-02-content {
color:var(--bs-white);
position: relative;
}  .pricing-section{
position: relative;
z-index: 0;
overflow: hidden;
}
.pricing-single {
text-align: center;
-webkit-transition: all 400ms ease 0s;
-khtml-transition: all 400ms ease 0s;
-moz-transition: all 400ms ease 0s;
-ms-transition: all 400ms ease 0s;
-o-transition: all 400ms ease 0s;
transition: all 400ms ease 0s;
}
.pricing-single .pricing-inner-box {
border: 1px solid var(--bs-gray);
transition: all 400ms ease 0s;
overflow: hidden;
}
.pricing-inner-box .pricing-price {
position: relative;
padding: 0 36px 9px;
background-color: var(--bs-secondary);
background-position: center;
background-size: cover;
}
.pricing-price .item-standard {
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
max-width: 100%;
}
.item-standard .standard {
font-size: 17px;
font-weight: bold;
line-height: 26px;
letter-spacing: 0.08em;
text-transform: uppercase;
color: var(--bs-white);
}
.pricing-price-duration {
display: inline-block;
top: -11px;
position: relative;
padding: 17.5px 15.5px;
background-image: -webkit-linear-gradient(bottom, var(--bs-primary), var(--bs-primary));
}
.item-price {
display: flex;
justify-content: center;
color: var(--bs-white);
align-items: flex-start;
}
.item-price .icon-dollar {
font-size: 25px;
margin-right: 4px;
line-height: 30px;
}
.value-price {
--text: var(--bs-white);
--font-size: 45px;
--duration: .44s;
--move-hover: -4px;
--font-shadow: var( --font-size);
font-weight: bold;
line-height: 36px;
display: block;
outline: none;
text-decoration: none;
font-size: var(--font-size);
letter-spacing: 0.5px;
color: var(--text);
transform: translateY(var(--y)) translateZ(0);
transition: transform var(--duration) ease, box-shadow var(--duration) ease;
}
.pricing-price-duration .value-price div {
display: flex;
overflow: hidden;
text-shadow: 0 var(--font-shadow) 0 var(--text);
}
.value-price div span {
display: block;
backface-visibility: hidden;
font-style: normal;
transition: transform var(--duration) ease;
transform: translateY(var(--m)) translateZ(0);
}
.value-price div span:nth-child(1){
transition-delay: 0.1s;
}
.value-price div span:nth-child(2){
transition-delay: 0.2s;
}
.value-price div span:nth-child(3){
transition-delay: 0.3s;
}
.pricing-price-duration .duration {
color: var(--bs-white);
font-size: 15px;
line-height: 26px;
letter-spacing: 0.02em;
font-weight: 400;
margin-top: 8px;
}
.pricing-price-duration .duration:after{
content: "";
position: absolute;
top: 0;
right: -13px;
width: 0;
height: 0;
border-bottom: 11px solid var(--bs-primary);
border-right: 13px solid transparent;
animation: fadeInLeft 1.5s ease 1s;
display: block;
z-index: 2;
}
.pricing-price h5.pricing-title {
color: var(--bs-white);
font-size: 15px;
line-height: 43px;
position: relative;
font-weight: 400;
margin-top: 11px;
background-color: rgba(255, 255, 255, 0.15);
}
.pricing-inner-box .pricing-list {
position: relative;
-webkit-transition: all 400ms ease 0s;
-khtml-transition: all 400ms ease 0s;
-moz-transition: all 400ms ease 0s;
-ms-transition: all 400ms ease 0s;
-o-transition: all 400ms ease 0s;
transition: all 400ms ease 0s;
padding: 20px 35px 43px;
}
.pricing-list ul .pricing-feature {
list-style: none;
font-size: 17px;
line-height: 20px;
font-weight: 400;
margin: 17px 0 35px;
padding-left: 0;
-webkit-transition: all 500ms ease 0s;
-khtml-transition: all 500ms ease 0s;
-moz-transition: all 500ms ease 0s;
-ms-transition: all 500ms ease 0s;
-o-transition: all 500ms ease 0s;
transition: all 500ms ease 0s;
}
.pricing-list .pricing-feature li {
display: flex;
margin-bottom: 20px;
}
.pricing-list  .pricing-feature i{
color: var(--bs-primary);
font-weight: 900;
}
.pricing-list  .pricing-feature li.no-active i{
color: var(--bs-gray);
}
.pricing-list  .pricing-feature li.no-active span{
color: var(--bs-gray);
}
.pricing-list .pricing-feature li span{
margin-left: 12px;
position: relative;
float: left;
color: var(--bs-secondary);
}
.pricing-single:hover, .pricing-single.recommended{
-webkit-transition: all 500ms ease 0s;
-khtml-transition: all 500ms ease 0s;
-moz-transition: all 500ms ease 0s;
-ms-transition: all 500ms ease 0s;
-o-transition: all 500ms ease 0s;
transition: all 500ms ease 0s;
-webkit-box-shadow: 0 5px 40px 5px rgb(0 0 0 / 25%);
-khtml-box-shadow: 0 5px 40px 5px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0 5px 40px 5px rgba(0, 0, 0, 0.25);
-ms-box-shadow: 0 5px 40px 5px rgba(0, 0, 0, 0.25);
-o-box-shadow: 0 5px 40px 5px rgba(0, 0, 0, 0.25);
box-shadow: 0 5px 40px 5px rgb(0 0 0 / 25%);
}
.pricing-single:hover .pricing-inner-box{
border-color: transparent;
}
.pricing-single:hover .value-price div{
--y: var(--move-hover);
}
.pricing-single:hover .value-price div span{
--m: calc(var(--font-size) * -1);
}
.pricing-single .fx-shape {
position: absolute;
top: 20%;
right: 0;
}
.fx-square-shape {
position: absolute;
height: 190px;
width: 190px;
background: var(--bs-primary);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
border-radius: 10px;
right: -155px;
top: -12px;
-webkit-transition: .3s;
transition: .3s;
}
.fx-square-shape.fx-square-shape-2 {
right: -140px;
opacity: .5;
}
.fx-square-shape.fx-square-shape-3 {
right: -125px;
opacity: .4;
}
.fx-square-shape.fx-square-shape-4 {
right: -110px;
opacity: .3;
}  .testimonial-slide .testimonial-inner {
margin-top: 45px;
text-align: center;
padding: 70px 25px 45px;
background-color: var(--bs-white);
position: relative;
margin-bottom: 60px;
box-shadow: rgb(0 0 0/40%) 0 6px 16px;
}
.testimonial-slide .testimonial-image {
z-index: 1;
overflow: hidden;
padding: 8px;
background-color: var(--bs-white);
max-width: 88px;
display: inline-block;
margin: 0 auto 20px;
position: absolute;
top: -44px;
left: 50%;
-webkit-transform: translateX(-50%);
-khtml-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.testimonial-section {
animation: slide 200s linear infinite;
-webkit-animation: slide 200s linear infinite;
background: var(--bs-secondary);
}
@keyframes slide {
from {
background-position: 0 bottom;
}
to {
background-position: 1920px bottom;
}
}
@-webkit-keyframes slide {
from {
background-position: 0 bottom;
}
to {
background-position: 1920px bottom;
}
}
.testimonial-main .testimonial-title {
margin-bottom: 15px;
font-size: 22px;
}
.testimonial-main .testimonial-description {
color: var(--bs-secondary);
padding-left: 20px;
padding-right: 20px;
}
.testimonial-slide .testimonial-main {
color: var(--bs-secondary);
padding-left: 20px;
padding-right: 20px;
}
.testimonial-slide .testimonial-holder {
padding: 70px 25px 45px;
background-color: var(--bs-secondary);
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
opacity: 0;
-webkit-transform: scaleY(0);
-khtml-transform: scaleY(0);
-moz-transform: scaleY(0);
-ms-transform: scaleY(0);
-o-transform: scaleY(0);
transform: scaleY(0);
transform-origin: top center;
-webkit-transform-origin: top center;
-webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
-khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
-moz-transition: .3s cubic-bezier(.24,.74,.58,1);
-ms-transition: .3s cubic-bezier(.24,.74,.58,1);
-o-transition: .3s cubic-bezier(.24,.74,.58,1);
transition: .3s cubic-bezier(.24,.74,.58,1);
}
.testimonial-holder .testimonial-icon {
line-height: 1;
position: absolute;
top: 0;
left: 40px;
top: -15px;
font-weight: 400;
width: 31px;
height: 24px;
text-align: center;
}
.testimonial-icon svg {
fill: var(--bs-primary);
overflow: visible;
}
.testimonial-meta {
display: flex;
align-items: flex-end;
justify-content: center;
margin-bottom: 10px;
}
.testimonial-meta .testimonial-title {
font-size: 22px;
margin-bottom: 0;
color: var(--bs-white);
}
.testimonial-meta .testimonial-position {
font-size: 14px;
color: var(--bs-primary);
}
.testimonial-meta .testimonial-position:before{
content: "/";
display: inline-block;
margin-left: 5px;
margin-right: 5px;
}
.testimonial-holder .testimonial-star {
margin-bottom: 15px;
margin-top: 10px;
display: inline-block;
}
.testimonial-holder .testimonial-star i {
display: inline-block;
font-size: 15px;
color: rgba(102,102,102,.5);
margin: 0 1px;
color: var(--bs-primary);
}
.testimonial-holder .testimonial-description {
color: var(--bs-white);
padding-left: 20px;
padding-right: 20px;
}
.testimonial-holder:after {
-webkit-transition-delay: 500ms;
content: "";
display: block;
left: auto;
right: auto;
width: 85%;
bottom: -15px;
height: 15px;
background-color: var(--bs-primary);
position: absolute;
width: 85%;
opacity: 0;
-webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
transition: .3s cubic-bezier(.24,.74,.58,1);
transition-delay: .42s;
webkit-transform: scaleY(1);
transform: scaleY(1);
opacity: 1;
-webkit-transition-delay: .12s;
transition-delay: .12s;
}
.testimonial-inner:hover .testimonial-holder, .testimonial-section .owl-item.active .testimonial-holder {
webkit-transform: scaleY(1);
transform: scaleY(1);
opacity: 1;
-webkit-transition-delay: .12s;
transition-delay: .12s;
}
.testimonial-wrapper .owl-dots {
width: 250px;
margin: 40px auto -8px;
text-align: center;
}
.testimonial-wrapper button.owl-dot {
width: 20px;
height: 20px;
border-radius: 50%;
border: 1px solid #fff;
display: inline-block;
margin: 0 5px;
cursor: pointer;
padding: 0;
}
.testimonial-wrapper button.owl-dot.active {
background: var(--bs-primary);
}
.testimonial-wrapper.owl-theme .owl-dots .owl-dot span {
display: none !important;
}  .About-wrap {
padding: 15px;
display: flex;
position: relative;
width: 100%;
flex-wrap: wrap;
align-content: flex-start;
}
.About-wrap .img-wrap{
justify-content: center;
}
.About-element{
width: auto;
max-width: 100%;
--widgets-spacing: 20px;
position: relative;
}
.About-img-container{
margin: 35px 0px 0px 0px;
transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);
}
.about-button-play{
padding-top: 56px;
padding-right: 60px;
position: relative;
max-width: 394px;
z-index: 1;
}
.about-play-image img {
width: 100%;
-webkit-border-radius: 20px;
-khtml-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px;
}
.about-button-play .about-btn-video{
position: absolute;
right: 30px;
bottom: 56px;
z-index: 99;
width: 56px;
height: 56px;
font-size: 14px;
line-height: 56px;
text-align: center;
background-color: var(--gradient-color-from);
color: var(--bs-white);
border-radius: 56px;
background-image: linear-gradient(to left, var(--bs-primary), var(--bs-primary));
}
.about-btn-video:before {
content: "";
position: absolute;
z-index: 0;
left: 0;
top: 0;
display: block;
width: 100%;
height: 100%;
background-color: rgba(255,62,85,.63);
border-radius: 50%;
animation: pulse-border2 1500ms ease-out infinite;
-webkit-animation: pulse-border2 1500ms ease-out infinite;
z-index: -2;
}
.about-button-play .bg-doted-shape{
position: absolute;
top: 0;
right: 0;
z-index: -1;
animation: animationFramesTwo 12s infinite linear alternate;
}
@keyframes animationFramesTwo{0%{transform:translateX(0)}25%{transform:translateX(40px)}50%{transform:translateX(0)}75%{transform:translateX(-40px)}100%{transform:translateX(0)}}
.about-details-element{
margin-bottom: 0;
width: 100%;
--widgets-spacing: 20px;
position: relative;
}
.about-details-element:not(:last-child) {
margin-bottom: 20px;
}
.about-details-element .about-details-container{
transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);
}
.about-details-element .about-details-container .heading{
text-align:left;
}
.about-details-element .about-animate{
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.about-details-element .doted-top-right{
animation: animationFramesFive 12s infinite linear alternate;
}
.about-details-container .heading-inner{
display: inline-block;
position: relative;
text-align: left;
}
.about-details-element .desc-container {
margin: 0% 10% 0% 0%;
padding: 0px 0px 0px 22px;
border-style: solid;
border-width: 0px 0px 0px 2px;
border-color: var(--bs-primary);
}
.about-details-element .divider-container{
margin: 0% 12% 0% 0%;
padding: 31px 0px 15px 0px;
}
.desc-container .description {
color: var(--bs-black);
text-align: justify;
}
.about-detail-wrap {
padding: 15px;
position: relative;
width: 100%;
flex-wrap: wrap;
align-content: flex-start;
display: flex;
}
.about-detail-wrap .about-detail-element {
width: 100%;
}
.about-detail-wrap .item-meta {
display: flex;
flex-wrap: nowrap;
align-items: center;
}
.about-detail-wrap .item-icon {
margin-right: 14px;
line-height: 1;
position: static;
}
.about-detail-wrap .item-icon i {
background-image: linear-gradient(to left, var(--bs-primary), var(--bs-primary));
background-color: transparent !important;
color: #7114EF;
font-size: 54px;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.about-detail-wrap .item-title {
margin: 0;
font-size: 18px;
line-height: 1.44444;
}
.about-detail-wrap-container{
max-width: 1200px;
margin: 0 -15px;
display: flex;
position: relative;
width: 100%;
}
.about-divider-element{
--divider-border-style: solid;
--divider-color: #EBEFF4;
--divider-border-width: 2px; width: 100%;
--widgets-spacing: 20px;
position: relative;
}
.about-divider-container {
margin: 0% 12% 0% 0%;
padding: 31px 0px 15px 0px;
transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);
}
.desc-divider {
display: flex;
}
.about-divider-container span.about-desc-separator {
border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-color);
width: 100%;
display: flex;
margin: 0;
direction: ltr;
}
.about-detail-element .about-btn-container{
margin: 0px 26px 0px 0px;
padding: 28px 0px 0px 0px;
}
.about-detail-element .about-info-container{
margin: 28px 0px 0px 0px;
}
.about-info-container .infobox-inner{
display: flex;
flex-wrap: nowrap;
align-items: center;
}
.item-icon.el-bounce {
min-width: 56px;
width: 56px;
height: 56px;
border: 2px solid #eeeff4; -khtml-border-radius: 56px;
-moz-border-radius: 56px;
-ms-border-radius: 56px;
-o-border-radius: 56px;
border-radius: 56px;
line-height: 52px;
text-align: center;
position: relative;
margin-right: 15px;
}
.about-info-container .item-icon i{
background-image: linear-gradient(to left, #7114EF, #1475F7);
background-color: initial;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 25px;
display: inline-block;
}
.infobox-inner .info-link {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 99;
}
.infobox-inner .item-title {
font-size: 15px;
color: #67687a;
line-height: normal;
}
.infobox-inner .item-phone {
font-size: 24px;
color: #000427;
font-weight: 700;
line-height: normal;
}
.infobox-inner .item-meta{
text-align: justify;
}
@keyframes pulse-border2{0%{transform:scale(1);opacity:.67}100%{transform:scale(2.2);opacity:0}}@-webkit-keyframes pulse-border2{0%{transform:scale(1);opacity:.67}100%{transform:scale(2.2);opacity:0}}
.about-play-image{
position: relative;
box-shadow: 70px -20px 30px rgb(255,62,85,0.1);
animation: bounce_one 5s linear infinite;
border-radius: 20px;
}
.about-play-image:before, .about-play-image:after{
content: '';
position: absolute;
transform: scale(0); 
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
border-radius: 10px;
}
.About-img-container:hover .about-play-image:before{
transition: all .5s ease;
transform: scale(1);
}
.About-img-container:hover .about-play-image:after{
transition: all .6s ease .2s;
transform: scale(1);
}  .contact-section .row.no-gutters {
margin-right: 0;
margin-left: 0;
}
.contact-section .col-lg-8 {
flex: 0 0 auto; 
width: 66.66666667%;
min-height: 666px;
}
.contact-main-section {
background-color: #F7FBFFE0;
padding: 60px 70px 52px 70px;
height:100%;
}
.contact-section .col-lg-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.contact-info-box {
position: relative;
padding: 40px 40px 40px 40px;
background-color: var(--bs-secondary);
z-index: 2;
height: 100%;
}
.sec-title.mb-125 {
margin-bottom: 125px;
}
.contact-info-box .sec-title .title {
position: relative;
color: var(--bs-white);
z-index: 33;
font-size: 32px;
}
.contact-info-box:after {
border-color: #FFD600;
position: absolute;
height: 280px;
width: 100%;
clip-path: polygon(0 0, 100% 0, 29% 59%, 0 33%);
left: -1px;
background-color: var(--bs-primary);
top: -1px;
content: "";
}
.contact-section fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
.contact-wrap .row{
--bs-gutter-x: 1.5rem;
--bs-gutter-y: 0;
display: flex;
flex-wrap: wrap;
margin-top: calc(var(--bs-gutter-y) * -1);
margin-right: calc(var(--bs-gutter-x) * -.5);
margin-left: calc(var(--bs-gutter-x) * -.5);
}
.contact-section .mb-30 {
margin-bottom: 30px;
}
.contact-wrap .row input {
padding: 17px 20px 18px 20px;
color: #7A7A7A;
border-style: solid;
border-width: 1px 16px 1px 1px;
border-color: #FFFFFF;
box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.23);
background-color: #FFFFFF;
width: 100%;
opacity: 1;
}
.contact-wrap .wpcf7-form-control:not(.wpcf7-submit) {
padding: 17px 20px 18px 20px;
color: #7A7A7A;
border-style: solid;
border-width: 1px 16px 1px 1px;
border-color: #FFFFFF;
box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.23);
background-color: #FFFFFF;
width: 100%;
opacity: 1;
}
.contact-wrap textarea{
height: 120px;
}
.contact-wrap .row .mb-35 {
margin-bottom: 35px;
}
.contact-section .no-gutters .col-lg-8{
padding-right: 0;
padding-left: 0;
}
.contact-section .no-gutters .col-lg-4{
padding-right: 0;
padding-left: 0;
}
.contact-info-box .address-item{
display: flex;
margin-bottom: 35px;
}
.address-item .address-icon {
margin-right: 15px;
}
.address-item i{
font-size: 30px;
color:var(--bs-primary);
}
.contact-info-box .address-item .address-text {
margin-top: -5px;
}
.address-text .label {
font-size: 20px;
font-weight: 600;
color: var(--bs-white);
display: block;
margin: 0px 0px 7px 0px;
}
.address-text .des{
color:var(--bs-white);
}
.address-item .address-text a{
color:var(--bs-white);
}
.address-item .address-text a:hover{
color:var(--bs-primary);
}  .flixita-cta-2-wrap {
padding: 80px 85px;
border-radius: 6px;
}
.flixita-cta-2-item {
padding: 100px 80px;
background: rgba(20,33,43,.9);
display: flex;
align-items: center;
position: relative;
z-index: 1;
border-radius: 6px;
overflow: hidden;
}
.flixita-cta-2-text {
margin-right: 70px;
flex-basis: 80%;
}
.flixita-cta-2-text span {
text-transform: uppercase;
font-size: 16px;
font-weight: 700;
letter-spacing: 3px;
color: var(--bs-primary);
}
.flixita-cta-2-wrap .flixita-cta-2-text h2{
font-size: 50px;
color: var(--bs-white);
margin-top: 20px;
}
.flixita-cta-2-item .cta-2-shape {
position: absolute;
left: -1px;
bottom: 0;
z-index: -1;
}
.flixita-cta-2-item .cta-2-shape svg{
fill: var(--bs-primary);
}
.flixita-call-action-section-2 .container-fluid{
width: 100%;
padding-right: 0;
padding-left: 0;
margin-right: auto;
margin-left: auto;
}  .funfact-section, .countdown-section, .service-section-2, .process-section {
position: relative;
z-index: 1;
}
.hanger-line {
position: relative;
padding-top: 30px;
}
.hanger-line::before {
content: "";
width: 100%;
height: 4px;
left: 0;
top: 0;
background-image: radial-gradient(ellipse at center, var(--bs-primary) 0, rgba(255, 255, 255, 0) 70%);
}
.hanger-line > .col-lg-3 {
position: relative;
}
.hanger-line > .col-lg-3::before {
content: "";
width: 3px;
height: 51px;
background-image: linear-gradient(var(--bs-primary), rgba(255, 255, 255, 0));
left: 50%;
bottom: 100%;
position: absolute;
transform: translateX(-50%);
}
.fun-counterup.border-bottom-gradient {
position: relative;
z-index: 1;
overflow: hidden;
}
.funfact-section:after, .countdown-section:after, .service-section-2:after, .process-section:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 0;
opacity: 0.7;
z-index: -1;
background: #000000;
}
.fun-counterup {
background: var(--bs-white);
box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
border-radius: 5px;
text-align: center;
padding: 30px 30px 50px;
}
.fun-hover-03 {
transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
}
.hanger-line > .col-lg-3::after {
position: absolute;
content: "";
width: 20px;
height: 20px;
border: 4px solid var(--bs-primary);
border-radius: 100%;
left: 50%;
bottom: calc(100% + 23px);
transform: translateX(-50%);
background: var(--bs-primary);
}
.fun-counterup.border-bottom-gradient::before {
background: linear-gradient(90deg, var(--bs-primary), var(--bs-secondary));
position: absolute;
content: "";
left: 0;
bottom: 0;
width: 100%;
height: 4px;
}
.fun-counterup .top-circle-shape {
position: absolute;
width: 243px;
top: -47%;
height: 243px;
left: 0;
right: 0;
margin: 0 auto;
background-image: linear-gradient(90deg, var(--bs-primary), var(--bs-secondary));
opacity: 0.09;
border-radius: 100%;
box-sizing: border-box;
}
.fun-counterup .top-circle-shape::before {
position: absolute;
content: "";
background: var(--bs-white);
border-radius: 100%;
width: calc(100% - 40px);
height: calc(100% - 40px);
left: 20px;
top: 20px;
}
.fun-counterup .inner .fun-round-icon {
margin-bottom: 20px;
position: relative;
background: var(--bs-white);
width: 100px;
margin-right: auto;
margin-left: auto;
height: 100px;
border: 1px solid #fbedef;
line-height: 100px;
padding: 27px;
border-radius: 100%;
display: flex;
align-items: center;
box-shadow: var(--shadow-10);
}
.fun-counterup .inner .fun-round-icon i{
font-size: 50px;
color:var(--bs-primary);
}
.fun-counterup .inner .content .counter {
font-weight: 700;
font-size: 50px;
line-height: 56px;
margin-bottom: 0;
position: relative;
display: inline-block;
margin-bottom: 9px;
}
.fun-counterup .inner .content h3 span:last-child {
font-size: 48px !important;
margin-left: 5px;
}
.content .subtitle {
display: block;
}
.hanger-line > .mt--60::before {
height: 62px;
}
.hanger-line .mt--60{
margin-top: 60px !important;
}
.fun-counterup:hover {
background-color: black;
color: white;
animation: swing ease-in-out 1s infinite;
}  .process-section .content-inner {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
}
.working-block-one .inner-box {
position: relative;
max-width: 175px;
margin: 0 auto;
}
.process-wrapper .arrow-shape {
position: absolute;
top: 74px;
right: -95px;
width: 73px;
height: 32px;
background-repeat: no-repeat;
}
.process-wrapper .inner-box .icon-box {
position: relative;
display: inline-block;
width: 180px;
height: 180px;
line-height: 180px;
font-size: 80px;
color: var(--bs-white);
text-align: center;
border-radius: 50%;
background: var(--bs-primary);
margin-bottom: 22px;
z-index: 1;
transition: all 500ms ease;
}
.process-wrapper .inner-box .icon-box .icon img {
width: 100px;
height: 100px;
display: inline-block;
}
.working-block-one .inner-box .icon-box:before {
position: absolute;
content: '';
background: #101A30;
width: 100%;
height: 100%;
left: 0px;
top: 0px;
border-radius: 50%;
transform: scale(0,0);
z-index: -1;
transition: all 500ms ease;
}
.process-wrapper .icon-box .count-text {
position: absolute;
top: -10px;
right: -5px;
display: inline-block;
width: 60px;
height: 60px;
line-height: 60px;
background: var(--bs-white);
text-align: center;
border-radius: 50%;
font-size: 20px;
color: #101A30;
font-weight: 600;
transition: all 500ms ease;
}
.working-block-one .inner-box h3 {
display: block;
font-size: 24px;
line-height: 30px;
font-weight: 600;
margin-bottom: 15px;
text-align: center;
color:var(--bs-primary);
}
.working-block-one .inner-box p {
text-align: center;
color:var(--bs-white);
}
.working-block-one .inner-box:hover .icon-box:before {
transform: scale(1,1);
}
.working-block-one .inner-box:hover .icon-box .count-text {
background-color: var(--bs-primary);
color: var(--bs-white);
}  .newsletter-column-wrap.newsletter-element-populated {
padding: 0px;
background-color: var(--bs-primary);
display: flex;
}
.newsletter-widget-wrap {
align-content: center;
align-items: center;
padding: 0px 15px 15px 15px;
width: 100%;
}
.newsletter-element.newsletter-widget {
width: 100%;
}
.newsletter-widget-container.news-box-wrapper {
margin: 15px 0px 0px 0px;
padding: 50px 30px 45px 30px;
background-color: var(--bs-white);
box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.05);
}
.newsletter-widget-container.news-box-wrapper {
transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);
}
.newsletter-widget-container.news-box-icon {
margin-bottom: 21px;
line-height: 2;
display: inline-block;
}
.newsletter-widget-container .news-box-icon i {
font-size: 24px;
width: 60px;
height: 60px;
line-height: 60px;
background-color: var(--bs-primary);
text-align: center;
border-radius: 50%;
color: var(--bs-white);
}
.news-box-wrapper .news-box-title {
color: var(--bs-black);
margin-bottom: 15px;
margin-top: 20px;
}
.news-box-inner .fbox-content {
margin-bottom: 15px;
}
.news-box-inner > *:last-child {
margin-bottom: 0px;
}
.newsletter-wrapper .col-lg-4.col-md-6.col-12 {
padding-right: 0px;
padding-left: 0px;
}
.newsletter-column-wrap.newsletter-element-populated.middel {
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
margin: 0px 0px 0px 0px;
--e-column-margin-right: 0px;
--e-column-margin-left: 0px;
height: 100%;
}
.middel.newsletter-background-overlay {
transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.newsletter-element-populated.middel .news-box-wrapper{
background-color: #050A18AB;
opacity: 0.91;
}
.newsletter-element-populated.middel .newsletter-widget-wrap {
align-content: center;
align-items: center;
padding: 0px;
}
.newsletter-column-wrap.newsletter-element-populated:hover  {
background-color: #EAEAEA;
}
.newsletter-element-populated.middel .news-box-title {
color:var(--bs-white);
}
.newsletter-element-populated.middel .fbox-content {
color:var(--bs-white);
}  .blog-section{
position:relative;
overflow:hidden;
z-index:0;
}
.blog-wrapper .blog-inner {
position: relative;
overflow: hidden;
}
.blog-inner .post-thumb {
margin-bottom: 0;
position: relative;
}
.blog-inner {
position: relative;
overflow: hidden;
}
.blog-inner .post-thumb a:before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: auto;
width: 0;
height: 100%;
opacity: 0;
background: rgb(7 14 32 / 73%);
transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
}
.blog-inner .post-thumb img {
display: block;
width: 100%;
}
.blog-inner .post-details-outer {
border-radius: 10px;
border-top-left-radius: 0;
border-top-right-radius: 0;
border: solid 2px #f1f1f1;
border-top: none;
}
.blog-inner .post-details-outer {
background-color: var(--bs-white);
margin-right: 10px;
margin-left: 10px;
position: relative;
z-index: 1;
padding: 25px 25px 25px 25px;
transition: all 0.4s ease-in-out 0s;
-moz-transition: all 0.4s ease-in-out 0s;
-webkit-transition: all 0.4s ease-in-out 0s;
-o-transition: all 0.4s ease-in-out 0s;
-ms-transition: all 0.4s ease-in-out 0s;
}
.blog-inner .post-thumb + .post-details-outer {
margin-top: -30px;
}
.blog-inner .post-details-outer {
border-radius: 10px;
border-top-left-radius: 0;
border-top-right-radius: 0;
border: solid 2px #f1f1f1;
}
.blog-inner .post-details-outer:before {
content: "";
position: absolute;
bottom: -1px;
left: 0;
right: 0;
width: 0;
height: 4px;
border-radius: 30px;
opacity: 0;
transition: all 0.4s ease-in-out 0s;
-moz-transition: all 0.4s ease-in-out 0s;
-webkit-transition: all 0.4s ease-in-out 0s;
-o-transition: all 0.4s ease-in-out 0s;
-ms-transition: all 0.4s ease-in-out 0s;
background-color: var(--bs-primary);
}
.post-details-outer .top-meta {
position: absolute;
right: 26px;
top: -1px
}
.blog-inner .post-thumb + .post-details-outer .top-meta.date {
top: -55px;
right: 0;
}
.blog-inner > .post-details-outer {
padding-top: 30px;
}
.top-meta-list>li:last-child {
margin-right: 0;
}
.nav.top-meta-list>li{
vertical-align: middle;
display: inline-block;
line-height: 2.2;
}
.post-date:hover:before {
background: var(--bs-secondary)!important;
}
.post-details-outer .post-date:before {
background: var(--bs-primary);
content: "";
position: absolute;
left: -17px;
top: 0;
bottom: 0;
right: -18px;
transform: skew(-19deg);
z-index: -1;
transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
}
.post-details-outer .post-date a {
font-size: 15px;
color: var(--bs-white);
text-transform: uppercase;
font-weight: 700;
display: block;
text-align: center;
margin-right: 2px;
text-decoration: none;
}
.post-date a i {
color: var(--bs-white);
font-size: 13px;
margin-right: 5px;
vertical-align: revert;
}
.top-meta .date::after {
display: block;
clear: both;
content: "";
}
.bottom-meta.date {
margin-bottom: 7px;
}
.bottom-meta-list.meta-left{
width: 100%;
float: left;
text-align: left;
display: inline-block;
}
.blog-inner .bottom-meta .post-author{
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.bottom-meta-list.meta-left a {
color: #797979;
font-size: 15px;
}
.post-author .author-img img{
height: 25px;
width: 25px;
border-radius: 50%;
}
.post-author span.author-name {
font-size: 16px;
text-transform: capitalize;
}
.post-author a>span {
display: inline-block;
vertical-align: middle;
margin-right: 10px;
}
.bottom-meta-list li {
vertical-align: middle;
display: inline-block;
margin-right: 8px;
}
.bottom-meta ul li i{
color:var(--bs-primary);
margin-right: 5px;
vertical-align: middle;
}
.blog-wrapper .post-title-head {
letter-spacing: -.02em;
margin-bottom: 5px;
font-size: 24px;
line-height: 30px;
padding-top: 32px;
}
.entry-title .post-title{
color:var(--bs-black);
}
.entry-title .post-title:hover{
color:var(--bs-primary);
}
.post-author .author-name:hover{
color:var(--bs-primary);
}
.post-comment .comments-count:hover{
color:var(--bs-primary);
}
.post-details-outer .post-title-head a {
line-height: 30px;
transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
border-width: 0px;
}
.blog-inner:hover .post-details-outer:before {
width: 100%;
opacity: 1;
transition: all 0.4s ease-in-out 0s;
-moz-transition: all 0.4s ease-in-out 0s;
-webkit-transition: all 0.4s ease-in-out 0s;
-o-transition: all 0.4s ease-in-out 0s;
-ms-transition: all 0.4s ease-in-out 0s;
}
.blog-inner:hover .post-thumb a:before{
width: 100%;
right: 0;
height: 100%;
opacity: 1;
transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
}  .main_faq {
background-color: var(--bs-white);
color: black;
border-radius: 5px;
box-shadow: 0 5px 10px 0 rgb(0 0 0 / 25%);
margin: 20px 0;
width: 100%;
}
.main_faq .question {
font-size: 1.2rem;
font-weight: 600;
padding: 20px 80px 20px 20px;
position: relative;
display: flex;
align-items: center;
cursor: pointer;
background: var(--bs-white);
border-radius: 5px;
}
.main_faq .question::after {
content: "\002B";
font-size: 2.2rem;
position: absolute;
right: 20px;
transition: 0.2s;
}
.main_faq .answercont {
max-height: 0;
overflow: hidden;
transition: 0.3s;
}
.main_faq .answer {
padding: 0 20px 20px;
line-height: 1.5rem;
padding-top: 10px;
}
.main_faq .question:hover {
background-color: var(--bs-primary);
color: var(--bs-white);
}
.question.active{
background-color: var(--bs-primary);
color: var(--bs-white);
}
.question.active::after {
transform: rotate(45deg);
}
.faq-section .ct-contact-form {
margin-top: 20px;
}
.ct-contact-form .wpcf7 form {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-bottom: -3%;
}
.ct-contact-form .wpcf7 form p {
flex: 100%;
margin-bottom: 3%;
}
.ct-contact-form .wpcf7 form p:nth-child(5),
.ct-contact-form .wpcf7 form p:nth-child(3) {
margin-left: 3%;
}
.ct-contact-form .wpcf7 form p:nth-child(5),
.ct-contact-form .wpcf7 form p:nth-child(2),
.ct-contact-form .wpcf7 form p:nth-child(3),
.ct-contact-form .wpcf7 form p:nth-child(4) {
flex: 0 0 48.5%;
}
.ct-contact-form .wpcf7 form .wpcf7-response-output {
position: absolute;
bottom: 4.5rem;
}
@media (max-width: 35.938em) {
.ct-contact-form .wpcf7 form {
margin-bottom: -2rem;
}
.ct-contact-form .wpcf7 form p {
margin-bottom: 2rem;
}
.ct-contact-form .wpcf7 form p:nth-child(5),
.ct-contact-form .wpcf7 form p:nth-child(3) {
margin-left: 0;
}
.ct-contact-form .wpcf7 form p:nth-child(5),
.ct-contact-form .wpcf7 form p:nth-child(2),
.ct-contact-form .wpcf7 form p:nth-child(3),
.ct-contact-form .wpcf7 form p:nth-child(4) {
flex: 0 0 100%;
}
}
.ct-contact-form .wpcf7 form input[type="text"],
.ct-contact-form .wpcf7 form input[type="email"],
.ct-contact-form .wpcf7 form input[type="url"],
.ct-contact-form .wpcf7 form input[type="password"],
.ct-contact-form .wpcf7 form input[type="search"],
.ct-contact-form .wpcf7 form input[type="number"],
.ct-contact-form .wpcf7 form input[type="tel"],
.ct-contact-form .wpcf7 form input[type="range"],
.ct-contact-form .wpcf7 form input[type="date"],
.ct-contact-form .wpcf7 form input[type="month"],
.ct-contact-form .wpcf7 form input[type="week"],
.ct-contact-form .wpcf7 form input[type="time"],
.ct-contact-form .wpcf7 form input[type="datetime"],
.ct-contact-form .wpcf7 form input[type="datetime-local"],
.ct-contact-form .wpcf7 form input[type="color"],
.ct-contact-form .wpcf7 form textarea {
background: var(--bs-white);
border-color: transparent;
border-radius: 0;
box-shadow: 0 1rem 3rem 0 rgba(0, 0, 0, 0.07);
}  .partner-carousel .owl-item {
background-color: white;
border-radius: 20px;
}
.partner-carousel .owl-stage{
padding:15px;
}
.owl-stage-outer {
overflow: hidden;
}
.single-partner {
height: 120px;
text-align: center;
position: relative;
cursor: crosshair;
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s;
}
.inner-partner {
position: relative;
height: 100%;
display: -webkit-box;
-webkit-box-align: center;
align-items: center;
text-align: center;
-webkit-box-pack: center;
justify-content: center;
opacity: 1;
padding: 20px;
}
.single-partner img {
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s;
max-width: 150px;
}
.single-partner:hover img {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
-webkit-transform-origin: center;
transform-origin: center;
-webkit-animation-duration: .4s;
animation-duration: .4s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.inner-partner:before, .inner-partner:after {
border-radius: 4px;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
transform: scale(0);
transition: all 0.5s ease-in-out 0s;
width: 100%;
z-index: 3;
}
.inner-partner:hover {
box-shadow: 2px 0px 17px 5px rgba(255,62,85,0.3);
}
.inner-partner:hover:before {
transform: scale(1);
border-bottom: 6px double var(--bs-secondary);
border-left: 6px double var(--bs-secondary);
transform-origin: 0 100% 0;
}
.inner-partner:hover:after {
transform: scale(1);
border-top: 6px double var(--bs-primary);
border-right: 6px double var(--bs-primary);
transform-origin: 0 100% 0;
}  .timeline-section{
position: relative;
overflow: hidden;
}
.timeline-wrapper {
position: relative;
z-index: 0;
}
.timeline-wrapper .owl-item {
float: left;
}
.timeline-wrapper:before{
content: '';
width: 100%;
height: 2px;
background-color:var(--bs-primary-light);
position: absolute;
top: 44px;
left: 0;
z-index: -1;
}
.timeline-wrapper .item-inner {
display: flex;
flex-wrap: nowrap;
text-align: center;
} 
.item-year {
width: 90px;
min-width: 90px;
height: 90px;
background-color: var(--bs-white);
border-radius: 90px;
border: 2px solid var(--bs-primary-light);
font-size: 20px;
font-weight: 700;
color: #131313;
position: relative;
transition: all .25s cubic-bezier(.645,.045,.355,1);
}
.item-year:before {
content: '';
z-index: -1;
width: 135px;
height: 135px;
position: absolute;
top: 0;
left: 0;
background-image: url(//distrec.up.ac.pa/wp-content/themes/flixita/assets/images/timeline-shadow.png);
background-position: 0 0;
background-repeat: no-repeat;
}
.item-inner:hover .item-year {
color: var(--bs-white);
}
.item-inner .item-year-inner {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
position: relative;
z-index: 1;
}
.item-year-inner:before {
background-image: -webkit-linear-gradient(bottom, var(--bs-primary), var(--bs-secondary));
}
.item-year-inner:before {
content: '';
width: 76px;
height: 76px;
z-index: -1;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
border-radius: 100%;
}
.item-year-inner span{
height: 64px;
width: 64px;
line-height: 64px;
border-radius: 100%;
position: relative;
z-index: 1;
text-align: center;
}
.item-inner:hover .item-year span:before {
transform: scale(0);
opacity: 0;
}
.item-year-inner span:before{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: var(--bs-white);
border-radius: 100%;
z-index: -1;
transition: all .25s cubic-bezier(.645,.045,.355,1);
}
.item-holder .item-month {
opacity: 1;
font-weight: 700;
color: var(--bs-secondary);
padding-bottom: 20px;
position: relative;
height: 50px;
white-space: nowrap;
transition: all .25s cubic-bezier(.645,.045,.355,1);
}
.item-holder .item-month:before {
box-shadow: 0 0 0 6px rgba(255, 62, 85, 0.29);
background-color: var(--bs-primary);
content: '';
height: 11px;
width: 11px;
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: auto;
border-radius: 100%;
}
.item-holder .item-description {
opacity: 1;
font-size: 15px;
line-height: 1.7;
color: var(--bs-black);
padding-top: 104px;
position: relative;
margin-top: 6px;
transition: all .25s cubic-bezier(.645,.045,.355,1); margin-left: -30px;
}
.item-description:before {
background-color: var(--bs-primary-light);
content: '';
width: 2px;
height: 95px;
position: absolute;
top: 0;
left: 0;
right: 0;
margin: auto;
}
.timeline-wrapper.owl-theme .owl-nav [class*=owl-] {
position: absolute;
width: 27px;
height: 27px;
border-radius: 50%;
line-height: 0;
border: 2px solid #e6ebfa;
font-weight: 400;
box-shadow: 0 10px 5px rgba(82,131,204,.28);
margin: 0;
transform: translate(0,0);
top: 31px;
bottom: auto;
}
.timeline-wrapper.owl-theme .owl-nav [class*=owl-] i {
color: var(--bs-secondary);
font-size: 17px;
line-height: 0;
}
.timeline-wrapper.owl-theme .owl-nav button[class*=owl-]:hover{
width: 27px;
height: 27px;
background: var(--bs-secondary);
}
.timeline-wrapper.owl-theme .owl-nav button[class*=owl-]:hover i{
color: var(--bs-white);
}
.timeline-wrapper.owl-theme .owl-nav .owl-prev {
left: -26px;
}
.timeline-wrapper.owl-theme .owl-nav .owl-next {
right: -26px;
}  .product-section ul.products {
margin: 0 0 1em;
padding: 0;
list-style: none outside;
clear: both;
}
.product-section ul.products::before {
content: " ";
display: table;
}
.product-section li.product-list {
width: 22.05%;
float: left;
margin: 0 3.8% 2.992em 0;
padding: 0;
position: relative;
margin-left: 0;
}
.products li.first {
clear: both;
}
.product-list .product-main {
margin-bottom: 0;
position: relative;
}
.product-main a{
display: inline-block;
text-decoration: none;
}
.product-main .product-fimg a img{
margin: 0;
}
.product-main a img{
width: 100%;
height: auto;
display: block;
box-shadow: none;
}
.product-main .product-action {
position: absolute;
bottom: 6px;
left: 0;
width: 100%;
padding: 20px;
text-align: center;
transform: translateY(100%);
opacity: 0;
transition: var(--bs-transition-slow);
}
.product-action .button.add_to_cart_button {
background-color: var(--bs-primary);
color: var(--bs-white);
font-weight: 600;
border-radius: 5px;
overflow: hidden;
}
.product-single h3 {
font-size: 25px;
padding: 0;
margin-bottom: 8px;
margin: 0;
}
.product-single .price {
font-size: 18px;
line-height: 1.2;
color: var(--bs-secondary);
display: block;
font-weight: 400;
margin-bottom: 0.5em;
}
.product-single .price del {
color: inherit;
opacity: .5;
display: inline-block;
}
.product-single .price del span {
color: var(--bs-gray);
text-decoration-line: line-through;
}
.product-single .price ins {
background: 0 0;
font-weight: 700;
display: inline-block;
}
.product-content ins .amount {
color: var(--bs-primary);
text-decoration: underline;
}
.products li.last {
margin-right: 0;
}
.product-single:hover .product-action{
opacity: 1;
transform: translateY(0);
}
.product-main .product-single .sale-ribbon {
position: absolute;
top: 15px;
left: 15px;
margin: 0;
font-size: 13px;
font-weight: 600;
text-align: center;
padding: 3px 12px;
text-transform: uppercase;
color: var(--bs-white);
background: var(--bs-primary) none repeat scroll 0 0;
box-shadow: 0 0 12px rgb(255 255 255 / 0.35);
z-index: 1;
}
.product-main .button {
display: inline-block;
margin-top: 1em;
}   .flixita-features-section {
width: 100%;
height: 100%;
overflow: hidden;
position: relative;
}
.circle-container {
position: absolute;
transform: translateY(-10vh);
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.circle-container .circle {
width: 100%;
height: 100%;
border-radius: 50%;
mix-blend-mode: screen;
background-image: radial-gradient(#99ffff, #99ffff 10%, rgba(153, 255, 255, 0) 56%);
-webkit-animation: fadein-frames 20ms infinite, scale-frames 2s infinite;
animation: fadein-frames 20ms infinite, scale-frames 2s infinite;
}
@-webkit-keyframes fade-frames {
0% {
opacity: 1;
}
50% {
opacity: 0.7;
}
100% {
opacity: 1;
}
}
@keyframes fade-frames {
0% {
opacity: 1;
}
50% {
opacity: 0.7;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes scale-frames {
0% {
transform: scale3d(0.4, 0.4, 1);
}
50% {
transform: scale3d(2.2, 2.2, 1);
}
100% {
transform: scale3d(0.4, 0.4, 1);
}
}
@keyframes scale-frames {
0% {
transform: scale3d(0.4, 0.4, 1);
}
50% {
transform: scale3d(2.2, 2.2, 1);
}
100% {
transform: scale3d(0.4, 0.4, 1);
}
}
.circle-container:nth-child(1) {
width: 38px;
height: 38px;
-webkit-animation-name: move-frames-1;
animation-name: move-frames-1;
-webkit-animation-duration: 29398ms;
animation-duration: 29398ms;
-webkit-animation-delay: 19259ms;
animation-delay: 19259ms;
}
@-webkit-keyframes move-frames-1 {
from {
transform: translate3d(88vw, 101vh, 0);
}
to {
transform: translate3d(41vw, -105vh, 0);
}
}
@keyframes move-frames-1 {
from {
transform: translate3d(88vw, 101vh, 0);
}
to {
transform: translate3d(41vw, -105vh, 0);
}
}
.circle-container:nth-child(1) .circle {
-webkit-animation-delay: 3645ms;
animation-delay: 3645ms;
}
.circle-container:nth-child(2) {
width: 25px;
height: 25px;
-webkit-animation-name: move-frames-2;
animation-name: move-frames-2;
-webkit-animation-duration: 32065ms;
animation-duration: 32065ms;
-webkit-animation-delay: 25442ms;
animation-delay: 25442ms;
}
@-webkit-keyframes move-frames-2 {
from {
transform: translate3d(14vw, 106vh, 0);
}
to {
transform: translate3d(50vw, -129vh, 0);
}
}
@keyframes move-frames-2 {
from {
transform: translate3d(14vw, 106vh, 0);
}
to {
transform: translate3d(50vw, -129vh, 0);
}
}
.circle-container:nth-child(2) .circle {
-webkit-animation-delay: 2788ms;
animation-delay: 2788ms;
}
.circle-container:nth-child(3) {
width: 80px;
height: 80px;
-webkit-animation-name: move-frames-3;
animation-name: move-frames-3;
-webkit-animation-duration: 34849ms;
animation-duration: 34849ms;
-webkit-animation-delay: 12455ms;
animation-delay: 12455ms;
}
@-webkit-keyframes move-frames-3 {
from {
transform: translate3d(25vw, 103vh, 0);
}
to {
transform: translate3d(90vw, -133vh, 0);
}
}
@keyframes move-frames-3 {
from {
transform: translate3d(25vw, 103vh, 0);
}
to {
transform: translate3d(90vw, -133vh, 0);
}
}
.circle-container:nth-child(3) .circle {
-webkit-animation-delay: 3776ms;
animation-delay: 3776ms;
}
.circle-container:nth-child(4) {
width: 20px;
height: 20px;
-webkit-animation-name: move-frames-4;
animation-name: move-frames-4;
-webkit-animation-duration: 34932ms;
animation-duration: 34932ms;
-webkit-animation-delay: 30421ms;
animation-delay: 30421ms;
}
@-webkit-keyframes move-frames-4 {
from {
transform: translate3d(7vw, 102vh, 0);
}
to {
transform: translate3d(16vw, -104vh, 0);
}
}
@keyframes move-frames-4 {
from {
transform: translate3d(7vw, 102vh, 0);
}
to {
transform: translate3d(16vw, -104vh, 0);
}
}
.circle-container:nth-child(4) .circle {
-webkit-animation-delay: 3963ms;
animation-delay: 3963ms;
}
.circle-container:nth-child(5) {
width: 25px;
height: 25px;
-webkit-animation-name: move-frames-5;
animation-name: move-frames-5;
-webkit-animation-duration: 34579ms;
animation-duration: 34579ms;
-webkit-animation-delay: 22628ms;
animation-delay: 22628ms;
}
@-webkit-keyframes move-frames-5 {
from {
transform: translate3d(78vw, 104vh, 0);
}
to {
transform: translate3d(53vw, -125vh, 0);
}
}
@keyframes move-frames-5 {
from {
transform: translate3d(78vw, 104vh, 0);
}
to {
transform: translate3d(53vw, -65vh, 0);
}
}
.circle-container:nth-child(5) .circle {
-webkit-animation-delay: 476ms;
animation-delay: 476ms;
}
.circle-container:nth-child(6) {
width: 32px;
height: 32px;
-webkit-animation-name: move-frames-6;
animation-name: move-frames-6;
-webkit-animation-duration: 35798ms;
animation-duration: 35798ms;
-webkit-animation-delay: 23287ms;
animation-delay: 23287ms;
}
@-webkit-keyframes move-frames-6 {
from {
transform: translate3d(13vw, 108vh, 0);
}
to {
transform: translate3d(6vw, -51vh, 0);
}
}
@keyframes move-frames-6 {
from {
transform: translate3d(13vw, 108vh, 0);
}
to {
transform: translate3d(6vw, -111vh, 0);
}
}
.circle-container:nth-child(6) .circle {
-webkit-animation-delay: 3625ms;
animation-delay: 3625ms;
}
.circle-container:nth-child(7) {
width: 43px;
height: 43px;
-webkit-animation-name: move-frames-7;
animation-name: move-frames-7;
-webkit-animation-duration: 34336ms;
animation-duration: 34336ms;
-webkit-animation-delay: 4487ms;
animation-delay: 4487ms;
}
@-webkit-keyframes move-frames-7 {
from {
transform: translate3d(3vw, 106vh, 0);
}
to {
transform: translate3d(10vw, -126vh, 0);
}
}
@keyframes move-frames-7 {
from {
transform: translate3d(3vw, 106vh, 0);
}
to {
transform: translate3d(10vw, -126vh, 0);
}
}
.circle-container:nth-child(7) .circle {
-webkit-animation-delay: 2300ms;
animation-delay: 2300ms;
}
.circle-container:nth-child(8) {
width: 24px;
height: 24px;
-webkit-animation-name: move-frames-8;
animation-name: move-frames-8;
-webkit-animation-duration: 32484ms;
animation-duration: 32484ms;
-webkit-animation-delay: 13848ms;
animation-delay: 13848ms;
}
@-webkit-keyframes move-frames-8 {
from {
transform: translate3d(44vw, 108vh, 0);
}
to {
transform: translate3d(70vw, -118vh, 0);
}
}
@keyframes move-frames-8 {
from {
transform: translate3d(44vw, 108vh, 0);
}
to {
transform: translate3d(70vw, -118vh, 0);
}
}
.circle-container:nth-child(8) .circle {
-webkit-animation-delay: 3709ms;
animation-delay: 3709ms;
}
.circle-container:nth-child(9) {
width: 38px;
height: 38px;
-webkit-animation-name: move-frames-9;
animation-name: move-frames-9;
-webkit-animation-duration: 30560ms;
animation-duration: 30560ms;
-webkit-animation-delay: 23103ms;
animation-delay: 23103ms;
}
@-webkit-keyframes move-frames-9 {
from {
transform: translate3d(55vw, 102vh, 0);
}
to {
transform: translate3d(98vw, -118vh, 0);
}
}
@keyframes move-frames-9 {
from {
transform: translate3d(55vw, 102vh, 0);
}
to {
transform: translate3d(98vw, -118vh, 0);
}
}
.circle-container:nth-child(9) .circle {
-webkit-animation-delay: 2262ms;
animation-delay: 2262ms;
}
.circle-container:nth-child(10) {
width: 32px;
height: 32px;
-webkit-animation-name: move-frames-10;
animation-name: move-frames-10;
-webkit-animation-duration: 31118ms;
animation-duration: 31118ms;
-webkit-animation-delay: 34475ms;
animation-delay: 34475ms;
}
@-webkit-keyframes move-frames-10 {
from {
transform: translate3d(80vw, 102vh, 0);
}
to {
transform: translate3d(19vw, -107vh, 0);
}
}
@keyframes move-frames-10 {
from {
transform: translate3d(80vw, 102vh, 0);
}
to {
transform: translate3d(19vw, -107vh, 0);
}
}
.circle-container:nth-child(10) .circle {
-webkit-animation-delay: 2694ms;
animation-delay: 2694ms;
}
.circle-container:nth-child(11) {
width: 60px;
height: 60px;
-webkit-animation-name: move-frames-11;
animation-name: move-frames-11;
-webkit-animation-duration: 35174ms;
animation-duration: 35174ms;
-webkit-animation-delay: 31886ms;
animation-delay: 31886ms;
}
@-webkit-keyframes move-frames-11 {
from {
transform: translate3d(20vw, 102vh, 0);
}
to {
transform: translate3d(44vw, -109vh, 0);
}
}
@keyframes move-frames-11 {
from {
transform: translate3d(20vw, 102vh, 0);
}
to {
transform: translate3d(44vw, -109vh, 0);
}
}
.circle-container:nth-child(11) .circle {
-webkit-animation-delay: 1069ms;
animation-delay: 1069ms;
}
.circle-container:nth-child(12) {
width: 40px;
height: 40px;
-webkit-animation-name: move-frames-12;
animation-name: move-frames-12;
-webkit-animation-duration: 29411ms;
animation-duration: 29411ms;
-webkit-animation-delay: 19662ms;
animation-delay: 19662ms;
}
@-webkit-keyframes move-frames-12 {
from {
transform: translate3d(52vw, 107vh, 0);
}
to {
transform: translate3d(98vw, -128vh, 0);
}
}
@keyframes move-frames-12 {
from {
transform: translate3d(52vw, 107vh, 0);
}
to {
transform: translate3d(98vw, -128vh, 0);
}
}
.circle-container:nth-child(12) .circle {
-webkit-animation-delay: 3737ms;
animation-delay: 3737ms;
}
.circle-container:nth-child(13) {
width: 30px;
height: 30px;
-webkit-animation-name: move-frames-13;
animation-name: move-frames-13;
-webkit-animation-duration: 29941ms;
animation-duration: 29941ms;
-webkit-animation-delay: 27561ms;
animation-delay: 27561ms;
}
@-webkit-keyframes move-frames-13 {
from {
transform: translate3d(79vw, 109vh, 0);
}
to {
transform: translate3d(63vw, -128vh, 0);
}
}
@keyframes move-frames-13 {
from {
transform: translate3d(79vw, 109vh, 0);
}
to {
transform: translate3d(63vw, -128vh, 0);
}
}
.circle-container:nth-child(13) .circle {
-webkit-animation-delay: 1358ms;
animation-delay: 1358ms;
}
.circle-container:nth-child(14) {
width: 24px;
height: 24px;
-webkit-animation-name: move-frames-14;
animation-name: move-frames-14;
-webkit-animation-duration: 36060ms;
animation-duration: 36060ms;
-webkit-animation-delay: 6961ms;
animation-delay: 6961ms;
}
@-webkit-keyframes move-frames-14 {
from {
transform: translate3d(88vw, 106vh, 0);
}
to {
transform: translate3d(59vw, -111vh, 0);
}
}
@keyframes move-frames-14 {
from {
transform: translate3d(88vw, 106vh, 0);
}
to {
transform: translate3d(59vw, -111vh, 0);
}
}
.circle-container:nth-child(14) .circle {
-webkit-animation-delay: 2241ms;
animation-delay: 2241ms;
}
.circle-container:nth-child(15) {
width: 51px;
height: 51px;
-webkit-animation-name: move-frames-15;
animation-name: move-frames-15;
-webkit-animation-duration: 33620ms;
animation-duration: 33620ms;
-webkit-animation-delay: 17920ms;
animation-delay: 17920ms;
}
@-webkit-keyframes move-frames-15 {
from {
transform: translate3d(95vw, 101vh, 0);
}
to {
transform: translate3d(28vw, -119vh, 0);
}
}
@keyframes move-frames-15 {
from {
transform: translate3d(95vw, 101vh, 0);
}
to {
transform: translate3d(28vw, -119vh, 0);
}
}
.circle-container:nth-child(15) .circle {
-webkit-animation-delay: 2211ms;
animation-delay: 2211ms;
}
.circle-container:nth-child(16) {
width: 61px;
height: 61px;
-webkit-animation-name: move-frames-16;
animation-name: move-frames-16;
-webkit-animation-duration: 29862ms;
animation-duration: 29862ms;
-webkit-animation-delay: 20299ms;
animation-delay: 20299ms;
}
@-webkit-keyframes move-frames-16 {
from {
transform: translate3d(5vw, 102vh, 0);
}
to {
transform: translate3d(75vw, -126vh, 0);
}
}
@keyframes move-frames-16 {
from {
transform: translate3d(5vw, 102vh, 0);
}
to {
transform: translate3d(75vw, -126vh, 0);
}
}
.circle-container:nth-child(16) .circle {
-webkit-animation-delay: 1157ms;
animation-delay: 1157ms;
}
.circle-container:nth-child(17) {
width: 73px;
height: 73px;
-webkit-animation-name: move-frames-17;
animation-name: move-frames-17;
-webkit-animation-duration: 28756ms;
animation-duration: 28756ms;
-webkit-animation-delay: 33532ms;
animation-delay: 33532ms;
}
@-webkit-keyframes move-frames-17 {
from {
transform: translate3d(66vw, 108vh, 0);
}
to {
transform: translate3d(89vw, -112vh, 0);
}
}
@keyframes move-frames-17 {
from {
transform: translate3d(66vw, 108vh, 0);
}
to {
transform: translate3d(89vw, -112vh, 0);
}
}
.circle-container:nth-child(17) .circle {
-webkit-animation-delay: 3055ms;
animation-delay: 3055ms;
}
.circle-container:nth-child(18) {
width: 44px;
height: 44px;
-webkit-animation-name: move-frames-18;
animation-name: move-frames-18;
-webkit-animation-duration: 30435ms;
animation-duration: 30435ms;
-webkit-animation-delay: 16888ms;
animation-delay: 16888ms;
}
@-webkit-keyframes move-frames-18 {
from {
transform: translate3d(29vw, 104vh, 0);
}
to {
transform: translate3d(12vw, -128vh, 0);
}
}
@keyframes move-frames-18 {
from {
transform: translate3d(29vw, 104vh, 0);
}
to {
transform: translate3d(12vw, -128vh, 0);
}
}
.circle-container:nth-child(18) .circle {
-webkit-animation-delay: 539ms;
animation-delay: 539ms;
} .service-section .bg-shape1 {
position: absolute;
top: 0;
right: 0;
overflow: hidden;
}
.service-section .bg-shape1 svg {
animation: bounce 10s linear infinite;
width: 600px;
}  .btn.btn-primary {
display: inline-block;
position: relative;
z-index: 1;
overflow: hidden;
text-decoration: none;
color: var(--bs-white);
border: 0.15em solid var(--bs-primary);
border-radius: 5px;
transition: 4s;
background:var(--bs-primary)
}
.btn.btn-border-white{
position: relative;
overflow: hidden;
}
.btn-style-one .btn.btn-primary:before, .btn-style-one .btn.btn-primary:after,
.btn-style-one .btn.btn-border-white:before, .btn-style-one .btn.btn-border-white:after {
content: "";
position: absolute;
top: -1.5em;
z-index: -1;
width: 200%;
aspect-ratio: 1;
border: none;
border-radius: 40%;
background-color: rgba(255, 62, 85, 0.25);
transition: 4s;
}
.btn-style-one .btn.btn-primary:before,
.btn-style-one .btn.btn-border-white:before {
left: -80%;
transform: translate3d(0, 5em, 0) rotate(-340deg);
}
.btn-style-one .btn.btn-primary:after,
.btn-style-one .btn.btn-border-white:after {
right: -80%;
transform: translate3d(0, 5em, 0) rotate(390deg);
}
.btn-style-one .btn.btn-primary:hover, .btn-style-one .btn.btn-primary:focus {
color: var(--bs-primary);
}
.btn-style-one .btn.btn-primary:hover:before, .btn-style-one .btn.btn-primary:hover:after, .btn-style-one .btn.btn-primary:focus:before, .btn-style-one .btn.btn-primary:focus:after {
transform: none;
background-color: rgba(255, 255, 255, 0.75);
}
.btn-style-one .btn.btn-border-white:hover:before, .btn-style-one .btn.btn-border-white:hover:after, .btn-style-one .btn.btn-border-white:focus:before, .btn-style-one .btn.btn-border-white:focus:after {
transform: none;
background-color: rgba(255, 255, 255, 0.75);
}  .video-section-container-flow .video-cover {
align-content: center;
align-items: center;
position: relative;
width: 100%;
flex-wrap: wrap;
display: flex;
}
.video-flow .animated {
margin-block-start: 0;
margin-block-end: 0;
animation-name: fadeInUp;
animation-duration: 1.2s;
animation-fill-mode: both;
opacity: 0;
}
.video-cover .play-block-cover-image-background {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
max-width: none;
max-height: none;
object-fit: cover;
outline: none;
border: none;
box-shadow: none;
border-radius:30px;
} .video-cover-inner-container {
width: 100%;
z-index: 1;
color: #fff;
}
.video-play-button {
flex-wrap: wrap;
}
.play-icon-wrapper {
margin: 0;
display: flex;
justify-content: center;
}
.play-icon-wrapper .video-play-icon {
font-size:42px;
color: var(--bs-white);
background: var(--bs-primary);
border-radius: 100px;
width: 80px;
height: 80px;
position: relative;
align-items: center;
display: flex;
justify-content: center;
overflow: visible !important;
z-index:10;
opacity:1;
}
.play-icon-wrapper .video-play-icon:before {
content: "";
display: block;
position: absolute;
border-radius: 100%;
background-color: var(--bs-primary);
z-index: -1;
opacity: 0.6;
width: 100px;
height: 100px;
top: 50%;
left: 50%;
right: 0px;
transform: translateX(-50%) translateY(-50%);
}
.play-icon-wrapper .video-play-icon:after{
content: "";
position: absolute;
z-index: 0;
left: 0;
top: 0;
display: block;
width: 100%;
height: 100%;
background-color: rgba(255,62,85,.8);
border-radius: 50%;
animation: pulse-border2 1500ms ease-out infinite;
-webkit-animation: pulse-border2 1500ms ease-out infinite;
z-index: -2;
}
.flixita-progress-bar {
width: 100%;
margin-block-start: 20px;
margin-block-end: 0;
}
.flixita-progress-bar-title {
display: flex;
justify-content: space-between;
}
.flixita-progress-bar-title .progress-bar-percentage {
color: var(--bs-primary);
}
.flixita-progress-bar .progress-bar-track {
background-color: var(--bs-secondary);
border: 0px;
border-radius: 5px;
box-sizing: border-box;
overflow: hidden;
}
.flixita-progress-bar .progress-bar-handle {
animation: progress 1.5s ease-in 1;
align-items: center; background-color: var(--bs-primary);
box-sizing: border-box; display: flex;
justify-content: right;
padding: 0 5px;
}
.progress-button {
margin-block-start: 40px;
margin-block-end: 0;
}
.video-img-effect:before, .video-img-effect:after{
content: '';
position: absolute;
transform: scale(0); 
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
border-radius: 10px;
}
.video-img-effect:hover:before{
transition: all .5s ease .1s;
transform: scale(1);
z-index: 1;
}
.video-img-effect:hover:after{
transition: all .6s ease .2s;
transform: scale(1);
}  .countdown-section {
overflow: hidden;
}
.countdown-section .count-wrap {
display: flex;
justify-content: center;
}
.countdown-section .count-wrap > div {
height: 150px;
width: 150px;
border: 1px solid var(--bs-gray);
text-align: center;
padding: 30px 0;
margin-left: 20px;
position: relative;
overflow: hidden;
}
.countdown-section .count-wrap > div > span {
font-size: 45px;
color: var(--bs-primary);
}
.countdown-section .count-wrap > div .dtext {
color: var(--bs-white);
}
.countdown-section .count-wrap > div:after {
content: "";
width: 150%;
height: 100px;
background: rgb(255 255 255 / 10%);
display: block;
transform: rotate(-40deg);
position: absolute;
bottom: -10%;
left: 14%;
z-index: 0;
} .countdown-section .stars, .flixita-features-section .stars {
width: 1px;
height: 1px;
background: transparent;
box-shadow: 658px 839px #FFF , 1106px 1290px #FFF , 909px 521px #FFF , 1404px 1926px #FFF , 1654px 373px #FFF , 279px 1961px #FFF , 771px 1778px #FFF , 1646px 1443px #FFF , 1900px 11px #FFF , 1954px 670px #FFF , 480px 1816px #FFF , 1581px 584px #FFF , 1406px 1820px #FFF , 109px 85px #FFF , 1216px 1232px #FFF , 989px 1387px #FFF , 11px 210px #FFF , 445px 924px #FFF , 1649px 946px #FFF , 215px 1092px #FFF , 565px 72px #FFF , 611px 312px #FFF , 1056px 112px #FFF , 103px 651px #FFF , 1217px 826px #FFF , 151px 802px #FFF , 369px 1348px #FFF , 1553px 1241px #FFF , 1656px 1077px #FFF , 913px 992px #FFF , 275px 613px #FFF , 1265px 681px #FFF , 1004px 747px #FFF , 1593px 408px #FFF , 761px 771px #FFF , 107px 1117px #FFF , 1527px 1036px #FFF , 1841px 1247px #FFF , 81px 38px #FFF , 909px 230px #FFF , 1916px 1874px #FFF , 1208px 374px #FFF , 482px 1534px #FFF , 75px 419px #FFF , 1327px 1020px #FFF , 1753px 1065px #FFF , 1313px 1188px #FFF , 285px 944px #FFF , 1950px 1128px #FFF , 871px 877px #FFF , 896px 850px #FFF , 1876px 1871px #FFF , 579px 406px #FFF , 484px 10px #FFF , 147px 1217px #FFF , 619px 150px #FFF , 823px 470px #FFF , 1761px 520px #FFF , 1316px 1119px #FFF , 1537px 431px #FFF , 1563px 362px #FFF , 1097px 1984px #FFF , 1956px 1771px #FFF , 1098px 1459px #FFF , 1568px 1866px #FFF , 1629px 1991px #FFF , 1291px 879px #FFF , 200px 646px #FFF , 702px 235px #FFF , 1292px 623px #FFF , 1955px 369px #FFF , 1410px 781px #FFF , 1964px 659px #FFF , 1463px 1408px #FFF , 1596px 749px #FFF , 356px 1001px #FFF , 1522px 1050px #FFF , 1879px 457px #FFF , 98px 1114px #FFF , 1681px 1231px #FFF , 1183px 1265px #FFF , 587px 672px #FFF , 807px 849px #FFF , 224px 13px #FFF , 157px 1817px #FFF , 77px 349px #FFF , 1642px 1771px #FFF , 574px 1259px #FFF , 702px 959px #FFF , 708px 160px #FFF , 1368px 757px #FFF , 1448px 494px #FFF , 58px 592px #FFF , 1226px 1676px #FFF , 1244px 1488px #FFF , 1776px 1677px #FFF , 81px 552px #FFF , 255px 1940px #FFF , 670px 1647px #FFF , 631px 161px #FFF , 277px 289px #FFF , 841px 251px #FFF , 485px 355px #FFF , 12px 1242px #FFF , 1830px 413px #FFF , 744px 302px #FFF , 181px 1572px #FFF , 741px 1480px #FFF , 868px 1815px #FFF , 128px 1617px #FFF , 1412px 578px #FFF , 860px 1130px #FFF , 677px 490px #FFF , 798px 97px #FFF , 1480px 496px #FFF , 662px 399px #FFF , 1115px 654px #FFF , 822px 514px #FFF , 571px 801px #FFF , 450px 597px #FFF , 1968px 1216px #FFF , 909px 188px #FFF , 307px 1540px #FFF , 765px 1046px #FFF , 1269px 326px #FFF , 200px 448px #FFF , 650px 427px #FFF , 1618px 602px #FFF , 1695px 1109px #FFF , 1352px 96px #FFF , 1189px 891px #FFF , 1717px 1432px #FFF , 1337px 435px #FFF , 890px 402px #FFF , 17px 1595px #FFF , 1763px 505px #FFF , 548px 1419px #FFF , 642px 422px #FFF , 157px 1936px #FFF , 886px 11px #FFF , 1152px 1361px #FFF , 1507px 974px #FFF , 841px 1363px #FFF , 1365px 307px #FFF , 1818px 1954px #FFF , 888px 730px #FFF , 903px 1396px #FFF , 1670px 1473px #FFF , 1132px 1704px #FFF , 501px 1755px #FFF , 1640px 1159px #FFF , 359px 726px #FFF , 389px 293px #FFF , 1164px 246px #FFF , 1759px 1718px #FFF , 1863px 236px #FFF , 230px 1452px #FFF , 673px 534px #FFF , 1896px 219px #FFF , 1257px 1825px #FFF , 884px 343px #FFF , 1726px 1789px #FFF , 58px 1895px #FFF , 1244px 330px #FFF , 902px 943px #FFF , 416px 927px #FFF , 1307px 1604px #FFF , 1100px 1885px #FFF , 1539px 1691px #FFF , 1819px 1971px #FFF , 518px 1414px #FFF , 1013px 788px #FFF , 1848px 508px #FFF , 1759px 1046px #FFF , 376px 857px #FFF , 1231px 478px #FFF , 552px 938px #FFF , 291px 558px #FFF , 1903px 991px #FFF , 1139px 1242px #FFF , 972px 587px #FFF , 941px 1518px #FFF , 1410px 953px #FFF , 1077px 87px #FFF , 896px 894px #FFF , 1447px 1557px #FFF , 435px 177px #FFF , 1091px 1324px #FFF , 1314px 445px #FFF , 1923px 1865px #FFF , 399px 328px #FFF , 482px 547px #FFF , 1642px 559px #FFF , 1651px 114px #FFF , 1372px 1552px #FFF , 1392px 1760px #FFF , 1498px 593px #FFF , 546px 107px #FFF , 115px 1647px #FFF , 148px 1791px #FFF , 1925px 1647px #FFF , 1934px 289px #FFF , 1908px 175px #FFF , 433px 1154px #FFF , 519px 1141px #FFF , 1358px 105px #FFF , 456px 1102px #FFF , 504px 481px #FFF , 1430px 1419px #FFF , 1273px 1644px #FFF , 737px 1994px #FFF , 1885px 1283px #FFF , 1286px 380px #FFF , 1209px 383px #FFF , 52px 728px #FFF , 1580px 1862px #FFF , 403px 875px #FFF , 1823px 329px #FFF , 1402px 175px #FFF , 600px 1832px #FFF , 489px 1081px #FFF , 448px 1115px #FFF , 1450px 1725px #FFF , 558px 1952px #FFF , 553px 598px #FFF , 613px 260px #FFF , 1695px 1320px #FFF , 678px 1106px #FFF , 779px 1463px #FFF , 1296px 1635px #FFF , 183px 999px #FFF , 1927px 929px #FFF , 196px 1755px #FFF , 126px 871px #FFF , 1764px 839px #FFF , 1677px 150px #FFF , 1808px 550px #FFF , 26px 1758px #FFF , 1307px 728px #FFF , 811px 891px #FFF , 58px 1341px #FFF , 872px 1317px #FFF , 1397px 1417px #FFF , 403px 349px #FFF , 170px 58px #FFF , 798px 1701px #FFF , 817px 1055px #FFF , 1289px 1644px #FFF , 350px 1858px #FFF , 246px 523px #FFF , 624px 700px #FFF , 240px 1646px #FFF , 604px 1504px #FFF , 128px 1724px #FFF , 237px 426px #FFF , 420px 1336px #FFF , 525px 1743px #FFF , 759px 573px #FFF , 853px 1212px #FFF , 968px 1502px #FFF , 1662px 1350px #FFF , 146px 1879px #FFF , 174px 1605px #FFF , 1689px 1903px #FFF , 1181px 1103px #FFF , 269px 1063px #FFF , 1830px 215px #FFF , 986px 1621px #FFF , 457px 360px #FFF , 278px 1837px #FFF , 872px 1484px #FFF , 946px 389px #FFF , 970px 1606px #FFF , 786px 1412px #FFF , 1945px 1486px #FFF , 332px 1905px #FFF , 1714px 1367px #FFF , 350px 1390px #FFF , 12px 1123px #FFF , 533px 348px #FFF , 734px 1419px #FFF , 1812px 295px #FFF , 768px 890px #FFF , 728px 1857px #FFF , 620px 272px #FFF , 1339px 450px #FFF , 633px 1802px #FFF , 1886px 1910px #FFF , 1009px 1905px #FFF , 235px 1525px #FFF , 1902px 1545px #FFF , 907px 276px #FFF , 1372px 921px #FFF , 644px 887px #FFF , 851px 861px #FFF , 1920px 1090px #FFF , 1118px 731px #FFF , 1046px 643px #FFF , 709px 1977px #FFF , 1712px 510px #FFF , 611px 153px #FFF , 933px 546px #FFF , 911px 531px #FFF , 1661px 1163px #FFF , 660px 1529px #FFF , 1433px 1401px #FFF , 1858px 1234px #FFF , 1762px 1915px #FFF , 452px 1896px #FFF , 755px 199px #FFF , 1534px 803px #FFF , 1838px 896px #FFF , 1891px 874px #FFF , 1308px 1969px #FFF , 1279px 1097px #FFF , 1726px 1073px #FFF , 382px 206px #FFF , 281px 1152px #FFF , 1042px 1711px #FFF , 1227px 256px #FFF , 1012px 1469px #FFF , 38px 100px #FFF , 705px 937px #FFF , 110px 937px #FFF , 1016px 1490px #FFF , 952px 89px #FFF , 1149px 619px #FFF , 1777px 779px #FFF , 566px 1020px #FFF , 69px 1621px #FFF , 574px 1343px #FFF , 58px 1481px #FFF , 525px 938px #FFF , 44px 78px #FFF , 1676px 1959px #FFF , 1968px 1887px #FFF , 1510px 928px #FFF , 1645px 500px #FFF , 527px 1605px #FFF , 1486px 1343px #FFF , 915px 252px #FFF , 1473px 620px #FFF , 239px 1459px #FFF , 85px 653px #FFF , 1545px 555px #FFF , 654px 1346px #FFF , 242px 1123px #FFF , 831px 1849px #FFF , 732px 1854px #FFF , 770px 1784px #FFF , 164px 1617px #FFF , 1376px 1785px #FFF , 738px 1725px #FFF , 1201px 1319px #FFF , 523px 1552px #FFF , 703px 234px #FFF , 1976px 231px #FFF , 1861px 458px #FFF , 264px 1082px #FFF , 680px 846px #FFF , 377px 79px #FFF , 588px 592px #FFF , 1369px 212px #FFF , 1568px 1066px #FFF , 690px 311px #FFF , 1337px 1599px #FFF , 653px 1235px #FFF , 1154px 1184px #FFF , 1740px 1647px #FFF , 1104px 362px #FFF , 1090px 1326px #FFF , 138px 120px #FFF , 1119px 1908px #FFF , 1470px 1203px #FFF , 1787px 1946px #FFF , 129px 1751px #FFF , 544px 535px #FFF , 571px 1754px #FFF , 9px 961px #FFF , 986px 844px #FFF , 256px 801px #FFF , 266px 1614px #FFF , 689px 264px #FFF , 1374px 1167px #FFF , 1043px 549px #FFF , 1803px 897px #FFF , 1214px 1148px #FFF , 1768px 1293px #FFF , 946px 989px #FFF , 857px 938px #FFF , 1117px 699px #FFF , 1876px 1593px #FFF , 1919px 1237px #FFF , 654px 1257px #FFF , 1292px 901px #FFF , 19px 744px #FFF , 731px 415px #FFF , 1247px 30px #FFF , 1301px 1136px #FFF , 312px 251px #FFF , 790px 289px #FFF , 1578px 908px #FFF , 379px 1775px #FFF , 502px 160px #FFF , 1689px 1154px #FFF , 1267px 1354px #FFF , 593px 204px #FFF , 313px 995px #FFF , 1297px 1053px #FFF , 572px 1288px #FFF , 829px 126px #FFF , 1754px 1362px #FFF , 1559px 1505px #FFF , 832px 1463px #FFF , 671px 1837px #FFF , 466px 738px #FFF , 1323px 1477px #FFF , 757px 1090px #FFF , 1042px 1317px #FFF , 545px 1056px #FFF , 769px 1666px #FFF , 307px 470px #FFF , 1724px 27px #FFF , 1705px 274px #FFF , 1297px 221px #FFF , 143px 1057px #FFF , 1100px 1585px #FFF , 93px 1116px #FFF , 1629px 643px #FFF , 194px 1773px #FFF , 1873px 922px #FFF , 1411px 314px #FFF , 1582px 1507px #FFF , 535px 1137px #FFF , 63px 1093px #FFF , 208px 23px #FFF , 1645px 178px #FFF , 1511px 14px #FFF , 830px 564px #FFF , 359px 1701px #FFF , 1754px 177px #FFF , 1131px 943px #FFF , 64px 1247px #FFF , 1823px 397px #FFF , 271px 1705px #FFF , 1701px 595px #FFF , 475px 1289px #FFF , 1408px 10px #FFF , 663px 1500px #FFF , 411px 907px #FFF , 871px 662px #FFF , 270px 1491px #FFF , 1504px 479px #FFF , 1980px 655px #FFF , 258px 294px #FFF , 523px 1690px #FFF , 986px 1340px #FFF , 1242px 355px #FFF , 1777px 718px #FFF , 1359px 200px #FFF , 1573px 1025px #FFF , 221px 1094px #FFF , 657px 287px #FFF , 432px 1888px #FFF , 981px 283px #FFF , 129px 1023px #FFF , 1898px 10px #FFF , 538px 856px #FFF , 1437px 237px #FFF , 619px 1642px #FFF , 1583px 879px #FFF , 905px 1422px #FFF , 871px 413px #FFF , 58px 1241px #FFF , 681px 563px #FFF , 1686px 743px #FFF , 1757px 1092px #FFF , 704px 124px #FFF , 1955px 622px #FFF , 1089px 788px #FFF , 92px 484px #FFF , 326px 98px #FFF , 1172px 1634px #FFF , 33px 1651px #FFF , 557px 1577px #FFF , 55px 1986px #FFF , 1242px 1387px #FFF , 1558px 448px #FFF , 847px 187px #FFF , 598px 1206px #FFF , 1203px 1057px #FFF , 591px 1546px #FFF , 1966px 1181px #FFF , 1992px 965px #FFF , 829px 1834px #FFF , 855px 1798px #FFF , 1803px 781px #FFF , 764px 910px #FFF , 1929px 1145px #FFF , 320px 843px #FFF , 1596px 143px #FFF , 1868px 868px #FFF , 1766px 201px #FFF , 1090px 476px #FFF , 1770px 1084px #FFF , 518px 1859px #FFF , 1041px 820px #FFF , 1067px 1874px #FFF , 1326px 925px #FFF , 1172px 658px #FFF , 896px 1937px #FFF , 117px 779px #FFF , 1153px 1355px #FFF , 560px 1420px #FFF , 1843px 227px #FFF , 509px 9px #FFF , 160px 1836px #FFF , 37px 341px #FFF , 233px 1010px #FFF , 676px 1223px #FFF , 75px 1784px #FFF , 1813px 1630px #FFF , 328px 1797px #FFF , 1767px 1495px #FFF , 889px 1797px #FFF , 78px 446px #FFF , 381px 660px #FFF , 862px 929px #FFF , 1349px 411px #FFF , 404px 1404px #FFF , 1184px 585px #FFF , 122px 403px #FFF , 1650px 496px #FFF , 1353px 115px #FFF , 1324px 121px #FFF , 1635px 1395px #FFF , 555px 934px #FFF , 576px 497px #FFF , 819px 1834px #FFF , 791px 488px #FFF , 817px 204px #FFF , 1406px 1991px #FFF , 1849px 681px #FFF , 144px 179px #FFF , 1025px 1473px #FFF , 592px 1370px #FFF , 924px 874px #FFF , 1346px 1447px #FFF , 1449px 1747px #FFF , 1273px 1309px #FFF , 856px 1503px #FFF , 1712px 1467px #FFF , 80px 1832px #FFF , 863px 147px #FFF , 1812px 357px #FFF , 1191px 145px #FFF , 191px 1865px #FFF , 295px 1550px #FFF , 5px 421px #FFF , 1527px 1503px #FFF , 608px 744px #FFF , 320px 1034px #FFF , 855px 733px #FFF , 1884px 1010px #FFF , 758px 1337px #FFF , 1988px 707px #FFF , 206px 1231px #FFF , 1534px 1798px #FFF , 618px 726px #FFF , 1026px 60px #FFF , 1000px 88px #FFF , 1928px 1823px #FFF , 1488px 1552px #FFF , 757px 892px #FFF , 456px 935px #FFF , 500px 1743px #FFF , 903px 1798px #FFF , 1168px 810px #FFF , 1928px 1905px #FFF , 1915px 65px #FFF , 1909px 1912px #FFF , 556px 1010px #FFF , 1124px 1622px #FFF , 1228px 313px #FFF , 1639px 290px #FFF , 951px 965px #FFF , 107px 191px #FFF , 1203px 1269px #FFF , 622px 1061px #FFF , 1999px 1717px #FFF , 671px 937px #FFF , 1038px 1008px #FFF , 951px 767px #FFF , 400px 1854px #FFF , 981px 47px #FFF , 1470px 1195px #FFF , 1287px 141px #FFF , 507px 395px #FFF , 1799px 741px #FFF , 1629px 1252px #FFF , 795px 1397px #FFF , 361px 339px #FFF , 1878px 556px #FFF , 355px 153px #FFF , 1437px 191px #FFF , 1867px 689px #FFF , 131px 1381px #FFF , 1856px 799px #FFF , 385px 1078px #FFF , 113px 780px #FFF , 104px 921px #FFF , 628px 1672px #FFF , 354px 1063px #FFF , 1890px 953px #FFF , 760px 729px #FFF , 1176px 488px #FFF , 488px 288px #FFF , 1707px 1784px #FFF , 1827px 1027px #FFF , 1231px 1357px #FFF , 1041px 1408px #FFF , 239px 304px #FFF , 1674px 1462px #FFF , 1430px 774px #FFF , 1412px 138px #FFF , 1723px 74px #FFF , 1089px 145px #FFF , 1983px 445px #FFF , 1715px 884px #FFF , 1020px 1560px #FFF , 295px 103px #FFF , 742px 997px #FFF , 236px 186px #FFF , 907px 1967px #FFF , 1987px 1677px #FFF , 1785px 753px #FFF , 353px 1778px #FFF , 1918px 940px #FFF , 1763px 1743px #FFF , 434px 1001px #FFF , 1050px 802px #FFF , 1876px 595px #FFF , 821px 79px #FFF , 1043px 1373px #FFF , 1015px 1480px #FFF , 687px 1339px #FFF , 1133px 1613px #FFF , 1686px 1871px #FFF , 625px 1754px #FFF , 1530px 1022px #FFF , 1122px 872px #FFF , 1014px 1725px #FFF , 638px 860px #FFF , 3px 1537px #FFF , 938px 959px #FFF , 1912px 88px #FFF , 1850px 457px #FFF , 1558px 1782px #FFF , 1510px 50px #FFF , 1434px 1897px #FFF , 1919px 963px #FFF , 78px 773px #FFF , 240px 1630px #FFF , 1064px 1192px #FFF , 179px 1328px #FFF , 1479px 1641px #FFF , 1613px 588px #FFF , 1516px 453px #FFF , 499px 1594px #FFF , 85px 1128px #FFF , 1730px 1512px #FFF , 476px 881px #FFF , 992px 1660px #FFF , 298px 1833px #FFF , 1022px 1430px #FFF , 200px 689px #FFF , 1636px 417px #FFF , 1427px 908px #FFF , 373px 1125px #FFF , 284px 719px #FFF , 955px 1384px #FFF , 1415px 400px #FFF , 934px 656px #FFF , 1938px 1018px #FFF , 242px 1013px #FFF , 612px 1752px #FFF , 91px 692px #FFF , 1029px 1242px #FFF , 1139px 221px #FFF , 1045px 1160px #FFF , 1653px 855px #FFF , 1185px 731px #FFF , 154px 1640px #FFF , 848px 1861px #FFF , 1115px 987px #FFF , 1695px 1576px #FFF , 195px 857px #FFF , 886px 16px #FFF , 266px 1819px #FFF , 834px 1416px #FFF;
animation: animStar 50s linear infinite;
}
.countdown-section .stars:after, .flixita-features-section .stars:after {
content: " ";
position: absolute;
top: 2000px;
width: 1px;
height: 1px;
background: transparent;
box-shadow: 658px 839px #FFF , 1106px 1290px #FFF , 909px 521px #FFF , 1404px 1926px #FFF , 1654px 373px #FFF , 279px 1961px #FFF , 771px 1778px #FFF , 1646px 1443px #FFF , 1900px 11px #FFF , 1954px 670px #FFF , 480px 1816px #FFF , 1581px 584px #FFF , 1406px 1820px #FFF , 109px 85px #FFF , 1216px 1232px #FFF , 989px 1387px #FFF , 11px 210px #FFF , 445px 924px #FFF , 1649px 946px #FFF , 215px 1092px #FFF , 565px 72px #FFF , 611px 312px #FFF , 1056px 112px #FFF , 103px 651px #FFF , 1217px 826px #FFF , 151px 802px #FFF , 369px 1348px #FFF , 1553px 1241px #FFF , 1656px 1077px #FFF , 913px 992px #FFF , 275px 613px #FFF , 1265px 681px #FFF , 1004px 747px #FFF , 1593px 408px #FFF , 761px 771px #FFF , 107px 1117px #FFF , 1527px 1036px #FFF , 1841px 1247px #FFF , 81px 38px #FFF , 909px 230px #FFF , 1916px 1874px #FFF , 1208px 374px #FFF , 482px 1534px #FFF , 75px 419px #FFF , 1327px 1020px #FFF , 1753px 1065px #FFF , 1313px 1188px #FFF , 285px 944px #FFF , 1950px 1128px #FFF , 871px 877px #FFF , 896px 850px #FFF , 1876px 1871px #FFF , 579px 406px #FFF , 484px 10px #FFF , 147px 1217px #FFF , 619px 150px #FFF , 823px 470px #FFF , 1761px 520px #FFF , 1316px 1119px #FFF , 1537px 431px #FFF , 1563px 362px #FFF , 1097px 1984px #FFF , 1956px 1771px #FFF , 1098px 1459px #FFF , 1568px 1866px #FFF , 1629px 1991px #FFF , 1291px 879px #FFF , 200px 646px #FFF , 702px 235px #FFF , 1292px 623px #FFF , 1955px 369px #FFF , 1410px 781px #FFF , 1964px 659px #FFF , 1463px 1408px #FFF , 1596px 749px #FFF , 356px 1001px #FFF , 1522px 1050px #FFF , 1879px 457px #FFF , 98px 1114px #FFF , 1681px 1231px #FFF , 1183px 1265px #FFF , 587px 672px #FFF , 807px 849px #FFF , 224px 13px #FFF , 157px 1817px #FFF , 77px 349px #FFF , 1642px 1771px #FFF , 574px 1259px #FFF , 702px 959px #FFF , 708px 160px #FFF , 1368px 757px #FFF , 1448px 494px #FFF , 58px 592px #FFF , 1226px 1676px #FFF , 1244px 1488px #FFF , 1776px 1677px #FFF , 81px 552px #FFF , 255px 1940px #FFF , 670px 1647px #FFF , 631px 161px #FFF , 277px 289px #FFF , 841px 251px #FFF , 485px 355px #FFF , 12px 1242px #FFF , 1830px 413px #FFF , 744px 302px #FFF , 181px 1572px #FFF , 741px 1480px #FFF , 868px 1815px #FFF , 128px 1617px #FFF , 1412px 578px #FFF , 860px 1130px #FFF , 677px 490px #FFF , 798px 97px #FFF , 1480px 496px #FFF , 662px 399px #FFF , 1115px 654px #FFF , 822px 514px #FFF , 571px 801px #FFF , 450px 597px #FFF , 1968px 1216px #FFF , 909px 188px #FFF , 307px 1540px #FFF , 765px 1046px #FFF , 1269px 326px #FFF , 200px 448px #FFF , 650px 427px #FFF , 1618px 602px #FFF , 1695px 1109px #FFF , 1352px 96px #FFF , 1189px 891px #FFF , 1717px 1432px #FFF , 1337px 435px #FFF , 890px 402px #FFF , 17px 1595px #FFF , 1763px 505px #FFF , 548px 1419px #FFF , 642px 422px #FFF , 157px 1936px #FFF , 886px 11px #FFF , 1152px 1361px #FFF , 1507px 974px #FFF , 841px 1363px #FFF , 1365px 307px #FFF , 1818px 1954px #FFF , 888px 730px #FFF , 903px 1396px #FFF , 1670px 1473px #FFF , 1132px 1704px #FFF , 501px 1755px #FFF , 1640px 1159px #FFF , 359px 726px #FFF , 389px 293px #FFF , 1164px 246px #FFF , 1759px 1718px #FFF , 1863px 236px #FFF , 230px 1452px #FFF , 673px 534px #FFF , 1896px 219px #FFF , 1257px 1825px #FFF , 884px 343px #FFF , 1726px 1789px #FFF , 58px 1895px #FFF , 1244px 330px #FFF , 902px 943px #FFF , 416px 927px #FFF , 1307px 1604px #FFF , 1100px 1885px #FFF , 1539px 1691px #FFF , 1819px 1971px #FFF , 518px 1414px #FFF , 1013px 788px #FFF , 1848px 508px #FFF , 1759px 1046px #FFF , 376px 857px #FFF , 1231px 478px #FFF , 552px 938px #FFF , 291px 558px #FFF , 1903px 991px #FFF , 1139px 1242px #FFF , 972px 587px #FFF , 941px 1518px #FFF , 1410px 953px #FFF , 1077px 87px #FFF , 896px 894px #FFF , 1447px 1557px #FFF , 435px 177px #FFF , 1091px 1324px #FFF , 1314px 445px #FFF , 1923px 1865px #FFF , 399px 328px #FFF , 482px 547px #FFF , 1642px 559px #FFF , 1651px 114px #FFF , 1372px 1552px #FFF , 1392px 1760px #FFF , 1498px 593px #FFF , 546px 107px #FFF , 115px 1647px #FFF , 148px 1791px #FFF , 1925px 1647px #FFF , 1934px 289px #FFF , 1908px 175px #FFF , 433px 1154px #FFF , 519px 1141px #FFF , 1358px 105px #FFF , 456px 1102px #FFF , 504px 481px #FFF , 1430px 1419px #FFF , 1273px 1644px #FFF , 737px 1994px #FFF , 1885px 1283px #FFF , 1286px 380px #FFF , 1209px 383px #FFF , 52px 728px #FFF , 1580px 1862px #FFF , 403px 875px #FFF , 1823px 329px #FFF , 1402px 175px #FFF , 600px 1832px #FFF , 489px 1081px #FFF , 448px 1115px #FFF , 1450px 1725px #FFF , 558px 1952px #FFF , 553px 598px #FFF , 613px 260px #FFF , 1695px 1320px #FFF , 678px 1106px #FFF , 779px 1463px #FFF , 1296px 1635px #FFF , 183px 999px #FFF , 1927px 929px #FFF , 196px 1755px #FFF , 126px 871px #FFF , 1764px 839px #FFF , 1677px 150px #FFF , 1808px 550px #FFF , 26px 1758px #FFF , 1307px 728px #FFF , 811px 891px #FFF , 58px 1341px #FFF , 872px 1317px #FFF , 1397px 1417px #FFF , 403px 349px #FFF , 170px 58px #FFF , 798px 1701px #FFF , 817px 1055px #FFF , 1289px 1644px #FFF , 350px 1858px #FFF , 246px 523px #FFF , 624px 700px #FFF , 240px 1646px #FFF , 604px 1504px #FFF , 128px 1724px #FFF , 237px 426px #FFF , 420px 1336px #FFF , 525px 1743px #FFF , 759px 573px #FFF , 853px 1212px #FFF , 968px 1502px #FFF , 1662px 1350px #FFF , 146px 1879px #FFF , 174px 1605px #FFF , 1689px 1903px #FFF , 1181px 1103px #FFF , 269px 1063px #FFF , 1830px 215px #FFF , 986px 1621px #FFF , 457px 360px #FFF , 278px 1837px #FFF , 872px 1484px #FFF , 946px 389px #FFF , 970px 1606px #FFF , 786px 1412px #FFF , 1945px 1486px #FFF , 332px 1905px #FFF , 1714px 1367px #FFF , 350px 1390px #FFF , 12px 1123px #FFF , 533px 348px #FFF , 734px 1419px #FFF , 1812px 295px #FFF , 768px 890px #FFF , 728px 1857px #FFF , 620px 272px #FFF , 1339px 450px #FFF , 633px 1802px #FFF , 1886px 1910px #FFF , 1009px 1905px #FFF , 235px 1525px #FFF , 1902px 1545px #FFF , 907px 276px #FFF , 1372px 921px #FFF , 644px 887px #FFF , 851px 861px #FFF , 1920px 1090px #FFF , 1118px 731px #FFF , 1046px 643px #FFF , 709px 1977px #FFF , 1712px 510px #FFF , 611px 153px #FFF , 933px 546px #FFF , 911px 531px #FFF , 1661px 1163px #FFF , 660px 1529px #FFF , 1433px 1401px #FFF , 1858px 1234px #FFF , 1762px 1915px #FFF , 452px 1896px #FFF , 755px 199px #FFF , 1534px 803px #FFF , 1838px 896px #FFF , 1891px 874px #FFF , 1308px 1969px #FFF , 1279px 1097px #FFF , 1726px 1073px #FFF , 382px 206px #FFF , 281px 1152px #FFF , 1042px 1711px #FFF , 1227px 256px #FFF , 1012px 1469px #FFF , 38px 100px #FFF , 705px 937px #FFF , 110px 937px #FFF , 1016px 1490px #FFF , 952px 89px #FFF , 1149px 619px #FFF , 1777px 779px #FFF , 566px 1020px #FFF , 69px 1621px #FFF , 574px 1343px #FFF , 58px 1481px #FFF , 525px 938px #FFF , 44px 78px #FFF , 1676px 1959px #FFF , 1968px 1887px #FFF , 1510px 928px #FFF , 1645px 500px #FFF , 527px 1605px #FFF , 1486px 1343px #FFF , 915px 252px #FFF , 1473px 620px #FFF , 239px 1459px #FFF , 85px 653px #FFF , 1545px 555px #FFF , 654px 1346px #FFF , 242px 1123px #FFF , 831px 1849px #FFF , 732px 1854px #FFF , 770px 1784px #FFF , 164px 1617px #FFF , 1376px 1785px #FFF , 738px 1725px #FFF , 1201px 1319px #FFF , 523px 1552px #FFF , 703px 234px #FFF , 1976px 231px #FFF , 1861px 458px #FFF , 264px 1082px #FFF , 680px 846px #FFF , 377px 79px #FFF , 588px 592px #FFF , 1369px 212px #FFF , 1568px 1066px #FFF , 690px 311px #FFF , 1337px 1599px #FFF , 653px 1235px #FFF , 1154px 1184px #FFF , 1740px 1647px #FFF , 1104px 362px #FFF , 1090px 1326px #FFF , 138px 120px #FFF , 1119px 1908px #FFF , 1470px 1203px #FFF , 1787px 1946px #FFF , 129px 1751px #FFF , 544px 535px #FFF , 571px 1754px #FFF , 9px 961px #FFF , 986px 844px #FFF , 256px 801px #FFF , 266px 1614px #FFF , 689px 264px #FFF , 1374px 1167px #FFF , 1043px 549px #FFF , 1803px 897px #FFF , 1214px 1148px #FFF , 1768px 1293px #FFF , 946px 989px #FFF , 857px 938px #FFF , 1117px 699px #FFF , 1876px 1593px #FFF , 1919px 1237px #FFF , 654px 1257px #FFF , 1292px 901px #FFF , 19px 744px #FFF , 731px 415px #FFF , 1247px 30px #FFF , 1301px 1136px #FFF , 312px 251px #FFF , 790px 289px #FFF , 1578px 908px #FFF , 379px 1775px #FFF , 502px 160px #FFF , 1689px 1154px #FFF , 1267px 1354px #FFF , 593px 204px #FFF , 313px 995px #FFF , 1297px 1053px #FFF , 572px 1288px #FFF , 829px 126px #FFF , 1754px 1362px #FFF , 1559px 1505px #FFF , 832px 1463px #FFF , 671px 1837px #FFF , 466px 738px #FFF , 1323px 1477px #FFF , 757px 1090px #FFF , 1042px 1317px #FFF , 545px 1056px #FFF , 769px 1666px #FFF , 307px 470px #FFF , 1724px 27px #FFF , 1705px 274px #FFF , 1297px 221px #FFF , 143px 1057px #FFF , 1100px 1585px #FFF , 93px 1116px #FFF , 1629px 643px #FFF , 194px 1773px #FFF , 1873px 922px #FFF , 1411px 314px #FFF , 1582px 1507px #FFF , 535px 1137px #FFF , 63px 1093px #FFF , 208px 23px #FFF , 1645px 178px #FFF , 1511px 14px #FFF , 830px 564px #FFF , 359px 1701px #FFF , 1754px 177px #FFF , 1131px 943px #FFF , 64px 1247px #FFF , 1823px 397px #FFF , 271px 1705px #FFF , 1701px 595px #FFF , 475px 1289px #FFF , 1408px 10px #FFF , 663px 1500px #FFF , 411px 907px #FFF , 871px 662px #FFF , 270px 1491px #FFF , 1504px 479px #FFF , 1980px 655px #FFF , 258px 294px #FFF , 523px 1690px #FFF , 986px 1340px #FFF , 1242px 355px #FFF , 1777px 718px #FFF , 1359px 200px #FFF , 1573px 1025px #FFF , 221px 1094px #FFF , 657px 287px #FFF , 432px 1888px #FFF , 981px 283px #FFF , 129px 1023px #FFF , 1898px 10px #FFF , 538px 856px #FFF , 1437px 237px #FFF , 619px 1642px #FFF , 1583px 879px #FFF , 905px 1422px #FFF , 871px 413px #FFF , 58px 1241px #FFF , 681px 563px #FFF , 1686px 743px #FFF , 1757px 1092px #FFF , 704px 124px #FFF , 1955px 622px #FFF , 1089px 788px #FFF , 92px 484px #FFF , 326px 98px #FFF , 1172px 1634px #FFF , 33px 1651px #FFF , 557px 1577px #FFF , 55px 1986px #FFF , 1242px 1387px #FFF , 1558px 448px #FFF , 847px 187px #FFF , 598px 1206px #FFF , 1203px 1057px #FFF , 591px 1546px #FFF , 1966px 1181px #FFF , 1992px 965px #FFF , 829px 1834px #FFF , 855px 1798px #FFF , 1803px 781px #FFF , 764px 910px #FFF , 1929px 1145px #FFF , 320px 843px #FFF , 1596px 143px #FFF , 1868px 868px #FFF , 1766px 201px #FFF , 1090px 476px #FFF , 1770px 1084px #FFF , 518px 1859px #FFF , 1041px 820px #FFF , 1067px 1874px #FFF , 1326px 925px #FFF , 1172px 658px #FFF , 896px 1937px #FFF , 117px 779px #FFF , 1153px 1355px #FFF , 560px 1420px #FFF , 1843px 227px #FFF , 509px 9px #FFF , 160px 1836px #FFF , 37px 341px #FFF , 233px 1010px #FFF , 676px 1223px #FFF , 75px 1784px #FFF , 1813px 1630px #FFF , 328px 1797px #FFF , 1767px 1495px #FFF , 889px 1797px #FFF , 78px 446px #FFF , 381px 660px #FFF , 862px 929px #FFF , 1349px 411px #FFF , 404px 1404px #FFF , 1184px 585px #FFF , 122px 403px #FFF , 1650px 496px #FFF , 1353px 115px #FFF , 1324px 121px #FFF , 1635px 1395px #FFF , 555px 934px #FFF , 576px 497px #FFF , 819px 1834px #FFF , 791px 488px #FFF , 817px 204px #FFF , 1406px 1991px #FFF , 1849px 681px #FFF , 144px 179px #FFF , 1025px 1473px #FFF , 592px 1370px #FFF , 924px 874px #FFF , 1346px 1447px #FFF , 1449px 1747px #FFF , 1273px 1309px #FFF , 856px 1503px #FFF , 1712px 1467px #FFF , 80px 1832px #FFF , 863px 147px #FFF , 1812px 357px #FFF , 1191px 145px #FFF , 191px 1865px #FFF , 295px 1550px #FFF , 5px 421px #FFF , 1527px 1503px #FFF , 608px 744px #FFF , 320px 1034px #FFF , 855px 733px #FFF , 1884px 1010px #FFF , 758px 1337px #FFF , 1988px 707px #FFF , 206px 1231px #FFF , 1534px 1798px #FFF , 618px 726px #FFF , 1026px 60px #FFF , 1000px 88px #FFF , 1928px 1823px #FFF , 1488px 1552px #FFF , 757px 892px #FFF , 456px 935px #FFF , 500px 1743px #FFF , 903px 1798px #FFF , 1168px 810px #FFF , 1928px 1905px #FFF , 1915px 65px #FFF , 1909px 1912px #FFF , 556px 1010px #FFF , 1124px 1622px #FFF , 1228px 313px #FFF , 1639px 290px #FFF , 951px 965px #FFF , 107px 191px #FFF , 1203px 1269px #FFF , 622px 1061px #FFF , 1999px 1717px #FFF , 671px 937px #FFF , 1038px 1008px #FFF , 951px 767px #FFF , 400px 1854px #FFF , 981px 47px #FFF , 1470px 1195px #FFF , 1287px 141px #FFF , 507px 395px #FFF , 1799px 741px #FFF , 1629px 1252px #FFF , 795px 1397px #FFF , 361px 339px #FFF , 1878px 556px #FFF , 355px 153px #FFF , 1437px 191px #FFF , 1867px 689px #FFF , 131px 1381px #FFF , 1856px 799px #FFF , 385px 1078px #FFF , 113px 780px #FFF , 104px 921px #FFF , 628px 1672px #FFF , 354px 1063px #FFF , 1890px 953px #FFF , 760px 729px #FFF , 1176px 488px #FFF , 488px 288px #FFF , 1707px 1784px #FFF , 1827px 1027px #FFF , 1231px 1357px #FFF , 1041px 1408px #FFF , 239px 304px #FFF , 1674px 1462px #FFF , 1430px 774px #FFF , 1412px 138px #FFF , 1723px 74px #FFF , 1089px 145px #FFF , 1983px 445px #FFF , 1715px 884px #FFF , 1020px 1560px #FFF , 295px 103px #FFF , 742px 997px #FFF , 236px 186px #FFF , 907px 1967px #FFF , 1987px 1677px #FFF , 1785px 753px #FFF , 353px 1778px #FFF , 1918px 940px #FFF , 1763px 1743px #FFF , 434px 1001px #FFF , 1050px 802px #FFF , 1876px 595px #FFF , 821px 79px #FFF , 1043px 1373px #FFF , 1015px 1480px #FFF , 687px 1339px #FFF , 1133px 1613px #FFF , 1686px 1871px #FFF , 625px 1754px #FFF , 1530px 1022px #FFF , 1122px 872px #FFF , 1014px 1725px #FFF , 638px 860px #FFF , 3px 1537px #FFF , 938px 959px #FFF , 1912px 88px #FFF , 1850px 457px #FFF , 1558px 1782px #FFF , 1510px 50px #FFF , 1434px 1897px #FFF , 1919px 963px #FFF , 78px 773px #FFF , 240px 1630px #FFF , 1064px 1192px #FFF , 179px 1328px #FFF , 1479px 1641px #FFF , 1613px 588px #FFF , 1516px 453px #FFF , 499px 1594px #FFF , 85px 1128px #FFF , 1730px 1512px #FFF , 476px 881px #FFF , 992px 1660px #FFF , 298px 1833px #FFF , 1022px 1430px #FFF , 200px 689px #FFF , 1636px 417px #FFF , 1427px 908px #FFF , 373px 1125px #FFF , 284px 719px #FFF , 955px 1384px #FFF , 1415px 400px #FFF , 934px 656px #FFF , 1938px 1018px #FFF , 242px 1013px #FFF , 612px 1752px #FFF , 91px 692px #FFF , 1029px 1242px #FFF , 1139px 221px #FFF , 1045px 1160px #FFF , 1653px 855px #FFF , 1185px 731px #FFF , 154px 1640px #FFF , 848px 1861px #FFF , 1115px 987px #FFF , 1695px 1576px #FFF , 195px 857px #FFF , 886px 16px #FFF , 266px 1819px #FFF , 834px 1416px #FFF;
}
.countdown-section .stars2, .flixita-features-section .stars2 {
width: 2px;
height: 2px;
background: transparent;
box-shadow: 1308px 1089px #FFF , 1368px 1950px #FFF , 1457px 1791px #FFF , 1116px 1930px #FFF , 1322px 1709px #FFF , 1685px 1782px #FFF , 1399px 1314px #FFF , 622px 1621px #FFF , 145px 1768px #FFF , 91px 1161px #FFF , 1606px 855px #FFF , 1829px 863px #FFF , 1414px 514px #FFF , 1570px 1099px #FFF , 115px 1055px #FFF , 509px 252px #FFF , 727px 1356px #FFF , 1843px 1594px #FFF , 1271px 1299px #FFF , 821px 788px #FFF , 1021px 427px #FFF , 1035px 1100px #FFF , 1607px 772px #FFF , 386px 896px #FFF , 1641px 902px #FFF , 1753px 824px #FFF , 1294px 775px #FFF , 1919px 1940px #FFF , 1758px 781px #FFF , 982px 1931px #FFF , 1723px 1589px #FFF , 1552px 145px #FFF , 1860px 910px #FFF , 1958px 188px #FFF , 886px 1364px #FFF , 1532px 817px #FFF , 301px 257px #FFF , 29px 174px #FFF , 1644px 1211px #FFF , 403px 1954px #FFF , 599px 417px #FFF , 1791px 349px #FFF , 1243px 1487px #FFF , 1803px 447px #FFF , 226px 1384px #FFF , 1818px 359px #FFF , 903px 1595px #FFF , 1514px 886px #FFF , 661px 1740px #FFF , 1425px 1903px #FFF , 213px 943px #FFF , 1402px 1988px #FFF , 414px 293px #FFF , 1957px 445px #FFF , 1925px 1022px #FFF , 1892px 1428px #FFF , 1451px 1511px #FFF , 1092px 659px #FFF , 881px 1013px #FFF , 177px 1089px #FFF , 1719px 875px #FFF , 633px 1041px #FFF , 1164px 1331px #FFF , 758px 1761px #FFF , 212px 1326px #FFF , 1289px 1359px #FFF , 294px 1436px #FFF , 1814px 1485px #FFF , 1765px 1452px #FFF , 383px 1306px #FFF , 1215px 1182px #FFF , 380px 815px #FFF , 566px 372px #FFF , 683px 1349px #FFF , 378px 1284px #FFF , 88px 645px #FFF , 693px 124px #FFF , 1852px 152px #FFF , 234px 1924px #FFF , 1072px 1019px #FFF , 354px 623px #FFF , 140px 401px #FFF , 859px 102px #FFF , 818px 13px #FFF , 1183px 846px #FFF , 711px 1837px #FFF , 786px 1743px #FFF , 1180px 1086px #FFF , 1264px 1682px #FFF , 331px 1916px #FFF , 947px 360px #FFF , 1669px 315px #FFF , 1201px 825px #FFF , 473px 35px #FFF , 1529px 780px #FFF , 240px 110px #FFF , 289px 1071px #FFF , 696px 498px #FFF , 1359px 905px #FFF , 226px 837px #FFF , 667px 376px #FFF , 925px 238px #FFF , 1768px 805px #FFF , 562px 178px #FFF , 1338px 1473px #FFF , 707px 267px #FFF , 997px 1916px #FFF , 1972px 1004px #FFF , 67px 1032px #FFF , 1995px 554px #FFF , 21px 498px #FFF , 1054px 279px #FFF , 891px 627px #FFF , 80px 627px #FFF , 278px 159px #FFF , 779px 716px #FFF , 1251px 1419px #FFF , 1060px 45px #FFF , 2px 925px #FFF , 589px 1422px #FFF , 938px 107px #FFF , 1391px 22px #FFF , 1542px 1686px #FFF , 1476px 904px #FFF , 1612px 1094px #FFF , 355px 803px #FFF , 1617px 919px #FFF , 1290px 1637px #FFF , 1292px 396px #FFF , 1449px 708px #FFF , 624px 38px #FFF , 42px 1523px #FFF , 886px 1862px #FFF , 318px 1156px #FFF , 721px 1784px #FFF , 930px 226px #FFF , 842px 1462px #FFF , 1461px 1566px #FFF , 697px 7px #FFF , 1158px 1356px #FFF , 1960px 1513px #FFF , 511px 835px #FFF , 758px 11px #FFF , 809px 35px #FFF , 820px 988px #FFF , 1765px 853px #FFF , 1163px 1437px #FFF , 1066px 170px #FFF , 1563px 1492px #FFF , 1047px 727px #FFF , 1178px 1048px #FFF , 1253px 1943px #FFF , 1750px 1599px #FFF , 164px 1573px #FFF , 1302px 1844px #FFF , 1085px 1240px #FFF , 435px 907px #FFF , 1882px 1286px #FFF , 939px 734px #FFF , 1803px 1954px #FFF , 922px 1250px #FFF , 1682px 1136px #FFF , 285px 1357px #FFF , 620px 1259px #FFF , 1976px 1548px #FFF , 1786px 1897px #FFF , 1753px 1440px #FFF , 591px 694px #FFF , 642px 391px #FFF , 453px 922px #FFF , 1527px 924px #FFF , 1961px 1593px #FFF , 1788px 540px #FFF , 625px 637px #FFF , 1211px 1539px #FFF , 1262px 498px #FFF , 1128px 73px #FFF , 1106px 1426px #FFF , 1388px 201px #FFF , 639px 823px #FFF , 123px 1979px #FFF , 791px 1208px #FFF , 293px 56px #FFF , 386px 1823px #FFF , 1697px 1507px #FFF , 355px 958px #FFF , 130px 1146px #FFF , 165px 1792px #FFF , 438px 753px #FFF , 1668px 184px #FFF , 80px 1322px #FFF , 151px 43px #FFF , 682px 956px #FFF , 726px 1126px #FFF , 897px 1795px #FFF , 1356px 592px #FFF , 505px 1795px #FFF , 1639px 395px #FFF , 747px 1576px #FFF , 395px 336px #FFF;
animation: animStar 100s linear infinite;
}
.countdown-section .stars2:after, .flixita-features-section .stars2:after {
content: " ";
position: absolute;
top: 2000px;
width: 2px;
height: 2px;
background: transparent;
box-shadow: 1308px 1089px #FFF , 1368px 1950px #FFF , 1457px 1791px #FFF , 1116px 1930px #FFF , 1322px 1709px #FFF , 1685px 1782px #FFF , 1399px 1314px #FFF , 622px 1621px #FFF , 145px 1768px #FFF , 91px 1161px #FFF , 1606px 855px #FFF , 1829px 863px #FFF , 1414px 514px #FFF , 1570px 1099px #FFF , 115px 1055px #FFF , 509px 252px #FFF , 727px 1356px #FFF , 1843px 1594px #FFF , 1271px 1299px #FFF , 821px 788px #FFF , 1021px 427px #FFF , 1035px 1100px #FFF , 1607px 772px #FFF , 386px 896px #FFF , 1641px 902px #FFF , 1753px 824px #FFF , 1294px 775px #FFF , 1919px 1940px #FFF , 1758px 781px #FFF , 982px 1931px #FFF , 1723px 1589px #FFF , 1552px 145px #FFF , 1860px 910px #FFF , 1958px 188px #FFF , 886px 1364px #FFF , 1532px 817px #FFF , 301px 257px #FFF , 29px 174px #FFF , 1644px 1211px #FFF , 403px 1954px #FFF , 599px 417px #FFF , 1791px 349px #FFF , 1243px 1487px #FFF , 1803px 447px #FFF , 226px 1384px #FFF , 1818px 359px #FFF , 903px 1595px #FFF , 1514px 886px #FFF , 661px 1740px #FFF , 1425px 1903px #FFF , 213px 943px #FFF , 1402px 1988px #FFF , 414px 293px #FFF , 1957px 445px #FFF , 1925px 1022px #FFF , 1892px 1428px #FFF , 1451px 1511px #FFF , 1092px 659px #FFF , 881px 1013px #FFF , 177px 1089px #FFF , 1719px 875px #FFF , 633px 1041px #FFF , 1164px 1331px #FFF , 758px 1761px #FFF , 212px 1326px #FFF , 1289px 1359px #FFF , 294px 1436px #FFF , 1814px 1485px #FFF , 1765px 1452px #FFF , 383px 1306px #FFF , 1215px 1182px #FFF , 380px 815px #FFF , 566px 372px #FFF , 683px 1349px #FFF , 378px 1284px #FFF , 88px 645px #FFF , 693px 124px #FFF , 1852px 152px #FFF , 234px 1924px #FFF , 1072px 1019px #FFF , 354px 623px #FFF , 140px 401px #FFF , 859px 102px #FFF , 818px 13px #FFF , 1183px 846px #FFF , 711px 1837px #FFF , 786px 1743px #FFF , 1180px 1086px #FFF , 1264px 1682px #FFF , 331px 1916px #FFF , 947px 360px #FFF , 1669px 315px #FFF , 1201px 825px #FFF , 473px 35px #FFF , 1529px 780px #FFF , 240px 110px #FFF , 289px 1071px #FFF , 696px 498px #FFF , 1359px 905px #FFF , 226px 837px #FFF , 667px 376px #FFF , 925px 238px #FFF , 1768px 805px #FFF , 562px 178px #FFF , 1338px 1473px #FFF , 707px 267px #FFF , 997px 1916px #FFF , 1972px 1004px #FFF , 67px 1032px #FFF , 1995px 554px #FFF , 21px 498px #FFF , 1054px 279px #FFF , 891px 627px #FFF , 80px 627px #FFF , 278px 159px #FFF , 779px 716px #FFF , 1251px 1419px #FFF , 1060px 45px #FFF , 2px 925px #FFF , 589px 1422px #FFF , 938px 107px #FFF , 1391px 22px #FFF , 1542px 1686px #FFF , 1476px 904px #FFF , 1612px 1094px #FFF , 355px 803px #FFF , 1617px 919px #FFF , 1290px 1637px #FFF , 1292px 396px #FFF , 1449px 708px #FFF , 624px 38px #FFF , 42px 1523px #FFF , 886px 1862px #FFF , 318px 1156px #FFF , 721px 1784px #FFF , 930px 226px #FFF , 842px 1462px #FFF , 1461px 1566px #FFF , 697px 7px #FFF , 1158px 1356px #FFF , 1960px 1513px #FFF , 511px 835px #FFF , 758px 11px #FFF , 809px 35px #FFF , 820px 988px #FFF , 1765px 853px #FFF , 1163px 1437px #FFF , 1066px 170px #FFF , 1563px 1492px #FFF , 1047px 727px #FFF , 1178px 1048px #FFF , 1253px 1943px #FFF , 1750px 1599px #FFF , 164px 1573px #FFF , 1302px 1844px #FFF , 1085px 1240px #FFF , 435px 907px #FFF , 1882px 1286px #FFF , 939px 734px #FFF , 1803px 1954px #FFF , 922px 1250px #FFF , 1682px 1136px #FFF , 285px 1357px #FFF , 620px 1259px #FFF , 1976px 1548px #FFF , 1786px 1897px #FFF , 1753px 1440px #FFF , 591px 694px #FFF , 642px 391px #FFF , 453px 922px #FFF , 1527px 924px #FFF , 1961px 1593px #FFF , 1788px 540px #FFF , 625px 637px #FFF , 1211px 1539px #FFF , 1262px 498px #FFF , 1128px 73px #FFF , 1106px 1426px #FFF , 1388px 201px #FFF , 639px 823px #FFF , 123px 1979px #FFF , 791px 1208px #FFF , 293px 56px #FFF , 386px 1823px #FFF , 1697px 1507px #FFF , 355px 958px #FFF , 130px 1146px #FFF , 165px 1792px #FFF , 438px 753px #FFF , 1668px 184px #FFF , 80px 1322px #FFF , 151px 43px #FFF , 682px 956px #FFF , 726px 1126px #FFF , 897px 1795px #FFF , 1356px 592px #FFF , 505px 1795px #FFF , 1639px 395px #FFF , 747px 1576px #FFF , 395px 336px #FFF;
}
.countdown-section .stars3, .flixita-features-section .stars3 {
width: 3px;
height: 3px;
background: transparent;
box-shadow: 1251px 1297px #FFF , 1824px 771px #FFF , 1231px 1532px #FFF , 702px 1306px #FFF , 602px 1774px #FFF , 436px 1127px #FFF , 58px 718px #FFF , 305px 1274px #FFF , 1317px 524px #FFF , 811px 1549px #FFF , 363px 170px #FFF , 1860px 1984px #FFF , 55px 711px #FFF , 239px 353px #FFF , 772px 1233px #FFF , 1706px 599px #FFF , 1561px 1292px #FFF , 1741px 255px #FFF , 710px 1584px #FFF , 776px 1247px #FFF , 1336px 201px #FFF , 1893px 763px #FFF , 1327px 902px #FFF , 267px 1865px #FFF , 545px 944px #FFF , 443px 1827px #FFF , 1231px 933px #FFF , 597px 135px #FFF , 1744px 1439px #FFF , 1987px 1056px #FFF , 1866px 1109px #FFF , 1179px 223px #FFF , 1741px 369px #FFF , 1451px 803px #FFF , 1178px 529px #FFF , 1097px 1213px #FFF , 697px 218px #FFF , 508px 1986px #FFF , 519px 1003px #FFF , 640px 57px #FFF , 1716px 148px #FFF , 648px 1732px #FFF , 541px 1213px #FFF , 1348px 988px #FFF , 436px 1615px #FFF , 65px 687px #FFF , 1275px 1806px #FFF , 566px 1513px #FFF , 1003px 550px #FFF , 1101px 10px #FFF , 888px 1727px #FFF , 1911px 1852px #FFF , 251px 833px #FFF , 1939px 470px #FFF , 1153px 1619px #FFF , 1713px 1835px #FFF , 1105px 1540px #FFF , 1593px 981px #FFF , 1014px 830px #FFF , 1542px 400px #FFF , 1703px 1554px #FFF , 698px 952px #FFF , 1986px 1750px #FFF , 1869px 437px #FFF , 88px 1441px #FFF , 432px 1370px #FFF , 1593px 351px #FFF , 123px 1389px #FFF , 1129px 800px #FFF , 598px 985px #FFF , 1934px 1833px #FFF , 1141px 844px #FFF , 431px 1337px #FFF , 1403px 1444px #FFF , 1906px 907px #FFF , 108px 708px #FFF , 1385px 401px #FFF , 1341px 1901px #FFF , 1308px 671px #FFF , 484px 556px #FFF , 872px 914px #FFF , 1523px 639px #FFF , 760px 955px #FFF , 1592px 1665px #FFF , 1579px 1967px #FFF , 399px 372px #FFF , 6px 363px #FFF , 1747px 923px #FFF , 587px 1031px #FFF , 518px 729px #FFF , 383px 1997px #FFF , 529px 1812px #FFF , 1109px 475px #FFF , 767px 1016px #FFF , 1973px 1737px #FFF , 1654px 24px #FFF , 725px 793px #FFF , 1433px 1408px #FFF , 913px 667px #FFF , 1868px 1761px #FFF;
animation: animStar 25s linear infinite;
}
.countdown-section .stars3:after, .flixita-features-section .stars3:after {
content: " ";
position: absolute;
top: 2000px;
width: 3px;
height: 3px;
background: transparent;
box-shadow: 1251px 1297px #FFF , 1824px 771px #FFF , 1231px 1532px #FFF , 702px 1306px #FFF , 602px 1774px #FFF , 436px 1127px #FFF , 58px 718px #FFF , 305px 1274px #FFF , 1317px 524px #FFF , 811px 1549px #FFF , 363px 170px #FFF , 1860px 1984px #FFF , 55px 711px #FFF , 239px 353px #FFF , 772px 1233px #FFF , 1706px 599px #FFF , 1561px 1292px #FFF , 1741px 255px #FFF , 710px 1584px #FFF , 776px 1247px #FFF , 1336px 201px #FFF , 1893px 763px #FFF , 1327px 902px #FFF , 267px 1865px #FFF , 545px 944px #FFF , 443px 1827px #FFF , 1231px 933px #FFF , 597px 135px #FFF , 1744px 1439px #FFF , 1987px 1056px #FFF , 1866px 1109px #FFF , 1179px 223px #FFF , 1741px 369px #FFF , 1451px 803px #FFF , 1178px 529px #FFF , 1097px 1213px #FFF , 697px 218px #FFF , 508px 1986px #FFF , 519px 1003px #FFF , 640px 57px #FFF , 1716px 148px #FFF , 648px 1732px #FFF , 541px 1213px #FFF , 1348px 988px #FFF , 436px 1615px #FFF , 65px 687px #FFF , 1275px 1806px #FFF , 566px 1513px #FFF , 1003px 550px #FFF , 1101px 10px #FFF , 888px 1727px #FFF , 1911px 1852px #FFF , 251px 833px #FFF , 1939px 470px #FFF , 1153px 1619px #FFF , 1713px 1835px #FFF , 1105px 1540px #FFF , 1593px 981px #FFF , 1014px 830px #FFF , 1542px 400px #FFF , 1703px 1554px #FFF , 698px 952px #FFF , 1986px 1750px #FFF , 1869px 437px #FFF , 88px 1441px #FFF , 432px 1370px #FFF , 1593px 351px #FFF , 123px 1389px #FFF , 1129px 800px #FFF , 598px 985px #FFF , 1934px 1833px #FFF , 1141px 844px #FFF , 431px 1337px #FFF , 1403px 1444px #FFF , 1906px 907px #FFF , 108px 708px #FFF , 1385px 401px #FFF , 1341px 1901px #FFF , 1308px 671px #FFF , 484px 556px #FFF , 872px 914px #FFF , 1523px 639px #FFF , 760px 955px #FFF , 1592px 1665px #FFF , 1579px 1967px #FFF , 399px 372px #FFF , 6px 363px #FFF , 1747px 923px #FFF , 587px 1031px #FFF , 518px 729px #FFF , 383px 1997px #FFF , 529px 1812px #FFF , 1109px 475px #FFF , 767px 1016px #FFF , 1973px 1737px #FFF , 1654px 24px #FFF , 725px 793px #FFF , 1433px 1408px #FFF , 913px 667px #FFF , 1868px 1761px #FFF;
}
@keyframes animStar {
from {
transform: translateY(0px);
}
to {
transform: translateY(-2000px);
}
}  .single-info {
position: relative;
z-index: 0;
overflow: hidden;
}
.single-info:before {
position: absolute;
content: "";
width: 100%;
padding-top: 100%;
top: 50%;
left: 50%;
opacity: 1;
background: var(--bs-white);
-webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0);
transform: translate(-50%, -50%) rotate(360deg) scale(0);
-webkit-transition: all 2s ease-in-out;
transition: all 2s ease-in-out;
pointer-events: none;
z-index: 1;
}
}
.single-info img {
min-height: 230px;
object-fit: cover;
}
.info-area {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
padding: 33px 30px;
display: flex;
align-items: flex-end;
background-color: rgb(0 0 0 / 1%);
z-index: 0;
-webkit-transition: var(--bs-transition);
transition: var(--bs-transition);
}
.info-content {
width: 100%;
-webkit-transition: var(--bs-transition);
transition: var(--bs-transition);
}
.single-info h6 {
color: var(--bs-primary);
font-weight: 500;
}
.single-info h5 {
font-size: 22px;
line-height: 1.05;
-webkit-transition: var(--bs-transition);
transition: var(--bs-transition);
}
.single-info:hover:before{
opacity: 0;
-webkit-transform: translate(-50%, -50%) rotate(45deg) scale(1);
transform: translate(-50%, -50%) rotate(45deg) scale(1);
}
.single-info:hover .info-area{
background-color: rgb(0 0 0 / 20%);
}
.single-info:hover .info-content{
padding: 20px;
}
.single-info:after{
content: '';
pointer-events: none;
display: block;
position: absolute;
top: -2px;
bottom: -2px;
right: -2px;
left: -2px;
border: 4px double var(--bs-white);
-webkit-transition: all 0.5s ease-out 0s;
transition: all 0.5s ease-out 0s;
}
.single-info:hover:after{
top: 20px;
bottom: 20px;
right: 20px;
left: 20px;
z-index: 1;
} / .bubble-wrapper {
position: absolute; 
}
.bubble-wrapper div {
height: 60px;
width: 60px;
border: 2px solid var(--bs-primary);
border-radius: 50px;
position: absolute;
top: 10%;
left: 10%;
animation: 4s linear infinite;
}
div .dot {
height: 10px;
width: 10px;
border-radius: 50px;
background: rgba(255, 255, 255, 0.5);
position: absolute;
top: 20%;
right: 20%;
}
.bubble-wrapper div:nth-child(1) {
top: 20%;
left: 20%;
animation: animate 8s linear infinite;
}
.bubble-wrapper div:nth-child(2) {
top: 60%;
left: 80%;
animation: animate 10s linear infinite;
}
.bubble-wrapper div:nth-child(3) {
top: 40%;
left: 40%;
animation: animate 3s linear infinite;
}
.bubble-wrapper div:nth-child(4) {
top: 66%;
left: 30%;
animation: animate 7s linear infinite;
}
.bubble-wrapper div:nth-child(5) {
top: 90%;
left: 10%;
animation: animate 9s linear infinite;
}
.bubble-wrapper div:nth-child(6) {
top: 30%;
left: 60%;
animation: animate 5s linear infinite;
}
.bubble-wrapper div:nth-child(7) {
top: 70%;
left: 20%;
animation: animate 8s linear infinite;
}
.bubble-wrapper div:nth-child(8) {
top: 75%;
left: 60%;
animation: animate 10s linear infinite;
}
.bubble-wrapper div:nth-child(9) {
top: 50%;
left: 50%;
animation: animate 6s linear infinite;
}
.bubble-wrapper div:nth-child(10) {
top: 45%;
left: 20%;
animation: animate 10s linear infinite;
}
.bubble-wrapper div:nth-child(11) {
top: 10%;
left: 90%;
animation: animate 9s linear infinite;
}
.bubble-wrapper div:nth-child(12) {
top: 20%;
left: 70%;
animation: animate 7s linear infinite;
}
.bubble-wrapper div:nth-child(13) {
top: 20%;
left: 20%;
animation: animate 8s linear infinite;
}
.bubble-wrapper div:nth-child(14) {
top: 60%;
left: 5%;
animation: animate 6s linear infinite;
}
.bubble-wrapper div:nth-child(15) {
top: 90%;
left: 80%;
animation: animate 9s linear infinite;
}
@keyframes animate {
0% {
transform: scale(0) translateY(0) rotate(70deg);
}
100% {
transform: scale(1.3) translateY(-100px) rotate(360deg);
}
} .circle-shape1 {
position: absolute;
right: -40%;
top: -30%;
z-index: -1;
display: inline;
overflow: hidden;
}
.circle-shape1 img {
animation: spin 20s linear infinite;
opacity: 0.1;
} .dotted-circle{
position: absolute;
left: -20%;
bottom: 50%;
z-index: 0;
}
.dotted-circle img {
-webkit-animation: spin 30s linear infinite;
animation: spin 30s linear infinite;
opacity: 0.1;
height: 50%;
width: 50%;
} .blog-section .flower-shape1 {
left: -46%;
top: -70%;
position: absolute;
z-index: -1;
display: inline;
overflow: hidden;
}
.blog-section .flower-shape1 img {
animation: spin 20s linear infinite;
opacity: 0.1;
} .bubble {
width: 30px;
height: 30px;
border-radius: 100%;
position: absolute;
background-color: var(--bs-primary);
bottom: -30px;
opacity: 0.2;
animation: bubble 15s ease-in-out infinite,
sideWays 4s ease-in-out infinite alternate;
}
@keyframes bubble {
0% {
transform: translateY(0%);
opacity: 0.06;
}
100% {
transform: translateY(-120vh);
}
}
@keyframes sideWays {
0% {
margin-left: 0px;
}
100% {
margin-left: 200px;
}
}
.bubble-1 {
left: 10%;
animation-delay: 0.5s;
animation-duration: 16s;
opacity: 0.2;
}
.bubble-2 {
width: 15px;
height: 15px;
left: 40%;
animation-delay: 500ms;
animation-duration: 10s;
opacity: 0.4;
}
.bubble-3 {
width: 10px;
height: 10px;
right: 30%;
animation-delay: 5s;
animation-duration: 20s;
opacity: 0.3;
}
.bubble-4 {
width: 25px;
height: 25px;
left: 40%;
animation-delay: 8s;
animation-duration: 17s;
opacity: 0.2;
}
.bubble-5 {
width: 30px;
height: 30px;
right: 60%;
animation-delay: 10s;
animation-duration: 15s;
opacity: 0.1;
}
.bubble-6 {
width: 10px;
height: 10px;
left: 80%;
animation-delay: 3s;
animation-duration: 30s;
opacity: 0.4;
}
.bubble-7 {
width: 15px;
height: 15px;
left: 90%;
animation-delay: -7s;
animation-duration: 25s;
opacity: 0.3;
}
.bubble-8 {
width: 20px;
height: 20px;
right: 50%;
bottom: 30px;
animation-delay: -5s;
animation-duration: 19s;
opacity: 0.2;
}
.bubble-9 {
width: 25px;
height: 25px;
left: 90%;
bottom: 30px;
animation-delay: -10.5s;
animation-duration: 19s;
opacity: 0.3;
}
.bubble-10 {
width: 40px;
height: 40px;
left: 30%;
bottom: 30px;
animation-delay: -21s;
animation-duration: 16s;
opacity: 0.3;
}
.bubble-11 {
width: 30px;
height: 30px;
left: 60%;
bottom: 30px;
animation-delay: -13.75s;
animation-duration: 20s;
opacity: 0.3;
}
.bubble-11 {
width: 25px;
height: 25px;
left: 90%;
bottom: 30px;
animation-delay: -10.5s;
animation-duration: 19s;
opacity: 0.3;
}
.widget-contact:hover .bubble {
z-index: 2;
background-color: var(--bs-white);
opacity: 0.5;
}  .career-process-steps{
padding-left: 80px;
padding-top: 60px;
margin-bottom: 30px;
position: relative;
}
.career-process-steps span.career-large-number{
color: var(--bs-primary-light);
font-size: 75px;
font-weight: 800;
line-height: 0px;
position: absolute;
left: 0px;
top: 30px;
}
.career-process-steps .career-pro-top {
margin-left: 20px;
margin-bottom: 40px;
padding: 20px;
border-radius: 10px;
position: relative;
}
.career-pro-top .bg-primary{
background-color: var(--bs-primary);
}
.career-pro-top .bg-secondary{
background-color: var(--bs-secondary);
}
.career-pro-top .bg-dark{
background-color: var(--bs-primary-dark);
}
.career-pro-top .pro-media {
position: absolute;
left: -20px;
top: 10px;
width: 90px;
height: 95px;
background-color: var(--bs-white);
display: flex;
align-items: center;
justify-content: center;
border-radius: 10px;
box-shadow: -5px 10px 25px rgba(56, 152, 226, 0.4);
}
.career-pro-top h4.pro-title {
color: var(--bs-white);
padding-left: 80px;
margin-bottom: 0px;
font-size: 18px;
font-weight: 500;
}
.career-pro-top .pro-media i{
font-size: 45px;
color:var(--bs-black);
}  .job-categories-block {
display: flex;	
padding: 50px 30px;
align-items: center;
background-color: var(--bs-white);
box-shadow: 0px 0px 25px rgba(56, 152, 226, 0.3);
border-radius: 10px;
position: relative;
z-index: 1;
overflow: hidden;
transition: 0.5s all ease;
}
.job-categories-block:before {
width: 200px;
height: 200px;
position: absolute;
left: -80px;
bottom: -30px;
content: "";
background-color: var(--bs-primary);
border-radius: 50%;
opacity: 0.1;
z-index: -1;
transition: 0.5s all ease;
}
.job-categories-block:hover:before {
opacity: 0;
}
.job-categories-block:after{
width: 200px;
height: 200px;
position: absolute;
left: -100px;
bottom: -35px;
content: "";
background-color: var(--bs-primary);
border-radius: 50%;
opacity: 0.1;
z-index: -1;
transition: 0.5s all ease;
}
.job-categories-block:hover:after{
width: 500%;
height: 500%;
position: absolute;
left: -50px;
bottom: -50px;
content: "";
background-color: var(--bs-primary);
border-radius: 50%;
opacity: 0.2;
z-index: -1;
transition: 0.5s all ease;
}
.job-categories-block .career-media {
width: 100px;
}
.career-media .cat-icon {
color: var(--bs-primary);
font-size: 50px;
line-height: 70px;
display: flex;
}
.career-content .cat-jobs-available {
background-color: var(--bs-primary);
color: var(--bs-white);
font-size: 14px;
border-radius: 10px;
padding: 4px 15px;
display: inline-block;
margin-bottom: 10px;
}
.career-content a{
margin-bottom: 0px;
display: block;
color:var(--bs-black)
}
.career-category-section .career-cat-wrapper {
margin-bottom: 25px;
}  .job-feature-detail {
float: left;
width: 100%;
}
.job-feature-list {
float: left;
width: 100%;
}
.job-feature-list ul{
margin: 0;
list-style: none;
padding: 0 18px 30px;
border-bottom: 2px solid var(--bs-gray);
float: left;
width: 100%;
}
.job-feature-list li{
float: left;
font-size: 18px;
color: #505050;
font-weight: 500;
margin-bottom: 0;
}
.job-feature-list ul li.like {
width: 196px;
}
.job-feature-list ul li.job-type {
width: 470px;
}
.job-feature-list ul li.job-time {
width: 170px;
}
.job-feature-list ul li.salary {
width: 165px;
}
.job-feature-item {
position: relative;
border-bottom: 1px solid var(--bs-secondary);
z-index: 1;
background-color: var(--bs-primary-light);
float: left;
width: 100%;
}
.job-feature-item:before {
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
position: absolute;
content: "";
top: 0;
left: 0;
right: 0;
bottom: 0;
border: 2px solid transparent;
z-index: -1;
}
.job-feature-item .feature-like {
float: left;
width: auto;
}
.feature-like a {
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
display: inline-block;
height: 106px;
width: 84px;
line-height: 106px;
text-align: center;
color: var(--bs-black);
font-size: 22px;
border-right: 1px solid var(--bs-gray);
}
.feature-like .logo{
width:100px;
}
.job-feature-item:hover{
color:var(--bs-primary);
}
.feature-text {
float: left;
width: 490px;
padding: 26px 25px;
}
.job-feature-item .feature-text h5{
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
margin: 0 0 4px;
}
.feature-text a{
display: block;
color: var(--bs-secondary);
font-size: 14px;
}
.feature-text a i {
margin-right: 10px;
}
.job-shift {
float: left;
width: 172px;
padding: 39px 0;
}
.job-shift .morning {
background-color: #60b514;
}
.job-shift .evening {
background-color: #ff0000;
}
.job-shift .night {
background-color: #47e0f4;
}
.job-shift .afternoon {
background-color: #3535ea;
}
.job-shift a{
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
display: inline-block;
padding: 4px 12px 2px;
font-size: 14px;
color: #fff;
text-transform: capitalize;
line-height: 18px;
font-weight: 500;
}
.job-feature-item .salary-dollar {
width: 145px;
float: left;
padding: 41px 0;
}
.job-feature-item .salary-dollar a {
display: block;
font-weight: 700;
font-size: 14px;
color: #555;
line-height: normal;
}
.job-feature-item .applay-btn {
float: left;
width: auto;
padding: 33px 0;
}
.applay-btn .applay{
-webkit-transition: all 0.5s ease-in-out; 
transition: all 0.5s ease-in-out;
display: inline-block;
padding: 3px 9px;
line-height: 28px;
font-size: 15px;
border: 1px solid #666;
color: #333;
}
.job-feature-item:after{
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
top: 0;
border: none;
width: 0;
height: 0;
border-style: solid;
border-width: 28px 54px 0 0;
border-color: var(--bs-primary) transparent transparent transparent;
opacity: 0;
position: absolute;
content: "";
left: 0;
right: 0;
bottom: 0; z-index: -1;
}
.job-feature-item .star {
position: absolute;
top: 0;
left: 7px;
font-size: 12px;
color: var(--bs-white);
opacity: 0;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.job-feature-item:hover .star {
opacity: 1;
line-height: 25px;
color:var(--bs-secondary); }
.job-feature-item:hover:after {
opacity: 1;
right: 0;
}
.job-feature-item:hover {
box-shadow: 0 0 20px 1px rgba(0,0,0,.1), 0 5px 10px rgba(0,0,0,.15);
background-color:var(--bs-white);
}
.job-feature-item:hover:before{
border-color:var(--bs-primary);
}
.job-feature-item:hover .feature-like a{
color:var(--bs-primary);
}
.job-feature-item:hover .applay{
color:var(--bs-white);
background-color:var(--bs-primary);
} .main-navigation-area .contact-info .text {
font-size: 1.5rem;
font-weight: 700;
}
.main-navigation-area .contact-info .title {
font-size: 1rem;
font-weight: 500;
}
.widget-left, .widget-right {
display: inline-flex;
align-items: center;
}
.widget-right li a {
margin-left: auto;
}
.widget-left li a {
margin-right: auto;
}
.widget-right .widget,
.widget-left .widget {
padding: 0 0.62rem;
}
.widget-left .widget:nth-child(2n+3),
.widget-left .widget:first-child{
padding-left: 0px;
}
.widget-right .widget:nth-child(n+2) {
padding: 0 1.75rem;
}
.widget-right .widget:nth-child(2n+4),
.widget-right .widget:first-child {
padding-right: 0px;
}
.widget-right .widget:first-child {
padding-left: 0px;
}
.widget-right .widget:last-child {
padding-right: 0px;
}
.widget.widget-text-slide {
width: 100%;
}  .main-header p:not(.site-description) {
margin: 0;
}
.main-header .contact-area {
min-height: 45px;
}
.main-header .contact-icon {
font-size: 1rem;
width: 30px;
height: 30px;
border-radius: 100%;
margin-right: 10px;
color: var(--bs-white);
overflow: hidden;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.above-header .widget-left,
.above-header .widget-right {
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100%;
min-height: 45px;
}
.header-widget:not(.header-carousel) .widget:not(.widget_media_video) {
display: inline-block;
margin: 0;
}
.header-widget:not(.header-item):not(.header-carousel) .widget:not(.widget_media_video) {
line-height: 45px;
}
.main-header .widget:not(.widget_social_widget) li {
display: inline-block;
padding: 0;
}
.main-header .widget:not(.widget_nav_menu):not(.widget_social_widget) li {
margin: 0 10px 5px 0;
}
.main-header .widget.widget_nav_menu li {
margin: 0 10px 0 0;
}
.main-header .widget:not(.widget_social_widget) li:last-child, .tagcloud a:last-child {
margin: 0;
}
.header-widget ul li, .header-widget ul li a,
.main-header .widget span {
font-weight: 500;
}
.header-widget ul li span, .header-widget a,
.contact-info a {
text-decoration: none;
position: relative;
text-shadow: -0.15px -0.15px 0 transparent, 0.15px 0.15px transparent;
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.header-widget ul li span, .header-widget a {
display: inline-block;
}
.header-widget .widget:not(.widget_social_widget) li a {
width: max-content;
}
.header-widget .widget:not(.widget_social_widget):not(.widget-contact) i,
.header-widget .widget:not(.widget_social_widget):not(.widget-contact):not(.widget_media_gallery):not(.widget_media_gallery) img {
font-size: 15px;
display: inline-block;
}
.header-widget .widget:not(.widget_social_widget):not(.widget-contact):not(.widget_media_gallery):not(.widget_media_gallery) img {
height: 1.25rem;
}
.main-header .widget li:last-child, .header-widget-info li:last-child {
margin-right: 0;
}
.header-widget .fa-phone + span {
font-weight: 700;
}
.breadcrumb-widget .widget .widget-title,
.footer-copyright .widget:not(.widget-info):not(.widget-none) .widget-title,
.main-header .widget:not(.widget-info):not(.widget-none) .widget-title {
display: none;
}
.widget .gallery {
display: flow-root;
margin-top: -2.5%;
}
.footer .gallery-popup-icon,
.sidebar .gallery-popup-icon {
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
display: flex;
justify-content: center;
align-items: center;
}
.header-widget .gallery .gallery-item a {
display: block;
}
.header-widget .widget img {
width: 50px;
}
.header-widget .gallery {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.header-widget .gallery .gallery-item {
-ms-flex: 1;
flex: 1;
margin: 0 6px 0 0;
padding: 0;
}
.header-widget .widget_media_video {
display: block;
width: 100%;
}
.header-widget .widget_media_video .wp-video .mejs-container {
width: 100% !important;
max-height: 170px;
}
.header-widget .widget_media_video .wp-video-shortcode video, .header-widget .widget_media_video video.wp-video-shortcode {
max-height: 170px;
}
.header-widget .widget-menu-top li a i {
display: block;
text-align: center;
font-size: 32px;
margin-bottom: 5px;
}  .widget.widget_rss h5 {
margin-bottom: 0;
}
.widget.widget_rss h5 a {
display: inline-block;
}
.widget li {
list-style: none;
position: relative;
}
.widget li a {
position: relative;
z-index: 0;
display: inline-block;
text-decoration: none;
font-weight: 600;
}
.widget li a:before,
.widget li a:after {
font-family: var(--bs-font-awesome);
font-weight: 900;
position: absolute;
}
.footer-main .widget_nav_menu li a:before,
.footer-main .widget:not(.widget_nav_menu):not(.widget_recent_comments):not(.widget-info):not(.widget_social_widget):not(.widget_calender):not(.widget_tag) li a:before {
right: 0;
}
.footer-main .widget:not(.widget_text):not(.widget_meta):not(.widget_recent_comments):not(.widget-info):not(.widget_social_widget):not(.widget_calender):not(.widget_tag) li a:not(.wp-block-social-link-anchor):before {
content: "\f054";
right: 0;
-webkit-transition: var(--bs-transition);
transition: var(--bs-transition);
}
.footer-main .widget:not(.widget_text):not(.widget_meta):not(.widget_recent_comments):not(.widget-info):not(.widget_social_widget):not(.widget_calender):not(.widget_tag) li a:not(.wp-block-social-link-anchor):after {
content: "\f061";
right: 1rem;
opacity: 0;
-webkit-transition: var(--bs-transition-slow);
transition: var(--bs-transition-slow);
}
.footer-main .widget:not(.widget_text):not(.widget_meta):not(.widget_recent_comments):not(.widget-info):not(.widget_social_widget):not(.widget_calender):not(.widget_tag) li a:hover:before,
.footer-main .widget:not(.widget_text):not(.widget_meta):not(.widget_recent_comments):not(.widget-info):not(.widget_social_widget):not(.widget_calender):not(.widget_tag) li a:focus:before {
opacity: 0;
right: 1rem;
}
.footer-main .widget:not(.widget_text):not(.widget_meta):not(.widget_recent_comments):not(.widget-info):not(.widget_social_widget):not(.widget_calender):not(.widget_tag) li a:hover:after,
.footer-main .widget:not(.widget_text):not(.widget_meta):not(.widget_recent_comments):not(.widget-info):not(.widget_social_widget):not(.widget_calender):not(.widget_tag) li a:focus:after {
opacity: 1;
right: 0;
color: var(--bs-primary);
}
.footer-main .widget li a {
color: var(--bs-white);
}
.footer-main .widget li a:focus,
.footer-main .widget li a:hover,
.footer-main .widget li a:focus:before,
.footer-main .widget li a:hover:before {
color: var(--bs-primary);
}  .contact-area {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
.contact-icon {
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: center;
-ms-flex-negative: 0;
flex-shrink: 0;
position: relative;
z-index: 1;
font-size: 38px;
width: 42px;
height: 42px;
line-height: 1;
margin-right: 15px;
color: var(--bs-primary);
-webkit-transition: var(--bs-transition);
transition: var(--bs-transition);
}
.contact-area .contact-icon i,
.contact-area .contact-icon img {
color: inherit;
display: inline-block;
vertical-align: baseline;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
}
.contact-area:hover .contact-icon i,
.contact-area:hover .contact-icon img,
.contact-area:focus-within .contact-icon i,
.contact-area:focus-within .contact-icon img { }
.contact-info {
display: inline-block;
text-align: left;
color: inherit;
}
.contact-info .text {
margin-bottom: 0;
line-height: normal;
font-weight: 500;
}
.contact-info .title {
font-weight: 700;
font-size: 1.125rem;
line-height: 1.2;
margin-bottom: 1px;
}
.contact-info .btn-link {
text-decoration: none;
box-shadow: none;
padding: 0;
font-weight: 700;
}
.contact-info .btn-link:not(:hover):not(:focus) {
color: var(--bs-secondary);
}
.contact-btn {
display: inline-block;
overflow: hidden;
margin-top: 2rem;
}
.contact-btn .read-link:after {
content: "\f061";
height: 0.9375rem;
width: 0.9375rem;
border-radius: 1.25rem;
background-color: var(--bs-secondary);
color: var(--bs-white);
font-size: 0.625rem;
}
.contact-btn .read-link:hover,
.contact-btn .read-link:focus {
color: var(--bs-primary);
}
.contact-btn .read-link:hover:after,
.contact-btn .read-link:focus:after {
background-color: var(--bs-primary);
color: var(--bs-white);
}  .widget .search-form label,
.mail-form,
.search-form {
width: 100%;
}
.widget .woocommerce-product-search,
.mail-form>div,
.search-form {
display: block;
position: relative;
overflow: hidden;
border-radius: 0.3125rem;
z-index: 0;
}
.widget .woocommerce-product-search button,
.widget .search-form .search-submit {
color: var(--bs-white);
font-weight: 600;
padding: 0 0.5rem;
border-radius: 10rem;
margin: auto;
right: 8px;
}
.widget .search-form .search-submit {
width: 36px;
height: 36px;
}
.widget .woocommerce-product-search button {
height: 41px;
padding: 0 18px;
}
.sidebar .widget.widget_product_search .search-field {
padding-right: 6.25rem;
}
.widget .woocommerce-product-search button:focus,
.widget .woocommerce-product-search button:hover,
.widget .woocommerce-product-search button,
.widget .search-form .search-submit:focus,
.widget .search-form .search-submit:hover {
color: var(--bs-white);
}
.search-submit i {
font-size: inherit;
line-height: 2.15;
}
.widget form .search-field {
padding-right: 5.35rem;
}
.widget form .search-field:not(:hover),
.widget form .search-field:not(:focus) {
border-color: transparent;
}
.widget form .search-field,
.widget .mail-form .form-control {
padding-left: 1.25rem;
min-height: 50px;
border-radius: 0.3125rem;
padding-top: 0.81rem;
padding-bottom: 0.81rem;
}
.sidebar .widget form .search-field {
color: var(--bs-white);
background-color: var(--bs-primary);
}
.widget .mail-form .form-control {
padding-right: 3.8rem;
}
.widget form {
overflow: hidden;
}
.widget .woocommerce-product-search,
.widget .search-form,
.widget form .search-field {
border-radius: 10rem;
}
.footer-main .mail-form .submit,
.search-form .search-submit,
.widget .woocommerce-product-search button {
position: absolute;
top: 0;
right: 0;
bottom: 0;
border: none;
outline: none;
box-shadow: none;
line-height: 2;
z-index: 0;
}
.footer-main .mail-form .submit,
.search-form .btn.search-submit:not(:hover):not(:focus),
.search-form .search-submit:not(:hover):not(:focus),
.widget .woocommerce-product-search button {
color: var(--bs-white);
background-color: var(--bs-primary);
}
.sidebar .widget .woocommerce-product-search button,
.sidebar .widget .search-form button.search-submit {
right: 36px;
background-color: var(--bs-secondary);
}
.sidebar .widget .search-field::-webkit-input-placeholder {
color: var(--bs-white);
}
.sidebar .widget .search-field::placeholder {
color: var(--bs-white);
}
.footer-main .mail-form .submit {
padding: 0 .85rem;
border-radius: 0 0.3125rem 0.3125rem 0;
font-size: 1.5625rem;
border: 1px solid transparent;
}
.footer-main .mail-form .submit:hover,
.footer-main .mail-form .submit:focus {
border-color: var(--bs-white);
}
.widget .btn:not(.btn-link):not(.btn-play):not(.btn-video):before {
border-radius: 0 30px 30px 0;
}  .sidebar .widget_subscribe {
text-align: center;
font-weight: 500;
}
.sidebar .widget_subscribe form button {
display: block;
width: 100%;
color: var(--bs-white);
margin-top: 1.25rem;
}
.sidebar .widget_subscribe form input[type="email"] {
border-radius: 10rem;
padding-left: 1.25rem;
padding-right: 1.25rem;
}
.sidebar .widget_subscribe form input[type="email"]:not(:hover):not(:focus) {
border-color: transparent;
background-color: var(--bs-gray-light);
}  .widget > ul, .widget div > ul, .tagcloud {
list-style: none;
margin: 0;
padding: 0;
position: relative;
z-index: 0;
}
.calendar_wrap {
position: relative;
padding: 1.875rem;
background-color: var(--bs-primary-light);
border: 1px solid var(--bs-gray);
}
.main-footer .calendar_wrap {
padding: 1rem;
color: var(--bs-secondary);
}
.sidebar .calendar_wrap {
padding: 10px;
padding-bottom: 30px;
background: none;
border: none;
}
.calendar_wrap table {
width: 100%;
background: none;
border: none;
margin: 0;
caption-side: top;
}
.calendar_wrap table caption {
font-weight: 700;
color: var(--bs-secondary);
position: relative;
padding-right: 8.75rem;
text-align: right;
}
.calendar_wrap table th, .calendar_wrap table td {
text-align: center;
line-height: 45px;
border: 0;
padding: 0;
text-align: center;
border-radius: 0;
}
.calendar_wrap table th {
color: var(--bs-secondary);
background: none;
font-weight: 700;
}
.calendar_wrap table td {
font-weight: 500;
position: relative;
}
.calendar_wrap table tfoot {
background-color: var(--bs-gray-light);
}
.wp-calendar-nav {
position: absolute;
font-weight: 600;
font-size: 0.8rem;
top: 35px;
right: 30px;
}
.main-footer .wp-calendar-nav {
right: .75rem;
}
.wp-block-calendar caption {
text-align: center;
color: var(--bs-primary);
}
.sidebar .wp-calendar-nav {
top: 1rem;
right: 12px;
}
.wp-calendar-nav a {
width: 60px;
height: 26px;
line-height: 26px;
display: inline-block;
text-align: center;
color: var(--bs-white);
background-color: var(--bs-primary);
text-decoration: none;
border-radius: 10rem;
transition: var(--bs-transition);
}
.wp-calendar-nav a:hover,
.wp-calendar-nav a:focus {
color: var(--bs-white);
background-color: var(--bs-primary);
}  .header-widget .widget_meta a {
font-size: 12px;
}
.header-widget .widget.widget_meta li a:before {
line-height: 1.2;
font-size: 13px;
}
.sidebar .widget_meta ul li a {
line-height: 45px;
color: var(--bs-secondary);
}
.widget_meta ul li a {
padding-right: 0;
padding-left: 25px;
}
.widget_meta ul li a:before {
left: 0;
color: var(--bs-primary);
}
.widget_meta ul li:nth-child(1) a:before {
content: "\f007";
}
.widget_meta ul li:nth-child(2) a:before {
content: "\f08b";
}
.widget_meta ul li:nth-child(3) a:before {
content: "\f086";
}
.widget_meta ul li:nth-child(4) a:before {
content: "\f27a";
}
.widget_meta ul li:nth-child(5) a:before {
content: "\f19a";
}
.footer-main .widget li a:hover:before,
.footer-main .widget li a:focus:before,
.widget_meta li a:hover:before,
.widget_meta li a:focus:before {
-webkit-animation: iconRightCaret 600ms ease;
animation: iconRightCaret 600ms ease;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
} @-webkit-keyframes iconRightCaret {
0% {
-ms-transform: translateX(-1px);
-webkit-transform: translateX(-1px);
transform: translateX(-1px);
}
50% {
-ms-transform: translateX(2px);
-webkit-transform: translateX(2px);
transform: translateX(2px);
}
100% {
-ms-transform: translateX(-1px);
-webkit-transform: translateX(-1px);
transform: translateX(-1px);
}
}
@keyframes iconRightCaret {
0% {
-ms-transform: translateX(-1px);
-webkit-transform: translateX(-1px);
transform: translateX(-1px);
}
50% {
-ms-transform: translateX(2px);
-webkit-transform: translateX(2px);
transform: translateX(2px);
}
100% {
-ms-transform: translateX(-1px);
-webkit-transform: translateX(-1px);
transform: translateX(-1px);
}
}  .tagcloud a {
margin-bottom: 10px;
margin-right: 6px;
}
.tagcloud a {
font-size: 1rem !important;
display: inline-block;
line-height: 1.9;
padding: 0 0.875rem;
padding-right: 1.92rem;
font-weight: 500;
position: relative;
text-decoration: none;
color: var(--bs-white);
background-color: var(--bs-secondary);
border-radius: 6.25rem;
}
.tagcloud a:after {
content: "#";
position: absolute;
top: 0;
right: 4px;
bottom: 0;
width: 22px;
height: 22px;
line-height: 22px;
font-size: 0.75rem;
font-weight: 900;
text-align: center;
border-radius: 100%;
margin: auto;
background-color: var(--bs-primary);
-webkit-transition: var(--bs-transition-slow);
transition: var(--bs-transition-slow);
}
.tagcloud a:hover,
.tagcloud a:focus {
color: var(--bs-white);
background-color: var(--bs-primary);
}
.tagcloud a:hover:after,
.tagcloud a:focus:after {
color: var(--bs-primary);
background-color: var(--bs-white);
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
.widget-text p:last-child {
margin: 0;
}
.widget_social_widget li a {
width: 30px;
height: 30px;
text-align: center;
line-height: 38px;
border-radius: 100%;
overflow: hidden;
display: inline-flex;
text-decoration: none;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.widget_social_widget li a i {
vertical-align: middle;
}
.widget_social_widget li:not(:last-child) {
margin-right: 5px;
}
.widget.widget_social_widget ul {
margin-top: -0.75rem;
}
.widget.widget_social_widget ul li {
margin-top: 0.75rem;
}
.main-header .contact-area:hover .contact-icon i,
.main-header .contact-area:focus-within .contact-icon i,
.main-header .contact-area:hover .contact-icon img,
.main-header .contact-area:focus-within .contact-icon img  {
-webkit-animation: slideTop .8s;
animation: slideTop .8s;
}
.widget_social_widget li a:hover i,
.widget_social_widget li a:focus i {
-webkit-animation: slideTop .8s;
animation: slideTop .8s;
color: var(--bs-white);
background-color: var(--bs-primary);
}
.homepage-2 .main-header .widget_social_widget li a i {
color: var(--bs-white);
width: 100%;
height: 100%;
}
.homepage-2 .main-header .widget_social_widget li a:hover i,
.homepage-2 .main-header .widget_social_widget li a:focus i {
color: var(--bs-primary);
background: none;
}
.main-header .contact-area:hover .contact-icon i,
.main-header .contact-area:focus-within .contact-icon i {
color: var(--bs-primary);
background-color: var(--bs-white);
border-radius: 100%;
}
.widget_social_widget li a i,
.main-header .contact-area .contact-icon i {
width: 30px;
height: 30px;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 0;
}
.homepage-3 .main-header .widget_social_widget li a,
.homepage-3 .main-header .contact-area .contact-icon,
.homepage-3 .main-header .widget_social_widget li a i,
.homepage-3 .main-header .contact-area .contact-icon i {
background-color: var(--bs-secondary);
}
.homepage-3 .main-header .widget_social_widget li a:hover i,
.homepage-3 .main-header .widget_social_widget li a:focus i,
.homepage-3 .main-header .contact-area:hover .contact-icon i,
.homepage-3 .main-header .contact-area:focus-within .contact-icon i {
color: var(--bs-white);
background-color: var(--bs-primary);
}
.sidebar .widget_social_widget li a {
color: var(--bs-primary);
background-color: var(--bs-white);
box-shadow: 0 5px 10px rgb(0 0 0 / 0.09);
}
.widget_social_widget ul li:last-child {
margin-right: 0px;
}
.main-footer .widget_social_widget li a,
.sidebar .widget_social_widget li a,
.widget_social_widget li {
display: inline-block;
}
.main-footer .widget_social_widget li a {
color: var(--bs-secondary);
}
.main-footer .widget_social_widget li a {
background-color: var(--bs-white);
}
.main-footer .widget_social_widget li a:hover,
.main-footer .widget_social_widget li a:focus {
color: var(--bs-white);
background-color: var(--bs-primary);
}
.homepage-1 .main-header .widget_social_widget li a {
color: var(--bs-primary);
background-color: var(--bs-secondary-dark);
}
.widget_special_social a {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
color: var(--bs-white);
background-color: var(--bs-primary);
padding: 13px 20px;
text-decoration: none;
position: relative;
z-index: 0;
}
.widget_special_social a:after {
content: "";
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
background-color: inherit;
z-index: -1;
transition: var(--bs-transition);
}
.widget_special_social a:hover:after,
.widget_special_social a:focus:after {
background-color: rgb(1 1 47 / 0.1);
}
.widget_special_social p {
font-weight: 600;
line-height: 1.17;
letter-spacing: 0.15px;
margin: 0;
}
.widget_special_social span {
margin: 0;
font-size: 14px;
font-weight: 500;
display: block;
}
.widget_special_social i {
font-size: 30px;
}
.widget_special_social a.twitter {
background-color: #03a9f4;
}
.widget_special_social a.facebook {
background-color: #3a559f;
}
.widget_special_social a.instagram {
background-color: #d62976;
}   .main-footer div.widget.widget-none .widget-title {
margin-bottom: 1rem;
line-height: 1.5;
}
.main-footer .widget .widget-title::first-letter {
color: var(--bs-primary);
}
.main-footer .widget .widget-title {
color: var(--bs-white);
margin-bottom: 1.375rem;
padding-bottom: 15px;
position:relative;
}
.main-footer .widget .widget-title:before {
content: "";
position: absolute;
left: 0;
top: 0;
bottom: -40px;
margin: auto;
width: 35px;
height: 2px;
background-color: var(--bs-primary);
}
.textwidget .logo {
margin-bottom: 1rem;
}  .widget_latest_posts .post-items {
flex-direction: row;
-webkit-align-items: center;
align-items: center;
text-align: left;
border: none;
background: none;
box-shadow: none;
}
.widget_latest_posts .post-items:not(:last-child) {
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: 1px solid var(--bs-gray);
}
.widget_latest_posts .post-image {
margin-right: 15px;
flex-basis: 28.44%;
overflow: visible;
-webkit-box-shadow: none;
box-shadow: none;
}
.widget_latest_posts .featured-image .post-hover {
display: block;
border-radius: 10px;
overflow: hidden;
}
.widget_latest_posts .featured-image,
.widget_latest_posts .featured-image > a {
width: 80px;
height: 80px;
}
.widget_latest_posts .post-image img {
height: 100%;
object-fit: cover;
}
.widget_latest_posts .post-image .post-hover:before {
font-size: 10px;
max-width: 25px;
max-height: 25px;
}
.widget_latest_posts .post-content {
flex: 1;
padding: 0;
}
.widget_latest_posts .post-title {
font-size: 1rem;
margin-bottom: 5px;
padding-bottom: 0;
border-bottom: 0;
}
.widget_latest_posts .post-meta:not(.post-img-meta):not(.post-tags) {
font-size: 13px;
padding: 0;
padding-top: 5px;
margin-top: 5px;
justify-content: flex-start;
}
.widget_latest_posts .post-meta time:not(.icon):before {
display: none;
}
.widget_latest_posts .post-meta time:not(.icon) {
padding-left: 0;
}
.widget_latest_posts .post-meta .post-date {
line-height: 1.2;
-webkit-transition: var(--bs-transition);
transition: var(--bs-transition);
}
.widget_latest_posts .post-meta .post-date i {
margin-right: 6px;
}
.widget_latest_posts .post-items:hover .post-date,
.widget_latest_posts .post-items:focus-within .post-date,
.widget_latest_posts .post-items:hover .post-title a,
.widget_latest_posts .post-items:focus-within .post-title a {
color: var(--bs-primary);
}
.widget_latest_posts .post-image .post-meta {
top: -5px;
left: -2px;
right: unset;
}
.widget_latest_posts .post-image .count-link {
top: -5px;
left: 2px;
right: unset;
font-size: 14px;
font-weight: 700;
width: 30px;
height: 30px;
color: var(--bs-white);
border: 2px solid var(--bs-white);
background-color: var(--bs-primary);
box-shadow: none;
}
.widget_latest_posts .post-image .count-link a {
color: inherit;
}  .sidebar .widget_nav_menu .menu, .sidebar > .widget.widget_social_widget > ul, .sidebar .tagcloud, .sidebar .widget_social, .sidebar .widget .gallery, .sidebar .widget > ul, .sidebar .widget form, .sidebar .widget-content, .sidebar .rc-post, .sidebar .widget div > ul, .sidebar .widget .wp-block-tag-cloud {
padding: 1.8rem;
}
.sidebar .widget figure.wp-block-gallery {
padding: 1rem;
}
.sidebar .widget {
margin-bottom: 30px;
overflow: hidden;
position: relative;
border-style: solid;
border-width: 1px;
border-color: var(--bs-gray);
background-color: var(--bs-white);
}
.wp-block-tag-cloud a {
display: inline-block;
position: relative;
letter-spacing: .15px;
padding: 10px 20px;
font-weight: 600;
font-size: 16px !important;
border: none;
margin-top: 20px;
color: var(--bs-white);
background-color: var(--bs-primary);
border-radius: 0;
text-transform: capitalize;
text-decoration: none;
z-index: 0;
border-radius: 5px;
}
.wp-block-tag-cloud a:hover, 
.wp-block-tag-cloud a:focus {
background-color: var(--bs-secondary);
}
.footer-section .wp-block-tag-cloud a:hover, 
.footer-section .wp-block-tag-cloud a:focus {
color: var(--bs-primary);
background-color: var(--bs-white);
} .sidebar .widget-title {
position: relative;
margin-bottom: 0;
padding: 16px 18px;
line-height: 1.2;
text-align: center;
color: #fff;
overflow: hidden;
font-size: 22px;
font-weight: 500;
background-color: var(--bs-secondary);
border-left: 4px solid var(--bs-primary);
border-right: 4px solid var(--bs-primary);
} .widget_media_video iframe {
width: 100%;
height: 100%;
}
.widget.widget_media_image:before {
content: "";
position: relative;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: var(--bs-secondary-dark);
opacity: 0.5;
}    .main-footer .widget:last-child,
.sidebar .widget:last-child {
margin-bottom: 0;
}
.sidebar .widget_social_widget ul {
padding: 0 15px;
}
.sidebar .widget ul li.menu-item-has-children {
padding-bottom: 0;
}
.sidebar .widget_recent_comments li {
padding: 15px;
word-break: break-word;
}
.widget_special_social a:not(:last-child),
.sidebar .widget.woocommerce ul > li:not(:last-child),
.sidebar .widget.widget_nav_menu ul li:not(:last-child) a,
.sidebar .widget.widget_pages ul li:not(:last-child) a,
.sidebar .widget.widget_meta ul li:not(:last-child),
.sidebar .widget.widget_archive ul > li:not(:last-child),
.sidebar .widget.widget_categories ul > li:not(:last-child) {
margin-bottom: 0rem;
border-bottom: 1px solid var(--bs-gray);
}
.woocommerce.widget_top_rated_products ul.product_list_widget li {
margin-top: 10px;
padding-bottom: 12px;
}
.woocommerce.widget_top_rated_products ul.product_list_widget li:first-child {
margin-top: 0;
}
.woocommerce.widget_top_rated_products ul.product_list_widget li:last-child {
padding-bottom: 0;
}
.sidebar .widget.widget_nav_menu ul li a,
.sidebar .widget.widget_pages ul li a {
display: block;
}
.sidebar .widget.widget_shopping_cart .widget_shopping_cart_content,
.sidebar .widget.widget_nav_menu .menu-all-pages-container {
padding: 1.875rem;
}
.sidebar .widget_layered_nav ul li a,
.sidebar .widget_pages ul li a,
.sidebar .widget.widget_nav_menu ul li a {
line-height: 45px;
}
.sidebar .widget_layered_nav ul li a,
.sidebar .widget_pages ul li a,
.sidebar .widget_recent_comments a,
.sidebar .widget_recent_entries li a,
.sidebar .widget.widget_nav_menu ul li a {
color: var(--bs-secondary);
}
.sidebar .widget_custom_html .contact-area {
margin-bottom: 18px;
}
.sidebar .widget_custom_html .contact-area:last-child {
margin-bottom: 0;
}
.sidebar .widget_custom_html .contact-info,
.sidebar .widget_custom_html .contact-info a {
color: var(--bs-white);
}
.sidebar .widget_top_rated_products .star-rating {
position: absolute;
bottom: 4px;
right: 0;
font-size: 14px;
}
.sidebar .widget_layered_nav ul li a:hover,
.sidebar .widget_layered_nav ul li a:focus,
.sidebar .widget_pages ul li a:hover,
.sidebar .widget_pages ul li a:focus,
.sidebar .widget_recent_comments a:hover,
.sidebar .widget_recent_comments a:focus,
.sidebar .widget_meta ul li a:hover,
.sidebar .widget_meta ul li a:focus,
.sidebar .widget_recent_entries ul li a:hover,
.sidebar .widget_recent_entries ul li a:focus,
.sidebar .widget.widget_nav_menu ul li a:hover,
.sidebar .widget.widget_nav_menu ul li a:focus {
color: var(--bs-primary);
}
.sidebar .widget.widget_product_categories ul > li:not(.cat-parent),
.sidebar .widget.widget_archive ul > li,
.sidebar .widget.widget_categories ul > li,
.sidebar .widget ul > li  {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
border-radius: 0;
font-weight: 600;
color: var(--bs-secondary);
z-index: 1;
padding: 10px 0.7rem 10px 1rem;
}
.sidebar .widget:not(.widget_meta) ul > li:after {
content: "\f101";
font-family: var(--bs-font-awesome);
font-weight: 600;
font-size: 14px;
position: absolute;
top: 1px;
left: 0;
bottom: 0;
color: var(--bs-secondary);
display: flex;
align-items: center;
margin: auto 0;
-webkit-transition: var(--bs-transition-slow);
transition: var(--bs-transition-slow);
z-index: -1;
}
.sidebar .widget ul > li:hover:after,
.sidebar .widget ul > li:focus-within:after {
left: 82%;
color: var(--bs-primary);
}
.sidebar .widget ul > li.wc-block-grid__product:after,
.sidebar .widget.widget_shopping_cart ul > li:after {
display:none !important
}
.sidebar .widget ul > li:not(:last-child){
border-bottom: 1px solid var(--bs-gray);
}
.sidebar .widget.woocommerce.widget_shopping_cart .cart_list li.mini_cart_item {
padding-left: 0;
border-bottom: none;
margin-bottom: 20px;
}
.sidebar .widget.widget_product_categories ul > li:not(.cat-parent) > a:not(:hover):not(:focus),
.sidebar .widget.widget_archive ul > li > a:not(:hover):not(:focus),
.sidebar .widget.widget_categories ul > li > a:not(:hover):not(:focus),
.sidebar .widget ul > li > a:not(:hover):not(:focus){
color: var(--bs-secondary);
}
.sidebar .widget.widget_product_categories ul > li.cat-parent > a {
margin-bottom: 0;
width: 80%;
}
.sidebar .widget.widget_product_categories ul > li.cat-parent > span {
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
display: inline-block;
border-radius: 100px;
margin-left: 0;
vertical-align: middle;
font-weight: 600;
margin-top: -5px;
}
.sidebar .widget.widget_product_categories ul > li a,
.sidebar .widget.widget_archive ul > li,
.sidebar .widget.widget_categories ul > li {
padding: 10px 0.7rem 10px 1.25rem;
-webkit-transition: var(--bs-transition-slow);
transition: var(--bs-transition-slow);
}
.sidebar .widget.widget_archive ul > li ul,
.sidebar .widget.widget_categories ul > li ul {
position: absolute;
top: 100%;
left: 0;
width: 100%;
background-color: var(--bs-primary-light);
border: 1px solid #cccccc;
padding: 15px;
border-radius: 10px;
opacity: 0;
visibility: hidden;
z-index: 1;
-webkit-transform: translateY(-15px);
-ms-transform: translateY(-15px);
transform: translateY(-15px);
-webkit-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.sidebar .widget.widget_archive ul li:hover > ul,
.sidebar .widget.widget_archive ul li:focus-within > ul,
.sidebar .widget.widget_categories ul li:hover > ul,
.sidebar .widget.widget_categories ul li:focus-within > ul {
visibility: visible;
opacity: 1;
-webkit-transform: scale(1) translateY(0px);
-ms-transform: scale(1) translateY(0px);
transform: scale(1) translateY(0px);
}
.sidebar .widget.widget_archive ul > li:after,
.sidebar .widget.widget_categories ul > li:after {
content: "\f101";
font-family: var(--bs-font-awesome);
font-weight: 600;
font-size: 14px;
position: absolute;
top: 1px;
left: 0;
bottom: 0;
transform: rotate(90deg);
color: var(--bs-secondary);
display: flex;
align-items: center;
margin: auto 0;
-webkit-transition: var(--bs-transition-slow);
transition: var(--bs-transition-slow);
z-index: -1;
}
.sidebar .widget.widget_archive ul > li:hover,
.sidebar .widget.widget_categories ul > li:hover,
.sidebar .widget.widget_archive ul > li:focus-within,
.sidebar .widget.widget_categories ul > li:focus-within {
padding: 10px 0.7rem 10px 0.7rem;
color: var(--bs-primary);
}
.sidebar .widget.widget_archive ul > li:hover a,
.sidebar .widget.widget_categories ul > li:hover a,
.sidebar .widget.widget_archive ul > li:focus-within a,
.sidebar .widget.widget_categories ul > li:focus-within a {
color: var(--bs-primary) !important;
}
.sidebar .widget.widget_archive ul > li:hover:after,
.sidebar .widget.widget_categories ul > li:hover:after,
.sidebar .widget.widget_archive ul > li:focus-within:after,
.sidebar .widget.widget_categories ul > li:focus-within:after {
left: 82%;
color: var(--bs-primary);
transform: rotate(0deg);
}
.widget_product_categories ul.children {
padding-left: 20px;
}
.widget_top_rated_products li img,
.sidebar .widget.widget_product_categories ul > li span {
width: 35px;
height: 35px;
line-height: 35px;
border-radius: 100%;
text-align: center;
color: var(--bs-white);
background-color: var(--bs-primary);
}
.widget_top_rated_products li img {
padding: 3px;
float: right;
}
.widget_top_rated_products li a {
display: flow-root;
line-height: 3.2;
color: var(--bs-white);
background-color: var(--bs-secondary);
border-radius: 10rem;
}
.widget_top_rated_products li a span {
padding: 1rem 0.87rem 1rem 1.25rem;
}
.widget_top_rated_products .woocommerce-Price-amount.amount {
display: inline-block;
padding: 10px 20px;
border-radius: 0 0 10rem 10rem;
margin-left: 1.5rem;
}
.widget_top_rated_products .woocommerce-Price-amount.amount {
background-color: var(--bs-primary);
color: var(--bs-white);
}
.widget_top_rated_products del .woocommerce-Price-amount.amount {
background-color: var(--bs-gray);
color: var(--bs-white);
}
.widget.widget_products li:not(:last-child) {
padding-bottom: 1.25rem;
border-bottom: 1px solid var(--bs-gray);
}
.widget.widget_products ul li {
background-color: var(--bs-secondary);
border-radius: 0.625rem;
overflow: hidden;
padding: 15px;
color: var(--bs-white);
}
.widget_top_rated_products ul.product_list_widget li img {
margin-top: 9px;
margin-right: 10px;
}
.widget_products img {
border-radius: 0.625rem;
}
.widget_products .product-title {
display: block;
margin: 0.5rem 0 0.1rem;
font-weight: 600;
letter-spacing: 0.25px;
}
.woocommerce.widget_products ul.product_list_widget li {
margin-top: 10px;
}
.woocommerce.widget_products ul.product_list_widget li:first-child {
margin-top: 0;
}
.woocommerce-Price-amount.amount {
font-weight: 600;
}
del .amount {
color: var(--bs-gray-500-thumb);
text-decoration: line-through;
}
ins .amount {
color: var(--bs-primary);
text-decoration: underline;
}
.widget.widget_price_filter .price_slider_wrapper {
display: block;
padding-top: 6px;
}
.woocommerce .widget_price_filter .ui-slider span.ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider div.ui-slider-range {
background-color: var(--bs-primary);
}
.wp-block-calendar thead th {
background: var(--bs-primary);
color: var(--bs-white);
}
.calendar_wrap table tbody #today,
.calendar_wrap table tbody a:hover,
.calendar_wrap table tbody a:focus {
color: var(--bs-white);
background-color: var(--bs-primary);
border-radius: 0;
}
.sidebar .calendar_wrap table tbody a {
display: block;
border-radius: 0;
color: var(--bs-white);
}
.calendar_wrap table td a {
white-space: nowrap;
}
.sidebar .widget select {
margin: 15px auto 0;
}
.sidebar .widget select:not(:hover),
.sidebar .widget select:not(:focus) {
border-color: transparent;
}
.sidebar [class*='widget-']:not(.widget-info):not(.widget_social_widget) li a:before {
color: inherit;
}
.sidebar .widget-contact {
color: var(--bs-white);
background-color: var(--bs-primary);
padding: 30px;
}
.sidebar .widget-contact .widget-title:first-letter {
color: var(--bs-white);
}
.sidebar .widget.widget-contact .widget-title {
border-bottom: none;
margin: 0;
}
.sidebar .widget-contact .contact-icon {
width: 35px;
height: 35px;
line-height: 2.25;
text-align: center;
background-color: var(--bs-white);
border-radius: 50%;
}
.sidebar .widget-contact .contact-area {
margin-bottom: 1rem;
}
.sidebar .widget-contact a:hover,
.sidebar .widget-contact a:focus {
color: var(--bs-white)
}
.sidebar .widget.widget_text {
color: var(--bs-white);
background-color: var(--bs-secondary);
}
.sidebar .textwidget {
padding: 1.875rem;
text-align: center;
font-weight: 500;
}
.sidebar .textwidget p:last-child {
margin-bottom: 0;
}
.sidebar .textwidget strong {
font-size: 1.125rem;
}
.widget_text .textwidget img {
display: inline-block;
}
.sidebar .widget_text .widget.widget_social_widget {
padding: 0;
margin-bottom: 1rem;
background: none;
}
.footer-section .widget_text .textwidget p {
text-align: justify;
}  .footer-main .widget {
margin-bottom: 2.3rem;
}
.footer-main .widget_text .widget {
margin-bottom: 1.5rem;
}
.footer-main .widget_text .logo + p {
margin-bottom: 2rem;
}
.footer-main .widget_text .widget *:not(:hover):not(:focus) {
color: var(--bs-white);
}
.main-footer .widget_latest_posts .featured-image .post-hover,
.main-footer .widget_media_image img {
border: 1px solid #202052;
}
.footer-copyright .widget {
display: inline-block;
max-width: 100%;
}
.main-footer .widget ul ul {
padding-left: 15px;
}
.footer-main .widget:not(.widget-info):not(.widget_social_widget):not(.widget_calender):not(.widget_tag) li:not(:last-child) a:not(.wp-block-social-link-anchor) {
margin-bottom: 0;
border-bottom: 1px solid rgb(171 171 171 / 0.20);
}
.footer-main .widget:not(.widget-info):not(.widget_social_widget):not(.widget_calender):not(.widget_tag) li a:not(.wp-block-social-link-anchor) {
display: block;
line-height: 40px;
}
.footer-copyright .widget:not(.widget-info):not(.widget_social_widget) li:not(:first-child) a {
padding-left: 22px;
border-left: 1px solid var(--bs-primary);
}
.header-widget .widget_media_gallery img,
.sidebar .widget_media_gallery img {
margin: auto;
}
.sidebar .widget_media_gallery .gallery-item,
.footer .widget_media_gallery .gallery-item {
border-radius: 5px;
overflow: hidden;
}
.footer:not(.footer-main .footer-center):not(.footer-main .footer-right) .widget_media_gallery img {
margin: auto 0;
}
.footer-main .widget-text .logo + p {
margin-top: 25px;
}
.footer-copyright .widget_media_gallery {
max-width: 150px;
min-height: 44px;
}
.footer-copyright .widget ul {
margin-top: -0.75rem;
}
.footer-copyright .widget li {
display: inline-block;
margin-top: 0.75rem;
}
.footer-copyright .widget li:not(:last-child) {
margin-right: 1.25rem;
}
.footer-main .wp-block-embed iframe {
height: auto;
} button.wp-block-search__button.wp-element-button {
width: 50%;
border-radius: 5px;
}
.footer-main button.wp-block-search__button.wp-element-button {
width: 45%;
padding-left: 10px;
} .widget_shopping_cart_content .cart-header i,
.cart-wrapper .cart-icon-wrap i {
display: inline-block;
color: inherit;
vertical-align: middle;
font-size: 22px;
}
.cart-icon-wrap,
.cart-wrapper {
position: relative;
}
.cart-wrapper .cart-icon-wrap .cart-count span {
position: absolute;
top: 20px;
right: 0;
width: 20px;
height: 20px;
line-height: 2.05;
display: inline-block;
font-size: 10px;
color: var(--bs-white);
border-width: 1px;
border-style: solid;
border-radius: 50%;
text-align: center;
background-color: var(--bs-primary);
}
.shopping-cart {
position: absolute;
top: 100%;
right: 0;
z-index: 1;
width: 250px;
padding: 12px;
color: var(--bs-primary);
background: var(--bs-white);
border-radius: 0 3px 3px;
border: 0;
border-top: 3px solid var(--bs-primary);
opacity: 0;
visibility: hidden;
-webkit-box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.07);
box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.07);
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
-webkit-transition: var(--bs-transition);
transition: var(--bs-transition);
}
.shopping-cart:after {
top: -8px;
left: 95%;
content: "";
position: absolute;
width: 11px;
height: 11px;
border: 3px solid;
background-color: var(--bs-white);
border-right: none;
border-bottom: none;
-ms-transform: translateX(-50%) rotate(45deg);
transform: translateX(-50%) rotate(45deg);
}
.shopping-cart:after {
right: 15%;
}
.cart-icon-wrap:hover .shopping-cart,
.cart-icon-wrap:focus .shopping-cart {
opacity: 1;
visibility: visible;
-webkit-transform: translate3d(0, 2px, 0);
transform: translate3d(0, 2px, 0);
}
.widget_shopping_cart_content .cart-header,
.shopping-cart .cart-header {
display: flex;
align-items: center;
justify-content: space-between;
color: var(--bs-primary);
border-bottom: 1px solid #E8E8E8;
padding-bottom: 15px;
}
.shopping-cart .cart-badge {
color: var(--bs-white);
font-size: 10px;
margin: 0;
width: 16px;
height: 16px;
line-height: 1.6;
text-align: center;
vertical-align: super;
border-radius: 100px;
display: inline-block;
background-color: var(--bs-primary);
}
.widget_shopping_cart_content ul.cart-items,
div.shopping-cart ul.cart-items {
padding: 0;
margin: 0;
padding-top: 20px;
padding-bottom: 20px;
list-style: none;
max-height: 100%;
overflow-x: hidden;
overflow-y: auto;
}
.widget_shopping_cart ul.cart-items li,
div.shopping-cart ul.cart-items li {
display: inline-block;
width: 100%;
margin: 0 0 10px 0;
padding: 0;
font-size: 15px;
position: relative;
}
.widget_shopping_cart ul.cart-items li a:not(.remove),
div.shopping-cart ul.cart-items li a:not(.remove) {
line-height: 10px;
}
.shopping-cart .cart-items .item-img {
float: left;
margin-right: 12px;
width: 70px;
height: 70px;
border-radius: 50%;
text-align: center;
line-height: 4.5;    
border-width: 1px;
border-style: solid;
border-color: var(--bs-primary);
}
.shopping-cart .cart-items .item-img img {
width: 100%;
border-radius: 50%;
display: inline-block;
float: none;
margin: auto;
}
.shopping-cart .cart-items .item-name {
font-size: 14px;
font-weight: 600;
display: block;
padding-top: 15px;
}
.shopping-cart .cart-items .amount {
font-size: 12px;
font-weight: 600;
margin-right: 0;
color: #222;
}
.shopping-cart .cart-items .quantity {
font-size: 12px;
font-weight: 600;
vertical-align: text-bottom;
color: var(--bs-primary);
justify-content: flex-start;
}
.shopping-cart .btn {
display: block;
line-height: 24px;
font-size: 1.125rem;
letter-spacing: 0.35px;
}
.widget_shopping_cart .btn i,
.shopping-cart .btn i {
font-size: 12px;
margin-left: 5px;
position: relative;
top: -1px;
}
.widget_shopping_cart ul a.remove,
div.shopping-cart ul a.remove {
float: right;
margin-top: 0;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
border-radius: 100%;
color: var(--bs-white) !important;
background-color: var(--bs-primary);
box-shadow: 0 0 10px rgb(0 0 0 / 0.15);
}
.sidebar .woocommerce.widget_shopping_cart .cart_list li a.remove {
position: relative;
margin-left: 10px;
} .select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
background-color: var(--bs-primary-light);
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
background-color: var(--bs-primary);
}
.flixita-content .container.woo-container {
padding: 0;
}
.woo-container .row {
width: 100%;
flex-basis: 100%;
}
.flixita-content .woocommerce div.product {
margin-bottom: 30px;
}
.woocommerce form.woocommerce-ordering {
margin: 0 0 2em;
}
.flixita-content .page-title {
margin-bottom: 1.25rem;
} .woocommerce .woocommerce-ordering select.orderby {
background-color: var(--bs-white);
box-shadow: 0 0 10px rgb(0 0 0 / 0.1);
border-color: #ececec;
cursor: pointer;
}
.woocommerce p.woocommerce-result-count {
margin: 0;
padding: 13px 16px;
background-color: var(--bs-primary);
color: var(--bs-white);
}
.product-single {
background-color: var(--bs-white);
border: 1px solid rgb(238 238 238 / 85%);
box-shadow: 0px 10px 30px rgb(5 5 5 / 8%);
border-radius: 15px;
overflow: hidden;
transition: all 500ms ease 0s;
}
.product-single:hover,
.product-single:focus-within {
box-shadow: 0px -10px 20px rgb(5 5 5 / 12%);
}
.product-fimg {
position: relative;
overflow: hidden;
}
.woocommerce ul.products li.product a {
display: inline-block;
color: inherit;
}
.woocommerce ul.products li.product .product-fimg a img {
margin: 0;
}
.product-single .product-content-wrap {
padding: 20px 30px;
background-color: var(--bs-white);
}
.sale-ribbon {
position: absolute;
top: 12px;
left: 12px;
display: inline-block;
padding: 0 20px;
line-height: 30px;
background: var(--bs-primary);
font-weight: 600;
color: var(--bs-white);
border-radius: 20px;
letter-spacing: 0.5px;
text-transform: uppercase;
}
.woocommerce ul.products li.product .product-single h3 {
font-size: 18px;
padding: 0;
margin-bottom: 8px;
color: var(--bs-secondary);
}
.woocommerce ul.products li.product div.price {
font-size: 18px;
line-height: 1.2;
}
.woocommerce ul.products li.product .product-action {
position: absolute;
bottom: 6px;
left: 0;
width: 100%;
padding: 20px;
text-align: center;
transform: translateY(100%);
opacity: 0;
transition: var(--bs-transition-slow);
}
.woocommerce ul.products li.product .product-action .button {
margin: auto;
}
.woocommerce ul.products li.product .product-single:hover .product-action,
.woocommerce ul.products li.product .product-single:focus-within .product-action {
opacity: 1;
transform: translateY(0);
}
.woocommerce ul.products li.product .product-action .button.add_to_cart_button,
.woocommerce ul.products li.product .product-action .yith-wcwl-add-button,
.woocommerce ul.products li.product .product-action .compare {
background-color: var(--bs-primary);
color: var(--bs-white);
}
.woocommerce ul.products li.product a.wc-forward {
margin-left: 12px;
font-weight: 600;
display: inline-block;
padding: 0 16px;
line-height: 35px;
border-radius: 3px;
background-color: var(--bs-secondary);
color: var(--bs-white);
}
.product .product-single .price del span {
color: #b7b7b7;
text-decoration-line: line-through;
}
.woocommerce-page.woocommerce-cart #content table.cart td.actions .coupon input.input-text[type="text"] {
min-height: 38px;
}
.woocommerce #reviews #comments h3 {
font-size: 28px;
letter-spacing: 0.5px;
margin-bottom: 20px;
}
.woocommerce div.product .woocommerce-tabs .panel h3 {
font-size: 30px;
margin-bottom: 10px;
}
.related.products h3 {
text-transform: capitalize;
}
.product .product-single ul.rate {
margin-top: 15px;
font-size: 16px;
}
.product .product-single ul.rate li i.fa.fa-star:before {
margin-right: 5px;
}
.product .product-single ul.rate {
transform: translateX(-100%);
margin-top: -40px;
font-size: 16px;
width: 100%;
text-align: left;
opacity: 0;
visibility: hidden;
-webkit-transition: .3s;
transition: .3s;
}
.product .product-single ul.rate li {
background-color: rgb(17 17 17 / 0.7);
display: inline-block;
text-align: center;
color: var(--bs-white);
min-height: 40px;
line-height: 40px;
padding: 0 17px;
border-radius: 0 20px 0 0;
}
.product .product-single:hover ul.rate,
.product .product-single:focus-within ul.rate {
opacity: 1;
visibility: visible;
transform: translateX(0);
}
p.woocommerce-notice.woocommerce-notice--success {
margin-bottom: 15px;
padding: 15px;
border-top: 2px solid transparent;
}
.woocommerce ul.order_details {
padding: 15px 15px 0;
background-color: var(--bs-white);
border: 1px solid #d3ced2;
}
.woocommerce ul.order_details li {
margin-bottom: 15px;
}
.woocommerce .woocommerce-order h2 {
font-size: 32px;
margin-bottom: 15px;
}
.woocommerce section.woocommerce-customer-details address {
border-radius: 0;
border: 1px solid #d3ced2;
padding: 22px;
}
p.woocommerce-notice.woocommerce-notice--success,
div.woocommerce-info,
p.woocommerce-info,
li.woocommerce-info {
border-color: var(--bs-primary);
background-color: var(--bs-white);
box-shadow: 0 6px 25px -5px rgb(0 0 0 / 0.12);
}
p.woocommerce-notice.woocommerce-notice--success a,
div.woocommerce-info a,
p.woocommerce-info a,
li.woocommerce-info a,
p.woocommerce-notice.woocommerce-notice--success:before,
div.woocommerce-info:before,
p.woocommerce-info:before,
li.woocommerce-info:before {
color: var(--bs-primary);
}
.product .product-single a.added_to_cart.wc-forward {
font-weight: 600;
letter-spacing: 0.5px;
display: block;
}
.dark-product .product-single {
background-color: var(--bs-primary);
}
.dark-product .product-single h2,
.dark-product .product-single .woocommerce-Price-amount.amount {
color: var(--bs-white);
}
.woocommerce .dark-product div.product-single a.button,
.woocommerce div.product-single .dark-product a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
color: var(--bs-primary);
background-color: var(--bs-white);
}
.dark-product .product-single a.added_to_cart.wc-forward {
color: var(--bs-white);
}
.single-product .product .product_title.entry-title {
letter-spacing: 0.65px;
font-size: 34px;
margin-bottom: 3px;
}
.single-product .product p.price {
margin-bottom: 10px;
}
.single-product .product .product_meta > span {
display: block;
}
.single-product .product .single_add_to_cart_button {
margin-left: 10px;
}
.woocommerce .col2-set div.col-2, .woocommerce-page .col2-set div.col-2,
.woocommerce .col2-set div.col-1, .woocommerce-page .col2-set div.col-1 {
width: 48%;
max-width: 100%;
}
span.woocommerce-input-wrapper {
width: 100%;
}
.select2-container--default span.select2-selection--single {
height: 34px;
border-radius: 0;
background-color: #fbfbfb;
border-color: #e9e9ea;
}
.select2-container--default .select2-selection--single span.select2-selection__rendered {
line-height: 34px;
}
.select2-container--default .select2-selection--single span.select2-selection__arrow {
height: 30px;
}
.woocommerce form p.form-row {
margin: 0 0 10px;
}
.woocommerce-checkout-review-order li {
position: relative;
}
.woocommerce-checkout-review-order li label {
margin-bottom: 0;
vertical-align: middle;
line-height: 1.5;
display: inline-flex;
align-items: center;
}
.woocommerce-checkout div#payment.woocommerce-checkout-payment {
background-color: var(--bs-white);
box-shadow: 0 3px 30px -6px rgb(0 0 0 / 0.15);
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
body.woocommerce-checkout #payment div.payment_box {
background-color: var(--bs-primary-light);
border: 2px solid var(--bs-primary);
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
body.woocommerce-checkout #payment div.payment_box::before {
border-color: var(--bs-primary);
border-right-color: transparent !important;
border-left-color: transparent !important;
border-top-color: transparent !important;
top: -0.95em;
}
.woocommerce-checkout-review-order #payment ul.payment_methods label img {
height: 38px;
margin-left: 0.75em;
}
.woocommerce-checkout #payment .payment_method_paypal a.about_paypal {
padding: 0 10px;
background-color: var(--bs-white);
line-height: 30px;
border-radius: 20px;
font-weight: 600;
box-shadow: 0 0 10px -2px rgb(0 0 0 / 0.2);
}
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
margin-bottom: 18px;
}
.woocommerce form .form-row textarea.input-text {
padding: 7px;
}
.woocommerce .quantity .qty {
padding: .25rem;
min-height: 34px;
}
.woocommerce table.shop_table a.remove {
background-color: var(--bs-primary);
color: var(--bs-white) !important;
}
.woocommerce form .form-row input.input-checkbox,
.woocommerce form .form-row input.input-checkbox#terms {
outline: none;
outline-offset: unset;
display: inline-block;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce ul.products li.product .product-action .yith-wcwl-add-button,
.woocommerce ul.products li.product .product-action .compare {
font-weight: 600;
color: var(--bs-white);
background-color: var(--bs-primary);
border-radius: 5px;
overflow: hidden;
font-size: 0.95rem;
}
.woocommerce-page.woocommerce-cart #content table.cart td.actions .coupon input.input-text[type="text"] {
padding: 7px 6px 6px;
width: 100%;
max-width: 180px;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled, .woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
color: var(--bs-white);
}
@media only screen and (min-width:992px) {
.woocommerce-checkout #payment .payment_method_paypal a.about_paypal {
position: absolute;
right: 0;
}
}
@media only screen and (max-width:991px) {
.woocommerce ul.order_details li {
float: none;
border-right: 0;
padding-bottom: 10px;
border-bottom: 1px dashed #d3ced2;
}
.woocommerce p.woocommerce-result-count {
display: block;
text-align: center;
width: 100%;
}
.woocommerce .woocommerce-ordering {
display: block;
width: 100%;
margin-top: 0.5em;
}
.woocommerce .col2-set div.col-2, .woocommerce-page .col2-set div.col-2,
.woocommerce .col2-set div.col-1, .woocommerce-page .col2-set div.col-1 {
width: 100%;
max-width: 100%;
}
}
.product .product-single .sale-ribbon {
position: absolute;
top: 15px;
left: 15px;
margin: 0;
font-size: 13px;
font-weight: 600;
text-align: center;
padding: 3px 12px;
text-transform: uppercase;
color: var(--bs-white);
background: var(--bs-primary) none repeat scroll 0 0;
box-shadow: 0 0 12px rgb(255 255 255 / 0.35);
z-index: 1;
} .woocommerce-account .addresses .title .edit,
.woocommerce table.my_account_orders td.woocommerce-orders-table__cell-order-number a,
.woocommerce-account .woocommerce-MyAccount-content p a {
color: var(--bs-primary);
}
.woocommerce-MyAccount-navigation ul {
background-color: var(--bs-primary-light);
border: 1px solid #e5e5e5;
padding: 0;
list-style: none;
margin: 0;
}
.woocommerce-MyAccount-navigation ul li a {
display: block;
padding: 10px 20px;
line-height: 1.5;
border-width: 0;
border-style: solid;
border-left-width: 2px;
border-left-color: transparent;
border-bottom-width: 1px;
border-bottom-color: #e5e5e5;
color: #2c3145;
-webkit-transition: .3s all;
transition: .3s all;
}
.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li a:focus {
background-color: var(--bs-white);
border-left-color: var(--bs-primary);
}
.woocommerce-account .woocommerce-MyAccount-content {
border: 1px solid #e5e5e5;
padding: 20px;
background-color: #fbfbfb;
min-height: 254px;
}
.woocommerce .woocommerce-Addresses {
margin-top: 15px;
}
.woocommerce .woocommerce-Addresses .woocommerce-Address {
border: 1px solid #e5e5e5;
padding: 15px;
}
.woocommerce-account .addresses address {
margin-bottom: 0;
}
.woocommerce-account .edit-account .woocommerce-form-row input.woocommerce-Input {
min-height: 38px;
padding: 8px 15px;
}
.woocommerce-account .edit-account .woocommerce-form-row em {
margin-top: 5px;
display: block;
}
.woocommerce-account .edit-account .woocommerce-form-row {
display: inline-block;
}
.woocommerce-account .edit-account .woocommerce-Button {
margin-top: 10px;
}
.woocommerce-Address-title {
position: relative;
}
.woocommerce-Address-title a.edit {
position: absolute;
top: 0;
right: 0;
}
@media only screen and (max-width:991px) {
.woocommerce .woocommerce-Addresses .woocommerce-Address {
width: 100% !important;
float: none !important;
}
.woocommerce .woocommerce-Addresses .woocommerce-Address:not(:last-child) {
margin-bottom: 15px;
}
} .woocommerce span.onsale {
background-color: var(--bs-primary);
}
.woocommerce form .form-row input.input-text {
min-height: 35px;
padding: 7px;
}
.woocommerce table.shop_table th {
color: var(--bs-white);
background-color: var(--bs-primary);
}
.woocommerce .blockUI.blockOverlay {
z-index: 1 !important;
}
.woocommerce form .woocommerce-address-fields .form-row label {
display: inline-block;
}
.bypostauthor{}
.gallery-item { 
flex: 0 0 20%;
max-width: 20%;
margin: 0;
width: 100%;
overflow: hidden;
position: relative;
z-index: 0;
background-color: #ececec;
padding: 0;
text-align: center;
float: left;
}
.gallery-item .gallery-icon img{
-webkit-transition: var(--bs-transition);
transition: var(--bs-transition);
width:100%;
}
.gallery-item .gallery-caption{
font-weight: 400;
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
padding: 58px 28px;
color: var(--bs-white);
text-align: center;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -moz-flex;
display: -webkit-flex;
display: flex;
flex-direction: column;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
justify-content: center;
width: 100%;
height: 100%;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s;
transition: all 0.3s;
clear: left;
font-style: italic;
line-height: 1.5em;
text-align: center;
}
.gallery-item .gallery-caption:before{
position: absolute;
top: 50%;
right: 30px;
bottom: 50%;
left: 30px; border: 2px solid #fff;
border-radius: 5px;
content: '';
opacity: 0;
background-color: var(--bs-white);
-webkit-transition: all 0.4s;
transition: all 0.4s;
-webkit-transition-delay: 0.6s;
transition-delay: 0.6s;
}
.gallery-item .gallery-caption i {
font-size: 20px;
width: 44px;
height: 44px;
line-height: 2.3;
border-radius: 50%;
margin: 0 auto;
background-color: var(--bs-primary);
display: inline-block;
transition: .5s ease-in;
visibility: hidden;
opacity: 0;
transform: translateY(100px);
}
.gallery-item:hover .gallery-icon img{
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
.gallery-item:hover .gallery-caption{
opacity: 1;
visibility: visible;
background: url(//distrec.up.ac.pa/wp-content/themes/flixita/assets/images/bg/gallery-img-bg.png) repeat 0, 0 rgba(0,0,0,.6);
}
.gallery-item:hover .gallery-caption:before{
background: rgba(255, 255, 255, 0);
top: 30px;
bottom: 30px;
opacity: 1;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.gallery-item:hover i{
visibility: visible;
opacity: 1;
transform: translateY(0px);
}
.wp-caption {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background-color: #f8f8f8;
border-color: #eee;
border-image: initial;
border-radius: 3px;
border-style: solid;
border-width: 1px;
margin-bottom: 20px;
max-width: 100%;
padding-left: 4px;
padding-right: 4px;
padding-top: 4px;
text-align: center;
}
img.alignnone {
margin: 0 auto;
max-width: 100%;
}
img.alignleft,
.wp-caption.alignleft {
margin-right: 30px;
}
img.alignright,
.wp-caption.alignright {
margin-left: 30px;
float: right;
clear: both;
margin-bottom: 30px;
}
img.wp-caption .alignnone {
display: block;
margin: 0 auto;
height: auto;
width: 100%;
}
a img.alignright {
float: right;
}
a img.alignnone {
margin: 5px 20px 20px 0;
}
a img.alignleft {
float: left;
}
a img.aligncenter {
margin-left: auto;
margin-right: auto;
}
.aligncenter {
margin: auto;
}
.alignleft {
float: left;
margin: 0.4em 15px 0.4em 0;
}
.alignright {
float: right;
margin: 0.4em 0 0.4em 15px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
clear: left;
font-style: italic;
line-height: 1.5em;
margin: 0.75em 0;
text-align: center;
}
.footer-main .textwidget address i {
margin-right: 10px;
}
.wp-block-search__input {
border: 1px solid var(--bs-primary-light) !important;
border-radius: 5px !important;
}
.blog-inner .bottom-meta .post-author a {
text-decoration: none;
}
.footer-main button.wp-block-search__button.wp-element-button:hover, 
.footer-main button.wp-block-search__button.wp-element-button:focus {
background-color: var(--bs-white);
color: var(--bs-primary);
}
.about-info-container .item-icon i {
background-image: linear-gradient(to left, var(--bs-primary), var(--bs-primary));
}
.footer-top .widget-contact .text a:hover, 
.footer-top .widget-contact .text a:focus {
color: var(--bs-primary);
}
.footer-main .textwidget address a {
color: var(--bs-white);
}
.footer-main .textwidget address a:hover, 
.footer-main .textwidget address a:focus {
color: var(--bs-primary);
}   
.product-action .yith-wcwl-add-button{
padding: 0.5em 1em;
margin-bottom: 10px;
margin-top: -5px;
}		
table {
border: 1px solid #E9E9E9;
background-color: #FCFCFC;
border-spacing: 0;
letter-spacing: 0.5px;
margin: 0 0 20px;
text-align: left;
table-layout: fixed;
border-collapse: collapse;
}
table th {
border: 1px solid rgba(0, 0, 0, 0.25);
}
table td {
border: 1px solid #E9E9EA;
}
table th, table td {
padding: 15px;
}
table th {
background: var(--bs-primary);
color: var(--bs-white);
}
.footer-main .wp-block-search__input {
border-color: var(--bs-white) !important;
}
.item-icon.el-bounce {
line-height: 56px;
}
.wp-block-latest-posts__post-author {
font-size: 18px;
font-weight: 600;
}
.wp-block-image figcaption {
text-align: center;
}
.wp-block-calendar table caption {
color: var(--bs-white);
background-color: var(--bs-primary);
}
.has-background.wp-block-post-author {
padding: 1rem;
}
.wp-block-pullquote.has-text-color blockquote {
border-left-color: inherit;
}
.wp-block-details summary {
font-weight: 600;
}
.wp-block-quote .wp-block-search {
padding: 5px 0;
}
a.wc-block-grid__product-link {
text-decoration: none;
}
.wp-block-latest-posts__post-author {
font-size: 1.6rem;
font-weight: 600;
}
.wc-block-components-product-title a,
.wc-block-components-product-title a:hover,
.wc-block-components-product-title a:focus {
text-decoration: none;
}
.sidebar h2.wp-block-heading {
position: relative;
margin-bottom: 0;
padding: 16px 18px;
line-height: 1.2;
text-align: center;
color: var(--bs-white);
overflow: hidden;
font-size: 22px;
font-weight: 500;
background-color: var(--bs-secondary);
border-left: 4px solid var(--bs-primary);
border-right: 4px solid var(--bs-primary);
}
.footer-main .widget .wp-block-heading {
color: var(--bs-white);
margin-bottom: 1.375rem;
padding-bottom: 15px;
position: relative;
font-size: 1.25rem;
}
.footer-main .widget .wp-block-heading:before {
content: "";
position: absolute;
left: 0;
top: 0;
bottom: -40px;
margin: auto;
width: 35px;
height: 2px;
background-color: var(--bs-primary);
}
.footer-main .widget .wp-block-heading::first-letter {
color: var(--bs-primary);
}
.footer-main .textwidget address a {
text-decoration: none;
}
.post-date:focus-within:before {
background: var(--bs-secondary) !important;
}
.post-details-outer .post-title-head {
margin-top: 2.5rem;
}
.blog-inner .bottom-meta .post-author a:focus {
color: var(--bs-primary);
}
.post-comment .comments-count:focus{
color: var(--bs-primary);
}
.footer-main button.wp-block-search__button.wp-element-button:hover,
.footer-main button.wp-block-search__button.wp-element-button:focus{
border: 2px solid var(--bs-primary);
}
.flixita-main-blog .post-details-outer .post-title-head {
margin-top: 0;
}
.wp-block-calendar thead th, 
.wp-block-calendar td {
text-align: center;
}
.info-section {
z-index: 0;
}
.wp-block-calendar table{
margin: 0;
text-align: center;
}
.woocommerce span.onsale {
z-index: 1;
}
.shopping-cart .cart-items .item-name {
font-size: 18px;
line-height: 1.2;
}
.shopping-cart .shopping-cart-items a.remove {
transform: translateY(10px);
}
.woocommerce div.product form.cart .variations th {
background: inherit;
color: inherit;
}
.woocommerce div.product form.cart .button {
background: var(--bs-primary);
}
.woocommerce div.product form.cart .button:hover, 
.woocommerce div.product form.cart .button:focus {
background: var(--bs-secondary);
}
.btn-style-two .btn {
position: relative;
}
.wp-block-latest-comments {
padding: 0;
}
a.wp-block-latest-posts__post-title {
font-weight: 700;
text-decoration: none;
color: var(--bs-secondary);
}
.woocommerce table.shop_attributes tr:nth-child(even) th {
color: var(--bs-secondary);
}
.single-product .product .product_meta > span a {
text-decoration: none;
}
.woocommerce table.shop_attributes td {
padding: 0 1rem;
}
.woocommerce-Reviews .comment-form {
display: block;
}
.woocommerce table.shop_table td a {
text-decoration: none;
}
.sidebar .widget .wp-block-latest-comments {
padding: 1.8rem;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
text-decoration: none;
}
.sidebar .wp-block-file {
padding: 1.8rem;
}
.sidebar .wp-block-code {
padding: 1.8rem;
}
.wp-block-file a {
text-decoration: none;
}
.wp-block-file.has-background {
padding: 0.5rem;
} 
.wp-block-details.has-background {
padding: 0.5rem;
}
.wp-block-image .alignleft figcaption {
text-align: left;
}
.wp-block-image .alignright figcaption {
text-align: right;
}
.wp-block-button a {
text-decoration: none;
}
.wp-block-archives li {
list-style: none;
}
.wp-block-archives li a {
text-decoration: none;
}
.wp-block-archives {
padding-left: 0;
}
.wp-block-categories {
padding-left: 0;
}
.wp-block-categories li {
list-style: none;
}
.wp-block-categories li a {
text-decoration: none;
}
.wp-block-latest-comments a {
text-decoration: none;
}
.wp-block-latest-comments.has-background {
padding: 10px;
}
a.wp-block-latest-posts__post-title:hover, 
a.wp-block-latest-posts__post-title:focus {
color: var(--bs-primary);
}
.wp-block-latest-posts.wp-block-latest-posts__list.has-background li {
padding: 1rem;
}
.wp-block-categories li a {
color: var(--bs-secondary);
}
.wp-block-categories li a:hover, 
.wp-block-categories li a:focus {
color: var(--bs-primary);
}
.footer-main .wp-block-calendar td {
color: var(--bs-secondary);
}
.wp-block-loginout.has-background {
padding: 1rem;
}
.wp-block-loginout a {
text-decoration: none;
}
.wp-block-post-author.has-background {
padding: 1rem;
}
.wp-block-post-author img {
border-radius: 100%;
}
.wp-block-site-title a {
text-decoration: none;
}
.wp-block-page-list {
padding: 0;
}@media (min-width: 1400px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
max-width: 1280px;
}
.home-slider .owl-nav .owl-prev {
left: 0.67rem;
}
.home-slider .owl-nav .owl-next {
right: 0.67rem;
}
}
@media only screen and (max-width: 1045px) and (min-width: 992px) {
.main-slider div.main-content {
padding: 0 55px;
}
.testimonial-slide .testimonial-inner {
padding: 70px 18px 45px;
}
}
@media (min-width: 992px) {
.slider-section + .info-section {
margin-top: -3.55rem;
}
.above-header:before {
content: "";
position: absolute;
background: var(--bs-primary);
top: 0;
left: 0;
bottom: -1px;
width: 38%;
-webkit-clip-path: polygon(0 0, 100% 0%, 97% 100%, 0 100%);
clip-path: polygon(0 0, 100% 0%, 97% 100%, 0 100%);
z-index: 0;
}
.above-header:after {
content: "";
position: absolute;
background: var(--bs-white);
top: -5px;
left: 38%;
bottom: -4px;
width: 3px;
z-index: 0;
transform: rotate(20deg);
}
.main-header .contact-area, .main-header .contact-area a:not(:hover):not(:focus) {
color: var(--bs-white);
}
.above-header .contact-corn {
background: var(--bs-white);
color: var(--bs-primary);
border-radius: inherit;
}
.header-transparent .main-header {
position: absolute;
top: 0;
right: 0;
left: 0;
width: 100%;
border-top: 0;
margin: 0 auto;
z-index: 99;
}
.header-transparent .main-header,
.header-transparent .main-navigation:not(.is-sticky-menu) {
background: none;
}
body.admin-bar.header-transparent .main-header {
top: 32px;
}
.footer-copyright .widget-left {
background-color: var(--bs-primary);
padding: 3px 20px 0;
margin-right: 20px;
position: relative;
}
.footer-copyright .widget-left:before {
background-color: var(--bs-primary);
position: absolute;
content: "";
height: 45px;
clip-path: polygon(145% 0,100% 100%,0 100%);
top: -44px;
left: -2px;
right: -0.5px;
}
.footer-copyright .widget-left:after {
position: absolute;
content: "";
width: 25px;
height: 34px;
clip-path: polygon(0 0,100% 150%,0 100%);
top: -32px;
right: -25px;
background: var(--bs-primary);
opacity: 0.4;
}
.footer-copyright .contact-area .contact-icon-duplicate {
right: 50px;
}
.flixita-call-action-section .cta-image img {
position: absolute;
right: 30px;
top: -88px;
}
}
@media (min-width: 1350px) {
.header-transparent .main-slider div.main-content {
margin-top: 17rem;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.above-header:before {
width: 40%;
}
.above-header:after {
left: 40%;
transform: rotate(19deg);
}
.pricing-inner-box .pricing-list {
padding: 20px 15px 43px;
}
.pricing-inner-box .pricing-price {
padding: 0 20px 9px;
}
.service-section .bg-shape1 svg {
width: 400px;
}
.header-transparent .above-header .widget-left {
padding-left: 45px;
}
.header-transparent .above-header .widget-left {
background: linear-gradient( 116deg, transparent 30%, currentColor 30%, currentColor 70%, transparent 70% ) 50% / 209% 100% no-repeat;
}
.above-header .contact-icon {
font-size: 0.95rem;
width: 35px;
height: 35px;
margin-right: 7px;
}
.main-header p:not(.site-description) {
font-size: 0.875rem;
}
.main-header h6.title {
font-size: 0.938rem;
}
.footer-copyright .widget-left {
padding-left: 62px;
}
.footer-copyright .contact-area .title {
font-size: 1.2rem;
}
.footer-copyright .contact-area .text {
font-size: 1.5rem;
}
.footer-copyright .contact-area .contact-icon-duplicate {
font-size: 3rem;
}
.main-menu-right > ul {
padding-left: 0.5rem;
}
.main-menu-right > ul > li {
margin-right: 0.625rem;
}
.main-navigation-area .main-menu-right > ul li:last-child {
padding-left: 0.625rem;
}
.main-navigation-area .contact-icon {
margin-right: 0.5rem;
width: 35px;
height: 35px;
font-size: 1.875rem;
}
.main-navigation-area .contact-info .title {
font-size: 0.75rem;
}
.main-navigation-area .contact-info .text {
font-size: 1.25rem;
}
.main-navbar .main-menu > li.menu-item > a {
padding: 0 0.4375rem;
}
.main-navbar .main-menu > li.dropdown > a {
padding-right: 15px;
}
.main-content h4 {
font-size: 1rem;
padding: 0.35rem 1.35rem;
margin-bottom: .5rem;
}
.main-content h4 i {
font-size: 0.8rem;
margin-right: 0.2rem;
}
.main-content h1 {
font-size: 2.125rem;
margin-bottom: .5rem;
}
.main-content p {
margin-bottom: 1rem;
}
.home-slider.owl-theme .owl-dots {
bottom: 5.5rem;
}
.homepage-2 .main-header .header-search-toggle,
.homepage-2 .header-cart, .homepage-2 .menu-social-list ul li a,
.footer .main-menu > li > a, .main-navbar .main-menu > li > a {
font-size: 0.9375rem;
}
.main-header .widget_nav_menu .sub-menu li .sub-menu,
.main-navbar .dropdown-menu li .dropdown-menu {
right: 100%;
left: auto;
margin-left: 0;
margin-right: 10px;
}
.flixita-call-action-section .call-icon {
margin-right: 20px;
font-size: 23px;
width: 50px;
height: 50px;
line-height: 50px;
}
.flixita-call-action-section .call-body a {
font-size: 25px;
line-height: 48px;
}
}
@media (max-width: 991px) {
.main-header .contact-icon {
background: var(--bs-white);
color: var(--bs-primary);
}
.above-header .widget-left, 
.above-header .widget-right {
justify-content: center;
}
.main-slider div.main-content {
margin-bottom: 0;
margin-top: 0;
}
.main-content h4 {
font-size: 1.125rem;
}
.main-content h4 i {
font-size: 0.85rem;
margin-right: 0.2rem;
}
.main-content h1 {
font-size: 1.75rem;
}
.main-content p {
font-size: 0.975rem;
margin-bottom: 1.6rem;
}
.comment-list .children {
margin-left: 0;
}
.home-slider.owl-theme .owl-dots,
.home-slider.owl-theme .owl-nav.disabled+.owl-dots {
bottom: 3.75rem;
}
.flixita-call-action-section .cta-image img {
position: relative;
bottom: -60px;
}
.service-section .bg-shape1,
.circle-shape1,
.hanger-line > .col-lg-3::before, .hanger-line > .col-lg-3::after, .hanger-line::before{
display:none;
}
}
@media (min-width: 480px) and (max-width: 768px) {
}
@media (min-width: 601px) and (max-width: 991px) {
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (max-width: 768px) {
.process-wrapper .col-md-6:nth-child(2) .arrow-shape {
display: none;
}
.flixita-cta-2-item {
flex-direction: column;
text-align: center;
}
.flixita-cta-2-text {
margin-right: 0;
}
.job-feature-item {
display: flex;
}
.job-feature-item >div {
flex-basis: 150px;
}
.info-section {
margin-top: -1.55rem;
}
.contact-main-section {
padding: 60px 15px 9px 15px;
}
.contact-info-box {
padding: 40px 10px 40px 10px;
}
}	
@media (max-width: 767px) {
.process-wrapper .arrow-shape {
display: none;
}
[class*="lg-shape"] {
display: none;
}
.header-above-bar .widget-left,
.header-above-bar .widget-right,
.header-above-bar .header-widget .widget {
display: block;
padding: 0;
}
.header-above-bar {
width: 100%;
}
.header-above-bar [class*='widget-'] .widget:not(:first-child) {
margin-top: 1rem;
}
.main-content h4,
.main-content h1,
.main-content p {
margin-bottom: 0.625rem;
}
.main-content .btn {
padding: 0.375rem 0.875rem;
}
.main-content .btn.btn-like-icon {
padding-right: 2.3rem;
}
.main-content .btn-like-icon .bticn {
top: 3px;
right: 3px;
width: 29px;
height: 29px;
line-height: 29px;
font-size: .9rem;
}
.breadcrumb-area .breadcrumb-content,
.breadcrumb-area .breadcrumb-content *:not(a):not(i):not(li):not(ol) {
width: 100%;
max-width: 100%;
flex-wrap: wrap;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
}
.author-details {
padding: 38px 42px;
}
.author-details .media {
flex-wrap: wrap;
}
.author-details .media .auth-mata {
margin: 0;
margin-bottom: 1.5rem;
}
.author-details .media .media-body {
flex: auto;
}
.post-items .widget,
.post-items blockquote {
width: 100%;
}
.comments-area li {
padding-left: 0;
}
.comments-area .comment-meta .comment-author img {
left: 20px;
top: 20px;
}
.comments-area .comment-body {
padding-left: 130px;
}
.info-section {
margin-top: 0;
}
.flixita-call-action-section .call-icon {
margin-right: 10px;
font-size: 20px;
width: 45px;
height: 45px;
line-height: 45px;
}
.flixita-call-action-section .call-body a {
font-size: 20px;
line-height: 45px;
}
}
@media (max-width: 600px) {
.contact-section .col-lg-8,
.contact-section .col-lg-4	{
width: 100%;
}
.flixita-cta-2-wrap {
padding: 60px 50px;
}
.flixita-cta-2-item {
padding: 100px 10px;
}
.gallery-item {
flex: 0 0 50%;
max-width: 50%;
}
.about-detail-wrap {
padding: 4px;
}
.job-feature-item {
flex-wrap: wrap;
}
.job-feature-item div {
flex: 1 1 100%;
text-align: center;
}
.feature-like a {
border-right: none;
}
.home-slider, .home-slider .owl-item img {
min-height: 350px;
object-fit: cover;
}
}
@media (max-width: 599px){
.main-mobile-build .header-close-menu {
position: relative;
margin: 5px 5px 5px auto;
left: 0;
}
}
@media (max-width: 540px) {
.main-content h4 {
font-size: 0.85rem;
margin-bottom: 0.3125rem;
}
.main-content h4 i {
font-size: 0.65rem;
margin-right: 0.15rem;
}
.main-content h1 {
font-size: 1.25rem;
margin-bottom: 0.3125rem;
}
.main-content p {
font-size: 0.8125rem;
margin-bottom: 0.3125rem;
max-width: 275px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.main-slider .text-center p {
margin-left: auto;
margin-right: auto;
}
.main-slider .text-right p {
margin-left: auto;
}
.main-content .btn {
font-size: 0.68rem;
padding: 0.25rem 0.45rem;
}
.btn.btn-play span.btn {
width: 2rem;
height: 2rem;
line-height: 1.95rem;
}
.main-content .btn.btn-like-icon {
padding-right: 1.65rem;
}
.main-content .btn-like-icon .bticn {
top: 1px;
right: 2px;
width: 20px;
height: 20px;
line-height: 20px;
font-size: .65rem;
}
.main-content .btn:not(.btn-play) {
margin-right: 0;
}
.comment-list .children {
margin-left: .5rem;
}
.comment-list .children .comment-body {
padding: 16px;
}
}
@media (max-width: 504px) {
.comments-area .comment-body {
border-radius: 10px;
}
.flixita-call-action-section .call-content {
text-align: center;
}
.flixita-call-action-section .call-wrap, .flixita-call-action-section .call-details1, .flixita-call-action-section .call-details2 {
flex-flow: column;
align-items: center;
}
.flixita-call-action-section .call-details2 {
margin-left: 0;
}
}
@media (min-width: 437px) and (max-width: 700px) {
.home-slider.owl-theme .owl-dots,
.home-slider.owl-theme .owl-nav.disabled+.owl-dots {
bottom: 1.75rem;
}
}
@media (max-width: 436px) {
.comments-area .comment-meta .comment-author img {
position: unset;
margin-right: 0.5rem;
display: inline-block;
}
.comments-area .comment-body {
padding: 25px 22px;
}
.comment-meta .comment-metadata {
margin: 0;
white-space: nowrap;
}
.comment-metadata .edit-link {
margin-left: 0;
}
.comment-meta .comment-metadata time {
font-size: 14px;
}
.home-slider.owl-theme .owl-dots,
.home-slider.owl-theme .owl-nav.disabled+.owl-dots {
bottom: 1rem;
}
}
@media (max-width: 424px) {
.btn, .more-link {
line-height: 0.85rem;
padding: 0.75rem 1rem;
line-height: 0.95rem;
}
.acc-btn {
padding: 15px 60px 15px 26px;
line-height: 20px;
}
.acc-btn:after {
right: 9px;
}
.btn.btn-like-icon {
padding-right: 2.25rem;
}
a.more-link:after,
.btn-like-icon .bticn {
width: 28px;
height: 28px;
line-height: 29px;
font-size: 0.85rem;
}
a.more-link {
padding: 0.75rem 1rem;
line-height: 0.95rem;
padding-right: 2.25rem;
}
}
@media (max-width: 362px) {
.home-slider.owl-theme .owl-dots,
.home-slider.owl-theme .owl-nav.disabled+.owl-dots {
bottom: 0.6rem;
}
.woocommerce-page table.cart td.actions .coupon .input-text+.button {
width: 100% !important;
float: left !important;
margin-top: 10px;
}
}
@media (max-width: 330px) {
.main-mobile-menu .header-wrap-right li {
margin-right: 6px;
}
.mobile-logo .logo {
max-width: 168px;
}
}@font-face {
font-family: 'Source Sans Pro';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZYokSdh18Smxg.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Source Sans Pro';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZYokSdo18Smxg.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Source Sans Pro';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZYokSdg18Smxg.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Source Sans Pro';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZYokSdv18Smxg.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Source Sans Pro';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZYokSdj18Smxg.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Source Sans Pro';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZYokSdi18Smxg.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Source Sans Pro';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZYokSds18Q.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Source Sans Pro';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkidh18Smxg.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Source Sans Pro';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkido18Smxg.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Source Sans Pro';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkidg18Smxg.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Source Sans Pro';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkidv18Smxg.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Source Sans Pro';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkidj18Smxg.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Source Sans Pro';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkidi18Smxg.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Source Sans Pro';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkids18Q.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Source Sans Pro';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7qsDJT9g.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Source Sans Pro';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7jsDJT9g.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Source Sans Pro';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7rsDJT9g.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Source Sans Pro';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7ksDJT9g.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Source Sans Pro';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7osDJT9g.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Source Sans Pro';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7psDJT9g.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Source Sans Pro';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7nsDI.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Source Sans Pro';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCdh18Smxg.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Source Sans Pro';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCdo18Smxg.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Source Sans Pro';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCdg18Smxg.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Source Sans Pro';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCdv18Smxg.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Source Sans Pro';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCdj18Smxg.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Source Sans Pro';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCdi18Smxg.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Source Sans Pro';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCds18Q.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Source Sans Pro';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclSdh18Smxg.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Source Sans Pro';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclSdo18Smxg.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Source Sans Pro';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclSdg18Smxg.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Source Sans Pro';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclSdv18Smxg.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Source Sans Pro';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclSdj18Smxg.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Source Sans Pro';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclSdi18Smxg.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Source Sans Pro';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclSds18Q.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Source Sans Pro';
font-style: italic;
font-weight: 900;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZklydh18Smxg.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Source Sans Pro';
font-style: italic;
font-weight: 900;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZklydo18Smxg.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Source Sans Pro';
font-style: italic;
font-weight: 900;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZklydg18Smxg.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Source Sans Pro';
font-style: italic;
font-weight: 900;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZklydv18Smxg.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Source Sans Pro';
font-style: italic;
font-weight: 900;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZklydj18Smxg.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Source Sans Pro';
font-style: italic;
font-weight: 900;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZklydi18Smxg.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Source Sans Pro';
font-style: italic;
font-weight: 900;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZklyds18Q.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKydSBYKcSV-LCoeQqfX1RYOo3i94_wmhduz8A.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKydSBYKcSV-LCoeQqfX1RYOo3i94_wkxduz8A.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKydSBYKcSV-LCoeQqfX1RYOo3i94_wmxduz8A.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKydSBYKcSV-LCoeQqfX1RYOo3i94_wlBduz8A.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKydSBYKcSV-LCoeQqfX1RYOo3i94_wmBduz8A.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKydSBYKcSV-LCoeQqfX1RYOo3i94_wmRduz8A.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKydSBYKcSV-LCoeQqfX1RYOo3i94_wlxdu.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmhduz8A.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwkxduz8A.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmxduz8A.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlBduz8A.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmBduz8A.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmRduz8A.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdu.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNa7lqDY.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xK3dSBYKcSV-LCoeQqfX1RYOo3qPK7lqDY.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNK7lqDY.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xK3dSBYKcSV-LCoeQqfX1RYOo3qO67lqDY.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xK3dSBYKcSV-LCoeQqfX1RYOo3qN67lqDY.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNq7lqDY.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7l.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmhduz8A.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwkxduz8A.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmxduz8A.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlBduz8A.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmBduz8A.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmRduz8A.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmhduz8A.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwkxduz8A.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmxduz8A.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlBduz8A.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmBduz8A.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmRduz8A.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwmhduz8A.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwkxduz8A.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwmxduz8A.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwlBduz8A.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwmBduz8A.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwmRduz8A.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://distrec.up.ac.pa/wp-content/fonts/source-sans-pro/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwlxdu.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}:root {
--bs-primary: #12a86b;
--bs-primary-dark:#05995c;
--bs-primary-light: #37a37794;
--bs-primary-shadow:rgb(0 123 255 / 0.5);
--bs-secondary:#214462;
--bs-secondary-dark: #000000; 
}
.btn-style-three .btn.btn-primary {
transition: 0s;
}
.btn-style-three .btn:before, .btn-style-three .btn:after {
content: "";
position: absolute;
height: 100%;
top: 0;
width: 0%;
background-color: var(--bs-white);
z-index: -1;
-webkit-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
.btn-style-three .btn:before {
left: 0;
border-radius: 0 20px 20px 0;
}
.btn-style-three .btn:after {
right: 0;
border-radius: 20px 0 0 20px;
}
.btn-style-three .btn:hover,
.btn-style-three .btn:focus {
color: var(--bs-secondary);
box-shadow: none;
}
.btn-style-three .btn:hover::before, .btn-style-three .btn:hover:after,
.btn-style-three .btn:focus::before, .btn-style-three .btn:focus:after {
width: 51%;
border-radius: 0;
}
.avire-theme .main-header {
background-color: var(--bs-secondary);
}
.avire-theme .main-header .main-header-info {
position: relative;
}
.avire-theme .main-header .main-navigation .logo {
min-width: 200px;
height: 100%;
padding: 5px 30px 5px 50px;
align-items: center;
}
@media (min-width: 992px) {
.avire-theme .above-header {
background: var(--bs-primary);
animation: none;
visibility: visible !important;
}
.avire-theme .above-header:before,
.avire-theme .above-header:after	{
display: none;
}
.avire-theme .main-header .navbar-area {
justify-content: space-between;
padding-right: 2rem;
padding-left: 3.2rem;
background: var(--bs-white);
}
.avire-theme .main-header .container {
padding: 0;
max-width: 100%;
}
.avire-theme .main-header .above-header .container .row {
padding-right: 2rem;
padding-left: 4rem;
}
.avire-theme .main-navigation-area .contact-info .title {
font-size: 1.2rem;
font-weight: 600;
}
.avire-theme .main-header .main-header-info .navbar-area:before,
.avire-theme .main-header .main-header-info .navbar-area:after {
background-color: var(--bs-secondary);
width: 50px;
height: 100%;
content: "";
position: absolute;
left: -1px;
top: 0;
z-index: 1;
}
.avire-theme .main-header .main-header-info >.navbar-area:before,
.avire-theme .main-header .main-header-info >.navbar-area:after{
clip-path: polygon(100% 0, 20% 0%, 100% 0, 20% 0%, 0% 0, 0 100%);
}
.avire-theme .main-header .main-header-info .above-header + .navbar-area:before,
.avire-theme .main-header .main-header-info .above-header + .navbar-area:after {
clip-path: polygon(0 0, 20% 0%, 100% 45%, 20% 100%, 0 100%, 0% 50%);
}
.avire-theme .main-header .is-sticky-menu{
background-color: var(--bs-secondary);
}
.avire-theme .main-header .main-header-info .above-header + .navbar-area:after {
left: -9px;
background-color: var(--bs-secondary);
}
.avire-theme .above-header .widget-left, 
.avire-theme .above-header .widget-right {
min-height: 55px;
}
.avire-theme .slider-section + .info-section-5 {
margin-top: -3.55rem;
}
}
.avire-theme .main-navbar:not(.breadcrumb-menu) .main-menu > li > a, 
.avire-theme .main-menu-right > ul > li {
line-height: 4.5rem;
min-height: 4.5rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
.avire-theme .main-navigation-area .contact-icon {
width: 30px;
height: 30px;
font-size: 1.275rem;
}
.avire-theme .main-navigation-area .contact-info .title {
font-size: 1rem;
}
}
@media (max-width: 991px) {
.avire-theme .mbiz-mobile-header {
display: block !important;
}
}
.avire-theme .main-content h4:before {
background: var(--bs-primary);
}
.avire-theme .main-content h4 {
border: 2px solid var(--bs-primary);
color: var(--bs-primary);
}
.avire-theme .info-section-5 .info-wrapper {
counter-reset: count;
}
.avire-theme .info-section-5 .widget-contact {
position: relative;
counter-increment: count;
background-color: var(--bs-white);
border-radius: 8px;
padding: 41px 20px 25px 20px;
overflow: hidden;
text-align: center;
box-shadow: 8px 8px 20px 0 rgb(141 135 135);
z-index: 0;
}
.avire-theme .info-section-5 .widget-contact .contact-area {
display: block;
}
.avire-theme .info-section-5 .feature-box-icon {
width: 144px;
height: 144px;
border: 2px dashed var(--bs-primary);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto;
margin-bottom: 24px;
position: relative;
z-index: 2;
transition: all 0.5s ease;
}
.avire-theme .info-section-5 .feature-box-icon:before {
content: counters(count, "", decimal-leading-zero);
position: absolute;
bottom: 30px;
left: -26px;
display: flex;
align-items: center;
justify-content: center;
width: 41px;
height: 41px;
border-radius: 50%;
background-color: var(--bs-primary);
color: var(--bs-white);
font-weight: 600;
font-size: 16px;
line-height: 1;
transition: all 0.5s ease;
}
.avire-theme .info-section-5 .feature-box-icon i {
width: 105px;
height: 105px;
border-radius: 50%;
background-color: var(--bs-secondary);
display: flex;
align-items: center;
justify-content: center;
font-size: 56px;
color: var(--bs-white);
-webkit-box-shadow: 0px 0px 0px 8px var(--bs-primary);
box-shadow: 0px 0px 0px 8px var(--bs-primary);
transition: all 0.5s ease;
}
.info_shapebg {
position: absolute;
width: 100%;
height: 100%;
max-height: 270px;
left: 0;
bottom: 0;
z-index: 1;
-webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
clip-path: polygon(100% 0, 0 100%, 100% 100%);
background-color: var(--bs-secondary);
transition: all 0.5s ease;
opacity: 0.03;
z-index: -2;
}	
.avire-theme .info-section-5 .widget-contact:hover .info_shapebg {
transform: translate(15%, 15%);
background-color: var(--bs-secondary);
opacity: 0.09;
}
.avire-theme .info-section-5 .widget-contact:hover .feature-box-icon i {
background-color: var(--bs-primary);
-webkit-box-shadow: 0px 0px 0px 9px var(--bs-secondary);
box-shadow: 0px 0px 0px 9px var(--bs-secondary);
}
.avire-theme .info-section-5 .contact-area .arrow {
position: relative;
width: 50px;
height: 50px;
color: var(--bs-white);
background: var(--bs-primary);
font-size: 18px;
line-height: 46px;
font-weight: 600;
margin-top: 20px;
border-radius: 50px;
display: inline-block;
text-decoration: none;
border: 2px solid var(--bs-white);
transition: all 500ms ease;
-webkit-transition: all 500ms ease;
text-align: center;
}
.avire-theme .info-section-5 .widget-contact:hover .arrow,
.avire-theme .info-section-5 .contact-area .arrow:hover, 
.avire-theme .info-section-5 .contact-area .arrow:focus {
color: var(--bs-white);
background-color: var(--bs-secondary);
transform: rotate(360deg);
}
.avire-theme .main-slider .main-content h1 {
position: relative;
}
.avire-theme .main-slider .main-content h1:before, 
.avire-theme .main-slider .main-content.text-center h1:after {
position: absolute;
content: "";
height: 80%;
width: 6px;
background: var(--bs-primary);
top: 0;
bottom: 0;
border-radius: 10px;
z-index: -1;
margin: auto 0;
}
.avire-theme .main-slider .main-content.text-left h1:before {
left: 0;
}
.avire-theme .main-slider .main-content.text-right h1:before {
right: 0;
}
.avire-theme .main-slider .main-content.text-center h1:before {
left: 0;
}
.avire-theme .main-slider .main-content.text-center h1:after {
right: 0;
}
.avire-theme .main-slider .main-content.text-left h1 {
padding-left: 30px;
}
.avire-theme .main-slider .main-content.text-right h1 {
padding-right: 30px;
}
.marquee-section {
position: relative;
padding: 12px 0;
margin-top: 6.75rem;
}
.marquee-section:before {
content: "";
position: absolute;
left: 0;
top: 50%;
height: 90px;
width: 100%;
background-color: var(--bs-primary);
pointer-events: none;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.marquee-box {
position: relative;
--duration: 30s;
--gap: 0px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
overflow: hidden;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
gap: var(--gap);
background: var(--bs-white);
padding: 30px 0;
-webkit-transform: rotate(-1.33deg);
transform: rotate(-1.33deg);
-webkit-box-shadow: 0 10px 60px 0 rgba(171, 171, 171, .25);
box-shadow: 0 10px 60px 0 rgba(171, 171, 171, .25);
}
.marquee-box .marquee-group {
-ms-flex-negative: 0;
flex-shrink: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: var(--gap);
min-width: 100%;
-webkit-animation: scroll var(--duration) linear infinite;
animation: scroll var(--duration) linear infinite;
}
.marquee-box .icon {
margin-right: 20px;
font-size: 35px;
color: var(--bs-primary);
}
.marquee-box .text {
position: relative;
color: var(--bs-secondary);
font-size: 35px;
font-weight: 500;
line-height: 1;
padding-right: 105px;
}
@keyframes scroll {
0% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
100% {
-webkit-transform: translateX(calc(-100% - var(--gap)));
transform: translateX(calc(-100% - var(--gap)))
}
}
.avire-theme .service-section .bg-shape1 svg{
display:none;
}
.avire-theme .widget_social_widget li a:hover i, 
.avire-theme .widget_social_widget li a:focus i {
color: var(--bs-primary);
background-color: var(--bs-white);
}
.avire-theme .above-header .widget-right a:hover, 
.avire-theme .above-header .widget-right a:focus {
color: var(--bs-white);
}
.wp-block-calendar thead th, 
.wp-block-calendar td {
text-align: center;
}
.footer-main button.wp-block-search__button.wp-element-button:hover,
.footer-main button.wp-block-search__button.wp-element-button:focus{
border: 2px solid var(--bs-primary);
}
.service-section{
z-index: 0;
}
.wp-block-calendar table{
margin: 0;
text-align: center;
}
.woocommerce span.onsale {
z-index: 1;
}
.shopping-cart .cart-items .item-name {
font-size: 18px;
line-height: 1.2;
}
.shopping-cart .shopping-cart-items a.remove {
transform: translateY(10px);
}
.woocommerce div.product form.cart .variations th {
background: inherit;
color: inherit;
}
.woocommerce div.product form.cart .button {
background: var(--bs-primary);
}
.woocommerce div.product form.cart .button:hover, 
.woocommerce div.product form.cart .button:focus {
background: var(--bs-secondary);
}
.wp-block-latest-comments {
padding: 0;
}
a.wp-block-latest-posts__post-title {
font-weight: 700;
text-decoration: none;
color: var(--bs-secondary);
}
.woocommerce table.shop_attributes tr:nth-child(even) th {
color: var(--bs-secondary);
}
.single-product .product .product_meta > span a {
text-decoration: none;
}
.woocommerce table.shop_attributes td {
padding: 0 1rem;
}
.woocommerce-Reviews .comment-form {
display: block;
}
.woocommerce table.shop_table td a {
text-decoration: none;
}
.sidebar .widget .wp-block-latest-comments {
padding: 1.8rem;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
text-decoration: none;
}
.sidebar .wp-block-file {
padding: 1.8rem;
}
.sidebar .wp-block-code {
padding: 1.8rem;
}
.wp-block-file a {
text-decoration: none;
}
.wp-block-file.has-background {
padding: 0.5rem;
}
.wp-block-details.has-background {
padding: 0.5rem;
}
.wp-block-image .alignleft figcaption {
text-align: left;
}
.wp-block-image .alignright figcaption {
text-align: right;
}
.wp-block-button a {
text-decoration: none;
}
.wp-block-archives li {
list-style: none;
}
.wp-block-archives li a {
text-decoration: none;
}
.wp-block-archives {
padding-left: 0;
}
.wp-block-categories {
padding-left: 0;
}
.wp-block-categories li {
list-style: none;
}
.wp-block-categories li a {
text-decoration: none;
}
.wp-block-latest-comments a {
text-decoration: none;
}
.wp-block-latest-comments.has-background {
padding: 10px;
}
a.wp-block-latest-posts__post-title:hover, 
a.wp-block-latest-posts__post-title:focus {
color: var(--bs-primary);
}
.wp-block-latest-posts.wp-block-latest-posts__list.has-background li {
padding: 1rem;
}
.wp-block-categories li a {
color: var(--bs-secondary);
}
.wp-block-categories li a:hover, 
.wp-block-categories li a:focus {
color: var(--bs-primary);
}
.footer-main .wp-block-calendar td {
color: var(--bs-secondary);
}
.wp-block-loginout.has-background {
padding: 1rem;
}
.wp-block-loginout a {
text-decoration: none;
}
.wp-block-post-author.has-background {
padding: 1rem;
}
.wp-block-post-author img {
border-radius: 100%;
}
.wp-block-site-title a {
text-decoration: none;
}
.wp-block-page-list {
padding: 0;
}