﻿:root{--tempone-color-primary: #2d232e;--tempone-color-primary-rgb: 45, 35, 46;--tempone-color-secondary: #474448;--tempone-color-secondary-rgb: 71, 68, 72;--tempone-color-body: #1e2d2f;--tempone-color-body-rgb: 30, 45, 47;--tempone-color-light: #f1f0ea;--tempone-color-light-rgb: 241, 240, 234;--tempone-color-dark: #1a1a1a;--tempone-color-dark-rgb: 26, 26, 26;--tempone-color-accent: #e0ddcf;--tempone-color-accent-rgb: 224, 221, 207;--tempone-color-white: #ffffff;--tempone-color-black: #000000}*,*::before,*::after{box-sizing:border-box}html{font-size:100%;scroll-behavior:smooth}body{margin:0;min-height:100vh;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.75;color:var(--tempone-color-body);background-color:var(--tempone-color-light);-webkit-font-smoothing:antialiased}a{color:var(--tempone-color-primary);text-decoration:none;transition:color .2s ease}a:hover,a:focus{color:var(--tempone-color-secondary)}p{margin:0 0 1.25rem;font-size:1rem;color:var(--tempone-color-body)}h1,h2,h3,h4,h5,h6{font-family:"Poppins","Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--tempone-color-primary);margin:0 0 .75rem;line-height:1.2}h1{font-size:clamp(2.5rem,4vw,3rem)}h2{font-size:clamp(2rem,3vw,2.5rem)}h3{font-size:clamp(1.5rem,2.4vw,2rem)}h4{font-size:1.25rem}h5{font-size:1.1rem}h6{font-size:1rem;letter-spacing:.04em;text-transform:uppercase}ul,ol{margin:0 0 1.5rem 1.25rem;padding:0;color:var(--tempone-color-body)}img{max-width:100%;height:auto;display:block}button,input,textarea,select{font:inherit;color:inherit;background-color:var(--tempone-color-white);border-radius:0}button{cursor:pointer;border:none}::selection{background-color:rgba(var(--tempone-color-primary-rgb), 0.12);color:var(--tempone-color-primary)}hr{border:0;border-top:1px solid rgba(var(--tempone-color-primary-rgb), 0.1);margin:2rem 0}.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.container{max-width:1280px;margin:0 auto;padding:0 1rem}@media(min-width: 1024px){.container{padding:0 2rem}}.site-main{width:100%}@media(max-width: 782px){#primary{display:block;width:100%;height:auto;max-width:100vw;overflow:hidden;height:max-content}}.site-header{background-color:var(--tempone-color-white);border-bottom:1px solid rgba(var(--tempone-color-primary-rgb), 0.08);font-family:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.site-header__top{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0;border-bottom:1px solid rgba(var(--tempone-color-primary-rgb), 0.06);flex-wrap:wrap}.site-header__brand{display:flex;align-items:center;gap:1rem}.site-header__logo img{display:block;height:40px;width:auto}.site-header__menu-toggle{appearance:none;border:0;background:rgba(0,0,0,0);font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:var(--tempone-color-secondary);display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:600;padding:.25rem .25rem .25rem 0}.site-header__menu-toggle svg{width:30px;height:30px;color:var(--tempone-color-black)}.site-header__menu-icon{width:20px;height:2px;background-color:currentColor;display:inline-block;position:relative}.site-header__menu-icon::before,.site-header__menu-icon::after{content:"";position:absolute;left:0;width:100%;height:2px;background-color:currentColor}.site-header__menu-icon::before{top:-6px}.site-header__menu-icon::after{top:6px}.site-header__secondary-nav{flex:1;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.site-header__secondary-nav::-webkit-scrollbar{display:none}.site-header__actions{display:none}@media(min-width: 1024px){.site-header__actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;justify-content:flex-end}}.site-header__action{font-size:.82rem;font-weight:600;text-transform:uppercase;padding:.55rem 1.4rem;border-radius:3px;border:1px solid rgba(0,0,0,0);display:inline-flex;align-items:center;gap:.4rem;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.site-header__action--subscribe{background-color:var(--tempone-color-primary);border-color:var(--tempone-color-primary);color:var(--tempone-color-white)}.site-header__action--subscribe:hover{background-color:rgba(var(--tempone-color-primary-rgb), 0.85);border-color:rgba(var(--tempone-color-primary-rgb), 0.85)}.site-header__action--login{border-color:var(--tempone-color-primary);color:var(--tempone-color-primary);background-color:rgba(0,0,0,0)}.site-header__action--login:hover{background-color:rgba(var(--tempone-color-primary-rgb), 0.05)}.site-header__action-icon{display:inline-block}.site-header__menus{border-top:1px solid var(--tempone-color-light)}.site-header__bottom{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:.75rem 0;position:relative}.site-header__primary-nav{flex:1;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.site-header__primary-nav::-webkit-scrollbar{display:none}@media(max-width: 767px){.site-header__primary-nav{overflow:visible}}@media(min-width: 768px){.site-header__primary-nav{overflow:visible}}.site-header__search{margin-left:auto;display:flex;align-items:center;gap:.5rem;border:1px solid var(--tempone-color-light);border-radius:999px;padding:.2rem .25rem .2rem 1rem;max-width:260px;width:100%;transition:all .4s cubic-bezier(0.4, 0, 0.2, 1);position:relative}@media(min-width: 768px){.site-header__search{width:44px;max-width:44px;padding:0;border-color:rgba(0,0,0,0);gap:0}.site-header__search.is-expanded{width:260px;max-width:260px;padding:.2rem .25rem .2rem 1rem;border-color:var(--tempone-color-light);gap:.5rem}}.site-header__search input{border:0;background:rgba(0,0,0,0);font-size:.9rem;flex:1;color:var(--tempone-color-body);opacity:1;transition:opacity .3s ease .1s}.site-header__search input:focus{outline:none}@media(min-width: 768px){.site-header__search input{position:absolute;width:0;opacity:0;pointer-events:none;transition:opacity .2s ease}}@media(min-width: 768px){.site-header__search.is-expanded input{position:static;width:auto;opacity:1;pointer-events:auto;transition:opacity .3s ease .15s}}.site-header__search button{border:0;background:var(--tempone-color-light);border-radius:999px;width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;position:relative;flex-shrink:0;transition:background-color .2s ease;color:var(--tempone-color-secondary)}.site-header__search button svg{width:16px;height:16px;display:block}@media(min-width: 768px){.site-header__search button svg{width:18px;height:18px}}@media(min-width: 768px){.site-header__search button{width:44px;height:44px;background:var(--tempone-color-primary);color:var(--tempone-color-white)}.site-header__search button:hover{background:var(--tempone-color-secondary)}}@media(min-width: 768px){.site-header__search.is-expanded button{background:var(--tempone-color-light);color:var(--tempone-color-secondary)}.site-header__search.is-expanded button:hover{background:var(--tempone-color-light)}}.header-menu{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:1.5rem}.header-menu li{margin:0;position:relative}@media(max-width: 767px){.header-menu li{width:max-content;position:relative}}.header-menu a{font-size:.92rem;font-weight:500;color:var(--tempone-color-secondary);text-decoration:none;padding-bottom:.4rem;display:inline-flex;transition:color .2s ease,border-color .2s ease;border-bottom:2px solid rgba(0,0,0,0);width:max-content}.header-menu a:hover,.header-menu a:focus{color:var(--tempone-color-primary);border-bottom-color:var(--tempone-color-primary)}.header-menu .sub-menu{list-style:none;margin:0;padding:0;display:none;position:absolute;top:100%;left:0;min-width:220px;background:var(--tempone-color-primary);box-shadow:0 4px 12px rgba(0,0,0,.15);z-index:1000;padding:.5rem 0}@media(max-width: 767px){.header-menu .sub-menu{position:fixed;background:var(--tempone-color-white);box-shadow:0 4px 12px rgba(0,0,0,.1);border:1px solid var(--tempone-color-light);min-width:200px;padding:.5rem 0;z-index:9999}}.header-menu .sub-menu li{margin:0;width:100%}@media(max-width: 767px){.header-menu .sub-menu li{width:auto}}.header-menu .sub-menu a{padding:.75rem 1.25rem;border-bottom:0;color:var(--tempone-color-white);font-size:.875rem;display:block;width:100%;white-space:nowrap}@media(max-width: 767px){.header-menu .sub-menu a{color:var(--tempone-color-secondary);padding:.5rem 0}}.header-menu .sub-menu a:hover,.header-menu .sub-menu a:focus{background:hsla(0,0%,100%,.1);color:var(--tempone-color-white)}@media(max-width: 767px){.header-menu .sub-menu a:hover,.header-menu .sub-menu a:focus{background:rgba(0,0,0,0);color:var(--tempone-color-primary)}}@media(min-width: 768px){.header-menu .menu-item-has-children:hover>.sub-menu,.header-menu .menu-item-has-children:focus-within>.sub-menu{display:block}.header-menu .menu-item-has-children>a{display:inline-flex;align-items:center;gap:.5rem}.header-menu .menu-item-has-children>a::after{content:"";display:block;width:0;height:0;border-left:4px solid rgba(0,0,0,0);border-right:4px solid rgba(0,0,0,0);border-top:4px solid currentColor;flex-shrink:0}}@media(max-width: 767px){.header-menu .menu-item-has-children>a{position:relative;padding-right:2rem}.header-menu .menu-item-has-children>a::after{content:"+";position:absolute;right:0;top:36%;transform:translateY(-50%);font-size:1.25rem;font-weight:400;line-height:1}.header-menu .menu-item-has-children.is-open>a::after{content:"−"}.header-menu .menu-item-has-children.is-open>.sub-menu{display:block}}.header-menu--secondary{font-size:.78rem;text-transform:uppercase;letter-spacing:.05em;color:rgba(var(--tempone-color-body-rgb), 0.65);gap:1rem;flex-wrap:nowrap}.header-menu--secondary li+li::before{content:"";position:absolute;left:-0.5rem;top:50%;transform:translateY(-50%);width:1px;height:14px;background-color:rgba(var(--tempone-color-primary-rgb), 0.08)}.header-menu--secondary a{padding-bottom:0;border-bottom:0;color:inherit;white-space:nowrap}.header-menu--primary{color:var(--tempone-color-primary);flex-wrap:nowrap}@media(max-width: 767px){.header-menu--primary{overflow-x:auto;overflow-y:visible;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch}.header-menu--primary::-webkit-scrollbar{display:none}}@media(min-width: 1024px){.site-header__menu-toggle{display:none}}@media(max-width: 767px){.site-header__top{flex-direction:column;align-items:flex-start}.site-header__actions{width:100%;justify-content:flex-start}.site-header__secondary-nav{width:100%;order:3}.site-header__menus{display:none}.site-header__menus.is-open{display:block}.site-header__bottom{flex-direction:column;align-items:flex-start;gap:1rem}.site-header__search{max-width:100%;margin-left:0;width:100%}.site-header__primary-nav{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.site-header__primary-nav::-webkit-scrollbar{display:none}.site-header__primary-nav .header-menu--primary{flex-wrap:nowrap;min-width:min-content}.site-header__brand a.custom-logo-link img{max-width:80%}}@media(min-width: 768px)and (max-width: 1023px){.site-header__menu-toggle{display:none}.site-header__menus{display:block}}.site-footer{background-color:var(--tempone-color-black);color:var(--tempone-color-light);padding-top:3rem;margin-top:3rem}.site-footer a{color:inherit}.site-footer .container{padding-bottom:2rem}.site-footer__top{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:3rem;align-items:flex-start}.site-footer__logo{margin-bottom:1rem}.site-footer__logo .custom-logo-link,.site-footer__logo .site-footer__logo-text{display:inline-flex;align-items:center;font-weight:700;font-size:1.5rem;color:var(--tempone-color-light)}.site-footer__logo img{max-height:48px;width:auto;filter:brightness(0) invert(1)}.site-footer__company{font-size:1rem;font-weight:600;letter-spacing:.02em;margin:0 0 .35rem}.site-footer__description{margin:0 0 .75rem;color:rgba(var(--tempone-color-light-rgb), 0.7);line-height:1.6}.site-footer__about-link{display:inline-flex;align-items:center;gap:.4rem;text-transform:uppercase;font-size:.85rem;letter-spacing:.08em;color:var(--tempone-color-light)}.site-footer__contact{margin-top:1.5rem}.site-footer__contact h3{text-transform:uppercase;letter-spacing:.08em;font-size:.9rem;margin-bottom:.75rem;color:rgba(var(--tempone-color-light-rgb), 0.8);font-weight:600}.site-footer__contact ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem;font-size:.95rem}.site-footer__contact ul span{display:inline-block;min-width:90px;color:rgba(var(--tempone-color-light-rgb), 0.7);text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;font-weight:600}.site-footer__contact ul li{color:var(--tempone-color-light)}.site-footer__contact ul a{text-decoration:underline;color:var(--tempone-color-light);transition:color .2s ease}.site-footer__contact ul a:hover,.site-footer__contact ul a:focus{color:var(--tempone-color-accent)}.site-footer__menu-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(180px, 1fr));gap:2.5rem}.site-footer__menu h4{margin:0 0 1rem;text-transform:uppercase;letter-spacing:.08em;font-size:.9rem;color:var(--tempone-color-light)}.site-footer__menu-list{list-style:none;margin:0;padding:0;column-count:2;column-gap:1.5rem}.site-footer__menu-list li{break-inside:avoid;margin-bottom:.5rem}.site-footer__menu-list a{font-size:.95rem;color:rgba(var(--tempone-color-light-rgb), 0.85);transition:color .2s ease}.site-footer__menu-list a:hover,.site-footer__menu-list a:focus{color:var(--tempone-color-accent)}.site-footer__divider{margin:2.5rem 0 1.5rem;height:1px;background-color:rgba(var(--tempone-color-light-rgb), 0.15)}.site-footer__bottom{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-between}.site-footer__bottom-brand{display:flex;align-items:center;gap:.75rem;font-weight:600;font-size:1rem}.site-footer__bottom-brand img{max-height:32px;width:auto;filter:brightness(0) invert(1)}.site-footer__bottom-brand span{color:rgba(var(--tempone-color-light-rgb), 0.8)}.site-footer__follow{display:flex;align-items:center;gap:.75rem}.site-footer__follow-label{text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;color:rgba(var(--tempone-color-light-rgb), 0.8)}.site-footer__follow-icons{display:flex;gap:.5rem}.site-footer__follow-icon{width:36px;height:36px;border-radius:999px;border:1px solid rgba(var(--tempone-color-light-rgb), 0.4);display:inline-flex;align-items:center;justify-content:center;color:var(--tempone-color-light);font-weight:700;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.site-footer__follow-icon:hover,.site-footer__follow-icon:focus{background-color:var(--tempone-color-light);color:var(--tempone-color-black);border-color:var(--tempone-color-light)}.site-footer__follow-icon svg{width:16px;height:16px}.site-footer__bottom-menu{flex:1}.site-footer__bottom-list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:1rem;font-size:.85rem}.site-footer__bottom-list a{color:rgba(var(--tempone-color-light-rgb), 0.8)}.site-footer__copyright{margin-top:1.5rem;text-align:center;font-size:.85rem;color:rgba(var(--tempone-color-light-rgb), 0.6)}.site-footer__credit{display:inline-block;margin-left:.5rem}.site-footer__credit::before{content:"|";margin-right:.5rem;color:rgba(var(--tempone-color-light-rgb), 0.4)}.site-footer__credit a{color:rgba(var(--tempone-color-light-rgb), 0.8);text-decoration:none;transition:color .2s ease}.site-footer__credit a:hover{color:var(--tempone-color-accent)}@media(max-width: 768px){.site-footer{padding-top:2rem}.site-footer__bottom{flex-direction:column;align-items:flex-start}.site-footer__bottom-list{flex-direction:column;gap:.5rem}.site-footer__follow{flex-direction:column;align-items:flex-start}.site-footer__follow-icons{flex-wrap:wrap}}.ane-pagination{margin:3rem 0;display:flex;justify-content:center}.ane-pagination__list{list-style:none;display:flex;gap:.5rem;padding:0;margin:0}.ane-pagination__list li{list-style:none}.ane-pagination__list a,.ane-pagination__list span{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:8px;border:1px solid rgba(var(--tempone-color-primary-rgb), 0.15);color:var(--tempone-color-body);font-weight:600;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.ane-pagination__list .is-active a,.ane-pagination__list .is-active span,.ane-pagination__list a:hover,.ane-pagination__list a:focus{background-color:var(--tempone-color-primary);border-color:var(--tempone-color-primary);color:var(--tempone-color-light)}.ane-pagination__icon{font-size:1.2rem;line-height:1}.ane-breadcrumbs{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;color:rgba(var(--tempone-color-body-rgb), 0.7)}.ane-breadcrumbs ol{margin:0;padding:0;list-style:none;display:inline-flex;flex-wrap:wrap;align-items:center;gap:.5rem}.ane-breadcrumbs a{display:inline-flex;align-items:center;gap:.3rem;color:var(--tempone-color-primary);font-weight:600}.ane-breadcrumbs li{display:inline-flex;align-items:center;gap:.35rem;color:rgba(var(--tempone-color-body-rgb), 0.8)}.ane-breadcrumbs__sep{margin:0 .25rem;color:rgba(var(--tempone-color-body-rgb), 0.4)}.ane-breadcrumbs__home-icon{width:20px;height:20px;border:1.5px solid currentColor;border-bottom:none;transform:rotate(45deg);position:relative;display:inline-block}.ane-breadcrumbs__home-icon::after{content:"";position:absolute;width:12px;height:9px;background-color:currentColor;bottom:-10px;left:50%;transform:translateX(-50%)}.post-classic__link{display:block;text-decoration:none;color:inherit;transition:color .2s ease}.post-classic__link:hover{color:var(--tempone-color-dark)}.post-classic__thumbnail{margin-bottom:.75rem;overflow:hidden}.post-classic__thumbnail a{display:block}.post-classic__image{width:100%;height:auto;object-fit:cover;transition:transform .3s ease}.post-classic__thumbnail a:hover .post-classic__image{transform:scale(1.05)}.post-classic__content{display:flex;flex-direction:column;gap:.5rem;padding:0 1rem}@media(min-width: 1024px){.post-classic__content{padding:0}}.post-classic__meta{display:flex;align-items:center;gap:.5rem;font-size:.75rem;margin-bottom:.5rem}.post-classic__category{display:inline-block;text-transform:uppercase;font-weight:600;color:var(--tempone-color-dark)}.post-classic__title{font-size:1rem;font-weight:600;line-height:1.4}@media(min-width: 1024px){.post-classic__title{font-size:1.1rem;font-weight:700;line-height:1.25}}.post-classic__title a{color:var(--tempone-color-dark);text-decoration:none}.post-classic__title a:hover{color:var(--tempone-color-dark)}.post-classic .post-time{font-size:.75rem;color:var(--tempone-color-secondary)}.post-title-only{margin-bottom:.75rem}.post-title-only__link{display:block;text-decoration:none}.post-title-only__title{font-size:1rem;font-weight:600;line-height:1.4;margin-bottom:.25rem;color:var(--tempone-color-dark);transition:color .2s ease}.post-title-only__link:hover .post-title-only__title{color:var(--tempone-color-dark)}.post-title-only .post-time{font-size:.75rem;color:var(--tempone-color-secondary)}.post-image-side{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--tempone-color-light)}.post-image-side:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}.post-image-side__wrapper{display:flex;gap:1rem}.post-image-side__link{display:block;text-decoration:none;color:inherit}.post-image-side__thumbnail{flex-shrink:0;width:6rem;height:6rem;overflow:hidden}.post-image-side__image{width:100%;height:100%;object-fit:cover}.post-image-side__content{flex:1;min-width:0;display:flex;flex-direction:column;gap:.25rem}.post-image-side__title{font-size:1.03rem;font-weight:600;line-height:1.3;margin-bottom:.375rem;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media(max-width: 640px){.post-image-side__title{font-size:.937rem;line-height:1.25}}.post-image-side__title a{color:var(--tempone-color-body);text-decoration:none;transition:color .2s ease}.post-image-side__title a:hover{color:var(--tempone-color-dark)}.post-image-side .post-time{font-size:.75rem;color:var(--tempone-color-secondary)}.post-default{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--tempone-color-light)}.post-default:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}.post-default__link{display:block;text-decoration:none;color:inherit}.post-default__wrapper{display:flex;gap:1rem}@media(max-width: 640px){.post-default__wrapper{flex-direction:column}}.post-default__thumbnail{flex-shrink:0;width:12rem;height:9rem;overflow:hidden}@media(max-width: 640px){.post-default__thumbnail{width:100%;height:12rem}}.post-default__thumbnail a{display:block;width:100%;height:100%}.post-default__image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.post-default__thumbnail a:hover .post-default__image{transform:scale(1.05)}.post-default__content{flex:1;min-width:0;display:flex;flex-direction:column;gap:.5rem}.post-default__meta{display:flex;align-items:center;gap:.5rem;font-size:.75rem}.post-default__category{display:inline-block;text-transform:uppercase;font-weight:600;color:var(--tempone-color-dark)}.post-default__title{font-size:1.25rem;font-weight:700;line-height:1.25}.post-default__title a{color:var(--tempone-color-body);text-decoration:none;transition:color .2s ease}.post-default__title a:hover{color:var(--tempone-color-dark)}.post-default .post-time{font-size:.75rem;color:var(--tempone-color-secondary)}.post-overlay{position:relative;overflow:hidden;background-size:cover;background-position:center;aspect-ratio:16/9;max-height:100%}.post-overlay__link{color:inherit;text-decoration:none;transition:opacity .2s ease}.post-overlay__link:hover{opacity:.9;text-decoration:underline}.post-overlay__gradient{position:absolute;inset:0;z-index:10;background:linear-gradient(to top, rgba(var(--tempone-color-body-rgb), 0.9) 0%, rgba(var(--tempone-color-body-rgb), 0.6) 50%, rgba(var(--tempone-color-body-rgb), 0) 100%)}.post-overlay__content{position:absolute;bottom:0;left:0;right:0;z-index:20;padding:1rem;display:flex;flex-direction:column;gap:.5rem}@media(min-width: 1024px){.post-overlay__content{padding:1.5rem}}.post-overlay__title{font-size:1.3rem;font-weight:700;line-height:1.3;margin-bottom:.375rem}@media(min-width: 1024px){.post-overlay__title{font-size:1.25rem;line-height:1.25}}@media(max-width: 640px){.post-overlay__title{font-size:.937rem;line-height:1.25}}.post-overlay__title a{color:var(--tempone-color-white);text-shadow:0 2px 4px rgba(0,0,0,.3)}.post-overlay__meta{display:flex;align-items:center;gap:.5rem;font-size:.7rem}@media(min-width: 1024px){.post-overlay__meta{font-size:.75rem}}.post-overlay__category{display:inline-block;text-transform:uppercase;font-weight:600;color:var(--tempone-color-light)}.post-overlay__separator{color:var(--tempone-color-light)}.post-overlay .post-time{color:var(--tempone-color-accent)}@media(min-width: 1024px){.featured-section-mobile{display:none}}.featured-mobile-carousel{scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.featured-mobile-carousel::-webkit-scrollbar{display:none}.featured-mobile-carousel .post-overlay{max-height:60vh}.post-category{text-decoration:none;transition:color .2s ease}.post-category:hover{text-decoration:underline}.post-time{display:inline-block}@media(max-width: 767px){.ane-breadcrumbs li.breadcrumb-title{display:none}}.single-post__category-wrapper{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.single-post__category{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;color:var(--tempone-color-dark);text-decoration:none;transition:color .2s ease}.single-post__category:hover{color:var(--tempone-color-secondary)}.single-post__title{font-size:1.5rem;font-weight:700;line-height:1.2;color:var(--tempone-color-body)}@media(min-width: 1024px){.single-post__title{font-size:2.5rem}}.single-post__headline{font-size:1.125rem;font-weight:400;line-height:1.5;color:var(--tempone-color-secondary)}@media(min-width: 1024px){.single-post__headline{font-size:1.25rem}}.single-post__meta{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;font-size:.875rem;color:var(--tempone-color-secondary)}.single-post__date{display:inline-block}.single-post__separator{color:var(--tempone-color-secondary)}.single-post__featured-image{margin:0}.single-post__image-caption{font-size:.875rem;font-weight:300;color:var(--tempone-color-secondary);font-style:italic}.single-post__content{font-size:1rem;line-height:1.75;color:var(--tempone-color-body)}.single-post__content p{margin-bottom:1rem}.single-post__content h2,.single-post__content h3,.single-post__content h4,.single-post__content h5,.single-post__content h6{font-weight:700;line-height:1.3;margin-top:1.5rem;margin-bottom:1rem;color:var(--tempone-color-body)}.single-post__content h2{font-size:1.5rem}.single-post__content h3{font-size:1.25rem}.single-post__content h4{font-size:1.125rem}.single-post__content a{color:var(--tempone-color-dark);text-decoration:underline}.single-post__content a:hover{color:var(--tempone-color-secondary)}.single-post__content ul,.single-post__content ol{margin-bottom:1rem;padding-left:1.5rem}.single-post__content li{margin-bottom:.5rem}.single-post__content blockquote{margin:1.5rem 0;padding:1rem 1.5rem;border-left:4px solid var(--tempone-color-primary);background-color:var(--tempone-color-light);font-style:italic}.single-post__content img{max-width:100%;height:auto}.single-post__content .wp-block-image{margin-left:-1rem;margin-right:-1rem;margin-bottom:1.5rem}@media(min-width: 1024px){.single-post__content .wp-block-image{margin-left:0;margin-right:0}}.single-post__content .wp-block-image img{width:100%;height:auto}.single-post__content .wp-block-image figcaption{margin-top:.5rem;padding-left:1rem;padding-right:1rem;font-size:.875rem;font-weight:300;color:var(--tempone-color-secondary);font-style:italic}@media(min-width: 1024px){.single-post__content .wp-block-image figcaption{padding-left:0;padding-right:0}}.single-post__tags{display:flex}.single-post__tags-list{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;margin:0;padding:0}.single-post__tag{display:inline-block;padding:.25rem .75rem;background-color:var(--tempone-color-accent);font-size:.75rem;font-weight:500;color:var(--tempone-color-body);text-decoration:none;transition:background-color .2s ease}.single-post__tag:hover{background-color:var(--tempone-color-primary);color:var(--tempone-color-white)}.single-post__author{display:flex;flex-direction:column;gap:1rem}.single-post__author-wrapper{display:flex;gap:1rem}.single-post__author-avatar{flex-shrink:0}.single-post__author-image{width:80px;height:80px;object-fit:cover;border-radius:0 !important}.single-post__author-info{display:flex;flex-direction:column;gap:.5rem}.single-post__author-name{font-size:1rem;font-weight:600}.single-post__author-name a{color:var(--tempone-color-body);text-decoration:none}.single-post__author-name a:hover{color:var(--tempone-color-dark);text-decoration:underline}.single-post__author-bio{font-size:.875rem;line-height:1.5;color:var(--tempone-color-secondary)}.single-post__share{display:flex;flex-direction:column}.share-buttons{display:flex;flex-direction:column;gap:1rem}.share-buttons__label{font-size:.875rem;font-weight:600;color:var(--tempone-color-body);text-transform:uppercase;letter-spacing:.05em}.share-buttons__list{display:flex;flex-wrap:wrap;gap:.75rem}.share-button{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background-color:var(--tempone-color-accent);color:var(--tempone-color-body);font-size:.875rem;font-weight:600;text-decoration:none;border:1px solid var(--tempone-color-light);transition:all .2s ease}.share-button svg{width:1.25rem;height:1.25rem;flex-shrink:0}.share-button:hover{background-color:var(--tempone-color-body);color:var(--tempone-color-white);border-color:var(--tempone-color-body)}.share-button--facebook:hover{background-color:#1877f2;border-color:#1877f2;color:var(--tempone-color-white)}.share-button--x:hover{background-color:#000;border-color:#000;color:var(--tempone-color-white)}.share-button--whatsapp:hover{background-color:#25d366;border-color:#25d366;color:var(--tempone-color-white)}.share-button--telegram:hover{background-color:#08c;border-color:#08c;color:var(--tempone-color-white)}.share-button__text{display:inline-block}@media(max-width: 640px){.share-button__text{display:none}}@media(max-width: 640px){.share-button{padding:.625rem;justify-content:center;min-width:2.5rem}}.reading-time{display:inline-block;font-size:.875rem;color:var(--tempone-color-secondary)}.single-footer{margin-top:4rem;padding-top:3rem;border-top:1px solid var(--tempone-color-light)}@media(max-width: 767px){.single-footer{margin-top:3rem;padding-top:2rem}}.single-footer__grid{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width: 768px)and (max-width: 1023px){.single-footer__grid{grid-template-columns:repeat(2, 1fr);gap:2rem}}@media(min-width: 1024px){.single-footer__grid{grid-template-columns:repeat(3, 1fr);gap:2rem}}.single-footer__column{display:flex;flex-direction:column;gap:1rem}.single-footer__title{font-size:1.25rem;font-weight:700;letter-spacing:.05em;color:var(--tempone-color-dark);margin:0 0 1rem;padding-bottom:.75rem;border-bottom:1px solid var(--tempone-color-light)}@media(max-width: 767px){.single-footer__title{font-size:1.125rem}}.single-footer__divider{margin:0;border:0;border-top:1px solid var(--tempone-color-light)}@media(min-width: 1024px){.single-footer__divider{margin:1.5rem 0}}.single-footer__empty{font-size:.875rem;color:var(--tempone-color-secondary);font-style:italic;margin:1rem 0}.single-footer .post-classic__title,.single-footer .post-title-only__title{font-size:1.125rem !important;line-height:1.75rem !important;font-weight:500 !important}.comments-area{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--tempone-color-light)}@media(min-width: 1024px){.comments-area{margin-top:4rem;padding-top:3rem}}.comments-title{font-size:1.5rem;font-weight:600;color:var(--tempone-color-primary);margin-bottom:1.5rem}@media(min-width: 1024px){.comments-title{font-size:2rem;margin-bottom:2rem}}.comments-facebook .fb-comments{background:var(--tempone-color-white);padding:1rem;border-radius:4px}@media(min-width: 1024px){.comments-facebook .fb-comments{padding:1.5rem}}.comments-facebook .fb-comments,.comments-facebook .fb-comments iframe[style],.comments-facebook .fb-comments span{width:100% !important}.comment-list{list-style:none;padding:0;margin:0 0 2rem}.comment-list .comment{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--tempone-color-light)}.comment-list .comment:last-child{border-bottom:none}.comment-list .comment-body{display:flex;gap:1rem}.comment-list .comment-author .avatar{border-radius:50%}.comment-list .comment-content{flex:1}.comment-list .comment-content p{margin-bottom:.75rem}.comment-list .comment-content p:last-child{margin-bottom:0}.comment-list .comment-metadata{font-size:.875rem;color:var(--tempone-color-secondary);margin-bottom:.5rem}.comment-list .comment-metadata a{color:inherit;text-decoration:none}.comment-list .comment-metadata a:hover{color:var(--tempone-color-dark)}.comment-list .reply{margin-top:.75rem}.comment-list .reply a{font-size:.875rem;color:var(--tempone-color-dark);text-decoration:none}.comment-list .reply a:hover{text-decoration:underline}.comment-list .children{list-style:none;margin-left:2rem;margin-top:1.5rem}.comment-respond{margin-top:2rem}.comment-respond .comment-reply-title{font-size:1.25rem;font-weight:600;color:var(--tempone-color-dark);margin-bottom:1rem}.comment-respond .comment-form .comment-form-comment{margin-bottom:1rem}.comment-respond .comment-form .comment-form-comment label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--tempone-color-body)}.comment-respond .comment-form .comment-form-comment textarea{width:100%;padding:.75rem;border:1px solid var(--tempone-color-light);border-radius:4px;font-family:inherit;resize:vertical;min-height:120px}.comment-respond .comment-form .comment-form-comment textarea:focus{outline:none;border-color:var(--tempone-color-primary)}.comment-respond .comment-form .comment-form-author,.comment-respond .comment-form .comment-form-email,.comment-respond .comment-form .comment-form-url{margin-bottom:1rem}.comment-respond .comment-form .comment-form-author label,.comment-respond .comment-form .comment-form-email label,.comment-respond .comment-form .comment-form-url label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--tempone-color-body)}.comment-respond .comment-form .comment-form-author input,.comment-respond .comment-form .comment-form-email input,.comment-respond .comment-form .comment-form-url input{width:100%;padding:.75rem;border:1px solid var(--tempone-color-light);border-radius:4px;font-family:inherit}.comment-respond .comment-form .comment-form-author input:focus,.comment-respond .comment-form .comment-form-email input:focus,.comment-respond .comment-form .comment-form-url input:focus{outline:none;border-color:var(--tempone-color-primary)}.comment-respond .comment-form .form-submit{margin-top:1rem}.comment-respond .comment-form .form-submit .submit{padding:.75rem 1.5rem;background-color:var(--tempone-color-primary);color:var(--tempone-color-white);border:none;border-radius:4px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.comment-respond .comment-form .form-submit .submit:hover{background-color:var(--tempone-color-secondary)}.no-comments{padding:1.5rem;background-color:var(--tempone-color-light);color:var(--tempone-color-secondary);text-align:center;border-radius:4px;font-style:italic}.section-featured-sidebar .post-default__title,.section-trending-wrapper .post-default__title,.section-flexible-content .post-default__title,.section-category-columns .post-default__title{font-size:1.125rem !important;line-height:1.75rem !important;font-weight:500 !important}@media(max-width: 767px){.section-featured-sidebar{margin-bottom:2rem}}@media(min-width: 1024px){.section-featured-sidebar .main-content{padding-right:0 !important}}.section-featured-sidebar .featured-section .post-classic__title{font-size:1.125rem !important;font-weight:700 !important;line-height:1.25 !important}@media(min-width: 1024px){.section-featured-sidebar .featured-section .post-classic__title{font-size:1.5rem !important}}.section-featured-sidebar .featured-section .featured-titles{gap:1rem}@media(min-width: 768px){.section-featured-sidebar .featured-section .featured-titles{gap:1.5rem}.section-featured-sidebar .featured-section .featured-titles .post-title-only{padding-right:1.5rem;border-right:1px solid var(--tempone-color-light)}.section-featured-sidebar .featured-section .featured-titles .post-title-only:last-child{border-right:0;padding-right:0}}.section-flexible-content{margin-top:3rem;padding-top:3rem;border-top:1px solid var(--tempone-color-light)}@media(max-width: 767px){.section-flexible-content{margin-top:2rem;padding-top:2rem}}.flexible-content{display:flex;flex-direction:column;gap:3rem}@media(max-width: 767px){.flexible-content{gap:2rem}}.flexi-design-1{margin-bottom:3rem}@media(max-width: 767px){.flexi-design-1{margin-bottom:2rem}}.flexi-design-1__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid var(--tempone-color-light)}@media(max-width: 767px){.flexi-design-1__header{margin-bottom:1rem}}.flexi-design-1__title{font-size:1.25rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--tempone-color-dark);margin:0}@media(min-width: 1024px){.flexi-design-1__title{font-size:1.5rem}}@media(max-width: 767px){.flexi-design-1__title{font-size:1.125rem}}.flexi-design-1__link{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;font-weight:600;color:var(--tempone-color-secondary);text-decoration:none;transition:color .2s ease}.flexi-design-1__link:hover{color:var(--tempone-color-dark)}@media(max-width: 767px){.flexi-design-1__link{font-size:.8125rem}}.flexi-design-1__arrow{display:inline-block;transition:transform .2s ease}.flexi-design-1__link:hover .flexi-design-1__arrow{transform:translateX(0.25rem)}.flexi-design-1__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width: 768px){.flexi-design-1__grid{grid-template-columns:1fr 1fr;gap:2rem}}@media(min-width: 1024px){.flexi-design-1__grid{grid-template-columns:1fr 1fr;gap:2rem}}.flexi-design-1__featured{display:flex;flex-direction:column}@media(max-width: 767px){.flexi-design-1__featured{grid-column:1/-1;margin:0 -1rem}.flexi-design-1__featured .post-classic__thumbnail{margin:0 !important}}.flexi-design-1__list{display:flex;flex-direction:column;gap:1rem}@media(max-width: 767px){.flexi-design-1__list{gap:.75rem}}.flexi-design-2{margin-bottom:3rem}@media(max-width: 767px){.flexi-design-2{margin-bottom:2rem}}.flexi-design-2__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid var(--tempone-color-light)}@media(max-width: 767px){.flexi-design-2__header{margin-bottom:1rem}}.flexi-design-2__title{font-size:1.25rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--tempone-color-dark);margin:0}@media(min-width: 1024px){.flexi-design-2__title{font-size:1.5rem}}@media(max-width: 767px){.flexi-design-2__title{font-size:1.125rem}}.flexi-design-2__link{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;font-weight:600;color:var(--tempone-color-secondary);text-decoration:none;transition:color .2s ease}.flexi-design-2__link:hover{color:var(--tempone-color-dark)}@media(max-width: 767px){.flexi-design-2__link{font-size:.8125rem}}.flexi-design-2__arrow{display:inline-block;transition:transform .2s ease}.flexi-design-2__link:hover .flexi-design-2__arrow{transform:translateX(0.25rem)}.flexi-design-2__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width: 768px){.flexi-design-2__grid{grid-template-columns:1fr 1fr;gap:2rem}}@media(min-width: 1024px){.flexi-design-2__grid{grid-template-columns:1fr 1fr;gap:2rem}}.flexi-design-2__list{display:flex;flex-direction:column;gap:1rem}@media(min-width: 768px){.flexi-design-2__list{order:1}}@media(max-width: 767px){.flexi-design-2__list{gap:.75rem;order:2}}.flexi-design-2__featured{display:flex;flex-direction:column}@media(min-width: 768px){.flexi-design-2__featured{order:2}}@media(max-width: 767px){.flexi-design-2__featured{grid-column:1/-1;order:1;margin:0 -1rem}.flexi-design-2__featured .post-classic__thumbnail{margin:0 !important;margin-bottom:10px !important}}.flexi-design-3{margin-bottom:3rem}@media(max-width: 767px){.flexi-design-3{margin-bottom:2rem}}.flexi-design-3__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid var(--tempone-color-light)}@media(max-width: 767px){.flexi-design-3__header{margin-bottom:1rem}}.flexi-design-3__title{font-size:1.25rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--tempone-color-dark);margin:0}@media(min-width: 1024px){.flexi-design-3__title{font-size:1.5rem}}@media(max-width: 767px){.flexi-design-3__title{font-size:1.125rem}}.flexi-design-3__link{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;font-weight:600;color:var(--tempone-color-secondary);text-decoration:none;transition:color .2s ease}.flexi-design-3__link:hover{color:var(--tempone-color-dark)}@media(max-width: 767px){.flexi-design-3__link{font-size:.8125rem}}.flexi-design-3__arrow{display:inline-block;transition:transform .2s ease}.flexi-design-3__link:hover .flexi-design-3__arrow{transform:translateX(0.25rem)}.flexi-design-3__hero{margin-bottom:1.5rem}@media(min-width: 1024px){.flexi-design-3__hero{margin-bottom:2rem}}@media(max-width: 767px){.flexi-design-3__hero{margin:0 -1rem 1.5rem}.flexi-design-3__hero .post-classic__thumbnail{margin:0 !important}}.flexi-design-3__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width: 768px){.flexi-design-3__grid{grid-template-columns:repeat(2, 1fr);gap:1.5rem}}@media(min-width: 1024px){.flexi-design-3__grid{grid-template-columns:repeat(3, 1fr);gap:2rem}.flexi-design-3__grid .post-classic__title{font-size:1.03rem;font-weight:600;line-height:1.3}}.flexi-design-4{margin-bottom:3rem}@media(max-width: 767px){.flexi-design-4{margin-bottom:2rem}}.flexi-design-4__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid var(--tempone-color-light)}@media(max-width: 767px){.flexi-design-4__header{margin-bottom:1rem}}.flexi-design-4__title{font-size:1.25rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--tempone-color-dark);margin:0}@media(min-width: 1024px){.flexi-design-4__title{font-size:1.5rem}}@media(max-width: 767px){.flexi-design-4__title{font-size:1.125rem}}.flexi-design-4__link{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;font-weight:600;color:var(--tempone-color-secondary);text-decoration:none;transition:color .2s ease}.flexi-design-4__link:hover{color:var(--tempone-color-dark)}@media(max-width: 767px){.flexi-design-4__link{font-size:.8125rem}}.flexi-design-4__arrow{display:inline-block;transition:transform .2s ease}.flexi-design-4__link:hover .flexi-design-4__arrow{transform:translateX(0.25rem)}.flexi-design-4__hero{margin-bottom:1.5rem}@media(min-width: 1024px){.flexi-design-4__hero{margin-bottom:2rem}}@media(min-width: 768px){.flexi-design-4__hero .post-default__wrapper{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}}@media(min-width: 768px){.flexi-design-4__hero .post-default__thumbnail{width:100%;height:auto;aspect-ratio:16/9}}@media(min-width: 768px){.flexi-design-4__hero .post-default__content{flex:1}}.flexi-design-4__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width: 768px){.flexi-design-4__grid{grid-template-columns:repeat(2, 1fr);gap:1.5rem}}@media(min-width: 1024px){.flexi-design-4__grid{grid-template-columns:repeat(3, 1fr);gap:2rem}}.flexi-design-5{margin-bottom:3rem}@media(max-width: 767px){.flexi-design-5{margin-bottom:2rem}}.flexi-design-5__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid var(--tempone-color-light)}@media(max-width: 767px){.flexi-design-5__header{margin-bottom:0}}.flexi-design-5__title{font-size:1.25rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--tempone-color-dark);margin:0}@media(min-width: 1024px){.flexi-design-5__title{font-size:1.5rem}}@media(max-width: 767px){.flexi-design-5__title{font-size:1.125rem}}.flexi-design-5__link{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;font-weight:600;color:var(--tempone-color-secondary);text-decoration:none;transition:color .2s ease}.flexi-design-5__link:hover{color:var(--tempone-color-dark)}@media(max-width: 767px){.flexi-design-5__link{font-size:.8125rem}}.flexi-design-5__arrow{display:inline-block;transition:transform .2s ease}.flexi-design-5__link:hover .flexi-design-5__arrow{transform:translateX(0.25rem)}.flexi-design-5__carousel{width:100%;overflow:hidden}.flexi-design-5__carousel-track{display:flex;gap:1.5rem;transition:transform .6s ease-in-out;will-change:transform;cursor:grab}.flexi-design-5__carousel-track:active{cursor:grabbing}@media(max-width: 767px){.flexi-design-5__carousel-track{gap:1rem}}.flexi-design-5__carousel-item{flex:0 0 auto;width:100%}@media(min-width: 768px){.flexi-design-5__carousel-item{width:calc(50% - .75rem)}}@media(min-width: 1024px){.flexi-design-5__carousel-item{width:calc(33.333% - 1rem)}}.section-trending{margin-bottom:3rem}@media(max-width: 767px){.section-trending{margin-bottom:2rem}}.section-trending__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width: 1024px){.section-trending__grid{grid-template-columns:2fr 1fr;gap:2rem}}.section-trending__content{display:flex;flex-direction:column;gap:1.5rem}.section-trending__title{font-size:1.25rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--tempone-color-dark);margin:0;padding-bottom:.75rem;border-bottom:1px solid var(--tempone-color-light)}@media(min-width: 1024px){.section-trending__title{font-size:1.5rem}}.section-trending__posts{display:flex;flex-direction:column}.section-trending__mobile-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:1rem}.section-trending__mobile-grid .post-classic__content{padding:0 !important}.section-trending__mobile-grid .post-classic__content h3.post-classic__title{font-size:14px !important;line-height:1.5 !important}.section-trending__posts-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width: 768px){.section-trending__posts-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media(min-width: 1024px){.section-trending__posts-grid{grid-template-columns:1fr 1fr;gap:2rem}}.section-trending__titles{display:flex;flex-direction:column;gap:1rem}.section-trending__featured{display:flex;flex-direction:column}.section-trending__sidebar{display:flex;flex-direction:column;gap:1rem}@media(min-width: 1024px){.section-trending__sidebar{padding-left:2rem;border-left:1px solid var(--tempone-color-light)}}.section-trending__sidebar-title{font-size:1.125rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--tempone-color-dark);margin:0;padding-bottom:.75rem;border-bottom:1px solid var(--tempone-color-light)}@media(max-width: 767px){.section-trending__sidebar-title{font-size:1rem}}.section-trending__tags{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.section-trending__tag-item{margin:0;padding:0}.section-trending__tag-link{display:inline-block;font-size:.9375rem;font-weight:600;color:var(--tempone-color-body);text-decoration:none;transition:color .2s ease}.section-trending__tag-link:hover{color:var(--tempone-color-dark)}@media(max-width: 767px){.section-trending__tag-link{font-size:.875rem}}.section-category-featured{width:100%;background-color:var(--tempone-color-black);padding:2rem 0 3rem}@media(max-width: 767px){.section-category-featured{padding:1.5rem 0 2rem}}.section-category-featured__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}@media(max-width: 767px){.section-category-featured__header{margin-bottom:1.5rem}}.section-category-featured__title{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--tempone-color-white);margin:0}@media(min-width: 1024px){.section-category-featured__title{font-size:1.125rem}}@media(max-width: 767px){.section-category-featured__title{font-size:.875rem}}.section-category-featured__icon{display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;background-color:var(--tempone-color-white);color:var(--tempone-color-black);font-weight:700;font-size:.75rem;flex-shrink:0}@media(max-width: 767px){.section-category-featured__icon{width:1rem;height:1rem;font-size:.625rem}}.section-category-featured__all-posts{display:inline-block;background-color:var(--tempone-color-white);color:var(--tempone-color-black);padding:.5rem 1rem;font-size:.75rem;font-weight:600;text-decoration:none;text-transform:uppercase;letter-spacing:.05em;transition:all .2s ease}.section-category-featured__all-posts:hover{background-color:var(--tempone-color-accent);color:var(--tempone-color-dark)}@media(max-width: 767px){.section-category-featured__all-posts{padding:.375rem .875rem;font-size:.6875rem}}.section-category-featured__carousel-wrapper{width:100%;margin-bottom:2rem}@media(max-width: 767px){.section-category-featured__carousel-wrapper{margin-bottom:1.5rem}}.section-category-featured__carousel-wrapper .container{overflow:hidden}.section-category-featured__track{display:flex;gap:1.5rem;transition:transform .5s ease-in-out;will-change:transform}@media(max-width: 767px){.section-category-featured__track{gap:1rem}}.section-category-featured__slide{flex:0 0 auto;width:calc((100% - 4.5rem)/4)}@media(max-width: 1023px){.section-category-featured__slide{width:calc((100% - 1.5rem)/2)}}@media(max-width: 767px){.section-category-featured__slide{width:80%}}.section-category-featured__slide .post-classic__thumbnail{aspect-ratio:16/9;overflow:hidden}.section-category-featured__slide .post-classic__thumbnail img{width:100%;height:100%;object-fit:cover}.section-category-featured__slide .post-classic__meta a{color:var(--tempone-color-light)}.section-category-featured__slide .post-classic__title{font-size:.9375rem;line-height:1.3}@media(min-width: 768px){.section-category-featured__slide .post-classic__title{font-size:1rem}}@media(min-width: 1024px){.section-category-featured__slide .post-classic__title{font-size:1.125rem}}.section-category-featured__slide .post-classic__title a{color:var(--tempone-color-white)}.section-category-featured__slide .post-classic__title a:hover{color:var(--tempone-color-accent)}.section-category-featured__slide .post-classic__meta,.section-category-featured__slide .post-classic__meta-item,.section-category-featured__slide .post-classic__meta-link{color:hsla(0,0%,100%,.8);font-size:.75rem}.section-category-featured__slide .post-classic__meta:hover,.section-category-featured__slide .post-classic__meta-item:hover,.section-category-featured__slide .post-classic__meta-link:hover{color:var(--tempone-color-white)}.section-category-featured__slide .post-classic__separator{color:hsla(0,0%,100%,.6)}.section-category-featured__footer{display:flex;justify-content:center}.section-category-featured__explore-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--tempone-color-white);font-size:.9375rem;font-weight:600;text-decoration:none;transition:color .2s ease}.section-category-featured__explore-link:hover{color:var(--tempone-color-accent)}@media(max-width: 767px){.section-category-featured__explore-link{font-size:.875rem}}.section-category-featured__arrow{display:inline-block;transition:transform .2s ease}.section-category-featured:hover .section-category-featured__arrow{transform:translateX(0.25rem)}.section-category-columns{margin-top:3rem;padding-top:3rem;border-top:1px solid var(--tempone-color-light)}@media(max-width: 767px){.section-category-columns{margin-top:2rem;padding-top:2rem}.section-category-columns .post-classic__content{padding:0}}.category-columns{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width: 768px){.category-columns{grid-template-columns:repeat(2, 1fr);gap:2rem}}@media(min-width: 1024px){.category-columns{grid-template-columns:repeat(4, 1fr);gap:1.5rem}}.category-column{display:flex;flex-direction:column;gap:1rem}@media(max-width: 767px){.category-column{gap:.75rem}}.category-column__header{padding-bottom:.75rem;border-bottom:1px solid var(--tempone-color-light)}.category-column__title{font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin:0}@media(min-width: 1024px){.category-column__title{font-size:1.125rem}}@media(max-width: 767px){.category-column__title{font-size:.9375rem}}.category-column__title-link{color:var(--tempone-color-dark);text-decoration:none;transition:color .2s ease}.category-column__title-link:hover{color:var(--tempone-color-secondary)}.category-column__hero{padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid var(--tempone-color-light)}@media(max-width: 767px){.category-column__hero{padding-bottom:.75rem;margin-bottom:.75rem}}@media(max-width: 767px){.category-column__hero .post-classic__thumbnail{margin-left:-1rem;margin-right:-1rem;margin-bottom:.75rem}}.category-column__titles{display:flex;flex-direction:column;gap:.75rem}@media(max-width: 767px){.category-column__titles{gap:.5rem}}@media(max-width: 767px){.category-column__titles .post-title-only{padding-bottom:.75rem;border-bottom:1px solid var(--tempone-color-light)}.category-column__titles .post-title-only:last-child{border-bottom:0;padding-bottom:0}}.contact-page{padding:4rem 1rem}@media(min-width: 1024px){.contact-page{padding:5rem 2rem}}.contact-page__container{max-width:1200px;margin:0 auto}.contact-page__header{text-align:center;margin-bottom:3rem}.contact-page__title{font-size:1rem;font-weight:600;color:var(--tempone-color-body);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}@media(min-width: 1024px){.contact-page__title{font-size:1.125rem}}.contact-page__tagline{font-size:1.75rem;font-weight:700;color:var(--tempone-color-body);margin-bottom:1rem;line-height:1.2}@media(min-width: 1024px){.contact-page__tagline{font-size:2.5rem}}.contact-page__subtitle{font-size:1rem;color:var(--tempone-color-secondary);max-width:600px;margin:0 auto;line-height:1.6}.contact-page__content{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width: 1024px){.contact-page__content{grid-template-columns:1fr 1fr;gap:4rem}}.contact-page__form-wrapper{background-color:var(--tempone-color-light);padding:2rem;border-radius:8px}@media(min-width: 1024px){.contact-page__form-wrapper{padding:3rem}}.contact-page__info-wrapper{display:flex;flex-direction:column;gap:2rem}.contact-info__card{background-color:var(--tempone-color-light);padding:2rem;border-radius:8px}.contact-info__title{font-size:1.25rem;font-weight:600;color:var(--tempone-color-body);margin-bottom:.5rem}.contact-info__description{font-size:.875rem;color:var(--tempone-color-secondary);margin-bottom:1rem}.contact-info__value{font-size:1rem;color:var(--tempone-color-body);text-decoration:none}.contact-info__value:hover{color:var(--tempone-color-primary);text-decoration:underline}.contact-info__address{font-size:.875rem;color:var(--tempone-color-secondary);line-height:1.6}.contact-info__hours{font-size:.875rem;color:var(--tempone-color-secondary);font-style:italic;margin-top:.5rem}.wpcf7-form{display:flex;flex-direction:column;gap:1.5rem}.wpcf7-form-control-wrap{display:block;width:100%}.wpcf7 label{display:block;font-size:.875rem;font-weight:600;color:var(--tempone-color-body);margin-bottom:.5rem}.wpcf7 input[type=text],.wpcf7 input[type=email],.wpcf7 input[type=tel],.wpcf7 input[type=url],.wpcf7 input[type=number],.wpcf7 textarea,.wpcf7 select{width:100%;padding:.75rem 1rem;font-size:.9375rem;color:var(--tempone-color-body);background-color:var(--tempone-color-white);border:1px solid var(--tempone-color-light);border-radius:4px;transition:all .2s ease;font-family:inherit}.wpcf7 input[type=text]::placeholder,.wpcf7 input[type=email]::placeholder,.wpcf7 input[type=tel]::placeholder,.wpcf7 input[type=url]::placeholder,.wpcf7 input[type=number]::placeholder,.wpcf7 textarea::placeholder,.wpcf7 select::placeholder{color:var(--tempone-color-secondary);opacity:.6}.wpcf7 input[type=text]:focus,.wpcf7 input[type=email]:focus,.wpcf7 input[type=tel]:focus,.wpcf7 input[type=url]:focus,.wpcf7 input[type=number]:focus,.wpcf7 textarea:focus,.wpcf7 select:focus{outline:none;border-color:var(--tempone-color-primary);box-shadow:0 0 0 3px rgba(var(--tempone-color-primary-rgb), 0.1)}.wpcf7 input[type=text]:hover,.wpcf7 input[type=email]:hover,.wpcf7 input[type=tel]:hover,.wpcf7 input[type=url]:hover,.wpcf7 input[type=number]:hover,.wpcf7 textarea:hover,.wpcf7 select:hover{border-color:var(--tempone-color-secondary)}.wpcf7 textarea{resize:vertical;min-height:120px}.wpcf7 select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%23474448' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:1.5rem 1.5rem;padding-right:2.5rem}.wpcf7 .wpcf7-submit{width:100%;padding:.875rem 2rem;font-size:1rem;font-weight:600;color:var(--tempone-color-white);background-color:var(--tempone-color-primary);border:none;border-radius:4px;cursor:pointer;transition:all .2s ease;text-transform:none}.wpcf7 .wpcf7-submit:hover{background-color:var(--tempone-color-body);transform:translateY(-1px);box-shadow:0 4px 6px rgba(var(--tempone-color-black), 0.1)}.wpcf7 .wpcf7-submit:active{transform:translateY(0)}.wpcf7 .wpcf7-submit:disabled,.wpcf7 .wpcf7-submit[disabled]{background-color:var(--tempone-color-accent);color:var(--tempone-color-secondary);cursor:not-allowed;transform:none;box-shadow:none}.wpcf7 .wpcf7-not-valid-tip{display:block;font-size:.75rem;color:#dc2626;margin-top:.25rem}.wpcf7 .wpcf7-response-output{padding:1rem;margin-top:1rem;border-radius:4px;font-size:.875rem;border:1px solid rgba(0,0,0,0)}.wpcf7 .wpcf7-mail-sent-ok{background-color:#d1fae5;color:#065f46;border-color:#6ee7b7}.wpcf7 .wpcf7-mail-sent-ng,.wpcf7 .wpcf7-validation-errors,.wpcf7 .wpcf7-acceptance-missing{background-color:#fee2e2;color:#991b1b;border-color:#fca5a5}.wpcf7 .wpcf7-spam-blocked{background-color:#fef3c7;color:#92400e;border-color:#fcd34d}.wpcf7 .wpcf7-not-valid{border-color:#dc2626 !important}.wpcf7 .wpcf7-not-valid:focus{box-shadow:0 0 0 3px rgba(220,38,38,.1) !important}.wpcf7 .wpcf7-spinner{display:inline-block;width:24px;height:24px;margin-left:10px;vertical-align:middle;border:3px solid hsla(0,0%,100%,.3);border-radius:50%;border-top-color:var(--tempone-color-white);animation:wpcf7-spin .6s linear infinite}@keyframes wpcf7-spin{to{transform:rotate(360deg)}}.wpcf7 p{margin:0}.screen-reader-response{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.widget{margin-bottom:2rem}.widget .wp-block-heading,.widget .widget-title{font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin:0 0 1rem 0;padding-bottom:.75rem;border-bottom:1px solid var(--tempone-color-light);color:var(--tempone-color-dark)}@media(min-width: 1024px){.widget .wp-block-heading,.widget .widget-title{font-size:1.125rem}}.wp-block-latest-posts{list-style:none;margin:0;padding:0}.wp-block-latest-posts__list{list-style:none;margin:0;padding:0}.wp-block-latest-posts li{margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid var(--tempone-color-light)}.wp-block-latest-posts li:last-child{border-bottom:0;padding-bottom:0;margin-bottom:0}.wp-block-latest-posts__post-title{font-size:1rem;font-weight:600;line-height:1.4;color:var(--tempone-color-dark);text-decoration:none;display:block;transition:color .2s ease}.wp-block-latest-posts__post-title:hover{color:var(--tempone-color-secondary)}.wp-block-latest-posts__post-date,.wp-block-latest-posts__post-author{font-size:.75rem;color:var(--tempone-color-secondary);margin-top:.25rem;display:block}.wp-block-categories{list-style:none;margin:0;padding:0}.wp-block-categories-list{list-style:none;margin:0;padding:0}.wp-block-categories li{margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:1px solid var(--tempone-color-light)}.wp-block-categories li:last-child{border-bottom:0;padding-bottom:0}.wp-block-categories a{font-size:.9375rem;color:var(--tempone-color-body);text-decoration:none;transition:color .2s ease}.wp-block-categories a:hover{color:var(--tempone-color-dark)}.wp-block-archives{list-style:none;margin:0;padding:0}.wp-block-archives-list{list-style:none;margin:0;padding:0}.wp-block-archives li{margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:1px solid var(--tempone-color-light)}.wp-block-archives li:last-child{border-bottom:0;padding-bottom:0}.wp-block-archives a{font-size:.9375rem;color:var(--tempone-color-body);text-decoration:none;transition:color .2s ease}.wp-block-archives a:hover{color:var(--tempone-color-dark)}.wp-block-tag-cloud a{display:inline-block;font-size:.875rem !important;color:var(--tempone-color-body);text-decoration:none;padding:.25rem .5rem;margin:0 .25rem .25rem 0;border:1px solid var(--tempone-color-light);transition:all .2s ease}.wp-block-tag-cloud a:hover{color:var(--tempone-color-white);background-color:var(--tempone-color-dark);border-color:var(--tempone-color-dark)}.wp-block-search__input{width:100%;padding:.5rem .75rem;border:1px solid var(--tempone-color-light);font-size:.9375rem;color:var(--tempone-color-body)}.wp-block-search__input:focus{outline:none;border-color:var(--tempone-color-dark)}.wp-block-search__button{padding:.5rem 1rem;background-color:var(--tempone-color-dark);color:var(--tempone-color-white);border:0;font-size:.9375rem;font-weight:600;cursor:pointer;transition:background-color .2s ease}.wp-block-search__button:hover{background-color:var(--tempone-color-secondary)}.wp-block-calendar table{width:100%;border-collapse:collapse}.wp-block-calendar th,.wp-block-calendar td{padding:.5rem;text-align:center;font-size:.875rem;border:1px solid var(--tempone-color-light)}.wp-block-calendar th{font-weight:600;color:var(--tempone-color-dark);background-color:rgba(var(--tempone-color-light-rgb), 0.3)}.wp-block-calendar a{color:var(--tempone-color-dark);text-decoration:none;font-weight:600}.wp-block-calendar a:hover{color:var(--tempone-color-secondary)}.wp-block-rss{list-style:none;margin:0;padding:0}.wp-block-rss__item{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--tempone-color-light)}.wp-block-rss__item:last-child{border-bottom:0;padding-bottom:0}.wp-block-rss__item-title{font-size:.9375rem;font-weight:600;margin-bottom:.25rem}.wp-block-rss__item-title a{color:var(--tempone-color-dark);text-decoration:none}.wp-block-rss__item-title a:hover{color:var(--tempone-color-secondary)}.wp-block-rss__item-publish-date,.wp-block-rss__item-author{font-size:.75rem;color:var(--tempone-color-secondary)}.wp-block-buttons{margin-bottom:1.5rem}.wp-block-button{margin-bottom:.75rem}.wp-block-button__link,.wp-block-button a.wp-block-button__link,.wp-block-button .wp-element-button{display:inline-block !important;padding:.75rem 1.5rem !important;background-color:var(--tempone-color-primary) !important;color:var(--tempone-color-white) !important;text-decoration:none !important;font-weight:600 !important;font-size:.9375rem !important;line-height:1.4 !important;transition:all .2s ease !important;border:0 !important;border-radius:0 !important;cursor:pointer !important}.wp-block-button__link:hover,.wp-block-button a.wp-block-button__link:hover,.wp-block-button .wp-element-button:hover{background-color:var(--tempone-color-secondary) !important;color:var(--tempone-color-white) !important}.wp-block-button__link:focus,.wp-block-button a.wp-block-button__link:focus,.wp-block-button .wp-element-button:focus{background-color:var(--tempone-color-secondary) !important;color:var(--tempone-color-white) !important}.single .single-post__content ul.wp-block-list,.single .entry-content ul.wp-block-list,.page .single-post__content ul.wp-block-list,.page .entry-content ul.wp-block-list{list-style:none;margin:0 0 1.5rem 0;padding-left:0}.single .single-post__content ul.wp-block-list li,.single .entry-content ul.wp-block-list li,.page .single-post__content ul.wp-block-list li,.page .entry-content ul.wp-block-list li{position:relative;margin-bottom:.5rem;padding-left:1.5rem;line-height:1.6;color:var(--tempone-color-body)}.single .single-post__content ul.wp-block-list li::before,.single .entry-content ul.wp-block-list li::before,.page .single-post__content ul.wp-block-list li::before,.page .entry-content ul.wp-block-list li::before{content:"";position:absolute;left:.25rem;top:.5rem;width:.4rem;height:.4rem;background-color:var(--tempone-color-primary);display:block}.single .single-post__content ul.wp-block-list ul,.single .single-post__content ul.wp-block-list ol,.single .entry-content ul.wp-block-list ul,.single .entry-content ul.wp-block-list ol,.page .single-post__content ul.wp-block-list ul,.page .single-post__content ul.wp-block-list ol,.page .entry-content ul.wp-block-list ul,.page .entry-content ul.wp-block-list ol{margin-top:.5rem;margin-bottom:.5rem;padding-left:1.5rem}.single .single-post__content ol.wp-block-list,.single .entry-content ol.wp-block-list,.page .single-post__content ol.wp-block-list,.page .entry-content ol.wp-block-list{list-style:none;counter-reset:list-counter;margin:0 0 1.5rem 0;padding-left:0}.single .single-post__content ol.wp-block-list li,.single .entry-content ol.wp-block-list li,.page .single-post__content ol.wp-block-list li,.page .entry-content ol.wp-block-list li{position:relative;margin-bottom:.5rem;padding-left:2rem;line-height:1.6;color:var(--tempone-color-body);counter-increment:list-counter}.single .single-post__content ol.wp-block-list li::before,.single .entry-content ol.wp-block-list li::before,.page .single-post__content ol.wp-block-list li::before,.page .entry-content ol.wp-block-list li::before{content:counter(list-counter) ".";position:absolute;left:0;top:0;color:var(--tempone-color-primary);font-weight:700;font-size:1.125em}.single .single-post__content ol.wp-block-list ul,.single .single-post__content ol.wp-block-list ol,.single .entry-content ol.wp-block-list ul,.single .entry-content ol.wp-block-list ol,.page .single-post__content ol.wp-block-list ul,.page .single-post__content ol.wp-block-list ol,.page .entry-content ol.wp-block-list ul,.page .entry-content ol.wp-block-list ol{margin-top:.5rem;margin-bottom:.5rem;padding-left:2rem}.single .single-post__content>.wp-block-image:not(.wp-block-gallery .wp-block-image),.single .entry-content>.wp-block-image:not(.wp-block-gallery .wp-block-image),.page .single-post__content>.wp-block-image:not(.wp-block-gallery .wp-block-image),.page .entry-content>.wp-block-image:not(.wp-block-gallery .wp-block-image){margin-bottom:1.5rem}@media(max-width: 767px){.single .single-post__content>.wp-block-image:not(.wp-block-gallery .wp-block-image),.single .entry-content>.wp-block-image:not(.wp-block-gallery .wp-block-image),.page .single-post__content>.wp-block-image:not(.wp-block-gallery .wp-block-image),.page .entry-content>.wp-block-image:not(.wp-block-gallery .wp-block-image){width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}}.single .single-post__content>.wp-block-image:not(.wp-block-gallery .wp-block-image) img,.single .entry-content>.wp-block-image:not(.wp-block-gallery .wp-block-image) img,.page .single-post__content>.wp-block-image:not(.wp-block-gallery .wp-block-image) img,.page .entry-content>.wp-block-image:not(.wp-block-gallery .wp-block-image) img{width:100%;height:auto;display:block}.single .single-post__content>.wp-block-image:not(.wp-block-gallery .wp-block-image) figcaption,.single .entry-content>.wp-block-image:not(.wp-block-gallery .wp-block-image) figcaption,.page .single-post__content>.wp-block-image:not(.wp-block-gallery .wp-block-image) figcaption,.page .entry-content>.wp-block-image:not(.wp-block-gallery .wp-block-image) figcaption{margin-top:.5rem;font-size:.875rem;color:var(--tempone-color-secondary);font-style:italic;text-align:center}@media(max-width: 767px){.single .single-post__content>.wp-block-image:not(.wp-block-gallery .wp-block-image) figcaption,.single .entry-content>.wp-block-image:not(.wp-block-gallery .wp-block-image) figcaption,.page .single-post__content>.wp-block-image:not(.wp-block-gallery .wp-block-image) figcaption,.page .entry-content>.wp-block-image:not(.wp-block-gallery .wp-block-image) figcaption{padding-left:1rem;padding-right:1rem}}.single .single-post__content .wp-block-gallery,.single .entry-content .wp-block-gallery,.page .single-post__content .wp-block-gallery,.page .entry-content .wp-block-gallery{margin-bottom:1.5rem;gap:.5rem}@media(max-width: 767px){.single .single-post__content .wp-block-gallery,.single .entry-content .wp-block-gallery,.page .single-post__content .wp-block-gallery,.page .entry-content .wp-block-gallery{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;padding:0 .5rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;flex-wrap:nowrap}.single .single-post__content .wp-block-gallery::-webkit-scrollbar,.single .entry-content .wp-block-gallery::-webkit-scrollbar,.page .single-post__content .wp-block-gallery::-webkit-scrollbar,.page .entry-content .wp-block-gallery::-webkit-scrollbar{display:none}}.single .single-post__content .wp-block-gallery .wp-block-image,.single .entry-content .wp-block-gallery .wp-block-image,.page .single-post__content .wp-block-gallery .wp-block-image,.page .entry-content .wp-block-gallery .wp-block-image{margin:0}.single .single-post__content .wp-block-gallery .wp-block-image img,.single .entry-content .wp-block-gallery .wp-block-image img,.page .single-post__content .wp-block-gallery .wp-block-image img,.page .entry-content .wp-block-gallery .wp-block-image img{width:100%;height:auto;object-fit:cover;display:block}.single .single-post__content .wp-block-gallery .wp-block-image figcaption,.single .entry-content .wp-block-gallery .wp-block-image figcaption,.page .single-post__content .wp-block-gallery .wp-block-image figcaption,.page .entry-content .wp-block-gallery .wp-block-image figcaption{font-size:.75rem;color:var(--tempone-color-secondary);font-style:italic;margin-top:.25rem;padding:0 .25rem}@media(max-width: 767px){.single .single-post__content .wp-block-gallery .wp-block-image,.single .entry-content .wp-block-gallery .wp-block-image,.page .single-post__content .wp-block-gallery .wp-block-image,.page .entry-content .wp-block-gallery .wp-block-image{flex:0 0 80vw;max-width:80vw}}.wp-block-table{margin-bottom:1.5rem;overflow-x:auto}.wp-block-table table{width:100%;border-collapse:collapse;border:1px solid var(--tempone-color-light)}.wp-block-table th,.wp-block-table td{padding:.75rem;border:1px solid var(--tempone-color-light);text-align:left;font-size:.9375rem}.wp-block-table thead th{font-weight:700;color:var(--tempone-color-dark);background-color:rgba(var(--tempone-color-light-rgb), 0.3)}.wp-block-table thead tr{border-bottom:2px solid var(--tempone-color-primary)}.wp-block-table tfoot td{font-weight:600;background-color:rgba(var(--tempone-color-light-rgb), 0.3)}.wp-block-table tfoot tr{border-top:2px solid var(--tempone-color-primary)}.wp-block-table tbody tr:nth-child(even){background-color:rgba(var(--tempone-color-light-rgb), 0.15)}.wp-block-table tbody tr:hover{background-color:rgba(var(--tempone-color-light-rgb), 0.4)}/*# sourceMappingURL=tempone.min.css.map */