 *,*::before,*::after{box-sizing:border-box;}*{margin:0;}@media (prefers-reduced-motion:no-preference){html{interpolate-size:allow-keywords;}}body{line-height:1.2;-webkit-font-smoothing:antialiased;}img,picture,video,canvas,svg{display:block;max-width:100%;}input,button,textarea,select{font:inherit;}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word;}p{text-wrap:pretty;}h1,h2,h3,h4,h5,h6{text-wrap:balance;}#root,#__next{isolation:isolate;}:root{--soft-shadow:rgba(50,50,93,0.25) 0 2px 5px -1px,rgba(0,0,0,0.3) 0 1px 3px -1px;}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}.container{max-width:140rem;padding:0 1rem;margin:0 auto;}.button{display:flex;align-items:center;justify-content:center;gap:0.8rem;padding:1.6rem 3.2rem;min-height:4.8rem;width:fit-content;border-radius:5rem;text-decoration:none;font-size:1.6rem;font-weight:700;.button-icon{flex-shrink:0;}&.button--primary{color:#fff;background:linear-gradient(90deg,#FF9D00 0,#FF5300 50%,#FF9D00 100%);background-size:200% 100%;background-position:100% 0;transition:background-position 300ms ease-in-out,outline-color 300ms ease-in-out;&:hover{background-position:0 0;}}&.button--outline{color:#FF9D00;background:transparent;border:2px solid #FF9D00;transition:all 300ms ease-in-out;&:hover{color:#fff;background:#FF9D00;border-color:#FF9D00;}}@media (min-width:1024px){font-size:1.8rem;}}:root{font-size:62.5%;}html{margin:0 !important;padding:0 !important;}body{color:#333;font-size:1.6rem;font-family:'Sora',sans-serif;background:#fff;}p{line-height:1.5;@media (min-width:1024px){&.text-md{font-size:1.8rem;}}}h1{font-size:3.2rem;line-height:1.2;@media (min-width:768px){font-size:4.8rem;}@media (min-width:1024px){font-size:5.6rem;}}h2{font-size:2.4rem;@media (min-width:768px){font-size:4rem;}@media (min-width:1024px){font-size:5.6rem;}}h3{font-size:2rem;@media (min-width:768px){font-size:3.2rem;}@media (min-width:1024px){font-size:4rem;}}#menfis-app{position:relative;}.site-main>section,.site-main>div,.site-main>article{overflow-x:clip;}#site-header{position:fixed;top:0;left:0;right:0;z-index:999;transform:translateY(0);transition:transform 300ms linear;}#site-header.navbar-hidden{transform:translateY(calc(-100% - 2.4rem));}#navbar{padding-top:2.4rem;.navbar__content{background:#f8f9fa;border-radius:2.4rem;padding:1.6rem 4rem;height:9rem;display:flex;justify-content:space-between;align-items:center;gap:4rem;box-shadow:var(--soft-shadow);border:1px solid #ddd;}.navbar__brand{flex-shrink:0;width:6rem;height:auto;}.navbar__brand svg{width:100%;height:auto}.navbar__brand path{transition:fill 300ms ease-in-out;}.navbar__brand:hover path{fill:#FD712D;}.navbar__nav{list-style:none;margin:0;padding:0;display:none;gap:1rem;}.navbar__item{position:relative;}.navbar__link{font-size:1.4rem;color:#333;text-decoration:none;padding:.8rem 1.6rem;border-radius:.8rem;transition:all 300ms ease-in-out;display:flex;align-items:center;gap:.8rem;}.navbar__link:hover{background:rgba(253,113,45,0.1);color:#FD712D;}.navbar__dropdown{position:relative;}.navbar__dropdown-trigger{background:none;border:none;cursor:pointer;font-family:inherit;font-size:1.4rem;font-weight:inherit;}.navbar__dropdown-icon{transition:transform 300ms ease-in-out;}.navbar__dropdown:hover .navbar__dropdown-icon,.navbar__dropdown-trigger[aria-expanded="true"] .navbar__dropdown-icon{transform:rotate(180deg);}.navbar__dropdown-menu{position:absolute;top:100%;left:0;background:#fff;border-radius:1.2rem;box-shadow:0 8px 32px rgba(0,0,0,0.1);min-width:20rem;opacity:0;visibility:hidden;transform:translateY(-1rem);transition:all 300ms ease-in-out;z-index:1000;list-style:none;margin:0;padding:1.2rem 0;margin-top:.8rem;}.navbar__dropdown:hover .navbar__dropdown-menu{opacity:1;visibility:visible;transform:translateY(0);}.navbar__dropdown-item{margin:0;}.navbar__dropdown-link{display:block;padding:1.2rem 2rem;color:#333;text-decoration:none;font-size:1.4rem;transition:all 300ms ease-in-out;}.navbar__dropdown-link:hover{background:rgba(253,113,45,0.1);color:#FD712D;}.navbar__actions{display:none;}.navbar__contact-button{display:none;white-space:nowrap;font-size:1.4rem;min-width:20rem;}@media (min-width:1440px){.navbar__nav{display:flex;margin-right:auto;}.navbar__actions{display:flex;align-items:center;}.navbar__contact-button{display:inline-flex;}}}body.mobile-menu-open{overflow:hidden;}.mobile-menu-button{display:flex;align-items:center;background:none;border:none;cursor:pointer;padding:.8rem;gap:1.6rem;transition:all 300ms ease-in-out;@media (min-width:1440px){display:none;}.mobile-menu-button__text{text-transform:uppercase;}.mobile-menu-button__icon{display:flex;flex-direction:column;gap:.8rem;}.mobile-menu-button__line{width:3.2rem;height:.3rem;background:#333;border-radius:.2rem;transition:all 300ms ease-in-out;}&:hover .mobile-menu-button__line{background:#FD712D;}&[aria-expanded="true"]{.mobile-menu-button__line:nth-child(1){transform:rotate(45deg) translateY(1.1rem);}.mobile-menu-button__line:nth-child(2){opacity:0;}.mobile-menu-button__line:nth-child(3){transform:rotate(-45deg) translateY(-1.1rem);}}}.mobile-menu{display:flex;@media (min-width:1440px){display:none;}.mobile-menu__overlay{position:fixed;top:0;left:0;width:100%;height:100dvh;background:rgba(0,0,0,0.6);z-index:9998;opacity:0;visibility:hidden;backdrop-filter:blur(4px);transition:all 300ms ease-in-out;}.mobile-menu__panel{position:fixed;top:0;right:0;width:min(32rem,85vw);max-width:32rem;height:100dvh;background:#fff;z-index:9999;padding:2.4rem;overflow-y:scroll;box-shadow:-4px 0 20px rgba(0,0,0,0.1);transform:translateX(100%);transition:all 400ms cubic-bezier(0.25,0.46,0.45,0.94);}&.is-open .mobile-menu__overlay{opacity:1;visibility:visible;}&.is-open .mobile-menu__panel{transform:translateX(0);}.mobile-menu__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3.2rem;padding-bottom:2.4rem;border-bottom:1px solid #eee;}.mobile-menu__brand{max-width:16rem;}.mobile-menu__brand a{display:block;transition:all 300ms ease-in-out;}.mobile-menu__brand a:hover{transform:translateY(-2px);filter:drop-shadow(0 0 12px rgba(253,114,45,0.3));}.mobile-menu__brand svg{width:100%;height:auto;}.mobile-menu__close{background:none;border:none;font-size:2.4rem;cursor:pointer;color:#333;transition:color 300ms ease-in-out;padding:.4rem;border-radius:.4rem;}.mobile-menu__close:hover{color:#FD712D;}.mobile-menu__nav{list-style:none;margin:0;padding:0;}.mobile-menu__item{margin-bottom:1.6rem;}.mobile-menu__link{display:block;padding:1.2rem 0;color:#333;text-decoration:none;font-size:1.8rem;transition:color 300ms ease-in-out;}.mobile-menu__link:hover{color:#FD712D;}.mobile-menu__item--dropdown .mobile-menu__dropdown-trigger{width:100%;background:none;border:none;text-align:left;font-family:inherit;font-size:1.8rem;color:#333;padding:1.2rem 0;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:color 300ms ease-in-out;}.mobile-menu__item--dropdown .mobile-menu__dropdown-trigger:hover{color:#FD712D;}.mobile-menu__dropdown-icon{transition:transform 300ms ease-in-out;}.mobile-menu__dropdown-trigger[aria-expanded="true"] .mobile-menu__dropdown-icon{transform:rotate(180deg);}.mobile-menu__dropdown-menu{list-style:none;margin:0;padding:0 0 0 1rem;border-left:4px solid #FD712D;max-height:0;overflow:hidden;transition:all 400ms cubic-bezier(0.25,0.46,0.45,0.94);}.mobile-menu__dropdown-item+.mobile-menu__dropdown-item{margin-top:1.2rem;}.mobile-menu__dropdown-link{display:block;padding:.8rem 0;color:#666;text-decoration:none;font-weight:500;font-size:1.6rem;transition:color 300ms ease-in-out;}.mobile-menu__dropdown-link:hover{color:#FD712D;}.mobile-menu__actions{margin-top:3.2rem;padding-top:2.4rem;border-top:1px solid #eee;}.mobile-menu__contact-button{width:100%;justify-content:center;font-size:1.6rem;padding:1.6rem 2.4rem;}}#site-main{&>section:first-child{padding-top:calc(9rem + (2.4rem + 2.4rem));}}#site-footer{position:relative;z-index:91;background:#1F1F1F;padding:4rem 0;color:#fff;border-top:2px solid #FD712D;.footer__row:first-child{display:grid;gap:4rem;}.footer__row .footer__brand{margin:0 auto;}.footer__row .footer__brand a{display:flex;max-width:24rem;transition:all 300ms ease-in-out;}.footer__row .footer__brand a:hover{transform:translateY(-2px);filter:drop-shadow(0 0 24px rgba(253,114,45,0.2))}.footer__row .footer__brand svg{width:100%;height:auto;}.footer__row:first-child h3{position:relative;font-size:1.8rem;font-weight:300;margin:0 auto 2.4rem;text-align:center;width:fit-content;}.footer__row:first-child h3::before{content:'';position:absolute;left:0;bottom:-8px;width:100%;height:2px;background:#FD712D;border-radius:.2rem;}.footer__row:first-child ul{display:flex;flex-wrap:wrap;justify-content:center;list-style:none;margin:0;padding:0;gap:1.6rem;}.footer__row:first-child ul a{color:#fff;text-decoration:none;font-size:1.4rem;transition:all 300ms ease-in-out;}.footer__row:first-child ul a:hover{color:#FD712D;}.footer__row:last-child{display:flex;flex-direction:column;gap:4rem;padding-top:2.4rem;margin-top:4rem;border-top:2px solid rgba(221,221,221,0.1);}.footer__row:last-child .footer__copyright{font-size:1.4rem;text-align:center;}.footer__row:last-child .menfis-logo{display:flex;max-width:14rem;margin:0 auto;transition:all 300ms ease-in-out;}.footer__row:last-child .menfis-logo:hover{transform:translateY(-2px);filter:drop-shadow(0 0 24px rgba(253,114,45,0.6));}.footer__copyright-links{display:flex;flex-wrap:wrap;justify-content:center;gap:1.6rem;margin-top:.8rem;}.footer__copyright-links a{padding:0 .8rem;border-left:2px solid #FD712D;color:#fff;transition:all 300ms ease-in-out;}.footer__copyright-links a:hover{background:#FD712D;}.footer__row:last-child .menfis-logo svg{width:100%;height:auto;}.footer__site-map,.footer__site-social{width:fit-content;margin:0 auto;}@media (min-width:768px){.footer__row:first-child{grid-template-columns:repeat(2,1fr);}.footer__row .footer__brand{grid-column:1 / -1;}.footer__site-map,.footer__site-social{width:100%;}}@media (min-width:1024px){.footer__row:first-child{grid-template-columns:repeat(3,1fr);}.footer__row .footer__brand{grid-column:unset;margin:unset;}.footer__copyright-links{justify-content:start;}.footer__row:first-child h3{text-align:start;margin:0 0 2.4rem;}.footer__row:first-child ul{justify-content:start;}.footer__row:last-child{flex-direction:row;justify-content:space-between;}.footer__row:last-child .footer__copyright{text-align:start;}.footer__row:last-child .menfis-logo{margin:unset;}}@media (min-width:1200px){.footer__row:first-child{grid-template-columns:repeat(6,1fr);}.footer__row:first-child ul{flex-direction:column;}.footer__site-social ul.footer__site-social-list{flex-direction:row;}}}#back-to-top{position:sticky;bottom:0;right:0;left:0;z-index:90;pointer-events:none;opacity:0;visibility:hidden;transform:translateY(100%);transition:all 400ms cubic-bezier(0.25,0.46,0.45,0.94);&.is-visible{opacity:1;visibility:visible;transform:translateY(0);}.back-to-top__container{display:flex;justify-content:flex-end;pointer-events:none;}.back-to-top__button{cursor:pointer;display:flex;align-items:center;justify-content:center;background:#1F1F1F;color:#fff;border:0;padding:.6rem 1rem;border-radius:.8rem .8rem 0 0;border-left:2px solid #FD712D;border-right:2px solid #FD712D;border-top:2px solid #FD712D;border-bottom:2px solid transparent;transition:all 300ms ease-in-out;pointer-events:auto;margin-top:-3.6rem;}.back-to-top__button:hover{background:#2F2F2F;}.back-to-top__button:active{transform:translateY(0);}.back-to-top__button svg{width:2rem;height:2rem;}}.single-content__container{display:grid;grid-template-columns:1fr minmax(26rem,34rem);gap:2.4rem;align-items:start;margin-bottom:14rem;}.post-header{margin-bottom:1.6rem;}.post-header .post-title{padding-left:1.6rem;border-left:4px solid #FD712D;}.post-meta{display:flex;gap:1rem;align-items:center;color:#8a8a8a;font-size:1.4rem;margin-bottom:1.6rem;}.post-meta .post-date{color:#999;font-size:1.3rem;}.post-category{display:inline-block;padding:0.35rem 0.8rem;font-size:1.3rem;color:#FD712D;background:rgba(253,113,45,0.06);border-radius:6rem;text-decoration:none;border:1px solid rgba(253,113,45,0.12);}.post-category:hover{background:rgba(253,113,45,0.09);}.post-title{font-size:2.0rem;color:#FD712D;margin:0.6rem 0 1rem;line-height:1.12;font-weight:700;}.post-thumbnail{margin:0 0 1.8rem;border-radius:1rem;overflow:hidden;box-shadow:var(--soft-shadow);border:1px solid rgba(0,0,0,0.04);}.post-thumbnail__img{display:block;width:100%;height:auto;object-fit:cover;max-height:40rem;}.post__body{font-size:1.6rem;line-height:1.9;color:#333;background:#f8f8f8;padding:2rem;border-radius:1rem;box-shadow:0 8px 24px rgba(12,12,12,0.04);border:1px solid rgba(0,0,0,0.03);}.post__body p{margin:1rem 0;color:#333;}.post__body h2,.post__body h3{margin-top:2rem;color:#FD712D;font-weight:700;}.post__body h2{font-size:2.0rem;}.post__body h3{font-size:1.8rem;}.post__body blockquote{padding:1.4rem 1.6rem;background:#f9f6f2;border-left:4px solid #FFD1A6;border-radius:0.6rem;}.post__body a{color:#FD712D;text-decoration:none;border-bottom:1px dotted rgba(253,113,45,0.28);transition:border-color 180ms ease,transform 120ms ease;}.post__body a:hover{border-bottom-color:rgba(253,113,45,0.6);transform:translateY(-1px);}.post__body img{max-width:100%;height:auto;border-radius:0.6rem;box-shadow:0 8px 20px rgba(0,0,0,0.06);margin:1.6rem 0;}.post__tags{margin-top:1.6rem;}.post__tags .tag{display:inline-block;margin-right:0.8rem;margin-bottom:0.8rem;padding:0.5rem 0.9rem;background:linear-gradient(90deg,#fff 0,#fbfbfb 100%);border:1px solid #eee;border-radius:1.2rem;font-size:1.4rem;color:#333;text-decoration:none;transition:all 180ms ease;}.post__tags .tag:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,0,0,0.06);}.single-sidebar{align-self:start;}.sidebar-section{margin-bottom:1.6rem;}.sidebar-section{background:#f8f8f8;padding:1.6rem;border-radius:1rem;box-shadow:0 10px 30px var(--soft-shadow);border:1px solid rgba(0,0,0,0.03);}.sidebar-title{font-size:1.6rem;margin-bottom:0.8rem;color:#FD712D;}.useful-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0.6rem;}.useful-list a{color:#2b2b2b;text-decoration:none;padding:0.6rem 0;display:block;border-radius:0.6rem;}.useful-list a:hover{color:#FD712D;background:rgba(253,113,45,0.03);padding-left:0.4rem;}.useful-link{display:block;padding:0.6rem 0;color:inherit;text-decoration:none;transition:all 200ms ease;}.useful-link:hover{color:#FD712D;}.latest-list{display:flex;flex-direction:column;gap:0.8rem;}.latest-item{display:flex;gap:0.8rem;align-items:center;padding:0.6rem;border-radius:0.8rem;transition:all 200ms ease;text-decoration:none;color:inherit;}.latest-item:hover{transform:translateX(6px);box-shadow:0 8px 28px rgba(253,113,45,0.04);color:#FD712D;background:rgba(253,113,45,0.03);}.latest-item img{width:10rem;height:10rem;object-fit:cover;border-radius:0.6rem;border:1px solid rgba(0,0,0,0.04);}.latest-item{overflow:hidden;}.latest-item img{flex:0 0 auto;}.latest-item__title{font-size:1.45rem;display:block;flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;}.post-pagination__inner{display:flex;justify-content:space-between;gap:1rem;margin-top:2.4rem;}.post-pagination__prev a,.post-pagination__next a{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1.4rem 2.8rem;border-radius:0.8rem;font-size:1.4rem;font-weight:500;text-decoration:none;cursor:pointer;border:none;font-family:inherit;min-height:5rem;box-shadow:0 8px 25px rgba(0,0,0,0.06);transition:transform 300ms cubic-bezier(0.25,0.46,0.45,0.94),box-shadow 300ms ease,color 300ms ease,filter 220ms ease;will-change:transform,box-shadow,filter;}.post-pagination__prev a:hover,.post-pagination__next a:hover{transform:translateY(-2px);box-shadow:0 12px 36px rgba(0,0,0,0.08);filter:brightness(0.95);}.post-pagination__inner .button--primary{background:linear-gradient(90deg,#FF9D00 0,#FF5300 100%);color:#fff;padding:1.4rem 2.8rem;border-radius:0.8rem;font-size:1.4rem;min-height:5rem;display:inline-flex;align-items:center;gap:1rem;transition:transform 300ms cubic-bezier(0.25,0.46,0.45,0.94),box-shadow 300ms ease,color 300ms ease,filter 220ms ease;will-change:transform,box-shadow,filter;}.post-pagination__inner .button--primary:hover{filter:brightness(0.92);}.post-pagination__prev-btn svg,.post-pagination__next-btn svg{transition:transform 300ms cubic-bezier(0.25,0.46,0.45,0.94);display:inline-block;will-change:transform;backface-visibility:hidden;}.post-pagination__prev-btn:hover svg{transform:translateX(-4px) rotate(0deg);}.post-pagination__next-btn svg{transform:rotate(180deg);}.post-pagination__next-btn:hover svg{transform:rotate(180deg) translateX(-4px);}@media (max-width:480px){.post-pagination__inner{flex-direction:column;gap:1rem;}.post-pagination__inner .button--primary{width:100%;text-align:center;}}@media (max-width:980px){.single-content__container{grid-template-columns:1fr;}.single-sidebar{position:static;}.page-hero__title{font-size:2rem;}.post__body{padding:1.2rem;}.post-title{font-size:2rem;}.single-hero__title{font-size:2.0rem;}}#single-hero{--section-margin-bottom:8rem;margin-bottom:var(--section-margin-bottom);position:relative;overflow:hidden;border-bottom:1px solid #ddd;}.single-hero__bg-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:1;}#single-hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(255,255,255,0.92) 0,rgba(248,249,250,0.88) 100%),url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><defs><pattern id="creative-pattern" width="200" height="200" patternUnits="userSpaceOnUse"><circle cx="40" cy="40" r="3" fill="rgba(253,113,45,0.15)"/><circle cx="120" cy="80" r="2" fill="rgba(255,157,0,0.12)"/><circle cx="180" cy="120" r="4" fill="rgba(253,113,45,0.18)"/><circle cx="80" cy="160" r="2.5" fill="rgba(255,157,0,0.14)"/><circle cx="160" cy="40" r="3.5" fill="rgba(253,113,45,0.16)"/><circle cx="20" cy="100" r="2" fill="rgba(255,157,0,0.11)"/><circle cx="100" cy="20" r="3" fill="rgba(253,113,45,0.15)"/><circle cx="60" cy="140" r="2.5" fill="rgba(255,157,0,0.13)"/><circle cx="140" cy="180" r="3.5" fill="rgba(253,113,45,0.17)"/><polygon points="30,70 35,60 40,70 35,80" fill="rgba(253,113,45,0.1)"/><polygon points="170,30 175,20 180,30 175,40" fill="rgba(255,157,0,0.08)"/><polygon points="90,110 95,100 100,110 95,120" fill="rgba(253,113,45,0.1)"/><polygon points="150,150 155,140 160,150 155,160" fill="rgba(255,157,0,0.08)"/><rect x="50" y="50" width="8" height="2" rx="1" fill="rgba(253,113,45,0.08)" transform="rotate(25 54 51)"/><rect x="130" y="90" width="6" height="2" rx="1" fill="rgba(255,157,0,0.06)" transform="rotate(-15 133 91)"/><rect x="70" y="170" width="10" height="2" rx="1" fill="rgba(253,113,45,0.08)" transform="rotate(45 75 171)"/><rect x="190" y="60" width="7" height="2" rx="1" fill="rgba(255,157,0,0.06)" transform="rotate(-30 193.5 61)"/></pattern></defs><rect width="200" height="200" fill="url(%23creative-pattern)"/></svg>');z-index:2;}#single-hero::after{content:'';position:absolute;top:-150px;right:-150px;width:400px;height:400px;background:radial-gradient(circle at 30% 30%,rgba(253,113,45,0.18) 0,transparent 50%),radial-gradient(circle at 70% 70%,rgba(255,157,0,0.1) 0,transparent 50%);border-radius:50%;z-index:2;animation:float 8s ease-in-out infinite;}.single-hero__container{display:flex;align-items:center;justify-content:center;text-align:center;position:relative;z-index:3;padding-top:calc(8rem - 2.4rem);padding-bottom:8rem;}.single-hero__title{margin-bottom:2.4rem;position:relative;color:#FD712D;hyphens:unset !important;}.single-hero__title strong::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120%;height:120%;background:linear-gradient(45deg,rgba(253,113,45,0.1) 0,rgba(255,157,0,0.05) 100%);border-radius:12px;z-index:-1;filter:blur(20px);}.single-hero__content{max-width:100rem;}.single-hero__description{margin:0 auto;color:#444;position:relative;z-index:2;}.single-hero__info{display:grid;gap:2.4rem;margin:0 auto;position:relative;z-index:2;}@keyframes float{0%,100%{transform:translateY(0px) rotate(0deg);}50%{transform:translateY(-20px) rotate(5deg);}}@media (min-width:768px){.single-hero__info{grid-template-columns:repeat(3,1fr);}.single-hero__container::before{content:'';position:absolute;bottom:-80px;left:-80px;width:250px;height:250px;background:radial-gradient(circle at 40% 40%,rgba(255,157,0,0.15) 0,transparent 40%),radial-gradient(circle at 80% 20%,rgba(253,113,45,0.12) 0,transparent 35%);border-radius:40% 60% 70% 30%;z-index:1;animation:float 10s ease-in-out infinite reverse;}}@media (min-width:1024px){.single-hero__container::after{content:'';position:absolute;top:-120px;left:10%;width:180px;height:180px;background:linear-gradient(45deg,rgba(253,113,45,0.08) 0,rgba(255,157,0,0.05) 100%);border-radius:30% 70% 60% 40%;z-index:1;animation:float 12s ease-in-out infinite;transform:rotate(45deg);}}.single-content__container,.single-hero__container,.post__body,.latest-list{box-sizing:border-box;}.single-hero__title,.post-title,.post__body,.latest-item__title{word-break:break-word;overflow-wrap:anywhere;hyphens:auto;}.latest-item{min-width:0;}.latest-item__title{min-width:0;}@media (max-width:480px){.single-hero__title{font-size:1.8rem;padding:0 1rem;}.single-hero__container{padding-top:calc(6rem - 2.4rem);padding-bottom:2rem;}.post__body{padding:1rem;font-size:1.55rem;}.post-thumbnail__img{max-height:24rem;}.latest-item__title{font-size:1.4rem;}.useful-list a,.useful-link{padding:0.5rem 0;}}.post__body iframe,.post__body embed,.post__body object{max-width:100%;}.wp-block-separator{margin:2rem 0;border:none;border-top:1px solid #eee;}