@charset "UTF-8";
.font-showcase-block{max-width:800px;margin:0 auto;padding:20px;border-radius:8px;font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;}
.font-showcase-header{text-align:center;margin-bottom:30px;}
.font-showcase-title{font-size:2.5rem;font-weight:bold;margin:0 0 10px 0;color:#1f2937;}
.font-showcase-subtitle{font-size:1.25rem;color:#6b7280;margin:0;font-weight:normal;}
.font-showcase-gallery{margin-bottom:30px;}
.gallery-container{display:flex;gap:15px;overflow-x:auto;padding:10px 0;scroll-behavior:smooth;}
.gallery-item{flex-shrink:0;cursor:pointer;border-radius:8px;overflow:hidden;transition:transform 0.2s ease;}
.gallery-item:hover{transform:scale(1.05);}
.gallery-item img{width:200px;height:120px;object-fit:cover;display:block;}
.font-preview-controls{background:#f9fafb;padding:20px;border-radius:8px;margin-bottom:30px;display:flex;flex-wrap:wrap;gap:20px;align-items:center;}
.control-group{display:flex;flex-direction:column;gap:5px;}
.control-group label{font-size:0.875rem;font-weight:500;color:#374151;}
.preview-text-input{padding:8px 12px;border:1px solid #d1d5db;border-radius:4px;font-size:14px;min-width:120px;}
.color-picker{width:40px;height:40px;border:none;border-radius:4px;cursor:pointer;}
.size-slider{width:120px;}
.control-actions{display:flex;gap:10px;margin-left:auto;}
.reset-button, .share-button{background:#ffffff;border:1px solid #d1d5db;border-radius:4px;padding:8px;cursor:pointer;transition:background-color 0.2s ease;}
.reset-button:hover, .share-button:hover{background:#f3f4f6;}
.font-showcase-area{display:flex;flex-direction:column;gap:30px;}
.font-item{border:1px solid #e5e7eb;border-radius:8px;padding:20px;background:#ffffff;}
.font-header{display:flex;align-items:center;gap:15px;margin-bottom:15px;}
.font-name{font-size:1.25rem;font-weight:600;margin:0;color:#1f2937;}
.font-classification{background:#3b82f6;color:white;padding:4px 12px;border-radius:20px;font-size:0.75rem;font-weight:500;}
.font-info-button{background:none;border:none;color:#6b7280;cursor:pointer;padding:4px;border-radius:4px;margin-left:auto;}
.font-info-button:hover{background:#f3f4f6;color:#374151;}
.font-preview{background:#f9fafb;padding:30px;border-radius:8px;margin-bottom:15px;text-align:center;}
.preview-text{font-size:2rem;color:#1f2937;transition:all 0.3s ease;}
.font-details{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px;}
.detail-pill{background:#e5e7eb;color:#374151;padding:6px 12px;border-radius:20px;font-size:0.75rem;font-weight:500;}
.font-actions{display:flex;gap:10px;flex-wrap:wrap;}
.generate-button, .download-button, .buy-button{padding:10px 20px;border:none;border-radius:6px;font-weight:500;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:opacity 0.2s ease;color:white;}
.generate-button:hover, .download-button:hover, .buy-button:hover{opacity:0.9;}
.font-showcase-note{background:#fef3c7;border:1px solid #f59e0b;border-radius:8px;padding:15px;margin-top:30px;}
.font-showcase-note p{margin:0;color:#92400e;font-size:0.875rem;}
.no-fonts-message{text-align:center;color:#6b7280;font-style:italic;padding:40px 20px;}
.font-showcase-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.5);z-index:10000;display:flex;align-items:center;justify-content:center;}
.modal-content{background:white;border-radius:8px;max-width:600px;width:90%;max-height:80vh;overflow-y:auto;}
.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #e5e7eb;}
.modal-header h3{margin:0;color:#1f2937;}
.modal-close{background:none;border:none;font-size:24px;cursor:pointer;color:#6b7280;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;}
.modal-close:hover{color:#374151;}
.modal-body{padding:20px;}
.social-share-buttons{display:flex;gap:15px;justify-content:center;margin-bottom:20px;}
.social-button{width:50px;height:50px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:20px;transition:transform 0.2s ease;}
.social-button:hover{transform:scale(1.1);}
.social-button.pinterest{background:#bd081c;}
.social-button.twitter{background:#1da1f2;}
.social-button.facebook{background:#1877f2;}
.url-share{display:flex;gap:10px;}
.share-url{flex:1;padding:10px;border:1px solid #d1d5db;border-radius:4px;}
.copy-url-button{background:#3b82f6;color:white;border:none;padding:10px 20px;border-radius:4px;cursor:pointer;}
.generated-preview{text-align:center;margin-bottom:20px;}
\ #font-canvas-<?php echo esc_attr($block_id); ?>{border:1px solid #e5e7eb;border-radius:4px;}
.generate-options{margin-bottom:20px;}
.generate-actions{display:flex;gap:10px;margin-bottom:20px;}
.copy-image-button, .save-image-button{flex:1;padding:10px;border:none;border-radius:4px;cursor:pointer;font-weight:500;}
.copy-image-button{background:#06b6d4;color:white;}
.save-image-button{background:#6b7280;color:white;}
.direct-link p{margin:0 0 10px 0;font-size:0.875rem;color:#6b7280;}
.link-container{display:flex;gap:10px;}
.generated-link{flex:1;padding:8px;border:1px solid #d1d5db;border-radius:4px;font-size:0.875rem;}
.copy-link-button{background:#1f2937;color:white;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-size:0.875rem;}
.font-info-tabs{display:flex;border-bottom:1px solid #e5e7eb;margin-bottom:20px;}
.tab-button{background:none;border:none;padding:10px 20px;cursor:pointer;color:#6b7280;border-bottom:2px solid transparent;transition:all 0.2s ease;}
.tab-button.active{color:#3b82f6;border-bottom-color:#3b82f6;}
.tab-panel{display:none;}
.tab-panel.active{display:block;}
.glyph-search{margin-bottom:20px;}
.glyph-search-input{width:100%;padding:10px;border:1px solid #d1d5db;border-radius:4px;}
.glyph-grid{display:grid;grid-template-columns:repeat(6, 1fr);gap:10px;max-height:300px;overflow-y:auto;}
.glyph-item{aspect-ratio:1;border:1px solid #e5e7eb;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;cursor:pointer;transition:background-color 0.2s ease;}
.glyph-item:hover{background:#f3f4f6;}
.font-showcase-lightbox{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.9);z-index:10001;display:flex;align-items:center;justify-content:center;}
.lightbox-content{position:relative;max-width:90%;max-height:90%;}
.lightbox-close, .lightbox-prev, .lightbox-next{position:absolute;background:rgba(255, 255, 255, 0.8);border:none;font-size:24px;cursor:pointer;padding:10px;border-radius:4px;transition:background-color 0.2s ease;}
.lightbox-close{top:-40px;right:0;}
.lightbox-prev{left:-50px;top:50%;transform:translateY(-50%);}
.lightbox-next{right:-50px;top:50%;transform:translateY(-50%);}
.lightbox-close:hover, .lightbox-prev:hover, .lightbox-next:hover{background:white;}
.lightbox-image{max-width:100%;max-height:70vh;object-fit:contain;}
.lightbox-dots{display:flex;justify-content:center;gap:10px;margin-top:20px;}
.lightbox-dot{width:12px;height:12px;border-radius:50%;border:none;background:rgba(255, 255, 255, 0.5);cursor:pointer;transition:background-color 0.2s ease;}
.lightbox-dot.active{background:white;}
.lightbox-counter{text-align:center;color:white;margin-top:10px;font-size:0.875rem;}
@media(max-width:768px){
.font-showcase-block{padding:15px;}
.font-showcase-title{font-size:2rem;}
.font-preview-controls{flex-direction:column;align-items:stretch;}
.control-actions{margin-left:0;justify-content:center;}
.font-actions{justify-content:center;}
.modal-content{width:95%;margin:20px;}
.lightbox-prev, .lightbox-next{position:static;transform:none;margin:10px;}
.glyph-grid{grid-template-columns:repeat(4, 1fr);}
}
@media(max-width:480px){
.gallery-item img {
width: 150px;
height: 90px;
}
.preview-text {
font-size: 1.5rem;
}
.glyph-grid {
grid-template-columns: repeat(3, 1fr);
}
}html body{background-color:#fff;}
.bloglo-blog-horizontal .bloglo-article.post.sticky{outline:none;}
.bloglo-blog-horizontal .bloglo-article.post.sticky .entry-media{outline:5px solid var(--bloglo-primary_15);}
.widget.bloglo-entry .wp-block-image+p{margin-top:0;}
.widget.bloglo-entry .wp-block-image figure, #page .widget.bloglo-entry .wp-block-image figure{margin:0 1rem 0 0;}
#page .widget.bloglo-entry .wp-block-social-links{margin-bottom:0;}
body.bloglo-menu-animation-squarebox:not(.bloglo-is-mobile) #bloglo-header-inner .bloglo-nav>ul>li>a{padding:0.4rem 1.4rem 0.4rem;}
body.bloglo-blog-horizontal .bloglo-article:not(.format-quote) .entry-meta{margin-top:1.6rem;}
body .navigation .nav-links .bloglo-animate-arrow, body .navigation .nav-links .page-numbers, body .page-links>span{background-color:transparent;}
.bloglo-btn.btn-small{font-size:95% !important;}
.entry-footer .bloglo-btn.btn-text-1{letter-spacing:0.02rem;padding:0.8rem 2.4rem !important;color:#fff;background-color:var(--bloglo-primary) !important;}
.entry-footer .bloglo-btn.btn-text-1>span::before{display:none;}
.entry-footer .bloglo-btn.btn-text-1, .wp-block-search .wp-block-search__button, body .bloglo-btn:not(.btn-text-1){line-height:1.8;border-radius:7px !important;transform:translate(0px, 0px) !important;box-shadow:0 10px 18px 0 var(--bloglo-primary_27) !important;-webkit-transition:var(--bloglo-transition-primary);transition:var(--bloglo-transition-primary);}
.entry-footer .bloglo-btn.btn-text-1:active, .wp-block-search .wp-block-search__button:active, body .bloglo-btn:not(.btn-text-1):active,
.entry-footer .bloglo-btn.btn-text-1:hover, .wp-block-search .wp-block-search__button:hover, body .bloglo-btn:not(.btn-text-1):hover{color:#fff;transform:translateY(-2px) !important;box-shadow:0 10px 18px 0 var(--bloglo-primary_09) !important;}
body .navigation .nav-links .page-numbers:not(.prev, .next).current,
body .navigation .nav-links .page-numbers:hover button, body.using-keyboard .navigation .nav-links .page-numbers:focus button, body .navigation .nav-links .page-numbers:not(.prev, .next):hover,
body.using-keyboard .navigation .nav-links .page-numbers:not(.prev, .next):focus,
body .page-links a:hover span, body.using-keyboard .page-links a:focus span, body.bloglo-menu-animation-squarebox:not(.bloglo-is-mobile) #bloglo-header-inner .bloglo-nav>ul>li.current-menu-item>a,
body.bloglo-menu-animation-squarebox:not(.bloglo-is-mobile) #bloglo-header-inner .bloglo-nav>ul>li.current_page_item>a,
body.bloglo-menu-animation-squarebox:not(.bloglo-is-mobile) #bloglo-header-inner .bloglo-nav>ul>li>a:hover,
body.bloglo-menu-animation-squarebox:not(.bloglo-is-mobile).using-keyboard #bloglo-header-inner .bloglo-nav>ul>li>a:focus{color:#fff !important;box-shadow:0 10px 18px 0 var(--bloglo-primary_27);}
.entry-footer .bloglo-btn.btn-text-1:active, .wp-block-search .wp-block-search__button:active, body .bloglo-btn:not(.btn-text-1):active{transform:translateY(0px) !important;}
.ticker-slider-items, .pyml-slider-items, .author .author-box, .bloglo-sidebar-style-3 #secondary .bloglo-widget,
.bloglo-sidebar-style-3 .elementor-widget-sidebar .bloglo-widget{border-radius:1.5rem !important;box-shadow:none !important;border:0.1rem solid rgba(190, 190, 190, 0.2);}
html:not([data-theme=dark]) .ticker-slider-items,
html:not([data-theme=dark]) .pyml-slider-items,
html:not([data-theme=dark]) .author .author-box,
html:not([data-theme=dark]) .bloglo-sidebar-style-3 #secondary .bloglo-widget,
html:not([data-theme=dark]) .bloglo-sidebar-style-3 .elementor-widget-sidebar .bloglo-widget{background:#fff9f3;border:0.1rem solid #ffe7d2 !important;}
.ticker-slider-items .ticker-title{border-radius:0.8rem;border-bottom-right-radius:0;border-top-right-radius:0;}
.ticker-slider-controls .ticker-slider-pause{border-radius:0.8rem;border-bottom-left-radius:0;border-top-left-radius:0;}
.bloglo-sidebar-style-3.is-section-heading-init-s2 #secondary .bloglo-widget{position:relative;margin-bottom:4.5rem;}
.is-section-heading-init-s2 #pyml .pyml-slider-items .widget-title,
.bloglo-sidebar-style-3.is-section-heading-init-s2 #secondary .bloglo-widget .widget-title,
.bloglo-sidebar-style-3.is-section-heading-init-s2 #secondary .bloglo-widget .wp-block-search .wp-block-search__label,
.bloglo-sidebar-style-3.is-section-heading-init-s2 #secondary .bloglo-widget .wp-block-heading{position:absolute;left:2.5rem;top:-1.8rem;z-index:2;}
.is-section-heading-init-s2 #featured_links .widget-title,
.is-section-heading-init-s2 #pyml .pyml-slider-items .widget-title,
.is-footer-heading-init-s2 #bloglo-footer .wp-block-heading,
.is-footer-heading-init-s2 #bloglo-footer .widget-title,
.is-section-heading-init-s2:not(.bloglo-sidebar-style-1) #secondary .bloglo-widget .widget-title,
.is-section-heading-init-s2:not(.bloglo-sidebar-style-1) #secondary .bloglo-widget .wp-block-search .wp-block-search__label,
.is-section-heading-init-s2:not(.bloglo-sidebar-style-1) #secondary .bloglo-widget .wp-block-heading{letter-spacing:0.25px;width:auto;line-height:1.2;display:inline-block;padding:8px 25px 7px;background-color:#fff;border-radius:10rem;margin-bottom:0;border:1px solid rgba(39, 39, 39, 0.75);}
html[data-theme="dark"] .is-section-heading-init-s2 #featured_links .widget-title,
html[data-theme="dark"] .is-footer-heading-init-s2 #bloglo-footer .wp-block-heading,
html[data-theme="dark"] .is-footer-heading-init-s2 #bloglo-footer .widget-title,
html[data-theme="dark"] .is-section-heading-init-s2 #pyml .pyml-slider-items .widget-title,
html[data-theme="dark"] .is-section-heading-init-s2:not(.bloglo-sidebar-style-1) #secondary .bloglo-widget .widget-title,
html[data-theme="dark"] .is-section-heading-init-s2:not(.bloglo-sidebar-style-1) #secondary .bloglo-widget .wp-block-search .wp-block-search__label,
html[data-theme="dark"] .is-section-heading-init-s2:not(.bloglo-sidebar-style-1) #secondary .bloglo-widget .wp-block-heading{background-color:rgba(0, 0, 0, 0.75);border:0.1rem solid rgba(190, 190, 190, 0.3);}
.is-section-heading-init-s2:not(.bloglo-sidebar-style-1) #secondary .bloglo-widget .wp-block-search .wp-block-search__inside-wrapper{padding-top:2.2rem;}
.is-section-heading-init-s2 #pyml .pyml-slider-items{position:relative;}
.is-section-heading-init-s2 #pyml .pyml-slider-items .widget-title+.bloglo-flex-row.gy-4{margin-top:0;}
.bloglo-blog-horizontal .bloglo-flex-row.g-4{--bloglo-gutter-y:4.8rem;--bloglo-gutter-x:4.8rem;}
.bloglo-blog-horizontal .bloglo-article:not(.format-quote) .bloglo-blog-entry-wrapper.bloglo-thumb-left .entry-media{border-radius:0.8rem;}
body .pyml-slide-item .pyml-slider-backgrounds .pyml-slide-bg, body .wp-block-latest-posts__featured-image{border:0.1rem solid rgba(39, 39, 39, 0.75);border-radius:0.8rem;box-shadow:2px 2px 3px 0px rgba(93, 112, 234, 0.1);}
.pyml-slider-items{padding:2.2rem;}
.bloglo-waves-wrapper{position:fixed;width:100%;height:100%;overflow:hidden;top:0;left:0;z-index:-1;}
.bloglo-waves-wrapper .circle, .bloglo-waves-wrapper .triangle, .bloglo-waves-wrapper .square{position:absolute;bottom:-100px;width:40px;height:40px;background:var(--bloglo-primary_15);border-radius:5px;opacity:0.1;animation:rise 10s infinite ease-in;}
.bloglo-waves-wrapper .square:nth-child(1){width:40px;height:40px;left:10%;animation-duration:8s;}
.bloglo-waves-wrapper .square:nth-child(2){width:20px;height:20px;left:20%;animation-duration:5s;animation-delay:1s;}
.bloglo-waves-wrapper .square:nth-child(3){width:50px;height:50px;left:35%;animation-duration:7s;animation-delay:2s;}
.bloglo-waves-wrapper .square:nth-child(4){width:80px;height:80px;left:50%;animation-duration:11s;animation-delay:0s;}
.bloglo-waves-wrapper .square:nth-child(5){width:35px;height:35px;left:55%;animation-duration:6s;animation-delay:1s;}
.bloglo-waves-wrapper .square:nth-child(6){width:45px;height:45px;left:65%;animation-duration:8s;animation-delay:3s;}
.bloglo-waves-wrapper .square:nth-child(7){width:90px;height:90px;left:70%;animation-duration:12s;animation-delay:2s;}
.bloglo-waves-wrapper .square:nth-child(8){width:25px;height:25px;left:80%;animation-duration:6s;animation-delay:2s;}
.bloglo-waves-wrapper .square:nth-child(9){width:15px;height:15px;left:70%;animation-duration:5s;animation-delay:1s;}
.bloglo-waves-wrapper .square:nth-child(10){width:90px;height:90px;left:25%;animation-duration:10s;animation-delay:4s;}
.bloglo-waves-wrapper .triangle{clip-path:polygon(50% 0%, 0% 100%, 100% 100%);}
.bloglo-waves-wrapper .triangle:nth-child(1){width:20px;height:22px;left:50%;animation-delay:0s;}
.bloglo-waves-wrapper .triangle:nth-child(2){width:30px;height:28px;left:25%;animation-delay:12s;}
.bloglo-waves-wrapper .triangle:nth-child(3){width:30px;height:28px;left:80%;animation-delay:4s;}
.bloglo-waves-wrapper .triangle:nth-child(4){width:40px;height:38px;left:30%;animation-delay:18s;}
.bloglo-waves-wrapper .triangle:nth-child(5){width:50px;height:40px;left:70%;animation-delay:1s;}
.bloglo-waves-wrapper .circle{border-radius:100%;}
.bloglo-waves-wrapper .circle:nth-child(1){width:22px;height:20px;left:10%;animation-delay:0s;}
.bloglo-waves-wrapper .circle:nth-child(2){width:84px;height:80px;left:45%;animation-delay:12s;}
.bloglo-waves-wrapper .circle:nth-child(3){width:53px;height:50px;left:90%;animation-delay:4s;}
.bloglo-waves-wrapper .circle:nth-child(4){width:53px;height:50px;left:60%;animation-delay:18s;}
.bloglo-waves-wrapper .circle:nth-child(5){width:43px;height:40px;left:90%;animation-delay:1s;}
@keyframes rise {
0%{bottom:-100px;transform:translateX(0) rotate(0deg);}
50%{transform:translate(100px) rotate(180deg);}
100%{bottom:1080px;transform:translateX(-200px) rotate(360deg);}
} [data-theme=dark] .bloglo-breadcrumbs{background-color:transparent;border-color:rgba(190, 190, 190, 0.3);}
html[data-theme="dark"] .bloglo-sidebar-style-3 #secondary .bloglo-widget{background-color:rgba(0, 0, 0, 0.3);}
.content-area .wp-block-site-title a:not(:hover, :focus){color:inherit;}
.content-area .wp-block-site-title a:not(.bloglo-btn):not(.wp-block-button__link):hover,
.content-area .wp-block-site-title a:not(.bloglo-btn):not(.wp-block-button__link):focus{color:var(--bloglo-primary);}
.single .entry-content .wp-block-avatar img{margin:0;}
.wp-block-navigation .wp-block-page-list{margin:0;}
.content-area .bloglo-entry .wp-block-navigation:where(:not([class*=has-text-decoration])) a,
.wp-block-navigation:where(:not([class*=has-text-decoration])) a{text-decoration:none;}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container{list-style:none;margin:0;}
.wp-block-navigation .wp-block-page-list > .wp-block-navigation-item:not(:first-child){margin-left:1rem;}
.wp-block-file{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;}
.wp-block-file a:not(.wp-block-file__button){font-weight:700;}
#page #main .wp-block-cover .wp-block-cover-text a,
#page #main :where(.wp-block-cover-image:not(.has-text-color)),
#page #main :where(.wp-block-cover:not(.has-text-color)){color:#fff;}
.post-category a:hover, .post-category a:focus{text-decoration:underline;}
.wp-block-categories-dropdown.wp-block-categories {
margin-top: 16px;
}.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hive:before{content:"\e07f"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\e065"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\e01a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\e07a"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\e06d"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\e07b"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-uncharted:before{content:"\e084"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-watchman-monitoring:before{content:"\e087"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(https://pro.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.eot);src:url(https://pro.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(https://pro.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.woff2) format("woff2"),url(https://pro.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.woff) format("woff"),url(https://pro.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.ttf) format("truetype"),url(https://pro.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url(https://pro.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.eot);src:url(https://pro.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(https://pro.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.woff2) format("woff2"),url(https://pro.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.woff) format("woff"),url(https://pro.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.ttf) format("truetype"),url(https://pro.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.fab,.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(https://pro.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.eot);src:url(https://pro.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(https://pro.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.woff2) format("woff2"),url(https://pro.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.woff) format("woff"),url(https://pro.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.ttf) format("truetype"),url(https://pro.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}
:root{--bloglo-black:#000000;--bloglo-white:#ffffff;--bloglo-gray:#c2c2c2;--bloglo-gray-light:#f3f3f3;--bloglo-primary:#0554f2;--bloglo-secondary:#232323;--bloglo-secondary_38:#383838;--bloglo-gradient:linear-gradient(220deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));--bloglo-full-radius:10rem;--bloglo-normal-radius:0.3rem;--bloglo-font-awesome:"Font Awesome 5 Free";--bloglo-font-sans-serif:-apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;--bloglo-transition-primary:all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);}.page-links em, .post_format-post-format-quote .bloglo-blog-entry-content .quote-inner .author, .bloglo-btn.btn-uppercase, .site-content .page-links em, .widget.widget_calendar table>caption{text-transform:uppercase;letter-spacing:0.16rem;}.clearfix:after, .clearfix:before, .entry-meta:after, .entry-meta:before, .navigation:after, .navigation:before, .page-links:after, .page-links:before, .bloglo-entry:after, .bloglo-entry:before, .bloglo-hover-slider:after, .bloglo-hover-slider:before, .single .post-tags .cat-links:after, .single .post-tags .cat-links:before, .single .post-tags:after, .single .post-tags:before, .site-content .page-links:after, .site-content .page-links:before, .tagcloud:after, .tagcloud:before, .wp-block-tag-cloud:after, .wp-block-tag-cloud:before, .widget:after, .widget:before{content:"";display:table;clear:both;}.bloglo-header-widgets .bloglo-search-simple{position:absolute;right:-1.5rem;top:100%;z-index:9;border-top-width:0.2rem;border-top-style:solid;}.bloglo-header-widgets .bloglo-search-simple:after{bottom:100%;right:1.6rem;content:"";width:0;height:0;margin-left:-0.7rem;border:0.7rem solid transparent;position:absolute;pointer-events:none;z-index:-1;}#bloglo-copyright .bloglo-copyright-widget__text a, #bloglo-topbar .bloglo-topbar-widget__text a, .bloglo-breadcrumbs a, .bloglo-menu-animation-underline #bloglo-copyright .bloglo-nav>ul>li>a>span, .bloglo-menu-animation-underline #bloglo-header-inner .bloglo-nav>ul>li>a>span, .widget.widget_icon_list ul li a, .widget.widget_meta ul li a{display:inline-block;position:relative;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;}#bloglo-copyright .bloglo-copyright-widget__text a:before, #bloglo-topbar .bloglo-topbar-widget__text a:before, .bloglo-breadcrumbs a:before, .bloglo-menu-animation-underline #bloglo-copyright .bloglo-nav>ul>li>a>span:before, .bloglo-menu-animation-underline #bloglo-header-inner .bloglo-nav>ul>li>a>span:before, .widget.widget_icon_list ul li a:before, .widget.widget_meta ul li a:before{content:"";display:block;position:absolute;bottom:0;left:0;width:100%;height:0.2rem;background:currentColor;-webkit-transform-origin:right center;-ms-transform-origin:right center;transform-origin:right center;-webkit-transform:scale(0, 1) translateZ(0.1rem);transform:scale(0, 1) translateZ(0.1rem);backface-visibility:hidden;-webkit-backface-visibility:hidden;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-webkit-transition:-webkit-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);transition:-webkit-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);transition:transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);transition:transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);will-change:scale;}.using-keyboard #bloglo-copyright .bloglo-copyright-widget__text a:focus:before, .using-keyboard #bloglo-topbar .bloglo-topbar-widget__text a:focus:before, .using-keyboard .bloglo-breadcrumbs a:focus:before, .using-keyboard.bloglo-menu-animation-underline #bloglo-copyright .bloglo-nav>ul>li>a:focus>span:before, .using-keyboard.bloglo-menu-animation-underline #bloglo-header-inner .bloglo-nav>ul>li>a:focus>span:before, .using-keyboard .widget.widget_icon_list ul li a:focus:before, .using-keyboard .widget.widget_meta ul li a:focus:before, #bloglo-copyright .bloglo-copyright-widget__text a:hover:before, #bloglo-topbar .bloglo-topbar-widget__text a:hover:before, .bloglo-breadcrumbs a:hover:before, .bloglo-menu-animation-underline #bloglo-copyright .bloglo-nav>ul>li>a>span:hover:before, .bloglo-menu-animation-underline #bloglo-header-inner .bloglo-nav>ul>li>a>span:hover:before, .widget.widget_icon_list ul li a:hover:before, .widget.widget_meta ul li a:hover:before{-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center;-webkit-transform:scale(1, 1) translateZ(0.1rem);transform:scale(1, 1) translateZ(0.1rem);}#colophon:after, #bloglo-preloader, #bloglo-scroll-top .bloglo-icon, #bloglo-scroll-top .bloglo-scroll-icon, #bloglo-scroll-top:before, #bloglo-header-inner:after, .entry-media>a .entry-media-icon .entry-media-icon-wrapper, .entry-media>a .entry-media-icon .bloglo-icon, .entry-media>a .entry-media-icon:before, .entry-media>a .entry-media-icon svg, .page-header.bloglo-page-title-has-bg-img:after, .page-header:after, .post_format-post-format-quote .bloglo-blog-entry-content .entry-content .quote-link, .post_format-post-format-quote .bloglo-blog-entry-content .quote-post-bg, .post_format-post-format-quote .bloglo-blog-entry-content .quote-post-bg:after, .preloader-1, .bloglo-hover-slider .hover-slide-bg, .bloglo-hover-slider .hover-slider-backgrounds, .bloglo-hover-slider.slider-overlay-1 .hover-slider-backgrounds:after, .bloglo-pre-footer-cta-style-2 #bloglo-pre-footer:after, .bloglo-pre-footer-cta-style-2 #bloglo-pre-footer:before, .bloglo-spinner>div, .bloglo-tsp-header.bloglo-single-title-in-page-header #masthead:before{position:absolute;top:0;left:0;width:100%;height:100%;}#comments .comment-body, #comments .comment_container, .author-box, .bloglo-layout__boxed #page, .bloglo-layout__boxed-separated #content, .bloglo-layout__boxed-separated.author .author-box, .bloglo-layout__boxed-separated.archive .bloglo-article, .bloglo-layout__boxed-separated.blog .bloglo-article, .bloglo-layout__boxed-separated.category .bloglo-article, .bloglo-layout__boxed-separated.search-results .bloglo-article, .bloglo-layout__boxed-separated .pyml-slider-items, .bloglo-layout__boxed-separated.bloglo-sidebar-style-3 #secondary .bloglo-widget{border-radius:0;border:0.1rem solid rgba(190, 190, 190, 0.3);}#comments .bypostauthor-badge, #infinite-handle span.disabled, #infinite-handle span:disabled, .error-404 .page-header h1, .bloglo-btn.disabled, .bloglo-btn:disabled, .site-main .woocommerce #respond input#submit.disabled, .site-main .woocommerce #respond input#submit:disabled, .site-main .woocommerce a.button.disabled, .site-main .woocommerce a.button:disabled, .site-main .woocommerce button.button.disabled, .site-main .woocommerce button.button:disabled, .site-main .woocommerce input.button.disabled, .site-main .woocommerce input.button:disabled, .woocommerce #review_form #respond .form-submit input.disabled, .woocommerce #review_form #respond .form-submit input:disabled, .woocommerce div.product form.cart .button.disabled, .woocommerce div.product form.cart .button:disabled, .woocommerce ul.products li.product .added_to_cart.disabled, .woocommerce ul.products li.product .added_to_cart:disabled, .woocommerce ul.products li.product .button.disabled, .woocommerce ul.products li.product .button:disabled, body:not(.wp-customizer) input.disabled[type="submit"], body:not(.wp-customizer) input[type="submit"]:disabled{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}#comments .comments-title-wrapper .comments-title, #comments .comments-title-wrapper p, #main .entry-header .entry-title, #respond .comment-reply-title, #bloglo-pre-footer .h1, #bloglo-pre-footer .h2, #bloglo-pre-footer .h3, .error-404 .page-header, .error-404 .page-header h1, .error-404 .page-header p, .navigation, .navigation .nav-links .page-numbers, .page-links span, .post_format-post-format-quote .bloglo-blog-entry-content .entry-content h3, .bloglo-breadcrumbs p, .bloglo-form-label, .bloglo-hover-slider .slide-inner h3, .bloglo-nav>ul, .bloglo-social-nav>ul, .site-content .page-links span, .widget-title, button.bloglo-animate-arrow, dl, figure, ol, ul{margin:0;padding:0;}#comments .bypostauthor-badge, #comments .comment-actions, #comments .comment-header, #main>.bloglo-container, #page .gallery, #respond .comment-reply-title, #bloglo-scroll-top, #bloglo-scroll-top .bloglo-icon, #bloglo-copyright>.bloglo-container>.bloglo-flex-row>div, #bloglo-header-inner .bloglo-widget-wrapper, #bloglo-header-inner>.bloglo-container, #bloglo-topbar .bloglo-topbar-left, #bloglo-topbar .bloglo-topbar-right, #bloglo-topbar>.bloglo-container>.bloglo-flex-row>div, .author-box, .comment-form, .entry-media>a .entry-media-icon, .entry-media>a .entry-media-icon .bloglo-icon, .entry-media>a .entry-media-icon svg, .entry-meta .entry-meta-elements, .error404 #primary, .mejs-container .mejs-inner .mejs-controls .mejs-button, .mejs-container .mejs-inner .mejs-controls .mejs-time, .page-header .bloglo-page-header-wrapper, .page-header>.bloglo-container, .preloader-1, .bloglo-blog-horizontal .bloglo-article:not(.format-quote) .bloglo-blog-entry-wrapper, .bloglo-header-element, .bloglo-header-widgets, .bloglo-header-widgets .bloglo-cart, .bloglo-header-widgets .bloglo-header-widget, .bloglo-header-widgets .bloglo-search, .bloglo-header-widgets .bloglo-search-simple .bloglo-search-form button, .bloglo-hover-slider .hover-slide-item, .bloglo-input-supported .comment-form-cookies-consent, .bloglo-has-comments-toggle #bloglo-comments-toggle, .bloglo-header-layout-3 .bloglo-logo-container .bloglo-logo>.logo-inner, .bloglo-header-layout-3 .bloglo-logo-container>.bloglo-container, .bloglo-header-layout-3 .bloglo-nav-container>.bloglo-container, .bloglo-logo a, .single .entry-footer, .single .post-nav, .single .post-nav .nav-content{-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}#comments .comment-list, #comments .comment-list ol, #comments .comment-list ul, #bloglo-copyright .bloglo-copyright-widget:not(.bloglo-copyright-widget__nav) ul, #bloglo-topbar .bloglo-topbar-widget__text ul, .bloglo-breadcrumbs ol, .bloglo-breadcrumbs ul, .bloglo-nav .children li, .bloglo-nav .sub-menu li, .bloglo-nav>ul, .bloglo-social-nav>ul{padding:0;margin:0;list-style:none;}#infinite-handle span, #main .entry-header .entry-title a, #bloglo-scroll-top, #bloglo-copyright .bloglo-copyright-widget:not(.bloglo-copyright-widget__text) a, #bloglo-topbar .bloglo-topbar-widget:not(.bloglo-topbar-widget__text) a, .entry-meta a, .navigation .nav-links .page-numbers, .page-links a, .post_format-post-format-quote .bloglo-blog-entry-content .entry-content a, .bloglo-breadcrumbs a, .bloglo-btn, .bloglo-header-widgets a:not(.bloglo-btn), .bloglo-hover-slider .slide-inner .read-more, .bloglo-hover-slider .slide-inner h3 a, .bloglo-logo a, .bloglo-nav .children li a, .bloglo-nav .sub-menu li a, .bloglo-nav>ul>li>a, .bloglo-social-nav>ul>li>a, .single .post-tags a, .site-content .page-links a, .site-main .woocommerce #respond input#submit, .site-main .woocommerce a.button, .site-main .woocommerce button.button, .site-main .woocommerce input.button, .tagcloud a, .wp-block-tag-cloud a, .woocommerce #review_form #respond .form-submit input, .woocommerce div.product form.cart .button, .woocommerce ul.products li.product .added_to_cart, .woocommerce ul.products li.product .button, a, body:not(.wp-customizer) input[type="submit"]{text-decoration:none;}#add_payment_method table.cart td.actions .coupon .input-text, #comments a, #infinite-handle span, #bloglo-topbar a, .page-links span, .post_format-post-format-quote .bloglo-blog-entry-content .quote-post-bg, .post_format-post-format-quote .bloglo-blog-entry-content .quote-post-bg:after, .bloglo-btn, .bloglo-input-supported input[type="checkbox"], .bloglo-input-supported input[type="checkbox"]:before, .bloglo-input-supported input[type="radio"], .bloglo-input-supported input[type="radio"]:before, .bloglo-nav .children li a, .bloglo-nav .sub-menu li a, .single .post-tags a, .site-content .page-links span, .site-main .woocommerce #respond input#submit, .site-main .woocommerce a.button, .site-main .woocommerce button.button, .site-main .woocommerce input.button, .tagcloud a, .wp-block-tag-cloud a, .widget .wp-block-archives li>span, .widget .wp-block-categories li>span, .widget.widget_archive li>span, .widget.widget_categories li>span, .woocommerce #review_form #respond .form-submit input, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text, .woocommerce div.product form.cart .button, .woocommerce ul.products li.product .added_to_cart, .woocommerce ul.products li.product .button, body:not(.wp-customizer) input[type="submit"], input[type="reset"], input[type="date"], input[type="email"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], textarea, a{-webkit-transition:var(--bloglo-transition-primary);transition:var(--bloglo-transition-primary);}#add_payment_method table.cart td.actions .coupon .input-text, #colophon .search-form .search-submit, #infinite-handle span, #main .search-form .search-submit, .bloglo-btn, .bloglo-header-widgets .bloglo-search-simple .bloglo-search-form button, .bloglo-header-widgets .bloglo-search-simple .bloglo-search-form input, .site-main .woocommerce #respond input#submit, .site-main .woocommerce a.button, .site-main .woocommerce button.button, .site-main .woocommerce input.button, .woocommerce #review_form #respond .form-submit input, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text, .woocommerce div.product form.cart .button, .woocommerce ul.products li.product .added_to_cart, .woocommerce ul.products li.product .button, body:not(.wp-customizer) input[type="submit"], input[type="reset"], input[type="date"], input[type="email"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], textarea{outline:none;border:none;margin:0;padding:0;text-shadow:none;-webkit-box-shadow:none;box-shadow:none;}.bloglo-icon{display:inline-block;fill:currentColor;width:auto;}.breadcrumb-trail .trail-items li:after, .widget.widget_icon_list ul li:before, .widget.widget_meta ul li:before, .widget.widget_recent_entries .post-date:before{-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;background-color:currentColor;width:1.6rem;height:1.6rem;}@media screen and (max-width:480px){}@media screen and (min-width: 481px) and (max-width: 768px){}@media screen and (max-width:768px){}@media screen and (min-width:769px){}@media screen and (min-width:1281px){}td, th{text-align:left;}html{overflow-x:hidden;line-height:1.15;-webkit-text-size-adjust:100%;}body{margin:0;background-color:#f2f2f2;}h1 {font-size: 3.2rem;margin: 1.1rem 0;}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible;}pre {font-family: monospace, monospace;font-size: 1.6rem;}a{background-color:transparent;}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;}b, strong{font-weight:600;}code, kbd, samp{font-family:monospace, monospace;font-size:1.6rem;}small{font-size:80%;}sub, sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sub{bottom:-0.4rem;}sup{top:-0.8rem;}img{border-style:none;}button, input, optgroup, select, textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button, input{overflow:visible;}button, select{text-transform:none;}[type="button"], [type="reset"], [type="submit"], button{-webkit-appearance:button;}[type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner, button::-moz-focus-inner{border-style:none;padding:0;}[type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring, button:-moz-focusring{outline:0.1rem dotted ButtonText;}fieldset{padding:0.56rem 1.2rem 1rem;}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}textarea{overflow:auto;}[type="checkbox"], [type="radio"]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0;}[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button{height:auto;}[type="search"]{-webkit-appearance:textfield;outline-offset:-0.2rem;}[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block;}summary{display:list-item;}template{display:none;}[hidden]{display:none;}html{-webkit-box-sizing:border-box;box-sizing:border-box;overflow-y:scroll;max-width:100%;}*, *::before, *::after{box-sizing:inherit;-webkit-box-sizing:inherit;-webkit-font-smoothing:antialiased;word-break:break-word;word-wrap:break-word;}a, area, button, input, label, select, summary, textarea{-ms-touch-action:manipulation;touch-action:manipulation;}.using-keyboard a:not(.bloglo-btn, .elementor-button, .button):focus{outline:0;text-underline-offset:0.3rem;text-decoration-skip-ink:none;text-decoration:underline 0.1rem dotted currentColor;}.using-keyboard :focus, .using-keyboard .bloglo-logo a:focus, .bloglo-is-mobile #bloglo-header-inner .bloglo-nav>ul>li>a:focus{outline:thin dotted;outline-offset:-0.3rem;}.using-keyboard .bloglo-btn:not(.btn-white):focus{outline-color:var(--bloglo-gray);}.using-keyboard .bloglo-btn.btn-white:focus{outline-color:var(--bloglo-secondary);}.using-keyboard #bloglo-copyright .bloglo-copyright-widget__text a:focus, .using-keyboard #bloglo-topbar .bloglo-topbar-widget__text a:focus, .using-keyboard .bloglo-breadcrumbs a:focus, .using-keyboard.bloglo-menu-animation-underline #bloglo-copyright .bloglo-nav>ul>li>a:focus, .using-keyboard.bloglo-menu-animation-underline #bloglo-header-inner .bloglo-nav>ul>li>a:focus, .using-keyboard .widget.widget_icon_list ul li a:focus, .using-keyboard .widget.widget_meta ul li a:focus{text-decoration:none;}.bloglo-entry .elementor p, .elementor p, .elementor h1, .elementor h2, .elementor h3, .elementor h4, .elementor h5, .elementor h6{margin:0;}.sup-sub b{position:relative;z-index:0;}.sup-sub b:before {content: "";display: block;width: 100%;height: 2.1rem;position: absolute;bottom: 0px;left: 1.2rem;background-color: rgba(255, 255, 255, 0.25);z-index: 0;}p {margin-top: 1.6rem;margin-bottom: 1.6rem;}q{font-style:italic;}mark, span.highlight{color:inherit;position:relative;padding:0 0.3rem 0.2rem 0.3rem;border-radius:var(--bloglo-normal-radius);}svg:not(:root){overflow:hidden;}p:empty{display:none;}p a, .content-area a:not(.bloglo-btn, .wp-block-button__link, .page-numbers, [rel^=category]):hover, .content-area .bloglo-entry a, .wp-block-archives a:hover, .wp-block-categories a:hover, .wp-block-latest-posts a:hover, .wp-block-latest-comments a:hover, .wp-block-archives a:focus, .wp-block-categories a:focus, .wp-block-latest-posts a:focus, .wp-block-latest-comments a:focus, #main .content-area .entry-meta a:hover{text-decoration:underline;text-underline-offset:0.1rem;}.content-area .bloglo-entry a:hover, .content-area .bloglo-entry a:focus, p a:hover:hover, p a:focus:focus {text-decoration: none;}a {color: inherit;-webkit-text-decoration-skip: objects;}hr{margin-top:3.2rem;margin-bottom:3.2rem;border:0;border-top:0.1rem solid rgba(0, 0, 0, 0.2);}table:not(.variations):not(.shop_table){border-collapse:collapse;width:100%;margin:2rem auto;border-radius:0;background-color:rgba(190, 190, 190, 0.2);}table:not(.variations):not(.shop_table) tbody, table:not(.variations):not(.shop_table) tfoot, table:not(.variations):not(.shop_table) thead{border:0.1rem solid rgba(190, 190, 190, 0.3);color:inherit;}table:not(.variations):not(.shop_table) caption, table:not(.variations):not(.shop_table) td, table:not(.variations):not(.shop_table) tr{text-align:left;}table:not(.variations):not(.shop_table) th{font-weight:600;}table:not(.variations):not(.shop_table) td, table:not(.variations):not(.shop_table) th{padding:1rem;}table:not(.variations):not(.shop_table) tbody tr:nth-child(odd){border-bottom:0;background-color:var(--bloglo-white);}table:not(.variations):not(.shop_table) thead tr, table:not(.variations):not(.shop_table) tfoot tr{background:transparent;}table:not(.variations):not(.shop_table) tfoot td, table:not(.variations):not(.shop_table) tfoot th, table:not(.variations):not(.shop_table) thead td, table:not(.variations):not(.shop_table) thead th{font-weight:500;text-align:left;}table:not(.variations):not(.shop_table) caption{font-weight:500;}.wp-block-calendar tbody td, .wp-block-calendar th{border-color:rgba(190, 190, 190, 0.3);}.wp-block-calendar table th{background:rgba(190, 190, 190, 0.3);}dt:before{content:"";display:block;}dd:before{content:" ";}.bloglo-logo .site-title{line-height:1.25;}.h1, .h2, .h3, h1, h2, h3{margin-top:2rem;margin-bottom:1.2rem;}.h4, h4, h5, h6{margin-top:2.4rem;margin-bottom:0.8rem;}.error-404 .page-header h1, .h1, .h2, .h3, .h4, .bloglo-logo .site-title, h1, h2, h3, h4, h5, h6{text-rendering:optimizeLegibility;}figure{max-width:100%;}code, kbd, pre, samp, tt, var{font-family:Menlo, Monaco, Consolas, Courier New, monospace;}code, kbd, samp, tt, var{font-style:normal;padding:0.16rem 0.48rem;font-size:90%;border-radius:var(--bloglo-normal-radius);overflow-wrap:break-word;word-wrap:break-word;}code.block{margin:2rem 0;display:block;padding:2.5rem 4rem;border-radius:var(--bloglo-normal-radius);}.wp-block-code code{background:none;}pre{display:block;page-break-inside:avoid;overflow:auto;word-break:break-all;word-wrap:break-word;}pre>h2:first-child{margin-top:0;}progress{display:inline-block;vertical-align:baseline;}cite:before{content:"—";display:inline-block;margin-right:0.6rem;}.bloglo-entry .wp-block-quote, blockquote{margin:2rem 0;padding:0.8rem 2.4rem;border-style:none;border-left-style:solid;border-width:0.4rem;font-size:1.6rem;line-height:inherit;position:relative;border-radius:var(--bloglo-normal-radius);background-color:rgba(0, 0, 0, 0.04);}.bloglo-entry .wp-block-quote>p, blockquote>p{font-size:inherit;line-height:inherit;font-style:normal;}.bloglo-entry .wp-block-quote>p:first-child, blockquote>p:first-child{margin-top:0;margin-bottom:1.6rem;}.bloglo-entry .wp-block-quote>p:last-child, blockquote>p:last-child{margin-bottom:0;}.bloglo-entry .wp-block-quote.has-text-align-center, blockquote.has-text-align-center{border:none;}.bloglo-entry .wp-block-quote.has-text-align-right, blockquote.has-text-align-right{border-left-style:none;border-right-style:solid;}.bloglo-entry .wp-block-quote cite, blockquote cite{display:block;margin-top:1.6rem;text-align:inherit;font-size:1.4rem;}.bloglo-entry .wp-block-quote.is-large, .bloglo-entry .wp-block-quote.is-style-large{font-size:1.8rem;line-height:1.5;position:relative;background-color:rgba(35, 35, 35, 0.04);padding:3rem 4rem;}.bloglo-entry .wp-block-quote.is-large cite, .bloglo-entry .wp-block-quote.is-style-large cite{font-size:1.333rem;}.bloglo-entry .wp-block-quote.is-large:before, .bloglo-entry .wp-block-quote.is-style-large:before{content:"";position:absolute;width:3.2rem;height:3.2rem;top:1.2rem;left:2rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 123.961 123.961'%3E%3Cpath d='M49.8,29.032c3.1-1.3,4.4-5,3-8l-4.9-10.3c-1.4-2.899-4.8-4.2-7.8-2.899c-8.5,3.6-15.8,8.3-21.6,14 C11.4,28.532,6.6,36.232,4,44.732c-2.6,8.601-4,20.3-4,35.2v30.7c0,3.3,2.7,6,6,6h39.3c3.3,0,6-2.7,6-6v-39.3c0-3.301-2.7-6-6-6 H26.5c0.2-10.101,2.6-18.2,7-24.301C37.1,36.133,42.5,32.133,49.8,29.032z'/%3E%3Cpath d='M120.4,29.032c3.1-1.3,4.399-5,3-8l-4.9-10.199c-1.4-2.9-4.8-4.2-7.8-2.9c-8.4,3.6-15.601,8.3-21.5,13.9 c-7.101,6.8-12,14.5-14.601,23c-2.6,8.399-3.899,20.1-3.899,35.1v30.7c0,3.3,2.7,6,6,6H116c3.3,0,6-2.7,6-6v-39.3 c0-3.301-2.7-6-6-6H97.1c0.2-10.101,2.601-18.2,7-24.301C107.7,36.133,113.1,32.133,120.4,29.032z'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-size:3.2rem;pointer-events:none;opacity:0.1;}.bloglo-entry p.has-background{padding:3rem 3.5rem;border-radius:var(--bloglo-normal-radius);}.wp-block-quote[style*="text-align:center"], .wp-block-quote[style*="text-align: center"]{border:0 !important;padding-left:3rem;padding-right:3rem;}.wp-block-quote[style*="text-align:center"] cite, .wp-block-quote[style*="text-align: center"] cite{text-align:center;}.bloglo-entry .wp-block-quote[style*='text-align:right'], .bloglo-entry .wp-block-quote[style*='text-align: right']{border-left:none;border-right-style:solid;padding:0.6rem 4rem 0.6rem 0;}.bloglo-entry .wp-block-quote[style*='text-align:right'] cite, .bloglo-entry .wp-block-quote[style*='text-align: right'] cite{text-align:right;}.bloglo-entry .wp-block-pullquote.is-style-solid-color{border-radius:var(--bloglo-normal-radius);}.bloglo-entry .wp-block-pullquote blockquote{padding:0;border:0;margin-top:0 !important;margin-bottom:0 !important;}.bloglo-entry .wp-block-pullquote blockquote p{font-size:2.4rem;line-height:1.4;}.bloglo-entry .wp-block-pullquote cite{margin-top:3.2rem;color:inherit !important;opacity:0.75;}.has-drop-cap:not(:focus)::after{padding-top:0;}[type="checkbox"], [type="radio"]{margin-right:1rem;}#page .aligncenter, #page .alignleft, #page .alignright, #page .bypostauthor, #page .sticky, #page .gallery-caption, #page .wp-caption{color:inherit;}#page .alignright{float:right;margin:0.6rem 0 1.6rem 3.2rem;}#page .alignleft{float:left;margin:0.6rem 3.2rem 1.6rem 0;}#page .aligncenter img, #page .alignleft img, #page .alignright img{max-width:100%;}#page img.center{margin:0 auto;display:block;}#page img.full{width:100%;}#page .aligncenter{clear:both;margin-left:auto;margin-right:auto;}body:not(.elementor-page) #page .wp-caption{max-width:100% !important;}body:not(.elementor-page) #page .wp-caption .wp-caption-text{display:block;margin:0.6rem 0 0 0;font-size:1.4rem;text-align:center;}#page .gallery{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;float:none;clear:both;}.bloglo-iflex-center{-js-display:inline-flex;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.bloglo-flex-center{-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.bloglo-flex-justify-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;}.bloglo-flex-justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.bloglo-flex-justify-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;}.bloglo-text-align-left{text-align:left;}.bloglo-text-align-center{text-align:center;}.bloglo-text-align-right{text-align:right;}.gallery figure{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;max-width:100%;margin:0 !important;}.gallery figure img{display:block;border-radius:var(--bloglo-normal-radius);}.gallery.gallery-columns-1 figure{max-width:100%;-ms-flex-preferred-size:100%;flex-basis:100%;}.gallery.gallery-columns-2 figure{max-width:50%;-ms-flex-preferred-size:50%;flex-basis:50%;}.gallery.gallery-columns-3 figure{max-width:33.33%;-ms-flex-preferred-size:33.33%;flex-basis:33.33%;}.gallery.gallery-columns-4 figure{max-width:25%;-ms-flex-preferred-size:25%;flex-basis:25%;}.gallery.gallery-columns-5 figure{max-width:20%;-ms-flex-preferred-size:20%;flex-basis:20%;}.gallery.gallery-columns-6 figure{max-width:16.66%;-ms-flex-preferred-size:16.66%;flex-basis:16.66%;}.gallery.gallery-columns-7 figure{max-width:14.285%;-ms-flex-preferred-size:14.285%;flex-basis:14.285%;}.gallery.gallery-columns-8 figure{max-width:12.5%;-ms-flex-preferred-size:12.5%;flex-basis:12.5%;}.gallery.gallery-columns-9 figure{max-width:11.11%;-ms-flex-preferred-size:11.11%;flex-basis:11.11%;}img{vertical-align:middle;max-width:100%;height:auto;}textarea{resize:vertical;}.bloglo-hide{display:none !important;}.screen-reader-text{border:0;clip:rect(0.1rem, 0.1rem, 0.1rem, 0.1rem);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:0.1rem;margin:-0.1rem;overflow:hidden;padding:0;position:absolute !important;width:0.1rem;word-wrap:normal !important;word-break:normal;}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:var(--bloglo-normal-radius);-webkit-box-shadow:0 0 0.2rem 0.2rem rgba(0, 0, 0, 0.6);box-shadow:0 0 0.2rem 0.2rem rgba(0, 0, 0, 0.6);clip:auto !important;-webkit-clip-path:none;clip-path:none;color:#21759b;display:block;font-size:1.4rem;font-size:0.875rem;font-weight:700;height:auto;right:0.5rem;line-height:normal;padding:1.5rem 2.3rem 1.4rem;text-decoration:none;top:0.5rem;width:auto;z-index:100000;}.skip-link{top:4rem;z-index:999999999;text-decoration:underline;}.skip-link:focus{display:block;left:0.6rem;top:0.7rem;font-size:1.4rem;font-weight:600;text-decoration:none;line-height:normal;padding:1.5rem 2.3rem 1.4rem;z-index:100000;right:auto;}.wp-smiley{margin-bottom:0 !important;}.has-text-align-left{text-align:left !important;}.has-text-align-center{text-align:center !important;}.has-text-align-right{text-align:right !important;}#page{position:relative;-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;min-height:100vh;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.admin-bar #page{min-height:calc(100vh - 32px);}.alignfull.bloglo-contained.has-background{padding-left:0;padding-right:0;}.alignfull.bloglo-wrap-content>div, .bloglo-container, .bloglo-container-fluid, .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer>ul{padding:0 5rem;margin:0 auto;width:100%;}.alignfull.bloglo-stretch>div, .alignfull>.wp-block-embed__wrapper{max-width:100% !important;}.bloglo-container__wide.bloglo-container, .bloglo-container__wide .bloglo-header-container, .bloglo-container__wide .bloglo-logo-container>.bloglo-container, .bloglo-container__wide .bloglo-nav-container>.bloglo-container, .bloglo-container__wide>.bloglo-container, .bloglo-layout__fw-stretched.bloglo-container, .bloglo-layout__fw-stretched .bloglo-container, .bloglo-layout__fw-stretched .bloglo-header-container, .bloglo-layout__fw-stretched .bloglo-logo-container>.bloglo-container, .bloglo-layout__fw-stretched .bloglo-nav-container>.bloglo-container, .bloglo-layout__fw-stretched>.bloglo-container{max-width:100%;}.bloglo-layout__boxed #page, .bloglo-layout__boxed-separated #page{margin:0 auto;}.bloglo-layout__boxed #page{border:0;-webkit-box-shadow:0 0 3rem rgba(50, 52, 54, 0.06);box-shadow:0 0 3rem rgba(50, 52, 54, 0.06);border-radius:0;}.bloglo-layout__boxed-separated #primary, .bloglo-layout__boxed-separated #secondary{margin-top:3rem;margin-bottom:3rem;}@media only screen and (min-width: 961px) {.bloglo-layout__boxed-separated #primary, .bloglo-layout__boxed-separated #secondary {margin-top: 5rem;margin-bottom: 5rem;}}.bloglo-layout__boxed-separated.bloglo-sidebar-position__right-sidebar #primary{padding-right:5rem;}.bloglo-layout__boxed-separated.bloglo-sidebar-position__right-sidebar.bloglo-sidebar-style-3 #primary{padding-right:3.5rem;}.bloglo-layout__boxed-separated.bloglo-sidebar-position__left-sidebar #primary{padding-left:5rem;}.bloglo-layout__boxed-separated.bloglo-sidebar-position__left-sidebar.bloglo-sidebar-style-3 #primary{padding-left:3.5rem;}.bloglo-layout__boxed-separated #page{background:none;}.bloglo-layout__boxed-separated #content{padding:3rem;}.bloglo-layout__boxed-separated #content .entry-content>.alignfull:first-child{margin-top:-3rem;}.bloglo-layout__boxed-separated:not(.comments-open) #content .entry-content>.alignfull:last-child{margin-bottom:-3rem;}.bloglo-layout__boxed-separated.archive #content, .bloglo-layout__boxed-separated.blog #content, .bloglo-layout__boxed-separated.category #content, .bloglo-layout__boxed-separated.search-results #content{padding:0;border:0;-webkit-box-shadow:none;box-shadow:none;background:none;}.bloglo-layout__boxed-separated .pyml-slider-items, .bloglo-layout__boxed-separated.archive .bloglo-article, .bloglo-layout__boxed-separated.blog .bloglo-article, .bloglo-layout__boxed-separated.category .bloglo-article, .bloglo-layout__boxed-separated.search-results .bloglo-article{padding:2.2rem;transition:var(--bloglo-transition-primary);}.bloglo-layout__boxed-separated.archive .bloglo-article, .bloglo-layout__boxed-separated.blog .bloglo-article, .bloglo-layout__boxed-separated.category .bloglo-article, .bloglo-layout__boxed-separated.search-results .bloglo-article{margin-bottom:3rem;}.bloglo-layout__boxed-separated.archive.bloglo-blog-horizontal .bloglo-pagination, .bloglo-layout__boxed-separated.blog.bloglo-blog-horizontal .bloglo-pagination, .bloglo-layout__boxed-separated.category.bloglo-blog-horizontal .bloglo-pagination, .bloglo-layout__boxed-separated.search-results.bloglo-blog-horizontal .bloglo-pagination{margin-top:4rem;}.bloglo-layout__boxed-separated.bloglo-sidebar-style-3 #secondary .bloglo-widget{margin-bottom:2rem;}.bloglo-layout__boxed-separated.bloglo-sidebar-style-3 #secondary .bloglo-widget.widget_media_image{padding:0;overflow:hidden;}.bloglo-layout__boxed-separated.bloglo-sidebar-style-3 #secondary .widget_media_image .widget-title{padding-left:2.5rem;margin-left:0;margin-top:2rem;}.bloglo-article.post.sticky{outline:3px solid var(--bloglo-primary_15);}.bloglo-layout-shadow #comments .comment-body, .bloglo-layout-shadow #comments .comment_container, .bloglo-layout-shadow .author-box, .bloglo-layout-shadow.bloglo-layout__boxed #page, .bloglo-layout-shadow.bloglo-layout__boxed-separated:not(.archive, .blog, .category, .search-results) #content, .bloglo-layout-shadow.bloglo-layout__boxed-separated.author .author-box, .bloglo-layout-shadow.bloglo-layout__boxed-separated.blog .bloglo-article, .bloglo-layout-shadow.bloglo-layout__boxed-separated.category .bloglo-article, .bloglo-layout-shadow.bloglo-layout__boxed-separated.search-results .bloglo-article, .bloglo-layout-shadow.bloglo-layout__boxed-separated.bloglo-sidebar-style-3 #secondary .bloglo-widget, .bloglo-layout-shadow.bloglo-layout__boxed-separated .pyml-slider-items, .bloglo-layout-shadow.bloglo-layout__boxed-separated .ticker-slider-items, .bloglo-layout-shadow.bloglo-layout__boxed-separated.archive article.bloglo-article, .bloglo-layout-shadow.bloglo-layout__boxed-separated.blog article.bloglo-article, .bloglo-layout-shadow.bloglo-layout__boxed-separated.category article.bloglo-article, .bloglo-layout-shadow.bloglo-layout__boxed-separated.search-results article.bloglo-article{box-shadow:0 1px 3px rgba(0, 0, 0, 0.18);border-color:transparent;}.bloglo-layout-shadow.bloglo-layout__boxed-separated .pyml-slider-items:hover, .bloglo-layout-shadow.bloglo-layout__boxed-separated.archive article.bloglo-article:hover, .bloglo-layout-shadow.bloglo-layout__boxed-separated.blog article.bloglo-article:hover, .bloglo-layout-shadow.bloglo-layout__boxed-separated.category article.bloglo-article:hover, .bloglo-layout-shadow.bloglo-layout__boxed-separated.search-results article.bloglo-article:hover{box-shadow:rgba(0, 0, 0, 0.14) 0 0 2.5rem 0;}.bloglo-layout-shadow.bloglo-layout__boxed-separated.archive .col-xs-12>.bloglo-article, .bloglo-layout-shadow.bloglo-layout__boxed-separated.blog .col-xs-12>.bloglo-article, .bloglo-layout-shadow.bloglo-layout__boxed-separated.category .col-xs-12>.bloglo-article, .bloglo-layout-shadow.bloglo-layout__boxed-separated.search-results .col-xs-12>.bloglo-article{margin-bottom:0;}.bloglo-layout__framed #page{z-index:0;margin:3rem 4.5rem 0;overflow:hidden;border-radius:1rem 1rem 0 0;background-color:var(--bloglo-white);-webkit-box-shadow:0 0 3rem rgba(50, 52, 54, 0.18);box-shadow:0 0 3rem rgba(50, 52, 54, 0.18);}.bloglo-layout__framed.bloglo-sticky-header #page #bloglo-header-inner{margin:0 5rem 0;}#main iframe{max-width:100%;}.wp-block-embed__wrapper{overflow:hidden;border-radius:var(--bloglo-normal-radius);}.wp-block-embed__wrapper.alignfull{border-radius:0;}.bloglo-flex-row{-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;--bloglo-gutter-x:2.4rem;--bloglo-gutter-y:0;margin-top:calc(var(--bloglo-gutter-y) * -1);margin-right:calc(var(--bloglo-gutter-x) / -2);margin-left:calc(var(--bloglo-gutter-x) / -2);}.bloglo-flex-row.reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;}.bloglo-flex-row div[class^="col-"], .bloglo-flex-row div[class*="col-"]{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;padding-right:calc(var(--bloglo-gutter-x) / 2);padding-left:calc(var(--bloglo-gutter-x) / 2);margin-top:var(--bloglo-gutter-y);}.g-0, .gx-0{--bloglo-gutter-x:0;}.g-0, .gy-0{--bloglo-gutter-y:0;}.g-1, .gx-1{--bloglo-gutter-x:0.4rem;}.g-1, .gy-1{--bloglo-gutter-y:0.4rem;}.g-2, .gx-2{--bloglo-gutter-x:0.8rem;}.g-2, .gy-2{--bloglo-gutter-y:0.8rem;}.g-3, .gx-3{--bloglo-gutter-x:1.6rem;}.g-3, .gy-3{--bloglo-gutter-y:1.6rem;}.g-4, .gx-4{--bloglo-gutter-x:2.4rem;}.g-4, .gy-4{--bloglo-gutter-y:2.4rem;}.g-5, .gx-5{--bloglo-gutter-x:4.8rem;}.g-5, .gy-5{--bloglo-gutter-y:4.8rem;}.g-6, .gx-6{--bloglo-gutter-x:6.5rem;}.g-6, .gy-6{--bloglo-gutter-y:6.5rem;}.site .bloglo-flex-row .col-xs{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;max-width:100%;-ms-flex-preferred-size:0;flex-basis:0;}.site .bloglo-flex-row .col-xs.flex-basis-auto{-ms-flex-preferred-size:auto;flex-basis:auto;}.site .bloglo-flex-row .col-xs-1{-ms-flex-preferred-size:8.33333%;flex-basis:8.33333%;max-width:8.33333%;}.site .bloglo-flex-row .col-xs-2{-ms-flex-preferred-size:16.66667%;flex-basis:16.66667%;max-width:16.66667%;}.site .bloglo-flex-row .col-xs-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%;}.site .bloglo-flex-row .col-xs-4{-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%;max-width:33.33333%;}.site .bloglo-flex-row .col-xs-5{-ms-flex-preferred-size:41.66667%;flex-basis:41.66667%;max-width:41.66667%;}.site .bloglo-flex-row .col-xs-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%;}.site .bloglo-flex-row .col-xs-7{-ms-flex-preferred-size:58.33333%;flex-basis:58.33333%;max-width:58.33333%;}.site .bloglo-flex-row .col-xs-8{-ms-flex-preferred-size:66.66667%;flex-basis:66.66667%;max-width:66.66667%;}.site .bloglo-flex-row .col-xs-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%;}.site .bloglo-flex-row .col-xs-10{-ms-flex-preferred-size:83.33333%;flex-basis:83.33333%;max-width:83.33333%;}.site .bloglo-flex-row .col-xs-11{-ms-flex-preferred-size:91.66667%;flex-basis:91.66667%;max-width:91.66667%;}.site .bloglo-flex-row .col-xs-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%;}.site .bloglo-flex-row .col-xs-offset-0{margin-left:0%;}.site .bloglo-flex-row .col-xs-offset-1{margin-left:8.33333%;}.site .bloglo-flex-row .col-xs-offset-2{margin-left:16.66667%;}.site .bloglo-flex-row .col-xs-offset-3{margin-left:25%;}.site .bloglo-flex-row .col-xs-offset-4{margin-left:33.33333%;}.site .bloglo-flex-row .col-xs-offset-5{margin-left:41.66667%;}.site .bloglo-flex-row .col-xs-offset-6{margin-left:50%;}.site .bloglo-flex-row .col-xs-offset-7{margin-left:58.33333%;}.site .bloglo-flex-row .col-xs-offset-8{margin-left:66.66667%;}.site .bloglo-flex-row .col-xs-offset-9{margin-left:75%;}.site .bloglo-flex-row .col-xs-offset-10{margin-left:83.33333%;}.site .bloglo-flex-row .col-xs-offset-11{margin-left:91.66667%;}.site .bloglo-flex-row .first-xs{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;}.site .bloglo-flex-row .last-xs{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}.site .bloglo-flex-row.start-xs, .site .bloglo-flex-row .start-xs{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left;}.site .bloglo-flex-row.center-xs, .site .bloglo-flex-row .center-xs{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;}.site .bloglo-flex-row.end-xs, .site .bloglo-flex-row .end-xs{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end;margin-left:auto;}.site .bloglo-flex-row.top-xs, .site .bloglo-flex-row .top-xs{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}.site .bloglo-flex-row.middle-xs, .site .bloglo-flex-row .middle-xs{-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.site .bloglo-flex-row.bottom-xs, .site .bloglo-flex-row .bottom-xs{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;}.site .bloglo-flex-row.stretch-xs, .site .bloglo-flex-row .stretch-xs{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;}.site .bloglo-flex-row.around-xs{-ms-flex-pack:distribute;justify-content:space-around;}.site .bloglo-flex-row.between-xs{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}.site .bloglo-flex-row>div:not(.col-xs-12), .site .bloglo-flex-row>iframe{width:100%;}.wp-block-columns{margin-bottom:0;}.wp-block-columns .wp-block-column{margin-bottom:3.2rem;}.wp-block-columns .wp-block-column:empty{margin-bottom:0;}#main .wp-block-buttons{margin-bottom:-0.8rem;}.wp-block-button__link{line-height:1.4;font-size:inherit;padding:1.2rem 3.2rem;min-height:5rem;-js-display:inline-flex;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.wp-block-button__link, .content-area .bloglo-entry a.wp-block-button__link{text-decoration:none;border:0.2rem solid;}.wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button.is-style-outline .wp-block-button__link:active{border-color:transparent !important;background-color:var(--bloglo-secondary) !important;color:var(--bloglo-white) !important;}.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover, .wp-block-button:not(.is-style-outline) .wp-block-button__link:active{border-color:currentColor !important;background-color:transparent !important;color:inherit !important;}.alignwide{margin-right:-3rem;margin-left:-3rem;max-width:unset;width:unset;}.alignfull, .alignwide{max-width:unset;width:unset;}.alignfull, .alignwide, .wp-block-cover{margin-top:3.2rem;margin-bottom:3.2rem;}.has-medium-font-size{line-height:1.5;}.has-huge-font-size, .has-large-font-size{line-height:1.25;}.wp-block-button.is-style-squared .wp-block-button__link{border-radius:var(--bloglo-normal-radius);border:0.1rem solid rgba(0, 0, 0, 0.12);}.wp-block-media-text{margin-top:2rem;margin-bottom:2rem;}.wp-block-media-text__content p:first-child{margin-top:0;}.wp-block-media-text__content p:last-child{margin-bottom:0;}.wp-block-media-text__content p.has-large-font-size{margin-bottom:1.6rem;}#page .wp-block-social-links{margin-top:3.2rem;margin-bottom:3.2rem;margin-left:0;}#page .wp-block-social-links .wp-social-link a, #page .wp-block-social-links .wp-social-link a:hover{color:inherit;}@-webkit-keyframes slideToLeft {0%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}100% {-webkit-transform: translate3d(-100%, 0, 0);transform: translate3d(-100%, 0, 0);}}@keyframes slideToLeft {0%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}100% {-webkit-transform: translate3d(-100%, 0, 0);transform: translate3d(-100%, 0, 0);}}@-webkit-keyframes slideToRight {0%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}100% {-webkit-transform: translate3d(100%, 0, 0);transform: translate3d(100%, 0, 0);}}@keyframes slideToRight {0%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}100% {-webkit-transform: translate3d(100%, 0, 0);transform: translate3d(100%, 0, 0);}}@-webkit-keyframes slideFromLeft {0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);}100% {-webkit-transform: translateX(0);transform: translateX(0);}}@keyframes slideFromLeft {0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);}100% {-webkit-transform: translateX(0);transform: translateX(0);}}@-webkit-keyframes slideFromRight {0%{-webkit-transform:translateX(100%);transform:translateX(100%);}100% {-webkit-transform: translateX(0);transform: translateX(0);}}@keyframes slideFromRight {0%{-webkit-transform:translateX(100%);transform:translateX(100%);}100% {-webkit-transform: translateX(0);transform: translateX(0);}}@-webkit-keyframes slideFromRightToLeft {0%{-webkit-transform:translateX(100%);transform:translateX(100%);}100% {-webkit-transform: translateX(-100%);transform: translateX(-100%);}}@keyframes slideFromRightToLeft {0%{-webkit-transform:translateX(100%);transform:translateX(100%);}100% {-webkit-transform: translateX(-100%);transform: translateX(-100%);}}@-webkit-keyframes ai_bounce {0%, 100%{-webkit-transform:scale(0);transform:scale(0);}50% {-webkit-transform: scale(1);transform: scale(1);}}@keyframes ai_bounce {0%, 100%{-webkit-transform:scale(0);transform:scale(0);}50% {-webkit-transform: scale(1);transform: scale(1);}}@-webkit-keyframes bloglo-scaleout {0%{-webkit-transform:scale(0);transform:scale(0);}100% {-webkit-transform: scale(1);transform: scale(1);opacity: 0;}}@keyframes bloglo-scaleout {0%{-webkit-transform:scale(0);transform:scale(0);}100% {-webkit-transform: scale(1);transform: scale(1);opacity: 0;}}#infinite-handle span, .bloglo-btn, .site-main .woocommerce #respond input#submit, .site-main .woocommerce a.button, .site-main .woocommerce button.button, .site-main .woocommerce input.button, .woocommerce #review_form #respond .form-submit input, .woocommerce div.product form.cart .button, .woocommerce ul.products li.product .added_to_cart, .woocommerce ul.products li.product .button, body:not(.wp-customizer) input[type="submit"], input[type="reset"]{-js-display:inline-flex;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;max-width:100%;cursor:pointer;-moz-appearance:none;-webkit-appearance:none;-webkit-box-shadow:none;box-shadow:none;border-style:solid;-ms-flex-negative:0;flex-shrink:0;font-size:inherit;min-height:5rem;padding:1rem 3.2rem;}input[type="reset"]{background:var(--bloglo-secondary);color:#ffffff;border-color:var(--bloglo-secondary);}input[type="reset"]:hover, .using-keyboard input[type="reset"]:focus{border-color:var(--bloglo-primary);}@media(max-width:48.875em){#infinite-handle span, .bloglo-btn, .site-main .woocommerce #respond input#submit, .site-main .woocommerce a.button, .site-main .woocommerce button.button, .site-main .woocommerce input.button, .woocommerce #review_form #respond .form-submit input, .woocommerce div.product form.cart .button, .woocommerce ul.products li.product .added_to_cart, .woocommerce ul.products li.product .button, body:not(.wp-customizer) input[type="submit"], input[type="reset"] {padding: 0.99rem 2.3rem;min-height: 4.5rem;}}#infinite-handle span span, .bloglo-btn span, .site-main .woocommerce #respond input#submit span, .site-main .woocommerce a.button span, .site-main .woocommerce button.button span, .site-main .woocommerce input.button span, .woocommerce #review_form #respond .form-submit input span, .woocommerce div.product form.cart .button span, .woocommerce ul.products li.product .added_to_cart span, .woocommerce ul.products li.product .button span, body:not(.wp-customizer) input[type="submit"] span{z-index:2;position:relative;}#infinite-handle span.disabled, #infinite-handle span:disabled, .bloglo-btn.disabled, .bloglo-btn:disabled, .site-main .woocommerce #respond input#submit.disabled, .site-main .woocommerce #respond input#submit:disabled, .site-main .woocommerce a.button.disabled, .site-main .woocommerce a.button:disabled, .site-main .woocommerce button.button.disabled, .site-main .woocommerce button.button:disabled, .site-main .woocommerce input.button.disabled, .site-main .woocommerce input.button:disabled, .woocommerce #review_form #respond .form-submit input.disabled, .woocommerce #review_form #respond .form-submit input:disabled, .woocommerce div.product form.cart .button.disabled, .woocommerce div.product form.cart .button:disabled, .woocommerce ul.products li.product .added_to_cart.disabled, .woocommerce ul.products li.product .added_to_cart:disabled, .woocommerce ul.products li.product .button.disabled, .woocommerce ul.products li.product .button:disabled, body:not(.wp-customizer) input[type="submit"].disabled, body:not(.wp-customizer) input[type="submit"]:disabled{cursor:not-allowed !important;}#infinite-handle span.disabled>span, #infinite-handle span.disabled>svg, #infinite-handle span:disabled>span, #infinite-handle span:disabled>svg, .bloglo-btn.disabled>span, .bloglo-btn.disabled>svg, .bloglo-btn:disabled>span, .bloglo-btn:disabled>svg, .site-main .woocommerce #respond input#submit.disabled>span, .site-main .woocommerce #respond input#submit.disabled>svg, .site-main .woocommerce #respond input#submit:disabled>span, .site-main .woocommerce #respond input#submit:disabled>svg, .site-main .woocommerce a.button.disabled>span, .site-main .woocommerce a.button.disabled>svg, .site-main .woocommerce a.button:disabled>span, .site-main .woocommerce a.button:disabled>svg, .site-main .woocommerce button.button.disabled>span, .site-main .woocommerce button.button.disabled>svg, .site-main .woocommerce button.button:disabled>span, .site-main .woocommerce button.button:disabled>svg, .site-main .woocommerce input.button.disabled>span, .site-main .woocommerce input.button.disabled>svg, .site-main .woocommerce input.button:disabled>span, .site-main .woocommerce input.button:disabled>svg, .woocommerce #review_form #respond .form-submit input.disabled>span, .woocommerce #review_form #respond .form-submit input.disabled>svg, .woocommerce #review_form #respond .form-submit input:disabled>span, .woocommerce #review_form #respond .form-submit input:disabled>svg, .woocommerce div.product form.cart .button.disabled>span, .woocommerce div.product form.cart .button.disabled>svg, .woocommerce div.product form.cart .button:disabled>span, .woocommerce div.product form.cart .button:disabled>svg, .woocommerce ul.products li.product .added_to_cart.disabled>span, .woocommerce ul.products li.product .added_to_cart.disabled>svg, .woocommerce ul.products li.product .added_to_cart:disabled>span, .woocommerce ul.products li.product .added_to_cart:disabled>svg, .woocommerce ul.products li.product .button.disabled>span, .woocommerce ul.products li.product .button.disabled>svg, .woocommerce ul.products li.product .button:disabled>span, .woocommerce ul.products li.product .button:disabled>svg, body:not(.wp-customizer) input[type="submit"].disabled>span, body:not(.wp-customizer) input[type="submit"].disabled>svg, body:not(.wp-customizer) input[type="submit"]:disabled>span, body:not(.wp-customizer) input[type="submit"]:disabled>svg, button.bloglo-btn:disabled{opacity:0.5;}#secondary .woocommerce a.button, #secondary .woocommerce button.button, #secondary .woocommerce input.button, .btn-small, .site-main .woocommerce #respond input#submit, .site-main .woocommerce .shipping-calculator-form .button, .site-main .woocommerce .woocommerce-orders-table a.button, .site-main .woocommerce .woocommerce-Pagination a.button, .site-main .woocommerce .woocommerce-table a.button, .woocommerce #secondary .widget_price_filter .price_slider_amount .button, .woocommerce ul.products li.product .added_to_cart, .woocommerce ul.products li.product .button{font-size:90% !important;min-height:4rem;padding:0.8rem 2.4rem;}#place_order, .btn-large{min-height:5.7rem;font-size:108% !important;}.btn-xlarge{font-size:130% !important;min-height:6.9rem;font-weight:600;}.btn-fw{width:100%;text-align:center;}.btn-large-radius{border-radius:5rem;}.btn-left-icon, .btn-right-icon{position:relative;}.btn-left-icon>svg, .btn-right-icon>svg{height:1.76rem;}.btn-left-icon.btn-reveal>svg, .btn-right-icon.btn-reveal>svg{-webkit-transition:opacity 0.1s ease, -webkit-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);transition:opacity 0.1s ease, -webkit-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);transition:transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.1s ease;transition:transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.1s ease, -webkit-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);opacity:0;position:absolute;top:50%;-webkit-transform:translate3d(0, -50%, 0);transform:translate3d(0, -50%, 0);}.btn-left-icon.btn-reveal>span, .btn-right-icon.btn-reveal>span{-webkit-transition:padding 0.35s cubic-bezier(0.645, 0.045, 0.355, 1), margin 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);transition:padding 0.35s cubic-bezier(0.645, 0.045, 0.355, 1), margin 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:padding, margin;}.btn-left-icon.btn-svg>svg, .btn-right-icon.btn-svg>svg{height:1.6rem !important;width:auto !important;vertical-align:middle;fill:currentColor;}.btn-left-icon>svg{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-right:1.04em;margin-left:-1.04em;}.btn-left-icon>span{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;}.btn-left-icon.btn-reveal>svg{left:0.8em;-webkit-transform:translate3d(1rem, -50%, 0);transform:translate3d(1rem, -50%, 0);margin-left:0;margin-right:0;}.btn-left-icon.btn-reveal:hover>span{padding-left:1.6rem;margin-right:-1.6rem;}.btn-left-icon.btn-reveal:hover>svg{opacity:1;-webkit-transform:translate3d(0, -50%, 0);transform:translate3d(0, -50%, 0);}.btn-right-icon>svg{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-left:10.4rem;margin-right:-10.4rem;}.btn-right-icon.btn-reveal>svg{right:1.28rem;-webkit-transform:translate3d(-1rem, -50%, 0);transform:translate3d(-1rem, -50%, 0);margin-left:0;margin-right:0;}.btn-right-icon.btn-reveal:hover>span{padding-right:1.6rem;margin-left:-1.6rem;}.btn-right-icon.btn-reveal:hover>svg{opacity:1;-webkit-transform:translate3d(0, -50%, 0);transform:translate3d(0, -50%, 0);}.bloglo-btn.btn-white{background:var(--bloglo-white);border-color:var(--bloglo-white);color:var(--bloglo-secondary);}.bloglo-btn.btn-white:hover, .bloglo-btn.btn-white:focus, .using-keyboard .bloglo-btn.btn-white:focus{color:var(--bloglo-primary);background:var(--bloglo-white);}.bloglo-btn.btn-white.btn-outline{border-color:var(--bloglo-white);color:var(--bloglo-white);}.bloglo-btn.btn-white.btn-outline:hover, .using-keyboard .bloglo-btn.btn-white.btn-outline:focus{background:var(--bloglo-white);color:var(--bloglo-secondary);}.bloglo-btn.btn-outline, .bloglo-btn.btn-secondary.btn-outline{background-color:transparent;}.bloglo-btn.btn-secondary.btn-outline{border-color:var(--bloglo-secondary);color:var(--bloglo-secondary);}.bloglo-btn.btn-secondary.btn-outline:hover, .using-keyboard .bloglo-btn.btn-secondary.btn-outline:focus{background:var(--bloglo-secondary);color:#ffffff;}.bloglo-btn.btn-with-shadow{-webkit-box-shadow:0 0 0 rgba(0, 0, 0, 0);box-shadow:0 0 0 rgba(0, 0, 0, 0);}.bloglo-btn.btn-with-shadow:hover{-webkit-box-shadow:0 0.5rem 2.5rem rgba(0, 0, 0, 0.175);box-shadow:0 0.5rem 2.5rem rgba(0, 0, 0, 0.175);-webkit-transform:translateY(-0.2rem);-ms-transform:translateY(-0.2rem);transform:translateY(-0.2rem);}.bloglo-btn.btn-text-1{padding:0 !important;min-height:0;height:auto;background:none !important;-webkit-box-shadow:none !important;box-shadow:none !important;border:none !important;font-weight:500;}.bloglo-btn.btn-text-1 span{padding:0;}.bloglo-btn.btn-text-1 span:before{content:"";position:absolute;bottom:-0.1rem;left:0;width:100%;height:0.1rem;border-radius:0;}.bloglo-btn.btn-text-1 span:before{background:currentColor;-webkit-transform-origin:right center;-ms-transform-origin:right center;transform-origin:right center;-webkit-transform:scale(0, 1);-ms-transform:scale(0, 1);transform:scale(0, 1);-webkit-transition:-webkit-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);transition:-webkit-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);transition:transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);transition:transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);backface-visibility:hidden;-webkit-backface-visibility:hidden;will-change:scale;z-index:1;}.bloglo-btn.btn-text-1:hover>span:before, .using-keyboard .bloglo-btn.btn-text-1:focus-within>span:before{-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center;-webkit-transform:scale(1, 1);-ms-transform:scale(1, 1);transform:scale(1, 1);}.bloglo-btn.btn-text-1.btn-left-icon>span, .bloglo-btn.btn-text-1.btn-right-icon>span{padding-left:0 !important;padding-right:0 !important;}#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text, input[type=date], input[type=email], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], textarea{font-size:inherit;font-weight:400;font-family:-apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;border:0.2rem solid rgba(190, 190, 190, 0.3);background-color:var(--bloglo-white);padding:0.9rem 1.6rem;color:#66717f;width:100%;border-radius:var(--bloglo-normal-radius);line-height:1 !important;min-height:5rem;}#add_payment_method table.cart td.actions .coupon .input-text:focus, .woocommerce-cart table.cart td.actions .coupon .input-text:focus, .woocommerce-checkout table.cart td.actions .coupon .input-text:focus, input[type="date"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, textarea:focus{color:var(--bloglo-black);}#add_payment_method table.cart td.actions .coupon .input-text.bloglo-invalid, .woocommerce-cart table.cart td.actions .coupon .input-text.bloglo-invalid, .woocommerce-checkout table.cart td.actions .coupon .input-text.bloglo-invalid, input[type="date"].bloglo-invalid, input[type="email"].bloglo-invalid, input[type="password"].bloglo-invalid, input[type="search"].bloglo-invalid, input[type="tel"].bloglo-invalid, input[type="text"].bloglo-invalid, input[type="url"].bloglo-invalid, textarea.bloglo-invalid{border-color:#f33;}fieldset{border:0.1rem solid rgba(190, 190, 190, 0.3);margin:2.4rem 0.2rem;padding:1rem 2.5rem 2rem;border-radius:var(--bloglo-normal-radius);}fieldset legend+p{margin-top:0;}fieldset p:last-child{margin-bottom:0;}legend{font-size:inherit;display:table;max-width:100%;padding-left:1.6rem;padding-right:1.6rem;white-space:normal;font-weight:400;}.select2-container .select2-selection--single{height:4.5rem;border:0.2rem solid rgba(190, 190, 190, 0.3);border-radius:var(--bloglo-normal-radius);margin-bottom:0.2rem;}.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:4.4rem;color:#66717f;padding-left:1.5rem;padding-right:3rem;}.select2-container--default .select2-selection--single .select2-selection__arrow{width:3rem;height:4.5rem;}.select2-container--default .select2-search--dropdown{padding:1rem 1rem 0.5rem 1rem;}.select2-container--default .select2-search--dropdown .select2-search__field{padding:0.8rem 1.6rem;border-color:rgba(190, 190, 190, 0.3);border-radius:var(--bloglo-normal-radius);background-color:rgba(190, 190, 190, 0.2);}.select2-container--default .select2-results>.select2-results__options{padding-bottom:1rem;}.select2-container--default .select2-results__option[data-selected="true"]{background-color:rgba(190, 190, 190, 0.2);}.select2-dropdown{border-color:rgba(190, 190, 190, 0.3);border-width:0.2rem;border-radius:var(--bloglo-normal-radius);top:-0.2rem;}.select2-container--open .select2-dropdown{-webkit-box-shadow:0 1rem 2rem rgba(0, 0, 0, 0.15);box-shadow:0 1rem 2rem rgba(0, 0, 0, 0.15);}.select2-results__option{padding:0.6rem 1.5rem;-webkit-box-shadow:none !important;box-shadow:none !important;outline:none !important;margin:0 1rem;border-radius:var(--bloglo-normal-radius);}label{display:inline-block;font-weight:600;}.nsu-checkbox label, input[type="checkbox"]+label, input[type="radio"]+label{display:inline;margin-bottom:0;font-weight:400;}textarea{line-height:1.5 !important;min-height:18.72rem;max-height:60rem;}select{line-height:1.2;height:4.5rem;padding:1rem 1.8rem;background:none;border:0.2rem solid rgba(190, 190, 190, 0.3);-o-border-image:initial;border-image:initial;border-radius:var(--bloglo-normal-radius);font-size:inherit;color:inherit;font-family:inherit;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 1rem center;background-size:1em;}select:focus{outline:none;}[data-theme="dark"] select{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-color:var(--bloglo-white);color:var(--bloglo-secondary);}input:-webkit-autofill{animation-name:autofill;-webkit-animation-name:autofill;animation-fill-mode:both;-webkit-animation-fill-mode:both;}.bloglo-input-supported input[type="checkbox"], .bloglo-input-supported input[type="radio"]{position:relative;border:0.2rem solid currentColor;border-radius:var(--bloglo-normal-radius);background:none;clear:none;cursor:pointer;display:inline-block !important;line-height:0;margin:0 0.96em 0 0;outline:0;padding:0 !important;text-align:center;vertical-align:text-top;height:2rem;width:2rem;min-width:2rem;-webkit-appearance:none;-moz-appearance:none;opacity:0.5;}.bloglo-input-supported input[type="checkbox"]+label, .bloglo-input-supported input[type="radio"]+label{cursor:pointer;font-weight:400;font-size:1.5rem;}.bloglo-input-supported input[type="checkbox"]:not([id^='wpforms-']):before, .bloglo-input-supported input[type="radio"]:not([id^='wpforms-']):before{content:"";opacity:0;position:absolute;}.bloglo-input-supported input[type="checkbox"]:checked, .bloglo-input-supported input[type="checkbox"]:checked:before, .bloglo-input-supported input[type="checkbox"]:focus, .bloglo-input-supported input[type="checkbox"]:hover, .bloglo-input-supported input[type="radio"]:checked, .bloglo-input-supported input[type="radio"]:checked:before, .bloglo-input-supported input[type="radio"]:focus, .bloglo-input-supported input[type="radio"]:hover{opacity:1;}.bloglo-input-supported input[type="checkbox"]{-webkit-box-shadow:inset 0 0 0 0;box-shadow:inset 0 0 0 0;}.bloglo-input-supported input[type="checkbox"]:not([id^='wpforms-']):before{left:0.6rem;top:0.2rem;width:0.5rem;height:1rem;border:solid var(--bloglo-white);border-width:0 0.2rem 0.2rem 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);z-index:2;}.bloglo-input-supported input[type="checkbox"]:focus, .bloglo-input-supported input[type="checkbox"]:hover{-webkit-box-shadow:inset 0 0 0 0.2rem;box-shadow:inset 0 0 0 0.2rem;}.bloglo-input-supported input[type="checkbox"]:not([id^='wpforms-']):checked{opacity:1;-webkit-box-shadow:none !important;box-shadow:none !important;}.bloglo-input-supported input[type="checkbox"]:not([id^='wpforms-']):checked:before{-webkit-transform:rotate(45deg) scale(1);-ms-transform:rotate(45deg) scale(1);transform:rotate(45deg) scale(1);}.bloglo-input-supported input[type="radio"]{border-radius:50%;}.bloglo-input-supported input[type="radio"]:not([id^='wpforms-']):before{width:1rem;height:1rem;top:50%;left:0.3rem;margin-top:-0.5rem;border-radius:50%;}.bloglo-input-supported .comment-subscription-form #subscribe_blog, .bloglo-input-supported .comment-subscription-form #subscribe_comments{-webkit-appearance:none !important;-moz-appearance:none !important;}.bloglo-input-supported .comment-form-cookies-consent{-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.bloglo-social-nav{-ms-flex-align:center;align-items:center;}.bloglo-social-nav, .bloglo-social-nav>ul{height:100%;-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;}.bloglo-social-nav>ul{-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;}.bloglo-social-nav>ul>li{position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-negative:0;flex-shrink:0;height:100%;}.bloglo-social-nav>ul>li:last-child>a{margin-right:0;}.bloglo-social-nav>ul>li>a{display:block;margin-right:1.6rem;}.bloglo-social-nav>ul>li>a>span:not(.screen-reader-text){display:block;-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;color:inherit;font-weight:400;overflow-y:hidden;-webkit-transition:var(--bloglo-transition-primary);transition:var(--bloglo-transition-primary);}.bloglo-social-nav>ul>li>a .bloglo-icon{padding-left:0.2rem;padding-right:0.2rem;}.bloglo-social-nav>ul>li>a:before{display:none !important;}.bloglo-social-nav>ul>li>a:hover .bloglo-icon, .bloglo-social-nav>ul>li>a:focus-within .bloglo-icon{-webkit-transform:translateY(-225%);-ms-transform:translateY(-225%);transform:translateY(-225%);}.bloglo-social-nav>ul>li>a:hover .bloglo-icon.bottom-icon, .bloglo-social-nav>ul>li>a:focus-within .bloglo-icon.bottom-icon{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}.bloglo-social-nav>ul>li>a .bloglo-icon{-js-display:inline-flex;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:-webkit-transform 0.22s;transition:-webkit-transform 0.22s;transition:transform 0.22s;transition:transform 0.22s, -webkit-transform 0.22s;opacity:1;will-change:transform;}.bloglo-social-nav>ul>li>a .bloglo-icon.bottom-icon{position:absolute;-webkit-transform:translate3d(0, 225%, 0);transform:translate3d(0, 225%, 0);}.bloglo-social-nav>ul>li>a span{position:relative;}.bloglo-social-nav.rounded-fill>ul>li>a>span:not(.screen-reader-text), .bloglo-social-nav.rounded>ul>li>a>span:not(.screen-reader-text){margin-right:0.8rem;background-color:rgba(0, 0, 0, 0.15);border-radius:50%;padding:0;}.bloglo-social-nav.rounded-fill>ul>li>a .bloglo-icon, .bloglo-social-nav.rounded>ul>li>a .bloglo-icon{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.bloglo-social-nav.rounded-fill>ul>li>a, .bloglo-social-nav.rounded>ul>li>a, .bloglo-social-nav.rounded-fill>ul>li:last-child>a, .bloglo-social-nav.rounded>ul>li:last-child>a{margin-right:0;}.bloglo-social-nav>ul>li>a .bloglo-icon{height:1.6rem;}.bloglo-social-nav.rounded-fill>ul>li>a>span:not(.screen-reader-text), .bloglo-social-nav.rounded>ul>li>a>span:not(.screen-reader-text){width:3.6rem;height:3.6rem;}.bloglo-social-nav.bloglo-small>ul>li>a .bloglo-icon{height:1.4rem;}.bloglo-social-nav.bloglo-small.rounded-fill>ul>li>a>span:not(.screen-reader-text), .bloglo-social-nav.bloglo-small.rounded>ul>li>a>span:not(.screen-reader-text){width:3.2rem;height:3.2rem;}.bloglo-social-nav.bloglo-large>ul>li>a .bloglo-icon{height:2rem;}.bloglo-social-nav.bloglo-large.rounded-fill>ul>li>a>span:not(.screen-reader-text), .bloglo-social-nav.bloglo-large.rounded>ul>li>a>span:not(.screen-reader-text){width:4.4rem;height:4.4rem;}.bloglo-social-nav.bloglo-xlarge>ul>li>a .bloglo-icon{height:2.8rem;}.bloglo-social-nav.bloglo-xlarge.rounded-fill>ul>li>a>span:not(.screen-reader-text), .bloglo-social-nav.bloglo-xlarge.rounded>ul>li>a>span:not(.screen-reader-text){width:5.1rem;height:5.1rem;}.bloglo-social-nav.minimal-fill>ul>li>a>span.dribbble{color:#d97aa6;}.bloglo-social-nav.minimal-fill>ul>li>a>span.facebook{color:#175beb;}.bloglo-social-nav.minimal-fill>ul>li>a>span.stackoverflow{color:#e77b23;}.bloglo-social-nav.minimal-fill>ul>li>a>span.github{color:#0d1117;}.bloglo-social-nav.minimal-fill>ul>li>a>span.twitter{color:#000000;}.bloglo-social-nav.minimal-fill>ul>li>a>span.instagram{color:#ef00a2;}.bloglo-social-nav.minimal-fill>ul>li>a>span.linkedin{color:#0077b5;}.bloglo-social-nav.minimal-fill>ul>li>a>span.pinterest{color:#ee3e52;}.bloglo-social-nav.minimal-fill>ul>li>a>span.tumblr{color:#5f7990;}.bloglo-social-nav.minimal-fill>ul>li>a>span.youtube{color:#fb5555;}.bloglo-social-nav.minimal-fill>ul>li>a>span.flickr{color:#ef3998;}.bloglo-social-nav.minimal-fill>ul>li>a>span.twitch{color:#8551e6;}.bloglo-social-nav.minimal-fill>ul>li>a>span.vk{color:#6299dc;}.bloglo-social-nav.minimal-fill>ul>li>a>span.telegram{color:#08c;}.bloglo-social-nav.minimal-fill>ul>li>a>span.discord{color:#5865f2;}.bloglo-social-nav.minimal-fill>ul>li>a>span.wechat{color:#09B83E;}.bloglo-social-nav.minimal-fill>ul>li>a>span.qq{color:#09f;}.bloglo-social-nav.minimal-fill>ul>li>a>span.bilibili{color:#06B6F2;}.bloglo-social-nav.minimal-fill>ul>li>a>span.threads{color:#101010;}.bloglo-social-nav.minimal-fill>ul>li>a>span.rss{color:#f59f23;}.bloglo-social-nav.minimal-fill>ul>li>a>span.tiktok{color:#010101;}.bloglo-social-nav.minimal-fill>ul>li>a>span.linktree{color:#4ae767;}.bloglo-social-nav.minimal-fill>ul>li>a>span.rumble{color:#85c742;}.bloglo-social-nav.minimal-fill>ul>li>a>span.mastodon{color:#6364ff;}.bloglo-social-nav.minimal-fill>ul>li>a>span.bluesky{color:#1185fe;}.bloglo-social-nav.minimal-fill>ul>li>a>span.gemspace{color:#FF4545;}.bloglo-social-nav.minimal-fill>ul>li>a>span.lifegroupchat{color:#E76F0E;}.bloglo-social-nav.rounded-fill>ul>li>a>span:not(.screen-reader-text){margin-right:0.8rem;border-radius:50%;padding:0;}.bloglo-social-nav.rounded-fill>ul>li>a>span:not(.screen-reader-text), .bloglo-social-nav.rounded-fill>ul>li>a .bloglo-icon.bottom-icon{color:#fff;}.bloglo-social-nav.rounded-fill>ul>li>a>span.dribbble{background-color:#d97aa6;}.bloglo-social-nav.rounded-fill>ul>li>a>span.facebook{background-color:#175beb;}.bloglo-social-nav.rounded-fill>ul>li>a>span.stackoverflow{background-color:#e77b23;}.bloglo-social-nav.rounded-fill>ul>li>a>span.github{background-color:#0d1117;outline:1px solid rgba(190, 190, 190, 0.3);}.bloglo-social-nav.rounded-fill>ul>li>a>span.twitter{background-color:#000000;outline:1px solid rgba(190, 190, 190, 0.3);}.bloglo-social-nav.rounded-fill>ul>li>a>span.instagram{background-color:#ef00a2;}.bloglo-social-nav.rounded-fill>ul>li>a>span.linkedin{background-color:#0077b5;}.bloglo-social-nav.rounded-fill>ul>li>a>span.pinterest{background-color:#ee3e52;}.bloglo-social-nav.rounded-fill>ul>li>a>span.tumblr{background-color:#5f7990;}.bloglo-social-nav.rounded-fill>ul>li>a>span.youtube{background-color:#fb5555;}.bloglo-social-nav.rounded-fill>ul>li>a>span.flickr{background-color:#ef3998;}.bloglo-social-nav.rounded-fill>ul>li>a>span.twitch{background-color:#8551e6;}.bloglo-social-nav.rounded-fill>ul>li>a>span.vk{background-color:#6299dc;}.bloglo-social-nav.rounded-fill>ul>li>a>span.telegram{background-color:#08c;}.bloglo-social-nav.rounded-fill>ul>li>a>span.discord{background-color:#5865f2;}.bloglo-social-nav.rounded-fill>ul>li>a>span.wechat{background-color:#09B83E;}.bloglo-social-nav.rounded-fill>ul>li>a>span.qq{background-color:#09f;}.bloglo-social-nav.rounded-fill>ul>li>a>span.bilibili{background-color:#06B6F2;}.bloglo-social-nav.rounded-fill>ul>li>a>span.threads{background-color:#101010;outline:1px solid rgba(190, 190, 190, 0.3);}.bloglo-social-nav.rounded-fill>ul>li>a>span.rss{background-color:#f59f23;}.bloglo-social-nav.rounded-fill>ul>li>a>span.tiktok{background-color:#010101;outline:1px solid rgba(190, 190, 190, 0.3);}.bloglo-social-nav.rounded-fill>ul>li>a>span.linktree{background-color:#4ae767;}.bloglo-social-nav.rounded-fill>ul>li>a>span.rumble{background-color:#85c742;}.bloglo-social-nav.rounded-fill>ul>li>a>span.mastodon{background-color:#6364ff;}.bloglo-social-nav.rounded-fill>ul>li>a>span.bluesky{background-color:#1185fe;}.bloglo-social-nav.rounded-fill>ul>li>a>span.gemspace{background-color:#FF4545;}.bloglo-social-nav.rounded-fill>ul>li>a>span.lifegroupchat{background-color:#E76F0E;}#bloglo-topbar{border-style:solid;border-left:none;border-right:none;border-width:0;font-size:1.3rem;z-index:6;}#bloglo-topbar, #bloglo-topbar>.bloglo-container{position:relative;}#bloglo-topbar>.bloglo-container>.bloglo-flex-row{position:relative;margin-top:0;margin-bottom:0;min-height:5rem;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;}#bloglo-topbar>.bloglo-container>.bloglo-flex-row>div{width:auto;max-width:100%;}#bloglo-topbar>.bloglo-container>.bloglo-flex-row>div:empty{display:none;}#bloglo-topbar .bloglo-topbar-left, #bloglo-topbar .bloglo-topbar-right{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap;}#bloglo-topbar .bloglo-topbar-right{margin-left:auto;}#bloglo-topbar .bloglo-topbar-right .bloglo-topbar-widget:first-child{margin-left:0;}#bloglo-topbar .bloglo-topbar-widget{-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:1rem;padding-right:1rem;position:relative;z-index:5;}#bloglo-topbar .bloglo-topbar-widget:first-child{padding-left:0;border-left:0;}#bloglo-topbar .bloglo-topbar-widget:last-child{padding-right:0;border-right:0 !important;}#bloglo-topbar .bloglo-topbar-widget:last-child:after{display:none !important;}#bloglo-topbar .bloglo-topbar-widget__text .bloglo-icon{margin:0 0.7rem 0 0;height:1.84rem;position:relative;vertical-align:middle;}#bloglo-topbar .bloglo-social-nav>ul>li>a .bloglo-icon{height:1.4rem;}.bloglo-topbar__separators-regular #bloglo-topbar .bloglo-topbar-widget:after, .bloglo-topbar__separators-slanted #bloglo-topbar .bloglo-topbar-widget:after{content:"";width:0.1rem;height:1.6rem;display:inline-block;position:relative;right:-0.5rem;margin:-1.6rem 0 -1.6rem 1rem;}.bloglo-topbar__separators-slanted #bloglo-topbar .bloglo-topbar-widget:after{-webkit-transform:rotate(20deg);-ms-transform:rotate(20deg);transform:rotate(20deg);}.bloglo-topbar__separators-slanted #bloglo-topbar .bloglo-topbar-widget.bloglo-topbar-widget__socials{padding-left:0.5rem;}.bloglo-topbar-widget:after{background-color:rgba(190, 190, 190, 0.3);}#bloglo-header{position:relative;}#bloglo-header-inner{border-style:solid;border-left:none;border-right:none;border-width:0;}#bloglo-header-inner:after{content:"";}#bloglo-header-inner>.bloglo-container{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;}#bloglo-header-inner .bloglo-widget-wrapper{position:relative;height:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.bloglo-header-element:not(.bloglo-mobile-nav){position:relative;}.bloglo-header-element{z-index:99;}.bloglo-header-element>.bloglo-header-widget:first-child{margin-left:1.8rem;}.bloglo-header-element.bloglo-header-widgets{z-index:5;}.bloglo-header-element:empty, .bloglo-header-element:first-child{margin-left:0;}.bloglo-sticky-header.bloglo-tsp-header #bloglo-header, .bloglo-sticky-header.bloglo-tsp-header .bloglo-header-widgets a:not(.bloglo-btn), .bloglo-sticky-header.bloglo-tsp-header .bloglo-logo a, .bloglo-sticky-header.bloglo-tsp-header .bloglo-hamburger, .bloglo-sticky-header.bloglo-tsp-header #bloglo-header-inner .bloglo-nav>ul>li>a{color:inherit;}.bloglo-sticky-header.bloglo-tsp-header .bloglo-header-widgets a:not(.bloglo-btn):hover, .bloglo-sticky-header.bloglo-tsp-header .bloglo-logo a:hover, .bloglo-sticky-header.bloglo-tsp-header .bloglo-hamburger:hover, .bloglo-sticky-header.bloglo-tsp-header #bloglo-header-inner .bloglo-nav>ul>li.hovered>a, .bloglo-sticky-header.bloglo-tsp-header #bloglo-header-inner .bloglo-nav>ul>li.current_page_item>a, .bloglo-sticky-header.bloglo-tsp-header #bloglo-header-inner .bloglo-nav>ul>li>a:hover{color:var(--bloglo-primary);}.bloglo-sticky-header.bloglo-is-mobile #bloglo-header-inner, .bloglo-sticky-header:not(.bloglo-header-layout-3, .bloglo-header-layout-4) #bloglo-header-inner, .bloglo-sticky-header:not(.bloglo-is-mobile).bloglo-header-layout-4 #bloglo-header-inner .bloglo-nav-container>.bloglo-container, .bloglo-sticky-header:not(.bloglo-is-mobile).bloglo-header-layout-3 #bloglo-header-inner .bloglo-nav-container>.bloglo-container{position:fixed;left:0;right:0;top:0;z-index:999;margin:0 auto;background-color:var(--bloglo-white);-webkit-box-shadow:0 0.4rem 3rem 0 rgba(0, 0, 0, 0.08);box-shadow:0 0.4rem 3rem 0 rgba(0, 0, 0, 0.08);-webkit-animation:1s ease-in-out normal none 1 running fadeInDown;animation:1s ease-in-out normal none 1 running fadeInDown;}.bloglo-sticky-header.bloglo-header-layout-4:not(.bloglo-is-mobile) #bloglo-header-inner .bloglo-nav-container>.bloglo-container, .bloglo-sticky-header.bloglo-header-layout-3:not(.bloglo-is-mobile) #bloglo-header-inner .bloglo-nav-container>.bloglo-container{background-color:inherit;border:inherit;}.bloglo-sticky-header.bloglo-header-layout-4 #bloglo-header-inner .bloglo-nav-container>.bloglo-container, .bloglo-sticky-header.bloglo-header-layout-3 #bloglo-header-inner .bloglo-nav-container>.bloglo-container{max-width:100%;}.bloglo-sticky-header.admin-bar.bloglo-is-mobile #bloglo-header-inner, .bloglo-sticky-header.admin-bar:not(.bloglo-header-layout-3, .bloglo-header-layout-4) #bloglo-header-inner, .bloglo-sticky-header.admin-bar:not(.bloglo-is-mobile).bloglo-header-layout-4 #bloglo-header-inner .bloglo-nav-container>.bloglo-container, .bloglo-sticky-header.admin-bar:not(.bloglo-is-mobile).bloglo-header-layout-3 #bloglo-header-inner .bloglo-nav-container>.bloglo-container{top:32px;}.bloglo-header-widgets .bloglo-header-widget .bloglo-darkmode input{display:none !important;}.bloglo-header-widgets .bloglo-header-widget .bloglo-darkmode input::before{opacity:0;visibility:hidden;}.bloglo-header-widgets .bloglo-header-widget .bloglo-darkmode .bloglo-darkmode-toogle{--size:1.8rem;appearance:none;outline:none;cursor:pointer;width:var(--size);height:var(--size);box-shadow:inset calc(var(--size) * 0.33) calc(var(--size) * -0.25) 0;border-radius:100rem;color:var(--bloglo-secondary);border:none;margin:0 0 1px;min-width:unset;opacity:1;vertical-align:middle;-webkit-transition:all 500ms;transition:all 500ms;}html[data-theme="dark"] .bloglo-header-widgets .bloglo-header-widget .bloglo-darkmode .bloglo-darkmode-toogle{--size:1.375em;--ray-size:calc(var(--size) * -0.4);--offset-orthogonal:calc(var(--size) * 0.65);--offset-diagonal:calc(var(--size) * 0.45);transform:scale(0.75);color:var(--bloglo-primary);box-shadow:inset 0 0 0 var(--size), calc(var(--offset-orthogonal) * -1) 0 0 var(--ray-size), var(--offset-orthogonal) 0 0 var(--ray-size), 0 calc(var(--offset-orthogonal) * -1) 0 var(--ray-size), 0 var(--offset-orthogonal) 0 var(--ray-size), calc(var(--offset-diagonal) * -1) calc(var(--offset-diagonal) * -1) 0 var(--ray-size), var(--offset-diagonal) var(--offset-diagonal) 0 var(--ray-size), calc(var(--offset-diagonal) * -1) var(--offset-diagonal) 0 var(--ray-size), var(--offset-diagonal) calc(var(--offset-diagonal) * -1) 0 var(--ray-size) !important;}.bloglo-header-widgets .bloglo-header-widget .bloglo-darkmode input:hover+.bloglo-darkmode-toogle{color:var(--bloglo-primary);}.bloglo-header-widgets a:not(.bloglo-btn){color:inherit;}.bloglo-header-widgets .bloglo-header-widget{height:100%;max-height:9rem;position:relative;padding-left:0.8rem;padding-right:0.8rem;}.bloglo-header-widgets .bloglo-header-widget.bloglo-header-widget__button{padding-left:1.6rem;padding-right:1.6rem;}.bloglo-header-widgets .bloglo-header-widget.dropdown-visible .dropdown-item:not(.bloglo-search-container), .bloglo-header-widgets .bloglo-header-widget .bloglo-widget-wrapper.dropdown-visible .dropdown-item, .bloglo-header-widgets .bloglo-header-widget>.bloglo-widget-wrapper:hover .dropdown-item:not(.bloglo-search-container){opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);visibility:visible;pointer-events:auto;}.bloglo-header-widgets .bloglo-header-widget:not(.bloglo-header-widget__button, .bloglo-header-widget__socials) .bloglo-icon{height:2.057rem;width:auto;}.bloglo-header-widgets .bloglo-header-widget:not(.bloglo-header-widget__button, .bloglo-header-widget__socials) .bloglo-icon path{fill:currentColor;fill-rule:evenodd;}body header.site-header div:not(.bloglo-header-widget__button) .bloglo-empty-cart svg.bloglo-icon{width:100%;height:8rem;clear:both;}.bloglo-header-widgets .bloglo-cart, .bloglo-header-widgets .bloglo-search{position:relative;}.bloglo-header-widgets .bloglo-cart .bloglo-cart-count{font-family:-apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;-webkit-box-sizing:content-box;box-sizing:content-box;font-size:1.1rem;-js-display:inline-flex;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:1.9rem;width:1.9rem;margin-left:-0.6rem;margin-right:-0.6rem;margin-top:-1.5rem;border-radius:50%;position:relative;line-height:1;color:var(--bloglo-white);font-weight:500;letter-spacing:0;}.bloglo-header-widgets .dropdown-item{width:28rem;background-color:var(--bloglo-white);-webkit-box-shadow:0 1rem 3.5rem -0.3rem rgba(0, 0, 0, 0.12);box-shadow:0 1rem 3.5rem -0.3rem rgba(0, 0, 0, 0.12);border-radius:0 0 0.3rem 0.3rem;border:0.1rem solid rgba(190, 190, 190, 0.3);border-top-width:0.2rem;}.bloglo-header-widgets .dropdown-item:not(.bloglo-search-container){-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;visibility:hidden;opacity:0;-webkit-transform:translateY(0.5rem);-ms-transform:translateY(0.5rem);transform:translateY(0.5rem);z-index:9991;pointer-events:none;}.bloglo-header-widgets .dropdown-item:not(.bloglo-search-container):hover{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);visibility:visible;}.bloglo-header-widget:after{width:0.1rem;height:1.6rem;background-color:rgba(190, 190, 190, 0.3);display:inline-block;position:relative;right:-0.5rem;margin:-1.6rem 0 -1.6rem 1rem;}.bloglo-header__separators-regular .bloglo-header-widget, .bloglo-header__separators-slanted .bloglo-header-widget{padding-left:1rem;padding-right:1rem;}.bloglo-header__separators-regular .bloglo-header-widget:after, .bloglo-header__separators-slanted .bloglo-header-widget:after{content:"";}.bloglo-header__separators-slanted .bloglo-header-widget:after{-webkit-transform:rotate(20deg);-ms-transform:rotate(20deg);transform:rotate(20deg);}.bloglo-header__separators-slanted .bloglo-header-widget.bloglo-topbar-widget__socials{padding-left:0.5rem;}.bloglo-header-layout-3 .bloglo-widget-location-left .dropdown-item{right:auto;left:-0.7rem;}.bloglo-header-layout-3 .bloglo-widget-location-left .dropdown-item:after{right:auto;left:1.6rem;}.bloglo-header-layout-1 .bloglo-logo, .bloglo-header-layout-2 .bloglo-logo{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.bloglo-header-layout-1 .bloglo-header-widget:last-of-type, .bloglo-header-layout-2 .bloglo-header-widget:last-of-type{padding-right:0;}.bloglo-header-layout-1 .bloglo-header-widget:last-of-type:after, .bloglo-header-layout-2 .bloglo-header-widget:last-of-type:after{display:none;}.bloglo-header-layout-1 .bloglo-header-container .bloglo-logo{margin-right:auto;}.bloglo-header-layout-1 .bloglo-header-container .bloglo-nav{-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;}.bloglo-header-layout-1 .bloglo-header-container .bloglo-nav>ul{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;}.bloglo-header-layout-2 .bloglo-header-container .bloglo-logo{margin-right:3.2rem;}.bloglo-header-layout-2 .bloglo-header-container .bloglo-nav{-webkit-box-flex:1;-ms-flex:1;flex:1;}.bloglo-header-layout-2 .bloglo-header-container .bloglo-header-widgets{margin-left:auto;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;}.bloglo-header-layout-2 .bloglo-header-container .bloglo-header-widgets:last-child{margin-right:0;}.bloglo-header-layout-2.bloglo-is-mobile .bloglo-header-container .bloglo-header-widgets{margin-left:0;}.bloglo-header-layout-2.bloglo-is-mobile .bloglo-header-container .bloglo-logo{margin-right:auto;}.bloglo-header-layout-3 .bloglo-header-widget__cart .dropdown-item{right:-1.4rem;}.bloglo-header-layout-3 .bloglo-logo-container>.bloglo-container, .bloglo-header-layout-3 .bloglo-nav-container>.bloglo-container{position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.bloglo-header-layout-3 #bloglo-header-inner .bloglo-nav>ul>li>a{padding-top:1.4rem;padding-bottom:1.4rem;}.bloglo-header-layout-3 .bloglo-logo-container>.bloglo-container{-ms-flex-wrap:nowrap;flex-wrap:nowrap;}.bloglo-header-layout-3 .bloglo-logo-container .bloglo-header-element{-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%;}.bloglo-header-layout-3 .bloglo-logo-container .bloglo-logo{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin:0 auto;padding:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;}.bloglo-header-layout-3 .bloglo-logo-container .bloglo-logo>.logo-inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.bloglo-header-layout-3 .bloglo-logo-container .bloglo-widget-location-left{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-left:0;margin-right:auto;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;}.bloglo-header-layout-3 .bloglo-logo-container .bloglo-widget-location-left .bloglo-header-widget:first-child{padding-left:0;margin-left:0;}.bloglo-header-layout-3 .bloglo-logo-container .bloglo-widget-location-left .bloglo-header-widget:last-of-type{padding-right:0;}.bloglo-header-layout-3 .bloglo-logo-container .bloglo-widget-location-left .bloglo-header-widget:last-of-type:after{display:none;}.bloglo-header-layout-3 .bloglo-logo-container .bloglo-widget-location-right{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;margin-right:0;margin-left:auto;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;}.bloglo-header-layout-3 .bloglo-logo-container .bloglo-widget-location-right .bloglo-header-widget:last-of-type{padding-right:0;}.bloglo-header-layout-3 .bloglo-logo-container .bloglo-widget-location-right .bloglo-header-widget:last-of-type:after{display:none;}.bloglo-header-layout-3 .bloglo-mobile-nav, .bloglo-header-layout-3 .bloglo-widget-wrapper{padding-top:1.6rem;padding-bottom:1.6rem;}.bloglo-header-layout-3 .bloglo-nav-container{position:relative;z-index:3;border-width:0;margin-bottom:-0.1rem;}.bloglo-header-layout-4 .bloglo-header-widgets .bloglo-header-widget{max-height:none;}.bloglo-header-layout-4 #bloglo-header-inner .bloglo-nav>ul, .bloglo-header-layout-4 .bloglo-header-widgets .bloglo-header-widget{min-height:6.2rem;}.bloglo-header-layout-4 .bloglo-logo-container .bloglo-logo>.logo-inner, .bloglo-header-layout-4 .bloglo-logo-container>.bloglo-container, .bloglo-header-layout-4 .bloglo-nav-container>.bloglo-container{-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.bloglo-header-layout-4 .bloglo-logo-container .bloglo-logo>.logo-inner{flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:start;}.bloglo-header-layout-4 .bloglo-logo-container .bloglo-logo>.logo-inner .site-description{font-size:90%;}.bloglo-header-layout-4 .bloglo-widget-location-left .dropdown-item{right:auto;left:-0.7rem;}.bloglo-header-layout-4 .bloglo-widget-location-left .dropdown-item:after{right:auto;left:1.6rem;}.bloglo-header-layout-4 .bloglo-header-widget__cart .dropdown-item{right:-1.4rem;}.bloglo-header-layout-4 .bloglo-logo-container .bloglo-logo{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:auto;}.bloglo-header-layout-4 .bloglo-header-widget:last-of-type{padding-right:0;}.bloglo-header-layout-4 .bloglo-logo-container .bloglo-widget-location-right:not(.bloglo-header-widgets-two), .bloglo-header-layout-4 .bloglo-header-widget:last-of-type:after{display:none;}.bloglo-header-layout-4 .bloglo-mobile-nav, .bloglo-header-layout-4 .bloglo-widget-wrapper, .bloglo-header-layout-4 #bloglo-header-inner .bloglo-nav>ul>li>a{padding-top:1rem;padding-bottom:1rem;}.bloglo-header-layout-4 .bloglo-nav-container>.bloglo-container{position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.bloglo-header-layout-4 #bloglo-header-inner .bloglo-nav>ul>li{margin-left:1.6rem;}.bloglo-header-layout-4 .bloglo-nav-container{position:relative;z-index:3;border-width:0;margin-bottom:-0.1rem;}.bloglo-header-layout-4 .bloglo-nav-container .bloglo-header-element{-webkit-box-flex:0;-ms-flex:0 0 22%;flex:0 0 22%;}.bloglo-header-layout-4 .bloglo-nav-container .bloglo-nav{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin:0 auto;padding:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;}.bloglo-header-layout-4 .bloglo-nav-container .bloglo-nav>ul{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.bloglo-header-layout-4 .bloglo-nav-container .bloglo-widget-location-left{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-left:0;margin-right:auto;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;}.bloglo-header-layout-4 .bloglo-nav-container .bloglo-widget-location-left .bloglo-header-widget:first-child{padding-left:0;margin-left:0;}.bloglo-header-layout-4 .bloglo-nav-container .bloglo-widget-location-left .bloglo-header-widget:last-of-type{padding-right:0;}.bloglo-header-layout-4 .bloglo-nav-container .bloglo-widget-location-left .bloglo-header-widget:last-of-type:after{display:none;}.bloglo-header-layout-4 .bloglo-nav-container .bloglo-widget-location-right{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;margin-right:0;margin-left:auto;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;}.bloglo-header-layout-4 .bloglo-nav-container .bloglo-widget-location-right .bloglo-header-widget:last-of-type{padding-right:0;}.bloglo-header-layout-4 .bloglo-nav-container .bloglo-widget-location-right .bloglo-header-widget:last-of-type:after{display:none;}.page-header{position:relative;border-width:0;}.page-header:empty{display:none;}.page-header>.bloglo-container>div, .page-header>.bloglo-container>nav{z-index:2;}.page-header.bloglo-has-breadcrumbs.bloglo-align-left .bloglo-page-header-wrapper{padding-right:3rem;}.page-header.bloglo-has-breadcrumbs.bloglo-align-right .bloglo-page-header-wrapper{padding-left:3rem;}.page-header .bloglo-page-header-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%;}.page-header .bloglo-page-header-description{font-size:1.707rem;margin:0;margin-top:0.8rem;}.page-header h1.page-title, .page-header .page-title{margin:0;}.page-header:after{content:"";pointer-events:none;}.bloglo-page-title-align-left .page-header.bloglo-has-page-title .bloglo-page-header-wrapper{margin-right:auto;}.bloglo-page-title-align-right .page-header.bloglo-has-page-title .bloglo-page-header-wrapper{margin-left:auto;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;}.bloglo-page-title-align-right .page-header.bloglo-has-page-title .bloglo-breadcrumbs{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}.bloglo-page-title-align-center .page-header.bloglo-has-page-title>.bloglo-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.bloglo-page-title-align-center .page-header.bloglo-has-page-title>.bloglo-container .bloglo-page-header-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;}.bloglo-page-title-align-center .page-header.bloglo-has-page-title>.bloglo-container .bloglo-breadcrumbs{text-align:center;width:100%;}.bloglo-tsp-header #bloglo-header-inner, .bloglo-tsp-header .page-header{background:none;background-color:rgba(0, 0, 0, 0);}.bloglo-tsp-header .site-header{position:relative;}.bloglo-tsp-header #bloglo-header-inner{-webkit-box-shadow:none;box-shadow:none;}.bloglo-tsp-header .page-header{position:relative;z-index:1;}.bloglo-tsp-header.bloglo-single-title-in-page-header .page-header.bloglo-page-title-has-bg-img:after{background:none;}.bloglo-tsp-header.bloglo-single-title-in-page-header #masthead:before{content:"";pointer-events:none;background-color:#232323;opacity:0.65;}.bloglo-tsp-absolute .site-header{position:absolute;top:0;left:0;right:0;z-index:99;background-color:transparent;}body:not(.bloglo-layout__boxed) .bloglo_section_extra .alignfull, body:not(.bloglo-layout__boxed) .bloglo_section_extra .bloglo-fw-section, body:not(.bloglo-layout__boxed).bloglo-no-sidebar .entry-content .alignfull, body:not(.bloglo-layout__boxed).bloglo-no-sidebar .bloglo-fw-section{position:relative;width:100vw;left:50%;margin-left:-50vw;max-width:var(--bloglo-screen-width, 100vw);}body.bloglo-layout__boxed .bloglo_section_extra .alignfull, body.bloglo-layout__boxed .bloglo_section_extra .bloglo-fw-section, body.bloglo-layout__boxed.bloglo-no-sidebar .entry-content .alignfull, body.bloglo-layout__boxed.bloglo-no-sidebar .bloglo-fw-section{margin-left:-10rem;margin-right:-10rem;}body.bloglo-layout__boxed-separated:not(.page-template-template-bloglo-fullwidth):not(.page-template-elementor_header_footer) #page .elementor-section.elementor-section-stretched, body.bloglo-layout__boxed-separated:not(.page-template-template-bloglo-fullwidth):not(.page-template-elementor_header_footer) #page .entry-content .alignfull, body.bloglo-layout__boxed-separated:not(.page-template-template-bloglo-fullwidth):not(.page-template-elementor_header_footer) #page .bloglo-fw-section{left:0 !important;width:auto !important;max-width:unset;margin-left:-3rem !important;margin-right:-3rem !important;}.bloglo-layout__boxed .bloglo_section_extra .alignfull, .bloglo-layout__boxed .bloglo_section_extra .bloglo-fw-section, .bloglo-layout__boxed.bloglo-no-sidebar .elementor-section.elementor-section-stretched, .bloglo-layout__boxed.bloglo-no-sidebar .entry-content .alignfull, .bloglo-layout__boxed.bloglo-no-sidebar .bloglo-fw-section{left:0 !important;width:auto !important;margin-left:-10rem !important;margin-right:-10rem !important;}.bloglo-layout__boxed.page-template-elementor_header_footer .elementor-section.elementor-section-stretched, .bloglo-layout__boxed.page-template-elementor_header_footer .entry-content .alignfull, .bloglo-layout__boxed.page-template-elementor_header_footer .bloglo-fw-section, .bloglo-layout__boxed.page-template-template-bloglo-fullwidth .elementor-section.elementor-section-stretched, .bloglo-layout__boxed.page-template-template-bloglo-fullwidth .entry-content .alignfull, .bloglo-layout__boxed.page-template-template-bloglo-fullwidth .bloglo-fw-section{left:0 !important;width:auto !important;margin-left:0 !important;margin-right:0 !important;}.bloglo-has-sidebar:not(.page-template-template-bloglo-fullwidth):not(.page-template-elementor_header_footer) #page .elementor-section.elementor-section-stretched, .bloglo-has-sidebar:not(.page-template-template-bloglo-fullwidth):not(.page-template-elementor_header_footer) #page .entry-content .alignfull, .bloglo-has-sidebar:not(.page-template-template-bloglo-fullwidth):not(.page-template-elementor_header_footer) #page .bloglo-fw-section{margin-left:0 !important;margin-right:0 !important;left:0 !important;max-width:100%;}body:not(.bloglo-has-sidebar):not(.bloglo-single-title-in-content) #content .entry-content>.alignfull:first-child{margin-top:-5rem;}body:not(.bloglo-has-sidebar):not(.bloglo-single-title-in-content):not(.comments-open) #content .entry-content>.alignfull:last-child{margin-bottom:-7rem;}.wp-block-group.alignfull.has-background{padding-left:0;padding-right:0;}#page .alignfull .alignfull{margin-left:0 !important;margin-right:0 !important;left:0 !important;}#hero{position:relative;z-index:1;}.bloglo-horizontal-slider .horizontal-slider-items.swiper, .bloglo-vertical-slider .vertical-slider-items.swiper{padding-bottom:1.6rem;}.bloglo-vertical-slider, .bloglo-horizontal-slider, .bloglo-hover-slider{position:relative;overflow:hidden;}.bloglo-hover-slider{background-color:var(--bloglo-secondary);}.bloglo-hover-slider .hover-slider-backgrounds{opacity:0;-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3);backface-visibility:hidden;-webkit-backface-visibility:hidden;-webkit-transition:all 0.7s ease-in-out;transition:all 0.7s ease-in-out;z-index:1;will-change:scale;}.bloglo-hover-slider .hover-slider-backgrounds.loaded{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}.bloglo-hover-slider .hover-slide-bg{z-index:1;opacity:0;background-size:cover;background-position:center center;background-repeat:no-repeat;-webkit-transition:opacity 0.25s ease-in-out;transition:opacity 0.25s ease-in-out;-webkit-transition-delay:0.1s;transition-delay:0.1s;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);will-change:opacity;}.bloglo-hover-slider .hover-slide-bg.active{opacity:1;z-index:2;}.bloglo-hover-slider.slider-overlay-1 .hover-slider-backgrounds:after{content:"";background-color:#232323;opacity:0.65;z-index:3;}.bloglo-hover-slider.slider-overlay-2 .hover-slider-backgrounds:after{content:"";width:100%;height:70%;position:absolute;bottom:0;left:0;z-index:2;background:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(1%, rgba(35, 40, 45, 0)), color-stop(20%, rgba(35, 40, 45, 0.05)), color-stop(40%, rgba(35, 40, 45, 0.15)), color-stop(60%, rgba(35, 40, 45, 0.55)), to(rgba(0, 0, 0, 0.65)));background:linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(35, 40, 45, 0) 1%, rgba(35, 40, 45, 0.05) 20%, rgba(35, 40, 45, 0.15) 40%, rgba(35, 40, 45, 0.55) 60%, rgba(0, 0, 0, 0.65) 100%);}.bloglo-vertical-slider .bloglo-container, .bloglo-vertical-slider .bloglo-container__wide, .bloglo-horizontal-slider .bloglo-container, .bloglo-horizontal-slider .bloglo-container__wide, .bloglo-hover-slider .bloglo-hero-container{position:relative;z-index:2;}.bloglo-vertical-slider .bloglo-spinner, .bloglo-horizontal-slider .bloglo-spinner, .bloglo-hover-slider .bloglo-spinner{position:absolute;top:50%;left:50%;margin-top:-2rem;margin-left:-2rem;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);z-index:1;}.bloglo-hover-slider .hover-slide-item{position:relative;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;color:var(--bloglo-white);}.bloglo-hover-slider .hover-slide-item .entry-meta .entry-meta-elements>span:before{background:rgba(255, 255, 255, 0.4);}.bloglo-hover-slider .hover-slider-items>div{border-right:0.1rem solid rgba(255, 255, 255, 0.2);}.bloglo-hover-slider .hover-slider-items>div:last-child{border-right:0;}.bloglo-hover-slider .hover-slider-items>div:last-child .slide-inner{margin-right:0;}.bloglo-hover-slider .hover-slider-items>div:first-child .slide-inner{margin-left:0;}.bloglo-hover-slider .hover-slider-items>div.bloglo-hero-readmore:hover .slide-inner{-webkit-transform:translate3d(0, -9rem, 0);transform:translate3d(0, -9rem, 0);}.bloglo-hover-slider .hover-slider-items>div.bloglo-hero-readmore:hover .slide-inner .read-more{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1;}.bloglo-hover-slider .slide-inner{position:absolute;bottom:2.5rem;left:0;right:0;margin:0 1rem;-webkit-transition:all 0.25s cubic-bezier(0.05, 0.2, 0.1, 1);transition:all 0.25s cubic-bezier(0.05, 0.2, 0.1, 1);-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);max-width:55rem;}.bloglo-hover-slider .slide-inner h3{margin-bottom:0.2rem;color:#fff;}.bloglo-hover-slider .slide-inner h3 a{color:inherit;}.bloglo-hover-slider .slide-inner h3 a:hover{text-decoration:underline;}.bloglo-hover-slider .slide-inner .post-category{text-align:start;}.bloglo-hover-slider .slide-inner .read-more{font-size:75% !important;position:absolute;-webkit-transform:translate3d(0, 2rem, 0);transform:translate3d(0, 2rem, 0);left:0;opacity:0;top:100%;margin-top:3rem;border:0.2rem solid #fff;color:#fff;-webkit-transition:all 0.15s cubic-bezier(0.05, 0.2, 0.1, 1);transition:all 0.15s cubic-bezier(0.05, 0.2, 0.1, 1);}.bloglo-hover-slider .slide-inner .read-more:hover{background:#fff;color:#232323;}.bloglo-hover-slider .entry-meta{text-align:left !important;color:rgba(255, 255, 255, 0.7);}.bloglo-hover-slider .entry-meta .entry-meta-elements>span:first-child{padding-left:0 !important;}.bloglo-hover-slider .entry-meta .entry-meta-elements>span:before{opacity:0.75;}.site .bloglo-hover-slider .entry-meta a:hover{color:#fff;}@-webkit-keyframes bloglo-kenburns {0%{-webkit-transform:scale3d(1, 1, 1) translate3d(0, 0, 0);transform:scale3d(1, 1, 1) translate3d(0, 0, 0);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;}50%{-webkit-transform:scale3d(1.42, 1.42, 1.42) translate3d(0, 0, 0);transform:scale3d(1.42, 1.42, 1.42) translate3d(0, 0, 0);}100% {-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);transform: scale3d(1, 1, 1) translate3d(0, 0, 0);}}@keyframes bloglo-kenburns {0%{-webkit-transform:scale3d(1, 1, 1) translate3d(0, 0, 0);transform:scale3d(1, 1, 1) translate3d(0, 0, 0);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;}50%{-webkit-transform:scale3d(1.42, 1.42, 1.42) translate3d(0, 0, 0);transform:scale3d(1.42, 1.42, 1.42) translate3d(0, 0, 0);}100% {-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);transform: scale3d(1, 1, 1) translate3d(0, 0, 0);}}.bloglo-blog-horizontal .bloglo-horizontal-slider .bloglo-article .entry-media, .bloglo-blog-layout-1 .bloglo-vertical-slider .bloglo-article .entry-media{-webkit-box-shadow:none;box-shadow:none;}.bloglo-vertical-slider .bloglo-article:not(.format-quote), .bloglo-horizontal-slider .bloglo-article:not(.format-quote){margin:1.6rem;}.bloglo-horizontal-slider .bloglo-article:not(.format-quote) .bloglo-blog-entry-wrapper .post-gallery.entry-media, .bloglo-horizontal-slider .bloglo-article:not(.format-quote) .bloglo-blog-entry-wrapper .entry-media{-ms-flex-preferred-size:50% !important;flex-basis:50% !important;}.bloglo-vertical-slider a:not(.bloglo-btn, .wp-block-button__link, .page-numbers), .bloglo-horizontal-slider a:not(.bloglo-btn, .wp-block-button__link, .page-numbers){color:var(--bloglo-primary);}.bloglo-vertical-slider a:not(.bloglo-btn):not(.wp-block-button__link):hover, .using-keyboard .bloglo-vertical-slider a:not(.bloglo-btn):not(.wp-block-button__link):focus, .bloglo-horizontal-slider a:not(.bloglo-btn):not(.wp-block-button__link):hover, .using-keyboard .bloglo-horizontal-slider a:not(.bloglo-btn):not(.wp-block-button__link):focus{color:var(--bloglo-secondary);}.bloglo-vertical-slider .entry-header .entry-title a, .bloglo-horizontal-slider .entry-header .entry-title a{color:inherit;}.bloglo-vertical-slider .entry-header .entry-title a:hover, .using-keyboard .bloglo-vertical-slider .entry-header .entry-title a:focus, .bloglo-horizontal-slider .entry-header .entry-title a:hover, .using-keyboard .bloglo-horizontal-slider .entry-header .entry-title a:focus{color:var(--bloglo-primary);}.bloglo-vertical-slider .bloglo-entry-content-wrapper .bloglo-btn.btn-text-1, .bloglo-horizontal-slider .bloglo-entry-content-wrapper .bloglo-btn.btn-text-1{font-size:1.5rem;}.bloglo-vertical-slider .bloglo-entry-content-wrapper .bloglo-btn.btn-text-1::after, .bloglo-horizontal-slider .bloglo-entry-content-wrapper .bloglo-btn.btn-text-1::after{content:"\f105";color:inherit;font-family:"Font Awesome 5 Free";margin-left:0.8rem;margin-top:0.5rem;}.bloglo-vertical-slider .horizontal-slider-items, .bloglo-horizontal-slider .horizontal-slider-items{padding:1rem 1rem 1.8rem;}.bloglo-vertical-slider .swiper-button-prev, .bloglo-vertical-slider .swiper-button-next, .bloglo-horizontal-slider .swiper-button-prev, .bloglo-horizontal-slider .swiper-button-next{width:5rem;height:5rem;}.bloglo-post-gallery .swiper-button-prev, .bloglo-post-gallery .swiper-button-next, .bloglo-vertical-slider .swiper-button-prev, .bloglo-vertical-slider .swiper-button-next, .bloglo-horizontal-slider .swiper-button-prev, .bloglo-horizontal-slider .swiper-button-next{border-radius:50%;outline:none;border:0.1rem solid transparent;color:var(--bloglo-secondary);background-color:var(--bloglo-white);box-shadow:0 1px 3px rgba(0, 0, 0, 0.18);-webkit-transition:var(--bloglo-transition-primary);transition:var(--bloglo-transition-primary);}.bloglo-post-gallery .swiper-button-prev:hover, .bloglo-post-gallery .swiper-button-next:hover, .bloglo-vertical-slider .swiper-button-prev:hover, .bloglo-vertical-slider .swiper-button-next:hover, .bloglo-horizontal-slider .swiper-button-prev:hover, .bloglo-horizontal-slider .swiper-button-next:hover{color:var(--bloglo-white);background-color:var(--bloglo-secondary);box-shadow:rgba(0, 0, 0, 0.09) 0 0 1.5rem 0;}.bloglo-vertical-slider .swiper-button-prev, .bloglo-horizontal-slider .swiper-button-prev{left:0.58rem;}.bloglo-vertical-slider .swiper-button-next, .bloglo-horizontal-slider .swiper-button-next{right:0.58rem;}.bloglo-post-gallery .swiper-button-prev::after, .bloglo-vertical-slider .swiper-button-prev::after, .bloglo-horizontal-slider .swiper-button-prev::after{content:"\f104";}.bloglo-post-gallery .swiper-button-next::after, .bloglo-vertical-slider .swiper-button-next::after, .bloglo-horizontal-slider .swiper-button-next::after{content:"\f105";}.bloglo-post-gallery .swiper-button-prev::after, .bloglo-post-gallery .swiper-button-next::after, .bloglo-vertical-slider .swiper-button-prev::after, .bloglo-vertical-slider .swiper-button-next::after, .bloglo-horizontal-slider .swiper-button-prev::after, .bloglo-horizontal-slider .swiper-button-next::after{font-size:2rem;font-weight:bolder;color:inherit;font-family:"Font Awesome 5 Free";}#hero .bloglo-grid-row{display:grid;grid-template-columns:auto auto;grid-gap:0.5rem;padding:0;}.hero-eight-slider .hover-slider-backgrounds, .hero-seven-slider .hover-slider-backgrounds, .hero-six-slider .hover-slider-backgrounds, .hero-five-slider .hover-slider-backgrounds, .hero-four-slider .hover-slider-backgrounds{display:none;}.hero-eight-slider .bloglo-hover-slider, .hero-seven-slider .bloglo-hover-slider, .hero-six-slider .bloglo-hover-slider, .hero-five-slider .bloglo-hover-slider, .hero-four-slider .bloglo-hover-slider{background:none;}#hero .hero-four-slider .bloglo-grid-row .hover-slider-item-wrapper:first-child{grid-area:1 / 1 / span 2 / span 2;}#hero .hero-six-slider .bloglo-grid-row{grid-template-columns:auto;}@media screen and (max-width:960px){#hero .bloglo-grid-row{grid-template-columns:auto;}#hero .hero-four-slider .bloglo-grid-row .hover-slider-item-wrapper:first-child {grid-area: unset;}}.hero-eight-slider .bloglo-hover-slider .hover-slider-item-wrapper, .hero-seven-slider .bloglo-hover-slider .hover-slider-item-wrapper, .hero-six-slider .bloglo-hover-slider .hover-slider-item-wrapper, .hero-five-slider .bloglo-hover-slider .hover-slider-item-wrapper, .hero-four-slider .bloglo-hover-slider .hover-slider-item-wrapper{position:relative;background-color:#232323;background-image:var(--bg-image);background-size:cover;background-position:center center;background-repeat:no-repeat;border-radius:var(--bloglo-normal-radius);overflow:hidden;border-right:none;margin-bottom:0;}.hero-eight-slider .bloglo-hover-slider .hover-slider-item-wrapper:after, .hero-seven-slider .bloglo-hover-slider .hover-slider-item-wrapper:after, .hero-six-slider .bloglo-hover-slider .hover-slider-item-wrapper:after, .hero-five-slider .bloglo-hover-slider .hover-slider-item-wrapper:after, .hero-four-slider .bloglo-hover-slider .hover-slider-item-wrapper:after{position:absolute;top:0;left:0;right:0;bottom:0;content:"";background-color:#232323;opacity:0.65;z-index:3;}.hero-eight-slider .bloglo-hover-slider .hover-slide-item, .hero-seven-slider .bloglo-hover-slider .hover-slide-item, .hero-six-slider .bloglo-hover-slider .hover-slide-item, .hero-five-slider .bloglo-hover-slider .hover-slide-item, .hero-four-slider .bloglo-hover-slider .hover-slide-item{padding:2.5rem;min-height:23.5rem;z-index:4;-webkit-box-pack:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start;}.hero-eight-slider .bloglo-hover-slider .hover-slide-item .slide-inner, .hero-seven-slider .bloglo-hover-slider .hover-slide-item .slide-inner, .hero-six-slider .bloglo-hover-slider .hover-slide-item .slide-inner, .hero-five-slider .bloglo-hover-slider .hover-slide-item .slide-inner, .hero-four-slider .bloglo-hover-slider .hover-slide-item .slide-inner{position:relative;bottom:0;max-width:100%;padding:0;margin:0;text-align:left;}.hero-eight-slider .bloglo-hover-slider .hover-slider-items>div.bloglo-hero-readmore:hover .slide-inner, .hero-seven-slider .bloglo-hover-slider .hover-slider-items>div.bloglo-hero-readmore:hover .slide-inner, .hero-six-slider .bloglo-hover-slider .hover-slider-items>div.bloglo-hero-readmore:hover .slide-inner, .hero-five-slider .bloglo-hover-slider .hover-slider-items>div.bloglo-hero-readmore:hover .slide-inner, .hero-four-slider .bloglo-hover-slider .hover-slider-items>div.bloglo-hero-readmore:hover .slide-inner{-webkit-transform:none;-ms-transform:none;transform:none;}.hero-eight-slider .bloglo-hover-slider .hover-slide-item .slide-inner h3, .hero-seven-slider .bloglo-hover-slider .hover-slide-item .slide-inner h3, .hero-six-slider .bloglo-hover-slider .hover-slide-item .slide-inner h3, .hero-five-slider .bloglo-hover-slider .hover-slide-item .slide-inner h3, .hero-four-slider .bloglo-hover-slider .hover-slide-item .slide-inner h3{font-size:2rem;letter-spacing:0.04rem;}.hero-eight-slider .bloglo-hover-slider .hover-slider-items>div .hover-slide-item .post-category, .hero-seven-slider .bloglo-hover-slider .hover-slider-items>div .hover-slide-item .post-category, .hero-six-slider .bloglo-hover-slider .hover-slider-items>div .hover-slide-item .post-category, .hero-five-slider .bloglo-hover-slider .hover-slider-items>div .hover-slide-item .post-category, .hero-four-slider .bloglo-hover-slider .hover-slider-items>div .hover-slide-item .post-category{text-align:start;}.hero-eight-slider .bloglo-hover-slider .hover-slider-items>div .hover-slide-item, .hero-seven-slider .bloglo-hover-slider .hover-slider-items>div .hover-slide-item, .hero-six-slider .bloglo-hover-slider .hover-slider-items>div .hover-slide-item, .hero-five-slider .bloglo-hover-slider .hover-slider-items>div .hover-slide-item, .hero-four-slider .bloglo-hover-slider .hover-slider-items>div .hover-slide-item, .hero-eight-slider .bloglo-hover-slider .entry-meta .entry-meta-elements, .hero-seven-slider .bloglo-hover-slider .entry-meta .entry-meta-elements, .hero-six-slider .bloglo-hover-slider .entry-meta .entry-meta-elements, .hero-five-slider .bloglo-hover-slider .entry-meta .entry-meta-elements, .hero-four-slider .bloglo-hover-slider .entry-meta .entry-meta-elements{-webkit-box-pack:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start;}.hero-eight-slider .bloglo-hover-slider .hover-slide-item .slide-inner .read-more, .hero-seven-slider .bloglo-hover-slider .hover-slide-item .slide-inner .read-more, .hero-six-slider .bloglo-hover-slider .hover-slide-item .slide-inner .read-more, .hero-five-slider .bloglo-hover-slider .hover-slide-item .slide-inner .read-more, .hero-four-slider .bloglo-hover-slider .hover-slide-item .slide-inner .read-more{position:static;opacity:1;-webkit-transform:translate3d(0, 0, 0) !important;transform:translate3d(0, 0, 0) !important;}.bloglo-header-widgets .bloglo-search-simple .bloglo-form-label{display:block;width:100%;}.bloglo-header-widgets .bloglo-search-simple .bloglo-search-form input{background-color:rgba(0, 0, 0, 0) !important;}.bloglo-header-widgets .bloglo-search-simple .bloglo-search-form input{font-size:1.5rem;color:var(--bloglo-secondary);display:block;width:100%;padding:1.6rem 4.5rem 1.6rem 2rem;}.bloglo-header-widgets .bloglo-search-simple .bloglo-search-form button{position:absolute;top:0;bottom:0;width:3.2rem;height:3.2rem;padding:0.8rem;border-radius:10rem;margin:auto 0;cursor:pointer;}.bloglo-header-widgets .bloglo-search-simple .bloglo-search-form button:not(.bloglo-search-close){right:5.6rem;color:var(--bloglo-white);background-color:var(--bloglo-primary);}.bloglo-header-widgets .bloglo-search-simple .bloglo-search-form button:not(.bloglo-search-close) svg{fill:currentColor;}.bloglo-header-widgets .bloglo-search-simple .bloglo-search-form .bloglo-search-close{right:1.6rem;}.bloglo-header-widgets .bloglo-search-simple .bloglo-search-form .bloglo-search-close svg{display:inline-block;vertical-align:middle;}.bloglo-header-widgets .bloglo-search-simple .bloglo-search-form .bloglo-search-close svg, .bloglo-header-widgets .bloglo-search-simple .bloglo-search-form .bloglo-search-close svg path{-webkit-transition:var(--bloglo-transition-primary);transition:var(--bloglo-transition-primary);}.bloglo-header-widgets .bloglo-search-simple .bloglo-search-form .bloglo-search-close:hover svg, .using-keyboard .bloglo-header-widgets .bloglo-search-simple .bloglo-search-form .bloglo-search-close:focus svg{-webkit-transform:rotate(180deg);transform:rotate(180deg);}.bloglo-header-widgets .bloglo-search-simple .bloglo-search-form .bloglo-search-close:hover svg path, .using-keyboard .bloglo-header-widgets .bloglo-search-simple .bloglo-search-form .bloglo-search-close:focus svg path{fill:var(--bloglo-primary);}.bloglo-search-simple{opacity:0;visibility:hidden;-webkit-transform:translateY(0.5rem);-ms-transform:translateY(0.5rem);transform:translateY(0.5rem);-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}.bloglo-search-visible .bloglo-search-simple{visibility:visible;opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}#main .search-form, #colophon .search-form{max-width:36rem;}#main .search-form>div, #colophon .search-form>div{display:block;position:relative;}#colophon .search-form .search-submit, #main .search-form .search-submit{position:absolute;top:0;right:0.8rem;bottom:0;width:3.5rem;height:3.5rem;background-color:var(--bloglo-primary);color:var(--bloglo-white);margin:auto;border-radius:var(--bloglo-full-radius);}#colophon .search-form .search-submit:hover, #main .search-form .search-submit:hover{cursor:pointer;}#colophon .search-form .search-submit svg, #main .search-form .search-submit svg{height:2.056rem;width:auto;top:-0.1rem;vertical-align:middle;}#colophon .search-form .search-field, #main .search-form .search-field{display:block;width:100%;padding-right:4.5rem;border-radius:var(--bloglo-full-radius);border-width:0.1rem;box-shadow:-0.32rem 0 3.2rem -1.6rem rgba(0, 0, 0, 0.15);}.wp-block-search input[type="search"]{min-height:4rem;}#colophon .search-form .search-field:focus, #main .search-form .search-field:focus{outline:none;}#main .error-404 .search-form{margin-left:auto;margin-right:auto;}.wp-block-search .wp-block-search__button{background-color:var(--bloglo-primary);border-color:var(--bloglo-primary);color:var(--bloglo-white);cursor:pointer;}.wp-block-search .wp-block-search__button svg{fill:currentColor;}.using-keyboard .wp-block-search .wp-block-search__button:focus{outline:0.1rem dotted;outline-offset:-0.4rem;}.wp-block-search .wp-block-search__label{margin-bottom:1.2rem;}.bloglo-logo{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.bloglo-logo .site-description, .bloglo-logo .site-title{margin:0;}.bloglo-logo a{-webkit-transition:color 0.2s linear;transition:color 0.2s linear;}.bloglo-logo a img{display:block;width:auto;height:auto;max-width:100%;}.bloglo-logo a img.bloglo-svg-logo{max-width:100% !important;}.bloglo-logo .site-description{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-top:0.4rem;}.bloglo-nav .children li.current_page_ancestor>a, .bloglo-nav .children li.current_page_item>a, .bloglo-nav .children li:hover>a, .bloglo-nav .sub-menu li.current-menu-ancestor>a, .bloglo-nav .sub-menu li.current-menu-item>a, .bloglo-nav .sub-menu li:hover>a{color:#232323 !important;background-color:rgba(0, 0, 0, 0.05);}.bloglo-nav{max-width:100%;-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-font-smoothing:antialiased;-ms-flex-preferred-size:auto;flex-basis:auto;}.bloglo-nav>ul{width:100%;height:100%;}.bloglo-nav>ul, .bloglo-nav>ul>li{-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}.bloglo-nav>ul>li{position:relative;-ms-flex-align:center;align-items:center;-ms-flex-negative:0;flex-shrink:0;margin-left:1.6rem;}.bloglo-nav>ul>li:first-child, .bloglo-nav>ul>li:first-of-type{margin-left:0 !important;}.bloglo-nav>ul>li>a{display:block;-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;}.bloglo-nav>ul>li:last-child{margin-right:0 !important;}.bloglo-nav>ul>li.opens-left>.children, .bloglo-nav>ul>li.opens-left>.sub-menu{left:auto;right:0;}.bloglo-nav>ul>li.opens-right>.children, .bloglo-nav>ul>li.opens-right>.sub-menu{right:auto;left:-2.856rem;}.bloglo-nav li:hover .children, .bloglo-nav li:hover .sub-menu{-webkit-transition:all 0.2s;transition:all 0.2s;}.bloglo-nav .sub-menu{color:var(--bloglo-secondary);}.bloglo-nav .large-dropdown>.sub-menu{min-width:31rem;}.bloglo-nav .children, .bloglo-nav .sub-menu{position:absolute;top:100%;left:-2.856rem;min-width:23rem;visibility:hidden;opacity:0;background-color:var(--bloglo-white);border:0 solid rgba(190, 190, 190, 0.3);border-top-width:0.2rem;border-top-style:solid;padding:0.5rem 0;line-height:1.5;text-align:left;-webkit-transform:translateY(1rem);-ms-transform:translateY(1rem);transform:translateY(1rem);-webkit-transition:all 0.25s;transition:all 0.25s;z-index:998;border-radius:0 0 0.3rem 0.3rem;-webkit-box-shadow:0 1.5rem 3rem -0.5rem rgba(0, 0, 0, 0.07);box-shadow:0 1.5rem 3rem -0.5rem rgba(0, 0, 0, 0.07);pointer-events:none;font-size:1.6rem;}.bloglo-nav .children li, .bloglo-nav .sub-menu li{position:relative;padding-left:0.5rem;padding-right:0.5rem;}.bloglo-nav .children li a, .bloglo-nav .sub-menu li a{font-weight:400;display:block;padding:1.2rem 1.62rem;letter-spacing:0;position:relative;}.bloglo-nav .children li a:hover, .bloglo-nav .sub-menu li a:hover{color:#000;}.bloglo-nav .children li:last-child a, .bloglo-nav .sub-menu li:last-child a{border-bottom:none;}.bloglo-nav .children li.opens-left .children, .bloglo-nav .children li.opens-left .sub-menu, .bloglo-nav .sub-menu li.opens-left .children, .bloglo-nav .sub-menu li.opens-left .sub-menu{left:auto;right:100%;margin-left:0;margin-right:0.5rem;}.bloglo-nav .children li.opens-left .children:before, .bloglo-nav .children li.opens-left .sub-menu:before, .bloglo-nav .sub-menu li.opens-left .children:before, .bloglo-nav .sub-menu li.opens-left .sub-menu:before{left:auto;right:-0.5rem;}.bloglo-nav .children li.opens-right .children, .bloglo-nav .children li.opens-right .sub-menu, .bloglo-nav .sub-menu li.opens-right .children, .bloglo-nav .sub-menu li.opens-right .sub-menu{right:auto;left:100%;margin-right:0;margin-left:0.5rem;}.bloglo-nav .children li.opens-right .children:before, .bloglo-nav .children li.opens-right .sub-menu:before, .bloglo-nav .sub-menu li.opens-right .children:before, .bloglo-nav .sub-menu li.opens-right .sub-menu:before{left:auto;right:-0.5rem;}.bloglo-nav .children .children, .bloglo-nav .children .sub-menu, .bloglo-nav .sub-menu .children, .bloglo-nav .sub-menu .sub-menu{border-radius:var(--bloglo-normal-radius);left:100%;top:-0.2rem;margin-left:0.5rem;}.bloglo-nav .children .children:before, .bloglo-nav .children .sub-menu:before, .bloglo-nav .sub-menu .children:before, .bloglo-nav .sub-menu .sub-menu:before{content:"";position:absolute;z-index:1;width:0.5rem;top:0;left:-0.5rem;height:100%;}html body #bloglo-header-inner .bloglo-nav ul li span.description{display:block;font-size:1.2rem;color:inherit;opacity:0.6;line-height:1.4;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;}html body #bloglo-header-inner .bloglo-nav>ul>li>a>span>span.description{color:var(--bloglo-secondary);margin-top:-3px;}.bloglo-nav .menu-item-has-children.hovered>.sub-menu, .bloglo-nav .menu-item-has-children:hover>.sub-menu, .using-keyboard .bloglo-nav .menu-item-has-children a:focus+.sub-menu, .bloglo-nav .page_item_has_children.hovered>.children, .bloglo-nav .page_item_has_children:hover>.children, .using-keyboard .bloglo-nav .page_item_has_children a:focus+.children{visibility:visible;opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);pointer-events:auto;z-index:999;}.bloglo-nav .menu-item-has-children>a>.bloglo-icon, .bloglo-nav .page_item_has_children>a>.bloglo-icon{height:1.92rem;margin-left:0.4rem;margin-right:0;}.bloglo-nav .children .page_item_has_children>a>.bloglo-icon, .bloglo-nav .sub-menu .menu-item-has-children>a>.bloglo-icon{position:absolute;right:1.3rem;top:45%;-webkit-transform:translateY(-50%) rotate(-90deg);-ms-transform:translateY(-50%) rotate(-90deg);transform:translateY(-50%) rotate(-90deg);}#bloglo-header-inner .bloglo-nav>ul>.menu-item-has-children>a:after, #bloglo-header-inner .bloglo-nav>ul>.page_item_has_children>a:after, #bloglo-topbar .bloglo-nav>ul>.menu-item-has-children>a:after, #bloglo-topbar .bloglo-nav>ul>.page_item_has_children>a:after{top:0.24rem;}.bloglo-mobile-toggen{display:none;}#bloglo-topbar .bloglo-nav, .bloglo-topbar-widget__nav{height:auto;}#bloglo-header-inner .bloglo-nav>ul{min-height:9rem;}#bloglo-header-inner .bloglo-nav>ul>li{margin-left:2.8rem;}@media screen and (min-width: 60.063em) and (max-width: 64.375em) {#bloglo-header-inner .bloglo-nav>ul>li {margin-left: 2rem;}}#bloglo-header-inner .bloglo-nav>ul>li>a{font-size:inherit;font-weight:500;}#bloglo-copyright .bloglo-nav>ul>li{margin-left:1.6rem;}#bloglo-copyright .bloglo-nav>ul>li:first-child{margin-left:0;}#bloglo-copyright .bloglo-nav .sub-menu a{color:#232323;}#bloglo-copyright .bloglo-nav>ul>li>.sub-menu{bottom:100%;}#bloglo-copyright .bloglo-nav>ul>li>.sub-menu .sub-menu{bottom:0 !important;margin-bottom:-1rem;}#bloglo-copyright .bloglo-nav>ul .sub-menu{top:auto !important;-webkit-transform:none;-ms-transform:none;transform:none;margin-bottom:1.6rem;border-radius:var(--bloglo-normal-radius);}#bloglo-copyright .bloglo-nav>ul .sub-menu a:before{display:none;}#bloglo-copyright .bloglo-nav>ul>li.menu-item-has-children li.menu-item-has-children.hovered>.sub-menu, #bloglo-copyright .bloglo-nav>ul>li.menu-item-has-children li.menu-item-has-children:hover>.sub-menu{bottom:auto;top:-1rem;}#bloglo-copyright .bloglo-nav>ul>li.menu-item-has-children>a:after{position:relative;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);top:0.1rem;}#bloglo-copyright .bloglo-nav>ul>li.menu-item-has-children:after{content:"";position:absolute;width:100%;left:0;top:-1rem;height:1rem;}#bloglo-copyright .bloglo-nav>ul>li>a{padding-top:0;padding-bottom:0;}.bloglo-menu-animation-underline #bloglo-header-inner .bloglo-nav>ul>li>a>span{padding:0.2rem 0;}.bloglo-menu-animation-underline #bloglo-copyright .bloglo-nav>ul>li>a>span, .bloglo-menu-animation-underline #bloglo-header-inner .bloglo-nav>ul>li>a>span{position:relative;}.bloglo-menu-animation-underline #bloglo-copyright .bloglo-nav>ul>li.menu-item-has-children:hover>a>span:before, .bloglo-menu-animation-underline #bloglo-copyright .bloglo-nav>ul>li.page_item_has_children:hover>a>span:before, .bloglo-menu-animation-underline #bloglo-copyright .bloglo-nav>ul>li>a:hover>span:before, .bloglo-menu-animation-underline #bloglo-header-inner .bloglo-nav>ul>li.current-menu-item>a>span:before, .bloglo-menu-animation-underline #bloglo-header-inner .bloglo-nav>ul>li.current_page_item>a>span:before, .bloglo-menu-animation-underline #bloglo-header-inner .bloglo-nav>ul>li.menu-item-has-children:hover>a>span:before, .bloglo-menu-animation-underline #bloglo-header-inner .bloglo-nav>ul>li.page_item_has_children:hover>a>span:before, .bloglo-menu-animation-underline #bloglo-header-inner .bloglo-nav>ul>li>a:hover>span:before{-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center;-webkit-transform:scale(1, 1);-ms-transform:scale(1, 1);transform:scale(1, 1);}.bloglo-menu-animation-squarebox:not(.bloglo-is-mobile) #bloglo-header-inner .bloglo-nav>ul>li{margin-left:0.1rem;}.bloglo-menu-animation-squarebox:not(.bloglo-is-mobile) #bloglo-header-inner .bloglo-nav>ul>li>a{padding:0.6rem 1.4rem;}body.bloglo-menu-animation-squarebox:not(.bloglo-is-mobile) #bloglo-header-inner .bloglo-nav>ul>li>a:hover, body.bloglo-menu-animation-squarebox:not(.bloglo-is-mobile).using-keyboard #bloglo-header-inner .bloglo-nav>ul>li>a:focus, body.bloglo-menu-animation-squarebox:not(.bloglo-is-mobile) #bloglo-header-inner .bloglo-nav>ul>li.menu-item-has-children:hover>a, body.bloglo-menu-animation-squarebox:not(.bloglo-is-mobile).using-keyboard #bloglo-header-inner .bloglo-nav>ul>li.menu-item-has-children:focus>a, body.bloglo-menu-animation-squarebox:not(.bloglo-is-mobile) #bloglo-header-inner .bloglo-nav>ul>li.current-menu-item>a, body.bloglo-menu-animation-squarebox:not(.bloglo-is-mobile) #bloglo-header-inner .bloglo-nav>ul>li.current-menu-ancestor>a, body.bloglo-menu-animation-squarebox:not(.bloglo-is-mobile) #bloglo-header-inner .bloglo-nav>ul>li.page_item_has_children:hover>a, body.bloglo-menu-animation-squarebox:not(.bloglo-is-mobile) #bloglo-header-inner .bloglo-nav>ul>li.current_page_item>a, body.bloglo-menu-animation-squarebox:not(.bloglo-is-mobile) #bloglo-header-inner .bloglo-nav>ul>li.current_page_ancestor>a, body.bloglo-menu-animation-squarebox:not(.bloglo-is-mobile) #bloglo-topbar .bloglo-nav>ul>li>a:hover, body.bloglo-menu-animation-squarebox:not(.bloglo-is-mobile).using-keyboard #bloglo-topbar .bloglo-nav>ul>li>a:focus, body.bloglo-menu-animation-squarebox:not(.bloglo-is-mobile) #bloglo-topbar .bloglo-nav>ul>li.menu-item-has-children:hover>a, body.bloglo-menu-animation-squarebox:not(.bloglo-is-mobile) #bloglo-topbar .bloglo-nav>ul>li.current-menu-item>a, body.bloglo-menu-animation-squarebox:not(.bloglo-is-mobile) #bloglo-topbar .bloglo-nav>ul>li.current-menu-ancestor>a{background-color:var(--bloglo-primary);color:#fff;}.bloglo-menu-animation-squareborder:not(.bloglo-is-mobile) #bloglo-header-inner .bloglo-nav>ul>li{margin-left:1.5rem;}.bloglo-menu-animation-squareborder:not(.bloglo-is-mobile) #bloglo-header-inner .bloglo-nav>ul>li>a{padding:0.6rem 1.4rem;border:0.1rem solid transparent;}.bloglo-menu-animation-squareborder:not(.bloglo-is-mobile) #bloglo-header-inner .bloglo-nav>ul>li>a:hover, .bloglo-menu-animation-squareborder:not(.bloglo-is-mobile).using-keyboard #bloglo-header-inner .bloglo-nav>ul>li>a:focus, .bloglo-menu-animation-squareborder:not(.bloglo-is-mobile) #bloglo-header-inner .bloglo-nav>ul>li.menu-item-has-children:hover>a, .bloglo-menu-animation-squareborder:not(.bloglo-is-mobile).using-keyboard #bloglo-header-inner .bloglo-nav>ul>li.menu-item-has-children:focus>a, .bloglo-menu-animation-squareborder:not(.bloglo-is-mobile) #bloglo-header-inner .bloglo-nav>ul>li.page_item_has_children:hover>a, .bloglo-menu-animation-squareborder:not(.bloglo-is-mobile) #bloglo-topbar .bloglo-nav>ul>li>a:hover, .bloglo-menu-animation-squareborder:not(.bloglo-is-mobile).using-keyboard #bloglo-topbar .bloglo-nav>ul>li>a:focus, .bloglo-menu-animation-squareborder:not(.bloglo-is-mobile) #bloglo-topbar .bloglo-nav>ul>li.menu-item-has-children:hover>a{border-color:var(--bloglo-primary);}.bloglo-menu-animation-focusmenu:not(.bloglo-is-mobile) #bloglo-header-inner .bloglo-nav>ul>li>a{height:100%;}.bloglo-menu-animation-focusmenu:not(.bloglo-is-mobile) #bloglo-topbar .bloglo-nav:hover>ul>li>a, .bloglo-menu-animation-focusmenu:not(.bloglo-is-mobile).using-keyboard #bloglo-topbar .bloglo-nav:focus-within>ul>li>a, .bloglo-menu-animation-focusmenu:not(.bloglo-is-mobile) #bloglo-header-inner .bloglo-nav:hover>ul>li>a, .bloglo-menu-animation-focusmenu:not(.bloglo-is-mobile).using-keyboard #bloglo-header-inner .bloglo-nav:focus-within>ul>li>a{opacity:0.35;}.bloglo-menu-animation-focusmenu:not(.bloglo-is-mobile) #bloglo-header-inner .bloglo-nav>ul>li>a:hover, .bloglo-menu-animation-focusmenu:not(.bloglo-is-mobile).using-keyboard #bloglo-header-inner .bloglo-nav>ul>li>a:focus, .bloglo-menu-animation-focusmenu:not(.bloglo-is-mobile) #bloglo-header-inner .bloglo-nav>ul>li.menu-item-has-children:hover>a, .bloglo-menu-animation-focusmenu:not(.bloglo-is-mobile).using-keyboard #bloglo-header-inner .bloglo-nav>ul>li.menu-item-has-children:focus>a, .bloglo-menu-animation-focusmenu:not(.bloglo-is-mobile) #bloglo-header-inner .bloglo-nav>ul>li.page_item_has_children:hover>a, .bloglo-menu-animation-focusmenu:not(.bloglo-is-mobile) #bloglo-topbar .bloglo-nav>ul>li>a:hover, .bloglo-menu-animation-focusmenu:not(.bloglo-is-mobile).using-keyboard #bloglo-topbar .bloglo-nav>ul>li>a:focus, .bloglo-menu-animation-focusmenu:not(.bloglo-is-mobile) #bloglo-topbar .bloglo-nav>ul>li.menu-item-has-children:hover>a{opacity:1;}.bloglo-menu-animation-focusmenu:not(.bloglo-is-mobile) #bloglo-header-inner .bloglo-nav>ul>li.current-menu-item>a, .bloglo-menu-animation-focusmenu:not(.bloglo-is-mobile) #bloglo-header-inner .bloglo-nav>ul>li.current-menu-ancestor>a, .bloglo-menu-animation-focusmenu:not(.bloglo-is-mobile) #bloglo-header-inner .bloglo-nav>ul>li.current_page_item>a, .bloglo-menu-animation-focusmenu:not(.bloglo-is-mobile) #bloglo-header-inner .bloglo-nav>ul>li.current_page_ancestor>a, .bloglo-menu-animation-focusmenu:not(.bloglo-is-mobile) #bloglo-topbar .bloglo-nav>ul>li.current-menu-item>a, .bloglo-menu-animation-focusmenu:not(.bloglo-is-mobile) #bloglo-topbar .bloglo-nav>ul>li.current-menu-ancestor>a{opacity:0.8;}.bloglo-sticky-sidebar{-ms-flex-item-align:stretch !important;align-self:stretch !important;}.bloglo-sticky-sidebar .bloglo-sidebar-inner{backface-visibility:hidden;-webkit-backface-visibility:hidden;position:-webkit-sticky;position:sticky;top:var(--bloglo-sticky-h-offset, 2rem);}.bloglo-sticky-sidebar.admin-bar .bloglo-sidebar-inner{top:calc(var(--bloglo-sticky-h-offset, 2rem) + 32px);}.bloglo-sticky-last-widget #secondary .bloglo-sidebar-inner{height:100%;}.bloglo-sticky-last-widget #secondary .bloglo-sidebar-inner>.widget:last-child{position:-webkit-sticky;position:sticky;top:var(--bloglo-sticky-h-offset, 2rem);}.bloglo-sticky-last-widget.admin-bar #secondary .bloglo-sidebar-inner>.widget:last-child{top:calc(var(--bloglo-sticky-h-offset, 2rem) + 32px);}.bloglo-no-sidebar #primary, .bloglo-sidebar-position__no-sidebar #primary{width:100%;}#primary, #secondary{margin-top:5rem;margin-bottom:7rem;}.is-section-heading-init-s2 #featured_links .bloglo-featured-items .widget-title{margin-bottom:2.5rem;}.is-section-heading-init-s1 .bloglo-featured-items .widget-title, .is-section-heading-init-s2:not(.bloglo-sidebar-style-1) .pyml-slider-items .widget-title, .is-section-heading-init-s1 .pyml-slider-items .widget-title, .bloglo-sidebar-style-3:not(.is-section-heading-init-s2, .is-section-heading-init-s0) #secondary .wp-block-search .wp-block-search__label, .bloglo-sidebar-style-2:not(.is-section-heading-init-s2, .is-section-heading-init-s0) #secondary .wp-block-search .wp-block-search__label, .bloglo-sidebar-style-3:not(.is-section-heading-init-s2, .is-section-heading-init-s0) #secondary .wp-block-heading, .bloglo-sidebar-style-2:not(.is-section-heading-init-s2, .is-section-heading-init-s0) #secondary .wp-block-heading, .bloglo-sidebar-style-3:not(.is-section-heading-init-s2, .is-section-heading-init-s0) #secondary .widget-title, .bloglo-sidebar-style-2:not(.is-section-heading-init-s2, .is-section-heading-init-s0) #secondary .widget-title{padding-bottom:2rem;margin-bottom:2.5rem;}.is-section-heading-init-s1 .bloglo-featured-items .widget-title::before, .is-section-heading-init-s1 .bloglo-featured-items .widget-title::after, .is-section-heading-init-s1 .pyml-slider-items .widget-title::before, .is-section-heading-init-s1 .pyml-slider-items .widget-title::after, .is-section-heading-init-s1:not(.bloglo-sidebar-style-1) #secondary .wp-block-search .wp-block-search__label::before, .is-section-heading-init-s1:not(.bloglo-sidebar-style-1) #secondary .wp-block-search .wp-block-search__label::after, .is-section-heading-init-s1:not(.bloglo-sidebar-style-1) #secondary .wp-block-heading::before, .is-section-heading-init-s1:not(.bloglo-sidebar-style-1) #secondary .wp-block-heading::after, .is-section-heading-init-s1:not(.bloglo-sidebar-style-1) #secondary .widget-title::before, .is-section-heading-init-s1:not(.bloglo-sidebar-style-1) #secondary .widget-title::after{content:"";position:absolute;bottom:0;height:0.2rem;background-color:var(--bloglo-primary);z-index:1;}.is-section-heading-init-s1 .bloglo-featured-items .widget-title::before, .is-section-heading-init-s1 .pyml-slider-items .widget-title::before, .bloglo-sidebar-style-2.is-section-heading-init-s1 #secondary .wp-block-search .wp-block-search__label::before, .bloglo-sidebar-style-2.is-section-heading-init-s1 #secondary .wp-block-heading::before, .bloglo-sidebar-style-2.is-section-heading-init-s1 #secondary .widget-title::before{width:6rem;left:0;}.is-section-heading-init-s1 .bloglo-featured-items .widget-title::after, .is-section-heading-init-s1 .pyml-slider-items .widget-title::after, .bloglo-sidebar-style-2.is-section-heading-init-s1 #secondary .wp-block-search .wp-block-search__label::after, .bloglo-sidebar-style-2.is-section-heading-init-s1 #secondary .wp-block-heading::after, .bloglo-sidebar-style-2.is-section-heading-init-s1 #secondary .widget-title::after{width:2rem;left:7rem;}.bloglo-sidebar-style-3 #secondary .bloglo-widget{border:0.1rem solid rgba(190, 190, 190, 0.3);border-radius:var(--bloglo-normal-radius);margin-bottom:2rem;padding:2.5rem;}.bloglo-sidebar-style-3 #secondary .bloglo-widget:last-child{margin-bottom:0;}.bloglo-sidebar-style-3.is-section-heading-init-s1 #secondary .wp-block-search .wp-block-search__label, .bloglo-sidebar-style-3.is-section-heading-init-s1 #secondary .wp-block-heading, .bloglo-sidebar-style-3.is-section-heading-init-s1 #secondary .widget-title{padding:2rem 2.5rem;margin:-2.5rem -2.5rem 2.8rem;}.bloglo-sidebar-style-3.is-section-heading-init-s1 .pyml-slider-items .widget-title, .bloglo-sidebar-style-3.is-section-heading-init-s1 #secondary .wp-block-search .wp-block-search__label, .bloglo-sidebar-style-3.is-section-heading-init-s1 #secondary .wp-block-heading, .bloglo-sidebar-style-3.is-section-heading-init-s1 #secondary .widget-title{border-bottom:0.1rem solid rgba(190, 190, 190, 0.3);}.bloglo-sidebar-style-3.is-section-heading-init-s1 .pyml-slider-items .widget-title::before, .bloglo-sidebar-style-3.is-section-heading-init-s1 #secondary .wp-block-search .wp-block-search__label::before, .bloglo-sidebar-style-3.is-section-heading-init-s1 #secondary .wp-block-heading::before, .bloglo-sidebar-style-3.is-section-heading-init-s1 #secondary .widget-title::before{width:6rem;left:2.5rem;}.bloglo-sidebar-style-3.is-section-heading-init-s1 .pyml-slider-items .widget-title::after, .bloglo-sidebar-style-3.is-section-heading-init-s1 #secondary .wp-block-search .wp-block-search__label::after, .bloglo-sidebar-style-3.is-section-heading-init-s1 #secondary .wp-block-heading::after, .bloglo-sidebar-style-3.is-section-heading-init-s1 #secondary .widget-title::after{width:2rem;left:9.5rem;}#main{-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:auto;flex-basis:auto;word-break:break-word;}#main>.bloglo-container{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;}#main>.bloglo-container #primary{min-width:0;min-height:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:auto;flex-basis:auto;}#main>.bloglo-container #secondary{-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;}.bloglo-widget .wp-block-search .wp-block-search__label, .bloglo-widget .wp-block-heading, .bloglo-widget .widget-title{position:relative;overflow:hidden;}.bloglo-sidebar-position__left-sidebar #primary{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;padding-left:5rem;}.bloglo-sidebar-position__left-sidebar #secondary{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}.bloglo-sidebar-position__right-sidebar #primary{padding-right:5rem;}.bloglo-blog-masonry .bloglo-article, .bloglo-blog-horizontal .bloglo-article, .bloglo-blog-layout-1 .bloglo-article{margin-bottom:5rem;}.bloglo-blog-masonry .bloglo-article .bloglo-blog-entry-content>:first-child, .bloglo-blog-horizontal .bloglo-article .bloglo-blog-entry-content>:first-child, .bloglo-blog-layout-1 .bloglo-article .bloglo-blog-entry-content>:first-child{margin-top:0 !important;}.bloglo-blog-masonry .bloglo-article:last-child, .bloglo-blog-horizontal .bloglo-article:last-child, .bloglo-blog-layout-1 .bloglo-article:last-child{margin-bottom:0;}.bloglo-blog-masonry .bloglo-article .entry-media, .bloglo-blog-horizontal .bloglo-article .entry-media, .bloglo-blog-layout-1 .bloglo-article .entry-media{position:relative;-webkit-box-shadow:0 1.6rem 3.8rem -1.2rem rgba(0, 0, 0, 0.5);box-shadow:0 1.6rem 3.8rem -1.2rem rgba(0, 0, 0, 0.5);}.bloglo-layout__boxed-separated.bloglo-blog-masonry .bloglo-article .entry-media, .bloglo-layout__boxed-separated.bloglo-blog-horizontal .bloglo-article .entry-media, .bloglo-layout__boxed-separated.bloglo-blog-layout-1 .bloglo-article .entry-media{-webkit-box-shadow:none;box-shadow:none;}.pyml-slide-item .pyml-slider-backgrounds a:hover .pyml-slide-bg img, .pyml-slide-item .pyml-slider-backgrounds a:focus .pyml-slide-bg img, .bloglo-blog-masonry .bloglo-article .entry-media:hover>a>img, .bloglo-blog-horizontal .bloglo-article .entry-media:hover>a>img, .bloglo-blog-layout-1 .bloglo-article .entry-media:hover>a>img, .bloglo-blog-masonry .bloglo-article .entry-media:focus>a>img, .bloglo-blog-horizontal .bloglo-article .entry-media:focus>a>img, .bloglo-blog-layout-1 .bloglo-article .entry-media:focus>a>img{-webkit-transform:scale3d(1.1, 1.1, 1);transform:scale3d(1.1, 1.1, 1);}.bloglo-blog-masonry .bloglo-article .entry-media img, .bloglo-blog-horizontal .bloglo-article .entry-media img, .bloglo-blog-layout-1 .bloglo-article .entry-media img{margin-left:0;margin-right:0;display:block;-webkit-transition:all cubic-bezier(0.4, 0, 0.2, 1) 0.3s;transition:all cubic-bezier(0.4, 0, 0.2, 1) 0.3s;}.bloglo-blog-masonry .bloglo-article .entry-summary, .bloglo-blog-horizontal .bloglo-article .entry-summary, .bloglo-blog-layout-1 .bloglo-article .entry-summary{margin:1.6rem 0;}.bloglo-blog-masonry .bloglo-article .entry-footer, .bloglo-blog-horizontal .bloglo-article .entry-footer, .bloglo-blog-layout-1 .bloglo-article .entry-footer{margin-top:1.6rem;}.using-keyboard.bloglo-blog-masonry .bloglo-article .entry-title:focus-within, .using-keyboard.bloglo-blog-horizontal .bloglo-article .entry-title:focus-within, .using-keyboard.bloglo-blog-layout-1 .bloglo-article .entry-title:focus-within{color:var(--bloglo-primary);text-decoration:underline;}.bloglo-blog-masonry .bloglo-article .entry-meta span:first-child, .bloglo-blog-horizontal .bloglo-article .entry-meta span:first-child, .bloglo-blog-layout-1 .bloglo-article .entry-meta span:first-child{padding-left:0;}.bloglo-blog-masonry.bloglo-layout__boxed-separated .bloglo-article.format-quote, .bloglo-blog-horizontal.bloglo-layout__boxed-separated .bloglo-article.format-quote, .bloglo-blog-layout-1.bloglo-layout__boxed-separated .bloglo-article.format-quote{padding:0;}.sticky .entry-title .bloglo-icon{opacity:0.3;margin-right:0.7rem;}.bloglo-blog-layout-1 .bloglo-article .entry-media{margin-bottom:2.128rem;margin-top:2rem;}.bloglo-blog-horizontal .bloglo-article:not(.format-quote) .bloglo-blog-entry-wrapper{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;}.bloglo-blog-horizontal .bloglo-article:not(.format-quote) .bloglo-blog-entry-wrapper .entry-media{margin:0;}.bloglo-blog-horizontal .bloglo-article:not(.format-quote) .bloglo-blog-entry-wrapper.bloglo-thumb-right .entry-media{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-left:3rem;}.bloglo-blog-horizontal .bloglo-article:not(.format-quote) .bloglo-blog-entry-wrapper.bloglo-thumb-left .entry-media{margin-right:3rem;}.bloglo-blog-horizontal .bloglo-article:not(.format-quote) .bloglo-blog-entry-wrapper .post-gallery, .bloglo-blog-horizontal .bloglo-article:not(.format-quote) .bloglo-blog-entry-wrapper .post-thumb{-ms-flex-preferred-size:42%;flex-basis:42%;-ms-flex-negative:0;flex-shrink:0;overflow:hidden;}.bloglo-blog-horizontal .bloglo-article:not(.format-quote) .bloglo-blog-entry-wrapper .bloglo-entry-content-wrapper{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;}.bloglo-blog-horizontal .bloglo-article:not(.format-quote) .post-category{font-weight:500;font-size:1.6rem;margin-bottom:0.8rem;}.bloglo-blog-horizontal .bloglo-article:not(.format-quote) .entry-meta{margin-top:2.4rem;}.bloglo-blog-horizontal .bloglo-article:not(.format-quote) .entry-footer{margin:0.8rem 0 1.6rem 0;}.bloglo-hover-slider .hover-slider-item-wrapper .hover-slide-item .post-category a:nth-child(4n + 1), .bloglo-hover-slider .hover-slider-item-wrapper:nth-child(4n + 1) .hover-slide-item .post-category a, .bloglo-vertical-slider .swiper-slide .bloglo-article:not(.format-quote) .post-category .cat-links a:nth-child(4n + 1), .bloglo-vertical-slider .swiper-slide:nth-child(4n + 1) .bloglo-article:not(.format-quote) .post-category .cat-links a, .col-xs-12 .pyml-slide-item .pyml-slider-backgrounds .post-category .cat-links span a:nth-child(4n + 1), .col-xs-12:nth-child(4n + 1) .pyml-slide-item .pyml-slider-backgrounds .post-category .cat-links span a, .pyml-slider-carousel .swiper-slide .pyml-slide-item .pyml-slider-backgrounds .post-category .cat-links span a:nth-child(4n + 1), .pyml-slider-carousel .swiper-slide:nth-child(4n + 1) .pyml-slide-item .pyml-slider-backgrounds .post-category .cat-links span a, .bloglo-blog-horizontal .bloglo-article:not(.format-quote) .post-category .cat-links a:nth-child(4n + 1), .bloglo-blog-horizontal .bloglo-article:not(.format-quote):nth-child(4n + 1) .post-category .cat-links a, .bloglo-blog-horizontal .swiper-slide .bloglo-article:not(.format-quote) .post-category .cat-links a:nth-child(4n + 1), .bloglo-blog-horizontal .swiper-slide:nth-child(4n + 1) .bloglo-article:not(.format-quote) .post-category .cat-links a, .bloglo-blog-horizontal .col-xs-12 .bloglo-article:not(.format-quote) .post-category .cat-links a:nth-child(4n + 1), .bloglo-blog-horizontal .col-xs-12:nth-child(4n + 1) .bloglo-article:not(.format-quote) .post-category .cat-links a{background-color:#6178df;}.bloglo-hover-slider .hover-slider-item-wrapper .hover-slide-item .post-category a:nth-child(4n + 2), .bloglo-hover-slider .hover-slider-item-wrapper:nth-child(4n + 2) .hover-slide-item .post-category a, .bloglo-vertical-slider .swiper-slide .bloglo-article:not(.format-quote) .post-category .cat-links a:nth-child(4n + 2), .bloglo-vertical-slider .swiper-slide:nth-child(4n + 2) .bloglo-article:not(.format-quote) .post-category .cat-links a, .col-xs-12 .pyml-slide-item .pyml-slider-backgrounds .post-category .cat-links span a:nth-child(4n + 2), .col-xs-12:nth-child(4n + 2) .pyml-slide-item .pyml-slider-backgrounds .post-category .cat-links span a, .pyml-slider-carousel .swiper-slide .pyml-slide-item .pyml-slider-backgrounds .post-category .cat-links span a:nth-child(4n + 2), .pyml-slider-carousel .swiper-slide:nth-child(4n + 2) .pyml-slide-item .pyml-slider-backgrounds .post-category .cat-links span a, .bloglo-blog-horizontal .bloglo-article:not(.format-quote) .post-category .cat-links a:nth-child(4n + 2), .bloglo-blog-horizontal .bloglo-article:not(.format-quote):nth-child(4n + 2) .post-category .cat-links a, .bloglo-blog-horizontal .swiper-slide .bloglo-article:not(.format-quote) .post-category .cat-links a:nth-child(4n + 2), .bloglo-blog-horizontal .swiper-slide:nth-child(4n + 2) .bloglo-article:not(.format-quote) .post-category .cat-links a, .bloglo-blog-horizontal .col-xs-12 .bloglo-article:not(.format-quote) .post-category .cat-links a:nth-child(4n + 2), .bloglo-blog-horizontal .col-xs-12:nth-child(4n + 2) .bloglo-article:not(.format-quote) .post-category .cat-links a{background-color:#48aab1;}.bloglo-hover-slider .hover-slider-item-wrapper .hover-slide-item .post-category a:nth-child(4n + 3), .bloglo-hover-slider .hover-slider-item-wrapper:nth-child(4n + 3) .hover-slide-item .post-category a, .bloglo-vertical-slider .swiper-slide .bloglo-article:not(.format-quote) .post-category .cat-links a:nth-child(4n + 3), .bloglo-vertical-slider .swiper-slide:nth-child(4n + 3) .bloglo-article:not(.format-quote) .post-category .cat-links a, .col-xs-12 .pyml-slide-item .pyml-slider-backgrounds .post-category .cat-links span a:nth-child(4n + 3), .col-xs-12:nth-child(4n + 3) .pyml-slide-item .pyml-slider-backgrounds .post-category .cat-links span a, .pyml-slider-carousel .swiper-slide .pyml-slide-item .pyml-slider-backgrounds .post-category .cat-links span a:nth-child(4n + 3), .pyml-slider-carousel .swiper-slide:nth-child(4n + 3) .pyml-slide-item .pyml-slider-backgrounds .post-category .cat-links span a, .bloglo-blog-horizontal .bloglo-article:not(.format-quote) .post-category .cat-links a:nth-child(4n + 3), .bloglo-blog-horizontal .bloglo-article:not(.format-quote):nth-child(4n + 3) .post-category .cat-links a, .bloglo-blog-horizontal .swiper-slide .bloglo-article:not(.format-quote) .post-category .cat-links a:nth-child(4n + 3), .bloglo-blog-horizontal .swiper-slide:nth-child(4n + 3) .bloglo-article:not(.format-quote) .post-category .cat-links a, .bloglo-blog-horizontal .col-xs-12 .bloglo-article:not(.format-quote) .post-category .cat-links a:nth-child(4n + 3), .bloglo-blog-horizontal .col-xs-12:nth-child(4n + 3) .bloglo-article:not(.format-quote) .post-category .cat-links a{background-color:#a95edf;}.entry-thumb-image{position:relative;z-index:0;}.bloglo-article .entry-media .entry-image-link{background-color:rgba(0, 0, 0, 0.18);}.bloglo-blog-layout-1 .bloglo-article .entry-thumb-image img, .bloglo-blog-layout-1 .bloglo-article .entry-thumb-image{min-height:22.9rem;background-color:rgba(0, 0, 0, 0.18);object-fit:cover;}.bloglo-blog-layout-1 .bloglo-article .entry-thumb-image .entry-media{margin-top:0;}.entry-thumb-image .post-category{position:absolute;top:2rem;left:2.3rem;z-index:2;}.breadcrumbs{max-width:100%;}.breadcrumb-trail{width:100%;}.breadcrumb-trail .trail-items li{display:inline;}.breadcrumb-trail .trail-items li:after{-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path d="M20.954 14.487l-8.008-8.008c-.534-.534-1.335-.534-1.868 0s-.534 1.335 0 1.868l7.074 7.074-7.074 7.074a1.29 1.29 0 000 1.868c.267.267.534.4.934.4s.667-.133.934-.4l8.008-8.008a1.29 1.29 0 000-1.868z"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path d="M20.954 14.487l-8.008-8.008c-.534-.534-1.335-.534-1.868 0s-.534 1.335 0 1.868l7.074 7.074-7.074 7.074a1.29 1.29 0 000 1.868c.267.267.534.4.934.4s.667-.133.934-.4l8.008-8.008a1.29 1.29 0 000-1.868z"/></svg>');content:"";margin:0 0.4rem;display:inline-block;vertical-align:middle;line-height:1;}.breadcrumb-trail .trail-items li:last-child:after{display:none;}.bloglo-breadcrumbs{font-size:1.4rem;border-width:0;}.bloglo-breadcrumbs .separator{margin:0 0.3rem;}#page .page-header .bloglo-breadcrumbs a>span{color:inherit;}#bloglo-pre-footer{position:relative;z-index:2;}#bloglo-pre-footer .bloglo-flex-row>div:empty{display:none;}.bloglo-pre-footer-cta-style-1 #bloglo-pre-footer{margin-bottom:-5rem;}.bloglo-pre-footer-cta-style-1 #bloglo-pre-footer .bloglo-flex-row{position:relative;}.bloglo-pre-footer-cta-style-1 #bloglo-pre-footer .bloglo-flex-row>div{position:relative;z-index:3;}.bloglo-pre-footer-cta-style-1 #bloglo-pre-footer .bloglo-flex-row:after, .bloglo-pre-footer-cta-style-1 #bloglo-pre-footer .bloglo-flex-row:before{content:"";position:absolute;top:0;left:1.5rem;right:1.5rem;height:100%;z-index:1;border-radius:var(--bloglo-normal-radius);}.bloglo-pre-footer-cta-style-1 #bloglo-pre-footer .bloglo-flex-row:before{border-width:0;z-index:2;}.bloglo-pre-footer-cta-style-1 #bloglo-pre-footer .bloglo-flex-row:after{-webkit-box-shadow:0 0 3rem rgba(0, 0, 0, 0.22);box-shadow:0 0 3rem rgba(0, 0, 0, 0.22);}.bloglo-pre-footer-cta-style-1 #bloglo-pre-footer .bloglo-flex-row{padding:5rem 7rem;}.bloglo-pre-footer-cta-style-1 #colophon{padding-top:5rem;}.bloglo-pre-footer-cta-style-1.bloglo-pre-footer-no-margin #bloglo-pre-footer{margin-bottom:5rem;}.bloglo-pre-footer-cta-style-2 #bloglo-pre-footer .bloglo-flex-row{padding-top:5rem;padding-bottom:5rem;position:relative;z-index:3;}.bloglo-pre-footer-cta-style-2 #bloglo-pre-footer:after, .bloglo-pre-footer-cta-style-2 #bloglo-pre-footer:before{content:"";z-index:1;}.bloglo-pre-footer-cta-style-2 #bloglo-pre-footer:before{border-width:0;z-index:2;}#colophon a:before{bottom:-0.2rem !important;}#colophon #bloglo-copyright a:before, #bloglo-copyright a>span:before{bottom:-0.1rem !important;}#colophon{--elementBorderColor:rgba(255, 255, 255, 0.15);position:relative;z-index:1;}#colophon:after{content:"";z-index:1;pointer-events:none;}#colophon .widget-title{margin-bottom:2rem;}#colophon>*{position:relative;z-index:2;}.site-footer a{color:inherit;}#bloglo-footer .bloglo-flex-row{margin-top:0;margin-bottom:0;}#bloglo-footer .bloglo-footer-column{padding-top:7rem;padding-bottom:7rem;}#bloglo-footer .bloglo-footer-column .bloglo-widget{margin-bottom:4rem;}#bloglo-footer .no-widget-text, #bloglo-footer .bloglo-footer-column .bloglo-widget:last-child{margin-bottom:0;}#colophon, #bloglo-footer{border-width:0;}#page #bloglo-footer .center-text .title-shape{right:0;margin:0 auto;}#bloglo-copyright .bloglo-flex-row>div:empty{display:none;}#bloglo-copyright.fw-separator{border-top-width:0.1rem;border-top-style:solid;}#bloglo-copyright.contained-separator{border-top:none;}#bloglo-copyright.contained-separator>.bloglo-container:before{content:"";display:block;height:0.1rem;position:absolute;top:0;left:5rem;right:5rem;}#bloglo-copyright>.bloglo-container{position:relative;}#bloglo-copyright>.bloglo-container>.bloglo-flex-row{padding-top:1.9rem;padding-bottom:1.9rem;position:relative;margin-bottom:0;}#bloglo-copyright>.bloglo-container>.bloglo-flex-row>div{width:auto;padding-top:0.6rem;padding-bottom:0.6rem;}#bloglo-copyright .bloglo-copyright-widget{-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:inherit;-ms-flex-pack:inherit;justify-content:inherit;padding-left:2rem;padding-right:2rem;}#bloglo-copyright .bloglo-copyright-widget:first-child{padding-left:0;border-left:0;}#bloglo-copyright .bloglo-copyright-widget:last-child{padding-right:0;border-right:0 !important;}#bloglo-copyright .bloglo-copyright-widget:last-child:after{display:none !important;}#bloglo-copyright .bloglo-copyright-widget .bloglo-nav{-webkit-box-pack:inherit;-ms-flex-pack:inherit;justify-content:inherit;max-width:100%;}#bloglo-copyright .bloglo-copyright-widget .bloglo-nav>ul{-webkit-box-pack:inherit;-ms-flex-pack:inherit;justify-content:inherit;}#bloglo-copyright .bloglo-social-nav>ul>li>a .bloglo-icon{font-size:1.722rem;}.bloglo-copyright-layout-1 #bloglo-copyright>.bloglo-container>.bloglo-flex-row>div{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-negative:0;flex-shrink:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.bloglo-copyright-layout-1 .bloglo-copyright-widget__text{text-align:center;}#bloglo-scroll-top{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:fixed;bottom:2.5rem;right:2rem;z-index:997;width:4rem;height:4rem;opacity:0;-webkit-transform:translate3d(0, 3rem, 0);transform:translate3d(0, 3rem, 0);-webkit-transition:opacity 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);transition:opacity 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);transition:transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);transition:transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);}#bloglo-scroll-top.bloglo-visible{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}#bloglo-scroll-top .bloglo-scroll-icon{overflow:hidden;z-index:2;}#bloglo-scroll-top .bloglo-icon{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:2rem;color:var(--bloglo-white);-webkit-transform:translateY(1.1rem);-ms-transform:translateY(1.1rem);transform:translateY(1.1rem);-webkit-transition:-webkit-transform 0.35s ease-out;transition:-webkit-transform 0.35s ease-out;transition:transform 0.35s ease-out;transition:transform 0.35s ease-out, -webkit-transform 0.35s ease-out;}#bloglo-scroll-top .bloglo-icon.top-icon{-webkit-transform:translate(0, 5.2rem);-ms-transform:translate(0, 5.2rem);transform:translate(0, 5.2rem);}#bloglo-scroll-top:before{content:"";z-index:1;border-radius:10rem;background-color:var(--bloglo-primary);-webkit-transition:var(--bloglo-transition-primary);transition:var(--bloglo-transition-primary);-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);border:0.1rem solid rgba(190, 190, 190, 0.3);}#bloglo-scroll-top:hover{cursor:pointer;}#bloglo-scroll-top:hover:before{background-color:var(--bloglo-white);box-shadow:0 0.4rem 1rem rgba(0, 0, 0, 0.22);-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2);}#bloglo-scroll-top:hover .bloglo-icon{-webkit-transform:translate(0, -5.2rem);-ms-transform:translate(0, -5.2rem);transform:translate(0, -5.2rem);}#bloglo-scroll-top:hover .bloglo-icon.top-icon{-webkit-transform:translate(0, 1.1rem);-ms-transform:translate(0, 1.1rem);transform:translate(0, 1.1rem);}#bloglo-scroll-top .bloglo-animated-arrow{position:relative;z-index:2;}#bloglo-scroll-top svg{fill:var(--bloglo-white);}#bloglo-scroll-top:hover svg{fill:var(--bloglo-primary);}.infinite-scroll .bloglo-pagination{display:none;}.bloglo-pagination{margin:5rem 0 0;}.woocommerce .nav-links, .navigation{display:block;text-align:center;}.page-links, .site-content .page-links{margin:4rem 0;text-align:center;}.page-links em, .site-content .page-links em{font-size:1.2rem;font-style:normal;margin-right:1.2rem;text-transform:uppercase;letter-spacing:0.256rem;}.navigation .nav-links .bloglo-animate-arrow, .navigation .nav-links .page-numbers:not(.prev, .next), .page-links span, .page-links a{width:4.4rem;height:4.4rem;text-decoration:none;}.navigation .nav-links .bloglo-animate-arrow, .navigation .nav-links .page-numbers, .page-links span{text-transform:uppercase;-js-display:inline-flex;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;font-size:1.4rem;vertical-align:middle;font-weight:600;text-align:center;vertical-align:middle;color:inherit;border-radius:var(--bloglo-full-radius);-webkit-transition:var(--bloglo-transition-primary);transition:var(--bloglo-transition-primary);}.navigation .nav-links .bloglo-animate-arrow, .navigation .nav-links .page-numbers, .page-links>span{background-color:var(--bloglo-white);}.navigation .nav-links .bloglo-animate-arrow, .navigation .nav-links .page-numbers:not(.prev, .next), .page-links a span{border:0.2rem solid rgba(190, 190, 190, 0.3);}.navigation .nav-links .next.page-numbers{margin-left:1rem;}.navigation .nav-links .prev.page-numbers{margin-right:1rem;}.navigation .nav-links .bloglo-animate-arrow svg{width:2rem;position:relative;vertical-align:middle;-webkit-transition:color .35s ease-in-out, background-color .35s ease-in-out, border-color .35s ease-in-out, box-shadow .35s ease-in-out;transition:color .35s ease-in-out, background-color .35s ease-in-out, border-color .35s ease-in-out, box-shadow .35s ease-in-out;}.navigation .nav-links .page-numbers.dots{pointer-events:none;opacity:0.8;}.page-links>span, .site-content .page-links>span, .navigation .nav-links .page-numbers.current{pointer-events:none;cursor:default;margin:0;}.navigation .nav-links .page-numbers.prev{-ms-flex-pack:start;justify-content:flex-start;}.navigation .nav-links .page-numbers.next{-ms-flex-pack:end;justify-content:flex-end;}.navigation .nav-links .page-numbers.next i, .navigation .nav-links .page-numbers.prev i{font-size:1.8rem;}.navigation .nav-links .page-numbers.next:hover .bloglo-animate-arrow, .using-keyboard .navigation .nav-links .page-numbers.prev:focus .bloglo-animate-arrow, .navigation .nav-links .page-numbers.next:hover .bloglo-animate-arrow, .using-keyboard .navigation .nav-links .page-numbers.prev:focus .bloglo-animate-arrow{cursor:pointer;}.navigation .nav-links .page-numbers.next:hover .bloglo-animate-arrow .arrow-handle, .using-keyboard .navigation .nav-links .page-numbers.prev:focus .bloglo-animate-arrow .arrow-handle, .navigation .nav-links .page-numbers.next:hover .bloglo-animate-arrow .arrow-handle, .using-keyboard .navigation .nav-links .page-numbers.prev:focus .bloglo-animate-arrow .arrow-handle{transform:translateX(0);}.navigation .nav-links .page-numbers.next:hover .bloglo-animate-arrow .arrow-bar, .using-keyboard .navigation .nav-links .page-numbers.prev:focus .bloglo-animate-arrow .arrow-bar, .navigation .nav-links .page-numbers.next:hover .bloglo-animate-arrow .arrow-bar, .using-keyboard .navigation .nav-links .page-numbers.prev:focus .bloglo-animate-arrow .arrow-bar{transform:scaleX(1);}.comments-pagination{margin:4rem 0 0;}.comments-pagination .next, .comments-pagination .prev{display:none !important;}.content-area .page-links a, .content-area .site-content .page-links a{color:inherit;}.navigation .nav-links .page-numbers:hover svg, .using-keyboard .navigation .nav-links .page-numbers:focus svg{fill:var(--bloglo-white);}.navigation .nav-links .page-numbers:hover button, .using-keyboard .navigation .nav-links .page-numbers:focus button, .navigation .nav-links .page-numbers:not(.prev, .next).current, .navigation .nav-links .page-numbers:not(.prev, .next):hover, .using-keyboard .navigation .nav-links .page-numbers:not(.prev, .next):focus, .page-links a:hover span, .using-keyboard .page-links a:focus span, .page-links>span{color:var(--bloglo-white);background-color:var(--bloglo-primary);border-color:var(--bloglo-primary);}#page .bloglo-widget .gallery, .widget.bloglo-entry .textwidget>p:first-child{margin-top:0;}.bloglo-widget.widget:not(.widget_text):not(.hester-core-custom-list-widget) ul, .bloglo-widget.widget:not(.widget_text):not(.hester-core-custom-list-widget) ol{list-style:none;margin-left:0;margin-right:0;}.bloglo-widget.widget:not(.widget_text):not(.hester-core-custom-list-widget) ul ul, .bloglo-widget.widget:not(.widget_text):not(.hester-core-custom-list-widget) ul ol, .bloglo-widget.widget:not(.widget_text):not(.hester-core-custom-list-widget) ol ul, .bloglo-widget.widget:not(.widget_text):not(.hester-core-custom-list-widget) ol ol{margin:1.6rem 0 1.6rem 1.968rem;}.bloglo-widget.widget:not(.widget_text):not(.hester-core-custom-list-widget) ul ul:last-child, .bloglo-widget.widget:not(.widget_text):not(.hester-core-custom-list-widget) ul ol:last-child, .bloglo-widget.widget:not(.widget_text):not(.hester-core-custom-list-widget) ol ul:last-child, .bloglo-widget.widget:not(.widget_text):not(.hester-core-custom-list-widget) ol ol:last-child{margin-bottom:0;}.bloglo-widget.widget_text ul, .bloglo-widget.widget_text ol{margin:1.6rem 0 1.6rem 1.968rem;}.bloglo-widget.widget_text ul:last-child, .bloglo-widget.widget_text ol:last-child{margin-bottom:0;}.bloglo-widget.widget_text>ul:first-child, .bloglo-widget.widget_text>ol:first-child{margin-top:0;}.bloglo-sidebar-container .widget.bloglo-widget .wp-block-social-links .wp-social-link{padding-top:0;margin-bottom:0;}#main .bloglo-widget{margin-bottom:4rem;}#main .bloglo-widget .no-widget-text, #main .bloglo-widget:last-child{margin-bottom:0;}.widget-title, .wp-block-heading, .wp-block-search .wp-block-search__label{margin-top:0;position:relative;display:block;margin-bottom:1.8rem;}.wp-block-search .wp-block-search__label{line-height:1.2;}#colophon .widget-title{color:var(--bloglo-white);}.tagcloud a, .wp-block-tag-cloud a{font-size:1.3rem !important;}.widget .tagcloud, .widget .wp-block-tag-cloud{margin-top:-0.8rem;}.widget .wp-block-archives select, .widget .wp-block-categories select, .widget.widget_archive select, .widget.widget_categories select{width:100%;}.widget .wp-block-archives ul.children>li>a, .widget .wp-block-categories ul.children>li>a, .widget.widget_archive ul.children>li>a, .widget.widget_categories ul.children>li>a{padding-right:4.4rem;}.widget ol, .widget ul{line-height:1.5;}.widget ol:last-child, .widget ul:last-child{margin-bottom:0;}.widget ol li, .widget ul:not(.wp-block-social-links) li{margin-bottom:1rem;}.widget ol li:last-child, .widget ul:not(.wp-block-social-links) li:last-child{margin-bottom:0;}.widget ol li.current_page_item>a, .widget ul li.current_page_item>a{font-weight:600;}.widget ol.children, .widget ol.sub-menu, .widget ul.children, .widget ul.sub-menu{margin:1.2rem 0 0 3.2rem;}.widget ol.children ul ul ul ul, .widget ol.sub-menu ul ul ul ul, .widget ul.children ul ul ul ul, .widget ul.sub-menu ul ul ul ul{margin-left:0;}.widget ol.children>li>a, .widget ol.sub-menu>li>a, .widget ul.children>li>a, .widget ul.sub-menu>li>a, .widget ul.submenu-container>li>a{position:relative;}.widget ol.children>li>a:after, .widget ol.sub-menu>li>a:after, .widget ul.children>li>a:after, .widget ul.sub-menu>li>a:after, .widget ul.submenu-container>li>a:after{position:absolute;top:0;left:-0.8rem;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);content:"\2014";display:inline-block;line-height:1.3;-webkit-backface-visibility:hidden;backface-visibility:hidden;opacity:0.4;}.widget.bloglo-entry p{margin-top:1.6rem;margin-bottom:1.6rem;}.widget.bloglo-entry p:last-child{margin-bottom:0;}.widget .wp-block-archives li, .widget .wp-block-categories li, .widget.widget_archive li, .widget.widget_categories li{display:block;position:relative;}.widget .wp-block-archives li a, .widget .wp-block-categories li a, .widget.widget_archive li a, .widget.widget_categories li a{display:block;}.widget.widget_block li a, .widget.widget_meta li a, .widget.widget_pages li a, .widget.widget_nav_menu li a, .widget.widget_archive li a, .widget.widget_categories li a{position:relative;z-index:0;}.widget_block ul:not(.submenu-container, .wp-block-social-links, .wp-block-latest-posts__list)>li>a::before, .widget.widget_archive ul:not(.children)>li>a::before, .widget.widget_categories ul:not(.children)>li>a::before, .widget.widget.widget_pages ul:not(.sub-menu)>li>a::before, .widget.widget_nav_menu ul:not(.sub-menu)>li>a::before{content:"";width:0;height:0.8rem;display:inline-block;vertical-align:middle;margin-top:-0.2rem;border-radius:var(--bloglo-full-radius);opacity:0;visibility:hidden;background-color:var(--bloglo-primary);-webkit-transform:translateX(-1.6rem);transform:translateX(-1.6rem);-webkit-transition:var(--bloglo-transition-primary);transition:var(--bloglo-transition-primary);}.widget.widget_block ul:not(.submenu-container, .wp-block-social-links, .wp-block-latest-posts__list)>li>a:hover::before, .using-keyboard .widget.widget_block ul:not(.submenu-container, .wp-block-social-links, .wp-block-latest-posts__list)>li>a:focus::before, .widget.widget_archive ul:not(.children)>li>a:hover::before, .using-keyboard .widget.widget_archive ul:not(.children)>li>a:focus::before, .widget.widget_categories ul:not(.children)>li>a:hover::before, .using-keyboard .widget.widget_categories ul:not(.children)>li>a:focus::before, .widget.widget.widget_pages ul:not(.sub-menu)>li>a:hover::before, .using-keyboard .widget.widget.widget_pages ul:not(.sub-menu)>li>a:focus::before, .widget.widget_nav_menu ul:not(.sub-menu)>li>a:hover::before, .using-keyboard .widget.widget_nav_menu ul:not(.sub-menu)>li>a:focus::before{opacity:1;visibility:visible;margin-right:1.2rem;width:0.8rem;-webkit-transform:translateX(0);transform:translateX(0);}.widget .wp-block-archives ul.children>li>a::before, .widget .wp-block-categories ul.children>li>a::before{display:none;}.bloglo-sidebar-container .widget ul:not(.bloglo-socials-menu)>li:not(:first-child){padding-top:1rem;border-top:0.1rem solid rgba(190, 190, 190, 0.3);}.bloglo-sidebar-container .widget:not(.woocommerce) ul:not(.bloglo-socials-menu)>li:not(:first-child) span{top:1.15rem;}.bloglo-sidebar-container .widget ul>:not(.bloglo-socials-menu, .children, .submenu-container) li, .bloglo-sidebar-container .widget ul>:not(.bloglo-socials-menu, .sub-menu, .submenu-container) li{padding:0;border:0;}.widget .wp-block-archives li a:hover+span, .widget .wp-block-categories li a:hover+span, .widget.widget_archive li a:hover+span, .widget.widget_categories li a:hover+span{color:var(--bloglo-white);}.widget .wp-block-archives li.current-cat a, .widget .wp-block-categories li.current-cat a, .widget.widget_archive li.current-cat a, .widget.widget_categories li.current-cat a{font-weight:600;}.widget .wp-block-archives li.current-cat a+span, .widget .wp-block-categories li.current-cat a+span, .widget.widget_archive li.current-cat a+span, .widget.widget_categories li.current-cat a+span{color:var(--bloglo-white);}.widget .wp-block-archives li>span, .widget .wp-block-categories li>span, .widget.widget_archive li>span, .widget.widget_categories li>span{font-style:normal;margin-left:auto;-js-display:inline-flex;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;position:absolute;right:0;top:0.3rem;background-color:rgba(145, 145, 145, 0.1);min-width:2.4rem;min-height:2.4rem;padding:0.5rem 0.8rem;border-radius:4rem;line-height:1;font-size:1.386rem;font-weight:400;pointer-events:none;}.widget.widget_archive li a, .widget.widget_media_image img{display:inline-block;}.widget.widget_recent_comments li{margin-bottom:1.6rem;}.widget.widget_recent_comments li:last-child{margin-bottom:0;}.widget.widget_recent_entries a{display:block;}.widget.widget_recent_entries span{font-size:1.3rem;}.widget.widget_recent_entries>ul>li{margin-bottom:2rem;}.widget.widget_recent_entries>ul>li>a{margin-bottom:0.6rem;font-weight:600;}.widget.widget_recent_entries .post-date{-js-display:inline-flex;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.widget.widget_recent_entries .post-date:before{-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path d="M16.016.74C7.875.74 1.335 7.28 1.335 15.421s6.54 14.681 14.681 14.681 14.681-6.54 14.681-14.681S24.157.74 16.016.74zm0 26.693c-6.673 0-12.012-5.339-12.012-12.012S9.343 3.409 16.016 3.409s12.012 5.339 12.012 12.012-5.339 12.012-12.012 12.012zm5.872-10.544L17.35 14.62V7.413c0-.801-.534-1.335-1.335-1.335s-1.335.534-1.335 1.335v8.008c0 .534.267.934.801 1.201l5.339 2.669c.133.133.267.133.534.133.534 0 .934-.267 1.201-.801s0-1.335-.667-1.735z"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path d="M16.016.74C7.875.74 1.335 7.28 1.335 15.421s6.54 14.681 14.681 14.681 14.681-6.54 14.681-14.681S24.157.74 16.016.74zm0 26.693c-6.673 0-12.012-5.339-12.012-12.012S9.343 3.409 16.016 3.409s12.012 5.339 12.012 12.012-5.339 12.012-12.012 12.012zm5.872-10.544L17.35 14.62V7.413c0-.801-.534-1.335-1.335-1.335s-1.335.534-1.335 1.335v8.008c0 .534.267.934.801 1.201l5.339 2.669c.133.133.267.133.534.133.534 0 .934-.267 1.201-.801s0-1.335-.667-1.735z"/></svg>');content:"";margin-right:0.6rem;}.wp-block-calendar table:not(.variations):not(.shop_table).wp-calendar-table{margin-top:0;margin-bottom:0;}.wp-block-calendar table:not(.variations):not(.shop_table).wp-calendar-table caption{font-size:1.4rem;text-align:center;text-transform:uppercase;letter-spacing:0.2rem;font-weight:500;caption-side:top;padding:1.5rem;background-color:var(--bloglo-white);color:inherit;border-width:0;border-style:solid;border-color:var(--bloglo-gray-light);border-left-width:0.1rem;border-right-width:0.1rem;border-top-width:0.3rem;border-top-color:var(--bloglo-primary);}.wp-block-calendar table:not(.variations):not(.shop_table).wp-calendar-table #today{font-weight:700;}.wp-block-calendar a{font-weight:500;}.wp-block-calendar #today, .wp-block-calendar a:hover, .using-keyboard .wp-block-calendar a:focus{color:var(--bloglo-primary);}.wp-calendar-nav{font-size:1.3rem;padding:1.5rem;display:flex;align-items:center;justify-content:space-between;letter-spacing:0.05rem;background-color:rgba(190, 190, 190, 0.05);border:0.1rem solid rgba(190, 190, 190, 0.3);border-top:0;}.widget.widget_meta ul li:before, .widget.widget_icon_list ul li:before{-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path d="M29.362 14.087h-5.339c-.534 0-1.068.4-1.201.934l-2.803 8.141-6.807-20.153c-.133-.534-.667-.934-1.201-.934s-1.068.4-1.201.934L7.073 14.086H2.669c-.801 0-1.335.534-1.335 1.335s.534 1.335 1.335 1.335h5.339c.534 0 1.068-.4 1.201-.934l2.803-8.141 6.807 20.286c.133.534.667.934 1.201.934s1.068-.4 1.201-.934l3.737-11.077h4.404c.801 0 1.335-.534 1.335-1.335s-.534-1.468-1.335-1.468z"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path d="M29.362 14.087h-5.339c-.534 0-1.068.4-1.201.934l-2.803 8.141-6.807-20.153c-.133-.534-.667-.934-1.201-.934s-1.068.4-1.201.934L7.073 14.086H2.669c-.801 0-1.335.534-1.335 1.335s.534 1.335 1.335 1.335h5.339c.534 0 1.068-.4 1.201-.934l2.803-8.141 6.807 20.286c.133.534.667.934 1.201.934s1.068-.4 1.201-.934l3.737-11.077h4.404c.801 0 1.335-.534 1.335-1.335s-.534-1.468-1.335-1.468z"/></svg>');content:"";display:inline-block;margin-right:0.7rem;width:2rem;vertical-align:text-bottom;}.widget.widget_icon_list ul li a:before, .widget.widget_meta ul li a:before{bottom:-0.2rem;}.widget.widget_meta ul li:first-child:before, .widget.widget_icon_list ul li:first-child:before{-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path d="M25.358 2.075h-5.339c-.801 0-1.335.534-1.335 1.335s.534 1.335 1.335 1.335h5.339c.801 0 1.335.534 1.335 1.335v18.685c0 .801-.534 1.335-1.335 1.335h-5.339c-.801 0-1.335.534-1.335 1.335s.534 1.335 1.335 1.335h5.339c2.269 0 4.004-1.735 4.004-4.004V6.081c0-2.269-1.735-4.004-4.004-4.004zm-4.137 13.88c.133-.267.133-.667 0-1.068-.133-.133-.133-.267-.267-.4l-6.673-6.673c-.534-.534-1.335-.534-1.868 0s-.534 1.335 0 1.868l4.404 4.404H4.004c-.801 0-1.335.534-1.335 1.335s.534 1.335 1.335 1.335h12.813l-4.404 4.404a1.29 1.29 0 000 1.868c.267.267.534.4.934.4s.667-.133.934-.4l6.673-6.673c.133-.133.267-.267.267-.4z"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path d="M25.358 2.075h-5.339c-.801 0-1.335.534-1.335 1.335s.534 1.335 1.335 1.335h5.339c.801 0 1.335.534 1.335 1.335v18.685c0 .801-.534 1.335-1.335 1.335h-5.339c-.801 0-1.335.534-1.335 1.335s.534 1.335 1.335 1.335h5.339c2.269 0 4.004-1.735 4.004-4.004V6.081c0-2.269-1.735-4.004-4.004-4.004zm-4.137 13.88c.133-.267.133-.667 0-1.068-.133-.133-.133-.267-.267-.4l-6.673-6.673c-.534-.534-1.335-.534-1.868 0s-.534 1.335 0 1.868l4.404 4.404H4.004c-.801 0-1.335.534-1.335 1.335s.534 1.335 1.335 1.335h12.813l-4.404 4.404a1.29 1.29 0 000 1.868c.267.267.534.4.934.4s.667-.133.934-.4l6.673-6.673c.133-.133.267-.267.267-.4z"/></svg>');}.widget.widget_meta ul li:nth-child(2):before, .widget.widget_icon_list ul li:nth-child(2):before{-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path d="M12.012 26.098H6.673c-.801 0-1.335-.534-1.335-1.335V6.078c0-.801.534-1.335 1.335-1.335h5.339c.801 0 1.335-.534 1.335-1.335s-.534-1.335-1.335-1.335H6.673c-2.269 0-4.004 1.735-4.004 4.004v18.685c0 2.269 1.735 4.004 4.004 4.004h5.339c.801 0 1.335-.534 1.335-1.335s-.534-1.335-1.335-1.335zm17.217-10.143c.133-.267.133-.667 0-1.068-.133-.133-.133-.267-.267-.4l-6.673-6.673c-.534-.534-1.335-.534-1.868 0s-.534 1.335 0 1.868l4.404 4.404H12.012c-.801 0-1.335.534-1.335 1.335s.534 1.335 1.335 1.335h12.813l-4.404 4.404a1.29 1.29 0 000 1.868c.267.267.667.4.934.4s.667-.133.934-.4l6.673-6.673c.133-.133.267-.267.267-.4z"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path d="M12.012 26.098H6.673c-.801 0-1.335-.534-1.335-1.335V6.078c0-.801.534-1.335 1.335-1.335h5.339c.801 0 1.335-.534 1.335-1.335s-.534-1.335-1.335-1.335H6.673c-2.269 0-4.004 1.735-4.004 4.004v18.685c0 2.269 1.735 4.004 4.004 4.004h5.339c.801 0 1.335-.534 1.335-1.335s-.534-1.335-1.335-1.335zm17.217-10.143c.133-.267.133-.667 0-1.068-.133-.133-.133-.267-.267-.4l-6.673-6.673c-.534-.534-1.335-.534-1.868 0s-.534 1.335 0 1.868l4.404 4.404H12.012c-.801 0-1.335.534-1.335 1.335s.534 1.335 1.335 1.335h12.813l-4.404 4.404a1.29 1.29 0 000 1.868c.267.267.667.4.934.4s.667-.133.934-.4l6.673-6.673c.133-.133.267-.267.267-.4z"/></svg>');}.widget.widget_meta ul li:nth-child(3):before, .widget.widget_icon_list ul li:nth-child(3):before{-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path d="M27.894 9.549c-.133-.133-.133-.267-.267-.4l-8.008-8.008c-.133-.133-.267-.267-.4-.267-.133-.133-.4-.133-.534-.133H8.008c-2.269 0-4.004 1.735-4.004 4.004v21.354c0 2.269 1.735 4.004 4.004 4.004h16.016c2.269 0 4.004-1.735 4.004-4.004V10.083c0-.133 0-.4-.133-.534zM20.02 5.278l3.47 3.47h-3.47v-3.47zm4.003 22.155H8.007c-.801 0-1.335-.534-1.335-1.335V4.744c0-.801.534-1.335 1.335-1.335h9.342v6.673c0 .801.534 1.335 1.335 1.335h6.673v14.681c0 .801-.534 1.335-1.335 1.335zm-2.669-12.012H10.677c-.801 0-1.335.534-1.335 1.335s.534 1.335 1.335 1.335h10.677c.801 0 1.335-.534 1.335-1.335s-.534-1.335-1.335-1.335zm0 5.339H10.677c-.801 0-1.335.534-1.335 1.335s.534 1.335 1.335 1.335h10.677c.801 0 1.335-.534 1.335-1.335s-.534-1.335-1.335-1.335zm-10.677-8.008h2.669c.801 0 1.335-.534 1.335-1.335s-.534-1.335-1.335-1.335h-2.669c-.801 0-1.335.534-1.335 1.335s.534 1.335 1.335 1.335z"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path d="M27.894 9.549c-.133-.133-.133-.267-.267-.4l-8.008-8.008c-.133-.133-.267-.267-.4-.267-.133-.133-.4-.133-.534-.133H8.008c-2.269 0-4.004 1.735-4.004 4.004v21.354c0 2.269 1.735 4.004 4.004 4.004h16.016c2.269 0 4.004-1.735 4.004-4.004V10.083c0-.133 0-.4-.133-.534zM20.02 5.278l3.47 3.47h-3.47v-3.47zm4.003 22.155H8.007c-.801 0-1.335-.534-1.335-1.335V4.744c0-.801.534-1.335 1.335-1.335h9.342v6.673c0 .801.534 1.335 1.335 1.335h6.673v14.681c0 .801-.534 1.335-1.335 1.335zm-2.669-12.012H10.677c-.801 0-1.335.534-1.335 1.335s.534 1.335 1.335 1.335h10.677c.801 0 1.335-.534 1.335-1.335s-.534-1.335-1.335-1.335zm0 5.339H10.677c-.801 0-1.335.534-1.335 1.335s.534 1.335 1.335 1.335h10.677c.801 0 1.335-.534 1.335-1.335s-.534-1.335-1.335-1.335zm-10.677-8.008h2.669c.801 0 1.335-.534 1.335-1.335s-.534-1.335-1.335-1.335h-2.669c-.801 0-1.335.534-1.335 1.335s.534 1.335 1.335 1.335z"/></svg>');}.widget.widget_meta ul li:nth-child(4):before, .widget.widget_icon_list ul li:nth-child(4):before{-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path d="M25.358 2.075H6.673c-2.269 0-4.004 1.735-4.004 4.004v21.354c0 .534.267 1.068.801 1.201.133.133.4.133.534.133.4 0 .667-.133.934-.4l4.938-4.938h15.482c2.269 0 4.004-1.735 4.004-4.004V6.079c0-2.269-1.735-4.004-4.004-4.004zm1.335 17.35c0 .801-.534 1.335-1.335 1.335H9.342c-.4 0-.667.133-.934.4l-3.07 3.07V6.079c0-.801.534-1.335 1.335-1.335h18.685c.801 0 1.335.534 1.335 1.335v13.346z"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path d="M25.358 2.075H6.673c-2.269 0-4.004 1.735-4.004 4.004v21.354c0 .534.267 1.068.801 1.201.133.133.4.133.534.133.4 0 .667-.133.934-.4l4.938-4.938h15.482c2.269 0 4.004-1.735 4.004-4.004V6.079c0-2.269-1.735-4.004-4.004-4.004zm1.335 17.35c0 .801-.534 1.335-1.335 1.335H9.342c-.4 0-.667.133-.934.4l-3.07 3.07V6.079c0-.801.534-1.335 1.335-1.335h18.685c.801 0 1.335.534 1.335 1.335v13.346z"/></svg>');}.widget.widget_meta ul li:nth-child(5):before, .widget.widget_icon_list ul li:nth-child(5):before{-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path d="M24.023 15.421c-.801 0-1.335.534-1.335 1.335v8.008c0 .801-.534 1.335-1.335 1.335H6.672c-.801 0-1.335-.534-1.335-1.335V10.083c0-.801.534-1.335 1.335-1.335h8.008c.801 0 1.335-.534 1.335-1.335s-.534-1.335-1.335-1.335H6.672c-2.269 0-4.004 1.735-4.004 4.004v14.681c0 2.269 1.735 4.004 4.004 4.004h14.681c2.269 0 4.004-1.735 4.004-4.004v-8.008c0-.801-.534-1.335-1.335-1.335zm5.206-12.545a1.6 1.6 0 00-.667-.667c-.133-.133-.4-.133-.534-.133H20.02c-.801 0-1.335.534-1.335 1.335s.534 1.335 1.335 1.335h4.805L12.413 17.158a1.29 1.29 0 000 1.868c.267.267.534.4.934.4s.667-.133.934-.4L26.693 6.614v4.805c0 .801.534 1.335 1.335 1.335s1.335-.534 1.335-1.335V3.411c0-.133 0-.4-.133-.534z"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path d="M24.023 15.421c-.801 0-1.335.534-1.335 1.335v8.008c0 .801-.534 1.335-1.335 1.335H6.672c-.801 0-1.335-.534-1.335-1.335V10.083c0-.801.534-1.335 1.335-1.335h8.008c.801 0 1.335-.534 1.335-1.335s-.534-1.335-1.335-1.335H6.672c-2.269 0-4.004 1.735-4.004 4.004v14.681c0 2.269 1.735 4.004 4.004 4.004h14.681c2.269 0 4.004-1.735 4.004-4.004v-8.008c0-.801-.534-1.335-1.335-1.335zm5.206-12.545a1.6 1.6 0 00-.667-.667c-.133-.133-.4-.133-.534-.133H20.02c-.801 0-1.335.534-1.335 1.335s.534 1.335 1.335 1.335h4.805L12.413 17.158a1.29 1.29 0 000 1.868c.267.267.534.4.934.4s.667-.133.934-.4L26.693 6.614v4.805c0 .801.534 1.335 1.335 1.335s1.335-.534 1.335-1.335V3.411c0-.133 0-.4-.133-.534z"/></svg>');}.bloglo-sidebar-style-3 #secondary .hester-core-social-links-widget{padding-bottom:1.5rem;}#page .error-404 .page-header h1.page-title{font-size:30rem;letter-spacing:-0.08em;font-weight:700;line-height:1;color:var(--bloglo-primary);}.error-404{max-width:60rem;margin:-2rem auto 0 auto;padding:2rem 0 0 0;}.error-404 .page-header{background:none;border:none;position:relative;}.error-404 .page-header:after{display:none;}.error-404 .page-header h1{position:relative;opacity:0.05;z-index:1;}.error-404 .page-header p{width:100%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -10%);-ms-transform:translate(-50%, -10%);transform:translate(-50%, -10%);z-index:2;line-height:1;}.error-404 .page-content p{font-size:1.6rem;max-width:38rem;margin:4rem auto;}.error-404 .page-content .bloglo-btn{margin:5rem 0 0 0;}.error-404 input[type="search"]{padding-top:1.3rem;padding-bottom:1.3rem;}.error404 #main>.bloglo-container{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;}.error404 #content{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;text-align:center;}.comment-content>:first-child, .bloglo-entry>:first-child, .wp-block-column>:first-child, .wp-block-cover>:first-child, .wp-block-cover__inner-container>:first-child, .wp-block-group__inner-container>:first-child{margin-top:0;}.comment-content>:last-child, .bloglo-entry>:last-child, .wp-block-column>:last-child, .wp-block-cover>:last-child, .wp-block-cover__inner-container>:last-child, .wp-block-group__inner-container>:last-child{margin-bottom:0;}.bloglo-entry>.alignfull:first-child{margin-top:0;}.bloglo-entry>.alignfull:last-child, .wp-block-cover__inner-container>:first-child:last-child, .wp-block-group__inner-container>:first-child:last-child{margin-bottom:0;}.entry-content ol li, .entry-content ul:not(.wp-block-latest-posts) li{margin-bottom:0.64rem;}.entry-content .tablepress{word-break:normal;}.bloglo-entry ul:not(.wp-block-latest-posts){list-style:disc;}.bloglo-entry ul ul{list-style:circle;}.bloglo-entry ol, .bloglo-entry ul:not(.wp-block-latest-posts){margin-left:4rem;}.bloglo-entry ol li:not(.blocks-gallery-item):last-child, .bloglo-entry ul:not(.wp-block-social-links) li:not(.blocks-gallery-item):last-child{margin-bottom:0;}.bloglo-entry ol ol, .bloglo-entry ol ul, .bloglo-entry ul ol, .bloglo-entry ul ul{margin-top:0.64rem;margin-bottom:0;}.bloglo-entry ol, .bloglo-entry ul:not(.wp-block-latest-posts){margin-bottom:2rem;margin-top:2rem;}.bloglo-entry .gallery, .bloglo-entry blockquote, .bloglo-entry dl, .bloglo-entry p, .bloglo-entry pre, .bloglo-entry table{margin-bottom:1.5rem;margin-top:1.5rem;}.bloglo-entry .wp-block-post-template{margin:0;list-style:none;}.bloglo-entry ul.bloglo-socials-menu{margin-top:0;}.bloglo-entry .wp-block-image figure.alignleft, .bloglo-entry .wp-block-image figure.alignright{display:table;}.bloglo-entry .wp-block-image figure.alignleft figcaption, .bloglo-entry .wp-block-image figure.alignright figcaption{display:table-caption;caption-side:bottom;}.bloglo-entry figure{margin-top:2rem;margin-bottom:2rem;}.bloglo-entry figure.wp-block-gallery{margin-bottom:calc(2rem - 16px);}.bloglo-entry .wp-block-embed figcaption, .bloglo-entry .wp-block-image figcaption{margin-top:1.2rem;margin-bottom:0;font-size:1.3rem;}.bloglo-entry cite{font-style:normal;color:#66717f;font-size:1.4rem;}.bloglo-entry .twitter-tweet{-js-display:flex !important;display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100% !important;margin-top:0 !important;margin-top:0 !important;}.bloglo-entry .post-password-form{text-align:center;}.bloglo-entry .wp-block-gallery.aligncenter{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}#page ul.blocks-gallery-grid{margin:0;}.post_format-post-format-quote .bloglo-blog-entry-content{position:relative;border-radius:var(--bloglo-normal-radius);overflow:hidden;}.post_format-post-format-quote .bloglo-blog-entry-content:hover .quote-post-bg, .post_format-post-format-quote .bloglo-blog-entry-content:hover .quote-post-bg:after{opacity:1;}.post_format-post-format-quote .bloglo-blog-entry-content .entry-content h3{line-height:1.4;color:#fff;}.post_format-post-format-quote .bloglo-blog-entry-content .entry-content a{color:var(--bloglo-white);}.post_format-post-format-quote .bloglo-blog-entry-content .entry-content .quote-link{z-index:3;}.post_format-post-format-quote .bloglo-blog-entry-content .quote-post-bg{display:block;z-index:1;-webkit-backface-visibility:hidden;backface-visibility:hidden;background-size:cover;opacity:0.88;}.post_format-post-format-quote .bloglo-blog-entry-content .quote-post-bg:after{content:"";background-color:#232323;opacity:0.8795;}.post_format-post-format-quote .bloglo-blog-entry-content .quote-inner{position:relative;text-align:left;padding:10% 12%;overflow:hidden;z-index:2;}.post_format-post-format-quote .bloglo-blog-entry-content .quote-inner .author{margin-top:1.6rem;font-size:1.2rem;color:rgba(255, 255, 255, 0.85);font-weight:500;}.post_format-post-format-quote .bloglo-blog-entry-content .quote-inner .author:before{content:"\2014";display:inline-block;margin-right:0.6rem;}.post_format-post-format-quote .bloglo-blog-entry-content .bloglo-icon.icon-quote{position:relative;width:2.2rem;height:2.2rem;margin-bottom:2.5rem;z-index:2;fill:#fff;}.bloglo-post-gallery .swiper-slide img{width:100%;height:auto;}.bloglo-post-gallery .swiper-button-prev, .bloglo-post-gallery .swiper-button-next{width:4rem;height:4rem;}.horizontal-slider-items.swiper .bloglo-post-gallery .swiper-button-prev, .horizontal-slider-items.swiper .bloglo-post-gallery .swiper-button-next{display:none;}.bloglo-post-gallery.swiper-horizontal .swiper-pagination{bottom:1.5rem;}.bloglo-post-gallery .swiper-pagination .swiper-pagination-bullet{cursor:pointer;width:0.9rem;height:0.9rem;}.bloglo-post-gallery .swiper-pagination .swiper-pagination-bullet-active{background:var(--bloglo-primary);}.bloglo-post-audio-wrapper audio{width:100%;}.author-avatar img{border-radius:var(--bloglo-full-radius);width:3rem;vertical-align:middle;margin-right:0.8rem;display:inline-block;}#main .wp-block-file__button{color:var(--bloglo-white);}#main .content-area .entry-meta a{color:inherit;}.entry-meta{font-size:1.4rem;margin-top:1.2rem;}.entry-meta .bloglo-icon{height:1.827rem;margin-right:0.7rem;vertical-align:text-bottom;}.entry-meta .entry-meta-elements>span{padding:0 1.1rem;line-height:1.8;}.entry-meta .entry-meta-elements>span, .entry-meta .entry-meta-elements>span .posted-by{-js-display:inline-flex;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.entry-meta .entry-meta-elements>span:first-child{padding-left:0;}.entry-meta .entry-meta-elements>span:last-child{margin-right:0;padding-right:0;}.entry-meta .entry-meta-elements>span:before{content:"";height:1.6rem;width:0.1rem;background-color:rgba(0, 0, 0, 0.25);position:relative;left:-1.1rem;}.entry-meta .entry-meta-elements>span:first-child:before{display:none;}.entry-media>a{position:relative;display:block;overflow:hidden;}.entry-media>a .entry-media-icon{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:2rem;right:2rem;width:5rem;height:5rem;}.entry-media>a .entry-media-icon .entry-media-icon-wrapper{overflow:hidden;border-radius:50%;}.entry-media>a .entry-media-icon:before{content:"";z-index:1;-webkit-transition:var(--bloglo-transition-primary);transition:var(--bloglo-transition-primary);-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);border-radius:50%;background-color:#232323;}.entry-media>a .entry-media-icon.is_sticky:before{background-color:var(--bloglo-primary);}.entry-media>a .entry-media-icon .bloglo-icon, .entry-media>a .entry-media-icon svg{color:var(--bloglo-white);fill:var(--bloglo-white);-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transform:translate3d(0, 1.7rem, 0);transform:translate3d(0, 1.7rem, 0);-webkit-transition:-webkit-transform 0.22s ease;transition:-webkit-transform 0.22s ease;transition:transform 0.22s ease;transition:transform 0.22s ease, -webkit-transform 0.22s ease;z-index:2;height:1.6rem;}.entry-media>a .entry-media-icon .bloglo-icon.top-icon, .entry-media>a .entry-media-icon svg.top-icon{-webkit-transform:translate(0, 6.7rem);-ms-transform:translate(0, 6.7rem);transform:translate(0, 6.7rem);}.entry-media>a .entry-media-icon .bloglo-icon.bloglo-play:before, .entry-media>a .entry-media-icon svg.bloglo-play:before{position:relative;right:-0.1rem;}.entry-media>a:hover .entry-media-icon:before{-webkit-transform:scale(1.25);-ms-transform:scale(1.25);transform:scale(1.25);}.entry-media>a:hover .entry-media-icon .bloglo-icon, .entry-media>a:hover .entry-media-icon svg{-webkit-transform:translate(0, -6.7rem);-ms-transform:translate(0, -6.7rem);transform:translate(0, -6.7rem);}.entry-media>a:hover .entry-media-icon .bloglo-icon.top-icon, .entry-media>a:hover .entry-media-icon svg.top-icon{-webkit-transform:translate(0, 1.7rem);-ms-transform:translate(0, 1.7rem);transform:translate(0, 1.7rem);}.single-post.narrow-content .entry-content>ol, .single-post.narrow-content .entry-content>ul{padding-left:4rem;}.posted-on .published:not(.updated){display:none;}#main .entry-header .entry-title a{color:inherit;}#main .entry-header .entry-title a:hover, .using-keyboard #main .entry-header .entry-title a:focus{color:var(--bloglo-primary);}.single .entry-footer{margin-top:4rem;}.single .entry-footer:empty{display:none;}.single .entry-footer .post-tags{margin-right:auto;padding-right:2rem;}.single .entry-footer .last-updated{margin-top:0.4rem;font-size:1.493rem;}.single .entry-footer .last-updated .bloglo-icon{height:1.6rem;margin-right:0.6rem;}.single .post_format-post-format-quote .bloglo-blog-entry-content{margin-bottom:5rem;}.post-thumb-caption{margin-top:0.8rem;text-align:center;font-size:1.4rem;}.entry-media{margin-bottom:3rem;}.entry-media img{margin:0 auto;display:block;border-radius:var(--bloglo-normal-radius);}.single-post .entry-media, .single-post .entry-content{margin-top:4rem;}.single-post .entry-media{margin-bottom:4rem;}.single .entry-content img{margin:0 auto;display:block;}.single .entry-content p img{display:inline-block;vertical-align:text-bottom;}.single .post-tags{margin-bottom:-0.5rem;}.single .post-tags .cat-links{display:inline-block;}.bloglo-hover-slider .post-category, .single .post-category{margin-bottom:0.3rem;font-size:1.4rem;}.post-category a{-js-display:inline-flex;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-weight:500;padding:0.6rem 1rem;line-height:1;border-radius:var(--bloglo-normal-radius);text-decoration:none;margin:0 0 0.8rem 0.4rem;color:#fff;background-color:var(--bloglo-primary);}.post-category a:first-of-type{margin-left:0;}.bloglo-hover-slider .entry-header, .single .entry-header{text-align:left;margin-bottom:1rem;}.bloglo-hover-slider .entry-meta, .single .entry-meta{text-align:left;margin-top:1.6rem;}.bloglo-hover-slider .entry-content, .single .entry-content{margin-bottom:5rem;}.bloglo-hover-slider .entry-content>:last-child, .single .entry-content>:last-child{margin-bottom:0 !important;}.single #main .post-nav a{color:inherit;display:block;}.single .post-nav{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-top:2.5rem;}.single .post-nav>div{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;}.single .post-nav .nav-title{margin-top:0;margin-bottom:1.6rem;}.single .post-nav .nav-content{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1.5;font-weight:500;}.single .post-nav .nav-content>div{-ms-flex-negative:0;flex-shrink:0;}.single .post-nav .nav-content span em{font-style:normal;}.single .post-nav img{border-radius:var(--bloglo-normal-radius);}.single .post-nav .nav-previous{margin-right:auto;}.single .post-nav .nav-previous .nav-content span{padding-right:2rem;}.single .post-nav .nav-previous .nav-content img{margin-right:2rem;}.single .post-nav .nav-next{margin-left:auto;}.single .post-nav .nav-next .nav-title{text-align:right;}.single .post-nav .nav-next .nav-content{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;}.single .post-nav .nav-next .nav-content span:not(.ss-on-media-image-wrap){text-align:right;padding-left:2rem;}.single .post-nav .nav-next .nav-content img{margin-left:2rem;}.single.single-format-quote .entry-content{margin-top:0;margin-bottom:0;}#main .post-tags a, #main .tagcloud a, #main .wp-block-tag-cloud a{color:inherit;}.single .post-tags a, .tagcloud a, .wp-block-tag-cloud a{display:block;float:left;text-transform:none;letter-spacing:0;border-radius:var(--bloglo-full-radius);padding:0.8rem 1.4rem;margin:0.8rem 0.8rem 0 0;background-color:rgba(190, 190, 190, 0.12);border:0.1rem solid rgba(190, 190, 190, 0.3);line-height:1;font-size:1.3rem;}.single .post-tags a:after, .tagcloud a:after, .wp-block-tag-cloud a:after{display:none !important;}.using-keyboard.single .post-tags .cat-links a:focus, .single .post-tags .cat-links a:hover, .using-keyboard .tagcloud a:focus, .tagcloud a:hover, .using-keyboard .wp-block-tag-cloud a:focus, .wp-block-tag-cloud a:hover{color:var(--bloglo-white) !important;}.post-password-form{background-color:rgba(0, 0, 0, 0.02);padding:4rem 3rem;border:0.1rem solid rgba(190, 190, 190, 0.3);}.post-password-form>p:first-child{max-width:40rem;margin-left:auto;margin-right:auto;}.post-password-form label{font-size:1.5rem;text-align:left;}.post-password-form input[type="password"]{min-width:25rem;margin-top:0.7rem;}.post-password-form input[type="submit"]{position:relative;top:-0.1rem;margin-left:0.6rem;padding:0 3.2rem;}.single.bloglo-page-title-align-left .page-header.bloglo-has-page-title, .single.bloglo-page-title-align-left .bloglo-article>.entry-header, .single.bloglo-page-title-align-left .bloglo-article>.post-category{text-align:left;}.single.bloglo-page-title-align-left .bloglo-article>.entry-meta>.entry-meta-elements{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;}.single.bloglo-page-title-align-center .page-header.bloglo-has-page-title, .single.bloglo-page-title-align-center .bloglo-article>.entry-header, .single.bloglo-page-title-align-center .bloglo-article>.post-category{text-align:center;}.single.bloglo-page-title-align-center .bloglo-article>.entry-meta>.entry-meta-elements{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.single.bloglo-page-title-align-right .page-header.bloglo-has-page-title, .single.bloglo-page-title-align-right .bloglo-article>.entry-header, .single.bloglo-page-title-align-right .bloglo-article>.post-category{text-align:right;}.single.bloglo-page-title-align-right .bloglo-article>.entry-meta>.entry-meta-elements{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;}.single.bloglo-single-title-in-page-header .entry-content, .single.bloglo-single-title-in-page-header .hentry>div:first-child{margin-top:0;}.single.bloglo-single-title-in-page-header #page .page-header .page-title{color:#fff;font-size:4.8rem;}.single.bloglo-single-title-in-page-header .page-header{padding-top:0 !important;padding-bottom:0 !important;}.single.bloglo-single-title-in-page-header .page-header .entry-meta{color:rgba(255, 255, 255, 0.75);margin-top:0;}.using-keyboard.single.bloglo-single-title-in-page-header .page-header .entry-meta a:focus, .single.bloglo-single-title-in-page-header .page-header .entry-meta a:hover{color:#fff;}.single.bloglo-single-title-in-page-header .page-header .entry-meta .entry-meta-elements>span:before{background-color:rgba(255, 255, 255, 0.5);left:-1.3rem;bottom:0;}.single.bloglo-single-title-in-page-header .page-header .post-category{margin-bottom:1.6rem;}.single.bloglo-single-title-in-page-header .page-header .post-category a{color:#fff;font-size:1.5rem;}.single.bloglo-single-title-in-page-header .page-header .bloglo-breadcrumbs .breadcrumb-trail .trail-items li:after, .single.bloglo-single-title-in-page-header .page-header .bloglo-breadcrumbs .separator, .single.bloglo-single-title-in-page-header .page-header .bloglo-breadcrumbs a, .single.bloglo-single-title-in-page-header .page-header .bloglo-breadcrumbs span{color:rgba(255, 255, 255, 0.75);}.using-keyboard.single.bloglo-single-title-in-page-header .page-header .bloglo-breadcrumbs a:focus, .single.bloglo-single-title-in-page-header .page-header .bloglo-breadcrumbs a:hover{color:#fff;}.single.bloglo-single-title-in-page-header .page-header.bloglo-has-page-title .entry-meta{margin-top:3.2rem;}.page-header.bloglo-page-title-has-bg-img{position:relative;background-size:cover;background-repeat:no-repeat;background-position:center;border:none;}.page-header.bloglo-page-title-has-bg-img:after{content:"";pointer-events:none;background-color:#232323;opacity:0.65;}.page-header.bloglo-page-title-has-bg-img.bloglo-bg-attachment-fixed{background-attachment:fixed;}body.author .author-box{margin-bottom:4rem;margin-top:0;}#main .author-box-title a{color:inherit;}.author-box{-ms-flex-wrap:nowrap;flex-wrap:nowrap;padding:4rem;margin:3rem auto;}.author-box .author-box-avatar, .author-box .author-box-meta{min-width:0;min-height:0;}.author-box .author-box-avatar{-ms-flex-item-align:start;align-self:flex-start;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;margin-right:2.5rem;}.author-box .author-box-avatar img{display:block;border-radius:50%;}.author-box .author-box-meta{-ms-flex-negative:1;flex-shrink:1;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;}.author-box .author-box-title{margin-top:0;margin-bottom:0.8rem;}.author-box .author-box-content{line-height:1.6;}.author-box .more-posts-button{margin-top:1.6rem;}.bloglo-has-comments-toggle #comments{display:none;margin-top:4rem;}.bloglo-has-comments-toggle.comments-visible #comments{display:block;}.bloglo-has-comments-toggle #bloglo-comments-toggle{font-size:inherit;margin-top:4rem;}.bloglo-has-comments-toggle #bloglo-comments-toggle .bloglo-icon{width:2.2rem;height:2.2rem;margin-right:0.8rem;}#comments{margin-top:5rem;}#comments .comments-title-wrapper{margin:0 0 4rem 0;}#comments .comments-title-wrapper p{text-align:center;margin-top:0.6rem;font-size:1.6rem;}#comments .comment-list ol, #comments .comment-list ul{margin-left:5rem;}#comments .comment-list #respond{position:relative;margin:4rem 0 4rem 0;}#comments .comment-list .children{position:relative;}#comments .comment-list .children #respond{position:relative;margin-bottom:2.5rem;}#comments .comment-list .children>li{position:relative;}#comments .comment-list .children>li:before{position:absolute;content:"";height:calc(100% + 15px);width:0.1rem;background-color:rgba(190, 190, 190, 0.3);left:-2.5rem;top:-1.5rem;}#comments .comment-list .children>li:after{position:absolute;content:"";height:0.1rem;width:2.5rem;background-color:rgba(190, 190, 190, 0.3);left:-2.5rem;top:5.5rem;}#comments .comment-list .children>li:last-child:before{height:7rem;}#comments .comment-list .children:before{position:absolute;content:"";height:0;width:0.1rem;background-color:rgba(190, 190, 190, 0.3);left:-2.5rem;top:-1.5rem;}#comments .comment-list .children #respond:before{position:absolute;content:"";height:calc(100% + 20px);width:0.1rem;background-color:rgba(190, 190, 190, 0.3);left:-2.5rem;top:-4rem;}#comments .comment-list .children #respond .form-submit{position:relative;}#comments .comment-list .children #respond .form-submit:before{position:absolute;content:"";width:2.5rem;height:0.1rem;background-color:rgba(190, 190, 190, 0.3);left:-2.5rem;bottom:2rem;}#comments .comment{margin:0 0 1.5rem 0;}#comments .comment-body, #comments .comment_container{position:relative;padding:2rem 2.5rem 2.5rem 10rem;min-height:10rem;overflow-wrap:break-word;word-wrap:break-word;}#comments .comment-content ol, #comments .comment-content ul{margin:1.6em 3.5rem;}#comments .comment-content ol li, #comments .comment-content ul li{margin-bottom:0.5rem;}#comments .comment-content ol ol, #comments .comment-content ol ul, #comments .comment-content ul ol, #comments .comment-content ul ul{margin-top:0;}#comments .comment-content ul{list-style:disc;}#comments .comment-content ol{list-style:decimal;}#comments .bloglo-pingback{position:relative;padding:1.2rem 2.5rem;border-radius:var(--bloglo-normal-radius);border:0.1rem solid rgba(190, 190, 190, 0.3);margin-bottom:0.7rem;border-radius:0;overflow-wrap:break-word;word-wrap:break-word;}#comments .bloglo-pingback>p{margin:0;}#comments .comment-author-avatar{display:block;position:absolute;z-index:1;left:2.5rem;top:2.5rem;max-width:6rem;width:5rem;height:5rem;background-color:rgba(0, 0, 0, 0.03);border-radius:50%;}#comments .comment-author-avatar img{border-radius:50%;}#comments .bypostauthor-badge{font-family:-apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;position:absolute;top:-0.2rem;right:-1.1rem;width:2.2rem;height:2.2rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;border:0.2rem solid var(--bloglo-white);color:var(--bloglo-white);font-size:1.1rem;font-weight:600;z-index:9;line-height:0;}#comments .comment-author-meta cite{font-style:normal;font-weight:600;}#comments .comment-author-meta cite:before{content:none;}#comments .comment-author-meta cite a{text-decoration:none;color:inherit;}#comments .comment-author-meta cite a:hover{text-decoration:underline;}#comments .comment-actions, #comments .comment-meta{font-size:1.493rem;}#comments .comment-meta{line-height:1.5;}#comments .comment-meta a{color:inherit;text-decoration:none;}#comments .comment-meta a:hover{text-decoration:underline;}#comments .comment-actions{margin-left:auto;}#comments .comment-actions a{position:relative;text-decoration:none;color:#232323;}#comments .comment-actions .bloglo-comment-sep{width:0.1rem;height:1.6rem;margin:0 0.9rem -0.2rem 1rem;display:inline-block;background-color:rgba(0, 0, 0, 0.25);}#comments .comment-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;}#comments .comment-content{margin-top:1.6rem;}#comments .comment-content img, #comments .comment-content p{margin-top:1.6rem;margin-bottom:1.6rem;}#comments .comment-content img:first-child, #comments .comment-content p:first-child{margin-top:0;}#comments .comment-content blockquote:last-child, #comments .comment-content code:last-child, #comments .comment-content img:last-child, #comments .comment-content ol:last-child, #comments .comment-content p:last-child, #comments .comment-content pre:last-child, #comments .comment-content ul:last-child{margin-bottom:0;}.comments-closed{margin:4rem 0 0;}#respond{margin-top:4rem;}#respond .comment-reply-title{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}#respond .must-log-in{text-align:center;color:#66717f;margin-top:0.6rem;}#respond .required-field{border-bottom-color:#f00;}#cancel-comment-reply-link{font-size:1.3rem;border-radius:var(--bloglo-normal-radius);border:0.2rem solid currentColor;font-weight:500;padding:0.4rem 0.7rem;line-height:1;text-decoration:none;text-transform:capitalize;margin-left:1.4rem;color:inherit;}.comment-form{-ms-flex-wrap:wrap;flex-wrap:wrap;}.comment-form span.required{font-weight:700;}.comment-form .comment-notes{-ms-flex-preferred-size:100%;flex-basis:100%;text-align:center;font-size:1.6rem;margin-top:0.6rem;margin-bottom:1.6rem;}.comment-form>div, .comment-form>p{-ms-flex-preferred-size:100%;flex-basis:100%;margin-top:0;margin-bottom:0.8em;}.comment-form>div.comment-form-author, .comment-form>div.comment-form-email, .comment-form>div.comment-form-url, .comment-form>p.comment-form-author, .comment-form>p.comment-form-email, .comment-form>p.comment-form-url{-ms-flex-preferred-size:33.33%;flex-basis:33.33%;max-width:33.33%;margin-bottom:2.4rem;margin-top:1.6rem;}.comment-form>div.comment-form-email, .comment-form>div.comment-form-url, .comment-form>p.comment-form-email, .comment-form>p.comment-form-url{padding-left:1.5rem;}.comment-form>div.form-submit, .comment-form>p.form-submit{margin-top:1em;-ms-flex-preferred-size:100%;flex-basis:100%;margin-bottom:0;}.comment-form>div .bloglo-submit-form-button, .comment-form>p .bloglo-submit-form-button{display:block;}.comment-form>div.comment-textarea, .comment-form>p.comment-textarea{margin-top:2.4rem;}.comment-form textarea{height:19.2rem;}.comments-area .akismet_comment_form_privacy_notice, .comments-area .logged-in-as{margin-bottom:0;}.comments-area .logged-in-as{margin-top:3.2rem;}.comments-area .logged-in-as>a:first-child:after{content:"|";display:inline-block;padding-left:0.5rem;padding-right:0.4rem;}.bloglo-spinner{width:4rem;height:4rem;position:relative;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);opacity:0;-webkit-transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1);transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1);pointer-events:none;}.bloglo-spinner.visible{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1;}.bloglo-spinner>div{border-radius:50%;background-color:#767676;opacity:0.6;-webkit-animation:ai_bounce 1.6s infinite ease-in-out;animation:ai_bounce 1.6s infinite ease-in-out;}.bloglo-spinner>div:last-child{-webkit-animation-delay:-0.8s;animation-delay:-0.8s;}#bloglo-preloader{position:fixed;z-index:99991;overflow:hidden;}.bloglo-loading #bloglo-preloader .preloader-1{opacity:0;}.bloglo-loaded #bloglo-preloader{display:none;}.preloader-1{position:absolute;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:var(--bloglo-white);-webkit-transition:opacity 0.2s;transition:opacity 0.2s;opacity:1;}.preloader-1>div{display:inline-block;border:0.3rem solid rgba(0, 0, 0, 0.1);border-top-color:rgba(0, 0, 0, 0.2);-webkit-animation:ai_spin 0.65s infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);animation:ai_spin 0.65s infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);width:5rem;height:5rem;border-radius:100%;will-change:transform;}@-webkit-keyframes ai_spin {0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}}@keyframes ai_spin {0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}}.mejs-container .mejs-controls, .mejs-embed, .mejs-embed body{background-color:#232323;height:5rem !important;}.mejs-container .mejs-inner.mejs-audio{background-color:transparent;}.mejs-container .mejs-inner .mejs-controls{padding:0 2rem;background-image:none;}.mejs-container .mejs-inner .mejs-controls .mejs-time-float{display:none !important;}.mejs-container .mejs-inner .mejs-controls .mejs-button{height:100%;}.mejs-container .mejs-inner .mejs-controls .mejs-button>button{margin:0;}.mejs-container .mejs-inner .mejs-controls .mejs-horizontal-volume-slider, .mejs-container .mejs-inner .mejs-controls .mejs-time-rail{height:100%;padding:0;}.mejs-container .mejs-inner .mejs-controls .mejs-horizontal-volume-total, .mejs-container .mejs-inner .mejs-controls .mejs-time-rail .mejs-time-total, .mejs-container .mejs-inner .mejs-controls .mejs-volume-button .mejs-volume-slider, .mejs-container .mejs-inner .mejs-controls button{outline:none !important;-webkit-box-shadow:none !important;box-shadow:none !important;}.mejs-container .mejs-inner .mejs-controls .mejs-time{font-family:-apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;height:100%;padding:0;margin:0 2rem;color:#cacaca;font-size:1.3rem;}.mejs-container .mejs-inner .mejs-controls .mejs-time-rail .mejs-time-handle{top:-0.4rem;}.mejs-container .mejs-inner .mejs-controls .mejs-time-rail .mejs-time-handle .mejs-time-handle-content{height:1.4rem;width:1.4rem;top:-0.6rem;background-color:var(--bloglo-white);}.mejs-container .mejs-inner .mejs-controls .mejs-time-rail .mejs-time-handle span{border-radius:50%;}.mejs-horizontal-volume-slider{height:100%;}.mejs-container .mejs-inner .mejs-controls .mejs-horizontal-volume-total, .mejs-container .mejs-inner .mejs-controls .mejs-time-rail .mejs-time-total{height:0.2rem;margin:0;top:50%;background-image:none;background-color:#666;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);}.mejs-container .mejs-inner .mejs-controls .mejs-time-rail .mejs-time-total:before{content:"";display:inline-block;width:100%;height:1rem;position:absolute;top:-0.5rem;left:0;z-index:0;}.mejs-container .mejs-inner .mejs-controls .mejs-time-rail .mejs-time-total span{height:100%;}.mejs-container .mejs-inner .mejs-controls .mejs-time-rail .mejs-time-total .mejs-time-current, .mejs-container .mejs-inner .mejs-controls .mejs-time-rail .mejs-time-total .mejs-time-loaded{background-image:none;}.mejs-container .mejs-inner .mejs-controls .mejs-time-rail .mejs-time-total .mejs-time-loaded{background-color:#898989;}button.bloglo-animate-arrow{-webkit-appearance:none;border:none;-webkit-box-shadow:none;box-shadow:none;background:none;outline:none;}.btn-svg .arrow-bar, .flex-next .arrow-bar, .flex-prev .arrow-bar, .bloglo-animate-arrow .arrow-bar{-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);}.btn-svg .arrow-bar, .btn-svg .arrow-handle, .flex-next .arrow-bar, .flex-next .arrow-handle, .flex-prev .arrow-bar, .flex-prev .arrow-handle, .bloglo-animate-arrow .arrow-bar, .bloglo-animate-arrow .arrow-handle{-webkit-transition:var(--bloglo-transition-primary);transition:var(--bloglo-transition-primary);}.btn-svg svg, .flex-next svg, .flex-prev svg, .bloglo-animate-arrow svg{vertical-align:middle;}.btn-svg:focus, .btn-svg:hover, .flex-next:focus, .flex-next:hover, .flex-prev:focus, .flex-prev:hover, .bloglo-animate-arrow:focus, .bloglo-animate-arrow:hover{cursor:pointer;}.btn-svg:focus .arrow-handle, .btn-svg:hover .arrow-handle, .flex-next:focus .arrow-handle, .flex-next:hover .arrow-handle, .flex-prev:focus .arrow-handle, .flex-prev:hover .arrow-handle, .bloglo-animate-arrow:focus .arrow-handle, .bloglo-animate-arrow:hover .arrow-handle{-webkit-transform:translateX(0) !important;-ms-transform:translateX(0) !important;transform:translateX(0) !important;}.btn-svg:focus .arrow-bar, .btn-svg:hover .arrow-bar, .flex-next:focus .arrow-bar, .flex-next:hover .arrow-bar, .flex-prev:focus .arrow-bar, .flex-prev:hover .arrow-bar, .bloglo-animate-arrow:focus .arrow-bar, .bloglo-animate-arrow:hover .arrow-bar{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1);}.btn-svg.btn-left-icon .arrow-bar, .btn-svg.has-left-icon .arrow-bar, .btn-svg.left-arrow .arrow-bar, .flex-next.btn-left-icon .arrow-bar, .flex-next.has-left-icon .arrow-bar, .flex-next.left-arrow .arrow-bar, .flex-prev.btn-left-icon .arrow-bar, .flex-prev.has-left-icon .arrow-bar, .flex-prev.left-arrow .arrow-bar, .bloglo-animate-arrow.btn-left-icon .arrow-bar, .bloglo-animate-arrow.has-left-icon .arrow-bar, .bloglo-animate-arrow.left-arrow .arrow-bar{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0;}.btn-svg.btn-left-icon .arrow-handle, .btn-svg.has-left-icon .arrow-handle, .btn-svg.left-arrow .arrow-handle, .flex-next.btn-left-icon .arrow-handle, .flex-next.has-left-icon .arrow-handle, .flex-next.left-arrow .arrow-handle, .flex-prev.btn-left-icon .arrow-handle, .flex-prev.has-left-icon .arrow-handle, .flex-prev.left-arrow .arrow-handle, .bloglo-animate-arrow.btn-left-icon .arrow-handle, .bloglo-animate-arrow.has-left-icon .arrow-handle, .bloglo-animate-arrow.left-arrow .arrow-handle{-webkit-transform:translateX(0.6rem);-ms-transform:translateX(0.6rem);transform:translateX(0.6rem);}.btn-svg.btn-right-icon svg, .btn-svg.has-right-icon svg, .btn-svg.right-arrow svg, .flex-next.btn-right-icon svg, .flex-next.has-right-icon svg, .flex-next.right-arrow svg, .flex-prev.btn-right-icon svg, .flex-prev.has-right-icon svg, .flex-prev.right-arrow svg, .bloglo-animate-arrow.btn-right-icon svg, .bloglo-animate-arrow.has-right-icon svg, .bloglo-animate-arrow.right-arrow svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);}.btn-svg.btn-right-icon .arrow-bar, .btn-svg.has-right-icon .arrow-bar, .btn-svg.right-arrow .arrow-bar, .flex-next.btn-right-icon .arrow-bar, .flex-next.has-right-icon .arrow-bar, .flex-next.right-arrow .arrow-bar, .flex-prev.btn-right-icon .arrow-bar, .flex-prev.has-right-icon .arrow-bar, .flex-prev.right-arrow .arrow-bar, .bloglo-animate-arrow.btn-right-icon .arrow-bar, .bloglo-animate-arrow.has-right-icon .arrow-bar, .bloglo-animate-arrow.right-arrow .arrow-bar{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0;}.btn-svg.btn-right-icon .arrow-handle, .btn-svg.has-right-icon .arrow-handle, .btn-svg.right-arrow .arrow-handle, .flex-next.btn-right-icon .arrow-handle, .flex-next.has-right-icon .arrow-handle, .flex-next.right-arrow .arrow-handle, .flex-prev.btn-right-icon .arrow-handle, .flex-prev.has-right-icon .arrow-handle, .flex-prev.right-arrow .arrow-handle, .bloglo-animate-arrow.btn-right-icon .arrow-handle, .bloglo-animate-arrow.has-right-icon .arrow-handle, .bloglo-animate-arrow.right-arrow .arrow-handle{-webkit-transform:translateX(0.6rem);-ms-transform:translateX(0.6rem);transform:translateX(0.6rem);}svg.bloglo-animate-arrow.right-arrow{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);}svg.bloglo-animate-arrow.right-arrow .arrow-bar{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0;}svg.bloglo-animate-arrow.right-arrow .arrow-handle{-webkit-transform:translateX(0.6rem);-ms-transform:translateX(0.6rem);transform:translateX(0.6rem);}#page .uppercase-text{text-transform:uppercase;}#page .center-text{text-align:center;}#page .mr-20{margin-right:2rem;}#page .mt--30{margin-top:-3rem;}#page .mb--30{margin-bottom:-3rem;}#page .bloglo-clear-p{padding:0;}#page .bloglo-clear-m{margin:0;}#page .bloglo-clear-bm{margin-bottom:0;}#page .bloglo-clear-tm{margin-top:0;}#page .bloglo-unset-mw, #page .bloglo-unset-mw>img{max-width:unset;}#page .bloglo-z-index-99{position:relative;z-index:99;}#page .bloglo-br-0, #page .bloglo-br-0 img{border-radius:0;}#page .bloglo-br-3, #page .bloglo-br-3 img{border-radius:var(--bloglo-normal-radius);}#page .bloglo-br-6, #page .bloglo-br-6 img{border-radius:0.6rem;}#page .bloglo-br-12, #page .bloglo-br-12 img{border-radius:1.2rem;}#page .bloglo-bs{-webkit-box-shadow:0 1rem 3.5rem -0.3rem rgba(0, 0, 0, 0.12);box-shadow:0 1rem 3.5rem -0.3rem rgba(0, 0, 0, 0.12);}.bloglo-entry>.ss-inline-share-wrapper:first-child{margin-top:0;}.bloglo-entry>.ss-inline-share-wrapper:last-child{margin-top:4rem;margin-bottom:-2rem !important;}.wpforms-container label.wpforms-error{font-weight:400;}.wpforms-container label.wpforms-error a{color:inherit;text-decoration:underline;}#page .sharedaddy{margin-top:2rem;margin-bottom:2rem;}#page .sharedaddy h3.sd-title{font-size:inherit;font-weight:500;}#page .sharedaddy h3.sd-title:before{display:none;}ul.swiper-wrapper{list-style:none;margin-left:0;margin-right:0;}#infinite-footer{z-index:9;}.infinite-loader{margin:4rem 0;}.bloglo-hamburger{padding:0 0;display:inline-block;cursor:pointer;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible;}.hamburger-box{width:2.5rem;height:1.4rem;display:inline-block;position:relative;}.hamburger-inner{display:block;top:50%;margin-top:-0.1rem;}.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after{width:2.8rem;height:2px;background-color:#232323;border-radius:var(--bloglo-normal-radius);position:absolute;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;-webkit-transition-duration:0.15s;transition-duration:0.15s;-webkit-transition-timing-function:ease;transition-timing-function:ease;}.hamburger-inner::before, .hamburger-inner::after{content:"";display:block;}.hamburger-inner::before{top:-5px;}.hamburger-inner::after{bottom:-5px;}.hamburger--spin .hamburger-inner{-webkit-transition-duration:0.22s;transition-duration:0.22s;-webkit-transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);}.hamburger--spin .hamburger-inner::before{-webkit-transition:top 0.1s 0.25s ease-in, opacity 0.1s ease-in;transition:top 0.1s 0.25s ease-in, opacity 0.1s ease-in;}.hamburger--spin .hamburger-inner::after{-webkit-transition:bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);}.hamburger--spin.is-active .hamburger-inner{-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg);-webkit-transition-delay:0.12s;transition-delay:0.12s;-webkit-transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);}.hamburger--spin.is-active .hamburger-inner::before{top:0;opacity:0;-webkit-transition:top 0.1s ease-out, opacity 0.1s 0.12s ease-out;transition:top 0.1s ease-out, opacity 0.1s 0.12s ease-out;}.hamburger--spin.is-active .hamburger-inner::after{bottom:0;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transition:bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);transition:bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);transition:bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);transition:bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);}.bloglo-is-mobile #bloglo-header-inner .bloglo-nav>ul>li>a{color:inherit !important;}.bloglo-mobile-nav{display:none;margin-left:2.4rem;}.bloglo-hamburger, .bloglo-mobile-nav{-webkit-box-align:center;-ms-flex-align:center;align-items:center;}body:not(.is-mobile-menu-active) .bloglo-hamburger .hamburger-box .hamburger-inner::before{width:1.5rem;}.bloglo-hamburger{-js-display:inline-flex;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;border-radius:var(--bloglo-normal-radius);}.bloglo-hamburger .hamburger-label{font-size:1.2rem;letter-spacing:0.16rem;margin-right:1rem;font-weight:500;-webkit-transition:color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);transition:color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);color:currentColor;}.bloglo-hamburger .hamburger-label:empty{margin-right:0;}.bloglo-hamburger .hamburger-inner, .bloglo-hamburger .hamburger-inner::before, .bloglo-hamburger .hamburger-inner::after{background-color:currentColor;}button.bloglo-hamburger{outline:none;}.using-keyboard .bloglo-hamburger:focus{outline-offset:0.5rem;border-radius:0;}#bloglo-header:after{content:"";position:fixed;top:100%;left:0;right:0;height:100vh;background-color:rgba(255, 255, 255, 0.85);z-index:991;opacity:0;visibility:hidden;will-change:opacity, visibility;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);-webkit-transition:var(--bloglo-transition-primary);transition:var(--bloglo-transition-primary);pointer-events:none;}.is-mobile-menu-active .hamburger--spin .hamburger-inner{-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg);-webkit-transition-delay:0.12s;transition-delay:0.12s;-webkit-transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);}.is-mobile-menu-active .hamburger--spin .hamburger-inner::before{top:0;opacity:0;-webkit-transition:top 0.1s ease-out, opacity 0.1s 0.12s ease-out;transition:top 0.1s ease-out, opacity 0.1s 0.12s ease-out;}.is-mobile-menu-active .hamburger--spin .hamburger-inner::after{bottom:0;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transition:bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);transition:bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);transition:bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);transition:bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);}.is-mobile-menu-active #page:after{content:"";position:absolute;z-index:9;background-color:rgba(0, 0, 0, 0.6);top:0;left:0;right:0;bottom:0;opacity:1;pointer-events:none;}.is-mobile-menu-active #bloglo-header{position:relative;z-index:99;}.is-mobile-menu-active #bloglo-header:after{visibility:visible;opacity:1;pointer-events:all;}.is-mobile-menu-active .bloglo-mobile-nav{z-index:992;}.is-mobile-menu-active, .is-mobile-menu-active body{overflow:hidden;}@media screen and (min-width: 481px) and (max-width: 768px) {.bloglo-hide-tablet {display: none !important;}}@media only screen and (min-width: 600px) {.g-sm-0, .gx-sm-0{--bloglo-gutter-x:0;}.g-sm-0, .gy-sm-0{--bloglo-gutter-y:0;}.g-sm-1, .gx-sm-1{--bloglo-gutter-x:0.4rem;}.g-sm-1, .gy-sm-1{--bloglo-gutter-y:0.4rem;}.g-sm-2, .gx-sm-2{--bloglo-gutter-x:0.8rem;}.g-sm-2, .gy-sm-2{--bloglo-gutter-y:0.8rem;}.g-sm-3, .gx-sm-3{--bloglo-gutter-x:1.6rem;}.g-sm-3, .gy-sm-3{--bloglo-gutter-y:1.6rem;}.g-sm-4, .gx-sm-4{--bloglo-gutter-x:2.4rem;}.g-sm-4, .gy-sm-4{--bloglo-gutter-y:2.4rem;}.g-sm-5, .gx-sm-5{--bloglo-gutter-x:4.8rem;}.g-sm-5, .gy-sm-5{--bloglo-gutter-y:4.8rem;}.g-sm-6, .gx-sm-6{--bloglo-gutter-x:6.5rem;}.g-sm-6, .gy-sm-6{--bloglo-gutter-y:6.5rem;}.site .bloglo-flex-row .col-sm{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;max-width:100%;-ms-flex-preferred-size:0;flex-basis:0;}.site .bloglo-flex-row .col-sm.flex-basis-auto{-ms-flex-preferred-size:auto;flex-basis:auto;}.site .bloglo-flex-row .col-sm-1{-ms-flex-preferred-size:8.33333%;flex-basis:8.33333%;max-width:8.33333%;}.site .bloglo-flex-row .col-sm-2{-ms-flex-preferred-size:16.66667%;flex-basis:16.66667%;max-width:16.66667%;}.site .bloglo-flex-row .col-sm-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%;}.site .bloglo-flex-row .col-sm-4{-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%;max-width:33.33333%;}.site .bloglo-flex-row .col-sm-5{-ms-flex-preferred-size:41.66667%;flex-basis:41.66667%;max-width:41.66667%;}.site .bloglo-flex-row .col-sm-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%;}.site .bloglo-flex-row .col-sm-7{-ms-flex-preferred-size:58.33333%;flex-basis:58.33333%;max-width:58.33333%;}.site .bloglo-flex-row .col-sm-8{-ms-flex-preferred-size:66.66667%;flex-basis:66.66667%;max-width:66.66667%;}.site .bloglo-flex-row .col-sm-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%;}.site .bloglo-flex-row .col-sm-10{-ms-flex-preferred-size:83.33333%;flex-basis:83.33333%;max-width:83.33333%;}.site .bloglo-flex-row .col-sm-11{-ms-flex-preferred-size:91.66667%;flex-basis:91.66667%;max-width:91.66667%;}.site .bloglo-flex-row .col-sm-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%;}.site .bloglo-flex-row .col-sm-offset-0{margin-left:0%;}.site .bloglo-flex-row .col-sm-offset-1{margin-left:8.33333%;}.site .bloglo-flex-row .col-sm-offset-2{margin-left:16.66667%;}.site .bloglo-flex-row .col-sm-offset-3{margin-left:25%;}.site .bloglo-flex-row .col-sm-offset-4{margin-left:33.33333%;}.site .bloglo-flex-row .col-sm-offset-5{margin-left:41.66667%;}.site .bloglo-flex-row .col-sm-offset-6{margin-left:50%;}.site .bloglo-flex-row .col-sm-offset-7{margin-left:58.33333%;}.site .bloglo-flex-row .col-sm-offset-8{margin-left:66.66667%;}.site .bloglo-flex-row .col-sm-offset-9{margin-left:75%;}.site .bloglo-flex-row .col-sm-offset-10{margin-left:83.33333%;}.site .bloglo-flex-row .col-sm-offset-11{margin-left:91.66667%;}.site .bloglo-flex-row .first-sm{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;}.site .bloglo-flex-row .last-sm{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}.site .bloglo-flex-row.start-sm, .site .bloglo-flex-row .start-sm{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left;}.site .bloglo-flex-row.center-sm, .site .bloglo-flex-row .center-sm{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;}.site .bloglo-flex-row.end-sm, .site .bloglo-flex-row .end-sm{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end;margin-left:auto;}.site .bloglo-flex-row.top-sm, .site .bloglo-flex-row .top-sm{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}.site .bloglo-flex-row.middle-sm, .site .bloglo-flex-row .middle-sm{-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.site .bloglo-flex-row.stretch-sm, .site .bloglo-flex-row .stretch-sm{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;}.site .bloglo-flex-row.bottom-sm, .site .bloglo-flex-row .bottom-sm{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;}.site .bloglo-flex-row.around-sm{-ms-flex-pack:distribute;justify-content:space-around;}.site .bloglo-flex-row.between-sm {-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}}@media(max-width:782px) and (min-width:600px){.wp-block-column:nth-child(even) {margin-left: 3rem;-ms-flex-preferred-size: calc(50% - 15px) !important;flex-basis: calc(50% - 15px) !important;}}@media screen and (min-width: 769px) and (max-width: 960px) {.bloglo-has-sidebar:not(.page-template-template-bloglo-fullwidth):not(.page-template-elementor_header_footer) #page .elementor-section.elementor-section-stretched, .bloglo-has-sidebar:not(.page-template-template-bloglo-fullwidth):not(.page-template-elementor_header_footer) #page .entry-content .alignfull, .bloglo-has-sidebar:not(.page-template-template-bloglo-fullwidth):not(.page-template-elementor_header_footer) #page .bloglo-fw-section, body.bloglo-layout__boxed-separated:not(.page-template-template-bloglo-fullwidth):not(.page-template-elementor_header_footer) #page .elementor-section.elementor-section-stretched, body.bloglo-layout__boxed-separated:not(.page-template-template-bloglo-fullwidth):not(.page-template-elementor_header_footer) #page .entry-content .alignfull, body.bloglo-layout__boxed-separated:not(.page-template-template-bloglo-fullwidth):not(.page-template-elementor_header_footer) #page .bloglo-fw-section {max-width: unset;margin-left: -5rem !important;margin-right: -5rem !important;}}@media(min-width:782px){.wp-block-columns{margin-bottom:3.2rem;-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important;}#main .entry-content .wp-block-buttons, #main .bloglo-entry .wp-block-buttons{margin-bottom:1.5rem;}.wp-block-columns .wp-block-column{margin-bottom:0;}.wp-block-columns .wp-block-column:not(:first-child) {margin-left: 3rem;}}@media only screen and (min-width: 783px) {.g-md-0, .gx-md-0{--bloglo-gutter-x:0;}.g-md-0, .gy-md-0{--bloglo-gutter-y:0;}.g-md-1, .gx-md-1{--bloglo-gutter-x:0.4rem;}.g-md-1, .gy-md-1{--bloglo-gutter-y:0.4rem;}.g-md-2, .gx-md-2{--bloglo-gutter-x:0.8rem;}.g-md-2, .gy-md-2{--bloglo-gutter-y:0.8rem;}.g-md-3, .gx-md-3{--bloglo-gutter-x:1.6rem;}.g-md-3, .gy-md-3{--bloglo-gutter-y:1.6rem;}.g-md-4, .gx-md-4{--bloglo-gutter-x:2.4rem;}.g-md-4, .gy-md-4{--bloglo-gutter-y:2.4rem;}.g-md-5, .gx-md-5{--bloglo-gutter-x:4.8rem;}.g-md-5, .gy-md-5{--bloglo-gutter-y:4.8rem;}.g-md-6, .gx-md-6{--bloglo-gutter-x:6.5rem;}.g-md-6, .gy-md-6{--bloglo-gutter-y:6.5rem;}.site .bloglo-flex-row .col-md{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;max-width:100%;-ms-flex-preferred-size:0;flex-basis:0;}.site .bloglo-flex-row .col-md.flex-basis-auto{-ms-flex-preferred-size:auto;flex-basis:auto;}.site .bloglo-flex-row .col-md-1{-ms-flex-preferred-size:8.33333%;flex-basis:8.33333%;max-width:8.33333%;}.site .bloglo-flex-row .col-md-2{-ms-flex-preferred-size:16.66667%;flex-basis:16.66667%;max-width:16.66667%;}.site .bloglo-flex-row .col-md-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%;}.site .bloglo-flex-row .col-md-4{-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%;max-width:33.33333%;}.site .bloglo-flex-row .col-md-5{-ms-flex-preferred-size:41.66667%;flex-basis:41.66667%;max-width:41.66667%;}.site .bloglo-flex-row .col-md-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%;}.site .bloglo-flex-row .col-md-7{-ms-flex-preferred-size:58.33333%;flex-basis:58.33333%;max-width:58.33333%;}.site .bloglo-flex-row .col-md-8{-ms-flex-preferred-size:66.66667%;flex-basis:66.66667%;max-width:66.66667%;}.site .bloglo-flex-row .col-md-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%;}.site .bloglo-flex-row .col-md-10{-ms-flex-preferred-size:83.33333%;flex-basis:83.33333%;max-width:83.33333%;}.site .bloglo-flex-row .col-md-11{-ms-flex-preferred-size:91.66667%;flex-basis:91.66667%;max-width:91.66667%;}.site .bloglo-flex-row .col-md-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%;}.site .bloglo-flex-row .col-md-offset-0{margin-left:0%;}.site .bloglo-flex-row .col-md-offset-1{margin-left:8.33333%;}.site .bloglo-flex-row .col-md-offset-2{margin-left:16.66667%;}.site .bloglo-flex-row .col-md-offset-3{margin-left:25%;}.site .bloglo-flex-row .col-md-offset-4{margin-left:33.33333%;}.site .bloglo-flex-row .col-md-offset-5{margin-left:41.66667%;}.site .bloglo-flex-row .col-md-offset-6{margin-left:50%;}.site .bloglo-flex-row .col-md-offset-7{margin-left:58.33333%;}.site .bloglo-flex-row .col-md-offset-8{margin-left:66.66667%;}.site .bloglo-flex-row .col-md-offset-9{margin-left:75%;}.site .bloglo-flex-row .col-md-offset-10{margin-left:83.33333%;}.site .bloglo-flex-row .col-md-offset-11{margin-left:91.66667%;}.site .bloglo-flex-row .first-md{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;}.site .bloglo-flex-row .last-md{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}.site .bloglo-flex-row.start-md, .site .bloglo-flex-row .start-md{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left;}.site .bloglo-flex-row.center-md, .site .bloglo-flex-row .center-md{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;}.site .bloglo-flex-row.end-md, .site .bloglo-flex-row .end-md{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end;margin-left:auto;}.site .bloglo-flex-row.top-md, .site .bloglo-flex-row .top-md{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}.site .bloglo-flex-row.middle-md, .site .bloglo-flex-row .middle-md{-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.site .bloglo-flex-row.stretch-md, .site .bloglo-flex-row .stretch-md{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;}.site .bloglo-flex-row.bottom-md, .site .bloglo-flex-row .bottom-md{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;}.site .bloglo-flex-row.around-md{-ms-flex-pack:distribute;justify-content:space-around;}.site .bloglo-flex-row.between-md {-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}}@media only screen and (min-width: 1200px) {.g-lg-0, .gx-lg-0{--bloglo-gutter-x:0;}.g-lg-0, .gy-lg-0{--bloglo-gutter-y:0;}.g-lg-1, .gx-lg-1{--bloglo-gutter-x:0.4rem;}.g-lg-1, .gy-lg-1{--bloglo-gutter-y:0.4rem;}.g-lg-2, .gx-lg-2{--bloglo-gutter-x:0.8rem;}.g-lg-2, .gy-lg-2{--bloglo-gutter-y:0.8rem;}.g-lg-3, .gx-lg-3{--bloglo-gutter-x:1.6rem;}.g-lg-3, .gy-lg-3{--bloglo-gutter-y:1.6rem;}.g-lg-4, .gx-lg-4{--bloglo-gutter-x:2.4rem;}.g-lg-4, .gy-lg-4{--bloglo-gutter-y:2.4rem;}.g-lg-5, .gx-lg-5{--bloglo-gutter-x:4.8rem;}.g-lg-5, .gy-lg-5{--bloglo-gutter-y:4.8rem;}.g-lg-6, .gx-lg-6{--bloglo-gutter-x:6.5rem;}.g-lg-6, .gy-lg-6{--bloglo-gutter-y:6.5rem;}.site .bloglo-flex-row .col-lg{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;max-width:100%;-ms-flex-preferred-size:0;flex-basis:0;}.site .bloglo-flex-row .col-lg.flex-basis-auto{-ms-flex-preferred-size:auto;flex-basis:auto;}.site .bloglo-flex-row .col-lg-1{-ms-flex-preferred-size:8.33333%;flex-basis:8.33333%;max-width:8.33333%;}.site .bloglo-flex-row .col-lg-2{-ms-flex-preferred-size:16.66667%;flex-basis:16.66667%;max-width:16.66667%;}.site .bloglo-flex-row .col-lg-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%;}.site .bloglo-flex-row .col-lg-4{-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%;max-width:33.33333%;}.site .bloglo-flex-row .col-lg-5{-ms-flex-preferred-size:41.66667%;flex-basis:41.66667%;max-width:41.66667%;}.site .bloglo-flex-row .col-lg-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%;}.site .bloglo-flex-row .col-lg-7{-ms-flex-preferred-size:58.33333%;flex-basis:58.33333%;max-width:58.33333%;}.site .bloglo-flex-row .col-lg-8{-ms-flex-preferred-size:66.66667%;flex-basis:66.66667%;max-width:66.66667%;}.site .bloglo-flex-row .col-lg-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%;}.site .bloglo-flex-row .col-lg-10{-ms-flex-preferred-size:83.33333%;flex-basis:83.33333%;max-width:83.33333%;}.site .bloglo-flex-row .col-lg-11{-ms-flex-preferred-size:91.66667%;flex-basis:91.66667%;max-width:91.66667%;}.site .bloglo-flex-row .col-lg-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%;}.site .bloglo-flex-row .col-lg-offset-0{margin-left:0%;}.site .bloglo-flex-row .col-lg-offset-1{margin-left:8.33333%;}.site .bloglo-flex-row .col-lg-offset-2{margin-left:16.66667%;}.site .bloglo-flex-row .col-lg-offset-3{margin-left:25%;}.site .bloglo-flex-row .col-lg-offset-4{margin-left:33.33333%;}.site .bloglo-flex-row .col-lg-offset-5{margin-left:41.66667%;}.site .bloglo-flex-row .col-lg-offset-6{margin-left:50%;}.site .bloglo-flex-row .col-lg-offset-7{margin-left:58.33333%;}.site .bloglo-flex-row .col-lg-offset-8{margin-left:66.66667%;}.site .bloglo-flex-row .col-lg-offset-9{margin-left:75%;}.site .bloglo-flex-row .col-lg-offset-10{margin-left:83.33333%;}.site .bloglo-flex-row .col-lg-offset-11{margin-left:91.66667%;}.site .bloglo-flex-row .first-lg{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;}.site .bloglo-flex-row .last-lg{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}.site .bloglo-flex-row.start-lg, .site .bloglo-flex-row .start-lg{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left;}.site .bloglo-flex-row.center-lg, .site .bloglo-flex-row .center-lg{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;}.site .bloglo-flex-row.end-lg, .site .bloglo-flex-row .end-lg{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end;margin-left:auto;}.site .bloglo-flex-row.top-lg, .site .bloglo-flex-row .top-lg{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}.site .bloglo-flex-row.middle-lg, .site .bloglo-flex-row .middle-lg{-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.site .bloglo-flex-row.stretch-lg, .site .bloglo-flex-row .stretch-lg{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;}.site .bloglo-flex-row.bottom-lg, .site .bloglo-flex-row .bottom-lg{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;}.site .bloglo-flex-row.around-lg{-ms-flex-pack:distribute;justify-content:space-around;}.site .bloglo-flex-row.between-lg {-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}}@media screen and (max-width:768px){.bloglo-entry p.has-background{padding:2.5rem;}.bloglo-hide-mobile-tablet{display:none !important;}.alignfull.bloglo-wrap-content>div, .bloglo-container, .bloglo-container-fluid, .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer>ul{padding:0 3rem;}.bloglo-header-widgets .bloglo-header-widget, .bloglo-header-widgets .bloglo-header-widget.bloglo-header-widget__button{padding-left:1rem;padding-right:1rem;}.bloglo-header-widgets .bloglo-header-widget:not(.bloglo-header-widget__button, .bloglo-header-widget__socials) .bloglo-icon{font-size:2.4rem;}body:not(.page-template-template-bloglo-fullwidth):not(.page-template-elementor_header_footer).bloglo-has-sidebar #page .elementor-section.elementor-section-stretched, body:not(.page-template-template-bloglo-fullwidth):not(.page-template-elementor_header_footer).bloglo-has-sidebar #page .entry-content .alignfull, body:not(.page-template-template-bloglo-fullwidth):not(.page-template-elementor_header_footer).bloglo-has-sidebar #page .bloglo-fw-section, body:not(.page-template-template-bloglo-fullwidth):not(.page-template-elementor_header_footer).bloglo-no-sidebar #page .elementor-section.elementor-section-stretched, body:not(.page-template-template-bloglo-fullwidth):not(.page-template-elementor_header_footer).bloglo-no-sidebar #page .entry-content .alignfull, body:not(.page-template-template-bloglo-fullwidth):not(.page-template-elementor_header_footer).bloglo-no-sidebar #page .bloglo-fw-section{margin-left:-3rem !important;margin-right:-3rem !important;left:0;max-width:unset;}.bloglo-blog-horizontal .bloglo-article:not(.format-quote) .bloglo-blog-entry-wrapper{display:block;}.bloglo-blog-horizontal .bloglo-article:not(.format-quote) .bloglo-blog-entry-wrapper.bloglo-thumb-left .entry-media, .bloglo-blog-horizontal .bloglo-article:not(.format-quote) .bloglo-blog-entry-wrapper.bloglo-thumb-right .entry-media{margin:0 0 2.128em 0;}#bloglo-pre-footer .col-md-4{margin-top:3rem;}.bloglo-pre-footer-cta-style-1 #bloglo-pre-footer .bloglo-flex-row:after, .bloglo-pre-footer-cta-style-1 #bloglo-pre-footer .bloglo-flex-row:before{left:0;right:0;}.bloglo-pre-footer-cta-style-1 #bloglo-pre-footer .bloglo-flex-row{padding:4rem 3rem;margin:0;}.bloglo-pre-footer-cta-style-1 #bloglo-pre-footer .bloglo-flex-row>div{padding-left:0;padding-right:0;}#bloglo-copyright.contained-separator>.bloglo-container:before{left:3rem;right:3rem;}.single.bloglo-single-title-in-page-header #page .page-header .page-title{font-size:3.2rem;}.single.bloglo-single-title-in-page-header .page-header .post-category a{font-size:1.4rem;}#page .bloglo-unset-mw, #page .bloglo-unset-mw>img{max-width:100%;}.bloglo-mobile-nav {margin-left: 1.6rem;}}@media screen and (max-width:599px){#page .alignleft, #page .alignright{float:none;margin:2rem auto;}#page .has-text-align-right{text-align:left;}#bloglo-header-inner .bloglo-widget-wrapper, .bloglo-header-element, .bloglo-header-widgets .bloglo-header-widget{position:static;}.bloglo-header-widgets .dropdown-item:after{display:none;}.page-header>.bloglo-container{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.page-header>.bloglo-container .bloglo-page-header-wrapper{padding-left:0 !important;padding-right:0 !important;}.page-header .bloglo-page-header-wrapper{margin-right:0;margin-left:0;width:100%;}.bloglo-page-title-align-right .page-header.bloglo-has-page-title .bloglo-page-header-wrapper{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}.bloglo-page-title-align-right .page-header.bloglo-has-page-title .bloglo-breadcrumbs{-ms-flex-item-align:start;align-self:flex-start;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;}.bloglo-hover-slider .hover-slide-item{padding:5rem 0;}#colophon .search-form, #main .search-form{max-width:100%;}.bloglo-pre-footer-cta-style-1 #bloglo-pre-footer .bloglo-pre-footer-cta{padding-left:0;padding-right:0;}.bloglo-pre-footer-cta-style-1 #bloglo-pre-footer .bloglo-flex-row{margin-left:0;margin-right:0;}#bloglo-copyright .bloglo-copyright-widget .bloglo-nav>ul>li{margin-top:0.32rem;margin-bottom:0.32rem;}#bloglo-copyright .bloglo-copyright-widget{padding-left:0;padding-right:0;}#page .error-404 .page-header h1.page-title{font-size:20rem;}.author-avatar img{display:none;}.single .entry-footer{display:block;}.single .entry-footer .last-updated{margin-top:1.6rem;display:block;}.author-box{padding:2.5rem;}.author-box .author-box-avatar{display:none;}#comments .comment-body, #comments .comment_container{padding:2rem 2.5rem 2.5rem 2.5rem;min-height:initial;min-height:auto;}#comments .comment-author-avatar{display:none;}.comment-form>div.comment-form-author, .comment-form>div.comment-form-email, .comment-form>div.comment-form-url, .comment-form>p.comment-form-author, .comment-form>p.comment-form-email, .comment-form>p.comment-form-url {-ms-flex-preferred-size: 100%;flex-basis: 100%;max-width: 100%;padding-left: 0;padding-right: 0;}}@media screen and (max-width:480px){.bloglo-hide-mobile{display:none !important;}#page {min-height: -webkit-fill-available;}}@media screen and (max-width:782px){.admin-bar #page{min-height:calc(100vh - 46px);}.bloglo-sticky-header.admin-bar.bloglo-is-mobile #bloglo-header-inner, .bloglo-sticky-header.admin-bar:not(.bloglo-header-layout-3, .bloglo-header-layout-4) #bloglo-header-inner, .bloglo-sticky-header.admin-bar:not(.bloglo-is-mobile).bloglo-header-layout-4 #bloglo-header-inner .bloglo-nav-container>.bloglo-container, .bloglo-sticky-header.admin-bar:not(.bloglo-is-mobile).bloglo-header-layout-3 #bloglo-header-inner .bloglo-nav-container>.bloglo-container{top:46px;}#bloglo-footer #bloglo-footer-widgets{padding-top:3rem;padding-bottom:3rem;}#bloglo-footer .bloglo-footer-column {padding-top: 2rem;padding-bottom: 2rem;}}@media screen and (max-width:960px){.bloglo-layout__boxed-separated #content .entry-content>.alignfull:first-child{margin-top:-5rem;}.bloglo-layout__boxed-separated:not(.comments-open) #content .entry-content>.alignfull:last-child{margin-bottom:-5rem;}.bloglo-horizontal-slider .bloglo-article:not(.format-quote) .bloglo-blog-entry-wrapper .bloglo-entry-content-wrapper, .bloglo-layout__boxed-separated.blog.bloglo-blog-horizontal .bloglo-article .bloglo-entry-content-wrapper, .bloglo-layout__boxed-separated.category.bloglo-blog-horizontal .bloglo-article .bloglo-entry-content-wrapper, .bloglo-layout__boxed-separated.search-results.bloglo-blog-horizontal .bloglo-article .bloglo-entry-content-wrapper{padding:0 2.4rem 3rem;}.bloglo-layout__boxed-separated.bloglo-sidebar-style-3 #secondary .bloglo-widget{margin-bottom:4rem;}.bloglo-layout__boxed-separated.bloglo-sidebar-style-3 #secondary .bloglo-widget .widget-title{margin-left:0;padding-left:1.2rem;}#bloglo-topbar>.bloglo-container>.bloglo-flex-row>div .bloglo-topbar-widget{padding-top:0.6rem;padding-bottom:0.6rem;}#bloglo-topbar .bloglo-topbar-widget{padding-left:0.8rem;padding-right:0.8rem;}.bloglo-topbar__separators-regular #bloglo-topbar .bloglo-topbar-widget:after, .bloglo-topbar__separators-slanted #bloglo-topbar .bloglo-topbar-widget:after{margin-left:0.8rem;}.bloglo-header__separators-regular .bloglo-header-widget, .bloglo-header__separators-slanted .bloglo-header-widget{padding-left:0.8rem;padding-right:0.8rem;}.bloglo-header__separators-regular .bloglo-header-widget:after, .bloglo-header__separators-slanted .bloglo-header-widget:after{margin-left:0.8rem;}body:not(.bloglo-has-sidebar):not(.bloglo-single-title-in-content) #content .entry-content>.alignfull:first-child{margin-top:-4rem;}body:not(.bloglo-has-sidebar):not(.bloglo-single-title-in-content):not(.comments-open).bloglo-layout__boxed #content .entry-content>.alignfull:last-child{margin-bottom:-5rem;}.bloglo-hover-slider{background:none;}.bloglo-hover-slider .bloglo-hero-container{margin-top:5rem;}.bloglo-hover-slider .hover-slider-backgrounds{display:none;}.bloglo-hover-slider .hover-slider-item-wrapper{position:relative;background-color:#232323;background-image:var(--bg-image);background-size:cover;background-position:center center;background-repeat:no-repeat;border-radius:var(--bloglo-normal-radius);overflow:hidden;}.bloglo-hover-slider .hover-slider-item-wrapper:after{position:absolute;top:0;left:0;right:0;bottom:0;content:"";background-color:#232323;opacity:0.65;z-index:3;}.bloglo-hover-slider .hover-slide-item{padding:5rem 3rem;height:auto !important;z-index:4;}.bloglo-hover-slider .hover-slider-items>div.bloglo-hero-readmore:hover .slide-inner{-webkit-transform:none;-ms-transform:none;transform:none;}.bloglo-hover-slider .bloglo-flex-row{margin-left:0;margin-right:0;}.bloglo-hover-slider .hover-slider-items>div{border-right:none;margin-bottom:1rem;-ms-flex-preferred-size:100% !important;flex-basis:100% !important;max-width:100% !important;}.bloglo-hover-slider .hover-slider-items>div:last-child{margin-bottom:0;}.bloglo-hover-slider .hover-slider-items>div .slide-inner{text-align:center;}.bloglo-hover-slider .hover-slider-items>div .hover-slide-item{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.bloglo-hover-slider .hover-slider-items>div .hover-slide-item .post-category{text-align:center;}.bloglo-hover-slider .hover-slider-items>div:last-child{border-bottom:none;}.bloglo-hover-slider .slide-inner{position:relative;bottom:0;max-width:100%;padding:0;margin:0;}.bloglo-hover-slider .slide-inner .read-more{position:static;opacity:1;-webkit-transform:translate3d(0, 0, 0) !important;transform:translate3d(0, 0, 0) !important;}.bloglo-hover-slider .entry-meta .entry-meta-elements{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}#main>.bloglo-container{display:block;}#primary{max-width:100% !important;padding-left:0 !important;padding-right:0 !important;margin-top:4rem;}.site-main #secondary{width:100%;margin-top:4rem;}.bloglo-sidebar-r__before-content #main>.bloglo-container{-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;}.bloglo-sidebar-r__before-content .site-main #primary{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;margin-top:0;}#comments .comment-list ol .edit, #comments .comment-list ul .edit, .bloglo-sidebar-r__hide .site-main #secondary, .single .post-nav img{display:none;}#comments .comment-list ol ol ol, #comments .comment-list ol ol ul, #comments .comment-list ol ul ol, #comments .comment-list ol ul ul, #comments .comment-list ul ol ol, #comments .comment-list ul ol ul, #comments .comment-list ul ul ol, #comments .comment-list ul ul ul{margin-left:0;}#comments .comment-list ol ol ol:before, #comments .comment-list ol ol ul:before, #comments .comment-list ol ul ol:before, #comments .comment-list ol ul ul:before, #comments .comment-list ul ol ol:before, #comments .comment-list ul ol ul:before, #comments .comment-list ul ul ol:before, #comments .comment-list ul ul ul:before{display:none;}#comments .comment-list ol ol ol li:before, #comments .comment-list ol ol ul li:before, #comments .comment-list ol ul ol li:before, #comments .comment-list ol ul ul li:before, #comments .comment-list ul ol ol li:before, #comments .comment-list ul ol ul li:before, #comments .comment-list ul ul ol li:before, #comments .comment-list ul ul ul li:before{left:2.5rem !important;height:2.5rem !important;}#comments .comment-list ol ol ol li:after, #comments .comment-list ol ol ul li:after, #comments .comment-list ol ul ol li:after, #comments .comment-list ol ul ul li:after, #comments .comment-list ul ol ol li:after, #comments .comment-list ul ol ul li:after, #comments .comment-list ul ul ol li:after, #comments .comment-list ul ul ul li:after {display: none;}}@media(max-width:782px){.wp-block-columns .wp-block-column:empty{display:none;}.wp-block-columns .wp-block-column:empty+.wp-block-column {-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;margin-left: 0;}}@media screen and (max-width:600px){.bloglo-sticky-header.admin-bar.bloglo-is-mobile #bloglo-header-inner, .bloglo-sticky-header.admin-bar:not(.bloglo-header-layout-3, .bloglo-header-layout-4) #bloglo-header-inner, .bloglo-sticky-header.admin-bar:not(.bloglo-is-mobile).bloglo-header-layout-4 #bloglo-header-inner .bloglo-nav-container>.bloglo-container, .bloglo-sticky-header.admin-bar:not(.bloglo-is-mobile).bloglo-header-layout-3 #bloglo-header-inner .bloglo-nav-container>.bloglo-container {top: 0;}}@media only screen and (max-width: 782px) {.bloglo-sticky-last-widget #secondary .bloglo-sidebar-inner>.widget:last-child, .bloglo-sticky-sidebar.admin-bar .bloglo-sidebar-inner {top: calc(var(--bloglo-sticky-h-offset, 20px) + 46px);}}@media print {#main #bloglo-comments-toggle, #main .post-nav, #page #respond, #page .bloglo-header-widgets, #page .bloglo-nav, #secondary, #bloglo-scroll-top, #bloglo-footer {display: none;}}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {.wp-block-button__link{height:3rem;}.page-header .bloglo-page-header-wrapper:after, .site .bloglo-flex-row:after{content:"";display:block;min-height:inherit;font-size:0;}#infinite-handle span, .bloglo-btn, .site-main .woocommerce #respond input#submit, .site-main .woocommerce a.button, .site-main .woocommerce button.button, .site-main .woocommerce input.button, .woocommerce #review_form #respond .form-submit input, .woocommerce div.product form.cart .button, .woocommerce ul.products li.product .added_to_cart, .woocommerce ul.products li.product .button, body:not(.wp-customizer) input[type="submit"]{height:1rem;}#main>.bloglo-container #primary{-ms-flex-preferred-size:0%;flex-basis:0%;}.page-header .bloglo-page-header-wrapper {height: 10rem;}}.bloglo-btn, input[type="submit"], .comment-form input[type="checkbox"]:checked, #comments .bypostauthor-badge, .using-keyboard.single .post-tags a:focus, .single .post-tags a:hover, .using-keyboard .tagcloud a:focus, .tagcloud a:hover, .using-keyboard .wp-block-tag-cloud a:focus, .wp-block-tag-cloud a:hover, #main .mejs-controls .mejs-time-rail .mejs-time-current, .bloglo-btn.bloglo-read-more::after, .post_format-post-format-quote .bloglo-blog-entry-content .quote-post-bg::after, .entry-media>a:hover .entry-media-icon::before, .bloglo-pre-footer-cta-style-1 #bloglo-pre-footer .bloglo-flex-row::after, .bloglo-pre-footer-cta-style-2 #bloglo-pre-footer::after, .select2-container--default .select2-results__option--highlighted[aria-selected], .bloglo-input-supported input[type="radio"]:not([id^='wpforms-']):checked::before, .bloglo-input-supported input[type="checkbox"]:not([id^='wpforms-']):checked, .bloglo-sidebar-style-2 #secondary .widget-title::before, .bloglo-sidebar-style-2 .elementor-widget-sidebar .widget-title::before, .widget .cat-item a:hover+span, .widget_archive li a:hover+span, .widget .cat-item.current-cat a+span, #bloglo-footer .widget .cat-item a:hover+span, #bloglo-footer .widget_archive li a:hover+span, #bloglo-footer .widget .cat-item.current-cat a+span, .bloglo-btn.btn-outline:hover, #infinite-handle span{background-color:var(--bloglo-primary);}.bloglo-btn:hover, #infinite-handle span:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="reset"]:focus, .bloglo-btn:focus, input[type="submit"]:focus{background-color:var(--bloglo-primary_15);}mark, span.highlight, code, kbd, var, samp, tt{background-color:var(--bloglo-primary_09);}code.block{background-color:var(--bloglo-primary_04);}.content-area a:not(.bloglo-btn, .wp-block-button__link, .page-numbers, [rel^=category]), #secondary .hester-core-custom-list-widget .bloglo-entry a:not(.bloglo-btn), #secondary a:not(.bloglo-btn):hover, .using-keyboard #secondary a:not(.bloglo-btn):focus, .bloglo-header-widgets .bloglo-header-widget.bloglo-active .bloglo-icon.bloglo-search, .bloglo-logo .site-title a:hover, .using-keyboard .site-title a:focus, #bloglo-header-inner .bloglo-nav>ul>li>a:hover, .using-keyboard #bloglo-header-inner .bloglo-nav>ul>li>a:focus, #bloglo-header-inner .bloglo-nav>ul>li.menu-item-has-children:hover>a, .using-keyboard #bloglo-header-inner .bloglo-nav>ul>li.menu-item-has-children:focus>a, #bloglo-header-inner .bloglo-nav>ul>li.current-menu-item>a, #bloglo-header-inner .bloglo-nav>ul>li.current-menu-ancestor>a, #bloglo-header-inner .bloglo-nav>ul>li.page_item_has_children:hover>a, #bloglo-header-inner .bloglo-nav>ul>li.current_page_item>a, #bloglo-header-inner .bloglo-nav>ul>li.current_page_ancestor>a, #bloglo-topbar .bloglo-nav>ul>li>a:hover, .using-keyboard #bloglo-topbar .bloglo-nav>ul>li>a:focus, #bloglo-topbar .bloglo-nav>ul>li.menu-item-has-children:hover>a, #bloglo-topbar .bloglo-nav>ul>li.current-menu-item>a, #bloglo-topbar .bloglo-nav>ul>li.current-menu-ancestor>a, .bloglo-social-nav>ul>li>a .bloglo-icon.bottom-icon, .bloglo-header-widgets a:not(.bloglo-btn):hover, .using-keyboard .bloglo-header-widgets a:not(.bloglo-btn):focus, #bloglo-header-inner .bloglo-header-widgets .bloglo-active, .widget .cat-item.current-cat>a, .widget ul li.current_page_item>a, #cancel-comment-reply-link:hover, .using-keyboard #cancel-comment-reply-link:focus, .comment-form .required, #main .entry-meta a:hover, .using-keyboard #main .entry-meta a:focus, #main .author-box-title a:hover, .using-keyboard #main .author-box-title a:focus, .bloglo-btn.btn-outline, code, kbd, var, samp, tt, .is-mobile-menu-active .bloglo-hamburger, .bloglo-hamburger:hover, .single #main .post-nav a:hover, .using-keyboard .single #main .post-nav a:focus, #bloglo-topbar .bloglo-topbar-widget__text .bloglo-icon{color:var(--bloglo-primary);}#page ::-moz-selection{background-color:var(--bloglo-primary);color:var(--bloglo-white);}#page ::selection{background-color:var(--bloglo-primary);color:var(--bloglo-white);}input[type="search"]:focus, #comments .comment-actions .reply a:hover, .comment-form input[type="checkbox"]:checked, .comment-form input[type="checkbox"]:focus, .comment-form input[type="radio"]:checked, .comment-form input[type="radio"]:focus, #colophon, .elementor-widget-sidebar .widget-title, .bloglo-entry blockquote, .wp-block-quote.is-style-large, .wp-block-quote.is-large, .wp-block-quote.has-text-align-right, .bloglo-input-supported input[type="radio"]:checked, .bloglo-input-supported input[type="checkbox"]:checked, .bloglo-btn.btn-outline{border-color:var(--bloglo-primary);}#masthead .bloglo-header-widgets .dropdown-item::after, .bloglo-nav>ul .sub-menu::after, textarea:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="date"]:focus{border-bottom-color:var(--bloglo-primary);outline:none !important;}.bloglo-header-widgets .dropdown-item, .preloader-1>div, .bloglo-nav .sub-menu{border-top-color:var(--bloglo-primary);}.bloglo-input-supported input[type="checkbox"]:focus:hover{box-shadow:inset 0 0 0 0.2rem var(--bloglo-primary);}.bloglo-header-widgets .bloglo-cart .bloglo-cart-count, .bloglo-woo-steps .bloglo-step.is-active>span:first-child, .woocommerce div.product form.cart .button, .site-main .woocommerce #respond input#submit, .site-main .woocommerce a.button, .site-main .woocommerce button.button, .site-main .woocommerce input.button, .woocommerce ul.products li.product .onsale, .woocommerce span.onsale, .woocommerce-store-notice, p.demo_store, .woocommerce ul.products li.product .button, .widget.woocommerce .wc-layered-nav-term:hover .count, .widget.woocommerce .product-categories li a:hover~.count, .widget.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen a:before, .woocommerce .widget_rating_filter ul li.chosen a::before, .widget.woocommerce .wc-layered-nav-term.chosen .count, .widget.woocommerce .product-categories li.current-cat>.count, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle:after, .woocommerce .widget_layered_nav_filters ul li a:hover, .woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover:before, .woocommerce #review_form #respond .form-submit input{background-color:var(--bloglo-primary);}.woocommerce #review_form #respond .form-submit input:hover, .using-keyboard .woocommerce #review_form #respond .form-submit input:focus, .woocommerce div.product form.cart .button:hover, .using-keyboard .woocommerce div.product form.cart .button:focus, .site-main .woocommerce #respond input#submit:hover, .using-keyboard .site-main .woocommerce #respond input#submit:focus, .site-main .woocommerce a.button:hover, .using-keyboard .site-main .woocommerce a.button:focus, .site-main .woocommerce button.button:hover, .using-keyboard .site-main .woocommerce button.button:focus, .site-main .woocommerce input.button:hover, .using-keyboard .site-main .woocommerce input.button:focus, .woocommerce ul.products li.product .button:hover, .using-keyboard .woocommerce ul.products li.product .button:focus, .woocommerce .widget_price_filter .ui-slider .ui-slider-range, .widget.woocommerce .wc-layered-nav-rating a:hover em, .widget.woocommerce .wc-layered-nav-rating.chosen a em{background-color:var(--bloglo-primary_15);}.woocommerce #yith-wcwl-form table.shop_table .product-subtotal .amount, .woocommerce .woocommerce-cart-form table.shop_table .product-subtotal .amount, .woocommerce ul.products li.product .price, .woocommerce .woocommerce-checkout-review-order .order-total .woocommerce-Price-amount.amount, #main .woocommerce-MyAccount-navigation li.is-active, .woocommerce .star-rating span::before, .widget.woocommerce .wc-layered-nav-term:hover a, .using-keyboard .widget.woocommerce .wc-layered-nav-term:focus a, .widget.woocommerce .wc-layered-nav-term a:hover, .using-keyboard .widget.woocommerce .wc-layered-nav-term a:focus, .widget.woocommerce .product-categories li a:hover, .using-keyboard .widget.woocommerce .product-categories li a:focus, .widget.woocommerce .product-categories li.current-cat>a, .woocommerce ins .amount, .woocommerce .widget_rating_filter ul li.chosen a::before, .widget.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen, .woocommerce .widget_shopping_cart .total .amount, .woocommerce .widget_shopping_cart .total .tax_label, .woocommerce.widget_shopping_cart .total .amount, .woocommerce.widget_shopping_cart .total .tax_label, .woocommerce .widget_shopping_cart .cart_list li a.remove:hover:before, .using-keyboard .woocommerce .widget_shopping_cart .cart_list li a.remove:focus:before, .woocommerce.widget_shopping_cart .cart_list li a.remove:hover:before, .using-keyboard .woocommerce.widget_shopping_cart .cart_list li a.remove:focus:before, .woocommerce div.product .woocommerce-tabs ul.tabs li.active>a, .woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce div.product #reviews .comment-form-rating .stars a, .woocommerce div.product .woocommerce-pagination ul li span.current, .woocommerce div.product .woocommerce-pagination ul li a:hover, .using-keyboard .woocommerce div.product .woocommerce-pagination ul li a:focus, .wc-cart-widget-header .bloglo-cart-subtotal span, .bloglo-header-widget__cart:hover>a, .bloglo-woo-steps .bloglo-step.is-active, .cart_totals .order-total td{color:var(--bloglo-primary);}.wc-layered-nav-rating a:hover .star-rating span:before{color:var(--bloglo-primary_15);}.widget.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen a:before, .woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product .woocommerce-pagination ul li span.current{border-color:var(--bloglo-primary);}.using-keyboard .woocommerce-cart table.cart td.actions .coupon .input-text:focus, .using-keyboard .woocommerce-checkout table.cart td.actions .coupon .input-text:focus, .using-keyboard #add_payment_method table.cart td.actions .coupon .input-text:focus{border-bottom-color:var(--bloglo-primary);}::-webkit-selection{background-color:var(--bloglo-primary);color:var(--bloglo-white);}::selection {background-color: var(--bloglo-primary);color: var(--bloglo-white);}*{scrollbar-width:thin;scrollbar-color:rgba(0, 0, 0, 0.2) transparent;}::-webkit-scrollbar{width:0.7rem;height:0.7rem;}::-webkit-scrollbar-track{background:transparent;}::-webkit-scrollbar-thumb{background:rgba(0, 0, 0, 0.2);}::-webkit-scrollbar-thumb:hover{background:rgba(0, 0, 0, 0.4);}.b-r-0, .b-r-0>*, .b-r-0 .gallery-inner{border-radius:0 !important;}.b-r-d, .b-r-d>*, .b-r-d .gallery-inner{border-radius:0.5rem !important;}.list-none{list-style:none;padding:0;margin:0;}.my-auto{margin-top:auto !important;margin-bottom:auto !important;}.mx-auto{margin-left:auto;margin-right:auto;}.mt-auto{margin-top:auto;}.mb-auto{margin-bottom:auto;}.mt-0{margin-top:0;}.mr-0{margin-right:0;}.mb-0{margin-bottom:0;}.ml-0{margin-left:0;}.mt-1{margin-top:0.4rem;}.mr-1{margin-right:0.4rem;}.mb-1{margin-bottom:0.4rem;}.ml-1{margin-left:0.4rem;}.mt-2{margin-top:0.8rem;}.mr-2{margin-right:0.8rem;}.mb-2{margin-bottom:0.8rem;}.ml-2{margin-left:0.8rem;}.mt-3{margin-top:1.6rem;}.mr-3{margin-right:1.6rem;}.mb-3{margin-bottom:1.6rem;}.ml-3{margin-left:1.6rem;}.mt-4{margin-top:2.4rem;}.mr-4{margin-right:2.4rem;}.mb-4{margin-bottom:2.4rem;}.ml-4{margin-left:2.4rem;}.mt-5{margin-top:4.8rem;}.mr-5{margin-right:4.8rem;}.mb-5{margin-bottom:4.8rem;}.ml-5{margin-left:4.8rem;}.mb-h{margin-bottom:6rem;}.p-0{padding:0;}.pt-0{padding-top:0;}.pr-0{padding-right:0;}.pb-0{padding-bottom:0;}.pl-0{padding-left:0;}.pt-1{padding-top:0.4rem;}.pr-1{padding-right:0.4rem;}.pb-1{padding-bottom:0.4rem;}.pl-1{padding-left:0.4rem;}.pt-2{padding-top:0.8rem;}.pr-2{padding-right:0.8rem;}.pb-2{padding-bottom:0.8rem;}.pl-2{padding-left:0.8rem;}.pt-3{padding-top:1.6rem;}.pr-3{padding-right:1.6rem;}.pb-3{padding-bottom:1.6rem;}.pl-3{padding-left:1.6rem;}.pt-4{padding-top:2.4rem;}.pr-4{padding-right:2.4rem;}.pb-4{padding-bottom:2.4rem;}.pl-4{padding-left:2.4rem;}.pt-5{padding-top:4.8rem;}.pr-5{padding-right:4.8rem;}.pb-5{padding-bottom:4.8rem;}.pl-5{padding-left:4.8rem;}.d-inline-block{display:inline-block;}.d-block{display:block;}.d-inline-flex{display:inline-flex;}.d-flex{display:flex;}.d-none{display:none;}@media only screen and (min-width: 75em) {.my-lg-auto{margin-top:auto;margin-bottom:auto;}.mx-lg-auto{margin-left:auto;margin-right:auto;}.mt-lg-auto{margin-top:auto;}.mb-lg-auto{margin-bottom:auto;}.mt-lg-0{margin-top:0;}.mr-lg-0{margin-right:0;}.mb-lg-0{margin-bottom:0;}.ml-lg-0{margin-left:0;}.mt-lg-1{margin-top:0.4rem;}.mr-lg-1{margin-right:0.4rem;}.mb-lg-1{margin-bottom:0.4rem;}.ml-lg-1{margin-left:0.4rem;}.mt-lg-2{margin-top:0.8rem;}.mr-lg-2{margin-right:0.8rem;}.mb-lg-2{margin-bottom:0.8rem;}.ml-lg-2{margin-left:0.8rem;}.mt-lg-3{margin-top:1.6rem;}.mr-lg-3{margin-right:1.6rem;}.mb-lg-3{margin-bottom:1.6rem;}.ml-lg-3{margin-left:1.6rem;}.mt-lg-4{margin-top:2.4rem;}.mr-lg-4{margin-right:2.4rem;}.mb-lg-4{margin-bottom:2.4rem;}.ml-lg-4{margin-left:2.4rem;}.mt-lg-5{margin-top:4.8rem;}.mr-lg-5{margin-right:4.8rem;}.mb-lg-5{margin-bottom:4.8rem;}.ml-lg-5{margin-left:4.8rem;}.pt-lg-0{padding-top:0;}.pr-lg-0{padding-right:0;}.pb-lg-0{padding-bottom:0;}.pl-lg-0{padding-left:0;}.pt-lg-1{padding-top:0.4rem;}.pr-lg-1{padding-right:0.4rem;}.pb-lg-1{padding-bottom:0.4rem;}.pl-lg-1{padding-left:0.4rem;}.pt-lg-2{padding-top:0.8rem;}.pr-lg-2{padding-right:0.8rem;}.pb-lg-2{padding-bottom:0.8rem;}.pl-lg-2{padding-left:0.8rem;}.pt-lg-3{padding-top:1.6rem;}.pr-lg-3{padding-right:1.6rem;}.pb-lg-3{padding-bottom:1.6rem;}.pl-lg-3{padding-left:1.6rem;}.pt-lg-4{padding-top:2.4rem;}.pr-lg-4{padding-right:2.4rem;}.pb-lg-4{padding-bottom:2.4rem;}.pl-lg-4{padding-left:2.4rem;}.pt-lg-5{padding-top:4.8rem;}.pr-lg-5{padding-right:4.8rem;}.pb-lg-5{padding-bottom:4.8rem;}.pl-lg-5{padding-left:4.8rem;}.d-lg-inline-block{display:inline-block;}.d-lg-block{display:block;}.d-lg-inline-flex{display:inline-flex;}.d-lg-flex{display:flex;}.d-lg-none {display: none;}}@media only screen and (min-width: 48.938em) {.my-md-auto{margin-top:auto;margin-bottom:auto;}.mx-md-auto{margin-left:auto;margin-right:auto;}.mt-md-auto{margin-top:auto;}.mb-md-auto{margin-bottom:auto;}.mt-md-0{margin-top:0;}.mr-md-0{margin-right:0;}.mb-md-0{margin-bottom:0;}.ml-md-0{margin-left:0;}.mt-md-1{margin-top:0.4rem;}.mr-md-1{margin-right:0.4rem;}.mb-md-1{margin-bottom:0.4rem;}.ml-md-1{margin-left:0.4rem;}.mt-md-2{margin-top:0.8rem;}.mr-md-2{margin-right:0.8rem;}.mb-md-2{margin-bottom:0.8rem;}.ml-md-2{margin-left:0.8rem;}.mt-md-3{margin-top:1.6rem;}.mr-md-3{margin-right:1.6rem;}.mb-md-3{margin-bottom:1.6rem;}.ml-md-3{margin-left:1.6rem;}.mt-md-4{margin-top:2.4rem;}.mr-md-4{margin-right:2.4rem;}.mb-md-4{margin-bottom:2.4rem;}.ml-md-4{margin-left:2.4rem;}.mt-md-5{margin-top:4.8rem;}.mr-md-5{margin-right:4.8rem;}.mb-md-5{margin-bottom:4.8rem;}.ml-md-5{margin-left:4.8rem;}.pt-md-0{padding-top:0;}.pr-md-0{padding-right:0;}.pb-md-0{padding-bottom:0;}.pl-md-0{padding-left:0;}.pt-md-1{padding-top:0.4rem;}.pr-md-1{padding-right:0.4rem;}.pb-md-1{padding-bottom:0.4rem;}.pl-md-1{padding-left:0.4rem;}.pt-md-2{padding-top:0.8rem;}.pr-md-2{padding-right:0.8rem;}.pb-md-2{padding-bottom:0.8rem;}.pl-md-2{padding-left:0.8rem;}.pt-md-3{padding-top:1.6rem;}.pr-md-3{padding-right:1.6rem;}.pb-md-3{padding-bottom:1.6rem;}.pl-md-3{padding-left:1.6rem;}.pt-md-4{padding-top:2.4rem;}.pr-md-4{padding-right:2.4rem;}.pb-md-4{padding-bottom:2.4rem;}.pl-md-4{padding-left:2.4rem;}.pt-md-5{padding-top:4.8rem;}.pr-md-5{padding-right:4.8rem;}.pb-md-5{padding-bottom:4.8rem;}.pl-md-5{padding-left:4.8rem;}.d-md-inline-block{display:inline-block;}.d-md-block{display:block;}.d-md-inline-flex{display:inline-flex;}.d-md-flex{display:flex;}.d-md-none {display: none;}}@media only screen and (min-width: 37.5rem) {.my-sm-auto{margin-top:auto;margin-bottom:auto;}.mx-sm-auto{margin-left:auto;margin-right:auto;}.mt-sm-auto{margin-top:auto;}.mb-sm-auto{margin-bottom:auto;}.mt-sm-0{margin-top:0;}.mr-sm-0{margin-right:0;}.mb-sm-0{margin-bottom:0;}.ml-sm-0{margin-left:0;}.mt-sm-1{margin-top:0.4rem;}.mr-sm-1{margin-right:0.4rem;}.mb-sm-1{margin-bottom:0.4rem;}.ml-sm-1{margin-left:0.4rem;}.mt-sm-2{margin-top:0.8rem;}.mr-sm-2{margin-right:0.8rem;}.mb-sm-2{margin-bottom:0.8rem;}.ml-sm-2{margin-left:0.8rem;}.mt-sm-3{margin-top:1.6rem;}.mr-sm-3{margin-right:1.6rem;}.mb-sm-3{margin-bottom:1.6rem;}.ml-sm-3{margin-left:1.6rem;}.mt-sm-4{margin-top:2.4rem;}.mr-sm-4{margin-right:2.4rem;}.mb-sm-4{margin-bottom:2.4rem;}.ml-sm-4{margin-left:2.4rem;}.mt-sm-5{margin-top:4.8rem;}.mr-sm-5{margin-right:4.8rem;}.mb-sm-5{margin-bottom:4.8rem;}.ml-sm-5{margin-left:4.8rem;}.pt-sm-0{padding-top:0;}.pr-sm-0{padding-right:0;}.pb-sm-0{padding-bottom:0;}.pl-sm-0{padding-left:0;}.pt-sm-1{padding-top:0.4rem;}.pr-sm-1{padding-right:0.4rem;}.pb-sm-1{padding-bottom:0.4rem;}.pl-sm-1{padding-left:0.4rem;}.pt-sm-2{padding-top:0.8rem;}.pr-sm-2{padding-right:0.8rem;}.pb-sm-2{padding-bottom:0.8rem;}.pl-sm-2{padding-left:0.8rem;}.pt-sm-3{padding-top:1.6rem;}.pr-sm-3{padding-right:1.6rem;}.pb-sm-3{padding-bottom:1.6rem;}.pl-sm-3{padding-left:1.6rem;}.pt-sm-4{padding-top:2.4rem;}.pr-sm-4{padding-right:2.4rem;}.pb-sm-4{padding-bottom:2.4rem;}.pl-sm-4{padding-left:2.4rem;}.pt-sm-5{padding-top:4.8rem;}.pr-sm-5{padding-right:4.8rem;}.pb-sm-5{padding-bottom:4.8rem;}.pl-sm-5{padding-left:4.8rem;}.d-sm-inline-block{display:inline-block;}.d-sm-block{display:block;}.d-sm-inline-flex{display:inline-flex;}.d-sm-flex{display:flex;}.d-sm-none {display: none;}}.overflow-hidden{overflow:hidden;}[class*="is-overlay-"]{overflow:hidden;position:relative;z-index:0;}[class*="is-overlay-"]::before{content:"";position:absolute;inset:0;width:100%;height:100%;opacity:0.75;z-index:-1;}.is-overlay-inherit::before{background:inherit;}.is-overlay-primary::before{background-color:var(--bloglo-primary);}.is-overlay-secondary::before{background-color:var(--bloglo-black);opacity:0.65;}.is-overlay-white::before{background-color:var(--bloglo--bg-white);}a.bloglo-btn i, button.bloglo-btn i{font-size:105%;vertical-align:baseline;}a.bloglo-btn i::before, button.bloglo-btn i::before{display:inline-block;vertical-align:middle;}a.bloglo-btn span, button.bloglo-btn span{vertical-align:baseline;}a.bloglo-btn span+i, button.bloglo-btn span+i, a.bloglo-btn i+span, button.bloglo-btn i+span{margin-left:0.75rem;}.bg-primary{background-color:var(--bloglo-primary);}.bg-primary-light{background-color:var(--bloglo-primary_04);}.bg-secondary{background-color:var(--bloglo-secondary);}.text-primary{color:var(--bloglo-primary);}.text-white{color:var(--bloglo-white);}.clearing::after{content:"";display:table;clear:both;}@media (prefers-reduced-motion: reduce) {* {animation-duration: 0s !important;transition-duration: 0s !important;}}.no-margin{margin:0;}.no-padding{padding:0;}.screen-height{min-height:100vh;}.admin-bar .screen-height{min-height:calc(100vh - 32px);}@media(max-width:782px){.admin-bar .screen-height {min-height: calc(100vh - 46px);}}.screen-width{position:relative;left:calc(50% - 50vw);width:100vw;}.bg-image{background-size:cover;background-position:center;background-repeat:no-repeat;}.bg-attachment-fixed{background-attachment:fixed;}@supports (-webkit-overflow-scrolling: touch) {.bg-attachment-fixed {background-attachment: scroll;}}@media (prefers-reduced-motion: reduce) {.bg-attachment-fixed {background-attachment: scroll;}}.wp-block-image.is-resized{margin-left:auto;margin-right:auto;}.wpcf7 .wpcf7-form p+p{margin-bottom:1.5rem;margin-top:1.5rem;}.form-newsletter{margin-top:-1.6rem;text-align:left;}.form-newsletter .wpcf7-form{display:flex;align-items:center;justify-content:end;margin-bottom:-1.6rem;}.form-newsletter .wpcf7-form>*:not(div){flex:1 1 auto;}.form-newsletter .wpcf7-form .form-control{border-radius:10rem;}.form-newsletter .wpcf7-form>p:nth-child(3){max-width:max-content;flex-basis:auto;}.form-newsletter .wpcf7-form .wpcf7-submit{margin-left:1rem;white-space:nowrap;}.form-newsletter .wpcf7-form .wpcf7-submit:hover, .form-newsletter .wpcf7-form .wpcf7-submit:focus{background-color:var(--bs-white);color:var(--bs-primary);}@media(max-width:61.938em){.form-newsletter .wpcf7-form .form-control {min-height: 3.356rem;padding: 0.786rem 2rem;}}[data-theme="dark"] div.wpforms-container .wpforms-field-label-inline, [data-theme="dark"] div.wpforms-container .wpforms-field-label{color:#fff;}.wpcf7 p, .wpcf7 label{margin-bottom:0;}.wpcf7 label{width:100%;}.wpcf7 div+p{margin-top:0;}@-webkit-keyframes fadeInDown {from{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0);}to {opacity: 1;-webkit-transform: none;transform: none;}}@keyframes fadeInDown {from{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0);}to {opacity: 1;-webkit-transform: none;transform: none;}}.is-footer-heading-init-s1 #bloglo-footer .wp-block-heading, .is-footer-heading-init-s1 #bloglo-footer .widget-title{padding-bottom:2rem;}.is-footer-heading-init-s1 #bloglo-footer .start-xs .widget-title::after{left:7rem;right:unset;transform:none;}.is-footer-heading-init-s1 #bloglo-footer .start-xs .widget-title::before{left:0;right:unset;transform:none;}.is-footer-heading-init-s1 #bloglo-footer .center-xs .widget-title::before, .is-footer-heading-init-s1 #bloglo-footer .center-xs .widget-title::after{right:0;left:0;margin:auto;}.is-footer-heading-init-s1 #bloglo-footer .center-xs .widget-title::before{transform:translateX(-2.6rem);}.is-footer-heading-init-s1 #bloglo-footer .center-xs .widget-title::after{transform:translateX(2.6rem);}.is-footer-heading-init-s1 #bloglo-footer .end-xs .widget-title::after{right:7rem;left:unset;transform:none;}.is-footer-heading-init-s1 #bloglo-footer .end-xs .widget-title::before{right:0;left:unset;transform:none;}@media(min-width:75em){.is-footer-heading-init-s1 #bloglo-footer .start-lg .widget-title::after{left:7rem;right:unset;transform:none;}.is-footer-heading-init-s1 #bloglo-footer .start-lg .widget-title::before{left:0;right:unset;transform:none;}.is-footer-heading-init-s1 #bloglo-footer .center-lg .widget-title::before, .is-footer-heading-init-s1 #bloglo-footer .center-lg .widget-title::after{right:0;left:0;margin:auto;}.is-footer-heading-init-s1 #bloglo-footer .center-lg .widget-title::before{transform:translateX(-2.6rem);}.is-footer-heading-init-s1 #bloglo-footer .center-lg .widget-title::after{transform:translateX(2.6rem);}.is-footer-heading-init-s1 #bloglo-footer .end-lg .widget-title::after{right:7rem;left:unset;transform:none;}.is-footer-heading-init-s1 #bloglo-footer .end-lg .widget-title::before {right: 0;left: unset;transform: none;}}@media(min-width:48.938em){.is-footer-heading-init-s1 #bloglo-footer .start-md .widget-title::after{left:7rem;right:unset;transform:none;}.is-footer-heading-init-s1 #bloglo-footer .start-md .widget-title::before{left:0;right:unset;transform:none;}.is-footer-heading-init-s1 #bloglo-footer .center-md .widget-title::before, .is-footer-heading-init-s1 #bloglo-footer .center-md .widget-title::after{right:0;left:0;margin:auto;}.is-footer-heading-init-s1 #bloglo-footer .center-md .widget-title::before{transform:translateX(-2.6rem);}.is-footer-heading-init-s1 #bloglo-footer .center-md .widget-title::after{transform:translateX(2.6rem);}.is-footer-heading-init-s1 #bloglo-footer .end-md .widget-title::after{right:7rem;left:unset;transform:none;}.is-footer-heading-init-s1 #bloglo-footer .end-md .widget-title::before {right: 0;left: unset;transform: none;}}.is-footer-heading-init-s1 #bloglo-footer .wp-block-heading::before, .is-footer-heading-init-s1 #bloglo-footer .wp-block-heading::after, .is-footer-heading-init-s1 #bloglo-footer .widget-title::before, .is-footer-heading-init-s1 #bloglo-footer .widget-title::after, .is-section-heading-init-s1 .comments-title::before, .is-section-heading-init-s1 .comments-title::after{content:"";position:absolute;bottom:0;height:0.2rem;background-color:var(--bloglo-primary);z-index:1;}.is-footer-heading-init-s1 #bloglo-footer .wp-block-heading::before, .is-footer-heading-init-s1 #bloglo-footer .widget-title::before, .is-section-heading-init-s1 .comments-title::before{width:6rem;left:0;}.is-footer-heading-init-s1 #bloglo-footer .wp-block-heading::after, .is-footer-heading-init-s1 #bloglo-footer .widget-title::after, .is-section-heading-init-s1 .comments-title::after{width:2rem;left:7rem;}.is-parallax-footer #main{background:var(--bloglo-white);box-shadow:0 0.3rem 3rem rgba(0, 0, 0, 0.02), 0 1rem 3rem rgba(0, 0, 0, 0.07);}.bloglo-cursor{visibility:hidden;position:fixed;pointer-events:none;z-index:10000;display:flex;justify-content:center;align-items:center;transition:transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);pointer-events:none;top:0;left:0;}.bloglo-cursor .bloglo-cursor-wrapper{display:flex;justify-content:center;align-items:center;transition:transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);}.bloglo-cursor .bloglo-cursor--follower{position:absolute;background-color:var(--bloglo-primary);opacity:0.35;border-radius:100%;width:2.4rem;height:2.4rem;transition:transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);}.bloglo-cursor .bloglo-cursor--label{position:absolute;display:flex;justify-content:center;align-items:center;color:var(--bloglo-white);letter-spacing:0.08em;transform:scale(0);will-change:transform, opacity;transition:transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);}.bloglo-cursor .bloglo-cursor--icon{position:absolute;display:flex;justify-content:center;align-items:center;color:var(--bloglo-white);transform:scale(0);will-change:transform, opacity;transition:transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1);color:rgba(255, 255, 255, 0.76);}.bloglo-cursor .bloglo-cursor--icon:before{content:"\f061";font-family:var(--bloglo-font-awesome);font-size:2.4rem;}.bloglo-cursor.is-enabled{visibility:visible;}.bloglo-cursor.is-hidden .bloglo-cursor-wrapper{transform:scale(0) !important;}.bloglo-cursor.is-mouse-down .bloglo-cursor-wrapper{transform:scale(0.8);}.bloglo-cursor.is-active .bloglo-cursor--follower{box-shadow:0 0 8px rgba(0, 0, 0, 0.7);transform:scale(3.6);opacity:0;}.bloglo-cursor.is-active.has-label .bloglo-cursor--follower{background-color:var(--bloglo-black);opacity:0.8;}.bloglo-cursor.is-active.has-label .bloglo-cursor--label{transform:scale(1);}.bloglo-cursor.is-active.has-icon .bloglo-cursor--follower{background-color:var(--bloglo-black);opacity:0.8;}.bloglo-cursor.is-active.has-icon .bloglo-cursor--icon{transform:scale(1);}div.wpforms-container-full form.wpforms-form button[type="submit"]{background:var(--bloglo-primary);color:var(--bloglo-white);border-color:var(--bloglo-primary);}div.wpforms-container-full form.wpforms-form button[type="submit"]:hover, .using-keyboard div.wpforms-container-full form.wpforms-form button[type="submit"]:focus{background:var(--bloglo-primary_15);border-color:var(--bloglo-primary_15);}.wpforms-container.wpforms-container-full{width:100%;}.wpforms-container.wpforms-container-full button.wpforms-submit-button-full-width{display:block;width:100%;}div.wpforms-container-full .wpforms-form .wpforms-field textarea, div.wpforms-container-full .wpforms-form .wpforms-field input[type="password"], div.wpforms-container-full .wpforms-form .wpforms-field input[type="tel"], div.wpforms-container-full .wpforms-form .wpforms-field input[type="url"], div.wpforms-container-full .wpforms-form .wpforms-field input[type="date"], div.wpforms-container-full .wpforms-form .wpforms-field input[type="text"], div.wpforms-container-full .wpforms-form .wpforms-field input[type="email"], div.wpforms-container-full .wpforms-form .wpforms-field input[type="number"], div.wpforms-container-full .wpforms-form .wpforms-field select{min-height:50px;padding:12px 18px;}.wpform-dark-background div.wpforms-container-full .wpforms-form .wpforms-field input[type="password"], .wpform-dark-background div.wpforms-container-full .wpforms-form .wpforms-field input[type="tel"], .wpform-dark-background div.wpforms-container-full .wpforms-form .wpforms-field input[type="url"], .wpform-dark-background div.wpforms-container-full .wpforms-form .wpforms-field input[type="date"], .wpform-dark-background div.wpforms-container-full .wpforms-form .wpforms-field input[type="number"], .wpform-dark-background div.wpforms-container-full .wpforms-form .wpforms-field input[type="email"], .wpform-dark-background div.wpforms-container-full .wpforms-form .wpforms-field textarea, .wpform-dark-background div.wpforms-container-full .wpforms-form .wpforms-field input[type="text"], .wpform-dark-background div.wpforms-container-full .wpforms-form .wpforms-field select{color:inherit;background-color:rgba(16, 20, 23, 0.05);border-color:rgba(225, 232, 237, 0);}.white-button div.wpforms-container-full form.wpforms-form button[type="submit"]:not(:hover){background-color:#fff;color:var(--bloglo-primary);}.wpform-dark-background *::-webkit-input-placeholder{color:#fff;}.wpform-dark-background *::-moz-placeholder{color:#fff;}.wpform-dark-background *:-ms-input-placeholder{color:#fff;}.wpform-dark-background *:-moz-placeholder{color:#fff;}.wpform-dark-background div.wpforms-container-full .wpforms-form .wpforms-field select option{color:initial;}.stk-block-content figure.stk-img-wrapper{margin-top:0;margin-bottom:0;}#wp-custom-header img{width:100%;display:block;}.bloglo-banner-imgads img{padding:5px 0;}.bloglo-banner-imgads img{width:100%;height:auto;}.btn-icon.bloglo-btn{width:42px;height:42px;padding:0;border:none;}a.btn-icon.bloglo-btn i::before, button.btn-icon.bloglo-btn i::before{vertical-align:baseline;}.rounded-100{border-radius:100%;}.style-1.bloglo-post-item{display:flex;flex-wrap:wrap;position:relative;width:100%;min-height:30rem;overflow:hidden;background-color:rgba(0, 0, 0, 0.18);}.style-1.bloglo-post-item>div{flex:100%;}.bloglo-post-item.rounded{border-radius:var(--bloglo-radius);}.style-1.bloglo-post-item.start{align-items:start;}.style-1.bloglo-post-item.center{align-items:center;justify-content:center;}.style-1.bloglo-post-item.center .bloglo-post-content{text-align:center;}.style-1.bloglo-post-item.center .bloglo-post-content .entry-meta-elements{justify-content:center;}.style-1.bloglo-post-item.end{align-items:end;}.bloglo-post-content{padding:16px;position:relative;z-index:1;}.bloglo-post-item .bloglo-post-content .post-category{margin-bottom:1rem;}.bloglo-post-item .bloglo-post-content .entry-header .entry-title{font-size:2rem;margin-top:0;}.style-1.bloglo-post-item .bloglo-post-content .entry-meta, .style-1.bloglo-post-item .bloglo-post-content .entry-meta a, .style-1.bloglo-post-item .bloglo-post-content .entry-header .entry-title a, .style-1.bloglo-post-item:hover .bloglo-post-content .entry-header .entry-title a, .using-keyboard .style-1.bloglo-post-item:focus-within .bloglo-post-content .entry-header .entry-title a{color:#fff;}.bloglo-post-item .bloglo-post-content .bloglo-btn{margin-top:2rem;}.bloglo-post-item .bloglo-post-content .bloglo-btn{min-height:4rem;padding:1rem 2rem 0.8rem;font-size:75%;}.bloglo-post-thumb{position:relative;z-index:0;}.bloglo-post-thumb a, .style-1 .bloglo-post-thumb{position:absolute;top:0;left:0;width:100%;height:100%;}.bloglo-post-thumb a{z-index:1;}.slider-overlay-1 .bloglo-post-thumb .inner:after{position:absolute;content:"";left:0;bottom:0;width:100%;height:100%;background:linear-gradient(to bottom, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .6) 59%, rgba(0, 0, 0, .8) 100%);}.bloglo-post-thumb .inner img, .bloglo-post-thumb .inner{width:100%;height:100%;}.bloglo-post-thumb .inner .entry-media{margin-bottom:0;}.bloglo-post-thumb .inner img{object-fit:cover;}.featured-one.slider-overlay-1 .bloglo-post-thumb .inner:after{opacity:0.2;-webkit-transition:var(--bloglo-transition-primary);transition:var(--bloglo-transition-primary);}.featured-one.slider-overlay-1 .bloglo-post-item.style-1:focus-within .bloglo-post-thumb .inner:after, .featured-one.slider-overlay-1 .bloglo-post-item.style-1:hover .bloglo-post-thumb .inner:after{opacity:1;}.featured-one .bloglo-post-item.style-1 .bloglo-post-thumb::before, .featured-one .bloglo-post-item.style-1 .bloglo-post-animation{position:absolute;top:10px;right:10px;bottom:10px;left:10px;z-index:1;overflow:hidden;}.featured-one .bloglo-post-item.style-1 .bloglo-post-thumb::before{content:"";border:2px solid #fff;}.featured-one .bloglo-post-item.style-1 .bloglo-post-animation span::after, .featured-one .bloglo-post-item.style-1 .bloglo-post-animation span::before, .featured-one .bloglo-post-item.style-1 .bloglo-post-animation::after, .featured-one .bloglo-post-item.style-1 .bloglo-post-animation::before{content:"";position:absolute;z-index:1;background-color:var(--bloglo-primary);transition:transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);}.featured-one .bloglo-post-item.style-1 .bloglo-post-animation::after, .featured-one .bloglo-post-item.style-1 .bloglo-post-animation::before{left:0;width:100%;height:2px;}.featured-one .bloglo-post-item.style-1 .bloglo-post-animation span::after, .featured-one .bloglo-post-item.style-1 .bloglo-post-animation span::before{top:0;width:2px;height:100%;}.featured-one .bloglo-post-item.style-1 .bloglo-post-animation::before{top:0;transform:translate3d(-105%, 0, 0);}.featured-one .bloglo-post-item.style-1 .bloglo-post-animation::after{bottom:0;transform:translate3d(105%, 0, 0);}.featured-one .bloglo-post-item.style-1 .bloglo-post-animation span::before{left:0;transform:translate3d(0, 105%, 0);}.featured-one .bloglo-post-item.style-1 .bloglo-post-animation span::after{right:0;transform:translate3d(0, -105%, 0);}.featured-one .bloglo-post-item.style-1:hover .bloglo-post-animation::before, .featured-one .bloglo-post-item.style-1:hover .bloglo-post-animation::after, .featured-one .bloglo-post-item.style-1:hover .bloglo-post-animation span::before, .featured-one .bloglo-post-item.style-1:hover .bloglo-post-animation span::after{transform:translate3d(0, 0, 0);}.featured-one .bloglo-post-item.style-1:hover .bloglo-post-content .bloglo-btn.btn-small, .featured-one .bloglo-post-item.style-1:focus-within .bloglo-post-content .bloglo-btn.btn-small, .featured-one .bloglo-post-item.style-1 .bloglo-post-content .bloglo-btn.btn-small:hover, .featured-one .bloglo-post-item.style-1 .bloglo-post-content .bloglo-btn.btn-small:focus{color:#fff;background-color:var(--bloglo-primary);}.featured-one .bloglo-post-item.style-1 .bloglo-post-content .bloglo-btn.btn-small{border:none;border-radius:inherit;margin-top:0;line-height:1.6;}#featured_links, #pyml{position:relative;}.is-section-heading-init-s1.bloglo-sidebar-style-3 .pyml-slider-items .widget-title{margin:0 -2rem 2.2rem;padding-left:2rem;padding-right:2rem;}.bloglo-sidebar-style-3 #pyml .pyml-slider-items .widget-title::before{left:2rem;}.bloglo-sidebar-style-3 #pyml .pyml-slider-items .widget-title::after{left:9rem;}@-webkit-keyframes shine {100% {left: 125%;}}@keyframes shine {100% {left: 125%;}}.pyml-slider-items .h4.widget-title{display:flex;justify-content:space-between;align-items:center;}.pyml-button-buttons{display:inline-flex;align-items:center;gap:1rem;}.pyml-button-buttons .pyml-button-prev, .pyml-button-buttons .pyml-button-next{display:inline-block;width:3.2rem;height:3.2rem;line-height:3.2rem;font-size:1.8rem;border-radius:var(--bloglo-normal-radius);background-color:var(--bloglo-secondary);color:var(--bloglo-white);text-align:center;cursor:pointer;-webkit-transition:var(--bloglo-transition-primary);transition:var(--bloglo-transition-primary);}.pyml-button-buttons .pyml-button-prev:hover, .pyml-button-buttons .pyml-button-next:hover{background-color:var(--bloglo-primary);color:var(--bloglo-white);}.entry-media>a::before, .pyml-slide-item .pyml-slider-backgrounds .pyml-slide-bg::before{position:absolute;top:0;left:-85%;z-index:2;display:block;content:"";width:50%;height:100%;opacity:0.6;background:-webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);background:linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);-webkit-transform:skewX(-25deg);transform:skewX(-25deg);}[data-theme="dark"] .entry-media>a::before, [data-theme="dark"] .pyml-slide-item .pyml-slider-backgrounds .pyml-slide-bg::before{opacity:0.25;}.entry-media>a:hover::before, .using-keyboard .entry-media>a:focus::before, .pyml-slide-item .pyml-slider-backgrounds a:hover .pyml-slide-bg::before, .using-keyboard .pyml-slide-item .pyml-slider-backgrounds a:focus .pyml-slide-bg::before{-webkit-animation:shine 1s;animation:shine 1s;}.pyml-slider-items{margin-bottom:5rem;}.pyml-slide-item{position:relative;}.pyml-slide-item .pyml-slider-backgrounds{position:relative;height:22.6rem;margin-bottom:1.4rem;transition:var(--bloglo-transition-primary);}.pyml-slide-item .pyml-slider-backgrounds>a, .pyml-slide-item .pyml-slider-backgrounds .pyml-slide-bg{display:block;width:100%;height:100%;overflow:hidden;border-radius:0.5rem;}.pyml-slide-item .pyml-slider-backgrounds .pyml-slide-bg{position:relative;background-color:rgba(0, 0, 0, 0.18);z-index:0;}.pyml-slide-item .pyml-slider-backgrounds .pyml-slide-bg img{width:100%;height:100%;object-fit:cover;-webkit-transition:all 0.5s ease;transition:all 0.5s ease;}.pyml-slide-item .pyml-slider-backgrounds .post-category{position:absolute;left:15px;right:15px;bottom:10px;text-align:center;}.pyml-slide-item .pyml-slider-backgrounds .post-category .cat-links span:not(.screen-reader-text){width:100%;display:inline-block;vertical-align:middle;line-height:normal;color:inherit;padding:0;margin:0;}.pyml-slide-item .pyml-slider-backgrounds .post-category .cat-links span a{display:inline-block;padding:0.6rem 1rem;background:var(--bloglo-primary);border:none;border-radius:var(--bloglo-normal-radius);color:#fff;font-size:1.3rem;font-weight:500;letter-spacing:0.06em;text-decoration:none;line-height:1;text-align:center;max-width:max-content;margin-bottom:0.4rem;}.pyml-slide-item .pyml-slider-backgrounds .post-category .cat-links span a:hover, .pyml-slide-item .pyml-slider-backgrounds .post-category .cat-links span a:focus{text-decoration:underline;}.pyml-slide-item .pyml-slider-backgrounds .post-category .cat-links span a+a{margin-left:0.4rem;}.pyml-slide-item .slide-inner{text-align:center;}.pyml-slide-item h6{margin-top:0;margin-bottom:0;line-height:1.3;}.pyml-slide-item h6 a:hover, .using-keyboard .pyml-slide-item h6 a:focus{color:var(--bloglo-primary);text-decoration:underline;}.pyml-slide-item div.entry-meta{margin-top:0.4rem;font-size:1.3rem;}.pyml-slide-item .entry-meta-elements{justify-content:center;}.pyml-slide-item .entry-meta .entry-meta-elements>span{padding:0 0.6rem;}.pyml-slide-item .entry-meta .entry-meta-elements>span::before{height:0.4rem;width:0.4rem;border-radius:50%;left:-0.6rem;}.pyml-slide-item .entry-meta a:hover, .using-keyboard .pyml-slide-item .entry-meta a:focus{text-decoration:underline;text-underline-offset:0.1rem;}.pyml-slide-item .author-avatar img{width:2.4rem;margin-right:0.6rem;}#ticker{position:relative;}@media screen and (max-width:960px){#ticker, #ticker+#hero .bloglo-hover-slider .bloglo-hero-container {margin-top: 3rem;}}.ticker-slider-items{width:100%;height:auto;display:flex;align-items:center;margin:1.8rem 0;}.bloglo-layout__boxed-separated .ticker-slider-items{padding:1rem;background-color:var(--bloglo-white);border:0.1rem solid rgba(190, 190, 190, 0.3);}.ticker-slider-items .ticker-title{position:relative;flex:0 0 auto;min-height:5.5rem;font-size:1.6rem;line-height:3.5rem;font-weight:600;padding:1rem 1.6rem;margin-right:0;text-align:center;background-color:var(--bloglo-primary);color:#fff;}.ticker-slider-items .ticker-title span.icon{margin-right:0.4rem;display:inline-block;width:3rem;height:3rem;border-radius:50%;position:relative;line-height:3rem;z-index:0;background-color:#fff;color:var(--bloglo-primary);}.ticker-slider-items .ticker-title span.icon::before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border-radius:50%;z-index:-1;-webkit-transform:scale(0.9);transform:scale(0.9);box-shadow:0 0 0 2px rgba(255, 255, 255, .1);-webkit-animation:ripperOnCircle 1.3s ease-out 75ms infinite;animation:ripperOnCircle 1.3s ease-out 75ms infinite;}.ticker-slider-items .ticker-title span.icon i{vertical-align:middle;}@-webkit-keyframes ripperOnCircle {0%{opacity:0.3;}40%{opacity:0.5;box-shadow:0 0 0 2px rgba(255, 255, 255, 0.075), 0 0 0 8px rgba(255, 255, 255, 0.2);}100% {box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.075), 0 0 0 8px rgba(255, 255, 255, 0.2);-webkit-transform: scale(1.35);transform: scale(1.35);opacity: 0;}}@keyframes ripperOnCircle {0%{opacity:0.3;}40%{opacity:0.5;box-shadow:0 0 0 2px rgba(255, 255, 255, 0.075), 0 0 0 8px rgba(255, 255, 255, 0.2);}100% {box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.075), 0 0 0 8px rgba(255, 255, 255, 0.2);-webkit-transform: scale(1.35);transform: scale(1.35);opacity: 0;}}@media(max-width:1025px){.ticker-slider-items .ticker-title span.icon {display: none;}}.ticker-slider-items .ticker-slider-box{overflow:hidden;flex:1 1 85%;background-color:var(--bloglo-primary_09);padding:5px 0;height:5.5rem;}.ticker-slide-item{position:relative;float:left;clear:none;display:flex;align-items:center;margin-right:2.6rem;}.ticker-slide-item .ticker-slider-backgrounds{width:4.6rem;height:4.6rem;margin-right:1.6rem;}.ticker-slide-item .ticker-slider-backgrounds a{width:100%;height:100%;display:block;}.ticker-slide-item .ticker-slider-backgrounds img{width:100%;height:100%;border-radius:50%;object-fit:cover;box-shadow:0 0 1.5rem rgba(0, 0, 0, 0.09);border:0.3rem solid #fff;}.ticker-slide-item .slide-inner{display:flex;flex-direction:column;}.ticker-slide-item .slide-inner h6{font-size:1.6rem;margin-bottom:0.2rem;margin-top:0.2rem;line-height:1.3;}.ticker-slide-item .slide-inner .entry-meta{font-size:1.2rem;color:#8a8a8c;margin-top:0;}.ticker-slider-controls .ticker-slider-pause{display:inline-block;font-size:1.6rem;border:none;outline:none;color:var(--bloglo-white);background-color:var(--bloglo-secondary);padding:1.83rem 1.4rem;height:100%;cursor:pointer;-webkit-transition:var(--bloglo-transition-primary);transition:var(--bloglo-transition-primary);}@media(max-width:610px){.ticker-slider-controls .ticker-slider-pause {display: none;}}.bloglo-audio-wrapper{overflow:hidden;}.hester-posts-list-widget-thumb a{overflow:visible;}.hester-posts-list-widget-thumb img{border:0.4rem solid #fff;border-radius:50%;box-shadow:0 0 1.5rem rgba(0, 0, 0, 0.09);}.wp-block-latest-posts.wp-block-latest-posts__list li{margin-bottom:1.6rem;}.widget .wp-block-latest-posts.wp-block-latest-posts__list li+li, .bloglo-sidebar-container .widget .wp-block-latest-posts.wp-block-latest-posts__list li+li{padding-top:0.5rem;}.wp-block-latest-posts__featured-image{border:0.7rem solid #fff;overflow:hidden;border-radius:50%;box-shadow:0 0 1.5rem rgba(0, 0, 0, 0.09);}.wp-block-latest-posts__featured-image:not(.alignleft, .alignright){border-radius:0.8rem;}#page .wp-block-latest-posts__featured-image.alignleft{margin-right:1em;}#page .wp-block-latest-posts__featured-image.alignright{margin-left:1em;}.wp-block-latest-posts__featured-image img{border-radius:0.8rem;}.wp-block-latest-posts__post-title{margin:1rem 0 0;display:block;font-weight:600;}@media screen and (max-width:599px){#page .wp-block-latest-posts__featured-image{width:100%;max-width:max-content;}#page .wp-block-latest-posts__featured-image.alignleft, #page .wp-block-latest-posts__featured-image.alignright {margin-left: 0;margin-right: 0;}}.widget_media_image .wp-block-image{margin-top:0;}#masthead #hester-header-inner .hester-nav>ul>li>a{font-weight:600;letter-spacing:0.8px;}.widget.hester-entry p+pre{margin-top:-2rem;}.widget_block .wp-block-cover, .wp-block-heading+.widget .menu{margin-top:0;}.hester-posts-list-widget-categories span{vertical-align:middle;}#page .widget_block+.widget_block .wp-block-social-links{margin-top:0;}#ticker+#main .bloglo-container>*{margin-top:1.6rem;}#page #colophon .wp-block-social-links {margin-bottom: 0;}[data-theme=dark]{--bloglo-white:#333333;--bloglo-secondary:#ffffff !important;}[data-theme=dark] select option{background:rgba(0,0,0,0.3);color:#fff;}[data-theme=dark] .entry-media > a .entry-media-icon .bloglo-icon,[data-theme=dark] .entry-media > a .entry-media-icon svg,[data-theme=dark] #bloglo-scroll-top svg,[data-theme=dark] .navigation .nav-links .page-numbers svg,[data-theme=dark] .navigation .nav-links .page-numbers:hover svg,[data-theme=dark] .using-keyboard .navigation .nav-links .page-numbers:focus svg{fill:#fff;}[data-theme=dark] .wp-block-search .wp-block-search__button{--bloglo-white:#ffffff;}[data-theme=dark] #comments a,[data-theme=dark] #comments .comment-meta,[data-theme=dark] #colophon .search-form .search-submit,[data-theme=dark] #main .search-form .search-submit,[data-theme=dark] .content-area a:not(.bloglo-btn,.showcoupon,.wp-block-button__link):hover,[data-theme=dark] #secondary .hester-core-custom-list-widget .bloglo-entry a:not(.bloglo-btn):hover,[data-theme=dark] .bloglo-breadcrumbs a:hover,[data-theme=dark] #add_payment_method table.cart td.actions .coupon .input-text:focus,[data-theme=dark] .woocommerce-cart table.cart td.actions .coupon .input-text:focus,[data-theme=dark] .woocommerce-checkout table.cart td.actions .coupon .input-text:focus,[data-theme=dark] input[type="date"]:focus,[data-theme=dark] input[type="email"]:focus,[data-theme=dark] input[type="password"]:focus,[data-theme=dark] input[type="search"]:focus,[data-theme=dark] input[type="tel"]:focus,[data-theme=dark] input[type="text"]:focus,[data-theme=dark] input[type="url"]:focus,[data-theme=dark] textarea:focus,[data-theme=dark] .entry-media > a .entry-media-icon .bloglo-icon,[data-theme=dark] .entry-media > a .entry-media-icon svg,[data-theme=dark] .navigation .nav-links .page-numbers:hover button,[data-theme=dark] .using-keyboard .navigation .nav-links .page-numbers:focus button,[data-theme=dark] .navigation .nav-links .page-numbers:not(.prev,.next).current,[data-theme=dark] .navigation .nav-links .page-numbers:not(.prev,.next):hover,[data-theme=dark] .using-keyboard .navigation .nav-links .page-numbers:not(.prev,.next):focus,[data-theme=dark] .page-links a:hover span,[data-theme=dark] .using-keyboard .page-links a:focus span,.page-links > span,[data-theme=dark] .bloglo-btn.btn-text-1:hover,[data-theme=dark] .bloglo-btn.btn-text-1:focus,[data-theme=dark] .btn-text-1:hover,.btn-text-1:focus,[data-theme=dark] .bloglo-header-widgets .bloglo-search-simple .bloglo-search-form button:not(.bloglo-search-close),[data-theme=dark] #bloglo-header,[data-theme=dark] .bloglo-header-widgets a:not(.bloglo-btn),[data-theme=dark] .bloglo-logo a,[data-theme=dark] .bloglo-hamburger,[data-theme=dark] h1,[data-theme=dark] h2,[data-theme=dark] h3,[data-theme=dark] h4,[data-theme=dark] h5,[data-theme=dark] h6,[data-theme=dark] .h1,[data-theme=dark] .h2,[data-theme=dark] .h3,[data-theme=dark] .h4,[data-theme=dark] .bloglo-logo .site-title,[data-theme=dark] .error-404 .page-header h1,[data-theme=dark] body,[data-theme=dark] #bloglo-header .bloglo-nav li > a{color:#ffffff;}[data-theme=dark] .woocommerce table.my_account_orders thead th,[data-theme=dark] .woocommerce table.woocommerce-table--order-downloads thead th,[data-theme=dark] .woocommerce table.woocommerce-table--order-details thead th,[data-theme=dark] .bloglo-cart-item .bloglo-x,[data-theme=dark] .woocommerce form.login .lost_password a,[data-theme=dark] .woocommerce form.register .lost_password a,[data-theme=dark] .woocommerce a.remove,[data-theme=dark] #add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination,[data-theme=dark] .woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,[data-theme=dark] .woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination,[data-theme=dark] .woocommerce ul.products li.product .bloglo-loop-product__category-wrap a,[data-theme=dark] .woocommerce ul.products li.product .bloglo-loop-product__category-wrap,[data-theme=dark] .woocommerce .woocommerce-checkout-review-order table.shop_table thead th,[data-theme=dark] #add_payment_method #payment div.payment_box,.woocommerce-cart #payment div.payment_box,[data-theme=dark] .woocommerce-checkout #payment div.payment_box,[data-theme=dark] #add_payment_method #payment ul.payment_methods .about_paypal,[data-theme=dark] .woocommerce-cart #payment ul.payment_methods .about_paypal,[data-theme=dark] .woocommerce-checkout #payment ul.payment_methods .about_paypal,[data-theme=dark] .woocommerce table dl,.woocommerce table .wc-item-meta,[data-theme=dark] .widget.woocommerce .reviewer,.woocommerce.widget_shopping_cart .cart_list li a.remove::before,[data-theme=dark] .woocommerce .widget_shopping_cart .cart_list li a.remove::before,[data-theme=dark] .woocommerce .widget_shopping_cart .cart_list li .quantity,[data-theme=dark] .woocommerce.widget_shopping_cart .cart_list li .quantity,[data-theme=dark] .woocommerce div.product .woocommerce-product-rating .woocommerce-review-link,[data-theme=dark] .woocommerce div.product .woocommerce-tabs table.shop_attributes td,[data-theme=dark] .woocommerce div.product .product_meta > span span:not(.bloglo-woo-meta-title),[data-theme=dark] .woocommerce div.product .product_meta > span a,[data-theme=dark] .woocommerce .star-rating::before,[data-theme=dark] .woocommerce div.product #reviews #comments ol.commentlist li .comment-text p.meta,[data-theme=dark] .ywar_review_count,.woocommerce .add_to_cart_inline del,[data-theme=dark] .woocommerce div.product p.price del,[data-theme=dark] .woocommerce div.product span.price del,[data-theme=dark] .woocommerce #yith-wcwl-form table.shop_table thead,[data-theme=dark] .woocommerce .woocommerce-cart-form table.shop_table thead,[data-theme=dark] .woocommerce .woocommerce-checkout-review-order table.shop_table thead,[data-theme=dark] .woocommerce div.product .woocommerce-tabs ul.tabs li a,[data-theme=dark] .woocommerce #yith-wcwl-form table.shop_table,[data-theme=dark] .woocommerce .woocommerce-cart-form table.shop_table,[data-theme=dark] .woocommerce .woocommerce-checkout-review-order table.shop_table,[data-theme=dark] .bloglo-btn.btn-text-1,[data-theme=dark] .btn-text-1,[data-theme=dark] .comment-form .comment-notes,[data-theme=dark] #comments .no-comments,[data-theme=dark] #page .wp-caption .wp-caption-text,#comments .comment-meta,[data-theme=dark] .comments-closed,[data-theme=dark] .entry-meta,[data-theme=dark] .bloglo-entry cite,[data-theme=dark] legend,[data-theme=dark] .bloglo-page-header-description,[data-theme=dark] .page-links em,[data-theme=dark] .site-content .page-links em,[data-theme=dark] .single .entry-footer .last-updated,[data-theme=dark] .single .post-nav .post-nav-title,[data-theme=dark] #main .widget_recent_comments span,[data-theme=dark] #main .widget_recent_entries span,[data-theme=dark] #main .widget_calendar table > caption,[data-theme=dark] .post-thumb-caption,[data-theme=dark] .wp-block-image figcaption,[data-theme=dark] .wp-block-embed figcaption{color:rgba(255,255,255,0.7);}[data-theme=dark] #bloglo-header .bloglo-nav .children li.current_page_ancestor > a,[data-theme=dark] #bloglo-header .bloglo-nav .children li.current_page_item > a,[data-theme=dark] #bloglo-header .bloglo-nav .children li:hover > a,[data-theme=dark] #bloglo-header .bloglo-nav .sub-menu li.current-menu-ancestor > a,[data-theme=dark] #bloglo-header .bloglo-nav .sub-menu li.current-menu-item > a,[data-theme=dark] #bloglo-header .bloglo-nav .sub-menu li:hover > a{color:rgba(255,255,255,0.7) !important;}[data-theme=dark] .entry-meta .entry-meta-elements > span::before{background-color:rgba(255,255,255,0.25);}[data-theme=dark] .bloglo-post-gallery .swiper-button-prev,[data-theme=dark] .bloglo-post-gallery .swiper-button-next,[data-theme=dark] .bloglo-vertical-slider .swiper-button-prev,[data-theme=dark] .bloglo-vertical-slider .swiper-button-next,[data-theme=dark] .bloglo-horizontal-slider .swiper-button-prev,[data-theme=dark] .bloglo-horizontal-slider .swiper-button-next,[data-theme=dark] .woocommerce #yith-wcwl-form table.shop_table th:first-child,[data-theme=dark] .woocommerce #yith-wcwl-form table.shop_table td:first-child,[data-theme=dark] .woocommerce .woocommerce-cart-form table.shop_table th:first-child,[data-theme=dark] .woocommerce .woocommerce-cart-form table.shop_table td:first-child,[data-theme=dark] .woocommerce .woocommerce-checkout-review-order table.shop_table th:first-child,[data-theme=dark] .woocommerce .woocommerce-checkout-review-order table.shop_table td:first-child,[data-theme=dark] .woocommerce #yith-wcwl-form table.shop_table td,[data-theme=dark] .woocommerce .woocommerce-cart-form table.shop_table td,[data-theme=dark] .woocommerce .woocommerce-checkout-review-order table.shop_table td,[data-theme=dark] .woocommerce #yith-wcwl-form table.shop_table tr:nth-last-child(2) td,[data-theme=dark] .woocommerce .woocommerce-cart-form table.shop_table tr:nth-last-child(2) td,[data-theme=dark] .woocommerce .cart_totals table.shop_table,[data-theme=dark] .woocommerce .cart_totals table.shop_table th,[data-theme=dark] .woocommerce .cart_totals table.shop_table td,[data-theme=dark] .bloglo-header-layout-5 #masthead+#main .bloglo-breadcrumbs,[data-theme=dark] #bloglo-topbar,[data-theme=dark] #bloglo-header-inner,[data-theme=dark] .page-header,[data-theme=dark] .bloglo-header-layout-3 .bloglo-nav-container,[data-theme=dark] .bloglo-header-layout-4 .bloglo-nav-container{border-color:rgba(255,255,255,0.08);}html[data-theme=dark] body,[data-theme=dark] .select2-dropdown,[data-theme=dark] .bloglo-header-layout-5 #masthead+#main .bloglo-breadcrumbs,[data-theme=dark] #add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice),[data-theme=dark] .woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice),[data-theme=dark] .woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice),html[data-theme=dark] .woocommerce div.product .woocommerce-tabs table.shop_attributes,[data-theme=dark] .bloglo-header-layout-4 .bloglo-nav-container,[data-theme=dark] .bloglo-header-layout-3 .bloglo-nav-container,[data-theme=dark] #bloglo-header-inner{background:#333333;}[data-theme=dark] .bloglo-hover-slider,[data-theme=dark] .select2-container--default .select2-selection--single,[data-theme=dark] .woocommerce .woocommerce-checkout-review-order table.shop_table,[data-theme=dark] .woocommerce #yith-wcwl-form table.shop_table thead th,[data-theme=dark] .woocommerce .woocommerce-cart-form table.shop_table thead th,[data-theme=dark] .woocommerce .woocommerce-checkout-review-order table.shop_table thead th,[data-theme=dark] .woocommerce .cart_totals table.shop_table .order-total th,[data-theme=dark] .woocommerce .cart_totals table.shop_table .order-total td,[data-theme=dark] .woocommerce div.product .woocommerce-tabs .wc-tab,[data-theme=dark] #page .woocommerce-error,#page .woocommerce-info,[data-theme=dark] #page .woocommerce-message,[data-theme=dark] .woocommerce div.product .woocommerce-tabs ul.tabs::before,[data-theme=dark] .woocommerce div.product .woocommerce-tabs ul.tabs::after,[data-theme=dark] .bloglo-layout__boxed-separated .ticker-slider-items,[data-theme=dark] .bloglo-layout__boxed-separated .pyml-slider-items,[data-theme=dark] .bloglo-layout__framed #page,[data-theme=dark] .bloglo-layout__boxed #page,[data-theme=dark] .bloglo-layout__boxed-separated:not(.blog,.archive,.category,.search-results) #content,[data-theme=dark] .bloglo-layout__boxed-separated.author .author-box,[data-theme=dark] .bloglo-layout__boxed-separated.single #content,[data-theme=dark] .bloglo-layout__boxed-separated.bloglo-sidebar-style-3 #secondary .bloglo-widget,[data-theme=dark] .bloglo-layout__boxed-separated.bloglo-sidebar-style-3 .elementor-widget-sidebar .bloglo-widget,[data-theme=dark] .bloglo-layout__boxed-separated.archive .bloglo-article,[data-theme=dark] .bloglo-layout__boxed-separated.blog .bloglo-article,[data-theme=dark] .bloglo-layout__boxed-separated.search-results .bloglo-article,[data-theme=dark] .bloglo-layout__boxed-separated.category .bloglo-article{background-color:rgba(0,0,0,0.3);}[data-theme=dark] .woocommerce ul.products li.product:hover,[data-theme=dark] .woocommerce ul.products li.product:focus-within,[data-theme=dark] .bloglo-layout__framed #page,[data-theme=dark] .bloglo-layout__boxed #page{-webkit-box-shadow:0 0 3.5rem rgba(0,0,0,0.4);box-shadow:0 0 3.5rem rgba(0,0,0,0.4);}[data-theme=dark] .bloglo-btn.btn-text-1 > span::before{background-color:#fff;}[data-theme=dark] .woocommerce .quantity .bloglo-woo-minus:not(:hover,:focus),[data-theme=dark] .woocommerce .quantity .bloglo-woo-plus:not(:hover,:focus){color:#333333 !important;}[data-theme=dark] .bloglo-layout__boxed-separated .ticker-slider-items,[data-theme=dark] .bloglo-layout__boxed-separated .pyml-slider-items,[data-theme=dark] .bloglo-layout__boxed-separated.bloglo-sidebar-style-3 #secondary .bloglo-widget,[data-theme=dark] .bloglo-layout__boxed-separated.archive article.bloglo-article,[data-theme=dark] .bloglo-layout__boxed-separated.blog article.bloglo-article,[data-theme=dark] .bloglo-layout__boxed-separated.category article.bloglo-article,[data-theme=dark] .bloglo-layout__boxed-separated.search-results article.bloglo-article{border-color:rgba(190,190,190,0.30);}[data-theme=dark] .bloglo-social-nav.rounded > ul > li > a > span:not(.screen-reader-text){background-color:rgba(190,190,190,0.30);}[data-theme=dark] .bloglo-blog-layout-1 .bloglo-article .entry-thumb-image,[data-theme=dark] .pyml-slide-item .pyml-slider-backgrounds .pyml-slide-bg{background-color:rgba(39,39,39,.75);}@media screen and (max-width:1024px){[data-theme=dark] .bloglo-layout__boxed-separated #page{background-color:rgba(0,0,0,0.3);}[data-theme=dark] #bloglo-header-inner .site-navigation > ul li{border-bottom-color:rgba(255,255,255,0.08);}[data-theme=dark] #bloglo-header-inner .site-navigation{background:#333333;}[data-theme=dark] .bloglo-mobile-toggen,[data-theme=dark] #bloglo-header-inner .bloglo-nav{color:rgba(255,255,255,0.7);}[data-theme=dark] #bloglo-header-inner .bloglo-nav .menu-item-has-children > a > span,[data-theme=dark] #bloglo-header-inner .bloglo-nav .page_item_has_children > a > span{border-right-color:rgba(255,255,255,0.08);}[data-theme=dark] #bloglo-header-inner .site-navigation > ul .sub-menu{background:rgba(0,0,0,0.3);}}:root{--bloglo-primary:#FC6668;--bloglo-primary_15:#fd7d7f;--bloglo-primary_27:rgba(252,102,104,0.27);--bloglo-primary_09:rgba(252,102,104,0.09);--bloglo-primary_04:rgba(252,102,104,0.04);}@media screen and (min-width:1025px){.blogtick.bloglo-header-layout-3 #bloglo-topbar+#bloglo-header .bloglo-logo-container{padding-top:0;}.blogtick.bloglo-header-layout-3 .bloglo-logo-container{padding-top:4rem;padding-bottom:1rem;margin-bottom:3.5rem;}.blogtick.bloglo-header-layout-3 .bloglo-nav-container{min-width:80rem;width:auto;max-width:max-content;margin:0 auto;border-radius:4rem;}.blogtick.bloglo-header-layout-3 .bloglo-nav-container:after{content:"";position:absolute;top:0;left:-0.4rem;right:-0.4rem;bottom:-1rem;z-index:-1;border-radius:0 0 4rem 4rem;border-bottom-width:1rem;border-bottom-style:solid;border-bottom-color:inherit;}.blogtick.bloglo-header-layout-3 .bloglo-nav-container>.bloglo-container:before,.blogtick.bloglo-header-layout-3 .bloglo-nav-container>.bloglo-container:after{content:"";position:absolute;width:2rem;height:0.4rem;background-color:#000;top:50%;margin-top:-0.2rem;}.blogtick.bloglo-header-layout-3 .bloglo-nav-container>.bloglo-container:before{left:0;}.blogtick.bloglo-header-layout-3 .bloglo-nav-container>.bloglo-container:after{right:0;}.blogtick.bloglo-header-layout-3 #bloglo-header-inner .bloglo-nav>ul{min-height:6.2rem;}.blogtick.bloglo-header-layout-3 #bloglo-header-inner .bloglo-nav>ul>li>a{font-weight:600;}.blogtick.bloglo-header-layout-3 .bloglo-logo-container .bloglo-logo:after{content:"";position:absolute;bottom:-1rem;width:32rem;height:9px;background:#000;--mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="350" height="9" viewBox="0 0 350 9"><path fill="currentColor" d="M350 6.923 347.688 9l-5.397-4.847-3.084 2.77L336.895 9l-2.313-2.077-3.084-2.77-3.084 2.77L326.102 9l-2.313-2.077-3.084-2.77-3.084 2.77L315.309 9l-2.313-2.077-3.084-2.77-3.084 2.77L304.516 9l-2.313-2.077-3.084-2.77-3.084 2.77L293.723 9l-2.313-2.077-3.084-2.77-3.084 2.77L282.93 9l-2.312-2.077-3.085-2.77-3.084 2.77L272.137 9l-2.312-2.077-3.085-2.77-3.084 2.77L261.344 9l-2.312-2.077-3.085-2.77-3.084 2.77L250.551 9l-2.312-2.077-3.085-2.77-3.084 2.77L239.758 9l-2.312-2.077-3.085-2.77-3.084 2.77L228.965 9l-2.312-2.077-3.085-2.77-3.084 2.77L218.172 9l-2.312-2.077-3.085-2.77-3.084 2.77L207.379 9l-2.312-2.077-3.085-2.77-3.084 2.77L196.586 9l-2.312-2.077-3.085-2.77-3.084 2.77L185.793 9l-2.312-2.077-3.085-2.77-3.084 2.77L175 9l-2.312-2.077-3.084-2.77-3.085 2.77L164.207 9l-2.312-2.077-3.084-2.77-3.085 2.77L153.414 9l-2.312-2.077-3.084-2.77-3.085 2.77L142.621 9l-2.312-2.077-3.084-2.77-3.085 2.77L131.828 9l-2.312-2.077-3.084-2.77-3.085 2.77L121.035 9l-2.312-2.077-3.084-2.77-3.085 2.77L110.242 9l-2.312-2.077-3.084-2.77-3.085 2.77L99.449 9l-2.312-2.077-3.084-2.77-3.084 2.77L88.656 9l-2.312-2.077-3.084-2.77-3.085 2.77L77.864 9l-2.312-2.077-3.084-2.77-3.085 2.77L67.07 9l-2.312-2.077-3.084-2.77-3.084 2.77L56.276 9l-2.312-2.077-3.084-2.77-3.084 2.77L45.484 9l-2.312-2.077-3.084-2.77-3.084 2.77L34.69 9 32.38 6.923l-3.084-2.77-3.084 2.77L23.898 9l-2.312-2.077-3.084-2.77-3.084 2.77L13.105 9l-2.312-2.077-3.084-2.77L2.312 9 0 6.923 7.709 0l5.396 4.847L18.502 0l5.396 4.847L29.295 0l5.396 4.847L40.088 0l5.396 4.847L50.881 0l5.396 4.847L61.674 0l5.396 4.847L72.467 0l5.396 4.847L83.26 0l5.396 4.847L94.053 0l5.396 4.847L104.846 0l5.396 4.847L115.639 0l5.396 4.847L126.432 0l5.396 4.847L137.225 0l5.396 4.847L148.018 0l5.396 4.847L158.811 0l5.396 4.847L169.604 0 175 4.847 180.396 0l5.397 4.847L191.189 0l5.397 4.847L201.982 0l5.397 4.847L212.775 0l5.397 4.847L223.568 0l5.397 4.847L234.361 0l5.397 4.847L245.154 0l5.397 4.847L255.947 0l5.397 4.847L266.74 0l5.397 4.847L277.533 0l5.397 4.847L288.326 0l5.397 4.847L299.119 0l5.397 4.847L309.912 0l5.397 4.847L320.705 0l5.397 4.847L331.498 0l5.397 4.847L342.291 0 350 6.923Z"/></svg>');-webkit-mask:var(--mask);mask:var(--mask);}}@media screen and (max-width:1024px){}#bloglo-topbar{background:#30373e;}#bloglo-topbar{border-color:rgba(0,0,0,0.085);border-style:solid;border-bottom-width:1px;}.bloglo-topbar-widget::after{background-color:#cccccc;}#bloglo-topbar{color:#ffffff;}.bloglo-topbar-widget__text a,.bloglo-topbar-widget .bloglo-nav > ul > li > a,.bloglo-topbar-widget__socials .bloglo-social-nav > ul > li > a,#bloglo-topbar .bloglo-topbar-widget__text .bloglo-icon{color:#ffffff;}#bloglo-topbar .bloglo-nav > ul > li > a:hover,#bloglo-topbar .bloglo-nav > ul > li.menu-item-has-children:hover > a,#bloglo-topbar .bloglo-nav > ul > li.current-menu-item > a,#bloglo-topbar .bloglo-nav > ul > li.current-menu-ancestor > a,#bloglo-topbar .bloglo-topbar-widget__text a:hover,.using-keyboard #bloglo-topbar .bloglo-topbar-widget__text a:focus,#bloglo-topbar .bloglo-social-nav > ul > li > a .bloglo-icon.bottom-icon{color:#ffffff;}#bloglo-header-inner{background:#ffffff;}.bloglo-logo .site-description{color:#66717f;}#bloglo-header,.bloglo-header-widgets a:not(.bloglo-btn),.bloglo-logo a,.bloglo-hamburger{color:#30373e;}#bloglo-header-inner{border-color:rgba(39,39,39,0.75);}.bloglo-header-widget::after{background-color:#cccccc;}@media screen and (max-width:1024px){#bloglo-header-inner .bloglo-nav{display:none;color:#000;}.bloglo-mobile-toggen,.bloglo-mobile-nav{display:inline-flex;}#bloglo-header-inner{position:relative;}#bloglo-header-inner .bloglo-nav > ul > li > a{color:inherit;}#bloglo-header-inner .bloglo-nav-container{position:static;border:none;}#bloglo-header-inner .site-navigation{display:none;position:absolute;top:100%;width:100%;height:100%;min-height:100vh;left:0;right:0;margin:-1px 0 0;background:#FFF;border-top:1px solid #eaeaea;box-shadow:0 15px 25px -10px rgba(50,52,54,0.125);z-index:999;font-size:1.7rem;padding:0;}.bloglo-header-layout-5 #bloglo-header-inner .site-navigation{min-height:unset;border-radius:15px;height:unset;}#bloglo-header-inner .site-navigation > ul{overflow-y:auto;max-height:68vh;display:block;}#bloglo-header-inner .site-navigation > ul > li > a{padding:0 !important;}#bloglo-header-inner .site-navigation > ul li{display:block;width:100%;padding:0;margin:0;margin-left:0 !important;}#bloglo-header-inner .site-navigation > ul .sub-menu{position:static;display:none;border:none;box-shadow:none;border:0;opacity:1;visibility:visible;font-size:1.7rem;transform:none;background:#f8f8f8;pointer-events:all;min-width:initial;left:0;padding:0;margin:0;border-radius:0;line-height:inherit;}#bloglo-header-inner .site-navigation > ul .sub-menu > li > a > span{padding-left:50px !important;}#bloglo-header-inner .site-navigation > ul .sub-menu .sub-menu > li > a > span{padding-left:70px !important;}#bloglo-header-inner .site-navigation > ul .sub-menu a > span{padding:10px 30px 10px 50px;}#bloglo-header-inner .site-navigation > ul a{padding:0;position:relative;background:none;}#bloglo-header-inner .site-navigation > ul li{border-bottom:1px solid #eaeaea;}#bloglo-header-inner .site-navigation > ul > li:last-child{border-bottom:0;}#bloglo-header-inner .site-navigation > ul a > span{padding:10px 30px !important;width:100%;display:block;}#bloglo-header-inner .site-navigation > ul a > span::after,#bloglo-header-inner .site-navigation > ul a > span::before{display:none !important;}#bloglo-header-inner .site-navigation > ul a > span.description{display:none;}#bloglo-header-inner .site-navigation > ul .menu-item-has-children > a{display:inline-flex;width:100%;max-width:calc(100% - 50px);}#bloglo-header-inner .bloglo-nav .menu-item-has-children>a > span,#bloglo-header-inner .bloglo-nav .page_item_has_children>a > span{border-right:1px solid rgba(0,0,0,.09);}#bloglo-header-inner .bloglo-nav .menu-item-has-children>a > .bloglo-icon,#bloglo-header-inner .bloglo-nav .page_item_has_children>a > .bloglo-icon{transform:none;width:50px;margin:0;position:absolute;right:0;pointer-events:none;height:1em;display:none;}.bloglo-header-layout-3 .bloglo-widget-location-left .dropdown-item{left:auto;right:-7px;}.bloglo-header-layout-3 .bloglo-widget-location-left .dropdown-item::after{left:auto;right:8px;}.bloglo-nav .sub-menu li.current-menu-item > a{font-weight:500;}.bloglo-mobile-toggen{width:50px;height:1em;background:none;border:none;cursor:pointer;}.bloglo-mobile-toggen .bloglo-icon{transform:none;width:50px;margin:0;position:absolute;right:0;pointer-events:none;height:1em;}#bloglo-header-inner .site-navigation > ul .menu-item-has-children.bloglo-open > .bloglo-mobile-toggen > .bloglo-icon{transform:rotate(180deg);}}.bloglo-nav.bloglo-header-element,.bloglo-header-layout-1 .bloglo-header-widgets,.bloglo-header-layout-2 .bloglo-header-widgets{font-size:1.7rem;}#colophon{background:#fff9f3;}#colophon{color:#94979e;}#colophon a{color:#44464b;}#colophon a:not(.bloglo-btn):hover,.using-keyboard #colophon a:not(.bloglo-btn):focus,#colophon li.current_page_item > a,#colophon .bloglo-social-nav > ul > li > a .bloglo-icon.bottom-icon{color:#ff4c60;}#colophon .widget-title,#colophon .wp-block-heading{color:#131315;}#colophon{border-top-width:1px;border-top-style:solid;border-top-color:#ffe7d2;}#secondary{width:30%;}body:not(.bloglo-no-sidebar) #primary{max-width:70%;}.bloglo-layout__boxed-separated .ticker-slider-items,.bloglo-layout__boxed-separated .pyml-slider-items,.bloglo-layout__boxed-separated.author .author-box,.bloglo-layout__boxed-separated #content,.bloglo-layout__boxed-separated.bloglo-sidebar-style-3 #secondary .bloglo-widget,.bloglo-layout__boxed-separated.bloglo-sidebar-style-3 .elementor-widget-sidebar .bloglo-widget,.bloglo-layout__boxed-separated.archive .bloglo-article,.bloglo-layout__boxed-separated.blog .bloglo-article,.bloglo-layout__boxed-separated.search-results .bloglo-article,.bloglo-layout__boxed-separated.category .bloglo-article{background-color:#ffffff;}.bloglo-layout__boxed #page{background-color:#ffffff;}body{color:#212121;}:root{--bloglo-secondary_38:#212121;}.comment-form .comment-notes,#comments .no-comments,#page .wp-caption .wp-caption-text,#comments .comment-meta,.comments-closed,.entry-meta,.bloglo-entry cite,legend,.bloglo-page-header-description,.page-links em,.site-content .page-links em,.single .entry-footer .last-updated,.single .post-nav .post-nav-title,#main .widget_recent_comments span,#main .widget_recent_entries span,#main .widget_calendar table > caption,.post-thumb-caption,.wp-block-image figcaption,.wp-block-embed figcaption{color:#212121;}#content textarea,#content input[type="text"],#content input[type="number"],#content input[type="email"],#content input[type=password],#content input[type=tel],#content input[type=url],#content input[type=search],#content input[type=date]{background-color:;}.bloglo-sidebar-style-3 #secondary .bloglo-widget{border-color:;}.entry-meta .entry-meta-elements > span:before{background-color:;}.content-area a:not(.bloglo-btn,.wp-block-button__link,.page-numbers,[rel^=category]):hover,#secondary .hester-core-custom-list-widget .bloglo-entry a:not(.bloglo-btn):hover,.bloglo-breadcrumbs a:hover{color:#94979e;}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.bloglo-logo .site-title,.error-404 .page-header h1{color:#333333;}:root{--bloglo-secondary:#333333;}.bloglo-container,.alignfull.bloglo-wrap-content > div{max-width:1420px;}.bloglo-layout__boxed #page,.bloglo-layout__boxed.bloglo-sticky-header.bloglo-is-mobile #bloglo-header-inner,.bloglo-layout__boxed.bloglo-sticky-header:not(.bloglo-header-layout-3,.bloglo-header-layout-4) #bloglo-header-inner,.bloglo-layout__boxed.bloglo-sticky-header:not(.bloglo-is-mobile).bloglo-header-layout-4 #bloglo-header-inner .bloglo-nav-container > .bloglo-container,.bloglo-layout__boxed.bloglo-sticky-header:not(.bloglo-is-mobile).bloglo-header-layout-3 #bloglo-header-inner .bloglo-nav-container > .bloglo-container{max-width:1520px;}.bloglo-logo img{max-height:45px;}.bloglo-logo img.bloglo-svg-logo{height:45px;}.bloglo-logo .logo-inner{margin-top:25px;margin-right:3px;margin-bottom:25px;}@media only screen and (max-width:768px){.bloglo-logo .logo-inner{margin-top:25px;margin-right:1px;margin-bottom:25px;}}@media only screen and (max-width:480px){.bloglo-logo .logo-inner{}}.bloglo-tsp-header .bloglo-logo img{max-height:45px;}.bloglo-tsp-header .bloglo-logo img.bloglo-svg-logo{height:45px;}.bloglo-tsp-header .bloglo-logo .logo-inner{}@media only screen and (max-width:768px){.bloglo-tsp-header .bloglo-logo .logo-inner{}}@media only screen and (max-width:480px){.bloglo-tsp-header .bloglo-logo .logo-inner{}}.bloglo-breadcrumbs{padding-top:15px;padding-bottom:15px;}@media only screen and (max-width:768px){.bloglo-breadcrumbs{}}@media only screen and (max-width:480px){.bloglo-breadcrumbs{}}.bloglo-breadcrumbs{background:#fff9f3;}.bloglo-breadcrumbs{border-color:#ffe7d2;border-style:solid;border-top-width:1px;border-bottom-width:1px;}#bloglo-copyright{background:#fff9f3;}#bloglo-copyright{color:#333333;}#bloglo-copyright a{color:#333333;}#bloglo-copyright a:hover,.using-keyboard #bloglo-copyright a:focus,#bloglo-copyright .bloglo-social-nav > ul > li > a .bloglo-icon.bottom-icon,#bloglo-copyright .bloglo-nav > ul > li.current-menu-item > a,#bloglo-copyright .bloglo-nav > ul > li.current-menu-ancestor > a,#bloglo-copyright .bloglo-nav > ul > li:hover > a{color:#FC6668;}#bloglo-copyright.contained-separator > .bloglo-container::before{background-color:rgba(0,0,0,0.1);}#bloglo-copyright.fw-separator{border-top-color:rgba(0,0,0,0.1);}html{font-size:62.5%;}@media only screen and (max-width:768px){html{font-size:53%;}}@media only screen and (max-width:480px){html{font-size:50%;}}*{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;}body{font-weight:400;font-family:"Be Vietnam Pro",Helvetica,Arial,sans-serif;font-size:1.7rem;line-height:1.75;}h1,.h1,.bloglo-logo .site-title,.page-header .page-title,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{font-weight:700;font-style:normal;text-transform:none;text-decoration:none;}h1,.h1,.bloglo-logo .site-title,.page-header .page-title{font-weight:700;font-size:4rem;line-height:1.1;}h2,.h2{font-weight:700;font-size:3.6rem;line-height:1.2;}h3,.h3{font-weight:700;font-size:2.8rem;line-height:1.2;}h4,.h4{font-weight:700;font-size:2.4rem;line-height:1.2;}h5,.h5{font-weight:700;font-size:2rem;line-height:1.2;}h6,.h6{font-weight:600;font-size:1.8rem;line-height:1.72;}h1 em,h2 em,h3 em,h4 em,h5 em,h6 em,.h1 em,.h2 em,.h3 em,.h4 em,.h5 em,.h6 em,.bloglo-logo .site-title em,.error-404 .page-header h1 em{font-style:italic;font-family:"Playfair Display",Georgia,serif;}h1 em,h2 em,h3 em,h4 em,h5 em,h6 em,.h1 em,.h2 em,.h3 em,.h4 em,.h5 em,.h6 em,.bloglo-logo .site-title em,.error-404 .page-header h1 em{font-style:italic;font-family:"Playfair Display",Georgia,serif;}#bloglo-header .bloglo-logo .site-title{font-size:4rem;}#main .widget-title,.widget-area .wp-block-heading{font-size:1.8rem;}#colophon .widget-title,#colophon .wp-block-heading{font-size:2rem;}.bloglo-single-title-in-page-header #page .page-header .bloglo-page-header-wrapper{padding-top:152px;padding-bottom:100px;}@media only screen and (max-width:768px){.bloglo-single-title-in-page-header #page .page-header .bloglo-page-header-wrapper{padding-top:90px;padding-bottom:55px;}}@media only screen and (max-width:480px){.bloglo-single-title-in-page-header #page .page-header .bloglo-page-header-wrapper{}}.bloglo-btn,body:not(.wp-customizer) input[type=submit],.site-main .woocommerce #respond input#submit,.site-main .woocommerce a.button,.site-main .woocommerce button.button,.site-main .woocommerce input.button,.woocommerce ul.products li.product .added_to_cart,.woocommerce ul.products li.product .button,.woocommerce div.product form.cart .button,.woocommerce #review_form #respond .form-submit input,#infinite-handle span{color:#fff;border-color:var(--bloglo-primary);border-width:0.1rem;}{color:#fff;border-color:#ff4c60;}.bloglo-btn,body:not(.wp-customizer) input[type=submit],.site-main .woocommerce #respond input#submit,.site-main .woocommerce a.button,.site-main .woocommerce button.button,.site-main .woocommerce input.button,.woocommerce ul.products li.product .added_to_cart,.woocommerce ul.products li.product .button,.woocommerce div.product form.cart .button,.woocommerce #review_form #respond .form-submit input,#infinite-handle span{font-weight:500;font-family:"Plus Jakarta Sans",Helvetica,Arial,sans-serif;font-size:1.8rem;line-height:1.6;}input[type="reset"],.btn-secondary,.bloglo-btn.btn-secondary{color:#FFFFFF;border-color:rgba(0,0,0,0.12);border-width:0.1rem;background-color:#212121;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;}.btn-secondary:hover,.btn-secondary:focus,.bloglo-btn.btn-secondary:hover,.bloglo-btn.btn-secondary:focus{color:#FFFFFF;border-color:rgba(0,0,0,0.12);background-color:#3e4750;}input[type="reset"],.btn-secondary,.bloglo-btn.btn-secondary{font-weight:500;font-family:"Plus Jakarta Sans",Helvetica,Arial,sans-serif;font-size:1.8rem;line-height:1.6;}.bloglo-btn.btn-text-1,.btn-text-1{color:#212121;}.bloglo-btn.btn-text-1:hover,.bloglo-btn.btn-text-1:focus,.btn-text-1:hover,.btn-text-1:focus{color:#FC6668;}.bloglo-btn.btn-text-1 > span::before{background-color:#FC6668;}.bloglo-btn.btn-text-1:hover,.bloglo-btn.btn-text-1:focus,.btn-text-1:hover,.btn-text-1:focus{color:#1E293B;}.bloglo-btn.btn-text-1 > span::before{background-color:#1E293B;}.bloglo-btn.btn-text-1,.btn-text-1{font-weight:500;font-family:"Plus Jakarta Sans",Helvetica,Arial,sans-serif;font-size:1.6rem;line-height:1.5;}