.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;padding:0;border:0;word-wrap:normal !important;}
.wpcf7 form .wpcf7-response-output{margin:2em 0.5em 1em;padding:0.2em 1em;border:2px solid #00a0d2;/* Blue */}
.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output{display:none;}
.wpcf7 form.sent .wpcf7-response-output{border-color:#46b450;/* Green */}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output{border-color:#dc3232;/* Red */}
.wpcf7 form.spam .wpcf7-response-output{border-color:#f56e28;/* Orange */}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{border-color:#ffb900;/* Yellow */}
.wpcf7-form-control-wrap{position:relative;}
.wpcf7-not-valid-tip{color:#dc3232;/* Red */ font-size:1em;font-weight:normal;display:block;}
.use-floating-validation-tip .wpcf7-not-valid-tip{position:relative;top:-2ex;left:1em;z-index:100;border:1px solid #dc3232;background:#fff;padding:.2em .8em;width:24em;}
.wpcf7-list-item{display:inline-block;margin:0 0 0 1em;}
.wpcf7-list-item-label::before, .wpcf7-list-item-label::after{content:" ";}
.wpcf7-spinner{visibility:hidden;display:inline-block;background-color:#23282d;/* Dark Gray 800 */ opacity:0.75;width:24px;height:24px;border:none;border-radius:100%;padding:0;margin:0 24px;position:relative;}
form.submitting .wpcf7-spinner{visibility:visible;}
.wpcf7-spinner::before{content:'';position:absolute;background-color:#fbfbfc;/* Light Gray 100 */ top:4px;left:4px;width:6px;height:6px;border:none;border-radius:100%;transform-origin:8px 8px;animation-name:spin;animation-duration:1000ms;animation-timing-function:linear;animation-iteration-count:infinite;}
@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before{animation-name:blink;animation-duration:2000ms;}
}

@keyframes spin {
	from{transform:rotate(0deg);}
to{transform:rotate(360deg);}
}

@keyframes blink {
	from{opacity:0;}
50%{opacity:1;}
to{opacity:0;}
}

.wpcf7 [inert]{opacity:0.5;}
.wpcf7 input[type="file"]{cursor:pointer;}
.wpcf7 input[type="file"]:disabled{cursor:default;}
.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed;}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"]{direction:ltr;}
.wpcf7-reflection > output{display:list-item;list-style:none;}
.wpcf7-reflection > output[hidden]{display:none;}/**
 * Simple Google AdSense Styles
 *
 * @package Simple_Google_Adsense
 * @since   1.2.0
 */

/* AdSense Ad Container */
.adsense-ad{margin:20px 0;text-align:center;overflow:hidden;}
/* AdSense Ad Alignment */
.adsense-ad.alignleft{float:left;margin-right:20px;margin-bottom:20px;}
.adsense-ad.alignright{float:right;margin-left:20px;margin-bottom:20px;}
.adsense-ad.aligncenter{display:block;margin-left:auto;margin-right:auto;}
/* Responsive AdSense Ads */
.adsense-ad.responsive{max-width:100%;height:auto;}
/* AdSense Error Messages */
.adsense-error{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:6px;color:#721c24;padding:15px 20px;margin:15px 0;text-align:left;font-size:14px;line-height:1.5;}
.adsense-error p{margin:0 0 8px 0;}
.adsense-error p:last-child{margin-bottom:0;font-size:13px;opacity:0.9;}
/* AdSense Loading State */
.adsense-ad.loading{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:4px;padding:40px 20px;text-align:center;color:#6c757d;}
.adsense-ad.loading::before{content:"Loading Ad...";display:block;font-size:14px;}
/* AdSense Block Preview (Admin) */
.adsense-block-preview{background-color:#f9f9f9;border:2px dashed #ccc;border-radius:4px;padding:20px;text-align:center;margin:10px 0;}
.adsense-block-preview:hover{border-color:#007cba;background-color:#f0f8ff;}
/* AdSense Widget Styles */
.widget_simple_google_adsense_widget .adsense-ad{margin:10px 0;}
/* Mobile Responsive */
@media(max-width:768px){
    .adsense-ad.alignleft, .adsense-ad.alignright{float:none;margin-left:0;margin-right:0;display:block;}
  
    .adsense-ad{margin:15px 0;}
}

/* Print Styles */
@media print {
    .adsense-ad{display:none !important;}
}

/* AdSense Ad Types */
.adsense-ad.banner-ad{/* Banner specific styles */}
.adsense-ad.inarticle-ad{/* In-article specific styles */ margin:20px 0;}
.adsense-ad.infeed-ad{/* In-feed specific styles */ margin:15px 0;}
.adsense-ad.matched-content-ad{/* Matched content specific styles */ margin:25px 0;}
/* AdSense Ad Formats */
.adsense-ad[data-ad-format="auto"]{/* Auto format styles */}
.adsense-ad[data-ad-format="fluid"]{/* Fluid format styles */}
.adsense-ad[data-ad-format="autorelaxed"]{/* Auto relaxed format styles */}
/* AdSense Ad Loading Animation */
@keyframes adsense-loading {
    0%{opacity:0.3;}
  50%{opacity:0.7;}
  100%{opacity:0.3;}
}

.adsense-ad.loading ins{animation:adsense-loading 1.5s ease-in-out infinite;}
/* AdSense Ad Success State */
.adsense-ad.loaded{opacity:1;transition:opacity 0.3s ease-in-out;}
/* AdSense Ad Error State */
.adsense-ad.error{background-color:#fff3cd;border:1px solid #ffeaa7;border-radius:4px;padding:15px;text-align:center;color:#856404;}
/* AdSense Ad Debug Info (Development) */
.adsense-ad.debug{border:1px solid #ddd;padding:10px;background-color:#f9f9f9;font-family:monospace;font-size:12px;margin:10px 0;}
.adsense-ad.debug::before{content:"AdSense Debug Info:";display:block;font-weight:bold;margin-bottom:5px;}.panel-grid.panel-has-style>.panel-row-style,.panel-grid.panel-no-style{display:flex;-ms-flex-wrap:wrap;flex-wrap:nowrap;-ms-justify-content:space-between;justify-content:space-between}.panel-grid .so-parallax{position:relative}.panel-grid .so-parallax>:not(.simpleParallax){position:relative;z-index:1}.panel-grid .so-parallax .simpleParallax{overflow:hidden}.panel-grid .so-parallax .simpleParallax,.panel-grid .so-parallax img[data-siteorigin-parallax]{bottom:0;left:0;position:absolute;right:0;top:0;width:100%;z-index:0}.panel-background-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}.panel-has-overlay .panel-cell-style,.panel-has-overlay .panel-row-style,.panel-has-overlay .panel-widget-style{overflow:hidden;position:relative;z-index:1}.panel-layout.panel-is-rtl .panel-grid.panel-has-style>.panel-row-style,.panel-layout.panel-is-rtl .panel-grid.panel-no-style{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.panel-grid-cell{-ms-box-sizing:border-box;box-sizing:border-box}.panel-grid-cell .panel-cell-style{height:100%}.panel-grid-cell .so-panel{zoom:1}.panel-grid-cell .so-panel:before{content:"";display:block}.panel-grid-cell .so-panel:after{content:"";display:table;clear:both}.panel-grid-cell .panel-last-child{margin-bottom:0}.panel-grid-cell .widget-title{margin-top:0}body.siteorigin-panels-before-js:not(.siteorigin-panels-css-container){overflow-x:hidden}body.siteorigin-panels-before-js:not(.siteorigin-panels-css-container) .siteorigin-panels-stretch{margin-right:-1000px!important;margin-left:-1000px!important;padding-right:1000px!important;padding-left:1000px!important}.ow-button-base{zoom:1}.ow-button-base:before{content:'';display:block}.ow-button-base:after{content:'';display:table;clear:both}.ow-button-base .sowb-button{cursor:pointer;display:inline-block;line-height:1em;text-align:center;text-decoration:none}.ow-button-base .sowb-button .sow-icon-image,.ow-button-base .sowb-button [class^="sow-icon-"]{font-size:1.3em;height:1em;width:auto;margin:-0.1em .75em -0.2em -0.75em;display:block;float:left}.ow-button-base .sowb-button .sow-icon-image{width:1em;background-size:cover}.ow-button-base .sowb-button.ow-icon-placement-top .sow-icon-image,.ow-button-base .sowb-button.ow-icon-placement-top [class^="sow-icon-"]{margin:0 auto .5em;float:none}.ow-button-base .sowb-button.ow-icon-placement-right .sow-icon-image,.ow-button-base .sowb-button.ow-icon-placement-right [class^="sow-icon-"]{margin:-0.1em -0.75em -0.2em .75em;float:right}.ow-button-base .sowb-button.ow-icon-placement-bottom .sow-icon-image,.ow-button-base .sowb-button.ow-icon-placement-bottom [class^="sow-icon-"]{float:none;margin:.5em auto 0}.ow-button-base .sowb-button.ow-icon-placement-bottom>span{display:flex;flex-direction:column-reverse}.ow-button-base .sowb-button.ow-icon-placement-left .sow-icon-image,.ow-button-base .sowb-button.ow-icon-placement-left [class^="sow-icon-"]{margin:-0.1em .75em -0.2em -0.75em;float:left}.ow-button-base.ow-button-align-left{text-align:left}.ow-button-base.ow-button-align-right{text-align:right}.ow-button-base.ow-button-align-center{text-align:center}.ow-button-base.ow-button-align-justify .sowb-button{display:block}.so-widget-sow-button-flat-73bf68d32aca .ow-button-base{zoom:1;}
.so-widget-sow-button-flat-73bf68d32aca .ow-button-base:before{content:'';display:block;}
.so-widget-sow-button-flat-73bf68d32aca .ow-button-base:after{content:'';display:table;clear:both;}
@media(max-width:780px){
  .so-widget-sow-button-flat-73bf68d32aca .ow-button-base.ow-button-align-center{text-align:center;}
.so-widget-sow-button-flat-73bf68d32aca .ow-button-base.ow-button-align-center.ow-button-align-justify .sowb-button{display:inline-block;}
}
.so-widget-sow-button-flat-73bf68d32aca .ow-button-base .sowb-button{-ms-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:0.25;-moz-border-radius:0.25;border-radius:0.25;background:#dd9933;border-width:1px 0;border:1px solid #dd9933;color:#ffffff !important;font-size:1;padding:1;text-shadow:0 1px 0 rgba(0, 0, 0, 0.05);padding-inline:2;}
.so-widget-sow-button-flat-73bf68d32aca .ow-button-base .sowb-button.ow-button-hover:active, .so-widget-sow-button-flat-73bf68d32aca .ow-button-base .sowb-button.ow-button-hover:hover {
  background: #e0a244;
  border-color: #e0a244;
  color: #ffffff !important;
}.so-widget-sow-price-table-atom-40613d408f13-1069{/* Header colors */ /* Text Colors */ /* Button colors */}
.so-widget-sow-price-table-atom-40613d408f13-1069 .ow-pt-columns-atom{zoom:1;padding-top:20px;}
.so-widget-sow-price-table-atom-40613d408f13-1069 .ow-pt-columns-atom:before{content:'';display:block;}
.so-widget-sow-price-table-atom-40613d408f13-1069 .ow-pt-columns-atom:after{content:'';display:table;clear:both;}
.so-widget-sow-price-table-atom-40613d408f13-1069 .ow-pt-columns-atom .ow-pt-column{color:#ffffff;float:left;}
.so-widget-sow-price-table-atom-40613d408f13-1069 .ow-pt-columns-atom .ow-pt-column .ow-pt-title{background:#65707f;background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #4e5763), color-stop(1, #65707f));background:-ms-linear-gradient(bottom, #4e5763, #65707f);background:-moz-linear-gradient(center bottom, #4e5763 0%, #65707f 100%);background:-o-linear-gradient(#65707f, #4e5763);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#65707f', endColorstr='#4e5763', GradientType=0);padding:20px 0;text-align:center;text-shadow:0 1px 0 rgba(0, 0, 0, 0.5);border:1px solid #383e46;border-bottom:0;-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-left-radius:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topleft:5px;border-top-right-radius:5px;border-bottom-right-radius:0;border-bottom-left-radius:0;border-top-left-radius:5px;-moz-background-clip:padding-box;-webkit-background-clip:padding-box;background-clip:padding-box;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);font-size:1.1em;}
.so-widget-sow-price-table-atom-40613d408f13-1069 .ow-pt-columns-atom .ow-pt-column .ow-pt-title .ow-pt-subtitle{font-size:0.9em;}
.so-widget-sow-price-table-atom-40613d408f13-1069 .ow-pt-columns-atom .ow-pt-column .ow-pt-details{border-color:#606b79;border-right-width:0;border-style:solid;border-top-color:#383e46;border-width:1px;-webkit-box-shadow:inset 0px -15px 25px rgba(0,0,0,0.05);-moz-box-shadow:inset 0px -15px 25px rgba(0,0,0,0.05);box-shadow:inset 0px -15px 25px rgba(0,0,0,0.05);background:#707d8d;background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #677382), color-stop(1, #707d8d));background:-ms-linear-gradient(bottom, #677382, #707d8d);background:-moz-linear-gradient(center bottom, #677382 0%, #707d8d 100%);background:-o-linear-gradient(#707d8d, #677382);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#707d8d', endColorstr='#677382', GradientType=0);padding:15px 25px;position:relative;text-align:center;}
.so-widget-sow-price-table-atom-40613d408f13-1069 .ow-pt-columns-atom .ow-pt-column .ow-pt-details .ow-pt-price{font-size:2.5em;line-height:1.25em;font-weight:300;text-shadow:0 1px 1px rgba(0, 0, 0, 0.25);}
.so-widget-sow-price-table-atom-40613d408f13-1069 .ow-pt-columns-atom .ow-pt-column.ow-pt-on-sale .ow-pt-price{display:inline-block;font-size:1.8em;text-decoration:line-through;}
.so-widget-sow-price-table-atom-40613d408f13-1069 .ow-pt-columns-atom .ow-pt-column.ow-pt-on-sale .ow-pt-sale-price{display:inline-block;font-size:2.5em;font-weight:300;line-height:1.25em;text-shadow:0 1px 1px rgba(0, 0, 0, 0.25);}
.so-widget-sow-price-table-atom-40613d408f13-1069 .ow-pt-columns-atom .ow-pt-column .ow-pt-image{line-height:0;}
.so-widget-sow-price-table-atom-40613d408f13-1069 .ow-pt-columns-atom .ow-pt-column .ow-pt-image img{display:block;max-width:100%;height:auto;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
.so-widget-sow-price-table-atom-40613d408f13-1069 .ow-pt-columns-atom .ow-pt-column .ow-pt-features{font-size:0.925em;color:#5f6062;}
.so-widget-sow-price-table-atom-40613d408f13-1069 .ow-pt-columns-atom .ow-pt-column .ow-pt-features .ow-pt-feature{padding:15px 20px;background:#ffffff;background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #fcfcfc), color-stop(1, #ffffff));background:-ms-linear-gradient(bottom, #fcfcfc, #ffffff);background:-moz-linear-gradient(center bottom, #fcfcfc 0%, #ffffff 100%);background:-o-linear-gradient(#ffffff, #fcfcfc);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fcfcfc', GradientType=0);text-shadow:0 1px 0 #FFFFFF;}
.so-widget-sow-price-table-atom-40613d408f13-1069 .ow-pt-columns-atom .ow-pt-column .ow-pt-features .ow-pt-feature .sow-feature-icon{display:table-cell;vertical-align:middle;padding-right:10px;}
.so-widget-sow-price-table-atom-40613d408f13-1069 .ow-pt-columns-atom .ow-pt-column .ow-pt-features .ow-pt-feature .sow-feature-icon + .sow-feature-text{display:table-cell;vertical-align:middle;}
.so-widget-sow-price-table-atom-40613d408f13-1069 .ow-pt-columns-atom .ow-pt-column .ow-pt-features .ow-pt-feature.ow-pt-feature-odd{background:#f1f1f1;background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #f1f1f1));background:-ms-linear-gradient(bottom, #eeeeee, #f1f1f1);background:-moz-linear-gradient(center bottom, #eeeeee 0%, #f1f1f1 100%);background:-o-linear-gradient(#f1f1f1, #eeeeee);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#eeeeee', GradientType=0);}
.so-widget-sow-price-table-atom-40613d408f13-1069 .ow-pt-columns-atom .ow-pt-column .ow-pt-features .ow-pt-feature strong{font-weight:500;}
.so-widget-sow-price-table-atom-40613d408f13-1069 .ow-pt-columns-atom .ow-pt-column .ow-pt-features .ow-pt-feature p{margin:0;display:inline-block;}
.so-widget-sow-price-table-atom-40613d408f13-1069 .ow-pt-columns-atom .ow-pt-column .ow-pt-features .ow-pt-feature [class^="sow-icon-"]{display:inline-block;margin-right:0.5em;}
.so-widget-sow-price-table-atom-40613d408f13-1069 .ow-pt-columns-atom .ow-pt-column .ow-pt-features .ow-pt-feature:last-child{border-bottom-width:0;}
.so-widget-sow-price-table-atom-40613d408f13-1069 .ow-pt-columns-atom .ow-pt-column.ow-pt-even .ow-pt-features .ow-pt-feature{background:#f9f9f9;background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #f6f6f6), color-stop(1, #f9f9f9));background:-ms-linear-gradient(bottom, #f6f6f6, #f9f9f9);background:-moz-linear-gradient(center bottom, #f6f6f6 0%, #f9f9f9 100%);background:-o-linear-gradient(#f9f9f9, #f6f6f6);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f6f6f6', GradientType=0);}
.so-widget-sow-price-table-atom-40613d408f13-1069 .ow-pt-columns-atom .ow-pt-column.ow-pt-even .ow-pt-features .ow-pt-feature.ow-pt-feature-odd{background:#eeeeee;background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #ebebeb), color-stop(1, #eeeeee));background:-ms-linear-gradient(bottom, #ebebeb, #eeeeee);background:-moz-linear-gradient(center bottom, #ebebeb 0%, #eeeeee 100%);background:-o-linear-gradient(#eeeeee, #ebebeb);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ebebeb', GradientType=0);}
.so-widget-sow-price-table-atom-40613d408f13-1069 .ow-pt-columns-atom .ow-pt-column.ow-pt-last .ow-pt-details{border-right-width:1px;}
.so-widget-sow-price-table-atom-40613d408f13-1069 .ow-pt-columns-atom .ow-pt-column.ow-pt-last .ow-pt-features .ow-pt-feature{border-right-width:1px;}
.so-widget-sow-price-table-atom-40613d408f13-1069 .ow-pt-columns-atom .ow-pt-column .ow-pt-button{display:block;padding:15px;text-align:center;background:#e8e8e8;background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #dadada), color-stop(1, #e8e8e8));background:-ms-linear-gradient(bottom, #dadada, #e8e8e8);background:-moz-linear-gradient(center bottom, #dadada 0%, #e8e8e8 100%);background:-o-linear-gradient(#e8e8e8, #dadada);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#dadada', GradientType=0);border-top:1px solid #E0E0E0;border-bottom:1px solid #cfcfcf;}
.so-widget-sow-price-table-atom-40613d408f13-1069 .ow-pt-columns-atom .ow-pt-column .ow-pt-button a.ow-pt-link{display:inline-block;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;font-size:0.9em;padding:0.675em 1.25em;text-decoration:none;color:#ffffff;background:#41a9d5;background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #298fba), color-stop(1, #41a9d5));background:-ms-linear-gradient(bottom, #298fba, #41a9d5);background:-moz-linear-gradient(center bottom, #298fba 0%, #41a9d5 100%);background:-o-linear-gradient(#41a9d5, #298fba);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#41a9d5', endColorstr='#298fba', GradientType=0);border:1px solid #206f90;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.25), 0 1px 2px rgba(0,0,0,0.15);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.25), 0 1px 2px rgba(0,0,0,0.15);box-shadow:inset 0 1px 0 rgba(255,255,255,0.25), 0 1px 2px rgba(0,0,0,0.15);text-shadow:0 1px 0 rgba(0, 0, 0, 0.5);margin:0;}
.so-widget-sow-price-table-atom-40613d408f13-1069 .ow-pt-columns-atom .ow-pt-column .ow-pt-button a.ow-pt-link:hover{background:#4eafd8;background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #2c98c6), color-stop(1, #4eafd8));background:-ms-linear-gradient(bottom, #2c98c6, #4eafd8);background:-moz-linear-gradient(center bottom, #2c98c6 0%, #4eafd8 100%);background:-o-linear-gradient(#4eafd8, #2c98c6);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4eafd8', endColorstr='#2c98c6', GradientType=0);border:1px solid #23789d;}
.so-widget-sow-price-table-atom-40613d408f13-1069 .ow-pt-columns-atom .ow-pt-column.ow-pt-featured{color:#ffffff;margin-top:-20px;}
.so-widget-sow-price-table-atom-40613d408f13-1069 .ow-pt-columns-atom .ow-pt-column.ow-pt-featured .ow-pt-title{border-color:#434b54;background:#707d8d;background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #596471), color-stop(1, #707d8d));background:-ms-linear-gradient(bottom, #596471, #707d8d);background:-moz-linear-gradient(center bottom, #596471 0%, #707d8d 100%);background:-o-linear-gradient(#707d8d, #596471);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#707d8d', endColorstr='#596471', GradientType=0);padding:30px 0;}
.so-widget-sow-price-table-atom-40613d408f13-1069 .ow-pt-columns-atom .ow-pt-column.ow-pt-featured .ow-pt-details{border-color:#6b7887;border-top-color:#434b54;background:#7e8a99;background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #73808f), color-stop(1, #7e8a99));background:-ms-linear-gradient(bottom, #73808f, #7e8a99);background:-moz-linear-gradient(center bottom, #73808f 0%, #7e8a99 100%);background:-o-linear-gradient(#7e8a99, #73808f);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7e8a99', endColorstr='#73808f', GradientType=0);}
.so-widget-sow-price-table-atom-40613d408f13-1069 .ow-pt-columns-atom .ow-pt-column.ow-pt-featured .ow-pt-button a.ow-pt-link{color:#ffffff;background:#2e9fcf;background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #257fa5), color-stop(1, #2e9fcf));background:-ms-linear-gradient(bottom, #257fa5, #2e9fcf);background:-moz-linear-gradient(center bottom, #257fa5 0%, #2e9fcf 100%);background:-o-linear-gradient(#2e9fcf, #257fa5);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e9fcf', endColorstr='#257fa5', GradientType=0);border:1px solid #1b5f7c;}
.so-widget-sow-price-table-atom-40613d408f13-1069 .ow-pt-columns-atom .ow-pt-column.ow-pt-featured .ow-pt-button a.ow-pt-link:hover{background:#39a5d3;background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #2889b2), color-stop(1, #39a5d3));background:-ms-linear-gradient(bottom, #2889b2, #39a5d3);background:-moz-linear-gradient(center bottom, #2889b2 0%, #39a5d3 100%);background:-o-linear-gradient(#39a5d3, #2889b2);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#39a5d3', endColorstr='#2889b2', GradientType=0);border:1px solid #1e6988;}
@media(max-width:680px){
  .so-widget-sow-price-table-atom-40613d408f13-1069 .ow-pt-columns-atom {
    padding-top: 0;
  }
  .so-widget-sow-price-table-atom-40613d408f13-1069 .ow-pt-columns-atom.sow-equalize-row-heights .ow-pt-title, .so-widget-sow-price-table-atom-40613d408f13-1069 .ow-pt-columns-atom.sow-equalize-row-heights .ow-pt-details,
  .so-widget-sow-price-table-atom-40613d408f13-1069 .ow-pt-columns-atom.sow-equalize-row-heights .ow-pt-image, .so-widget-sow-price-table-atom-40613d408f13-1069 .ow-pt-columns-atom.sow-equalize-row-heights .ow-pt-features,
  .so-widget-sow-price-table-atom-40613d408f13-1069 .ow-pt-columns-atom.sow-equalize-row-heights .ow-pt-button, .so-widget-sow-price-table-atom-40613d408f13-1069 .ow-pt-columns-atom.sow-equalize-row-heights .ow-pt-feature {
    height: auto !important;
  }
  .so-widget-sow-price-table-atom-40613d408f13-1069 .ow-pt-columns-atom .ow-pt-column {
    float: none;
    width: auto !important;
    margin-bottom: 20px;
  }
  .so-widget-sow-price-table-atom-40613d408f13-1069 .ow-pt-columns-atom .ow-pt-column.ow-pt-featured {
    margin-top: 0;
  }
  .so-widget-sow-price-table-atom-40613d408f13-1069 .ow-pt-columns-atom .ow-pt-column .ow-pt-details {
    border-right-width: 1px;
  }
  .so-widget-sow-price-table-atom-40613d408f13-1069 .ow-pt-columns-atom .ow-pt-column .ow-pt-features .ow-pt-feature {
    border-width: 0 1px 1px 1px;
  }
}.so-widget-sow-button-flat-91b50669a080-1069 .ow-button-base{zoom:1;}
.so-widget-sow-button-flat-91b50669a080-1069 .ow-button-base:before{content:'';display:block;}
.so-widget-sow-button-flat-91b50669a080-1069 .ow-button-base:after{content:'';display:table;clear:both;}
@media(max-width:780px){
  .so-widget-sow-button-flat-91b50669a080-1069 .ow-button-base.ow-button-align-center{text-align:center;}
.so-widget-sow-button-flat-91b50669a080-1069 .ow-button-base.ow-button-align-center.ow-button-align-justify .sowb-button{display:inline-block;}
}
.so-widget-sow-button-flat-91b50669a080-1069 .ow-button-base .sowb-button{-ms-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:0.25em 0.25em 0.25em 0.25em;-moz-border-radius:0.25em 0.25em 0.25em 0.25em;border-radius:0.25em 0.25em 0.25em 0.25em;background:#dd9933;border-width:1px 0;border:1px solid #dd9933;color:#ffffff !important;font-size:1em;padding:1em;text-shadow:0 1px 0 rgba(0, 0, 0, 0.05);padding-inline:2em;}
.so-widget-sow-button-flat-91b50669a080-1069 .ow-button-base .sowb-button.ow-button-hover:active, .so-widget-sow-button-flat-91b50669a080-1069 .ow-button-base .sowb-button.ow-button-hover:hover {
  background: #e0a244;
  border-color: #e0a244;
  color: #ffffff !important;
}.so-widget-sow-button-flat-7520e6699866-1069 .ow-button-base{zoom:1;}
.so-widget-sow-button-flat-7520e6699866-1069 .ow-button-base:before{content:'';display:block;}
.so-widget-sow-button-flat-7520e6699866-1069 .ow-button-base:after{content:'';display:table;clear:both;}
@media(max-width:780px){
  .so-widget-sow-button-flat-7520e6699866-1069 .ow-button-base.ow-button-align-center{text-align:center;}
.so-widget-sow-button-flat-7520e6699866-1069 .ow-button-base.ow-button-align-center.ow-button-align-justify .sowb-button{display:inline-block;}
}
.so-widget-sow-button-flat-7520e6699866-1069 .ow-button-base .sowb-button{-ms-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:0.25;-moz-border-radius:0.25;border-radius:0.25;background:#dd9933;border-width:1px 0;border:1px solid #dd9933;color:#ffffff !important;font-size:1;padding:1;text-shadow:0 1px 0 rgba(0, 0, 0, 0.05);padding-inline:2;}
.so-widget-sow-button-flat-7520e6699866-1069 .ow-button-base .sowb-button.ow-button-hover:active, .so-widget-sow-button-flat-7520e6699866-1069 .ow-button-base .sowb-button.ow-button-hover:hover {
  background: #e0a244;
  border-color: #e0a244;
  color: #ffffff !important;
}.ts-widgets-call-to-action{overflow:hidden}.ts-widgets-call-to-action-cta{line-height:1.4}.ts-widgets-call-to-action-button{text-align:center;overflow:hidden;padding:2px 0}.ts-widgets-call-to-action-button a{border:1px solid rgba(0,0,0,.1);display:inline-block;font-size:18px;padding:.5em 1em;text-align:center;text-decoration:none;max-width:100%;-webkit-transition:background,.15s;-moz-transition:background,.15s;-o-transition:background,.15s;transition:background,.15s;-webkit-border-radius:.3em;-moz-border-radius:.3em;-ms-border-radius:.3em;-o-border-radius:.3em;border-radius:.3em;-webkit-box-shadow:inset 0 -.5em 1em rgba(0,0,0,.1);-moz-box-shadow:inset 0 -.5em 1em rgba(0,0,0,.1);box-shadow:inset 0 -.5em 1em rgba(0,0,0,.1);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.ts-widgets-call-to-action-button a span.ts-widgets-call-to-action-first-line{color:#fff;text-shadow:1px 1px 1px #333;text-shadow:1px 1px 1px rgba(0,0,0,.75)}.ts-widgets-call-to-action-button a:hover{text-decoration:none!important}.ts-widgets-call-to-action-button a:active{position:relative;top:1px}.ts-widgets-call-to-action-button span{display:block;line-height:1.25}.ts-widgets-call-to-action-button span.ts-widgets-call-to-action-first-line{font-weight:700;margin-bottom:.1em}.ts-widgets-call-to-action-button span.ts-widgets-call-to-action-second-line{font-size:12px}.ts-widgets-button-position-bottom .ts-widgets-call-to-action-text{margin-bottom:1.5em}.ts-widgets-button-position-bottom .ts-widgets-call-to-action-button{text-align:left}.ts-widgets-button-position-right .ts-widgets-call-to-action-text{float:left;width:70%}.ts-widgets-button-position-right .ts-widgets-call-to-action-button{float:right;width:25%}.ts-widgets-button-position-left .ts-widgets-call-to-action-text{float:right;width:70%}.ts-widgets-button-position-left .ts-widgets-call-to-action-button{float:left;width:25%}.ts-widgets-button-color-yellow .ts-widgets-call-to-action-button a{background:#f2b500}.ts-widgets-button-color-yellow .ts-widgets-call-to-action-button a:hover{background:#e8ad00}.ts-widgets-button-color-yellow .ts-widgets-call-to-action-button a:active{background:#d8a200}.ts-widgets-button-color-yellow .ts-widgets-call-to-action-button a span.ts-widgets-call-to-action-second-line{color:#725600;color:rgba(0,0,0,.6)}.ts-widgets-button-color-blue .ts-widgets-call-to-action-button a{background:#1668db}.ts-widgets-button-color-blue .ts-widgets-call-to-action-button a:hover{background:#145dc4}.ts-widgets-button-color-blue .ts-widgets-call-to-action-button a:active{background:#1152ad}.ts-widgets-button-color-blue .ts-widgets-call-to-action-button a span.ts-widgets-call-to-action-second-line{color:#96bdf4;color:rgba(255,255,255,.5)}.ts-widgets-button-color-red .ts-widgets-call-to-action-button a{background:#c43718}.ts-widgets-button-color-red .ts-widgets-call-to-action-button a:hover{background:#ad3115}.ts-widgets-button-color-red .ts-widgets-call-to-action-button a:active{background:#972a12}.ts-widgets-button-color-red .ts-widgets-call-to-action-button a span.ts-widgets-call-to-action-second-line{color:#f3ab9c;color:rgba(255,255,255,.6)}.ts-widgets-button-color-green .ts-widgets-call-to-action-button a{background:#468f1d}.ts-widgets-button-color-green .ts-widgets-call-to-action-button a:hover{background:#3c7a19}.ts-widgets-button-color-green .ts-widgets-call-to-action-button a:active{background:#316514}.ts-widgets-button-color-green .ts-widgets-call-to-action-button a span.ts-widgets-call-to-action-second-line{color:#91e065;color:rgba(255,255,255,.6)}.ts-widgets-button-color-black .ts-widgets-call-to-action-button a{background:#3a3c3d}.ts-widgets-button-color-black .ts-widgets-call-to-action-button a:hover{background:#2e2f30}.ts-widgets-button-color-black .ts-widgets-call-to-action-button a:active{background:#212223}.ts-widgets-button-color-black .ts-widgets-call-to-action-button a span.ts-widgets-call-to-action-second-line{color:#b9bcbd;color:rgba(255,255,255,.6)}ul.ts-widgets-page-tree{list-style:disc;padding:0 0 0 1.5em;margin:0}ul.ts-widgets-page-tree li{margin-bottom:.25em;line-height:1.4}ul.ts-widgets-page-tree ul{margin:.5em 0 1em 1.25em!important;list-style:circle}ul.ts-widgets-page-tree .current_page_item>a{font-weight:700}.ts-widgets-list-authors .ts-widgets-list-authors-author{margin-bottom:1.25em;overflow:hidden}.ts-widgets-list-authors .ts-widgets-list-authors-author ul{margin:0!important}.ts-widgets-list-authors .ts-widgets-list-authors-author li{line-height:1.4!important;margin-bottom:.3em}.ts-widgets-list-authors .ts-widgets-list-authors-author img{display:block;float:left}.ts-widgets-list-authors.ts-widgets-list-authors.ts-widgets-gravatar-size-64 .ts-widgets-list-authors-author{margin-bottom:1.75em}.ts-widgets-list-authors .ts-widgets-list-authors-text{display:block;margin-left:80px;line-height:1.4}.ts-widgets-list-authors.ts-widgets-list-authors.ts-widgets-gravatar-size-48 .ts-widgets-list-authors-text{margin-left:60px}.ts-widgets-list-authors.ts-widgets-list-authors.ts-widgets-gravatar-size-32 .ts-widgets-list-authors-text{margin-left:45px}.ts-widgets-list-authors .ts-widgets-list-authors-name{font-size:1.1em;font-weight:700;margin-bottom:.3em}.ts-widgets-list-authors .ts-widgets-list-authors-name:hover{cursor:pointer}.ts-widgets-post-preview-thumbnail{margin-bottom:.75em}.ts-widgets-post-preview-thumbnail img{display:block;max-width:100%;height:auto}.ts-widgets-post-preview-excerpt{margin-bottom:1em!important}.ts-widgets-social-icons ul{text-align:center;font-size:0;overflow:hidden}.ts-widgets-social-icons ul li{display:block;float:left;margin:0 .4em .8em;font-size:13px}.ts-widgets-social-icons ul li a{display:block;width:48px;height:48px;text-indent:-9999em;background:url(//ablakok.eu/wp-content/plugins/ts-widget-pack/images/social-icons.png)}.ts-widgets-social-icons ul li a:hover{box-shadow:0 0 .25em rgba(0,0,0,.75)}.ts-widgets-social-icons ul li.ts-widgets-social-icons-twitter a{background-position:0 0}.ts-widgets-social-icons ul li.ts-widgets-social-icons-facebook a{background-position:0 -48px}.ts-widgets-social-icons ul li.ts-widgets-social-icons-linkedin a{background-position:0 -96px}.ts-widgets-social-icons ul li.ts-widgets-social-icons-googleplus a{background-position:0 -144px}.ts-widgets-social-icons ul li.ts-widgets-social-icons-pinterest a{background-position:0 -192px}.ts-widgets-social-icons ul li.ts-widgets-social-icons-youtube a{background-position:0 -240px}.ts-widgets-social-icons ul li.ts-widgets-social-icons-vimeo a{background-position:0 -288px}.ts-widgets-social-icons ul li.ts-widgets-social-icons-flickr a{background-position:0 -336px}.ts-widgets-social-icons ul li.ts-widgets-social-icons-dribbble a{background-position:0 -384px}.ts-widgets-social-icons ul li.ts-widgets-social-icons-tumblr a{background-position:0 -432px}.ts-widgets-social-icons ul li.ts-widgets-social-icons-instagram a{background-position:0 -480px}.ts-widgets-social-icons ul li.ts-widgets-social-icons-lastfm a{background-position:0 -528px}.ts-widgets-social-icons ul li.ts-widgets-social-icons-reddit a{background-position:0 -576px}.ts-widgets-oembed-content{margin-bottom:1em}.ts-widgets-oembed-content embed,.ts-widgets-oembed-content iframe,.ts-widgets-oembed-content object,.ts-widgets-oembed-content video{max-width:100%}.ts-widgets-oembed-description{line-height:1.5}/* text alignments */
.iw-text-left{text-align:left !important;}
.iw-text-right{text-align:right !important;}
.iw-text-center{text-align:center !important;}
.iw-text-justify{text-align:justify !important;}
/* Visibility */
@media screen and (min-width:640px){
  .iw-small{display:none !important;}
}

@media screen and (max-width:640px){
  .iw-med-up{display:none !important;}
}

@media screen and (max-width: 640px), screen and (min-width: 1024px) {
  .iw-medium{display:none !important;}
}

@media screen and (min-width:1024px){
  .iw-med-dw{display:none !important;}
}

@media screen and (max-width:1024px){
  .iw-large{display:none !important;}
}

/* Orientation targeting */
.iw-show-l, .iw-hide-p{display:inherit !important;}
.iw-hide-l, .iw-show-p{display:none !important;}
@media only screen and (orientation: landscape) {
  .iw-show-l, .iw-hide-p{display:inherit !important;}
.iw-hide-l, .iw-show-p{display:none !important;}
}

@media only screen and (orientation: portrait) {
  .iw-show-p, .iw-hide-l{display:inherit !important;}
.iw-hide-p, .iw-show-l{display:none !important;}
}

.iw-row{margin:0 auto;width:100%;}
.iw-row:before, .iw-row:after{content:" ";display:table;}
.iw-row:after{clear:both;}
.iw-cols{width:100%;float:left;box-sizing:border-box;position:relative;}
.iw-grid{display:flex;flex-wrap:wrap;margin:0;padding:0;list-style:none;}
[class*='iw-width']{box-sizing:border-box;width:100%;max-width:100%;}
.iw-width-auto{width:auto;}
.iw-width-expand{flex:1;min-width:1px;}
@media(min-width:640px){
  .iw-width-auto-m{width:auto;}
.iw-width-expand-m{flex:1;min-width:1px;}
}

@media(min-width:1024px){
  .iw-width-auto-l{width:auto;}
.iw-width-expand-l{flex:1;min-width:1px;}
}.cmplz-video.cmplz-iframe-styles{background-color:transparent}.cmplz-video.cmplz-hidden{visibility:hidden !important}.cmplz-blocked-content-notice{display:none}.cmplz-placeholder-parent{height:inherit}.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat !important;background-size:cover !important;height:inherit;position:relative}.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0 !important}.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}.cmplz-blocked-content-container div div{display:none}.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}}/*
Theme Name: Sydney
Theme URI: https://athemes.com/theme/sydney
Author: aThemes
Author URI: https://athemes.com
Description: Sydney is a powerful business theme that provides a fast way for companies or freelancers to create an awesome online presence. As well as being fully compatible with Elementor, Sydney brings plenty of customization possibilities like access to all Google Fonts, full color control, layout control, logo upload, full screen slider, header image, sticky navigation and much more. Also, Sydney provides all the construction blocks you need to rapidly create an engaging front page. Looking for a quick start with Sydney? With just a few clicks, you can import one of our existing demos (https://athemes.com/sydney-demos/)
Version: 2.54
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tested up to: 6.6
Requires PHP: 5.6
Text Domain: sydney
Tags: two-columns, right-sidebar, block-styles, custom-colors, custom-background, custom-header, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Sydney is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
*//* cyrillic-ext */
@font-face{font-family:'Open Sans';font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://ablakok.eu/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4taVIGxA.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}
/* cyrillic */
@font-face{font-family:'Open Sans';font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://ablakok.eu/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4kaVIGxA.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}
/* greek-ext */
@font-face{font-family:'Open Sans';font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://ablakok.eu/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4saVIGxA.woff2) format('woff2');unicode-range:U+1F00-1FFF;}
/* greek */
@font-face{font-family:'Open Sans';font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://ablakok.eu/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4jaVIGxA.woff2) format('woff2');unicode-range:U+0370-03FF;}
/* hebrew */
@font-face{font-family:'Open Sans';font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://ablakok.eu/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4iaVIGxA.woff2) format('woff2');unicode-range:U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;}
/* vietnamese */
@font-face{font-family:'Open Sans';font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://ablakok.eu/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4vaVIGxA.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;}
/* latin-ext */
@font-face{font-family:'Open Sans';font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://ablakok.eu/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4uaVIGxA.woff2) format('woff2');unicode-range:U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;}
/* latin */
@font-face{font-family:'Open Sans';font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://ablakok.eu/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVI.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
/* vietnamese */
@font-face{font-family:'Quicksand';font-style:normal;font-weight:400;font-display:swap;src:url(https://ablakok.eu/wp-content/fonts/quicksand/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkP8o58m-wi40.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;}
/* latin-ext */
@font-face{font-family:'Quicksand';font-style:normal;font-weight:400;font-display:swap;src:url(https://ablakok.eu/wp-content/fonts/quicksand/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkP8o58i-wi40.woff2) format('woff2');unicode-range:U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;}
/* latin */
@font-face{font-family:'Quicksand';font-style:normal;font-weight:400;font-display:swap;src:url(https://ablakok.eu/wp-content/fonts/quicksand/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkP8o58a-wg.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/*
Theme Name: Sydney Child
Theme URI: http://athemes.com/theme/sydney
Author: aThemes
Author URI: http://athemes.com
Template: sydney-pro-ii
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sydney
*/