@charset "UTF-8";
#cookie-law-info-bar {
font-size: 15px;
margin: 0 auto;
padding: 12px 10px;
position: absolute;
text-align: center;
box-sizing: border-box;
width:100%;
z-index: 9999; display: none;
left:0px;
font-weight:300;
box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, 0.3);
}
#cookie-law-info-again {
font-size: 10pt;
margin: 0;
padding:5px 10px;
text-align: center;
z-index: 9999;
cursor: pointer;
box-shadow: #161616 2px 2px 5px 2px;
}
#cookie-law-info-bar span {
vertical-align: middle;
} .cli-plugin-button, .cli-plugin-button:visited {
display: inline-block;
padding: 9px 12px;
color: #fff;
text-decoration: none;
position: relative;
cursor: pointer;
margin-left: 5px;
text-decoration: none;
}
.cli-plugin-main-link {
margin-left:0px;
font-weight: 550; text-decoration: underline;
}
.cli-plugin-button:hover {
background-color: #111;
color: #fff;
text-decoration: none;
}
.small.cli-plugin-button, .small.cli-plugin-button:visited {
font-size: 11px;
}
.cli-plugin-button, .cli-plugin-button:visited,
.medium.cli-plugin-button, .medium.cli-plugin-button:visited {
font-size: 13px;
font-weight: 400;
line-height: 1;
}
.large.cli-plugin-button, .large.cli-plugin-button:visited {
font-size: 14px;
padding: 8px 14px 9px;
}
.super.cli-plugin-button, .super.cli-plugin-button:visited {
font-size: 34px;
padding: 8px 14px 9px;
}
.pink.cli-plugin-button, .magenta.cli-plugin-button:visited {
background-color: #e22092;
}
.pink.cli-plugin-button:hover {
background-color: #c81e82;
}
.green.cli-plugin-button, .green.cli-plugin-button:visited {
background-color: #91bd09;
}
.green.cli-plugin-button:hover {
background-color: #749a02;
}
.red.cli-plugin-button, .red.cli-plugin-button:visited {
background-color: #e62727;
}
.red.cli-plugin-button:hover {
background-color: #cf2525;
}
.orange.cli-plugin-button, .orange.cli-plugin-button:visited {
background-color: #ff5c00;
}
.orange.cli-plugin-button:hover {
background-color: #d45500;
}
.blue.cli-plugin-button, .blue.cli-plugin-button:visited {
background-color: #2981e4;
}
.blue.cli-plugin-button:hover {
background-color: #2575cf;
}
.yellow.cli-plugin-button, .yellow.cli-plugin-button:visited {
background-color: #ffb515;
}
.yellow.cli-plugin-button:hover {
background-color: #fc9200;
}
.cli-plugin-button{ margin-top:5px; }
.cli-bar-popup{
-moz-background-clip: padding;
-webkit-background-clip: padding;
background-clip: padding-box;
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px;
padding:20px;
}
.cli-powered_by_p{width:100% !important; display:block !important; color:#333; clear:both; font-style:italic !important; font-size:12px !important; margin-top:15px !important; }
.cli-powered_by_a{color:#333; font-weight:600 !important; font-size:12px !important;} .cli-plugin-main-link.cli-plugin-button {
text-decoration: none;
}
.cli-plugin-main-link.cli-plugin-button {
margin-left: 5px;
}.gdpr-container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.gdpr-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.gdpr-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.gdpr-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.gdpr-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.gdpr-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.gdpr-px-0 {
padding-left: 0;
padding-right: 0;
}
.modal-backdrop.show {
opacity: .8;
}
.modal-open {
overflow: hidden
}
.modal-open .gdpr-modal {
overflow-x: hidden;
overflow-y: auto
}
.gdpr-modal.fade .gdpr-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.gdpr-modal.show .gdpr-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1039;
background-color: #000
}
.modal-backdrop.fade {
opacity: 0
}
.modal-backdrop.show {
opacity: .5
}
.gdpr-modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
outline: 0
}
.gdpr-modal a {
text-decoration: none;
}
.gdpr-modal .gdpr-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.gdpr-modal .gdpr-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2));
}
}
@media (min-width: 992px) {
.gdpr-modal .gdpr-modal-dialog {
max-width: 900px;
}
}
.gdpr-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0,0,0,.2);
border-radius: .3rem;
outline: 0
}
.gdpr-modal .row {
margin: 0 -15px;
}
.gdpr-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.gdpr-modal .close {
position: absolute;
right: 10px;
top: 10px;
z-index: 1;
padding: 0;
background-color: transparent;
border: 0;
-webkit-appearance: none;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
}
.gdpr-modal .close:focus {
outline: 0;
}
.gdpr-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 70px;
font-size: 14px;
}
.gdpr-switch input[type="checkbox"] {
display:none;
}
.gdpr-switch .gdpr-slider {
background-color: #e3e1e8;
height: 24px;
width: 50px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.gdpr-switch .gdpr-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 20px;
left: 2px;
position: absolute;
transition: .4s;
width: 20px;
}
.gdpr-switch input:checked + .gdpr-slider {
background-color:rgb(99, 179, 95);
}
.gdpr-switch input:checked + .gdpr-slider:before {
transform: translateX(26px);
}
.gdpr-switch .gdpr-slider {
border-radius: 34px;
}
.gdpr-switch .gdpr-slider:before {
border-radius: 50%;
}
.gdpr-tab-content>.gdpr-tab-pane {
display: none;
}
.gdpr-tab-content>.active {
display: block;
}
.gdpr-fade {
transition: opacity .15s linear;
}
.gdpr-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column !important;
flex-direction: column !important;
align-items: stretch !important;
-ms-align-items: stretch !important;
}
.nav.gdpr-nav-pills, .gdpr-tab-content {
width: 100%;
padding: 30px;
}
.nav.gdpr-nav-pills {
background: #f3f3f3;
}
.nav.gdpr-nav-pills .gdpr-nav-link {
border: 1px solid #0070ad;
margin-bottom: 10px;
color: #0070ad;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active, .nav.gdpr-nav-pills .show>.gdpr-nav-link {
background-color: #0070ad;
border: 1px solid #0070ad;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active {
color: #ffffff;
}
.gdpr-tab-content .gdpr-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.gdpr-tab-content .gdpr-button-wrapper .btn-gdpr {
background-color: #0070ad;
border-color: #0070ad;
color: #ffffff;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: .25rem;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.gdpr-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.gdpr-tab-content h4 {
font-size: 20px;
margin-bottom: .5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
}
.cli-container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.cli-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.cli-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.cli-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.cli-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.cli-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.cli-px-0 {
padding-left: 0;
padding-right: 0;
}
.cli-btn {
cursor: pointer;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .5rem 1.25rem;
line-height: 1;
border-radius: .25rem;
transition: all .15s ease-in-out;
}
.cli-btn:hover {
opacity: .8;
}
.cli-read-more-link {
cursor: pointer;
font-size: 15px;
font-weight: 500;
text-decoration: underline;
}
.cli-btn:focus {
outline: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .8;
}
.cli-modal-open {
overflow: hidden
}
.cli-barmodal-open {
overflow: hidden
}
.cli-modal-open .cli-modal {
overflow-x: hidden;
overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.cli-modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
display: none;
}
.cli-modal-backdrop.cli-fade {
opacity: 0
}
.cli-modal-backdrop.cli-show {
opacity: .5;
display: block;
}
.cli-modal.cli-show {
display: block;
}
.cli-modal a {
text-decoration: none;
}
.cli-modal .cli-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.cli-modal .cli-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2))
}
}
@media (min-width: 992px) {
.cli-modal .cli-modal-dialog {
max-width: 900px;
}
}
.cli-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border-radius: .3rem;
outline: 0
}
.cli-modal .row {
margin: 0 -15px;
}
.cli-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.cli-modal .cli-modal-close {
position: absolute;
right: 10px;
top: 10px;
z-index: 1;
padding: 0;
background-color: transparent !important;
border: 0;
-webkit-appearance: none;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
}
.cli-modal .cli-modal-close:focus {
outline: 0;
}
.cli-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 70px;
font-size: 14px;
}
.cli-switch input[type="checkbox"] {
display:none;
}
.cli-switch .cli-slider {
background-color: #e3e1e8;
height: 24px;
width: 50px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.cli-switch .cli-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 20px;
left: 2px;
position: absolute;
transition: .4s;
width: 20px;
}
.cli-switch input:checked + .cli-slider {
background-color: #00acad
}
.cli-switch input:checked + .cli-slider:before {
transform: translateX(26px);
}
.cli-switch .cli-slider {
border-radius: 34px;
}
.cli-switch .cli-slider:before {
border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-tab-content>.cli-active {
display: block;
}
.cli-fade {
transition: opacity .15s linear;
}
.cli-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column;
flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
width: 100%;
padding: 30px;
}
@media (max-width: 767px) {
.cli-nav-pills, .cli-tab-content {
padding: 30px 10px;
}
}
.cli-nav-pills {
background: #f3f3f3;
}
.cli-nav-pills .cli-nav-link {
border: 1px solid #00acad;
margin-bottom: 10px;
color: #00acad;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
background-color: #00acad;
border: 1px solid #00acad;
}
.cli-nav-pills .cli-nav-link.cli-active {
color: #ffffff;
}
.cli-tab-content .cli-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.cli-tab-content h4 {
font-size: 20px;
margin-bottom: 1.5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
} .cli-container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.cli-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.cli-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.cli-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
flex-direction: column;
}
.cli-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.cli-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.cli-px-0 {
padding-left: 0;
padding-right: 0;
}
.cli-btn {
cursor: pointer;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .5rem 1.25rem;
line-height: 1;
border-radius: .25rem;
transition: all .15s ease-in-out;
}
.cli-btn:hover {
opacity: .8;
}
.cli-read-more-link {
cursor: pointer;
font-size: 15px;
font-weight: 500;
text-decoration: underline;
}
.cli-btn:focus {
outline: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .8;
}
.cli-modal-open {
overflow: hidden
}
.cli-barmodal-open {
overflow: hidden
}
.cli-modal-open .cli-modal {
overflow-x: hidden;
overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.cli-modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
-webkit-transform:scale(0);
transform:scale(0);
transition: opacity ease-in-out 0.5s;
}
.cli-modal-backdrop.cli-fade {
opacity: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .5;
-webkit-transform:scale(1);
transform:scale(1);
}
.cli-modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 99999;
transform: scale(0);
overflow: hidden;
outline: 0;
display: none;
}
.cli-modal a {
text-decoration: none;
}
.cli-modal .cli-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: inherit;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.cli-modal .cli-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2))
}
}
.cli-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border-radius: .2rem;
box-sizing: border-box;
outline: 0
}
.cli-modal .row {
margin: 0 -15px;
}
.cli-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.cli-modal .cli-modal-close:focus {
outline: 0;
}
.cli-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 38px;
font-size: 14px;
}
.cli-switch input[type="checkbox"] {
display:none;
}
.cli-switch .cli-slider {
background-color: #e3e1e8;
height: 20px;
width: 38px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.cli-switch .cli-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 15px;
left: 3px;
position: absolute;
transition: .4s;
width: 15px;
}
.cli-switch input:checked + .cli-slider {
background-color: #61a229;
}
.cli-switch input:checked + .cli-slider:before {
transform: translateX(18px);
}
.cli-switch .cli-slider {
border-radius: 34px;
font-size:0;
}
.cli-switch .cli-slider:before {
border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column;
flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
width: 100%;
padding:5px 30px 5px 5px;
box-sizing: border-box;
}
@media (max-width: 767px) {
.cli-nav-pills, .cli-tab-content {
padding: 30px 10px;
}
}
.cli-nav-pills {
background: #fff;
}
.cli-nav-pills .cli-nav-link {
border: 1px solid #cccccc;
margin-bottom: 10px;
color:#2a2a2a;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
background-color: #f6f6f9;
border: 1px solid #cccccc;
}
.cli-nav-pills .cli-nav-link.cli-active {
color:#2a2a2a;
}
.cli-tab-content .cli-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.cli-tab-content h4 {
font-size: 20px;
margin-bottom: 1.5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
} #cookie-law-info-bar .cli-nav-pills,#cookie-law-info-bar .cli-tab-content,#cookie-law-info-bar .cli-nav-pills .cli-show>.cli-nav-link,#cookie-law-info-bar a.cli-nav-link.cli-active{
background: transparent;
}
#cookie-law-info-bar .cli-nav-pills .cli-nav-link.cli-active,#cookie-law-info-bar  .cli-nav-link,#cookie-law-info-bar .cli-tab-container p,#cookie-law-info-bar span.cli-necessary-caption,#cookie-law-info-bar .cli-switch .cli-slider:after
{
color:inherit;
}
#cookie-law-info-bar .cli-tab-header a:before
{
border-right: 1px solid currentColor;
border-bottom: 1px solid currentColor;
}
#cookie-law-info-bar .cli-row
{
margin-top:20px;
}
#cookie-law-info-bar .cli-col-4
{
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
#cookie-law-info-bar .cli-col-8
{
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.cli-wrapper {
max-width: 90%;
float: none;
margin: 0 auto;
}
#cookie-law-info-bar .cli-tab-content h4
{
margin-bottom:0.5rem;
}
#cookie-law-info-bar .cli-nav-pills .cli-nav-link
{
padding: .2rem 0.5rem;
}
#cookie-law-info-bar .cli-tab-container
{
display:none;
text-align:left;
} .cli-tab-footer .cli-btn {
background-color: #00acad;
padding: 10px 15px;
text-decoration:none;
}
.cli-tab-footer .wt-cli-privacy-accept-btn {
background-color: #61a229;
color: #ffffff;
border-radius: 0;
}
.cli-tab-footer {
width:100%;
text-align:right;
padding: 20px 0;
} .cli-col-12
{
width:100%;
}
.cli-tab-header
{
display: flex;
justify-content: space-between;
}
.cli-tab-header a:before {
width: 10px;
height: 2px;
left: 0;
top: calc(50% - 1px);
}
.cli-tab-header a:after {
width: 2px;
height: 10px;
left: 4px;
top: calc(50% - 5px);
-webkit-transform: none;
transform: none;
}
.cli-tab-header a:before {
width: 7px;
height: 7px;
border-right: 1px solid #4a6e78;
border-bottom: 1px solid #4a6e78;
content: " ";
transform: rotate(-45deg);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin-right:10px;
}
.cli-tab-header a.cli-nav-link  {
position: relative;
display: flex;
align-items: center;
font-size:14px;
color:#000;
text-transform: capitalize;
}
.cli-tab-header.cli-tab-active .cli-nav-link:before
{
transform: rotate(45deg);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.cli-tab-header {
border-radius: 5px;
padding: 12px 15px;
cursor: pointer;
transition: background-color 0.2s ease-out 0.3s, color 0.2s ease-out 0s;
background-color:#f2f2f2;
}
.cli-modal .cli-modal-close {
position: absolute;
right: 0;
top: 0;
z-index: 1;
-webkit-appearance: none;
width: 40px;
height: 40px;
padding: 0;
border-radius: 50%;
padding: 10px;
background: transparent;
border:none;
min-width: 40px;
}
.cli-tab-container h4,.cli-tab-container h1 {
font-family: inherit;
font-size: 16px;
margin-bottom: 15px;
margin:10px 0;
}
#cliSettingsPopup .cli-tab-section-container {
padding-top: 12px;
}
.cli-tab-container p ,.cli-privacy-content-text{
font-size: 14px;
line-height: 1.4;
margin-top: 0;
padding: 0;
color: #000;
}
.wt-cli-privacy
{
display:none;
}
.cli-tab-content
{
display:none;
}
.cli-tab-section .cli-tab-content
{
padding: 10px 20px 5px 20px;
}
.cli-tab-section
{
margin-top:5px;
}
@media (min-width: 992px) {
.cli-modal .cli-modal-dialog {
max-width: 645px;
}
}
.cli-switch .cli-slider:after{
content: attr(data-cli-disable);
position: absolute;
right: 50px;
color: #000;
font-size:12px;
text-align:right;
min-width: 80px;
}
.cli-switch input:checked + .cli-slider:after
{
content: attr(data-cli-enable);
}
.cli-privacy-overview:not(.cli-collapsed) .cli-privacy-content {
max-height: 60px;
transition: max-height 0.15s ease-out;
overflow: hidden;
}
a.cli-privacy-readmore {
font-size: 12px;
margin-top: 12px;
display: inline-block;
padding-bottom: 0;
cursor: pointer;
color:#000;
text-decoration: underline;
}
.cli-modal-footer {
position: relative;
}
a.cli-privacy-readmore:before {
content: attr(data-readmore-text);
}
.cli-collapsed a.cli-privacy-readmore:before {
content: attr(data-readless-text);
}
.cli-collapsed .cli-privacy-content
{
transition: max-height 0.25s ease-in;
}
.cli-privacy-content p
{
margin-bottom:0;
}
.cli-modal-close svg {
fill: #000;
}
span.cli-necessary-caption {
color: #000;
font-size: 12px;
}
.cli-tab-section.cli-privacy-tab {
display: none;
}
#cookie-law-info-bar .cli-tab-section.cli-privacy-tab {
display: block;
}
#cookie-law-info-bar .cli-privacy-overview {
display: none;
}
.cli-tab-container .cli-row
{
max-height: 500px;
overflow-y: auto;
}
.cli-modal.cli-blowup.cli-out {
z-index: -1;
}
.cli-modal.cli-blowup {
z-index: 999999;
transform: scale(1);
}
.cli-modal.cli-blowup .cli-modal-dialog {
animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.cli-modal.cli-blowup.cli-out .cli-modal-dialog
{
animation: blowUpModalTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@keyframes blowUpContent {
0% {
transform: scale(1);
opacity: 1;
}
99.9% {
transform: scale(2);
opacity: 0;
}
100% {
transform: scale(0);
}
}
@keyframes blowUpContentTwo {
0% {
transform: scale(2);
opacity: 0;
}
100% {
transform: scale(1);
opacity: 1;
}
}
@keyframes blowUpModal {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
@keyframes blowUpModalTwo {
0% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(0.5);
opacity: 0;
}
100% {
transform: scale(0);
opacity: 0;
}
}
.cli-tab-section .cookielawinfo-row-cat-table td, .cli-tab-section .cookielawinfo-row-cat-table th {
font-size: 12px;
}
.cli_settings_button
{
cursor: pointer;
} .wt-cli-sr-only
{
display: none;
font-size:16px;
} a.wt-cli-element.cli_cookie_close_button {
text-decoration: none;
color: #333333;
font-size: 22px;
line-height: 22px;
cursor: pointer;
position: absolute;
right: 10px;
top: 5px;
} .cli-bar-container{
float: none;
margin: 0 auto;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
justify-content: space-between;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.cli-bar-btn_container {
margin-left: 20px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
flex-wrap: nowrap;
}
.cli-style-v2 a
{
cursor: pointer;
}
.cli-bar-btn_container a {
white-space: nowrap;
}
.cli-style-v2 .cli-plugin-main-link
{
font-weight:inherit;
}
.cli-style-v2
{
font-size: 11pt;
line-height: 18px;
font-weight:normal;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-container,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-container{
display: block;
}
.cli-style-v2 .cli-bar-message {
width: 70%;
text-align: left;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-message,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-message
{
width:100%;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-style-v2 .cli-bar-btn_container {
margin-top:8px;
margin-left: 0px;
flex-wrap: wrap;
} #cookie-law-info-bar[data-cli-type="popup"] .cli-style-v2 .cli-bar-btn_container {
margin-top:8px;
margin-left: 0px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli_messagebar_head{
text-align: left; margin-bottom: 5px;
margin-top: 0px;
font-size: 16px;
} .cli-style-v2 .cli-bar-message .wt-cli-ccpa-element,.cli-style-v2 .cli-bar-message .wt-cli-ccpa-checkbox {
margin-top: 5px;
}
.cli-style-v2 .cli-bar-btn_container .cli_action_button ,
.cli-style-v2 .cli-bar-btn_container .cli-plugin-main-link,
.cli-style-v2 .cli-bar-btn_container .cli_settings_button
{
margin-left: 5px;
}
.wt-cli-ccpa-checkbox label {
font-size: inherit;
cursor: pointer;
margin: 0px 0px 0px 5px;
} #cookie-law-info-bar[data-cli-style="cli-style-v2"]
{
padding: 14px 25px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"]
{
padding:32px 30px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"] {
padding: 32px 45px;
}
.cli-style-v2 .cli-plugin-main-link:not(.cli-plugin-button), .cli-style-v2 .cli_settings_button:not(.cli-plugin-button),.cli-style-v2 .cli_action_button:not(.cli-plugin-button){
text-decoration: underline;
}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
margin-top: 5px;
margin-bottom: 5px;
}
a.wt-cli-ccpa-opt-out {
white-space: nowrap;
text-decoration: underline;
}
.wt-cli-necessary-checkbox {
display: none !important;
}
@media (max-width: 985px) {
.cli-style-v2 .cli-bar-message
{
width:100%;
}
.cli-style-v2.cli-bar-container
{
justify-content:left;
flex-wrap: wrap;
}
.cli-style-v2 .cli-bar-btn_container {
margin-left:0px;
margin-top: 10px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"]
{
padding: 25px 25px;
}
} .wt-cli-ckyes-brand-logo {
display: flex;
align-items: center;
font-size: 9px;
color: #111111;
font-weight: normal;
}
.wt-cli-ckyes-brand-logo img{
width: 65px;
margin-left: 2px;
}
.wt-cli-privacy-overview-actions {
padding-bottom:0;
}
@media only screen and (max-width: 479px) and (min-width: 320px){
.cli-style-v2 .cli-bar-btn_container {
flex-wrap: wrap;
}
} .wt-cli-cookie-description {
font-size: 14px;
line-height: 1.4;
margin-top: 0;
padding: 0;
color: #000;
}
:root{--wp-admin-theme-color:#3858e9;--wp-admin-theme-color--rgb:56,88,233;--wp-admin-theme-color-darker-10:#2145e6;--wp-admin-theme-color-darker-10--rgb:33,69,230;--wp-admin-theme-color-darker-20:#183ad6;--wp-admin-theme-color-darker-20--rgb:24,58,214;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}@media not (prefers-reduced-motion){.components-animate__appear{animation:components-animate__appear-animation .1s cubic-bezier(0,0,.2,1) 0s;animation-fill-mode:forwards}}.components-animate__appear.is-from-top,.components-animate__appear.is-from-top.is-from-left{transform-origin:top left}.components-animate__appear.is-from-top.is-from-right{transform-origin:top right}.components-animate__appear.is-from-bottom,.components-animate__appear.is-from-bottom.is-from-left{transform-origin:bottom left}.components-animate__appear.is-from-bottom.is-from-right{transform-origin:bottom right}@keyframes components-animate__appear-animation{0%{transform:translateY(-2em) scaleY(0) scaleX(0)}to{transform:translateY(0) scaleY(1) scaleX(1)}}@media not (prefers-reduced-motion){.components-animate__slide-in{animation:components-animate__slide-in-animation .1s cubic-bezier(0,0,.2,1);animation-fill-mode:forwards}.components-animate__slide-in.is-from-left{transform:translateX(100%)}.components-animate__slide-in.is-from-right{transform:translateX(-100%)}}@keyframes components-animate__slide-in-animation{to{transform:translateX(0)}}@media not (prefers-reduced-motion){.components-animate__loading{animation:components-animate__loading 1.6s ease-in-out infinite}}@keyframes components-animate__loading{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.components-autocomplete__popover .components-popover__content{min-width:200px;padding:8px}.components-autocomplete__result.components-button{display:flex;height:auto;min-height:36px;text-align:left;width:100%}.components-autocomplete__result.components-button:focus:not(:disabled){box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.components-badge{align-items:center;background-color:color-mix(in srgb,#fff 90%,var(--base-color));border-radius:2px;box-sizing:border-box;color:color-mix(in srgb,#000 50%,var(--base-color));display:inline-flex;font-size:12px;font-weight:400;gap:2px;line-height:20px;max-width:100%;min-height:24px;padding:0 8px}.components-badge *,.components-badge :after,.components-badge :before{box-sizing:inherit}.components-badge:where(.is-default){background-color:#f0f0f0;color:#2f2f2f}.components-badge.has-icon{padding-inline-start:4px}.components-badge.is-info{--base-color:#3858e9}.components-badge.is-warning{--base-color:#f0b849}.components-badge.is-error{--base-color:#cc1818}.components-badge.is-success{--base-color:#4ab866}.components-badge__icon{flex-shrink:0}.components-badge__content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.components-button-group{display:inline-block}.components-button-group .components-button{border-radius:0;box-shadow:inset 0 0 0 1px #1e1e1e;color:#1e1e1e;display:inline-flex}.components-button-group .components-button+.components-button{margin-left:-1px}.components-button-group .components-button:first-child{border-radius:2px 0 0 2px}.components-button-group .components-button:last-child{border-radius:0 2px 2px 0}.components-button-group .components-button.is-primary,.components-button-group .components-button:focus{position:relative;z-index:1}.components-button-group .components-button.is-primary{box-shadow:inset 0 0 0 1px #1e1e1e}.components-button{align-items:center;-webkit-appearance:none;background:none;border:0;border-radius:2px;box-sizing:border-box;color:var(--wp-components-color-foreground,#1e1e1e);cursor:pointer;display:inline-flex;font-family:inherit;font-size:13px;height:36px;margin:0;padding:6px 12px;text-decoration:none}@media not (prefers-reduced-motion){.components-button{transition:box-shadow .1s linear}}.components-button.is-next-40px-default-size{height:40px}.components-button:hover:not(:disabled,[aria-disabled=true]),.components-button[aria-expanded=true]{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button:focus:not(:disabled){box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:3px solid #0000}.components-button.is-primary{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-accent-inverted,#fff);outline:1px solid #0000;text-decoration:none;text-shadow:none;white-space:nowrap}.components-button.is-primary:hover:not(:disabled){background:var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#2145e6));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-primary:active:not(:disabled){background:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));border-color:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-primary:focus:not(:disabled){box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-primary:disabled,.components-button.is-primary:disabled:active:enabled,.components-button.is-primary[aria-disabled=true],.components-button.is-primary[aria-disabled=true]:active:enabled,.components-button.is-primary[aria-disabled=true]:enabled{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:#fff6;outline:none}.components-button.is-primary:disabled:active:enabled:focus:enabled,.components-button.is-primary:disabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:active:enabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:enabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:focus:enabled{box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-primary.is-busy,.components-button.is-primary.is-busy:disabled,.components-button.is-primary.is-busy[aria-disabled=true]{background-image:linear-gradient(-45deg,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 33%,var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6)) 33%,var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6)) 70%,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 70%);background-size:100px 100%;border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-secondary,.components-button.is-tertiary{outline:1px solid #0000}.components-button.is-secondary:active:not(:disabled),.components-button.is-tertiary:active:not(:disabled){box-shadow:none}.components-button.is-secondary:disabled,.components-button.is-secondary[aria-disabled=true],.components-button.is-secondary[aria-disabled=true]:hover,.components-button.is-tertiary:disabled,.components-button.is-tertiary[aria-disabled=true],.components-button.is-tertiary[aria-disabled=true]:hover{background:#0000;color:#949494;transform:none}.components-button.is-secondary{background:#0000;box-shadow:inset 0 0 0 1px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)),0 0 0 currentColor;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:1px solid #0000;white-space:nowrap}.components-button.is-secondary:hover:not(:disabled,[aria-disabled=true],.is-pressed){background:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,#0000);box-shadow:inset 0 0 0 1px var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));color:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6))}.components-button.is-secondary:disabled:not(:focus),.components-button.is-secondary[aria-disabled=true]:hover:not(:focus),.components-button.is-secondary[aria-disabled=true]:not(:focus){box-shadow:inset 0 0 0 1px #ddd}.components-button.is-secondary:focus:not(:disabled){box-shadow:0 0 0 currentColor inset,0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-tertiary{background:#0000;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));white-space:nowrap}.components-button.is-tertiary:hover:not(:disabled,[aria-disabled=true],.is-pressed){background:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,#0000);color:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6))}.components-button.is-tertiary:active:not(:disabled,[aria-disabled=true]){background:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 8%,#0000)}p+.components-button.is-tertiary{margin-left:-6px}.components-button.is-tertiary:disabled:not(:focus),.components-button.is-tertiary[aria-disabled=true]:hover:not(:focus),.components-button.is-tertiary[aria-disabled=true]:not(:focus){box-shadow:none;outline:none}.components-button.is-destructive{--wp-components-color-accent:#cc1818;--wp-components-color-accent-darker-10:#9e1313;--wp-components-color-accent-darker-20:#710d0d}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link){color:#cc1818}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):hover:not(:disabled,[aria-disabled=true]){color:#710d0d}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #cc1818}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):active:not(:disabled,[aria-disabled=true]){background:#ccc}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):disabled,.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link)[aria-disabled=true]{color:#949494}.components-button.is-destructive.is-secondary:hover:not(:disabled,[aria-disabled=true]),.components-button.is-destructive.is-tertiary:hover:not(:disabled,[aria-disabled=true]){background:#cc18180a}.components-button.is-destructive.is-secondary:active:not(:disabled,[aria-disabled=true]),.components-button.is-destructive.is-tertiary:active:not(:disabled,[aria-disabled=true]){background:#cc181814}.components-button.is-link{background:none;border:0;border-radius:0;box-shadow:none;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));height:auto;margin:0;outline:none;padding:0;text-align:left;text-decoration:underline}@media not (prefers-reduced-motion){.components-button.is-link{transition-duration:.05s;transition-property:border,background,color;transition-timing-function:ease-in-out}}.components-button.is-link:focus{border-radius:2px}.components-button.is-link:disabled,.components-button.is-link[aria-disabled=true]{color:#949494}.components-button:not(:disabled,[aria-disabled=true]):active{color:var(--wp-components-color-foreground,#1e1e1e)}.components-button:disabled,.components-button[aria-disabled=true]{color:#949494;cursor:default}.components-button.is-busy,.components-button.is-secondary.is-busy,.components-button.is-secondary.is-busy:disabled,.components-button.is-secondary.is-busy[aria-disabled=true]{background-image:linear-gradient(-45deg,#fafafa 33%,#e0e0e0 0,#e0e0e0 70%,#fafafa 0);background-size:100px 100%}@media not (prefers-reduced-motion){.components-button.is-busy,.components-button.is-secondary.is-busy,.components-button.is-secondary.is-busy:disabled,.components-button.is-secondary.is-busy[aria-disabled=true]{animation:components-button__busy-animation 2.5s linear infinite}}.components-button.is-compact{height:32px}.components-button.is-compact.has-icon:not(.has-text){min-width:32px;padding:0;width:32px}.components-button.is-small{font-size:11px;height:24px;line-height:22px;padding:0 8px}.components-button.is-small.has-icon:not(.has-text){min-width:24px;padding:0;width:24px}.components-button.has-icon{justify-content:center;min-width:36px;padding:6px}.components-button.has-icon.is-next-40px-default-size{min-width:40px}.components-button.has-icon .dashicon{align-items:center;box-sizing:initial;display:inline-flex;justify-content:center;padding:2px}.components-button.has-icon.has-text{gap:4px;justify-content:start;padding-left:8px;padding-right:12px}.components-button.is-pressed,.components-button.is-pressed:hover{color:var(--wp-components-color-foreground-inverted,#fff)}.components-button.is-pressed:hover:not(:disabled,[aria-disabled=true]),.components-button.is-pressed:not(:disabled,[aria-disabled=true]){background:var(--wp-components-color-foreground,#1e1e1e)}.components-button.is-pressed:disabled,.components-button.is-pressed[aria-disabled=true]{color:#949494}.components-button.is-pressed:disabled:not(.is-primary):not(.is-secondary):not(.is-tertiary),.components-button.is-pressed[aria-disabled=true]:not(.is-primary):not(.is-secondary):not(.is-tertiary){background:#949494;color:var(--wp-components-color-foreground-inverted,#fff)}.components-button.is-pressed:focus:not(:disabled){box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-button svg{fill:currentColor;outline:none}@media (forced-colors:active){.components-button svg{fill:CanvasText}}.components-button .components-visually-hidden{height:auto}@keyframes components-button__busy-animation{0%{background-position:200px 0}}.components-checkbox-control{--checkbox-input-size:24px;--checkbox-input-margin:8px}@media (min-width:600px){.components-checkbox-control{--checkbox-input-size:16px}}.components-checkbox-control__label{cursor:pointer;line-height:var(--checkbox-input-size)}.components-checkbox-control__input[type=checkbox]{appearance:none;background:#fff;border:1px solid #1e1e1e;border-radius:2px;box-shadow:0 0 0 #0000;clear:none;color:#1e1e1e;cursor:pointer;display:inline-block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;height:var(--checkbox-input-size);line-height:normal;line-height:0;margin:0 4px 0 0;outline:0;padding:6px 8px;padding:0!important;text-align:center;transition:none;vertical-align:top;width:var(--checkbox-input-size)}@media not (prefers-reduced-motion){.components-checkbox-control__input[type=checkbox]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-checkbox-control__input[type=checkbox]{font-size:13px;line-height:normal}}.components-checkbox-control__input[type=checkbox]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]::-webkit-input-placeholder{color:#1e1e1e9e}.components-checkbox-control__input[type=checkbox]::-moz-placeholder{color:#1e1e1e9e}.components-checkbox-control__input[type=checkbox]:-ms-input-placeholder{color:#1e1e1e9e}.components-checkbox-control__input[type=checkbox]:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]:checked{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]:checked::-ms-check{opacity:0}.components-checkbox-control__input[type=checkbox]:checked:before,.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{color:#fff;margin:-3px -5px}@media (min-width:782px){.components-checkbox-control__input[type=checkbox]:checked:before,.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{margin:-4px 0 0 -5px}}.components-checkbox-control__input[type=checkbox][aria-checked=mixed]{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{content:"\f460";display:inline-block;float:left;font:normal 30px/1 dashicons;vertical-align:middle;width:16px;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (min-width:782px){.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{float:none;font-size:21px}}.components-checkbox-control__input[type=checkbox]:disabled,.components-checkbox-control__input[type=checkbox][aria-disabled=true]{background:#f0f0f0;border-color:#ddd;cursor:default;opacity:1}@media not (prefers-reduced-motion){.components-checkbox-control__input[type=checkbox]{transition:border-color .1s ease-in-out}}.components-checkbox-control__input[type=checkbox]:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color);outline:2px solid #0000;outline-offset:2px}.components-checkbox-control__input[type=checkbox]:checked,.components-checkbox-control__input[type=checkbox]:indeterminate{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-checkbox-control__input[type=checkbox]:checked::-ms-check,.components-checkbox-control__input[type=checkbox]:indeterminate::-ms-check{opacity:0}.components-checkbox-control__input[type=checkbox]:checked:before{content:none}.components-checkbox-control__input-container{aspect-ratio:1;display:inline-block;flex-shrink:0;line-height:1;margin-right:var(--checkbox-input-margin);position:relative;vertical-align:middle;width:var(--checkbox-input-size)}svg.components-checkbox-control__checked,svg.components-checkbox-control__indeterminate{--checkmark-size:var(--checkbox-input-size);fill:#fff;cursor:pointer;height:var(--checkmark-size);left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);-webkit-user-select:none;user-select:none;width:var(--checkmark-size)}@media (min-width:600px){svg.components-checkbox-control__checked,svg.components-checkbox-control__indeterminate{--checkmark-size:calc(var(--checkbox-input-size) + 4px)}}.components-checkbox-control__help{display:inline-block;margin-inline-start:calc(var(--checkbox-input-size) + var(--checkbox-input-margin))}.components-circular-option-picker{display:inline-block;min-width:188px;width:100%}.components-circular-option-picker .components-circular-option-picker__custom-clear-wrapper{display:flex;justify-content:flex-end;margin-top:12px}.components-circular-option-picker .components-circular-option-picker__swatches{display:flex;flex-wrap:wrap;gap:12px;position:relative;z-index:1}.components-circular-option-picker>:not(.components-circular-option-picker__swatches){position:relative;z-index:0}.components-circular-option-picker__option-wrapper{display:inline-block;height:28px;transform:scale(1);vertical-align:top;width:28px}@media not (prefers-reduced-motion){.components-circular-option-picker__option-wrapper{transition:transform .1s ease;will-change:transform}}.components-circular-option-picker__option-wrapper:hover{transform:scale(1.2)}.components-circular-option-picker__option-wrapper>div{height:100%;width:100%}.components-circular-option-picker__option-wrapper:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none'%3E%3Cpath fill='%23555D65' d='M6 8V6H4v2zm2 0V6h2v2zm2 8H8v-2h2zm2 0v-2h2v2zm0 2v-2h-2v2H8v2h2v-2zm2 0v2h-2v-2zm2 0h-2v-2h2z'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M18 18h2v-2h-2v-2h2v-2h-2v-2h2V8h-2v2h-2V8h-2v2h2v2h-2v2h2v2h2zm-2-4v-2h2v2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555D65' d='M18 18v2h-2v-2z'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M8 10V8H6v2H4v2h2v2H4v2h2v2H4v2h2v2H4v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2v2h-2V4h-2v2h-2V4h-2v2h-2V4h-2v2h2v2h-2v2zm0 2v-2H6v2zm2 0v-2h2v2zm0 2v-2H8v2H6v2h2v2H6v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h-2v2h-2V6h-2v2h-2v2h2v2h-2v2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M4 0H2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2H8V0H6v2H4zm0 4V2H2v2zm2 0V2h2v2zm0 2V4H4v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2H8v2z' clip-rule='evenodd'/%3E%3C/svg%3E");border-radius:50%;bottom:1px;content:"";left:1px;position:absolute;right:1px;top:1px;z-index:-1}.components-circular-option-picker__option{aspect-ratio:1;background:#0000;border:none;border-radius:50%;box-shadow:inset 0 0 0 14px;cursor:pointer;display:inline-block;height:100%!important;vertical-align:top}@media not (prefers-reduced-motion){.components-circular-option-picker__option{transition:box-shadow .1s ease}}.components-circular-option-picker__option:hover{box-shadow:inset 0 0 0 14px!important}.components-circular-option-picker__option[aria-pressed=true],.components-circular-option-picker__option[aria-selected=true]{box-shadow:inset 0 0 0 4px;overflow:visible;position:relative;z-index:1}.components-circular-option-picker__option[aria-pressed=true]+svg,.components-circular-option-picker__option[aria-selected=true]+svg{border-radius:50%;left:2px;pointer-events:none;position:absolute;top:2px;z-index:2}.components-circular-option-picker__option:after{border:1px solid #0000;border-radius:50%;bottom:-1px;box-shadow:inset 0 0 0 1px #0003;box-sizing:inherit;content:"";left:-1px;position:absolute;right:-1px;top:-1px}.components-circular-option-picker__option:focus:after{border:2px solid #757575;border-radius:50%;box-shadow:inset 0 0 0 2px #fff;content:"";height:calc(100% + 4px);left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:calc(100% + 4px)}.components-circular-option-picker__option.components-button:focus{background-color:initial;box-shadow:inset 0 0 0 14px;outline:none}.components-circular-option-picker__button-action .components-circular-option-picker__option{background:#fff;color:#fff}.components-circular-option-picker__dropdown-link-action{margin-right:16px}.components-circular-option-picker__dropdown-link-action .components-button{line-height:22px}.components-palette-edit__popover-gradient-picker{padding:8px;width:260px}.components-dropdown-menu__menu .components-palette-edit__menu-button{width:100%}.component-color-indicator{background:#fff linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0);border-radius:50%;box-shadow:inset 0 0 0 1px #0003;display:inline-block;height:20px;padding:0;width:20px}.components-combobox-control{width:100%}input.components-combobox-control__input[type=text]{border:none;box-shadow:none;font-family:inherit;font-size:16px;line-height:inherit;margin:0;min-height:auto;padding:2px;width:100%}@media (min-width:600px){input.components-combobox-control__input[type=text]{font-size:13px}}input.components-combobox-control__input[type=text]:focus{box-shadow:none;outline:none}.components-combobox-control__suggestions-container{align-items:flex-start;border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;display:flex;flex-wrap:wrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:0;width:100%}@media not (prefers-reduced-motion){.components-combobox-control__suggestions-container{transition:box-shadow .1s linear}}@media (min-width:600px){.components-combobox-control__suggestions-container{font-size:13px;line-height:normal}}.components-combobox-control__suggestions-container:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-combobox-control__suggestions-container::-webkit-input-placeholder{color:#1e1e1e9e}.components-combobox-control__suggestions-container::-moz-placeholder{color:#1e1e1e9e}.components-combobox-control__suggestions-container:-ms-input-placeholder{color:#1e1e1e9e}.components-combobox-control__suggestions-container:focus-within{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-combobox-control__suggestions-container .components-spinner{margin:0}.components-color-palette__custom-color-wrapper{position:relative;z-index:0}.components-color-palette__custom-color-button{background:none;border:none;border-radius:4px 4px 0 0;box-shadow:inset 0 0 0 1px #0003;box-sizing:border-box;cursor:pointer;height:64px;outline:1px solid #0000;position:relative;width:100%}.components-color-palette__custom-color-button:focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline-width:2px}.components-color-palette__custom-color-button:after{background-image:repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0);background-position:0 0,24px 24px;background-size:48px 48px;border-radius:3px 3px 0 0;content:"";inset:1px;position:absolute;z-index:-1}.components-color-palette__custom-color-text-wrapper{border-radius:0 0 4px 4px;box-shadow:inset 0 -1px 0 0 #0003,inset 1px 0 0 0 #0003,inset -1px 0 0 0 #0003;font-size:13px;padding:12px 16px;position:relative}.components-color-palette__custom-color-name{color:var(--wp-components-color-foreground,#1e1e1e);margin:0 1px}.components-color-palette__custom-color-value{color:#757575}.components-color-palette__custom-color-value--is-hex{text-transform:uppercase}.components-color-palette__custom-color-value:empty:after{content:"​";visibility:hidden}.components-custom-gradient-picker__gradient-bar{border-radius:2px;height:48px;position:relative;width:100%;z-index:1}.components-custom-gradient-picker__gradient-bar.has-gradient{background-image:repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0);background-position:0 0,12px 12px;background-size:24px 24px}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__gradient-bar-background{inset:0;position:absolute}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__markers-container{margin-left:auto;margin-right:auto;position:relative;width:calc(100% - 48px)}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-dropdown{display:flex;height:16px;position:absolute;top:16px;width:16px}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown{background:#fff;border-radius:50%;color:#1e1e1e;height:inherit;min-width:16px!important;padding:2px;position:relative;width:inherit}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown svg{height:100%;width:100%}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button{border-radius:50%;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 2px 0 #00000040;height:inherit;outline:2px solid #0000;padding:0;width:inherit}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button.is-active,.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button:focus{box-shadow:inset 0 0 0 calc(var(--wp-admin-border-width-focus)*2) #fff,0 0 2px 0 #00000040;outline:1.5px solid #0000}.components-custom-gradient-picker__remove-control-point-wrapper{padding-bottom:8px}.components-custom-gradient-picker__inserter{direction:ltr}.components-custom-gradient-picker__liner-gradient-indicator{display:inline-block;flex:0 auto;height:20px;width:20px}.components-custom-gradient-picker__ui-line{position:relative;z-index:0}.block-editor-dimension-control .components-base-control__field{align-items:center;display:flex}.block-editor-dimension-control .components-base-control__label{align-items:center;display:flex;margin-bottom:0;margin-right:1em}.block-editor-dimension-control .components-base-control__label .dashicon{margin-right:.5em}.block-editor-dimension-control.is-manual .components-base-control__label{width:10em}body.is-dragging-components-draggable{cursor:move;cursor:grabbing!important}.components-draggable__invisible-drag-image{height:50px;left:-1000px;position:fixed;width:50px}.components-draggable__clone{background:#0000;padding:0;pointer-events:none;position:fixed;z-index:1000000000}.components-drop-zone{border-radius:2px;bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;visibility:hidden;z-index:40}.components-drop-zone.is-active{opacity:1;visibility:visible}.components-drop-zone .components-drop-zone__content{align-items:center;background-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));bottom:0;color:#fff;display:flex;height:100%;justify-content:center;left:0;opacity:0;pointer-events:none;position:absolute;right:0;text-align:center;top:0;width:100%;z-index:50}.components-drop-zone .components-drop-zone__content-inner{opacity:0;transform:scale(.9)}.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content{opacity:1}@media not (prefers-reduced-motion){.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content{transition:opacity .2s ease-in-out}}.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content-inner{opacity:1;transform:scale(1)}@media not (prefers-reduced-motion){.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content-inner{transition:opacity .1s ease-in-out .1s,transform .1s ease-in-out .1s}}.components-drop-zone__content-icon,.components-drop-zone__content-text{display:block}.components-drop-zone__content-icon{line-height:0;margin:0 auto 8px;fill:currentColor;pointer-events:none}.components-drop-zone__content-text{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.components-dropdown{display:inline-block}.components-dropdown__content .components-popover__content{padding:8px}.components-dropdown__content .components-popover__content:has(.components-menu-group){padding:0}.components-dropdown__content .components-popover__content:has(.components-menu-group) .components-dropdown-menu__menu>.components-menu-item__button,.components-dropdown__content .components-popover__content:has(.components-menu-group)>.components-menu-item__button{margin:8px;width:auto}.components-dropdown__content [role=menuitem]{white-space:nowrap}.components-dropdown__content .components-menu-group{padding:8px}.components-dropdown__content .components-menu-group+.components-menu-group{border-top:1px solid #ccc;padding:8px}.components-dropdown__content.is-alternate .components-menu-group+.components-menu-group{border-color:#1e1e1e}.components-dropdown-menu__toggle{vertical-align:top}.components-dropdown-menu__menu{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;line-height:1.4;width:100%}.components-dropdown-menu__menu .components-dropdown-menu__menu-item,.components-dropdown-menu__menu .components-menu-item{cursor:pointer;outline:none;padding:6px;white-space:nowrap;width:100%}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator,.components-dropdown-menu__menu .components-menu-item.has-separator{margin-top:6px;overflow:visible;position:relative}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator:before,.components-dropdown-menu__menu .components-menu-item.has-separator:before{background-color:#ddd;box-sizing:initial;content:"";display:block;height:1px;left:0;position:absolute;right:0;top:-3px}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active .dashicon,.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active svg,.components-dropdown-menu__menu .components-menu-item.is-active .dashicon,.components-dropdown-menu__menu .components-menu-item.is-active svg{background:#1e1e1e;border-radius:1px;box-shadow:0 0 0 1px #1e1e1e;color:#fff}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-icon-only,.components-dropdown-menu__menu .components-menu-item.is-icon-only{width:auto}.components-dropdown-menu__menu .components-menu-item__button,.components-dropdown-menu__menu .components-menu-item__button.components-button{height:auto;min-height:40px;padding-left:8px;padding-right:8px;text-align:left}.components-duotone-picker__color-indicator:before{background:#0000}.components-duotone-picker__color-indicator>.components-button,.components-duotone-picker__color-indicator>.components-button.is-pressed:hover:not(:disabled){background:linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0);color:#0000}.components-duotone-picker__color-indicator>.components-button:not([aria-disabled=true]):active{color:#0000}.components-color-list-picker,.components-color-list-picker__swatch-button{width:100%}.components-color-list-picker__color-picker{margin:8px 0}.components-color-list-picker__swatch-color{margin:2px}.components-external-link{text-decoration:none}.components-external-link__contents{text-decoration:underline}.components-external-link__icon{font-weight:400;margin-left:.5ch}.components-form-toggle{display:inline-block;height:16px;position:relative}.components-form-toggle .components-form-toggle__track{background-color:#fff;border:1px solid #949494;border-radius:8px;box-sizing:border-box;content:"";display:inline-block;height:16px;overflow:hidden;position:relative;vertical-align:top;width:32px}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__track{transition:background-color .2s ease,border-color .2s ease}}.components-form-toggle .components-form-toggle__track:after{border-top:16px solid #0000;box-sizing:border-box;content:"";inset:0;opacity:0;position:absolute}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__track:after{transition:opacity .2s ease}}.components-form-toggle .components-form-toggle__thumb{background-color:#1e1e1e;border:6px solid #0000;border-radius:50%;box-shadow:0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003;box-sizing:border-box;display:block;height:12px;left:2px;position:absolute;top:2px;width:12px}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__thumb{transition:transform .2s ease,background-color .2s ease-out}}.components-form-toggle.is-checked .components-form-toggle__track{background-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-form-toggle.is-checked .components-form-toggle__track:after{opacity:1}.components-form-toggle .components-form-toggle__input:focus+.components-form-toggle__track{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000;outline-offset:2px}.components-form-toggle.is-checked .components-form-toggle__thumb{background-color:#fff;border-width:0;transform:translateX(16px)}.components-disabled .components-form-toggle,.components-form-toggle.is-disabled{opacity:.3}.components-form-toggle input.components-form-toggle__input[type=checkbox]{border:none;height:100%;left:0;margin:0;opacity:0;padding:0;position:absolute;top:0;width:100%;z-index:1}.components-form-toggle input.components-form-toggle__input[type=checkbox]:checked{background:none}.components-form-toggle input.components-form-toggle__input[type=checkbox]:before{content:""}.components-form-toggle input.components-form-toggle__input[type=checkbox]:not(:disabled,[aria-disabled=true]){cursor:pointer}.components-form-token-field__input-container{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;cursor:text;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:0;width:100%}@media not (prefers-reduced-motion){.components-form-token-field__input-container{transition:box-shadow .1s linear}}@media (min-width:600px){.components-form-token-field__input-container{font-size:13px;line-height:normal}}.components-form-token-field__input-container:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-form-token-field__input-container::-webkit-input-placeholder{color:#1e1e1e9e}.components-form-token-field__input-container::-moz-placeholder{color:#1e1e1e9e}.components-form-token-field__input-container:-ms-input-placeholder{color:#1e1e1e9e}.components-form-token-field__input-container.is-disabled{background:#ddd;border-color:#ddd}.components-form-token-field__input-container.is-active{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-form-token-field__input-container input[type=text].components-form-token-field__input{background:inherit;border:0;box-shadow:none;color:#1e1e1e;display:inline-block;flex:1;font-family:inherit;font-size:16px;margin-left:4px;max-width:100%;min-height:24px;min-width:50px;padding:0;width:100%}@media (min-width:600px){.components-form-token-field__input-container input[type=text].components-form-token-field__input{font-size:13px}}.components-form-token-field.is-active .components-form-token-field__input-container input[type=text].components-form-token-field__input,.components-form-token-field__input-container input[type=text].components-form-token-field__input:focus{box-shadow:none;outline:none}.components-form-token-field__input-container .components-form-token-field__token+input[type=text].components-form-token-field__input{width:auto}.components-form-token-field__token{color:#1e1e1e;display:flex;font-size:13px;max-width:100%}.components-form-token-field__token.is-success .components-form-token-field__remove-token,.components-form-token-field__token.is-success .components-form-token-field__token-text{background:#4ab866}.components-form-token-field__token.is-error .components-form-token-field__remove-token,.components-form-token-field__token.is-error .components-form-token-field__token-text{background:#cc1818}.components-form-token-field__token.is-validating .components-form-token-field__remove-token,.components-form-token-field__token.is-validating .components-form-token-field__token-text{color:#757575}.components-form-token-field__token.is-borderless{padding:0 24px 0 0;position:relative}.components-form-token-field__token.is-borderless .components-form-token-field__token-text{background:#0000}.components-form-token-field__token.is-borderless:not(.is-disabled) .components-form-token-field__token-text{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-form-token-field__token.is-borderless .components-form-token-field__remove-token{background:#0000;color:#757575;position:absolute;right:0;top:1px}.components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text{color:#4ab866}.components-form-token-field__token.is-borderless.is-error .components-form-token-field__token-text{color:#cc1818;padding:0 4px 0 6px}.components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text{color:#1e1e1e}.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{background:#ddd;display:inline-block;height:auto;min-width:unset}@media not (prefers-reduced-motion){.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{transition:all .2s cubic-bezier(.4,1,.4,1)}}.components-form-token-field__token-text{border-radius:1px 0 0 1px;line-height:24px;overflow:hidden;padding:0 0 0 8px;text-overflow:ellipsis;white-space:nowrap}.components-form-token-field__remove-token.components-button{border-radius:0 1px 1px 0;color:#1e1e1e;line-height:10px;overflow:initial}.components-form-token-field__remove-token.components-button:hover:not(:disabled){color:#1e1e1e}.components-form-token-field__suggestions-list{box-shadow:inset 0 1px 0 0 #949494;flex:1 0 100%;list-style:none;margin:0;max-height:128px;min-width:100%;overflow-y:auto;padding:0}@media not (prefers-reduced-motion){.components-form-token-field__suggestions-list{transition:all .15s ease-in-out}}.components-form-token-field__suggestion{box-sizing:border-box;color:#1e1e1e;display:block;font-size:13px;margin:0;min-height:32px;padding:8px 12px}.components-form-token-field__suggestion.is-selected{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:#fff}.components-form-token-field__suggestion[aria-disabled=true]{color:#949494;pointer-events:none}.components-form-token-field__suggestion[aria-disabled=true].is-selected{background-color:rgba(var(--wp-components-color-accent--rgb,var(--wp-admin-theme-color--rgb)),.04)}.components-form-token-field__suggestion:not(.is-empty){cursor:pointer}@media (min-width:600px){.components-guide{width:600px}}.components-guide .components-modal__content{margin-top:0;padding:0}.components-guide .components-modal__content:before{content:none}.components-guide .components-modal__header{border-bottom:none;height:60px;padding:0;position:sticky}.components-guide .components-modal__header .components-button{align-self:flex-start;margin:8px 8px 0 0;position:static}.components-guide .components-modal__header .components-button:hover svg{fill:#fff}.components-guide .components-guide__container{display:flex;flex-direction:column;justify-content:space-between;margin-top:-60px;min-height:100%}.components-guide .components-guide__page{display:flex;flex-direction:column;justify-content:center;position:relative}@media (min-width:600px){.components-guide .components-guide__page{min-height:300px}}.components-guide .components-guide__footer{align-content:center;display:flex;height:36px;justify-content:center;margin:0 0 24px;padding:0 32px;position:relative;width:100%}.components-guide .components-guide__page-control{margin:0;text-align:center}.components-guide .components-guide__page-control li{display:inline-block;margin:0}.components-guide .components-guide__page-control .components-button{color:#e0e0e0;margin:-6px 0}.components-guide .components-guide__page-control li[aria-current=step] .components-button{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-modal__frame.components-guide{border:none;max-height:575px;min-width:312px}@media (max-width:600px){.components-modal__frame.components-guide{margin:auto;max-width:calc(100vw - 32px)}}.components-button.components-guide__back-button,.components-button.components-guide__finish-button,.components-button.components-guide__forward-button{position:absolute}.components-button.components-guide__back-button{left:32px}.components-button.components-guide__finish-button,.components-button.components-guide__forward-button{right:32px}[role=region]{position:relative}.is-focusing-regions [role=region]:focus:after,[role=region].interface-interface-skeleton__content:focus-visible:after{bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1000000}.is-focusing-regions .editor-post-publish-panel,.is-focusing-regions .interface-interface-skeleton__actions .editor-layout__toggle-entities-saved-states-panel,.is-focusing-regions .interface-interface-skeleton__actions .editor-layout__toggle-publish-panel,.is-focusing-regions .interface-interface-skeleton__sidebar .editor-layout__toggle-sidebar-panel,.is-focusing-regions [role=region]:focus:after,.is-focusing-regions.is-distraction-free .interface-interface-skeleton__header .edit-post-header,[role=region].interface-interface-skeleton__content:focus-visible:after{outline-color:var(--wp-admin-theme-color);outline-offset:calc(((-1*var(--wp-admin-border-width-focus))/var(--wp-block-editor-iframe-zoom-out-scale, 1))*2);outline-style:solid;outline-width:calc((var(--wp-admin-border-width-focus)/var(--wp-block-editor-iframe-zoom-out-scale, 1))*2)}.components-menu-group+.components-menu-group{border-top:1px solid #1e1e1e;padding-top:8px}.components-menu-group+.components-menu-group.has-hidden-separator{border-top:none;margin-top:0;padding-top:0}.components-menu-group:has(>div:empty){display:none}.components-menu-group__label{color:#757575;font-size:11px;font-weight:500;margin-bottom:12px;margin-top:4px;padding:0 8px;text-transform:uppercase;white-space:nowrap}.components-menu-item__button,.components-menu-item__button.components-button{width:100%}.components-menu-item__button.components-button[role=menuitemcheckbox] .components-menu-item__item:only-child,.components-menu-item__button.components-button[role=menuitemradio] .components-menu-item__item:only-child,.components-menu-item__button[role=menuitemcheckbox] .components-menu-item__item:only-child,.components-menu-item__button[role=menuitemradio] .components-menu-item__item:only-child{box-sizing:initial;padding-right:48px}.components-menu-item__button .components-menu-items__item-icon,.components-menu-item__button.components-button .components-menu-items__item-icon{display:inline-block;flex:0 0 auto}.components-menu-item__button .components-menu-items__item-icon.has-icon-right,.components-menu-item__button.components-button .components-menu-items__item-icon.has-icon-right{margin-left:24px;margin-right:-2px}.components-menu-item__button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right,.components-menu-item__button.components-button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right{margin-left:8px}.components-menu-item__button .block-editor-block-icon,.components-menu-item__button.components-button .block-editor-block-icon{margin-left:-2px;margin-right:8px}.components-menu-item__button.components-button.is-primary,.components-menu-item__button.is-primary{justify-content:center}.components-menu-item__button.components-button.is-primary .components-menu-item__item,.components-menu-item__button.is-primary .components-menu-item__item{margin-right:0}.components-menu-item__button.components-button:disabled.is-tertiary,.components-menu-item__button.components-button[aria-disabled=true].is-tertiary,.components-menu-item__button:disabled.is-tertiary,.components-menu-item__button[aria-disabled=true].is-tertiary{background:none;color:var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#2145e6));opacity:.3}.components-menu-item__info-wrapper{display:flex;flex-direction:column;margin-right:auto}.components-menu-item__info{color:#757575;font-size:12px;margin-top:4px;white-space:normal}.components-menu-item__item{align-items:center;display:inline-flex;margin-right:auto;min-width:160px;white-space:nowrap}.components-menu-item__shortcut{align-self:center;color:currentColor;display:none;margin-left:auto;margin-right:0;padding-left:24px}@media (min-width:480px){.components-menu-item__shortcut{display:inline}}.components-menu-items-choice,.components-menu-items-choice.components-button{height:auto;min-height:40px}.components-menu-items-choice svg,.components-menu-items-choice.components-button svg{margin-right:12px}.components-menu-items-choice.components-button.has-icon,.components-menu-items-choice.has-icon{padding-left:12px}.components-modal__screen-overlay{background-color:#00000059;bottom:0;display:flex;left:0;position:fixed;right:0;top:0;z-index:100000}@keyframes __wp-base-styles-fade-in{0%{opacity:0}to{opacity:1}}@media not (prefers-reduced-motion){.components-modal__screen-overlay{animation:__wp-base-styles-fade-in .08s linear 0s;animation-fill-mode:forwards}}@keyframes __wp-base-styles-fade-out{0%{opacity:1}to{opacity:0}}@media not (prefers-reduced-motion){.components-modal__screen-overlay.is-animating-out{animation:__wp-base-styles-fade-out .08s linear 80ms;animation-fill-mode:forwards}}.components-modal__frame{animation-fill-mode:forwards;animation-name:components-modal__appear-animation;animation-timing-function:cubic-bezier(.29,0,0,1);background:#fff;border-radius:8px 8px 0 0;box-shadow:0 5px 15px #00000014,0 15px 27px #00000012,0 30px 36px #0000000a,0 50px 43px #00000005;box-sizing:border-box;display:flex;margin:40px 0 0;overflow:hidden;width:100%}.components-modal__frame *,.components-modal__frame :after,.components-modal__frame :before{box-sizing:inherit}@media not (prefers-reduced-motion){.components-modal__frame{animation-duration:var(--modal-frame-animation-duration)}}.components-modal__screen-overlay.is-animating-out .components-modal__frame{animation-name:components-modal__disappear-animation;animation-timing-function:cubic-bezier(1,0,.2,1)}@media (min-width:600px){.components-modal__frame{border-radius:8px;margin:auto;max-height:calc(100% - 120px);max-width:calc(100% - 32px);min-width:350px;width:auto}}@media (min-width:600px) and (min-width:600px){.components-modal__frame.is-full-screen{height:calc(100% - 32px);max-height:none;width:calc(100% - 32px)}}@media (min-width:600px) and (min-width:782px){.components-modal__frame.is-full-screen{height:calc(100% - 80px);max-width:none;width:calc(100% - 80px)}}@media (min-width:600px){.components-modal__frame.has-size-large,.components-modal__frame.has-size-medium,.components-modal__frame.has-size-small{width:100%}.components-modal__frame.has-size-small{max-width:384px}.components-modal__frame.has-size-medium{max-width:512px}.components-modal__frame.has-size-large{max-width:840px}}@media (min-width:960px){.components-modal__frame{max-height:70%}}@keyframes components-modal__appear-animation{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes components-modal__disappear-animation{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}.components-modal__header{align-items:center;border-bottom:1px solid #0000;box-sizing:border-box;display:flex;flex-direction:row;height:72px;justify-content:space-between;left:0;padding:24px 32px 8px;position:absolute;top:0;width:100%;z-index:10}.components-modal__header .components-modal__header-heading{font-size:1.2rem;font-weight:600}.components-modal__header h1{line-height:1;margin:0}.components-modal__content.has-scrolled-content:not(.hide-header) .components-modal__header{border-bottom-color:#ddd}.components-modal__header+p{margin-top:0}.components-modal__header-heading-container{align-items:center;display:flex;flex-direction:row;flex-grow:1;justify-content:left}.components-modal__header-icon-container{display:inline-block}.components-modal__header-icon-container svg{max-height:36px;max-width:36px;padding:8px}.components-modal__content{flex:1;margin-top:72px;overflow:auto;padding:4px 32px 32px}.components-modal__content.hide-header{margin-top:0;padding-top:32px}.components-modal__content.is-scrollable:focus-visible{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000;outline-offset:-2px}.components-notice{align-items:center;background-color:#fff;border-left:4px solid var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:#1e1e1e;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;padding:8px 12px}.components-notice.is-dismissible{position:relative}.components-notice.is-success{background-color:#eff9f1;border-left-color:#4ab866}.components-notice.is-warning{background-color:#fef8ee;border-left-color:#f0b849}.components-notice.is-error{background-color:#f4a2a2;border-left-color:#cc1818}.components-notice__content{flex-grow:1;margin:4px 25px 4px 0}.components-notice__actions{display:flex;flex-wrap:wrap}.components-notice__action.components-button{margin-right:8px}.components-notice__action.components-button,.components-notice__action.components-button.is-link{margin-left:12px}.components-notice__action.components-button.is-secondary{vertical-align:initial}.components-notice__dismiss{align-self:flex-start;color:#757575;flex-shrink:0}.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):focus,.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):active,.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{background-color:initial;color:#1e1e1e}.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{box-shadow:none}.components-notice-list{box-sizing:border-box;max-width:100vw}.components-notice-list .components-notice__content{line-height:2;margin-bottom:12px;margin-top:12px}.components-notice-list .components-notice__action.components-button{display:block;margin-left:0;margin-top:8px}.components-panel{background:#fff;border:1px solid #e0e0e0}.components-panel>.components-panel__body:first-child,.components-panel>.components-panel__header:first-child{margin-top:-1px}.components-panel>.components-panel__body:last-child,.components-panel>.components-panel__header:last-child{border-bottom-width:0}.components-panel+.components-panel{margin-top:-1px}.components-panel__body{border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0}.components-panel__body h3{margin:0 0 .5em}.components-panel__body.is-opened{padding:16px}.components-panel__header{align-items:center;border-bottom:1px solid #ddd;box-sizing:initial;display:flex;flex-shrink:0;height:47px;justify-content:space-between;padding:0 16px}.components-panel__header h2{color:inherit;font-size:inherit;margin:0}.components-panel__body+.components-panel__body,.components-panel__body+.components-panel__header,.components-panel__header+.components-panel__body,.components-panel__header+.components-panel__header{margin-top:-1px}.components-panel__body>.components-panel__body-title{display:block;font-size:inherit;margin-bottom:0;margin-top:0;padding:0}@media not (prefers-reduced-motion){.components-panel__body>.components-panel__body-title{transition:background .1s ease-in-out}}.components-panel__body.is-opened>.components-panel__body-title{margin:-16px -16px 5px}.components-panel__body>.components-panel__body-title:hover{background:#f0f0f0;border:none}.components-panel__body-toggle.components-button{border:none;box-shadow:none;color:#1e1e1e;font-weight:500;height:auto;outline:none;padding:16px 48px 16px 16px;position:relative;text-align:left;width:100%}@media not (prefers-reduced-motion){.components-panel__body-toggle.components-button{transition:background .1s ease-in-out}}.components-panel__body-toggle.components-button:focus{border-radius:0;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-panel__body-toggle.components-button .components-panel__arrow{color:#1e1e1e;position:absolute;right:16px;top:50%;transform:translateY(-50%);fill:currentColor}@media not (prefers-reduced-motion){.components-panel__body-toggle.components-button .components-panel__arrow{transition:color .1s ease-in-out}}body.rtl .components-panel__body-toggle.components-button .dashicons-arrow-right{-ms-filter:fliph;filter:FlipH;margin-top:-10px;transform:scaleX(-1)}.components-panel__icon{color:#757575;margin:-2px 0 -2px 6px}.components-panel__body-toggle-icon{margin-right:-5px}.components-panel__color-title{float:left;height:19px}.components-panel__row{align-items:center;display:flex;justify-content:space-between;margin-top:8px;min-height:36px}.components-panel__row select{min-width:0}.components-panel__row label{flex-shrink:0;margin-right:12px;max-width:75%}.components-panel__row:empty,.components-panel__row:first-of-type{margin-top:0}.components-panel .circle-picker{padding-bottom:20px}.components-placeholder.components-placeholder{align-items:flex-start;box-sizing:border-box;color:#1e1e1e;display:flex;flex-direction:column;font-size:13px;gap:16px;margin:0;padding:24px;position:relative;text-align:left;width:100%;-moz-font-smoothing:subpixel-antialiased;-webkit-font-smoothing:subpixel-antialiased;background-color:#fff;border-radius:2px;box-shadow:inset 0 0 0 1px #1e1e1e;outline:1px solid #0000}.components-placeholder__error,.components-placeholder__fieldset,.components-placeholder__instructions,.components-placeholder__label{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:400;letter-spacing:normal;line-height:normal;text-transform:none}.components-placeholder__label{align-items:center;display:flex;font-weight:600}.components-placeholder__label .block-editor-block-icon,.components-placeholder__label .dashicon,.components-placeholder__label>svg{margin-right:4px;fill:currentColor}@media (forced-colors:active){.components-placeholder__label .block-editor-block-icon,.components-placeholder__label .dashicon,.components-placeholder__label>svg{fill:CanvasText}}.components-placeholder__label:empty{display:none}.components-placeholder__fieldset,.components-placeholder__fieldset form{display:flex;flex-direction:row;flex-wrap:wrap;gap:16px;justify-content:flex-start;width:100%}.components-placeholder__fieldset form p,.components-placeholder__fieldset p{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.components-placeholder__fieldset.is-column-layout,.components-placeholder__fieldset.is-column-layout form{flex-direction:column}.components-placeholder__input[type=url]{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;flex:1 1 auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:6px 8px}@media not (prefers-reduced-motion){.components-placeholder__input[type=url]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-placeholder__input[type=url]{font-size:13px;line-height:normal}}.components-placeholder__input[type=url]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-placeholder__input[type=url]::-webkit-input-placeholder{color:#1e1e1e9e}.components-placeholder__input[type=url]::-moz-placeholder{color:#1e1e1e9e}.components-placeholder__input[type=url]:-ms-input-placeholder{color:#1e1e1e9e}.components-placeholder__error{gap:8px;width:100%}.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link{margin-left:10px;margin-right:10px}.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link:last-child{margin-right:0}.components-placeholder.is-medium .components-placeholder__instructions,.components-placeholder.is-small .components-placeholder__instructions{display:none}.components-placeholder.is-medium .components-placeholder__fieldset,.components-placeholder.is-medium .components-placeholder__fieldset form,.components-placeholder.is-small .components-placeholder__fieldset,.components-placeholder.is-small .components-placeholder__fieldset form{flex-direction:column}.components-placeholder.is-medium .components-button,.components-placeholder.is-medium .components-placeholder__fieldset>*,.components-placeholder.is-small .components-button,.components-placeholder.is-small .components-placeholder__fieldset>*{justify-content:center;width:100%}.components-placeholder.is-small{padding:16px}.components-placeholder.has-illustration{-webkit-backdrop-filter:blur(100px);backdrop-filter:blur(100px);backface-visibility:hidden;background-color:initial;border-radius:0;box-shadow:none;color:inherit;display:flex;overflow:hidden}.is-dark-theme .components-placeholder.has-illustration{background-color:#0000001a}.components-placeholder.has-illustration .components-placeholder__fieldset{margin-left:0;margin-right:0}.components-placeholder.has-illustration .components-button,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-placeholder__label{opacity:0;pointer-events:none}@media not (prefers-reduced-motion){.components-placeholder.has-illustration .components-button,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-placeholder__label{transition:opacity .1s linear}}.is-selected>.components-placeholder.has-illustration .components-button,.is-selected>.components-placeholder.has-illustration .components-placeholder__instructions,.is-selected>.components-placeholder.has-illustration .components-placeholder__label{opacity:1;pointer-events:auto}.components-placeholder.has-illustration:before{background:currentColor;bottom:0;content:"";left:0;opacity:.1;pointer-events:none;position:absolute;right:0;top:0}.is-selected .components-placeholder.has-illustration{overflow:auto}.components-placeholder__preview{display:flex;justify-content:center}.components-placeholder__illustration{box-sizing:initial;height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%;stroke:currentColor;opacity:.25}.components-popover{box-sizing:border-box;will-change:transform;z-index:1000000}.components-popover *,.components-popover :after,.components-popover :before{box-sizing:inherit}.components-popover.is-expanded{bottom:0;left:0;position:fixed;right:0;top:0;z-index:1000000!important}.components-popover__content{background:#fff;border-radius:4px;box-shadow:0 0 0 1px #ccc,0 2px 3px #0000000d,0 4px 5px #0000000a,0 12px 12px #00000008,0 16px 16px #00000005;box-sizing:border-box;width:min-content}.is-alternate .components-popover__content{border-radius:2px;box-shadow:0 0 0 1px #1e1e1e}.is-unstyled .components-popover__content{background:none;border-radius:0;box-shadow:none}.components-popover.is-expanded .components-popover__content{box-shadow:0 -1px 0 0 #ccc;height:calc(100% - 48px);overflow-y:visible;position:static;width:auto}.components-popover.is-expanded.is-alternate .components-popover__content{box-shadow:0 -1px 0 #1e1e1e}.components-popover__header{align-items:center;background:#fff;display:flex;height:48px;justify-content:space-between;padding:0 8px 0 16px}.components-popover__header-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.components-popover__close.components-button{z-index:5}.components-popover__arrow{display:flex;height:14px;pointer-events:none;position:absolute;width:14px}.components-popover__arrow:before{background-color:#fff;content:"";height:2px;left:1px;position:absolute;right:1px;top:-1px}.components-popover__arrow.is-top{bottom:-14px!important;transform:rotate(0)}.components-popover__arrow.is-right{left:-14px!important;transform:rotate(90deg)}.components-popover__arrow.is-bottom{top:-14px!important;transform:rotate(180deg)}.components-popover__arrow.is-left{right:-14px!important;transform:rotate(-90deg)}.components-popover__triangle{display:block;flex:1}.components-popover__triangle-bg{fill:#fff}.components-popover__triangle-border{fill:#0000;stroke-width:1px;stroke:#ccc}.is-alternate .components-popover__triangle-border{stroke:#1e1e1e}.components-radio-control{border:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;margin:0;padding:0}.components-radio-control__group-wrapper.has-help{margin-block-end:12px}.components-radio-control__option{align-items:center;column-gap:8px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto minmax(0,max-content)}.components-radio-control__input[type=radio]{appearance:none;border:1px solid #1e1e1e;border-radius:2px;border-radius:50%;box-shadow:0 0 0 #0000;cursor:pointer;display:inline-flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;grid-column:1;grid-row:1;height:24px;line-height:normal;margin:0;max-width:24px;min-width:24px;padding:0;position:relative;transition:none;width:24px}@media not (prefers-reduced-motion){.components-radio-control__input[type=radio]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-radio-control__input[type=radio]{font-size:13px;line-height:normal}}.components-radio-control__input[type=radio]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color)}.components-radio-control__input[type=radio]::-webkit-input-placeholder{color:#1e1e1e9e}.components-radio-control__input[type=radio]::-moz-placeholder{color:#1e1e1e9e}.components-radio-control__input[type=radio]:-ms-input-placeholder{color:#1e1e1e9e}@media (min-width:600px){.components-radio-control__input[type=radio]{height:16px;max-width:16px;min-width:16px;width:16px}}.components-radio-control__input[type=radio]:checked:before{background-color:#fff;border:4px solid #fff;box-sizing:inherit;height:12px;left:50%;margin:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:12px}@media (min-width:600px){.components-radio-control__input[type=radio]:checked:before{height:8px;width:8px}}.components-radio-control__input[type=radio]:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color)}.components-radio-control__input[type=radio]:checked{background:var(--wp-admin-theme-color);border:none}.components-radio-control__input[type=radio]:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color);outline:2px solid #0000;outline-offset:2px}.components-radio-control__input[type=radio]:checked{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-radio-control__input[type=radio]:checked:before{border-radius:50%;content:""}.components-radio-control__label{cursor:pointer;grid-column:2;grid-row:1;line-height:24px}@media (min-width:600px){.components-radio-control__label{line-height:16px}}.components-radio-control__option-description{grid-column:2;grid-row:2;padding-block-start:4px}.components-radio-control__option-description.components-radio-control__option-description{margin-top:0}.components-resizable-box__handle{display:none;height:23px;width:23px;z-index:2}.components-resizable-box__container.has-show-handle .components-resizable-box__handle{display:block}.components-resizable-box__handle>div{height:100%;outline:none;position:relative;width:100%;z-index:2}.components-resizable-box__container>img{width:inherit}.components-resizable-box__handle:after{background:#fff;border-radius:50%;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)),0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003;content:"";cursor:inherit;display:block;height:15px;outline:2px solid #0000;position:absolute;right:calc(50% - 8px);top:calc(50% - 8px);width:15px}.components-resizable-box__side-handle:before{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-radius:9999px;content:"";cursor:inherit;display:block;height:3px;opacity:0;position:absolute;right:calc(50% - 1px);top:calc(50% - 1px);width:3px}@media not (prefers-reduced-motion){.components-resizable-box__side-handle:before{transition:transform .1s ease-in;will-change:transform}}.components-resizable-box__corner-handle,.components-resizable-box__side-handle{z-index:2}.components-resizable-box__side-handle.components-resizable-box__handle-bottom,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:before,.components-resizable-box__side-handle.components-resizable-box__handle-top,.components-resizable-box__side-handle.components-resizable-box__handle-top:before{border-left:0;border-right:0;left:0;width:100%}.components-resizable-box__side-handle.components-resizable-box__handle-left,.components-resizable-box__side-handle.components-resizable-box__handle-left:before,.components-resizable-box__side-handle.components-resizable-box__handle-right,.components-resizable-box__side-handle.components-resizable-box__handle-right:before{border-bottom:0;border-top:0;height:100%;top:0}@media not (prefers-reduced-motion){.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{animation:components-resizable-box__top-bottom-animation .1s ease-out 0s;animation-fill-mode:forwards}.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before{animation:components-resizable-box__left-right-animation .1s ease-out 0s;animation-fill-mode:forwards}}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none){.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{animation:none}}}@keyframes components-resizable-box__top-bottom-animation{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}@keyframes components-resizable-box__left-right-animation{0%{opacity:0;transform:scaleY(0)}to{opacity:1;transform:scaleY(1)}} .components-resizable-box__handle-right{right:-11.5px}.components-resizable-box__handle-left{left:-11.5px}.components-resizable-box__handle-top{top:-11.5px}.components-resizable-box__handle-bottom{bottom:-11.5px} .components-responsive-wrapper{align-items:center;display:flex;justify-content:center;max-width:100%;position:relative}.components-responsive-wrapper__content{display:block;max-width:100%;width:100%}.components-sandbox{overflow:hidden}iframe.components-sandbox{width:100%}body.lockscroll,html.lockscroll{overflow:hidden}.components-select-control__input{outline:0;-webkit-tap-highlight-color:rgba(0,0,0,0)!important}@media (max-width:782px){.components-base-control .components-base-control__field .components-select-control__input{font-size:16px}}.components-snackbar{-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(16px) saturate(180%);background:#000000d9;border-radius:4px;box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005;box-sizing:border-box;color:#fff;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;max-width:600px;padding:12px 20px;pointer-events:auto;width:100%}@media (min-width:600px){.components-snackbar{width:fit-content}}.components-snackbar:focus{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-snackbar.components-snackbar-explicit-dismiss{cursor:default}.components-snackbar .components-snackbar__content-with-icon{padding-left:24px;position:relative}.components-snackbar .components-snackbar__icon{left:-8px;position:absolute;top:-2.9px}.components-snackbar .components-snackbar__dismiss-button{cursor:pointer;margin-left:24px}.components-snackbar__action.components-button{color:#fff;flex-shrink:0;margin-left:32px}.components-snackbar__action.components-button:focus{box-shadow:none;outline:1px dotted #fff}.components-snackbar__action.components-button:hover{color:currentColor;text-decoration:none}.components-snackbar__content{align-items:baseline;display:flex;justify-content:space-between;line-height:1.4}.components-snackbar-list{box-sizing:border-box;pointer-events:none;position:absolute;width:100%;z-index:100000}.components-snackbar-list__notice-container{padding-top:8px;position:relative}.components-tab-panel__tabs{align-items:stretch;display:flex;flex-direction:row}.components-tab-panel__tabs[aria-orientation=vertical]{flex-direction:column}.components-tab-panel__tabs-item{background:#0000;border:none;border-radius:0;box-shadow:none;cursor:pointer;font-weight:500;height:48px!important;margin-left:0;padding:3px 16px;position:relative}.components-tab-panel__tabs-item:focus:not(:disabled){box-shadow:none;outline:none;position:relative}.components-tab-panel__tabs-item:after{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-radius:0;bottom:0;content:"";height:calc(var(--wp-admin-border-width-focus)*0);left:0;pointer-events:none;position:absolute;right:0}@media not (prefers-reduced-motion){.components-tab-panel__tabs-item:after{transition:all .1s linear}}.components-tab-panel__tabs-item.is-active:after{height:calc(var(--wp-admin-border-width-focus)*1);outline:2px solid #0000;outline-offset:-1px}.components-tab-panel__tabs-item:before{border-radius:2px;bottom:12px;box-shadow:0 0 0 0 #0000;content:"";left:12px;pointer-events:none;position:absolute;right:12px;top:12px}@media not (prefers-reduced-motion){.components-tab-panel__tabs-item:before{transition:all .1s linear}}.components-tab-panel__tabs-item:focus-visible:before{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-tab-panel__tab-content:focus{box-shadow:none;outline:none}.components-tab-panel__tab-content:focus-visible{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000;outline-offset:0}.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;height:32px;line-height:normal;margin:0;padding:6px 8px;width:100%}@media not (prefers-reduced-motion){.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{font-size:13px;line-height:normal}}.components-text-control__input:focus,.components-text-control__input[type=color]:focus,.components-text-control__input[type=date]:focus,.components-text-control__input[type=datetime-local]:focus,.components-text-control__input[type=datetime]:focus,.components-text-control__input[type=email]:focus,.components-text-control__input[type=month]:focus,.components-text-control__input[type=number]:focus,.components-text-control__input[type=password]:focus,.components-text-control__input[type=tel]:focus,.components-text-control__input[type=text]:focus,.components-text-control__input[type=time]:focus,.components-text-control__input[type=url]:focus,.components-text-control__input[type=week]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-text-control__input::-webkit-input-placeholder,.components-text-control__input[type=color]::-webkit-input-placeholder,.components-text-control__input[type=date]::-webkit-input-placeholder,.components-text-control__input[type=datetime-local]::-webkit-input-placeholder,.components-text-control__input[type=datetime]::-webkit-input-placeholder,.components-text-control__input[type=email]::-webkit-input-placeholder,.components-text-control__input[type=month]::-webkit-input-placeholder,.components-text-control__input[type=number]::-webkit-input-placeholder,.components-text-control__input[type=password]::-webkit-input-placeholder,.components-text-control__input[type=tel]::-webkit-input-placeholder,.components-text-control__input[type=text]::-webkit-input-placeholder,.components-text-control__input[type=time]::-webkit-input-placeholder,.components-text-control__input[type=url]::-webkit-input-placeholder,.components-text-control__input[type=week]::-webkit-input-placeholder{color:#1e1e1e9e}.components-text-control__input::-moz-placeholder,.components-text-control__input[type=color]::-moz-placeholder,.components-text-control__input[type=date]::-moz-placeholder,.components-text-control__input[type=datetime-local]::-moz-placeholder,.components-text-control__input[type=datetime]::-moz-placeholder,.components-text-control__input[type=email]::-moz-placeholder,.components-text-control__input[type=month]::-moz-placeholder,.components-text-control__input[type=number]::-moz-placeholder,.components-text-control__input[type=password]::-moz-placeholder,.components-text-control__input[type=tel]::-moz-placeholder,.components-text-control__input[type=text]::-moz-placeholder,.components-text-control__input[type=time]::-moz-placeholder,.components-text-control__input[type=url]::-moz-placeholder,.components-text-control__input[type=week]::-moz-placeholder{color:#1e1e1e9e}.components-text-control__input:-ms-input-placeholder,.components-text-control__input[type=color]:-ms-input-placeholder,.components-text-control__input[type=date]:-ms-input-placeholder,.components-text-control__input[type=datetime-local]:-ms-input-placeholder,.components-text-control__input[type=datetime]:-ms-input-placeholder,.components-text-control__input[type=email]:-ms-input-placeholder,.components-text-control__input[type=month]:-ms-input-placeholder,.components-text-control__input[type=number]:-ms-input-placeholder,.components-text-control__input[type=password]:-ms-input-placeholder,.components-text-control__input[type=tel]:-ms-input-placeholder,.components-text-control__input[type=text]:-ms-input-placeholder,.components-text-control__input[type=time]:-ms-input-placeholder,.components-text-control__input[type=url]:-ms-input-placeholder,.components-text-control__input[type=week]:-ms-input-placeholder{color:#1e1e1e9e}.components-text-control__input.is-next-40px-default-size,.components-text-control__input[type=color].is-next-40px-default-size,.components-text-control__input[type=date].is-next-40px-default-size,.components-text-control__input[type=datetime-local].is-next-40px-default-size,.components-text-control__input[type=datetime].is-next-40px-default-size,.components-text-control__input[type=email].is-next-40px-default-size,.components-text-control__input[type=month].is-next-40px-default-size,.components-text-control__input[type=number].is-next-40px-default-size,.components-text-control__input[type=password].is-next-40px-default-size,.components-text-control__input[type=tel].is-next-40px-default-size,.components-text-control__input[type=text].is-next-40px-default-size,.components-text-control__input[type=time].is-next-40px-default-size,.components-text-control__input[type=url].is-next-40px-default-size,.components-text-control__input[type=week].is-next-40px-default-size{height:40px;padding-left:12px;padding-right:12px}.components-text-control__input[type=email],.components-text-control__input[type=url]{direction:ltr}.components-tip{color:#757575;display:flex}.components-tip svg{align-self:center;fill:#f0b849;flex-shrink:0;margin-right:16px}.components-tip p{margin:0}.components-toggle-control__label{line-height:16px}.components-toggle-control__label:not(.is-disabled){cursor:pointer}.components-toggle-control__help{display:inline-block;margin-inline-start:40px}.components-accessible-toolbar{border:1px solid #1e1e1e;border-radius:2px;display:inline-flex;flex-shrink:0}.components-accessible-toolbar>.components-toolbar-group:last-child{border-right:none}.components-accessible-toolbar.is-unstyled{border:none}.components-accessible-toolbar.is-unstyled>.components-toolbar-group{border-right:none}.components-accessible-toolbar[aria-orientation=vertical],.components-toolbar[aria-orientation=vertical]{align-items:center;display:flex;flex-direction:column}.components-accessible-toolbar .components-button,.components-toolbar .components-button{height:48px;padding-left:16px;padding-right:16px;position:relative;z-index:1}.components-accessible-toolbar .components-button:focus:not(:disabled),.components-toolbar .components-button:focus:not(:disabled){box-shadow:none;outline:none}.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{border-radius:2px;content:"";display:block;height:32px;left:8px;position:absolute;right:8px;z-index:-1}@media not (prefers-reduced-motion){.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{animation:components-button__appear-animation .1s ease;animation-fill-mode:forwards}}.components-accessible-toolbar .components-button svg,.components-toolbar .components-button svg{margin-left:auto;margin-right:auto;position:relative}.components-accessible-toolbar .components-button.is-pressed,.components-accessible-toolbar .components-button.is-pressed:hover,.components-toolbar .components-button.is-pressed,.components-toolbar .components-button.is-pressed:hover{background:#0000}.components-accessible-toolbar .components-button.is-pressed:before,.components-toolbar .components-button.is-pressed:before{background:#1e1e1e}.components-accessible-toolbar .components-button:focus:before,.components-toolbar .components-button:focus:before{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.components-accessible-toolbar .components-button.has-icon.has-icon,.components-toolbar .components-button.has-icon.has-icon{min-width:48px;padding-left:8px;padding-right:8px}@keyframes components-button__appear-animation{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.components-toolbar__control.components-button{position:relative}.components-toolbar__control.components-button[data-subscript] svg{padding:5px 10px 5px 0}.components-toolbar__control.components-button[data-subscript]:after{bottom:10px;content:attr(data-subscript);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:600;line-height:12px;position:absolute;right:8px}.components-toolbar__control.components-button:not(:disabled).is-pressed[data-subscript]:after{color:#fff}.components-toolbar-group{background-color:#fff;border-right:1px solid #1e1e1e;display:inline-flex;flex-shrink:0;flex-wrap:wrap;line-height:0;min-height:48px;padding-left:6px;padding-right:6px}.components-toolbar-group .components-toolbar-group.components-toolbar-group{border-width:0;margin:0}.components-toolbar-group .components-button.components-button,.components-toolbar-group .components-button.has-icon.has-icon{justify-content:center;min-width:36px;padding-left:6px;padding-right:6px}.components-toolbar-group .components-button.components-button svg,.components-toolbar-group .components-button.has-icon.has-icon svg{min-width:24px}.components-toolbar-group .components-button.components-button:before,.components-toolbar-group .components-button.has-icon.has-icon:before{left:2px;right:2px}.components-toolbar{background-color:#fff;border:1px solid #1e1e1e;display:inline-flex;flex-shrink:0;flex-wrap:wrap;margin:0;min-height:48px}.components-toolbar .components-toolbar.components-toolbar{border-width:0;margin:0}div.components-toolbar>div{display:flex;margin:0}div.components-toolbar>div+div.has-left-divider{margin-left:6px;overflow:visible;position:relative}div.components-toolbar>div+div.has-left-divider:before{background-color:#ddd;box-sizing:initial;content:"";display:inline-block;height:20px;left:-3px;position:absolute;top:8px;width:1px}.components-tooltip{background:#000;border-radius:2px;box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005;color:#f0f0f0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:12px;line-height:1.4;padding:4px 8px;text-align:center;z-index:1000002}.components-tooltip__shortcut{margin-left:8px}#wpadminbar>.godaddy-styles *,.godaddy-styles *{font-family:GD Sherpa,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;line-height:1.4}#wpadminbar>.godaddy-styles .is-bigger,.godaddy-styles .is-bigger{font-size:1.1em!important;font-weight:500!important}#wpadminbar>.godaddy-styles .components-button,#wpadminbar>.godaddy-styles.components-button,.godaddy-styles .components-button,.godaddy-styles.components-button{border:0;border-radius:6px;box-shadow:none;font-size:1em;height:auto;line-height:1;padding:1.25em;transition:background-color,color,.2s ease-in-out}#wpadminbar>.godaddy-styles .components-button:disabled,#wpadminbar>.godaddy-styles.components-button:disabled,.godaddy-styles .components-button:disabled,.godaddy-styles.components-button:disabled{opacity:.5}#wpadminbar>.godaddy-styles .components-button>svg,#wpadminbar>.godaddy-styles.components-button>svg,.godaddy-styles .components-button>svg,.godaddy-styles.components-button>svg{height:24px;margin-left:.2em;position:relative;right:-5px;top:-1px;transform:scale(.75);width:24px}#wpadminbar>.godaddy-styles .components-button.no-padding,#wpadminbar>.godaddy-styles.components-button.no-padding,.godaddy-styles .components-button.no-padding,.godaddy-styles.components-button.no-padding{padding:0}#wpadminbar>.godaddy-styles .components-button.is-big,#wpadminbar>.godaddy-styles.components-button.is-big,.godaddy-styles .components-button.is-big,.godaddy-styles.components-button.is-big{font-size:1.1em;font-weight:600;padding:1.5em}#wpadminbar>.godaddy-styles .components-button.is-primary,#wpadminbar>.godaddy-styles.components-button.is-primary,.godaddy-styles .components-button.is-primary,.godaddy-styles.components-button.is-primary{background-color:#000;box-shadow:none;color:#fff}#wpadminbar>.godaddy-styles .components-button.is-primary:active:not([disabled]),#wpadminbar>.godaddy-styles .components-button.is-primary:hover:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-primary:active:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-primary:hover:not([disabled]),.godaddy-styles .components-button.is-primary:active:not([disabled]),.godaddy-styles .components-button.is-primary:hover:not([disabled]),.godaddy-styles.components-button.is-primary:active:not([disabled]),.godaddy-styles.components-button.is-primary:hover:not([disabled]){background-color:#00a4a6}#wpadminbar>.godaddy-styles .components-button.is-secondary,#wpadminbar>.godaddy-styles.components-button.is-secondary,.godaddy-styles .components-button.is-secondary,.godaddy-styles.components-button.is-secondary{box-shadow:none;color:#111}#wpadminbar>.godaddy-styles .components-button.is-secondary:active:not([disabled]),#wpadminbar>.godaddy-styles .components-button.is-secondary:hover:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-secondary:active:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-secondary:hover:not([disabled]),.godaddy-styles .components-button.is-secondary:active:not([disabled]),.godaddy-styles .components-button.is-secondary:hover:not([disabled]),.godaddy-styles.components-button.is-secondary:active:not([disabled]),.godaddy-styles.components-button.is-secondary:hover:not([disabled]){border:0;box-shadow:none;color:#000}#wpadminbar>.godaddy-styles .components-button.is-tertiary,#wpadminbar>.godaddy-styles.components-button.is-tertiary,.godaddy-styles .components-button.is-tertiary,.godaddy-styles.components-button.is-tertiary{border:1px solid #111;color:#111}#wpadminbar>.godaddy-styles .components-button.is-tertiary:hover,#wpadminbar>.godaddy-styles.components-button.is-tertiary:hover,.godaddy-styles .components-button.is-tertiary:hover,.godaddy-styles.components-button.is-tertiary:hover{background-color:#111;box-shadow:none;color:#fff}#wpadminbar>.godaddy-styles .components-button.is-link,#wpadminbar>.godaddy-styles.components-button.is-link,.godaddy-styles .components-button.is-link,.godaddy-styles.components-button.is-link{box-shadow:none;color:#00a4a6;padding:0;text-decoration:none}#wpadminbar>.godaddy-styles .components-button.is-link:active:not([disabled]),#wpadminbar>.godaddy-styles .components-button.is-link:hover:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-link:active:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-link:hover:not([disabled]),.godaddy-styles .components-button.is-link:active:not([disabled]),.godaddy-styles .components-button.is-link:hover:not([disabled]),.godaddy-styles.components-button.is-link:active:not([disabled]),.godaddy-styles.components-button.is-link:hover:not([disabled]){color:#111;outline:none}#wpadminbar>.godaddy-styles .components-button.has-icon:active:not([disabled]),#wpadminbar>.godaddy-styles .components-button.has-icon:hover:not([disabled]),#wpadminbar>.godaddy-styles.components-button.has-icon:active:not([disabled]),#wpadminbar>.godaddy-styles.components-button.has-icon:hover:not([disabled]),.godaddy-styles .components-button.has-icon:active:not([disabled]),.godaddy-styles .components-button.has-icon:hover:not([disabled]),.godaddy-styles.components-button.has-icon:active:not([disabled]),.godaddy-styles.components-button.has-icon:hover:not([disabled]){background-color:transparent;color:#00a4a6}#wpadminbar>.godaddy-styles .components-modal__frame,#wpadminbar>.godaddy-styles.components-modal__frame,.godaddy-styles .components-modal__frame,.godaddy-styles.components-modal__frame{border-radius:1rem}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content,.godaddy-styles .components-modal__frame .components-modal__content,.godaddy-styles.components-modal__frame .components-modal__content{margin-top:0;padding:4.5rem 4.5rem 4.25rem}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content:before,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content:before,.godaddy-styles .components-modal__frame .components-modal__content:before,.godaddy-styles.components-modal__frame .components-modal__content:before{margin:0}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content p:last-child,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content p:last-child,.godaddy-styles .components-modal__frame .components-modal__content p:last-child,.godaddy-styles.components-modal__frame .components-modal__content p:last-child{margin-bottom:0}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header,.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header,.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header{border-bottom:0;font-size:2rem;height:unset;margin-bottom:.75em;padding:0;position:relative}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-modal__icon-container,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-modal__icon-container,.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-modal__icon-container,.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-modal__icon-container{margin-right:8px}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-modal__header-heading,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-modal__header-heading,.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-modal__header-heading,.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-modal__header-heading{font-size:2rem}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon,.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon,.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon{font-size:1rem;left:auto;padding:.25em;position:absolute;right:-3.5rem;top:-3.25rem}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon>svg,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon>svg,.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon>svg,.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon>svg{margin-left:0;right:0;top:0;transform:scale(1)}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-text-control__input,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-text-control__input,.godaddy-styles .components-modal__frame .components-modal__content .components-text-control__input,.godaddy-styles.components-modal__frame .components-modal__content .components-text-control__input{margin-bottom:.5em}#wpadminbar>.godaddy-styles .ux-tag,.godaddy-styles .ux-tag{border-radius:4px;color:#000;font-size:.9em;font-weight:700;letter-spacing:.05625rem;line-height:1.5;padding-block:8px;padding-inline:8px;text-transform:uppercase;white-space:nowrap}#wpadminbar>.godaddy-styles .ux-tag-critical,.godaddy-styles .ux-tag-critical{background-color:#fbb}#wpadminbar>.godaddy-styles .ux-tag-highlight,.godaddy-styles .ux-tag-highlight{background-color:#a6fff8}#wpadminbar>.godaddy-styles .ux-tag-info,.godaddy-styles .ux-tag-info{background-color:#d3c1f7}#wpadminbar>.godaddy-styles .ux-tag-internal,.godaddy-styles .ux-tag-internal{background-color:#fbd9ed}#wpadminbar>.godaddy-styles .ux-tag-neutral,.godaddy-styles .ux-tag-neutral{background-color:#ddeaf8}#wpadminbar>.godaddy-styles .ux-tag-passive,.godaddy-styles .ux-tag-passive{background-color:#f4f8fc}#wpadminbar>.godaddy-styles .ux-tag-success,.godaddy-styles .ux-tag-success{background-color:#9fffb8}#wpadminbar>.godaddy-styles .ux-tag-warning,.godaddy-styles .ux-tag-warning{background-color:#ffeea9}#wpadminbar>.godaddy-styles .components-toggle-control,#wpadminbar>.godaddy-styles.components-toggle-control,.godaddy-styles .components-toggle-control,.godaddy-styles.components-toggle-control{align-items:flex-end;display:flex}#wpadminbar>.godaddy-styles .components-toggle-control .components-base-control__field,#wpadminbar>.godaddy-styles .components-toggle-control__field,#wpadminbar>.godaddy-styles.components-toggle-control .components-base-control__field,#wpadminbar>.godaddy-styles.components-toggle-control__field,.godaddy-styles .components-toggle-control .components-base-control__field,.godaddy-styles .components-toggle-control__field,.godaddy-styles.components-toggle-control .components-base-control__field,.godaddy-styles.components-toggle-control__field{margin:0}#wpadminbar>.godaddy-styles .components-toggle-control .components-base-control__field .components-form-toggle__track,#wpadminbar>.godaddy-styles.components-toggle-control .components-base-control__field .components-form-toggle__track,.godaddy-styles .components-toggle-control .components-base-control__field .components-form-toggle__track,.godaddy-styles.components-toggle-control .components-base-control__field .components-form-toggle__track{background-color:#f3f6f8}#wpadminbar>.godaddy-styles .components-toggle-control .components-base-control__field .is-checked .components-form-toggle__track,#wpadminbar>.godaddy-styles.components-toggle-control .components-base-control__field .is-checked .components-form-toggle__track,.godaddy-styles .components-toggle-control .components-base-control__field .is-checked .components-form-toggle__track,.godaddy-styles.components-toggle-control .components-base-control__field .is-checked .components-form-toggle__track{background-color:#00a4a6}#wpadminbar>.godaddy-styles .components-toggle-control .components-base-control__help,#wpadminbar>.godaddy-styles.components-toggle-control .components-base-control__help,.godaddy-styles .components-toggle-control .components-base-control__help,.godaddy-styles.components-toggle-control .components-base-control__help{margin:0}html {
line-height: 1.15; -webkit-text-size-adjust: 100%; font-size: 16px;
font-size: 62.5%;
}  body {
margin: 0;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent;
} abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
} body, button, input, select, optgroup, textarea {
color: #797978;
font-family: 'Roboto', sans-serif;
font-size: 16px;
font-size: 1.6rem;
line-height: 1.5;
}
@media screen and (max-width: 900px) {
html {
font-size: 54.6879%;
}
}
body {
line-height: 1.7;
color: #797978;
}
h1, h2, h3, h4, h5, h6 {
clear: both;
font-family: 'Poppins', sans-serif;
margin-bottom: 15px;
line-height: 1.4;
margin-top: 0;
color: #222;
font-weight: 600;
}
h1 {
font-size:3.8rem;
}
h2 {
font-size: 2.8rem;
}
h3 {
font-size: 2.2rem;
}
h4 {
font-size: 1.8rem;
}
h5 {
font-size:1.6rem;
}
h6 {
font-size:1.4rem;
}
p {
margin: 0 0 15px 0;
}
dfn, cite, em, i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 1.5rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code, kbd, tt, var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 1.5rem;
}
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark, ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background: #fff; -webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
}
blockquote,
q {
quotes: "" "";
font-size: 1.8rem;
font-style: italic;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 15px;
}
ul,
ol {
margin: 0 0 15px 20px;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 15px;
}
dt {
font-weight: bold;
}
dd {
margin: 0 15px 15px;
}
img {
height: auto; max-width: 100%; vertical-align: middle;
}
figure {
margin: 1em 0; }
table {
margin: 0 0 15px;
width: 100%;
} .ff-button,
.ff-button:visited,
button, a.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
transition: all 0.3s ease 0s;
background: -moz-linear-gradient(0deg, #428cd4 0%, #004e9a 100%);
background: -webkit-linear-gradient(0deg, #428cd4 0%, #004e9a 100%);
background: -ms-linear-gradient(0deg, #428cd4 0%, #004e9a 100%);
color: #fff;
font-size: 15px;
padding: 12px 50px;
border: none;
height: auto;
width: auto;
cursor: pointer;
display: inline-block;
text-align: center;
margin: 0;
position: relative;
font-weight: 500;
letter-spacing: 1px;
margin-top: 10px;
border-radius: 3px;
line-height: 1.75;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
padding: 9px 35px;
}
a.ff-button:hover,
button:hover,
a.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
a.button:focus,
a.ff-button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
a.ff-button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
background: -moz-linear-gradient(0deg, #004e9a 0%, #428cd4 100%);
background: -webkit-linear-gradient(0deg, #004e9a 0%, #428cd4 100%);
background: -ms-linear-gradient(0deg, #004e9a 0%, #428cd4 100%);
color: #fff;
border-color: #222;
}
button:focus,
a.button:focus,
a.ff-button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
outline: none;
} a.ff-button.custom-wire {
color: #fff;
background: none;
border: 2px solid #fff;
}
.ff-button.button-secondary, .ff-button.button-secondary:visited {
background: #fff;
color: #222;
}
.ff-button.button-secondary:hover,
.ff-button.button-secondary:active,
.ff-button.button-secondary:focus {
background-color: #408ad2;
color: #fff;
}
input[type="text"],
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 {
color: #666;
border: 1px solid #ccc;
padding:15px 20px;
transition: all 0.2s ease-in-out 0s;
width: 100%;
}
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 {
color: #111;
border:1px solid #000;
outline: none;
}
select {
border: 1px solid #ccc;
padding: 10px 15px;
}
.header-search .displaynone {
display: none;
}
.header-search .displayblock{
display: block;
}
#search-toggle.toggled-on i.far.fa-times-circle {
display: block;
font-size: 17px;
}
#search-toggle  i.far.fa-times-circle,
#search-toggle.toggled-on i.fas.fa-search {
display: none;
}
#search-toggle:hover,
#search-toggle:focus,
#search-toggle:active {
color:#408ad2;
}
#search-toggle, .site-header-cart a {
display: block;
padding: 7px;
font-size: 12px;
height: 35px;
width: 35px;
text-align: center;
margin-left: 12px;
}
.header-search {
position: relative;
}
#search-container {
background: #ffffff none repeat scroll 0 0;
bottom: -115px;
box-shadow: 0 7px 30px #7b6a6a4d;
padding: 25px;
position: absolute;
width: 400px;
z-index: 9999;
right: 0;
}
.header-one #search-container {
width: 100%;
}
#search-container:after {
content: "";
position: absolute;
background: #fff;
height: 20px;
right: 20px;
top: -9px;
width: 20px;
transform: rotate(45deg);
}
.search-form .search-submit{
border-radius: 0;
padding: 10px 15px;
position: absolute;
left: 0;
top: 0;
border-radius: 0;
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 11px;
background: no-repeat;
color: #2c2f35;
border-right: 1px solid #ccc;
margin: 5px 0;
}
.search-form .search-submit:hover,
.search-form .search-submit:focus,
.search-form .search-submit:active {
background: none;
color:#000;
}
.search-form input.search-field{
padding: 10px 20px 10px 70px;
width: 100%;
}
form.woocommerce-product-search button {
width: 100%;
}
.search-form,
.woocommerce-product-search  {
position: relative;
clear: both;
}  a {
color:#408ad2;
text-decoration: inherit;
}
a:visited {
color: #408ad2;
}
a:hover,
a:focus,
a:active {
color: #000;
}
a:focus {
outline: thin dotted;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
color: #000000;
text-decoration: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h5 a:focus,
h6 a:hover,
h1 a:active,
h2 a:active,
h3 a:active,
h4 a:active,
h5 a:active,
h6 a:active{
color: #408ad2;
}
.page-content p a,
.entry-content p a,
.entry-summary p a,
.widget .textwidget a,.comment-content a,.section p a{
text-decoration: underline;
}
.page-content a.more-link,
.entry-content a.more-link,
.entry-summary a.more-link,
.section p a.more-link{
text-decoration: none;
}
.more-link:before {
content: "\f061";
font-family: 'Font Awesome 5 Free';
padding-left: 5px;
font-weight: 900;
font-size: 14px;
position: absolute;
right: 8px;
top: 6px;
background: #fff;
height: 35px;
width: 35px;
border-radius: 100%;
padding: 7px;
text-align: center;
color: #222;
}
a.more-link, a.more-link:visited {
display: block;
clear: both;
margin-top: 15px;
font-weight: 600;
font-size: 15px;
background: #e5edf5;
display: table;
padding: 11px 20px;
border-radius: 4px;
padding-right: 50px;
position: relative;
box-sizing: border-box;
color: #222;
}
.swiper-slide {
box-sizing: border-box;
}
a.more-link:hover, a.more-link:focus, a.more-link:active {
background: #408ad2;
color: #fff;
} a.skip-link  {
font-size: 16px!important;
}
.main-navigation ul {
list-style: none;
margin: 0;
}
.main-navigation ul li {
position: relative;
}
.main-navigation ul li a {
color: #000000;
display: block;
outline-offset: -1px;
padding: 15px 25px;
font-weight: 600;
font-size: 15px;
letter-spacing: 0.5px;
}
.main-navigation .menu-item-has-children > a:after,
.main-navigation li.page-item-has-children > a:after,
.main-navigation li.page_item_has_children > a:after {
content: "\f107";
display: inline-block;
font-family: 'Font Awesome 5 Free';
font-style: normal;
font-variant: normal;
font-weight: normal;
text-rendering: auto;
line-height: 1;
position: absolute;
right: 14px;
top: 19px;
font-weight: 900;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
}
.main-navigation ul ul {
display: none;
text-align: left;
margin: 0;
padding: 0;
}
.no-js .main-navigation ul ul {
display: block;
}
.main-navigation ul .toggled-on {
display: block;
}
.main-navigation ul.primary-menu {
margin: 0;
padding: 0;
}
.site-header-menu {
display: none;
-webkit-flex: 0 1 100%;
-ms-flex: 0 1 100%;
flex: 0 1 100%;
}
.site-header-menu.toggled-on,
.no-js .site-header-menu {
display: block;
}
.dropdown-toggle {
background: transparent;
border: 0;
border-radius: 0;
color: #1a1a1a;
content: "";
height: 45px;
padding: 0;
position: absolute;
right: 0;
text-transform: none;
top: 0;
width: 45px;
margin: 0;
}
.dropdown-toggle:after {
content: "\f107";
font-family: 'Font Awesome 5 Free';
font-weight: 900;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
border-left: 1px solid #ececec;
left: 1px;
display: block;
}
.dropdown-toggle:hover,
.dropdown-toggle:focus {
background: transparent;
color: #007acc;
}
.dropdown-toggle:focus {
outline: thin dotted;
outline-offset: -1px;
}
.dropdown-toggle:focus:after {
border-color: transparent;
}
.no-js .menu-toggle {
display: none;
}
.menu-toggle:focus {
outline: 0;
}
.menu-toggle.toggled-on:focus {
outline: thin dotted;
}
.header-four .sticky-enabled.sticky-header {
padding: 0;
} @media screen and (min-width: 910px) {
.site-header-main {
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.site-header-menu {
display: block;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
}
.main-navigation ul,
.main-navigation ul > li {
border: 0;
}
.main-navigation ul > li {
float: none;
display: inline-block;
}
.main-navigation ul li a {
outline-offset: -8px;
padding: 10px;
white-space: nowrap;
font-weight: 500;
}
.main-navigation ul li.current-menu-item > a,
.main-navigation ul li.current-menu-ancestor > a,
.main-navigation ul li.current_page_item > a,
.main-navigation ul li:hover > a,
.main-navigation ul li a:hover,
.main-navigation ul li a :focus,
.main-navigation ul li a :active,
.nav-inner-wrapper.nav-black-bg .main-navigation ul li.current-menu-item > a,
.nav-inner-wrapper.nav-black-bg .main-navigation ul li.current-menu-ancestor > a,
.nav-inner-wrapper.nav-black-bg .main-navigation ul li.current_page_item > a,
.nav-inner-wrapper.nav-black-bg .main-navigation ul li:hover > a,
.nav-inner-wrapper.nav-black-bg .main-navigation ul li a:hover,
.nav-inner-wrapper.nav-black-bg .main-navigation ul li a:focus,
.nav-inner-wrapper.nav-black-bg .main-navigation ul li a:active  {
color: #408ad2;
}
.overlap-header  .main-navigation ul li.current-menu-item > a:before,
.overlap-header  .main-navigation ul li.current-menu-ancestor > a:before,
.overlap-header  .main-navigation ul li.current_page_item > a:before,
.overlap-header  .main-navigation ul li:hover > a:before,
.overlap-header  .main-navigation ul li a:hover:before,
.overlap-header  .main-navigation ul li a:focus:before,
.overlap-header  .main-navigation ul li a:active:before {
content: "";
width: 70%;
left: 15%;
display: block;
bottom: 0;
position: absolute;
background: #408ad2;
height: 2px;
}
.overlap-header  .main-navigation ul li li.current-menu-item > a:before,
.overlap-header  .main-navigation ul li li.current-menu-ancestor > a:before,
.overlap-header  .main-navigation ul li li.current_page_item > a:before,
.overlap-header  .main-navigation ul li li:hover > a:before,
.overlap-header  .main-navigation ul li li a:hover:before,
.overlap-header  .main-navigation ul li li a:focus:before,
.overlap-header  .main-navigation ul li li a:active:before {
display: none;
}
.main-navigation ul ul {
display: block;
left: -999em;
margin: 0;
position: absolute;
z-index: 999;
background: #fff;
box-shadow: 0 16px 30px #7b6a6a4d;
}
.main-navigation ul ul ul {
top: 0px;
border: none;
box-shadow: 16px 0 26px rgba(90, 89, 89, 0.16);
}
.main-navigation ul ul ul:before,
.main-navigation ul ul ul:after {
border: 0;
display: none;
}
.main-navigation ul ul li {
border-bottom-width: 0;
}
.main-navigation ul ul a {
padding: 12px 25px;
border-bottom: 1px solid rgba(10, 10, 10, 0.03);
font-size: 14px;
text-transform: capitalize;
}
.main-navigation ul ul li a:before {
display: none;
}
.main-navigation ul ul a {
white-space: normal;
width: 230px;
}
#main-nav .main-navigation ul ul li.current-menu-item > a,
#main-nav .main-navigation ul ul li.current-menu-ancestor > a,
#main-nav .main-navigation ul ul li.current_page_item > a,
#main-nav .main-navigation ul ul li:hover > a,
#main-nav .main-navigation ul ul li a:hover,
#main-nav .main-navigation ul ul li a:focus,
#main-nav .main-navigation ul ul li a:active{
color: #408ad2;
}
.main-navigation ul ul {
top: 53px;
}
.main-header-one .main-navigation ul ul {
top: 69px;
}
.main-header-two .main-navigation ul ul,
.main-header-seven .main-navigation ul ul {
top: 70px;
}
.main-navigation ul li:after {
content: "";
display: inline-block;
background: rgba(56, 49, 49, 0);
width: 100%;
height: 45px;
position: absolute;
top: 35px;
left: 0;
}
.main-navigation ul ul:before {
content: "";
position: absolute;
background: #fff;
left: 20px;
top: -5px;
height: 17px;
width: 17px;
transform: rotate(45deg);
}
.main-navigation li:hover > ul,
.main-navigation li.focus > ul {
right: auto;
left: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
right: auto;
left: 100%;
top: 0;
}
.main-navigation .menu-item-has-children > a,
.main-navigation ul li.page_item_has_children a {
margin: 0;
padding-right: 25px;
}
.main-navigation .menu-item-has-children > a:after,
.main-navigation li.page-item-has-children > a:after,
.main-navigation li.page_item_has_children > a:after {
position: absolute;
right: 12px;
top: 17px;
font-size: 13px;
}
.main-navigation li.menu-item-has-children:hover > a:after,
.main-navigation ul li.page_item_has_children:hover > a:after {
transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
}
.main-navigation ul ul .menu-item-has-children > a,
.main-navigation li.page-item-has-children > a {
padding-right: 30px;
}
.main-navigation ul ul .menu-item-has-children > a:after,
.main-navigation li.page-item-has-children > a:after {
right: 10px;
top: 17px;
}
.main-navigation ul ul li.menu-item-has-children:hover > a:after,
.main-navigation ul ul li.page_item_has_children:hover > a:after {
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.dropdown-toggle,
.main-navigation ul .dropdown-toggle.toggled-on,
.menu-toggle,
.site-footer .main-navigation {
display: none;
}
} @media screen and (max-width: 909px) {
.header-seven #masthead .site-branding:after {
display: none;
}
div#wp-custom-header {
display: none;
}
.header-seven #masthead .site-branding {
margin: 0;
padding: 0;
background: no-repeat;
}
.main-navigation ul {
margin: 0;
padding: 0;
}
.menu-toggle {
font-size: 13px;
font-size: 13px;
padding: 5px 13px;
display: block;
margin-top: 10px;
}
.header-six .menu-toggle {
margin: 10px auto;
}
#main-nav {
position: initial;
}
#main-nav {
position: initial;
}
.site-primary-menu {
display: none;
position: absolute;
background: #fff;
z-index: 999;
width: 100%;
box-shadow: 0 0 21px #17161617;
top: 100%;
left: 0px;
right: 0;
}
.site-primary-menu.toggled-on {
display: block;
}
.site-header-menu.toggled-on, .no-js .site-header-menu {
display: block;
position: absolute;
background: #fff;
right: 0;
width: 350px;
box-shadow: 0 0 6px #ddd;
z-index: 999;
}
.main-navigation ul li a {
padding: 10px 20px;
border-bottom: 1px solid #f1f1f1;
font-weight: 500;
font-size: 14px;
}
.main-navigation ul ul li li a {
padding-left: 40px;
}
.main-navigation ul ul li a {
padding-left: 30px;
}
.main-navigation ul li a {
padding-right: 60px;
}
.main-navigation .menu-item-has-children > a:after, .main-navigation li.page-item-has-children > a:after, .main-navigation li.page_item_has_children > a:after{
display: none;
}
} .site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
clear: both;
}
#infinite-handle {
margin-bottom: 20px;
height: auto;
overflow: hidden;
clear: both;
text-align: center;
position: absolute;
bottom: -80px;
width: 100%;
}
.infinite-loader {
color: #000;
display: block;
height: 28px;
text-indent: -9999px;
position: absolute;
bottom: -25px;
left: 48%;
text-align: center; }
#infinite-handle span {
border: inherit;
padding: 10px 40px;
width: auto;
line-height: 1.5;
color: #ffffff;
display: inline-block;
}
.post-title {
font-size: 17px;
margin-top: 15px;
}
.meta-nav {
background: #179bd7 none repeat scroll 0 0;
color: #ffffff;
display: inline-block;
font-size: 18px;
margin-right: 15px;
padding: 7px 10px;
text-align: center;
width: 115px;
}
.post-navigation a {
display: block;
} .site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
clear: both;
padding: 0;
margin-top: 40px;
}
.site-main .post-navigation {
clear: both;
overflow: hidden;
padding: 0;
border-bottom: 1px solid #f7f7f7;
padding: 30px;
box-shadow: 0 0 20px rgba(31, 29, 29, 0.07);
margin-top: 40px;
}
.nav-links a {
display: inline-block;
}
.nav-links span.meta-nav {
display: none;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-previous a::before,
.posts-navigation .nav-previous a::before,
.post-navigation .nav-previous a::before{
content: "\f30a";
display: inline-block;
font-family: 'Font Awesome 5 Free';
margin-right: 10px;
font-weight: 900;
}
.comment-navigation .nav-next a::after,
.posts-navigation .nav-next a::after,
.post-navigation .nav-next a::after{
content: "\f30b";
display: inline-block;
font-family: 'Font Awesome 5 Free';
margin-left: 10px;
font-weight: 900;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}
.pagination .nav-links .page-numbers {
padding: 5px;
background: #fff;
}
.pagination .nav-links .page-numbers.dots {
background-color: inherit;
border:none;
color:#272727;
}
.pagination .nav-links .page-numbers {
padding: 6px 18px;
color: #272727;
display: inline-block;
background: #f5f5f5;
margin: 5px;
}
.pagination .nav-links .current,
.pagination .nav-links a:hover,
.pagination .nav-links a:active,
.pagination .nav-links a:focus {
background: #408ad2;
color: #fff;
border-color: #408ad2;
}
.pagination .nav-links {
text-align: center;
clear: both;
}
.home.blog nav.navigation.posts-navigation,
.blog nav.navigation.posts-navigation {
position: absolute;
bottom: 0;
width: 100%;
padding: 0;
border: none;
margin: 0;
padding-left: 25px;
padding-right: 25px;
}
.home.blog .archive-posts-wrapper.section-content-wrapper,
.blog .archive-posts-wrapper.section-content-wrapper {
padding-bottom: 60px;
position: relative;
clear: both;
float: left;
width: 100%;
}  .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right:50px;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
.text-alignleft {
text-align: left;
}
.text-alignright {
text-align: right;
}
.text-aligncenter {
text-align: center;
}
.alignleft {
display: inline;
float: left;
margin-right: 50px;
}
.alignright {
display: inline;
float: right;
margin-left: 50px;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
}
.text-alignleft {
text-align: left;
}
.text-alignright {
text-align: right;
}
.text-aligncenter {
text-align: center;
}
.pull-left {
float: left;
}
.pull-right {
float: right;
}
.pull-none {
margin:0 auto ;
float: none;
display: inline-block;
} .clear-fix {
clear: both;
}
.clear-fix:after,
.clear-fix:before,
.section:after,
.section:before,
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
clear:both;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget {
margin: 0 0 15px;
}
.widget select {
max-width: 100%;
} #content {
padding: 80px 0;
} .sticky {
display: block;
position: relative;
}
.hentry {
margin: 0 0 70px;
}
.byline,
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin:0;
}
.page-links {
clear: both;
margin: 0 0 15px;
}
.entry-meta {
margin-top: 0;
margin-bottom: 20px;
}
.entry-meta > span {
display: inline-block;
margin-bottom: 0;
font-size: 14px;
line-height: 1;
font-size: 15px;
margin-right: 15px;
}
.entry-header {
margin-bottom: 5px;
}
.entry-meta > span:first-child {
margin-left: 0;
padding-left:0;
border:none;
}
.entry-title {
margin-bottom: 15px;
}
.home .entry-title {
margin-bottom: 15px;
font-size: 2.2rem;
}
.entry-title a,
.entry-title a:visited {
color: #272727;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
color: #408ad2;
}
.global-layout-right-sidebar .entry-content-wrapper,
.global-layout-left-sidebar .entry-content-wrapper,
.default-full-width.blog-full-width .entry-content-wrapper {
padding: 35px 70px 0;
background: #fff;
position: relative;
}
article.hentry .custom-button {
margin: 15px 0 0;
}
.single article.hentry {
border: none;
padding-bottom: 0;
margin: 0;
}
.entry-thumb.alignleft,
.entry-thumb.alignright {
margin-bottom: 30px;
}
.entry-thumb.aligncenter {
position: relative;
margin-bottom: 25px;
text-align: center;
}
.entry-thumb {
position: relative;
}
.entry-thumb img {
vertical-align: middle;
width: 100%;
}
.entry-meta a,
.entry-meta a:visited {
color: #ada9a9;
}
.entry-meta a:hover,
.entry-meta a:focus,
.entry-meta a:active {
color: #408ad2;
}
.page-header {
background: #fff;
padding: 30px 50px;
margin-bottom: 30px;
box-shadow: 0px 0px 24px 0px rgba(122, 122, 122, 0.1);
}
.page-header h1.page-title {
font-size: 3.2rem;
}
.page-header h1.page-title {
font-size: 3.2rem;
margin: 0;
}
.blog .hentry.post  a.more-link,
.archive .hentry.post  a.more-link {
clear: both;
margin-top: 20px;
}
.sticky .entry-content-wrapper .entry-title::before {
content: "\f08d";
display: block;
font-family: 'Font Awesome 5 Free';
color: #000;
text-align: center;
font-size: 18px;
float: left;
margin-right: 15px;
font-style: inherit;
font-weight: 900;
margin-top: 5px;
}
.blog article.hentry, .archive article.hentry {
padding-bottom: 10px;
clear: both;
float: left;
width: 100%;
}
.entry-header .entry-meta {
position: absolute;
left: 30px;
top: 30px;
text-align: center;
margin: 0;
}
.entry-header .entry-meta span::before {
display: none;
}
.entry-header .entry-meta span.posted-on {
background: #f5f5f5;
display: block;
margin: 0;
}
.entry-header .entry-meta span span {
display: block;
padding: 3px 25px;
} .home.blog.grid .archive-posts-wrapper {
width: 100%;
margin: 0;
}
.home.blog.grid .archive-posts-wrapper div#infinite-post-wrap {
margin: 0 -20px;
}
.blog.grid .archive-posts-wrapper, .archive.grid .archive-posts-wrapper {
margin: 0 -20px;
}
.entry-title {
margin-bottom: 15px;
font-size: 2.5rem;
}
.blog.grid article.hentry, .archive.grid article.hentry {
width: 33.33%;
float: left;
padding: 0 20px 40px;
margin: 0;
border: none;
clear: none;
}
.layout-left-sidebar.blog.grid article.hentry,
.layout-right-sidebar.blog.grid article.hentry,
.layout-left-sidebar.archive.grid article.hentry,
.layout-right-sidebar.archive.grid article.hentry {
width: 50%;
}
.layout-left-sidebar.blog.grid article.hentry:nth-child(3n+1),
.layout-left-sidebar.layout-left-sidebar.blog.grid article.hentry:nth-child(4n+1){
clear: none;
}
.layout-left-sidebar.blog.grid article.hentry:nth-child(2n+1),
.layout-left-sidebar.archive.grid article.hentry:nth-child(3n+1) {
clear: both;
}
.infinite-post-wrap  article.hentry {
clear:none!important;
}
#blog.grid article.hentry:nth-child(3n+1) {
clear: both;
}
.blog .hentry-inner, .archive .hentry-inner, .hentry-inner {
-webkit-box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
-moz-box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
-ms-box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
-o-box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
box-shadow: 0px 0px 24px 0px rgba(122, 122, 122, 0.1);
-webkit-transition: box-shadow 0.3s, transform 0.3s;
-moz-transition: box-shadow 0.3s, transform 0.3s;
-ms-transition: box-shadow 0.3s, transform 0.3s;
-o-transition: box-shadow 0.3s, transform 0.3s;
transition: box-shadow 0.3s, transform 0.3s;
padding: 0;
background: #fff;
position: relative;
float: left;
clear: both;
}
.blog .hentry-inner:hover, .archive .hentry-inner:hover {
-webkit-box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.2);
box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.2);
}
.hentry-inner {
width: 100%;
}
.sticky .hentry-inner {
border: 5px solid #408ad2;
}
.sticky .hentry-inner:before {
content: "\f02e";
font-family: 'Font Awesome 5 Free';
font-size: 20px;
margin: 0;
position: absolute;
top: -32px;
left: 23px;
background: #fff;
padding: 15px 18px;
box-shadow: 0 0 21px #2222222b;
border-radius: 100%;
line-height: 1;
z-index: 9;
}
.blog .entry-container,
.archive .entry-container,
.entry-container {
padding: 30px 40px;
}
.blog .entry-container, .archive .entry-container {
padding: 30px 25px;
margin: -20px 25px 0;
background: #fff;
z-index: 9;
position: relative;
}
.blog.grid .post-thumbnail, .archive.grid .post-thumbnail {
text-align: center;
overflow: hidden;
}
.excerpt-image-left .hentry-inner{
display: flex;
}
.excerpt-image-left .hentry-inner .post-thumbnail {
width: 70%;
}
.excerpt-image-right .hentry-inner .post-thumbnail {
width: 30%;
float: right;
}
.excerpt-image-right .entry-container {
float: left;
width:70%;
}
.entry-content-wrapper {
padding: 40px;
}
.single-content-wraper {
box-shadow: 0 0 20px rgba(31, 29, 29, 0.07);
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
.comment-notes {
position: relative;
}
#respond {
clear: both;
display: block;
background: #ffffff;
padding: 40px;
box-shadow: 0 0 20px rgba(31, 29, 29, 0.07);
}
#comments {
margin-top: 40px;
}
#comment-form-title {
font-size: 24px;
padding-bottom: 10px;
}
.comment-list li.comment::after {
content: inherit;
display: none;
}
.comment-list li{
padding-left: 0;
}
.comment {
display: block;
float: left;
width: 100%;
}
ol.comment-list {
border-radius: 5px;
float: left;
margin-bottom: 15px;
margin-left: 0;
margin-right: 0;
overflow: inherit;
padding: 0;
width: 100%;
}
ol.comment-list .children {
border: medium none;
float: left;
margin: 0;
width: 100%;
}
ol.comment-list li {
list-style: outside none none;
margin-bottom: 15px;
}
.authorbox {
overflow: hidden;
padding: 0 0 70px;
border-bottom: 1px solid #f7f7f7;
}
.authorbox h4.author-header {
margin-bottom: 5px;
}
.comment .comment-body {
border-radius: 0;
clear: both;
display: block;
float: left;
padding: 30px 30px 30px 0;
position: relative;
text-align: left;
width: 100%;
border-bottom: 1px solid #f7f7f7;
}
.comments-title {
padding: 0 0 45px;
clear: both;
border-bottom: 1px solid #f7f7f7;
font-size: 25px;
}
.comment-author.vcard {
font-size: 20px;
margin-bottom: 5px;
}
.comment-list .children {
padding-left: 40px;
}
#tab-reviews .comment-form-author,
#tab-reviews .comment-form-email,
#tab-reviews .comment-form-url{
width: 100%;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input{
width: 100%;
}
.comment-list li.comment > div img.avatar {
left: 29px;
position: absolute;
top: 29px;
}
.vcard .avatar {
float: left;
margin-right: 35px;
margin-bottom: 0;
margin-top: 10px;
}
.comment-metadata {
font-size: 14px;
line-height: 16px;
margin-bottom: 10px;
}
.comment-metadata > a,
.comment-metadata > a:visited {
color: #ada9a9;
margin-right: 30px;
}
.comment-metadata > a:hover,
.comment-metadata > a:focus,
.comment-metadata > a:active {
color:#408ad2;
}
.comment-metadata > a:before {
content: "\f274";
font-family: 'Font Awesome 5 Free';
margin-right: 5px;
font-size: 14px;
}
.edit-link:before {
content: "\f044";
font-family: 'Font Awesome 5 Free';
margin-right: 5px;
font-size: 14px;
}
a.comment-reply-link:before {
content: "\f3e5";
font-family: 'Font Awesome 5 Free';
margin-right: 7px;
font-size: 14px;
font-weight: 900;
}
.form-allowed-tags code {
white-space: inherit;
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
.author-avatar {
float: left;
margin-right: 35px;
}
.author-avatar img, .vcard .avatar {
max-width: 100px;
}
.comment p {
font-size: 14px;
}
.reply {
float: right;
font-size: 16px;
}
.entry-meta .byline .author.vcard {
margin-left: -4px;
}
.widget_recent_entries span.post-date {
display: block;
}
.entry-meta > span::before,
.entry-meta > span::before,
.widget_recent_entries span.post-date:before {
display: inline-block;
font-family: 'Font Awesome 5 Free';
height: 15px;
margin-right: 8px;
content: "";
font-size: 13px;
}
.entry-meta span.comments-link::before {
content: "\f086";
}
.entry-meta span.reviews::before {
content: "\f005";
}
.entry-meta > .cat-links::before {
content: "\f07c";
}
.entry-meta > .byline::before {
content: "\f007";
}
.entry-meta .tags-links::before {
content: "\f02c";
font-weight: 900;
font-size: 10px;
}
.entry-meta > .posted-on::before,
.widget_recent_entries span.post-date:before {
content: "\f274";
}
.entry-footer .edit-link::before{
content: "\f044";
}
#commentform label {
display: inline;
position: relative;
}
#commentform input[type="checkbox"],
#commentform input[type="radio"] {
margin-right: 10px;
}
#commentform  p.form-submit {
margin-top: 30px;
}
#commentform  span.required {
color: #f0632b;
}
a.comment-reply-link {
background: #408ad2;
padding: 5px 15px;
color: #fff;
font-size: 12px;
}  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery { margin: 0 -5px 15px;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
margin: 0;
padding: 5px;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
} .inner-wrapper {
margin: 0 -20px;
}
.row {
margin:0 -20px;
}
.container {
max-width: 100%;
width: 1270px;
margin: 0 auto;
padding: 0 20px;
}
.ff-grid-1,
.ff-grid-2,
.ff-grid-3,
.ff-grid-4,
.ff-grid-5,
.ff-grid-6,
.ff-grid-7,
.ff-grid-8,
.ff-grid-9,
.ff-grid-10,
.ff-grid-11,
.ff-grid-12 {
padding-left: 20px;
padding-right: 20px;
float: left;
transition: all 0.4s ease-in-out 0s;
margin:20px 0;
}
.ff-grid-1 {
width: 8.33333%
}
.ff-grid-2 {
width: 16.66667%
}
.ff-grid-3 {
width: 25%
}
.ff-grid-4 {
width: 33.33333%
}
.ff-grid-5 {
width: 41.66667%
}
.ff-grid-6 {
width: 50%
}
.ff-grid-7 {
width: 58.33333%
}
.ff-grid-8 {
width: 66.66667%
}
.ff-grid-9 {
width: 75%
}
.ff-grid-10 {
width: 83.33333%
}
.ff-grid-11 {
width: 91.66667%
}
.ff-grid-12 {
width: 100%
} .ff-grid-4:nth-child(3n+1),
.ff-grid-3:nth-child(4n+1),
.ff-grid-6:nth-child(2n+1)  {
clear: both;
} .site-top-header-mobile {
display: none;
}
#top-header {
clear: both;
float: left;
width: 100%;
position: relative;
z-index: 999;
}
.site-top-header #top-social {
padding-top: 2px;
}
#top-header ul {
margin:0;
padding:0;
}
#top-header .social-nav li a {
margin-bottom: 0;
} .light-top-header #quick-contact a,
.light-top-header  #quick-contact a:visited,
.light-top-header  #quick-contact li {
display: inline-block;
color: #222;
}
.light-top-header #quick-contact a:active,
.light-top-header #quick-contact a:hover,
.light-top-header #quick-contact a:focus {
color: #000;
}
.light-top-header .social-nav ul li a:before {
color:#222;
}
.site-top-header #quick-contact li:last-child {
border-right: none;
}
.site-top-header #quick-contact li {
padding: 0px 15px;
margin: 12px 0;
}
.main-top-header-two #quick-contact ul li.quick-call {
display: none;
}
#quick-contact > ul {
margin: 0;
padding: 0;
}
#quick-contact a {
display: inline-block;
}
#quick-contact li {
clear: inherit;
font-size: 14px;
line-height: 1.75;
list-style: outside none none;
text-align: left;
padding: 9px 10px;
color: #fff;
}
#quick-contact ul {
margin: 0;
padding: 0;
}
#quick-contact li span {
display: none;
}
#quick-contact a,
#quick-contact a:visited,
#quick-contact li {
display: inline-block;
color: #ececec;
}
#quick-contact a:active,
#quick-contact a:hover,
#quick-contact a:focus {
color: #fff;
}
#quick-contact li:before {
margin-right: 10px;
text-align: center;
content: "";
font-size: 14px;
font-family: 'Font Awesome 5 Free';
font-weight: 900;
}
#quick-contact li.quick-open-hours:before {
content: "\f017";
}
#quick-contact li.quick-call:before {
content: "\f095";
}
#quick-contact li.quick-address:before {
content: "\f3c5";
}
#quick-contact li.quick-email:before {
content: "\f0e0";
} #quick-contact.layout-two li {
position: relative;
padding: 0 30px 0 30px;
}
#quick-contact.layout-two li span {
display: block;
font-weight: 700;
}
#quick-contact.layout-two li:before {
position: absolute;
left: 0;
font-size: 15px;
color: #fff;
background: -moz-linear-gradient(0deg, #428cd4 0%, #004e9a 100%);
background: -webkit-linear-gradient(0deg, #428cd4 0%, #004e9a 100%);
background: -ms-linear-gradient(0deg, #428cd4 0%, #004e9a 100%);    height: 35px;
width: 35px;
left: -20px;
border-radius: 100%;
padding: 5px;
}
#quick-contact.layout-two a:active,
#quick-contact.layout-two a:hover,
#quick-contact.layout-two a:focus {
color: #000;
}
#quick-contact.layout-two a,
#quick-contact.layout-two a:visited,
#quick-contact.layout-two,
#quick-contact.layout-two li {
color:#222;
}
.error404 #primary {
margin: 0 auto;
float: none;
text-align: center;
}
section.error-404.not-found {
max-width: 700px;
margin: 0 auto;
} .dark-top-header {
background-color: #07233e;
}
.dark-top-header .cart-contents a,
.dark-top-header .cart-contents a:visited,
.dark-top-header #search-toggle {
color: #ddd;
}
.light-top-header {
background: #f9f9f9;
color: #222;
}
#search-toggle,#search-toggle:visited, .cart-contents a, .cart-contents a:visited {
border: none;
border-radius: 36px;
color: #191818;
box-shadow: 0 0 14px #2222221a;
}
.dark-top-header #search-toggle,
.dark-top-header #search-toggle:visited,
.dark-top-header .cart-contents a,
.dark-top-header .cart-contents a:visited{
color: #ddd;
}
#top-header .social-nav li a {
margin-bottom: 6px;
}
#top-header #site-top-header-mobile-container li a,
#top-header #site-top-header-mobile-container li a:hover,
#top-header #site-top-header-mobile-container li a:focus,
#top-header #site-top-header-mobile-container,
#top-header #site-top-header-mobile-container p,
#top-header #site-top-header-mobile-container li {
color: #222;
} #page {
position: relative;
}
@media screen and (min-width: 1900px){
#page {
box-shadow: 0 0 50px #ddd;
max-width: 1920px;
margin: 0 auto;
}
}
.boxed-layout #page {
max-width: 1270px;
margin: 50px auto;
box-shadow: 0 0 33px #ddd;
}
#masthead {
padding: 20px 0;
}
#search-toggle.toggled-on i.far.fa-times-circle {
display: block;
font-size: 17px;
}
#site-identity {
float: left;
margin-right: 15px;
text-align: left;
}
.site-branding img {
vertical-align: middle;
width: auto;
}
.site-branding {
float: left;
}
.site-identity {
display: inline-block;
}
.custom-logo-link {
display: inline-block;
float: left;
margin-right: 15px;
}
.site-title {
margin-bottom: 0;
font-size: 2.6rem;
font-weight: 700;
font-family: 'Poppins', sans-serif;
line-height: 1.5;
}
p.site-description {
margin: 0;
}
.site-title a,
.site-title a:visited {
color: #222;
}
.site-title a:hover,
.site-title a:focus,
.site-title a:active {
color:#408ad2;
}
a.ff-button.header-button {
margin: 0 0 0 15px;
padding: 12px 30px;
margin-top: 0;
}
.site-top-header a.ff-button.header-button {
border-radius: 0;
}
.site-branding.center-site-branding {
text-align: center;
}
.site-branding.center-site-branding  a.custom-logo-link {
display: block;
margin: 0 0 10px 0;
float: none;
}
.nav-inner-wrapper.nav-color-bg .social-nav li a {
border: 2px solid #ffffff42;
}
.overlap-header {
position: absolute;
top: 0;
z-index: 999;
width: 100%;
background: none;
}
#masthead.overlap-header {
background: none;
}
#masthead.overlap-header.sticky-enabled.sticky-header {
margin: 0;
} .main-header-one .ff-grid-2 {
width: 20%;
}
.main-header-wrapper.ff-grid-8 {
width: 60%;
}
.main-header-one #quick-contact a,
.main-header-one #quick-contact a:visited,
.main-header-one #quick-contact li {
display: inline-block;
color: #1d1c1c;
font-weight: 500;
}
.main-header-one #quick-contact li.quick-call,
.main-header-two #quick-contact li.quick-call {
display: none;
}
.main-header-one .main-header-top {
border-bottom: 3px solid #408ad2;
padding-bottom: 15px;
position: relative;
}
.main-header-one .main-header-top .header-search {
position: inherit;
}
.main-header-one #top-social .social-nav li {
margin-top: 0;
}
.main-header-one .main-header-bottom.clear-fix {
margin-bottom: -60px;
position: relative;
display: block;
background: #fff;
z-index: 999;
width: 100%;
float: left;
padding:20px 15px;
}
.main-header-one .main-header-bottom.clear-fix:after, .main-header-one .main-header-bottom.clear-fix:before {
content: "";
display: block;
background: #fff;
position: absolute;
height: 40px;
width: 65px;
bottom: 18px;
left: -35px;
transform: rotate(55deg);
}
.main-header-one .main-header-bottom.clear-fix:before {
right: -35px;
left: initial;
transform: rotate(-55deg);
}
.main-header-one .site-branding,
.main-header-one .contact-wrapper {
padding: 20px 0;
}
.header-info {
float: left;
display: table;
}
.contact-icon {
background: -moz-linear-gradient(0deg, #428cd4 0%, #004e9a 100%);
background: -webkit-linear-gradient(0deg, #428cd4 0%, #004e9a 100%);
background: -ms-linear-gradient(0deg, #428cd4 0%, #004e9a 100%);
color: #fff;
width: 35px;
text-align: center;
height: 35px;
padding: 5px;
margin-right: 10px;
display: table;
border-radius: 100%;
font-size: 14px;
display: block;
}
.main-header-one.sticky-enabled.sticky-header .main-header-top {
display: none;
}
#masthead.main-header-one.sticky-enabled.sticky-header {
padding: 0;
} .header-four #main-nav {
margin-top: 40px;
clear: both;
float: left;
width: 100%;
}
#masthead.main-top-header-four {
padding-top: 35px;
}
.header-four #main-nav  .social-nav li a {
padding: 0;
}
#main-nav .nav-box-shadow {
box-shadow: 0 0 10px #2222221c;
padding: 10px 25px;
background: #fff;
}
.header-four #masthead {
padding-bottom: 0;
}
.header-four .nav-inner-wrapper .social-nav {
margin-top: 0;
}
.header-four .nav-inner-wrapper .social-nav li {
margin: 0;
} .nav-inner-wrapper {
padding: 10px 0;
}
.nav-inner-wrapper .social-nav {
margin-top: 5px;
}
.site-border {
border-top: 3px solid #236fb9;
}
.main-header-two .head-search-cart-wrap,
.main-header-two .right-head,
.main-header-seven .head-search-cart-wrap,
.main-header-seven .right-head {
margin-top: 5px;
}
.main-header-two #main-nav,
.main-header-seven #main-nav {
margin-top: 2px
}
.main-header-two .contact-wrapper {
margin-left: 30px;
}
.main-header-three .contact-wrapper {
margin-right: 30px;
}
.main-header-one #quick-contact li.quick-call,
.main-header-two #quick-contact li.quick-call,
.main-header-three #quick-contact li.quick-call {
display: none;
} .overlap-header p.site-description {
color: #ddd;
}
.overlap-header .site-title a,
.overlap-header .site-title a:visited {
color: #fff;
}
.overlap-header .site-title a:hover,
.overlap-header .site-title a:focus,
.overlap-header .site-title a:active {
color:#408ad2;
}
.overlap-header .main-navigation ul li a,
.overlap-header #search-toggle,
.overlap-header .cart-contents a,
.overlap-header .cart-contents a:visited {
color: #f7f7f7;
}
.overlap-header .main-navigation ul ul li a {
color: #222;
}
.cart-contents li.woocommerce-mini-cart-item.mini_cart_item > a {
color: #222;
}
.nav-inner-wrapper.nav-color-bg,
.nav-inner-wrapper.nav-color-bg.sticky-enabled.sticky-header {
background: #408ad2;
}
.nav-lite-bg {
background: #f1f1f1;
}
.dark-bg  {
background: #292929;
}
.dark-patten .social-nav ul li a:before {
color: #fff;
}
.sticky-header .nav-box-shadow {
box-shadow: inherit;
padding: 0;
}
.dark-patten .main-navigation ul li a,
.dark-patten .main-navigation ul li a:visited {
color: #ffffff;
}
.dark-patten .main-navigation ul li a:hover,
.dark-patten .main-navigation ul li a:focus,
.dark-patten .main-navigation ul li a:active{
color:#fff;
}
.dark-patten .main-navigation ul li li a,
.dark-patten .main-navigation ul li li a:visited{
color: #222;
}
.dark-patten .main-navigation ul li li a:hover,
.dark-patten .main-navigation ul li li a:focus,
.dark-patten .main-navigation ul li li a:active {
color:#000;
} .cart-items {
position: absolute;
top: -10px;
left: 33px;
color: #fff;
background: #000000;
padding: 5px;
line-height: 0.5;
border-radius: 100%;
font-size: 10px;
}
.cart-contents i {
margin-right: 5px;
}
.cart-contents {
list-style: none;
position: relative;
font-size: 13px;
}
.cart-contents a:hover,
.cart-contents a:focus,
.cart-contents a:active,
#search-toggle:hover,
#search-toggle:focus,
#search-toggle:active	  {
color: #408ad2;
}
.site-header-cart {
list-style: none;
}
.cart-contents .site-header-cart:hover .widget_shopping_cart,
.cart-contents .site-header-cart.focus .widget_shopping_cart {
left:inherit;
right: -20px;
}
.site-header-cart .widget_shopping_cart {
position: absolute;
top: 100%;
width: 100%;
z-index: 999999;
left: -999em;
display: block;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
.site-header-cart:hover .widget_shopping_cart,
.site-header-cart.focus .widget_shopping_cart {
left: 0;
display: block;
}
.site-header-cart {
position: relative;
margin: 0;
padding: 0;
}
#top-header .head-search-cart-wrap {
margin-top: 5px;
}
.cart-contents .site-header-cart .widget_shopping_cart {
position: absolute;
top: 54px;
left: auto;
right: -20px;
width: 320px;
z-index: 101;
-webkit-animation: fadein .6s;
-moz-animation: fadein .6s;
-o-animation: fadein .6s;
animation: fadein .6s;
margin: 0;
padding: 30px;
background: #fff;
display: none;
box-shadow:0 0 30px #7b6a6a4d;
}
.cart-contents p.woocommerce-mini-cart__empty-message {
margin: 0;
font-size: 15px;
}
.cart-contents .site-header-cart .widget_shopping_cart:before {
content: "";
height: 41px;
background: transparent;
right: 0;
width: 100%;
position: absolute;
top: -40px;
}
.cart-contents .site-header-cart .widget_shopping_cart:after {
content: "";
position: absolute;
background: #fff;
width: 15px;
right: 20px;
top: -7px;
transform: rotate(45deg);
height: 15px;
}
.cart-contents li {
list-style: none;
}
.cart-contents .woocommerce a.remove {
background: #ca4646;
display: block;
font-size: 1.2em;
height: 1em;
width: 1em;
text-align: center;
line-height: 1;
border-radius: 100%;
color: #fff!important;
text-decoration: none;
font-weight: 700;
border: 0;
float: right;
margin-right: 10px;
}
.cart-contents .product_list_widget li img {
border: 1px solid #ddd;
max-width: 55px;
max-height: 55px;
margin-right: 15px;
float: left;
}
.cart-contents .woocommerce.widget_shopping_cart .cart_list li span.quantity {
display: block;
margin-top: 10px;
font-size: 14px;
}
.cart-contents  .woocommerce-mini-cart__total,
.cart-contents .woocommerce-mini-cart__buttons {
text-align: center;
}
.cart-contents li.woocommerce-mini-cart-item.mini_cart_item > a {
font-size: 16px;
}
.site-header-cart .product_list_widget {
margin: 0;
padding: 0;
overflow: hidden;
}
.cart-contents p.woocommerce-mini-cart__total.total {
font-size: 16px;
clear: both;
padding-top: 15px;
display: block;
}
.cart-contents li.woocommerce-mini-cart-item.mini_cart_item {
border-bottom: 1px solid #f1f1f1;
margin-bottom: 15px;
padding-bottom: 15px;
}
.cart-contents li.woocommerce-mini-cart-item.mini_cart_item:last-child {
border: none;
margin-bottom: 0;
}
.cart-contents p.woocommerce-mini-cart__buttons.buttons .button {
display: inline-block;
max-width: 45%;
padding: 10px 20px;
background: #408ad2;
font-size: 14px;
margin: 0 5px;
border-radius: 0;
color: #fff;
font-weight: normal;
}
.cart-contents p.woocommerce-mini-cart__buttons.buttons {
margin: 0;
}
.cart-contents p.woocommerce-mini-cart__buttons.buttons .button {
display: inline-block;
max-width: 45%;
padding: 10px 20px;
color: #fff;
font-size: 14px;
margin: 0 5px;
}
#custom-header {
padding: 120px 0;
position: relative;
background-color: #f5f5f5;
background-size: cover;
}
.header-one #custom-header, .header-five #custom-header {
padding: 150px 0;
}
.archive-description {
color: #fff;
}
#custom-header img {
vertical-align: middle;
width: 100%;
}
#custom-header::after {
background: #000000;
content: "";
display: block;
height: 100%;
opacity: 0.5;
position: absolute;
top: 0;
width: 100%;
z-index: 8;
}
.custom-header-content {
position: relative;
z-index: 99;
text-align: center;
}
#custom-header .page-title {
color: #fff;
text-transform: capitalize;
font-size: 37px;
}
#custom-header .entry-meta a,
#custom-header .entry-meta a:visited,
#custom-header .entry-meta > span::before {
color: #fff;
}
.no-header-media .custom-header-content {
position: inherit;
text-align: center;
z-index: 9;
top: inherit;
width: 100%;
padding: 55px 0;
background: #fbfbfb;
}
.no-header-media #custom-header {
padding: 0;
}
.no-header-media #custom-header::after {
display: none;
}
.no-header-media #custom-header .page-title {
color: #222;
}
.no-header-media #custom-header .entry-meta a, .no-header-media #custom-header .entry-meta a:visited, .no-header-media #custom-header .entry-meta > span::before {
color: #222;
} .has-header-video #custom-header {
background-image: none;
padding:0;
}
.has-header-video .custom-header-content {
position: absolute;
text-align: center;
z-index: 9;
top: 40%;
width: 100%;
}
.home #custom-header .page-title {
font-size: 60px;
}
button#wp-custom-header-video-button {
position: absolute;
z-index: 999;
right: 8%;
top: 30px;
background: inherit;
padding: 0;
max-width: inherit;
width: auto;
}
.wp-custom-header-video-button:after {
content: "\f28b";
display: inline-block;
font-family: 'Font Awesome 5 Free';
font-size: 55px;
float: left;
margin-right: 10px;
line-height: .4;
}
.wp-custom-header-video-pause:after {
content: "\f144";
}
.sticky-enabled{
-webkit-transition: all 0.5s ease;
-moz-transition: position 10s;
-ms-transition: position 10s;
-o-transition: position 10s;
transition: all 0.5s ease;
}
.main-header-one.sticky-enabled{
-webkit-transition: position 10s;
-moz-transition: position 10s;
-ms-transition: position 10s;
-o-transition: position 10s;
transition: position 10s;
}
#masthead.sticky-enabled.sticky-header,
.sticky-enabled.sticky-header {
position: fixed;
top: 0;
width: 100%;
left: 0;
background: #ffffff;
box-shadow: 0 0 42px 0 rgba(0, 0, 0, 0.08);
padding: 15px 0;
animation: smoothScroll 1s forwards;
z-index: 999;
}
.overlap-header #masthead.sticky-enabled.sticky-header {
background: #140333;
}
.nav-inner-wrapper.site-border.site-header.clear-fix.sticky-enabled.sticky-header {
border: none;
}
@keyframes smoothScroll {
0% {
transform: translateY(-20px);
}
100% {
transform: translateY(0px);
}
} #breadcrumb {
color: #408ad2;
text-align: center;
background: #f7f7f7;
}
#breadcrumb ul {
margin:0;
padding: 0;
}
#breadcrumb ol {
margin: 0;
padding: 0;
}
#breadcrumb li:last-child {
border: none;
}
#breadcrumb li{
display: inline-block;
list-style: outside none none;
padding: 15px 20px;
border-right: 1px solid #ddd;
font-weight: 500;
font-size: 16px;
}
.bcn-breadctumb > span {
display: inline-block;
list-style: outside none none;
padding: 15px 10px;
font-weight: 500;
font-size: 16px;
}
#breadcrumb li i {
margin-right: 8px;
}
#breadcrumb li.trail-item.trail-end::after,
.bcn-breadctumb span:first-child:after {
display: none;
}
#breadcrumb li::after {
content: "\f105";
margin-left: 10px;
font-family: 'Font Awesome 5 Free';
font-weight: 900;
font-size: 11px;
}
#breadcrumb li:last-child:after{
display: none;
}
#breadcrumb li a,.bcn-breadctumb > span a {
color: #000;
}
#breadcrumb li a:hover,.bcn-breadctumb span a:hover,
#breadcrumb li a:focus,.bcn-breadctumb span a:focus,
#breadcrumb li a:active,.bcn-breadctumb span a:active {
color: #408ad2;
}
#breadcrumb li:first-child a:before,
.bcn-breadctumb span:first-child a:before {
content: "\f015";
display: inline-block;
font-family: "Font Awesome 5 Free";
font-weight: 900;
margin-right: 10px;
} .footer-widget-area {
overflow: hidden;
padding: 55px 0;
color: #7c8392;
font-size: 16px;
position: relative;
z-index: 9;
background: #222933;
}
.footer-widget-area .widet{
margin:0;
}
.footer-widget-area ul {
list-style: none;
margin: 0;
padding: 0;
}
.footer-widget-area ul li {
font-size: 15px;
padding: 0px 15px 5px 20px;
position: relative;
}
.widget_categories li.cat-item > a {
display: inline-block;
width: 80%;
}
.footer-widget-area ul li::before {
color: #408ad2;
content: "\f105";
display: inline-block;
font-family: 'Font Awesome 5 Free';
font-size: 13px;
left: 3px;
position: absolute;
top: 2px;
font-weight: 900;
}
.footer-widget-area .widget-column {
float: left;
position: relative;
width: 100%;
z-index: 2;
padding: 0 20px;
color: #bfbfbf;
}
.footer-widget-area.four .widget-column{
width: 25%;
}
.footer-widget-area.three .widget-column{
float: left;
width: 33.33%;
}
.footer-widget-area.two .widget-column{
float: left;
width: 50%;
}
.footer-widget-area.one .widget-column{
float: left;
width: 100%;
}
.footer-widget-area a, .footer-widget-area a:visited {
color: #bfbfbf;
}
.footer-widget-area a:active,
.footer-widget-area a:focus, .footer-widget-area a:hover {
color: #408ad2;
}
.footer-widget-area .widget-title {
color: #fff;
font-weight: 600;
margin-bottom: 35px;
position: relative;
font-size: 2.3rem;
border-bottom: 1px solid #f1f1f126;
padding-bottom: 15px;
}
.footer-widget-area .widget-title:after {
background: #408ad2;
position: absolute;
bottom: -3px;
content: "";
width: 15%;
height: 5px;
left: 0;
}
#site-generator {
padding: 20px 0;
background: #2c384a;
color: #ddd;
}
#site-generator a:visited,
#site-generator a {
color: #afafaf;
}
#site-generator a:hover,
#site-generator a:focus,
#site-generator a:active {
color:#fff;
}
.site-info.two #footer-left-content {
float: left;
}
.site-info.two #footer-right-content {
float: right;
}
.site-info {
text-align: center;
overflow: hidden;
}
#scrollup {
display: none;
}
a.scrollup, a.scrollup:visited {
background-color: #408ad2;
bottom: 50px;
color: #ffffff;
float: right;
line-height: 1.2;
padding: 12px 17px;
position: fixed;
right: 32px;
text-align: center;
z-index: 999;
border-radius: 5px;
}
a.scrollup:hover,
a.scrollup:focus,
a.scrollup:active {
background-color: #333;
color: #ffffff;
} #primary {
float: left;
padding-left: 20px;
padding-right: 20px;
width: 70%;
}
#sidebar-primary {
float: right;
}
#sidebar-secondary {
float: left;
}
.sidebar {
width: 30%;
padding-left: 20px;
padding-right: 20px;
float: left;
}
.sidebar .widget {
margin-bottom: 40px;
padding: 30px;
box-shadow: 0 0 20px rgba(31, 29, 29, 0.07);
background: #fff;
}
.widget-area .widget::after,
.widget-area .widget::before {
clear: both;
content: "";
display: table;
}
.sidebar .widget-title {
position: relative;
border-bottom: 1px dashed #2321211a;
padding-bottom: 10px;
margin-bottom: 20px;
padding-left: 15px;
font-size: 2.5rem;
}
.sidebar .widget-title:after {
background: #408ad2;
position: absolute;
top: 9px;
content: "";
width: 5px;
height: 17px;
left: 0;
}
.sidebar ul {
list-style: outside none none;
padding: 0;
margin: 0;
}
.sidebar ul ul {
border-bottom:none;
padding-bottom: 0;
}
.sidebar ul li {
padding-bottom: 5px;
padding-top: 5px;
position: relative;
font-size: 15px;
padding-left: 20px;
}
.sidebar ul li::before {
content: "";
display: inline-block;
font-size: 11px;
font-weight: 900;
margin-right: 10px;
font-family: 'Font Awesome 5 Free';
position: absolute;
left: 0;
top: 8px;
height: 7px;
width: 7px;
color: #b5b0b0;
border-radius: 100%;
}
.widget .tagcloud a:hover {
border: 2px solid #0a0a0a;
color: #000000;
}
.widget .tagcloud a {
border: 2px solid #dddddd;
display: inline-block;
font-size: 14px !important;
line-height: 1.5;
margin: 5px;
padding: 3px 15px;
float: left;
border-radius: 0;
color: #222;
}
.widget .tagcloud {
text-align: center;
}
.sidebar ul li a,
.sidebar  ul li a:visited {
color: #272727;
}
.sidebar  ul li a:hover,
.sidebar  ul li a:focus,
.sidebar  ul li a:active {
color:#408ad2;
}
.sidebar .widget_archive ul li::before {
content: "\f187";
}
.sidebar .widget_categories ul li::before {
content: "\f07c";
}
.sidebar .widget_pages ul li::before {
content: "\f15b";
}
.sidebar .widget_meta ul li::before {
content: "\f0c1";
}
.sidebar .widget_recent_comments ul li::before {
content: "\f086";
}
.sidebar .widget_recent_entries ul li::before {
content: "\f02b";
}
.sidebar .widget_rss ul li::before  {
content: "\f09e";
}
.sidebar .widget_tag_cloud ul li::before  {
content: "\f0c2";
} .section-calendar {
text-align: center;
}
.section-calendar caption {
border:1px solid #ddd;
margin-bottom: 15px;
padding: 5px;
}
.section .tagcloud a {
border: 1px solid;
display: inline-block;
font-size: 16px;
line-height: 1.5;
margin-bottom: 5px;
padding: 5px 15px;
}
.section-categories li > a,
.section-archive li > a {
display: inline-block;
min-width: 85%;
} .dark-top-header .social-nav ul li a:before {
color: #ddd;
}
.dark-top-header #site-top-header-mobile-container .social-nav ul li a:before {
color: #3e3535;
}
.social-nav ul li a:before,
.social-nav ul li a[href$="/feed/"]:before {
display: inline-block;
font-family: 'Font Awesome 5 Free';
font-style: normal;
font-variant: normal;
font-weight: normal;
text-rendering: auto;
line-height: 1;
color: #222;
font-size: 12px;
}
.social-nav li {
display: inline-block;
margin-right: 2px;
margin-top: 5px;
margin-left: 2px;
}
.social-nav,
.social-nav ul {
margin: 0;
padding: 0;
}
.social-nav li a {
border: 2px solid #b6b6b687;
display: inline-block;
height: 35px;
padding: 0;
text-align: center;
vertical-align: middle;
width: 35px;
overflow: hidden;
line-height: 1.9;
}
.social-nav.no-border ul li a {
border: 2px solid transparent;
}
.social-nav  li a:focus, .social-nav  li a:active{
outline: thin dotted;
}
.social-nav ul li a:before {
content: "\f0c1";
font-family: 'Font Awesome 5 free';
font-weight: 900;
}
.social-nav ul li a:hover {
background-color:#001837;
border: 2px solid rgba(0, 0, 0, 0);
-moz-transition: all 0.4s ease-out 0s;
-webkit-transition: all 0.4s ease-out 0s;
transition: all 0.4s ease-out 0s;
}
.social-nav  ul li a:hover::before {
color: #fff;
}
.social-nav  ul li a[href*="facebook.com"]:before {
content: "\f39e";
font-family: 'Font Awesome 5 Brands';
}
.social-nav  ul li a[href*="telegram.com"]:before {
content: "\f2c6";
font-family: 'Font Awesome 5 Brands';
}
.social-nav  ul li a[href*="telegram.org"]:before {
content: "\f2c6";
font-family: 'Font Awesome 5 Brands';
}
.social-nav  ul li a[href*="vk.com"]:before {
content: "\f189";
font-family: 'Font Awesome 5 Brands';
}
.social-nav  ul li a[href*="twitter.com"]:before {
content: "\f099";
font-family: 'Font Awesome 5 Brands';
}
.social-nav  ul li a[href*="linkedin.com"]:before {
content: "\f0e1";
font-family: 'Font Awesome 5 Brands';
}
.social-nav  ul li a[href*="plus.google.com"]:before {
content: "\f0d5";
font-family: 'Font Awesome 5 Brands';
}
.social-nav  ul li a[href*="youtube.com"]:before {
content: "\f167";
font-family: 'Font Awesome 5 Brands';
}
.social-nav  ul li a[href*="dribbble.com"]:before {
content: "\f17d";
font-family: 'Font Awesome 5 Brands';
}
.social-nav  ul li a[href*="pinterest.com"]:before {
content: "\f0d2";
font-family: 'Font Awesome 5 Brands';
}
.social-nav  ul li a[href*="bitbucket.org"]:before {
content: "\f171";
font-family: 'Font Awesome 5 Brands';
}
.social-nav  ul li a[href*="github.com"]:before {
content: "\f113";
font-family: 'Font Awesome 5 Brands';
}
.social-nav  ul li a[href*="codepen.io"]:before {
content: "\f1cb";
font-family: 'Font Awesome 5 Brands';
}
.social-nav  ul li a[href*="flickr.com"]:before {
content: "\f16e";
font-family: 'Font Awesome 5 Brands';
}
.social-nav ul li a[href$="/feed/"]:before {
content: "\f09e";
font-family: 'Font Awesome 5 Free';
font-weight: 900;
}
.social-nav  ul li a[href*="foursquare.com"]:before {
content: "\f180";
font-family: 'Font Awesome 5 Brands';
}
.social-nav  ul li a[href*="instagram.com"]:before {
content: "\f16d";
font-family: 'Font Awesome 5 Brands';
}
.social-nav  ul li a[href*="tumblr.com"]:before {
content: "\f173";
font-family: 'Font Awesome 5 Brands';
}
.social-nav  ul li a[href*="reddit.com"]:before {
content: "\f1a1";
font-family: 'Font Awesome 5 Brands';
}
.social-nav  ul li a[href*="vimeo.com"]:before {
content: "\f194";
font-family: 'Font Awesome 5 Brands';
}
.social-nav  ul li a[href*="digg.com"]:before {
content: "\f1a6";
font-family: 'Font Awesome 5 Brands';
}
.social-nav  ul li a[href*="twitch.tv"]:before {
content: "\f1e8";
font-family: 'Font Awesome 5 Brands';
}
.social-nav  ul li a[href*="stumbleupon.com"]:before {
content: "\f1a4";
font-family: 'Font Awesome 5 Brands';
}
.social-nav  ul li a[href*="delicious.com"]:before {
content: "\f1a5";
font-family: 'Font Awesome 5 Brands';
}
.social-nav ul li a[href*="mailto:"]:before {
content: "\f0e0";
font-family: 'Font Awesome 5 Brands';
font-family: 'Font Awesome 5 Free';
}
.social-nav  ul li a[href*="soundcloud.com"]:before {
content: "\f1be";
font-family: 'Font Awesome 5 Brands';
}
.social-nav  ul li a[href*="wordpress.org"]:before {
content: "\f19a";
font-family: 'Font Awesome 5 Brands';
}
.social-nav  ul li a[href*="wordpress.com"]:before {
content: "\f19a";
font-family: 'Font Awesome 5 Brands';
}
.social-nav  ul li a[href*="jsfiddle.net"]:before {
content: "\f1cc";
font-family: 'Font Awesome 5 Brands';
}
.social-nav  ul li a[href*="tripadvisor.com"]:before {
content: "\f262";
font-family: 'Font Awesome 5 Brands';
}
.social-nav  ul li a[href*="angel.co"]:before {
content: "\f209";
font-family: 'Font Awesome 5 Brands';
}
.social-nav  ul li a[href*="slack.com"]:before {
content: "\f198";
font-family: 'Font Awesome 5 Brands';
}
.social-nav  ul li a[href*="500px.com"]:before {
content: "\f26e";
font-family: 'Font Awesome 5 Brands';
}
.social-nav  ul li a[href*="amazon.com"]:before {
content: "\f270";
font-family: 'Font Awesome 5 Brands';
}
.social-nav  ul li a[href*="amilia.com"]:before {
content: "\f36d";
font-family: 'Font Awesome 5 Brands';
}
.social-nav  ul li a[href*="gitlab.com"]:before {
content: "\f09b";
font-family: 'Font Awesome 5 Brands';
}
.social-nav  ul li a[href*="ebay.com"]:before {
content: "\f4f4";
font-family: 'Font Awesome 5 Brands';
}
.social-nav  ul li a[href*="dashcube.com"]:before {
content: "\f210";
font-family: 'Font Awesome 5 Brands';
}
.social-nav  ul li a[href*="behance.net"]:before {
content: "\f1b5";
font-family: 'Font Awesome 5 Brands';
}
.social-nav  ul li a[href*="vk.net"]:before {
content: "\f189";
font-family: 'Font Awesome 5 Brands';
}
.social-nav  ul li a[href*="mastodon.social"]:before {
content: "\f4f6";
font-family: 'Font Awesome 5 Brands';
}
.social-nav  ul li a[href*="algolia.com"]:before {
content: "\f36c";
font-family: 'Font Awesome 5 Brands';
}
.social-nav  ul li a[href*="bandcamp.com"]:before {
content: "\f2d5";
font-family: 'Font Awesome 5 Brands';
}
.social-nav  ul li a[href*="codiepie.com"]:before {
content: "\f284";
font-family: 'Font Awesome 5 Brands';
}
.social-nav  ul li a[href*="del.icio.us"]:before {
content: "\f1a5";
font-family: 'Font Awesome 5 Brands';
}
.social-nav  ul li a[href*="gitter.im"]:before {
content: "\f426";
font-family: 'Font Awesome 5 Brands';
}
.social-nav  ul li a[href*="goodreads.com"]:before {
content: "\f3a8";
font-family: 'Font Awesome 5 Brands';
}
.social-nav  ul li a[href*="hireahelper.com"]:before {
content: "\f3b0";
font-family: 'Font Awesome 5 Brands';
}
.social-nav  ul li a[href*="imdb.com"]:before {
content: "\f2d8";
font-family: 'Font Awesome 5 Brands';
}
.social-nav  ul li a[href*="last.fm"]:before {
content: "\f202";
font-family: 'Font Awesome 5 Brands';
}
.social-nav  ul li a[href*="medium.com"]:before {
content: "\f23a";
font-family: 'Font Awesome 5 Brands';
}
.social-nav  ul li a[href*="meetup.com"]:before {
content: "\f2e0";
font-family: 'Font Awesome 5 Brands';
}
.social-nav  ul li a[href*="mixcloud.com"]:before {
content: "\f289";
font-family: 'Font Awesome 5 Brands';
}
.social-nav  ul li a[href*="quora.com"]:before {
content: "\f3d2";
font-family: 'Font Awesome 5 Brands';
}
.social-nav  ul li a[href*="us.napster.com"]:before {
content: "\f2c4";
font-family: 'Font Awesome 5 Brands';
}
.social-nav  ul li a[href*="slideshare.net"]:before {
content: "\f1e7";
font-family: 'Font Awesome 5 Brands';
}
.social-nav  ul li a[href*="spotify.com"]:before {
content: "\f1bc";
font-family: 'Font Awesome 5 Brands';
}
.social-nav  ul li a[href*="stackexchange.com"]:before {
content: "\f18d";
font-family: 'Font Awesome 5 Brands';
}
.social-nav  ul li a[href*="stackoverflow.com"]:before {
content: "\f16c";
font-family: 'Font Awesome 5 Brands';
}
.social-nav  ul li a[href*="trello.com"]:before {
content: "\f181";
font-family: 'Font Awesome 5 Brands';
}
.social-nav  ul li a[href*="xing.com"]:before {
content: "\f168";
font-family: 'Font Awesome 5 Brands';
}
.social-nav  ul li a[href*="yelp.com"]:before {
content: "\f1e9";
font-family: 'Font Awesome 5 Brands';
}
.social-nav  ul li a[href*="500px.com"]:hover {
background: #0099e5;
}
.social-nav  ul li a[href*="amazon.com"]:hover {
background: #f90;
}
.social-nav  ul li a[href*="amilia.com"]:hover {
background: #46aaf8;
}
.social-nav  ul li a[href*="gitlab.com"]:hover {
background: #e65328;
}
.social-nav  ul li a[href*="ebay.com"]:hover {
background: #0654ba;
}
.social-nav  ul li a[href*="dashcube.com"]:hover {
background: #f76707;
}
.social-nav  ul li a[href*="behance.net"]:hover {
background: #0052CC;
}
.social-nav  ul li a[href*="vk.net"]:hover {
background: #5181b8;
}
.social-nav  ul li a[href*="mastodon.social"]:hover {
background: #5181b8;
}
.social-nav  ul li a[href*="algolia.com"]:hover {
background: #5a6dff;
}
.social-nav  ul li a[href*="bandcamp.com"]:hover {
background: #639aa9;
}
.social-nav  ul li a[href*="codiepie.com"]:hover {
background: #222222;
}
.social-nav  ul li a[href*="del.icio.us"]:hover {
background: #0076e8;
}
.social-nav  ul li a[href*="gitter.im"]:hover {
background: #46bc99;
}
.social-nav  ul li a[href*="goodreads.com"]:hover {
background: #382110;
}
.social-nav  ul li a[href*="hireahelper.com"]:hover {
background: #693238;
}
.social-nav  ul li a[href*="imdb.com"]:hover {
background: #f5c518;
}
.social-nav  ul li a[href*="last.fm"]:hover {
background: #bb0000;
}
.social-nav  ul li a[href*="medium.com"]:hover {
background: #693238;
}
.social-nav  ul li a[href*="meetup.com"]:hover {
background: #f13a59;
}
.social-nav  ul li a[href*="mixcloud.com"]:hover {
background: #693238;
}
.social-nav  ul li a[href*="quora.com"]:hover {
background: #b92b27;
}
.social-nav  ul li a[href*="us.napster.com"]:hover {
background: #49FFD0;
}
.social-nav  ul li a[href*="slideshare.net"]:hover {
background: #222222;
}
.social-nav  ul li a[href*="spotify.com"]:hover {
background: #1ed760;
}
.social-nav  ul li a[href*="stackexchange.com"]:hover {
background: #12457C;
}
.social-nav  ul li a[href*="stackoverflow.com"]:hover {
background: #f48024;
}
.social-nav  ul li a[href*="trello.com"]:hover {
background: #5aac44;
}
.social-nav  ul li a[href*="xing.com"]:hover {
background: #b0d400;
}
.social-nav  ul li a[href*="yelp.com"]:hover {
background: #d32323;
} .social-nav  ul li a[href*="facebook.com"]:hover {
background: #3b5998;
}
.social-nav  ul li a[href*="twitter.com"]:hover {
background: #00aced;
}
.social-nav  ul li a[href*="plus.google.com"]:hover {
background: #dd4b39;
}
.social-nav  ul li a[href*="/feed/"]:hover  {
background: #dc622c;
}
.social-nav  ul li a[href*="wordpress.org"]:hover,
.social-nav  ul li a[href*="wordpress.com"]:hover {
background: #45bbe6;
}
.social-nav  ul li a[href*="github.com"]:hover {
background: #4183c4;
}
.social-nav  ul li a[href*="linkedin.com"]:hover {
background: #007bb6;
}
.social-nav  ul li a[href*="pinterest.com"]:hover {
background: #cb2027;
}
.social-nav  ul li a[href*="flickr.com"]:hover {
background: #ff0084;
}
.social-nav  ul li a[href*="vimeo.com"]:hover {
background: #aad450;
}
.social-nav  ul li a[href*="youtube.com"]:hover {
background: #bb0000;
}
.social-nav  ul li a[href*="instagram.com"]:hover {
background: #517fa4;
}
.social-nav  ul li a[href*="dribbble.com"]:hover {
background: #ea4c89;
}
.social-nav  ul li a[href*="skype.com"]:hover {
background: #12a5f4;
}
.social-nav  ul li a[href*="digg.com"]:hover {
background: #333;
}
.social-nav  ul li a[href*="codepen.io"]:hover {
background: #000;
}
.social-nav  ul li a[href*="reddit.com"]:hover {
background: #ff4500;
}
.social-nav  ul li a[href*="mailto:"]:hover {
background: #1d62f0;
}
.social-nav  ul li a[href*="twitch.tv"]:hover {
background: #6441a5;
}
.social-nav  ul li a[href*="foursquare.com"]:hover {
background: #f94877;
}
.social-nav  ul li a[href*="stumbleupon.com"]:hover {
background: #eb4924;
}
.social-nav  ul li a[href*="twitch.tv"]:hover {
background: #6441a5;
}
.social-nav  ul li a[href*="tumblr.com"]:hover {
background: #32506d;
}
.social-nav  ul li a[href*="soundcloud.com"]:hover {
background: #ff5500;
}
.social-nav  ul li a[href*="wordpress.org"]:hover {
background:#45bbe6;
}
.social-nav  ul li a[href*="jsfiddle.net"]:hover {
background:#4679bd;
}
.social-nav  ul li a[href*="tripadvisor.com"]:hover {
background:#86c171;
}
.social-nav  ul li a[href*="foursquare.com"]:hover {
background:#2d5be3;
}
.social-nav  ul li a[href*="angel.co"]:hover {
background:#000;
}
.social-nav  ul li a[href*="slack.com"]:hover {
background:#56b68b;
}
.social-nav.brand-bg  ul li a[href*="500px.com"] {
background: #0099e5;
}
.social-nav.brand-bg  ul li a[href*="amazon.com"] {
background: #f90;
}
.social-nav.brand-bg  ul li a[href*="amilia.com"] {
background: #46aaf8;
}
.social-nav.brand-bg  ul li a[href*="gitlab.com"] {
background: #e65328;
}
.social-nav.brand-bg  ul li a[href*="ebay.com"] {
background: #0654ba;
}
.social-nav.brand-bg  ul li a[href*="dashcube.com"] {
background: #f76707;
}
.social-nav.brand-bg  ul li a[href*="behance.net"] {
background: #0052CC;
}
.social-nav.brand-bg  ul li a[href*="vk.net"] {
background: #5181b8;
}
.social-nav.brand-bg  ul li a[href*="mastodon.social"] {
background: #5181b8;
}
.social-nav.brand-bg  ul li a[href*="algolia.com"] {
background: #5a6dff;
}
.social-nav.brand-bg  ul li a[href*="bandcamp.com"] {
background: #639aa9;
}
.social-nav.brand-bg  ul li a[href*="codiepie.com"] {
background: #222222;
}
.social-nav.brand-bg  ul li a[href*="del.icio.us"] {
background: #0076e8;
}
.social-nav.brand-bg  ul li a[href*="gitter.im"] {
background: #46bc99;
}
.social-nav.brand-bg  ul li a[href*="goodreads.com"] {
background: #382110;
}
.social-nav.brand-bg  ul li a[href*="hireahelper.com"] {
background: #693238;
}
.social-nav.brand-bg  ul li a[href*="imdb.com"] {
background: #f5c518;
}
.social-nav.brand-bg  ul li a[href*="last.fm"] {
background: #bb0000;
}
.social-nav.brand-bg  ul li a[href*="medium.com"] {
background: #693238;
}
.social-nav.brand-bg  ul li a[href*="meetup.com"] {
background: #f13a59;
}
.social-nav.brand-bg  ul li a[href*="mixcloud.com"] {
background: #693238;
}
.social-nav.brand-bg  ul li a[href*="quora.com"] {
background: #b92b27;
}
.social-nav.brand-bg  ul li a[href*="us.napster.com"] {
background: #49FFD0;
}
.social-nav.brand-bg  ul li a[href*="slideshare.net"] {
background: #222222;
}
.social-nav.brand-bg  ul li a[href*="spotify.com"] {
background: #1ed760;
}
.social-nav.brand-bg  ul li a[href*="stackexchange.com"] {
background: #12457C;
}
.social-nav.brand-bg  ul li a[href*="stackoverflow.com"] {
background: #f48024;
}
.social-nav.brand-bg  ul li a[href*="trello.com"] {
background: #5aac44;
}
.social-nav.brand-bg  ul li a[href*="xing.com"] {
background: #b0d400;
}
.social-nav.brand-bg  ul li a[href*="yelp.com"] {
background: #d32323;
}
.social-nav.brand-bg  ul li a[href*="facebook.com"] {
background: #3b5998;
}
.social-nav.brand-bg  ul li a[href*="twitter.com"] {
background: #00aced;
}
.social-nav.brand-bg  ul li a[href*="plus.google.com"] {
background: #dd4b39;
}
.social-nav.brand-bg  ul li a[href*="/feed/"]  {
background: #dc622c;
}
.social-nav.brand-bg  ul li a[href*="wordpress.org"],
.social-nav.brand-bg  ul li a[href*="wordpress.com"] {
background: #45bbe6;
}
.social-nav.brand-bg  ul li a[href*="github.com"] {
background: #4183c4;
}
.social-nav.brand-bg  ul li a[href*="linkedin.com"] {
background: #007bb6;
}
.social-nav.brand-bg  ul li a[href*="pinterest.com"] {
background: #cb2027;
}
.social-nav.brand-bg  ul li a[href*="flickr.com"] {
background: #ff0084;
}
.social-nav.brand-bg  ul li a[href*="vimeo.com"] {
background: #aad450;
}
.social-nav.brand-bg  ul li a[href*="youtube.com"] {
background: #bb0000;
}
.social-nav.brand-bg ul li a[href*="instagram.com"] {
background: #E70826;
}
.social-nav.brand-bg  ul li a[href*="dribbble.com"] {
background: #ea4c89;
}
.social-nav.brand-bg  ul li a[href*="skype.com"] {
background: #12a5f4;
}
.social-nav.brand-bg  ul li a[href*="digg.com"] {
background: #333;
}
.social-nav.brand-bg  ul li a[href*="codepen.io"] {
background: #000;
}
.social-nav.brand-bg  ul li a[href*="reddit.com"] {
background: #ff4500;
}
.social-nav.brand-bg  ul li a[href*="mailto:"] {
background: #1d62f0;
}
.social-nav.brand-bg  ul li a[href*="twitch.tv"] {
background: #6441a5;
}
.social-nav.brand-bg  ul li a[href*="foursquare.com"] {
background: #f94877;
}
.social-nav.brand-bg  ul li a[href*="stumbleupon.com"] {
background: #eb4924;
}
.social-nav.brand-bg  ul li a[href*="twitch.tv"] {
background: #6441a5;
}
.social-nav.brand-bg  ul li a[href*="tumblr.com"] {
background: #32506d;
}
.social-nav.brand-bg  ul li a[href*="soundcloud.com"] {
background: #ff5500;
}
.social-nav.brand-bg  ul li a[href*="wordpress.org"] {
background:#45bbe6;
}
.social-nav.brand-bg  ul li a[href*="jsfiddle.net"] {
background:#4679bd;
}
.social-nav.brand-bg  ul li a[href*="tripadvisor.com"] {
background:#86c171;
}
.social-nav.brand-bg  ul li a[href*="foursquare.com"] {
background:#2d5be3;
}
.social-nav.brand-bg  ul li a[href*="angel.co"] {
background:#000;
}
.social-nav.brand-bg  ul li a[href*="slack.com"] {
background:#56b68b;
}
.social-nav.brand-bg ul li a:before {
color: #fff;
}
.social-nav.circle-icon ul li a {
border-radius: 100%;
}
.social-nav.brand-bg ul li a {
border: 2px solid transparent;
background: #222;
}
.social-nav.no-border.brand-bg ul li a {
border: 2px solid transparent;
}
.social-nav.brand-bg ul li a:hover,
.social-nav.brand-bg ul li a:focus,
.social-nav.brand-bg ul li a:active {
background: #3b85cd;
}
.social-nav li:before,
.widget_vip_business_recent_entries li:before{
display: none!important;
}
.social-nav li{
padding: 0!important;
}
.team-text-wrap .social-nav li a {
border: 2px solid transparent;
}
.footer-widget-area .social-nav li a:before {
color: #fff;
}
.recent-post-thumb {
float: left;
max-width: 30%;
border-radius: 5px;
overflow: hidden;
}
.recent-post-content-wrap {
float: left;
max-width: 60%;
padding: 0 0 0 20px;
}
.recent-post-item h3 {
font-size: 1.7rem;
margin-bottom: 0;
line-height: 1.4;
}
.recent-post-item {
clear: both;
margin-bottom: 15px;
float: left;
width: 100%;
}
.widget_vip_business_recent_entries span.post-date {
display: block;
font-size: 14px;
margin-top: 2px;
}
.widget_vip_business_recent_entries span.post-date {
display: block;
}
.widget_vip_business_recent_entries span.post-date:before {
display: inline-block;
font-family: 'Font Awesome 5 Free';
height: 15px;
margin-right: 8px;
content: "\f274";
font-size: 13px;
} .layout-left-sidebar #primary {
float: right;
}
.layout-no-sidebar-full-width #primary {
width: 100%;
}
.layout-no-sidebar-content-width #primary {
width: 100%;
margin: 0 auto;
max-width: 800px;
float: none;
}
.layout-no-sidebar-content-width.grid #primary {
max-width: 100%;
padding: 0;
} .more-wrapper {
display: block;
text-align: center;
margin-top: 20px;
clear: both;
width: 100%;
float: left;
}
.section {
padding: 90px 0;
clear: both;
}
.single-content-wraper .post-thumbnail {
padding: 30px 30px 0;
}
.even-section {
background: #f4f9fc;
}
.section.lite-background {
background-color: #f4f9fc;
}
.section.white-background {
background-color: #fff;
}
.section.dark-background {
background-color: #222f5a;
}
.section.lite-background  .inner-block-shadow,
.background-img .inner-block-shadow{
border: none;
}
.background-img {
background-repeat: no-repeat;
background-size: cover;
position: relative;
z-index: 99;
}
.background-img.overlay-enabled:after {
content: "";
display: block;
background: rgb(0, 0, 0);
height: 100%;
width: 100%;
top: 0;
position: absolute;
z-index: -1;
left: 0;
opacity: 0.7;
}
.section.dark-background .section-subtitle {
color:#ddd;
}
.section.dark-background .section-title,
.section.background-img .section-title,
.section.dark-background .section-subtitle,
.section.background-img .section-subtitle,
.section.background-img.overlay-enabled p,
.section.dark-background .section-top-subtitle {
color: #fff;
}
.section.background-img.overlay-enabled h1,
.section.background-img.overlay-enabled h2,
.section.background-img.overlay-enabled h3,
.section.background-img.overlay-enabled h4,
.section.background-img.overlay-enabled h5,
.section.background-img.overlay-enabled h6{
color: #fff;
}
.section.no-padding,.no-padding {
padding:0;
}
.section.no-margin,.no-margin {
margin:0;
}
.section .section-title {
position: relative;
font-size: 5rem;
font-weight: 700;
line-height: 1.2;
}
.section .section-title-wrap {
text-align: center;
width: 100%;
display: table;
margin-bottom: 30px;
max-width: 800px;
margin: 0 auto 30px;
}
.section .section-top-subtitle:before {
content: "";
display: inline-block;
height: 15px;
width: 15px;
background: #5c9bd8;
border: 5px solid #d3dee4;
border-radius: 15px;
margin-right: 9px;
}
.section .section-subtitle {
margin: 0 auto;
max-width: 600px;
font-size: 17px;
line-height: 1.75;
margin-top: 20px;
}
.section .section-top-subtitle {
position: relative;
color: #408ad2;
margin-bottom: 10px;
font-weight: 500;
font-size: 18px; }
.section .section-title-wrap span.divider {
content: "";
display: block;
height: 4px;
width: 55px;
background-color: #408ad2;
margin: 0 auto 5px;
position: relative;
}
.section .section-title-wrap.text-alignleft {
text-align: left;
}
.section .section-title-wrap.text-alignleft span.divider:after {
left: 0;
} .section .section-title-wrap.text-alignright {
text-align: right;
}
.section .section-title-wrap.text-alignright span.divider {
float: right;
}
.section .section-title-wrap.text-alignright span.divider:after {
right: 0;
left: inherit;
}
.section .section-title-wrap.text-alignleft span.divider,
.section .section-title-wrap.text-alignright span.divider {
margin: 0 0 25px;
}
.section .section-title-wrap.text-alignright  .section-title {
margin-bottom: 20px;
}
@-webkit-keyframes animationborder {
0% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
100% {
-webkit-transform: translateX(100px);
transform: translateX(100px)
}
}
@keyframes animationborder {
0% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
100% {
-webkit-transform: translateX(100px);
transform: translateX(100px)
}
}
.inner-block-shadow {
-webkit-box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
-moz-box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
-ms-box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
-o-box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
-webkit-transition: box-shadow 0.3s, transform 0.3s;
-moz-transition: box-shadow 0.3s, transform 0.3s;
-ms-transition: box-shadow 0.3s, transform 0.3s;
-o-transition: box-shadow 0.3s, transform 0.3s;
transition: box-shadow 0.3s, transform 0.3s;
padding: 0;
background: #fff;
position: relative;
}
.inner-block-shadow:hover,
.inner-block-shadow:focus,
.inner-block-shadow:active {
-webkit-box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.2);
box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.2);
}
.inner-block-shadow:before,
.ff-button:before {
pointer-events: none;
position: absolute;
z-index: -1;
content: '';
top: 100%;
left: 5%;
height: 10px;
width: 90%;
opacity: 0;
background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform, opacity;
transition-property: transform, opacity;
}
.inner-block-shadow:hover:before,
.inner-block-shadow:focus:before,
.inner-block-shadow:active:before {
opacity: 1;
-webkit-transform: translateY(5px);
transform: translateY(5px);
}
.ff-button:hover:before,
.ff-button:focus:before,
.ff-button:active:before {
opacity: 1;
-webkit-transform: translateY(5px);
transform: translateY(5px);
}
.associate-logo-item {
text-align: center;
}
#associate-logo-section {
padding: 60px 0;
}
.section.content-align-center,
.section.text-aligncenter{
text-align: center;
}
.section.overlay-enabled {
background-repeat: no-repeat;
background-size: cover;
position: relative;
z-index: 99;
}
.section.overlay-enabled:after {
content: "";
display: block;
background: #222;
height: 100%;
width: 100%;
top: 0;
position: absolute;
z-index: -1;
left: 0;
opacity: 0.7;
} .style-one .section-latest-posts .latest-posts-text-content, .style-one .section-teams .team-text-wrap, .section-featured-grid .featured-grid-text-content {
margin: -25px 20px 0;
padding: 30px 20px;
}
.featured-grid-wrapper {
overflow: hidden;
}
.image-hover-zoom img {
margin: 0;
vertical-align: middle;
-webkit-transition: -webkit-transform 1s ease;
-moz-transition: -moz-transform 1s ease;
transition: transform 1s ease;
width: 100%;
}
a.image-hover-zoom {
overflow: hidden;
display: block;
}
.image-hover-zoom:hover img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
-webkit-transform-origin: center center;
-moz-transform-origin: center center;
-o-transform-origin: center center;
transform-origin: center center;
} #slider-section .swiper-button-next:after, #slider-section .swiper-button-prev:after {
font-size: 3rem;
}
#slider-section .slider-image-wrapper {
text-align: center;
}
#slider-section .slider-content-wrapper {
width: 100%;
position: absolute;
bottom: 30%;
z-index: 9;
}
#slider-section {
overflow: hidden;
position: relative;
}
#slider-section.style-three {
max-width: 1230px;
margin: 0 auto;
margin-top: 40px;
}
.header-three #slider-section.style-three {
margin: 30px auto 0;
}
#slider-section .slider-content {
margin: 0 auto 30px;
font-size: 18px;
color: #222;
clear: both;
}
#slider-section .slider-content p {
max-width: 655px;
margin: 0 auto;
}
#slider-section .text-alignleft .slider-content p {
float: left;
clear: both;
}
#slider-section .text-alignright .slider-content p {
float: right;
clear: both;
}
#slider-section .slider-content-wrapper .container {
max-width: 970px;
}
#slider-section  .slider-content-wrapper {
text-align:center;
}
#slider-section .text-alignleft .slider-content-wrapper {
text-align: left;
}
#slider-section .text-alignright .slider-content-wrapper {
text-align: right;
}
#slider-section .swiper-button-next:active,
#slider-section .swiper-button-prev:active,
#slider-section .swiper-button-next:visited,
#slider-section .swiper-button-prev:visited{
outline: none;
}
#slider-section .swiper-button-next:hover,
#slider-section .swiper-button-prev:hover,
#slider-section .swiper-button-next:focus,
#slider-section .swiper-button-prev:focus,
#slider-section .swiper-button-next:active,
#slider-section .swiper-button-prev:active {
outline: none;
background: #408ad2;
color: #fff;
box-shadow: 0 0 21px #2222223d;
}
#slider-section .swiper-button-next, #slider-section .swiper-button-prev {
z-index: 99;
background: transparent;
padding: 35px;
cursor: pointer;
visibility: hidden;
transition: all 0.2s ease-in-out 0s;
color: #fff;
border-radius: 100%;
border: 2px solid #fff inset;
}
#slider-section .swiper-button-prev {
left: -70px;
right: auto;
}
#slider-section .swiper-button-next {
right: -70px;
left: auto;
}
#slider-section:hover .swiper-button-prev {
left:3%;
visibility: visible;
}
#slider-section:hover .swiper-button-next {
right:3%;
visibility: visible;
}
#slider-section.section .swiper-pagination {
bottom: 50px;
left: 0;
width: 100%;
z-index: 99;
position: absolute;
}
#slider-section .swiper-pagination .swiper-pagination-bullet {
width: 12px;
height: 12px;
background: #fff;
}
#slider-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
background: #408ad2;
}
#slider-section .swiper-pagination-bullet {
opacity: 1;
}
#slider-section .swiper-scrollbar-drag {
background: rgb(231, 8, 38);
}
#slider-section.swiper-container-horizontal > .swiper-scrollbar {
bottom: 0;
}
#slider-section .swiper-scrollbar {
background: rgba(255, 255, 255, 0.85);
}
#slider-section h2 {
font-size: 6.5rem;
font-weight: 700;
transition: all 0.5s linear 1s;
margin: 0 0 30px;
}
#slider-section h2,
#slider-section p {
color:#fff;
}
#slider-section.overlay-enabled article:before {
background: url(//www.sapfd.nl/wp-content/themes/vip-business-pro/images/overlay.png);
content: "";
opacity: 0.7;
display: block;
position: absolute;
height: 100%;
top: 0;
z-index: 9;
width: 100%;
}
#slider-section .swiper-slide .slider-subtitle {
font-size: 2.5rem;
margin-bottom: 0;
font-weight: 700;
}
#slider-section .swiper-slide p {
font-size: 18px;
margin-top: -15px;
}
#slider-section .swiper-slide.swiper-slide-active  img{
transform: scale(1.1);
transition: 10s;
}
#slider-section .swiper-slide.swiper-slide-active  img {
transform: scale(1.1);
transition: 10s;
}
#slider-section .slider-buttons .ff-button {
margin: 0 10px;
padding: 15px 40px;
min-width: 125px;
}
#slider-section.zoom-disabled .swiper-slide.swiper-slide-active  img {
transform: inherit;
transition: inherit;
}
.slider-buttons {
margin:0 -10px;
}
#slider-section a.more-link,
#slider-section a.more-link:visited {
display: inline-block;
background: -moz-linear-gradient(0deg, #428cd4 0%, #004e9a 100%);
background: -webkit-linear-gradient(0deg, #428cd4 0%, #004e9a 100%);
background: -ms-linear-gradient(0deg, #428cd4 0%, #004e9a 100%);
color: #fff;
padding: 15px 25px;
margin-top: 40px;
clear: both;
font-size: 14px;
letter-spacing: 0.6px;
display: block;
max-width: 170px;
margin: 35px auto 0;
border-radius: 3px;
}
#slider-section .more-link:before {
display: none;
}
#slider-section .swiper-slide.type-post.text-alignleft .divider,
#slider-section .swiper-slide.type-post.text-alignright .divider {
margin: 0 0 20px;
}
#slider-section .text-alignleft a.more-link,
#slider-section .text-alignright a.more-link {
position: absolute;
z-index: 999;
}
#slider-section a.more-link:hover,
#slider-section a.more-link:active,
#slider-section a.more-link:focus {
background: -moz-linear-gradient(0deg, #004e9a 0%, #428cd4 100%);
background: -webkit-linear-gradient(0deg, #004e9a 0%, #428cd4 100%);
background: -ms-linear-gradient(0deg, #004e9a 0%, #428cd4 100%);
color: #fff;
transition: none!important;
}
#slider-section .text-alignleft a.more-link{
display: block;
float: left;
}
#slider-section .text-alignright a.more-link {
display: block;
right: 0;
}
#slider-section.style-two:hover .swiper-button-next,
#slider-section.style-two .swiper-button-next {
right: 0;
visibility: visible;
}
#slider-section.style-two .swiper-button-next,
#slider-section.style-two .swiper-button-prev {
border-radius: 0;
}
#slider-section.style-two:hover .swiper-button-prev,
#slider-section.style-two .swiper-button-prev {
left: 0;
visibility: visible;
left: inherit;
}
#slider-section.style-two .swiper-pagination .swiper-pagination-bullet {
border-radius: 0;
height: 5px;
width: 30px;
margin: 4px;
}
#slider-section.style-two .swiper-slide h2 {
display: inline-block;
border: 2px solid;
padding: 0 20px;
margin-bottom: 20px;
margin-top: 15px;
}
#slider-section.style-two.overlay-enabled article:before {
background: #222;
opacity: 0.5;
} #slider-section .swiper-slide .slider-subtitle {
transform: translateY(100%);
opacity: 0;
transition: all 1s ease-in-out 0.4s;
}
#slider-section .swiper-slide h2 {
transform: translateY(100%);
opacity: 0;
transition: all 1s ease-in-out 0.3s;
line-height: 1.3;
}
#slider-section .swiper-slide p{
transform: translateY(100%);
opacity: 0;
transition: all 1s ease-in-out 0.2s;
}
#slider-section .swiper-slide .slider-buttons, #slider-section a.more-link {
transform: translateY(100%);
opacity: 0;
transition: transform 1s ease-in-out 1s;
}
#slider-section .swiper-slide.swiper-slide-active h2,
#slider-section .swiper-slide.swiper-slide-active p,
#slider-section .swiper-slide.swiper-slide-active .slider-buttons,
#slider-section .swiper-slide.swiper-slide-active a.more-link,
#slider-section .swiper-slide.swiper-slide-active .slider-subtitle {
transform: translateY(0);
opacity: 1;
} #slider-section .swiper-slide.text-alignright h2 {
transform: translateX(-10%);
opacity: 0;
transition: all 1s ease-in-out 0.3s;
line-height: 1.2;
}
#slider-section .swiper-slide.text-alignright p {
transform: translateX(-10%);
opacity: 0;
transition: all 1s ease-in-out 1s;
}
#slider-section .swiper-slide.text-alignright .slider-buttons,
#slider-section .text-alignright a.more-link{
transform: translateX(-10%);
opacity: 0;
transition: all 1s ease-in-out 1.5s;
}
#slider-section .swiper-slide.text-alignright.swiper-slide-active h2,
#slider-section .swiper-slide.text-alignright.swiper-slide-active p,
#slider-section .swiper-slide.text-alignright.swiper-slide-active .slider-buttons,
#slider-section .swiper-slide.text-alignright.swiper-slide-active a.more-link,
#slider-section .swiper-slide.text-alignright.swiper-slide-active .divider{
transform: translateX(0);
opacity: 1;
} #slider-section .swiper-slide.text-alignleft h2 {
transform: translateX(10%);
opacity: 0;
transition: all 1s ease-in-out 0.3s;
line-height: 1.2;
}
#slider-section .swiper-slide.text-alignleft p {
transform: translateX(10%);
opacity: 0;
transition: all 1s ease-in-out 1s;
}
#slider-section .swiper-slide.text-alignleft .slider-buttons,
#slider-section .text-alignleft a.more-link{
transform: translateX(10%);
opacity: 0;
transition: all 1s ease-in-out 1.5s;
}
#slider-section .swiper-slide.text-alignleft.swiper-slide-active h2,
#slider-section .swiper-slide.text-alignleft.swiper-slide-active p,
#slider-section .swiper-slide.text-alignleft.swiper-slide-active .slider-buttons,
#slider-section .swiper-slide.text-alignleft.swiper-slide-active a.more-link,
#slider-section .swiper-slide.text-alignleft.swiper-slide-active .divider{
transform: translateX(0);
opacity: 1;
} #featured-product-section.content-position-left .featured-page-thumb {
float: right;
}
#featured-product-section.text-alignleft {
text-align: left;
}
#featured-product-section.text-alignleft .section-title-wrap,
#featured-product-section.default .section-title-wrap{
text-align: center;
width: 100%;
display: table;
}
#featured-product-section.text-alignleft .section-title-wrap,
#featured-product-section.default .section-title-wrap {
text-align: left;
}
#featured-product-section.text-alignleft .section-title-wrap span.divider,
#featured-product-section.default  .section-title-wrap span.divider{
left: 0;
float: left;
}
#featured-product-section.text-alignleft .section-title-wrap span.divider:after,
#featured-product-section.default  .section-title-wrap span.divider:after {
left: 0;
}
#featured-product-section.text-aligncenter .featured-info a.more-link {
max-width: 200px;
margin: 30px auto 0;
}
#featured-product-section.text-alignright {
text-align: right;
}
#featured-product-section.text-alignright .section-title-wrap {
text-align: center;
width: 100%;
display: table;
}
#featured-product-section.text-alignright .section-title-wrap {
text-align: right;
}
#featured-product-section.text-alignright .section-title-wrap span.divider {
right: 0;
float: right;
}
#featured-product-section.text-alignright .section-title-wrap span.divider:after {
left: inherit;
right: 0;
}
#featured-product-section.text-alignright .featured-info {
position: relative;
padding-bottom: 70px;
}
#featured-product-section .featured-page-section {
padding: 25px;
}
.featured-page-thumb {
text-align: center;
}
div#featured-product-section {
overflow: hidden;
}
#featured-product-section .featured-info a.more-link,
#featured-product-section .featured-info a.more-link:visited {
display: table;
padding: 10px 20px;
margin-top: 30px;
background: #408ad2;
color: #fff;
}
#featured-product-section .featured-info a.more-link:hover,
#featured-product-section .featured-info a.more-link:focus,
#featured-product-section .featured-info a.more-link:active {
background: #222;
}
#featured-product-section.text-alignright .featured-info a.more-link {
position: absolute;
bottom: 0;
padding: 10px 20px;
right: 0;
}
.featured-page-section ul li:before {
content: "\f058";
display: inline-block;
font-family: "Font Awesome 5 Free";
margin-right: 10px;
font-size: 19px;
color: #408ad2;
}
.featured-page-section ul li {
list-style-type: none;
}
.featured-page-section ul {
margin-left: 0;
padding-left: 0;
}
#hero-content-section span.woocommerce-Price-amount.amount, #featured-product-section span.woocommerce-Price-amount.amount {
margin-bottom: 30px;
font-size: 25px;
}
#featured-product-section .star-rating {
float: right;
overflow: hidden;
position: relative;
height: 1em;
line-height: 1;
font-size: 1em;
width: 5.4em;
font-family: star;
color: orange;
display: block;
float: left;
clear: both;
width: 100%;
margin-bottom: 25px;
}
#featured-product-section .star-rating::before {
content: "\73\73\73\73\73";
color: #fda80d;
float: left;
top: 0;
left: 0;
position: absolute;
}
#featured-product-section .star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
}
#featured-product-section .star-rating span::before {
content: "\53\53\53\53\53";
top: 0;
position: absolute;
left: 0;
}
.woocommerce .star-rating span {
color: #fda80d;
}
h2.woocommerce-Reviews-title {
margin-bottom: 35px;
}
#featured-product-section a.button.add_to_cart_button, #hero-content-section a.button.add_to_cart_button {
display: inline-block;
clear: both;
display: table;
margin-top: 30px;
}
.products-category-content h3 {
margin: 0;
font-size: 18px;
}
.products-category-content {
padding: 15px;
text-align: center;
} #hero-content-section.section .section-title {
font-size: 5.6rem;
}
#hero-content-section.content-position-left .featured-page-thumb {
float: right;
}
#hero-content-section.text-alignleft {
text-align: left;
}
#hero-content-section.text-alignleft .section-title-wrap,
#hero-content-section.default .section-title-wrap{
text-align: center;
width: 100%;
display: table;
}
#hero-content-section.text-alignleft .section-title-wrap,
#hero-content-section.default .section-title-wrap {
text-align: left;
}
#hero-content-section.text-alignleft .section-title-wrap span.divider,
#hero-content-section.default  .section-title-wrap span.divider{
left: 0;
float: left;
}
#hero-content-section.text-alignleft .section-title-wrap span.divider:after,
#hero-content-section.default  .section-title-wrap span.divider:after {
left: 0;
}
#hero-content-section.text-aligncenter .featured-info a.more-link {
max-width: 200px;
margin: 30px auto 0;
}
#hero-content-section.text-alignright {
text-align: right;
}
#hero-content-section.text-alignright .section-title-wrap {
text-align: center;
width: 100%;
display: table;
}
#hero-content-section.text-alignright .section-title-wrap {
text-align: right;
}
#hero-content-section.text-alignright .section-title-wrap span.divider {
right: 0;
float: right;
}
#hero-content-section.text-alignright .section-title-wrap span.divider:after {
left: inherit;
right: 0;
}
#hero-content-section.text-alignright .featured-info {
position: relative;
padding-bottom: 70px;
}
.featured-page-thumb {
text-align: center;
}
div#hero-content-section {
overflow: hidden;
}
#hero-content-section .featured-info a.more-link, #hero-content-section .featured-info a.more-link:visited {
display: table;
padding: 15px 55px;
margin-top: 30px;
color: #fff;
}
#hero-content-section.text-alignright .featured-info a.more-link {
position: absolute;
bottom: 0;
padding: 10px 20px;
right: 0;
}
.featured-page-section ul li:before {
content: "\f058";
display: inline-block;
font-family: "Font Awesome 5 Free";
margin-right: 10px;
font-size: 19px;
color: #408ad2;
}
.featured-page-section ul li {
list-style-type: none;
}
.featured-page-section ul {
margin-left: 0;
padding-left: 0;
}
#hero-content-section a.more-link, #hero-content-section a.more-link:visited,
#promotional-headline-section a.more-link, #promotional-headline-section a.more-link:visited {
background: -moz-linear-gradient(0deg, #428cd4 0%, #004e9a 100%);
background: -webkit-linear-gradient(0deg, #428cd4 0%, #004e9a 100%);
background: -ms-linear-gradient(0deg, #428cd4 0%, #004e9a 100%);
color: #fff;
border-radius: 2px;
padding: 13px 40px;
margin-top: 30px;
}
#hero-content-section a.more-link:before,
#promotional-headline-section  a.more-link:before {
display: none;
}
#hero-content-section a.more-link:hover,#hero-content-section a.more-link:focus,#hero-content-section a.more-link:active,
#promotional-headline-section  a.more-link:hover,#promotional-headline-section  a.more-link:focus,#promotional-headline-section  a.more-link:active{
background: -moz-linear-gradient(0deg, #004e9a 0%, #428cd4 100%);
background: -webkit-linear-gradient(0deg, #004e9a 0%, #428cd4 100%);
background: -ms-linear-gradient(0deg, #004e9a 0%, #428cd4 100%);
} .section-wwd .wwd-block-inner {
position: relative;
z-index: 9;
padding: 35px;
background-color: #fff;
text-align: center;
border-radius: 10px;
}
.section-wwd .wwd-block-item a.wwd-icon {
color: #408ad2;
line-height: 0.6;
transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
font-size: 37px;
display: block;
width: 130px;
text-align: center;
text-shadow: 3px 3px 8px #ececec;
margin: 0 auto 5px;
position: relative;
line-height: 2.3;
overflow: hidden;
}
.section-wwd .wwd-icon-shadow {
display: block;
position: absolute;
left: 30px;
top: 10px;
font-size: 140px;
color: #f7f7f7;
z-index: -1;
line-height: 1;
}
.style-two h3.wwd-item-title a {
display: block;
}
a.wwd-fonts-icon {
display: inline-block;
font-size: 29px;
line-height: 2.8;
margin-bottom: 25px;
border-radius: 44px;
background: #f0f4f9;
color: #23498E;
width: 85px;
}
.style-one .wwd-block-item a.more-link {
margin: 0 auto;
}
.style-one .wwd-block-item.post-type a.more-link {
margin: 20px auto 0;
} .style-two .wwd-block-item a.wwd-icon {
float: left;
margin: 0 25px 0 0;
background: #fff;
width: auto;
max-width: 55px;
padding: 0;
line-height: 1.9;
}
.style-two .wwd-block-item a.wwd-fonts-icon {
float: left;
margin: 5px 25px 0 0;
background: #fff;
width: auto;
padding: 0;
font-size: 37px;
box-shadow: none;
}
.style-two .wwd-block-inner-content {
text-align: left;
display: table;
}
.wwd-item-title, .featured-grid-title {
margin-bottom: 10px;
position: relative;
}
.style-two .wwd-item-4 {
clear: both;
}
a.wwd-image {
margin-bottom: 25px;
display: block;
}
.style-two .wwd-block-item a.wwd-image {
float: left;
margin: 0 25px 0 0;
background: #fff;
width: auto;
max-width: 55px;
padding: 0;
line-height: 1.9;
} .style-three  a.wwd-fonts-icon,.style-two .wwd-block-item a.wwd-image {
margin-top: -74px;
display: block;
}
.style-three .wwd-block-inner-content {
text-align: left;
} .section-teams .social-links li a {
border: 2px solid transparent;
}
.section-teams .thumb-summary-wrap {
background: #fff;
position: relative;
z-index: 9;
}
.section-teams .team-item{
text-align: center;
}
.section-teams .team-position {
font-size: 17px;
margin-bottom: 10px;
color: #408ad2;
}
.section-teams .team-position {
font-size: 15px;
margin-bottom: 10px;
}
.section-teams .team-text-wrap {
position: relative;
background: #fff;
padding: 35px;
}
.team-text-wrap .social-nav li {
margin: 5px 0 0;
}
.section-teams .team-item img {
background: #fff;
}
.section-teams .team-item img {
margin: 0;
vertical-align: middle;
-webkit-transition: -webkit-transform 1s ease;
-moz-transition: -moz-transform 1s ease;
transition: transform 1s ease;
width: 100%;
}
.section-teams .team-item .team-thumb {
overflow: hidden;
position: relative;
background: #fff;
}
.section-teams .team-item:hover img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
-webkit-transform-origin: center center;
-moz-transform-origin: center center;
-o-transform-origin: center center;
transform-origin: center center;
}
.section-teams  .team-social-icons {
position: absolute;
top: 25px;
left: 25px;
}
h3.team-title {
margin-bottom: 5px;
}
.section-teams .social-nav  {
visibility: hidden;
}
.section-teams .team-social-icons:hover .social-nav {
visibility: visible;
}
.section-teams .social-nav li {
display: block;
float: none;
margin: 4px 0;
}
.section-teams .social-link-plus {
background: -moz-linear-gradient(0deg, #428cd4 0%, #004e9a 100%);
background: -webkit-linear-gradient(0deg, #428cd4 0%, #004e9a 100%);
background: -ms-linear-gradient(0deg, #428cd4 0%, #004e9a 100%);
color: #fff;
height: 40px;
width: 40px;
display: block;
padding: 6px;
text-align: center;
cursor: pointer;
}
.section-teams .social-nav  ul li a {
border: 2px solid transparent;
width: 40px;
height: 40px;
} #testimonial-section {
background-color: #3b1979;
}
#testimonial-section .more-link:before {
display: none;
}
#testimonial-section a.more-link, #testimonial-section a.more-link:visited {
background: no-repeat;
padding: 0;
}
#testimonial-section a.more-link:hover,
#testimonial-section a.more-link:active,
#testimonial-section a.more-link:focus {
background: no-repeat;
color: #222;
}
.section-teams .team-text-wrap, .section-testimonial .testimonial-summary, .section-latest-posts .latest-posts-text-content {
padding: 45px;
}
.section-testimonial .testimonial-thumb img {
display: block;
}
.section-testimonial .testimonial-thumb {
margin-left: 0;
max-width: 30%;
}
.section-testimonial .testimonial-summary .testimonial-position {
color: #c1bdb5;
font-style: normal;
font-size: 14px;
}
.section-testimonial .swiper-carousel-enabled .swiper-pagination {
position: inherit;
clear: both;
margin-top: 65px;
}
.section-testimonial .testimonial-summary {
padding-bottom: 30px;
max-width: 70%;
box-sizing: border-box;
padding: 0 0 0 5px;
float: right;
}
.section-testimonial .testimonial-summary h3 {
margin-bottom: 5px;
}
.section-testimonial .testimonial-wrapper {
position: relative;
background: #fff;
padding: 30px;
border-radius: 5px;
}
.section-testimonial .testimonial-summary::after {
position: absolute;
top: calc(99% - 3px);
left: 0;
content: '';
width: 0;
height: 0;
border-style: solid;
border-width: 35px 35px 0 0;
border-color: #fefefe transparent transparent;
-webkit-filter: drop-shadow(0 6px 5px rgba(0, 0, 0, 0.05));
filter: drop-shadow(0 6px 5px rgba(0, 0, 0, 0.05));
}
.section-testimonial .testimonial-wrapper {
}
.section-testimonial .clinet-info h4 {
margin-bottom: 4px;
}
.section-testimonial p.testimonial-position {
margin: 0;
font-size: 16px;
color: #408ad2;
}
.section-testimonial h4.testimonial-title {
margin: 0;
font-size: 1.8rem;
font-weight: 600;
}
.section-testimonial .client-info {
text-align: center;
}
.section-testimonial .testimonial-rating {
color: #ff9455;
font-size: 12px;
text-align: center;
margin: 10px 0;
}
.client-info-wrap {
margin-bottom: 15px;
}
.section-testimonial .testimonial-item img {
border-radius: 100%;
max-width: 100px;
margin: 0 auto;
}
.section-testimoniel .testimonial-summary::before {
content: "\f10d";
display: inline-block;
font-family: 'Font Awesome 5 Free';
font-size: 30px;
margin-right: 0;
line-height: 1;
margin: 0 0 15px;
font-weight: 900;
color: #e2e2e2;
position: absolute;
top: 35px;
left: 25%;
} .section-latest-posts .latest-posts-thumb  img {
margin: 0;
vertical-align: middle;
}
.section-latest-posts .latest-posts-thumb {
overflow: hidden;
position: relative;
text-align: center;
}
.latest-posts-wrapper {
overflow: hidden;
}
.section-latest-posts .latest-posts-title {
margin-bottom: 10px;
}
.post-thumbnail {
position: relative;
}
.section-latest-posts .new-cat {
margin-bottom: 15px;
position: absolute;
bottom: 30px;
left: 20px;
}
.post-thumbnail .cat-links {
position: inherit;
display: block;
padding: 25px;
}
.section-latest-posts .new-cat a, .post-thumbnail .cat-links a, .section-latest-posts .new-cat a:visited, .post-thumbnail .cat-links a:visited {
background: #408ad2;
color: #fff;
padding: 4px 15px;
display: inline-block;
text-transform: uppercase;
font-size: 11px;
margin-right: 5px;
line-height: 1.5;
font-weight: 500;
font-weight: bold;
}
.section-latest-posts .new-cat a:hover, .post-thumbnail .cat-links a:hover,
.section-latest-posts .new-cat a:focus, .post-thumbnail .cat-links a:focus,
.section-latest-posts .new-cat a:active, .post-thumbnail .cat-links a:active {
background: #222;
color: #fff;
}
.has-post-thumbnail .post-thumbnail .cat-links {
margin-bottom: 15px;
position: absolute;
bottom: 25px;
left: 0;
margin: 0;
text-align: left;
margin: 0;
}
.section-latest-posts .latest-posts-thumb .custom-button {
position: absolute;
top: 0%;
z-index: 9;
left: 50%;
margin-left: -70px;
opacity: 0;
}
.section-latest-posts .latest-posts-wrapper:hover .latest-posts-thumb .custom-button {
opacity: 1;
top:35%;
}
.section-latest-posts .latest-posts-thumb .custom-button::after,
.section-latest-posts .latest-posts-thumb .custom-button::before {
display: none;
}
.section-latest-posts .latest-posts-text-content {
background: #fff;
overflow: hidden;
position: relative;
padding: 40px 35px;
}
.section-latest-posts .latest-posts-text-wrap {
padding: 20px 0 0;
}
.latest-news-date {
background: #408ad2;
text-align: center;
color: #fff;
width: 70px;
}
.latest-news-meta {
position: absolute;
bottom: 20px;
right: 20px;
z-index: 99;
}
.latest-news-meta span.news-meta-date {
font-weight: bold;
font-size: 23px;
background: #fff;
color: #232323;
padding: 5px 0;
}
.latest-news-meta span {
display: block;
line-height: 1.3;
padding: 10px 0;
}
.style-two .section-latest-posts .latest-posts-text-content {
margin: 0;
padding: 40px;
}
.style-two .section-latest-posts .new-cat {
margin-bottom: 0;
position: absolute;
bottom: 30px;
left: 30px;
}  .skill-bar-section {
margin-top: 15px;
}
.skillbar {
position: relative;
display: block;
margin-bottom: 23px;
width: 100%;
background: #f7f7f7b8;
height: 16px;
-webkit-transition: 0.4s linear;
-moz-transition: 0.4s linear;
-ms-transition: 0.4s linear;
-o-transition: 0.4s linear;
transition: 0.4s linear;
-webkit-transition-property: width, background-color;
-moz-transition-property: width, background-color;
-ms-transition-property: width, background-color;
-o-transition-property: width, background-color;
transition-property: width, background-color;
border-radius: 10px;
}
.skillbar-bar {
height: 10px;
width: 0px;
background: #408ad2;
position: relative;
display: block;
top: 3px;
left: 5px;
border-radius: 5px;
}
.skillbar-1 .skillbar-bar {
background: #408ad2;
}
.skillbar-2 .skillbar-bar {
background: #ce5610;
}
.skillbar-3 .skillbar-bar {
background: #a6d41a;
}
.skillbar-4 .skillbar-bar {
background: #ec9d0d;
}
.skillbar-title {
float: left;
}
.skill-bar-percent {
float: right;
clear: none;
}
.skillbar-item h3 {
font-size: 18px;
margin-bottom: 5px;
}
.skillbar {
clear: both;
}
.skillbar-item:last-child {
margin: 0;
}
.skillbar-item {
margin-bottom: 20px;
}
.skill-info .section-title-wrap.text-alignleft {
margin-bottom: 5px;
} #promotional-headline-section {
padding: 130px 0;
}
#promotional-headline-section.overlay-enabled,
#promotional-headline-section.overlay-enabled h2 {
color: #fff;
}
#promotional-headline-section .promotion-content {
max-width: 1000px;
margin: 0 auto;
width: 100%;
}
#promotional-headline-section h2 {
font-size: 6rem;
font-weight: 700;
}
#promotional-headline-section p {
font-size: 2rem;
}
.text-alignright .promotion-content {
text-align: right;
}
#promotional-headline-section a.more-link,
#promotional-headline-section a.more-link:visited {
margin:30px auto 0;
}
#promotional-headline-section.text-alignleft a.more-link,
#promotional-headline-section.text-alignright a.more-link {
position: absolute;
left: 0;
}
.promotion-description {
position: relative;
}
.promotion-buttons a.ff-button {
margin: 10px;
} #featured-video-section.overlay-enabled,
#featured-video-section.overlay-enabled h2 {
color: #fff;
}
#featured-video-section .featured-video-content {
max-width: 950px;
margin: 0 auto;
width: 100%;
}
#featured-video-section h2 {
font-size: 6rem;
font-weight: 700;
}
#featured-video-section p {
font-size: 2rem;
}
.text-alignright .featured-video-content {
text-align: right;
}
#featured-video-section a.more-link,
#featured-video-section a.more-link:visited {
padding: 10px 20px;
background: #3368c6;
color: #fff;
max-width: 195px;
margin:30px auto 0;
}
.video-buttons-wrap {
margin-top: 40px;
}
.featured-video-buttons {
margin-top: 15px;
}
#featured-video-section.text-alignleft a.more-link,
#featured-video-section.text-alignright a.more-link {
position: absolute;
left: 0;
}
.featured-video-description {
position: relative;
}
#featured-video-section a.flashy-popup:before {
content: "";
display: inline-block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
border: 23px solid #f75757;
-webkit-border-radius: 50em;
-khtml-border-radius: 50em;
-moz-border-radius: 50em;
-ms-border-radius: 50em;
-o-border-radius: 50em;
border-radius: 50em;
opacity: 0.6;
-webkit-transform: scale3d(1, 1, 1);
-khtml-transform: scale3d(1, 1, 1);
-moz-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
-o-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
animation: buttonRing 1.5s linear infinite;
-webkit-animation: buttonRing 1.5s linear infinite;
}
#featured-video-section a.flashy-popup i {
height: 65px;
width: 65px;
text-align: center;
padding: 20px;
margin: 9px;
border-radius: 100%;
font-size: 19px;
border: 3px solid #f75757;
background: rgb(247, 87, 87);
color: #fff;
}
#featured-video-section a.flashy-popup {
position: relative;
display: inline-block;
}
@keyframes buttonRing {
0% {
-webkit-transform:scale3d(1,1,1);
-khtml-transform:scale3d(1,1,1);
-moz-transform:scale3d(1,1,1);
-ms-transform:scale3d(1,1,1);
-o-transform:scale3d(1,1,1);
transform:scale3d(1,1,1);
opacity:0.6;
}
85%{
opacity:0;
}
100%{
-webkit-transform:scale3d(1.42, 1.42, 1.42);
-khtml-transform:scale3d(1.42, 1.42, 1.42);
-moz-transform:scale3d(1.42, 1.42, 1.42);
-ms-transform:scale3d(1.42, 1.42, 1.42);
-o-transform:scale3d(1.42, 1.42, 1.42);
transform:scale3d(1.42, 1.42, 1.42);
opacity:0;
}
}
.flashy-overlay .flashy-close {
right: 12%!important;
top: 7%!important;
}
#featured-video-section {
padding: 150px 0;
} .section-contact {
margin: 0 auto;
background: #fff;
box-shadow: 0 10px 29px 0 rgba(50, 50, 50, 0.06);
padding: 30px;
}
.wpcf7 span.ajax-loader {
position: absolute;
left: 50%;
top: 15px;
}
.wpcf7 p {
position: relative;
}
.wpcf7-form-control-wrap textarea {
height: 90px!important;
}
.wpcf7 textarea {
max-height: 212px;
border-color: #f1f1f1;
}
.wpcf7 input {
padding: 8px;
border-color: #f1f1f1;
}
input.wpcf7-form-control.wpcf7-submit {
padding: 10px 20px;
display: block;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="url"], .wpcf7 input[type="password"], .wpcf7 input[type="number"], .wpcf7 input[type="tel"], .wpcf7 input[type="range"], .wpcf7 input[type="date"], .wpcf7 input[type="month"], .wpcf7 input[type="week"], .wpcf7 input[type="time"], .wpcf7 input[type="datetime"], .wpcf7 input[type="datetime-local"], .wpcf7 input[type="color"], .wpcf7 textarea {
padding: 8px 15px;
}
.mc4wp-form-fields input[type="submit"] {
width: 100%;
}
.mc4wp-form-fields input[type="email"] {
background: no-repeat;
padding: 10px 20px;
height: auto;
margin-top: 15px;
color: #fff;
border-color: #dedede;
}
#footer-widgets input[type="email"]::-webkit-input-placeholder { color: #fff;
}
#footer-widgets input[type="email"]::-moz-placeholder { color: #fff;
}
#footer-widgets input[type="email"]::-ms-input-placeholder { color: #fff;
} .section-portfolio .portfolio-item {
float: left;
position: relative;
}
.section-portfolio .portfolio-inner {
position: relative;
overflow: hidden;
}
.section-portfolio .portfolio-section img {
vertical-align: middle;
}
.section-portfolio .portfolio-section .thumb-overlay {
background: rgba(0,0,0,0.3);
content: "";
height: 100%;
position: absolute;
top: 0;
width: 100%;
display: none;
}
.section-portfolio h3 a,
.section-portfolio h3 {
color: #fff;
margin-bottom: 0;
font-size: 2.5rem;
text-align: center;
display: block;
width: 100%;
}
.portfolio-wrapper {
overflow:hidden;
margin:0;
padding:0;
}
.portfolio-wrapper .portfolio-item {
padding: 15px !important;
}
#portfolio {
margin-bottom: 20px;
}
.section-portfolio .portfolio-wrapper {
position: relative;
display: block;
overflow: hidden;
}
.section-portfolio .item-inner-wrapper {
position: relative;
overflow: hidden;
text-align: center;
}
.portfolio-main-wrapper.swiper-carousel-enabled{
padding: 0;
}
.section-portfolio .portfolio-content p,
.section-portfolio .portfolio-content h3 a {
margin: 0;
color: #fff;
display: block;
}
.section-portfolio .portfolio-content h3 a:hover,
.section-portfolio .portfolio-content h3 a:focus,
.section-portfolio .portfolio-content h3 a:active {
color:#408ad2;
}
.portfolio-content {
position: absolute;
bottom: 0;
padding: 50px 20px;
text-align: left;
width: 100%;
box-sizing: border-box;
}
.section-portfolio .portfolio-thumb-wrap:after {
content: "";
position: absolute;
height: 100%;
width: 100%;
background: linear-gradient(rgba(16, 16, 16, 0), rgba(0, 0, 0, 0.8));
left: 0;
bottom: 0;
}
.section-portfolio .portfolio-thumb-wrap {
position: relative;
overflow: hidden;
}
.section-portfolio .portfolio-thumb-wrap img {
width: 100%;
}
.section-portfolio.style-two h3 a, .section-portfolio.style-two h3 {
text-align: left;
} .section-portfolio.style-two .portfolio-content {
background: #fff;
left: 10%;
right: 10%;
padding: 40px;
bottom: -10%;
width: 80%;
visibility: hidden;
transition: position 0.2s ease-in-out 0.2s;
}
.section-portfolio.style-two h3 a,
.section-portfolio.style-two h3,
.section-portfolio.style-two p{
color:#222;
}
#portfolio-section .container {
width: 100%;
}
.section-portfolio.style-two .item-inner-wrapper:hover .portfolio-content {
visibility:visible;
bottom: 10%;
}
.section-portfolio.style-two .portfolio-thumb-wrap:after {
display: none;
}
.section-portfolio.style-two h3, .section-portfolio.style-two h3 a {
font-size: 2.2rem;
margin-bottom: 11px;
} #playlist-section {
overflow: hidden;
}
#playlist-section .wp-playlist-light {
background: none;
color: #fff;
border: none;
}
#playlist-section h2.section-title {
text-align: left;
color: #fff;
}
#playlist-section .section-title-wrap span.divider {
float: left;
}
#playlist-section .section-title-wrap span.divider:after {
left: 0;
}
#playlist-section .wp-playlist-current-item {
overflow: hidden;
margin-bottom: 30px;
height: 60px;
}
#playlist-section  .wp-playlist-light .wp-playlist-caption {
color: #fff;
}
#playlist-section .mejs-container,
#playlist-section .mejs-embed,
#playlist-section .mejs-embed body,
#playlist-section .mejs-container .mejs-controls {
background: #408ad2;
border-radius: 25px;
}
#playlist-section .wp-playlist-item-length {
position: absolute;
right: 21px;
top: 10px;
font-size: 14px;
line-height: 1.5;
}
#playlist-section .wp-playlist .mejs-container {
margin: 0;
max-width: 100%;
border-radius: 20px;
}
#playlist-section .mejs-controls .mejs-time-rail .mejs-time-total,
#playlist-section .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
background: rgba(255, 255, 255, 0.84);
}
#playlist-section .wp-playlist-item a {
color: #f7f0f0;
}
#playlist-section .wp-playlist-item {
position: relative;
cursor: pointer;
padding: 10px 20px;
border: none;
margin: 15px 0;
border-radius: 40px;
background: #585454;
}
#playlist-section .wp-playlist .wp-playlist-current-item img {
float: left;
max-width: 60px;
height: auto;
margin-right: 10px;
padding: 0;
border: 0;
background: #fff;
}
#playlist-section .wp-playlist-tracks .wp-playlist-item.wp-playlist-playing,
#playlist-section  .wp-playlist-tracks .wp-playlist-item:hover {
background-color: #408ad2;
color: #fff;
}
#playlist-section .wp-playlist-tracks .wp-playlist-item.wp-playlist-playing a,
#playlist-section .wp-playlist-tracks .wp-playlist-item:hover a {
color: #fff;
}
#playlist-section .mejs-button.mejs-playpause-button {
margin: 0 35px;
}
#playlist-section .mejs-controls {
padding-right: 50px;
}
#playlist-section .mejs-time.mejs-currenttime-container {
position: absolute;
right: 8px;
top: -2px;
}
#playlist-section .wp-playlist .mejs-button.mejs-volume-button.mejs-mute>button:before, #playlist-section .wp-playlist .mejs-button.mejs-volume-button.mejs-unmute>button:before, #playlist-section .wp-playlist .mejs-button.mejs-playpause-button.mejs-play>button:before, #playlist-section .wp-playlist .mejs-button.mejs-playpause-button.mejs-pause>button:before, #playlist-section .wp-playlist .wp-playlist-prev:before, #playlist-section .wp-playlist .wp-playlist-next:before {
content: "\f028";
font-family: "Font Awesome 5 Free";
visibility: visible;
display: block;
font-size: 13px;
color: #fefefe;
vertical-align: middle;
font-weight: 900;
}
#playlist-section .wp-playlist .wp-playlist-prev:before {
content: "\f04a";
}
#playlist-section .wp-playlist .wp-playlist-next:before {
content: "\f04e";
}
#playlist-section .wp-playlist .mejs-button.mejs-playpause-button.mejs-pause>button:before {
content: "\f04c";
}
#playlist-section .wp-playlist .mejs-button.mejs-playpause-button.mejs-play>button:before {
content: "\f04b";
}
#playlist-section .wp-playlist-next, #playlist-section .wp-playlist-prev {
position: relative;
margin-top: -30px;
z-index: 9;
margin-left: 83px;
width: 25px;
cursor: pointer;
float: left;
}
#playlist-section .wp-playlist-prev {
margin-left: 20px;
}
#playlist-section .wp-playlist .mejs-controls .mejs-button button {
outline: 0;
z-index: 999;
position: relative;
}
#playlist-section .mejs-button>button {
background: none!important;
}
#playlist-section .mejs-button.mejs-playpause-button {
margin: 0 35px;
z-index: 999!important;
z-index: 99;
}
#playlist-section .mejs-controls .mejs-time-rail .mejs-time-current {
background: #101010;
}
#playlist-section .featured-page-section {
background: #280a5f;
padding: 30px;
box-shadow: 0 0 19px #22222214;
border-radius: 20px;
} .recent-work-filter {
list-style: none;
padding: 0;
margin: 0 0 20px;
text-align: center;
cursor: default;
}
.view-icon{
font-size: 31px;
display: block;
}
.view-icon:hover{
color:#fff;
}
.recent-work-filter button {
color: #332f2f;
margin: 0 0 10px;
display: inline-block;
font-weight: 500;
font-size: 15px;
padding: 7px 14px;
background: inherit!important;
letter-spacing: 0;
}
.section-recent-work .vmiddle-holder,.vmiddle-holder{
display: table;
height: 100%;
width: 100%;
}
.filter-content-thumb-wrap:after {
content: "";
background: #222;
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
display: block;
opacity: 0.2;
}
.section-recent-work .vmiddle,.vmiddle {
display: table-cell;
height: 100%;
text-align: center;
vertical-align: middle;
width: 100%;
}
.recent-work-filter button:hover{
color: #408ad2;
text-decoration: none;
}
.recent-work-filter button.current,
.recent-work-filter button:hover {
color: #408ad2;
cursor: default;
position: relative;
cursor: pointer;
}
.section-filter-content .item-inner-wrapper .filter-content-content {
position: absolute;
width: 80%;
bottom: 10%;
left:10%;
right:10%;
background:#fff;
padding: 0 40px;
text-align: center;
visibility: hidden;
}
.section-filter-content .item-inner-wrapper:hover .filter-content-content {
opacity: 1;
visibility: visible;
}
.section-filter-content .item-inner-wrapper {
position: relative;
overflow: hidden;
}
.filter-content-block-list.row {
margin: 0 -10px;
}
.filter-content-block-list.row .ff-grid-4 {
padding: 10px;
margin: 0;
}
.isotope-item {
z-index:2;
}
.isotope-hidden.isotope-item {
pointer-events:none;
z-index:1;
}
.isotope,
.isotope .isotope-item {
-webkit-transition-duration:.8s;
-moz-transition-duration:.8s;
-ms-transition-duration:.8s;
-o-transition-duration:.8s;
transition-duration:.8s;
}
.isotope {
-webkit-transition-property:height, width;
-moz-transition-property:height, width;
-ms-transition-property:height, width;
-o-transition-property:height, width;
transition-property:height, width;
}
.isotope .isotope-item {
-webkit-transition-property:0 opacity;
-moz-transition-property:0 opacity;
-ms-transition-property:0 opacity;
-o-transition-property:0 opacity;
transition-property:transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
-webkit-transition-duration:0;
-moz-transition-duration:0;
-ms-transition-duration:0;
-o-transition-duration:0;
transition-duration:0;
} .section-portfolio .swiper-carousel-enabled  .portfolio-item {
padding: 0;
}
.swiper-carousel-enabled .swiper-container {
width: 100%;
height: 100%;
}
.swiper-carousel-enabled .swiper-pagination {
position: inherit;
clear: both;
margin-top: 30px;
}
.swiper-carousel-enabled .swiper-pagination-bullet {
width: 12px;
height: 12px;
background: #b3b0b0;
opacity: 1;
box-shadow: 0 0 8px #00000017 inset;
}
.swiper-carousel-enabled .swiper-pagination-bullet-active,
.swiper-carousel-enabled .swiper-pagination-bullet:hover,
.swiper-carousel-enabled .swiper-pagination-bullet:focus,
.swiper-carousel-enabled .swiper-pagination-bullet:active {
background: #408ad2;
}
.swiper-carousel-enabled .swiper-button-prev,
.swiper-carousel-enabled .swiper-button-next {
top:35%;
}
.swiper-carousel-enabled .swiper-button-next,
.swiper-carousel-enabled .swiper-button-prev,
.swiper-carousel-enabled .swiper-button-next:visited,
.swiper-carousel-enabled .swiper-button-prev:visited{
outline: none;
background:-moz-linear-gradient(0deg, #428cd4 0%, #004e9a 100%);
background:-webkit-linear-gradient(0deg, #428cd4 0%, #004e9a 100%);
background:-ms-linear-gradient(0deg, #428cd4 0%, #004e9a 100%);
}
.swiper-carousel-enabled .swiper-button-next:hover,
.swiper-carousel-enabled .swiper-button-prev:hover,
.swiper-carousel-enabled .swiper-button-next:focus,
.swiper-carousel-enabled .swiper-button-prev:focus,
.swiper-carousel-enabled .swiper-button-next:active,
.swiper-carousel-enabled .swiper-button-prev:active {
outline: none;
background: #fff;
color: #222;
}
.section-latest-posts.recent-news-section {
margin: -15px -10px;
}
.section-latest-posts.recent-news-section .swiper-carousel-enabled {
padding: 15px;
}
.swiper-carousel-enabled {
position: relative;
overflow: hidden;
padding: 15px;
}
.swiper-carousel-enabled .inner-block-shadow {
-webkit-box-shadow: 0px 0px 13px 0px rgba(122, 122, 122, 0.07);
-moz-box-shadow: 0px 0px 13px 0px rgba(122, 122, 122, 0.07);
-ms-box-shadow: 0px 0px 13px 0px rgba(122, 122, 122, 0.07);
-o-box-shadow: 0px 0px 13px 0px rgba(122, 122, 122, 0.07);
box-shadow: 0px 0px 13px 0px rgba(122, 122, 122, 0.07);
}
.swiper-carousel-enabled .inner-block-shadow {
-webkit-box-shadow: 0px 0px 13px 0px rgba(122, 122, 122, 0.07);
-moz-box-shadow: 0px 0px 13px 0px rgba(122, 122, 122, 0.07);
-ms-box-shadow: 0px 0px 13px 0px rgba(122, 122, 122, 0.07);
-o-box-shadow: 0px 0px 13px 0px rgba(122, 122, 122, 0.07);
box-shadow: 0px 0px 13px 0px rgba(122, 122, 122, 0.07);
}
.swiper-carousel-enabled .swiper-button-next, .swiper-carousel-enabled .swiper-button-prev {
z-index: 99;
background: #0000007d;
padding: 25px;
border-radius: 100%;
cursor: pointer;
visibility: hidden;
transition: all 0.2s ease-in-out 0s;
color: #fff;
}
.swiper-carousel-enabled .swiper-button-prev {
left: -70px;
right: auto;
}
.swiper-carousel-enabled .swiper-button-next {
right: -70px;
left: auto;
}
.swiper-carousel-enabled:hover .swiper-button-prev {
left:5%;
visibility: visible;
}
.swiper-carousel-enabled:hover .swiper-button-next {
right:5%;
visibility: visible;
}
.swiper-carousel-enabled .swiper-button-next:after,
.swiper-carousel-enabled .swiper-button-prev:after {
font-size: 20px;
} .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
background: #141b27;
color: #ffffff;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
padding: 20px;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
padding: 10px 15px;
}
.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
margin: 5px;
background: #f1f1f1;
border: none;
}
.woocommerce nav.woocommerce-pagination ul {
border: none;
}
.woocommerce .woocommerce-ordering {
margin: -30px 0 3em;
}
.woocommerce ul.products, .woocommerce-page ul.products {
clear: both;
width: 100%;
}
.woocommerce ul.products li.product .star-rating {
display: block;
text-align: center;
margin: 0 auto 15px;
}
.woocommerce.layout-no-sidebar-full-width .columns-3 ul.products li.product, .layout-no-sidebar-full-width.woocommerce-page .columns-3 ul.products li.product {
padding: 0 0 40px 0;
background: #fbfbfb;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
font-size: 1.15em;
float: left;
margin: 0;
min-width: inherit;
padding: 6px 15px;
font-size: 14px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
padding: 20px;
text-align: center;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
padding: 0 0 30px 0;
text-align: center;
background: #fbfbfb;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
font-size: 2rem;
font-weight: 600;
padding-left: 20px;
padding-right: 20px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range
{
background:#408ad2;
}
.woocommerce ul.products li.product .price {
color: #060605;
font-size: 1.6rem;
}
.woocommerce .quantity .qty {
padding: 6px;
margin-top: 10px;
margin-right: 5px;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
color: #000000;
}
.woocommerce-info, .woocommerce-noreviews,
p.no-comments {
background-color: inherit;
}
.woocommerce #reviews #respond {
padding: 40px;
}
.woocommerce #reviews #comment {
height: auto;
}
section.related.products h2 {
margin-bottom: 40px;
}
p.product.woocommerce.add_to_cart_inline {
border: none!important;
padding: 0!important;
display: block;
}  .key-features-section a.key-features-icon {
font-size: 25px;
float: left;
margin-right: 30px;
line-height: 1.7;
width: 80px;
height: 80px;
box-shadow: 0 0 24px #dddddd78;
border-radius: 100%;
text-align: center;
padding: 16px;
background: #fff;
color: #141415;
}
.key-features-section .key-features-block-inner-content {
display: table;
}
.icon-right .key-features-block-inner-content {
text-align: right;
}
.key-features-section .key-features-block-inner {
margin: 20px 0;
}
.key-features-section .icon-right a.key-features-icon {
float: right;
margin: 0 0 0 30px;
}
.key-features-section .icon-right {
text-align: right;
}
.feature-thumb {
text-align: center;
}
#key-features-section a.more-link,
#key-features-section a.more-link:visited {
background: none;
padding-left: 0;
padding-top: 0;
padding-bottom: 0;
}
#key-features-section .more-link:before {
background: no-repeat;
margin: 0;
padding: 0;
height: auto;
width: auto;
top: 0;
right: 31px;
}
#key-features-section.style-two a.more-link:before {
display: none;
}
#key-features-section.style-two a.more-link {
padding: 0;
display: block;
}
#key-features-section a.more-link:hover,
#key-features-section a.more-link:focus,
#key-features-section a.more-link:active {
background: inherit;
color:#222;
}
#key-features-section.style-one .more-link:before,
#key-features-section.style-one a.more-link,
#key-features-section.style-one a.more-link:visited{
color: #fff;
}
#key-features-section.style-one  {
position: relative;
}
.style-one .key-features-wrapper-style-one {
background: -moz-linear-gradient(0deg, #428cd4 0%, #004e9a 100%);
background: -webkit-linear-gradient(0deg, #428cd4 0%, #004e9a 100%);
background: -ms-linear-gradient(0deg, #428cd4 0%, #004e9a 100%);
max-width: 95%;
margin: 0 auto;
}
.style-one .key-feature-item-wrraper {
padding: 30px 50px 0;
}
.style-one .key-feature-item-wrraper p,
.style-one .key-feature-item-wrraper h3,
.style-one .key-feature-item-wrraper h3 a {
color:#fff;
}
.style-one h3.key-features-item-title {
margin-bottom: 10px;
}
.style-one.key-features-section a.key-features-icon {
margin-left: -95px;
margin-right: 0;
}
.style-one.key-features-section .key-features-block-inner-content {
margin-left: 20px;
} .counter-section .counter-icon {
font-size: 35px;
color: #113e6b;
background: #f0f4f9;
width: 90px;
height: 90px;
display: inline-block;
margin-bottom: 15px;
padding: 20px 0;
border-radius: 100%;
position: relative;
}
.counter-section .counter-title {
font-size: 16px;
font-weight: 400;
}
.counter-section .counter-icon:before {
content: "\f00c";
display: block;
position: absolute;
background: -moz-linear-gradient(0deg, #428cd4 0%, #004e9a 100%);
background: -webkit-linear-gradient(0deg, #428cd4 0%, #004e9a 100%);
background: -ms-linear-gradient(0deg, #428cd4 0%, #004e9a 100%);
font-family: fontAwesome;
font-size: 12px;
color: #fff;
width: 30px;
height: 30px;
padding: 4px;
border-radius: 21px;
right: 16px;
top: -5px;
}
.counter-section .thumb-summary-wrap {
text-align: center;
padding: 30px;
}
.counter-section .counter-content {
float: left;
}
.counter-section .counter-nos {
font-size: 4rem;
font-weight: 900;
line-height: 1;
display: block;
margin-bottom: 10px;
color: #222f5a;
}
.counterup-2 .thumb-summary-wrap {
background: #fff;
overflow: hidden;
padding: 30px 30px 15px;
}
.counter-up-page h3 {
font-size: 4rem;
font-weight: bold;
line-height: 1.4;
color:#fff;
}
.counter-up-page {
padding: 95px 50px;
background: #222f5a;
margin-top: 20px;
text-align: center;
color: #fff;
} #news-events-section .event-thumb {
max-width: 35%;
margin-right: 0;
overflow: hidden;
float: left;
}
#news-events-section .event-post {
padding: 0 0 20px 0;
clear: both;
display: block;
float: left;
width: 100%;
}
#news-events-section .event-content .entry-meta {
margin-bottom: 5px;
}
#news-events-section .event-content h4 {
margin-bottom: 5px;
}
#news-events-section .event-content {
float: left;
width: 65%;
padding-left: 25px;
}
#news-events-section .latest-posts-item{
margin: 0;
}
#news-events-section .section-title-wrap {
text-align: left;
}
#news-events-section .section-title-wrap span.divider {
margin: 0 0 25px;
}
#news-events-section .section-title-wrap span.divider:after {
left: 0;
} .pricing-section .pricing-plan-item {
text-align: center;
}
.pricing-section .pricing-plan-price {
display: block;
font-size: 50px;
line-height: 1;
font-weight: bold;
}
.pricing-section .pricing-plan-header {
padding: 25px 30px;
position: relative;
border-bottom: 1px dashed #a29a9b;
}
.pricing-section .plan-inner {
background: #fff;
overflow: hidden;
}
.pricing-section .pricing-plan-content {
padding: 50px 30px 30px;
}
.pricing-section .pricing-plan-footer {
padding: 0 30px 40px;
}
.pricing-section .pricing-plan-item {
color:#000;
}
.pricing-section .pricing-plan-feature {
display: block;
font-size: 16px;
margin-bottom: 10px;
}
.pricing-section .pricing-plan-item.recommended .plan-inner {
box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.2);
}
.pricing-section .pricing-plan-item.recommended .pricing-plan-header {
background: #408ad2;
color: #fff;
border: none;
}
.pricing-section .pricing-plan-item.recommended .pricing-plan-header h3 {
color:#fff;
}
.pricing-section .pricing-plan-recommended .pricing-plan-title h4 {
color: #fff;
}
.pricing-section  .pricing-plan-item.recommended h4 {
color: #fff;
} .featured-page-thumb:before {
content: "";
background: url(//www.sapfd.nl/wp-content/themes/vip-business-pro/images/featured-page/dots.png) center center/cover no-repeat local;
width: 480px;
height: 480px;
position: absolute;
left: 0;
bottom: 0;
z-index: -1;
background-size: 175px;
background-repeat: repeat;
}
.featured-page-thumb {
position: relative;
z-index: 9;
}
.section-featured-grid .featured-grid-thumb  img {
margin: 0;
vertical-align: middle;
}
.section-featured-grid .featured-grid-thumb {
overflow: hidden;
position: relative;
}
.section-featured-grid .featured-grid-thumb .custom-button {
position: absolute;
top: 0%;
z-index: 9;
left: 50%;
margin-left: -70px;
opacity: 0;
}
.section-featured-grid .featured-grid-wrapper:hover .featured-grid-thumb .custom-button {
opacity: 1;
top:35%;
}
.section-featured-grid .featured-grid-thumb .custom-button::after,
.section-featured-grid .featured-grid-thumb .custom-button::before {
display: none;
}
.section-featured-grid .featured-grid-thumb img {
width: 100%;
}
.section-featured-grid .featured-grid-text-content {
background: #ffffff;
overflow: hidden;
padding: 35px 40px 35px;
position: relative;
margin: -30px 20px 0;
}
.section-featured-grid .featured-grid-text-wrap {
padding: 20px 0 0;
}
.video-container {
position: relative;
text-align: center;
}
.video-container  a.media-zoom-icon {
position: absolute;
right: 40%;
top: 38%;
}
h3.thumb-title {
position: absolute;
background: #408ad2;
bottom: 15%;
left: 35px;
padding: 15px 30px;
max-width: 56%;
color: #fff;
text-align: left;
border-radius: 5px;
} .section-featured-grid.style-two .featured-grid-text-content  {
padding: 11px;
}
.section-featured-grid.style-two .featured-grid-text-content {
position: absolute;
bottom: 6%;
z-index: 9;
left: 5%;
right: 5%;
background: #2b2627b5;
border-radius: 0;
}
.section-featured-grid.style-two h3.featured-grid-title {
font-size: 19px;
margin: 0;
}
.section-featured-grid.style-two .featured-grid-section p,
.section-featured-grid.style-two .featured-grid-section,
.section-featured-grid.style-two .featured-grid-section a {
color: #fff;
}
.section-featured-grid.style-two .featured-grid-text-content:after {
content: "";
display: block;
position: absolute;
bottom: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.section-featured-grid.style-two .featured-grid-wrapper {
position: relative;
}
.section-featured-grid.style-two .featured-grid-wrapper {
overflow: hidden;
}
.section-featured-grid.style-two .featured-grid-text-content {
padding: 20px;
}
.section-featured-grid.style-two .featured-grid-summary {
display: none;
} [class^="wp-block-"]:not(.wp-block-gallery) figcaption {
font-style: italic;
margin-bottom: 1.5em;
text-align: left;
}
hr.wp-block-separator {
background: none;
border-bottom-width: 1px;
}
.wp-block-gallery {
margin: 0;
margin-bottom: 15px;
}
.wp-block-gallery.alignleft,
.wp-block-gallery.alignnone,
.wp-block-gallery.aligncenter,
.wp-block-gallery.alignright {
display: flex;
}
.wp-block-gallery figcaption {
font-style: italic;
}
p.has-drop-cap:not(:focus)::first-letter {
font-size: 5em;
margin-top: 0.075em;
}
.wp-block-image {
margin-bottom: 1.5em;
}
.wp-block-image figure {
margin-bottom: 0;
margin-top: 0;
}
.wp-block-image figure.alignleft {
margin-right: 1.5em;
}
.wp-block-image figure.alignright {
margin-left: 1.5em;
}
.wp-block-audio audio {
display: block;
width: 100%;
}
.wp-block-cover-image.alignright,
.wp-block-cover.alignright,
.wp-block-cover-image.alignleft,
.wp-block-cover.alignleft,
.wp-block-cover-image.aligncenter,
.wp-block-cover.aligncenter {
display: flex;
}
.wp-block-pullquote blockquote {
margin: 0;
}
.wp-block-quote:not(.is-large):not(.is-style-large),
blockquote {
border-left: 5px solid #179bd7;
}
.wp-block-pullquote.is-style-solid-color blockquote {
border: none;
background: #179bd7;
padding: 30px;
color: #fff;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
color: #fff;
}
blockquote:before {
display: none;
}
blockquote {
margin: 0 0 15px 0;
position: relative;
padding-left: 20px;
}
.entry-content ul.wp-block-gallery {
margin-left: 0;
padding-left: 0;
}
.entry-content ul,.entry-content ol {
padding-left: 20px;
margin-left: 0;
}
.entry-content .blocks-gallery-grid, .entry-content .wp-block-gallery {
padding:0;
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
text-transform: none;
font-style: normal;
font-size: 18px;
color: #000;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
clear: both;
} .skillbar {
clear: both;
padding: 0 5px;
}
.skillbar-bar {
left: 0;
}
#colophon .widget-area li.blocks-gallery-item {
margin: 0;
padding: 5px;
}
#colophon .widget-area li.blocks-gallery-item:before {
display: none;
}
#colophon .widget-area ul.blocks-gallery-grid {
margin: 0 -5px;
}   @media only screen and (max-width:1230px) {
.container {
max-width: 97%;
}
} @media only screen and (max-width:1024px) {
} @media only screen and (max-width:1023px) {
.ff-grid-3,
.ff-grid-4 {
width: 50%;
} .ff-grid-4:nth-child(3n+1),
.ff-grid-3:nth-child(4n+1)  {
clear: inherit;
} .ff-grid-4:nth-child(2n+1),
.ff-grid-3:nth-child(2n+1),
.ff-grid-6:nth-child(2n+1)  {
clear: both;
}
.ff-grid-7,
.ff-grid-7 + .ff-grid-5,
.ff-grid-5 + .ff-grid-7
.ff-grid-8,
.ff-grid-8 + .ff-grid-4,
.ff-grid-4 + .ff-grid-8,
.ff-grid-9,
.ff-grid-9 + .ff-grid-3,
.ff-grid-3 + .ff-grid-9,
.ff-grid-10,
.ff-grid-10 + .ff-grid-2,
.ff-grid-2 + .ff-grid-10,
.ff-grid-11,
.ff-grid-11 + .ff-grid-1,
.ff-grid-1 + .ff-grid-11 {
width: 100%;
margin-top: 10px;
margin-bottom: 10px;
}
.sidebar,
#primary {
width: 100%;
}
#slider-section .slider-content-wrapper .container {
max-width: 80%;
}
.layout-no-sidebar-content-width #primary {
width: 90%;
}
.hentry {
margin: 0 0 30px;
}
} @media only screen and (max-width:909px) {
.header-three .nav-inner-wrapper,
.header-four .nav-inner-wrapper {
position: relative;
}
.header-three .nav-inner-wrapper.nav-color-bg .main-navigation ul li a,
.header-four .nav-inner-wrapper.nav-color-bg .main-navigation ul li a:visited ,
.header-three .nav-inner-wrapper.nav-color-bg .main-navigation ul li a,
.header-four .nav-inner-wrapper.nav-color-bg .main-navigation ul li a:visited {
color: #080808;
}
.header-three .site-primary-menu,
.header-four .site-primary-menu {
max-width: 90%;
left: 5%;
top: 51px;
}
.header-seven .site-title a,
.header-seven .site-title a:visited,
.header-seven p.site-description {
color: #222;
}
.overlap-header, .overlap-header #masthead.sticky-enabled.sticky-header {
position: inherit;
top: 0;
z-index: inherit;
width: 100%;
clear: both;
background: none;
}
.overlap-header .main-navigation ul li a,
.overlap-header #search-toggle,
.overlap-header .cart-contents a,
.overlap-header .cart-contents a:visited,
.overlap-header .site-title a,
.overlap-header p.site-description,
.overlap-header .site-title a, .overlap-header .site-title a:visited {
color: #222;
}
#masthead.overlap-header.sticky-enabled.sticky-header {
background: none;
}
.site-header-main > .container {
padding: 0;
}
#top-social .social-nav li {
padding-left: 0;
}
#site-top-header-mobile-container a.ff-button.header-button {
margin: 10px 0 0;
padding: 5px 20px;
}
#quick-contact {
width: 100%;
}
.right-head a.ff-button.header-button {
float: right;
}
.right-head a.ff-button.header-button {
display: none;
}
.head-search-cart-wrap.pull-left {
float: right;
}
#search-container {
bottom: -98px;
}
.nav-inner-wrapper .social-nav {
margin-top: 0;
}
.header-three .menu-toggle,
.header-four .menu-toggle {
margin-top: 3px;
}
.nav-inner-wrapper #search-toggle {
margin-top: 5px;
margin-left: 5px;
}
#site-top-header-mobile-container  .mobile-search {
margin: 15px 0;
}
#quick-contact li {
display: block;
border-bottom: 1px solid #f1f1f1;
width: 100%;
float: none;
}
.site-top-header-mobile {
display: block;
margin: 0 auto;
position: relative;
padding: 3px 0;
background: #f7f6f6;
}
#site-top-header-mobile-container {
display: none;
position: absolute;
background: #fff;
left: 5%;
z-index: 999;
padding: 20px;
box-shadow: 0 0 37px #00000029;
top: 44px;
right: 5%;
}
.site-top-header,
.mobile-off {
display: none;
}
#quick-contact.layout-two li:before {
left: 10px;
}
#quick-contact.layout-two li {
position: relative;
padding: 10px 20px 10px 60px;
float: left;
border-bottom: 1px solid #ddd;
width: 100%;
}
#header-top-toggle {
margin: 0 auto;
float: none;
display: block;
background: none;
padding: 5px 15px;
color: #222;
font-size: 13px;
}
#header-top-toggle:focus, #header-top-toggle:active {
background: #222;
color: #fff;
}
#header-top-toggle i {
margin-right: 10px;
}
#primary-menu-toggle i {
margin-right: 5px;
}
#slider-section.section .swiper-pagination {
bottom: 15px;
left: 0;
}
#slider-section h2 {
font-size: 5rem;
margin-bottom: 5px;
}
#slider-section .swiper-slide p {
font-size: 17px;
margin: 0;
}
#slider-section .slider-content {
margin-bottom: 15px;
}
#slider-section .slider-content-wrapper {
bottom: 25%;
}
#slider-section:hover .swiper-button-prev,
#slider-section .swiper-button-prev {
left: 10px;
visibility: visible;
}
#slider-section:hover .swiper-button-next,
#slider-section .swiper-button-next {
right: 10px;
visibility: visible;
}
#slider-section .swiper-button-next:after,
#slider-section .swiper-button-prev:after {
font-size: 17px;
}
#slider-section .swiper-button-next,
#slider-section .swiper-button-prev {
padding: 22px 22px;
}
#masthead.sticky-enabled.sticky-header,
.sticky-enabled.sticky-header,
#masthead ,.overlap-header #masthead.sticky-enabled.sticky-header{
position: relative;
padding: 15px 0;
transition: inherit;
animation: inherit;
box-shadow: none;
z-index: inherit;
}
.blog.grid article.hentry,
.archive.grid article.hentry {
width: 100%;
}
.layout-left-sidebar.blog.grid article.hentry,
.layout-right-sidebar.blog.grid article.hentry,
.layout-left-sidebar.archive.grid article.hentry,
.layout-right-sidebar.archive.grid article.hentry {
width: 100%;
}
.blog.grid .archive-posts-wrapper, .archive.grid .archive-posts-wrapper {
margin: 0;
}
#top-header .social-nav li a {
margin-bottom: 0;
}
#top-social .social-nav li {
padding-left: 0;
margin-right: 0;
margin-left: 0;
}
#top-header .social-nav li a:hover:before {
color: #fff!important;
}
.header-seven .right-head {
max-width: 100%;
}
.section-portfolio.style-two .ff-grid-12 .portfolio-thumb-wrap {
float: left;
width: 100%;
}
.section-portfolio.style-two .ff-grid-12.even-item .portfolio-content, .section-portfolio.style-two .ff-grid-12.odd-item .portfolio-content {
padding: 20px;
position: inherit;
left: 0;
width: 100%;
height: 100%;
clear: both;
}
.section-portfolio.style-two .portfolio-main-wrapper .ff-grid-12 h3 a {
font-size: 2.5rem;
text-align: left;
}
.main-header-one .ff-grid-2, .main-header-one .ff-grid-8 {
width: 100%;
margin: 0;
}
.main-header-one .main-header-bottom.clear-fix:after, .main-header-one .main-header-bottom.clear-fix:before {
display: none;
}
.main-header-one .main-header-bottom.clear-fix {
margin: 0;
padding: 0;
position: inherit;
}
.main-header-wrapper.ff-grid-8.no-margin {
width: auto;
float: right;
}
.ff-grid-2.site-logo.no-margin {
float: left;
width: auto;
}
.main-header-one .site-branding, .main-header-one .contact-wrapper {
padding: 0;
}
.header-three .site-branding,
.header-four .site-branding {
float: none;
text-align: center;
}
.header-five  .head-search-cart-wrap {
margin-top: 7px;
}
.header-three #primary-menu-toggle {
margin: 0 auto;
text-align: left;
}
.header-three  #site-primary-navigation {
text-align: left;
}
} @media only screen and (max-width:767px) {
.ff-grid-3,
.ff-grid-4,
.ff-grid-5,
.ff-grid-6,
.ff-grid-7,
.ff-grid-8,
.ff-grid-9,
.ff-grid-10,
.ff-grid-11,
.ff-grid-12 {
width: 100%;
margin: 15px 0;
padding-left: 15px;
padding-right: 15px;
}
.site-branding, .custom-logo-link, .site-identity {
float: none;
width: 100%;
text-align: center;
display: block;
margin: 0 0 10px 0;
padding: 0;
}
.right-head {
float: left;
clear: both;
width: 100%;
position: relative;
}
.right-head a.ff-button.header-button {
margin: 9px 0 0 10px!important;
padding: 5px 20px;
margin-top: 4px;
}
#quick-contact a, #quick-contact a:visited,
#quick-contact, #quick-contact li {
display: inline-block;
color: #191717;
}
#search-container {
width: 100%;
z-index: 9999;
right: 0;
}
.header-search {
position: initial;
}
#search-container:after {
display: none;
}
#slider-section .slider-content {
margin-bottom: 10px;
}
#slider-section .slider-content-wrapper {
bottom: 20%;
}
a.ff-button,
a.ff-button:visited,
button, a.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
#slider-section .slider-buttons .ff-button {
padding: 8px 22px;
min-width:inherit;
margin-top: 5px;
}
.section,#promotional-headline-section {
padding: 50px 0;
clear: both;
}
#colophon .footer-widget-area .widget-column {
width: 100%;
}
#content {
padding: 50px 0;
}
#slider-section .swiper-slide .slider-subtitle {
letter-spacing: 0;
font-size: 15px;
margin-bottom: 0;
}
.section .section-title {
position: relative;
font-size: 3.5rem;
}
.portfolio-content {
padding: 20px;
}
.section-testimonial .testimonial-thumb {
margin-left: 0;
max-width: 100%;
}
.section-testimonial .testimonial-item img {
border-radius: 100%;
max-width: 100px;
margin: 0 auto;
float: none;
}
.section-testimonial .testimonial-summary {
max-width: 100%;
padding: 20px;
float: none;
text-align: center;
}
.section-testimonial .clinet-info h4 {
margin-bottom: 4px;
font-size: 14px;
}
.section-testimonial .testimonial-thumb {
margin-left: 0;
float: none;
}
.client-info-wrap {
float: left;
max-width: 63%;
}
#custom-header,.header-one #custom-header, .header-five #custom-header {
padding: 65px 0;
}
.dropdown-toggle {
height: 38px;
}
.style-two .section-latest-posts .ff-grid-12 .latest-posts-thumb {
max-width: 100%;
}
.style-two .ff-grid-12 .latest-posts-text-content-wrapper {
width: 100%;
}
.style-two .ff-grid-12 .section-latest-posts .latest-posts-title {
margin-bottom: 10px;
font-size: 2.3rem;
}
.style-two .ff-grid-12 .latest-posts-wrapper.inner-block-shadow {
background: #fff;
overflow: hidden;
max-width: 100%;
margin: 0 auto;
}
.style-two .section-latest-posts .ff-grid-12 .latest-posts-text-content {
padding: 40px;
}
.associate-logo-item {
text-align: center;
width: 50%;
}
.slider-buttons .ff-button {
padding: 10px 30px;
min-width: inherit;
}
} @media only screen and (max-width:639px) {
#slider-section:hover .swiper-button-prev,
#slider-section .swiper-button-prev {
left: 5px;
}
#promotional-headline-section h2 {
font-size: 3rem;
}
#slider-section.style-two .swiper-slide h2 {
display: inline-block;
border: 1px solid;
padding: 5px 10px;
margin-bottom: 5px;
margin-top: 0;
font-size: 20px;
}
.nav-inner-wrapper.nav-black-bg .main-navigation ul li a, .nav-inner-wrapper.nav-black-bg .main-navigation ul li a:visited {
color: #060606;
}
.mc4wp-form-fields input[type="submit"] {
width: 100%;
padding: 10px;
}
#slider-section.style-two .slider-content-wrapper {
bottom: 15%;
}
#slider-section:hover .swiper-button-next,
#slider-section .swiper-button-next {
right: 5px;
}
a.ff-button:before {
display: none;
}
a.ff-button, a.ff-button:visited, button, a.button, input[type="button"], input[type="reset"], input[type="submit"], #slider-section .slider-buttons .ff-button {
padding: 5px 19px;
font-size: 14px;
letter-spacing: 0;
}
#slider-section .swiper-slide p {
font-size: 14px;
margin: 0;
}
#slider-section .slider-content {
margin-bottom: 0;
}
#slider-section h2 {
font-size: 3rem;
margin-bottom: 5px;
}
#slider-section .slider-content-wrapper {
bottom: 8%;
}
#slider-section .swiper-button-next, #slider-section .swiper-button-prev {
padding: 15px;
height: auto;
}
#slider-section .swiper-button-next:after, #slider-section .swiper-button-prev:after {
font-size: 13px;
line-height: 0;
height: auto;
display: block;
}
#slider-section.section .swiper-pagination {
display: none;
}
body, button, input, select, optgroup, textarea {
font-size: 15px;
}
.section-wwd .wwd-block-inner, .section-teams .team-text-wrap, .section-testimonial .testimonial-summary, .section-latest-posts .latest-posts-text-content {
padding: 20px;
}
#slider-section a.more-link, #slider-section a.more-link:visited {
display: table;
background: #408ad2;
color: #fff;
padding: 10px 20px;
margin-top: 15px;
clear: both;
font-size: 14px;
letter-spacing: 0.6px;
max-width: inherit;
margin: 15px auto 0;
}
#slider-section .type-post .slider-content-wrapper {
bottom: 0;
position: inherit;
padding: 35px 0;
width: 100%;
z-index: 999;
clear: both;
float: left;
background: #222;
}
#slider-section.overlay-enabled article.type-post:before {
display: none;
}
.site-info.two #footer-left-content {
float: none;
}
.site-info.two #footer-right-content {
float: none;
}
} @media only screen and (max-width:479px) {
#slider-section .custom-type .slider-content  {
display: none;
}
#slider-section .slider-content-wrapper {
bottom: 20%;
}
.slider-buttons .ff-button {
margin: 5px;
}
.slider-buttons {
margin: 0 -5px;
}
} body.customize-partial-edit-shortcuts-shown .section .customize-partial-edit-shortcut {
margin-left: 60px;
}@media only screen and (max-width: 639px){
#slider-section h2 {
font-size: 1.5em;
}
}.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.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-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-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{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-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,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter: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%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.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-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.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-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.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-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.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-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.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-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.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-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.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-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.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-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.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-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.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-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt: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-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.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-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\f907"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.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-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.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-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.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-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\f913"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\f91a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt: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-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.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-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.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:"\f91e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.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-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.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-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.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-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.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{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\f941"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.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-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\f949"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.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{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.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-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.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-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.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-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;font-display:auto;src:url(//www.sapfd.nl/wp-content/themes/vip-business-pro/css/font-awesome/webfonts/fa-brands-400.eot);src:url(//www.sapfd.nl/wp-content/themes/vip-business-pro/css/font-awesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(//www.sapfd.nl/wp-content/themes/vip-business-pro/css/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//www.sapfd.nl/wp-content/themes/vip-business-pro/css/font-awesome/webfonts/fa-brands-400.woff) format("woff"),url(//www.sapfd.nl/wp-content/themes/vip-business-pro/css/font-awesome/webfonts/fa-brands-400.ttf) format("truetype"),url(//www.sapfd.nl/wp-content/themes/vip-business-pro/css/font-awesome/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:auto;src:url(//www.sapfd.nl/wp-content/themes/vip-business-pro/css/font-awesome/webfonts/fa-regular-400.eot);src:url(//www.sapfd.nl/wp-content/themes/vip-business-pro/css/font-awesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(//www.sapfd.nl/wp-content/themes/vip-business-pro/css/font-awesome/webfonts/fa-regular-400.woff2) format("woff2"),url(//www.sapfd.nl/wp-content/themes/vip-business-pro/css/font-awesome/webfonts/fa-regular-400.woff) format("woff"),url(//www.sapfd.nl/wp-content/themes/vip-business-pro/css/font-awesome/webfonts/fa-regular-400.ttf) format("truetype"),url(//www.sapfd.nl/wp-content/themes/vip-business-pro/css/font-awesome/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:auto;src:url(//www.sapfd.nl/wp-content/themes/vip-business-pro/css/font-awesome/webfonts/fa-solid-900.eot);src:url(//www.sapfd.nl/wp-content/themes/vip-business-pro/css/font-awesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(//www.sapfd.nl/wp-content/themes/vip-business-pro/css/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//www.sapfd.nl/wp-content/themes/vip-business-pro/css/font-awesome/webfonts/fa-solid-900.woff) format("woff"),url(//www.sapfd.nl/wp-content/themes/vip-business-pro/css/font-awesome/webfonts/fa-solid-900.ttf) format("truetype"),url(//www.sapfd.nl/wp-content/themes/vip-business-pro/css/font-awesome/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}@media only screen and (max-width: 639px){
#slider-section h2 {
font-size: 1.5em;
}
}@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 300;
src: url(https://www.sapfd.nl/wp-content/fonts/poppins/pxiByp8kv8JHgFVrLDz8Z11lFc-K.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 300;
src: url(https://www.sapfd.nl/wp-content/fonts/poppins/pxiByp8kv8JHgFVrLDz8Z1JlFc-K.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 300;
src: url(https://www.sapfd.nl/wp-content/fonts/poppins/pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
src: url(https://www.sapfd.nl/wp-content/fonts/poppins/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
src: url(https://www.sapfd.nl/wp-content/fonts/poppins/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
src: url(https://www.sapfd.nl/wp-content/fonts/poppins/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
src: url(https://www.sapfd.nl/wp-content/fonts/poppins/pxiByp8kv8JHgFVrLGT9Z11lFc-K.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
src: url(https://www.sapfd.nl/wp-content/fonts/poppins/pxiByp8kv8JHgFVrLGT9Z1JlFc-K.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
src: url(https://www.sapfd.nl/wp-content/fonts/poppins/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
src: url(https://www.sapfd.nl/wp-content/fonts/poppins/pxiByp8kv8JHgFVrLEj6Z11lFc-K.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
src: url(https://www.sapfd.nl/wp-content/fonts/poppins/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
src: url(https://www.sapfd.nl/wp-content/fonts/poppins/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 700;
src: url(https://www.sapfd.nl/wp-content/fonts/poppins/pxiByp8kv8JHgFVrLCz7Z11lFc-K.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 700;
src: url(https://www.sapfd.nl/wp-content/fonts/poppins/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 700;
src: url(https://www.sapfd.nl/wp-content/fonts/poppins/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 800;
src: url(https://www.sapfd.nl/wp-content/fonts/poppins/pxiByp8kv8JHgFVrLDD4Z11lFc-K.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 800;
src: url(https://www.sapfd.nl/wp-content/fonts/poppins/pxiByp8kv8JHgFVrLDD4Z1JlFc-K.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 800;
src: url(https://www.sapfd.nl/wp-content/fonts/poppins/pxiByp8kv8JHgFVrLDD4Z1xlFQ.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 900;
src: url(https://www.sapfd.nl/wp-content/fonts/poppins/pxiByp8kv8JHgFVrLBT5Z11lFc-K.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 900;
src: url(https://www.sapfd.nl/wp-content/fonts/poppins/pxiByp8kv8JHgFVrLBT5Z1JlFc-K.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 900;
src: url(https://www.sapfd.nl/wp-content/fonts/poppins/pxiByp8kv8JHgFVrLBT5Z1xlFQ.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: url(https://www.sapfd.nl/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: url(https://www.sapfd.nl/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: url(https://www.sapfd.nl/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: url(https://www.sapfd.nl/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: url(https://www.sapfd.nl/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: url(https://www.sapfd.nl/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: url(https://www.sapfd.nl/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: url(https://www.sapfd.nl/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: url(https://www.sapfd.nl/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: url(https://www.sapfd.nl/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: url(https://www.sapfd.nl/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: url(https://www.sapfd.nl/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: url(https://www.sapfd.nl/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: url(https://www.sapfd.nl/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: url(https://www.sapfd.nl/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: url(https://www.sapfd.nl/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: url(https://www.sapfd.nl/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: url(https://www.sapfd.nl/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: url(https://www.sapfd.nl/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: url(https://www.sapfd.nl/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: url(https://www.sapfd.nl/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: url(https://www.sapfd.nl/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: url(https://www.sapfd.nl/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: url(https://www.sapfd.nl/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: url(https://www.sapfd.nl/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: url(https://www.sapfd.nl/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: url(https://www.sapfd.nl/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: url(https://www.sapfd.nl/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
src: url(https://www.sapfd.nl/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmYUtfCRc4EsA.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
src: url(https://www.sapfd.nl/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmYUtfABc4EsA.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
src: url(https://www.sapfd.nl/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmYUtfCBc4EsA.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
src: url(https://www.sapfd.nl/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmYUtfBxc4EsA.woff2) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
src: url(https://www.sapfd.nl/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmYUtfCxc4EsA.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
src: url(https://www.sapfd.nl/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmYUtfChc4EsA.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
src: url(https://www.sapfd.nl/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmYUtfBBc4.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}[class^=wp-block-]:not(.wp-block-gallery) figcaption{font-size:13px;font-size:.8125rem;font-style:italic;line-height:1.6153846154;margin-top:0;padding-top:1.0769230769em}.rtl [class^=wp-block-]:not(.wp-block-gallery) figcaption{text-align:right}.no-sidebar .alignfull{margin-left:calc(-100vw / 2 + 100% / 2);margin-right:calc(-100vw / 2 + 100% / 2);max-width:100vw}.no-sidebar .alignwide{margin-left:calc(-96vw / 2 + 100% / 2);margin-right:calc(-96vw / 2 + 100% / 2);max-width:96vw}.alignfull.wp-block-cover,.alignwide.wp-block-cover{width:auto}@media screen and (min-width:48em){.no-sidebar .alignfull{margin-left:calc(-92vw / 2 + 100% / 2);margin-right:calc(-92vw / 2 + 100% / 2);max-width:92vw}.no-sidebar.fluid-layout .alignfull{margin-left:calc(-100vw / 2 + 100% / 2);margin-right:calc(-100vw / 2 + 100% / 2);max-width:100vw}.no-sidebar .alignwide{margin-left:calc(-88vw / 2 + 100% / 2);margin-right:calc(-88vw / 2 + 100% / 2);max-width:88vw}}@media screen and (min-width:64em){.no-sidebar .alignwide{margin-left:-120px;margin-right:-120px;max-width:1280px}.no-sidebar.full-width-layout .alignwide{margin-left:-40px;margin-right:-40px;max-width:1600px}}p.has-drop-cap:not(:focus)::first-letter{float:left;font-size:102px;font-size:6.375rem;line-height:.6;margin:10px 14px -3px -3px}.wp-block-image{margin-bottom:1.75em}.wp-block-image figure{margin-bottom:0;margin-top:0}.wp-block-image figure.alignleft{margin-right:1.5em}.wp-block-image figure.alignright{margin-left:1.5em}.wp-block-gallery{margin-bottom:1.75em;margin-left:0}.wp-block-gallery figcaption{font-style:italic}.wp-block-gallery.aligncenter{display:flex;margin:0 -8px}.wp-block-quote{font-weight:700}.wp-block-quote,.wp-block-quote.is-large,.wp-block-quote.is-style-large{margin:0 0 1.166666666666667em;padding:0 0 0 1.944444444444444em}.wp-block-quote.is-large p,.wp-block-quote.is-style-large p{font-size:inherit;font-style:inherit;line-height:inherit}.wp-block-quote:not(.is-large):not(.is-style-large){padding:0 0 0 1.944444444444444em}.wp-block-quote:not(.is-large):not(.is-style-large):before{content:none}.wp-block-quote.alignleft p:last-of-type,.wp-block-quote.alignright p:last-of-type{margin-bottom:0}.wp-block-quote cite,.wp-block-quote.is-large cite,.wp-block-quote.is-large footer,.wp-block-quote.is-style-large cite,.wp-block-quote.is-style-large footer{color:inherit;font-size:16px;font-size:1rem;font-style:normal;font-weight:400;text-align:left}.rtl .wp-block-quote cite,.rtl .wp-block-quote.is-large cite,.rtl .wp-block-quote.is-large footer,.rtl .wp-block-quote.is-style-large cite,.rtl .wp-block-quote.is-style-large footer{text-align:right}.wp-block-audio audio{display:block;width:100%}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-file .wp-block-file__button{background-color:transparent;-webkit-border-radius:3px;border-radius:3px;-webkit-box-shadow:none;box-shadow:none;display:inline-block;font-size:14px;font-size:.875rem;font-weight:700;margin-top:1.75em;letter-spacing:0;padding:11px 22px;text-transform:uppercase;-webkit-transition:all .2s ease-in;transition:all .2s ease-in;white-space:nowrap}.wp-block-file .wp-block-file__button:focus,.wp-block-file .wp-block-file__button:hover{-webkit-box-shadow:none;box-shadow:none}.has-huge-font-size{font-size:42px;font-size:2.625rem;line-height:1.15}.has-large-font-size{font-size:36px;font-size:2.25rem;line-height:1.2833}.has-normal-font-size{font-size:16px;font-size:1rem;font-weight:400;line-height:1.5555}.has-small-font-size{font-size:13px;font-size:.8125rem;font-weight:400;line-height:1.75}.has-huge-font-size,.has-large-font-size,.has-normal-font-size,.has-small-font-size{margin-bottom:14px;margin-top:35px}@media screen and (min-width:64em){.has-huge-font-size{font-size:46px;font-size:2.875rem}.has-large-font-size{font-size:39px;font-size:2.4375rem}}@media screen and (min-width:64em){.has-huge-font-size{font-size:48px;font-size:3rem}.has-large-font-size{font-size:46px;font-size:2.875rem}.has-normal-font-size{font-size:18px;font-size:1.125rem}}@media screen and (min-width:85.375em){.has-huge-font-size{font-size:64px;font-size:4rem}.has-large-font-size{font-size:53px;font-size:3.3125rem}}@media screen and (min-width:100em){.has-huge-font-size{font-size:90px;font-size:5.6255rem}.has-large-font-size{font-size:60px;font-size:3.75rem}.has-huge-font-size,.has-large-font-size,.has-normal-font-size,.has-small-font-size{margin-bottom:21px;margin-top:42px}}.wp-block-code{background:0 0;border:0;color:inherit;font-size:15px;font-size:.9375rem;font-family:monospace,monospace;padding:0}.wp-block-code cite:before,.wp-block-code small:before{content:"\2014\00a0"}.wp-block-quote__citation{font-size:16px;font-size:1rem;font-style:normal}.wp-block-pullquote{border:0;padding:0;text-align:left}.rtl .wp-block-pullquote{text-align:right}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:none;width:calc(50% - .736842105em);padding-left:0;text-align:left}.wp-block-pullquote.alignleft blockquote,.wp-block-pullquote.alignright blockquote{margin-bottom:0}.wp-block-pullquote p,.wp-block-pullquote.alignleft p,.wp-block-pullquote.alignright p{font-size:inherit;line-height:inherit}.wp-block-pullquote cite,.wp-block-pullquote__citation{color:inherit;font-size:16px;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5;text-transform:none}.wp-block-table caption,.wp-block-table table,.wp-block-table td,.wp-block-table th{border:1px solid #e7e7e7}.wp-block-table caption{padding:0 0 21px}.wp-block-table{border-collapse:separate;border-spacing:0;border-width:1px 0 0 1px;margin:0 0 1.5em;table-layout:fixed;width:100%}.wp-block-table caption{border-width:1px 1px 0 1px;font-weight:600;text-align:center}.wp-block-table td,.wp-block-table th{font-weight:400;text-align:left}.wp-block-table th{border-width:0 1px 1px 0}.wp-block-table td{border-width:0 1px 1px 0}.wp-block-table caption,.wp-block-table td,.wp-block-table th{padding:.833em}.wp-block-button{margin-top:1.75em;margin-bottom:1.75em}.wp-block-button.alignleft,.wp-block-button.alignright{margin-top:0}.wp-block-button .wp-block-button__link{background-color:transparent;border:2px solid;-webkit-border-radius:3px;border-radius:3px;-webkit-box-shadow:none;box-shadow:none;display:inline-block;font-size:14px;font-size:.875rem;font-weight:600;line-height:1;letter-spacing:0;padding:12px 22px;text-decoration:none;text-transform:uppercase;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;white-space:nowrap}.wp-block-button .wp-block-button__link:focus,.wp-block-button .wp-block-button__link:hover{-webkit-box-shadow:none;box-shadow:none}.wp-block-separator{border:0;margin:1.75em auto}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){max-width:100px}.wp-block-media-text{margin-bottom:1.75em}.wp-block-media-text :last-child{margin-bottom:0}.wp-block-archives.aligncenter,.wp-block-categories.aligncenter,.wp-block-latest-posts.aligncenter{list-style-position:inside;text-align:center}.wp-block-latest-posts.is-grid{margin-left:0}.wp-block-latest-comments article{margin-bottom:3em}.archive:not(.page-one-column):not(.has-sidebar) #primary .wp-block-latest-comments article,.blog:not(.has-sidebar) #primary .wp-block-latest-comments article,.search:not(.has-sidebar) #primary .wp-block-latest-comments article{float:none;width:100%}.wp-block-latest-comments__comment,.wp-block-latest-comments__comment-excerpt p{font-size:inherit}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:0}.wp-block-latest-comments__comment-meta{margin-bottom:.4em}.wp-block-latest-comments__comment-author,.wp-block-latest-comments__comment-link{font-weight:700;text-decoration:none}.wp-block-latest-comments__comment-date{font-size:12px;font-size:.75rem;line-height:1.61538;margin-top:.4em;text-transform:uppercase}.wp-block-button .wp-block-button__link,.wp-block-file .wp-block-file__button{border-color:#46aeff;color:#46aeff}.wp-block-button .wp-block-button__link:focus,.wp-block-button .wp-block-button__link:hover,.wp-block-file .wp-block-file__button:focus,.wp-block-file .wp-block-file__button:hover{background-color:#46aeff;color:#fff}.wp-block-table,.wp-block-table td,.wp-block-table th{border-color:#eee}.wp-block-quote:not(.is-large):not(.is-style-large){border-color:#46aeff}.wp-block-latest-comments__comment-date{color:#999}.has-white-color{color:#fff}.has-white-background-color{background-color:#fff}.has-black-color{color:#000}.has-black-background-color{background-color:#000}.has-dark-gray-color{color:#333}.has-dark-gray-background-color{background-color:#333}.has-gray-color{color:#eee}.has-gray-background-color{background-color:#eee}.has-light-gray-color{color:#f6f6f6}.has-light-gray-background-color{background-color:#f6f6f6}.has-blue-color{color:#46aeff}.has-blue-background-color{background-color:#46aeff}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}