@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;
}.cmplz-video.cmplz-iframe-styles{background-color:transparent}.cmplz-video.cmplz-hidden{visibility:hidden !important}.cmplz-blocked-content-notice{display:none}.cmplz-placeholder-parent{height:inherit}.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat !important;background-size:cover !important;height:inherit;position:relative}.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0 !important}.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}.cmplz-blocked-content-container div div{display:none}.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}}#pojo-a11y-toolbar{position:fixed;font-size:16px !important;line-height:1.4;z-index:9999}#pojo-a11y-toolbar.pojo-a11y-toolbar-right{right:-180px;-webkit-transition:right 750ms cubic-bezier(.23, 1, .32, 1);-moz-transition:right 750ms cubic-bezier(.23, 1, .32, 1);-o-transition:right 750ms cubic-bezier(.23, 1, .32, 1);transition:right 750ms cubic-bezier(.23, 1, .32, 1)}#pojo-a11y-toolbar.pojo-a11y-toolbar-right.pojo-a11y-toolbar-open{right:0}#pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle{right:180px}#pojo-a11y-toolbar.pojo-a11y-toolbar-left{left:-180px;-webkit-transition:left 750ms cubic-bezier(.23, 1, .32, 1);-moz-transition:left 750ms cubic-bezier(.23, 1, .32, 1);-o-transition:left 750ms cubic-bezier(.23, 1, .32, 1);transition:left 750ms cubic-bezier(.23, 1, .32, 1)}#pojo-a11y-toolbar.pojo-a11y-toolbar-left.pojo-a11y-toolbar-open{left:0}#pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle{left:180px}#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle{position:absolute}#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a{display:inline-block;font-size:200%;line-height:0;padding:10px;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,0.1);box-shadow:0 0 10px 0 rgba(0,0,0,0.1)}#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a:hover,#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a:focus{-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,0.2);box-shadow:0 0 10px 0 rgba(0,0,0,0.2)}#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle svg{max-width:inherit}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay{border:1px solid;font-size:100%;width:180px}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay p.pojo-a11y-toolbar-title{display:block;line-height:2;font-weight:bold;padding:10px 15px 0;margin:0}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay.pojo-a11y-toolbar-open .pojo-a11y-toolbar-toggle a,#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay.pojo-a11y-toolbar-open .pojo-a11y-toolbar-overlay{-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,0.2);box-shadow:0 0 10px 0 rgba(0,0,0,0.2)}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items{list-style:none;margin:0;padding:10px 0}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items.pojo-a11y-links{border-top:1px solid}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a{display:block;padding:10px 15px;font-size:80%;line-height:1}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a.active{font-weight:bold}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a svg{padding-right:6px;display:inline-block;width:1.5em;font-style:normal;font-weight:normal;font-size:inherit;line-height:1;text-align:center;text-rendering:auto;vertical-align:middle}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a .pojo-a11y-toolbar-text{vertical-align:middle}body.rtl #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a svg{padding-left:6px;padding-right:0}@media (max-width:767px){#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay p.pojo-a11y-toolbar-title{padding:7px 12px 0}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items{padding:7px 0}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a{display:block;padding:7px 12px}}body.pojo-a11y-grayscale{filter:grayscale(100%);-webkit-filter:grayscale(100%);-webkit-filter:grayscale(1);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%);filter:gray}body.pojo-a11y-high-contrast .placebo{line-height:normal}body.pojo-a11y-high-contrast *{-webkit-box-shadow:none !important;box-shadow:none !important}body.pojo-a11y-high-contrast a,body.pojo-a11y-high-contrast abbr,body.pojo-a11y-high-contrast acronym,body.pojo-a11y-high-contrast address,body.pojo-a11y-high-contrast article,body.pojo-a11y-high-contrast aside,body.pojo-a11y-high-contrast b,body.pojo-a11y-high-contrast basefont,body.pojo-a11y-high-contrast bdi,body.pojo-a11y-high-contrast big,body.pojo-a11y-high-contrast blink,body.pojo-a11y-high-contrast blockquote,body.pojo-a11y-high-contrast body,body.pojo-a11y-high-contrast button,body.pojo-a11y-high-contrast canvas,body.pojo-a11y-high-contrast caption,body.pojo-a11y-high-contrast center,body.pojo-a11y-high-contrast cite,body.pojo-a11y-high-contrast code,body.pojo-a11y-high-contrast col,body.pojo-a11y-high-contrast colgroup,body.pojo-a11y-high-contrast command,body.pojo-a11y-high-contrast dd,body.pojo-a11y-high-contrast del,body.pojo-a11y-high-contrast details,body.pojo-a11y-high-contrast dfn,body.pojo-a11y-high-contrast dir,body.pojo-a11y-high-contrast div,body.pojo-a11y-high-contrast dl,body.pojo-a11y-high-contrast dt,body.pojo-a11y-high-contrast em,body.pojo-a11y-high-contrast embed,body.pojo-a11y-high-contrast fieldset,body.pojo-a11y-high-contrast figcaption,body.pojo-a11y-high-contrast figure,body.pojo-a11y-high-contrast font,body.pojo-a11y-high-contrast footer,body.pojo-a11y-high-contrast form,body.pojo-a11y-high-contrast h1,body.pojo-a11y-high-contrast h1 a,body.pojo-a11y-high-contrast h1 a b,body.pojo-a11y-high-contrast h1 abbr,body.pojo-a11y-high-contrast h1 b,body.pojo-a11y-high-contrast h1 center,body.pojo-a11y-high-contrast h1 em,body.pojo-a11y-high-contrast h1 i,body.pojo-a11y-high-contrast h1 span,body.pojo-a11y-high-contrast h1 strong,body.pojo-a11y-high-contrast h2,body.pojo-a11y-high-contrast h2 a,body.pojo-a11y-high-contrast h2 a b,body.pojo-a11y-high-contrast h2 abbr,body.pojo-a11y-high-contrast h2 b,body.pojo-a11y-high-contrast h2 center,body.pojo-a11y-high-contrast h2 em,body.pojo-a11y-high-contrast h2 i,body.pojo-a11y-high-contrast h2 span,body.pojo-a11y-high-contrast h2 strong,body.pojo-a11y-high-contrast h3,body.pojo-a11y-high-contrast h3 a,body.pojo-a11y-high-contrast h3 a b,body.pojo-a11y-high-contrast h3 abbr,body.pojo-a11y-high-contrast h3 b,body.pojo-a11y-high-contrast h3 center,body.pojo-a11y-high-contrast h3 em,body.pojo-a11y-high-contrast h3 i,body.pojo-a11y-high-contrast h3 span,body.pojo-a11y-high-contrast h3 strong,body.pojo-a11y-high-contrast h4,body.pojo-a11y-high-contrast h4 a,body.pojo-a11y-high-contrast h4 a b,body.pojo-a11y-high-contrast h4 abbr,body.pojo-a11y-high-contrast h4 b,body.pojo-a11y-high-contrast h4 center,body.pojo-a11y-high-contrast h4 em,body.pojo-a11y-high-contrast h4 i,body.pojo-a11y-high-contrast h4 span,body.pojo-a11y-high-contrast h4 strong,body.pojo-a11y-high-contrast h5,body.pojo-a11y-high-contrast h5 a,body.pojo-a11y-high-contrast h5 a b,body.pojo-a11y-high-contrast h5 abbr,body.pojo-a11y-high-contrast h5 b,body.pojo-a11y-high-contrast h5 center,body.pojo-a11y-high-contrast h5 em,body.pojo-a11y-high-contrast h5 i,body.pojo-a11y-high-contrast h5 span,body.pojo-a11y-high-contrast h5 strong,body.pojo-a11y-high-contrast h6,body.pojo-a11y-high-contrast h6 a,body.pojo-a11y-high-contrast h6 a b,body.pojo-a11y-high-contrast h6 abbr,body.pojo-a11y-high-contrast h6 b,body.pojo-a11y-high-contrast h6 center,body.pojo-a11y-high-contrast h6 em,body.pojo-a11y-high-contrast h6 i,body.pojo-a11y-high-contrast h6 span,body.pojo-a11y-high-contrast h6 strong,body.pojo-a11y-high-contrast header,body.pojo-a11y-high-contrast hgroup,body.pojo-a11y-high-contrast html,body.pojo-a11y-high-contrast i,body.pojo-a11y-high-contrast iframe,body.pojo-a11y-high-contrast img,body.pojo-a11y-high-contrast input,body.pojo-a11y-high-contrast ins,body.pojo-a11y-high-contrast kbd,body.pojo-a11y-high-contrast label,body.pojo-a11y-high-contrast legend,body.pojo-a11y-high-contrast li,body.pojo-a11y-high-contrast listing,body.pojo-a11y-high-contrast main,body.pojo-a11y-high-contrast mark,body.pojo-a11y-high-contrast marquee,body.pojo-a11y-high-contrast menu,body.pojo-a11y-high-contrast meter,body.pojo-a11y-high-contrast multicol,body.pojo-a11y-high-contrast nav,body.pojo-a11y-high-contrast nobr,body.pojo-a11y-high-contrast object,body.pojo-a11y-high-contrast ol,body.pojo-a11y-high-contrast option,body.pojo-a11y-high-contrast output,body.pojo-a11y-high-contrast p,body.pojo-a11y-high-contrast plaintext,body.pojo-a11y-high-contrast pre,body.pojo-a11y-high-contrast progress,body.pojo-a11y-high-contrast q,body.pojo-a11y-high-contrast rb,body.pojo-a11y-high-contrast rp,body.pojo-a11y-high-contrast rt,body.pojo-a11y-high-contrast ruby,body.pojo-a11y-high-contrast s,body.pojo-a11y-high-contrast samp,body.pojo-a11y-high-contrast section,body.pojo-a11y-high-contrast select,body.pojo-a11y-high-contrast small,body.pojo-a11y-high-contrast span,body.pojo-a11y-high-contrast strike,body.pojo-a11y-high-contrast strong,body.pojo-a11y-high-contrast sub,body.pojo-a11y-high-contrast summary,body.pojo-a11y-high-contrast sup,body.pojo-a11y-high-contrast svg,body.pojo-a11y-high-contrast table,body.pojo-a11y-high-contrast tbody,body.pojo-a11y-high-contrast td,body.pojo-a11y-high-contrast text,body.pojo-a11y-high-contrast textarea,body.pojo-a11y-high-contrast th,body.pojo-a11y-high-contrast thead,body.pojo-a11y-high-contrast time,body.pojo-a11y-high-contrast tr,body.pojo-a11y-high-contrast tt,body.pojo-a11y-high-contrast u,body.pojo-a11y-high-contrast ul,body.pojo-a11y-high-contrast var,body.pojo-a11y-high-contrast video,body.pojo-a11y-high-contrast xmp{-moz-appearance:none !important;-moz-user-select:text !important;-webkit-user-select:text !important;background-image:none !important;text-shadow:none !important;user-select:text !important}body.pojo-a11y-high-contrast a,body.pojo-a11y-high-contrast abbr,body.pojo-a11y-high-contrast acronym,body.pojo-a11y-high-contrast address,body.pojo-a11y-high-contrast article,body.pojo-a11y-high-contrast aside,body.pojo-a11y-high-contrast b,body.pojo-a11y-high-contrast basefont,body.pojo-a11y-high-contrast bdi,body.pojo-a11y-high-contrast big,body.pojo-a11y-high-contrast blink,body.pojo-a11y-high-contrast blockquote,body.pojo-a11y-high-contrast body,body.pojo-a11y-high-contrast canvas,body.pojo-a11y-high-contrast caption,body.pojo-a11y-high-contrast center,body.pojo-a11y-high-contrast cite,body.pojo-a11y-high-contrast code,body.pojo-a11y-high-contrast col,body.pojo-a11y-high-contrast colgroup,body.pojo-a11y-high-contrast command,body.pojo-a11y-high-contrast dd,body.pojo-a11y-high-contrast del,body.pojo-a11y-high-contrast details,body.pojo-a11y-high-contrast dfn,body.pojo-a11y-high-contrast dir,body.pojo-a11y-high-contrast div,body.pojo-a11y-high-contrast dl,body.pojo-a11y-high-contrast dt,body.pojo-a11y-high-contrast em,body.pojo-a11y-high-contrast embed,body.pojo-a11y-high-contrast fieldset,body.pojo-a11y-high-contrast figcaption,body.pojo-a11y-high-contrast figure,body.pojo-a11y-high-contrast font,body.pojo-a11y-high-contrast footer,body.pojo-a11y-high-contrast form,body.pojo-a11y-high-contrast h1,body.pojo-a11y-high-contrast h1 a,body.pojo-a11y-high-contrast h1 a b,body.pojo-a11y-high-contrast h1 abbr,body.pojo-a11y-high-contrast h1 b,body.pojo-a11y-high-contrast h1 center,body.pojo-a11y-high-contrast h1 em,body.pojo-a11y-high-contrast h1 i,body.pojo-a11y-high-contrast h1 span,body.pojo-a11y-high-contrast h1 strong,body.pojo-a11y-high-contrast h2,body.pojo-a11y-high-contrast h2 a,body.pojo-a11y-high-contrast h2 a b,body.pojo-a11y-high-contrast h2 abbr,body.pojo-a11y-high-contrast h2 b,body.pojo-a11y-high-contrast h2 center,body.pojo-a11y-high-contrast h2 em,body.pojo-a11y-high-contrast h2 i,body.pojo-a11y-high-contrast h2 span,body.pojo-a11y-high-contrast h2 strong,body.pojo-a11y-high-contrast h3,body.pojo-a11y-high-contrast h3 a,body.pojo-a11y-high-contrast h3 a b,body.pojo-a11y-high-contrast h3 abbr,body.pojo-a11y-high-contrast h3 b,body.pojo-a11y-high-contrast h3 center,body.pojo-a11y-high-contrast h3 em,body.pojo-a11y-high-contrast h3 i,body.pojo-a11y-high-contrast h3 span,body.pojo-a11y-high-contrast h3 strong,body.pojo-a11y-high-contrast h4,body.pojo-a11y-high-contrast h4 a,body.pojo-a11y-high-contrast h4 a b,body.pojo-a11y-high-contrast h4 abbr,body.pojo-a11y-high-contrast h4 b,body.pojo-a11y-high-contrast h4 center,body.pojo-a11y-high-contrast h4 em,body.pojo-a11y-high-contrast h4 i,body.pojo-a11y-high-contrast h4 span,body.pojo-a11y-high-contrast h4 strong,body.pojo-a11y-high-contrast h5,body.pojo-a11y-high-contrast h5 a,body.pojo-a11y-high-contrast h5 a b,body.pojo-a11y-high-contrast h5 abbr,body.pojo-a11y-high-contrast h5 b,body.pojo-a11y-high-contrast h5 center,body.pojo-a11y-high-contrast h5 em,body.pojo-a11y-high-contrast h5 i,body.pojo-a11y-high-contrast h5 span,body.pojo-a11y-high-contrast h5 strong,body.pojo-a11y-high-contrast h6,body.pojo-a11y-high-contrast h6 a,body.pojo-a11y-high-contrast h6 a b,body.pojo-a11y-high-contrast h6 abbr,body.pojo-a11y-high-contrast h6 b,body.pojo-a11y-high-contrast h6 center,body.pojo-a11y-high-contrast h6 em,body.pojo-a11y-high-contrast h6 i,body.pojo-a11y-high-contrast h6 span,body.pojo-a11y-high-contrast h6 strong,body.pojo-a11y-high-contrast header,body.pojo-a11y-high-contrast hgroup,body.pojo-a11y-high-contrast html,body.pojo-a11y-high-contrast i,body.pojo-a11y-high-contrast iframe,body.pojo-a11y-high-contrast input,body.pojo-a11y-high-contrast ins,body.pojo-a11y-high-contrast kbd,body.pojo-a11y-high-contrast label,body.pojo-a11y-high-contrast legend,body.pojo-a11y-high-contrast li,body.pojo-a11y-high-contrast listing,body.pojo-a11y-high-contrast main,body.pojo-a11y-high-contrast mark,body.pojo-a11y-high-contrast marquee,body.pojo-a11y-high-contrast menu,body.pojo-a11y-high-contrast meter,body.pojo-a11y-high-contrast multicol,body.pojo-a11y-high-contrast nav:not(#pojo-a11y-toolbar),body.pojo-a11y-high-contrast nobr,body.pojo-a11y-high-contrast object,body.pojo-a11y-high-contrast ol,body.pojo-a11y-high-contrast option,body.pojo-a11y-high-contrast output,body.pojo-a11y-high-contrast p,body.pojo-a11y-high-contrast plaintext,body.pojo-a11y-high-contrast pre,body.pojo-a11y-high-contrast progress,body.pojo-a11y-high-contrast q,body.pojo-a11y-high-contrast rb,body.pojo-a11y-high-contrast rp,body.pojo-a11y-high-contrast rt,body.pojo-a11y-high-contrast ruby,body.pojo-a11y-high-contrast s,body.pojo-a11y-high-contrast samp,body.pojo-a11y-high-contrast section,body.pojo-a11y-high-contrast small,body.pojo-a11y-high-contrast span,body.pojo-a11y-high-contrast strike,body.pojo-a11y-high-contrast strong,body.pojo-a11y-high-contrast sub,body.pojo-a11y-high-contrast summary,body.pojo-a11y-high-contrast sup,body.pojo-a11y-high-contrast svg,body.pojo-a11y-high-contrast table,body.pojo-a11y-high-contrast tbody,body.pojo-a11y-high-contrast td,body.pojo-a11y-high-contrast text,body.pojo-a11y-high-contrast textarea,body.pojo-a11y-high-contrast th,body.pojo-a11y-high-contrast thead,body.pojo-a11y-high-contrast time,body.pojo-a11y-high-contrast tr,body.pojo-a11y-high-contrast tt,body.pojo-a11y-high-contrast u,body.pojo-a11y-high-contrast ul,body.pojo-a11y-high-contrast var,body.pojo-a11y-high-contrast video,body.pojo-a11y-high-contrast xmp{background:black !important;background-color:black !important}body.pojo-a11y-high-contrast a,body.pojo-a11y-high-contrast article,body.pojo-a11y-high-contrast aside,body.pojo-a11y-high-contrast basefont,body.pojo-a11y-high-contrast bdi,body.pojo-a11y-high-contrast big,body.pojo-a11y-high-contrast blink,body.pojo-a11y-high-contrast blockquote,body.pojo-a11y-high-contrast body,body.pojo-a11y-high-contrast button,body.pojo-a11y-high-contrast canvas,body.pojo-a11y-high-contrast caption,body.pojo-a11y-high-contrast center,body.pojo-a11y-high-contrast code,body.pojo-a11y-high-contrast col,body.pojo-a11y-high-contrast colgroup,body.pojo-a11y-high-contrast command,body.pojo-a11y-high-contrast dd,body.pojo-a11y-high-contrast del,body.pojo-a11y-high-contrast details,body.pojo-a11y-high-contrast dir,body.pojo-a11y-high-contrast div,body.pojo-a11y-high-contrast dl,body.pojo-a11y-high-contrast dt,body.pojo-a11y-high-contrast embed,body.pojo-a11y-high-contrast fieldset,body.pojo-a11y-high-contrast figcaption,body.pojo-a11y-high-contrast figure,body.pojo-a11y-high-contrast font,body.pojo-a11y-high-contrast footer,body.pojo-a11y-high-contrast form,body.pojo-a11y-high-contrast header,body.pojo-a11y-high-contrast hgroup,body.pojo-a11y-high-contrast html,body.pojo-a11y-high-contrast iframe,body.pojo-a11y-high-contrast img,body.pojo-a11y-high-contrast input,body.pojo-a11y-high-contrast ins,body.pojo-a11y-high-contrast kbd,body.pojo-a11y-high-contrast label,body.pojo-a11y-high-contrast legend,body.pojo-a11y-high-contrast li,body.pojo-a11y-high-contrast listing,body.pojo-a11y-high-contrast main,body.pojo-a11y-high-contrast mark,body.pojo-a11y-high-contrast marquee,body.pojo-a11y-high-contrast menu,body.pojo-a11y-high-contrast meter,body.pojo-a11y-high-contrast multicol,body.pojo-a11y-high-contrast nav,body.pojo-a11y-high-contrast nobr,body.pojo-a11y-high-contrast object,body.pojo-a11y-high-contrast ol,body.pojo-a11y-high-contrast option,body.pojo-a11y-high-contrast output,body.pojo-a11y-high-contrast p,body.pojo-a11y-high-contrast plaintext,body.pojo-a11y-high-contrast pre,body.pojo-a11y-high-contrast progress,body.pojo-a11y-high-contrast q,body.pojo-a11y-high-contrast rb,body.pojo-a11y-high-contrast rp,body.pojo-a11y-high-contrast rt,body.pojo-a11y-high-contrast ruby,body.pojo-a11y-high-contrast s,body.pojo-a11y-high-contrast samp,body.pojo-a11y-high-contrast section,body.pojo-a11y-high-contrast select,body.pojo-a11y-high-contrast small,body.pojo-a11y-high-contrast span,body.pojo-a11y-high-contrast strike,body.pojo-a11y-high-contrast sub,body.pojo-a11y-high-contrast summary,body.pojo-a11y-high-contrast sup,body.pojo-a11y-high-contrast svg,body.pojo-a11y-high-contrast table,body.pojo-a11y-high-contrast tbody,body.pojo-a11y-high-contrast td,body.pojo-a11y-high-contrast text,body.pojo-a11y-high-contrast textarea,body.pojo-a11y-high-contrast th,body.pojo-a11y-high-contrast thead,body.pojo-a11y-high-contrast time,body.pojo-a11y-high-contrast tr,body.pojo-a11y-high-contrast tt,body.pojo-a11y-high-contrast ul,body.pojo-a11y-high-contrast var,body.pojo-a11y-high-contrast video,body.pojo-a11y-high-contrast xmp{color:white !important}body.pojo-a11y-high-contrast abbr,body.pojo-a11y-high-contrast acronym,body.pojo-a11y-high-contrast b,body.pojo-a11y-high-contrast b span,body.pojo-a11y-high-contrast h1 b,body.pojo-a11y-high-contrast h1 strong,body.pojo-a11y-high-contrast h2 b,body.pojo-a11y-high-contrast h2 strong,body.pojo-a11y-high-contrast h3 b,body.pojo-a11y-high-contrast h3 strong,body.pojo-a11y-high-contrast h4 b,body.pojo-a11y-high-contrast h4 strong,body.pojo-a11y-high-contrast h5 b,body.pojo-a11y-high-contrast h5 strong,body.pojo-a11y-high-contrast h6 b,body.pojo-a11y-high-contrast h6 strong,body.pojo-a11y-high-contrast strong,body.pojo-a11y-high-contrast strong span{color:yellow !important}body.pojo-a11y-high-contrast address,body.pojo-a11y-high-contrast address span,body.pojo-a11y-high-contrast cite,body.pojo-a11y-high-contrast cite span,body.pojo-a11y-high-contrast dfn,body.pojo-a11y-high-contrast dfn span,body.pojo-a11y-high-contrast em,body.pojo-a11y-high-contrast em span,body.pojo-a11y-high-contrast h1 em,body.pojo-a11y-high-contrast h1 i,body.pojo-a11y-high-contrast h2 em,body.pojo-a11y-high-contrast h2 i,body.pojo-a11y-high-contrast h3 em,body.pojo-a11y-high-contrast h3 i,body.pojo-a11y-high-contrast h4 em,body.pojo-a11y-high-contrast h4 i,body.pojo-a11y-high-contrast h5 em,body.pojo-a11y-high-contrast h5 i,body.pojo-a11y-high-contrast h6 em,body.pojo-a11y-high-contrast h6 i,body.pojo-a11y-high-contrast i,body.pojo-a11y-high-contrast i span,body.pojo-a11y-high-contrast u,body.pojo-a11y-high-contrast u span{color:#FFFF80 !important}body.pojo-a11y-high-contrast dt{border-top:thin solid grey !important}body.pojo-a11y-high-contrast h1,body.pojo-a11y-high-contrast h1 a,body.pojo-a11y-high-contrast h1 a b,body.pojo-a11y-high-contrast h1 abbr,body.pojo-a11y-high-contrast h1 center,body.pojo-a11y-high-contrast h1 span,body.pojo-a11y-high-contrast h2,body.pojo-a11y-high-contrast h2 a,body.pojo-a11y-high-contrast h2 a b,body.pojo-a11y-high-contrast h2 abbr,body.pojo-a11y-high-contrast h2 center,body.pojo-a11y-high-contrast h2 span,body.pojo-a11y-high-contrast h3,body.pojo-a11y-high-contrast h3 a,body.pojo-a11y-high-contrast h3 a b,body.pojo-a11y-high-contrast h3 abbr,body.pojo-a11y-high-contrast h3 center,body.pojo-a11y-high-contrast h3 span,body.pojo-a11y-high-contrast h4,body.pojo-a11y-high-contrast h4 a,body.pojo-a11y-high-contrast h4 a b,body.pojo-a11y-high-contrast h4 abbr,body.pojo-a11y-high-contrast h4 center,body.pojo-a11y-high-contrast h4 span,body.pojo-a11y-high-contrast h5,body.pojo-a11y-high-contrast h5 a,body.pojo-a11y-high-contrast h5 a b,body.pojo-a11y-high-contrast h5 abbr,body.pojo-a11y-high-contrast h5 center,body.pojo-a11y-high-contrast h5 span,body.pojo-a11y-high-contrast h6,body.pojo-a11y-high-contrast h6 a,body.pojo-a11y-high-contrast h6 a b,body.pojo-a11y-high-contrast h6 abbr,body.pojo-a11y-high-contrast h6 center,body.pojo-a11y-high-contrast h6 span{color:#40C090 !important}body.pojo-a11y-high-contrast img{background:#808080 !important;background-color:#808080 !important}body.pojo-a11y-high-contrast abbr,body.pojo-a11y-high-contrast acronym{border-bottom:1px dotted !important}body.pojo-a11y-high-contrast :focus{outline:thin dotted !important}body.pojo-a11y-high-contrast a.button,body.pojo-a11y-high-contrast a.button abbr,body.pojo-a11y-high-contrast a.button acronym,body.pojo-a11y-high-contrast a.button b,body.pojo-a11y-high-contrast a.button basefont,body.pojo-a11y-high-contrast a.button big,body.pojo-a11y-high-contrast a.button br,body.pojo-a11y-high-contrast a.button code,body.pojo-a11y-high-contrast a.button div,body.pojo-a11y-high-contrast a.button em,body.pojo-a11y-high-contrast a.button font,body.pojo-a11y-high-contrast a.button h1,body.pojo-a11y-high-contrast a.button h2,body.pojo-a11y-high-contrast a.button h3,body.pojo-a11y-high-contrast a.button h4,body.pojo-a11y-high-contrast a.button h5,body.pojo-a11y-high-contrast a.button h6,body.pojo-a11y-high-contrast a.button i,body.pojo-a11y-high-contrast a.button kbd,body.pojo-a11y-high-contrast a.button rb,body.pojo-a11y-high-contrast a.button rp,body.pojo-a11y-high-contrast a.button rt,body.pojo-a11y-high-contrast a.button ruby,body.pojo-a11y-high-contrast a.button samp,body.pojo-a11y-high-contrast a.button small,body.pojo-a11y-high-contrast a.button span,body.pojo-a11y-high-contrast a.button strong,body.pojo-a11y-high-contrast a.button tt,body.pojo-a11y-high-contrast a.button u,body.pojo-a11y-high-contrast a.button var,body.pojo-a11y-high-contrast a:link,body.pojo-a11y-high-contrast a:link abbr,body.pojo-a11y-high-contrast a:link acronym,body.pojo-a11y-high-contrast a:link b,body.pojo-a11y-high-contrast a:link basefont,body.pojo-a11y-high-contrast a:link big,body.pojo-a11y-high-contrast a:link br,body.pojo-a11y-high-contrast a:link code,body.pojo-a11y-high-contrast a:link div,body.pojo-a11y-high-contrast a:link em,body.pojo-a11y-high-contrast a:link font,body.pojo-a11y-high-contrast a:link h1,body.pojo-a11y-high-contrast a:link h2,body.pojo-a11y-high-contrast a:link h3,body.pojo-a11y-high-contrast a:link h4,body.pojo-a11y-high-contrast a:link h5,body.pojo-a11y-high-contrast a:link h6,body.pojo-a11y-high-contrast a:link i,body.pojo-a11y-high-contrast a:link kbd,body.pojo-a11y-high-contrast a:link rb,body.pojo-a11y-high-contrast a:link rp,body.pojo-a11y-high-contrast a:link rt,body.pojo-a11y-high-contrast a:link ruby,body.pojo-a11y-high-contrast a:link samp,body.pojo-a11y-high-contrast a:link small,body.pojo-a11y-high-contrast a:link span,body.pojo-a11y-high-contrast a:link strong,body.pojo-a11y-high-contrast a:link tt,body.pojo-a11y-high-contrast a:link u,body.pojo-a11y-high-contrast a:link var,body.pojo-a11y-high-contrast div#secondaryNav div#documentNavigation ul.navigationTabs li.tabItem{color:#0080FF !important}body.pojo-a11y-high-contrast button,body.pojo-a11y-high-contrast input,body.pojo-a11y-high-contrast textarea,body.pojo-a11y-high-contrast select,body.pojo-a11y-high-contrast table,body.pojo-a11y-high-contrast td,body.pojo-a11y-high-contrast th,body.pojo-a11y-high-contrast tr,body.pojo-a11y-high-contrast tt{border:1px solid #ffffff !important}body.pojo-a11y-high-contrast button{background:#600040 !important;background-color:#600040 !important}body.pojo-a11y-high-contrast select{-webkit-appearance:listbox !important;background:#600060 !important;background-color:#600060 !important}body.pojo-a11y-high-contrast a:visited,body.pojo-a11y-high-contrast a:visited abbr,body.pojo-a11y-high-contrast a:visited acronym,body.pojo-a11y-high-contrast a:visited b,body.pojo-a11y-high-contrast a:visited basefont,body.pojo-a11y-high-contrast a:visited big,body.pojo-a11y-high-contrast a:visited br,body.pojo-a11y-high-contrast a:visited code,body.pojo-a11y-high-contrast a:visited div,body.pojo-a11y-high-contrast a:visited em,body.pojo-a11y-high-contrast a:visited font,body.pojo-a11y-high-contrast a:visited h1,body.pojo-a11y-high-contrast a:visited h2,body.pojo-a11y-high-contrast a:visited h3,body.pojo-a11y-high-contrast a:visited h4,body.pojo-a11y-high-contrast a:visited h5,body.pojo-a11y-high-contrast a:visited h6,body.pojo-a11y-high-contrast a:visited i,body.pojo-a11y-high-contrast a:visited kbd,body.pojo-a11y-high-contrast a:visited rb,body.pojo-a11y-high-contrast a:visited rp,body.pojo-a11y-high-contrast a:visited rt,body.pojo-a11y-high-contrast a:visited ruby,body.pojo-a11y-high-contrast a:visited samp,body.pojo-a11y-high-contrast a:visited small,body.pojo-a11y-high-contrast a:visited span,body.pojo-a11y-high-contrast a:visited strong,body.pojo-a11y-high-contrast a:visited tt,body.pojo-a11y-high-contrast a:visited u,body.pojo-a11y-high-contrast a:visited var,body.pojo-a11y-high-contrast div#secondaryNav div#documentNavigation ul.navigationTabs li.tabItem.active{color:#00FFFF !important}body.pojo-a11y-high-contrast ::selection,body.pojo-a11y-high-contrast ::-moz-selection{background:#4080c0 !important;background-color:#4080c0 !important}body.pojo-a11y-high-contrast a.button:hover,body.pojo-a11y-high-contrast a.button:hover abbr,body.pojo-a11y-high-contrast a.button:hover acronym,body.pojo-a11y-high-contrast a.button:hover b,body.pojo-a11y-high-contrast a.button:hover basefont,body.pojo-a11y-high-contrast a.button:hover big,body.pojo-a11y-high-contrast a.button:hover br,body.pojo-a11y-high-contrast a.button:hover code,body.pojo-a11y-high-contrast a.button:hover div,body.pojo-a11y-high-contrast a.button:hover em,body.pojo-a11y-high-contrast a.button:hover font,body.pojo-a11y-high-contrast a.button:hover h1,body.pojo-a11y-high-contrast a.button:hover h2,body.pojo-a11y-high-contrast a.button:hover h3,body.pojo-a11y-high-contrast a.button:hover h4,body.pojo-a11y-high-contrast a.button:hover h5,body.pojo-a11y-high-contrast a.button:hover h6,body.pojo-a11y-high-contrast a.button:hover i,body.pojo-a11y-high-contrast a.button:hover kbd,body.pojo-a11y-high-contrast a.button:hover rb,body.pojo-a11y-high-contrast a.button:hover rp,body.pojo-a11y-high-contrast a.button:hover rt,body.pojo-a11y-high-contrast a.button:hover ruby,body.pojo-a11y-high-contrast a.button:hover samp,body.pojo-a11y-high-contrast a.button:hover small,body.pojo-a11y-high-contrast a.button:hover span,body.pojo-a11y-high-contrast a.button:hover strong,body.pojo-a11y-high-contrast a.button:hover tt,body.pojo-a11y-high-contrast a.button:hover u,body.pojo-a11y-high-contrast a.button:hover var,body.pojo-a11y-high-contrast a:link:hover,body.pojo-a11y-high-contrast a:link:hover abbr,body.pojo-a11y-high-contrast a:link:hover acronym,body.pojo-a11y-high-contrast a:link:hover b,body.pojo-a11y-high-contrast a:link:hover basefont,body.pojo-a11y-high-contrast a:link:hover big,body.pojo-a11y-high-contrast a:link:hover br,body.pojo-a11y-high-contrast a:link:hover code,body.pojo-a11y-high-contrast a:link:hover div,body.pojo-a11y-high-contrast a:link:hover em,body.pojo-a11y-high-contrast a:link:hover font,body.pojo-a11y-high-contrast a:link:hover h1,body.pojo-a11y-high-contrast a:link:hover h2,body.pojo-a11y-high-contrast a:link:hover h3,body.pojo-a11y-high-contrast a:link:hover h4,body.pojo-a11y-high-contrast a:link:hover h5,body.pojo-a11y-high-contrast a:link:hover h6,body.pojo-a11y-high-contrast a:link:hover i,body.pojo-a11y-high-contrast a:link:hover kbd,body.pojo-a11y-high-contrast a:link:hover rb,body.pojo-a11y-high-contrast a:link:hover rp,body.pojo-a11y-high-contrast a:link:hover rt,body.pojo-a11y-high-contrast a:link:hover ruby,body.pojo-a11y-high-contrast a:link:hover samp,body.pojo-a11y-high-contrast a:link:hover small,body.pojo-a11y-high-contrast a:link:hover span,body.pojo-a11y-high-contrast a:link:hover strong,body.pojo-a11y-high-contrast a:link:hover tt,body.pojo-a11y-high-contrast a:link:hover u,body.pojo-a11y-high-contrast a:link:hover var,body.pojo-a11y-high-contrast a:visited:hover,body.pojo-a11y-high-contrast a:visited:hover abbr,body.pojo-a11y-high-contrast a:visited:hover acronym,body.pojo-a11y-high-contrast a:visited:hover b,body.pojo-a11y-high-contrast a:visited:hover basefont,body.pojo-a11y-high-contrast a:visited:hover big,body.pojo-a11y-high-contrast a:visited:hover br,body.pojo-a11y-high-contrast a:visited:hover code,body.pojo-a11y-high-contrast a:visited:hover div,body.pojo-a11y-high-contrast a:visited:hover em,body.pojo-a11y-high-contrast a:visited:hover font,body.pojo-a11y-high-contrast a:visited:hover h1,body.pojo-a11y-high-contrast a:visited:hover h2,body.pojo-a11y-high-contrast a:visited:hover h3,body.pojo-a11y-high-contrast a:visited:hover h4,body.pojo-a11y-high-contrast a:visited:hover h5,body.pojo-a11y-high-contrast a:visited:hover h6,body.pojo-a11y-high-contrast a:visited:hover i,body.pojo-a11y-high-contrast a:visited:hover kbd,body.pojo-a11y-high-contrast a:visited:hover rb,body.pojo-a11y-high-contrast a:visited:hover rp,body.pojo-a11y-high-contrast a:visited:hover rt,body.pojo-a11y-high-contrast a:visited:hover ruby,body.pojo-a11y-high-contrast a:visited:hover samp,body.pojo-a11y-high-contrast a:visited:hover small,body.pojo-a11y-high-contrast a:visited:hover span,body.pojo-a11y-high-contrast a:visited:hover strong,body.pojo-a11y-high-contrast a:visited:hover tt,body.pojo-a11y-high-contrast a:visited:hover u,body.pojo-a11y-high-contrast a:visited:hover var{background:#400000 !important;background-color:#400000 !important}body.pojo-a11y-high-contrast body>input#site+div#wrapper span.mk,body.pojo-a11y-high-contrast body>input#site+div#wrapper span.mk b,body.pojo-a11y-high-contrast input[type=reset]{background:#400060 !important;background-color:#400060 !important}body.pojo-a11y-high-contrast div[role="button"],body.pojo-a11y-high-contrast input[type=button],body.pojo-a11y-high-contrast input[type=submit]{background:#600040 !important;background-color:#600040 !important}body.pojo-a11y-high-contrast input[type=search]{-webkit-appearance:textfield !important}body.pojo-a11y-high-contrast html button[disabled],body.pojo-a11y-high-contrast html input[disabled],body.pojo-a11y-high-contrast html select[disabled],body.pojo-a11y-high-contrast html textarea[disabled]{background:#404040 !important;background-color:#404040 !important}body.pojo-a11y-high-contrast .menu li a span.label{text-transform:none !important}body.pojo-a11y-high-contrast .menu li a span.label,body.pojo-a11y-high-contrast div.jwplayer span.jwcontrolbar,body.pojo-a11y-high-contrast div.jwplayer span.jwcontrols{display:inline !important}body.pojo-a11y-high-contrast a:link.new,body.pojo-a11y-high-contrast a:link.new i,body.pojo-a11y-high-contrast a:link.new b,body.pojo-a11y-high-contrast span.Apple-style-span{color:#FFFF40 !important}body.pojo-a11y-high-contrast body.mediawiki img.tex{background:white !important;background-color:white !important;border:white solid 3px !important}body.pojo-a11y-high-contrast text>tspan:first-letter,body.pojo-a11y-high-contrast text>tspan:first-line{background:inherit !important;background-color:inherit !important;color:inherit !important}body.pojo-a11y-high-contrast div.sbtc div.sbsb_a li.sbsb_d div,body.pojo-a11y-high-contrast table.gssb_c tr.gssb_i a,body.pojo-a11y-high-contrast table.gssb_c tr.gssb_i b,body.pojo-a11y-high-contrast table.gssb_c tr.gssb_i span,body.pojo-a11y-high-contrast table.gssb_c tr.gssb_i td{background:#003050 !important;background-color:#003050 !important}body.pojo-a11y-high-contrast img[width="18"][height="18"]{height:18px !important;width:18px !important}body.pojo-a11y-high-contrast a>span.iconHelp:empty:after{content:"Help" !important}body.pojo-a11y-high-contrast div#gmap,body.pojo-a11y-high-contrast div#gmap *{background:initial !important}body.pojo-a11y-negative-contrast,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar){background:#000 !important;color:#ffffff !important}body.pojo-a11y-negative-contrast a,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) a,body.pojo-a11y-negative-contrast b,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) b,body.pojo-a11y-negative-contrast blockquote,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) blockquote,body.pojo-a11y-negative-contrast button,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) button,body.pojo-a11y-negative-contrast canvas,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) canvas,body.pojo-a11y-negative-contrast caption,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) caption,body.pojo-a11y-negative-contrast center,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) center,body.pojo-a11y-negative-contrast cite,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) cite,body.pojo-a11y-negative-contrast code,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) code,body.pojo-a11y-negative-contrast col,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) col,body.pojo-a11y-negative-contrast colgroup,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) colgroup,body.pojo-a11y-negative-contrast dd,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) dd,body.pojo-a11y-negative-contrast details,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) details,body.pojo-a11y-negative-contrast dfn,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) dfn,body.pojo-a11y-negative-contrast dir,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) dir,body.pojo-a11y-negative-contrast div,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) div,body.pojo-a11y-negative-contrast dl,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) dl,body.pojo-a11y-negative-contrast dt,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) dt,body.pojo-a11y-negative-contrast em,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) em,body.pojo-a11y-negative-contrast embed,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) embed,body.pojo-a11y-negative-contrast fieldset,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) fieldset,body.pojo-a11y-negative-contrast figcaption,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) figcaption,body.pojo-a11y-negative-contrast figure,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) figure,body.pojo-a11y-negative-contrast font,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) font,body.pojo-a11y-negative-contrast footer,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) footer,body.pojo-a11y-negative-contrast form,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) form,body.pojo-a11y-negative-contrast header,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) header,body.pojo-a11y-negative-contrast i,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) i,body.pojo-a11y-negative-contrast iframe,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) iframe,body.pojo-a11y-negative-contrast img,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) img,body.pojo-a11y-negative-contrast input,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) input,body.pojo-a11y-negative-contrast kbd,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) kbd,body.pojo-a11y-negative-contrast label,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) label,body.pojo-a11y-negative-contrast legend,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) legend,body.pojo-a11y-negative-contrast li,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) li,body.pojo-a11y-negative-contrast mark,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) mark,body.pojo-a11y-negative-contrast menu,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) menu,body.pojo-a11y-negative-contrast meter,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) meter,body.pojo-a11y-negative-contrast nav,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) nav,body.pojo-a11y-negative-contrast nobr,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) nobr,body.pojo-a11y-negative-contrast object,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) object,body.pojo-a11y-negative-contrast ol,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) ol,body.pojo-a11y-negative-contrast option,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) option,body.pojo-a11y-negative-contrast pre,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) pre,body.pojo-a11y-negative-contrast progress,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) progress,body.pojo-a11y-negative-contrast q,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) q,body.pojo-a11y-negative-contrast s,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) s,body.pojo-a11y-negative-contrast section,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) section,body.pojo-a11y-negative-contrast select,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) select,body.pojo-a11y-negative-contrast small,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) small,body.pojo-a11y-negative-contrast span,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) span,body.pojo-a11y-negative-contrast strike,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) strike,body.pojo-a11y-negative-contrast strong,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) strong,body.pojo-a11y-negative-contrast sub,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) sub,body.pojo-a11y-negative-contrast summary,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) summary,body.pojo-a11y-negative-contrast sup,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) sup,body.pojo-a11y-negative-contrast table,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) table,body.pojo-a11y-negative-contrast td,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) td,body.pojo-a11y-negative-contrast textarea,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) textarea,body.pojo-a11y-negative-contrast th,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) th,body.pojo-a11y-negative-contrast time,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) time,body.pojo-a11y-negative-contrast tr,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) tr,body.pojo-a11y-negative-contrast tt,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) tt,body.pojo-a11y-negative-contrast u,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) u,body.pojo-a11y-negative-contrast ul,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) ul,body.pojo-a11y-negative-contrast var,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) var,body.pojo-a11y-negative-contrast a span,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) a span,body.pojo-a11y-negative-contrast strong,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) strong{color:yellow !important}body.pojo-a11y-negative-contrast button,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) button,body.pojo-a11y-negative-contrast input,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) input,body.pojo-a11y-negative-contrast textarea,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) textarea,body.pojo-a11y-negative-contrast select,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) select,body.pojo-a11y-negative-contrast table,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) table,body.pojo-a11y-negative-contrast td,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) td,body.pojo-a11y-negative-contrast th,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) th,body.pojo-a11y-negative-contrast tr,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) tr,body.pojo-a11y-negative-contrast tt,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) tt{border:1px solid #ffffff !important}body.pojo-a11y-negative-contrast div#gmap,body.pojo-a11y-negative-contrast div#gmap *{background:initial !important}body.pojo-a11y-light-background,body.pojo-a11y-light-background *:not(#pojo-a11y-toolbar):not(.pojo-a11y-toolbar-link){background:#fff !important;color:#000 !important}body.pojo-a11y-light-background div#gmap,body.pojo-a11y-light-background div#gmap *{background:initial !important}body.pojo-a11y-resize-font-200,body.pojo-a11y-resize-font-200 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-200 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-200 label,body.pojo-a11y-resize-font-200 input,body.pojo-a11y-resize-font-200 select,body.pojo-a11y-resize-font-200 textarea,body.pojo-a11y-resize-font-200 legend,body.pojo-a11y-resize-font-200 code,body.pojo-a11y-resize-font-200 pre,body.pojo-a11y-resize-font-200 dd,body.pojo-a11y-resize-font-200 dt,body.pojo-a11y-resize-font-200 span,body.pojo-a11y-resize-font-200 blockquote{font-size:200% !important}body.pojo-a11y-resize-font-200 h1,body.pojo-a11y-resize-font-200 h2,body.pojo-a11y-resize-font-200 h3,body.pojo-a11y-resize-font-200 h4,body.pojo-a11y-resize-font-200 h5,body.pojo-a11y-resize-font-200 h6,body.pojo-a11y-resize-font-200 h1 span,body.pojo-a11y-resize-font-200 h2 span,body.pojo-a11y-resize-font-200 h3 span,body.pojo-a11y-resize-font-200 h4 span,body.pojo-a11y-resize-font-200 h5 span,body.pojo-a11y-resize-font-200 h6 span{font-size:266% !important}body.pojo-a11y-resize-font-190,body.pojo-a11y-resize-font-190 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-190 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-190 label,body.pojo-a11y-resize-font-190 input,body.pojo-a11y-resize-font-190 select,body.pojo-a11y-resize-font-190 textarea,body.pojo-a11y-resize-font-190 legend,body.pojo-a11y-resize-font-190 code,body.pojo-a11y-resize-font-190 pre,body.pojo-a11y-resize-font-190 dd,body.pojo-a11y-resize-font-190 dt,body.pojo-a11y-resize-font-190 span,body.pojo-a11y-resize-font-190 blockquote{font-size:190% !important}body.pojo-a11y-resize-font-190 h1,body.pojo-a11y-resize-font-190 h2,body.pojo-a11y-resize-font-190 h3,body.pojo-a11y-resize-font-190 h4,body.pojo-a11y-resize-font-190 h5,body.pojo-a11y-resize-font-190 h6,body.pojo-a11y-resize-font-190 h1 span,body.pojo-a11y-resize-font-190 h2 span,body.pojo-a11y-resize-font-190 h3 span,body.pojo-a11y-resize-font-190 h4 span,body.pojo-a11y-resize-font-190 h5 span,body.pojo-a11y-resize-font-190 h6 span{font-size:252.70000000000002% !important}body.pojo-a11y-resize-font-180,body.pojo-a11y-resize-font-180 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-180 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-180 label,body.pojo-a11y-resize-font-180 input,body.pojo-a11y-resize-font-180 select,body.pojo-a11y-resize-font-180 textarea,body.pojo-a11y-resize-font-180 legend,body.pojo-a11y-resize-font-180 code,body.pojo-a11y-resize-font-180 pre,body.pojo-a11y-resize-font-180 dd,body.pojo-a11y-resize-font-180 dt,body.pojo-a11y-resize-font-180 span,body.pojo-a11y-resize-font-180 blockquote{font-size:180% !important}body.pojo-a11y-resize-font-180 h1,body.pojo-a11y-resize-font-180 h2,body.pojo-a11y-resize-font-180 h3,body.pojo-a11y-resize-font-180 h4,body.pojo-a11y-resize-font-180 h5,body.pojo-a11y-resize-font-180 h6,body.pojo-a11y-resize-font-180 h1 span,body.pojo-a11y-resize-font-180 h2 span,body.pojo-a11y-resize-font-180 h3 span,body.pojo-a11y-resize-font-180 h4 span,body.pojo-a11y-resize-font-180 h5 span,body.pojo-a11y-resize-font-180 h6 span{font-size:239.4% !important}body.pojo-a11y-resize-font-170,body.pojo-a11y-resize-font-170 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-170 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-170 label,body.pojo-a11y-resize-font-170 input,body.pojo-a11y-resize-font-170 select,body.pojo-a11y-resize-font-170 textarea,body.pojo-a11y-resize-font-170 legend,body.pojo-a11y-resize-font-170 code,body.pojo-a11y-resize-font-170 pre,body.pojo-a11y-resize-font-170 dd,body.pojo-a11y-resize-font-170 dt,body.pojo-a11y-resize-font-170 span,body.pojo-a11y-resize-font-170 blockquote{font-size:170% !important}body.pojo-a11y-resize-font-170 h1,body.pojo-a11y-resize-font-170 h2,body.pojo-a11y-resize-font-170 h3,body.pojo-a11y-resize-font-170 h4,body.pojo-a11y-resize-font-170 h5,body.pojo-a11y-resize-font-170 h6,body.pojo-a11y-resize-font-170 h1 span,body.pojo-a11y-resize-font-170 h2 span,body.pojo-a11y-resize-font-170 h3 span,body.pojo-a11y-resize-font-170 h4 span,body.pojo-a11y-resize-font-170 h5 span,body.pojo-a11y-resize-font-170 h6 span{font-size:226.10000000000002% !important}body.pojo-a11y-resize-font-160,body.pojo-a11y-resize-font-160 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-160 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-160 label,body.pojo-a11y-resize-font-160 input,body.pojo-a11y-resize-font-160 select,body.pojo-a11y-resize-font-160 textarea,body.pojo-a11y-resize-font-160 legend,body.pojo-a11y-resize-font-160 code,body.pojo-a11y-resize-font-160 pre,body.pojo-a11y-resize-font-160 dd,body.pojo-a11y-resize-font-160 dt,body.pojo-a11y-resize-font-160 span,body.pojo-a11y-resize-font-160 blockquote{font-size:160% !important}body.pojo-a11y-resize-font-160 h1,body.pojo-a11y-resize-font-160 h2,body.pojo-a11y-resize-font-160 h3,body.pojo-a11y-resize-font-160 h4,body.pojo-a11y-resize-font-160 h5,body.pojo-a11y-resize-font-160 h6,body.pojo-a11y-resize-font-160 h1 span,body.pojo-a11y-resize-font-160 h2 span,body.pojo-a11y-resize-font-160 h3 span,body.pojo-a11y-resize-font-160 h4 span,body.pojo-a11y-resize-font-160 h5 span,body.pojo-a11y-resize-font-160 h6 span{font-size:212.8% !important}body.pojo-a11y-resize-font-150,body.pojo-a11y-resize-font-150 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-150 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-150 label,body.pojo-a11y-resize-font-150 input,body.pojo-a11y-resize-font-150 select,body.pojo-a11y-resize-font-150 textarea,body.pojo-a11y-resize-font-150 legend,body.pojo-a11y-resize-font-150 code,body.pojo-a11y-resize-font-150 pre,body.pojo-a11y-resize-font-150 dd,body.pojo-a11y-resize-font-150 dt,body.pojo-a11y-resize-font-150 span,body.pojo-a11y-resize-font-150 blockquote{font-size:150% !important}body.pojo-a11y-resize-font-150 h1,body.pojo-a11y-resize-font-150 h2,body.pojo-a11y-resize-font-150 h3,body.pojo-a11y-resize-font-150 h4,body.pojo-a11y-resize-font-150 h5,body.pojo-a11y-resize-font-150 h6,body.pojo-a11y-resize-font-150 h1 span,body.pojo-a11y-resize-font-150 h2 span,body.pojo-a11y-resize-font-150 h3 span,body.pojo-a11y-resize-font-150 h4 span,body.pojo-a11y-resize-font-150 h5 span,body.pojo-a11y-resize-font-150 h6 span{font-size:199.5% !important}body.pojo-a11y-resize-font-140,body.pojo-a11y-resize-font-140 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-140 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-140 label,body.pojo-a11y-resize-font-140 input,body.pojo-a11y-resize-font-140 select,body.pojo-a11y-resize-font-140 textarea,body.pojo-a11y-resize-font-140 legend,body.pojo-a11y-resize-font-140 code,body.pojo-a11y-resize-font-140 pre,body.pojo-a11y-resize-font-140 dd,body.pojo-a11y-resize-font-140 dt,body.pojo-a11y-resize-font-140 span,body.pojo-a11y-resize-font-140 blockquote{font-size:140% !important}body.pojo-a11y-resize-font-140 h1,body.pojo-a11y-resize-font-140 h2,body.pojo-a11y-resize-font-140 h3,body.pojo-a11y-resize-font-140 h4,body.pojo-a11y-resize-font-140 h5,body.pojo-a11y-resize-font-140 h6,body.pojo-a11y-resize-font-140 h1 span,body.pojo-a11y-resize-font-140 h2 span,body.pojo-a11y-resize-font-140 h3 span,body.pojo-a11y-resize-font-140 h4 span,body.pojo-a11y-resize-font-140 h5 span,body.pojo-a11y-resize-font-140 h6 span{font-size:186.20000000000002% !important}body.pojo-a11y-resize-font-130,body.pojo-a11y-resize-font-130 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-130 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-130 label,body.pojo-a11y-resize-font-130 input,body.pojo-a11y-resize-font-130 select,body.pojo-a11y-resize-font-130 textarea,body.pojo-a11y-resize-font-130 legend,body.pojo-a11y-resize-font-130 code,body.pojo-a11y-resize-font-130 pre,body.pojo-a11y-resize-font-130 dd,body.pojo-a11y-resize-font-130 dt,body.pojo-a11y-resize-font-130 span,body.pojo-a11y-resize-font-130 blockquote{font-size:130% !important}body.pojo-a11y-resize-font-130 h1,body.pojo-a11y-resize-font-130 h2,body.pojo-a11y-resize-font-130 h3,body.pojo-a11y-resize-font-130 h4,body.pojo-a11y-resize-font-130 h5,body.pojo-a11y-resize-font-130 h6,body.pojo-a11y-resize-font-130 h1 span,body.pojo-a11y-resize-font-130 h2 span,body.pojo-a11y-resize-font-130 h3 span,body.pojo-a11y-resize-font-130 h4 span,body.pojo-a11y-resize-font-130 h5 span,body.pojo-a11y-resize-font-130 h6 span{font-size:172.9% !important}body.pojo-a11y-resize-font-120,body.pojo-a11y-resize-font-120 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-120 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-120 label,body.pojo-a11y-resize-font-120 input,body.pojo-a11y-resize-font-120 select,body.pojo-a11y-resize-font-120 textarea,body.pojo-a11y-resize-font-120 legend,body.pojo-a11y-resize-font-120 code,body.pojo-a11y-resize-font-120 pre,body.pojo-a11y-resize-font-120 dd,body.pojo-a11y-resize-font-120 dt,body.pojo-a11y-resize-font-120 span,body.pojo-a11y-resize-font-120 blockquote{font-size:120% !important}body.pojo-a11y-resize-font-120 h1,body.pojo-a11y-resize-font-120 h2,body.pojo-a11y-resize-font-120 h3,body.pojo-a11y-resize-font-120 h4,body.pojo-a11y-resize-font-120 h5,body.pojo-a11y-resize-font-120 h6,body.pojo-a11y-resize-font-120 h1 span,body.pojo-a11y-resize-font-120 h2 span,body.pojo-a11y-resize-font-120 h3 span,body.pojo-a11y-resize-font-120 h4 span,body.pojo-a11y-resize-font-120 h5 span,body.pojo-a11y-resize-font-120 h6 span{font-size:159.60000000000002% !important}body.pojo-a11y-links-underline a,body.pojo-a11y-links-underline a *{text-decoration:underline !important}body.pojo-a11y-readable-font,body.pojo-a11y-readable-font *:not(i):not(span){font-family:Verdana,Arial,Helvetica,sans-serif !important}.pojo-skip-link{position:absolute;top:-1000em}.pojo-skip-link:focus{left:50px;top:50px;height:auto;width:200px;display:block;font-size:14px;font-weight:700;text-align:center;padding:15px 23px 14px;background-color:#F1F1F1;color:#21759B;z-index:100000;line-height:normal;text-decoration:none;box-shadow:0 0 2px 2px rgba(0,0,0,0.6)}body.rtl .pojo-skip-link:focus{right:50px;left:auto}#pojo-a11y-toolbar *,#pojo-a11y-toolbar ::before,#pojo-a11y-toolbar ::after{box-sizing:border-box}.pojo-a11y-visible-phone{display:none !important}.pojo-a11y-visible-tablet{display:none !important}.pojo-a11y-hidden-desktop{display:none !important}.pojo-a11y-visible-desktop{display:inherit !important}@media (min-width:768px) and (max-width:1024px){.pojo-a11y-hidden-desktop{display:inherit !important}.pojo-a11y-visible-desktop{display:none !important}.pojo-a11y-visible-tablet{display:inherit !important}.pojo-a11y-hidden-tablet{display:none !important}}@media (max-width:767px){.pojo-a11y-hidden-desktop{display:inherit !important}.pojo-a11y-visible-desktop{display:none !important}.pojo-a11y-visible-phone{display:inherit !important}.pojo-a11y-hidden-phone{display:none !important}}.pojo-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}
  .mb30 {
margin-bottom: 30px;
} body {
font-family: "Work Sans", sans-serif;
font-size: 16px;
}
body,
button,
input,
select,
optgroup,
textarea {
color: #595959;
line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
clear: both;
font-family: "Work Sans", sans-serif;
color: #191919;
font-weight: 500;
}
p {
margin-bottom: 20px;
}
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: 15px;
font-size: 0.9375rem;
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: 0.9375rem;
}
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; }
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul, ol {
margin: 0 0 15px 15px;
padding-left: 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 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; }
figure {
margin: 1em 0; }
table {
margin: 0 0 1.5em;
width: 100%;
}
th, td {
border: 1px solid #ebebeb;
padding: 15px;
text-align: center;
}
blockquote {
background-color: #f7f7f7;
padding: 25px;
margin-bottom: 10px;
border-left: 2px solid #cbd1dc;
} button,
.button,
input[type=button],
input[type=reset],
input[type=submit],
.learnpress-page .lp-button {
color: #fff;
font-size: 13px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
border: 2px solid #f0437e;
background-color: #f0437e;
padding: 14px 30px;
border-radius: 2px;
transition: all 0.3s;
cursor: pointer;
border-radius: 30px;
}
.menuStyle3 .top-bar button,
.menuStyle3 .top-bar .button,
.menuStyle3 .top-bar input[type=button],
.menuStyle3 .top-bar input[type=reset],
.menuStyle3 .top-bar input[type=submit],
.menuStyle3 .top-bar .learnpress-page .lp-button {
color: #fff;
}
button:hover,
.button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.learnpress-page .lp-button:hover {
background-color: transparent;
color: #000;
}
.menuStyle3 .top-bar button:hover,
.menuStyle3 .top-bar .button:hover,
.menuStyle3 .top-bar input[type=button]:hover,
.menuStyle3 .top-bar input[type=reset]:hover,
.menuStyle3 .top-bar input[type=submit]:hover,
.menuStyle3 .top-bar .learnpress-page .lp-button:hover {
background-color: transparent;
color: #000;
}
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,
select {
color: #666;
border: 1px solid #ebebeb;
border-radius: 0;
padding: 15px 20px;
max-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,
select:focus {
color: #111;
}
textarea {
width: 100%;
}
label {
max-width: 100%;
}
.wpcf7-not-valid-tip {
margin: 10px 0px 10px 3px;
}
label > .wpcf7-form-control-wrap {
display: block;
margin-top: 10px;
}  a {
transition: all 0.3s;
color: royalblue;
}
a:hover, a:focus, a:active {
text-decoration: none;
}
a:focus {
outline: thin dotted;
}
a:hover, a:active {
outline: 0;
}  .main-navigation + .header-search-wrapper {
margin-left: 23px;
}
.main-navigation + .header-search-cart {
margin-left: 10px;
}
.header-search-wrapper + .header-search-cart {
margin-left: 20px;
}
.header-search-wrapper .header-search-toggle {
cursor: pointer;
}
.menuStyle1 .site-header > div > .row,
.menuStyle2 .site-header > div > .row {
align-items: center;
}
.menuStyle2 .site-header {
background-color: #fff;
}
@media (max-width: 1199px) {
.menuStyle2 .header-search {
display: none;
}
}
@media (max-width: 1199px) {
.menuStyle2 .header-search-cart,
.menuStyle2 .header-cart-link {
margin: 0;
}
}
.menuStyle2 .header-search-cart li a {
color: #191919;
}
.menuStyle2 .main-navigation a:hover:after,
.menuStyle2 .main-navigation .current-menu-item:after {
content: "";
width: 5px;
height: 5px;
background-color: #f0437e;
border-radius: 50%;
position: absolute;
left: 50%;
bottom: -8px;
margin-left: -2px;
}
.menuStyle1.page-template-template_page-builder .sticky-wrapper {
position: absolute;
}
.menuStyle1.page-template-template_page-builder .site-header {
background-color: transparent;
}
@media (max-width: 1199px) {
.menuStyle1.page-template-template_page-builder .site-header {
background-color: #13151d;
}
}
.menuStyle1.page-template-template_page-builder.static-header .site-header {
position: absolute;
}
.menuStyle1 .header-search-wrapper + .header-search-cart {
margin-left: 19px;
}
@media (max-width: 1199px) {
.menuStyle1 .header-search {
display: none;
}
}
@media (max-width: 1199px) {
.menuStyle1 .header-search-cart,
.menuStyle1 .header-cart-link {
margin: 0;
}
}
.menuStyle1 .fa-search {
color: #fff;
}
.menuStyle1 .sticky-wrapper {
position: static;
width: 100%;
top: 0;
left: 0;
z-index: 999;
}
.menuStyle1 .sticky-wrapper.is-sticky a {
color: #191919;
}
.menuStyle1 .site-header {
position: static;
background-color: #13151d;
width: 100%;
top: 0;
left: 0;
z-index: 999;
}
.menuStyle1.admin-bar .sticky-wrapper,
.menuStyle1.admin-bar .site-header {
top: 32px;
}
.menuStyle1 .site-title a,
.menuStyle1 .main-navigation a {
color: #fff;
}
.menuStyle1 .site-description {
color: #fff;
}
@media (max-width: 1199px) {
.menuStyle1 .main-navigation {
background-color: #13151d;
}
}
.menuStyle1 .main-navigation ul ul a {
color: #1c1c1c;
}
@media (max-width: 1199px) {
.menuStyle1 .mobile-menu-toggle_lines {
background-color: #fff;
}
}
@media (max-width: 1199px) {
.menuStyle1 .mobile-menu-toggle_lines:before, .menuStyle1 .mobile-menu-toggle_lines:after {
background: #fff;
}
}
.menuStyle3.page-template-template_page-builder .sticky-wrapper {
position: absolute;
width: 100%;
}
.menuStyle3.page-template-template_page-builder .bottom-bar {
background-color: rgba(255, 255, 255, 0.3);
}
.menuStyle3.page-template-template_page-builder.static-header .bottom-bar {
position: absolute;
z-index: 11;
}
@media (max-width: 1199px) {
.menuStyle3.page-template-template_page-builder .site-header {
background-color: #13151d;
}
}
@media (max-width: 767px) {
.menuStyle3 .top-bar .row > div {
width: 50%;
padding: 5px;
}
}
@media (max-width: 600px) {
.menuStyle3 .top-bar .row > div {
width: 100%;
}
}
.menuStyle3 .contact-item.header-cta {
justify-content: center;
}
.menuStyle3:not(.page-template-template_page-builder) .bottom-bar {
background-color: #13151d;
}
.menuStyle3 .main-navigation {
padding: 30px 0;
width: 100%;
}
.menuStyle3 .main-navigation a {
color: #fff;
text-transform: uppercase;
font-weight: 500;
}
.menuStyle3 .main-navigation a:hover:after,
.menuStyle3 .main-navigation .current-menu-item:after {
content: "";
width: 5px;
height: 5px;
background-color: #f0437e;
border-radius: 50%;
position: absolute;
left: 50%;
bottom: -8px;
margin-left: -2px;
}
@media (max-width: 1199px) {
.menuStyle3 .main-navigation {
background-color: #13151d;
}
}
.menuStyle3 .main-navigation + .header-search-wrapper {
margin-left: 30px;
}
.menuStyle3 .top-bar {
background-color: #fff;
}
.menuStyle3 .top-bar .contact-item {
display: flex;
align-items: center;
justify-content: center;
padding-top: 10px;
padding-bottom: 10px;
line-height: 1;
padding: 0 30px;
min-height: 45px;
}
.menuStyle3 .top-bar .contact-item:first-of-type {
padding-left: 0;
}
.menuStyle3 .top-bar .contact-item.header-cta {
border: 0;
flex: 1;
padding-right: 0;
}
.menuStyle3 .top-bar .header-social.contact-item {
border: 0;
}
.menuStyle3 .top-bar .header-social.contact-item .fab {
margin: 10px;
}
.menuStyle3 .top-bar .contact-item {
font-weight: 500;
border-right: 1px solid #ebebeb;
}
.menuStyle3 .top-bar .contact-item .fas {
color: #f0437e;
margin-right: 15px;
}
.menuStyle3 .top-bar .contact-item.header-social .fab,
.menuStyle3 .top-bar .contact-item.header-social a {
color: #28293a;
}
.menuStyle3 .top-bar .button {
border-radius: 0;
}
.menuStyle3 .top-bar a {
color: #191919;
}
.menuStyle3 .bottom-bar {
width: 100%;
position: relative;
}
.menuStyle3 .bottom-bar .row {
align-items: center;
}
.menuStyle3 .site-header {
padding: 0;
border-bottom: 0;
}
.menuStyle3 .header-search-wrapper + .header-search-cart {
margin-left: 20px;
}
.menuStyle3 .header-search-wrapper {
margin-bottom: 0;
margin-left: 0;
padding-left: 0;
}
.menuStyle3 .header-search-wrapper .header-search-toggle a {
color: #FFF;
}
.menuStyle3 .header-search-cart {
margin-bottom: 0;
}
.menuStyle3 .header-search-cart .cart-contents {
display: flex;
}
.menuStyle3 .branding-area {
padding: 15px;
}
.menuStyle3 .branding-area .site-branding {
position: relative;
z-index: 99;
}
.menuStyle3 .branding-area .container {
height: 100%;
}
.menuStyle3 .branding-area .container .site-branding {
height: 100%;
display: flex;
background-color: #fff;
align-items: center;
align-content: center;
flex-wrap: wrap;
justify-content: center;
box-shadow: 0px 11px 24px 0px rgba(51, 71, 86, 0.15);
}
.menuStyle3 .site-title a,
.menuStyle3 .site-description {
color: #fff;
}
.menuStyle3 .is-sticky .bottom-bar {
background-color: #fff;
}
.menuStyle3 .is-sticky .site-title a,
.menuStyle3 .is-sticky .main-navigation a {
color: #191919;
}
.menuStyle3 .is-sticky .site-description {
color: #191919;
}
.menuStyle3 .sticky-wrapper {
position: relative;
z-index: 11;
}
@media (max-width: 1199px) {
.menuStyle3 .mobile-menu-toggle_lines {
background-color: #fff;
}
}
@media (max-width: 1199px) {
.menuStyle3 .mobile-menu-toggle_lines:before, .menuStyle3 .mobile-menu-toggle_lines:after {
background: #fff;
}
}
.menuStyle3.mobile-menu-active .mobile-menu-toggle .mobile-menu-toggle_lines {
background: none;
}
.menuStyle4 #site-navigation-sticky-wrapper {
margin-bottom: -68px;
}
.menuStyle4 .contact-area {
display: flex;
justify-content: flex-end;
}
@media (max-width: 1199px) {
.menuStyle4 .contact-area {
display: block;
width: 100%;
max-width: 100%;
flex: 0 0 100%;
margin-top: 30px;
text-align: left;
}
}
.menuStyle4 .contact-area .contact-block {
text-align: left;
display: flex;
align-items: center;
padding: 0 25px;
}
.menuStyle4 .contact-area .contact-block:first-of-type {
padding-left: 0;
}
@media (max-width: 1199px) {
.menuStyle4 .contact-area .contact-block:first-of-type {
display: inline-block;
padding: 5px;
}
}
.menuStyle4 .contact-area .contact-block:last-of-type {
padding-right: 0;
}
@media (max-width: 1199px) {
.menuStyle4 .contact-area .contact-block:last-of-type {
display: inline-block;
padding: 5px;
}
}
@media (max-width: 1199px) {
.menuStyle4 .contact-area .contact-block {
display: inline-block;
padding: 5px;
}
}
.menuStyle4 .contact-area .contact-block .contact-icon,
.menuStyle4 .contact-area .contact-block .contact-text {
display: inline-block;
}
.menuStyle4 .contact-area .contact-block .contact-icon {
font-size: 24px;
color: #f0437e;
width: 45px;
height: 45px;
line-height: 45px;
border: 1px solid #f0437e;
border-radius: 50%;
text-align: center;
margin-right: 25px;
}
.menuStyle4 .contact-area .contact-block span {
display: block;
}
.menuStyle4 .contact-area .contact-block span:first-of-type {
color: #595959;
}
.menuStyle4 .contact-area .contact-block span:last-of-type {
font-weight: 500;
color: #0e304e;
}
.menuStyle4 .main-navigation {
text-align: left;
background-color: #0e304e;
padding: 0 240px 0 35px;
margin-top: 35px;
margin-bottom: -68px;
position: relative;
z-index: 999;
justify-content: space-between;
}
.menuStyle4 .main-navigation .header-search-wrapper {
display: flex;
align-items: center;
}
.menuStyle4 .main-navigation .header-search-wrapper .header-search-toggle a {
color: #FFF;
}
.menuStyle4 .main-navigation .header-search-cart {
align-items: center;
justify-content: center;
padding-right: 15px;
top: 100%;
}
.menuStyle4 .main-navigation > div {
line-height: 1;
}
.menuStyle4 .main-navigation .menu > li,
.menuStyle4 .main-navigation .menu > ul > li {
padding-top: 30px;
padding-bottom: 30px;
}
.menuStyle4 .main-navigation li {
text-transform: uppercase;
font-weight: 500;
}
.menuStyle4 .main-navigation li a {
color: #fff;
}
.menuStyle4 .main-navigation .header-cta {
display: flex;
align-items: center;
justify-content: center;
background-color: #f0437e;
position: absolute;
right: 0;
top: 0;
height: 100%;
min-width: 200px;
}
.menuStyle4 .main-navigation .header-cta:before {
content: "";
position: absolute;
height: 100%;
width: 40px;
top: 0;
left: -15px;
background: #f0437e;
transform: skewX(20deg);
}
.menuStyle4 .main-navigation .header-cta a {
color: #fff;
font-weight: 600;
text-transform: uppercase;
font-size: 18px;
height: 100%;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.menuStyle4.sticky-header .site-header {
position: relative;
}
.menuStyle4.sticky-header .is-sticky .main-navigation {
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}
.menuStyle4 .header-search-form {
top: 62px;
}
.menuStyle5.page-template-template_page-builder .sticky-wrapper {
position: absolute;
width: 100%;
z-index: 99;
}
.menuStyle5.page-template-template_page-builder .site-header {
background-color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 1199px) {
.menuStyle5.page-template-template_page-builder .site-header {
background-color: #61a0ce;
}
}
.menuStyle5.page-template-template_page-builder.static-header .site-header {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 1;
}
.menuStyle5.page-template-template_page-builder.static-header.admin-bar .site-header {
top: 32px;
}
.menuStyle5 .site-header {
background-color: #61a0ce;
border: none;
color: #fff;
padding-top: 34px;
padding-bottom: 33px;
}
.menuStyle5 .site-header .main-navigation {
justify-content: flex-start;
}
.menuStyle5 .site-header .main-navigation ul li a {
color: #fff;
text-transform: uppercase;
font-weight: 500;
transition: all 0.3s;
}
.menuStyle5 .site-header .main-navigation ul li a:hover {
border-bottom: 2px solid #fff;
}
.menuStyle5 .site-header .main-navigation ul li.current-menu-item > a {
border-bottom: 2px solid #fff;
}
.menuStyle5 .site-header .main-navigation ul li.header-cart-link a:hover {
border-bottom: 0;
}
.menuStyle5 .site-header .contact-us span {
font-size: 22px;
}
.menuStyle5 .site-header .socials a {
color: #fff;
}
.menuStyle5 .site-header .socials a + a {
margin-left: 20px;
}
.menuStyle5 .is-sticky .site-header {
background-color: #61a0ce;
z-index: 9999 !important;
}
.menuStyle6.sticky-header.admin-bar {
margin-top: 0.1px;
}
.menuStyle6 .sticky-wrapper.is-sticky .site-header {
transform: translate3d(0, -50px, 0);
}
.menuStyle6 .site-title a {
color: #FFF;
}
.menuStyle6 .site-header {
background-color: #181b33;
padding-top: 0;
padding-bottom: 0;
}
.menuStyle6 .site-header .mobile-menu-toggle_lines {
background: #fff;
cursor: pointer;
}
.menuStyle6 .site-header .mobile-menu-toggle_lines:before, .menuStyle6 .site-header .mobile-menu-toggle_lines:after {
background: #fff;
}
.menuStyle6 .site-header .top-section {
color: #fff;
font-size: 16px;
font-weight: 400;
border-bottom: 1px solid #303248;
padding-bottom: 13px;
padding-top: 12px;
min-height: 50px;
}
.menuStyle6 .site-header .top-section i {
color: #948b3e;
font-size: 15px;
margin-right: 19px;
}
.menuStyle6 .site-header .top-section .location i {
margin-right: 13px;
}
.menuStyle6 .site-header .top-section ul {
list-style: none;
margin: 0;
padding: 0;
display: flex;
justify-content: flex-end;
}
.menuStyle6 .site-header .top-section ul li {
position: relative;
}
.menuStyle6 .site-header .top-section ul li + li {
margin-left: 28px;
padding-left: 31px;
}
.menuStyle6 .site-header .top-section ul li + li:before {
background-color: #303248;
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 1px;
}
.menuStyle6 .site-header .bottom-section {
padding-top: 27px;
padding-bottom: 24px;
}
.menuStyle6 .site-header .main-navigation .menu > li,
.menuStyle6 .site-header .main-navigation .menu > ul > li {
padding: 0;
}
.menuStyle6 .site-header .main-navigation .menu > li > a:after,
.menuStyle6 .site-header .main-navigation .menu > ul > li > a:after {
content: "";
position: absolute;
bottom: 0;
right: 0;
width: 0;
background-color: #948b3e;
height: 2px;
transition: all 0.3s;
}
.menuStyle6 .site-header .main-navigation .menu > li > a:hover:after,
.menuStyle6 .site-header .main-navigation .menu > ul > li > a:hover:after {
left: 0;
width: 100%;
}
.menuStyle6 .site-header .main-navigation .menu li a,
.menuStyle6 .site-header .main-navigation .menu > ul li a {
display: inline-block;
padding-bottom: 3px;
position: relative;
}
.menuStyle6 .site-header .main-navigation .menu li + li,
.menuStyle6 .site-header .main-navigation .menu > ul li + li {
margin-left: 33px;
}
.menuStyle6 .site-header .main-navigation + .group-actions {
margin-left: 35px;
}
.menuStyle6 .site-header .main-navigation + .header-search-wrapper {
margin-left: 33px;
}
.menuStyle6 .site-header .main-navigation + .header-search-cart {
margin-left: 33px;
}
.menuStyle6 .site-header .header-search-wrapper .header-search-toggle a {
color: #FFF;
}
.menuStyle6 .site-header .header-search-wrapper + .header-search-cart {
margin-left: 25px;
}
.menuStyle6 .site-header .header-search-wrapper + .group-actions {
margin-left: 25px;
}
.menuStyle6 .site-header .header-search-cart {
padding-left: 0;
margin-bottom: 3px;
}
.menuStyle6 .site-header .header-search-cart + .group-actions {
margin-left: 33px;
}
.menuStyle6 .site-header .group-actions .header-search-wrapper {
margin-bottom: 0;
margin-left: 0;
padding-left: 0;
}
.menuStyle6 .site-header .group-actions .header-search-wrapper .header-search-toggle a {
color: #FFF;
}
.menuStyle6 .site-header .group-actions .search-form {
position: relative;
}
.menuStyle6 .site-header .group-actions .search-form + .btn {
margin-left: 42px;
}
.menuStyle6 .site-header .header-search-cart li {
color: #fff;
}
.menuStyle6 .site-header .header-search-cart li > a {
color: inherit;
}
.menuStyle6 .site-header .btn {
border: 2px solid #948b3e;
color: #fff;
font-size: 13px;
text-transform: uppercase;
font-weight: 500;
letter-spacing: 1px;
padding: 12px 15px 15px;
}
.menuStyle6.mobile-menu-active .mobile-menu-toggle .mobile-menu-toggle_lines {
background: none;
}
.site-header {
padding: 30px 0; }
.site-header .container-fluid {
padding: 0 75px;
}
@media (max-width: 767px) {
.site-header .container-fluid {
padding-left: 15px;
padding-right: 15px;
}
}
.sticky-header .site-header {
width: 100%;
top: 0;
left: 0;
z-index: 99 !important;
transition: all 0.4s;
}
.is-sticky .site-header {
z-index: 99 !important;
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
background-color: #fff;
}
.is-sticky .site-header .custom-logo-link img {
max-width: 80px;
}
.admin-bar.sticky-header:not(.menuStyle4) .site-header,
.admin-bar:not(.menuStyle4) .is-sticky .site-header {
top: 32px !important;
} .main-navigation {
text-align: right;
display: block;
float: left;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
float: left;
position: absolute;
padding-top: 15px;
top: 100%;
left: -999em;
text-align: left;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: -1px;
padding-top: 0;
}
.main-navigation ul ul li {
font-size: 13px;
text-transform: uppercase;
padding: 15px;
background-color: #f7f7f7;
border: 1px solid #ebebeb;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
left: 100%;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
display: inline-block;
position: relative;
padding: 0 25px;
font-weight: 500;
}
.main-navigation li:first-of-type {
padding-left: 15px;
}
.main-navigation a {
color: #191919;
display: block;
text-decoration: none;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: block;
}
}
.comment-navigation a,
.posts-navigation a,
.post-navigation a {
color: #8c8d90;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}
.header-mobile-menu {
display: none;
}
@media (min-width: 768px) {
.menuStyle3 .top-bar .contact-item.header-cta {
justify-content: flex-end;
}
}
@media (max-width: 1199px) {
.menuStyle1 .main-navigation li.menu-item-has-children > .subnav-toggle,
.menuStyle1 .main-navigation li.page_item_has_children > .subnav-toggle,
.menuStyle3 .main-navigation li.menu-item-has-children > .subnav-toggle,
.menuStyle3 .main-navigation li.page_item_has_children > .subnav-toggle {
color: #848484;
}
.menuStyle1 .main-navigation li.menu-item-has-children > a:hover + .subnav-toggle,
.menuStyle1 .main-navigation li.menu-item-has-children > a:focus + .subnav-toggle,
.menuStyle1 .main-navigation li.page_item_has_children > a:hover + .subnav-toggle,
.menuStyle1 .main-navigation li.page_item_has_children > a:focus + .subnav-toggle,
.menuStyle1 .main-navigation ul .subnav-toggle:hover,
.menuStyle3 .main-navigation li.menu-item-has-children > a:hover + .subnav-toggle,
.menuStyle3 .main-navigation li.menu-item-has-children > a:focus + .subnav-toggle,
.menuStyle3 .main-navigation li.page_item_has_children > a:hover + .subnav-toggle,
.menuStyle3 .main-navigation li.page_item_has_children > a:focus + .subnav-toggle,
.menuStyle3 .main-navigation ul .subnav-toggle:hover {
color: #fb397d;
}
.menuStyle4 .main-navigation .menu > li.menu-item-has-children > .subnav-toggle,
.menuStyle4 .main-navigation .menu > li.page_item_has_children > .subnav-toggle {
color: #FFF;
}
.menuStyle4 #site-navigation-sticky-wrapper {
margin: 0 !important;
}
.menuStyle4 .main-navigation {
position: fixed;
padding: 0;
margin: 0 !important;
width: 100%;
max-width: 100%;
}
.menuStyle4 .main-navigation li {
padding-top: 15px;
padding-bottom: 15px;
}
.menuStyle4 .main-navigation li a {
padding: 0;
}
.menuStyle4 .main-navigation .header-cta {
display: block;
position: static;
height: auto;
width: 100%;
}
.menuStyle4 .main-navigation .header-cta:before {
display: none;
}
.menuStyle4 .main-navigation .header-search {
display: none;
}
.menuStyle4 .main-navigation .header-search-cart,
.menuStyle4 .main-navigation .header-cart-link {
margin: 0;
} .ca-header-shadow--mobile {
box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
background-color: #fff;
position: relative;
z-index: 100;
}
.header-mobile-menu {
text-align: right;
display: block;
}
body.mobile-menu-active {
overflow-y: hidden;
}
.main-navigation {
display: block;
background-color: #fff;
padding: 30px 15px 30px;
position: fixed;
width: 100%;
max-width: 100%;
overflow-y: auto;
z-index: 99;
transition: transform 0.2s 0s ease, opacity 0.2s 0s ease, visibility 0s 0.2s linear; top: 0px;
bottom: 0;
left: 0;
margin: 0;
opacity: 0;
visibility: hidden;
pointer-events: none;
transform: scale(0.95);
}
.main-navigation ul {
display: block;
}
.mobile-menu-active .main-navigation {
display: block;
opacity: 1;
visibility: visible;
pointer-events: initial;
transform: scale(1);
transition: transform 0.2s 0s ease, opacity 0.2s 0s ease, visibility 0s 0s linear;
}
.main-navigation {
padding: 0;
}
.main-navigation ul ul {
position: static;
float: none;
padding: 0;
}
.main-navigation ul ul a {
width: 100%;
}
.main-navigation li {
display: block;
position: relative;
border-bottom: 1px solid rgba(25, 25, 25, 0.1);
text-align: center;
}
.main-navigation li:first-of-type {
padding-left: 25px;
}
.main-navigation a {
font-size: 15px;
line-height: 2;
padding: 15px 30px;
}
.main-navigation ul .sub-menu,
.main-navigation ul .children {
display: none;
background: rgba(0, 0, 0, 0.05);
}
.main-navigation ul .sub-menu.open,
.main-navigation ul .children.open {
display: block;
}
.main-navigation ul .sub-menu li,
.main-navigation ul .children li {
border-bottom: none;
}
.main-navigation ul .sub-menu li a,
.main-navigation ul .children li a {
font-size: 13px;
line-height: 2;
padding: 0;
}
.main-navigation ul .sub-menu li a:hover,
.main-navigation ul .sub-menu li a:focus,
.main-navigation ul .children li a:hover,
.main-navigation ul .children li a:focus {
color: #fb397d;
}
.main-navigation ul .subnav-toggle {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
height: 50px;
width: 45px;
top: 0;
right: 0;
text-align: center;
cursor: pointer;
}
.main-navigation ul .sub-menu .subnav-toggle,
.main-navigation ul .children .subnav-toggle {
height: 50px;
}
.main-navigation ul .subnav-toggle:before {
content: "+";
display: inline-block;
color: inherit;
font-size: 20px;
font-weight: 900;
line-height: 60px;
speak: none;
transform: rotate(0deg);
transition: all 0.2s ease;
}
.main-navigation ul .subnav-toggle.open:before {
transform: rotate(-180deg); }
.main-navigation ul .sub-menu .subnav-toggle:before,
.main-navigation ul .children .subnav-toggle:before {
line-height: 50px;
}
.main-navigation li.menu-item-has-children > .subnav-toggle,
.main-navigation li.page_item_has_children > .subnav-toggle {
color: #191919;
} .main-navigation li.menu-item-has-children > a:hover + .subnav-toggle,
.main-navigation li.menu-item-has-children > a:focus + .subnav-toggle,
.main-navigation li.page_item_has_children > a:hover + .subnav-toggle,
.main-navigation li.page_item_has_children > a:focus + .subnav-toggle,
.main-navigation ul .subnav-toggle:hover {
color: #fb397d;
}
.main-navigation ul li a:hover,
.main-navigation ul li.current_page_item > a,
.main-navigation ul li.current-menu-item > a,
.main-navigation ul li.current_page_ancestor > a,
.main-navigation ul li.current-menu-ancestor > a {
color: #fb397d;
text-decoration: none;
} }
.mobile-menu-toggle {
position: relative;
background: transparent;
border: 0;
padding: 15px 20px;
}
.mobile-menu-toggle_lines {
display: block;
position: absolute;
top: 16px;
left: 0;
right: 0;
height: 3px;
background: #191919;
transition: background-color 0.2s;
}
.mobile-menu-toggle_lines:before,
.mobile-menu-toggle_lines:after {
position: absolute;
display: block;
left: 0;
width: 100%;
height: 3px;
background: #191919;
content: "";
-webkit-transition-duration: 0.2s, 0.2s;
transition-duration: 0.2s, 0.2s;
}
.mobile-menu-toggle_lines:before {
top: -10px;
-webkit-transition-property: top, -webkit-transform;
transition-property: top, -webkit-transform;
transition-property: top, transform;
transition-property: top, transform, -webkit-transform;
}
.mobile-menu-toggle_lines:after {
bottom: -10px;
-webkit-transition-property: bottom, -webkit-transform;
transition-property: bottom, -webkit-transform;
transition-property: bottom, transform;
transition-property: bottom, transform, -webkit-transform;
}
.mobile-menu-toggle:hover .mobile-menu-toggle_lines:before,
.mobile-menu-toggle:focus .mobile-menu-toggle_lines:before {
top: -12px;
}
.mobile-menu-toggle:hover .mobile-menu-toggle_lines:after,
.mobile-menu-toggle:focus .mobile-menu-toggle_lines:after {
bottom: -12px;
}
.mobile-menu-active .mobile-menu-toggle .mobile-menu-toggle_lines {
background: rgba(25, 25, 25, 0);
}
.mobile-menu-active .mobile-menu-toggle .mobile-menu-toggle_lines:before {
top: 0;
transform: rotate3d(0, 0, 1, 45deg);
}
.mobile-menu-active .mobile-menu-toggle .mobile-menu-toggle_lines:after {
bottom: 0;
transform: rotate3d(0, 0, 1, -45deg);
} .header-search {
position: relative;
padding-right: 10px !important;
}
.header-search-wrapper {
position: relative;
list-style: none;
}
.header-search-form {
display: none;
position: absolute;
right: 0;
z-index: 14;
top: 32px;
right: 0;
}
.header-search-form .search-submit {
display: none;
}
.main-navigation {
display: flex;
justify-content: flex-end;
}
ul.header-search-cart {
list-style: none;
}
ul.header-search-cart li {
padding: 0;
}
ul.header-search-cart li a {
color: #FFF;
}
ul.header-search-cart .header-search-toggle {
cursor: pointer;
}
ul.header-search-cart .header-cart-link .count {
font-size: 12px;
position: relative;
top: -8px;
left: 2px;
}
@media (max-width: 1199px) {
.menuStyle3 .bottom-bar {
padding: 15px 0px 18px;
}
.menuStyle5 .site-header .last-block,
.menuStyle5 .site-header .contact-us {
margin-top: 10px;
}
.menuStyle5 .site-header .last-block .socials {
padding-top: 6px;
}
.menuStyle5 .site-header .main-navigation ul li a,
.menuStyle5 .main-navigation ul li a:hover,
.menuStyle5 .main-navigation ul li.current_page_item > a,
.menuStyle5 .main-navigation ul li.current-menu-item > a,
.menuStyle5 .main-navigation ul li.current_page_ancestor > a,
.menuStyle5 .main-navigation ul li.current-menu-ancestor > a {
color: #61a0ce;
}
.menuStyle5 .site-header .main-navigation ul li a,
.menuStyle5 .site-header .main-navigation ul li a:hover {
border-bottom: none;
}
.menuStyle6 .site-header .right-content {
margin-top: 20px;
}
.menuStyle6 .site-header .main-navigation .menu li a {
color: #191919;
}
.menuStyle6 .site-header .main-navigation .menu li + li {
margin-left: 0;
}
.menuStyle6 .site-header .main-navigation .menu > ul li + li {
margin-left: 0;
}
}
@media (max-width: 991px) {
.menuStyle5 .last-block .socials {
justify-content: center !important;
}
.menuStyle6 .site-header .top-section ul li + li {
margin-left: 10px;
padding-left: 10px;
}
}
@media (max-width: 600px) {
.menuStyle3 .top-bar {
padding: 15px 0;
}
} .site-title {
font-size: 36px;
margin: 0;
font-weight: 600;
}
.site-title a {
color: #191919;
}
.site-description {
margin: 0;
color: #707070;
}
.site-description:empty {
margin: 0;
} @media (min-width: 769px) {
.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
clear: none;
}
.woocommerce ul.products.columns-5 li.product,
.woocommerce-product-loop ul.products.columns-5 li.product {
width: 33.33333%;
margin: 0;
padding: 0 15px 60px 15px;
}
.woocommerce ul.products.columns-5 li.product:nth-of-type(3n+1),
.woocommerce-product-loop ul.products.columns-5 li.product:nth-of-type(3n+1) {
clear: left;
}
.woocommerce-product-loop:not(.single) .site-content > .container {
padding-left: 30px;
padding-right: 30px;
}
}
@media (max-width: 400px) {
.woocommerce ul.products.columns-5 li.product,
.woocommerce-product-loop ul.products.columns-5 li.product {
width: 100%;
padding: 15px;
}
.woocommerce-product-loop:not(.single) .site-content > .container {
padding-left: 30px;
padding-right: 30px;
}
}
@media (min-width: 1024px) {
.woocommerce ul.products.columns-5 li.product,
.woocommerce-product-loop ul.products.columns-5 li.product {
width: 20%;
margin: 0;
padding: 0 15px 60px 15px;
}
.woocommerce ul.products.columns-5 li.product:nth-of-type(3n+1),
.woocommerce-product-loop ul.products.columns-5 li.product:nth-of-type(3n+1) {
clear: none;
}
.woocommerce-product-loop:not(.single) .site-content > .container {
padding-left: 90px;
padding-right: 90px;
}
.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
clear: left;
}
}
.woocommerce-loop-product__title {
font-size: 16px;
}
.woocommerce ul.products li.product .price {
font-size: 16px;
color: #707070;
}
.woocommerce ul.products li.product a img {
margin-bottom: 30px;
}
.woocommerce ul.products li.product .button {
opacity: 0;
position: absolute;
top: 10px;
right: 25px;
background-color: #f0437e;
color: #fff;
border-radius: 50%;
width: 40px;
height: 40px;
text-align: center;
line-height: 40px;
padding: 0;
margin: 0;
}
.woocommerce ul.products li.product a.added_to_cart {
display: block;
text-align: center;
color: #191919;
font-size: 14px;
text-transform: uppercase;
}
.woocommerce ul.products li.product .onsale {
left: 25px;
top: 10px;
right: auto;
background-color: #333;
margin: 0;
width: 40px;
height: 40px;
text-align: center;
line-height: 40px;
font-size: 12px;
font-weight: 400;
padding: 0;
text-transform: uppercase;
}
.woocommerce ul.products li.product:hover .button {
opacity: 1;
}
.woocommerce-product-loop .products.columns-5 {
margin-left: -15px;
margin-right: -15px;
}
.woocommerce .woocommerce-ordering {
margin-bottom: 50px;
}
.woocommerce .woocommerce-breadcrumb {
color: #bfbfbf;
font-size: 18px;
font-weight: 600;
text-transform: uppercase;
margin-bottom: 50px;
}
.woocommerce .woocommerce-result-count {
margin: 15px 0 0;
text-transform: uppercase;
}
.woocommerce-product-loop:not(.single) .site-content > .container {
width: 100%;
max-width: 100%;
padding: 0 90px;
}
.woocommerce-product-loop .site-main {
padding: 0;
} .woocommerce div.product .product_title {
font-size: 30px;
}
.product .woocommerce-product-gallery {
padding-right: 100px;
}
.product .woocommerce-product-gallery__trigger {
right: 120px !important;
}
.product span.onsale {
left: 15px;
top: 15px;
right: auto;
background-color: #333;
margin: 0;
width: 40px;
height: 40px;
text-align: center;
line-height: 40px;
font-size: 12px;
font-weight: 400;
padding: 0;
text-transform: uppercase;
}
.product .quantity .qty {
padding: 9px 15px;
margin-right: 5px;
}
.product .single_add_to_cart_button.button.alt {
color: #fff;
font-size: 13px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 1px;
border: 2px solid #f0437e;
background-color: #f0437e;
padding: 14px 30px;
border-radius: 2px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
cursor: pointer;
}
.product .single_add_to_cart_button.button.alt:hover {
background-color: #f0437e;
}
.product div.entry-summary p.price,
.product div.entry-summary span.price {
color: #f0437e;
}
.product .woocommerce-tabs.wc-tabs-wrapper {
border-top: 1px solid #d7d7d7;
border-bottom: 1px solid #d7d7d7;
padding: 60px 0;
margin: 60px 0;
}
@media (max-width: 768px) {
.woocommerce .product .woocommerce-product-gallery {
padding-right: 0;
}
.product .woocommerce-product-gallery__trigger {
right: 15px !important;
}
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
text-align: center;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
border: 0;
background-color: transparent;
border-radius: 0;
padding: 0 30px;
border-right: 2px solid #d2d2d2;
border-color: #d2d2d2;
margin: 0 -5px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:last-of-type {
border-right: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
padding: 0;
font-size: 18px;
font-weight: 500;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
background: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
color: #f0437e;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
border: 0;
box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
border: 0;
}
.woocommerce-Tabs-panel {
color: #707070;
}
.related.products h2 {
text-align: center;
margin-bottom: 50px;
font-size: 30px;
} .product-remove a.remove {
color: #d35050 !important;
border: 1px solid #e1e1e1;
border-radius: 0;
width: 40px;
height: 40px;
text-align: center;
line-height: 40px;
margin: 0 auto;
}
.product-remove a.remove:hover {
background-color: #d35050;
}
.woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
width: 100%;
max-width: 100px;
}
.woocommerce table.shop_table {
color: #191919;
border-left: 0;
border-right: 0;
border-color: #d7d7d7;
border-width: 1px;
border-collapse: collapse;
}
.woocommerce table.shop_table a {
color: #191919;
}
.woocommerce table.shop_table .quantity .qty {
width: 3.631em;
text-align: center;
padding: 15px;
width: auto;
max-width: 100px;
}
.woocommerce table.shop_table thead th {
font-size: 16px;
text-transform: uppercase;
color: #191919;
font-weight: 500;
padding-top: 20px;
padding-bottom: 20px;
}
.woocommerce table.shop_table td {
padding-top: 35px;
padding-bottom: 35px;
}
.woocommerce table.shop_table th, .woocommerce table.shop_table td {
border-left: 0;
border-right: 0;
border-color: #d7d7d7;
border-width: 1px;
}
.woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
width: 100%;
max-width: 150px;
}
.woocommerce-cart .cart-collaterals .cart_totals {
margin-top: 70px;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
border-bottom: 0;
border-collapse: collapse;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr:last-of-type {
border-bottom: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals h2 {
font-size: 18px;
text-transform: uppercase;
margin-bottom: 30px;
}
.woocommerce-cart .cart-collaterals .cart_totals td {
font-weight: 600 !important;
}
.woocommerce-cart .cart-collaterals .cart_totals .button {
background-color: #f0437e;
font-size: 14px;
font-weight: 500;
display: table;
float: right;
padding: 18px 50px;
}
.woocommerce-cart .cart-collaterals .cart_totals .button:hover {
background-color: #f0437e;
}
#add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table th {
vertical-align: middle;
font-weight: 400;
} .woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2,
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
max-width: 100%;
}
.woocommerce-checkout #customer_details .woocommerce-input-wrapper {
width: 100%;
}
.woocommerce-checkout .select2-container--default .select2-selection--single {
border-color: #ebebeb;
padding: 10px;
border-radius: 0;
height: auto;
}
.woocommerce-checkout #order_review_heading {
text-align: center;
margin: 50px 0 15px;
}
.woocommerce-checkout button.button.alt {
background-color: #f0437e;
color: #fff;
}
.woocommerce-checkout button.button.alt:hover {
background-color: #f0437e;
color: #fff;
} .woocommerce nav.woocommerce-pagination ul {
border: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
margin: 5px;
border: 0;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers {
width: 40px;
height: 40px;
text-align: center;
line-height: 40px;
padding: 0;
border: 1px solid #ebebeb;
border-radius: 50%;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers.prev, .woocommerce nav.woocommerce-pagination ul li .page-numbers.next {
border: 0;
}  .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: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .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:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget-area {
padding: 30px;
border: 1px solid #ebebeb;
align-self: flex-start;
}
.widget {
margin: 0 0 50px;
color: #707070; }
.widget .widget-title {
font-size: 24px;
margin: 0 0 30px;
}
.widget a {
color: #595959;
}
.widget ul {
padding-left: 0;
list-style: none;
margin: 0;
}
.widget ul li {
padding-bottom: 20px;
}
.widget ul li:last-of-type {
padding-bottom: 0;
}
.widget ul li > ul,
.widget ul .children {
padding-left: 20px;
}
.widget select {
max-width: 100%;
} .widget_categories li {
padding-bottom: 30px;
text-align: right;
overflow: hidden;
}
.widget_categories li a {
float: left;
}
.widget_categories li::before {
margin-right: 15px;
content: ">>";
transition: all 0.3s;
float: left;
}
.widget_categories li:hover::before,
.widget_categories li:hover a {
color: #f0437e;
} .tagcloud a {
line-height: 1;
padding: 10px 20px;
text-transform: uppercase;
color: #595959;
border: 1px solid rgba(0, 0, 0, 0.1);
display: inline-block;
margin: 5px;
} .widget_search .search-field {
background-color: #f7f7f7;
vertical-align: top;
padding-top: 13px;
padding-bottom: 13px;
margin-right: -5px;
width: 100%;
}
.widget_search .search-submit {
display: none;
}
.widget_search .search-form label {
width: 100%;
} .airi_recent_entries .post-date {
color: #f0437e;
font-size: 12px;
font-weight: 500;
letter-spacing: 2px;
text-transform: uppercase;
margin-bottom: 15px;
display: table;
}
.airi_recent_entries h5 {
font-size: 16px;
} .social-widget li a::before,
.social-media-list a:before {
font-family: "Font Awesome 5 Brands";
font-weight: 900;
color: inherit;
}
ul.social-media-list {
margin: -5px;
}
ul.social-media-list li {
float: left;
padding: 0;
margin: 5px;
}
.social-media-list li a,
.social-widget a {
-webkit-backface-visibility: visible;
backface-visibility: visible;
display: inline-block;
}
.social-media-list li a::before,
.social-widget a::before {
display: block;
font-size: 18px;
text-align: center;
color: #ffffff;
width: 50px;
line-height: 50px;
border-radius: 50%;
}
.social-media-list a[href*="twitter.com"]::before {
content: "";
background: #1da1f2;
}
.social-media-list a[href*="facebook.com"]::before {
content: "";
background: #3b5998;
}
.social-media-list a[href*="plus.google.com"]::before {
content: "";
background: #ea4335;
}
.social-media-list a[href*="google.com/+"]::before {
background: #ea4335;
}
.social-media-list a[href*="dribbble.com"]::before {
content: "";
background: #ea4c89;
}
.social-media-list a[href*="pinterest.com"]::before {
content: "";
background: #bd081c;
}
.social-media-list a[href*="youtube.com"]::before {
content: "";
background: #ff0000;
}
.social-media-list a[href*="vimeo.com"]::before {
content: "";
background: #1ab7ea;
}
.social-media-list a[href*="instagram.com"]::before {
content: "";
background: #c32aa3;
}
.social-media-list a[href*="linkedin.com"]::before {
content: "";
background: #007bb5;
}
.social-media-list a[href*="foursquare.com"]::before {
content: "";
background: #f94877;
}
.social-media-list a[href*="tumblr.com"]::before {
content: "";
background: #2c4762;
}
.social-media-list a[href*="deviantart.com"]::before {
content: "";
background: #05cc47;
}
.social-media-list a[href*="weibo.com"]::before {
content: "";
background: #030104;
}
.social-media-list a[href*="xing.com"]::before {
content: "";
background: #015C5D;
}
.social-media-list a[href*="trello.com"]::before {
content: "";
background: #0079BF;
}
.social-media-list a[href*=mailto]::before {
content: "";
background: #EDA57F;
}
.layout-list-2 .widget {
margin-bottom: 30px;
}
.layout-list-2 .widget ul li {
padding-bottom: 18px;
}
.layout-list-2 .widget ul li a {
font-size: 16px;
}
.layout-list-2 .widget_search .search-field {
border-radius: 24.5px;
}
.layout-list-2 .widget_categories li:before {
display: none;
}
.layout-two-columns .widget-area {
border: none;
padding: 0 15px;
}
.layout-two-columns .widget-area .widget .widget-title {
margin-bottom: 23px;
}
.layout-two-columns .widget-area .widget ul li {
padding-bottom: 13px;
}
.layout-two-columns .widget-area .widget.widget_tag_cloud .tagcloud a {
border-color: #ebebeb;
text-transform: initial;
font-size: 14px;
padding: 8px 14px 10px;
margin-right: 4px;
margin-bottom: 9px;
margin-left: 0;
margin-top: 0;
}
.layout-two-columns .widget-area .widget.widget_tag_cloud .tagcloud a:hover {
border-color: #948b3e;
background-color: #948b3e;
color: #fff;
}  .site-content {
padding: 100px 0;
}
.page-template-template_page-builder .site-content {
padding: 0;
}
.sticky {
display: block;
}
.site-main {
padding-right: 30px;
}
.page-template-template_page-builder .site-main {
padding: 0;
}
@media (max-width: 991px) {
.site-main {
padding-right: 0;
}
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
}
.entry-title a {
color: #191919;
}
.entry-title a:hover {
color: #f0437e;
} .single-post .hentry,
.blog-loop .hentry {
border-bottom: 1px solid #ebebeb;
margin-bottom: 60px;
padding-bottom: 60px;
}
.single-post .entry-header,
.blog-loop .entry-header {
margin-bottom: 30px;
}
.single-post .entry-title,
.blog-loop .entry-title {
margin: 20px 0 25px;
font-size: 36px;
}
.single-post .post-thumbnail,
.blog-loop .post-thumbnail {
display: block;
margin-bottom: 35px;
}
.single-post .entry-content p,
.blog-loop .entry-content p {
line-height: 32px;
}
.single-post .entry-content p:last-of-type,
.blog-loop .entry-content p:last-of-type {
margin: 0;
}
.single-post .posted-on,
.blog-loop .posted-on {
display: table;
}
.single-post .posted-on a,
.blog-loop .posted-on a {
color: #f0437e;
font-size: 14px;
font-weight: 500;
letter-spacing: 2px;
text-transform: uppercase;
}
.single-post .entry-meta,
.blog-loop .entry-meta {
color: #bfbfbf;
}
.single-post .entry-meta span,
.blog-loop .entry-meta span {
margin-right: 15px;
}
.single-post .entry-meta span:last-of-type,
.blog-loop .entry-meta span:last-of-type {
margin-right: 0;
}
.single-post .entry-meta .byline,
.blog-loop .entry-meta .byline {
font-size: 14px;
}
.single-post .entry-meta .byline a,
.blog-loop .entry-meta .byline a {
color: #595959;
}
.single-post .entry-meta .comments-number,
.blog-loop .entry-meta .comments-number {
font-size: 12px;
text-transform: uppercase;
}
.single-post .read-more-link,
.blog-loop .read-more-link {
display: table;
font-size: 13px;
font-weight: 600;
color: #191919;
text-transform: uppercase;
margin-top: 30px;
}
.single-post .read-more-link .gt,
.blog-loop .read-more-link .gt {
margin-left: 10px;
color: #f0437e;
}
.layout-masonry .entry-title,
.layout-grid .entry-title,
.layout-list .entry-title {
font-size: 24px;
margin-bottom: 20px;
}
.layout-masonry .post-inner,
.layout-grid .post-inner,
.layout-list .post-inner {
width: 100%;
}
.layout-masonry .hentry,
.layout-grid .hentry {
display: flex;
padding-bottom: 0;
margin: 0;
border: 0;
}
.layout-masonry .post-thumbnail,
.layout-grid .post-thumbnail {
margin-bottom: 30px;
margin: 0 -15px 30px;
}
.layout-masonry .entry-title,
.layout-grid .entry-title {
margin-top: 15px;
}
.layout-masonry .site-main,
.layout-grid .site-main {
padding: 0;
}
.layout-masonry .post-inner,
.layout-grid .post-inner {
box-shadow: 0px 23px 49px 0px rgba(61, 82, 96, 0.15);
margin: 0 0 50px;
}
.layout-masonry .post-info,
.layout-grid .post-info {
padding: 0 30px 30px;
}
@media (max-width: 767px) {
.layout-masonry .post-info,
.layout-grid .post-info {
padding: 0 15px 15px;
}
}
.layout-masonry .entry-header,
.layout-grid .entry-header {
margin-bottom: 0;
}
.layout-list .post-thumbnail {
margin: 0;
}
@media (max-width: 767px) {
.layout-list .post-thumbnail {
margin-bottom: 30px;
}
}
.layout-list .flex {
display: flex;
}
@media (max-width: 767px) {
.layout-list .flex {
display: block;
}
}
.grid-sizer {
width: 33.333333%;
}
@media (max-width: 991px) {
.grid-sizer {
width: 50%;
max-width: 50%;
flex: 0 0 50%;
}
}
.content-area:not(.layout-masonry) .grid-sizer {
display: none;
}
.layout-masonry .row {
margin: 0;
}
.layout-masonry .site-main {
padding: 0;
}
.layout-masonry .hentry {
display: block;
}
.layout-masonry .hentry:first-of-type {
width: 66.666667%;
max-width: 66.666667%;
}
@media (max-width: 991px) {
.layout-masonry .hentry:first-of-type {
width: 50%;
max-width: 50%;
}
}
@media (max-width: 767px) {
.layout-masonry .hentry:first-of-type {
width: 100%;
max-width: 100%;
flex: 0 0 100%;
}
}
.layout-list-2 .site-content {
padding-bottom: 0;
}
.layout-list-2 .content-area article {
border-bottom: none;
padding-right: 20px;
width: 100%;
margin-bottom: 0;
padding-bottom: 52px;
}
.layout-list-2 .content-area article .post-inner {
padding-right: 20px;
padding-bottom: 51px;
border-bottom: 1px solid #ebebeb;
}
.layout-list-2 .content-area article .entry-header {
margin-bottom: 24px;
}
.layout-list-2 .content-area article .entry-header .entry-title {
line-height: 46px;
margin-top: 15px;
margin-bottom: 32px;
}
.layout-list-2 .content-area article .thumbnail {
position: relative;
}
.layout-list-2 .content-area article .thumbnail .post-thumbnail {
margin-bottom: 0;
}
.layout-list-2 .content-area article .thumbnail .post-thumbnail img {
border-radius: 5px;
}
.layout-list-2 .content-area article .thumbnail .post-cat,
.layout-list-2 .content-area article .thumbnail .cat-links a {
background: #0a8ae6;
color: #fff;
border-radius: 2px;
position: absolute;
left: 20px;
bottom: 20px;
padding: 7px 15px;
}
.layout-list-2 .content-area article .entry-meta {
line-height: 18px;
}
.layout-list-2 .content-area article .entry-meta .byline {
font-size: 16px;
}
.layout-list-2 .content-area article .entry-meta .byline a {
color: #191919;
}
.layout-list-2 .content-area article .entry-content {
margin-top: 26px;
}
.layout-list-2 .content-area article .entry-footer .read-more-link {
font-size: 18px;
font-weight: 500;
margin-top: 21px;
text-transform: capitalize;
}
.layout-list-2 .content-area article:last-child {
padding-bottom: 0;
}
.layout-list-2 .content-area article:last-child .post-inner {
border-bottom: none;
}
.layout-list-2 .widget-area {
padding: 0;
border: none;
}
.layout-list-2.single-post .site-content {
padding-bottom: 39px;
}
.layout-list-2.single-post .content-area article .thumbnail .cat-links {
font-size: 12px;
line-height: 12px;
text-transform: uppercase;
}
.layout-two-columns .site-content .content-area .site-main {
padding-right: 40px;
}
.layout-two-columns .site-content .content-area .blog-loop > .row {
margin-left: -25px;
margin-right: -25px;
}
.layout-two-columns .site-content .content-area .blog-loop > .row article {
padding-left: 25px;
padding-right: 25px;
}
.layout-two-columns .site-content .content-area article {
padding-bottom: 0;
margin-bottom: 18px;
border-bottom: none;
}
.layout-two-columns .site-content .content-area article .entry-header {
margin-bottom: 0;
position: relative;
}
.layout-two-columns .site-content .content-area article .entry-header .post-thumbnail {
margin-bottom: 24px;
}
.layout-two-columns .site-content .content-area article .entry-header .first-cat {
background-color: #948b3e;
border-radius: 2px;
color: #fff;
font-size: 12px;
text-transform: initial;
padding: 7px 9px 8px 11px;
position: absolute;
bottom: 20px;
left: 20px;
}
.layout-two-columns .site-content .content-area article .entry-meta i {
color: #948b3e;
margin-right: -2px;
}
.layout-two-columns .site-content .content-area article .entry-meta span {
margin-right: 0;
}
.layout-two-columns .site-content .content-area article .entry-meta span.separator {
margin-left: 3px;
margin-right: 3px;
}
.layout-two-columns .site-content .content-area article .entry-meta .posted-on {
display: inline-block;
}
.layout-two-columns .site-content .content-area article .entry-meta .posted-on a {
text-transform: initial;
letter-spacing: 0;
}
.layout-two-columns .site-content .content-area article .entry-title {
line-height: 30px;
margin-top: 19px;
}
.layout-two-columns .site-content .content-area article .entry-title a:hover {
color: #948b3e;
} .error404 .site-content {
background-color: #f7f7f7;
padding: 120px 0;
}
.error404 .page-title {
font-size: 160px;
font-weight: 600;
}
.error404 .content-area {
width: 100%;
}
.error404 .site-main {
padding: 0;
text-align: center;
} .search-results .page-header span {
color: #b3b3b3;
} .content-area.layout-full {
background-color: #fff;
border: 1px solid #ebebeb;
padding: 100px 200px;
box-shadow: 0px 33px 49px 0px rgba(86, 115, 121, 0.15);
}
@media (max-width: 991px) {
.content-area.layout-full {
padding: 30px;
}
}
.single-post.layout-two-columns .site-content {
padding-bottom: 50px;
}
.single-post.layout-two-columns .site-content .content-area.layout-full {
border: none;
box-shadow: none;
padding: 0 100px;
}
@media (max-width: 991px) {
.single-post.layout-two-columns .site-content .content-area.layout-full {
padding: 30px;
}
}
.single-post.layout-two-columns .site-content .content-area.layout-full .site-main {
padding-right: 0;
}
.single-post.layout-two-columns .site-content .content-area article .entry-header {
margin-bottom: 44px;
text-align: center;
}
.single-post.layout-two-columns .site-content .content-area article .entry-header .entry-title {
line-height: 59px;
margin-top: 34px;
margin-bottom: 14px;
}
.single-post.layout-two-columns .site-content .content-area article .entry-header .cat-links {
background-color: #948b3e;
border-radius: 2px;
font-size: 12px;
text-transform: initial;
padding: 7px 9px 8px 11px;
}
.single-post.layout-two-columns .site-content .content-area article .entry-header .cat-links a {
color: #fff;
}
.single-post.layout-two-columns .site-content .content-area article .entry-meta {
margin-bottom: 42px;
}
.single-post.layout-two-columns .site-content .content-area article .entry-meta .byline {
color: #948b3e;
}
.single-post.layout-two-columns .site-content .content-area article .entry-meta .byline a {
color: #948b3e;
}
.single-post.layout-two-columns .site-content .content-area article .entry-meta .separator {
color: #948b3e;
}
.single-post.layout-two-columns .site-content .content-area article .entry-meta .posted-on a {
color: #948b3e;
}
.single-post.layout-two-columns .site-content .content-area article .entry-footer {
margin-top: 30px;
}
.single-post.layout-two-columns .site-content .content-area .post-navigation {
display: none;
}
.single-post.layout-two-columns .comment-respond {
border-top: none;
padding-top: 0;
margin-top: 47px;
} .woocommerce .content-area {
width: 100%;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
.comment-author img {
border-radius: 50%;
}
.comments-area .comment-body {
margin-bottom: 35px;
}
.comments-area .comments-title {
margin: 0 0 40px;
font-size: 24px;
}
.comments-area .comment-author-name {
margin-bottom: 15px;
}
.comments-area .comment-time {
color: #bfbfbf;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 10px;
}
.comments-area ol {
margin: 0;
padding: 0;
}
.comments-area ol ol {
padding-left: 30px;
margin-left: 100px;
border-left: 1px solid rgba(37, 37, 37, 0.1);
margin-bottom: 50px;
}
.comments-area ol ol .comment-text {
border-left: 0;
}
.comments-area ol ol ol {
padding-left: 0;
margin-left: 0;
border-left: 0;
}
.comments-area .comment-content p {
margin-bottom: 15px;
}
.comments-area .comment {
position: relative;
}
.comments-area .comment-avatar {
position: absolute;
margin: 0;
}
.comments-area .comment-text {
margin-left: 100px;
padding-left: 30px;
border-left: 1px solid rgba(37, 37, 37, 0.1);
}
.comments-area .comment-reply-link {
border: 1px solid rgba(30, 30, 39, 0.2);
border-radius: 25px;
padding: 10px 30px;
line-height: 1;
font-size: 12px;
display: inline-block;
}
.comments-area .comment-reply-link:hover {
background-color: #f0437e;
color: #fff;
}
.comments-area .comment-reply-link,
.comments-area .comment-edit-link {
font-weight: 500;
text-transform: uppercase;
color: #242d2e;
font-size: 12px;
}
.comment-respond {
border-top: 1px solid #ebebeb;
padding-top: 50px;
margin-top: 50px;
margin-bottom: 50px;
}
.comment-form input:not(.submit):not([type=checkbox]) {
width: 100%;
}
.comment-form .comment-form-cookies-consent input {
margin-right: 5px;
}
.comment-form .comment-reply-title {
font-size: 24px;
}
.comment-form.layout-2 {
margin-top: 35px;
}
.comment-form.layout-2 .form-group {
margin-bottom: 19px;
}
.comment-form.layout-2 input,
.comment-form.layout-2 textarea {
border-color: #ebebeb;
border-radius: 5px;
outline: none;
box-shadow: none;
}
.comment-form.layout-2 .form-submit {
margin-top: 40px;
text-align: left;
}
.comment-form.layout-2 .form-submit .btn-main {
display: inline-block;
width: auto;
border-width: 0;
border-radius: 2px;
padding: 13px 33px;
}
.comment-form.layout-2 .form-submit .btn-main:hover {
background-color: #0a8ae6;
color: #fff;
}
.comment-form.layout-3 {
margin-top: 35px;
}
.comment-form.layout-3 .form-group {
margin-bottom: 19px;
}
.comment-form.layout-3 input,
.comment-form.layout-3 textarea {
border-color: #e5e5e5;
outline: none;
box-shadow: none;
padding-top: 12px;
padding-bottom: 12px;
}
.comment-form.layout-3 input:focus,
.comment-form.layout-3 textarea:focus {
border-color: #948b3e;
}
.comment-form.layout-3 .form-submit {
margin-top: 40px;
text-align: left;
}
.comment-form.layout-3 .form-submit .btn-main {
display: inline-block;
width: auto;
border-width: 0;
border-radius: 2px;
padding: 13px 33px;
background-color: #948b3e;
color: #fff;
font-weight: 500;
margin-bottom: 0;
}   .atu-employee-row > .elementor-container {
justify-content: space-between;
} .startup-services .elementor-icon .fas {
color: #9884e7 !important;
background: linear-gradient(to right, #62e8be 0%, #c952eb 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}
.startup-services .elementor-icon .fas::before {
position: static;
}
.business-video .elementor-widget-video .elementor-custom-embed-image-overlay img,
.startup-video .elementor-widget-video .elementor-custom-embed-image-overlay img {
display: none;
}
.business-video .elementor-widget-video .elementor-custom-embed-image-overlay .elementor-custom-embed-play,
.startup-video .elementor-widget-video .elementor-custom-embed-image-overlay .elementor-custom-embed-play {
position: static;
transform: none;
}
.startup-video .elementor-widget-video .elementor-custom-embed-image-overlay i {
background-color: #fff;
text-shadow: none;
color: #35d7a4;
border-radius: 50%;
width: 70px;
height: 70px;
text-align: center;
}
.business-video .elementor-widget-video .elementor-custom-embed-image-overlay i::before,
.startup-video .elementor-widget-video .elementor-custom-embed-image-overlay i::before {
font-size: 24px;
line-height: 70px;
font-family: "Font Awesome 5 Free" !important;
font-weight: 900;
content: "";
display: block;
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
line-height: 70px;
}
.startup-toggle i {
background-color: #f5efec;
width: 30px;
height: 30px;
font-size: 12px;
text-align: center;
line-height: 30px;
}
.startup-subscribe {
display: flex;
}
.startup-subscribe-bottom .startup-subscribe {
display: table;
margin: 0 auto;
}
.startup-subscribe input[type=email] {
font-size: 14px;
min-width: 250px;
padding-top: 11px;
padding-bottom: 11px;
}
.startup-subscribe input[type=submit] {
background-color: #000;
border-color: #000;
padding-top: 11px;
padding-bottom: 11px;
}
.startup-subscribe input[type=submit]:hover {
background-color: transparent;
}
.startup-testimonials .testimonials-section {
max-width: 500px;
}
.startup-testimonials .testimonials-section.style1::before {
display: none;
}
.startup-testimonials .title-wrapper {
position: relative;
}
.startup-testimonials .title-wrapper h3 {
float: left;
}
.startup-testimonials .title-wrapper::after {
display: block;
content: "";
font-family: "Fontawesome";
color: #191919;
opacity: 0.1;
font-size: 35px;
margin-bottom: 45px;
line-height: 1;
text-align: right;
}
.startup-testimonials .athemes-slick-slider {
clear: left;
}
.startup-testimonials p {
margin-bottom: 40px;
} .beauty-overlapped {
align-self: center;
}
.beauty-gallery .gallery-item:hover img {
opacity: 0.4;
}
.beauty-gallery .gallery-item img {
transition: opacity 0.3s;
}
.beauty-contact p.contact-name, .beauty-contact p.contact-date {
padding-right: 15px;
}
.beauty-contact p:not(.contact-button) {
width: 50%;
float: left;
}
.beauty-contact p:not(.contact-button) input,
.beauty-contact p:not(.contact-button) select {
width: 100%;
}
.beauty-contact p.contact-button {
clear: left;
margin-top: 30px;
float: left;
}
.beauty-contact p.contact-button input {
background-color: #fc9a92;
border-color: #fc9a92;
border-radius: 25px 25px 25px 25px;
}
.beauty-contact p.contact-button input:hover {
background-color: transparent;
color: #fc9a92;
}
.beauty-contact p select {
padding: 17px 20px;
}
.hover-white-style:hover .elementor-icon-box-wrapper .elementor-icon-box-icon i {
color: #fff;
}
.hover-white-style:hover .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title {
color: #fff !important;
}
.hover-white-style:hover .elementor-icon-box-wrapper .elementor-icon-box-description {
color: #fff !important;
}
.counter-layout .elementor-icon-box-wrapper {
position: relative;
}
.counter-layout .elementor-icon-box-wrapper .elementor-icon-box-icon {
position: absolute;
margin: 0;
right: 0;
}
.counter-layout .elementor-icon-box-wrapper .elementor-icon-box-content {
display: flex;
align-items: center;
justify-content: center;
}
.counter-layout .elementor-icon-box-wrapper .elementor-icon-box-title {
margin-right: 16px;
margin-bottom: 0;
}
.hover-slide-up {
transition: all 0.3s;
}
.hover-slide-up:hover {
transform: translateY(-10px);
}  .pricing-section {
text-align: center;
}
.plan-icon {
color: #e64e4e;
font-size: 32px;
line-height: 1;
}
.plan-price {
color: #333;
font-size: 42px;
font-weight: 700;
line-height: 1;
margin-bottom: 30px;
position: relative;
z-index: 11;
}
.plan-price span {
color: #bfbfbf;
font-size: 16px;
margin: 0 2px;
font-weight: 400;
}
.plan-price .currency {
color: #35d7a4;
font-size: 24px;
}
.plan-feature {
padding: 10px;
color: #595959;
}
.plan-feature i {
margin-right: 5px;
color: #35d7a4;
}
.plan-item {
padding: 30px;
margin: 15px;
background-color: #fff;
-webkit-transition: all 0.4s;
transition: all 0.4s;
}
.plan-btn {
margin-top: 30px;
}
.pricing-section {
background-color: #fff;
}
.pricing-section .plan-header {
margin-bottom: 30px;
}
.pricing-section .plan-header-inner {
border-bottom: 1px solid #ebebeb;
}
.pricing-section h4 {
margin: 0 0 5px;
color: #191919;
font-size: 18px;
}
.pricing-section .plan-price {
margin-bottom: 15px;
color: #35d7a4;
font-weight: 600;
font-size: 48px;
}
.pricing-section .plan-price span:first-of-type {
vertical-align: top;
margin-top: 5px;
display: inline-block;
}
.pricing-section .plan-item.featured-plan .plan-header {
background-color: #e64e4e;
}
.pricing-section .elementor-button {
font-size: 13px;
text-transform: uppercase;
color: #191919;
border: 2px solid transparent;
}
.startup-pricing .pricing-section .elementor-button {
border-image: linear-gradient(45deg, #62e8be 0%, #c952eb 100%);
border-image-slice: 1;
font-weight: 600;
background-color: transparent;
}
.pricing-section .elementor-button:visited, .pricing-section .elementor-button:focus {
color: #191919;
}
.startup-pricing .pricing-section .elementor-button:hover {
background: linear-gradient(45deg, #62e8be 0%, #c952eb 100%);
color: #fff;
}
.pricing-section .plan-item .roll-button:hover {
color: #47425d;
background-color: transparent;
}
.pricing-section .plan-item-inner {
border: 1px solid #ebebeb;
padding: 30px;
}
.beauty-pricing .pricing-section .plan-item-inner {
padding-bottom: 50px;
}
.pricing-section .plan-item {
padding: 0;
margin-top: 0;
}
.pricing-section .featured-plan .plan-item-inner {
box-shadow: 0 20px 32px -8px rgba(0, 0, 0, 0.1);
} .employee .team-inner {
background-color: #fff;
position: relative;
text-align: center;
}
.employee .team-item .team-pop .name {
font-size: 16px;
font-weight: 600;
color: #fff;
padding: 10px 0;
}
.employee .team-item .team-pop .pos {
font-style: italic;
}
.employee .team-item .team-pop .team-info {
top: 30%;
position: relative;
width: 100%;
}
.employee .team-item .pop-overlay {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
padding: 10px;
z-index: 10;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
transition: all 1s;
}
.employee .team-item .team-social {
text-align: center;
padding: 17px 0 0;
margin: 0;
}
.employee .team-item .team-social li {
display: inline-block;
}
.employee .team-social li a {
font-size: 16px;
display: block;
margin-left: 5px;
border-radius: 50%;
transition: all 0.3s;
color: #fff;
background-color: rgba(255, 255, 255, 0.2);
width: 40px;
height: 40px;
line-height: 40px;
}
.employee .team-item .team-social li:first-child a {
margin-left: 0;
}
.employee .team-item .team-pop {
color: #fff;
z-index: 20;
width: 100%;
height: 100%;
padding: 0 10px;
cursor: pointer;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
transition: all 0.3s;
}
.employee .team-item:hover > .team-inner .team-pop {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.2);
}
.employee .team-item:hover > .team-inner .pop-overlay {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
}
.employee .team-content {
text-align: center;
padding: 30px 15px;
background-color: #fff;
box-shadow: 0 20px 35px -10px rgba(0, 0, 0, 0.15);
}
.employee .team-content .name {
font-size: 20px;
font-weight: 500;
color: #191919;
}
.employee .team-content .pos {
color: #62e8be;
}
.employee .avatar::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(45deg, #62e8be 0%, #c952eb 100%);
opacity: 0;
transition: all 0.1s;
}
.employee .team-item:hover .avatar::after {
animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.2);
opacity: 0.9;
}
.employee .team-social {
opacity: 0;
position: absolute;
-webkit-transition: all 0.5s;
transition: 0.5s all 0.2s;
width: 100%;
top: 50%;
transform: translateY(-50%);
left: 0;
}
.employee .team-item:hover .team-social {
opacity: 1;
}
.employee .team-item .team-social li:hover a {
background-color: #fff;
color: #62e8be;
} .athemes-slick-slider {
padding: 0;
margin: 0;
}
.testimonials-section {
position: relative;
}
.testimonials-section.style1:before {
display: block;
content: "";
font-family: "Fontawesome";
color: #f0437e;
font-size: 35px;
margin-bottom: 45px;
line-height: 1;
}
.testimonials-section.style2 {
text-align: center;
margin-bottom: 50px;
}
.testimonials-section.style2 .testimonials-arrows {
display: none;
}
.testimonials-section.style2 .athemes-testimonials-carousel {
max-width: 1000px;
margin: 0 auto;
}
.testimonials-section.style2 p {
font-size: 24px;
}
.testimonials-section.style3 .testimonial-image-wrapper {
width: 30%;
float: left;
}
.testimonials-section.style3 .testimonial-image-wrapper img {
border-radius: 50%;
}
.testimonials-section.style3 .testimonial-content-wrapper {
width: 70%;
float: left;
}
.testimonials-section.style3 .testimonial-content-wrapper:before {
display: block;
content: "";
font-family: "Fontawesome";
color: #fc9a92;
font-size: 35px;
margin-bottom: 30px;
line-height: 1;
}
.testimonials-section.style3 .testimonial-content-wrapper h4 {
margin-top: 0;
}
.testimonials-section.style3 .testimonial-name-wrapper {
margin-left: 0;
padding-left: 0;
}
.testimonials-section.style3 .title-wrapper {
margin-bottom: 30px;
text-align: center;
}
.testimonials-section.style3 p {
margin-bottom: 25px;
}
.testimonial-info .testimonial-image-wrapper {
max-width: 80px;
float: left;
}
.testimonial-info .testimonial-image-wrapper img {
border-radius: 50%;
}
.testimonial-info .testimonial-name-wrapper {
width: 100%;
margin-left: -90px;
padding-left: 120px;
float: left;
}
.testimonial-info .testimonial-name-wrapper h4 {
font-size: 22px;
margin: 15px 0 10px;
line-height: 1;
}
.testimonial-info .testimonial-name-wrapper .testimonial-position {
color: #bfbfbf;
font-size: 14px;
line-height: 1;
}
.business-testimonials {
max-width: 500px;
}
.testimonials-arrows {
position: absolute;
bottom: 30px;
right: 0;
font-size: 30px;
}
.testimonials-arrows div {
width: 50%;
float: left;
color: #bfbfbf;
cursor: pointer;
transition: color 0.3s;
}
.testimonials-arrows div:hover {
color: #191919;
}
.testimonials-arrows div:first-of-type {
padding-right: 20px;
}
.athemes-testimonials-carousel-nav {
max-width: 700px;
margin: 0 auto;
}
.athemes-testimonials-carousel-nav .testimonial-info > div {
float: none;
padding: 0;
margin: 0;
text-align: center;
margin: 0 auto;
}
.athemes-testimonials-carousel-nav .testimonial-info .testimonial-image-wrapper {
max-width: 50px;
}
.athemes-testimonials-carousel-nav .testimonial-info .testimonial-name-wrapper {
text-transform: uppercase;
font-weight: 500;
}
.athemes-testimonials-carousel-nav .testimonial-info .testimonial-name-wrapper h4 {
font-size: 11px;
}
.athemes-testimonials-carousel-nav .slick-current .testimonial-image-wrapper {
max-width: 80px;
}
.athemes-testimonials-carousel-nav .slick-current .testimonial-name-wrapper h4 {
font-size: 14px;
} .airi-course .course-entry {
margin-top: 20px;
}
.airi-course .course-entry:hover .course-entry-inner {
box-shadow: 0px 21px 51.3px 5.7px rgba(23, 31, 44, 0.15);
}
.airi-course .course-entry:hover .course-cover {
margin: -20px -20px 20px;
}
.airi-course .course-entry .course-entry-inner {
border: 1px solid #ebebeb;
padding: 20px;
border-radius: 20px;
transition: all 0.3s;
}
.airi-course .course-entry h3 {
font-size: 24px;
}
.airi-course .course-entry h3 a {
color: #191919;
}
.airi-course .course-entry .course-cover {
margin: -40px 0 20px;
transition: all 0.3s;
}
.airi-course .course-entry .fas {
color: #bfbfbf;
font-size: 14px;
margin-right: 5px;
}
.airi-course .course-entry .course-meta-data {
border-top: 1px solid rgba(0, 0, 0, 0.1);
padding-top: 20px;
margin-top: 25px;
}
.airi-course .course-entry .course-meta-data div {
display: inline-block;
}
.airi-course .course-entry .course-meta-data .course-lesson-number,
.airi-course .course-entry .course-meta-data .course-student-number {
float: right;
}
.airi-course .course-entry .course-meta-data .course-lesson-number {
margin-right: 20px;
}
.airi-course .course-entry img {
border-radius: 20px;
}
.airi-course .course-instructor {
color: #bfbfbf;
}
.airi-course .course-instructor a {
color: #bfbfbf;
}
.airi-course .free-course-label {
color: #1eaf12;
text-transform: uppercase;
font-weight: 500;
}
.airi-course .paid-course-label {
color: #ed1c24;
font-weight: 500;
}
.airi-course .review-stars.filled {
position: relative;
display: table;
letter-spacing: 4px;
}
.airi-course .review-stars.filled div::before {
content: "";
font-family: "Fontawesome";
color: #1eaf12;
overflow: hidden;
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.airi-course .review-stars.filled div {
position: absolute;
top: 0;
left: 0;
}
.airi-course .review-stars.filled::before {
content: "";
font-family: "Fontawesome";
color: #1eaf12;
} .elementor-widget-athemes-image-icon-box { }
.elementor-widget-athemes-image-icon-box figure {
position: relative;
}
.elementor-widget-athemes-image-icon-box p:last-of-type {
margin-bottom: 0;
}
.elementor-widget-athemes-image-icon-box .elementor-image-box-content {
margin-top: 30px;
}
.elementor-widget-athemes-image-icon-box .elementor-image-box-content h3 {
margin-bottom: 20px;
}
.elementor-widget-athemes-image-icon-box .icon-wrapper {
position: absolute;
bottom: 0;
left: 0;
background-color: #f7f7f7;
text-align: center;
height: 82px;
width: 100px;
line-height: 100px;
transition: all 0.3s;
}
.elementor-widget-athemes-image-icon-box .icon-wrapper::after {
content: "";
position: absolute;
right: -100%;
width: 100%;
height: 0;
border-top: 82px solid transparent;
border-left: 25px solid #f7f7f7;
transition: all 0.3s;
}
.elementor-widget-athemes-image-icon-box .icon-wrapper i {
font-size: 30px;
color: #f89121;
}
.elementor-widget-athemes-image-icon-box:hover .icon-wrapper {
background-color: #f89121;
}
.elementor-widget-athemes-image-icon-box:hover .icon-wrapper::after {
border-left: 25px solid #f89121;
}
.elementor-widget-athemes-image-icon-box:hover .icon-wrapper i {
color: #fff;
}
.elementor-widget-athemes-image-icon-box .feature-link {
display: table;
text-transform: uppercase;
color: #bfbfbf;
font-size: 13px;
margin-top: 20px;
letter-spacing: 1px;
}
.elementor-widget-athemes-image-icon-box .feature-link:hover {
color: #f89121;
}
.elementor-widget-athemes-image-icon-box[data-element_type*="athemes-image-icon-box.airi_image_icon_skin"] .elementor-image-box-wrapper {
padding: 30px;
display: flex;
align-items: center;
border: 1px solid #ebebeb;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-color: #fff;
transition: box-shadow 0.3s;
}
.elementor-widget-athemes-image-icon-box[data-element_type*="athemes-image-icon-box.airi_image_icon_skin"] .elementor-image-box-wrapper:hover {
box-shadow: 0 25px 40px -15px rgba(0, 0, 0, 0.1);
border-color: transparent;
}
.elementor-widget-athemes-image-icon-box[data-element_type*="athemes-image-icon-box.airi_image_icon_skin"] .icon-wrapper {
position: relative;
left: -50px;
width: 150px;
flex: 0 0 125px;
}
.elementor-widget-athemes-image-icon-box[data-element_type*="athemes-image-icon-box.airi_image_icon_skin"] .icon-wrapper i {
font-size: 48px;
}
.elementor-widget-athemes-image-icon-box[data-element_type*="athemes-image-icon-box.airi_image_icon_skin"] .elementor-image-box-content {
width: 100%;
display: inline-block;
padding-left: 25px;
margin-top: 0;
} .athemes-project-wrap .loading-notice {
display: none;
text-align: center;
font-size: 36px;
color: #bfbfbf;
}
.athemes-project-wrap .roll-project.loading .loading-notice {
display: block;
}
.athemes-project-wrap .roll-project.loading .isotope-container {
display: none;
}
.athemes-project-wrap .project-filter {
margin: 0 auto 45px;
padding: 0;
list-style: none;
display: table;
}
.athemes-project-wrap .project-filter li {
float: left;
}
.athemes-project-wrap .project-filter li a {
display: block;
padding: 15px 30px;
border: 1px solid #ebebeb;
border-right: 0;
line-height: 1;
color: #bfbfbf;
}
.athemes-project-wrap .project-filter li a:hover, .athemes-project-wrap .project-filter li a.active {
color: #fff;
background-color: #35d7a4;
}
.athemes-project-wrap .project-filter li:first-of-type a {
border-top-left-radius: 30px;
border-bottom-left-radius: 30px;
}
.athemes-project-wrap .project-filter li:last-of-type a {
border-right: 1px solid #ebebeb;
border-top-right-radius: 30px;
border-bottom-right-radius: 30px;
}
.athemes-project-wrap .project-item {
width: 33.333333%;
padding: 15px;
}
@media (max-width: 767px) {
.athemes-project-wrap .project-item {
width: 50%;
padding: 5px;
}
}
.athemes-project-wrap .project-item .project-inner {
position: relative;
display: flex;
align-items: center;
}
.athemes-project-wrap .project-item .project-info {
position: absolute;
width: 100%;
text-align: center;
opacity: 0;
z-index: 11;
transition: all 0.3s;
}
.athemes-project-wrap .project-item .project-info h3 {
font-size: 36px;
color: #191919;
}
.athemes-project-wrap .project-item .project-info h3 a {
color: #191919;
}
.athemes-project-wrap .project-item .project-info span {
font-size: 14px;
}
.athemes-project-wrap .project-item::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
background-color: rgba(255, 255, 255, 0.9);
transition: all 0.3s;
z-index: 0;
}
.athemes-project-wrap .project-item:hover .project-info {
opacity: 1;
}
.athemes-project-wrap .project-item:hover::after {
opacity: 1;
} .shop-cats-grid {
height: 1200px;
max-width: 1770px;
margin: 0 auto;
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(3, 1fr);
grid-gap: 30px;
}
@media (max-width: 767px) {
.shop-cats-grid {
height: auto;
display: block;
}
}
.shop-cats-grid .cats-grid-item {
padding: 30px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
min-width: 0;
}
.shop-cats-grid .cats-grid-item.item1 {
grid-column: 1/span 2;
grid-row: 1/span 1;
}
.shop-cats-grid .cats-grid-item.item2 {
grid-column: 3/span 1;
grid-row: 1/span 2;
}
.shop-cats-grid .cats-grid-item.item3 {
grid-column: 1/span 1;
grid-row: 2/span 2;
}
.shop-cats-grid .cats-grid-item.item4 {
grid-column: 2/span 1;
grid-row: 2/span 1;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
border: 2px solid #e55454;
}
.shop-cats-grid .cats-grid-item.item5 {
grid-column: 2/span 2;
grid-row: 3/span 1;
}
.shop-cats-grid .cats-grid-item .grid-item-label {
display: inline-block;
padding: 18px 35px;
background-color: #fff;
border-radius: 30px;
text-transform: uppercase;
font-size: 18px;
color: #191919;
line-height: 1;
font-weight: 500;
min-width: 150px;
text-align: center;
}
.shop-cats-grid .cats-grid-item .grid-item-inner h4 {
font-size: 42px;
color: #e55454;
}
.shop-cats-grid .cats-grid-item .grid-item-inner h5 {
font-size: 18px;
color: #191919;
letter-spacing: 3px;
text-transform: uppercase;
margin: 0;
}
.shop-cats-grid .cats-grid-item .elementor-button {
background-color: #e55454;
text-transform: uppercase;
font-weight: 400;
font-size: 14px;
letter-spacing: 1px;
border-radius: 25px;
margin-top: 40px;
padding-left: 30px;
padding-right: 30px;
}
@media (max-width: 767px) {
.shop-cats-grid .cats-grid-item {
min-height: 130px;
margin-bottom: 15px;
}
} .single-post .entry-meta .cat-links a,
.post-cat {
background-color: #eff1f4;
color: #bfbfbf;
text-transform: uppercase;
font-size: 12px;
font-weight: 500;
padding: 9px 15px;
line-height: 1;
border-radius: 15px;
display: inline-block;
}
.single-post .entry-meta .cat-links a:hover,
.post-cat:hover {
color: #1c1c1c;
}
.athemes-blog:not(.airi_athemes_blog_skin) .post-item {
box-shadow: 0px 23px 49px 0px rgba(61, 82, 96, 0.15);
margin-bottom: 15px;
}
.athemes-blog:not(.airi_athemes_blog_skin) .post-content {
padding: 30px;
background-color: #fff;
}
.athemes-blog:not(.airi_athemes_blog_skin) .byline {
float: right;
color: #bfbfbf;
font-size: 14px;
font-weight: 500;
}
.athemes-blog:not(.airi_athemes_blog_skin) .byline a {
color: #595959;
}
.athemes-blog:not(.airi_athemes_blog_skin) .byline a:hover {
color: #f0437e;
}
.athemes-blog:not(.airi_athemes_blog_skin) .posted-on {
margin-bottom: 15px;
display: table;
}
.athemes-blog:not(.airi_athemes_blog_skin) .posted-on a {
color: #f0437e;
font-size: 14px;
font-weight: 500;
letter-spacing: 2px;
text-transform: uppercase;
}
.athemes-blog:not(.airi_athemes_blog_skin) .entry-title {
font-size: 24px;
font-weight: 500;
margin: 0 0 25px;
}
.athemes-blog:not(.airi_athemes_blog_skin) .entry-title a {
color: #191919;
}
.airi_athemes_blog_skin .post-item {
margin-bottom: 45px;
}
.airi_athemes_blog_skin .post-item:last-of-type {
margin-bottom: 0;
}
@media (max-width: 767px) {
.airi_athemes_blog_skin .post-item img {
margin-bottom: 30px;
}
}
.airi_athemes_blog_skin .post-item .read-more {
text-transform: uppercase;
font-weight: 600;
color: #bfbfbf;
font-size: 13px;
display: block;
margin-top: 15px;
letter-spacing: 1px;
}
.airi_athemes_blog_skin .post-item .read-more:hover {
color: #f89121;
}
.airi_athemes_blog_skin .post-item .entry-title {
font-size: 18px;
margin: 0 0 12px;
text-transform: uppercase;
}
.airi_athemes_blog_skin .post-item .entry-title a {
color: #0e304e;
}
.airi_athemes_blog_skin .post-item.large-post {
margin-bottom: 0;
}
@media (max-width: 767px) {
.airi_athemes_blog_skin .post-item.large-post {
margin-bottom: 30px;
}
}
@media (max-width: 767px) {
.airi_athemes_blog_skin .post-item.large-post img {
margin-bottom: 0;
}
}
.airi_athemes_blog_skin .post-item.large-post .entry-title {
font-size: 24px;
}
.airi_athemes_blog_skin .post-item.large-post .entry-thumb {
margin-bottom: 30px;
}
.airi_athemes_blog_skin .post-item .posted-on {
display: block;
margin-bottom: 15px;
}
.airi_athemes_blog_skin .post-item .posted-on a {
color: #bfbfbf;
font-size: 14px;
} .athemes-blog.airi_athemes_blog_skin_2 .entry-title {
margin: 15px 0 25px 0;
}
.athemes-blog.airi_athemes_blog_skin_2 .posted-on {
display: inline-block;
margin: 0;
}
.athemes-blog.airi_athemes_blog_skin_2 .post-cat {
display: inline-block;
padding: 0;
background-color: transparent;
}
.athemes-blog.airi_athemes_blog_skin_2 .sol {
color: #fc9a92;
margin: 0 5px;
}
.athemes-blog.airi_athemes_blog_skin_2 .posted-on a,
.athemes-blog.airi_athemes_blog_skin_2 .post-cat {
color: #fc9a92;
font-size: 14px;
font-weight: 500;
letter-spacing: 1px;
}
.athemes-blog.airi_athemes_blog_skin_2 .comments-number {
font-size: 12px;
color: #bfbfbf;
font-weight: 500;
text-transform: uppercase;
} .athemes-blog.airi_athemes_blog_skin_3 .post-content {
padding: 30px 0 0;
}
.athemes-blog.airi_athemes_blog_skin_3 .post-item {
box-shadow: none;
}
.athemes-blog.airi_athemes_blog_skin_3 .post-cat {
display: inline-block;
padding: 0;
background-color: transparent;
color: #1eaf12;
margin: 0 0 15px;
}
.athemes-blog.airi_athemes_blog_skin_3 .entry-title {
font-size: 18px;
margin: 0 0 20px;
}
.athemes-blog.airi_athemes_blog_skin_3 .entry-title a:hover {
color: #1eaf12;
}
.athemes-blog.airi_athemes_blog_skin_3 .comments-number {
color: #bfbfbf;
display: inline-block;
}
.athemes-blog.airi_athemes_blog_skin_3 .posted-on {
display: inline-block;
}
.athemes-blog.airi_athemes_blog_skin_3 .posted-on a {
color: #bfbfbf;
text-transform: none;
letter-spacing: 0;
}
.athemes-blog.airi_athemes_blog_skin_3 .vert {
color: #bfbfbf;
padding: 0 15px;
} .athemes-blog.airi_athemes_blog_skin_4 .post-item {
box-shadow: none;
transition: all 0.3s;
margin-bottom: 15px;
}
.athemes-blog.airi_athemes_blog_skin_4 .post-item:hover {
box-shadow: 0px 12px 45px 0px rgba(61, 82, 96, 0.15);
}
.athemes-blog.airi_athemes_blog_skin_4 .post-content {
min-height: 270px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
position: relative;
z-index: 11;
}
.athemes-blog.airi_athemes_blog_skin_4 .post-content::after {
background-color: rgba(0, 0, 0, 0.25);
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.athemes-blog.airi_athemes_blog_skin_4 .entry-title {
font-weight: 600;
margin: 0;
}
.athemes-blog.airi_athemes_blog_skin_4 .entry-title a {
color: #fff;
}
.athemes-blog.airi_athemes_blog_skin_4 .post-info {
position: absolute;
bottom: 30px;
left: 30px;
right: 30px;
}
.athemes-blog.airi_athemes_blog_skin_4 .post-cat {
display: inline-block;
padding: 0;
background-color: transparent;
color: #fff;
margin: 0 0 10px;
letter-spacing: 1px;
}
.athemes-blog.airi_athemes_blog_skin_4 .posted-on {
background-color: #d7af50;
float: right;
color: #fff;
font-weight: 600;
padding: 5px 8px;
}
.athemes-blog.airi_athemes_blog_skin_4 .posted-on span {
display: block;
line-height: 1;
text-align: center;
}
.athemes-blog.airi_athemes_blog_skin_4 .posted-on span:first-of-type {
font-size: 24px;
}
.athemes-blog.airi_athemes_blog_skin_4 .posted-on span:last-of-type {
font-size: 16px;
text-transform: uppercase;
} .athemes-blog.airi_athemes_blog_skin_6 .post-item {
box-shadow: none;
}
.athemes-blog.airi_athemes_blog_skin_6 .post-item .thumbnail {
margin-bottom: 24px;
overflow: hidden;
}
.athemes-blog.airi_athemes_blog_skin_6 .post-item .thumbnail img {
border-radius: 5px;
transition: all 0.6s;
}
.athemes-blog.airi_athemes_blog_skin_6 .post-item .thumbnail:hover img {
transform: scale(1.05);
}
.athemes-blog.airi_athemes_blog_skin_6 .post-item .post-content {
padding: 0;
background: transparent;
}
.athemes-blog.airi_athemes_blog_skin_6 .post-item .post-content .posted-on {
text-transform: uppercase;
font-weight: 500;
margin-bottom: 5px;
}
.athemes-blog.airi_athemes_blog_skin_6 .post-item .post-content .posted-on a {
color: #0a8ae6;
font-family: "Work Sans", sans-serif;
font-size: 14px;
letter-spacing: 2px;
}
.athemes-blog.airi_athemes_blog_skin_6 .post-item .post-content .entry-title {
font-size: 24px;
font-weight: 600;
line-height: 30px;
margin-bottom: 22px;
}
.athemes-blog.airi_athemes_blog_skin_6 .post-item .post-content .entry-title a {
color: #191919;
border-bottom: 1px solid transparent;
}
.athemes-blog.airi_athemes_blog_skin_6 .post-item .post-content .entry-title a:hover {
border-bottom-color: #191919;
}
.athemes-blog.airi_athemes_blog_skin_6 .post-item .first-cat {
font-family: "Work Sans", sans-serif;
background-color: #0a8ae6;
color: #fff;
display: inline-block;
border-radius: 2px;
font-size: 12px;
text-transform: uppercase;
font-weight: 400;
padding: 7px 13px;
} .athemes-hero-wrapper .slick-slide {
height: 500px;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.athemes-hero-wrapper .elementor-slick-slider ul.slick-dots li {
margin: 3px;
width: 12px;
height: 12px;
}
.athemes-hero-wrapper .elementor-slick-slider ul.slick-dots li button {
background: #adadad;
padding: 0;
border-radius: 0;
width: 12px;
height: 12px;
}
.athemes-hero-wrapper .elementor-slick-slider ul.slick-dots li button:before {
display: none;
}
.athemes-hero-wrapper .elementor-slick-slider ul.slick-dots li.slick-active button {
background: #1c1c1c;
}
.athemes-hero-wrapper .slide-title {
margin-bottom: 30px;
}
.athemes-hero-wrapper .button {
margin-top: 45px;
padding-left: 48px;
padding-right: 48px;
display: inline-block;
}
.athemes-hero-wrapper .slide-inner {
display: flex;
height: 100%;
align-items: center;
padding-left: 60px;
}
.athemes-hero-wrapper .elementor-slick-slider ul.slick-dots {
bottom: 25px;
} .footer-widgets {
padding-top: 80px;
padding-bottom: 80px;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
border-top: 1px solid #ebebeb;
}
.sidebar-column .widget:last-of-type {
margin-bottom: 0;
}
.sidebar-column .widget-title {
font-size: 20px;
margin: 0 0 40px;
}
.site-info {
padding-top: 15px;
padding-bottom: 15px;
color: #595959;
font-size: 13px;
text-transform: uppercase;
border-top: 1px solid #ebebeb;
}
.site-info a {
color: #595959;
}  .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-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.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;
}.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-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-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.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-box-tissue:before{content:"\e05b"}.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-cloudflare:before{content:"\e07d"}.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-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.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-disease:before{content:"\f7fa"}.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-edge-legacy:before{content:"\e078"}.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-faucet:before{content:"\e005"}.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:"\e007"}.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-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-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-guilded:before{content:"\e07e"}.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-medical:before{content:"\e05c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.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-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.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-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-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-hive:before{content:"\e07f"}.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-hospital-user:before{content:"\f80d"}.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-house-user:before{content:"\e065"}.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:"\e013"}.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-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-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-house:before{content:"\e066"}.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-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.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:"\e01a"}.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-mixer:before{content:"\e056"}.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-octopus-deploy:before{content:"\e082"}.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-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.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:"\e01e"}.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-plane-slash:before{content:"\e069"}.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-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.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-rust:before{content:"\e07a"}.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-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.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-sink:before{content:"\e06d"}.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-soap:before{content:"\e06e"}.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-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.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-tiktok:before{content:"\e07b"}.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-toilet-paper-slash:before{content:"\e072"}.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:"\e041"}.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-uncharted:before{content:"\e084"}.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:"\e049"}.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-users-slash:before{content:"\e073"}.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-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.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-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.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-watchman-monitoring:before{content:"\e087"}.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-wodu:before{content:"\e088"}.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:400;font-display:block;src:url(//seal-project.eu/wp-content/themes/airi/css/font-awesome/webfonts/fa-brands-400.eot);src:url(//seal-project.eu/wp-content/themes/airi/css/font-awesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(//seal-project.eu/wp-content/themes/airi/css/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//seal-project.eu/wp-content/themes/airi/css/font-awesome/webfonts/fa-brands-400.woff) format("woff"),url(//seal-project.eu/wp-content/themes/airi/css/font-awesome/webfonts/fa-brands-400.ttf) format("truetype"),url(//seal-project.eu/wp-content/themes/airi/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:block;src:url(//seal-project.eu/wp-content/themes/airi/css/font-awesome/webfonts/fa-regular-400.eot);src:url(//seal-project.eu/wp-content/themes/airi/css/font-awesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(//seal-project.eu/wp-content/themes/airi/css/font-awesome/webfonts/fa-regular-400.woff2) format("woff2"),url(//seal-project.eu/wp-content/themes/airi/css/font-awesome/webfonts/fa-regular-400.woff) format("woff"),url(//seal-project.eu/wp-content/themes/airi/css/font-awesome/webfonts/fa-regular-400.ttf) format("truetype"),url(//seal-project.eu/wp-content/themes/airi/css/font-awesome/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.fab,.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(//seal-project.eu/wp-content/themes/airi/css/font-awesome/webfonts/fa-solid-900.eot);src:url(//seal-project.eu/wp-content/themes/airi/css/font-awesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(//seal-project.eu/wp-content/themes/airi/css/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//seal-project.eu/wp-content/themes/airi/css/font-awesome/webfonts/fa-solid-900.woff) format("woff"),url(//seal-project.eu/wp-content/themes/airi/css/font-awesome/webfonts/fa-solid-900.ttf) format("truetype"),url(//seal-project.eu/wp-content/themes/airi/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 screen and ( min-width: 782px ){
body.admin-bar .mobmenu, body.admin-bar .mobmenu-panel, .show-nav-left.admin-bar .mobmenu-overlay, .show-nav-right.admin-bar .mobmenu-overlay {
top: 32px!important;
}
body.admin-bar .mobmenu-search-holder {
top: 142px!important;
}
}
@media screen and ( max-width: 782px ){
body.admin-bar .mobmenu, body.admin-bar .mobmenu-panel, .show-nav-left.admin-bar .mobmenu-overlay, .show-nav-right.admin-bar .mobmenu-overlay {
top: 46px!important;
}
body.admin-bar .mob-menu-header-banner {
top: 0px!important;
}
body.admin-bar .mobmenu-search-holder {
top: 156px!important;
}
body.admin-bar  .mob-menu-slideout .mobmenu-search-holder {
top: 110px!important;
}
}
@media screen and ( max-width: 479px ) {
.mob-menu-overlay .mobmenu-content {
padding-top: 5%;
}
}
@media screen and ( max-width: 782px ) {
.mob-menu-overlay .mobmenu-content {
padding-top: 10%;
}
}
@media screen and ( min-width: 782px ) {
#mobmenu-footer li:hover {
background-color: ;
}
#mobmenu-footer li:hover i {
color: ;
}
}
@media only screen and (min-width:1436px){
.mob_menu, .mobmenu-panel, .mobmenu, .mobmenu-cart-panel, .mobmenu-footer-menu-holder, .mobmenu-right-panel, .mobmenu-left-panel  {
display: none!important;
}
}
@media only screen and (max-width:1435px) {
.mobmenur-container i {
color: #1c9e75;
}
.mobmenul-container i {
color: #1c9e75;
}
.mobmenul-container img {
max-height:  110px;
float: left;
}
.mobmenur-container img {
max-height:  110px;
float: right;
}
.mob-expand-submenu i {
font-size: 25px;
}
#mobmenuleft li a , #mobmenuleft li a:visited, .mobmenu-content h2, .mobmenu-content h3, .show-nav-left .mob-menu-copyright, .show-nav-left .mob-expand-submenu i {
color: #000000;
}
.mob-cancel-button {
font-size: 30px!important;
} .mobmenu-content #mobmenuleft .sub-menu  .sub-menu li a:hover {
color: #ccc;
} .mobmenu-content #mobmenuleft .sub-menu .sub-menu li:hover {
background-color: #666;
}
.mobmenu-content #mobmenuleft li:hover, .mobmenu-content #mobmenuright li:hover  {
background-color: #1c9e75;
}
.mobmenu-content #mobmenuright li:hover  {
background-color: rgba(28,158,117,0) ;
} .mobmenu-content #mobmenuright .sub-menu .sub-menu li:hover {
background-color: #666;
} .mobmenu-content #mobmenuright .sub-menu  .sub-menu li a:hover {
color: #ccc;
}
.mobmenu-content #mobmenuleft .sub-menu {
background-color: #3a3a3a ;
margin: 0;
color: #fff ;
width: 100%;
position: initial;
height: 100%;
}
.mob-menu-left-bg-holder {
opacity: 1;
background-attachment: fixed ;
background-position: center top ;
-webkit-background-size:  cover;
-moz-background-size: cover;
background-size: cover;
}
.mob-menu-right-bg-holder { 
opacity: 1;
background-attachment: fixed ;
background-position: center top ;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size:  cover;
}
.mobmenu-content #mobmenuleft .sub-menu a {
color: #fff ;
}
.mobmenu-content #mobmenuright .sub-menu  a {
color: #000000 ;
}
.mobmenu-content #mobmenuright .sub-menu .sub-menu {
background-color: inherit;
}
.mobmenu-content #mobmenuright .sub-menu {
background-color: rgba(28,158,117,0) ;
margin: 0;
color: #000000 ;
position: initial;
width: 100%;
}
#mobmenuleft li:hover a, #mobmenuleft li:hover i {
color: #FFF;
}
#mobmenuright li a , #mobmenuright li a:visited, .show-nav-right .mob-menu-copyright, .show-nav-right .mob-expand-submenu i {
color: #000000 ;
}
#mobmenuright li a:hover {
color: #1c9e75 ;
}
.mobmenul-container {
top: 10px;
margin-left: 5px;
margin-top: 15px;
height: 110px;
float: left;
}
.mobmenur-container {
top: 15px;
margin-right: 5px;
margin-top: 15px;
}
.mob-menu-logo-holder {
margin-top:   15px;
text-align:   left;
margin-left:  20px;;
margin-right: 0;
height:       110px;
float:left;	}
.mob-menu-header-holder {
width:  100% ;
background-color: #ffffff ;
height: 110px ;
position:fixed;
}
body.mob-menu-overlay, body.mob-menu-slideout, body.mob-menu-slideout-over, body.mob-menu-slideout-top {
padding-top: 110px;
}
.mobmenul-container, .mobmenur-container{
position: relative; 
}
.mobmenu-left-panel {
background-color:#F7F7F7;;
width:  270px;  
}
.mobmenu-right-panel {
background-color:#F7F7F7;		width:  270px; 
}
.show-nav-left .mobmenu-overlay, .show-nav-right .mobmenu-overlay, .show-mob-menu-search .mobmenu-overlay  {
background: rgba(255,255,255,0);
}
.mob-menu-slideout-top .mobmenu-overlay {
display:none!important;
}
.mob-menu-slideout.show-nav-left .mobmenu-push-wrap, .mob-menu-slideout.show-nav-left .mob-menu-header-holder {
-webkit-transform: translateX(270px);
-moz-transform: translateX(270px);
-ms-transform: translateX(270px);
-o-transform: translateX(270px);
transform: translateX(270px);
}
.mob-menu-slideout.show-nav-right .mobmenu-push-wrap, .mob-menu-slideout.show-nav-right .mob-menu-header-holder {
-webkit-transform: translateX(-270px);
-moz-transform: translateX(-270px);
-ms-transform: translateX(-270px);
-o-transform: translateX(-270px);
transform: translateX(-270px);
}
.mob-menu-slideout-top .mobmenu-panel {
width:  100%;
height: 100%;
z-index: 1;
position: fixed;
left: 0px;
top: 0px;
max-height: 100%;
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
.mob-menu-slideout-top.show-nav-left .show-panel, .mob-menu-slideout-top.show-nav-right .show-panel  {
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
transform: translateY(0px);
z-index: 300000;
}
.mob-menu-slideout-over.show-nav-left .mobmenu-left-panel {
overflow: hidden;
}
.show-nav-left .mobmenu-panel.show-panel , .show-nav-right .mobmenu-panel.show-panel {
z-index: 300000;
} .mob-menu-slideout .mobmenu-panel, .mob-menu-slideout-over .mobmenu-panel, .mob-menu-slideout .mobmenu-cart-panel, .mob-menu-slideout-over .mobmenu-cart-panel {
position: fixed;
top: 0;
height: 100%;
overflow-y: auto;
overflow-x: auto;
z-index: 10000;
opacity: 1;
} .mobmenu .headertext { 
color: #FFF ;
text-decoration: none;
}
.headertext span {
position: absolute;
line-height: 110px;
}
.mobmenu-search-holder {
top: 110px;
}  body.mob-menu-overlay, body.mob-menu-slideout, body.mob-menu-slideout-over, body.mob-menu-slideout-top  {
overflow-x: hidden;
}
.mobmenu-left-panel li a, .leftmbottom, .leftmtop{
padding-left: 10%;
padding-right: 10%;
}
.mobmenu-content li > .sub-menu li {
padding-left: calc(10*1%);
}
.mobmenu-right-panel li, .rightmbottom, .rightmtop{
padding-left: 10%;
padding-right: 10%;
}
.mobmenul-container i {
line-height: 30px;
font-size: 30px;
float: left;
}
.left-menu-icon-text {
float: left;
line-height: 30px;
color: #000000;
}
.mobmenu-left-panel .mobmenu-display-name {
color: #000000;
}
.right-menu-icon-text {
float: right;
line-height: 40px;
color: #1c9e75;
}
.mobmenur-container i {
line-height: 40px;
font-size: 40px;
float: right;
}
.nav, .main-navigation, .genesis-nav-menu, #main-header, #et-top-navigation, .site-header, .site-branding, .ast-mobile-menu-buttons, .storefront-handheld-footer-bar, .hide {
display: none!important;
}
.mob-standard-logo {
display: inline-block;
height:80px!important;	}
.mob-retina-logo {
height:80px!important;	}
.mobmenu-content #mobmenuleft > li > a:hover {
background-color: #1c9e75;
}
.mobmenu-content #mobmenuright > li > a:hover {
background-color: rgba(28,158,117,0);
}
.mobmenu-left-panel .mob-cancel-button {
color: #1c9e75;
}
.mobmenu-right-panel .mob-cancel-button {
color: #0a0000;
}	
}
.mob-menu-logo-holder > .headertext span,.mobmenu input.mob-menu-search-field {
font-family:Roboto;
font-size:20px;
font-weight:inherit;
font-style:normal;
letter-spacing:normal;
text-transform:none;
}
.left-menu-icon-text {
font-family:Roboto;
font-size:inherit;
font-weight:inherit;
font-style:normal;
line-height:1.5em;
letter-spacing:normal;
text-transform:none;
}
#mobmenuleft .mob-expand-submenu,#mobmenuleft > .widgettitle,#mobmenuleft li a,#mobmenuleft li a:visited,#mobmenuleft .mobmenu-content h2,#mobmenuleft .mobmenu-content h3,.mobmenu-left-panel .mobmenu-display-name, .mobmenu-content .mobmenu-tabs-header li {
font-family:Roboto;
font-size:inherit;
font-weight:inherit;
font-style:normal;
line-height:1.5em;
letter-spacing:normal;
text-transform:none;
}
.right-menu-icon-text {
font-family:Roboto;
font-size:inherit;
font-weight:inherit;
font-style:normal;
line-height:1.5em;
letter-spacing:normal;
text-transform:none;
}
#mobmenuright li a,#mobmenuright li a:visited,#mobmenuright .mobmenu-content h2,#mobmenuright .mobmenu-content h3,.mobmenu-left-panel .mobmenu-display-name {
font-family:Roboto;
font-size:inherit;
font-weight:inherit;
font-style:normal;
line-height:1.5em;
letter-spacing:normal;
text-transform:none;
}