@keyframes ifMenuFadeIn {
from {
opacity: 0;
transform: translate3d(20%, 0, 0);
}
to {
opacity: 1;
transform: translate3d(0, 0, 0);
}
}
.if-menu-peek {
position: relative;
}
.if-menu-peek a {
opacity: 0.8;
}
.if-menu-peek::before {
content: "If Menu peek";
position: absolute;
text-align: center;
top: 50%;
left: calc(100% + 15px);
background: #f6f9fc;
box-shadow: 0 0 0 1px rgba(136,152,170,.1), 0 15px 35px 0 rgba(49,49,93,.1), 0 5px 15px 0 rgba(0,0,0,.08);
border-radius: 4px;
width: 140px;
margin-top: -17px;
padding: 10px 15px;
font-size: 14px;
opacity: 0;
pointer-events: none;
}
.if-menu-peek:hover::before {
animation: ifMenuFadeIn ease-in-out .2s forwards;
}
.if-menu-peek::after {
content: "";
position: absolute;
width: 20px;
height: 17px;
background: url(//biomedent.com.au/wp-content/plugins/if-menu/assets/icon-visibility.svg);
color: rgb(80,169,47);
background-size: cover;
top: -14px;
right: -15px;
border-radius: 50%;
}.woosb-wrap {
display: block;
width: 100%;
clear: both;
}
.woosb-wrap .woosb-text, .woosb-wrap .woosb-products, .woosb-bundles .woosb-text, .woosb-bundles .woosb-products {
margin: 0 0 15px 0;
}
.woosb-wrap .woosb-text, .woosb-bundles .woosb-text {
white-space: pre-line;
}
.woosb-wrap .woosb-summary {
display: flex;
align-items: center;
justify-content: space-between;
}
.woosb-wrap .woosb-summary .woosb-total {
flex-grow: 1;
}
.woosb-products {
border-width: 1px 0 0 0;
border-style: dotted;
border-color: #e5e5e5;
}
.woosb-products .woosb-item-text {
padding: 10px 0;
margin: 0;
border-bottom: 1px dotted #e5e5e5;
}
.woosb-item-text-type-h1 > h1, .woosb-item-text-type-h2 > h2, .woosb-item-text-type-h3 > h3, .woosb-item-text-type-h4 > h4, .woosb-item-text-type-h5 > h5, .woosb-item-text-type-h6 > h6, .woosb-item-text-type-p > p {
margin: 0 !important;
}
.woosb-products .woosb-product {
display: flex;
align-items: center;
padding: 10px 0;
margin: 0;
border-bottom: 1px dotted #e5e5e5;
}
.woosb-products .woosb-product.woosb-product-hidden {
display: none;
}
.woosb-products[data-exclude-unpurchasable="yes"] .woosb-product.woosb-product-unpurchasable {
display: none;
}
.woosb-products .woosb-product > div {
padding: 0 5px;
}
.woosb-products .woosb-product .woosb-thumb {
width: 50px;
flex: 0 0 50px;
}
.woosb-products .woosb-product .woosb-thumb img {
width: 100%;
max-width: 100%;
height: auto;
display: block;
}
.woosb-products .woosb-product .woosb-quantity {
width: 80px;
flex: 0 0 80px;
}
.woosb-products .woosb-product .woosb-quantity.woosb-quantity-plus-minus {
width: 130px;
flex: 0 0 130px;
}
.woosb-products .woosb-product .woosb-quantity label {
display: none;
}
.woosb-products .woosb-product .woosb-quantity input {
width: 100%;
min-width: 40px;
text-align: center;
}
.woosb-products .woosb-product .woosb-price {
width: 100px;
flex: 0 0 100px;
text-align: end;
}
.woosb-products .woosb-product .woosb-price * {
font-size: inherit !important;
}
.woosb-products .woosb-product .woosb-price del {
opacity: .5;
text-decoration: line-through;
}
.woosb-products .woosb-product .woosb-price del span {
text-decoration: line-through;
}
.woosb-products .woosb-product .woosb-price ins {
font-weight: normal;
}
.woosb-products .woosb-product .woosb-price .amount {
display: inline-block;
}
.woosb-products .woosb-product .woosb-title {
flex-grow: 1;
text-align: start;
}
.woosb-products .woosb-product .woosb-title .woosb-name {
display: block;
overflow: hidden;
}
.woosb-products .woosb-product .woosb-title .woosb-name a {
text-decoration: none;
box-shadow: none;
}
.woosb-products .woosb-product .woosb-title .woosb-price {
width: auto;
flex: 0 0 auto;
text-align: inherit;
}
.woosb-products .woosb-product .woosb-title .woovr-variations-select .woovr-variation-image, .woosb-products .woosb-product .woosb-title .woovr-variations-select .woovr-variation-price {
display: none !important;
}
.woosb-products .woosb-product .variations_form {
margin: 0;
padding: 0;
}
.woosb-products .woosb-product .woosb-title .stock {
font-size: 14px;
margin: 0;
padding: 0;
}
.woosb-products .woosb-product .woosb-title .stock.in-stock {
color: green;
}
.woosb-products .woosb-product .woosb-title .stock.available-on-backorder {
color: orange;
}
.woosb-products .woosb-product .woosb-title .stock.out-of-stock {
color: red;
}
.woosb-products .woosb-product .woosb-description, .woosb-products .woosb-product .woosb-variation-description {
font-size: 14px;
}
.woosb-products .woosb-product .variations_form .variations {
display: inline-block;
margin: 0 -3px;
padding: 0;
}
.woosb-products .woosb-product .variations_form .variations .variation {
display: inline-block;
border-width: 1px;
border-style: solid;
border-color: #e5e5e5;
padding: 5px 10px;
margin: 5px 3px 0 3px;
max-width: 100%;
border-radius: 2px;
float: none;
vertical-align: top;
}
.woosb-products .woosb-product .variations_form .variations .variation > div {
display: block;
}
.woosb-products .woosb-product .variations_form .variations .reset {
display: inline-block;
}
.woosb-products .woosb-product .variations_form .variations .variation:last-child {
margin-bottom: 0;
}
.woosb-products .woosb-product .variations_form .variations .variation .label {
font-size: 12px;
line-height: 1;
}
.woosb-products .woosb-product .variations_form .variations .variation .value {
line-height: 1;
}
.woosb-products .woosb-product .variations_form .variations .variation .value select {
width: 100%;
height: auto;
line-height: 1;
padding: 0 16px 0 0;
margin: 0;
background-color: transparent;
border-radius: 0;
border: none;
-webkit-appearance: none;
-moz-appearance: none;
outline: none;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAECAYAAACtBE5DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGNEQzN0Y2NTY0NjcxMUU3QjU5NUI5N0U0NjlDMTIzNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGNEQzN0Y2NjY0NjcxMUU3QjU5NUI5N0U0NjlDMTIzNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkY0RDM3RjYzNjQ2NzExRTdCNTk1Qjk3RTQ2OUMxMjM2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkY0RDM3RjY0NjQ2NzExRTdCNTk1Qjk3RTQ2OUMxMjM2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+pzgqpQAAADdJREFUeNpirKioWMDAwBDPgAoWMQGJLCC+hiR4HYgzQRLfgDgUSoNwCIhmgaq6BtXJCNMNEGAAbM0MK7OUU3AAAAAASUVORK5CYII=);
background-repeat: no-repeat;
background-position: 100% 50%;
background-size: auto;
}
.woosb-products .woosb-product .variations_form .variations a.reset_variations {
margin: 0;
font-size: 12px;
}
.woosb-item-child .product-price .amount, .woosb-item-child .product-price .tax_label,
.woosb-item-child .product-subtotal .amount, .woosb-item-child .product-subtotal .tax_label,
.woosb-item-child .product-total .amount, .woosb-item-child .product-total .tax_label {
opacity: .3;
}
.woosb-alert {
padding: 6px 10px 6px 14px;
border-left: 4px solid #222;
background-color: #eeeeee;
font-size: 14px;
}
body.woocommerce-no-js .woosb-wrap + form.cart {
display: none;
}
.woosb-disabled {
opacity: .5 !important;
pointer-events: none !important;
cursor: not-allowed !important;
}
.woosb-quantity-input {
display: flex;
align-items: center;
}
.woosb-quantity-input .quantity {
flex-grow: 1;
height: auto;
margin: 0;
}
.woosb-quantity-plus-minus .plus, .woosb-quantity-plus-minus .minus, .woosb-quantity-plus-minus .quantity-minus, .woosb-quantity-plus-minus .quantity-plus, .woosb-quantity-plus-minus .plus-btn, .woosb-quantity-plus-minus .minus-btn {
display: none !important;
}
.woosb-quantity-input-plus, .woosb-quantity-input-minus {
width: 40px;
height: 40px;
flex: 0 0 40px;
line-height: 38px;
text-align: center;
cursor: pointer;
background-color: #fefefe;
border: 1px solid #e5e5e5;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.woosb-quantity-input .woosb-qty {
width: 100%;
min-width: 40px;
height: 40px;
line-height: 38px;
margin: 0;
padding: 0 5px;
box-shadow: none;
border-width: 1px 0;
border-style: solid;
border-color: #e5e5e5;
border-radius: 0;
background-color: #fefefe;
-moz-appearance: textfield;
}
.woosb-quantity-input .woosb-qty:focus {
outline: none;
outline-color: transparent;
}
.woosb-quantity-input-plus:hover, .woosb-quantity-input-minus:hover {
background-color: #f0f0f0;
}
.woosb-quantity-input input::-webkit-outer-spin-button, .woosb-quantity-input input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
} .woosb-products[class*="woosb-products-layout-grid"] {
display: flex;
flex-wrap: wrap;
margin-left: -10px;
margin-right: -10px;
border: none;
}
.woosb-products[class*="woosb-products-layout-grid"] .woosb-item-text {
width: 100%;
margin: 10px;
padding: 10px 0;
}
.woosb-products[class*="woosb-products-layout-grid"] .woosb-product {
width: calc(50% - 20px);
margin: 10px;
padding: 10px;
border: 1px solid #dddddd;
font-size: 14px;
text-align: center;
position: relative;
display: flex;
flex-direction: column;
}
.woosb-products[class*="woosb-products-layout-grid"] .woosb-product:hover {
border-color: green;
}
.woosb-products[class*="woosb-products-layout-grid"] .woosb-product .woosb-name {
font-weight: 700;
}
.woosb-products.woosb-products-layout-grid-1 .woosb-product {
width: calc(100% - 20px);
}
.woosb-products.woosb-products-layout-grid-3 .woosb-product {
width: calc(100% / 3 - 20px);
}
.woosb-products.woosb-products-layout-grid-4 .woosb-product {
width: calc(25% - 20px);
}
.woosb-products[class*="woosb-products-layout-grid"] .woosb-product > div {
width: 100% !important;
flex: 0 0 auto !important;
text-align: center;
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
margin-bottom: 5px;
}
.woosb-products[class*="woosb-products-layout-grid"] .woosb-product > div:last-child {
margin-bottom: 0;
}
.woosb-products[class*="woosb-products-layout-grid"] .woosb-product select {
text-align: center;
}
.woosb-products[class*="woosb-products-layout-grid"] .woosb-product .variations_form .variations .reset {
display: none;
}
@media only screen and (max-width: 767px) {
.woosb-products[class*="woosb-products-layout-grid"] .woosb-product {
width: calc(50% - 20px);
}
}
@media only screen and (max-width: 479px) {
.woosb-products[class*="woosb-products-layout-grid"] .woosb-product {
width: calc(100% - 20px);
}
} body.rtl .woosb-alert {
padding: 6px 14px 6px 10px;
border-right: 4px solid #222;
border-left: none;
}.woocommerce #payment div.payment_method_square_credit_card div.form-row{padding:3px}.woocommerce #payment div.payment_method_square_credit_card .wc-square-credit-card-hosted-field{background-color:#fff;border:1px solid #ccc;border-radius:3px;height:3em;padding:5px;transition:border-color .16s;-webkit-transition:border-color .16s}.woocommerce #payment div.payment_method_square_credit_card .wc-square-credit-card-hosted-field-card-number{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjggODAiPjxwYXRoIGQ9Ik00LjI2MiA3OS44NzVjLTIuMjggMC00LjEzNy0xLjg1Ny00LjEzNy00LjE0VjQuMjY3Qy4xMjUgMS45ODQgMS45OC4xMjUgNC4yNjIuMTI1aDExOS40NjVjMi4yODcgMCA0LjE0OCAxLjg1OCA0LjE0OCA0LjE0M3Y3MS40NjdjMCAyLjI4My0xLjg2IDQuMTQtNC4xNDggNC4xNEg0LjI2MnoiIGZpbGw9IiNGRkYiLz48cGF0aCBkPSJNMTIzLjcyNy4yNWMyLjIyIDAgNC4wMjMgMS44MDIgNC4wMjMgNC4wMTh2NzEuNDY3YzAgMi4yMTQtMS44MDUgNC4wMTYtNC4wMjMgNC4wMTZINC4yNjJDMi4wNSA3OS43NS4yNSA3Ny45NS4yNSA3NS43MzZWNC4yNjhDLjI1IDIuMDUzIDIuMDUuMjUgNC4yNjIuMjVoMTE5LjQ2NW0wLS4yNUg0LjI2MkMxLjkwNiAwIDAgMS45MSAwIDQuMjY4djcxLjQ2N0MwIDc4LjA5IDEuOTA2IDgwIDQuMjYyIDgwaDExOS40NjVjMi4zNiAwIDQuMjczLTEuOTEgNC4yNzMtNC4yNjZWNC4yNjhDMTI4IDEuOTEgMTI2LjA4NiAwIDEyMy43MjcgMHoiIGZpbGw9IiM4NDg0ODQiLz48Y2lyY2xlIGN4PSI4Ny4yNyIgY3k9IjU3LjU2MSIgcj0iMTMuMzgyIiBmaWxsPSIjRjI3MDZDIi8+PGNpcmNsZSBjeD0iMTAwLjY1NCIgY3k9IjU3LjU2MSIgcj0iMTMuMzgzIiBmaWxsPSIjOEZEN0YxIi8+PHBhdGggZmlsbD0iIzRBNEE0QSIgZD0iTS4wMDIgMTQuODNIMTI4djE0Ljg4SC4wMDJ6Ii8+PHBhdGggZmlsbD0iI0M5QzlDOSIgZD0iTTExLjI3NSA0NC4xNzhoNDQuODY3djQuODY1SDExLjI3NXpNMTEuMjc1IDU1LjEyNWg0NC44Njd2NC44N0gxMS4yNzV6TTExLjI3NSA2Ni4wNzZoNDQuODY3djQuODY3SDExLjI3NXoiLz48L3N2Zz4=);background-position:99%;background-repeat:no-repeat;background-size:50px 31px;padding-right:55px}.woocommerce #payment div.payment_method_square_credit_card .wc-square-credit-card-hosted-field-card-number.card-type-visa{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjggODAiPjxwYXRoIGQ9Ik0xMjggNzUuNzM0YzAgMi4zNTYtMS45MSA0LjI2Ni00LjI2NiA0LjI2Nkg0LjI2OEMxLjkxIDgwIDAgNzguMDkgMCA3NS43MzRWNC4yNjhDMCAxLjkxIDEuOTEgMCA0LjI2OCAwaDExOS40NjdDMTI2LjA5IDAgMTI4IDEuOTEgMTI4IDQuMjY4djcxLjQ2NnoiIGZpbGw9IiNGOUY5RkEiLz48ZyBmaWxsPSIjMEE2N0IyIj48cGF0aCBkPSJNNTguOTAzIDUyLjAxOGgtNi4yNUw1Ni41NiAyOGg2LjI1M000Ny4zOSAyOGwtNS45NiAxNi41Mi0uNzA1LTMuNTU4LTIuMTA1LTEwLjhTMzguMzY3IDI4IDM1LjY1NCAyOEgyNS44bC0uMTE1LjQwN3MzLjAxNC42MjYgNi41NDIgMi43NDVsNS40MzIgMjAuODY1aDYuNTEzTDU0LjEyIDI4aC02Ljczek05Ni41NzQgNTIuMDE4aDUuNzRMOTcuMzEgMjhoLTUuMDI3Yy0yLjMyIDAtMi44ODcgMS43OS0yLjg4NyAxLjc5bC05LjMyNCAyMi4yMjhoNi41MTdsMS4zMDMtMy41NjdoNy45NDhsLjczNCAzLjU2OHptLTYuODgtOC40OTZsMy4yODQtOC45OSAxLjg1IDguOTloLTUuMTM1ek04MC41NiAzMy43NzVsLjg5My01LjE1OHMtMi43NTUtMS4wNDYtNS42MjQtMS4wNDZjLTMuMTA1IDAtMTAuNDc0IDEuMzU3LTEwLjQ3NCA3Ljk1IDAgNi4yMDYgOC42NSA2LjI4NCA4LjY1IDkuNTQgMCAzLjI2LTcuNzU3IDIuNjc4LTEwLjMyLjYyMmwtLjkzIDUuMzkyczIuNzkzIDEuMzU2IDcuMDYgMS4zNTZjNC4yNjYgMCAxMC43MDUtMi4yMSAxMC43MDUtOC4yMjIgMC02LjI0NC04LjcyNS02LjgyNi04LjcyNS05LjU0IDAtMi43MTYgNi4wOS0yLjM2NyA4Ljc2NC0uODkzeiIvPjwvZz48cGF0aCBkPSJNNDAuNzI1IDQwLjk2M2wtMi4xMDUtMTAuOFMzOC4zNjcgMjggMzUuNjU0IDI4SDI1LjhsLS4xMTUuNDA3czQuNzM3Ljk4MiA5LjI4IDQuNjZjNC4zNDUgMy41MTUgNS43NiA3Ljg5NiA1Ljc2IDcuODk2eiIgZmlsbD0iI0ZBQTYzNCIvPjwvc3ZnPg==)}.woocommerce #payment div.payment_method_square_credit_card .wc-square-credit-card-hosted-field-card-number.card-type-mastercard{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI4IiBoZWlnaHQ9IjgwIiB2aWV3Qm94PSIwIDAgMTI4IDgwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZT5jYXJkLW1jIDI8L3RpdGxlPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHBhdGggZD0iTTEyOCA3NS43MzRBNC4yNjYgNC4yNjYgMCAwIDEgMTIzLjczMiA4MEg0LjI2NkE0LjI2NSA0LjI2NSAwIDAgMSAwIDc1LjczNFY0LjI3QzAgMS45MSAxLjkxIDAgNC4yNjYgMGgxMTkuNDY3QTQuMjY3IDQuMjY3IDAgMCAxIDEyOCA0LjI3djcxLjQ2NHoiIGZpbGw9IiMwMDYiLz48cGF0aCBkPSJNMTAxLjg4IDQ2Ljg3OHYtLjg1N2gtLjIyMWwtLjI1NS41OS0uMjU1LS41OWgtLjIyMnYuODU3aC4xNTd2LS42NDZsLjIzOS41NTdoLjE2MmwuMjQtLjU1OXYuNjQ4aC4xNTZ6bS0xLjQwNCAwdi0uNzFoLjI4NHYtLjE0NWgtLjcyM3YuMTQ0aC4yODR2LjcxMWguMTU1ek0xMDEuOTI1IDM0LjE0MWMwIDEzLjI1Ny0xMC42MzIgMjQuMDA0LTIzLjc0NyAyNC4wMDRTNTQuNDMxIDQ3LjM5OCA1NC40MzEgMzQuMTQxYzAtMTMuMjU3IDEwLjYzMi0yNC4wMDQgMjMuNzQ3LTI0LjAwNHMyMy43NDcgMTAuNzQ3IDIzLjc0NyAyNC4wMDR6IiBmaWxsPSIjRjc5RjFBIi8+PHBhdGggZD0iTTcyLjYzIDM0LjE0MWMwIDEzLjI1Ny0xMC42MzIgMjQuMDA0LTIzLjc0NyAyNC4wMDRTMjUuMTM2IDQ3LjM5OCAyNS4xMzYgMzQuMTQxYzAtMTMuMjU3IDEwLjYzMi0yNC4wMDQgMjMuNzQ3LTI0LjAwNFM3Mi42MyAyMC44ODQgNzIuNjMgMzQuMTQxeiIgZmlsbD0iI0VBMDAxQiIvPjxwYXRoIGQ9Ik02My41MyAxNS4yNDVhMjQuMDUgMjQuMDUgMCAwIDAtOS4wOTcgMTguODk0IDI0LjA2IDI0LjA2IDAgMCAwIDkuMDk4IDE4LjkgMjQuMDYgMjQuMDYgMCAwIDAgOS4wOTctMTguOSAyNC4wNSAyNC4wNSAwIDAgMC05LjA5Ny0xOC44OTR6IiBmaWxsPSIjRkY1RjAxIi8+PGcgZmlsbD0iI0ZGRiI+PHBhdGggZD0iTTEwMC45NjggNjkuMTVhLjY1LjY1IDAgMCAwLS40NjEuMTg3LjYzNC42MzQgMCAwIDAgMCAuOTAyLjY1LjY1IDAgMCAwIDEuMTA1LS40NS42NDUuNjQ1IDAgMCAwLS42NDQtLjY0em0wIDEuMTM3YS40OTIuNDkyIDAgMCAxLS40OTUtLjQ5OC40OTMuNDkzIDAgMSAxIC45ODQgMCAuNTAyLjUwMiAwIDAgMS0uMTQzLjM1Mi40ODMuNDgzIDAgMCAxLS4zNDYuMTQ2em0uMDM3LS43OThoLS4yNzJ2LjU5NGguMTI2di0uMjIyaC4wNThsLjE3OC4yMjJoLjE1bC0uMTkyLS4yMjRhLjIzNC4yMzQgMCAwIDAgLjE0LS4wNTkuMTY0LjE2NCAwIDAgMCAuMDQ4LS4xMjEuMTcxLjE3MSAwIDAgMC0uMDYxLS4xMzguMjcxLjI3MSAwIDAgMC0uMTc1LS4wNTJ6bS0uMDAxLjExMmMuMDMzIDAgLjA2LjAwNi4wNzkuMDIuMDIuMDEzLjAyOS4wMzIuMDMuMDU4LS4wMDEuMDI3LS4wMS4wNDctLjAzLjA2YS4xMzcuMTM3IDAgMCAxLS4wOC4wMmgtLjE0NFY2OS42aC4xNDV6TTMwLjQxOSA3MC4wMkgyOS4wN3YtNi4zNDVoMS4zMjF2Ljc3NHMxLjE2LS45NDUgMS44NS0uOTM0YzEuMzQuMDIzIDIuMTQgMS4xNzMgMi4xNCAxLjE3M3MuNjUtMS4xNzMgMi4xMTQtMS4xNzNjMi4xNjYgMCAyLjQ4MyAyIDIuNDgzIDJ2NC40NzhoLTEuMjk0di0zLjk0NXMuMDA0LTEuMi0xLjQtMS4yYy0xLjQ1NCAwLTEuNTg2IDEuMi0xLjU4NiAxLjJ2My45NDVoLTEuMzQ3di0zLjk3MnMtLjEzLTEuMjUzLTEuMzQ4LTEuMjUzYy0xLjU4MiAwLTEuNjEyIDEuMjgtMS42MTIgMS4yOGwuMDI3IDMuOTcyek03MS4zOTggNjMuNTE1Yy0uNjg5LS4wMTItMS44NDkuOTMzLTEuODQ5LjkzM3YtLjc3MmgtMS4zMjJ2Ni4zNDNoMS4zNDhsLS4wMjYtMy45NzFzLjAzLTEuMjc3IDEuNjEyLTEuMjc3Yy4yOTQgMCAuNTIyLjA3Mi43MDIuMTgydi0uMDA1bC40NC0xLjIzNWEyLjQwMiAyLjQwMiAwIDAgMC0uOTA1LS4xOTh6TTkwLjM4IDYzLjUxNWMtLjY4OS0uMDEyLTEuODQ5LjkzMy0xLjg0OS45MzN2LS43NzJIODcuMjF2Ni4zNDNoMS4zNDhsLS4wMjYtMy45NzFzLjAzLTEuMjc3IDEuNjEyLTEuMjc3Yy4yOTQgMCAuNTIyLjA3Mi43MDMuMTgydi0uMDA1bC40MzktMS4yMzVhMi40MDIgMi40MDIgMCAwIDAtLjkwNC0uMTk4ek00My4zMzcgNjMuNDg5Yy0yLjAxNyAwLTMuMDg0IDEuODI4LTMuMDkgMy4zNTYtLjAwNSAxLjU2NiAxLjIxNSAzLjM3MiAzLjE0NiAzLjM3MiAxLjEyNyAwIDIuMDUzLS44MzkgMi4wNTMtLjgzOWwtLjAwMy42NDdoMS4zMjd2LTYuMzUxaC0xLjMzMnYuOHMtLjg2OS0uOTg1LTIuMTAxLS45ODV6bS4yNTggMS4yOTJjMS4wODMgMCAxLjk2My45NTEgMS45NjMgMi4xMjIgMCAxLjE3LS44OCAyLjExNi0xLjk2MyAyLjExNi0xLjA4NCAwLTEuOTU4LS45NDYtMS45NTgtMi4xMTYgMC0xLjE3Ljg3NC0yLjEyMiAxLjk1OC0yLjEyMnpNODIuMDE5IDYzLjQ4OWMtMi4wMTcgMC0zLjA4NCAxLjgyOC0zLjA5IDMuMzU2LS4wMDUgMS41NjYgMS4yMTUgMy4zNzIgMy4xNDYgMy4zNzIgMS4xMjcgMCAyLjA1My0uODM5IDIuMDUzLS44MzlsLS4wMDMuNjQ3aDEuMzI2di02LjM1MWgtMS4zM3YuOHMtLjg3LS45ODUtMi4xMDItLjk4NXptLjI1OCAxLjI5MmMxLjA4MyAwIDEuOTYzLjk1MSAxLjk2MyAyLjEyMiAwIDEuMTctLjg4IDIuMTE2LTEuOTYzIDIuMTE2LTEuMDg0IDAtMS45NTgtLjk0Ni0xLjk1OC0yLjExNiAwLTEuMTcuODc0LTIuMTIyIDEuOTU4LTIuMTIyek05NC43NTQgNjMuNDg5Yy0yLjAxNyAwLTMuMDg0IDEuODI4LTMuMDkgMy4zNTYtLjAwNSAxLjU2NiAxLjIxNiAzLjM3MiAzLjE0NyAzLjM3MiAxLjEyNiAwIDIuMDUyLS44MzkgMi4wNTItLjgzOWwtLjAwMi42NDdoMS4zMjZ2LTguODU4aC0xLjMzMXYzLjMwN3MtLjg3LS45ODUtMi4xMDItLjk4NXptLjI1OCAxLjI5MmMxLjA4NCAwIDEuOTYzLjk1MSAxLjk2MyAyLjEyMiAwIDEuMTctLjg4IDIuMTE2LTEuOTYzIDIuMTE2LTEuMDgzIDAtMS45NTgtLjk0Ni0xLjk1OC0yLjExNiAwLTEuMTcuODc1LTIuMTIyIDEuOTU4LTIuMTIyek01MC44MTcgNzAuMjMzYy0xLjM3NCAwLTIuNjQzLS44NTMtMi42NDMtLjg1M2wuNTgyLS45MDZzMS4yLjU2IDIuMDYuNTZjLjU2IDAgMS40OTUtLjE4MyAxLjUwNy0uNzQ3LjAxMi0uNTk2LTEuNTczLS43NzMtMS41NzMtLjc3M3MtMi4zNjQtLjAzMi0yLjM2NC0yYzAtMS4yMzYgMS4xOC0yLjAyNSAyLjY5NS0yLjAyNS44NzUgMCAyLjUxLjc3MyAyLjUxLjc3M2wtLjY2IDEuMDRzLTEuMjYzLS41MS0xLjkzLS41MzRjLS41NjItLjAyLTEuMjQxLjI1Mi0xLjI0MS43NDcgMCAxLjM0NSAzLjkzNy0uMTA1IDMuOTM3IDIuNjEyIDAgMS43ODMtMS42MDQgMi4xMDYtMi44OCAyLjEwNnpNNTUuODg1IDYxLjgzNnYxLjg0NWgtMS4xNzN2MS4zMzVoMS4xNzN2My4xOXMtLjEwNCAyLjE1NyAyLjE5NSAyLjE1N2MuNjM2IDAgMS44OC0uNDc0IDEuODgtLjQ3NGwtLjUzMS0xLjM4NnMtLjQ5NS40MjYtMS4wNTQuNDExYy0xLjA2My0uMDI3LTEuMDMzLS43MTQtMS4wMzMtLjcxNHYtMy4xODRoMi4xOVY2My42OGgtMi4xOXYtMS44NDVoLTEuNDU3ek02My44NjYgNjMuNTY3Yy0yLjE2MiAwLTMuMjQyIDEuNzk3LTMuMjM0IDMuMzU2LjAxIDEuNjA0Ljk4NCAzLjQxIDMuMzY0IDMuNDEgMS4wMTggMCAyLjQ0OC0uOTAzIDIuNDQ4LS45MDNsLS42MTUtMS4wNzlzLS45NzYuNjk5LTEuODMzLjY5OWMtMS43MTggMC0xLjgzLTEuNjk0LTEuODMtMS42OTRoNC41OTlzLjM0My0zLjc5LTIuODk5LTMuNzl6bS0uMTk2IDEuMjQ1Yy4wNTEtLjAwMi4xMDYgMCAuMTYgMCAxLjYxOCAwIDEuNjA3IDEuNTQzIDEuNjA3IDEuNTQzaC0zLjI3cy0uMDc4LTEuNDUyIDEuNTAzLTEuNTQzek03Ny41NDMgNjguMzM1bC42MTYgMS4yNDRzLS45NzcuNjQxLTIuMDc0LjY0MWMtMi4yNyAwLTMuNTMtMS43MjQtMy41My0zLjM1NSAwLTIuNTY0IDIuMDA1LTMuMzE4IDMuMzYyLTMuMzE4IDEuMjMyIDAgMi4yOTguNzE3IDIuMjk4LjcxN2wtLjY5MSAxLjI0NHMtLjQyLS42Ni0xLjY0NC0uNjZjLTEuMjIzIDAtMS44NjkgMS4wNjQtMS44NjkgMi4wNzMgMCAxLjEzMi43NTIgMi4wOTMgMS44ODcgMi4wOTMuODkxIDAgMS42NDUtLjY3OSAxLjY0NS0uNjc5eiIvPjwvZz48L2c+PC9zdmc+)}.woocommerce #payment div.payment_method_square_credit_card .wc-square-credit-card-hosted-field-card-number.card-type-amex{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjggODAiPjxwYXRoIGQ9Ik0xMjggNzUuNzMzYzAgMi4zNTYtMS45MSA0LjI2Ny00LjI2OCA0LjI2N0g0LjI2NkMxLjkxIDgwIDAgNzguMDkgMCA3NS43MzNWNC4yNjVDMCAxLjkxIDEuOTEgMCA0LjI2NiAwaDExOS40NjdDMTI2LjA5IDAgMTI4IDEuOTEgMTI4IDQuMjY1djcxLjQ2OHoiIGZpbGw9IiMwMDc4QTkiLz48cGF0aCBkPSJNMzkuNzE0IDM4LjEzN3YtMS4yOGwtLjYxMiAxLjI4aC01LjNsLS42NjYtMS4zNzN2MS4zNzNIMjMuMjNsLTEuMTctMi43N2gtMS45ODVsLTEuMjQgMi43N0gxMy43di04LjM2M2wzLjc2NC04LjUxOGg3LjIxbDEuMDEyIDIuNDE0di0yLjM5Nmg4LjgxNmwxLjk0IDQuMDY0IDEuODk2LTQuMDgySDY2LjE3czEuNDYtLjAyIDIuNDIuNjU2bC0uMDA2LS42NTZoNy4wMTJ2LjkyM3MxLjI2Mi0uOTI0IDMuMTI2LS45MjRoMTIuMzczbDEuMDg2IDIuNDV2LTIuNDVoNy45M2wxLjQ0IDIuNDV2LTIuNDVoNy41OHYxNi44OThoLTcuNzg4bC0xLjgzLTIuOTQ2djIuOTNoLTkuNjhsLTEuMzYtMy4wMThoLTEuODk3TDg1LjMgMzguMTM4aC01Ljg2cy0yLjE4NC0uMDI3LTMuODIyLTEuMnYxLjJINjMuOTU2di0zLjk0MmMwLS41NzItLjQzOC0uNTMyLS40MzgtLjUzMmgtLjQyN3Y0LjQ3NUgzOS43MTV6TTMzLjg5NCA0MS43OTZoMTUuMzIzTDUxLjQzIDQ0LjNsMi4yNjItMi41MDRoMTEuNzhzMS4xMDcuMDI4IDIuMTU4LjU5di0uNTloMTAuNDljMS4zMzMgMCAyLjQ1LjY2NiAyLjQ1LjY2NnYtLjY2NmgxMy40ODZ2LjYxNHMuOTYtLjYxNCAyLjI1Mi0uNjE0aDguNzg2di42MTRzMS4xMDYtLjYxNCAyLjI3Ni0uNjE0aDYuODk4VjU3Ljcycy0uOTA3IDEuMDI2LTIuNzgzIDEuMDI2aC05LjA5NXYtLjUwNnMtLjg2NC41MDYtMi4xODQuNTA2aC0yNC4xNlY1NC42M2MwLS40MDQtLjE3NS0uNDc4LS41MzUtLjQ3OGgtLjMzdjQuNTk0aC03LjU1VjU0LjE4cy0uODM4LjQ1LTIuMjM2LjQ1SDYyLjY4djQuMTE2SDUzLjM3bC0yLjExNi0yLjU4My0yLjI2NSAyLjU4M0gzMy44OTV2LTE2Ljk1eiIgZmlsbD0iI0ZGRiIvPjxwYXRoIGZpbGw9IiMwMDc4QTkiIGQ9Ik04Mi4xOSA0NC4zMzhoOS42MTd2Mi41OGgtNi42NzN2Mi4yNDdoNi40ODV2Mi4yNzNoLTYuNDg2djIuMzY1aDYuNjczdjIuNTE1SDgyLjE5TTExMC4zODUgNDkuMDA2YzMuNjEzLjE4NCAzLjkxNiAxLjk5IDMuOTE2IDMuOTE2IDAgMi4yNDQtMS44NDUgMy40NS0zLjc3IDMuNDVoLTYuMTc4di0yLjU3aDQuODEzYy44MTYgMCAyLjAzMyAwIDIuMDMzLTEuMTQ4IDAtLjU0Ny0uMjE0LS44OTYtMS4wODMtLjk4Ny0uMzg3LS4wNTYtMS44MTUtLjEzNS0yLjAzMy0uMTQtMy4yNjUtLjA4NS00LjAyNS0xLjcxLTQuMDI1LTMuNjg3IDAtMi4yNDYgMS41NzgtMy40NzUgMy41MDYtMy40NzVoNi4xNzd2Mi41NjdoLTQuNTJjLTEuMDMuMDEtMi4xNC0uMTItMi4xNCAxLjA0IDAgLjczNi41NDguODg0IDEuMjQzLjk1LjI0LjAwMiAxLjg0Ni4wODYgMi4wNjIuMDg0ek05OS4zMSA0OS4wMDZjMy42MTQuMTg0IDMuOTE4IDEuOTkgMy45MTggMy45MTYgMCAyLjI0NC0xLjg0NCAzLjQ1LTMuNzcgMy40NUg5My4yOHYtMi41N2g0LjgxM2MuODE1IDAgMi4wMzMgMCAyLjAzMy0xLjE0OCAwLS41NDctLjIxNi0uODk2LTEuMDg0LS45ODctLjM4Ny0uMDU2LTEuODE4LS4xMzUtMi4wMy0uMTQtMy4yNy0uMDg1LTQuMDI1LTEuNzEtNC4wMjUtMy42ODcgMC0yLjI0NiAxLjU3Ni0zLjQ3NSAzLjUwMi0zLjQ3NWg2LjE3NnYyLjU2N2gtNC41MmMtMS4wMy4wMS0yLjE0LS4xMi0yLjE0IDEuMDQgMCAuNzM2LjU1Ljg4NCAxLjI0Ni45NS4yNC4wMDIgMS44NDQuMDg2IDIuMDU3LjA4NHpNNjQuNDMzIDQ0LjM2M0g1NC4xMWwtMy4zNyAzLjcxOC0zLjI2Mi0zLjc0MkgzNS44ODV2MTEuOThoMTEuMjE4bDMuNTMtMy45NTcgMy40NSAzLjk4N2g1LjY0NFY1Mi4yOGgzLjk1NmMxLjUyNSAwIDQuMzA4LS4wNTMgNC4zMDgtNC4yNTIgMC0yLjk5Ny0yLjExMi0zLjY2NS0zLjU1Ny0zLjY2NXptLTE4Ljg2NiA5LjQ0aC02Ljc4M3YtMi4zNjVoNi40ODh2LTIuMjcyaC02LjQ4OHYtMi4yNDhsNy4xNTQuMDE2IDIuODYzIDMuMjYtMy4yMzMgMy42MXptMTEuMjQzIDEuMzlsLTQuMjI1LTUgNC4yMjUtNC42OHY5LjY4em02LjYzMi01LjM4MmgtMy42NjR2LTIuODc1aDMuNjc2YzEuMjMgMCAxLjYyLjc5IDEuNjIgMS4zNzcgMCAuODAzLS40MyAxLjUtMS42MzIgMS41ek03OC42NDIgNTAuODljMS42MDYtLjgwMiAyLjAzMy0xLjg3MiAyLjAzMy0zLjMxNyAwLTIuNTY1LTIuMDg1LTMuMjA3LTMuNTMtMy4yMDdoLTcuNjQ3djExLjk4aDIuOTQyVjUyLjEyaDMuODVjMS4wMTggMCAxLjQxOCAxLjAxNiAxLjQ0MyAyLjAzMmwuMDc4IDIuMTk0aDIuODY1bC0uMTA3LTIuNDYyYzAtMS45MjctLjUzMy0yLjgzNS0xLjkyNi0yLjk5NXptLTIuNTQtMS4yNEg3Mi40NHYtMi43MTZoMy42NzRjMS4yMyAwIDEuNjE4Ljc5IDEuNjE4IDEuMzc3IDAgLjgwMy0uNDI1IDEuMzQtMS42MyAxLjM0ek03MC42NzUgMjMuNjU0aDIuOTQyVjM1LjY1aC0yLjk0MnpNNDYuNTk2IDIzLjY3aDkuNjEzdjIuNTc4aC02LjY3MnYyLjI0OGg2LjQ4M3YyLjI3M0g0OS41NHYyLjM2NGg2LjY3djIuNTE1aC05LjYxMk02Ny4xMDIgMzAuMTkyYzEuNjA2LS44IDIuMDMzLTEuODcyIDIuMDMzLTMuMzE2IDAtMi41NjctMi4wODctMy4yMDctMy41My0zLjIwN2gtNy42NXYxMS45OGgyLjk0MnYtNC4yMjdoMy44NWMxLjAxOCAwIDEuNDIgMS4wMTUgMS40NDYgMi4wM2wuMDggMi4xOTVoMi44NjJsLS4xMDYtMi40NjJjLS4wMDItMS45MjMtLjUzOC0yLjgzMi0xLjkyOC0yLjk5NHptLTIuNTQyLTEuMjRoLTMuNjYzdi0yLjcxNGgzLjY3OGMxLjIyOCAwIDEuNjE4Ljc5IDEuNjE4IDEuMzc3IDAgLjgwMy0uNDMgMS4zMzctMS42MzMgMS4zMzd6TTM5LjgxIDIzLjY3bC0zLjYxIDguMDM1LTMuNTk3LTguMDM2aC00LjYxdjExLjUzN0wyMi44NTYgMjMuNjdoLTMuODkzbC01LjI0MiAxMS45OGgzLjEwM2wxLjE0OC0yLjY3Nmg1Ljg3bDEuMTY1IDIuNjc1aDUuOTIydi04Ljg5NGwzLjkzMyA4Ljg5M2gyLjY3NWw0LjAyNC04Ljc0N3Y4Ljc0NmgyLjk0VjIzLjY3aC00LjY5em0tMjAuNzI0IDYuNzJsMS43NTUtNC4xODggMS44MjggNC4xODhoLTMuNTgyek0xMDMuOTcgMjMuNjYzdjguMjk1bC00Ljk2LTguMjk1aC00LjM0N3YxMS4yNUw4OS42NSAyMy42N0g4NS43NmwtNC4wNTIgOS4yOHMtMS43MTIgMC0xLjg4Ni0uMDQzYy0uNzA3LS4xNDYtMS44MTUtLjY0Ni0xLjgzLTIuNzZ2LS44NjhjMC0yLjgxIDEuNTI1LTMuMDE1IDMuNDgtMy4wMTVoMS44MTZ2LTIuNjAzaC0zLjg0Yy0xLjM0IDAtNC4yNSAxLjAyLTQuMzQ3IDUuOTQtLjA2OCAzLjMxNyAxLjM3NyA2LjA1MiA0LjY0IDYuMDUyaDMuODc4bDEuMTQ4LTIuNjc1aDUuODdsMS4xNjQgMi42NzRoNS44MDRWMjYuODhsNS4yOTQgOC43NzRoNC4wMTJ2LTExLjk5aC0yLjk0em0tMTguMDY4IDYuNzMzbDEuNzUyLTQuMTg4IDEuODQ2IDQuMTg4aC0zLjU5OHoiLz48L3N2Zz4=)}.woocommerce #payment div.payment_method_square_credit_card .wc-square-credit-card-hosted-field-card-number.card-type-diners-club{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjggODAiPjxwYXRoIGQ9Ik0xMjggNzUuNzMyYzAgMi4zNTctMS45MSA0LjI2OC00LjI2OCA0LjI2OEg0LjI2NkMxLjkxIDgwIDAgNzguMDkgMCA3NS43MzJWNC4yNjdDMCAxLjkwNyAxLjkxIDAgNC4yNjYgMGgxMTkuNDY3QzEyNi4wOSAwIDEyOCAxLjkwOCAxMjggNC4yNjd2NzEuNDY1eiIgZmlsbD0iIzA4NEU5NCIvPjxwYXRoIGQ9Ik02Ny4wNiA0My42MzRjNy4yMzQuMDM1IDEzLjgzNS01Ljg5NiAxMy44MzUtMTMuMTE1IDAtNy44OTMtNi42LTEzLjM0OC0xMy44MzQtMTMuMzQ0aC02LjIyNWMtNy4zMTctLjAwNC0xMy4zNDIgNS40NTItMTMuMzQyIDEzLjM0MyAwIDcuMjE4IDYuMDI0IDEzLjE1IDEzLjM0MiAxMy4xMTRoNi4yMjZ6IiBmaWxsPSIjRkZGIi8+PHBhdGggZD0iTTYzLjYxMyAzNy41NDdWMjMuMjE1YzIuODggMS4xMDcgNC45MjUgMy44OTUgNC45MyA3LjE2Ny0uMDA1IDMuMjctMi4wNSA2LjA1Ny00LjkzIDcuMTY1TTUzLjE5IDMwLjM4MmMuMDA1LTMuMjcgMi4wNDgtNi4wNTggNC45MjYtNy4xNjd2MTQuMzNjLTIuODc4LTEuMTEtNC45Mi0zLjg5NC00LjkyNy03LjE2M203LjY3NS0xMi4xMTNjLTYuNjg4IDAtMTIuMTA4IDUuNDIyLTEyLjExIDEyLjExMi4wMDIgNi42ODggNS40MjMgMTIuMTA4IDEyLjExIDEyLjExIDYuNjktLjAwMyAxMi4xMS01LjQyMyAxMi4xMTItMTIuMTEgMC02LjY5LTUuNDItMTIuMTEtMTIuMTEyLTEyLjExMyIgZmlsbD0iIzA4NEU5NCIvPjxnIGZpbGw9IiNGRkYiPjxwYXRoIGQ9Ik0zMy45NiA1Mi42NjNjMCAxLjA3OC43NzIgMS4yMDMgMS40NTYgMS4yMDMgMy4wMiAwIDQuMDE3LTIuMjggNC4wMTctNC4zNjQgMC0yLjYxNi0xLjY4LTQuNTA0LTQuMzgtNC41MDQtLjU3MyAwLS44MzguMDQtMS4wOTIuMDU2djcuNjF6bS0xLjM2OC02LjU2YzAtMS4yNi0uNjU3LTEuMTc1LTEuMjg3LTEuMTg4di0uMzY1Yy41NDYuMDI4IDEuMTA1LjAyOCAxLjY1Mi4wMjguNTg2IDAgMS4zODMtLjAyOCAyLjQyLS4wMjggMy42MiAwIDUuNTk0IDIuNDIgNS41OTQgNC44OTcgMCAxLjM4My0uODEgNC44NjctNS43NiA0Ljg2Ny0uNzE1IDAtMS4zNzItLjAyOC0yLjAzLS4wMjgtLjYzIDAtMS4yNDUuMDE1LTEuODc1LjAyOHYtLjM2M2MuODQtLjA4NCAxLjI0NS0uMTEgMS4yODctMS4wNjN2LTYuNzg0ek00Mi45NTggNDUuNzY4Yy0uMzY0IDAtLjY4Ni0uMzM3LS42ODYtLjcgMC0uMzUyLjMzNy0uNjczLjY4Ni0uNjczLjM2MyAwIC42ODQuMjk1LjY4NC42NzQgMCAuMzc0LS4zMDcuNjk4LS42ODQuNjk4bS0xLjQ5NiA4LjE4M2guMjY1Yy4zOTMgMCAuNjcyIDAgLjY3Mi0uNDYydi0zLjc5YzAtLjYxNi0uMjEtLjctLjczLS45OHYtLjIyNGMuNjU2LS4xOTcgMS40NC0uNDYgMS40OTgtLjUwMi4wOTgtLjA1OC4xOC0uMDczLjI1LS4wNzNzLjEuMDg1LjEuMTk2djUuMzdjMCAuNDY0LjMwNi40NjQuNjk4LjQ2NGguMjR2LjM2M2MtLjQ3OCAwLS45NjgtLjAyOC0xLjQ3LS4wMjgtLjUwNCAwLTEuMDEuMDE1LTEuNTI0LjAyOHYtLjM2MnpNNDUuNzgyIDQ5Ljc4YzAtLjUxNy0uMTU1LS42NTUtLjgxLS45MnYtLjI3Yy42LS4xOTMgMS4xNzUtLjM3NiAxLjg0NS0uNjcuMDQ0IDAgLjA4My4wMy4wODMuMTR2LjkxYy44LS41NzMgMS40ODUtMS4wNSAyLjQyNC0xLjA1IDEuMTg4IDAgMS42MDYuODY3IDEuNjA2IDEuOTZ2My42MDdjMCAuNDYzLjMxLjQ2My43LjQ2M2guMjUzdi4zNjNjLS40OTIgMC0uOTgyLS4wMjgtMS40ODMtLjAyOC0uNTA0IDAtMS4wMDYuMDE1LTEuNTEuMDI4di0uMzYzaC4yNDhjLjM5NCAwIC42NzIgMCAuNjcyLS40NjN2LTMuNjIyYzAtLjc5OC0uNDg2LTEuMTktMS4yODUtMS4xOS0uNDQ2IDAtMS4xNi4zNjQtMS42MjUuNjc0djQuMTM4YzAgLjQ2My4zMTIuNDYzLjcwMi40NjNoLjI1di4zNjRjLS40ODcgMC0uOTc3LS4wMjgtMS40ODItLjAyOC0uNTAyIDAtMS4wMDYuMDE1LTEuNTEuMDI4di0uMzYzaC4yNTNjLjM5IDAgLjY3IDAgLjY3LS40NjJWNDkuNzh6TTU1LjQyMiA1MC4wMDZjLjM1IDAgLjM5LS4xODMuMzktLjM1IDAtLjcxNS0uNDMyLTEuMjg3LTEuMjE1LTEuMjg3LS44NTQgMC0xLjQ0LjYzLTEuNjA4IDEuNjM2aDIuNDMyem0tMi40NzYuNDQ3Yy0uMDI4LjEyNy0uMDI4LjMzNSAwIC44MTIuMDgzIDEuMzMuOTM4IDIuNDIgMi4wNTUgMi40Mi43NzIgMCAxLjM3NC0uNDIgMS44OS0uOTM2bC4xOTYuMTkzYy0uNjQ0Ljg1NC0xLjQ0IDEuNTgtMi41ODcgMS41OC0yLjIyNiAwLTIuNjc0LTIuMTU0LTIuNjc0LTMuMDUgMC0yLjc0MiAxLjg0Ni0zLjU1NCAyLjgyNi0zLjU1NCAxLjEzNCAwIDIuMzUyLjcxNCAyLjM2MyAyLjE5NyAwIC4wODQgMCAuMTY3LS4wMTIuMjUybC0uMTI3LjA4MmgtMy45M3pNNTcuMzQgNTMuOTVoLjM3NmMuMzkgMCAuNjcyIDAgLjY3Mi0uNDYydi0zLjkzYzAtLjQzNC0uNTE3LS41Mi0uNzI4LS42M3YtLjIxYzEuMDItLjQzNCAxLjU4LS44IDEuNzA4LS44LjA4IDAgLjEyMy4wNDUuMTIzLjE4NnYxLjI2aC4wM2MuMzUtLjU0Ny45MzgtMS40NDQgMS43OS0xLjQ0NC4zNTIgMCAuNzk4LjIzNy43OTguNzQyIDAgLjM3OC0uMjY1LjcxNC0uNjU3LjcxNC0uNDM0IDAtLjQzNC0uMzM2LS45MjQtLjMzNi0uMjM3IDAtMS4wMi4zMjMtMS4wMiAxLjE2MnYzLjI4NmMwIC40NjMuMjguNDYzLjY3Mi40NjNoLjc4di4zNjRjLS43NjgtLjAxNC0xLjM1NC0uMDI4LTEuOTU2LS4wMjgtLjU3NCAwLTEuMTYuMDE1LTEuNjY0LjAyOHYtLjM2M3pNNjIuNzI1IDUyLjM3Yy4xOC45MjMuNzQgMS43MDcgMS43NjIgMS43MDcuODI1IDAgMS4xMzItLjUwNCAxLjEzMi0uOTk0IDAtMS42NS0zLjA0OC0xLjExOC0zLjA0OC0zLjM3IDAtLjc4NS42MjgtMS43OTMgMi4xNjgtMS43OTMuNDQ2IDAgMS4wNDcuMTI3IDEuNTk1LjQwN2wuMDk4IDEuNDI1aC0uMzIzYy0uMTQtLjg4LS42My0xLjM4Mi0xLjUyNC0xLjM4Mi0uNTYgMC0xLjA5LjMyLTEuMDkuOTIzIDAgMS42MzcgMy4yNDQgMS4xMzIgMy4yNDQgMy4zMjcgMCAuOTI1LS43NCAxLjkwMy0yLjQwNSAxLjkwMy0uNTYgMC0xLjIxOC0uMTk1LTEuNzA2LS40NzVsLS4xNTQtMS42MDguMjUtLjA3ek03OS4zNyA0Ny4wOGgtLjM1Yy0uMjY2LTEuNjM2LTEuNDI4LTIuMjkzLTIuOTk0LTIuMjkzLTEuNjA4IDAtMy45NDYgMS4wNzYtMy45NDYgNC40MzUgMCAyLjgyNiAyLjAxOCA0Ljg1NSA0LjE3IDQuODU1IDEuMzg1IDAgMi41MzMtLjk1IDIuODE0LTIuNDJsLjMyLjA4Mi0uMzIgMi4wNDJjLS41OS4zNjQtMi4xNy43NC0zLjA5NC43NC0zLjI3MiAwLTUuMzQyLTIuMTEtNS4zNDItNS4yNiAwLTIuODY3IDIuNTYtNC45MjMgNS4zLTQuOTIzIDEuMTMzIDAgMi4yMjUuMzYzIDMuMzAzLjc0bC4xNCAyek03OS44NzUgNTMuOTVoLjI2NmMuMzk0IDAgLjY3MyAwIC42NzMtLjQ2MnYtNy43OWMwLS45MS0uMjEtLjkzOC0uNzQ0LTEuMDkzdi0uMjIzYy41Ni0uMTgyIDEuMTUtLjQzMyAxLjQ0Mi0uNjAzLjE1LS4wODQuMjY2LS4xNTQuMzA3LS4xNTQuMDgzIDAgLjExLjA4NC4xMS4xOTV2OS42NjdjMCAuNDYzLjMxLjQ2My43MDIuNDYzaC4yMzV2LjM2M2MtLjQ3NSAwLS45NjUtLjAyOC0xLjQ2Ny0uMDI4LS41MDUgMC0xLjAwNy4wMTUtMS41MjUuMDI4di0uMzYyek04OC44NTYgNTMuNTQ1YzAgLjI1My4xNTMuMjY1LjM5LjI2NS4xNyAwIC4zNzgtLjAxMi41NjItLjAxMnYuMjkzYy0uNjAzLjA1Ny0xLjc1LjM1LTIuMDE2LjQzNGwtLjA3LS4wNDJWNTMuMzVjLS44MzguNjg2LTEuNDgyIDEuMTc0LTIuNDc3IDEuMTc0LS43NTYgMC0xLjU0LS40ODgtMS41NC0xLjY2M1Y0OS4yOGMwLS4zNjItLjA1My0uNzEzLS44MzYtLjc4MnYtLjI2NmMuNS0uMDE1IDEuNjItLjA5OCAxLjgwMy0uMDk4LjE1NSAwIC4xNTUuMDk4LjE1NS40MDR2My42MWMwIC40MiAwIDEuNjIyIDEuMjE2IDEuNjIyLjQ3NSAwIDEuMTA0LS4zNjQgMS42OTItLjg1M1Y0OS4xNWMwLS4yNzgtLjY3Mi0uNDMyLTEuMTc0LS41N3YtLjI1NGMxLjI1OC0uMDg0IDIuMDQtLjE5NSAyLjE4LS4xOTUuMTE0IDAgLjExNC4xLjExNC4yNTR2NS4xNnpNOTEuNjQgNTIuNzMzYzAgLjUzLjUwNCAxLjQyOCAxLjQ0IDEuNDI4IDEuNSAwIDIuMTI1LTEuNDcgMi4xMjUtMi43MTUgMC0xLjUxLTEuMTQ2LTIuNzctMi4yMzYtMi43Ny0uNTIgMC0uOTUyLjMzNy0xLjMzLjY2djMuMzk4em0wLTMuODA1Yy41Ni0uNDc2IDEuMzE0LTEuMDA4IDIuMDg0LTEuMDA4IDEuNjIzIDAgMi42MDIgMS40MTUgMi42MDIgMi45MzggMCAxLjgzMi0xLjM0NCAzLjY2NS0zLjM0MyAzLjY2NS0xLjAzNiAwLTEuNTgtLjMzNi0xLjk0NS0uNDg4bC0uNDIuMzItLjI5Mi0uMTUyYy4xMjQtLjgyNS4xOTUtMS42MzcuMTk1LTIuNDl2LTYuMDE1YzAtLjkxLS4yMS0uOTM4LS43NC0xLjA5M3YtLjIyM2MuNTYtLjE4MiAxLjE0Ni0uNDMzIDEuNDQtLjYwMy4xNTQtLjA4NC4yNjQtLjE1NC4zMS0uMTU0LjA4NCAwIC4xMS4wODQuMTEuMTk1djUuMTA4ek0zMS4yODggNjIuNDQ4aC4xMDhjLjI3MiAwIC41NjItLjAzOC41NjItLjQzNXYtMy45ODZjMC0uMzk2LS4yOS0uNDM2LS41NjItLjQzNmgtLjEwOHYtLjIyN2MuMyAwIC43NTYuMDMgMS4xMy4wMy4zOCAwIC44MzYtLjAzIDEuMTkyLS4wM3YuMjI4aC0uMTA1Yy0uMjczIDAtLjU2NC4wNC0uNTY0LjQzN3YzLjk4NmMwIC4zOTYuMjkyLjQzNS41NjUuNDM1aC4xMDV2LjIzYy0uMzY0IDAtLjgyLS4wMzItMS4yMDItLjAzMi0uMzcyIDAtLjgyLjAzLTEuMTIuMDN2LS4yMjh6Ii8+PHBhdGggZD0iTTMzLjU3OCA2Mi42NDR2LS4xNjJoLS4wNzNjLS4yNyAwLS41OTYtLjA0Ni0uNTk4LS40Njh2LTMuOTg2Yy4wMDItLjQyLjMyNi0uNDY4LjU5OC0uNDY4aC4wNzN2LS4xNjNjLS4zNTMgMC0uNzkuMDMtMS4xNi4wMy0uMzYyIDAtLjgtLjAzLTEuMDk2LS4wM3YuMTYzaC4wNzJjLjI3MyAwIC41OTYuMDQ3LjU5Ni40Njh2My45ODZjMCAuNDIyLS4zMjMuNDY4LS41OTYuNDY4aC0uMDcydi4xNjJjLjI5NS0uMDAyLjcyNi0uMDMgMS4wODYtLjAzLjM3IDAgLjgxMi4wMyAxLjE3LjAzbS4wMzIuMDY0Yy0uMzY2IDAtLjgyLS4wMjgtMS4yMDItLjAyOC0uMzcyIDAtLjgxOC4wMjgtMS4xMi4wMjhoLS4wM1Y2Mi40MTVoLjEzNmMuMjc4LS4wMDYuNTI3LS4wMjcuNTMtLjRWNTguMDNjLS4wMDMtLjM3NS0uMjUyLS4zOTctLjUzLS40MDNoLS4xMzhWNTcuMzNoLjAzYy4zMDMgMCAuNzU3LjAzIDEuMTMuMDMuMzggMCAuODM1LS4wMyAxLjE5My0uMDNoLjAzM1Y1Ny42MjRoLS4xMzhjLS4yNzUuMDA3LS41My4wMy0uNTMuNDAzdjMuOTg2YzAgLjM3My4yNTUuMzk1LjUzLjRoLjE0VjYyLjcwN2gtLjAzNXpNMzguODQgNjEuMTc3bC4wMTUtLjAxNnYtMi44NTNjMC0uNjI0LS40MzMtLjcxNi0uNjYyLS43MTZoLS4xNjd2LS4yMjdjLjM1NiAwIC43MDcuMDMgMS4wNjYuMDMuMzEgMCAuNjI0LS4wMy45MzUtLjAzdi4yMjhoLS4xMTNjLS4zMiAwLS42NzguMDYyLS42NzguOTY4djMuNDY0YzAgLjI2Ny4wMDguNTMuMDQ2Ljc3aC0uMjlsLTMuOTItNC4zN3YzLjEzNmMwIC42NjMuMTMuODkuNzE2Ljg5aC4xM3YuMjNjLS4zMjcgMC0uNjU0LS4wMy0uOTgzLS4wMy0uMzQgMC0uNjkuMDMtMS4wMzQuMDN2LS4yM2guMTA4Yy41MjUgMCAuNjg0LS4zNTYuNjg0LS45NjZ2LTMuMjA1YzAtLjQyNS0uMzUtLjY4NS0uNjktLjY4NWgtLjF2LS4yMjhjLjI4OCAwIC41ODUuMDMuODcyLjAzLjIzIDAgLjQ1LS4wMy42OC0uMDNsMy4zODcgMy44MTN6Ii8+PHBhdGggZD0iTTM4LjgyNCA2MS4xNmwtLjAwOC0uMDA4LjAwOC4wMXptLjAxNy4wMTdsLjAyNS0uMDIyLS4wMjQuMDIyem0uMTUyIDEuNThoLjI1M2MtLjAzNi0uMjMtLjA0Mi0uNDgtLjA0Mi0uNzM0di0zLjQ2NWMwLS45MS4zODMtLjk5OC43MS0uOTk4aC4wOHYtLjE2M2MtLjI5OCAwLS42LjAzLS45LjAzLS4zNSAwLS42OS0uMDMtMS4wMzMtLjAzdi4xNjNoLjEzM2MuMjMzIDAgLjY5Ni4xMDQuNjk2Ljc1bC0uMDEyIDIuODc2LS4wMTYuMDE0LS4wMjUuMDI0LTMuMzg1LTMuODI4Yy0uMjI2IDAtLjQ0Ni4wMy0uNjguMDMtLjI3NyAwLS41NjQtLjAzLS44NC0uMDN2LjE2M2guMDY2Yy4zNTYgMCAuNzI2LjI3LjcyNi43MTZ2My4yMDVjMCAuNjEtLjE3IDEtLjcxOCAxLjAwMmwtLjA3My0uMDAydi4xNjNjLjMzLS4wMDIuNjctLjAzIDEtLjAzLjMyIDAgLjYzNi4wMjguOTUuMDN2LS4xNmgtLjA5N2MtLjU5OC0uMDAzLS43NDctLjI2My0uNzQ3LS45MjZ2LTMuMjIybDMuOTUyIDQuNDIyem0uMjkuMDY2bC0uMzE0LS4wMS0zLjg2NC00LjMwN3YzLjA1Yy4wMS42NjQuMTEuODUuNjg0Ljg1OGguMTYzVjYyLjcwOGgtLjAzMmMtLjMzIDAtLjY1Ni0uMDI4LS45ODMtLjAyOC0uMzQgMC0uNjkuMDI4LTEuMDM0LjAyOGgtLjAzM1Y2Mi40MTRIMzQuMDFjLjUwMy0uMDAzLjY0Ni0uMzI0LjY1NC0uOTMzdi0zLjIwNGMtLjAwMi0uNDA0LS4zMzctLjY1LS42NjItLjY1aC0uMTM0VjU3LjMzMmguMDM0Yy4yOSAwIC41ODguMDI3Ljg3My4wMjcuMjI4IDAgLjQ0OC0uMDI4LjcwNS0uMDJsMy4zNDcgMy43N3YtMi44MDJjLS4wMDYtLjYwNy0uNDEtLjY3OC0uNjMyLS42ODRoLS4yVjU3LjMzaC4wMzNjLjM1OCAwIC43MS4wMjggMS4wNjYuMDI4LjMxIDAgLjYyMi0uMDI3LjkzNS0uMDI3aC4wMzRWNTcuNjI0SDM5LjkxNWMtLjMxNS4wMS0uNjM2LjAzNy0uNjQ1LjkzNHYzLjQ2NWMwIC4yNjcuMDA2LjUzLjA0Ljc2MmwuMDEuMDRoLS4wNHpNNDEuMTcgNTcuNzQ0Yy0uNTczIDAtLjU5OC4xMzYtLjcxLjY5MmgtLjIyOGMuMDMtLjIxNC4wNjgtLjQyNi4wOTQtLjY0Ny4wMjgtLjIxNS4wNDQtLjQyNi4wNDQtLjY0N2guMTgyYy4wNjIuMjMuMjUuMjIuNDU4LjIyaDMuOTI3Yy4yMDcgMCAuMzk3LS4wMDcuNDEtLjIzNWwuMTg0LjAzYy0uMDI4LjIwNi0uMDYuNDEtLjA4My42MTYtLjAxNC4yMDYtLjAxNC40MS0uMDE0LjYxNmwtLjIzLjA4NWMtLjAxNS0uMjgtLjA1My0uNzMyLS41NjItLjczMmgtMS4yNDd2NC4wNWMwIC41ODcuMjY4LjY1NC42MzIuNjU0aC4xNDR2LjIzYy0uMjk2IDAtLjgzLS4wMzItMS4yNC0uMDMyLS40NTcgMC0uOTkuMDMtMS4yODYuMDN2LS4yMjhoLjE0NGMuNDIgMCAuNjMyLS4wMzguNjMyLS42NHYtNC4wNjVoLTEuMjV6Ii8+PHBhdGggZD0iTTQ0LjE2OCA2Mi43MDhjLS4zIDAtLjgzLS4wMjgtMS4yNC0uMDI4LS40NTggMC0uOTg4LjAyOC0xLjI4Ny4wMjhoLS4wMzJWNjIuNDE0aC4xNzhjLjQyLS4wMDguNTg4LS4wMTUuNTk4LS42MDR2LTQuMDMzSDQxLjE3di0uMDY1aDEuMjh2NC4xYzAgLjYxLS4yNDYuNjctLjY2NS42NzJoLS4xMXYuMTZjLjMgMCAuODEtLjAzIDEuMjUzLS4wMy4zOTggMCAuOTA2LjAzIDEuMjA3LjAzdi0uMTZoLS4xMWMtLjM3IDAtLjY2NC0uMDktLjY2NC0uNjg4di00LjA4NGgxLjI4MmMuNTA4LjAwMi41NzYuNDM2LjU5Mi43MTdsLjE2NS0uMDZjMC0uMi4wMDItLjM5OC4wMTYtLjYuMDItLjE5NC4wNDgtLjM5LjA3Ny0uNTgzbC0uMTE1LS4wMmMtLjAzNi4yMjItLjI1LjIzMi0uNDQyLjIzSDQwLjk3Yy0uMTc4IDAtLjM3My0uMDA4LS40NC0uMjJoLS4xMjZjLS4wMDIuMjEtLjAyLjQxMy0uMDQ2LjYxNS0uMDIyLjIxLS4wNTYuNDEtLjA4NC42MTJoLjE2Yy4xMDMtLjUzLjE2Ny0uNzAzLjczNy0uNjk0di4wNjVjLS41NjMuMDEyLS41NTIuMTA0LS42NzcuNjY4bC0uMDA0LjAyNkg0MC4xOTJsLjAwNy0uMDRjLjAzLS4yMTQuMDctLjQyNi4wOS0uNjQ3LjAzMy0uMjEuMDQ3LS40MjIuMDQ3LS42NHYtLjAzM2guMjQ0bC4wMDQuMDIzYy4wNTMuMTkyLjE5My4xOTMuMzg3LjE5NmgzLjk2NmMuMjEzLS4wMDQuMzY2LS4wMDcuMzgtLjIwNmwuMDAzLS4wMzUuMDM1LjAwNi4yMTUuMDM0LS4wMDYuMDMyYy0uMDMuMjA1LS4wNi40MS0uMDg0LjYxMy0uMDE0LjIwNC0uMDE0LjQwOC0uMDE0LjYxNHYuMDIzbC0uMDIyLjAxLS4yNy4wOTZ2LS4wNDVjLS4wMjMtLjI4NC0uMDUtLjctLjUzLS43aC0xLjIxN3Y0LjAyYy4wMDYuNTcyLjIzMy42MS41OTguNjE4aC4xNzVWNjIuNzA3aC0uMDMyek00NS43NyA2Mi40NDhoLjExYy4yNzIgMCAuNTYtLjAzOC41Ni0uNDM1di0zLjk4NmMwLS4zOTYtLjI4OC0uNDM2LS41Ni0uNDM2aC0uMTF2LS4yMjdjLjQ2NSAwIDEuMjU4LjAzIDEuODk2LjAzLjY0IDAgMS40MzItLjAzIDEuOTUtLjAzLS4wMTUuMzI1LS4wMDcuODMuMDE2IDEuMTYzbC0uMjMuMDYyYy0uMDM3LS40OTQtLjEyNy0uODktLjkyOC0uODloLTEuMDU3djEuOTkzaC45MDVjLjQ1NiAwIC41NTYtLjI1OC42LS42N2guMjNjLS4wMTYuMy0uMDIzLjU5NS0uMDIzLjg5MiAwIC4yOS4wMDcuNTguMDIuODY4bC0uMjI3LjA0NGMtLjA0Ni0uNDU1LS4wNjctLjc1Mi0uNTk2LS43NTJoLS45MXYxLjc3MmMwIC40OTQuNDQuNDk0LjkyNi40OTQuOTE1IDAgMS4zMTctLjA2IDEuNTQ1LS45MjdsLjIxNS4wNTNjLS4xLjQwNC0uMTkuODA3LS4yNiAxLjIxMi0uNDg3IDAtMS4zNjItLjAzLTIuMDQ2LS4wMy0uNjg4IDAtMS41OS4wMy0yLjAyNy4wM3YtLjIyN3oiLz48cGF0aCBkPSJNNDkuODE0IDYyLjY0M2MuMDY4LS4zODQuMTU1LS43Ny4yNDctMS4xNTJsLS4xNDgtLjAzNmMtLjIzLjg1Mi0uNjcuOTI4LTEuNTY2LjkyMi0uNDggMC0uOTYgMC0uOTYzLS41Mjh2LTEuODA1aC45NDVjLjUzMi0uMDA3LjU4Ni4zMTMuNjI0Ljc0N2wuMTY1LS4wMzVjLS4wMTYtLjI3OC0uMDItLjU2LS4wMi0uODQgMC0uMjg3LjAwNS0uNTcuMDItLjg1OGgtLjE2NWMtLjA0Mi4zOTYtLjE2Ni42NzQtLjYzLjY3aC0uOTR2LTIuMDZoMS4wOWMuNzk0LS4wMDYuOTI0LjQuOTYuODhsLjE2My0uMDQzYy0uMDEyLS4yMTQtLjAyMy0uNDktLjAyMy0uNzQ0IDAtLjEzLjAwMi0uMjU1LjAwNi0uMzYyLS41MTYgMC0xLjI4NS4wMy0xLjkxMy4wMy0uNjI2IDAtMS4zOTYtLjAzLTEuODYtLjAzdi4xNjNoLjA3NGMuMjcgMCAuNTk0LjA0OC41OTYuNDd2My45ODVjLS4wMDIuNDIyLS4zMjcuNDY3LS41OTcuNDdoLS4wNzZ2LjE2Yy40NDQgMCAxLjMyLS4wMyAxLjk5My0uMDMuNjczLS4wMDIgMS41MjcuMDI4IDIuMDE3LjAyOG0uMDMuMDY1Yy0uNDg3IDAtMS4zNjQtLjAzLTIuMDQ2LS4wMy0uNjg4IDAtMS41OS4wMy0yLjAyNy4wM2gtLjAyOFY2Mi40MTVoLjEzOGMuMjc1LS4wMDQuNTI2LS4wMjcuNTI4LS40VjU4LjAzYy0uMDAyLS4zNzItLjI1My0uMzk3LS41MjgtLjQwM2gtLjE0VjU3LjMzNGguMDNjLjQ2NyAwIDEuMjU4LjAyNyAxLjg5Ni4wMjcuNjQgMCAxLjQzMi0uMDI2IDEuOTUtLjAyNmguMDMzdi4wMzRjLS4wMS4xMTQtLjAxLjI1LS4wMS4zOTMgMCAuMjY0LjAxLjU1LjAyMi43Njh2LjAyOGwtLjAyMy4wMDctLjI3LjA3LS4wMDMtLjA0Yy0uMDQ0LS40OTItLjExLS44NTMtLjg5NS0uODU4aC0xLjAyNnYxLjkyN2guODc1Yy40NC0uMDA0LjUxNy0uMjMuNTY4LS42NGwuMDA0LS4wM0g0OS4xODJ2LjAzNWMtLjAxMy4yOTctLjAyMi41OTMtLjAyMi44OSAwIC4yODguMDEuNTc3LjAyLjg2NmwuMDAzLjAyNy0uMDI3LjAwNS0uMjY0LjA1Ni0uMDAyLS4wNGMtLjA1Mi0uNDY2LS4wNTYtLjcxOC0uNTYyLS43MjRoLS44OHYxLjc0YzAgLjQ2Mi40LjQ2Ljg5Ny40NjIuOTE1LS4wMDYgMS4yODQtLjA1IDEuNTEzLS45MDRsLjAwOC0uMDMuMDMuMDA2LjI0NS4wNi0uMDA3LjAzM2MtLjA5OC40LS4xOS44MDYtLjI1NyAxLjIxbC0uMDA3LjAyNGgtLjAyNXpNNTIuMTAyIDU5LjkzNWguMzc1Yy43NjIgMCAxLjE3LS4yODcgMS4xNy0xLjE4NiAwLS42OC0uNDMtMS4xMS0xLjExLTEuMTEtLjIzIDAtLjMyNi4wMi0uNDM1LjAyOHYyLjI2N3ptLS45NzItMS43NjVjMC0uNTU1LS4zMDUtLjU3OC0uNTQyLS41NzhoLS4xMzZ2LS4yMjhjLjI0MyAwIC43MTQuMDMgMS4xOC4wMy40NTcgMCAuODIyLS4wMyAxLjIyNS0uMDMuOTYgMCAxLjgxMy4yNTcgMS44MTMgMS4zNCAwIC42ODQtLjQ1OCAxLjEwMy0xLjA2IDEuMzRsMS4zMDMgMS45NDhjLjIxNC4zMi4zNjUuNDEuNzQuNDU2di4yM2MtLjI1NCAwLS40OTctLjAzMi0uNzQ4LS4wMzItLjIzNSAwLS40OC4wMy0uNzE2LjAzLS41ODctLjc3LTEuMDktMS41OS0xLjU4My0yLjQ2N2gtLjUwNXYxLjYzYzAgLjU4Ni4yNzUuNjA3LjYyNC42MDdoLjEzOHYuMjNjLS40MzMgMC0uODczLS4wMzItMS4zMDgtLjAzMi0uMzY2IDAtLjcyNC4wMy0xLjEwNC4wM3YtLjIyOGguMTM2Yy4yODUgMCAuNTQyLS4xMy41NDItLjQxVjU4LjE3eiIvPjxwYXRoIGQ9Ik01Mi40NzcgNTkuOTAzYy43NTQtLjAwNyAxLjEzMi0uMjcgMS4xNC0xLjE1My0uMDA2LS42NjUtLjQxOC0xLjA3Ny0xLjA4LTEuMDgtLjIwNSAwLS4zMDMuMDItLjQuMDI3djIuMjA2aC4zNHptLS4zNzUuMDY2aC0uMDN2LTIuMzNsLjAyOC0uMDA1Yy4xMDQtLjAwOC4yMDYtLjAyOC40MzctLjAyOC42OTQgMCAxLjE0NS40NSAxLjE0NiAxLjE0NC0uMDAyLjkxLS40NCAxLjIyLTEuMjA2IDEuMjJoLS4zNzV6bTAgLjIwNmguNTIzbC4wMDguMDJjLjQ5Ni44NzQuOTk3IDEuNjk1IDEuNTU3IDIuNDQ4LjIzIDAgLjQ4LS4wMy43MTQtLjAzLjI0MyAwIC40OC4wMjYuNzE2LjAzdi0uMTY3Yy0uMzYtLjA0NC0uNTI2LS4xNS0uNzMzLS40NjdsLTEuMzI0LTEuOTguMDM2LS4wMThjLjU5NS0uMjM0IDEuMDM3LS42NCAxLjAzNy0xLjMwOCAwLTEuMDU4LS44MjItMS4zMDMtMS43OC0xLjMwOC0uNCAwLS43NjcuMDMtMS4yMjMuMDMtLjQ1IDAtLjktLjAzLTEuMTQ4LS4wM3YuMTYzaC4xMDRjLjI0IDAgLjU3NC4wMzcuNTc0LjYxdjMuODY3YzAgLjMwNS0uMjg1LjQ0My0uNTc0LjQ0NGgtLjEwNHYuMTZjLjM2NyAwIC43MTQtLjAyOCAxLjA3LS4wMjguNDI1IDAgLjg1NS4wMyAxLjI3NS4wM3YtLjE2aC0uMTAzYy0uMzQ3LS4wMDItLjY1NS0uMDQzLS42NTUtLjY0NHYtMS42NjNoLjAzem0zLjU1IDIuNTMyYy0uMjU3IDAtLjUtLjAyOC0uNzUtLjAyOC0uMjMgMC0uNDc0LjAyOC0uNzM4LjAxNy0uNTg0LS43NjYtMS4wODUtMS41ODMtMS41NzctMi40NTJoLS40NXYxLjU5NWMuMDA4LjU3LjIzNy41NjcuNTkuNTc1aC4xNzJWNjIuNzFoLS4wMzVjLS40MzUgMC0uODc3LS4wMy0xLjMxLS4wMy0uMzYyIDAtLjcyMi4wMy0xLjEwMy4wM2gtLjAzM1Y2Mi40MTRoLjE2OGMuMjc1LS4wMDIuNTA3LS4xMi41MS0uMzc2di0zLjg3Yy0uMDA3LS41NC0uMjctLjUzNy0uNTEtLjU0NWgtLjE3VjU3LjMzaC4wMzRjLjI0OCAwIC43MTYuMDMgMS4xOC4wMy40NTUgMCAuODItLjAzIDEuMjI1LS4wMy45Ni4wMDMgMS44NDQuMjY3IDEuODQ2IDEuMzc0IDAgLjY4NS0uNDU1IDEuMTE1LTEuMDQgMS4zNTRsMS4yNzcgMS45MTRjLjIxMy4zMTYuMzQ3LjM5Ni43MTcuNDRsLjAyOC4wMDVWNjIuNzA3aC0uMDMzek02MC44MiA2MS4xNzdsLjAxMy0uMDE2di0yLjg1M2MwLS42MjQtLjQzNS0uNzE2LS42NjItLjcxNmgtLjE2NnYtLjIyN2MuMzU2IDAgLjcwNy4wMyAxLjA2Ni4wMy4zMTIgMCAuNjIyLS4wMy45MzctLjAzdi4yMjhoLS4xMTNjLS4zMiAwLS42NzguMDYyLS42NzguOTY4djMuNDY0YzAgLjI2Ny4wMDguNTMuMDQ0Ljc3aC0uMjlsLTMuOTE4LTQuMzd2My4xMzZjMCAuNjYzLjEyOC44OS43MTYuODloLjEzdi4yM2MtLjMyNyAwLS42NTYtLjAzLS45ODMtLjAzLS4zNDMgMC0uNjkzLjAzLTEuMDM0LjAzdi0uMjNoLjEwNWMuNTI4IDAgLjY4OC0uMzU2LjY4OC0uOTY2di0zLjIwNWMwLS40MjUtLjM1LS42ODUtLjY5My0uNjg1aC0uMXYtLjIyOGMuMjg3IDAgLjU4NC4wMy44NzMuMDMuMjI4IDAgLjQ0OC0uMDMuNjc4LS4wM2wzLjM5IDMuODEzeiIvPjxwYXRoIGQ9Ik02MC44IDYxLjE2bC0uMDA3LS4wMDcuMDA2LjAwOHptLjAyLjAxN2wuMDIyLS4wMjItLjAyMy4wMjJ6bS4xNSAxLjU4aC4yNTJjLS4wMzQtLjIyNy0uMDQyLS40OC0uMDQyLS43MzR2LTMuNDY1Yy4wMDItLjkxLjM4Ny0uOTk2LjcxNC0uOTk4aC4wOHYtLjE2M2MtLjMgMC0uNi4wMy0uOTAzLjAzLS4zNSAwLS42ODgtLjAzLTEuMDMtLjAzdi4xNjNoLjEzMmMuMjM1LjAwMi42OTYuMTA0LjY5Ni43NDhsLS4wMTMgMi44NzgtLjAxMi4wMTQtLjAyMy4wMjQtMy4zOS0zLjgyOGMtLjIyNSAwLS40NDUuMDMtLjY3Ny4wMy0uMjggMC0uNTY2LS4wMy0uODQzLS4wM3YuMTYzaC4wNjdjLjM1OCAwIC43MjYuMjcuNzI2LjcxNnYzLjIwNGMwIC42MS0uMTcyIDEtLjcyIDEuMDAyaC0uMDczdi4xNmMuMzMgMCAuNjY3LS4wMyAxLjAwMi0uMDMuMzIgMCAuNjM2LjAzLjk1My4wM3YtLjE2aC0uMDk4Yy0uNiAwLS43NS0uMjYyLS43NTItLjkyNXYtMy4yMmwzLjk1NiA0LjQyem0uMjkuMDY2bC0uMzEzLS4wMS0zLjg2Mi00LjMwN3YzLjA1Yy4wMS42NjQuMTA3Ljg1LjY4NC44NThoLjE2VjYyLjcwOGgtLjAzNGMtLjMyOCAwLS42NTUtLjAzLS45ODItLjAzLS4zNCAwLS42OS4wMy0xLjAzMi4wM2gtLjAzNlY2Mi40MTRINTUuOTg2Yy41MDItLjAwMi42NDctLjMyNC42NTQtLjkzNHYtMy4yMDRjLS4wMDItLjQwNC0uMzM1LS42NS0uNjYtLjY1aC0uMTM0VjU3LjMzaC4wMzZjLjI5IDAgLjU4Ni4wMy44NzMuMDMuMjI2IDAgLjQ0NC0uMDMuNy0uMDJsMy4zNDYgMy43N3YtMi44MDNjMC0uNjA1LS40MDUtLjY4LS42MjctLjY4M2gtLjIwM1Y1Ny4zM2guMDM0Yy4zNTggMCAuNzEuMDMgMS4wNjYuMDMuMzEgMCAuNjIyLS4wMy45MzUtLjAzaC4wMzZWNTcuNjI0SDYxLjg5NmMtLjMxNi4wMS0uNjQuMDM3LS42NDcuOTM0djMuNDY1YzAgLjI2Ny4wMDcuNTMuMDQ0Ljc2M2wuMDA0LjAzOGgtLjAzNnpNNjQuMzQzIDU4LjIxNmgtLjAxNmwtLjcwOCAyLjE1NWgxLjQybC0uNjk3LTIuMTU0em0tMS4xMTMgMy4zN2MtLjA3NS4yNi0uMTcuNDYtLjE3LjU5NiAwIC4yMy4zMi4yNjcuNTcyLjI2N2guMDg2di4yMjhjLS4zMDctLjAyLS42MTgtLjAzLS45MjUtLjAzLS4yNzIgMC0uNTQ0LjAxMi0uODIuMDN2LS4yM2guMDQ3Yy4yOTUgMCAuNTUtLjE3NS42Ni0uNDk1bDEuMjItMy40OTJjLjEtLjI4LjIzNy0uNjYuMjgzLS45NDMuMjQzLS4wODQuNTQ2LS4yMzUuNjktLjMyNy4wMjQtLjAwNi4wNC0uMDE1LjA2LS4wMTUuMDIzIDAgLjA0IDAgLjA1NS4wMjMuMDIyLjA2LjA0NC4xMy4wNy4xOWwxLjQgMy45OGMuMDkuMjY3LjE4Mi41NDYuMjguNzc3LjA5LjIxMy4yNS4zMDMuNTA0LjMwM2guMDQ0di4yM2MtLjM0LS4wMi0uNjg0LS4wMzItMS4wNS0uMDMyLS4zNzIgMC0uNzU0LjAxMy0xLjE0My4wM3YtLjIyOGguMDg1Yy4xNzQgMCAuNDczLS4wMy40NzMtLjIyIDAtLjEtLjA2Ni0uMzA2LS4xNTQtLjU1bC0uMjk2LS44ODJoLTEuNzI3bC0uMjQzLjc5eiIvPjxwYXRoIGQ9Ik02NC4zMSA1OC4yMjdsLjAxOC0uMDA2LS4wMi4wMDd6bS0uNjQ3IDIuMTFoMS4zMzRsLS42NjItMi4wMzgtLjY3MiAyLjAzN3ptLS4wOTIuMDY2bC43My0yLjIyaC4wNDN2LjAzMmwtLjAwOC4wMDIuMDA4LS4wMDJ2LS4wMzNoLjAybC43MjUgMi4yMkg2My41N3ptMS41NTggMi4yNGMuMzc1LS4wMTUuNzQ4LS4wMyAxLjEwOC0uMDMuMzU0IDAgLjY4Ni4wMTYgMS4wMi4wM3YtLjE2aC0uMDEzYy0uMjYyLjAwMi0uNDQtLjEtLjUzNC0uMzI1LS4xLS4yMy0uMTk0LS41MTItLjI4NC0uNzhsLTEuNC0zLjk4Yy0uMDIyLS4wNi0uMDQ1LS4xMjgtLjA2NC0uMTg0LS4wMDgtLjAwNy0uMDA0LS4wMDctLjAxMy0uMDA3aC0uMDE1Yy0uMDE2IDAtLjAyMy4wMDQtLjA0NC4wMS0uMTQ2LjA5Ni0uNDUuMjQ2LS42NzcuMzA2LS4wNDYuMjg3LS4xODUuNjY2LS4yODIuOTVsLTEuMjE3IDMuNDkzYy0uMTE4LjMzMi0uMzgzLjUxOC0uNjkyLjUxN2gtLjAxM3YuMTZjLjI2My0uMDE0LjUyNi0uMDI4Ljc5LS4wMjguMjk0IDAgLjU5NS4wMTUuODg0LjAyOHYtLjE2aC0uMDQ3Yy0uMjUtLjAwMy0uNTk0LS4wMy0uNjA0LS4zIDAtLjE1LjA5My0uMzQ1LjE2Ni0uNjAzbC4wMzQuMDEtLjAzNC0uMDEuMjUyLS44MTRoMS43NzVsLjMwNS45MDVjLjA4NC4yNDUuMTU2LjQ0Ny4xNTYuNTYyLS4wMTMuMjMyLS4zMzMuMjQ4LS41MDcuMjUyaC0uMDV2LjE1OHptMi4xNTcuMDY1Yy0uMzQtLjAxMy0uNjg1LS4wMy0xLjA1LS4wMy0uMzcgMC0uNzUuMDE4LTEuMTQuMDNsLS4wMzMuMDA0VjYyLjQxMmguMTE1Yy4xNzggMCAuNDM3LS4wMzguNDM4LS4xODMuMDAyLS4wOS0uMDY1LS4zLS4xNS0uNTRsLS4yOS0uODZoLTEuNjc4bC0uMjM1Ljc2OGMtLjA3OC4yNi0uMTcuNDYtLjE3LjU4NC4wMDIuMTg2LjI4Ny4yMy41NC4yM2guMTE4di4zbC0uMDM2LS4wMDRjLS4zMDMtLjAxMy0uNjE2LS4wMy0uOTItLjAzLS4yNyAwLS41NDUuMDE4LS44MTguMDNsLS4wMzUuMDA0VjYyLjQxMmguMDhjLjI4MyAwIC41Mi0uMTYuNjI4LS40N2wxLjIyLTMuNDkzYy4xLS4yODMuMjM1LS42NjIuMzA0LS45NjYuMjM2LS4wODMuNTQyLS4yMzQuNjktLjMyNy4wMi0uMDA4LjA0My0uMDE4LjA3Mi0uMDE4LjAyLS4wMDIuMDYuMDAzLjA4NC4wNDQuMDIuMDYyLjA0Ni4xMy4wNy4xOWwxLjQgMy45ODNjLjA5LjI2NS4xOC41NDguMjguNzcyLjA4Ny4yMDIuMjMuMjguNDc0LjI4aC4wNzd2LjMwMWwtLjAzNS0uMDAyek02Ny42MiA1Ny43NDRjLS41NjggMC0uNTkzLjEzNi0uNzA2LjY5MmgtLjIzYy4wMy0uMjE0LjA3LS40MjYuMDk1LS42NDcuMDMtLjIxNS4wNC0uNDI2LjA0LS42NDdoLjE4N2MuMDYuMjMuMjUzLjIyLjQ1Ni4yMmgzLjkzYy4yMDQgMCAuMzk0LS4wMDcuNDA3LS4yMzVsLjE4NC4wM2MtLjAzLjIwNi0uMDYuNDEtLjA4Mi42MTYtLjAxNi4yMDYtLjAxNi40MS0uMDE2LjYxNmwtLjIzLjA4NWMtLjAxMy0uMjgtLjA1LS43MzItLjU2LS43MzJoLTEuMjV2NC4wNWMwIC41ODcuMjY2LjY1NC42My42NTRoLjE0N3YuMjNjLS4yOTcgMC0uODMtLjAzMi0xLjI0LS4wMzItLjQ1OCAwLS45OS4wMy0xLjI4Ny4wM3YtLjIyOGguMTQ0Yy40MiAwIC42MzItLjAzOC42MzItLjY0di00LjA2NWgtMS4yNXoiLz48cGF0aCBkPSJNNzAuNjIgNjIuNzA4Yy0uMjk4IDAtLjgzMi0uMDI4LTEuMjQtLjAyOC0uNDU1IDAtLjk4Ny4wMjgtMS4yODYuMDI4aC0uMDM0VjYyLjQxNGguMTc4Yy40Mi0uMDA4LjU4OC0uMDE1LjYtLjYwNGwtLjAwMi00LjAzM2gtMS4yMTR2LS4wNjVoMS4yODJ2NC4xYzAgLjYxLS4yNDcuNjctLjY2Ni42N2gtLjExdi4xNjNjLjMtLjAwMi44MTItLjAzIDEuMjUzLS4wMy40IDAgLjkwNy4wMjggMS4yMDguMDN2LS4xNjJoLS4xMWMtLjM2NyAwLS42NjItLjA5LS42NjUtLjY4N3YtNC4wODRoMS4yODJjLjUxLjAwMi41NzYuNDM2LjU5Mi43MTdsLjE2NS0uMDZjMC0uMi4wMDItLjM5OC4wMTctLjU5OC4wMi0uMTk2LjA1LS4zOS4wNzQtLjU4NWwtLjExMy0uMDJjLS4wMzUuMjIyLS4yNDguMjMyLS40MzcuMjNoLTMuOTdjLS4xNzYgMC0uMzctLjAwOC0uNDQtLjIyMmgtLjEyNmMwIC4yMS0uMDE1LjQxNS0uMDQ0LjYxNy0uMDIyLjIxLS4wNTguNDEyLS4wODguNjEyaC4xNjNjLjEtLjUzLjE2OC0uNzAzLjczNS0uNjk0di4wNjVjLS41NjMuMDEtLjU1LjEwNC0uNjc1LjY2OGwtLjAwNC4wMjZINjYuNjQ4bC4wMDctLjAzOGMuMDMtLjIxNi4wNjctLjQyOC4wOS0uNjQ4LjAzLS4yMTIuMDQ1LS40MjMuMDQ1LS42NDJ2LS4wMzJoLjI0MmwuMDA1LjAyM2MuMDU3LjE5Mi4xOTMuMTkzLjM4Ny4xOTZoMy45N2MuMjA4LS4wMDQuMzYzLS4wMDcuMzc2LS4yMDVsLjAwMi0uMDM2LjAzMy4wMDYuMjIuMDM0LS4wMDguMDMyYy0uMDMyLjIwNS0uMDYuNDEtLjA4NC42MTMtLjAxNC4yMDQtLjAxNC40MS0uMDE0LjYxNHYuMDIzbC0uMDI0LjAxLS4yNy4wOTZ2LS4wNDVjLS4wMi0uMjg0LS4wNDgtLjctLjUzLS43SDY5Ljg4djQuMDJjLjAwOC41NzIuMjM1LjYxLjU5OC42MThoLjE3OFY2Mi43MDdoLS4wMzV6TTcyLjI2NCA2Mi40NDhoLjEwN2MuMjc0IDAgLjU2My0uMDM4LjU2My0uNDM1di0zLjk4NmMwLS4zOTYtLjI5LS40MzYtLjU2Mi0uNDM2aC0uMTA2di0uMjI3Yy4yOTcgMCAuNzUzLjAzIDEuMTI2LjAzLjM4IDAgLjgzNy0uMDMgMS4xOTYtLjAzdi4yMjhoLS4xMDZjLS4yNzYgMC0uNTY1LjA0LS41NjUuNDM3djMuOTg2YzAgLjM5Ni4yOS40MzUuNTY1LjQzNWguMTA2di4yM2MtLjM2NyAwLS44Mi0uMDMyLTEuMjAyLS4wMzItLjM3NSAwLS44MjMuMDMtMS4xMi4wM3YtLjIyOHoiLz48cGF0aCBkPSJNNzQuNTUyIDYyLjY0M3YtLjE2aC0uMDcyYy0uMjc0IDAtLjU5OC0uMDQ3LS41OTgtLjQ3VjU4LjAzYzAtLjQyLjMyMy0uNDY4LjU5OC0uNDY4aC4wNzJ2LS4xNjNjLS4zNTMgMC0uNzkzLjAzLTEuMTYyLjAzLS4zNiAwLS43OTctLjAzLTEuMDk0LS4wM3YuMTYzaC4wNzVjLjI3IDAgLjU5Ny4wNDcuNTk3LjQ2OHYzLjk4NmMwIC40MjItLjMyNi40NjgtLjU5Ni40NjhoLS4wNzR2LjE2Yy4yOTUtLjAwMi43MjMtLjAyOCAxLjA4OC0uMDI4LjM2NyAwIC44MDcuMDI4IDEuMTY4LjAzbS4wMzQuMDY0Yy0uMzcgMC0uODI1LS4wMy0xLjIwMi0uMDMtLjM3MyAwLS44Mi4wMy0xLjEyLjAzaC0uMDM0VjYyLjQxNUg3Mi4zN2MuMjc0LS4wMDQuNTI3LS4wMjcuNTMtLjRWNTguMDNjLS4wMDMtLjM3Mi0uMjU2LS4zOTctLjUzLS40MDNoLS4xNFY1Ny4zMzRoLjAzM2MuMyAwIC43NTUuMDI3IDEuMTI2LjAyNy4zNzggMCAuODM0LS4wMjYgMS4xOTUtLjAyNmguMDNWNTcuNjI2aC0uMTM2Yy0uMjguMDA3LS41My4wMzItLjUzMi40MDN2My45ODVjLjAwMi4zNzMuMjUuMzk2LjUzLjRoLjE0VjYyLjcxaC0uMDMyek03Ny43MzYgNjIuNDU2YzEuNDc4IDAgMS43MzQtMS4zMDMgMS43MzQtMi40MSAwLTEuMTE0LS42LTIuNDYtMS44NjMtMi40Ni0xLjMzMiAwLTEuNzMgMS4xODctMS43MyAyLjIwNS4wMDIgMS4zNjMuNjI2IDIuNjY2IDEuODYgMi42NjZtLS4xMTYtNS4yMDZjMS42MjMgMCAyLjkxNSAxLjAwNiAyLjkxNSAyLjYyNyAwIDEuNzUtMS4yNTQgMi45MTQtMi44NzQgMi45MTQtMS42MTMgMC0yLjg0OC0xLjA5NS0yLjg0OC0yLjczIDAtMS41ODQgMS4yMjctMi44MSAyLjgxLTIuODEiLz48cGF0aCBkPSJNNzUuODQ2IDU5Ljc5Yy4wMDItMS4wMjQuNC0yLjI0IDEuNzYyLTIuMjQgMS4yOS4wMDUgMS44OTQgMS4zNzYgMS44OTcgMi40OTUtLjAwNCAxLjEwOC0uMjY0IDIuNDQyLTEuNzcgMi40NDJ2LS4wNjNjMS40NDgtLjAwMiAxLjctMS4yNyAxLjcwMy0yLjM4IDAtMS4xMDMtLjU5Ni0yLjQyNS0xLjgzLTIuNDI3LTEuMzEuMDAyLTEuNjkzIDEuMTYtMS42OTcgMi4xNzQuMDAzIDEuMzU2LjYyIDIuNjMgMS44MjYgMi42MzR2LjA2MmMtMS4yNjMgMC0xLjg4OC0xLjMyNS0xLjg5LTIuNjk1bS0xLjA2Ny4yN2MwLTEuNjAzIDEuMjQtMi44NCAyLjg0LTIuODQ0di4wNjdjLTEuNTYzIDAtMi43NzUgMS4yMS0yLjc3NSAyLjc3NS4wMDIgMS42MTggMS4yMTYgMi42OTcgMi44MTQgMi42OTggMS42MDUgMCAyLjg0My0xLjE0OCAyLjg0NS0yLjg4MiAwLTEuNi0xLjI3My0yLjU5LTIuODg0LTIuNTkydi0uMDY2YzEuNjM2LjAwMyAyLjk0NSAxLjAyIDIuOTUgMi42Ni0uMDAzIDEuNzctMS4yNzQgMi45NDQtMi45MSAyLjk0Ny0xLjYzLS4wMDMtMi44OC0xLjExLTIuODgtMi43NjRNODUuNjY4IDYxLjE3N2wuMDE2LS4wMTZ2LTIuODUzYzAtLjYyNC0uNDM3LS43MTYtLjY2Ni0uNzE2aC0uMTYzdi0uMjI3Yy4zNTUgMCAuNzA1LjAzIDEuMDYzLjAzLjMxMiAwIC42MjYtLjAzLjkzOC0uMDN2LjIyOGgtLjExNmMtLjMyIDAtLjY3OC4wNjItLjY3OC45Njh2My40NjRjMCAuMjY3LjAwNi41My4wNDYuNzdoLS4yOWwtMy45Mi00LjM3djMuMTM2YzAgLjY2My4xMjguODkuNzE2Ljg5aC4xM3YuMjNjLS4zMjcgMC0uNjU0LS4wMy0uOTgtLjAzLS4zNDYgMC0uNjk0LjAzLTEuMDQuMDN2LS4yM2guMTFjLjUyNiAwIC42ODQtLjM1Ni42ODQtLjk2NnYtMy4yMDVjMC0uNDI1LS4zNS0uNjg1LS42OTMtLjY4NWgtLjF2LS4yMjhjLjI5IDAgLjU4Ni4wMy44NzcuMDMuMjI4IDAgLjQ0OC0uMDMuNjc4LS4wM2wzLjM4OCAzLjgxM3oiLz48cGF0aCBkPSJNODUuNjQ3IDYxLjE2bC0uMDA0LS4wMDcuMDA0LjAwOHptLjAyLjAxN2wuMDIyLS4wMjItLjAyMi4wMjJ6bS4xNTIgMS41OGguMjQ4Yy0uMDMyLS4yMy0uMDM4LS40OC0uMDM4LS43MzR2LTMuNDY1YzAtLjkxNS4zODUtLjk5Ni43MS0uOTk4aC4wOHYtLjE2M2MtLjMgMC0uNi4wMy0uOTA1LjAzLS4zNDUgMC0uNjg2LS4wMy0xLjAzLS4wM3YuMTYzaC4xMzNjLjIzNS4wMDIuNjk1LjEwNS42OTUuNzVsLS4wMDggMi44NzYtLjAxNi4wMTQtLjAyMi4wMjQtMy4zOS0zLjgyOGMtLjIyNSAwLS40NDUuMDMtLjY3Ny4wMy0uMjggMC0uNTY1LS4wMy0uODQyLS4wM3YuMTYzaC4wNjVjLjM1OCAwIC43MjYuMjcuNzI2LjcxNnYzLjIwNWMwIC42MS0uMTcgMS0uNzE3IDEuMDAyaC0uMDc1di4xNmMuMzMyIDAgLjY3LS4wMyAxLjAwMi0uMDMuMzIgMCAuNjM0LjAzLjk1LjAzdi0uMTZoLS4xYy0uNTk4IDAtLjc0Ny0uMjYyLS43NDctLjkyNXYtMy4yMjJsMy45NTYgNC40MjJ6bS4yODguMDY2bC0uMzE1LS4wMS0zLjg2Mi00LjMwN3YzLjA1Yy4wMS42NjQuMTEyLjg1LjY4My44NTZoLjE2M3YuMjk2aC0uMDMyYy0uMzI4IDAtLjY1Ny0uMDI4LS45ODItLjAyOC0uMzQgMC0uNjkuMDI4LTEuMDM2LjAyOGgtLjAzMlY2Mi40MTJIODAuODM2Yy41IDAgLjY0NC0uMzIyLjY0OC0uOTN2LTMuMjA2YzAtLjQwNC0uMzMyLS42NS0uNjYtLjY1aC0uMTNWNTcuMzNoLjAzYy4yOTQgMCAuNTkuMDI3Ljg3OC4wMjcuMjI2IDAgLjQ0NC0uMDI4LjctLjAybDMuMzQ2IDMuNzd2LTIuODAyYy0uMDAyLS42MDctLjQwNi0uNjc4LS42My0uNjg0aC0uMlY1Ny4zM2guMDM1Yy4zNTggMCAuNzEuMDI4IDEuMDYzLjAyOC4zMTIgMCAuNjIzLS4wMjcuOTQtLjAyN2guMDMyVjU3LjYyNEg4Ni43NGMtLjMxMy4wMS0uNjQuMDM4LS42NDYuOTM0djMuNDY1YzAgLjI2Ny4wMDguNTMuMDQ2Ljc2M2wuMDA2LjAzOGgtLjAzOHpNODkuMTkgNTguMjE2aC0uMDE3bC0uNzA4IDIuMTU1aDEuNDI1bC0uNy0yLjE1NHptLTEuMTEzIDMuMzdjLS4wNzMuMjYtLjE2Ny40Ni0uMTY3LjU5NiAwIC4yMy4zMi4yNjcuNTcuMjY3aC4wODV2LjIyOGMtLjMwNS0uMDItLjYxOC0uMDMtLjkyMy0uMDMtLjI3MiAwLS41NDYuMDEyLS44Mi4wM3YtLjIzaC4wNDNjLjMgMCAuNTUzLS4xNzUuNjY0LS40OTVsMS4yMi0zLjQ5MmMuMDk3LS4yOC4yMzQtLjY2LjI3OC0uOTQzLjI0NS0uMDg0LjU1LS4yMzUuNjk1LS4zMjcuMDItLjAwNi4wMzYtLjAxNS4wNi0uMDE1LjAyMiAwIC4wMzggMCAuMDUyLjAyMy4wMjQuMDYuMDQ4LjEzLjA3LjE5bDEuMzk4IDMuOThjLjA5Mi4yNjcuMTg0LjU0Ni4yODMuNzc3LjA5Mi4yMTMuMjUuMzAzLjUwMy4zMDNoLjA0NXYuMjNjLS4zNDQtLjAyLS42ODctLjAzMi0xLjA1My0uMDMyLS4zNyAwLS43NTIuMDEzLTEuMTQuMDN2LS4yMjhoLjA4M2MuMTc2IDAgLjQ3My0uMDMuNDczLS4yMiAwLS4xLS4wNjgtLjMwNi0uMTUzLS41NWwtLjI5Ny0uODgzSDg4LjMybC0uMjQzLjc5MnoiLz48cGF0aCBkPSJNODkuMTYgNTguMjI3bC4wMTQtLjAwNi0uMDE1LjAwN3ptLS42NDggMi4xMWgxLjMzTDg5LjE4IDU4LjNsLS42NjggMi4wMzd6bS0uMDkyLjA2NmwuNzMtMi4yMkg4OS4xOXYuMDMybC0uMDEuMDAyLjAxLS4wMDJ2LS4wMzNoLjAyMmwuNzIyIDIuMjJIODguNDJ6bTEuNTU1IDIuMjRjLjM4LS4wMTUuNzQ3LS4wMyAxLjEwOC0uMDMuMzU2IDAgLjY4Ny4wMTYgMS4wMi4wM2wtLjAwMy0uMTZoLS4wMTJjLS4yNTggMC0uNDM3LS4xLS41My0uMzI1LS4xMDItLjIzLS4xOS0uNTEyLS4yODMtLjc4bC0xLjQtMy45OGMtLjAyMi0uMDYtLjA0Ny0uMTI4LS4wNjMtLjE4Mi0uMDA4LS4wMS0uMDA4LS4wMS0uMDEyLS4wMWgtLjAxN2MtLjAxNiAwLS4wMjUuMDA1LS4wNDQuMDEtLjE0OC4wOTUtLjQ1My4yNDgtLjY4LjMwNy0uMDQ1LjI4Ny0uMTgzLjY2Ni0uMjgyLjk1bC0xLjIyIDMuNDkzYy0uMTE1LjMzMi0uMzguNTE4LS42OTMuNTE3aC0uMDF2LjE2Yy4yNjMtLjAxNC41MjQtLjAyOC43ODctLjAyOC4yOTcgMCAuNTk4LjAxNS44OS4wMjh2LS4xNmgtLjA1M2MtLjI0OC0uMDAzLS41OTUtLjAzLS42MDQtLjMuMDAyLS4xNS4wOTYtLjM0NC4xNy0uNjA0bC4wMy4wMDgtLjAzLS4wMS4yNTMtLjgxM2gxLjc3M2wuMzAzLjkwNWMuMDg2LjI0NC4xNTYuNDQ2LjE1Ni41Ni0uMDEzLjIzMy0uMzMuMjUtLjUwNS4yNTNoLS4wNTJ2LjE2em0yLjE2LjA2NWMtLjM0Ny0uMDEzLS42ODgtLjAyOC0xLjA1Mi0uMDI4LS4zNyAwLS43NTIuMDE2LTEuMTQuMDI4bC0uMDMyLjAwNFY2Mi40MTRoLjExNmMuMTc4IDAgLjQzOC0uMDQuNDM4LS4xODUuMDAyLS4wOS0uMDY1LS4yOTYtLjE1LS41NGwtLjI5LS44NmgtMS42OGwtLjIzMy43NjhjLS4wOC4yNi0uMTcuNDYtLjE2Ny41ODMgMCAuMTg4LjI4NS4yMzQuNTM2LjIzNGguMTE3VjYyLjcxMmwtLjAzNC0uMDA0Yy0uMzA1LS4wMTMtLjYxNi0uMDI4LS45Mi0uMDI4LS4yNzIgMC0uNTQ1LjAxNi0uODIuMDI4bC0uMDMzLjAwNFY2Mi40MTRIODYuODY1Yy4yODUtLjAwMi41MjItLjE2My42MzQtLjQ3bDEuMjE3LTMuNDk1Yy4wOTgtLjI4My4yMzUtLjY2Mi4zLS45NjYuMjQyLS4wODMuNTQ4LS4yMzQuNjk1LS4zMjcuMDItLjAwOC4wNC0uMDE3LjA3LS4wMTcuMDIyLS4wMDIuMDYuMDAzLjA4NS4wNDYuMDIuMDU4LjA0NC4xMy4wNy4xOWwxLjM5OCAzLjk4Yy4wOTIuMjY2LjE4NC41NS4yOC43NzQuMDkzLjIuMjMuMjguNDcyLjI4MmguMDhWNjIuNzFsLS4wMzMtLjAwMnpNOTQuMDUzIDYxLjkzYzAgLjMwOC4yMTMuMzk3LjQ1Ni40My4zMS4wMjIuNjUzLjAyMiAxLjAwNi0uMDIuMzItLjAzNy41OTItLjIyLjczLS40MS4xMi0uMTY3LjE4OC0uMzguMjM0LS41NDhoLjIyYy0uMDgyLjQzNS0uMTkuODYyLS4yOCAxLjI5Ni0uNjcgMC0xLjM0LS4wMy0yLjAxLS4wMy0uNjcgMC0xLjMzOC4wMy0yLjAxLjAzdi0uMjNoLjEwNWMuMjc1IDAgLjU3Mi0uMDM3LjU3Mi0uNTF2LTMuOTFjMC0uMzk2LS4yOTctLjQzNi0uNTcyLS40MzZIOTIuNHYtLjIyOGMuNDA0IDAgLjguMDMgMS4yMDQuMDMuMzkgMCAuNzY4LS4wMyAxLjE1Ni0uMDN2LjIyOGgtLjE5Yy0uMjg4IDAtLjUxOC4wMDgtLjUxOC40MTJ2My45Mjd6Ii8+PHBhdGggZD0iTTk2LjM5MyA2Mi42NDNjLjA4OC0uNDEuMTg4LS44MTYuMjctMS4yMjdoLS4xNThjLS4wNDYuMTY1LS4xMTUuMzctLjIzMi41MzYtLjE0NC4xOTUtLjQyNS4zODItLjc1Ni40MjMtLjIuMDItLjM5NS4wMy0uNTgyLjAzLS4xNDcgMC0uMjktLjAwNi0uNDMtLjAxNi0uMjQ4LS4wMjgtLjQ4Ny0uMTM0LS40ODUtLjQ2di0zLjkyN2MwLS40MjUuMjY4LS40NDQuNTUtLjQ0NGguMTU4di0uMTY0Yy0uMzc1IDAtLjc0My4wMy0xLjEyMi4wMy0uMzk2IDAtLjc4LS4wMy0xLjE3Mi0uMDN2LjE2M2guMDczYy4yNyAwIC42MDYuMDQ2LjYwNi40NjZ2My45MTJjMCAuNDkyLS4zMy41NDMtLjYwNi41NDNoLS4wNzN2LjE2MmMuNjYgMCAxLjMxNy0uMDMgMS45OC0uMDMuNjYgMCAxLjMyLjAzIDEuOTguMDNtLjAyNy4wNjZjLS42NyAwLTEuMzQtLjAyOC0yLjAxLS4wMjgtLjY3IDAtMS4zMzguMDI4LTIuMDEyLjAyOGgtLjAzVjYyLjQxNGguMTM3Yy4yNzUtLjAwNi41MzYtLjAyNS41MzgtLjQ3NnYtMy45MTJjLS4wMDItLjM3LS4yNi0uMzk2LS41MzgtLjRoLS4xMzhWNTcuMzNoLjAzYy40MDYgMCAuODAzLjAyNyAxLjIwNi4wMjcuMzg3IDAgLjc2NS0uMDI4IDEuMTU2LS4wMjhoLjAzVjU3LjYyNGgtLjIyMmMtLjI5My4wMS0uNDgtLjAwNS0uNDg0LjM4djMuOTI3Yy4wMDIuMjg0LjE5LjM2LjQyNi4zOTUuMTM0LjAxLjI3NS4wMTUuNDIzLjAxNS4xODYgMCAuMzgtLjAwOC41NzYtLjAyOC4zMS0uMDM4LjU3Ny0uMjE3LjcwNi0uNC4xMTgtLjE2LjE4NS0uMzcuMjMtLjUzNGwuMDA3LS4wMjVIOTYuNzRsLS4wMDYuMDRjLS4wODguNDM0LS4xOS44Ni0uMjg1IDEuMjkzbC0uMDA3LjAyNGgtLjAyMnoiLz48L2c+PC9zdmc+)}.woocommerce #payment div.payment_method_square_credit_card .wc-square-credit-card-hosted-field-card-number.card-type-maestro{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjggODAiPjxwYXRoIGQ9Ik0xMjggNzUuNzM0YzAgMi4zNTYtMS45MSA0LjI2Ni00LjI2NiA0LjI2Nkg0LjI2OEMxLjkwOCA4MCAwIDc4LjA5IDAgNzUuNzM0VjQuMjdDMCAxLjkxIDEuOTEgMCA0LjI2OCAwaDExOS40NjdDMTI2LjA5IDAgMTI4IDEuOTEgMTI4IDQuMjd2NzEuNDY0eiIgZmlsbD0iIzE0NDc3QyIvPjxwYXRoIGZpbGw9IiNFQjIyMzAiIGQ9Ik03OS4yMzUgNjIuOTc1bDEuMTg3LS4wMzIgMS4xNy0uMDkgMS4xNDctLjE0NCAxLjEzMi0uMjA1IDEuMTE2LS4yNTUgMS4wOTQtLjMxIDEuMDY2LS4zNjIgMS4wNS0uNDE2IDEuMDItLjQ2Ljk4OC0uNTA3Ljk2NS0uNTUuOTMyLS42MDQuOTA0LS42NC44Ny0uNjguODM2LS43MjQuOC0uNzY0Ljc1NS0uOC43MjUtLjgzOC42OS0uODY4LjY0LS45LjU5Ni0uOTM0LjU1LS45NjcuNTE0LS45OS40Ni0xLjAxOC40MS0xLjA1LjM2Mi0xLjA2NC4zMS0xLjA5NC4yNTQtMS4xMS4yMDUtMS4xNC4xNDQtMS4xNS4wOS0xLjE3LjAzMi0xLjE4NS0uMDMzLTEuMTc3LS4wOS0xLjE2NC0uMTQ0LTEuMTQtLjIwNS0xLjEzLS4yNTUtMS4xMDQtLjMxLTEuMDg2LS4zNi0xLjA2NS0uNDEtMS4wNDMtLjQ2LTEuMDEtLjUxNS0uOTktLjU1LS45Ni0uNTk2LS45MzctLjY0LS44OTYtLjY5LS44Ny0uNzI1LS44My0uNzU1LS44LS44LS43NTUtLjgzNy0uNzI3LS44Ny0uNjgtLjkwMy0uNjQtLjkzLS41OTYtLjk2Ni0uNTUtLjk4OC0uNTE1LTEuMDItLjQ2LTEuMDUtLjQxLTEuMDY2LS4zNjItMS4wOTQtLjMxLTEuMTE2LS4yNTUtMS4xMzMtLjIwNC0xLjE0OC0uMTQzLTEuMTctLjA5LTEuMTg3LS4wMy0xLjE4NS4wMy0xLjE3LjA5LTEuMTQ3LjE0NC0xLjEzMy4yMDUtMS4xMTcuMjU2LTEuMDg4LjMxLTEuMDcyLjM2My0xLjA0LjQwOC0xLjAyLjQ2Mi0uOTg4LjUxNC0uOTYuNTUtLjkzNy41OTYtLjg5OC42NDItLjg2OC42OC0uODMuNzI1LS43OTUuNzU0LS43Ni44LS43MjQuODMtLjY4Ljg3LS42NDIuODk2LS41OTcuOTM3LS41NS45Ni0uNTA3Ljk5LS40NTQgMS4wMS0uNDEyIDEuMDQyLS4zNjMgMS4wNjQtLjMwMyAxLjA4Ni0uMjU3IDEuMTAzLS4yIDEuMTMyLS4xNDcgMS4xNC0uMDkgMS4xNjMtLjAzIDEuMTc3LjAzIDEuMTg2LjA5IDEuMTcuMTQ2IDEuMTUuMiAxLjE0LjI1OCAxLjExLjMwMyAxLjA5My4zNjMgMS4wNjQuNDEyIDEuMDUuNDU0IDEuMDIuNTA3Ljk4OC41NS45NjcuNTk4LjkzNS42NDMuOS42OC44NjcuNzIzLjgzOC43Ni44Ljc5Ni43NjQuODMuNzI0Ljg2OC42OC44OTguNjQuOTM2LjYwNC45Ni41NS45ODguNTA3IDEuMDIuNDYyIDEuMDQuNDE2IDEuMDczLjM2IDEuMDg4LjMxMiAxLjExNy4yNTUgMS4xMzMuMjA0IDEuMTQ3LjE0NCAxLjE3LjA5Ii8+PHBhdGggZmlsbD0iIzBCODRDNCIgZD0iTTQ4Ljc2NSA2Mi45NzVsMS4xODUtLjAzMiAxLjE3LS4wOSAxLjE1LS4xNDQgMS4xMy0uMjA1IDEuMTItLjI1NSAxLjA4NC0uMzEgMS4wNzUtLjM2MiAxLjA0LS40MTYgMS4wMTgtLjQ2Ljk5LS41MDcuOTU3LS41NS45MzctLjYwNC45LS42NC44NjYtLjY4LjgzMi0uNzI0LjgtLjc2NC43NTMtLjguNzI2LS44MzguNjgtLjg2OC42NC0uOS42LS45MzQuNTUtLjk2Ny41MDYtLjk5LjQ1OC0xLjAxOC40MDgtMS4wNS4zNi0xLjA2NC4zMDQtMS4wOTQuMjYtMS4xMS4yMDMtMS4xNC4xNC0xLjE1LjA5LTEuMTcuMDMtMS4xODUtLjAzLTEuMTc3LS4wOS0xLjE2NC0uMTQtMS4xNC0uMjA1LTEuMTMtLjI2LTEuMTA0LS4zMDItMS4wODYtLjM2LTEuMDY1LS40MS0xLjA0My0uNDU3LTEuMDEtLjUwNy0uOTktLjU1LS45Ni0uNi0uOTM3LS42NC0uODk2LS42OC0uODctLjcyNy0uODMtLjc1NC0uOC0uOC0uNzU1LS44MzItLjcyNy0uODY3LS42OC0uODk4LS42NC0uOTM3LS41OTYtLjk1OC0uNTUtLjk5LS41MTUtMS4wMTctLjQ2LTEuMDQtLjQxLTEuMDc2LS4zNjItMS4wODUtLjMxLTEuMTItLjI1NS0xLjEzLS4yMDQtMS4xNS0uMTQzLTEuMTctLjA5LTEuMTg1LS4wMy0xLjE4NS4wMy0xLjE3LjA5LTEuMTQ3LjE0NC0xLjEzMy4yMDUtMS4xMTguMjU2LTEuMDk0LjMxLTEuMDY1LjM2My0xLjA1LjQwOC0xLjAyLjQ2Mi0uOTg3LjUxNC0uOTY3LjU1LS45My41OTYtLjkwNi42NDItLjg2Ny42OC0uODQuNzI1LS43OTMuNzU0LS43Ni44LS43MjYuODMtLjY4Ny44Ny0uNjQuODk2LS41OTYuOTM3LS41NTIuOTYtLjUxNC45OS0uNDYgMS4wMS0uNDA4IDEuMDQyLS4zNjIgMS4wNjQtLjMxIDEuMDg2LS4yNTYgMS4xMDMtLjIwMyAxLjEzMi0uMTQ1IDEuMTQtLjA5MiAxLjE2My0uMDMgMS4xNzcuMDMgMS4xODYuMDkyIDEuMTcuMTQ0IDEuMTUuMjAyIDEuMTQuMjU2IDEuMTEuMzEgMS4wOTMuMzYyIDEuMDY0LjQwOCAxLjA1LjQ2IDEuMDIuNTE0Ljk4OC41NTIuOTY3LjU5Ni45MzUuNjQuOS42ODguODY3LjcyNS44MzguNzYuOC43OTQuNzY0Ljg0LjcyNC44NjcuNjguOTA2LjY0LjkzLjYwNC45NjYuNTUuOTg4LjUwNyAxLjAyLjQ2MiAxLjA1LjQxNiAxLjA2NC4zNiAxLjA5NC4zMTIgMS4xMTguMjU1IDEuMTMzLjIwNCAxLjE0Ny4xNDQgMS4xNy4wOSIvPjxwYXRoIGZpbGw9IiNFQjIyMzAiIGQ9Ik02MS4xNyAyNS43NzdoMTEuNjQ3di0xLjI4M0g2Mi4yOTRNNTkuMzQyIDI4LjQ5NWgxMy40NzVWMjcuMjJoLTEyLjY2TTU3Ljk3NSAzMS4yNmgxNC44NDJ2LTEuMjg1SDU4LjYwMk01Ny4wODYgMzMuOTc3aDE1LjczVjMyLjdINTcuNDhNNTYuNTA0IDM2LjcwMmgxNi4zMTN2LTEuMjg1aC0xNi4wOE01Ni4zODIgNDEuOThoMTYuNDM1di0xLjI4Nkg1Ni4yN001Ni43NzYgNDQuODU1aDE2LjA0di0xLjI4M0g1Ni41NDNNNTcuNTU0IDQ3LjE4OGgxNS4yNjN2LTEuMjgzSDU3LjE2TTU4LjcxNCA1MC4wMjZoMTQuMTAzdi0xLjI4M2gtMTQuNzJNNjAuMzUyIDUyLjkwM2gxMi40NjVWNTEuNjJINTkuNDkzTTYyLjQwNyA1NS42NjVoMTAuM3YtMS4yODJINjEuMjgyIi8+PGcgZmlsbD0iI0VCMjIzMCI+PHBhdGggZD0iTTk4LjQ2NiA1NC4wNjZsLjA2Ny0uMjA0LjExMy0uMTg4LjE0NC0uMTY3LjE2Ni0uMTM3LjE4OC0uMTA1LjIwNS0uMDY4LjIxNy0uMDIyLjIyNi4wMjIuMjEzLjA2OC4xODcuMTA1LjE2Ni4xMzcuMTM0LjE2Ny4xMDguMTg4LjA2OC4yMDRoLS4yMzRsLS4wNDctLjE0My0uMDgyLS4xNi0uMTA3LS4xMzUtLjEyOC0uMTA3LS4xNS0uMDgtLjE3NS0uMDUzLS4xOC0uMDE3LS4xOC4wMTctLjE3NC4wNTItLjE1Mi4wOC0uMTM2LjEwOC0uMTA0LjEzNi0uMDg0LjE2LS4wNDYuMTQyIi8+PHBhdGggZD0iTTk5LjE3NSA1NC4wNjZ2LS4yNzJoLjQyOGwuMS4wMDcuMDg0LjAxLjA3NS4wMjMuMDYuMDMuMDQ3LjAzNi4wMzYuMDQ0LjAyMi4wNTMuMDA2LjA3aC0uMTk1bC0uMDEtLjA0LS4wMTMtLjAzLS4wMjQtLjAzLS4wMy0uMDIzLS4wMzctLjAxNC0uMDM3LS4wMDctLjA0LS4wMDhoLS4yNzd2LjE1TTk4LjQ1IDU0LjI2M2wuMDE2LS4xOXYtLjAwN2guMjI0bC0uMDA3LjAzOC0uMDE0LjE2Ii8+PHBhdGggZD0iTTk5LjE3NSA1NC4yNjN2LS4xOTdoLjE5N3YuMTU4aC4zMjNsLjA0NC0uMDA3LjAzNy0uMDE2LjAyNC0uMDE0LjAyNS0uMDMuMDE0LS4wMzd2LS4wNTRoLjE5NGwtLjAwNi4wNjgtLjAxMy4wNi0uMDI1LjA0NS0uMDIuMDIzTTEwMC40NiA1NC4yNjNsLS4wMTgtLjE2LS4wMDYtLjAzN2guMjM0di4wMDdsLjAyLjE5TTk4LjQ1IDU0LjI2M2wtLjAwNy4wMzcuMDIzLjIyNS4wNjcuMjEzLjExMy4xOC4xNDQuMTY3LjE2Ni4xMjcuMTg4LjEuMjA1LjA2LjIxNy4wMjMuMjI2LS4wMjMuMjEzLS4wNi4xODctLjEuMTY2LS4xMjcuMTM0LS4xNjYuMTA4LS4xODIuMDY4LS4yMTMuMDItLjIyNXYtLjAzN2gtLjIzdi4wMzdsLS4wMTguMTk3LS4wNTMuMTgtLjA4Mi4xNi0uMTA3LjEzNS0uMTI4LjExMy0uMTUuMDgzLS4xNzUuMDUyLS4xOC4wMTYtLjE4LS4wMTYtLjE3NC0uMDUyLS4xNTItLjA4My0uMTM2LS4xMTMtLjEwNC0uMTM2LS4wODQtLjE2LS4wNTMtLjE4LS4wMTQtLjE5NnYtLjAzNyIvPjxwYXRoIGQ9Ik05OS4xNzUgNTQuMjYzdi40NjZoLjE5N3YtLjM4NWguMTk1bC4yMzQuMzg0SDEwMGwtLjI4LS4zODUuMDctLjAwOC4wNjYtLjAwOC4wNTItLjAyMi4wNDYtLjAzLjAxNy0uMDE1Ii8+PC9nPjxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik03NC4yNiAzOC4wMjNsLS4xNS0uMDA3LS4xNTItLjAxNi0uMTM2LS4wMjItLjEzNi0uMDE0LS4xMzUtLjAyNS0uMTM0LS4wMjItLjE0NC0uMDIzLS4xNS0uMDIzLS4xNi0uMDE3LS4xNjYtLjAxNC0uMTktLjAxNC0uMjAzLS4wMDhoLS4yMjVsLS4yNS4wMDgtLjI4LjAxNS0uMy4wMjQtLjIxOC4wMy0uMjA2LjA0NS0uMTkuMDYtLjE2Ny4wNy0uMTUuMDgtLjEzNS4wOTItLjExMy4xMDYtLjA5LjEwNS0uMDcuMTItLjA0Ni4xMy0uMDIzLjEyN3YuMTM2bC4wMzQuMTQzLjA1LjE0My4wODMuMTQzLjEwOC4xNDQuMjE3LjE5Ny4yNTYuMTYuMzA0LjEzNC4zMjQuMTE0LjM0LjExNC4zNTUuMTEzLjM2My4xMy4zNDcuMTUuMzI1LjE4Mi4zMDguMjIuMjcyLjI3OC4yMjcuMzMyLjE3My40MDcuMTE3LjQ4NC4wMzcuNTcyLS4wMzguNjgtLjA4NC41MDYtLjEzOC40NTItLjE3NC40MS0uMjE3LjM2LS4yNTguMzE4LS4yOC4yNy0uMzEuMjM1LS4zMzIuMjA1LS4zNDcuMTY2LS4zNjMuMTM1LS4zNy4xMTQtLjM3LjA4My0uMzcuMDYtLjM2LjAzOC0uMzQ4LjAyMi0uMzQuMDA4aC0uNDY3bC0uNDI1LS4wMDgtLjM4NS0uMDA3LS4zNTQtLjAwNy0uMzIyLS4wMTUtLjI5LS4wMTUtLjI3Mi0uMDItLjI0LS4wMzMtLjIyNy0uMDMtLjIxLS4wMzctLjItLjAzOC0uMTk2LS4wNTMtLjE3OC0uMDUzLS4xODQtLjA1Mi0uMTgtLjA3LS4xOS0uMDY2LjQ2OC0yLjM3LjEwOC4wMjMuMTI3LjAzNi4xNTguMDQuMTczLjA0NC4yMDUuMDQuMjI3LjA1My4yNDMuMDQzLjI1NS4wNDYuMjczLjA0LjI4Ny4wMzYuMjkzLjAzLjMxLjAzLjMxLjAxNS4zMTcuMDA3aC4zMTdsLjMyNS0uMDE1LjMwMy0uMDUzLjI0Ny0uMDgyLjE5LS4xMjIuMTUtLjEzNS4xMTQtLjE2LjA4NS0uMTY1LjA2Ni0uMTY2LjA0Ny0uMTY3LjAyMy0uMTczLS4wMDgtLjE1My0uMDM3LS4xNDItLjA2LS4xMi0uMDg0LS4xMi0uMTA1LS4xMDgtLjEyNy0uMDk4LS4xNDMtLjA5LS4xNi0uMDgyLS4xNzMtLjA4NC0uMTktLjA4My0uMTk1LS4wNzUtLjE5NS0uMDc2LS4yMTMtLjA4My0uMjEtLjA4NC0uMjItLjA5LS4yMTItLjA5LS4yMTMtLjEtLjIxLS4xMTItLjIwNC0uMTIyLS4xOTYtLjEyOC0uMTgtLjE0NC0uMTc1LS4xNjYtLjE2LS4xNzMtLjE0NC0uMTk3LS4xMjgtLjIxMi0uMTA2LS4yMzItLjA5LS4yNS0uMDYtLjI4LS4wMzctLjMwMi0uMDA4LS4zMy4wMjQtLjM1Ny4wMi0uMjE4LjAzMy0uMjEyLjAzLS4yMDMuMDQ1LS4xOTcuMDQ0LS4xOS4wNTQtLjE4Ny4wNjgtLjE3NC4wNy0uMTczLjA4LS4xNi4wODMtLjE1Ni4xLS4xNDUuMTA2LS4xNDMuMTEzLS4xMzcuMTIyLS4xMjguMTI3LS4xMi4xNDItLjExNC4xNS0uMTA2LjE2LS4wOTcuMTc0LS4wOS4xODMtLjA5Mi4xOS0uMDc2LjIwMi0uMDc1LjIxLS4wNi4yMjctLjA2LjI0My0uMDU0LjI1LS4wNDQuMjU2LS4wMzguMjcyLS4wMy4yODgtLjAyNC4zLS4wMTQuMzEtLjAxNWguNzI2bC4zNjIuMDA2LjMyNC4wMDguMzAzLjAxNC4yNjMuMDE3LjI0Mi4wMTIuMjE4LjAyNC4xOS4wMTQuMTc0LjAyNC4xNS4wMjIuMTQ1LjAxNC4xMi4wMjMuMTA3LjAxNi4wOTYuMDE0LjA5LjAxNC4wODMuMDEiLz48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNGRkYiIHN0cm9rZS13aWR0aD0iLjIxNSIgZD0iTTc0LjI2IDM4LjAyM2wtLjE1LS4wMDctLjE1Mi0uMDE2LS4xMzYtLjAyMi0uMTM2LS4wMTQtLjEzNS0uMDI1LS4xMzQtLjAyMi0uMTQ0LS4wMjMtLjE1LS4wMjMtLjE2LS4wMTctLjE2Ni0uMDE0LS4xOS0uMDE0LS4yMDMtLjAwOGgtLjIyNWwtLjI1LjAwOC0uMjguMDE1LS4zLjAyNC0uMjE4LjAzLS4yMDYuMDQ1LS4xOS4wNi0uMTY3LjA3LS4xNS4wOC0uMTM1LjA5Mi0uMTEzLjEwNi0uMDkuMTA1LS4wNy4xMi0uMDQ2LjEzLS4wMjMuMTI3di4xMzZsLjAzNC4xNDMuMDUuMTQzLjA4My4xNDMuMTA4LjE0NC4yMTcuMTk3LjI1Ni4xNi4zMDQuMTM0LjMyNC4xMTQuMzQuMTE0LjM1NS4xMTMuMzYzLjEzLjM0Ny4xNS4zMjUuMTgyLjMwOC4yMi4yNzIuMjc4LjIyNy4zMzIuMTczLjQwNy4xMTcuNDg0LjAzNy41NzItLjAzOC42OC0uMDg0LjUwNi0uMTM4LjQ1Mi0uMTc0LjQxLS4yMTcuMzYtLjI1OC4zMTgtLjI4LjI3LS4zMS4yMzUtLjMzMi4yMDUtLjM0Ny4xNjYtLjM2My4xMzUtLjM3LjExNC0uMzcuMDgzLS4zNy4wNi0uMzYuMDM4LS4zNDguMDIyLS4zNC4wMDhoLS40NjdsLS40MjUtLjAwOC0uMzg1LS4wMDctLjM1NC0uMDA3LS4zMjItLjAxNS0uMjktLjAxNS0uMjcyLS4wMi0uMjQtLjAzMy0uMjI3LS4wMy0uMjEtLjAzNy0uMi0uMDM4LS4xOTYtLjA1My0uMTc4LS4wNTMtLjE4NC0uMDUyLS4xOC0uMDctLjE5LS4wNjYuNDY4LTIuMzcuMTA4LjAyMy4xMjcuMDM2LjE1OC4wNC4xNzMuMDQ0LjIwNS4wNC4yMjcuMDUzLjI0My4wNDMuMjU1LjA0Ni4yNzMuMDQuMjg3LjAzNi4yOTMuMDMuMzEuMDMuMzEuMDE1LjMxNy4wMDdoLjMxN2wuMzI1LS4wMTUuMzAzLS4wNTMuMjQ3LS4wODIuMTktLjEyMi4xNS0uMTM1LjExNC0uMTYuMDg1LS4xNjUuMDY2LS4xNjYuMDQ3LS4xNjcuMDIzLS4xNzMtLjAwOC0uMTUzLS4wMzctLjE0Mi0uMDYtLjEyLS4wODQtLjEyLS4xMDUtLjEwOC0uMTI3LS4wOTgtLjE0My0uMDktLjE2LS4wODItLjE3My0uMDg0LS4xOS0uMDgzLS4xOTUtLjA3NS0uMTk1LS4wNzYtLjIxMy0uMDgzLS4yMS0uMDg0LS4yMi0uMDktLjIxMi0uMDktLjIxMy0uMS0uMjEtLjExMi0uMjA0LS4xMjItLjE5Ni0uMTI4LS4xOC0uMTQ0LS4xNzUtLjE2Ni0uMTYtLjE3My0uMTQ0LS4xOTctLjEyOC0uMjEyLS4xMDYtLjIzMi0uMDktLjI1LS4wNi0uMjgtLjAzNy0uMzAyLS4wMDgtLjMzLjAyNC0uMzU3LjAyLS4yMTguMDMzLS4yMTIuMDMtLjIwMy4wNDUtLjE5Ny4wNDQtLjE5LjA1NC0uMTg3LjA2OC0uMTc0LjA3LS4xNzMuMDgtLjE2LjA4My0uMTU2LjEtLjE0NS4xMDYtLjE0My4xMTMtLjEzNy4xMjItLjEyOC4xMjctLjEyLjE0Mi0uMTE0LjE1LS4xMDYuMTYtLjA5Ny4xNzQtLjA5LjE4My0uMDkyLjE5LS4wNzYuMjAyLS4wNzUuMjEtLjA2LjIyNy0uMDYuMjQzLS4wNTQuMjUtLjA0NC4yNTYtLjAzOC4yNzItLjAzLjI4OC0uMDI0LjMtLjAxNC4zMS0uMDE1aC43MjZsLjM2Mi4wMDYuMzI0LjAwOC4zMDMuMDE0LjI2My4wMTcuMjQyLjAxMi4yMTguMDI0LjE5LjAxNC4xNzQuMDI0LjE1LjAyMi4xNDUuMDE0LjEyLjAyMy4xMDcuMDE2LjA5Ni4wMTQuMDkuMDE0LjA4My4wMS0uNTQyIDIuNDQ1Ii8+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTc2Ljc0NCAzMi45NzJoMy4wMzVsLS40NyAyLjY0M2gxLjg2N2wtLjQyMiAyLjQwOC0xLjkxMi0uMDQtMS4wMDIgNi4wMi0uMDE2LjEyN3YuMTEzbC4wMTcuMS4wMy4wOS4wNDQuMDc2LjA1Mi4wNzMuMDcuMDYyLjA3NS4wNDMuMDkuMDQ2LjA5My4wMzguMTAzLjAzLjEwNi4wMTYuMTI0LjAyMi4xMi4wMDguMTI3LjAwN2guMzdsLjIxMi0uMDE1LjE5NS0uMDMuMTY3LS4wMzguMTI4LS4wMzguMDk4LS4wMzguMDYtLjAzLjAyNC0uMDA3LS4zMSAyLjA2LS4wNzcuMDQ2LS4wODIuMDM3LS4wODQuMDM4LS4wOC4wNC0uMDgzLjAzLS4wOTMuMDI4LS4wODguMDMtLjEwOC4wMy0uMTA1LjAzLS4xMTUuMDI1LS4xMjcuMDItLjEzNS4wMjMtLjE0NC4wMjQtLjE1LjAyMi0uMTczLjAyNC0uMTgzLjAyMmgtLjgxNWwtLjQzLS4wMy0uMzg2LS4wNDQtLjM0LS4wNi0uMjk0LS4wODUtLjI1LS4wOS0uMjEtLjExNC0uMTc2LS4xMjgtLjE0Mi0uMTQ1LS4xMTMtLjE1OC0uMDg0LS4xNzUtLjA1LS4xODgtLjAzLS4yMS0uMDEtLjIyLjAxLS4yNDIuMDItLjI1LjA0LS4yNyIvPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRiIgc3Ryb2tlLXdpZHRoPSIuMjE1IiBkPSJNNzYuNzQ0IDMyLjk3MmgzLjAzNWwtLjQ3IDIuNjQzaDEuODY3bC0uNDIyIDIuNDA4LTEuOTEyLS4wNC0xLjAwMiA2LjAyLS4wMTYuMTI3di4xMTNsLjAxNy4xLjAzLjA5LjA0NC4wNzYuMDUyLjA3My4wNy4wNjIuMDc1LjA0My4wOS4wNDYuMDkzLjAzOC4xMDMuMDMuMTA2LjAxNi4xMjQuMDIyLjEyLjAwOC4xMjcuMDA3aC4zN2wuMjEyLS4wMTUuMTk1LS4wMy4xNjctLjAzOC4xMjgtLjAzOC4wOTgtLjAzOC4wNi0uMDMuMDI0LS4wMDctLjMxIDIuMDYtLjA3Ny4wNDYtLjA4Mi4wMzctLjA4NC4wMzgtLjA4LjA0LS4wODMuMDMtLjA5My4wMjgtLjA4OC4wMy0uMTA4LjAzLS4xMDUuMDMtLjExNS4wMjUtLjEyNy4wMi0uMTM1LjAyMy0uMTQ0LjAyNC0uMTUuMDIyLS4xNzMuMDI0LS4xODMuMDIyaC0uODE1bC0uNDMtLjAzLS4zODYtLjA0NC0uMzQtLjA2LS4yOTQtLjA4NS0uMjUtLjA5LS4yMS0uMTE0LS4xNzYtLjEyOC0uMTQyLS4xNDUtLjExMy0uMTU4LS4wODQtLjE3NS0uMDUtLjE4OC0uMDMtLjIxLS4wMS0uMjIuMDEtLjI0Mi4wMi0uMjUuMDQtLjI3IDIuMDE0LTExLjgwOCIvPjxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik01OC4yOTQgNDIuMTM3bC0uMDM4LjE5LS4wMDguMTg4LjAxNi4yMDQuMDQ2LjE5NC4wNTcuMjA2LjA5Mi4yMDMuMTA0LjE5Ni4xMy4xODguMTQyLjE4LjE2Ny4xNzUuMTcyLjE1LjE5LjE0NC4yMDIuMTIuMjEzLjEuMjI4LjA3My4yMjUuMDU0LjI3LjAzOC4yNzQuMDM3LjI4LjAzLjI3OC4wMTUuMjg3LjAwN2guMjhsLjI5NC0uMDE0LjI4Ny0uMDI0LjI5My0uMDQ0LjMwMy0uMDU0LjMtLjA3NS4zMDMtLjA5Ny4zLS4xMTQuMzItLjEzNy4zMS0uMTY1LjMxNi0uMTgtLjQ3IDIuNjc4LS4xNzMuMDktLjE3NC4wODQtLjE2LjA3LS4xNjQuMDYtLjE3LjA2LS4xNjIuMDQ1LS4xNzYuMDM4LS4xODcuMDM3LS4xOTYuMDI0LS4yMTIuMDItLjIzNS4wMjQtLjI1LjAwOC0uMjcuMDE0aC0uMzAzbC0uMzMzLjAwOGgtLjYyNWwtLjI3NC0uMDE1LS4yNjItLjAxNS0uMjc0LS4wMy0uMjgtLjAzOC0uMjctLjA0Ni0uMjctLjA2LS4yNzMtLjA2LS4yNjctLjA4My0uMjYzLS4wODMtLjI1OC0uMDk4LS4yNTUtLjExMy0uMjUtLjEzLS4yNC0uMTM2LS4yMy0uMTQ4LS4yMjQtLjE2Ny0uMjEyLS4xOC0uMjAyLS4xOTgtLjE5Ny0uMjEtLjE3My0uMjMtLjE2NS0uMjQ4LS4xNS0uMjU1LS4xMzctLjI4LS4xMi0uMjk3LS4xMDgtLjMxNC0uMDgtLjMzMy0uMDctLjM0Ni0uMDQ1LS4zNzgtLjAzLS4zOTN2LS40MDdsLjAxNi0uNDM4LjAzNi0uNDU0LjAyMi0uMTU3LjAyNC0uMTgyLjAzLS4xODMuMDM4LS4xOTUuMDM4LS4yMDMuMDUyLS4yMS4wNi0uMjIuMDYyLS4yMjYuMDc1LS4yMzYuMDg0LS4yMjYuMDk3LS4yMzUuMTA1LS4yMy4xMi0uMjM1LjEzLS4yMzYuMTQzLS4yMzMuMTUtLjIyNy4xNzMtLjIxOC4xOC0uMjIuMi0uMjEyLjIxNy0uMTk2LjIyOC0uMTk3LjI1LS4xOC4yNjItLjE2Ny4yODctLjE1OC4zMDMtLjEzNi4zMjUtLjEzLjM0LS4xMS4zNi0uMDkyLjM4Ni0uMDc1LjQxLS4wNTQuNDIyLS4wMy40NTItLjAxNWguMjFsLjIxMy4wMTYuMjE4LjAxNC4yMi4wMjQuMjIuMDMuMjI2LjA0NC4yMTguMDUzLjIyLjA2LjIyLjA3LjIxNy4wODMuMjEuMDkuMjA3LjEwOC4xOTUuMTIuMTk3LjEyOC4xOC4xNTIuMTgyLjE1Ny4xNjMuMTc1LjE2LjE5LjE0My4yMS4xMy4yMi4xMi4yNC4xMDguMjU2LjA5LjI4LjA2Ny4yOTUuMDYuMzE4LjAzOC4zMy4wMTYuMzU2di4zNzhsLS4wMjMuNC0uMDM2LjQyMy0uMDY4LjQ0Ni0uMDkzLjQ3LS4xMjIuNjYyaC03Ljg0MmwuNDY4LTIuMWg0LjcwNGwuMDIzLS4yODZ2LS4yNjZsLS4wMTctLjI0OC0uMDQ1LS4yMjctLjA2LS4yMDMtLjA3NS0uMTktLjA5OC0uMTY4LS4xMTQtLjE1LS4xMjctLjEzNy0uMTQzLS4xMTItLjE1LS4wOS0uMTYtLjA3Ni0uMTc0LS4wNi0uMTgtLjA0Ni0uMTktLjAyLS4xOTUtLjAxaC0uMjEzbC0uMTk1LjAzLS4xOTUuMDM3LS4xODQuMDYzLS4xNzMuMDgyLS4xNjUuMDk4LS4xNTcuMTEzLS4xNDUuMTMtLjEzNC4xNS0uMTIuMTYtLjExNS4xNzItLjEwNS4xOS0uMDkuMTk1LS4wNzcuMjEyLS4wNi4yMjYtLjA1NC4yMzQiLz48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNGRkYiIHN0cm9rZS13aWR0aD0iLjIxNSIgZD0iTTU4LjI5NCA0Mi4xMzdsLS4wMzguMTktLjAwOC4xODguMDE2LjIwNC4wNDYuMTk0LjA1Ny4yMDYuMDkyLjIwMy4xMDQuMTk2LjEzLjE4OC4xNDIuMTguMTY3LjE3NS4xNzIuMTUuMTkuMTQ0LjIwMi4xMi4yMTMuMS4yMjguMDczLjIyNS4wNTQuMjcuMDM4LjI3NC4wMzcuMjguMDMuMjc4LjAxNS4yODcuMDA3aC4yOGwuMjk0LS4wMTQuMjg3LS4wMjQuMjkzLS4wNDQuMzAzLS4wNTQuMy0uMDc1LjMwMy0uMDk3LjMtLjExNC4zMi0uMTM3LjMxLS4xNjUuMzE2LS4xOC0uNDcgMi42NzgtLjE3My4wOS0uMTc0LjA4NC0uMTYuMDctLjE2NC4wNi0uMTcuMDYtLjE2Mi4wNDUtLjE3Ni4wMzgtLjE4Ny4wMzctLjE5Ni4wMjQtLjIxMi4wMi0uMjM1LjAyNC0uMjUuMDA4LS4yNy4wMTRoLS4zMDNsLS4zMzMuMDA4aC0uNjI1bC0uMjc0LS4wMTUtLjI2Mi0uMDE1LS4yNzQtLjAzLS4yOC0uMDM4LS4yNy0uMDQ2LS4yNy0uMDYtLjI3My0uMDYtLjI2Ny0uMDgzLS4yNjMtLjA4My0uMjU4LS4wOTgtLjI1NS0uMTEzLS4yNS0uMTMtLjI0LS4xMzYtLjIzLS4xNDgtLjIyNC0uMTY3LS4yMTItLjE4LS4yMDItLjE5OC0uMTk3LS4yMS0uMTczLS4yMy0uMTY1LS4yNDgtLjE1LS4yNTUtLjEzNy0uMjgtLjEyLS4yOTctLjEwOC0uMzE0LS4wOC0uMzMzLS4wNy0uMzQ2LS4wNDUtLjM3OC0uMDMtLjM5M3YtLjQwN2wuMDE2LS40MzguMDM2LS40NTQuMDIyLS4xNTcuMDI0LS4xODIuMDMtLjE4My4wMzgtLjE5NS4wMzgtLjIwMy4wNTItLjIxLjA2LS4yMi4wNjItLjIyNi4wNzUtLjIzNi4wODQtLjIyNi4wOTctLjIzNS4xMDUtLjIzLjEyLS4yMzUuMTMtLjIzNi4xNDMtLjIzMy4xNS0uMjI3LjE3My0uMjE4LjE4LS4yMi4yLS4yMTIuMjE3LS4xOTYuMjI4LS4xOTcuMjUtLjE4LjI2Mi0uMTY3LjI4Ny0uMTU4LjMwMy0uMTM2LjMyNS0uMTMuMzQtLjExLjM2LS4wOTIuMzg2LS4wNzUuNDEtLjA1NC40MjItLjAzLjQ1Mi0uMDE1aC4yMWwuMjEzLjAxNi4yMTguMDE0LjIyLjAyNC4yMi4wMy4yMjYuMDQ0LjIxOC4wNTMuMjIuMDYuMjIuMDcuMjE3LjA4My4yMS4wOS4yMDcuMTA4LjE5NS4xMi4xOTcuMTI4LjE4LjE1Mi4xODIuMTU3LjE2My4xNzUuMTYuMTkuMTQzLjIxLjEzLjIyLjEyLjI0LjEwOC4yNTYuMDkuMjguMDY3LjI5NS4wNi4zMTguMDM4LjMzLjAxNi4zNTZ2LjM3OGwtLjAyMy40LS4wMzYuNDIzLS4wNjguNDQ2LS4wOTMuNDctLjEyMi42NjJoLTcuODQybC40NjgtMi4xaDQuNzA0bC4wMjMtLjI4NnYtLjI2NmwtLjAxNy0uMjQ4LS4wNDUtLjIyNy0uMDYtLjIwMy0uMDc1LS4xOS0uMDk4LS4xNjgtLjExNC0uMTUtLjEyNy0uMTM3LS4xNDMtLjExMi0uMTUtLjA5LS4xNi0uMDc2LS4xNzQtLjA2LS4xOC0uMDQ2LS4xOS0uMDItLjE5NS0uMDFoLS4yMTNsLS4xOTUuMDMtLjE5NS4wMzctLjE4NC4wNjMtLjE3My4wODItLjE2NS4wOTgtLjE1Ny4xMTMtLjE0NS4xMy0uMTM0LjE1LS4xMi4xNi0uMTE1LjE3Mi0uMTA1LjE5LS4wOS4xOTUtLjA3Ny4yMTItLjA2LjIyNi0uMDU0LjIzNC0uNDIgMi4yNTciLz48cGF0aCBmaWxsPSIjRkZGIiBkPSJNNTQuMDk2IDQ0Ljc4bC0uNDMgMi40MDhoLTIuNzI4bC4wMy0uMjI2LjAzLS4yMjguMDMyLS4yMDIuMDMtLjE5LjAzLS4xNTguMDI0LS4xMzYuMDMtLjA5LjAzLS4wNTMtLjE0NC4xNjQtLjE4Mi4xNjYtLjIwMy4xNi0uMjM0LjE1LS4yNDcuMTQzLS4yNzIuMTM1LS4yODcuMTItLjI5NC4xMTUtLjMxLjA5OC0uMzE3LjA4My0uMzE3LjA2LS4zMi4wNDctLjMxNS4wMjItLjMxLjAwNy0uMy0uMDIyLS4yOTctLjA0Ni0uMzgzLS4wOTItLjMzOC0uMTIyLS4zMS0uMTQ0LS4yNzMtLjE1Ny0uMjQyLS4xNzMtLjIwMy0uMTk2LS4xODMtLjIwNS0uMTUyLS4yMjQtLjEyOC0uMjI3LS4xMDUtLjIzNy0uMDg0LS4yNC0uMDY4LS4yNS0uMDQ0LS4yNC0uMDI4LS4yNS0uMDE2LS4yNC0uMDA4LS4yMzcuMDMtLjQyLjA2Ny0uNC4xLS4zODguMTQ0LS4zNi4xNzItLjM0LjE5Ni0uMzE3LjIzNC0uMjkzLjI0OC0uMjguMjgtLjI1LjI5My0uMjE4LjMyLS4yMDUuMzMtLjE3NS4zNS0uMTUuMzU0LS4xMjIuMzYtLjA5LjM3LS4wNjhoLjAxNWwuMDU1LS4wMDcuMDgzLS4wMS4xMTItLjAxMy4xMy0uMDE1LjE0OC0uMDE1LjE2OC0uMDIzLjE4Mi0uMDE1LjE4LS4wMTUuMTgtLjAyMi4xOS0uMDE2LjE4My0uMDE1LjE2My0uMDE2LjE2LS4wMDguMTQzLS4wMDdoLjUwNmwuMTM1LjAwN2guMTNsLjEyLjAwN2guMjRsLjEwNy4wMDdoLjFsLjA4LjAwOGguMDc3bC4wNi4wMDdoLjA4NGwuMDIzLS4wNzQuMDUtLjE4Mi4wNC0uMjEzdi0uMTg3bC0uMDE1LS4xMzctLjAyNC0uMTMtLjAzNC0uMTItLjA1Mi0uMTEyLS4wNjItLjEwNy0uMDc0LS4wOTctLjA3OC0uMDktLjA5LS4wOS0uMDk3LS4wNzYtLjEtLjA2LS4xMTMtLjA2LS4xMS0uMDU0LS4xMjItLjAzNy0uMTMtLjAzMi0uMTI4LS4wMi0uMTI4LS4wMTctLjMxLS4wMDgtLjMyNC4wMDctLjM0LjAwNy0uMzQ2LjAyNC0uMzQ4LjAyMi0uMzQ3LjAzLS4zNS4wNC0uMzM3LjAzNi0uMzI2LjA1Mi0uMzA4LjA0NS0uMjguMDU0LS4yNjQuMDYtLjIzNC4wNi0uMTk3LjA2LS4xNTcuMDYyLS4xMTMuMDY1Ljc3Ny0yLjU2Ni4yMjgtLjEwNS4yNC0uMS4yNDItLjA4My4yNTctLjA2Ny4yNjUtLjA1My4yNy0uMDQ2LjI4Ny0uMDM4LjI5NS0uMDMuMy0uMDE0LjMxLS4wMTYuMzE3LS4wMDhoMS4wMjhsLjM2Mi4wMDguMzc2LjAwOC4zMS4wMy4zMjQuMDQ2LjM0LjA4My4zNC4wOTcuMzQuMTMuMzQuMTU3LjMxNy4xOC4zLjIxMi4yODIuMjQuMjQ2LjI2NS4yMTMuMjk1LjE2NS4zMjQuMTIuMzU2LjA3LjM4NS4wMDUuNDA2LS4wNi40NDYiLz48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNGRkYiIHN0cm9rZS13aWR0aD0iLjIxNSIgZD0iTTU0LjA5NiA0NC43OGwtLjQzIDIuNDA4aC0yLjcyOGwuMDMtLjIyNi4wMy0uMjI4LjAzMi0uMjAyLjAzLS4xOS4wMy0uMTU4LjAyNC0uMTM2LjAzLS4wOS4wMy0uMDUzLS4xNDQuMTY0LS4xODIuMTY2LS4yMDMuMTYtLjIzNC4xNS0uMjQ3LjE0My0uMjcyLjEzNS0uMjg3LjEyLS4yOTQuMTE1LS4zMS4wOTgtLjMxNy4wODMtLjMxNy4wNi0uMzIuMDQ3LS4zMTUuMDIyLS4zMS4wMDctLjMtLjAyMi0uMjk3LS4wNDYtLjM4My0uMDkyLS4zMzgtLjEyMi0uMzEtLjE0NC0uMjczLS4xNTctLjI0Mi0uMTczLS4yMDMtLjE5Ni0uMTgzLS4yMDUtLjE1Mi0uMjI0LS4xMjgtLjIyNy0uMTA1LS4yMzctLjA4NC0uMjQtLjA2OC0uMjUtLjA0NC0uMjQtLjAyOC0uMjUtLjAxNi0uMjQtLjAwOC0uMjM3LjAzLS40Mi4wNjctLjQuMS0uMzg4LjE0NC0uMzYuMTcyLS4zNC4xOTYtLjMxNy4yMzQtLjI5My4yNDgtLjI4LjI4LS4yNS4yOTMtLjIxOC4zMi0uMjA1LjMzLS4xNzUuMzUtLjE1LjM1NC0uMTIyLjM2LS4wOS4zNy0uMDY4aC4wMTVsLjA1NS0uMDA3LjA4My0uMDEuMTEyLS4wMTMuMTMtLjAxNS4xNDgtLjAxNS4xNjgtLjAyMy4xODItLjAxNS4xOC0uMDE1LjE4LS4wMjIuMTktLjAxNi4xODMtLjAxNS4xNjMtLjAxNi4xNi0uMDA4LjE0My0uMDA3aC41MDZsLjEzNS4wMDdoLjEzbC4xMi4wMDdoLjI0bC4xMDcuMDA3aC4xbC4wOC4wMDhoLjA3N2wuMDYuMDA3aC4wODRsLjAyMy0uMDc0LjA1LS4xODIuMDQtLjIxM3YtLjE4N2wtLjAxNS0uMTM3LS4wMjQtLjEzLS4wMzQtLjEyLS4wNTItLjExMi0uMDYyLS4xMDctLjA3NC0uMDk3LS4wNzgtLjA5LS4wOS0uMDktLjA5Ny0uMDc2LS4xLS4wNi0uMTEzLS4wNi0uMTEtLjA1NC0uMTIyLS4wMzctLjEzLS4wMzItLjEyOC0uMDItLjEyOC0uMDE3LS4zMS0uMDA4LS4zMjQuMDA3LS4zNC4wMDctLjM0Ni4wMjQtLjM0OC4wMjItLjM0Ny4wMy0uMzUuMDQtLjMzNy4wMzYtLjMyNi4wNTItLjMwOC4wNDUtLjI4LjA1NC0uMjY0LjA2LS4yMzQuMDYtLjE5Ny4wNi0uMTU3LjA2Mi0uMTEzLjA2NS43NzctMi41NjYuMjI4LS4xMDUuMjQtLjEuMjQyLS4wODMuMjU3LS4wNjcuMjY1LS4wNTMuMjctLjA0Ni4yODctLjAzOC4yOTUtLjAzLjMtLjAxNC4zMS0uMDE2LjMxNy0uMDA4aDEuMDI4bC4zNjIuMDA4LjM3Ni4wMDguMzEuMDMuMzI0LjA0Ni4zNC4wODMuMzQuMDk3LjM0LjEzLjM0LjE1Ny4zMTcuMTguMy4yMTIuMjgyLjI0LjI0Ni4yNjUuMjEzLjI5NS4xNjUuMzI0LjEyLjM1Ni4wNy4zODUuMDA1LjQwNi0uMDYuNDQ2LTEuMTI0IDUuNjciLz48cGF0aCBmaWxsPSIjMEI4NEM0IiBkPSJNNTEuNDkgNDEuOTRsLS4wMDctLjA2LS4wNDYtLjA0Ni0uMDc2LS4wMzctLjA5NC0uMDIyLS4xMy0uMDE0LS4xMzctLjAwN2gtLjMyNGwtLjE3NC4wMTUtLjE4LjAyMi0uMTc1LjAyMi0uMTcyLjAzLS4xNjguMDMtLjE1OC4wMy0uMTM4LjAzNy0uMTIuMDQtLjA3LjAxNC0uMDkuMDMtLjExLjAzOC0uMTIyLjA1LS4xMjguMDU2LS4xNDUuMDY3LS4xNDQuMDgzLS4xNDQuMDg0LS4xNDIuMTA1LS4xMzguMTE0LS4xMjcuMTItLjExNC4xNC0uMTA3LjE0LS4wNzUuMTYtLjA2LjE3My0uMDM3LjE4LS4wMTQuMzcuMDUyLjI4Ny4wOS4yMjcuMTM3LjE2Ni4xNjUuMTEzLjE3NC4wNzYuMTkuMDM4LjE4LjAwOC4zMzQtLjAwOC4yOTMtLjAzLjI4LS4wNTMuMjUtLjA2OC4yMjYtLjA3Ny4yMDMtLjA5LjE4LS4xMDUuMTU4LS4xMTUuMTQ0LS4xMTMuMTI0LS4xMjguMTAzLS4xMi4wOS0uMTMuMDc2LS4xMjYuMDYtLjEyMy4wNDQtLjEyLjA0LS4xMTMuMDM4LS4xNjYuMDM2LS4xNzUuMDM3LS4xODIuMDQtLjE4OC4wMy0uMTguMDMtLjE2Ny4wMy0uMTYiLz48cGF0aCBmaWxsPSIjRkZGIiBkPSJNMzEuMzEgNDcuMTg4aC0yLjk1MmwyLjQ4NC0xNC4yMTZoNS4xMzVsLjUwNSA4LjQ2NCAzLjQ5NS04LjQ2NGg1LjMzMmwtMi40OTQgMTQuMjE2aC0yLjk1bDEuODY0LTEwLjY0NmgtLjExNWwtNC4zOTMgMTAuNjQ2aC0zLjMwN2wtLjAzLS40NDYtLjA2OC0xLjE4NC0uMS0xLjY3Ny0uMTEzLTEuOTIzLS4xMS0xLjk0Mi0uMS0xLjcxMi0uMDctMS4yNC0uMDI4LS41MkgzMy4xNDRoLjAzMiIvPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRiIgc3Ryb2tlLXdpZHRoPSIuMjE1IiBkPSJNMzEuMzEgNDcuMTg4aC0yLjk1MmwyLjQ4NC0xNC4yMTZoNS4xMzVsLjUwNSA4LjQ2NCAzLjQ5NS04LjQ2NGg1LjMzMmwtMi40OTQgMTQuMjE2aC0yLjk1bDEuODY0LTEwLjY0NmgtLjExNWwtNC4zOTMgMTAuNjQ2aC0zLjMwN2wtLjAzLS40NDYtLjA2OC0xLjE4NC0uMS0xLjY3Ny0uMTEzLTEuOTIzLS4xMS0xLjk0Mi0uMS0xLjcxMi0uMDctMS4yNC0uMDI4LS41MkgzMy4xNDRoLjAzMkwzMS4zMSA0Ny4xODciLz48cGF0aCBmaWxsPSIjRkZGIiBkPSJNODAuNjMzIDQ3LjE4OGgzLjA3bDEuMDUyLTYuMTM3LjA0Ni0uMjQuMDUyLS4yMzYuMDYyLS4yMzIuMDc0LS4yMi4wODMtLjIyLjEwNy0uMjA0LjEyOC0uMTk2LjE0My0uMTg4LjE3NC0uMTY3LjE5Ny0uMTUuMjMyLS4xMzcuMjYtLjEyLjMwMi0uMDk4LjMzNy0uMDc3LjM4LS4wNDQuNDIyLS4wM2guMDM4bC4wNDYuMDEuMDYuMDA2aC4wNmwuMDUyLjAwOC4wNDYuMDA3LjAzLjAwN2guMDE1bC4wMDctLjA0NC4wMzItLjEzLjAzNS0uMTk1LjA2LS4yNDguMDc1LS4yOC4wODQtLjMwMi4wOTgtLjMwMy4xMTMtLjI4Ni4wODQtLjIxMy4wOTctLjIwNC4wOTgtLjIwMy4xMDUtLjE4Ny4wOTItLjE2LjA3My0uMTI4LjA1NC0uMDg0LjAxNC0uMDI4aC0uMDE1bC0uMDM4LS4wMTYtLjA1NC0uMDA4LS4wNzYtLjAxNC0uMDc2LS4wMTUtLjA5LS4wMS0uMDgtLjAxNGgtLjA3N2wtLjMzNC4wMjMtLjMwMy4wMzYtLjI3Ny4wNi0uMjYuMDctLjI0LjA4OC0uMjIuMS0uMjEuMTItLjE4OC4xMjgtLjE5LjE0Ni0uMTczLjE1Ny0uMTU3LjE2Ni0uMTY4LjE4LS4xNi4xOS0uMTUuMjA0LS4xNTguMjEyLS4xNTguMjIuMzU1LTEuOTQtMy4wNzQtLjA0LTIuMDIzIDExLjYxMiIvPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRiIgc3Ryb2tlLXdpZHRoPSIuMjE1IiBkPSJNODAuNjMzIDQ3LjE4OGgzLjA3bDEuMDUyLTYuMTM3LjA0Ni0uMjQuMDUyLS4yMzYuMDYyLS4yMzIuMDc0LS4yMi4wODMtLjIyLjEwNy0uMjA0LjEyOC0uMTk2LjE0My0uMTg4LjE3NC0uMTY3LjE5Ny0uMTUuMjMyLS4xMzcuMjYtLjEyLjMwMi0uMDk4LjMzNy0uMDc3LjM4LS4wNDQuNDIyLS4wM2guMDM4bC4wNDYuMDEuMDYuMDA2aC4wNmwuMDUyLjAwOC4wNDYuMDA3LjAzLjAwN2guMDE1bC4wMDctLjA0NC4wMzItLjEzLjAzNS0uMTk1LjA2LS4yNDguMDc1LS4yOC4wODQtLjMwMi4wOTgtLjMwMy4xMTMtLjI4Ni4wODQtLjIxMy4wOTctLjIwNC4wOTgtLjIwMy4xMDUtLjE4Ny4wOTItLjE2LjA3My0uMTI4LjA1NC0uMDg0LjAxNC0uMDI4aC0uMDE1bC0uMDM4LS4wMTYtLjA1NC0uMDA4LS4wNzYtLjAxNC0uMDc2LS4wMTUtLjA5LS4wMS0uMDgtLjAxNGgtLjA3N2wtLjMzNC4wMjMtLjMwMy4wMzYtLjI3Ny4wNi0uMjYuMDctLjI0LjA4OC0uMjIuMS0uMjEuMTItLjE4OC4xMjgtLjE5LjE0Ni0uMTczLjE1Ny0uMTU3LjE2Ni0uMTY4LjE4LS4xNi4xOS0uMTUuMjA0LS4xNTguMjEyLS4xNTguMjIuMzU1LTEuOTQtMy4wNzQtLjA0LTIuMDIzIDExLjYxMiIvPjxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik05My45MjcgMzUuNDU2bC4zNC4wMDguMzM0LjAyMi4zMjQuMDMuMzE2LjA0NS4zMDQuMDYuMjkzLjA3Ny4yNzguMDg0LjI4LjEuMjY1LjExLjI1LjEyMi4yNDguMTMuMjI4LjE0My4yMjYuMTU3LjIxLjE2Ni4xOTcuMTc1LjE4OC4xODguMTguMTk4LjE2OC4yMS4xNS4yMTIuMTQzLjIyOC4xMzMuMjMyLjExNy4yNS4xMTMuMjUuMDkuMjYzLjA4NC4yNjYuMDY3LjI3Ny4wNjIuMjg3LjA0NC4yOTQuMDMuMjkzLjAxMy4zMTMuMDEuMzE2LS4wMS4zMTYtLjAyLjM4Ni0uMDQ3LjM3LS4wNTIuMzU1LS4wNjguMzQ2LS4wNzUuMzMzLS4wOTcuMzE3LS4xMDguMzEtLjExMi4yOTItLjEzNS4yOC0uMTM1LjI3My0uMTYuMjU2LS4xNTguMjQtLjE3NS4yMzctLjE5LjIxOC0uMTk0LjIwNS0uMjA0LjE5OC0uMjEuMTgtLjIyLjE3NS0uMjMzLjE1Ny0uMjM3LjE0NS0uMjUuMTM1LS4yNTYuMTItLjI1NS4xMTUtLjI3My4wOTgtLjI3Mi4wOS0uMjg1LjA3NS0uMjkuMDYtLjI4Ny4wNTMtLjMuMDM4LS4zMDMuMDMtLjMxLjAxNy0uMzA4LjAwNy0uMzEtLjAwNy0uMzEtLjAxNi0uMjkzLS4wMy0uMjk1LS4wNDUtLjI4Ny0uMDUzLS4yODgtLjA2LS4yNzItLjA3Ni0uMjYzLS4wOS0uMjY1LS4wOTctLjI1LS4xMTUtLjI0LS4xMi0uMjM2LS4xMzYtLjIyNC0uMTQ0LS4yMTItLjE2LS4yMS0uMTY3LS4yLS4xOC0uMTgtLjE5LS4xOC0uMjAzLS4xNi0uMjEtLjE1OC0uMjI3LS4xMzYtLjIzNS0uMTM2LS4yNDgtLjExMy0uMjYtLjEwNi0uMjYyLS4wODgtLjI4LS4wODYtLjI5NS0uMDY2LS4zLS4wNTMtLjMxMi0uMDQtLjMyMi0uMDItLjMzMy0uMDEtLjM0Ny4wMS0uMzU0LjAyLS4zNjQuMDQtLjM0OC4wNTMtLjM0LjA2Ni0uMzI0LjA3OC0uMzE3LjA5LS4zMS4wOTctLjI5NS4xMTctLjI4Ny4xMi0uMjguMTM0LS4yNjIuMTUtLjI1LjE2LS4yNS4xNjgtLjIyNi4xODItLjIyNi4xODctLjIwNS4xOTctLjIwNS4yMS0uMTg4LjIxOC0uMTczLjIzLS4xNjYuMjMzLS4xNS4yNS0uMTM2LjI1NC0uMTM2LjI2NS0uMTE0LjI2NC0uMTA3LjI4LS4wODguMjg0LS4wODUuMjk3LS4wNjcuMy0uMDYuMzEtLjA0LjMxNy0uMDM2LjMyNS0uMDE2Ii8+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGIiBzdHJva2Utd2lkdGg9Ii4yMTUiIGQ9Ik05My45MjcgMzUuNDU2bC4zNC4wMDguMzM0LjAyMi4zMjQuMDMuMzE2LjA0NS4zMDQuMDYuMjkzLjA3Ny4yNzguMDg0LjI4LjEuMjY1LjExLjI1LjEyMi4yNDguMTMuMjI4LjE0My4yMjYuMTU3LjIxLjE2Ni4xOTcuMTc1LjE4OC4xODguMTguMTk4LjE2OC4yMS4xNS4yMTIuMTQzLjIyOC4xMzMuMjMyLjExNy4yNS4xMTMuMjUuMDkuMjYzLjA4NC4yNjYuMDY3LjI3Ny4wNjIuMjg3LjA0NC4yOTQuMDMuMjkzLjAxMy4zMTMuMDEuMzE2LS4wMS4zMTYtLjAyLjM4Ni0uMDQ3LjM3LS4wNTIuMzU1LS4wNjguMzQ2LS4wNzUuMzMzLS4wOTcuMzE3LS4xMDguMzEtLjExMi4yOTItLjEzNS4yOC0uMTM1LjI3My0uMTYuMjU2LS4xNTguMjQtLjE3NS4yMzctLjE5LjIxOC0uMTk0LjIwNS0uMjA0LjE5OC0uMjEuMTgtLjIyLjE3NS0uMjMzLjE1Ny0uMjM3LjE0NS0uMjUuMTM1LS4yNTYuMTItLjI1NS4xMTUtLjI3My4wOTgtLjI3Mi4wOS0uMjg1LjA3NS0uMjkuMDYtLjI4Ny4wNTMtLjMuMDM4LS4zMDMuMDMtLjMxLjAxNy0uMzA4LjAwNy0uMzEtLjAwNy0uMzEtLjAxNi0uMjkzLS4wMy0uMjk1LS4wNDUtLjI4Ny0uMDUzLS4yODgtLjA2LS4yNzItLjA3Ni0uMjYzLS4wOS0uMjY1LS4wOTctLjI1LS4xMTUtLjI0LS4xMi0uMjM2LS4xMzYtLjIyNC0uMTQ0LS4yMTItLjE2LS4yMS0uMTY3LS4yLS4xOC0uMTgtLjE5LS4xOC0uMjAzLS4xNi0uMjEtLjE1OC0uMjI3LS4xMzYtLjIzNS0uMTM2LS4yNDgtLjExMy0uMjYtLjEwNi0uMjYyLS4wODgtLjI4LS4wODYtLjI5NS0uMDY2LS4zLS4wNTMtLjMxMi0uMDQtLjMyMi0uMDItLjMzMy0uMDEtLjM0Ny4wMS0uMzU0LjAyLS4zNjQuMDQtLjM0OC4wNTMtLjM0LjA2Ni0uMzI0LjA3OC0uMzE3LjA5LS4zMS4wOTctLjI5NS4xMTctLjI4Ny4xMi0uMjguMTM0LS4yNjIuMTUtLjI1LjE2LS4yNS4xNjgtLjIyNi4xODItLjIyNi4xODctLjIwNS4xOTctLjIwNS4yMS0uMTg4LjIxOC0uMTczLjIzLS4xNjYuMjMzLS4xNS4yNS0uMTM2LjI1NC0uMTM2LjI2NS0uMTE0LjI2NC0uMTA3LjI4LS4wODguMjg0LS4wODUuMjk3LS4wNjcuMy0uMDYuMzEtLjA0LjMxNy0uMDM2LjMyNS0uMDE2LjMyNS0uMDA4Ii8+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTk4LjQ0MyA0Ni42MDZoLjg5di4xMTRoLS4zNXYuNzRoLS4xOTN2LS43NGgtLjM0NyIvPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRiIgc3Ryb2tlLXdpZHRoPSIuMjE1IiBkPSJNOTguNDQzIDQ2LjYwNmguODl2LjExNGgtLjM1di43NGgtLjE5M3YtLjc0aC0uMzQ3di0uMTE0Ii8+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTk5LjQ0NiA0Ni42MDZoLjI3M2wuMzE0LjY1OC4zMS0uNjU4aC4yNzR2Ljg1M2gtLjJ2LS42NTdsLS4zMDguNjU2aC0uMTU4bC0uMzEtLjY1N3YuNjU2aC0uMTk2Ii8+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGIiBzdHJva2Utd2lkdGg9Ii4yMTUiIGQ9Ik05OS40NDYgNDYuNjA2aC4yNzNsLjMxNC42NTguMzEtLjY1OGguMjc0di44NTNoLS4ydi0uNjU3bC0uMzA4LjY1NmgtLjE1OGwtLjMxLS42NTd2LjY1NmgtLjE5NnYtLjg1NCIvPjxwYXRoIGZpbGw9IiNFQjIyMzAiIGQ9Ik05MS41MiA0MS4wMDRsLS4wNDYuNDI0LS4wMjUuMzkydi4zNTVsLjAyNC4zMzIuMDQ1LjMwMi4wNjcuMjY0LjA4NC4yNC4xMDQuMjIuMTMuMTg4LjE0NC4xNi4xNTcuMTM1LjE3Ni4xMDcuMTkuMDguMjEuMDYyLjIxOC4wMy4yMzUuMDE2LjI1Ny0uMDA4LjI1LS4wMy4yMzMtLjA1NC4yMjUtLjA4LjIxMy0uMTA4LjIwNC0uMTM1LjE4OC0uMTYuMTgtLjE5LjE2LS4yMS4xNTItLjI0Mi4xNDMtLjI3LjEyLS4yOTYuMTE0LS4zMjUuMS0uMzU0LjA3NS0uMzg0LjA3LS40MTUuMDM3LS4zMjUuMDItLjMxdi0uM2wtLjAyLS4yODgtLjAzOC0uMjY1LS4wNjItLjI1Ni0uMDgzLS4yMzUtLjEtLjIxNi0uMTE4LS4xOTctLjEzOC0uMTY4LS4xNTctLjE1LS4xNzQtLjEyLS4xOTctLjEtLjIxLS4wNi0uMjI3LS4wMzdoLS4yNTJsLS4zMDguMDIyLS4yODguMDUzLS4yNjUuMDktLjI0Ny4xMTUtLjIyOC4xNS0uMjEuMTY2LS4xOS4xODctLjE2NS4yMTMtLjE1Ny4yMjUtLjEzOC4yNDItLjEyMi4yNC0uMDk4LjI1Ny0uMDkuMjU3LS4wNzUuMjYtLjA1Mi4yNTYiLz48L3N2Zz4=)}.woocommerce #payment div.payment_method_square_credit_card .wc-square-credit-card-hosted-field-card-number.card-type-jcb{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjggODAiPjxwYXRoIGQ9Ik0xMjggNzUuNzMyYzAgMi4zNTUtMS45MSA0LjI2OC00LjI2NyA0LjI2OEg0LjI2NkMxLjkxIDgwIDAgNzguMDg4IDAgNzUuNzMyVjQuMjY4QzAgMS45MDggMS45MSAwIDQuMjY2IDBoMTE5LjQ2OEMxMjYuMDkgMCAxMjggMS45MSAxMjggNC4yNjh2NzEuNDY0eiIgZmlsbD0iI0Y5RjlGQSIvPjxwYXRoIGQ9Ik04Ni4yOCA0Mi43MTZjLjE1NiA0LjY2Mi4zMTIgOS40OC4wNzggMTQuMjItLjE1NSAxLjg2NS0xLjMyIDMuNjUyLTMuMDMgNC43NC0xLjMyLjg1NS0yLjk1NC45MzQtNC42NjMgMS4wMWwtNi4xNzgtLjA3Ni0uMDQtMzkuNTU1Yy4zMTMtMi42NDMgMi4yNTYtNC44OTUgNC43NDItNS41OTUgMy4wMjgtLjM5IDUuODI4LS4yMzMgOS4wMTMtLjMxbC4xNTUgMi4wMnYyMi40NTdsLS4wNzguMDc4djEuMDF6IiBmaWxsPSIjMDNBNTUwIi8+PHBhdGggZD0iTTQxLjUyIDQxLjI0VjIyLjU5Yy4zOS0yLjEgMi4xLTQuMDQgNC4xMi00LjgxOCAzLjAzLS45MzQgNi41MjctLjM4NyA5LjYzNC0uNDcuMTU1IDMuMDM0IDAgNi44NDIuMDggOS40ODRsLjE1NSAyNC4zMmMtLjM5MiAzLjczIDEuMDEgOC43ODItMy42NTUgMTAuODgtMi45NSAxLjQ3Ni02LjkxNi41NDUtMTAuMjU3Ljg1NmwtLjA3Ny0uNTQ0VjQxLjI0eiIgZmlsbD0iIzBDNzJCQSIvPjxwYXRoIGQ9Ik00MS41MiA0Mi4wMTZjMS4yNDMgMS42MzMgMi45NTQgMi44NzQgNS4wNTIgMi45NTIgMi41NjQuMjM1IDUuOTA2LjQ2NyA3LjYxNC0xLjk0IDEuMTY3LTEuMjQ1LjQ2OC0yLjk1My43LTQuNTg1bC0uMDc2LTIuOTU0Yy0xLjQ3Ny0uMzEyLTIuOCAwLTQuNTEtLjA4LS44NTMgMy4xOSAxLjQgNi43NjItMi4yNTIgOC4zOTUtLjg1NS4yMzMtMi4xLjA3OC0yLjk1My0uNDY3LTEuMzk4LS4zMS0uNjItMi41NjQtMi40ODYtMS45NDNsLTEuMDktLjE1M3YuNzc0eiIgZmlsbD0iI0ZGRiIvPjxwYXRoIGQ9Ik03MC44MTYgMTkuODdsLjA3OCAzNy44NDRjLS41NDMgMS43ODYtMS45NDMgMy43My0zLjg4NSA0LjQzLTIuOTU0IDEuMDA4LTYuNjA3LjU0My05Ljg3LjU0M2wtLjE1Ni0zOS44NjVjLjE1Ni0xLjg2NSAxLjQtMy40OTUgMy4wMy00LjUwNiAxLjE2Ny0uNzc3IDIuNTY1LTEuMDEzIDQuMDQyLTEuMDloNi42MDVsLjE1NiAyLjY0NHoiIGZpbGw9IiNFQjIyMjciLz48cGF0aCBkPSJNNzAuMTk1IDM1LjQ4OGMuMTU2LjQ2NyAwIC44NTUuMDc4IDEuNC0yLjMzLS42MjMtNS4yMDctMS4zMjItNy4zMDYuMzg4LS43NzUuOTMtMS4yNDMgMS44NjUtMS4xNjUgMy4xMDcuMjM0IDEuMzk4IDEuMDkgMi43MiAyLjQxIDMuMjY1IDIuMDIuNjIyIDQuMTE3LjA3NyA1Ljk4Mi0uMzkuMDc4LjM5LjE1Ni45MzIgMCAxLjI0MmgtOC45MzhjLTEuNTUzLS4zMS0yLjc5Ni0xLjE2NC0zLjQ5NS0yLjcyLS42Mi0xLjQ3Ni0uMzEtMy40OTQuNzc3LTQuNzM4LjkzMy0xLjA4OCAyLjI1NC0xLjcxIDMuNzMtMS42MzNsNy45MjguMDc4ek04Ni4yOCA0Mi43MTZjLS4yMzIuOTMzLTEuMDEgMS43ODUtMS45NDIgMS45NGgtMTAuODhsLS4zODctLjE1NWMwLTMuMTA2LS4wNzgtNi4wNTguMDgtOS4wOWg2LjkxM2MyLjE3Ni4yMzMgNC41ODUtLjcgNS41OTcgMS4zMjIuMzEuNy4yMzIgMS42MzItLjMxMiAyLjE3Ni0uMzEuNTQzLTEuMDEuNjIyLTEuMTY1IDEuMDEuODU1LjIzMiAxLjc4Ni45MzIgMi4wOTggMS43ODd2MS4wMXptLTkuMzI1LTYuMzcyYy0uMjMyLjg1My0uMjMyIDIuMDItLjA3NyAyLjk1IDEuNjMzLS4wNzQgMy43My41NDYgNC44MTctLjY5Ni4zOS0uNDcuMTU2LTEuMjQ0LS4wNzgtMS42MzUtMS4yNDMtMS4wODYtMy4xMDYtLjM4Ny00LjY2Mi0uNjJ6bTQuMTk4IDQuMjczYy0xLjQ3Ni0uMjMzLTIuOTU0LS4xNTYtNC4zNTItLjA3OC0uMDc3IDEuMTY1IDAgMi4wOTguMTU1IDMuMTg2IDEuNTU2IDAgMy4yNjQuMjMgNC42NjItLjQ2OC4zOS0uMzg3LjYyMi0xLjAxLjQ3LTEuNTUzLS4wOC0uNDY1LS40Ny0uODU1LS45MzQtMS4wODh6IiBmaWxsPSIjRkZGIi8+PC9zdmc+)}.woocommerce #payment div.payment_method_square_credit_card .wc-square-credit-card-hosted-field-card-number.card-type-discover{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjggODAiPjxwYXRoIGQ9Ik0xMjggNzUuNzMyYzAgMi4zNTYtMS45MSA0LjI2OC00LjI2OCA0LjI2OEg0LjI2NkMxLjkxIDgwIDAgNzguMDkgMCA3NS43MzJWNC4yNjhDMCAxLjkwOCAxLjkxIDAgNC4yNjYgMGgxMTkuNDY3QzEyNi4wOSAwIDEyOCAxLjkxIDEyOCA0LjI2OHY3MS40NjR6IiBmaWxsPSIjRjJGMkYyIi8+PHBhdGggZD0iTTM1LjE4NCA4MGg4OC41NWMyLjM1NSAwIDQuMjY3LTEuOTEgNC4yNjctNC4yNjhWNDUuNzc4QzExOS41IDUxLjE2NiA4Ny40NiA2OS43MzggMzUuMTg1IDgweiIgZmlsbD0iI0Y1ODIyMCIvPjxyYWRpYWxHcmFkaWVudCBpZD0iYSIgY3g9IjU5LjEzOCIgY3k9Ii00NDYuMDc3IiByPSI2LjMwNyIgZ3JhZGllbnRUcmFuc2Zvcm09InRyYW5zbGF0ZSg2LjQxNiA0ODYuMDgzKSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIG9mZnNldD0iLjAwNiIgc3RvcC1jb2xvcj0iI0ZGRUVFMSIvPjxzdG9wIG9mZnNldD0iLjA5NyIgc3RvcC1jb2xvcj0iI0ZGRUFEOCIvPjxzdG9wIG9mZnNldD0iLjI0NSIgc3RvcC1jb2xvcj0iI0ZFRERDMiIvPjxzdG9wIG9mZnNldD0iLjQzMyIgc3RvcC1jb2xvcj0iI0ZDQ0E5RiIvPjxzdG9wIG9mZnNldD0iLjY1MiIgc3RvcC1jb2xvcj0iI0Y5QUY3MiIvPjxzdG9wIG9mZnNldD0iLjg5NSIgc3RvcC1jb2xvcj0iI0Y2OEYzOSIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0Y0ODIyMCIvPjwvcmFkaWFsR3JhZGllbnQ+PHBhdGggZD0iTTY1LjU2MyAzMy43N2MtMy41MjcgMC02LjM4OCAyLjc1Ni02LjM4OCA2LjE1NiAwIDMuNjE1IDIuNzM0IDYuMzE2IDYuMzg4IDYuMzE2IDMuNTU4IDAgNi4zNjgtMi43MzcgNi4zNjgtNi4yNDcuMDAyLTMuNDg2LTIuNzktNi4yMjQtNi4zNjctNi4yMjR6IiBmaWxsPSJ1cmwoI2EpIi8+PHBhdGggZD0iTTI5LjI5OCAzMy45OTRoLTMuNDMzdjExLjk4aDMuNDE3YzEuODEyIDAgMy4xMjMtLjQzMiA0LjI3My0xLjM4MiAxLjM2NC0xLjEzNSAyLjE3My0yLjg0IDIuMTczLTQuNjAzIDAtMy41MzctMi42NC01Ljk5Ni02LjQzLTUuOTk2em0yLjczMiA4Ljk5N2MtLjc0LjY2Ni0xLjY4OC45NTMtMy4yLjk1M2gtLjYzdi03LjkyaC42M2MxLjUxMiAwIDIuNDI1LjI3IDMuMi45NjguODA4LjcyIDEuMjg4IDEuODMzIDEuMjg4IDIuOTggMCAxLjE1My0uNDggMi4zMDUtMS4yODggMy4wMnpNMzYuODA2IDMzLjk5NGgyLjMzMnYxMS45OGgtMi4zMzJ6TTQ0Ljg1MiAzOC41ODhjLTEuNDAzLS41Mi0xLjgxMy0uODYtMS44MTMtMS41MDcgMC0uNzUyLjczNC0xLjMyNiAxLjc0LTEuMzI2LjcgMCAxLjI3NC4yODcgMS44ODguOTY3bDEuMjItMS41OTRjLTEuMDA2LS44ODMtMi4yMS0xLjMzMi0zLjUyMi0xLjMzMi0yLjExNyAwLTMuNzM1IDEuNDc0LTMuNzM1IDMuNDMgMCAxLjY1NS43NTUgMi40OTggMi45NDcgMy4yODguOTE3LjMyMiAxLjM4My41MzggMS42MTYuNjg0LjQ2Ny4zMDcuNy43MzUuNyAxLjIzNyAwIC45NzMtLjc3IDEuNjktMS44MTQgMS42OS0xLjExNSAwLTIuMDEyLS41NTUtMi41NS0xLjU5OGwtMS41MDcgMS40NTdjMS4wNzQgMS41OCAyLjM2NyAyLjI4IDQuMTQ3IDIuMjggMi40MjQgMCA0LjEzLTEuNjE4IDQuMTMtMy45MzUgMC0xLjkwMy0uNzg2LTIuNzY2LTMuNDQ4LTMuNzR6TTQ5LjAzNiAzOS45OWMwIDMuNTIyIDIuNzY3IDYuMjUyIDYuMzI0IDYuMjUyIDEuMDA3IDAgMS44NjgtLjE5NyAyLjkyOC0uN3YtMi43NDhjLS45MzUuOTM1LTEuNzYyIDEuMzEtMi44MiAxLjMxLTIuMzUyIDAtNC4wMjMtMS43MDctNC4wMjMtNC4xMzIgMC0yLjI5NyAxLjcyMi00LjExMiAzLjkxNi00LjExMiAxLjExMyAwIDEuOTU4LjM5NiAyLjkzIDEuMzQ4di0yLjc1Yy0xLjAyMy0uNTItMS44Ny0uNzMyLTIuODc1LS43MzItMy41NCAwLTYuMzggMi43ODMtNi4zOCA2LjI2M3pNNzcuMjE4IDQyLjA0bC0zLjE5Ni04LjA0Nkg3MS40N2w1LjA4NiAxMi4yODVoMS4yNTVsNS4xNzYtMTIuMjg2aC0yLjUzTTg0LjA1IDQ1Ljk3M2g2LjYyNHYtMi4wM0g4Ni4zOFY0MC43MWg0LjEzVjM4LjY4aC00LjEzdi0yLjY2aDQuMjk0di0yLjAyOEg4NC4wNU05OS45MjIgMzcuNTNjMC0yLjI0NS0xLjU0My0zLjUzNi00LjIzNy0zLjUzNmgtMy40Njh2MTEuOThoMi4zMzhWNDEuMTZoLjMwNWwzLjIzMyA0LjgxM2gyLjg3MmwtMy43NzMtNS4wNDdjMS43Ni0uMzYgMi43My0xLjU2MyAyLjczLTMuMzk3em0tNC42ODggMS45NzdoLS42OHYtMy42M2guNzE4YzEuNDU2IDAgMi4yNDYuNjE0IDIuMjQ2IDEuNzc4IDAgMS4yMDQtLjc5IDEuODUyLTIuMjg0IDEuODUyeiIgZmlsbD0iIzA4MUEyMyIvPjxwYXRoIGQ9Ik0xMDEuNTcgMzQuODg3YzAtLjIxLS4xNDItLjMyNS0uMzk4LS4zMjVoLS4zNHYxLjA1N2guMjUydi0uNDFsLjI5My40MWguMzE1bC0uMzUyLS40MzhjLjE0OC0uMDQuMjMtLjE0OC4yMy0uMjk1em0tLjQ0Mi4xNDNoLS4wNDR2LS4yNzNoLjA0NmMuMTI4IDAgLjE5LjA0NC4xOS4xMzQgMCAuMDkyLS4wNjQuMTQtLjE5Mi4xNHoiIGZpbGw9IiMyMzFGMjAiLz48cGF0aCBkPSJNMTAxLjIyNCAzNC4xNjVjLS41MTMgMC0uOTIuNDEtLjkyLjkyMyAwIC41MS40MS45Mi45Mi45Mi41IDAgLjkxLS40MTQuOTEtLjkycy0uNDEtLjkyMy0uOTEtLjkyM3ptLS4wMDIgMS42OGMtLjQwOCAwLS43MzctLjMzNi0uNzM3LS43NTUgMC0uNDIzLjMyNC0uNzU4LjczNy0uNzU4LjM5OCAwIC43MjYuMzQyLjcyNi43NTggMCAuNDE1LS4zMjguNzU0LS43MjYuNzU0eiIgZmlsbD0iIzIzMUYyMCIvPjwvc3ZnPg==)}.woocommerce #payment div.payment_method_square_credit_card .wc-square-credit-card-hosted-field-card-number.card-type-invalid{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI4IiBoZWlnaHQ9IjgwIiB2aWV3Qm94PSIwIDAgMTI4IDgwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZT5TbGljZSAxPC90aXRsZT48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIG9wYWNpdHk9Ii41IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMCA3KSI+PHBhdGggZD0iTTMuNjYzIDY4Ljg5MmMtMS45NiAwLTMuNTU2LTEuNjAxLTMuNTU2LTMuNTdWMy42OEMuMTA3IDEuNzExIDEuNzAyLjEwOCAzLjY2My4xMDhoMTAyLjY2NWEzLjU3MyAzLjU3MyAwIDAgMSAzLjU2NSAzLjU3M3Y2MS42NGMwIDEuOTctMS41OTkgMy41NzEtMy41NjUgMy41NzFIMy42NjN6IiBmaWxsPSIjRkZGIi8+PHBhdGggZD0iTTEwNi4zMjguMjE2YTMuNDY0IDMuNDY0IDAgMCAxIDMuNDU3IDMuNDY1djYxLjY0YTMuNDY1IDMuNDY1IDAgMCAxLTMuNDU3IDMuNDY0SDMuNjYzYTMuNDYgMy40NiAwIDAgMS0zLjQ0OC0zLjQ2M1YzLjY4MkMuMjE1IDEuNzcgMS43NjIuMjE1IDMuNjYzLjIxNWgxMDIuNjY1em0wLS4yMTZIMy42NjNBMy42NyAzLjY3IDAgMCAwIDAgMy42ODF2NjEuNjRBMy42NyAzLjY3IDAgMCAwIDMuNjYzIDY5aDEwMi42NjVBMy42NzYgMy42NzYgMCAwIDAgMTEwIDY1LjMyVjMuNjgyQTMuNjc3IDMuNjc3IDAgMCAwIDEwNi4zMjggMHoiIGZpbGw9IiM4NDg0ODQiLz48ZWxsaXBzZSBmaWxsPSIjRjI3MDZDIiBjeD0iNzQuOTk4IiBjeT0iNDkuNjQ2IiByeD0iMTEuNSIgcnk9IjExLjU0MiIvPjxlbGxpcHNlIGZpbGw9IiM4RkQ3RjEiIGN4PSI4Ni41IiBjeT0iNDkuNjQ2IiByeD0iMTEuNTAxIiByeT0iMTEuNTQzIi8+PHBhdGggZmlsbD0iIzRBNEE0QSIgZD0iTS4wMDIgMTIuNzlIMTEwdjEyLjgzNUguMDAyeiIvPjxwYXRoIGQ9Ik05LjY5IDM4LjEwNGgzOC41NTdWNDIuM0g5LjY4OXYtNC4xOTZ6bTAgOS40NDFoMzguNTU3djQuMkg5LjY4OXYtNC4yem0wIDkuNDQ2aDM4LjU1N3Y0LjE5N0g5LjY4OXYtNC4xOTd6IiBmaWxsPSIjQzlDOUM5Ii8+PC9nPjxwYXRoIGQ9Ik02IDc0TDEyMiA2IiBzdHJva2U9IiNGMjcwNkMiIHN0cm9rZS13aWR0aD0iOCIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPjwvZz48L3N2Zz4=)}@media only screen and (max-width:320px){.woocommerce #payment div.payment_method_square_credit_card .wc-square-credit-card-hosted-field-card-number{background-image:none}}.woocommerce #payment div.payment_method_square_credit_card .wc-square-credit-card-payment-field--error{border-color:#a00}#order_data{display:flex;flex-flow:row wrap;margin-bottom:2rem}#order_data .form-field{margin-bottom:1.5rem;width:50%}#order_data .form-field:nth-child(odd){padding-right:.75rem}#order_data .form-field:nth-child(2n){padding-left:.75rem}#order_data .form-field label{display:block}#order_data .form-field input,#order_data .form-field select{width:100%}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}@font-face
{
font-family: 'slick';
font-weight: normal;
font-style: normal;
src: url(//biomedent.com.au/wp-content/plugins/exclusive-addons-for-elementor/assets/vendor/fonts/slick.eot);
src: url(//biomedent.com.au/wp-content/plugins/exclusive-addons-for-elementor/assets/vendor/fonts/slick.eot?#iefix) format('embedded-opentype'), 
url(//biomedent.com.au/wp-content/plugins/exclusive-addons-for-elementor/assets/vendor/fonts/slick.woff) format('woff'), 
url(//biomedent.com.au/wp-content/plugins/exclusive-addons-for-elementor/assets/vendor/fonts/slick.ttf) format('truetype'), 
url(//biomedent.com.au/wp-content/plugins/exclusive-addons-for-elementor/assets/vendor/fonts/slick.svg#slick) format('svg');
} .slick-prev,
.slick-next
{
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
color: transparent;
outline: none;
background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
font-family: 'slick';
font-size: 20px;
line-height: 1;
opacity: .75;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
left: -25px;
}
[dir='rtl'] .slick-prev
{
right: -25px !important;
left: auto !important;
}
.slick-prev:before
{
content: '←';
}
[dir='rtl'] .slick-prev:before
{
content: '→';
}
.slick-next
{
right: -25px;
}
[dir='rtl'] .slick-next, 
html[dir='rtl'] .slick-next, 
body.rtl .slick-next
{
right: auto !important;
left: -25px !important;
}
.slick-next:before
{
content: '→';
}
[dir='rtl'] .slick-next:before
{
content: '←';
} .slick-dotted.slick-slider
{
margin-bottom: 30px;
}
.slick-dots
{
position: absolute;
bottom: -25px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.slick-dots li
{
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button
{
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
opacity: 1;
}
.slick-dots li button:before
{
font-family: 'slick';
font-size: 6px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: '•';
text-align: center;
opacity: .25;
color: black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
opacity: .75;
color: black;
}@font-face {
font-weight: normal;
font-style: normal;
font-family: 'feathericons';
src:url(//biomedent.com.au/wp-content/plugins/exclusive-addons-for-elementor/assets/vendor/fonts/feathericons/feathericons.eot?-8is7zf);
src:url(//biomedent.com.au/wp-content/plugins/exclusive-addons-for-elementor/assets/vendor/fonts/feathericons/feathericons.eot?#iefix-8is7zf) format('embedded-opentype'),
url(//biomedent.com.au/wp-content/plugins/exclusive-addons-for-elementor/assets/vendor/fonts/feathericons/feathericons.woff?-8is7zf) format('woff'),
url(//biomedent.com.au/wp-content/plugins/exclusive-addons-for-elementor/assets/vendor/fonts/feathericons/feathericons.ttf?-8is7zf) format('truetype'),
url(//biomedent.com.au/wp-content/plugins/exclusive-addons-for-elementor/assets/vendor/fonts/feathericons/feathericons.svg?-8is7zf#feathericons) format('svg');
}
.exad-ihe-grid {
position: relative;
margin: 0 auto;
padding: 0;
max-width: 1000px;
list-style: none;
text-align: center;
} .exad-ihe-grid figure.exad-ihe-figure {
position: relative;
float: left;
overflow: hidden;
margin: 10px 1%; width: 100%;
background: #3085a3;
text-align: center; }
.exad-ihe-grid figure.exad-ihe-figure img {
position: relative;
display: block;
min-height: 100%;
max-width: 100%;
opacity: 0.8;
width: 100%;
}
.exad-ihe-grid figure.exad-ihe-figure figcaption.exad-ihe-figcaption {
padding: 2em;
color: #fff;
text-transform: uppercase;
font-size: 1.25em;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.exad-ihe-grid figure.exad-ihe-figure figcaption.exad-ihe-figcaption::before,
.exad-ihe-grid figure.exad-ihe-figure figcaption.exad-ihe-figcaption::after {
pointer-events: none;
}
.exad-ihe-grid figure.exad-ihe-figure figcaption.exad-ihe-figcaption,
.exad-ihe-grid figure.exad-ihe-figure figcaption.exad-ihe-figcaption > a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
} .exad-ihe-grid figure.exad-ihe-figure figcaption.exad-ihe-figcaption > a {
z-index: 1000;
text-indent: 200%;
white-space: nowrap;
font-size: 0;
opacity: 0;
}
.exad-ihe-grid figure.exad-ihe-figure .exad-ihe-title {
word-spacing: -0.15em;
font-weight: 300;
}
.exad-ihe-grid figure.exad-ihe-figure .exad-ihe-title span {
font-weight: 800;
}
.exad-ihe-grid figure.exad-ihe-figure .exad-ihe-title,
.exad-ihe-grid figure.exad-ihe-figure p {
margin: 0;
}
.exad-ihe-grid figure.exad-ihe-figure p {
letter-spacing: 1px;
font-size: 68.5%;
}    figure.exad-ihe-figure.effect-lily img {
max-width: none;
width: -webkit-calc(100% + 50px);
width: calc(100% + 50px);
opacity: 0.7;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-40px,0, 0);
transform: translate3d(-40px,0,0);
}
figure.exad-ihe-figure.effect-lily figcaption.exad-ihe-figcaption {
text-align: left;
}
figure.exad-ihe-figure.effect-lily figcaption.exad-ihe-figcaption > div {
position: absolute;
bottom: 0;
left: 0;
padding: 2em;
width: 100%;
height: 50%;
}
figure.exad-ihe-figure.effect-lily .exad-ihe-title,
figure.exad-ihe-figure.effect-lily p {
-webkit-transform: translate3d(0,40px,0);
transform: translate3d(0,40px,0);
}
figure.exad-ihe-figure.effect-lily .exad-ihe-title {
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
}
figure.exad-ihe-figure.effect-lily p {
color: rgba(255,255,255,0.8);
opacity: 0;
-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
transition: opacity 0.2s, transform 0.35s;
}
figure.exad-ihe-figure.effect-lily:hover img,
figure.exad-ihe-figure.effect-lily:hover p {
opacity: 1;
}
figure.exad-ihe-figure.effect-lily:hover img,
figure.exad-ihe-figure.effect-lily:hover .exad-ihe-title,
figure.exad-ihe-figure.effect-lily:hover p {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
figure.exad-ihe-figure.effect-lily:hover p {
-webkit-transition-delay: 0.05s;
transition-delay: 0.05s;
-webkit-transition-duration: 0.35s;
transition-duration: 0.35s;
}   figure.exad-ihe-figure.effect-sadie figcaption.exad-ihe-figcaption::before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
content: '';
opacity: 0;
-webkit-transform: translate3d(0,50%,0);
transform: translate3d(0,50%,0);
}
figure.exad-ihe-figure.effect-sadie .exad-ihe-title {
position: absolute;
top: 50%;
left: 0;
width: 100%;
color: #484c61;
-webkit-transition: -webkit-transform 0.35s, color 0.35s;
transition: transform 0.35s, color 0.35s;
-webkit-transform: translate3d(0,-50%,0);
transform: translate3d(0,-50%,0);
}
figure.exad-ihe-figure.effect-sadie figcaption.exad-ihe-figcaption::before,
figure.exad-ihe-figure.effect-sadie p {
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
figure.exad-ihe-figure.effect-sadie p {
position: absolute;
bottom: 0;
left: 0;
padding: 2em;
width: 100%;
opacity: 0;
-webkit-transform: translate3d(0,10px,0);
transform: translate3d(0,10px,0);
}
figure.exad-ihe-figure.effect-sadie:hover .exad-ihe-title {
color: #fff;
-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}
figure.exad-ihe-figure.effect-sadie:hover figcaption.exad-ihe-figcaption::before ,
figure.exad-ihe-figure.effect-sadie:hover p {
opacity: 1;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}   figure.exad-ihe-figure.effect-roxy {
background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
background: linear-gradient(45deg, #ff89e9 0%,#05abe0 100%);
}
figure.exad-ihe-figure.effect-roxy img {
max-width: none;
width: -webkit-calc(100% + 60px);
width: calc(100% + 60px);
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-50px,0,0);
transform: translate3d(-50px,0,0);
}
figure.exad-ihe-figure.effect-roxy figcaption.exad-ihe-figcaption::before {
position: absolute;
top: 30px;
right: 30px;
bottom: 30px;
left: 30px;
border: 1px solid #fff;
content: '';
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-20px,0,0);
transform: translate3d(-20px,0,0);
}
figure.exad-ihe-figure.effect-roxy figcaption.exad-ihe-figcaption {
padding: 3em;
text-align: left;
}
figure.exad-ihe-figure.effect-roxy .exad-ihe-title {
padding: 30% 0 10px 0;
}
figure.exad-ihe-figure.effect-roxy p {
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-10px,0,0);
transform: translate3d(-10px,0,0);
}
figure.exad-ihe-figure.effect-roxy:hover img {
opacity: 0.7;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
figure.exad-ihe-figure.effect-roxy:hover figcaption.exad-ihe-figcaption::before,
figure.exad-ihe-figure.effect-roxy:hover p {
opacity: 1;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}   figure.exad-ihe-figure.effect-bubba {
background: #9e5406;
}
figure.exad-ihe-figure.effect-bubba img {
opacity: 0.7;
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
}
figure.exad-ihe-figure.effect-bubba:hover img {
opacity: 0.4;
}
figure.exad-ihe-figure.effect-bubba figcaption.exad-ihe-figcaption::before,
figure.exad-ihe-figure.effect-bubba figcaption.exad-ihe-figcaption::after {
position: absolute;
top: 30px;
right: 30px;
bottom: 30px;
left: 30px;
content: '';
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
figure.exad-ihe-figure.effect-bubba figcaption.exad-ihe-figcaption::before {
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
-webkit-transform: scale(0,1);
transform: scale(0,1);
}
figure.exad-ihe-figure.effect-bubba figcaption.exad-ihe-figcaption::after {
border-right: 1px solid #fff;
border-left: 1px solid #fff;
-webkit-transform: scale(1,0);
transform: scale(1,0);
}
figure.exad-ihe-figure.effect-bubba .exad-ihe-title {
padding-top: 30%;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0,-20px,0);
transform: translate3d(0,-20px,0);
}
figure.exad-ihe-figure.effect-bubba p {
padding: 20px 2.5em;
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(0,20px,0);
transform: translate3d(0,20px,0);
}
figure.exad-ihe-figure.effect-bubba:hover figcaption.exad-ihe-figcaption::before,
figure.exad-ihe-figure.effect-bubba:hover figcaption.exad-ihe-figcaption::after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
figure.exad-ihe-figure.effect-bubba:hover .exad-ihe-title,
figure.exad-ihe-figure.effect-bubba:hover p {
opacity: 1;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}   figure.exad-ihe-figure.effect-romeo img {
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: scale3d(1.4,1.4,1);
transform: scale3d(1.4,1.4,1);
}
figure.exad-ihe-figure.effect-romeo:hover img {
opacity: 0.6;
-webkit-transform: scale3d(1,1,1);
transform: translate3d(1,1,1);
}
figure.exad-ihe-figure.effect-romeo figcaption.exad-ihe-figcaption::before,
figure.exad-ihe-figure.effect-romeo figcaption.exad-ihe-figcaption::after {
position: absolute;
top: 50%;
left: 50%;
width: 80%;
height: 1px;
background: #fff;
content: '';
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-50%,-50%,0);
transform: translate3d(-50%,-50%,0);
}
figure.exad-ihe-figure.effect-romeo:hover figcaption.exad-ihe-figcaption::before {
opacity: 0.5;
-webkit-transform: translate3d(-50%,-50%,0) rotate(45deg);
transform: translate3d(-50%,-50%,0) rotate(45deg);
}
figure.exad-ihe-figure.effect-romeo:hover figcaption.exad-ihe-figcaption::after {
opacity: 0.5;
-webkit-transform: translate3d(-50%,-50%,0) rotate(-45deg);
transform: translate3d(-50%,-50%,0) rotate(-45deg);
}
figure.exad-ihe-figure.effect-romeo .exad-ihe-title,
figure.exad-ihe-figure.effect-romeo p {
position: absolute;
top: 50%;
left: 0;
width: 100%;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
}
figure.exad-ihe-figure.effect-romeo .exad-ihe-title {
-webkit-transform: translate3d(0,-50%,0) translate3d(0,-150%,0);
transform: translate3d(0,-50%,0) translate3d(0,-150%,0);
}
figure.exad-ihe-figure.effect-romeo p {
padding: 0.25em 2em;
-webkit-transform: translate3d(0,-50%,0) translate3d(0,150%,0);
transform: translate3d(0,-50%,0) translate3d(0,150%,0);
}
figure.exad-ihe-figure.effect-romeo:hover .exad-ihe-title {
-webkit-transform: translate3d(0,-50%,0) translate3d(0,-100%,0);
transform: translate3d(0,-50%,0) translate3d(0,-100%,0);
}
figure.exad-ihe-figure.effect-romeo:hover p {
-webkit-transform: translate3d(0,-50%,0) translate3d(0,100%,0);
transform: translate3d(0,-50%,0) translate3d(0,100%,0);
}   figure.exad-ihe-figure.effect-layla {
background: #18a367;
} figure.exad-ihe-figure.effect-layla figcaption.exad-ihe-figcaption {
padding: 3em;
}
figure.exad-ihe-figure.effect-layla figcaption.exad-ihe-figcaption::before,
figure.exad-ihe-figure.effect-layla figcaption.exad-ihe-figcaption::after {
position: absolute;
content: '';
opacity: 0;
}
figure.exad-ihe-figure.effect-layla figcaption.exad-ihe-figcaption::before {
top: 50px;
right: 30px;
bottom: 50px;
left: 30px;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
-webkit-transform: scale(0,1);
transform: scale(0,1);
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}
figure.exad-ihe-figure.effect-layla figcaption.exad-ihe-figcaption::after {
top: 30px;
right: 50px;
bottom: 30px;
left: 50px;
border-right: 1px solid #fff;
border-left: 1px solid #fff;
-webkit-transform: scale(1,0);
transform: scale(1,0);
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
}
figure.exad-ihe-figure.effect-layla .exad-ihe-title {
padding-top: 26%;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
}
figure.exad-ihe-figure.effect-layla p {
padding: 0.5em 2em;
text-transform: none;
opacity: 0;
-webkit-transform: translate3d(0,-10px,0);
transform: translate3d(0,-10px,0);
}
figure.exad-ihe-figure.effect-layla img,
figure.exad-ihe-figure.effect-layla .exad-ihe-title {
-webkit-transform: translate3d(0,-30px,0);
transform: translate3d(0,-30px,0);
}
figure.exad-ihe-figure.effect-layla img,
figure.exad-ihe-figure.effect-layla figcaption.exad-ihe-figcaption::before,
figure.exad-ihe-figure.effect-layla figcaption.exad-ihe-figcaption::after,
figure.exad-ihe-figure.effect-layla p {
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
figure.exad-ihe-figure.effect-layla:hover img {
opacity: 0.7;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
figure.exad-ihe-figure.effect-layla:hover figcaption.exad-ihe-figcaption::before,
figure.exad-ihe-figure.effect-layla:hover figcaption.exad-ihe-figcaption::after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
figure.exad-ihe-figure.effect-layla:hover .exad-ihe-title,
figure.exad-ihe-figure.effect-layla:hover p {
opacity: 1;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
figure.exad-ihe-figure.effect-layla:hover figcaption.exad-ihe-figcaption::after,
figure.exad-ihe-figure.effect-layla:hover .exad-ihe-title,
figure.exad-ihe-figure.effect-layla:hover p,
figure.exad-ihe-figure.effect-layla:hover img {
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s;
}   figure.exad-ihe-figure.effect-honey {
background: #4a3753;
}
figure.exad-ihe-figure.effect-honey img {
opacity: 0.9;
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
}
figure.exad-ihe-figure.effect-honey:hover img {
opacity: 0.5;
}
figure.exad-ihe-figure.effect-honey figcaption.exad-ihe-figcaption::before {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 10px;
background: #fff;
content: '';
-webkit-transform: translate3d(0,10px,0);
transform: translate3d(0,10px,0);
}
figure.exad-ihe-figure.effect-honey .exad-ihe-title {
position: absolute;
bottom: 0;
left: 0;
padding: 1em 1.5em;
width: 100%;
text-align: left;
-webkit-transform: translate3d(0,-30px,0);
transform: translate3d(0,-30px,0);
}
figure.exad-ihe-figure.effect-honey .exad-ihe-title i {
font-style: normal;
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(0,-30px,0);
transform: translate3d(0,-30px,0);
}
figure.exad-ihe-figure.effect-honey figcaption.exad-ihe-figcaption::before,
figure.exad-ihe-figure.effect-honey .exad-ihe-title {
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
}
figure.exad-ihe-figure.effect-honey:hover figcaption.exad-ihe-figcaption::before,
figure.exad-ihe-figure.effect-honey:hover .exad-ihe-title,
figure.exad-ihe-figure.effect-honey:hover .exad-ihe-title i {
opacity: 1;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}   figure.exad-ihe-figure.effect-oscar {
background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
background: linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%);
}
figure.exad-ihe-figure.effect-oscar img {
opacity: 0.9;
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
}
figure.exad-ihe-figure.effect-oscar figcaption.exad-ihe-figcaption {
padding: 3em;
background-color: rgba(58,52,42,0.7);
-webkit-transition: background-color 0.35s;
transition: background-color 0.35s;
}
figure.exad-ihe-figure.effect-oscar figcaption.exad-ihe-figcaption::before {
position: absolute;
top: 30px;
right: 30px;
bottom: 30px;
left: 30px;
border: 1px solid #fff;
content: '';
}
figure.exad-ihe-figure.effect-oscar .exad-ihe-title {
margin: 20% 0 10px 0;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0,100%,0);
transform: translate3d(0,100%,0);
}
figure.exad-ihe-figure.effect-oscar figcaption.exad-ihe-figcaption::before,
figure.exad-ihe-figure.effect-oscar p {
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: scale(0);
transform: scale(0);
}
figure.exad-ihe-figure.effect-oscar:hover .exad-ihe-title {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
figure.exad-ihe-figure.effect-oscar:hover figcaption.exad-ihe-figcaption::before,
figure.exad-ihe-figure.effect-oscar:hover p {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
figure.exad-ihe-figure.effect-oscar:hover figcaption.exad-ihe-figcaption {
background-color: rgba(58,52,42,0);
}
figure.exad-ihe-figure.effect-oscar:hover img {
opacity: 0.4;
}   figure.exad-ihe-figure.effect-marley figcaption.exad-ihe-figcaption {
text-align: right;
}
figure.exad-ihe-figure.effect-marley .exad-ihe-title,
figure.exad-ihe-figure.effect-marley p {
position: absolute;
right: 30px;
left: 30px;
padding: 10px 0;
}
figure.exad-ihe-figure.effect-marley p {
bottom: 30px;
line-height: 1.5;
-webkit-transform: translate3d(0,100%,0);
transform: translate3d(0,100%,0);
}
figure.exad-ihe-figure.effect-marley .exad-ihe-title {
top: 30px;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0,20px,0);
transform: translate3d(0,20px,0);
}
figure.exad-ihe-figure.effect-marley:hover .exad-ihe-title {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
figure.exad-ihe-figure.effect-marley .exad-ihe-title::after {
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 4px;
background: #fff;
content: '';
-webkit-transform: translate3d(0,40px,0);
transform: translate3d(0,40px,0);
}
figure.exad-ihe-figure.effect-marley .exad-ihe-title::after,
figure.exad-ihe-figure.effect-marley p {
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
figure.exad-ihe-figure.effect-marley:hover .exad-ihe-title::after,
figure.exad-ihe-figure.effect-marley:hover p {
opacity: 1;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}   figure.exad-ihe-figure.effect-ruby {
background-color: #17819c;
}
figure.exad-ihe-figure.effect-ruby img {
opacity: 0.7;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: scale(1.15);
transform: scale(1.15);
}
figure.exad-ihe-figure.effect-ruby:hover img {
opacity: 0.5;
-webkit-transform: scale(1);
transform: scale(1);
}
figure.exad-ihe-figure.effect-ruby .exad-ihe-title {
margin-top: 20%;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0,20px,0);
transform: translate3d(0,20px,0);
}
figure.exad-ihe-figure.effect-ruby p {
margin: 1em 0 0;
padding: 3em;
border: 1px solid #fff;
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(0,20px,0) scale(1.1);
transform: translate3d(0,20px,0) scale(1.1);
} 
figure.exad-ihe-figure.effect-ruby:hover .exad-ihe-title {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
figure.exad-ihe-figure.effect-ruby:hover p {
opacity: 1;
-webkit-transform: translate3d(0,0,0) scale(1);
transform: translate3d(0,0,0) scale(1);
}   figure.exad-ihe-figure.effect-milo {
background: #2e5d5a;
}
figure.exad-ihe-figure.effect-milo img {
max-width: none;
width: -webkit-calc(100% + 60px);
width: calc(100% + 60px);
opacity: 1;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-30px,0,0) scale(1.12);
transform: translate3d(-30px,0,0) scale(1.12);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
figure.exad-ihe-figure.effect-milo:hover img {
opacity: 0.5;
-webkit-transform: translate3d(0,0,0) scale(1);
transform: translate3d(0,0,0) scale(1);
}
figure.exad-ihe-figure.effect-milo .exad-ihe-title {
position: absolute;
right: 0;
bottom: 0;
padding: 1em 1.2em;
}
figure.exad-ihe-figure.effect-milo p {
padding: 0 10px 0 0;
width: 50%;
border-right: 1px solid #fff;
text-align: right;
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-40px,0,0);
transform: translate3d(-40px,0,0);
}
figure.exad-ihe-figure.effect-milo:hover p {
opacity: 1;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}   figure.exad-ihe-figure.effect-dexter {
background: -webkit-linear-gradient(top, rgba(37,141,200,1) 0%, rgba(104,60,19,1) 100%);
background: linear-gradient(to bottom, rgba(37,141,200,1) 0%,rgba(104,60,19,1) 100%); 
}
figure.exad-ihe-figure.effect-dexter img {
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
}
figure.exad-ihe-figure.effect-dexter:hover img {
opacity: 0.4;
}
figure.exad-ihe-figure.effect-dexter figcaption.exad-ihe-figcaption::after {
position: absolute;
right: 30px;
bottom: 30px;
left: 30px;
height: -webkit-calc(50% - 30px);
height: calc(50% - 30px);
border: 7px solid #fff;
content: '';
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0,-100%,0);
transform: translate3d(0,-100%,0);
}
figure.exad-ihe-figure.effect-dexter:hover figcaption.exad-ihe-figcaption::after {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
figure.exad-ihe-figure.effect-dexter figcaption.exad-ihe-figcaption {
padding: 3em;
text-align: left;
}
figure.exad-ihe-figure.effect-dexter p {
position: absolute;
right: 60px;
bottom: 60px;
left: 60px;
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(0,-100px,0);
transform: translate3d(0,-100px,0);
}
figure.exad-ihe-figure.effect-dexter:hover p {
opacity: 1;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}   figure.exad-ihe-figure.effect-sarah {
background: #42b078;
}
figure.exad-ihe-figure.effect-sarah img {
max-width: none;
width: -webkit-calc(100% + 20px);
width: calc(100% + 20px);
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-10px,0,0);
transform: translate3d(-10px,0,0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
figure.exad-ihe-figure.effect-sarah:hover img {
opacity: 0.4;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
figure.exad-ihe-figure.effect-sarah figcaption.exad-ihe-figcaption {
text-align: left;
}
figure.exad-ihe-figure.effect-sarah .exad-ihe-title {
position: relative;
overflow: hidden;
padding: 0.5em 0;
}
figure.exad-ihe-figure.effect-sarah .exad-ihe-title::after {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 3px;
background: #fff;
content: '';
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(-100%,0,0);
transform: translate3d(-100%,0,0);
}
figure.exad-ihe-figure.effect-sarah:hover .exad-ihe-title::after {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
figure.exad-ihe-figure.effect-sarah p {
padding: 1em 0;
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(100%,0,0);
transform: translate3d(100%,0,0);
}
figure.exad-ihe-figure.effect-sarah:hover p {
opacity: 1;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}   figure.exad-ihe-figure.effect-zoe figcaption.exad-ihe-figcaption {
top: auto;
bottom: 0;
padding: 1em;
height: 3.75em;
background: #fff;
color: #3c4a50;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0,100%,0);
transform: translate3d(0,100%,0);
}
figure.exad-ihe-figure.effect-zoe .exad-ihe-title {
float: left;
}
figure.exad-ihe-figure.effect-zoe p.icon-links a {
float: right;
color: #3c4a50;
font-size: 1.4em;
}
figure.exad-ihe-figure.effect-zoe:hover p.icon-links a:hover,
figure.exad-ihe-figure.effect-zoe:hover p.icon-links a:focus {
color: #252d31;
}
figure.exad-ihe-figure.effect-zoe p.description {
position: absolute;
bottom: 8em;
padding: 2em;
color: #fff;
text-transform: none;
font-size: 90%;
opacity: 0; -webkit-transition: opacity 0.35s;
transition: opacity 0.35s; }
figure.exad-ihe-figure.effect-zoe .exad-ihe-title,
figure.exad-ihe-figure.effect-zoe p.icon-links a {
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0,200%,0);
transform: translate3d(0,200%,0);
}
figure.exad-ihe-figure.effect-zoe p.icon-links a span::before {
display: inline-block;
padding: 8px 10px;
font-family: 'feathericons'; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-eye::before {
content: '\e000';
}
.icon-paper-clip::before {
content: '\e001';
}
.icon-heart::before {
content: '\e024';
}
figure.exad-ihe-figure.effect-zoe .exad-ihe-title {
display: inline-block;
}
figure.exad-ihe-figure.effect-zoe:hover p.description {
opacity: 1;
}
figure.exad-ihe-figure.effect-zoe:hover figcaption.exad-ihe-figcaption,
figure.exad-ihe-figure.effect-zoe:hover .exad-ihe-title,
figure.exad-ihe-figure.effect-zoe:hover p.icon-links a {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
figure.exad-ihe-figure.effect-zoe:hover .exad-ihe-title {
-webkit-transition-delay: 0.05s;
transition-delay: 0.05s;
}
figure.exad-ihe-figure.effect-zoe:hover p.icon-links a:nth-child(3) {
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
figure.exad-ihe-figure.effect-zoe:hover p.icon-links a:nth-child(2) {
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s;
}
figure.exad-ihe-figure.effect-zoe:hover p.icon-links a:first-child {
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}   figure.exad-ihe-figure.effect-chico img {
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: scale(1.12);
transform: scale(1.12);
}
figure.exad-ihe-figure.effect-chico:hover img {
opacity: 0.5;
-webkit-transform: scale(1);
transform: scale(1);
}
figure.exad-ihe-figure.effect-chico figcaption.exad-ihe-figcaption {
padding: 3em;
}
figure.exad-ihe-figure.effect-chico figcaption.exad-ihe-figcaption::before {
position: absolute;
top: 30px;
right: 30px;
bottom: 30px;
left: 30px;
border: 1px solid #fff;
content: '';
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
figure.exad-ihe-figure.effect-chico figcaption.exad-ihe-figcaption::before,
figure.exad-ihe-figure.effect-chico p {
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
figure.exad-ihe-figure.effect-chico .exad-ihe-title {
padding: 20% 0 20px 0;
}
figure.exad-ihe-figure.effect-chico p {
margin: 0 auto;
max-width: 200px;
-webkit-transform: scale(1.5);
transform: scale(1.5);
}
figure.exad-ihe-figure.effect-chico:hover figcaption.exad-ihe-figcaption::before,
figure.exad-ihe-figure.effect-chico:hover p {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
@media screen and (max-width: 50em) {
.exad-ihe-grid figure.exad-ihe-figure {
display: inline-block;
float: none;
margin: 10px auto;
width: 100%;
}
} .exad-ihe-grid {
position: relative;
clear: both;
margin: 0 auto;
padding: 0;
max-width: 1000px;
list-style: none;
text-align: center;
}    figure.exad-ihe-figure.effect-julia {
background: #2f3238;
}
figure.exad-ihe-figure.effect-julia img {
max-width: none;
object-fit: cover; -webkit-transition: opacity 1s, -webkit-transform 1s;
transition: opacity 1s, transform 1s;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
figure.exad-ihe-figure.effect-julia figcaption.exad-ihe-figcaption {
text-align: left;
}
figure.exad-ihe-figure.effect-julia .exad-ihe-title {
position: relative;
padding: 0.5em 0;
}
figure.exad-ihe-figure.effect-julia p {
display: inline-block;
margin: 0 0 0.25em;
padding: 0.4em 1em;
background: rgba(255,255,255,0.9);
color: #2f3238;
text-transform: none;
font-weight: 500;
font-size: 75%;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-360px,0,0);
transform: translate3d(-360px,0,0);
}
figure.exad-ihe-figure.effect-julia p:first-child {
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s;
}
figure.exad-ihe-figure.effect-julia p:nth-of-type(2) {
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
figure.exad-ihe-figure.effect-julia p:nth-of-type(3) {
-webkit-transition-delay: 0.05s;
transition-delay: 0.05s;
}
figure.exad-ihe-figure.effect-julia:hover p:first-child {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
figure.exad-ihe-figure.effect-julia:hover p:nth-of-type(2) {
-webkit-transition-delay: 0.05s;
transition-delay: 0.05s;
}
figure.exad-ihe-figure.effect-julia:hover p:nth-of-type(3) {
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
figure.exad-ihe-figure.effect-julia:hover img {
opacity: 0.4;
-webkit-transform: scale3d(1.1,1.1,1);
transform: scale3d(1.1,1.1,1);
}
figure.exad-ihe-figure.effect-julia:hover p {
opacity: 1;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}   figure.exad-ihe-figure.effect-goliath {
background: #df4e4e;
}
figure.exad-ihe-figure.effect-goliath img,
figure.exad-ihe-figure.effect-goliath .exad-ihe-title {
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
}
figure.exad-ihe-figure.effect-goliath img {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
figure.exad-ihe-figure.effect-goliath .exad-ihe-title,
figure.exad-ihe-figure.effect-goliath p {
position: absolute;
bottom: 0;
left: 0;
padding: 30px;
}
figure.exad-ihe-figure.effect-goliath p {
text-transform: none;
font-size: 90%;
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(0,50px,0);
transform: translate3d(0,50px,0);
}
figure.exad-ihe-figure.effect-goliath:hover img {
-webkit-transform: translate3d(0,-80px,0);
transform: translate3d(0,-80px,0);
}
figure.exad-ihe-figure.effect-goliath:hover .exad-ihe-title {
-webkit-transform: translate3d(0,-100px,0);
transform: translate3d(0,-100px,0);
}
figure.exad-ihe-figure.effect-goliath:hover p {
opacity: 1;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}   figure.exad-ihe-figure.effect-hera {
background: #303fa9;
}
figure.exad-ihe-figure.effect-hera .exad-ihe-title {
font-size: 158.75%;
}
figure.exad-ihe-figure.effect-hera .exad-ihe-title,
figure.exad-ihe-figure.effect-hera p {
position: absolute;
top: 50%;
left: 50%;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-50%,-50%,0);
transform: translate3d(-50%,-50%,0);
-webkit-transform-origin: 50%;
transform-origin: 50%;
}
figure.exad-ihe-figure.effect-hera figcaption.exad-ihe-figcaption::before {
position: absolute;
top: 50%;
left: 50%;
width: 200px;
height: 200px;
border: 2px solid #fff;
content: '';
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
-webkit-transform-origin: 50%;
transform-origin: 50%;
}
figure.exad-ihe-figure.effect-hera p {
width: 100px;
text-transform: none;
font-size: 121%;
line-height: 2;
}
figure.exad-ihe-figure.effect-hera p a {
color: #fff;
}
figure.exad-ihe-figure.effect-hera p a:hover,
figure.exad-ihe-figure.effect-hera p a:focus {
opacity: 0.6;
}
figure.exad-ihe-figure.effect-hera p a i {
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
figure.exad-ihe-figure.effect-hera p a:first-child i {
-webkit-transform: translate3d(-60px,-60px,0);
transform: translate3d(-60px,-60px,0);
}
figure.exad-ihe-figure.effect-hera p a:nth-child(2) i {
-webkit-transform: translate3d(60px,-60px,0);
transform: translate3d(60px,-60px,0);
}
figure.exad-ihe-figure.effect-hera p a:nth-child(3) i {
-webkit-transform: translate3d(-60px,60px,0);
transform: translate3d(-60px,60px,0);
}
figure.exad-ihe-figure.effect-hera p a:nth-child(4) i {
-webkit-transform: translate3d(60px,60px,0);
transform: translate3d(60px,60px,0);
}
figure.exad-ihe-figure.effect-hera:hover figcaption.exad-ihe-figcaption::before {
opacity: 1;
-webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(1,1,1);
transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(1,1,1);
}
figure.exad-ihe-figure.effect-hera:hover .exad-ihe-title {
opacity: 0;
-webkit-transform: translate3d(-50%,-50%,0) scale3d(0.8,0.8,1);
transform: translate3d(-50%,-50%,0) scale3d(0.8,0.8,1);
}
figure.exad-ihe-figure.effect-hera:hover p i:empty {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0); opacity: 1;
}   figure.exad-ihe-figure.effect-winston {
background: #162633;
text-align: left;
}
figure.exad-ihe-figure.effect-winston img {
-webkit-transition: opacity 0.45s;
transition: opacity 0.45s;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
figure.exad-ihe-figure.effect-winston figcaption.exad-ihe-figcaption::before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url(//biomedent.com.au/wp-content/plugins/exclusive-addons-for-elementor/assets/vendor/img/triangle.svg) no-repeat center center;
background-size: 100% 100%;
content: '';
-webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
transition: opacity 0.45s, transform 0.45s;
-webkit-transform: rotate3d(0,0,1,45deg);
transform: rotate3d(0,0,1,45deg);
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
}
figure.exad-ihe-figure.effect-winston .exad-ihe-title {
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0,20px,0);
transform: translate3d(0,20px,0);
}
figure.exad-ihe-figure.effect-winston p {
position: absolute;
right: 0;
bottom: 0;
padding: 0 1.5em 7% 0;
}
figure.exad-ihe-figure.effect-winston a {
margin: 0 10px;
color: #5d504f;
font-size: 170%;
}
figure.exad-ihe-figure.effect-winston a:hover,
figure.exad-ihe-figure.effect-winston a:focus {
color: #cc6055;
}
figure.exad-ihe-figure.effect-winston p a i {
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(0,50px,0);
transform: translate3d(0,50px,0);
}
figure.exad-ihe-figure.effect-winston:hover img {
opacity: 0.6;
}
figure.exad-ihe-figure.effect-winston:hover .exad-ihe-title {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
figure.exad-ihe-figure.effect-winston:hover figcaption.exad-ihe-figcaption::before {
opacity: 0.7;
-webkit-transform: rotate3d(0,0,1,20deg);
transform: rotate3d(0,0,1,20deg);
}
figure.exad-ihe-figure.effect-winston:hover p i {
opacity: 1;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
figure.exad-ihe-figure.effect-winston:hover p a:nth-child(3) i {
-webkit-transition-delay: 0.05s;
transition-delay: 0.05s;
}
figure.exad-ihe-figure.effect-winston:hover p a:nth-child(2) i {
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
figure.exad-ihe-figure.effect-winston:hover p a:first-child i {
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s;
}   figure.exad-ihe-figure.effect-selena {
background: #fff;
}
figure.exad-ihe-figure.effect-selena img {
opacity: 0.95;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
figure.exad-ihe-figure.effect-selena:hover img {
-webkit-transform: scale3d(0.95,0.95,1);
transform: scale3d(0.95,0.95,1);
}
figure.exad-ihe-figure.effect-selena .exad-ihe-title {
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0,20px,0);
transform: translate3d(0,20px,0);
}
figure.exad-ihe-figure.effect-selena p {
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: perspective(1000px) rotate3d(1,0,0,90deg);
transform: perspective(1000px) rotate3d(1,0,0,90deg);
-webkit-transform-origin: 50% 0%;
transform-origin: 50% 0%;
}
figure.exad-ihe-figure.effect-selena:hover .exad-ihe-title {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
figure.exad-ihe-figure.effect-selena:hover p {
opacity: 1;
-webkit-transform: perspective(1000px) rotate3d(1,0,0,0);
transform: perspective(1000px) rotate3d(1,0,0,0);
}   figure.exad-ihe-figure.effect-terry {
background: #34495e;
}
figure.exad-ihe-figure.effect-terry figcaption.exad-ihe-figcaption {
padding: 1em;
}
figure.exad-ihe-figure.effect-terry figcaption.exad-ihe-figcaption::before,
figure.exad-ihe-figure.effect-terry figcaption.exad-ihe-figcaption::after {
position: absolute;
width: 200%;
height: 200%;
border-style: solid;
border-color: #101010;
content: '';
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
}
figure.exad-ihe-figure.effect-terry figcaption.exad-ihe-figcaption::before {
right: 0;
bottom: 0;
border-width: 0 70px 60px 0;
-webkit-transform: translate3d(70px,60px,0);
transform: translate3d(70px,60px,0);
}
figure.exad-ihe-figure.effect-terry figcaption.exad-ihe-figcaption::after {
top: 0;
left: 0;
border-width: 15px 0 0 15px;
-webkit-transform: translate3d(-15px,-15px,0);
transform: translate3d(-15px,-15px,0);
}
figure.exad-ihe-figure.effect-terry img,
figure.exad-ihe-figure.effect-terry p a {
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
figure.exad-ihe-figure.effect-terry img {
opacity: 0.85;
}
figure.exad-ihe-figure.effect-terry .exad-ihe-title {
position: absolute;
bottom: 0;
left: 0;
padding: 0.4em 10px;
width: 50%;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(100%,0,0);
transform: translate3d(100%,0,0);
}
@media screen and (max-width: 920px) {
figure.exad-ihe-figure.effect-terry .exad-ihe-title {
padding: 0.75em 10px;
font-size: 120%;
}
}
figure.exad-ihe-figure.effect-terry p {
float: right;
clear: both;
text-align: left;
text-transform: none;
font-size: 111%;
}
figure.exad-ihe-figure.effect-terry p a {
display: block;
margin-bottom: 1em;
color: #fff;
opacity: 0;
-webkit-transform: translate3d(90px,0,0);
transform: translate3d(90px,0,0);
}
figure.exad-ihe-figure.effect-terry p a:hover,
figure.exad-ihe-figure.effect-terry p a:focus {
color: #f3cf3f;
}
figure.exad-ihe-figure.effect-terry:hover figcaption.exad-ihe-figcaption::before,
figure.exad-ihe-figure.effect-terry:hover figcaption.exad-ihe-figcaption::after {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
figure.exad-ihe-figure.effect-terry:hover img {
opacity: 0.6;
}
figure.exad-ihe-figure.effect-terry:hover .exad-ihe-title,
figure.exad-ihe-figure.effect-terry:hover p a {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
figure.exad-ihe-figure.effect-terry:hover p a {
opacity: 1;
}
figure.exad-ihe-figure.effect-terry:hover p a:first-child {
-webkit-transition-delay: 0.025s;
transition-delay: 0.025s;
}
figure.exad-ihe-figure.effect-terry:hover p a:nth-child(2) {
-webkit-transition-delay: 0.05s;
transition-delay: 0.05s;
}
figure.exad-ihe-figure.effect-terry:hover p a:nth-child(3) {
-webkit-transition-delay: 0.075s;
transition-delay: 0.075s;
}
figure.exad-ihe-figure.effect-terry:hover p a:nth-child(4) {
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}   figure.exad-ihe-figure.effect-phoebe {
background: #675983;
}
figure.exad-ihe-figure.effect-phoebe img {
opacity: 0.85;
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
}
figure.exad-ihe-figure.effect-phoebe:hover img {
opacity: 0.6;
}
figure.exad-ihe-figure.effect-phoebe figcaption.exad-ihe-figcaption::before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url(//biomedent.com.au/wp-content/plugins/exclusive-addons-for-elementor/assets/vendor/img/triangle2.svg) no-repeat center center;
background-size: 100% 100%;
content: '';
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: scale3d(5,2.5,1);
transform: scale3d(5,2.5,1);
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
figure.exad-ihe-figure.effect-phoebe:hover figcaption.exad-ihe-figcaption::before {
opacity: 0.6;
-webkit-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
}
figure.exad-ihe-figure.effect-phoebe .exad-ihe-title {
margin-top: 1em;
-webkit-transition: transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0,40px,0);
transform: translate3d(0,40px,0);
}
figure.exad-ihe-figure.effect-phoebe:hover .exad-ihe-title {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
figure.exad-ihe-figure.effect-phoebe p a {
color: #fff;
font-size: 140%;
opacity: 0;
position: relative;
display: inline-block;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
figure.exad-ihe-figure.effect-phoebe p a:first-child {
-webkit-transform: translate3d(-60px,-60px,0);
transform: translate3d(-60px,-60px,0);
}
figure.exad-ihe-figure.effect-phoebe p a:nth-child(2) {
-webkit-transform: translate3d(0,60px,0);
transform: translate3d(0,60px,0);
}
figure.exad-ihe-figure.effect-phoebe p a:nth-child(3) {
-webkit-transform: translate3d(60px,-60px,0);
transform: translate3d(60px,-60px,0);
}
figure.exad-ihe-figure.effect-phoebe:hover p a {
opacity: 1;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}   figure.exad-ihe-figure.effect-apollo {
background: #3498db;
}
figure.exad-ihe-figure.effect-apollo img {
opacity: 0.95;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: scale3d(1.05,1.05,1);
transform: scale3d(1.05,1.05,1);
}
figure.exad-ihe-figure.effect-apollo figcaption.exad-ihe-figcaption::before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255,255,255,0.5);
content: '';
-webkit-transition: -webkit-transform 0.6s;
transition: transform 0.6s;
-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
figure.exad-ihe-figure.effect-apollo p {
position: absolute;
right: 0;
bottom: 0;
margin: 3em;
padding: 0 1em;
max-width: 150px;
border-right: 4px solid #fff;
text-align: right;
opacity: 0;
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
}
figure.exad-ihe-figure.effect-apollo .exad-ihe-title {
text-align: left;
}
figure.exad-ihe-figure.effect-apollo:hover img {
opacity: 0.6;
-webkit-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
}
figure.exad-ihe-figure.effect-apollo:hover figcaption.exad-ihe-figcaption::before {
-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}
figure.exad-ihe-figure.effect-apollo:hover p {
opacity: 1;
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}   figure.exad-ihe-figure.effect-kira {
background: #fff;
text-align: left;
}
figure.exad-ihe-figure.effect-kira img {
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
}
figure.exad-ihe-figure.effect-kira figcaption.exad-ihe-figcaption {
z-index: 1;
}
figure.exad-ihe-figure.effect-kira p {
padding: 2.25em 0.5em;
font-weight: 600;	
font-size: 100%;
line-height: 1.5;
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(0,-10px,0);
transform: translate3d(0,-10px,0);
}
figure.exad-ihe-figure.effect-kira p a {
margin: 0 0.5em;
color: #101010;
}
figure.exad-ihe-figure.effect-kira p a:hover,
figure.exad-ihe-figure.effect-kira p a:focus {
opacity: 0.6;
}
figure.exad-ihe-figure.effect-kira figcaption.exad-ihe-figcaption::before {
position: absolute;
top: 0;
right: 2em;
left: 2em;
z-index: -1;
height: 3.5em;
background: #fff;
content: '';
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(0,4em,0) scale3d(1,0.023,1) ;
transform: translate3d(0,4em,0) scale3d(1,0.023,1);
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
}
figure.exad-ihe-figure.effect-kira:hover img {
opacity: 0.5;
}
figure.exad-ihe-figure.effect-kira:hover p {
opacity: 1;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
figure.exad-ihe-figure.effect-kira:hover figcaption.exad-ihe-figcaption::before {
opacity: 0.7;
-webkit-transform: translate3d(0,5em,0) scale3d(1,1,1) ;
transform: translate3d(0,5em,0) scale3d(1,1,1);
}   figure.exad-ihe-figure.effect-steve {
z-index: auto;
overflow: visible;
background: #000;
}
figure.exad-ihe-figure.effect-steve:before,
figure.exad-ihe-figure.effect-steve .exad-ihe-title:before {
position: absolute;
top: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
background: #000;
content: '';
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
}
figure.exad-ihe-figure.effect-steve:before {
box-shadow: 0 3px 30px rgba(0,0,0,0.8);
opacity: 0;
}
figure.exad-ihe-figure.effect-steve figcaption.exad-ihe-figcaption {
z-index: 1;
}
figure.exad-ihe-figure.effect-steve img {
opacity: 1;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: perspective(1000px) translate3d(0,0,0);
transform: perspective(1000px) translate3d(0,0,0);
}
figure.exad-ihe-figure.effect-steve .exad-ihe-title,
figure.exad-ihe-figure.effect-steve p {
background: #fff;
color: #2d434e;
}
figure.exad-ihe-figure.effect-steve .exad-ihe-title {
position: relative;
margin-top: 2em;
padding: 0.25em;
}
figure.exad-ihe-figure.effect-steve .exad-ihe-title:before {
box-shadow: 0 1px 10px rgba(0,0,0,0.5);
}
figure.exad-ihe-figure.effect-steve p {
margin-top: 1em;
padding: 0.5em;
font-weight: 800;
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: scale3d(0.9,0.9,1);
transform: scale3d(0.9,0.9,1);
}
figure.exad-ihe-figure.effect-steve:hover:before {
opacity: 1;
}
figure.exad-ihe-figure.effect-steve:hover img {
-webkit-transform: perspective(1000px) translate3d(0,0,21px);
transform: perspective(1000px) translate3d(0,0,21px);
}
figure.exad-ihe-figure.effect-steve:hover .exad-ihe-title:before {
opacity: 0;
}
figure.exad-ihe-figure.effect-steve:hover p {
opacity: 1;
-webkit-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
}   figure.exad-ihe-figure.effect-moses {
background: -webkit-linear-gradient(-45deg, #EC65B7 0%,#05E0D8 100%);
background: linear-gradient(-45deg, #EC65B7 0%,#05E0D8 100%);
}
figure.exad-ihe-figure.effect-moses img {
opacity: 0.85;
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
}
figure.exad-ihe-figure.effect-moses .exad-ihe-title,
figure.exad-ihe-figure.effect-moses p {
padding: 20px;
width: 50%;
height: 50%;
border: 2px solid #fff;
}
figure.exad-ihe-figure.effect-moses .exad-ihe-title {
padding: 20px;
width: 50%;
height: 50%;
text-align: left;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(10px,10px,0);
transform: translate3d(10px,10px,0);
}
figure.exad-ihe-figure.effect-moses p {
float: right;
padding: 20px;
text-align: right;
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-50%,-50%,0);
transform: translate3d(-50%,-50%,0);
}
figure.exad-ihe-figure.effect-moses:hover .exad-ihe-title {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
figure.exad-ihe-figure.effect-moses:hover p {
opacity: 1;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
figure.exad-ihe-figure.effect-moses:hover img {
opacity: 0.6;
}   figure.exad-ihe-figure.effect-jazz {
background: -webkit-linear-gradient(-45deg, #f3cf3f 0%,#f33f58 100%);
background: linear-gradient(-45deg, #f3cf3f 0%,#f33f58 100%);
}
figure.exad-ihe-figure.effect-jazz img {
opacity: 0.9;
}
figure.exad-ihe-figure.effect-jazz figcaption.exad-ihe-figcaption::after,
figure.exad-ihe-figure.effect-jazz img,
figure.exad-ihe-figure.effect-jazz p {
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
figure.exad-ihe-figure.effect-jazz figcaption.exad-ihe-figcaption::after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
content: '';
opacity: 0;
-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
figure.exad-ihe-figure.effect-jazz .exad-ihe-title,
figure.exad-ihe-figure.effect-jazz p {
opacity: 1;
-webkit-transform: scale3d(0.8,0.8,1);
transform: scale3d(0.8,0.8,1);
}
figure.exad-ihe-figure.effect-jazz .exad-ihe-title {
padding-top: 26%;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
}
figure.exad-ihe-figure.effect-jazz p {
padding: 0.5em 2em;
text-transform: none;
font-size: 0.85em;
opacity: 0;
}
figure.exad-ihe-figure.effect-jazz:hover img {
opacity: 0.7;
-webkit-transform: scale3d(1.05,1.05,1);
transform: scale3d(1.05,1.05,1);
}
figure.exad-ihe-figure.effect-jazz:hover figcaption.exad-ihe-figcaption::after {
opacity: 1;
-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
}
figure.exad-ihe-figure.effect-jazz:hover .exad-ihe-title,
figure.exad-ihe-figure.effect-jazz:hover p {
opacity: 1;
-webkit-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
}   figure.exad-ihe-figure.effect-ming {
background: #030c17;
}
figure.exad-ihe-figure.effect-ming img {
opacity: 0.9;
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
}
figure.exad-ihe-figure.effect-ming figcaption.exad-ihe-figcaption::before {
position: absolute;
top: 30px;
right: 30px;
bottom: 30px;
left: 30px;
border: 2px solid #fff;
box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
content: '';
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: scale3d(1.4,1.4,1);
transform: scale3d(1.4,1.4,1);
}
figure.exad-ihe-figure.effect-ming .exad-ihe-title {
margin: 20% 0 10px 0;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
}
figure.exad-ihe-figure.effect-ming p {
padding: 1em;
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: scale(1.5);
transform: scale(1.5);
}
figure.exad-ihe-figure.effect-ming:hover .exad-ihe-title {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
figure.exad-ihe-figure.effect-ming:hover figcaption.exad-ihe-figcaption::before,
figure.exad-ihe-figure.effect-ming:hover p {
opacity: 1;
-webkit-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
}
figure.exad-ihe-figure.effect-ming:hover figcaption.exad-ihe-figcaption {
background-color: rgba(58,52,42,0);
}
figure.exad-ihe-figure.effect-ming:hover img {
opacity: 0.4;
}   figure.exad-ihe-figure.effect-lexi {
background: -webkit-linear-gradient(-45deg, #000 0%,#fff 100%);
background: linear-gradient(-45deg, #000 0%,#fff 100%);
}
figure.exad-ihe-figure.effect-lexi img {
margin: -10px 0 0 -10px;
max-width: none;
width: -webkit-calc(100% + 10px);
width: calc(100% + 10px);
opacity: 0.9;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(10px,10px,0);
transform: translate3d(10px,10px,0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
figure.exad-ihe-figure.effect-lexi figcaption.exad-ihe-figcaption::before,
figure.exad-ihe-figure.effect-lexi p {
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
figure.exad-ihe-figure.effect-lexi figcaption.exad-ihe-figcaption::before {
position: absolute;
right: -100px;
bottom: -100px;
width: 300px;
height: 300px;
border: 2px solid #fff;
border-radius: 50%;
box-shadow: 0 0 0 900px rgba(255,255,255,0.2);
content: '';
opacity: 0;
-webkit-transform: scale3d(0.5,0.5,1);
transform: scale3d(0.5,0.5,1);
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
figure.exad-ihe-figure.effect-lexi:hover img {
opacity: 0.6;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
figure.exad-ihe-figure.effect-lexi .exad-ihe-title {
text-align: left;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(5px,5px,0);
transform: translate3d(5px,5px,0);
}
figure.exad-ihe-figure.effect-lexi p {
position: absolute;
right: 0;
bottom: 0;
padding: 0 1.5em 1.5em 0;
width: 140px;
text-align: right;
opacity: 0;
-webkit-transform: translate3d(20px,20px,0);
transform: translate3d(20px,20px,0);
}
figure.exad-ihe-figure.effect-lexi:hover figcaption.exad-ihe-figcaption::before {
opacity: 1;
-webkit-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
}
figure.exad-ihe-figure.effect-lexi:hover .exad-ihe-title,
figure.exad-ihe-figure.effect-lexi:hover p {
opacity: 1;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}   figure.exad-ihe-figure.effect-duke {
background: -webkit-linear-gradient(-45deg, #34495e 0%,#cc6055 100%);
background: linear-gradient(-45deg, #34495e 0%,#cc6055 100%);
}
figure.exad-ihe-figure.effect-duke img,
figure.exad-ihe-figure.effect-duke p {
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
figure.exad-ihe-figure.effect-duke:hover img {
opacity: 0.1;
-webkit-transform: scale3d(2,2,1);
transform: scale3d(2,2,1);
}
figure.exad-ihe-figure.effect-duke .exad-ihe-title {
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: scale3d(0.8,0.8,1);
transform: scale3d(0.8,0.8,1);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
figure.exad-ihe-figure.effect-duke p {
position: absolute;
bottom: 0;
left: 0;
margin: 20px;
padding: 30px;
border: 2px solid #fff;
text-transform: none;
font-size: 90%;
opacity: 0;
-webkit-transform: scale3d(0.8,0.8,1);
transform: scale3d(0.8,0.8,1);
-webkit-transform-origin: 50% -100%;
transform-origin: 50% -100%;
}
figure.exad-ihe-figure.effect-duke:hover .exad-ihe-title,
figure.exad-ihe-figure.effect-duke:hover p {
opacity: 1;
-webkit-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
} @media screen and (max-width: 50em) {
.exad-ihe-grid figure.exad-ihe-figure {
display: inline-block;
float: none;
margin: 10px auto;
width: 100%;
}
} .exad-ihe-wrapper [class^="imghvr-"],
.exad-ihe-wrapper [class*=" imghvr-"] {
position: relative;
display: inline-block;
margin: 0;
max-width: 100%;
background-color: #2266a5;
color: #fff;
overflow: hidden;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.exad-ihe-wrapper [class^="imghvr-"] > img,
.exad-ihe-wrapper [class*=" imghvr-"] > img {
vertical-align: top;
max-width: 100%;
}
.exad-ihe-wrapper [class^="imghvr-"] figcaption,
.exad-ihe-wrapper [class*=" imghvr-"] figcaption {
background-color: #135796;
padding: 30px;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
color: #ffffff;
}
.exad-ihe-wrapper [class^="imghvr-"] figcaption h1,
.exad-ihe-wrapper [class^="imghvr-"] figcaption h2,
.exad-ihe-wrapper [class^="imghvr-"] figcaption h3,
.exad-ihe-wrapper [class^="imghvr-"] figcaption h4,
.exad-ihe-wrapper [class^="imghvr-"] figcaption h5,
.exad-ihe-wrapper [class^="imghvr-"] figcaption h6,
.exad-ihe-wrapper [class*=" imghvr-"] figcaption h1,
.exad-ihe-wrapper [class*=" imghvr-"] figcaption h2,
.exad-ihe-wrapper [class*=" imghvr-"] figcaption h3,
.exad-ihe-wrapper [class*=" imghvr-"] figcaption h4,
.exad-ihe-wrapper [class*=" imghvr-"] figcaption h5,
.exad-ihe-wrapper [class*=" imghvr-"] figcaption h6 {
color: #ffffff;
}
.exad-ihe-wrapper [class^="imghvr-"] a,
.exad-ihe-wrapper [class*=" imghvr-"] a {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1;
}
.exad-ihe-wrapper [class^="imghvr-"],
.exad-ihe-wrapper [class*=" imghvr-"],
.exad-ihe-wrapper [class^="imghvr-"]:before,
.exad-ihe-wrapper [class^="imghvr-"]:after,
.exad-ihe-wrapper [class*=" imghvr-"]:before,
.exad-ihe-wrapper [class*=" imghvr-"]:after,
.exad-ihe-wrapper [class^="imghvr-"] *,
.exad-ihe-wrapper [class*=" imghvr-"] *,
.exad-ihe-wrapper [class^="imghvr-"] *:before,
.exad-ihe-wrapper [class^="imghvr-"] *:after,
.exad-ihe-wrapper [class*=" imghvr-"] *:before,
.exad-ihe-wrapper [class*=" imghvr-"] *:after {
box-sizing: border-box;
transition: all 0.35s ease;
} .exad-ihe-wrapper [class^="imghvr-fade"] figcaption,
.exad-ihe-wrapper [class*=" imghvr-fade"] figcaption {
opacity: 0;
}
.exad-ihe-wrapper [class^="imghvr-fade"]:hover figcaption,
.exad-ihe-wrapper [class*=" imghvr-fade"]:hover figcaption {
opacity: 1;
}
.exad-ihe-wrapper [class^="imghvr-fade"]:hover > img,
.exad-ihe-wrapper [class^="imghvr-fade"]:hover figcaption,
.exad-ihe-wrapper [class*=" imghvr-fade"]:hover > img,
.exad-ihe-wrapper [class*=" imghvr-fade"]:hover figcaption {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}  .exad-ihe-wrapper .imghvr-fade-in-up figcaption {
-webkit-transform: translate(0, 15%);
transform: translate(0, 15%);
} .exad-ihe-wrapper .imghvr-fade-in-down figcaption {
-webkit-transform: translate(0, -15%);
transform: translate(0, -15%);
} .exad-ihe-wrapper .imghvr-fade-in-left figcaption {
-webkit-transform: translate(-15%, 0);
transform: translate(-15%, 0);
} .exad-ihe-wrapper .imghvr-fade-in-right figcaption {
-webkit-transform: translate(15%, 0);
transform: translate(15%, 0);
} .exad-ihe-wrapper [class^="imghvr-push-"]:hover figcaption,
.exad-ihe-wrapper [class*=" imghvr-push-"]:hover figcaption {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
} .exad-ihe-wrapper .imghvr-push-up figcaption {
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
.exad-ihe-wrapper .imghvr-push-up:hover > img {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
} .exad-ihe-wrapper .imghvr-push-down figcaption {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
.exad-ihe-wrapper .imghvr-push-down:hover > img {
-webkit-transform: translateY(100%);
transform: translateY(100%);
} .exad-ihe-wrapper .imghvr-push-left figcaption {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.exad-ihe-wrapper .imghvr-push-left:hover > img {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
} .exad-ihe-wrapper .imghvr-push-right figcaption {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.exad-ihe-wrapper .imghvr-push-right:hover > img {
-webkit-transform: translateX(100%);
transform: translateX(100%);
} .exad-ihe-wrapper [class^="imghvr-slide-"]:hover figcaption,
.exad-ihe-wrapper [class*=" imghvr-slide-"]:hover figcaption {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
} .exad-ihe-wrapper .imghvr-slide-up figcaption {
-webkit-transform: translateY(100%);
transform: translateY(100%);
} .exad-ihe-wrapper .imghvr-slide-down figcaption {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
} .exad-ihe-wrapper .imghvr-slide-left figcaption {
-webkit-transform: translateX(100%);
transform: translateX(100%);
} .exad-ihe-wrapper .imghvr-slide-right figcaption {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
} .exad-ihe-wrapper .imghvr-slide-top-left figcaption {
-webkit-transform: translate(-100%, -100%);
transform: translate(-100%, -100%);
} .exad-ihe-wrapper .imghvr-slide-top-right figcaption {
-webkit-transform: translate(100%, -100%);
transform: translate(100%, -100%);
} .exad-ihe-wrapper .imghvr-slide-bottom-left figcaption {
-webkit-transform: translate(-100%, 100%);
transform: translate(-100%, 100%);
} .exad-ihe-wrapper .imghvr-slide-bottom-right figcaption {
-webkit-transform: translate(100%, 100%);
transform: translate(100%, 100%);
} .exad-ihe-wrapper [class^="imghvr-reveal-"]:before,
.exad-ihe-wrapper [class*=" imghvr-reveal-"]:before {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
content: "";
background-color: #135796;
}
.exad-ihe-wrapper [class^="imghvr-reveal-"] figcaption,
.exad-ihe-wrapper [class*=" imghvr-reveal-"] figcaption {
opacity: 0;
}
.exad-ihe-wrapper [class^="imghvr-reveal-"]:hover:before,
.exad-ihe-wrapper [class*=" imghvr-reveal-"]:hover:before {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
.exad-ihe-wrapper [class^="imghvr-reveal-"]:hover figcaption,
.exad-ihe-wrapper [class*=" imghvr-reveal-"]:hover figcaption {
opacity: 1;
transition-delay: 0.21s;
} .exad-ihe-wrapper .imghvr-reveal-up:before {
-webkit-transform: translateY(100%);
transform: translateY(100%);
} .exad-ihe-wrapper .imghvr-reveal-down:before {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
} .exad-ihe-wrapper .imghvr-reveal-left:before {
-webkit-transform: translateX(100%);
transform: translateX(100%);
} .exad-ihe-wrapper .imghvr-reveal-right:before {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
} .exad-ihe-wrapper .imghvr-reveal-top-left:before {
-webkit-transform: translate(-100%, -100%);
transform: translate(-100%, -100%);
} .exad-ihe-wrapper .imghvr-reveal-top-right:before {
-webkit-transform: translate(100%, -100%);
transform: translate(100%, -100%);
} .exad-ihe-wrapper .imghvr-reveal-bottom-left:before {
-webkit-transform: translate(-100%, 100%);
transform: translate(-100%, 100%);
} .exad-ihe-wrapper .imghvr-reveal-bottom-right:before {
-webkit-transform: translate(100%, 100%);
transform: translate(100%, 100%);
} .exad-ihe-wrapper [class^="imghvr-hinge-"],
.exad-ihe-wrapper [class*=" imghvr-hinge-"] {
-webkit-perspective: 50em;
perspective: 50em;
}
.exad-ihe-wrapper [class^="imghvr-hinge-"] figcaption,
.exad-ihe-wrapper [class*=" imghvr-hinge-"] figcaption {
opacity: 0;
z-index: 1;
}
.exad-ihe-wrapper [class^="imghvr-hinge-"]:hover img,
.exad-ihe-wrapper [class*=" imghvr-hinge-"]:hover img {
opacity: 0;
}
.exad-ihe-wrapper [class^="imghvr-hinge-"]:hover figcaption,
.exad-ihe-wrapper [class*=" imghvr-hinge-"]:hover figcaption {
opacity: 1;
transition-delay: 0.21s;
} .exad-ihe-wrapper .imghvr-hinge-up img {
-webkit-transform-origin: 50% 0%;
transform-origin: 50% 0%;
}
.exad-ihe-wrapper .imghvr-hinge-up figcaption {
-webkit-transform: rotateX(90deg);
transform: rotateX(90deg);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
.exad-ihe-wrapper .imghvr-hinge-up:hover > img {
-webkit-transform: rotateX(-90deg);
transform: rotateX(-90deg);
}
.exad-ihe-wrapper .imghvr-hinge-up:hover figcaption {
-webkit-transform: rotateX(0);
transform: rotateX(0);
} .exad-ihe-wrapper .imghvr-hinge-down img {
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
.exad-ihe-wrapper .imghvr-hinge-down figcaption {
-webkit-transform: rotateX(-90deg);
transform: rotateX(-90deg);
-webkit-transform-origin: 50% -50%;
transform-origin: 50% -50%;
}
.exad-ihe-wrapper .imghvr-hinge-down:hover > img {
-webkit-transform: rotateX(90deg);
transform: rotateX(90deg);
opacity: 0;
}
.exad-ihe-wrapper .imghvr-hinge-down:hover figcaption {
-webkit-transform: rotateX(0);
transform: rotateX(0);
} .exad-ihe-wrapper .imghvr-hinge-left img {
-webkit-transform-origin: 0% 50%;
transform-origin: 0% 50%;
}
.exad-ihe-wrapper .imghvr-hinge-left figcaption {
-webkit-transform: rotateY(-90deg);
transform: rotateY(-90deg);
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
}
.exad-ihe-wrapper .imghvr-hinge-left:hover > img {
-webkit-transform: rotateY(90deg);
transform: rotateY(90deg);
}
.exad-ihe-wrapper .imghvr-hinge-left:hover figcaption {
-webkit-transform: rotateY(0);
transform: rotateY(0);
} .exad-ihe-wrapper .imghvr-hinge-right img {
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
}
.exad-ihe-wrapper .imghvr-hinge-right figcaption {
-webkit-transform: rotateY(90deg);
transform: rotateY(90deg);
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
}
.exad-ihe-wrapper .imghvr-hinge-right:hover > img {
-webkit-transform: rotateY(-90deg);
transform: rotateY(-90deg);
}
.exad-ihe-wrapper .imghvr-hinge-right:hover figcaption {
-webkit-transform: rotateY(0);
transform: rotateY(0);
} .exad-ihe-wrapper [class^="imghvr-flip-"],
.exad-ihe-wrapper [class*=" imghvr-flip-"] {
-webkit-perspective: 50em;
perspective: 50em;
}
.exad-ihe-wrapper [class^="imghvr-flip-"] img,
.exad-ihe-wrapper [class*=" imghvr-flip-"] img {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.exad-ihe-wrapper [class^="imghvr-flip-"] figcaption,
.exad-ihe-wrapper [class*=" imghvr-flip-"] figcaption {
opacity: 0;
}
.exad-ihe-wrapper [class^="imghvr-flip-"]:hover > img,
.exad-ihe-wrapper [class*=" imghvr-flip-"]:hover > img {
opacity: 0;
}
.exad-ihe-wrapper [class^="imghvr-flip-"]:hover figcaption,
.exad-ihe-wrapper [class*=" imghvr-flip-"]:hover figcaption {
opacity: 1;
transition-delay: 0.14s;
} .exad-ihe-wrapper .imghvr-flip-horiz figcaption {
-webkit-transform: rotateX(90deg);
transform: rotateX(90deg);
-webkit-transform-origin: 0% 50%;
transform-origin: 0% 50%;
}
.exad-ihe-wrapper .imghvr-flip-horiz:hover img {
-webkit-transform: rotateX(-180deg);
transform: rotateX(-180deg);
}
.exad-ihe-wrapper .imghvr-flip-horiz:hover figcaption {
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
} .exad-ihe-wrapper .imghvr-flip-vert figcaption {
-webkit-transform: rotateY(90deg);
transform: rotateY(90deg);
-webkit-transform-origin: 50% 0%;
transform-origin: 50% 0%;
}
.exad-ihe-wrapper .imghvr-flip-vert:hover > img {
-webkit-transform: rotateY(-180deg);
transform: rotateY(-180deg);
}
.exad-ihe-wrapper .imghvr-flip-vert:hover figcaption {
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
} .exad-ihe-wrapper .imghvr-flip-diag-1 figcaption {
-webkit-transform: rotate3d(1, -1, 0, 100deg);
transform: rotate3d(1, -1, 0, 100deg);
}
.exad-ihe-wrapper .imghvr-flip-diag-1:hover > img {
-webkit-transform: rotate3d(-1, 1, 0, 100deg);
transform: rotate3d(-1, 1, 0, 100deg);
}
.exad-ihe-wrapper .imghvr-flip-diag-1:hover figcaption {
-webkit-transform: rotate3d(0, 0, 0, 0deg);
transform: rotate3d(0, 0, 0, 0deg);
} .exad-ihe-wrapper .imghvr-flip-diag-2 figcaption {
-webkit-transform: rotate3d(1, 1, 0, 100deg);
transform: rotate3d(1, 1, 0, 100deg);
}
.exad-ihe-wrapper .imghvr-flip-diag-2:hover > img {
-webkit-transform: rotate3d(-1, -1, 0, 100deg);
transform: rotate3d(-1, -1, 0, 100deg);
}
.exad-ihe-wrapper .imghvr-flip-diag-2:hover figcaption {
-webkit-transform: rotate3d(0, 0, 0, 0deg);
transform: rotate3d(0, 0, 0, 0deg);
} .exad-ihe-wrapper [class^="imghvr-shutter-out-"]:before,
.exad-ihe-wrapper [class*=" imghvr-shutter-out-"]:before {
background: #135796;
position: absolute;
content: "";
transition-delay: 0.105s;
}
.exad-ihe-wrapper [class^="imghvr-shutter-out-"] figcaption,
.exad-ihe-wrapper [class*=" imghvr-shutter-out-"] figcaption {
opacity: 0;
transition-delay: 0s;
}
[class^="imghvr-shutter-out-"]:hover:before,
[class*=" imghvr-shutter-out-"]:hover:before {
transition-delay: 0s;
}
[class^="imghvr-shutter-out-"]:hover figcaption,
[class*=" imghvr-shutter-out-"]:hover figcaption {
opacity: 1;
transition-delay: 0.105s;
} .imghvr-shutter-out-horiz:before {
left: 50%;
right: 50%;
top: 0;
bottom: 0;
}
.imghvr-shutter-out-horiz:hover:before {
left: 0;
right: 0;
} .imghvr-shutter-out-vert:before {
top: 50%;
bottom: 50%;
left: 0;
right: 0;
}
.imghvr-shutter-out-vert:hover:before {
top: 0;
bottom: 0;
} .imghvr-shutter-out-diag-1:before {
top: 50%;
bottom: 50%;
left: -35%;
right: -35%;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.imghvr-shutter-out-diag-1:hover:before {
top: -35%;
bottom: -35%;
} .imghvr-shutter-out-diag-2:before {
top: 50%;
bottom: 50%;
left: -35%;
right: -35%;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.imghvr-shutter-out-diag-2:hover:before {
top: -35%;
bottom: -35%;
} [class^="imghvr-shutter-in-"]:after, [class^="imghvr-shutter-in-"]:before,
[class*=" imghvr-shutter-in-"]:after,
[class*=" imghvr-shutter-in-"]:before {
background: #135796;
position: absolute;
content: "";
}
[class^="imghvr-shutter-in-"]:after,
[class*=" imghvr-shutter-in-"]:after {
top: 0;
left: 0;
}
[class^="imghvr-shutter-in-"]:before,
[class*=" imghvr-shutter-in-"]:before {
right: 0;
bottom: 0;
}
[class^="imghvr-shutter-in-"] figcaption,
[class*=" imghvr-shutter-in-"] figcaption {
opacity: 0;
z-index: 1;
}
[class^="imghvr-shutter-in-"]:hover figcaption,
[class*=" imghvr-shutter-in-"]:hover figcaption {
opacity: 1;
transition-delay: 0.21s;
} .imghvr-shutter-in-horiz:after, .imghvr-shutter-in-horiz:before {
width: 0;
height: 100%;
}
.imghvr-shutter-in-horiz:hover:after, .imghvr-shutter-in-horiz:hover:before {
width: 50%;
} .imghvr-shutter-in-vert:after, .imghvr-shutter-in-vert:before {
height: 0;
width: 100%;
}
.imghvr-shutter-in-vert:hover:after, .imghvr-shutter-in-vert:hover:before {
height: 50%;
} .imghvr-shutter-in-out-horiz:after, .imghvr-shutter-in-out-horiz:before {
width: 0;
height: 100%;
opacity: 0.75;
}
.imghvr-shutter-in-out-horiz:hover:after, .imghvr-shutter-in-out-horiz:hover:before {
width: 100%;
} .imghvr-shutter-in-out-vert:after, .imghvr-shutter-in-out-vert:before {
height: 0;
width: 100%;
opacity: 0.75;
}
.imghvr-shutter-in-out-vert:hover:after, .imghvr-shutter-in-out-vert:hover:before {
height: 100%;
} .imghvr-shutter-in-out-diag-1:after, .imghvr-shutter-in-out-diag-1:before {
width: 200%;
height: 200%;
transition: all 0.6s ease;
opacity: 0.75;
}
.imghvr-shutter-in-out-diag-1:after {
-webkit-transform: skew(-45deg) translateX(-150%);
transform: skew(-45deg) translateX(-150%);
}
.imghvr-shutter-in-out-diag-1:before {
-webkit-transform: skew(-45deg) translateX(150%);
transform: skew(-45deg) translateX(150%);
}
.imghvr-shutter-in-out-diag-1:hover:after {
-webkit-transform: skew(-45deg) translateX(-50%);
transform: skew(-45deg) translateX(-50%);
}
.imghvr-shutter-in-out-diag-1:hover:before {
-webkit-transform: skew(-45deg) translateX(50%);
transform: skew(-45deg) translateX(50%);
} .imghvr-shutter-in-out-diag-2:after, .imghvr-shutter-in-out-diag-2:before {
width: 200%;
height: 200%;
transition: all 0.6s ease;
opacity: 0.75;
}
.imghvr-shutter-in-out-diag-2:after {
-webkit-transform: skew(45deg) translateX(-100%);
transform: skew(45deg) translateX(-100%);
}
.imghvr-shutter-in-out-diag-2:before {
-webkit-transform: skew(45deg) translateX(100%);
transform: skew(45deg) translateX(100%);
}
.imghvr-shutter-in-out-diag-2:hover:after {
-webkit-transform: skew(45deg) translateX(0%);
transform: skew(45deg) translateX(0%);
}
.imghvr-shutter-in-out-diag-2:hover:before {
-webkit-transform: skew(45deg) translateX(0%);
transform: skew(45deg) translateX(0%);
} [class^='imghvr-switch-'] > img,
[class^='imghvr-switch-'] figcaption,
[class*=' imghvr-switch-'] > img,
[class*=' imghvr-switch-'] figcaption {
transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
[class^='imghvr-switch-']:hover figcaption,
[class*=' imghvr-switch-']:hover figcaption {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
} .imghvr-switch-up figcaption {
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
.imghvr-switch-up:hover > img {
-webkit-transform: translateY(100%);
transform: translateY(100%);
} .imghvr-switch-down figcaption {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
.imghvr-switch-down:hover > img {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
} .imghvr-switch-left figcaption {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.imghvr-switch-left:hover > img {
-webkit-transform: translateX(100%);
transform: translateX(100%);
} .imghvr-switch-right figcaption {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.imghvr-switch-right:hover > img {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
} [class^='imghvr-pivot-in'] figcaption,
[class*=' imghvr-pivot-in'] figcaption {
background-color: #135796;
}
[class^='imghvr-pivot-in']:hover figcaption,
[class*=' imghvr-pivot-in']:hover figcaption {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
} .imghvr-pivot-in-top-left figcaption {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
} .imghvr-pivot-in-top-right figcaption {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
} .imghvr-pivot-in-bottom-left figcaption {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
} .imghvr-pivot-in-bottom-right figcaption {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transform-origin: 100% 100%;
transform-origin: 100% 100%;
} [class^='imghvr-pivot-out'] > img,
[class*=' imghvr-pivot-out'] > img {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
[class^='imghvr-pivot-out'] figcaption,
[class*=' imghvr-pivot-out'] figcaption {
background-color: #135796;
z-index: -1;
} .imghvr-pivot-out-top-left > img {
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}
.imghvr-pivot-out-top-left:hover > img {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
} .imghvr-pivot-out-top-right > img {
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.imghvr-pivot-out-top-right:hover > img {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
} .imghvr-pivot-out-bottom-left > img {
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
}
.imghvr-pivot-out-bottom-left:hover > img {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
} .imghvr-pivot-out-bottom-right > img {
-webkit-transform-origin: 100% 100%;
transform-origin: 100% 100%;
}
.imghvr-pivot-out-bottom-right:hover > img {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
} [class^="imghvr-fold"],
[class*=" imghvr-fold"] {
-webkit-perspective: 50em;
perspective: 50em;
}
[class^="imghvr-fold"] img,
[class*=" imghvr-fold"] img {
-webkit-transform-origin: 50% 0%;
transform-origin: 50% 0%;
}
[class^="imghvr-fold"] figcaption,
[class*=" imghvr-fold"] figcaption {
z-index: 1;
opacity: 0;
}
[class^="imghvr-fold"]:hover > img,
[class*=" imghvr-fold"]:hover > img {
opacity: 0;
transition-delay: 0;
}
[class^="imghvr-fold"]:hover figcaption,
[class*=" imghvr-fold"]:hover figcaption {
-webkit-transform: rotateX(0) translate3d(0, 0%, 0) scale(1);
transform: rotateX(0) translate3d(0, 0%, 0) scale(1);
opacity: 1;
transition-delay: 0.21s;
} .imghvr-fold-up > img {
-webkit-transform-origin: 50% 0%;
transform-origin: 50% 0%;
}
.imghvr-fold-up figcaption {
-webkit-transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6);
transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
.imghvr-fold-up:hover > img {
-webkit-transform: rotateX(90deg) scale(0.6) translateY(50%);
transform: rotateX(90deg) scale(0.6) translateY(50%);
} .imghvr-fold-down > img {
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
.imghvr-fold-down figcaption {
-webkit-transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(0.6);
transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(0.6);
-webkit-transform-origin: 50% 0%;
transform-origin: 50% 0%;
}
.imghvr-fold-down:hover > img {
-webkit-transform: rotateX(-90deg) scale(0.6) translateY(-50%);
transform: rotateX(-90deg) scale(0.6) translateY(-50%);
} .imghvr-fold-left > img {
-webkit-transform-origin: 0% 50%;
transform-origin: 0% 50%;
}
.imghvr-fold-left figcaption {
-webkit-transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(0.6);
transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(0.6);
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
}
.imghvr-fold-left:hover > img {
-webkit-transform: rotateY(-90deg) scale(0.6) translateX(50%);
transform: rotateY(-90deg) scale(0.6) translateX(50%);
} .imghvr-fold-right > img {
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
}
.imghvr-fold-right figcaption {
-webkit-transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(0.6);
transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(0.6);
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
}
.imghvr-fold-right:hover > img {
-webkit-transform: rotateY(90deg) scale(0.6) translateX(-50%);
transform: rotateY(90deg) scale(0.6) translateX(-50%);
} .imghvr-zoom-in figcaption {
opacity: 0;
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
.imghvr-zoom-in:hover figcaption {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
} [class^="imghvr-zoom-out"] figcaption,
[class*=" imghvr-zoom-out"] figcaption {
-webkit-transform: scale(0.5);
transform: scale(0.5);
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
opacity: 0;
}
[class^="imghvr-zoom-out"]:hover figcaption, [class^="imghvr-zoom-out"].hover figcaption,
[class*=" imghvr-zoom-out"]:hover figcaption,
[class*=" imghvr-zoom-out"].hover figcaption {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
transition-delay: 0.35s;
} .imghvr-zoom-out:hover > img {
-webkit-transform: scale(0.5);
transform: scale(0.5);
opacity: 0;
} .imghvr-zoom-out-up:hover > img, .imghvr-zoom-out-up.hover > img {
-webkit-animation: imghvr-zoom-out-up 0.4025s linear;
animation: imghvr-zoom-out-up 0.4025s linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
@-webkit-keyframes imghvr-zoom-out-up {
50% {
-webkit-transform: scale(0.8) translateY(0%);
transform: scale(0.8) translateY(0%);
opacity: 0.5;
}
100% {
-webkit-transform: scale(0.8) translateY(-150%);
transform: scale(0.8) translateY(-150%);
opacity: 0.5;
}
}
@keyframes imghvr-zoom-out-up {
50% {
-webkit-transform: scale(0.8) translateY(0%);
transform: scale(0.8) translateY(0%);
opacity: 0.5;
}
100% {
-webkit-transform: scale(0.8) translateY(-150%);
transform: scale(0.8) translateY(-150%);
opacity: 0.5;
}
} .imghvr-zoom-out-down:hover > img, .imghvr-zoom-out-down.hover > img {
-webkit-animation: imghvr-zoom-out-down 0.4025s linear;
animation: imghvr-zoom-out-down 0.4025s linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
@-webkit-keyframes imghvr-zoom-out-down {
50% {
-webkit-transform: scale(0.8) translateY(0%);
transform: scale(0.8) translateY(0%);
opacity: 0.5;
}
100% {
-webkit-transform: scale(0.8) translateY(150%);
transform: scale(0.8) translateY(150%);
opacity: 0.5;
}
}
@keyframes imghvr-zoom-out-down {
50% {
-webkit-transform: scale(0.8) translateY(0%);
transform: scale(0.8) translateY(0%);
opacity: 0.5;
}
100% {
-webkit-transform: scale(0.8) translateY(150%);
transform: scale(0.8) translateY(150%);
opacity: 0.5;
}
} .imghvr-zoom-out-left:hover > img, .imghvr-zoom-out-left.hover > img {
-webkit-animation: imghvr-zoom-out-left 0.4025s linear;
animation: imghvr-zoom-out-left 0.4025s linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
@-webkit-keyframes imghvr-zoom-out-left {
50% {
-webkit-transform: scale(0.8) translateX(0%);
transform: scale(0.8) translateX(0%);
opacity: 0.5;
}
100% {
-webkit-transform: scale(0.8) translateX(-150%);
transform: scale(0.8) translateX(-150%);
opacity: 0.5;
}
}
@keyframes imghvr-zoom-out-left {
50% {
-webkit-transform: scale(0.8) translateX(0%);
transform: scale(0.8) translateX(0%);
opacity: 0.5;
}
100% {
-webkit-transform: scale(0.8) translateX(-150%);
transform: scale(0.8) translateX(-150%);
opacity: 0.5;
}
} .imghvr-zoom-out-right:hover > img, .imghvr-zoom-out-right.hover > img {
-webkit-animation: imghvr-zoom-out-right 0.4025s linear;
animation: imghvr-zoom-out-right 0.4025s linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
@-webkit-keyframes imghvr-zoom-out-right {
50% {
-webkit-transform: scale(0.8) translateX(0%);
transform: scale(0.8) translateX(0%);
opacity: 0.5;
}
100% {
-webkit-transform: scale(0.8) translateX(150%);
transform: scale(0.8) translateX(150%);
opacity: 0.5;
}
}
@keyframes imghvr-zoom-out-right {
50% {
-webkit-transform: scale(0.8) translateX(0%);
transform: scale(0.8) translateX(0%);
opacity: 0.5;
}
100% {
-webkit-transform: scale(0.8) translateX(150%);
transform: scale(0.8) translateX(150%);
opacity: 0.5;
}
} .imghvr-zoom-out-flip-horiz {
-webkit-perspective: 50em;
perspective: 50em;
}
.imghvr-zoom-out-flip-horiz figcaption {
opacity: 0;
-webkit-transform: rotateX(90deg) translateY(-100%) scale(0.5);
transform: rotateX(90deg) translateY(-100%) scale(0.5);
}
.imghvr-zoom-out-flip-horiz:hover > img, .imghvr-zoom-out-flip-horiz.hover > img {
-webkit-transform: rotateX(-100deg) translateY(50%) scale(0.5);
transform: rotateX(-100deg) translateY(50%) scale(0.5);
opacity: 0;
transition-delay: 0;
}
.imghvr-zoom-out-flip-horiz:hover figcaption, .imghvr-zoom-out-flip-horiz.hover figcaption {
-webkit-transform: rotateX(0) translateY(0%) scale(1);
transform: rotateX(0) translateY(0%) scale(1);
opacity: 1;
transition-delay: 0.35s;
} .imghvr-zoom-out-flip-vert {
-webkit-perspective: 50em;
perspective: 50em;
}
.imghvr-zoom-out-flip-vert figcaption {
opacity: 0;
-webkit-transform: rotateY(90deg) translate(50%, 0) scale(0.5);
transform: rotateY(90deg) translate(50%, 0) scale(0.5);
}
.imghvr-zoom-out-flip-vert:hover > img, .imghvr-zoom-out-flip-vert.hover > img {
-webkit-transform: rotateY(-100deg) translateX(50%) scale(0.5);
transform: rotateY(-100deg) translateX(50%) scale(0.5);
opacity: 0;
transition-delay: 0;
}
.imghvr-zoom-out-flip-vert:hover figcaption, .imghvr-zoom-out-flip-vert.hover figcaption {
-webkit-transform: rotateY(0) translate(0, 0) scale(1);
transform: rotateY(0) translate(0, 0) scale(1);
opacity: 1;
transition-delay: 0.35s;
} .imghvr-blur figcaption {
opacity: 0;
}
.imghvr-blur:hover > img {
-webkit-filter: blur(30px);
filter: blur(30px);
-webkit-transform: scale(1.2);
transform: scale(1.2);
opacity: 0;
}
.imghvr-blur:hover figcaption {
opacity: 1;
transition-delay: 0.21s;
} [class^='imghvr-fall-away-'],
[class*=' imghvr-fall-away-'] {
-webkit-perspective: 50em;
perspective: 50em;
}
[class^='imghvr-fall-away-'] img,
[class*=' imghvr-fall-away-'] img {
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
transition: all 0.455s ease-in;
}
[class^='imghvr-fall-away-'] figcaption,
[class*=' imghvr-fall-away-'] figcaption {
opacity: 0;
background-color: #135796;
}
[class^='imghvr-fall-away-']:hover img,
[class*=' imghvr-fall-away-']:hover img {
opacity: 0;
}
[class^='imghvr-fall-away-']:hover figcaption,
[class*=' imghvr-fall-away-']:hover figcaption {
opacity: 1;
transition-delay: 0.455s;
} .imghvr-fall-away-horiz:hover img {
-webkit-transform: rotateX(-360deg) scale(0.2);
transform: rotateX(-360deg) scale(0.2);
} .imghvr-fall-away-vert:hover img {
-webkit-transform: rotateY(-360deg) scale(0.2);
transform: rotateY(-360deg) scale(0.2);
} .imghvr-fall-away-cc:hover img {
-webkit-transform: rotate(360deg) scale(0.2);
transform: rotate(360deg) scale(0.2);
} .imghvr-fall-away-ccc:hover img {
-webkit-transform: rotate(-360deg) scale(0.2);
transform: rotate(-360deg) scale(0.2);
}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.swiper-container .swiper-slide figure{line-height:0}.swiper-container .elementor-lightbox-content-source{display:none}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{touch-action:pan-y}.swiper-wp8-vertical{touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background:no-repeat 50%}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-pagination{position:absolute;text-align:center;transition:.3s;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:5px;left:0;width:100%}.swiper-pagination-bullet{width:6px;height:6px;display:inline-block;border-radius:50%;background:#000;opacity:.2}.swiper-pagination-fraction{color:#000}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 6px}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#000;position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-progressbar.swiper-pagination-white{background:hsla(0,0%,100%,.5)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.elementor-pagination-position-outside .swiper-container{padding-bottom:30px}.elementor-pagination-position-outside .elementor-swiper-button{top:calc(50% - 30px / 2)}.elementor-swiper{position:relative}.elementor-main-swiper{position:static}.elementor-arrows-position-outside .swiper-container{width:calc(100% - 60px)}.elementor-arrows-position-outside .elementor-swiper-button-prev{left:0}.elementor-arrows-position-outside .elementor-swiper-button-next{right:0}.swiper-image-stretch .swiper-slide .swiper-slide-image{width:100%}.elementor-swiper-button{position:absolute;display:inline-flex;z-index:1;cursor:pointer;font-size:25px;color:hsla(0,0%,93.3%,.9);top:50%;transform:translateY(-50%)}.elementor-swiper-button svg{fill:hsla(0,0%,93.3%,.9);height:1em;width:1em}.elementor-swiper-button-prev{left:10px}.elementor-swiper-button-next{right:10px}.elementor-swiper-button.swiper-button-disabled{opacity:.3}.swiper-container-cube .elementor-swiper-button{transform:translate3d(0,-50%,1px)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s steps(12) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-size:100%;background:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E") no-repeat 50%}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")}@keyframes swiper-preloader-spin{to{transform:rotate(1turn)}}.exclusive-addons-elementor{-webkit-font-smoothing:antialiased}.exclusive-addons-elementor h1:not(.site-title):before,.exclusive-addons-elementor h2:before{content:none;background:none;height:auto;margin:0}.elementor-widget-exad-image-hover-effect .elementor-widget-container{min-height:1px}.exad-accordion-items .exad-accordion-single-item .exad-accordion-title{position:relative;display:flex;overflow:hidden}.exad-accordion-items .exad-accordion-single-item .exad-accordion-title .exad-accordion-heading{width:100%;font-size:15px}.exad-accordion-single-item .exad-accordion-heading{font-weight:600}.exad-accordion-items .exad-accordion-single-item .exad-accordion-title:hover{cursor:pointer}.exad-accordion-items .exad-accordion-single-item .exad-accordion-title .exad-active-inactive-icon{position:relative;margin-left:15px}.exad-accordion-items .exad-accordion-single-item .exad-accordion-title span.exad-tab-title-icon{position:relative}.exad-accordion-items .exad-accordion-single-item .exad-accordion-title .exad-active-icon i,.exad-accordion-items .exad-accordion-single-item .exad-accordion-title .exad-inactive-icon i,.exad-accordion-items .exad-accordion-single-item .exad-accordion-title span.exad-tab-title-icon i{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);font-size:20px}.exad-accordion-items .exad-accordion-single-item .exad-accordion-title .exad-active-icon,.exad-accordion-items .exad-accordion-single-item .exad-accordion-title.active .exad-inactive-icon{display:none}.exad-accordion-items .exad-accordion-single-item .exad-accordion-title.active .exad-active-icon{display:block}.exad-accordion-items .exad-accordion-single-item .exad-accordion-content{display:none}.exad-accordion-items .exad-accordion-single-item .exad-accordion-title .exad-active-inactive-icon{width:70px;margin-left:auto}.exad-accordion-items .exad-accordion-single-item .exad-accordion-content .exad-accordion-content-wrapper{display:flex}.exad-accordion-items .exad-accordion-single-item .exad-accordion-content .exad-accordion-content-wrapper.has-image-yes .exad-accordion-text{width:60%}.exad-accordion-items .exad-accordion-single-item .exad-accordion-content .exad-accordion-content-wrapper.has-image-yes .exad-accordion-image{width:40%}.exad-accordion-items .exad-accordion-single-item .exad-accordion-content .exad-accordion-content-wrapper.has-image-yes.image-position-left .exad-accordion-text{order:2}.exad-accordion-items .exad-accordion-single-item .exad-accordion-content .exad-accordion-content-wrapper.has-image-yes.image-position-left .exad-accordion-image{order:1}.exad-accordion-items .exad-accordion-single-item .exad-accordion-content .exad-accordion-content-wrapper .exad-accordion-button a{display:inline-block}@media only screen and (max-width: 767px){.exad-accordion-items .exad-accordion-single-item .exad-accordion-content .exad-accordion-content-wrapper{flex-direction:column}.exad-accordion-items .exad-accordion-single-item .exad-accordion-content .exad-accordion-content-wrapper.has-image-yes .exad-accordion-image,.exad-accordion-items .exad-accordion-single-item .exad-accordion-content .exad-accordion-content-wrapper.has-image-yes .exad-accordion-text{width:100%}}.exad-alert .exad-alert-element{display:flex;align-items:center;text-align:center;border-radius:40px;position:relative}.exad-alert .exad-alert-element:not(:last-child){margin-bottom:20px}.exad-alert .exad-alert-element .exad-alert-element-icon{width:50px;text-align:left}.exad-alert .exad-alert-element .exad-alert-element-icon span{font-size:24px}.exad-alert .exad-alert-element .exad-alert-element-content{width:calc( 100% - 50px );text-align:left}.exad-alert .exad-alert-element .exad-alert-element-content h5{margin:0 0 10px;font-size:20px}.exad-alert .exad-alert-element .exad-alert-element-content p{margin:0;font-size:16px}.exad-alert .exad-alert-element .exad-alert-element-dismiss-icon{position:absolute;top:50%;transform:translateY(-50%);line-height:0}.exad-alert .exad-alert-element .exad-alert-element-dismiss-icon svg{width:16px;height:16px;cursor:pointer}.exad-alert .exad-alert-element .exad-alert-element-dismiss-icon svg path{fill:#A1A5B5}.exad-alert-element-dismiss-button{display:inline-block}.exad-alert-element-dismiss-button .exad-alert-element-dismiss-cancel,.exad-alert-element-dismiss-button .exad-alert-element-dismiss-done{text-decoration:none;display:inline-block;transition:all 0.3s ease;border-radius:5px;margin-right:10px;font-size:15px}.exad-alert-element-dismiss-button button{border:none}@media only screen and (max-width: 767px){.exad-alert .exad-alert-element{flex-direction:column}body .exad-alert .exad-alert-element .exad-alert-element-content,body .exad-alert .exad-alert-element .exad-alert-element-icon{width:100% !important}}.morphext > .animated{display:inline-block}.exad-animated-text-align-left{text-align:left}.exad-animated-text-align-center{text-align:center}.exad-animated-text-align-right{text-align:right}.exad-typed-strings{margin:0}.exad-animated-text-animated-heading,.exad-animated-text-post-heading,.exad-animated-text-pre-heading{font-size:30px;font-weight:600}.exad-button-wrapper .exad-button-action{text-align:center;display:inline-block;text-decoration:none;position:relative;z-index:1;overflow:hidden}.exad-button-wrapper{margin:0 auto;display:flex}.exad-button-wrapper.exad-button-fixed-height-yes .exad-button-action{position:relative}.exad-button-wrapper.exad-button-fixed-height-yes .exad-button-action span{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:1}.exad-button-wrapper.effect-1 .exad-button-action i{margin-right:5px}.exad-button-wrapper.effect-1 .exad-button-action::before{position:absolute;content:'';height:100%;width:0;background:#fff;top:0;left:0;z-index:-1;transition:all 0.3s ease}.exad-button-wrapper.effect-1 .exad-button-action:hover::before{width:100%}.exad-button-wrapper.effect-2 .exad-button-action:after,.exad-button-wrapper.effect-2 .exad-button-action:before{content:'';height:50%;width:0;position:absolute;transition:0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);z-index:-1}.exad-button-wrapper.effect-2 .exad-button-action:before{top:0;left:0;right:auto}.exad-button-wrapper.effect-2 .exad-button-action:after{bottom:0;right:0;left:auto}.exad-button-wrapper.effect-2 .exad-button-action:hover{color:#fff;-webkit-box-shadow:none;box-shadow:none}.exad-button-wrapper.effect-2 .exad-button-action:hover:after,.exad-button-wrapper.effect-2 .exad-button-action:hover:before{width:100%}.exad-button-wrapper.effect-3 .exad-button-action i{margin-right:10px}.exad-button-wrapper.effect-3 .exad-button-action::before{position:absolute;content:'';height:100%;width:100%;top:0;left:0;z-index:-1;-webkit-transform:scale(0);transform:scale(0);opacity:0;transition:all 0.3s ease;-webkit-transform-origin:center center;transform-origin:center center}.exad-button-wrapper.effect-3 .exad-button-action:hover{color:#000000}.exad-button-wrapper.effect-3 .exad-button-action:hover::before{-webkit-transform:scale(1);transform:scale(1);opacity:1}.exad-button-wrapper.effect-4 .exad-button-action{transition:all 0.5s ease}.exad-button-wrapper.effect-4 .exad-button-action i{margin-right:10px}.exad-button-wrapper.effect-4 .exad-button-action::after,.exad-button-wrapper.effect-4 .exad-button-action::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;transition:all 0.3s;-webkit-transform:translate(0, -100%);transform:translate(0, -100%);transition-timing-function:cubic-bezier(0.75, 0, 0.125, 1)}.exad-button-wrapper.effect-4 .exad-button-action::before{background:#c4c4c4}.exad-button-wrapper.effect-4 .exad-button-action::after{transition-delay:0.2s}.exad-button-wrapper.effect-4 .exad-button-action:hover{letter-spacing:3px}.exad-button-wrapper.effect-4 .exad-button-action:hover::before{-webkit-transform:translate(0, 0);transform:translate(0, 0)}.exad-button-wrapper.effect-4 .exad-button-action:hover::after{-webkit-transform:translate(0, 0);transform:translate(0, 0)}.exad-button-wrapper.effect-5 .exad-button-action i{margin-right:10px}.exad-button-wrapper.effect-5 .exad-button-action::before{position:absolute;content:'';top:50%;bottom:50%;left:0;right:0;z-index:-1;opacity:0;transition:all 0.3s ease}.exad-button-wrapper.effect-5 .exad-button-action:hover{color:#000000}.exad-button-wrapper.effect-5 .exad-button-action:hover::before{top:0;bottom:0;opacity:1}.exad-button-wrapper.effect-6 .exad-button-action{display:inline-block;text-decoration:none;position:relative;z-index:1;border:1px solid #8868fe}.exad-button-wrapper.effect-6 .exad-button-action i{margin-right:10px}.exad-button-wrapper.effect-6 .exad-button-action:hover{-webkit-animation:pulse 0.5s cubic-bezier(0.66, 0, 0, 1);animation:pulse 0.5s cubic-bezier(0.66, 0, 0, 1)}@keyframes pulse{0%{box-shadow:0 0 0 0 #A9FBD7}50%{box-shadow:0 0 0 20px #A9FBD7}100%{box-shadow:0 0 0 0 #A9FBD7}}.exad-button-wrapper.effect-7 .exad-button-action::before{position:absolute;content:'';top:0;left:0;-webkit-transform:translateY(100%);transform:translateY(100%);transition:all 0.3s ease;height:100%;width:100%;z-index:-1}.exad-button-wrapper.effect-7 .exad-button-action span{display:inline-block;-webkit-transform:translate(0, 0);transform:translate(0, 0)}.exad-button-wrapper.effect-7 .exad-button-action span i{position:relative;font-size:20px;-webkit-transform:translate(0, 4em);transform:translate(0, 4em);transition:all 0.3s ease}.exad-button-wrapper.effect-7 .exad-button-action:hover{color:#fff}.exad-button-wrapper.effect-7 .exad-button-action:hover::before{-webkit-transform:translateY(0);transform:translateY(0)}.exad-button-wrapper.effect-7 .exad-button-action:hover span i{-webkit-transform:translate(0, 0);transform:translate(0, 0)}.exad-button-wrapper.effect-8 .exad-button-action span.effect-8-position{position:absolute;content:'';display:block;border-radius:50%;height:0;width:0;transition:width 0.3s ease-in-out,height 0.3s ease-in-out;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);z-index:-1}.exad-button-wrapper.effect-8 .exad-button-action:hover{color:#fff}.exad-button-wrapper.effect-8 .exad-button-action:hover span{height:350%;width:350%}.exad-button-wrapper.effect-9 .exad-button-action{transition:all 0.3s ease;border:1px solid #8868fe}.exad-button-wrapper.effect-9 .exad-button-action:hover{letter-spacing:5px}.exad-button-wrapper.effect-10 .exad-button-action{transition:all 0.3s ease}.exad-button-wrapper.effect-10 .exad-button-action::before{position:absolute;content:'';left:50%;right:50%;top:0;bottom:0;z-index:-1;opacity:0;transition:all 0.3s ease}.exad-button-wrapper.effect-10 .exad-button-action:hover{color:#fff}.exad-button-wrapper.effect-10 .exad-button-action:hover::before{left:0;right:0;opacity:1}.exad-button-wrapper.effect-11 .exad-button-action{padding:20px 0;display:inline-block;color:#fff;text-transform:uppercase;text-decoration:none;position:relative;transition:all 0.3s ease}.exad-button-wrapper.effect-11 .exad-button-action:hover{-webkit-animation:anim 0.3s forwards;animation:anim 0.3s forwards}@keyframes anim{60%{-webkit-transform:scale3d(0.8, 0.8, 1);transform:scale3d(0.8, 0.8, 1)}85%{-webkit-transform:scale3d(1.1, 1.1, 1);transform:scale3d(1.1, 1.1, 1)}100%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}.exad-button-wrapper.effect-12 .exad-button-action{padding:20px 0;display:inline-block;text-transform:uppercase;text-decoration:none;position:relative;transition:all 0.3s ease;border-radius:0}.exad-button-wrapper.effect-12 .exad-button-action::after,.exad-button-wrapper.effect-12 .exad-button-action::before{position:absolute;content:'';height:2px;width:0;transition:all 0.4s ease}.exad-button-wrapper.effect-12 .exad-button-action::before{top:0;left:0}.exad-button-wrapper.effect-12 .exad-button-action::after{bottom:0;right:0;top:inherit;left:inherit}.exad-button-wrapper.effect-12 .exad-button-action:hover{background:#fff}.exad-button-wrapper.effect-12 .exad-button-action:hover::after,.exad-button-wrapper.effect-12 .exad-button-action:hover::before{width:100%;transition:all 0.7s ease}h1.exad-call-to-action-title{font-weight:600;margin-bottom:20px;font-size:40px}ul.exad-call-to-action-buttons{margin:0;padding:0;list-style:none}.exad-call-to-action-buttons li,.exad-call-to-action-buttons li a{display:inline-block}.exad-call-to-action.skin-vertical p.exad-call-to-action-subtitle{margin-bottom:50px;font-size:16px}.exad-call-to-action.skin-horizontal .exad-call-to-action-content{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.exad-call-to-action.skin-horizontal .exad-call-to-action-content .exad-call-to-action-header{width:70%}.exad-call-to-action.skin-horizontal .exad-call-to-action-content .exad-call-to-action-footer{-webkit-box-flex:1;flex:1;text-align:right}.exad-call-to-action-icon i{font-size:40px;display:inline-block}@media only screen and (max-width: 493px){.exad-call-to-action-buttons li{display:flex}a.exad-call-to-action-secondary-btn{margin-top:20px}}@media only screen and (max-width: 767px){.exad-call-to-action.skin-horizontal .exad-call-to-action-content{flex-direction:column;align-items:flex-start}.exad-call-to-action.skin-horizontal .exad-call-to-action-content .exad-call-to-action-header{width:100%}}.exad-call-to-action-primary-btn,.exad-call-to-action-secondary-btn{position:relative;overflow:hidden;z-index:1}.exad-call-to-action-primary-btn span,.exad-call-to-action-secondary-btn span{display:block}.exad-call-to-action-buttons.effect-1 .exad-call-to-action-primary-btn::before{position:absolute;content:'';height:100%;width:0;top:0;left:0;z-index:-1;transition:all 0.3s ease}.exad-call-to-action-buttons.effect-1 .exad-call-to-action-primary-btn:hover::before{width:100%}.exad-call-to-action-buttons.effect-2 .exad-call-to-action-primary-btn:after,.exad-call-to-action-buttons.effect-2 .exad-call-to-action-primary-btn:before{content:'';height:50%;width:0;position:absolute;transition:0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);z-index:-1}.exad-call-to-action-buttons.effect-2 .exad-call-to-action-primary-btn:before{top:0;left:0;right:auto}.exad-call-to-action-buttons.effect-2 .exad-call-to-action-primary-btn:after{bottom:0;right:0;left:auto}.exad-call-to-action-buttons.effect-2 .exad-call-to-action-primary-btn:hover:after,.exad-call-to-action-buttons.effect-2 .exad-call-to-action-primary-btn:hover:before{width:100%}.exad-call-to-action-buttons.effect-3 .exad-call-to-action-primary-btn::before{position:absolute;content:'';height:100%;width:100%;top:0;left:0;z-index:-1;-webkit-transform:scale(0);transform:scale(0);opacity:0;transition:all 0.3s ease;-webkit-transform-origin:center center;transform-origin:center center}.exad-call-to-action-buttons.effect-3 .exad-call-to-action-primary-btn:hover::before{-webkit-transform:scale(1);transform:scale(1);opacity:1}.exad-call-to-action-buttons.effect-4 .exad-call-to-action-primary-btn::before{content:'';position:absolute;bottom:0;left:0;width:100%;height:0;z-index:-1;transition:all 0.3s}.exad-call-to-action-buttons.effect-4 .exad-call-to-action-primary-btn:hover::before{height:100%}.exad-call-to-action-buttons.effect-5 .exad-call-to-action-primary-btn::before{position:absolute;content:'';top:50%;bottom:50%;left:0;right:0;z-index:-1;opacity:0;transition:all 0.3s ease}.exad-call-to-action-buttons.effect-5 .exad-call-to-action-primary-btn:hover::before{top:0;bottom:0;opacity:1}.exad-call-to-action-buttons.effect-6 .exad-call-to-action-primary-btn::before{position:absolute;content:'';top:0;left:0;transition:all 0.3s ease;height:0;width:100%;z-index:-1}.exad-call-to-action-buttons.effect-6 .exad-call-to-action-primary-btn:hover::before{height:100%}.exad-call-to-action-buttons.effect-7 .exad-call-to-action-primary-btn{transition:all 0.3s ease}.exad-call-to-action-buttons.effect-7 .exad-call-to-action-primary-btn:hover{letter-spacing:5px}.exad-call-to-action-buttons.effect-8 .exad-call-to-action-primary-btn{transition:all 0.3s ease}.exad-call-to-action-buttons.effect-8 .exad-call-to-action-primary-btn::before{position:absolute;content:'';left:50%;right:50%;top:0;bottom:0;z-index:-1;opacity:0;transition:all 0.3s ease}.exad-call-to-action-buttons.effect-8 .exad-call-to-action-primary-btn:hover::before{left:0;right:0;opacity:1}.exad-call-to-action-buttons.effect-9 .exad-call-to-action-primary-btn:hover{-webkit-animation:anim 0.3s forwards;animation:anim 0.3s forwards}@keyframes anim{60%{-webkit-transform:scale3d(0.8, 0.8, 1);transform:scale3d(0.8, 0.8, 1)}85%{-webkit-transform:scale3d(1.1, 1.1, 1);transform:scale3d(1.1, 1.1, 1)}100%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}.exad-call-to-action-buttons.effect-10 .exad-call-to-action-primary-btn{transition:all 0.3s ease}.exad-call-to-action-buttons.effect-1 .exad-call-to-action-secondary-btn::before{position:absolute;content:'';height:100%;width:0;top:0;left:0;z-index:-1;transition:all 0.3s ease}.exad-call-to-action-buttons.effect-1 .exad-call-to-action-secondary-btn:hover::before{width:100%}.exad-call-to-action-buttons.effect-2 .exad-call-to-action-secondary-btn:after,.exad-call-to-action-buttons.effect-2 .exad-call-to-action-secondary-btn:before{content:'';height:50%;width:0;position:absolute;transition:0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);z-index:-1}.exad-call-to-action-buttons.effect-2 .exad-call-to-action-secondary-btn:before{top:0;left:0;right:auto}.exad-call-to-action-buttons.effect-2 .exad-call-to-action-secondary-btn:after{bottom:0;right:0;left:auto}.exad-call-to-action-buttons.effect-2 .exad-call-to-action-secondary-btn:hover:after,.exad-call-to-action-buttons.effect-2 .exad-call-to-action-secondary-btn:hover:before{width:100%}.exad-call-to-action-buttons.effect-3 .exad-call-to-action-secondary-btn::before{position:absolute;content:'';height:100%;width:100%;top:0;left:0;z-index:-1;-webkit-transform:scale(0);transform:scale(0);opacity:0;transition:all 0.3s ease;-webkit-transform-origin:center center;transform-origin:center center}.exad-call-to-action-buttons.effect-3 .exad-call-to-action-secondary-btn:hover::before{-webkit-transform:scale(1);transform:scale(1);opacity:1}.exad-call-to-action-buttons.effect-4 .exad-call-to-action-secondary-btn::before{content:'';position:absolute;bottom:0;left:0;width:100%;height:0;z-index:-1;transition:all 0.3s}.exad-call-to-action-buttons.effect-4 .exad-call-to-action-secondary-btn:hover::before{height:100%}.exad-call-to-action-buttons.effect-5 .exad-call-to-action-secondary-btn::before{position:absolute;content:'';top:50%;bottom:50%;left:0;right:0;z-index:-1;opacity:0;transition:all 0.3s ease}.exad-call-to-action-buttons.effect-5 .exad-call-to-action-secondary-btn:hover::before{top:0;bottom:0;opacity:1}.exad-call-to-action-buttons.effect-6 .exad-call-to-action-secondary-btn::before{position:absolute;content:'';top:0;left:0;transition:all 0.3s ease;height:0;width:100%;z-index:-1}.exad-call-to-action-buttons.effect-6 .exad-call-to-action-secondary-btn:hover::before{height:100%}.exad-call-to-action-buttons.effect-7 .exad-call-to-action-secondary-btn{transition:all 0.3s ease}.exad-call-to-action-buttons.effect-7 .exad-call-to-action-secondary-btn:hover{letter-spacing:5px}.exad-call-to-action-buttons.effect-8 .exad-call-to-action-secondary-btn{transition:all 0.3s ease}.exad-call-to-action-buttons.effect-8 .exad-call-to-action-secondary-btn::before{position:absolute;content:'';left:50%;right:50%;top:0;bottom:0;z-index:-1;opacity:0;transition:all 0.3s ease}.exad-call-to-action-buttons.effect-8 .exad-call-to-action-secondary-btn:hover::before{left:0;right:0;opacity:1}.exad-call-to-action-buttons.effect-9 .exad-call-to-action-secondary-btn:hover{-webkit-animation:anim 0.3s forwards;animation:anim 0.3s forwards}@keyframes anim{60%{-webkit-transform:scale3d(0.8, 0.8, 1);transform:scale3d(0.8, 0.8, 1)}85%{-webkit-transform:scale3d(1.1, 1.1, 1);transform:scale3d(1.1, 1.1, 1)}100%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}.exad-call-to-action-buttons.effect-10 .exad-call-to-action-secondary-btn{transition:all 0.3s ease}.exad-card-description{margin:0 auto}.exad-card-tag{margin:0}.exad-card.default{position:relative}.exad-card.default .exad-card-thumb img{display:block}.exad-card.default .exad-card-body .exad-card-title,.exad-card.text_on_image .exad-card-body .exad-card-title{display:inline-block;text-decoration:none;position:relative;transition:all 0.4s ease;font-size:20px;font-weight:bold}.exad-card.default .exad-card-body .exad-card-title::before,.exad-card.text_on_image .exad-card-body .exad-card-title::before{position:absolute;content:'';height:3px;width:25px;top:50%;transform:translateY(-50%);left:0;transition:all 0.3s ease;opacity:0}.exad-card.default .exad-card-body .exad-card-title:hover::before,.exad-card.text_on_image .exad-card-body .exad-card-title:hover::before{opacity:1;left:-30px}.exad-card .exad-card-body .exad-card-action{display:table;border-radius:4px;transition:all 0.4s ease;color:#132c47;text-decoration:none}.exad-card.left .exad-card-action{margin-right:auto}.exad-card.center .exad-card-action{margin-right:auto;margin-left:auto}.exad-card.right .exad-card-action{margin-left:auto}.exad-card.text_on_image{position:relative;overflow:hidden}.exad-card.text_on_image::before{position:absolute;content:'';top:0;left:0;width:100%;height:5px;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:left center;transform-origin:left center;transition:all 0.2s ease;z-index:1}.exad-card.text_on_image:hover::before{-webkit-transform:scaleX(1);transform:scaleX(1)}.exad-card.text_on_image .exad-card-thumb{position:relative}.exad-card-thumb{overflow:hidden}.exad-card.left .exad-card-thumb{margin-right:auto}.exad-card.center .exad-card-thumb{margin-left:auto;margin-right:auto}.exad-card.right .exad-card-thumb{margin-left:auto}.exad-card .exad-card-thumb img{height:100%;width:100%;object-fit:cover;-o-object-fit:cover}.exad-card.text_on_image .exad-card-thumb img{width:100%}.exad-card.text_on_image .exad-card-thumb::after{position:absolute;content:'';width:100%;height:100%;top:0;left:0;background:linear-gradient(to top, rgba(0, 0, 0, 0.99) 0%, rgba(128, 128, 128, 0.1) 50%, rgba(255, 255, 255, 0.1) 100%)}.exad-card.text_on_image .exad-card-body{position:absolute;left:0;bottom:0;right:0}.exad-card.yes .exad-card-thumb img{transform:scale(1);transition:all 0.3s ease}.exad-card:hover.yes .exad-card-thumb img{transform:scale(1.15)}.exad-card{position:relative}.exad-card-badge{position:absolute}.exad-contact-form-7 .wpcf7{width:100%}.exad-contact-form{display:flex;flex-wrap:wrap;position:relative;margin-bottom:30px}.exad-contact-form .exad-contact-form-title{display:block;width:100%;margin-bottom:30px;font-size:30px;color:#132c47;font-weight:500}.exad-contact-form .exad-contact-form-input-group{width:100%;margin-bottom:20px;position:relative}@media (max-width: 575px){.exad-contact-form .exad-contact-form-input-group{width:100%}}.exad-contact-form-7 input[type="text"],.exad-contact-form-7 input[type="email"],.exad-contact-form-7 input[type="url"],.exad-contact-form-7 input[type="password"],.exad-contact-form-7 input[type="search"],.exad-contact-form-7 input[type="number"],.exad-contact-form-7 input[type="tel"],.exad-contact-form-7 input[type="range"],.exad-contact-form-7 input[type="date"],.exad-contact-form-7 input[type="month"],.exad-contact-form-7 input[type="week"],.exad-contact-form-7 input[type="time"],.exad-contact-form-7 input[type="datetime"],.exad-contact-form-7 input[type="datetime-local"],.exad-contact-form-7 input[type="color"],.exad-contact-form-7 textarea{width:100%;border:none}.exad-contact-form-7 label{display:block}.exad-contact-form-7 textarea{height:auto}.exad-contact-form .exad-contact-form-input-group label{display:inline-block;position:relative;margin-right:20px;margin-top:20px;padding:0 0 0 25px}.exad-contact-form .exad-contact-form-input-group label input{opacity:0;height:0;width:0;position:absolute;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.exad-contact-form .exad-contact-form-input-group label input:checked ~ .checkmark:after{display:block}.exad-contact-form .exad-contact-form-input-group label input:checked ~ .checkmark{background-color:#4ce2bd;border:none}.exad-contact-form .exad-contact-form-input-group label .checkmark{position:absolute;top:0;left:0;height:18px;width:18px;background-color:#fff;border:1px solid #e3e6ec}.exad-contact-form .exad-contact-form-input-group label .checkmark::after{content:"\e90e";font-family:eicons;position:absolute;display:none;color:#fff;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);font-size:12px}.exad-contact-form-7 .wpcf7-form input[type="submit"]{transition:all 0.4s ease;display:flex}.exad-contact-form-7 .exad-cf7-column{display:grid;grid-auto-flow:column;grid-column-gap:15px}.exad-contact-form .exad-contact-form-input-action i{margin-left:10px}.exad-contact-form.two{display:flex;flex-wrap:wrap}.exad-contact-form-7 br{display:none}.exad-corona-wrapper.exad-col-1,.exad-corona-wrapper.exad-col-2,.exad-corona-wrapper.exad-col-3,.exad-corona-wrapper.exad-col-4,.exad-corona-wrapper.exad-col-5,.exad-corona-wrapper.exad-col-6{display:flex;flex-wrap:wrap;margin:0 -10px}.exad-corona-wrapper .exad-corona-col{padding:0 10px 20px}.exad-corona-wrapper.exad-col-1 .exad-corona-col{flex:0 0 100%;max-width:100%}.exad-corona-wrapper.exad-col-2 .exad-corona-col{flex:0 0 50%;max-width:50%}.exad-corona-wrapper.exad-col-3 .exad-corona-col{flex:0 0 33.333333%;max-width:33.333333%}.exad-corona-wrapper.exad-col-4 .exad-corona-col{flex:0 0 25%;max-width:25%}.exad-corona-wrapper.exad-col-5 .exad-corona-col{flex:0 0 20%;max-width:20%}.exad-corona-content-horizontal{display:flex;flex-direction:row}.exad-corona-content-vertical{display:flex;flex-direction:column}.exad-corona-wrapper.exad-col-6 .exad-corona-col{flex:0 0 16.66666%;max-width:16.666666%}@media (max-width: 991px){.exad-corona-wrapper.exad-col-4 .exad-corona-col,.exad-corona-wrapper.exad-col-5 .exad-corona-col,.exad-corona-wrapper.exad-col-6 .exad-corona-col{flex:0 0 33.333333%;max-width:33.333333%}}@media (max-width: 767px){.exad-corona-wrapper.exad-col-1 .exad-corona-col,.exad-corona-wrapper.exad-col-2 .exad-corona-col,.exad-corona-wrapper.exad-col-3 .exad-corona-col,.exad-corona-wrapper.exad-col-4 .exad-corona-col,.exad-corona-wrapper.exad-col-5 .exad-corona-col,.exad-corona-wrapper.exad-col-6 .exad-corona-col{flex:0 0 100%;max-width:100%;padding:0 10px 20px}}.flag-row{width:80px}.flag img{width:35px;height:auto}.exad-corona-search-form{width:350px;height:50px;margin-bottom:20px;position:relative}.exad-corona-search-icon{position:absolute;top:50%;transform:translateY(-50%);left:20px}.exad-corona-search-form input{height:100%;width:100%}.exad-data-table .exad-corona-table-heading th,.exad-data-table .exad-data-table-row td{padding:15px}.exad-corona-table-heading.yes th{position:sticky;position:-webkit-sticky;top:-2px}.admin-bar .exad-corona-table-heading.yes th{position:sticky;position:-webkit-sticky;top:30px}.exad-covid-continent-btn{transition:all 0.3s ease;display:inline-block}.exad-covid-continent-btn:focus{outline:0}.exad-corona-heading.inline{display:flex;justify-content:space-between}.exad-corona-heading.inline .exad-corona-last-update{order:2}@media (max-width: 769px){.exad-corona-table{overflow-x:scroll}}.exad-corona-table.yes{overflow-y:scroll!important}.admin-bar .exad-corona-table.yes .exad-corona-table-heading.yes th{top:0}.exad-countdown-description{text-align:center;margin-bottom:90px;position:relative;z-index:2}.exad-countdown-description h2{font-size:40px;color:#0a1724;font-weight:500;margin-bottom:23px;position:relative}.exad-countdown-description p{margin-bottom:0;padding:0 300px}.exad-countdown-description{color:#fff}.exad-countdown-description h2{color:#fff}.exad-countdown{display:flex;flex-wrap:wrap;position:relative;z-index:2}.exad-countdown .exad-countdown-container{width:calc((100% / 4) - 23px);margin-right:30px;text-align:center}.exad-countdown-content-container.yes .exad-countdown{justify-content:center}.exad-countdown-content-container.yes .exad-countdown .exad-countdown-container{position:relative}.exad-countdown-content-container.yes .exad-countdown-timer-wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.exad-countdown .exad-countdown-container:last-child{margin-right:0}.exad-countdown .exad-countdown-container .exad-countdown-timer-wrapper > span{display:block}.exad-countdown .exad-countdown-count{line-height:1}.exad-countdown .exad-countdown-count{position:relative}.exad-countdown.exad-countdown-divider .exad-countdown-container{position:relative}.exad-countdown.exad-countdown-divider .exad-countdown-container::after{content:":";font-weight:100;position:absolute;right:0;top:10%;color:#ffffff;font-size:70px}.exad-countdown.exad-countdown-divider .exad-countdown-container:last-child::after{display:none}.exad-countdown .exad-countdown-count{font-size:80px;color:#000;text-align:center}.exad-countdown .exad-countdown-title{color:#0a1724;text-align:center}.exad-coundown-bg > svg{position:absolute;bottom:0;left:0;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.exad-coundown-bg > svg > path{fill:rgba(255, 255, 255, 0.078)}.exad-countdoen-watermark{font-size:200px;color:inherit;position:absolute;top:0;left:0;width:100%;display:block;font-weight:700}.exad-countdown-offer-limitation-title{font-size:20px;font-weight:400;color:#fff;margin-bottom:38px;position:relative;z-index:2}.exad-countdown .message{text-align:center;font-size:30px;font-weight:700;width:100%;margin-bottom:0}.exad-countdown-banner{padding:194px 0}.exad-countdown-banner .exad-countdown-description{margin-bottom:117px}@media (max-width: 1200px){.exad-countdown-description p{padding:0 150px}}@media (max-width: 991px){.exad-countdown-description p{padding:0 20px}.exad-coundown-bg > svg,.exad-countdoen-watermark{display:none}}@media (max-width: 767px){.exad-countdown .exad-countdown-container{width:calc((100% / 2) - 20px);margin-right:10px;margin-left:10px;margin-bottom:20px;padding:23px 10px}.exad-countdown .exad-countdown-container.gradient-version,.exad-countdown .exad-countdown-container.image-version,.exad-countdown .exad-countdown-container.modern{padding-left:15px;padding-right:15px}.exad-countdown .exad-countdown-container{width:calc((100% / 2) - 20px);margin-right:10px;margin-left:10px}.exad-countdown .exad-countdown-count{font-size:40px}.exad-countdown.exad-countdown-divider .exad-countdown-container::after{top:0}.exad-countdown.exad-countdown-divider .exad-countdown-container:nth-child(2)::after{display:none}}@media (max-width: 480px){.exad-countdown .exad-countdown-container{width:calc(100% - 20px)}.exad-countdown.exad-countdown-divider .exad-countdown-container::after{display:none}}@media (max-width: 400px){.exad-countdown-banner{padding:97px 0}.exad-countdown-banner .exad-countdown-description{margin-bottom:58.5px}.exad-countdown-description.two p{padding-right:0}}.exad-dual-button{display:table}.exad-dual-button.exad-dual-button-align-left{margin-right:auto}.exad-dual-button.exad-dual-button-align-center{margin-left:auto;margin-right:auto}.exad-dual-button.exad-dual-button-align-right{margin-left:auto}.exad-dual-button-action{display:inline-block;text-decoration:none}.exad-dual-button-primary{position:relative}.exad-dual-button-connector{position:absolute;top:50%;right:0;transform:translate(50%, -50%);-ms-transform:translate(50%, -50%);-webkit-transform:translate(50%, -50%);z-index:10}.exad-dual-button-connector span{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%)}.exad-dual-button-primary.effect-1,.exad-dual-button-primary.effect-2,.exad-dual-button-primary.effect-3,.exad-dual-button-primary.effect-4,.exad-dual-button-primary.effect-6,.exad-dual-button-secondary.effect-1,.exad-dual-button-secondary.effect-2,.exad-dual-button-secondary.effect-3,.exad-dual-button-secondary.effect-4,.exad-dual-button-secondary.effect-6{position:relative;transition:all 0.3s ease}.exad-dual-button-primary.effect-1::before,.exad-dual-button-secondary.effect-1::before{position:absolute;content:'';height:100%;width:0;top:0;left:0;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.exad-dual-button-primary.effect-1:hover,.exad-dual-button-secondary.effect-1:hover{z-index:1}.exad-dual-button-primary.effect-1:hover::before,.exad-dual-button-secondary.effect-1:hover::before{width:100%;z-index:-1}.exad-dual-button-primary.effect-2::before,.exad-dual-button-secondary.effect-2::before{position:absolute;content:'';height:100%;width:100%;top:0;left:0;-webkit-transform:scale(0);transform:scale(0);opacity:0;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;-webkit-transform-origin:center center;transform-origin:center center}.exad-dual-button-primary.effect-2:hover,.exad-dual-button-secondary.effect-2:hover{z-index:1}.exad-dual-button-primary.effect-2:hover::before,.exad-dual-button-secondary.effect-2:hover::before{-webkit-transform:scale(1);transform:scale(1);opacity:1;z-index:-1}.exad-dual-button-primary.effect-3::before,.exad-dual-button-secondary.effect-3::before{position:absolute;content:'';height:0;width:100%;bottom:0;left:0;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.exad-dual-button-primary.effect-3:hover,.exad-dual-button-secondary.effect-3:hover{z-index:1}.exad-dual-button-primary.effect-3:hover::before,.exad-dual-button-secondary.effect-3:hover::before{height:100%;z-index:-1}.exad-dual-button-primary.effect-4::before,.exad-dual-button-secondary.effect-4::before{position:absolute;content:'';top:50%;bottom:50%;left:0;right:0;opacity:0;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.exad-dual-button-primary.effect-4:hover,.exad-dual-button-secondary.effect-4:hover{z-index:1}.exad-dual-button-primary.effect-4:hover::before,.exad-dual-button-secondary.effect-4:hover::before{top:0;bottom:0;opacity:1;z-index:-1}.exad-dual-button-primary.effect-5,.exad-dual-button-secondary.effect-5{-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.exad-dual-button-primary.effect-6::before,.exad-dual-button-secondary.effect-6::before{position:absolute;content:'';height:100%;width:0;top:0;right:0;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.exad-dual-button-primary.effect-6:hover,.exad-dual-button-secondary.effect-6:hover{z-index:1}.exad-dual-button-primary.effect-6:hover::before,.exad-dual-button-secondary.effect-6:hover::before{width:100%;z-index:-1}.exad-dual-heading .exad-dual-heading-wrapper{padding:5px}.exad-dual-heading .exad-dual-heading-wrapper .exad-dual-heading-description{line-height:26px;margin:30px 0 0;padding:10px;font-weight:400}.exad-dual-heading .exad-dual-heading-wrapper .exad-dual-heading-icon{display:inline-block}.exad-dual-heading .exad-dual-heading-wrapper .exad-dual-heading-icon i{font-size:36px}.exad-dual-heading .exad-dual-heading-wrapper .exad-dual-heading-title{font-size:36px;margin-top:10px}.exad-dual-heading .exad-dual-heading-wrapper .exad-dual-heading-title{font-size:30px;color:#132c47;text-transform:uppercase;font-weight:bold;text-decoration:none}.exad-dual-heading .exad-dual-heading-wrapper .exad-dual-heading-title .first-heading,.exad-dual-heading .exad-dual-heading-wrapper .exad-dual-heading-title .second-heading{padding:15px 10px}.exad-dual-heading .exad-dual-heading-wrapper .exad-dual-heading-title span{color:#132c47}.exad-facebook-feed-wrapper .exad-facebook-meta{display:flex;align-items:center}.exad-facebook-feed-wrapper .exad-facebook-author{display:flex;align-items:center}.exad-facebook-feed-wrapper .exad-facebook-author .exad-facebook-avatar{width:50px;border-radius:50%}.exad-facebook-feed-wrapper .exad-facebook-likes{margin-right:15px}.exad-facebook-feed-wrapper .exad-facebook-feed-item{position:relative;display:flex}.exad-facebook-feed-wrapper.exad-layout-2 .exad-facebook-feed-item .exad-facebook-feed-feature-image,.exad-facebook-feed-wrapper.exad-layout-3 .exad-facebook-feed-item .exad-facebook-feed-feature-image{flex-direction:row}.exad-facebook-feed-wrapper.exad-layout-3 .exad-facebook-feed-item .exad-facebook-feed-feature-image{order:2}.exad-facebook-feed-wrapper .exad-facebook-feed-item .exad-facebook-feed-feature-image img{width:100%;height:100%;object-fit:cover;-o-object-fit:cover}.exad-facebook-feed-wrapper{display:grid}.exad-facebook-footer-wrapper{position:absolute;bottom:0;width:100%;left:0}.exad-facebook-author-name{display:block}@media(max-width: 575px){.exad-filterable-items.exad-filterable-menu-container-align-left,.exad-filterable-items.exad-filterable-menu-container-align-right{display:block !important}.exad-filterable-items.exad-filterable-menu-container-align-left .exad-filterable-controls,.exad-filterable-items.exad-filterable-menu-container-align-left .exad-filterable-menu-container,.exad-filterable-items.exad-filterable-menu-container-align-right .exad-filterable-controls,.exad-filterable-items.exad-filterable-menu-container-align-right .exad-filterable-menu-container{width:100% !important}}.exad-filterable-items.exad-filterable-menu-container-align-left,.exad-filterable-items.exad-filterable-menu-container-align-right{display:flex}.exad-filterable-items.exad-filterable-menu-container-align-left .exad-filterable-menu-container,.exad-filterable-items.exad-filterable-menu-container-align-right .exad-filterable-menu-container{width:20%;display:flex;flex-direction:column}.exad-filterable-items.exad-filterable-menu-container-align-left .exad-filterable-menu-container{order:0}.exad-filterable-items.exad-filterable-menu-container-align-right .exad-filterable-menu-container{order:1}.exad-filterable-items.exad-filterable-menu-container-align-left .exad-filterable-controls,.exad-filterable-items.exad-filterable-menu-container-align-right .exad-filterable-controls{width:80%}.exad-filterable-items .exad-filterable-content-wrapper{position:relative;overflow:hidden}.exad-filterable-items .exad-filterable-image .exad-filterable-thumbnail-holder{position:absolute;top:0;left:0;width:100.1%;height:100.1%;background-position:center;background-size:cover;z-index:0;-webkit-transition:all 0.2s ease;-o-transition:all 0.2s ease;transition:all 0.2s ease;will-change:transform;overflow:hidden}.exad-filterable-items .exad-filterable-image{position:relative;background-color:#eeeeee;padding-bottom:80%}.exad-filterable-menu .filter-item{background:none;border:none;cursor:pointer;outline:none;transition:all 0.3s ease;text-transform:capitalize;display:inline-block}.exad-filterable-items .filterable-post-container{display:flex;flex-wrap:wrap}.exad-filterable-items .filterable-post-container .exad-filterable-item{position:relative;overflow:hidden}.exad-filterable-items .filterable-post-container .exad-filterable-item img{width:100%;display:block}.exad-filterable-items .filterable-post-container .exad-filterable-item .exad-filterable-item-overlay{position:absolute;top:0;left:0;bottom:0;right:0;background:rgba(114, 76, 255, 0.8);transition:all 0.3s ease}.exad-filterable-items .filterable-post-container .exad-filterable-item .exad-filterable-item-overlay .exad-filterable-item-overlay-content{position:absolute;top:0;left:0;right:0;bottom:0}.exad-filterable-items .filterable-post-container .exad-filterable-item .exad-filterable-item-overlay .exad-filterable-item-overlay-content .exad-fg-icons{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:100%}.exad-filterable-items .filterable-post-container .exad-filterable-item .exad-filterable-item-overlay .exad-filterable-item-overlay-content .exad-filterable-item-content{position:absolute;right:0;bottom:0;left:0}.exad-filterable-items .filterable-post-container .exad-filterable-item .exad-filterable-item-overlay .exad-filterable-item-overlay-content a{height:60px;width:60px;margin-right:10px;position:relative;cursor:pointer;display:inline-block;transition:all 0.3s ease;border-radius:100%}.exad-filterable-items .exad-filterable-item-content.below-image{display:flex;flex-direction:column}.exad-filterable-items .exad-filterable-item-content h2{margin:10px 0;font-size:20px}.exad-filterable-items .exad-filterable-item-content p{margin:10px 0}.exad-filterable-items .filterable-post-container .exad-filterable-item .exad-filterable-item-overlay .exad-filterable-item-overlay-content a i{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.exad-filterable-items .filterable-post-container .exad-filterable-item .exad-filterable-item-overlay.exad-zoom-in{-webkit-transform:scale(0);transform:scale(0)}.exad-filterable-items .filterable-post-container .exad-filterable-item:hover .exad-filterable-item-overlay.exad-zoom-in{-webkit-transform:scale(1);transform:scale(1)}.exad-filterable-items .filterable-post-container .exad-filterable-item .exad-filterable-item-overlay.exad-slide-left{-webkit-transform:translateX(-100%);transform:translateX(-100%);opacity:0}.exad-filterable-items .filterable-post-container .exad-filterable-item:hover .exad-filterable-item-overlay.exad-slide-left{-webkit-transform:translateX(0%);transform:translateX(0%);opacity:1}.exad-filterable-items .filterable-post-container .exad-filterable-item .exad-filterable-item-overlay.exad-slide-right{-webkit-transform:translateX(100%);transform:translateX(100%);opacity:0}.exad-filterable-items .filterable-post-container .exad-filterable-item:hover .exad-filterable-item-overlay.exad-slide-right{-webkit-transform:translateX(0%);transform:translateX(0%);opacity:1}.exad-filterable-items .filterable-post-container .exad-filterable-item .exad-filterable-item-overlay.exad-slide-top{-webkit-transform:translateY(-100%);transform:translateY(-100%);opacity:0}.exad-filterable-items .filterable-post-container .exad-filterable-item:hover .exad-filterable-item-overlay.exad-slide-top{-webkit-transform:translateY(0%);transform:translateY(0%);opacity:1}.exad-filterable-items .filterable-post-container .exad-filterable-item .exad-filterable-item-overlay.exad-slide-bottom{-webkit-transform:translateY(100%);transform:translateY(100%);opacity:0}.exad-filterable-items .filterable-post-container .exad-filterable-item:hover .exad-filterable-item-overlay.exad-slide-bottom{-webkit-transform:translateY(0%);transform:translateY(0%);opacity:1}.exad-filterable-items .exad-row-wrapper .exad-post-grid-container .exad-post-grid-thumbnail:before{display:none}.exad-flip-box{-webkit-perspective:1000px;perspective:1000px;background-color:transparent}.exad-flip-box-back-overlay,.exad-flip-box-front-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.exad-flip-box-back-content,.exad-flip-box-front-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%}.exad-flip-box:hover .left-to-right{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.exad-flip-box:hover .left-to-right .exad-flip-box-front{opacity:0}.exad-flip-box:hover .right-to-left{-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}.exad-flip-box:hover .right-to-left .exad-flip-box-front{opacity:0}.exad-flip-box:hover .top-to-bottom{-webkit-transform:rotateX(-180deg);transform:rotateX(-180deg)}.exad-flip-box:hover .top-to-bottom .exad-flip-box-front{opacity:0}.exad-flip-box:hover .bottom-to-top{-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.exad-flip-box:hover .bottom-to-top .exad-flip-box-front{opacity:0}.exad-flip-box:hover .top-to-bottom-angle{-webkit-transform:rotate3d(1, 1, 0, -180deg);transform:rotate3d(1, 1, 0, -180deg)}.exad-flip-box:hover .top-to-bottom-angle .exad-flip-box-front{opacity:0}.exad-flip-box:hover .bottom-to-top-angle{-webkit-transform:rotate3d(1, 1, 0, 180deg);transform:rotate3d(1, 1, 0, 180deg)}.exad-flip-box:hover .bottom-to-top-angle .exad-flip-box-front{opacity:0}.exad-flip-box:hover .exad-flip-box-inner.fade-in-out .exad-flip-box-front{opacity:0;-webkit-transform:scale(0.5);transform:scale(0.5);z-index:2}.exad-flip-box:hover .exad-flip-box-inner.fade-in-out .exad-flip-box-back{opacity:1;-webkit-transform:scale(1);transform:scale(1);z-index:3}@media only screen and (max-width: 1023px){.exad-flip-box.efb-hovered .left-to-right{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.exad-flip-box.efb-hovered .left-to-right .exad-flip-box-front{opacity:0}.exad-flip-box.efb-hovered .right-to-left{-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}.exad-flip-box.efb-hovered .right-to-left .exad-flip-box-front{opacity:0}.exad-flip-box.efb-hovered .top-to-bottom{-webkit-transform:rotateX(-180deg);transform:rotateX(-180deg)}.exad-flip-box.efb-hovered .top-to-bottom .exad-flip-box-front{opacity:0}.exad-flip-box.efb-hovered .bottom-to-top{-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.exad-flip-box.efb-hovered .bottom-to-top .exad-flip-box-front{opacity:0}.exad-flip-box.efb-hovered .top-to-bottom-angle{-webkit-transform:rotate3d(1, 1, 0, -180deg);transform:rotate3d(1, 1, 0, -180deg)}.exad-flip-box.efb-hovered .top-to-bottom-angle .exad-flip-box-front{opacity:0}.exad-flip-box.efb-hovered .bottom-to-top-angle{-webkit-transform:rotate3d(1, 1, 0, 180deg);transform:rotate3d(1, 1, 0, 180deg)}.exad-flip-box.efb-hovered .bottom-to-top-angle .exad-flip-box-front{opacity:0}.exad-flip-box.efb-hovered .exad-flip-box-inner.fade-in-out .exad-flip-box-front{opacity:0;-webkit-transform:scale(0.5);transform:scale(0.5);z-index:2}.exad-flip-box.efb-hovered .exad-flip-box-inner.fade-in-out .exad-flip-box-back{opacity:1;-webkit-transform:scale(1);transform:scale(1);z-index:3}}.exad-flip-box .exad-flip-box-inner{position:relative;transition:-webkit-transform 1s cubic-bezier(.17,.67,.47,1.18);transition:transform 1s cubic-bezier(.17,.67,.47,1.18);transition:transform 1s, -webkit-transform 1s cubic-bezier(.17,.67,.47,1.18);-webkit-transform-style:preserve-3d;transform-style:preserve-3d;width:100%;height:100%}.exad-flip-box .exad-flip-box-inner .exad-flip-box-front{transition:all 0.5s cubic-bezier(.17,.67,.47,1.18)}.exad-flip-box .exad-flip-box-inner .exad-flip-box-front .exad-flip-box-front-title{font-size:30px}.exad-flip-box .exad-flip-box-inner .exad-flip-box-back{position:absolute;top:0;left:0;width:100%}.exad-flip-box .exad-flip-box-front .exad-flip-box-front-image i{font-size:50px}.exad-flip-box .exad-flip-box-inner .exad-flip-box-back .exad-flip-box-back-action{text-decoration:none;transition:all 0.4s ease;display:inline-block;font-weight:400}.exad-flip-box .exad-flip-box-inner .exad-flip-box-back a.exad-flip-box-back-action:hover{cursor:pointer}.exad-flip-box .exad-flip-box-inner.left-to-right .exad-flip-box-back{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.exad-flip-box .exad-flip-box-inner.right-to-left .exad-flip-box-back{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.exad-flip-box .exad-flip-box-inner.top-to-bottom .exad-flip-box-back{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.exad-flip-box .exad-flip-box-inner.bottom-to-top .exad-flip-box-back{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:rotateX(-180deg);transform:rotateX(-180deg)}.exad-flip-box .exad-flip-box-inner.top-to-bottom-angle .exad-flip-box-front{-webkit-backface-visibility:hidden;backface-visibility:hidden}.exad-flip-box .exad-flip-box-inner.top-to-bottom-angle .exad-flip-box-back{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:rotate3d(1, 1, 0, 180deg);transform:rotate3d(1, 1, 0, 180deg)}.exad-flip-box .exad-flip-box-inner.bottom-to-top-angle .exad-flip-box-front{-webkit-backface-visibility:hidden;backface-visibility:hidden}.exad-flip-box .exad-flip-box-inner.bottom-to-top-angle .exad-flip-box-back{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:rotate3d(1, 1, 0, -180deg);transform:rotate3d(1, 1, 0, -180deg)}.exad-flip-box .exad-flip-box-inner.fade-in-out .exad-flip-box-front{transition:all 0.8s cubic-bezier(.17,.67,.47,1.18);-webkit-transform:scale(1);transform:scale(1)}.exad-flip-box .exad-flip-box-inner.fade-in-out .exad-flip-box-back{position:absolute;top:0;left:0;opacity:0;-webkit-transform:scale(0.5);transform:scale(0.5);transition:all 0.8s cubic-bezier(.17,.67,.47,1.18)}.exad-flip-box .exad-flip-box-inner.three-d-flip .exad-flip-box-front{-webkit-transition:-webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.3, 1.32);transition:-webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.3, 1.32);transition:transform 0.7s cubic-bezier(0.4, 0.2, 0.3, 1.32);transition:transform 0.7s cubic-bezier(0.4, 0.2, 0.3, 1.32), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.3, 1.32);-webkit-transform:rotateY(0);transform:rotateY(0);-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-backface-visibility:hidden;backface-visibility:hidden;min-height:280px;background:#ffffff}.exad-flip-box .exad-flip-box-inner.three-d-flip .exad-flip-box-front .exad-flip-box-front-content{-webkit-transform:translateY(-50%) translateZ(60px) scale(0.94);transform:translateY(-50%) translateZ(60px) scale(0.94);top:50%;position:absolute;left:0;width:100%;-webkit-perspective:inherit;perspective:inherit}.exad-flip-box .exad-flip-box-inner.three-d-flip .exad-flip-box-back{position:absolute;top:0;left:0;-webkit-transition:-webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.3, 1.32);transition:-webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.3, 1.32);transition:transform 0.7s cubic-bezier(0.4, 0.2, 0.3, 1.32);transition:transform 0.7s cubic-bezier(0.4, 0.2, 0.3, 1.32), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.3, 1.32);-webkit-transform:rotateY(180deg);transform:rotateY(180deg);-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-backface-visibility:hidden;backface-visibility:hidden;min-height:280px;height:auto;width:100%;background:#ffffff}.exad-flip-box .exad-flip-box-inner.three-d-flip .exad-flip-box-back .exad-flip-box-back-content{-webkit-transform:translateY(-50%) translateZ(60px) scale(0.94);transform:translateY(-50%) translateZ(60px) scale(0.94);top:50%;position:absolute;left:0;width:100%;-webkit-perspective:inherit;perspective:inherit}.exad-flip-box .exad-flip-box-inner.three-d-flip:hover .exad-flip-box-back,.exad-flip-box .exad-flip-box-inner.three-d-flip:hover .exad-flip-box-front{-webkit-transition:-webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.3, 1.32);transition:-webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.3, 1.32);transition:transform 0.7s cubic-bezier(0.4, 0.2, 0.3, 1.32);transition:transform 0.7s cubic-bezier(0.4, 0.2, 0.3, 1.32), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.3, 1.32)}.exad-flip-box .exad-flip-box-inner.three-d-flip:hover .exad-flip-box-front{-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg);-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.exad-flip-box .exad-flip-box-inner.three-d-flip:hover .exad-flip-box-back{-webkit-transform:rotateY(0);transform:rotateY(0);-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.exad-flip-box .exad-flip-box-inner.fade .exad-flip-box-back{opacity:0;transition:all 0.5s ease}.exad-flip-box .exad-flip-box-inner.fade:hover .exad-flip-box-front{opacity:0}.exad-flip-box .exad-flip-box-inner.fade:hover .exad-flip-box-back{opacity:1}.exad-flip-box-back.left .exad-flip-box-back-image,.exad-flip-box-front.left .exad-flip-box-front-image{margin-right:auto}.exad-flip-box-back.center .exad-flip-box-back-image,.exad-flip-box-front.center .exad-flip-box-front-image{margin-left:auto;margin-right:auto}.exad-flip-box-back.right .exad-flip-box-back-image,.exad-flip-box-front.right .exad-flip-box-front-image{margin-left:auto}.exad-flip-box .exad-flip-box-inner .exad-flip-box-back .exad-flip-box-back-image,.exad-flip-box .exad-flip-box-inner .exad-flip-box-front .exad-flip-box-front-image{position:relative}.exad-flip-box .exad-flip-box-inner .exad-flip-box-back .exad-flip-box-back-image i,.exad-flip-box .exad-flip-box-inner .exad-flip-box-back .exad-flip-box-back-image svg,.exad-flip-box .exad-flip-box-inner .exad-flip-box-front .exad-flip-box-front-image i,.exad-flip-box .exad-flip-box-inner .exad-flip-box-front .exad-flip-box-front-image svg{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.exad-flip-box .exad-flip-box-inner .exad-flip-box-back .exad-flip-box-back-image img,.exad-flip-box .exad-flip-box-inner .exad-flip-box-front .exad-flip-box-front-image img{width:100%;height:100%;object-fit:cover;-o-object-fit:cover}@font-face{font-family:'Exclusive Icons';src:url(//biomedent.com.au/wp-content/plugins/exclusive-addons-for-elementor/assets/fonts/exad-logo.eot?1gib8x);src:url(//biomedent.com.au/wp-content/plugins/exclusive-addons-for-elementor/assets/fonts/exad-logo.eot?1gib8x#iefix) format('embedded-opentype'), url(//biomedent.com.au/wp-content/plugins/exclusive-addons-for-elementor/assets/fonts/exad-logo.ttf?1gib8x) format('truetype'), url(//biomedent.com.au/wp-content/plugins/exclusive-addons-for-elementor/assets/fonts/exad-logo.woff?1gib8x) format('woff'), url(//biomedent.com.au/wp-content/plugins/exclusive-addons-for-elementor/assets/fonts/exad-logo.svg?1gib8x#exad-logo) format('svg');font-weight:normal;font-style:normal;font-display:block}.exad{font-family:'Exclusive Icons' !important;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.exad-logo:after{content:"\e900";color:#fff}.exad-gallery-items{text-align:center}.exad-gallery-items .exad-gallery-content-wrapper{position:relative;overflow:hidden}.exad-gallery-items .exad-gallery-image .exad-gallery-thumbnail-holder{position:absolute;top:0;left:0;width:100.1%;height:100.1%;background-position:center;background-size:cover;z-index:0;-webkit-transition:all 0.2s ease;-o-transition:all 0.2s ease;transition:all 0.2s ease;will-change:transform;overflow:hidden}.exad-gallery-items .exad-gallery-image{position:relative;background-color:#eeeeee;padding-bottom:80%}.exad-gallery-menu{display:block}.exad-gallery-menu .filter-item{background:none;border:none;cursor:pointer;outline:none;transition:all 0.3s ease;text-transform:capitalize}.exad-gallery-items .exad-gallery-element{display:flex;flex-wrap:wrap}.exad-gallery-items .exad-gallery-element .exad-gallery-item{position:relative;overflow:hidden}@media (max-width: 991px){.exad-gallery-items .exad-gallery-element .exad-gallery-item{width:50%}}@media (max-width: 575px){.exad-gallery-items .exad-gallery-element .exad-gallery-item{width:100%}}.exad-gallery-items .exad-gallery-element .exad-gallery-item img{width:100%;display:block}.exad-gallery-items .exad-gallery-element .exad-gallery-item .exad-gallery-item-overlay{position:absolute;top:0;left:0;bottom:0;right:0;background:rgba(114, 76, 255, 0.8);transition:all 0.3s ease}.exad-gallery-items .exad-gallery-element .exad-gallery-item .exad-gallery-item-overlay .exad-gallery-item-overlay-content{position:absolute;top:0;left:0;right:0;bottom:0}.exad-gallery-items .exad-gallery-element .exad-gallery-item .exad-gallery-item-overlay .exad-gallery-item-overlay-content .exad-fg-icons{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:100%}.exad-gallery-items .exad-gallery-element .exad-gallery-item .exad-gallery-item-overlay .exad-gallery-item-overlay-content .exad-gallery-item-content{position:absolute;right:0;bottom:0;left:0}.exad-gallery-items .exad-gallery-element .exad-gallery-item .exad-gallery-item-overlay .exad-gallery-item-overlay-content a{height:60px;width:60px;margin-right:10px;position:relative;cursor:pointer;display:inline-block;transition:all 0.3s ease;border-radius:100%}.exad-gallery-items .exad-gallery-item-content.below-image{display:flex;flex-direction:column}.exad-gallery-items .exad-gallery-item-content h2{margin:10px 0;font-size:20px}.exad-gallery-items .exad-gallery-item-content p{margin:10px 0}.exad-gallery-items .exad-gallery-element .exad-gallery-item .exad-gallery-item-overlay .exad-gallery-item-overlay-content a i{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.exad-gallery-items .exad-gallery-element .exad-gallery-item .exad-gallery-item-overlay.exad-zoom-in{-webkit-transform:scale(0);transform:scale(0)}.exad-gallery-items .exad-gallery-element .exad-gallery-item:hover .exad-gallery-item-overlay.exad-zoom-in{-webkit-transform:scale(1);transform:scale(1)}.exad-gallery-items .exad-gallery-element .exad-gallery-item .exad-gallery-item-overlay.exad-slide-left{-webkit-transform:translateX(-100%);transform:translateX(-100%);opacity:0}.exad-gallery-items .exad-gallery-element .exad-gallery-item:hover .exad-gallery-item-overlay.exad-slide-left{-webkit-transform:translateX(0%);transform:translateX(0%);opacity:1}.exad-gallery-items .exad-gallery-element .exad-gallery-item .exad-gallery-item-overlay.exad-slide-right{-webkit-transform:translateX(100%);transform:translateX(100%);opacity:0}.exad-gallery-items .exad-gallery-element .exad-gallery-item:hover .exad-gallery-item-overlay.exad-slide-right{-webkit-transform:translateX(0%);transform:translateX(0%);opacity:1}.exad-gallery-items .exad-gallery-element .exad-gallery-item .exad-gallery-item-overlay.exad-slide-top{-webkit-transform:translateY(-100%);transform:translateY(-100%);opacity:0}.exad-gallery-items .exad-gallery-element .exad-gallery-item:hover .exad-gallery-item-overlay.exad-slide-top{-webkit-transform:translateY(0%);transform:translateY(0%);opacity:1}.exad-gallery-items .exad-gallery-element .exad-gallery-item .exad-gallery-item-overlay.exad-slide-bottom{-webkit-transform:translateY(100%);transform:translateY(100%);opacity:0}.exad-gallery-items .exad-gallery-element .exad-gallery-item:hover .exad-gallery-item-overlay.exad-slide-bottom{-webkit-transform:translateY(0%);transform:translateY(0%);opacity:1}.exad-gallery-element .exad-gallery-item.exad-col-1{width:100%}.exad-gallery-element .exad-gallery-item.exad-col-2{width:50%}.exad-gallery-element .exad-gallery-item.exad-col-3{width:33.3333333333333%}.exad-gallery-element .exad-gallery-item.exad-col-4{width:25%}@media only screen and (max-width: 991px){.exad-gallery-element .exad-gallery-item.exad-col-1,.exad-gallery-element .exad-gallery-item.exad-col-2,.exad-gallery-element .exad-gallery-item.exad-col-3,.exad-gallery-element .exad-gallery-item.exad-col-4{width:50%}}@media only screen and (max-width: 767px){.exad-gallery-element .exad-gallery-item.exad-col-1,.exad-gallery-element .exad-gallery-item.exad-col-2,.exad-gallery-element .exad-gallery-item.exad-col-3,.exad-gallery-element .exad-gallery-item.exad-col-4{width:100%}}.exad-google-reviews-carousel-wrapper .exad-google-reviews-carousel-quote{font-size:16px}.exad-carousel-nav-next i,.exad-google-reviews-carousel-wrapper .exad-carousel-nav-prev i{transition:0.3s ease;color:#b1b1b1;line-height:58px}.exad-google-reviews-carousel-basic:before{position:absolute;content:'"';font-family:Roboto, sans-serif;color:#f3f3f4;font-size:400px;right:100px;top:50px;line-height:400px;font-weight:700}.exad-google-reviews-carousel-circle{margin:0 -15px}.exad-google-reviews-carousel-circle .exad-google-reviews-carousel-ratings{padding-left:0;margin-bottom:0;list-style:none;margin-bottom:30px}.exad-google-reviews-carousel-circle .exad-google-reviews-carousel-ratings li{display:inline-block;font-size:20px}.exad-google-reviews-carousel-circle .exad-google-reviews-carousel-ratings li.exad-google-reviews-carousel-ratings-active i{color:#ff8e4a}.exad-google-reviews-carousel-circle .exad-google-reviews-carousel-inner{background:#fff;outline:0;margin:0 15px;padding:40px 30px;text-align:center}.exad-google-reviews-carousel-circle .exad-google-reviews-carousel-image{position:relative;z-index:1;width:122px;height:122px;margin:0 auto 45px}.exad-google-reviews-carousel-circle .exad-google-reviews-carousel-image img{position:absolute;width:100px;height:100px;top:50%;left:50%;transform:translate(-50%, -50%);border-radius:50%}.exad-google-reviews-carousel-circle .exad-google-reviews-carousel-image svg{position:absolute;width:123px;height:123px;z-index:-1}.exad-google-reviews-carousel-circle .exad-google-reviews-carousel-image svg:first-child{left:7px;bottom:7px}.exad-google-reviews-carousel-circle .exad-google-reviews-carousel-image svg:nth-child(2){top:7px;left:7px}.exad-google-reviews-carousel-circle .exad-google-reviews-carousel-image svg:nth-child(3){right:4px;top:0}.exad-google-reviews-carousel-circle .exad-google-reviews-carousel-image svg.violate{fill:#826eff}.exad-google-reviews-carousel-circle .exad-google-reviews-carousel-image svg.orange{fill:#ff6a47}.exad-google-reviews-carousel-circle .exad-google-reviews-carousel-image svg.cyan{fill:#3ad8f4}.exad-google-reviews-carousel-circle .exad-google-reviews-carousel-name{font-size:18px;font-family:Roboto, sans-serif;margin-bottom:5px}.exad-google-reviews-carousel-circle .exad-google-reviews-carousel-designation{font-size:14px}.exad-google-reviews-carousel-circle .exad-carousel-nav-next,.exad-google-reviews-carousel-circle .exad-carousel-nav-prev{position:absolute;z-index:2;width:60px;height:60px;background:#fff;text-align:center;border-radius:50%;border:1px solid #e5e5e5;opacity:0.7;transition:0.3s ease;cursor:pointer;top:50%;transform:translateY(-50%)}.exad-google-reviews-carousel-circle .exad-carousel-nav-next:hover,.exad-google-reviews-carousel-circle .exad-carousel-nav-prev:hover{box-shadow:0 15px 39px 0 rgba(9, 24, 33, 0.06);opacity:1}.exad-google-reviews-carousel-circle .exad-carousel-nav-prev{left:-80px}.exad-google-reviews-carousel-circle .exad-carousel-nav-next{right:-80px}.exad-google-reviews-carousel-single{margin:0}.exad-google-reviews-carousel-single .exad-google-reviews-carousel-item{margin:0 56px 100px}.exad-google-reviews-carousel-single .exad-google-reviews-carousel-inner{display:flex;align-items:center}.exad-google-reviews-carousel-single .exad-google-reviews-carousel-inner .exad-google-reviews-carousel-inner-left{flex-basis:40%}.exad-google-reviews-carousel-single .exad-google-reviews-carousel-inner .exad-google-reviews-carousel-inner-right{flex-basis:58%;margin-left:2%}.exad-google-reviews-carousel-single .exad-google-reviews-carousel-name{font-size:22px;font-family:Roboto, sans-serif;margin-bottom:5px}.exad-google-reviews-carousel-single .exad-google-reviews-carousel-designation{font-size:16px;display:inline-block;margin-bottom:25px}.exad-google-reviews-carousel-single .exad-google-reviews-carousel-quote{margin-bottom:25px}.exad-google-reviews-carousel-single .exad-google-reviews-carousel-ratings{padding-left:0;margin-bottom:0;list-style:none}.exad-google-reviews-carousel-single .exad-google-reviews-carousel-ratings li{display:inline-block;font-size:20px}.exad-google-reviews-carousel-single .exad-google-reviews-carousel-ratings li.exad-google-reviews-carousel-ratings-active i{color:#806bff}.exad-google-reviews-carousel-single .exad-google-reviews-carousel-image{box-shadow:0 40px 81px 0 rgba(9, 24, 33, 0.14)}.exad-google-reviews-carousel-single .exad-google-reviews-carousel-image img{width:100%}.exad-google-reviews-carousel-single .exad-carousel-nav-next,.exad-google-reviews-carousel-single .exad-carousel-nav-prev{position:absolute;display:block;width:60px;height:60px;cursor:pointer;background:#fff;text-align:center;border-radius:50%;font-size:25px;transition:0.3s ease;margin-right:20px;border:1px solid #e5e5e5;bottom:20px;z-index:1}.exad-google-reviews-carousel-single .exad-carousel-nav-next:hover,.exad-google-reviews-carousel-single .exad-carousel-nav-prev:hover{color:#fff;box-shadow:0 19px 27px 0 rgba(56, 218, 232, 0.25);background:#806bff}.exad-google-reviews-carousel-single .exad-carousel-nav-prev{left:56px}.exad-google-reviews-carousel-single .exad-carousel-nav-next{left:126px}@media only screen and (max-width: 630px){.exad-google-reviews-carousel-single .exad-google-reviews-carousel-inner{flex-direction:column;align-items:flex-start}}@media only screen and (max-width: 400px){.exad-google-reviews-carousel-basic{padding:50px}.exad-google-reviews-carousel-basic .exad-google-reviews-carousel-name{font-size:18px}.exad-google-reviews-carousel-basic .exad-google-reviews-carousel-designation{font-size:14px}.exad-google-reviews-carousel-basic .exad-carousel-nav-next,.exad-google-reviews-carousel-basic .exad-carousel-nav-prev{bottom:0}.exad-google-reviews-carousel-basic .exad-carousel-nav-next{right:25px}.exad-google-reviews-carousel-basic .exad-carousel-nav-prev{right:90px}}.exad-google-reviews-ratings{margin:0;padding:0}.exad-google-reviews-ratings li{list-style:none;display:inline-block}.exad-google-reviews-thumb img{height:100% !important;width:100%;display:block;object-fit:cover}.exad-google-reviews-thumb{background:#ffffff}.exad-google-reviews-wrapper{border-radius:10px 10px 10px 10px;padding:20px}.exad-google-reviews-wrapper.exad-google-reviews-align-center{text-align:center}.exad-google-reviews-wrapper.exad-google-reviews-align-center .exad-google-reviews-thumb{margin-left:auto;margin-right:auto}.exad-google-reviews-wrapper.exad-google-reviews-align-bottom{text-align:center}.exad-google-reviews-wrapper.exad-google-reviews-align-bottom .exad-google-reviews-thumb{margin-left:auto;margin-right:auto}.exad-google-reviews-wrapper.exad-google-reviews-align-right{text-align:right}.exad-google-reviews-wrapper.exad-google-reviews-align-center .exad-google-reviews-thumb{margin-left:auto}.exad-google-reviews-wrapper.exad-google-reviews-align-bottom .exad-google-reviews-reviewer-wrapper .exad-google-reviews-thumb,.exad-google-reviews-wrapper.exad-google-reviews-align-center .exad-google-reviews-reviewer-wrapper .exad-google-reviews-thumb,.exad-google-reviews-wrapper.exad-google-reviews-align-left .exad-google-reviews-reviewer-wrapper .exad-google-reviews-thumb,.exad-google-reviews-wrapper.exad-google-reviews-align-right .exad-google-reviews-reviewer-wrapper .exad-google-reviews-thumb{border-radius:50% 50% 50% 50%;margin-bottom:0}.exad-google-reviews-wrapper.exad-google-reviews-align-left .exad-google-reviews-reviewer-wrapper,.exad-google-reviews-wrapper.exad-google-reviews-align-right .exad-google-reviews-reviewer-wrapper{display:flex;align-items:center}.exad-google-reviews-wrapper.exad-google-reviews-align-left .exad-google-reviews-reviewer-wrapper .exad-google-reviews-reviewer{padding-left:20px}.exad-google-reviews-wrapper.exad-google-reviews-align-right .exad-google-reviews-reviewer-wrapper .exad-google-reviews-reviewer{padding-right:20px}.exad-google-reviews-wrapper.exad-google-reviews-align-right .exad-google-reviews-reviewer-wrapper{justify-content:flex-end}.exad-google-reviews-wrapper.exad-google-reviews-align-right .exad-google-reviews-reviewer-wrapper .exad-google-reviews-thumb{order:2}.exad-google-reviews-wrapper.exad-google-reviews-align-right .exad-google-reviews-reviewer-wrapper .exad-google-reviews-reviewer{order:1}.exad-google-reviews-description{margin:0}.exad-google-reviews-name{margin:0;font-size:22px;transition:all 0.3s ease}.exad-google-reviews-designation{margin:0;display:block;font-size:14px}.exad-google-reviews-content-wrapper-arrow::before{position:absolute;content:"\e92a";font-family:eicons;transform:translateX(-50%);font-size:25px;line-height:1}.exad-google-reviews-wrapper-inner.layout-2 .exad-google-reviews-content-wrapper-arrow::before{transform:translateX(-50%) rotate(180deg)}.exad-google-reviews-wrapper{transition:all 0.3s ease}.exad-google-reviews-content-wrapper-arrow{position:relative;z-index:1}.exad-google-reviews-wrapper.exad-google-reviews-align-center .exad-google-reviews-wrapper-inner.layout-1 .exad-google-reviews-content-wrapper-arrow::before{left:50%;bottom:-15px}.exad-google-reviews-wrapper.exad-google-reviews-align-bottom .exad-google-reviews-wrapper-inner.layout-1 .exad-google-reviews-content-wrapper-arrow::before{left:50%;bottom:-15px}.exad-google-reviews-wrapper.exad-google-reviews-align-left .exad-google-reviews-wrapper-inner.layout-1 .exad-google-reviews-content-wrapper-arrow::before{left:40px;bottom:-15px}.exad-google-reviews-wrapper.exad-google-reviews-align-right .exad-google-reviews-wrapper-inner.layout-1 .exad-google-reviews-content-wrapper-arrow::before{right:25px;bottom:-15px}.exad-google-reviews-wrapper.exad-google-reviews-align-center .exad-google-reviews-wrapper-inner.layout-2 .exad-google-reviews-content-wrapper-arrow::before{left:50%;top:-15px}.exad-google-reviews-wrapper.exad-google-reviews-align-bottom .exad-google-reviews-wrapper-inner.layout-2 .exad-google-reviews-content-wrapper-arrow::before{left:50%;top:-15px}.exad-google-reviews-wrapper.exad-google-reviews-align-left .exad-google-reviews-wrapper-inner.layout-2 .exad-google-reviews-content-wrapper-arrow::before{left:40px;top:-15px}.exad-google-reviews-wrapper.exad-google-reviews-align-right .exad-google-reviews-wrapper-inner.layout-2 .exad-google-reviews-content-wrapper-arrow::before{right:25px;top:-15px}.exad-google-reviews-wrapper.exad-google-reviews-image-aside{display:flex;align-items:center}.exad-google-reviews-wrapper.exad-google-reviews-transition-top-yes:hover{transform:translateY(-10px)}.exad-google-reviews-wrapper.exad-google-reviews-transition-top-yes{transform:translateY(0px);-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.exad-google-reviews-carousel-wrapper.exad-google-reviews-carousel-dots-center .exad-swiper-pagination{margin-left:auto;margin-right:auto;text-align:center;position:absolute;width:100%}.exad-google-reviews-carousel-wrapper.exad-google-reviews-carousel-dots-right .exad-swiper-pagination{margin-left:auto;text-align:right;position:absolute;width:100%}.exad-google-reviews-carousel-wrapper.exad-google-reviews-carousel-dots-left .exad-swiper-pagination{margin-right:auto;text-align:left;position:absolute;width:100%}.exad-google-reviews-wrapper .exad-google-reviews-reviewer-wrapper .exad-google-reviews-reviewer .exad-author-name{line-height:24px}.exad-google-reviews-wrapper .exad-google-reviews-reviewer-wrapper .exad-google-reviews-reviewer .exad-author-name a{margin:0;font-size:20px;line-height:20px;transition:all 0.3s ease}.exad-google-reviews-wrapper .exad-google-reviews-reviewer-wrapper .exad-google-reviews-reviewer .exad-google-reviews-date{margin:0;display:block;font-size:14px}.exad-google-review-transition-top-yes{transform:translateY(0);transition:all 0.3s ease}.exad-google-reviews-carousel-wrapper .exad-google-review-transition-top-yes:hover{transform:translateY(-10px)}.exad-google-reviews-carousel-wrapper .exad-dots-container .exad-swiper-pagination .swiper-pagination-bullet{transition:all 0.3s}.exad-image-comparision .twentytwenty-horizontal .twentytwenty-handle:after,.exad-image-comparision .twentytwenty-horizontal .twentytwenty-handle:before,.exad-image-comparision .twentytwenty-vertical .twentytwenty-handle:after,.exad-image-comparision .twentytwenty-vertical .twentytwenty-handle:before{content:" ";display:block;background:white;position:absolute;z-index:30}.exad-image-comparision .twentytwenty-horizontal .twentytwenty-handle:after,.exad-image-comparision .twentytwenty-horizontal .twentytwenty-handle:before{width:3px;height:9999px;left:50%;margin-left:-1.5px}.exad-image-comparision .twentytwenty-vertical .twentytwenty-handle:after,.exad-image-comparision .twentytwenty-vertical .twentytwenty-handle:before{width:9999px;height:3px;top:50%;margin-top:-1.5px}.exad-image-comparision .twentytwenty-after-label,.exad-image-comparision .twentytwenty-before-label,.exad-image-comparision .twentytwenty-overlay{position:absolute;top:0;width:100%;height:100%}.exad-image-comparision .twentytwenty-after-label,.exad-image-comparision .twentytwenty-before-label,.exad-image-comparision .twentytwenty-overlay{-webkit-transition-duration:0.5s;-moz-transition-duration:0.5s;transition-duration:0.5s}.exad-image-comparision .twentytwenty-after-label,.exad-image-comparision .twentytwenty-before-label{-webkit-transition-property:opacity;-moz-transition-property:opacity;transition-property:opacity}.exad-image-comparision .twentytwenty-after-label:before,.exad-image-comparision .twentytwenty-before-label:before{color:white;font-size:13px;letter-spacing:0.1em}.exad-image-comparision .twentytwenty-after-label:before,.exad-image-comparision .twentytwenty-before-label:before{position:absolute;background:rgba(255, 255, 255, 0.2);line-height:38px;padding:0 20px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.exad-image-comparision .twentytwenty-horizontal .twentytwenty-after-label:before,.exad-image-comparision .twentytwenty-horizontal .twentytwenty-before-label:before{top:50%;margin-top:-19px}.exad-image-comparision .twentytwenty-vertical .twentytwenty-after-label:before,.exad-image-comparision .twentytwenty-vertical .twentytwenty-before-label:before{left:50%;margin-left:-45px;text-align:center}.exad-image-comparision .twentytwenty-down-arrow,.exad-image-comparision .twentytwenty-left-arrow,.exad-image-comparision .twentytwenty-right-arrow,.exad-image-comparision .twentytwenty-up-arrow{width:0;height:0;border:6px inset transparent;position:absolute}.exad-image-comparision .twentytwenty-left-arrow,.exad-image-comparision .twentytwenty-right-arrow{top:50%;margin-top:-6px}.exad-image-comparision .twentytwenty-down-arrow,.exad-image-comparision .twentytwenty-up-arrow{left:50%;margin-left:-6px}.exad-image-comparision .twentytwenty-container{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;z-index:0;overflow:hidden;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.exad-image-comparision .twentytwenty-container img{max-width:100%;position:absolute;top:0;display:block}.exad-image-comparision .twentytwenty-container.active .twentytwenty-overlay,.exad-image-comparision .twentytwenty-container.active:hover.twentytwenty-overlay{background:rgba(0, 0, 0, 0)}.exad-image-comparision .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,.exad-image-comparision .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,.exad-image-comparision .twentytwenty-container.active:hover.twentytwenty-overlay .twentytwenty-after-label,.exad-image-comparision .twentytwenty-container.active:hover.twentytwenty-overlay .twentytwenty-before-label{opacity:0}.exad-image-comparision .twentytwenty-container *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.exad-image-comparision .twentytwenty-before-label{opacity:0}.exad-image-comparision .twentytwenty-before-label:before{content:attr(data-content)}.exad-image-comparision .twentytwenty-after-label{opacity:0}.exad-image-comparision .twentytwenty-after-label:before{content:attr(data-content)}.exad-image-comparision .twentytwenty-horizontal .twentytwenty-before-label:before{left:10px}.exad-image-comparision .twentytwenty-horizontal .twentytwenty-after-label:before{right:10px}.exad-image-comparision .twentytwenty-vertical .twentytwenty-before-label:before{top:10px}.exad-image-comparision .twentytwenty-vertical .twentytwenty-after-label:before{bottom:10px}.exad-image-comparision .twentytwenty-overlay{-webkit-transition-property:background;-moz-transition-property:background;transition-property:background;background:rgba(0, 0, 0, 0);z-index:25}.exad-image-comparision .twentytwenty-overlay:hover{background:rgba(0, 0, 0, 0.5)}.exad-image-comparision .twentytwenty-overlay:hover .twentytwenty-after-label{opacity:1}.exad-image-comparision .twentytwenty-overlay:hover .twentytwenty-before-label{opacity:1}.exad-image-comparision .twentytwenty-before{z-index:20}.exad-image-comparision .twentytwenty-after{z-index:10}.exad-image-comparision .twentytwenty-handle{height:38px;width:38px;position:absolute;left:50%;top:50%;margin-left:-22px;margin-top:-22px;border:3px solid white;-webkit-border-radius:1000px;-moz-border-radius:1000px;border-radius:1000px;z-index:40;cursor:pointer}.exad-image-comparision .twentytwenty-horizontal .twentytwenty-handle:before{bottom:50%;margin-bottom:22px}.exad-image-comparision .twentytwenty-horizontal .twentytwenty-handle:after{top:50%;margin-top:22px}.exad-image-comparision .twentytwenty-vertical .twentytwenty-handle:before{left:50%;margin-left:22px}.exad-image-comparision .twentytwenty-vertical .twentytwenty-handle:after{right:50%;margin-right:22px}.exad-image-comparision .twentytwenty-left-arrow{border-right:6px solid white;left:50%;margin-left:-16px}.exad-image-comparision .twentytwenty-right-arrow{border-left:6px solid white;right:50%;margin-right:-16px}.exad-image-comparision .twentytwenty-up-arrow{border-bottom:6px solid white;top:50%;margin-top:-16px}.exad-image-comparision .twentytwenty-down-arrow{border-top:6px solid white;bottom:50%;margin-bottom:-16px}.exad-image-magnify{width:100%;position:relative;cursor:none}.exad-magnify-large{position:absolute;z-index:1;display:none}.exad-magnify-small > img{display:block;z-index:-1}.exad-infobox-align-left{text-align:left}.exad-infobox-align-center{text-align:center}.exad-infobox-align-right{text-align:right}.exad-infobox-align-left .exad-infobox-icon{margin-right:auto;text-align:left}.exad-infobox-align-center .exad-infobox-icon{margin:0 auto;text-align:center}.exad-infobox-align-right .exad-infobox-icon{margin-left:auto;text-align:right}.exad-infobox-item{position:relative}.simple-transition:hover{transform:translateY(-10px)}.simple-transition{transform:translateY(0px);-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.zoom-transition{position:relative;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;z-index:1}.zoom-transition::before{content:'';position:absolute;-webkit-transform-origin:center center;transform-origin:center center;top:0;left:0;width:100%;height:100%;-webkit-transition:0.3s ease;transition:0.3s ease;z-index:-1;-webkit-transform:scale(0);transform:scale(0)}.zoom-transition:hover::before{-webkit-transform:scale(1);transform:scale(1)}.exad-infobox .exad-infobox-item{padding:30px;transition:all 0.3s ease}.exad-infobox .exad-infobox-item.exad-infobox-enable-box-yes .exad-infobox-icon{border-radius:50%;position:relative;z-index:1;transition:all 0.3s ease}.exad-infobox .exad-infobox-item .exad-infobox-icon.style_1{-webkit-animation:clip-1 10s linear infinite alternate forwards;animation:clip-1 10s linear infinite alternate forwards}.exad-infobox .exad-infobox-item .exad-infobox-icon.style_2{-webkit-animation:clip-2 10s linear infinite alternate forwards;animation:clip-2 10s linear infinite alternate forwards}.exad-infobox .exad-infobox-item .exad-infobox-icon.style_3{-webkit-animation:clip-3 10s linear infinite alternate forwards;animation:clip-3 10s linear infinite alternate forwards}.exad-infobox .exad-infobox-item.exad-infobox-enable-box-yes .exad-infobox-icon::before{content:'';position:absolute;width:100%;height:100%;border-radius:50%;left:0;top:0;z-index:-1;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:center center;transform-origin:center center;transition:0.3s ease}.exad-infobox .exad-infobox-item.exad-infobox-enable-box-yes .exad-infobox-icon i{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);transition:all 0.3s ease}.exad-infobox .exad-infobox-item.exad-infobox-enable-box-yes .exad-infobox-icon svg{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);transition:all 0.3s ease}.exad-infobox .exad-infobox-item.exad-infobox-enable-box-yes .exad-infobox-icon img{height:40px;width:40px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.exad-infobox-content a{display:block}.exad-infobox-content-title{font-size:30px;line-height:1.5;font-weight:600;transition:all 0.3s ease}.exad-infobox-content-description{font-size:16px}.exad-infobox .exad-infobox-item .exad-infobox-content .exad-infobox-content-description{line-height:1.5}.exad-infobox .exad-infobox-item:hover .exad-infobox-icon::before{-webkit-transform:scale(1);transform:scale(1)}.exad-infobox-icon-position-left,.exad-infobox-icon-position-right{display:flex;align-items:center;transition:0.3s ease}.exad-infobox-icon-position-left .exad-infobox-content,.exad-infobox-icon-position-right .exad-infobox-content{flex-basis:calc(100% - 100px)}.exad-infobox-icon-position-right .exad-infobox-content{order:1}.exad-infobox-icon-position-right .exad-infobox-icon{order:2}@keyframes clip-1{0%,100%{border-radius:63% 37% 54% 46% / 55% 48% 52% 45%}14%{border-radius:40% 60% 54% 46% / 49% 60% 40% 51%}28%{border-radius:54% 46% 38% 62% / 49% 70% 30% 51%}42%{border-radius:61% 39% 55% 45% / 61% 38% 62% 39%}56%{border-radius:61% 39% 67% 33% / 70% 50% 50% 30%}70%{border-radius:50% 50% 34% 66% / 56% 68% 32% 44%}84%{border-radius:46% 54% 50% 50% / 35% 61% 39% 65%}}@keyframes clip-2{0%,100%{border-radius:30% 70% 70% 30% / 30% 30% 70% 70%}25%{border-radius:58% 42% 75% 25% / 76% 46% 54% 24%}50%{border-radius:50% 50% 33% 67% / 55% 27% 73% 45%}75%{border-radius:33% 67% 58% 42% / 63% 68% 32% 37%}}@keyframes clip-3{0%,100%{border-radius:33% 67% 58% 42% / 63% 68% 32% 37%}20%{border-radius:45% 55% 62% 38% / 53% 51% 49% 47%}40%{border-radius:45% 55% 49% 51% / 36% 51% 49% 64%}60%{border-radius:60% 40% 57% 43% / 47% 62% 38% 53%}80%{border-radius:60% 40% 32% 68% / 38% 36% 64% 62%}}.exad-list-group-wrapper{margin:0;padding:0;list-style:none}.exad-list-group .exad-list-group-wrapper.layout_1{display:flex;flex-direction:column}.exad-list-group .exad-list-group-wrapper.layout_2{display:flex;flex-direction:row}.exad-list-group .exad-list-group-wrapper .exad-list-group-item,.exad-list-group .exad-list-group-wrapper .exad-list-group-item a{position:relative;line-height:1;display:flex}.exad-list-group .exad-list-group-wrapper .exad-list-group-item.exad-icon-center,.exad-list-group .exad-list-group-wrapper .exad-list-group-item.exad-icon-center a{flex-direction:column}.exad-list-group .exad-list-group-wrapper .exad-list-group-item.exad-icon-right .exad-list-group-icon{order:2}.exad-list-group .exad-list-group-wrapper .exad-list-group-item .exad-list-group-icon .exad-list-group-icon-image img{width:100%;height:100%;object-fit:cover}.exad-list-group .exad-list-group-wrapper .exad-list-group-item .exad-list-group-icon .exad-list-group-icon-image{display:flex}.exad-list-group .exad-list-group-wrapper.layout_1 .exad-list-group-item:after{position:absolute;bottom:0;width:100%;content:'';left:0}.exad-list-group .exad-list-group-wrapper.layout_2 .exad-list-group-item:after{position:absolute;right:0;height:100%;content:'';top:0}.exad-list-group .exad-list-group-wrapper .exad-list-group-item .exad-list-group-icon.yes{position:relative}.exad-list-group .exad-list-group-wrapper .exad-list-group-item .exad-list-group-icon.yes .exad-list-group-icon-image,.exad-list-group .exad-list-group-wrapper .exad-list-group-item .exad-list-group-icon.yes .exad-list-group-icon-number,.exad-list-group .exad-list-group-wrapper .exad-list-group-item .exad-list-group-icon.yes i{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.exad-list-group .exad-list-group-wrapper .exad-list-group-item .exad-list-group-icon.yes .exad-list-group-icon-number{line-height:0}@media (max-width: 768px){.exad-list-group .exad-list-group-wrapper.layout_2{flex-direction:column}}.exad-logo-box .exad-logo-item{position:relative;border-radius:2px;transition:all 0.3s ease;cursor:pointer;text-align:center}.exad-logo-box.exad-logo-left .exad-logo-item{text-align:left}.exad-logo-box.exad-logo-left .exad-logo-item.exad-logo-item-max-height-yes{justify-content:flex-start}.exad-logo-box.exad-logo-center .exad-logo-item{text-align:center}.exad-logo-box.exad-logo-center .exad-logo-item.exad-logo-item-max-height-yes{justify-content:center}.exad-logo-box.exad-logo-right .exad-logo-item{text-align:right}.exad-logo-box.exad-logo-right .exad-logo-item.exad-logo-item-max-height-yes{justify-content:flex-end}.exad-logo-box .exad-logo-item img{vertical-align:middle}.exad-logo-item.exad-logo-item-max-height-yes{display:flex;align-items:center}.exad-logo-carousel-element{visibility:hidden;opacity:0;transition:opacity 0.3s}.exad-logo-carousel-element.slick-initialized{visibility:visible;opacity:1}.exad-logo-carousel-element .exad-logo-carousel-item{display:none}.exad-logo-carousel-element .exad-logo-carousel-item:first-child{display:block;visibility:hidden}.exad-logo-carousel-element.slick-initialized .exad-logo-carousel-item{display:block;visibility:visible}.exad-logo-carousel .slick-dots{width:auto;display:table;margin:0 auto;padding:0;position:absolute}.exad-logo-carousel .slick-dots li{list-style:none;display:inline-block;padding:inherit;outline:none;border:0}.exad-logo-carousel .slick-dots li button{padding:inherit;outline:none;border:0;text-indent:-9999px}.exad-logo-carousel-left img{margin-right:auto}.exad-logo-carousel-center img{margin-left:auto;margin-right:auto}.exad-logo-carousel-right img{margin-left:auto}.exad-logo-carousel-next,.exad-logo-carousel-prev{position:absolute;text-align:center;cursor:pointer;transition:all 0.3s ease}.exad-logo-carousel-element .exad-logo-carousel-next i,.exad-logo-carousel-prev i{top:50%;position:absolute;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);font-size:20px}.exad-logo-carousel-element .exad-logo-carousel-next:hover,.exad-logo-carousel-element .exad-logo-carousel-prev:hover{background:#fff}.exad-logo-carousel-element .exad-logo-carousel-next:hover i,.exad-logo-carousel-element .exad-logo-carousel-prev:hover i{color:#000000}.exad-logo-carousel-element .exad-logo-carousel-prev{z-index:1;top:50%;left:-80px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.exad-logo-carousel-element .exad-logo-carousel-next{z-index:1;top:50%;right:-80px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.exad-logo-carousel .slick-dots{width:auto;display:table;margin:0 auto;padding:0;left:50%;transform:translateX(-50%)}.exad-logo-carousel-element.exad-logo-carousel-max-height-yes .exad-logo-carousel-item{display:flex;align-items:center}.exad-carousel-item .exad-carousel-nav-next,.exad-carousel-item .exad-carousel-nav-prev{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);height:60px;width:60px;background:transparent;border-radius:50%;text-align:center;cursor:pointer;transition:all 0.3s ease;z-index:1}.exad-carousel-item .exad-carousel-nav-next i,.exad-carousel-item .exad-carousel-nav-prev i{top:50%;position:absolute;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);font-size:20px}.exad-carousel-item .exad-carousel-nav-next:hover,.exad-carousel-item .exad-carousel-nav-prev:hover{color:#0a1724}.exad-carousel-item .exad-carousel-nav-prev{left:-70px}.exad-carousel-item .exad-carousel-nav-next{right:-70px}.exad-exclusive-heading .exad-exclusive-heading-title a{text-decoration:none;display:inline-block}.exad-exclusive-heading .exad-exclusive-heading-title{margin:0 auto}.exad-exclusive-heading .exad-exclusive-heading-description{line-height:26px;margin:0}.exad-heading-icon-box-yes .exad-heading-icon{position:relative}.exad-heading-icon-box-yes .exad-heading-icon i,.exad-heading-icon-box-yes .exad-heading-icon svg{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.exad-exclusive-heading.parallax .exad-exclusive-heading-wrapper .exad-exclusive-heading-title{-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.exad-exclusive-heading.separator .exad-exclusive-heading-wrapper .exad-exclusive-heading-title{position:relative}.exad-heading-text-background .exad-exclusive-heading-title{position:relative;z-index:1}.exad-heading-text-background .exad-exclusive-heading-title::after{position:absolute;content:attr(data-content);top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:100%;z-index:-1;letter-spacing:3px;line-height:50px}.exad-heading-image-gradient .exad-exclusive-heading-title{-webkit-background-clip:text;-webkit-text-fill-color:transparent}.exad-heading-icon{display:inline-block}.exad-modal-button .exad-modal-image-action{display:inline-block;text-decoration:none;transition:all 0.3s ease;position:relative;text-align:center;z-index:1;overflow:hidden}.exad-modal-button .exad-modal-image-action:before{position:absolute;content:'';height:100%;width:100%;top:0;left:0;-webkit-transform:scale(0);transform:scale(0);opacity:0;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;-webkit-transform-origin:center center;transform-origin:center center}.exad-modal-button .exad-modal-image-action:hover::before{-webkit-transform:scale(1);transform:scale(1);opacity:1;z-index:-1}.top-to-middle{-webkit-transform:translate(-50%, -60%);transform:translate(-50%, -60%);-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.exad-modal-item.modal-vimeo.bottom-to-middle{-webkit-transform:translate(-50%, -30%);transform:translate(-50%, -30%);-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.exad-modal-item.active.modal-vimeo.bottom-to-middle{z-index:9999;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.exad-modal-item.modal-vimeo.right-to-middle{-webkit-transition:all 0.3s ease;transition:all 0.3s ease;-webkit-transform:translate(-30%, -50%);transform:translate(-30%, -50%)}.exad-modal-item.active.modal-vimeo.right-to-middle{-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);z-index:9999}.exad-modal-item.modal-vimeo.left-to-middle{-webkit-transform:translate(-70%, -50%);transform:translate(-70%, -50%);-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.exad-modal-item.active.modal-vimeo.left-to-middle{z-index:9999;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.exad-modal-item.modal-vimeo.zoom-in{-webkit-transform:translate(-50%, -50%) scale(0.5);transform:translate(-50%, -50%) scale(0.5);-webkit-transform-origin:center center;transform-origin:center center;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.exad-modal-item.active.modal-vimeo.zoom-in{z-index:9999;-webkit-transform:translate(-50%, -50%) scale(1);transform:translate(-50%, -50%) scale(1)}.exad-modal-item.modal-vimeo.zoom-out{-webkit-transform:translate(-50%, -50%) scale(1.5);transform:translate(-50%, -50%) scale(1.5);-webkit-transform-origin:center center;transform-origin:center center;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.exad-modal-item.active.modal-vimeo.zoom-out{z-index:9999;display:block;-webkit-transform:translate(-50%, -50%) scale(1);transform:translate(-50%, -50%) scale(1)}.exad-modal-item.modal-vimeo.left-rotate{opacity:0;-webkit-transition:all 0.8s ease;transition:all 0.8s ease;-webkit-perspective:1000;perspective:1000;-webkit-transform:translate(-50%, -50%) rotateX(90deg);transform:translate(-50%, -50%) rotateX(90deg);-webkit-transform-origin:center center;transform-origin:center center}.exad-modal-item.active.modal-vimeo.left-rotate{opacity:1;z-index:9999;-webkit-transform:translate(-50%, -50%) rotateX(0);transform:translate(-50%, -50%) rotateX(0)}.exad-modal-item.modal-vimeo .exad-modal-content .exad-close-btn{position:absolute;top:-40px;right:-40px;cursor:pointer;height:40px;width:40px;border-radius:50%}.exad-modal-item.modal-vimeo .exad-modal-content .exad-close-btn span{display:block;height:100%;width:100%;position:absolute}.exad-modal-item.modal-vimeo .exad-modal-content .exad-close-btn span::before{content:'';position:absolute;height:2px;width:20px;background:#fff;transform:translate(-50%,-50%) rotate(45deg);top:50%;left:50%}.exad-modal-item.modal-vimeo .exad-modal-content .exad-close-btn span::after{content:'';position:absolute;height:20px;width:2px;background:#fff;transform:translate(-50%,-50%) rotate(45deg);top:50%;left:50%}.exad-modal-overlay{position:fixed;width:100%;height:100%;top:0;left:0;opacity:0;z-index:-1;background:rgba(0, 0, 0, 0.5);transition:all 0.3s ease;display:none}.exad-modal-overlay.active{opacity:1;z-index:1000;display:block;transition:all 0.3s ease}.exad-modal-prevent-page-scroll{overflow:hidden !important}.exad-modal-item.image-gallery .exad-modal-element{display:flex;flex-wrap:wrap}.exad-modal-item.image-gallery .exad-modal-element.column-one .exad-modal-element-card{width:100%}.exad-modal-item.image-gallery .exad-modal-element.column-two .exad-modal-element-card{width:50%}.exad-modal-item.image-gallery .exad-modal-element.column-three .exad-modal-element-card{width:33.33%}.exad-modal-item.image-gallery .exad-modal-element.column-four .exad-modal-element-card{width:25%}.exad-modal-item.image-gallery .exad-modal-element.column-five .exad-modal-element-card{width:20%}.exad-modal-item.image-gallery .exad-modal-element.column-six .exad-modal-element-card{width:16.66%}.exad-modal-item{position:fixed !important;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.exad-modal-item.modal-vimeo{opacity:0;-webkit-transform:translate(-50%, -60%);transform:translate(-50%, -60%);height:auto;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;visibility:hidden}@media (max-width: 991px){.exad-modal-item.modal-vimeo{height:100%}.exad-modal-item.modal-vimeo::-webkit-scrollbar{display:none}}.exad-modal-item.modal-vimeo .exad-modal-content .exad-modal-element img{display:block;max-width:100%;height:auto}.exad-modal-item.modal-vimeo .exad-modal-content .exad-modal-element .exad-modal-element-card .exad-modal-element-card-body p{margin:0}.exad-modal-item.modal-vimeo .exad-modal-content .exad-modal-element .exad-modal-element-card img,.exad-modal-item.modal-vimeo-img-fluid .exad-modal-content .exad-modal-element img{display:block;width:100%}.exad-modal-item.modal-vimeo .exad-modal-content{position:relative}.exad-modal-item .exad-modal-content .exad-modal-element iframe{display:block;height:100%;width:100%}.exad-modal-item.active.modal-vimeo{opacity:1;z-index:16777221 !important;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);visibility:visible}.exad-modal-button.exad-modal-btn-fixed-width-yes .exad-modal-image-action{position:relative}.exad-modal-button.exad-modal-btn-fixed-width-yes .exad-modal-image-action span{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:1}.exad-modal-wrapper .exad-modal-item.exad-content-overflow-x-{overflow-x:hidden}.exad-modal-wrapper .exad-modal-item.exad-content-overflow-y-{overflow-y:scroll}.exad-news-ticker{display:block;width:100%;box-sizing:border-box;position:relative;overflow:hidden;font-size:14px}.exad-news-ticker *{box-sizing:border-box}.exad-news-ticker.bn-fixed-top{position:fixed;left:0;right:0;top:0}.exad-news-ticker.bn-fixed-bottom{position:fixed;left:0;right:0;bottom:0}.exad-news-ticker .exad-bn-label{left:0;top:0;bottom:0;height:100%;position:absolute;text-align:center;z-index:3;white-space:nowrap;display:flex;width:auto;user-select:none;justify-content:center;align-items:center}.exad-news-ticker .exad-bn-label{padding:0 15px;color:#FFF}.exad-news-ticker .exad-bn-label,.exad-news-ticker .exad-bn-label.yes-small:after{}.exad-news-ticker .exad-bn-label.yes-small:after{position:absolute;content:'';top:50%;right:-5px;transform:translateY(-50%) rotate(45deg);width:10px;height:10px;z-index:-1}.exad-news-ticker .exad-nt-news{position:absolute;left:0;top:0;bottom:0;height:100%;right:0;overflow:hidden}.exad-news-ticker .exad-nt-news ul{display:block;height:100%;list-style:none;padding:0;margin:0;width:100%}.exad-news-ticker .exad-nt-news ul li{list-style:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-decoration:none;-webkit-transition:color 0.2s linear;-moz-transition:color 0.2s linear;-o-transition:color 0.2s linear;transition:color 0.2s linear;position:absolute;width:100%;display:none;color:#333;padding:0 15px;margin:0;line-height:inherit}.exad-news-ticker .exad-nt-news ul li a{white-space:nowrap;text-overflow:ellipsis;text-decoration:none;color:#333;position:relative;display:block;overflow:hidden}.exad-news-ticker .exad-nt-news ul li a:hover{color:#069}.exad-news-ticker .bn-loader-text{padding:0 10px}.exad-news-ticker .bn-seperator{display:inline-block;float:left;margin-right:15px;width:30px;height:40px;background-position:center;background-size:contain;background-repeat:no-repeat;position:relative}.exad-news-ticker .bn-seperator.exad-nt-news-dot{margin-right:0}.exad-news-ticker .bn-seperator.exad-nt-news-dot:after{content:'';position:absolute;width:8px;height:8px;background:#333;border-radius:50%;top:50%;margin-top:-4px;left:50%;margin-left:-4px}.exad-news-ticker .bn-prefix{color:#d65d7a;margin-right:15px;padding-left:10px}.exad-news-ticker .bn-positive{color:#0b8457;font-weight:bold}.exad-news-ticker .bn-negative{color:#dc2f2f;font-weight:bold}.exad-news-ticker .exad-nt-controls{width:auto;right:0;top:0;bottom:0;height:100%;background-color:#ffffff;padding:0 0 0 20px;position:absolute;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:flex;justify-content:center;align-items:center}.exad-news-ticker.bn-direction-rtl .exad-nt-controls{flex-direction:row-reverse}.exad-news-ticker.bn-direction-rtl .exad-bn-label.yes-small:after{right:calc( 100% - 5px )}.exad-news-ticker .exad-nt-controls button{width:30px;padding:0;border:inherit;height:30px;cursor:pointer;text-align:center;outline:none;border-radius:0;width:30px;border:0}.exad-news-ticker .bn-arrow{margin:0;display:inline-block;height:8px;position:relative;width:8px;top:-2px}.exad-news-ticker .bn-arrow::after{border-bottom-style:solid;border-bottom-width:2px;border-right-style:solid;border-right-width:2px;content:'';display:inline-block;height:8px;left:0;position:absolute;top:0;width:8px}.exad-news-ticker .bn-arrow.bn-next{-moz-transform:rotate(315deg);-ms-transform:rotate(315deg);-webkit-transform:rotate(315deg);transform:rotate(315deg);left:-3px}.exad-news-ticker .bn-arrow.bn-prev{-moz-transform:rotate(135deg);-ms-transform:rotate(135deg);-webkit-transform:rotate(135deg);transform:rotate(135deg);left:3px}.exad-news-ticker .bn-play{position:relative;background:#999999;width:0;height:12px;display:inline-block;margin-left:-5px}.exad-news-ticker .bn-play::after{left:100%;top:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(136, 183, 213, 0);border-left-color:#999999;border-width:8px;margin-top:-8px}.exad-news-ticker .bn-pause{position:relative;width:0;height:14px;display:inline-block;top:1px;left:-1px}.exad-news-ticker .bn-pause::before{position:absolute;content:"";width:2px;height:100%;left:3px}.exad-news-ticker .bn-pause::after{position:absolute;content:"";width:2px;height:100%;left:-3px}.exad-news-ticker.bn-direction-rtl{direction:rtl}.exad-news-ticker.bn-direction-rtl .exad-bn-label{left:auto;right:0}.exad-news-ticker.bn-direction-rtl .exad-nt-controls{right:auto;left:0}.exad-news-ticker.bn-direction-rtl .bn-seperator{margin-left:15px;margin-right:0;float:right}.exad-news-ticker.bn-direction-rtl .bn-prefix{margin-left:15px;margin-right:0;padding-left:0;padding-right:10px}.exad-news-ticker.bn-direction-rtl .exad-nt-controls button{border-left:none}.exad-news-ticker.bn-effect-scroll .exad-nt-news ul li{display:list-item;float:left;position:relative;width:auto}.exad-news-ticker.bn-effect-scroll .exad-nt-news ul li a:focus{outline:none}.exad-news-ticker.bn-effect-scroll.bn-direction-rtl .exad-nt-news ul li{float:right}.exad-row-wrapper .exad-post-grid-three .exad-post-grid-thumbnail{position:relative;z-index:0}.exad-row-wrapper .exad-post-grid-three .exad-post-grid-thumbnail ul.exad-post-grid-category{margin:0;padding:0;list-style:none}.exad-post-grid-container .exad-post-grid-body{position:relative}.exad-post-grid-container .exad-post-grid-body ul.exad-post-grid-category.cat-pos-bottom-left{transform:translateY(-50%);top:0;position:absolute}.exad-row-wrapper .exad-post-grid-three .exad-post-grid-thumbnail ul.exad-post-grid-category.postion-top-right{position:absolute;top:20px;right:20px}.exad-row-wrapper .exad-post-grid-three .exad-post-grid-thumbnail ul.exad-post-grid-category li{display:inline-block}.exad-post-grid-container ul.exad-post-grid-category li:not(:last-child){margin-right:8px}.exad-row-wrapper .exad-post-grid-three .exad-post-grid-body{z-index:9}.exad-row-wrapper .exad-post-grid-three .exad-post-grid-body .exad-post-data,.exad-row-wrapper .exad-post-grid-three .exad-post-grid-body .exad-post-grid-category{margin:0;padding:0}.exad-row-wrapper .exad-post-grid-three .exad-post-grid-body .exad-post-grid-category{margin-bottom:20px}.exad-row-wrapper .exad-post-grid-three .exad-post-grid-body .exad-post-grid-category li{display:inline-block;list-style:none}.exad-row-wrapper .exad-post-grid-three .exad-post-grid-body li{margin-left:0}.exad-row-wrapper .exad-post-grid-three .exad-post-grid-body .exad-post-data li{display:flex;align-items:center;justify-content:center}.exad-row-wrapper .exad-post-grid-three .exad-post-grid-body .exad-post-data{display:flex;align-items:center}.exad-post-grid-container .exad-post-data.show-avatar-yes li.exad-post-date{margin-top:-3px}.exad-row-wrapper .exad-post-grid-three .exad-post-grid-body .exad-author-avatar img{border-radius:100%;margin-right:12px}.exad-row-wrapper .exad-post-grid-three .exad-post-grid-body .exad-post-grid-category li:not(:last-child){margin-right:5px}.exad-row-wrapper .exad-post-grid-three .exad-post-grid-body .exad-post-grid-category li:hover:nth-child(2n-1){opacity:0.7}.exad-row-wrapper .exad-post-grid-three .exad-post-grid-body .exad-post-grid-category li:hover:nth-child(2n){opacity:0.7}.exad-post-grid-container .exad-post-grid-body h3{margin:15px 0 5px}.exad-row-wrapper .exad-post-grid-three .exad-post-grid-body .exad-post-grid-title{display:block;text-decoration:none;-ms-word-wrap:break-word;word-wrap:break-word;transition:all 0.3s ease}.exad-row-wrapper .exad-post-grid-three .exad-post-grid-body .exad-post-grid-title:hover{color:#FF6F51}.exad-row-wrapper .exad-post-grid-body .exad-post-data li{color:#848484}.exad-row-wrapper .exad-post-grid-three .exad-post-grid-body .exad-post-grid-action{display:inline-block;text-decoration:none;transition:all 0.3s ease}.exad-row-wrapper.exad-col-6{display:flex;flex-wrap:wrap;margin:0 -10px}.exad-row-wrapper.exad-col-6 .exad-col{flex:0 0 16.66666%;max-width:16.666666%;padding:0 10px}.exad-row-wrapper .exad-post-grid-body .exad-post-grid-read-time{display:inline-block}.exad-row-wrapper .exad-post-grid-body ul.exad-post-grid-time-comment{margin:0;padding:0;list-style:none}.exad-row-wrapper .exad-post-grid-body ul.exad-post-grid-time-comment li{display:inline-block}.exad-row-wrapper .exad-post-grid-body ul.exad-post-grid-time-comment li:not(:last-child){padding-right:20px}.exad-row-wrapper .exad-post-grid-body ul.exad-post-grid-time-comment li i.fa.fa-comment-o{padding-right:10px}.exad-post-grid-container .exad-post-grid-body .exad-post-footer a{display:inline-block;transition:all 0.3s ease}.exad-post-grid-container.image-position-left,.exad-post-grid-container.image-position-right{display:flex}.exad-post-grid-container.image-position-left .exad-post-grid-thumbnail,.exad-post-grid-container.image-position-right .exad-post-grid-thumbnail{z-index:999}.exad-post-grid-container.image-position-left > div,.exad-post-grid-container.image-position-left > figure,.exad-post-grid-container.image-position-right > div,.exad-post-grid-container.image-position-right > figure{flex-direction:column}.exad-post-grid-container.image-position-left > figure,.exad-post-grid-container.image-position-right > figure{width:40%}.exad-post-grid-container.image-position-left > div,.exad-post-grid-container.image-position-right > div{width:60%}.exad-post-grid-container.image-position-left > figure img,.exad-post-grid-container.image-position-right > figure img{height:100%;object-fit:cover;width:100%}.exad-post-grid-container.image-position-right > figure{order:2}.exad-post-grid-container.image-position-right > div{order:1}.exad-post-grid-container.image-position-top .exad-post-grid-thumbnail a{display:flex}nav.exad-post-pagination{display:flex;width:100%;align-items:center;justify-content:center}nav.exad-post-pagination ul{margin:0;padding:0;list-style:none}nav.exad-post-pagination ul li{display:inline-block}@media (max-width: 767px){.exad-row-wrapper.exad-col-6 .exad-col{flex:0 0 100%;max-width:100%;padding:10px}}.exad-row-wrapper{display:flex;flex-wrap:wrap;margin:0 -10px}.exad-row-wrapper .exad-col{padding:0 10px}.exad-row-wrapper.exad-col-5{display:flex;flex-wrap:wrap;margin:0 -10px}.exad-row-wrapper.exad-col-5 .exad-col{flex:0 0 20%;max-width:20%;padding:0 10px}@media (max-width: 767px){.exad-row-wrapper.exad-col-5 .exad-col{flex:0 0 100%;max-width:100%;padding:10px}}.exad-row-wrapper.exad-col-4{display:flex;flex-wrap:wrap;margin:0 -10px}.exad-row-wrapper.exad-col-4 .exad-col{flex:0 0 25%;max-width:25%;padding:0 10px}@media (max-width: 767px){.exad-row-wrapper.exad-col-4 .exad-col{flex:0 0 100%;max-width:100%;padding:10px}}.exad-row-wrapper.exad-col-3{display:flex;margin:0 -10px;flex-wrap:wrap}.exad-row-wrapper.exad-col-3 .exad-col{flex:0 0 33.333333%;max-width:33.333333%;padding:0 10px}@media (max-width: 767px){.exad-row-wrapper.exad-col-3 .exad-col{flex:0 0 100%;max-width:100%;padding:10px}}.exad-row-wrapper.exad-col-2{display:flex;flex-wrap:wrap;margin:0 -10px}.exad-row-wrapper.exad-col-2 .exad-col{flex:0 0 50%;max-width:50%;padding:0 10px}@media (max-width: 767px){.exad-row-wrapper.exad-col-2 .exad-col{flex:0 0 100%;max-width:100%;padding:10px}}.exad-row-wrapper.exad-col-1{display:flex;flex-wrap:wrap;margin:0 -10px}.exad-row-wrapper.exad-col-1 .exad-col{width:100%;flex:0 0 100%;max-width:100%;padding:0 15px 25px}@media (max-width: 767px){.exad-row-wrapper.exad-col-1 .exad-col{flex:0 0 100%;max-width:100%;padding:10px}}@media (max-width: 480px){.exad-post-grid-container.image-position-left,.exad-post-grid-container.image-position-right{flex-direction:column}.exad-post-grid-container.image-position-left > div,.exad-post-grid-container.image-position-left > figure,.exad-post-grid-container.image-position-right > div,.exad-post-grid-container.image-position-right > figure{width:100%}}.exad-post-grid-description{line-height:1.8}.exad-post-grid-container.image-position-top .exad-post-grid-thumbnail a img{object-fit:cover;-o-object-fit:cover;width:100%}.exad-post-grid-load-btn{text-align:center}.exad-post-grid-paginate-btn{text-align:center;display:inline-block;text-decoration:none;transition:all 0.3s ease}.exad-post-grid-container ul.exad-post-grid-category li a{display:block}.exad-post-grid.exad-post-grid-featured-post-yes article.exad-post-grid-three:first-child{flex:100%;max-width:100%}.exad-post-grid.exad-post-grid-featured-post-yes.layout_one article.exad-post-grid-three:first-child .exad-post-grid-container{display:flex}.exad-post-grid.exad-post-grid-featured-post-yes.layout_one article.exad-post-grid-three:first-child .exad-post-grid-container .exad-post-grid-thumbnail{width:50%}.exad-post-grid.exad-post-grid-featured-post-yes.layout_one article.exad-post-grid-three:first-child .exad-post-grid-container .exad-post-grid-thumbnail a{height:100%}.exad-post-grid.exad-post-grid-featured-post-yes.layout_one article.exad-post-grid-three:first-child .exad-post-grid-container .exad-post-grid-thumbnail a img{height:100%;object-fit:cover;-o-object-fit:cover}.exad-post-grid.exad-post-grid-featured-post-yes.layout_one article.exad-post-grid-three:first-child .exad-post-grid-container .exad-post-grid-body{width:50%}.exad-post-grid .exad-row-wrapper .exad-post-grid-container .exad-post-grid-thumbnail::before{display:none}.exad-post-timeline{margin-bottom:35px}.exad-post-timeline .exad-post-timeline-item{display:flex;align-items:center;position:relative}.exad-post-timeline .exad-post-timeline-item::before{position:absolute;content:'';background:#e3e5e8;width:3px;height:calc( 100% + 100px);left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);top:0}.exad-post-timeline .exad-post-timeline-item:not(:last-child){margin-bottom:100px}.exad-post-timeline .exad-post-timeline-item:last-child::before{height:100%}.exad-post-timeline .exad-post-timeline-item .exad-post-timeline-icon{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);height:60px;width:60px;text-align:center;border-radius:50%;z-index:1}.exad-post-timeline .exad-post-timeline-item .exad-post-timeline-icon i{font-size:24px;line-height:60px;color:#D1C1FF}.exad-post-timeline .exad-post-timeline-item .exad-post-timeline-icon::before{position:absolute;content:'';width:60px;height:2px;background:transparent;border:1px dashed #e3e3e3;top:30px;left:-70px}.exad-post-timeline .exad-post-timeline-item .exad-post-timeline-icon::after{position:absolute;content:'';width:60px;background:transparent;border:1px dashed #e3e3e3;top:30px;right:-70px}.exad-post-timeline .exad-post-timeline-item .exad-post-timeline-content{flex-basis:35%;overflow:hidden}.exad-post-timeline .exad-post-timeline-item .exad-post-timeline-content img{width:100%}.exad-post-timeline .exad-post-timeline-item .exad-post-timeline-date{flex-basis:20%}.exad-post-timeline .exad-post-timeline-item .exad-post-timeline-date h4{font-size:20px;margin:6px auto}.exad-post-timeline .exad-post-timeline-item .exad-post-timeline-date p{font-size:15px;margin:0;color:#8a8d91}.exad-post-timeline .exad-post-timeline-item .exad-post-timeline-content-text{padding:25px 30px}.exad-post-timeline .exad-post-timeline-item .exad-post-timeline-content-text h4{font-size:20px}.exad-post-timeline .exad-post-timeline-item .exad-post-timeline-content-text p{color:#8a8d91;margin-bottom:0;font-size:15px;line-height:24px}.exad-post-timeline .exad-post-timeline-item:nth-child(odd) .exad-post-timeline-content{position:relative}.exad-post-timeline .exad-post-timeline-item:nth-child(odd) .exad-post-timeline-date{margin-left:30%}.exad-post-timeline .exad-post-timeline-item:nth-child(even) .exad-post-timeline-content{order:2;margin-left:30%}.exad-post-timeline .exad-post-timeline-item:nth-child(even) .exad-post-timeline-date{order:1;margin-left:15%;text-align:right}@media only screen and (max-width: 1350px){.exad-post-timeline .exad-post-timeline-item .exad-post-timeline-icon::before{width:40px;left:-50px}.exad-post-timeline .exad-post-timeline-item .exad-post-timeline-icon::after{width:40px;right:-50px}}@media only screen and (max-width: 992px){.exad-post-timeline .exad-post-timeline-item .exad-post-timeline-icon::before{display:none}.exad-post-timeline .exad-post-timeline-item .exad-post-timeline-icon::after{display:none}.exad-post-timeline .exad-post-timeline-item .exad-post-timeline-content{flex-basis:40%}.exad-post-timeline .exad-post-timeline-item .exad-post-timeline-date{flex-basis:30%}.exad-post-timeline .exad-post-timeline-item:nth-child(odd) .exad-post-timeline-date{margin-left:20%}.exad-post-timeline .exad-post-timeline-item:nth-child(even) .exad-post-timeline-content{margin-left:20%}.exad-post-timeline .exad-post-timeline-item:nth-child(even) .exad-post-timeline-date{margin-left:10%}}@media only screen and (max-width: 552px){.exad-post-timeline .exad-post-timeline-item::before{display:none}.exad-post-timeline .exad-post-timeline-item .exad-post-timeline-icon{display:none}.exad-post-timeline .exad-post-timeline-item .exad-post-timeline-content{flex-basis:100%}.exad-post-timeline .exad-post-timeline-item .exad-post-timeline-date{flex-basis:100%}.exad-post-timeline .exad-post-timeline-item{flex-direction:column}.exad-post-timeline .exad-post-timeline-item:nth-child(even) .exad-post-timeline-content{margin-left:0}.exad-post-timeline .exad-post-timeline-item:nth-child(even) .exad-post-timeline-content{order:1}.exad-post-timeline .exad-post-timeline-item:nth-child(odd) .exad-post-timeline-date{margin-left:0;margin-top:10px}.exad-post-timeline .exad-post-timeline-item:nth-child(even) .exad-post-timeline-date{margin-left:0;text-align:left;margin-top:10px}.exad-post-timeline .exad-post-timeline-item:not(:last-child){margin-bottom:50px}}.exad-pricing-list-wrapper.border_bottom .exad-pricing-list-item:last-child{border-bottom:none !important}.exad-pricing-list-item.yes{display:flex}.exad-pricing-list-item-thumbnail{overflow:hidden}.exad-pricing-list-item-thumbnail img{height:100% !important;width:100%;object-fit:cover;-o-object-fit:cover}.exad-pricing-title{display:flex;align-items:center}.exad-pricing-title .exad-pricing-list-item-price{margin-left:auto}.exad-pricing-list-item-content-title{display:flex;font-size:20px;font-weight:bold}.exad-pricing-list-item-content-description{margin:0}.exad-pricing-list-item-price span{display:block;font-size:20px;line-height:20px}.exad-pricing-list-item-content-action{display:inline-block;transition:all 0.3s ease}.exad-pricing-list-item-content-conntector{border-bottom:1px dashed;height:1px;flex-grow:1;align-self:center;margin:0 15px}.left{text-align:left}.left .exad-pricing-table-features li{justify-content:flex-start}.left .price-box{margin-right:auto}.center{text-align:center}.center.exad-pricing-table-features li{justify-content:center}.center .price-box{margin:0 auto}.right{text-align:right}.right .exad-pricing-table-features li{justify-content:flex-end}.right .price-box{margin-left:auto}.exad-pricing-table-header{position:relative;z-index:-1}.exad-pricing-table-header .exad-pricing-table-header-curved svg{position:absolute;left:0;bottom:0;z-index:1;width:100%}.exad-pricing-table-title{margin:0 0 16px;font-size:20px;font-weight:400}.exad-pricing-table-subtitle{margin:0 0 10px}.price-box{position:relative}.exad-pricing-table-price{position:relative}.exad-pricing-table-price.exad-discount-price-yes{display:inline-flex;align-items:flex-end}.exad-pricing-table-price.exad-discount-price-yes .exad-pricing-table-regular-price{text-decoration:line-through;font-size:20px;color:#e5e5e5;line-height:2.1em}.exad-pricing-table-price svg{position:absolute}.exad-pricing-table-wrapper .exad-pricing-table-price p.exad-pricing-table-new-price{font-size:48px;font-weight:600;letter-spacing:-3.2px}.exad-pricing-table-wrapper .exad-pricing-table-price span.exad-price-period{font-size:20px;font-weight:600;letter-spacing:0}.exad-pricing-table-price p{margin:0}.price-box p{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);margin:0;width:100%}.exad-pricing-table-features{margin:0;padding:0}.exad-pricing-table-features li{list-style:none;display:flex;align-items:center;justify-content:center;margin-left:0}.list-border-bottom li:not(:last-child){border-bottom:1px solid #ff5985}.exad-pricing-table-features li .exad-pricing-li-icon{margin-right:7px}.exad-pricing-table-action{text-decoration:none;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;z-index:1;display:inline-block}.exad-pricing-table-badge-wrapper{position:relative;overflow:hidden;z-index:1;transition:all 0.3s ease}.exad-pricing-table-wrapper{transition:all 0.3s ease}.exad-pricing-table-wrapper.transition_top{transition:all 0.3s ease;transform:translateY(0);-webkit-transform:translateY(0)}.exad-pricing-table-wrapper.transition_top:hover{transform:translateY(-10px);-webkit-transform:translateY(-10px)}.exad-pricing-table-wrapper.transition_bottom{transition:all 0.3s ease;transform:translateY(0);-webkit-transform:translateY(0)}.exad-pricing-table-wrapper.transition_bottom:hover{transform:translateY(10px);-webkit-transform:translateY(10px)}.exad-pricing-table-wrapper.transition_zoom{transition:all 0.3s ease;transform:scale(1);-webkit-transform:scale(1)}.exad-pricing-table-wrapper.transition_zoom:hover{transform:scale(1.02);-webkit-transform:scale(1.02)}.exad-pricing-table-wrapper .text-badge{position:absolute;top:0;right:0;background:#13c83a;padding:13px 50px;width:160px;text-align:center;-webkit-transform:rotate(45deg) translate(40px, -22px);transform:rotate(45deg) translate(40px, -22px);color:#ffffff;font-size:12px;font-weight:bold;z-index:2}.exad-pricing-table-wrapper .icon-badge{position:absolute;padding:15px 10px;border-radius:0 0 40px 40px;background:#13c83a;right:30px;top:0;z-index:2}.exad-pricing-table-promo-label{display:block}.exad-pricing-table-currency{position:relative}.exad-pricing-table-price-subtitle{display:block}.ldBar{position:relative}.ldBar.label-center > .ldBar-label{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-shadow:0 0 3px #ffffff}.exad-progress-bar .ldBar-label:after{content:"%";display:inline;position:absolute}.ldBar.no-percent .ldBar-label:after{content:""}[class*="exad-progress-bar-"].line{position:relative}[class*="exad-progress-bar-"].line .ldBar-label{position:absolute;top:-12px;right:0}[class*="exad-progress-bar-"].line-bubble{position:relative}[class*="exad-progress-bar-"].line-bubble .ldBar-label{position:absolute;left:0;top:0;width:50px;height:50px;-webkit-transform:translate(-50%, 25%);transform:translate(-50%, 25%);background-color:#ccc;line-height:27px}[class*="exad-progress-bar-"].circle{position:relative}[class*="exad-progress-bar-"].circle .ldBar-label{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}[class*="exad-progress-bar-"].circle h3{position:absolute;bottom:-20px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}[class*="exad-progress-bar-"].fan{position:relative}[class*="exad-progress-bar-"].fan svg{margin-top:-40%}[class*="exad-progress-bar-"].fan h3{position:absolute;bottom:-20px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}[class*="exad-progress-bar-"].fan .ldBar-label{position:absolute;left:50%;-webkit-transform:translate(-50%, -20%);transform:translate(-50%, -20%);font-size:30px;bottom:7%}[class*="exad-progress-bar-"].fan .left-title{position:absolute;left:0;bottom:-10px}[class*="exad-progress-bar-"].fan .right-title{position:absolute;bottom:-10px;right:0}.exad-progress-bar svg:not(:root){overflow:hidden;height:inherit}.exad-progress-bar-title{font-size:16px;font-weight:600}.exad-sticky-section-yes{position:sticky !important}.exad-column-sticky .inner-wrapper-sticky{width:100%}.exad-advance-tab-nav{margin:0;padding:0}.exad-advance-tab-nav li{list-style:none;transition:all 0.3s ease;position:relative;cursor:pointer}.exad-advance-tab-nav li span.exad-tab-title{font-size:16px}.exad-tab-horizontal > .exad-advance-tab-nav{display:flex}.exad-tab-horizontal.exad-tab-align-left > .exad-advance-tab-nav{justify-content:flex-start}.exad-tab-horizontal.exad-tab-align-center > .exad-advance-tab-nav{justify-content:center}.exad-tab-horizontal.exad-tab-align-right > .exad-advance-tab-nav{justify-content:flex-end}.exad-tab-horizontal-full-width > .exad-advance-tab-nav{display:flex}.exad-tab-align-left > .exad-advance-tab-nav li{text-align:left}.exad-tab-align-center > .exad-advance-tab-nav li{text-align:center}.exad-tab-align-right > .exad-advance-tab-nav li{text-align:right}.exad-tab-align-left > .exad-advance-tab-nav{text-align:left}.exad-tab-align-center > .exad-advance-tab-nav{text-align:center}.exad-tab-align-right > .exad-advance-tab-nav{text-align:right}.exad-tab-horizontal-full-width > .exad-advance-tab-nav li{flex:1}.exad-tab-vertical{display:flex}.exad-tab-vertical > .exad-advance-tab-nav li{display:flex;align-items:center}.exad-advance-tab > .exad-advance-tab-content.active{display:block}.exad-advance-tab .exad-advance-tab-content.active.exad-tab-image-right,.exad-advance-tab > .exad-advance-tab-content.active.exad-tab-image-left{display:flex;width:100%}.exad-advance-tab > .exad-advance-tab-content.active.exad-tab-image-left .exad-advance-tab-content-element,.exad-advance-tab > .exad-advance-tab-content.active.exad-tab-image-right .exad-advance-tab-content-element{width:100%}.exad-advance-tab > .exad-advance-tab-content.active.exad-tab-image-left .exad-advance-tab-content-element,.exad-advance-tab > .exad-advance-tab-content.active.exad-tab-image-right .exad-advance-tab-content-element{width:70%}.exad-advance-tab > .exad-advance-tab-content.exad-tab-image-has-no.exad-tab-image-left .exad-advance-tab-content-element,.exad-advance-tab > .exad-advance-tab-content.exad-tab-image-has-no.exad-tab-image-right .exad-advance-tab-content-element{width:100%}.exad-advance-tab > .exad-advance-tab-content.active.exad-tab-image-left .exad-advance-tab-content-thumb,.exad-advance-tab > .exad-advance-tab-content.active.exad-tab-image-right .exad-advance-tab-content-thumb{width:30%}.exad-advance-tab > .exad-advance-tab-content.active .exad-advance-tab-content-thumb{width:30%}.exad-advance-tab > .exad-advance-tab-content.active.exad-tab-image-left .exad-advance-tab-content-element{order:2}.exad-advance-tab > .exad-advance-tab-content.active.exad-tab-image-left .exad-advance-tab-content-thumb{order:1}.exad-advance-tab > .exad-advance-tab-content{display:none}.exad-tab-btn{text-decoration:none;transition:all 0.3s ease;display:inline-block}.exad-advance-tab-content-title{margin:0 0 20px}.exad-advance-tab-content-description{margin:0 0 20px}.exad-tab-triangle-right.active{position:relative;z-index:1}.exad-tab-triangle-bottom.active{position:relative;z-index:1}.exad-tab-triangle-right.active::before{position:absolute;content:'';height:20px;width:15px;top:50%;right:-4px;transform:translateY(-50%) rotate(45deg);z-index:-1}.exad-tab-triangle-bottom.active::before{position:absolute;content:'';height:20px;width:15px;left:50%;bottom:-8px;transform:translateX(-50%) rotate(45deg);z-index:-1}@media ( max-width: 575px ){.exad-tab-vertical{flex-direction:column}.exad-tab-vertical > .exad-advance-tab-nav li{width:100% !important;justify-content:center}.exad-tab-triangle-right.active:before{display:none}}@media ( max-width: 767px ){.exad-tab-horizontal-full-width > .exad-advance-tab-nav{overflow-x:scroll}.exad-tab-horizontal > .exad-advance-tab-nav{overflow-x:scroll}.exad-advance-tab > .exad-advance-tab-content.active.exad-tab-image-left,.exad-advance-tab > .exad-advance-tab-content.active.exad-tab-image-right{flex-direction:column}.exad-advance-tab > .exad-advance-tab-content.active.exad-tab-image-left .exad-advance-tab-content-element,.exad-advance-tab > .exad-advance-tab-content.active.exad-tab-image-right .exad-advance-tab-content-element{width:100%}.exad-advance-tab > .exad-advance-tab-content.exad-tab-image-has-no.exad-tab-image-left .exad-advance-tab-content-element,.exad-advance-tab > .exad-advance-tab-content.exad-tab-image-has-no.exad-tab-image-right .exad-advance-tab-content-element{width:100%}.exad-advance-tab > .exad-advance-tab-content.active.exad-tab-image-left .exad-advance-tab-content-thumb,.exad-advance-tab > .exad-advance-tab-content.active.exad-tab-image-right .exad-advance-tab-content-thumb{width:100%}.exad-advance-tab > .exad-advance-tab-content.active .exad-advance-tab-content-thumb{width:100%}.exad-advance-tab-content-thumb{margin-top:20px}}.exad-left{text-align:left}.exad-left .exad-team-member-thumb{margin-right:auto}.exad-center{text-align:center}.exad-center .exad-team-member-thumb{margin:0 auto}.exad-team-member-thumb.style_1{-webkit-animation:clip-1 10s linear infinite alternate forwards;animation:clip-1 10s linear infinite alternate forwards;overflow:hidden}.exad-team-member-thumb.style_2{-webkit-animation:clip-2 10s linear infinite alternate forwards;animation:clip-2 10s linear infinite alternate forwards;overflow:hidden}.exad-team-member-thumb.style_3{-webkit-animation:clip-3 10s linear infinite alternate forwards;animation:clip-3 10s linear infinite alternate forwards;overflow:hidden}.exad-right{text-align:right}.exad-right .exad-team-member-thumb{margin-left:auto}.exad-top-background{clear:both}.exad-team-item .exad-team-member.exad-position-left,.exad-team-item .exad-team-member.exad-position-right{display:flex}.exad-position-left .exad-team-member-thumb{width:40%}.exad-position-left .exad-team-member-content{width:60%}.exad-position-right .exad-team-member-thumb{width:40%;order:2}.exad-position-right .exad-team-member-content{width:60%;order:1}.exad-team-item .exad-team-member.exad-position-left .exad-team-member-thumb img,.exad-team-item .exad-team-member.exad-position-right .exad-team-member-thumb img{height:100%;object-fit:cover}.elementor .exad-team-member-thumb img{height:100%;width:100%}.exad-team-member-cta{text-decoration:none;display:inline-block;transition:all 0.3s ease}.exad-team-member-social{margin:0;padding:0}.exad-team-member-social li{list-style:none;display:inline-block}.exad-team-member-social li a{display:block;position:relative;transition:all 0.3s ease;text-decoration:none}.exad-team-member-social li a i{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.exad-team-member-thumb img{display:block;object-fit:cover;-o-object-fit:cover}.exad-team-member-content{position:relative;z-index:8}.exad-team-member-name{margin:0 0 20px}.exad-team-member-designation{margin:0 0 20px;display:block}.exad-team-member-about{margin:0 0 20px;line-height:1.5em}@media (max-width: 480px){.exad-team-item .exad-team-member.exad-position-left,.exad-team-item .exad-team-member.exad-position-right{flex-direction:column}.exad-position-left .exad-team-member-content,.exad-position-left .exad-team-member-thumb,.exad-position-right .exad-team-member-content,.exad-position-right .exad-team-member-thumb,.exad-team-item .exad-team-member.exad-position-left .exad-team-member-thumb img,.exad-team-item .exad-team-member.exad-position-right .exad-team-member-thumb img{width:100%}}@keyframes clip-1{0%,100%{border-radius:63% 37% 54% 46% / 55% 48% 52% 45%}14%{border-radius:40% 60% 54% 46% / 49% 60% 40% 51%}28%{border-radius:54% 46% 38% 62% / 49% 70% 30% 51%}42%{border-radius:61% 39% 55% 45% / 61% 38% 62% 39%}56%{border-radius:61% 39% 67% 33% / 70% 50% 50% 30%}70%{border-radius:50% 50% 34% 66% / 56% 68% 32% 44%}84%{border-radius:46% 54% 50% 50% / 35% 61% 39% 65%}}@keyframes clip-2{0%,100%{border-radius:30% 70% 70% 30% / 30% 30% 70% 70%}25%{border-radius:58% 42% 75% 25% / 76% 46% 54% 24%}50%{border-radius:50% 50% 33% 67% / 55% 27% 73% 45%}75%{border-radius:33% 67% 58% 42% / 63% 68% 32% 37%}}@keyframes clip-3{0%,100%{border-radius:33% 67% 58% 42% / 63% 68% 32% 37%}20%{border-radius:45% 55% 62% 38% / 53% 51% 49% 47%}40%{border-radius:45% 55% 49% 51% / 36% 51% 49% 64%}60%{border-radius:60% 40% 57% 43% / 47% 62% 38% 53%}80%{border-radius:60% 40% 32% 68% / 38% 36% 64% 62%}}.exad-testimonial-ratings{margin:0;padding:0}.exad-testimonial-ratings li{list-style:none;display:inline-block}.exad-testimonial-thumb img{height:100% !important;width:100%;display:block;object-fit:cover}.exad-testimonial-thumb{background:#ffffff}.exad-testimonial-wrapper.exad-testimonial-align-center{text-align:center}.exad-testimonial-wrapper.exad-testimonial-align-center .exad-testimonial-thumb{margin-left:auto;margin-right:auto}.exad-testimonial-wrapper.exad-testimonial-align-bottom{text-align:center}.exad-testimonial-wrapper.exad-testimonial-align-bottom .exad-testimonial-thumb{margin-left:auto;margin-right:auto}.exad-testimonial-wrapper.exad-testimonial-align-right{text-align:right}.exad-testimonial-wrapper.exad-testimonial-align-center .exad-testimonial-thumb{margin-left:auto}.exad-testimonial-wrapper.exad-testimonial-align-left .exad-testimonial-reviewer-wrapper,.exad-testimonial-wrapper.exad-testimonial-align-right .exad-testimonial-reviewer-wrapper{display:flex;align-items:center}.exad-testimonial-wrapper.exad-testimonial-align-right .exad-testimonial-reviewer-wrapper{justify-content:flex-end}.exad-testimonial-wrapper.exad-testimonial-align-right .exad-testimonial-reviewer-wrapper .exad-testimonial-thumb{order:2}.exad-testimonial-wrapper.exad-testimonial-align-right .exad-testimonial-reviewer-wrapper .exad-testimonial-reviewer{order:1}.exad-testimonial-description{margin:0}.exad-testimonial-name{margin:0;transition:all 0.3s ease}.exad-testimonial-designation{margin:0;display:block;font-size:14px;font-weight:600}.exad-testimonial-content-wrapper-arrow::before{position:absolute;content:"\e92a";font-family:eicons;transform:translateX(-50%);font-size:25px;line-height:1}.exad-testimonial-wrapper-inner.layout-2 .exad-testimonial-content-wrapper-arrow::before{transform:translateX(-50%) rotate(180deg)}.exad-testimonial-wrapper{transition:all 0.3s ease}.exad-testimonial-content-wrapper-arrow{position:relative;z-index:1}.exad-testimonial-wrapper.exad-testimonial-align-center .exad-testimonial-wrapper-inner.layout-1 .exad-testimonial-content-wrapper-arrow::before{left:50%;bottom:-15px}.exad-testimonial-wrapper.exad-testimonial-align-bottom .exad-testimonial-wrapper-inner.layout-1 .exad-testimonial-content-wrapper-arrow::before{left:50%;bottom:-15px}.exad-testimonial-wrapper.exad-testimonial-align-left .exad-testimonial-wrapper-inner.layout-1 .exad-testimonial-content-wrapper-arrow::before{left:40px;bottom:-15px}.exad-testimonial-wrapper.exad-testimonial-align-right .exad-testimonial-wrapper-inner.layout-1 .exad-testimonial-content-wrapper-arrow::before{right:25px;bottom:-15px}.exad-testimonial-wrapper.exad-testimonial-align-center .exad-testimonial-wrapper-inner.layout-2 .exad-testimonial-content-wrapper-arrow::before{left:50%;top:-15px}.exad-testimonial-wrapper.exad-testimonial-align-bottom .exad-testimonial-wrapper-inner.layout-2 .exad-testimonial-content-wrapper-arrow::before{left:50%;top:-15px}.exad-testimonial-wrapper.exad-testimonial-align-left .exad-testimonial-wrapper-inner.layout-2 .exad-testimonial-content-wrapper-arrow::before{left:40px;top:-15px}.exad-testimonial-wrapper.exad-testimonial-align-right .exad-testimonial-wrapper-inner.layout-2 .exad-testimonial-content-wrapper-arrow::before{right:25px;top:-15px}.exad-testimonial-wrapper.exad-testimonial-image-aside{display:flex;align-items:center}.exad-testimonial-wrapper.exad-testimonial-transition-top-yes:hover{transform:translateY(-10px)}.exad-testimonial-wrapper.exad-testimonial-transition-top-yes{transform:translateY(0px);-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.exad-tooltip{transition:all 0.3s ease}.exad-tooltip .exad-tooltip-item{position:relative}.exad-tooltip .exad-tooltip-content-text{line-height:0.5}.exad-tooltip-align-left{display:flex;width:100%;justify-content:flex-start}.exad-tooltip-align-center{display:flex;width:100%;justify-content:center}.exad-tooltip-align-right{display:flex;width:100%;justify-content:flex-end}.exad-tooltip .exad-tooltip-item .exad-tooltip-content{cursor:pointer;line-height:0.6;font-size:16px;text-align:center;transition:all 0.3s ease}.exad-tooltip .exad-tooltip-item .exad-tooltip-content a img{margin:0 auto}.exad-tooltip .exad-tooltip-item .exad-tooltip-text{position:absolute;min-width:150px;padding:10px;visibility:hidden;opacity:0;transition:all 0.25s cubic-bezier(0, 0, 0.2, 1);border-radius:3px;font-weight:300;font-size:16px;box-shadow:0 0 18px 0 rgba(0, 0, 0, 0.2);z-index:4}.exad-tooltip .exad-tooltip-item .exad-tooltip-text:after{content:"";display:block;position:absolute;width:0;height:0;border-style:solid}.exad-tooltip .exad-tooltip-item .exad-tooltip-content:hover{box-shadow:0 5px 25px 0 rgba(0, 0, 0, 0.13)}.exad-tooltip .exad-tooltip-item.tooltip-left .exad-tooltip-content:hover ~ .exad-tooltip-text{-webkit-transform:translate3d(0, -50%, 0);transform:translate3d(0, -50%, 0);visibility:visible;opacity:1}.exad-tooltip .exad-tooltip-item.tooltip-left .exad-tooltip-text{top:50%;right:calc(100% + 1em);-webkit-transform:translate3d(-15px, -50%, 0);transform:translate3d(-15px, -50%, 0)}.exad-tooltip .exad-tooltip-item.tooltip-left .exad-tooltip-text:after{top:50%;right:-0.5em;-webkit-transform:translate3d(0, -50%, 0);transform:translate3d(0, -50%, 0);border-width:0.5em 0 0.5em 0.5em;border-color:transparent transparent transparent #f9f9f9}.exad-tooltip .exad-tooltip-item.tooltip-bottom .exad-tooltip-content:hover ~ .exad-tooltip-text{-webkit-transform:translate3d(-50%, 0, 0);transform:translate3d(-50%, 0, 0);visibility:visible;opacity:1}.exad-tooltip .exad-tooltip-item.tooltip-bottom .exad-tooltip-text{top:calc(100% + 1em);left:50%;-webkit-transform:translate3d(-50%, 15px, 0);transform:translate3d(-50%, 15px, 0);text-align:center}.exad-tooltip .exad-tooltip-item.tooltip-bottom .exad-tooltip-text:after{top:-0.5em;left:50%;-webkit-transform:translate3d(-50%, 0, 0);transform:translate3d(-50%, 0, 0);border-width:0 0.5em 0.5em 0.5em;border-color:transparent transparent #f9f9f9 transparent}.exad-tooltip .exad-tooltip-item.tooltip-top .exad-tooltip-content:hover ~ .exad-tooltip-text{-webkit-transform:translate3d(-50%, 0, 0);transform:translate3d(-50%, 0, 0);visibility:visible;opacity:1}.exad-tooltip .exad-tooltip-item.tooltip-top .exad-tooltip-text{bottom:calc(100% + 1em);left:50%;-webkit-transform:translate3d(-50%, -15px, 0);transform:translate3d(-50%, -15px, 0);text-align:center}.exad-tooltip .exad-tooltip-item.tooltip-top .exad-tooltip-text:after{bottom:-0.5em;left:50%;-webkit-transform:translate3d(-50%, 0, 0);transform:translate3d(-50%, 0, 0);border-width:0.5em 0.5em 0 0.5em}.exad-tooltip .exad-tooltip-item.tooltip-right .exad-tooltip-content:hover ~ .exad-tooltip-text{-webkit-transform:translate3d(0, -50%, 0);transform:translate3d(0, -50%, 0);visibility:visible;opacity:1}.exad-tooltip .exad-tooltip-item.tooltip-right .exad-tooltip-text{top:50%;left:calc(100% + 1em);-webkit-transform:translate3d(15px, -50%, 0);transform:translate3d(15px, -50%, 0);text-align:center}.exad-tooltip .exad-tooltip-item.tooltip-right .exad-tooltip-text:after{top:50%;left:-0.5em;-webkit-transform:translate3d(0, -50%, 0);transform:translate3d(0, -50%, 0);border-width:0.5em 0.5em 0.5em 0;border-color:transparent #fff transparent transparent}@media ( max-width: 767px ){.exad-tooltip .exad-tooltip-item.tooltip-right .exad-tooltip-content:hover ~ .exad-tooltip-text{-webkit-transform:translate3d(-405%, -50%, 0);transform:translate3d(-45%, -50%, 0)}.exad-tooltip .exad-tooltip-item.tooltip-left .exad-tooltip-content:hover ~ .exad-tooltip-text{-webkit-transform:translate3d(50%, -50%, 0);transform:translate3d(50%, -50%, 0);visibility:visible;opacity:1}}#wc-square-digital-wallet{clear:both;display:none;margin:0 auto;max-width:510px;padding-top:1.5em;width:100%}body.woocommerce-cart #wc-square-digital-wallet{padding-top:0}#wc-square-wallet-divider{margin-top:1em;text-align:center}.wc-square-wallet-buttons{cursor:pointer;display:none;height:40px;margin:0 0 1em}.wc-square-wallet-button-black{background-color:#000}.wc-square-wallet-button-white{background-color:#fff}.google-pay-button{background-origin:content-box;background-position:50%;background-repeat:no-repeat;background-size:contain;border:0;border-radius:4px;box-shadow:0 1px 1px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);cursor:pointer;outline:0;padding:11px 10px}.google-pay-button.wc-square-wallet-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%27103%27 height=%2717%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg fill=%27none%27 fill-rule=%27evenodd%27%3E%3Cpath d=%27M.148 2.976h3.766c.532 0 1.024.117 1.477.35.453.233.814.555 1.085.966.27.41.406.863.406 1.358 0 .495-.124.924-.371 1.288s-.572.64-.973.826v.084c.504.177.912.471 1.225.882.313.41.469.891.469 1.442a2.6 2.6 0 0 1-.427 1.47c-.285.43-.667.763-1.148 1.001A3.5 3.5 0 0 1 4.082 13H.148V2.976zm3.696 4.2c.448 0 .81-.14 1.085-.42.275-.28.413-.602.413-.966s-.133-.684-.399-.959c-.266-.275-.614-.413-1.043-.413H1.716v2.758h2.128zm.238 4.368c.476 0 .856-.15 1.141-.448.285-.299.427-.644.427-1.036 0-.401-.147-.749-.441-1.043-.294-.294-.688-.441-1.183-.441h-2.31v2.968h2.366zm5.379.903c-.453-.518-.679-1.239-.679-2.163V5.86h1.54v4.214c0 .579.138 1.013.413 1.302.275.29.637.434 1.085.434.364 0 .686-.096.966-.287.28-.191.495-.446.644-.763a2.37 2.37 0 0 0 .224-1.022V5.86h1.54V13h-1.456v-.924h-.084c-.196.336-.5.611-.91.826-.41.215-.845.322-1.302.322-.868 0-1.528-.259-1.981-.777zm9.859.161L16.352 5.86h1.722l2.016 4.858h.056l1.96-4.858H23.8l-4.41 10.164h-1.624l1.554-3.416zm8.266-6.748h1.666l1.442 5.11h.056l1.61-5.11h1.582l1.596 5.11h.056l1.442-5.11h1.638L36.392 13h-1.624L33.13 7.876h-.042L31.464 13h-1.596l-2.282-7.14zm12.379-1.337a1 1 0 0 1-.301-.735 1 1 0 0 1 .301-.735 1 1 0 0 1 .735-.301 1 1 0 0 1 .735.301 1 1 0 0 1 .301.735 1 1 0 0 1-.301.735 1 1 0 0 1-.735.301 1 1 0 0 1-.735-.301zM39.93 5.86h1.54V13h-1.54V5.86zm5.568 7.098a1.967 1.967 0 0 1-.686-.406c-.401-.401-.602-.947-.602-1.638V7.218h-1.246V5.86h1.246V3.844h1.54V5.86h1.736v1.358H45.75v3.36c0 .383.075.653.224.812.14.187.383.28.728.28.159 0 .299-.021.42-.063.121-.042.252-.11.392-.203v1.498c-.308.14-.681.21-1.12.21-.317 0-.616-.051-.896-.154zm3.678-9.982h1.54v2.73l-.07 1.092h.07c.205-.336.511-.614.917-.833.406-.22.842-.329 1.309-.329.868 0 1.53.254 1.988.763.457.509.686 1.202.686 2.079V13h-1.54V8.688c0-.541-.142-.947-.427-1.218-.285-.27-.656-.406-1.113-.406-.345 0-.656.098-.931.294a2.042 2.042 0 0 0-.651.777 2.297 2.297 0 0 0-.238 1.029V13h-1.54V2.976zm32.35-.341v4.083h2.518c.6 0 1.096-.202 1.488-.605.403-.402.605-.882.605-1.437 0-.544-.202-1.018-.605-1.422-.392-.413-.888-.62-1.488-.62h-2.518zm0 5.52v4.736h-1.504V1.198h3.99c1.013 0 1.873.337 2.582 1.012.72.675 1.08 1.497 1.08 2.466 0 .991-.36 1.819-1.08 2.482-.697.665-1.559.996-2.583.996h-2.485v.001zm7.668 2.287c0 .392.166.718.499.98.332.26.722.391 1.168.391.633 0 1.196-.234 1.692-.701.497-.469.744-1.019.744-1.65-.469-.37-1.123-.555-1.962-.555-.61 0-1.12.148-1.528.442-.409.294-.613.657-.613 1.093m1.946-5.815c1.112 0 1.989.297 2.633.89.642.594.964 1.408.964 2.442v4.932h-1.439v-1.11h-.065c-.622.914-1.45 1.372-2.486 1.372-.882 0-1.621-.262-2.215-.784-.594-.523-.891-1.176-.891-1.96 0-.828.313-1.486.94-1.976s1.463-.735 2.51-.735c.892 0 1.629.163 2.206.49v-.344c0-.522-.207-.966-.621-1.33a2.132 2.132 0 0 0-1.455-.547c-.84 0-1.504.353-1.995 1.062l-1.324-.834c.73-1.045 1.81-1.568 3.238-1.568m11.853.262-5.02 11.53H96.42l1.864-4.034-3.302-7.496h1.635l2.387 5.749h.032l2.322-5.75z%27 fill=%27%23FFF%27/%3E%3Cpath d=%27M75.448 7.134c0-.473-.04-.93-.116-1.366h-6.344v2.588h3.634a3.11 3.11 0 0 1-1.344 2.042v1.68h2.169c1.27-1.17 2.001-2.9 2.001-4.944%27 fill=%27%234285F4%27/%3E%3Cpath d=%27M68.988 13.7c1.816 0 3.344-.595 4.459-1.621l-2.169-1.681c-.603.406-1.38.643-2.29.643-1.754 0-3.244-1.182-3.776-2.774h-2.234v1.731a6.728 6.728 0 0 0 6.01 3.703%27 fill=%27%2334A853%27/%3E%3Cpath d=%27M65.212 8.267a4.034 4.034 0 0 1 0-2.572V3.964h-2.234a6.678 6.678 0 0 0-.717 3.017c0 1.085.26 2.11.717 3.017l2.234-1.731z%27 fill=%27%23FABB05%27/%3E%3Cpath d=%27M68.988 2.921c.992 0 1.88.34 2.58 1.008v.001l1.92-1.918c-1.165-1.084-2.685-1.75-4.5-1.75a6.728 6.728 0 0 0-6.01 3.702l2.234 1.731c.532-1.592 2.022-2.774 3.776-2.774%27 fill=%27%23E94235%27/%3E%3C/g%3E%3C/svg%3E")}.google-pay-button.wc-square-wallet-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%27103%27 height=%2717%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg fill=%27none%27 fill-rule=%27evenodd%27%3E%3Cpath d=%27M.148 2.976h3.766c.532 0 1.024.117 1.477.35.453.233.814.555 1.085.966.27.41.406.863.406 1.358 0 .495-.124.924-.371 1.288s-.572.64-.973.826v.084c.504.177.912.471 1.225.882.313.41.469.891.469 1.442a2.6 2.6 0 0 1-.427 1.47c-.285.43-.667.763-1.148 1.001A3.5 3.5 0 0 1 4.082 13H.148V2.976zm3.696 4.2c.448 0 .81-.14 1.085-.42.275-.28.413-.602.413-.966s-.133-.684-.399-.959c-.266-.275-.614-.413-1.043-.413H1.716v2.758h2.128zm.238 4.368c.476 0 .856-.15 1.141-.448.285-.299.427-.644.427-1.036 0-.401-.147-.749-.441-1.043-.294-.294-.688-.441-1.183-.441h-2.31v2.968h2.366zm5.379.903c-.453-.518-.679-1.239-.679-2.163V5.86h1.54v4.214c0 .579.138 1.013.413 1.302.275.29.637.434 1.085.434.364 0 .686-.096.966-.287.28-.191.495-.446.644-.763a2.37 2.37 0 0 0 .224-1.022V5.86h1.54V13h-1.456v-.924h-.084c-.196.336-.5.611-.91.826-.41.215-.845.322-1.302.322-.868 0-1.528-.259-1.981-.777zm9.859.161L16.352 5.86h1.722l2.016 4.858h.056l1.96-4.858H23.8l-4.41 10.164h-1.624l1.554-3.416zm8.266-6.748h1.666l1.442 5.11h.056l1.61-5.11h1.582l1.596 5.11h.056l1.442-5.11h1.638L36.392 13h-1.624L33.13 7.876h-.042L31.464 13h-1.596l-2.282-7.14zm12.379-1.337a1 1 0 0 1-.301-.735 1 1 0 0 1 .301-.735 1 1 0 0 1 .735-.301 1 1 0 0 1 .735.301 1 1 0 0 1 .301.735 1 1 0 0 1-.301.735 1 1 0 0 1-.735.301 1 1 0 0 1-.735-.301zM39.93 5.86h1.54V13h-1.54V5.86zm5.568 7.098a1.967 1.967 0 0 1-.686-.406c-.401-.401-.602-.947-.602-1.638V7.218h-1.246V5.86h1.246V3.844h1.54V5.86h1.736v1.358H45.75v3.36c0 .383.075.653.224.812.14.187.383.28.728.28.159 0 .299-.021.42-.063.121-.042.252-.11.392-.203v1.498c-.308.14-.681.21-1.12.21-.317 0-.616-.051-.896-.154zm3.678-9.982h1.54v2.73l-.07 1.092h.07c.205-.336.511-.614.917-.833.406-.22.842-.329 1.309-.329.868 0 1.53.254 1.988.763.457.509.686 1.202.686 2.079V13h-1.54V8.688c0-.541-.142-.947-.427-1.218-.285-.27-.656-.406-1.113-.406-.345 0-.656.098-.931.294a2.042 2.042 0 0 0-.651.777 2.297 2.297 0 0 0-.238 1.029V13h-1.54V2.976zm32.35-.341v4.083h2.518c.6 0 1.096-.202 1.488-.605.403-.402.605-.882.605-1.437 0-.544-.202-1.018-.605-1.422-.392-.413-.888-.62-1.488-.62h-2.518zm0 5.52v4.736h-1.504V1.198h3.99c1.013 0 1.873.337 2.582 1.012.72.675 1.08 1.497 1.08 2.466 0 .991-.36 1.819-1.08 2.482-.697.665-1.559.996-2.583.996h-2.485v.001zm7.668 2.287c0 .392.166.718.499.98.332.26.722.391 1.168.391.633 0 1.196-.234 1.692-.701.497-.469.744-1.019.744-1.65-.469-.37-1.123-.555-1.962-.555-.61 0-1.12.148-1.528.442-.409.294-.613.657-.613 1.093m1.946-5.815c1.112 0 1.989.297 2.633.89.642.594.964 1.408.964 2.442v4.932h-1.439v-1.11h-.065c-.622.914-1.45 1.372-2.486 1.372-.882 0-1.621-.262-2.215-.784-.594-.523-.891-1.176-.891-1.96 0-.828.313-1.486.94-1.976s1.463-.735 2.51-.735c.892 0 1.629.163 2.206.49v-.344c0-.522-.207-.966-.621-1.33a2.132 2.132 0 0 0-1.455-.547c-.84 0-1.504.353-1.995 1.062l-1.324-.834c.73-1.045 1.81-1.568 3.238-1.568m11.853.262-5.02 11.53H96.42l1.864-4.034-3.302-7.496h1.635l2.387 5.749h.032l2.322-5.75z%27 fill=%27%23000%27/%3E%3Cpath d=%27M75.448 7.134c0-.473-.04-.93-.116-1.366h-6.344v2.588h3.634a3.11 3.11 0 0 1-1.344 2.042v1.68h2.169c1.27-1.17 2.001-2.9 2.001-4.944%27 fill=%27%234285F4%27/%3E%3Cpath d=%27M68.988 13.7c1.816 0 3.344-.595 4.459-1.621l-2.169-1.681c-.603.406-1.38.643-2.29.643-1.754 0-3.244-1.182-3.776-2.774h-2.234v1.731a6.728 6.728 0 0 0 6.01 3.703%27 fill=%27%2334A853%27/%3E%3Cpath d=%27M65.212 8.267a4.034 4.034 0 0 1 0-2.572V3.964h-2.234a6.678 6.678 0 0 0-.717 3.017c0 1.085.26 2.11.717 3.017l2.234-1.731z%27 fill=%27%23FABB05%27/%3E%3Cpath d=%27M68.988 2.921c.992 0 1.88.34 2.58 1.008v.001l1.92-1.918c-1.165-1.084-2.685-1.75-4.5-1.75a6.728 6.728 0 0 0-6.01 3.702l2.234 1.731c.532-1.592 2.022-2.774 3.776-2.774%27 fill=%27%23E94235%27/%3E%3C/g%3E%3C/svg%3E")}@supports(-webkit-appearance:-apple-pay-button){.apple-pay-button{-webkit-appearance:-apple-pay-button;cursor:pointer}.apple-pay-button>*{display:none}}@supports not (-webkit-appearance:-apple-pay-button){.apple-pay-button{background-position:50% 50%;background-repeat:no-repeat;background-size:100% 60%;border-radius:5px;box-sizing:border-box;cursor:pointer;max-height:64px;min-height:32px;min-width:200px;padding:0}.apple-pay-button.wc-square-wallet-button-with-text{--apple-pay-scale:1;background:none;font-size:12px;justify-content:center}.apple-pay-button.wc-square-wallet-button-with-text .text{align-self:center;font-family:-apple-system;font-size:calc(1em*var(--apple-pay-scale));font-weight:300;margin-right:calc(2px*var(--apple-pay-scale))}.apple-pay-button.wc-square-wallet-button-with-text .logo{background-position:0 50%;background-repeat:no-repeat;background-size:100% 60%;border:none;height:100%;margin-left:calc(2px*var(--apple-pay-scale));width:calc(35px*var(--scale))}.apple-pay-button.wc-square-wallet-button-black{background-color:#000;color:#fff}.apple-pay-button.wc-square-wallet-button-black .logo{background-color:#000;background-image:-webkit-named-image(apple-pay-logo-white)}.apple-pay-button.wc-square-wallet-button-white{background-color:#fff;color:#000}.apple-pay-button.wc-square-wallet-button-white .logo{background-color:#fff;background-image:-webkit-named-image(apple-pay-logo-black)}.apple-pay-button.wc-square-wallet-button-white-outline{background-color:#fff;border:.5px solid #000;color:#000}.apple-pay-button.wc-square-wallet-button-white-outline .logo{background-color:#fff;background-image:-webkit-named-image(apple-pay-logo-black)}}.rotating {
display: inline-block;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
-moz-transform: rotateX(0) rotateY(0) rotateZ(0);
-ms-transform: rotateX(0) rotateY(0) rotateZ(0);
-o-transform: rotateX(0) rotateY(0) rotateZ(0);
transform: rotateX(0) rotateY(0) rotateZ(0);
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
-webkit-transform-origin-x: 50%;
}
.rotating.flip {
position: relative;
}
.rotating .front, .rotating .back {
left: 0;
top: 0;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
}
.rotating .front {
position: absolute;
display: inline-block;
-webkit-transform: translate3d(0, 0, 1px);
-moz-transform: translate3d(0, 0, 1px);
-ms-transform: translate3d(0, 0, 1px);
-o-transform: translate3d(0, 0, 1px);
transform: translate3d(0, 0, 1px);
}
.rotating.flip .front {
z-index: 1;
}
.rotating .back {
display: block;
opacity: 0;
}
.rotating.spin {
-webkit-transform: rotate(360deg) scale(0);
-moz-transform: rotate(360deg) scale(0);
-ms-transform: rotate(360deg) scale(0);
-o-transform: rotate(360deg) scale(0);
transform: rotate(360deg) scale(0);
}
.rotating.flip .back {
z-index: 2;
display: block;
opacity: 1;
-webkit-transform: rotateY(180deg) translate3d(0, 0, 0);
-moz-transform: rotateY(180deg) translate3d(0, 0, 0);
-ms-transform: rotateY(180deg) translate3d(0, 0, 0);
-o-transform: rotateY(180deg) translate3d(0, 0, 0);
transform: rotateY(180deg) translate3d(0, 0, 0);
}
.rotating.flip.up .back {
-webkit-transform: rotateX(180deg) translate3d(0, 0, 0);
-moz-transform: rotateX(180deg) translate3d(0, 0, 0);
-ms-transform: rotateX(180deg) translate3d(0, 0, 0);
-o-transform: rotateX(180deg) translate3d(0, 0, 0);
transform: rotateX(180deg) translate3d(0, 0, 0);
}
.rotating.flip.cube .front {
-webkit-transform: translate3d(0, 0, 100px) scale(0.9, 0.9);
-moz-transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
-ms-transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
-o-transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
}
.rotating.flip.cube .back {
-webkit-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.9, 0.9);
-moz-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
-ms-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
-o-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
}
.rotating.flip.cube.up .back {
-webkit-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.9, 0.9);
-moz-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
-ms-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
-o-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
}