:root{--rd-primary:#0F766E;--rd-primary-dark:#115e59;--rd-primary-soft:#E8F4F1;--rd-heading:#153733;--rd-text:#334A46;--rd-muted:#61716E;--rd-bg:#F8F7F2;--rd-card:#FFFFFF;--rd-border:#E2E6DF;--rd-shadow:0 10px 32px rgba(15,35,65,.08);--rd-radius:10px;--rd-container:1366px;--rd-gutter:clamp(12px,2.1vw,28px);--rd-layout-gap:clamp(18px,2.2vw,30px);--rd-content:70%;--rd-sidebar:30%;--rd-transition:180ms ease;}*{box-sizing:border-box;}html{scroll-behavior:smooth;}body{margin:0;background:var(--rd-bg);color:var(--rd-text);font-family:"Open Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:17px;line-height:1.78;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;}img{max-width:100%;height:auto;}a{color:var(--rd-primary);text-decoration:none;transition:color var(--rd-transition),transform var(--rd-transition),background var(--rd-transition),box-shadow var(--rd-transition);}a:hover,a:focus{color:var(--rd-primary-dark);}button,input,select,textarea{font:inherit;}button{cursor:pointer;}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;}.screen-reader-text:focus{background:#fff;clip:auto!important;clip-path:none;color:#111;display:block;height:auto;left:8px;padding:12px 16px;top:8px;width:auto;z-index:999999;}.rd-container{width:min(calc(100% - var(--rd-gutter) - var(--rd-gutter)),var(--rd-container));max-width:var(--rd-container);margin-inline:auto;}.site{min-height:100vh;display:flex;flex-direction:column;}.site-main{flex:1;}.site-header{background:#fff;border-bottom:1px solid var(--rd-border);position:relative;z-index:100;}.site-header.is-sticky{position:sticky;top:0;box-shadow:0 8px 24px rgba(15,23,42,.08);}.admin-bar .site-header.is-sticky{top:32px;}@media (max-width:782px){.admin-bar .site-header.is-sticky{top:46px;}}.rd-header-row{display:flex;align-items:center;min-height:84px;gap:26px;}.site-branding{flex:0 0 auto;display:flex;align-items:center;}.custom-logo-link{display:inline-flex;align-items:center;}.custom-logo{max-height:58px;width:auto;}.rd-logo-fallback{display:inline-flex;align-items:center;gap:10px;color:var(--rd-heading);font-weight:800;font-size:26px;line-height:1;}.rd-logo-mark{width:42px;height:42px;border-radius:9px;display:grid;place-items:center;background:var(--rd-primary);color:#fff;font-size:21px;font-weight:800;box-shadow:0 8px 18px rgba(12,96,76,.24);}.rd-logo-text small{display:block;color:var(--rd-muted);font-size:10px;font-weight:700;letter-spacing:.08em;margin-top:5px;text-transform:uppercase;}.rd-primary-nav{margin-left:auto;}.rd-primary-nav ul{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:6px;}.rd-primary-nav li{position:relative;}.rd-primary-nav a{display:flex;align-items:center;gap:6px;padding:29px 13px;color:#263247;font-weight:700;font-size:15px;}.rd-primary-nav .current-menu-item>a,.rd-primary-nav .current-menu-ancestor>a,.rd-primary-nav a:hover{color:var(--rd-primary);}.rd-primary-nav .menu-item-has-children>a::after{content:"▾";font-size:11px;opacity:.75;}.rd-primary-nav .sub-menu{position:absolute;left:0;top:calc(100% - 6px);min-width:220px;display:block;padding:10px;background:#fff;border:1px solid var(--rd-border);border-radius:8px;box-shadow:var(--rd-shadow);opacity:0;visibility:hidden;transform:translateY(8px);transition:all var(--rd-transition);}.rd-primary-nav li:hover>.sub-menu,.rd-primary-nav li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:translateY(0);}.rd-primary-nav .sub-menu a{padding:10px 12px;border-radius:6px;font-weight:600;}.rd-primary-nav .sub-menu a:hover{background:var(--rd-primary-soft);}.rd-header-actions{display:flex;align-items:center;gap:8px;}.rd-icon-button{width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--rd-border);background:#fff;color:var(--rd-heading);border-radius:8px;}.rd-icon-button:hover{color:var(--rd-primary);border-color:#9CCFBD;background:var(--rd-primary-soft);transform:translateY(-1px);}.rd-menu-toggle{display:none;}.rd-search-panel{display:none;border-top:1px solid var(--rd-border);background:#fff;}.rd-search-panel.is-open{display:block;}.rd-search-panel .rd-container{padding-block:18px;}.search-form{display:flex;gap:9px;width:100%;}.search-form label{flex:1;}.search-field{width:100%;min-height:48px;border:1px solid var(--rd-border);border-radius:7px;padding:0 15px;color:var(--rd-heading);background:#fff;}.search-field:focus{outline:3px solid rgba(12,96,76,.12);border-color:var(--rd-primary);}.search-submit,.rd-button,input[type="submit"]{min-height:48px;border:0;border-radius:7px;background:var(--rd-primary);color:#fff;padding:0 22px;font-weight:700;box-shadow:0 7px 16px rgba(12,96,76,.18);}.search-submit:hover,.rd-button:hover,input[type="submit"]:hover{background:var(--rd-primary-dark);color:#fff;transform:translateY(-1px);}.rd-main-wrap{padding-block:42px 70px;}.rd-layout{display:grid;grid-template-columns:minmax(0,7fr) minmax(270px,3fr);gap:var(--rd-layout-gap);align-items:start;}.rd-content-area,.rd-sidebar{min-width:0;}.rd-card-shell{background:#fff;border:1px solid var(--rd-border);border-radius:var(--rd-radius);box-shadow:0 7px 24px rgba(15,23,42,.045);}.rd-home{padding-block:34px 70px;}.rd-home-section{margin-bottom:52px;}.rd-section-header{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:22px;}.rd-section-title{margin:0;color:var(--rd-heading);font-size:clamp(26px,2.1vw,38px);line-height:1.25;letter-spacing:-.025em;}.rd-section-title::after{content:"";display:block;width:64px;height:4px;margin-top:10px;border-radius:4px;background:var(--rd-primary);}.rd-post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;align-items:stretch;}.rd-post-card{display:flex;flex-direction:column;height:100%;min-width:0;overflow:hidden;background:#fff;border:1px solid var(--rd-border);border-radius:var(--rd-radius);box-shadow:0 6px 22px rgba(15,23,42,.045);transition:transform var(--rd-transition),box-shadow var(--rd-transition),border-color var(--rd-transition);}.rd-post-card:hover{transform:translateY(-4px);border-color:#C5DDD4;box-shadow:var(--rd-shadow);}.rd-card-thumb{display:block;aspect-ratio:16 / 9;overflow:hidden;background:#E4EEE9;}.rd-card-thumb img{width:100%;height:100%;object-fit:cover;transition:transform 450ms ease;}.rd-post-card:hover .rd-card-thumb img{transform:scale(1.045);}.rd-thumb-placeholder{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(135deg,#E8F4F1,#F4FBF9);color:var(--rd-primary);}.rd-card-body{display:flex;flex:1 1 auto;flex-direction:column;min-width:0;padding:20px 20px 22px;}.rd-card-title{margin:0 0 10px;font-size:20px;line-height:1.38;letter-spacing:-.015em;}.rd-card-title a{color:var(--rd-heading);}.rd-card-title a:hover{color:var(--rd-primary);}.rd-post-meta{display:flex;flex-wrap:wrap;align-items:center;gap:5px 8px;color:var(--rd-muted);font-size:13px;margin-bottom:12px;}.rd-post-meta a{color:var(--rd-muted);}.rd-post-meta a:hover{color:var(--rd-primary);}.rd-meta-separator{color:var(--rd-primary);font-weight:700;opacity:.7;user-select:none;}.rd-card-excerpt{margin:0 0 16px;font-size:15px;line-height:1.7;color:var(--rd-text);}.rd-read-more{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 18px;border:1px solid var(--rd-primary);border-radius:7px;background:var(--rd-primary);color:#fff;font-size:14px;font-weight:700;line-height:1.2;min-width:118px;margin-top:auto;align-self:flex-start;text-align:center;box-shadow:0 7px 18px rgba(12,96,76,.22);transition:transform var(--rd-transition),background-color var(--rd-transition),border-color var(--rd-transition),box-shadow var(--rd-transition);}.rd-read-more:hover,.rd-read-more:focus-visible{background:var(--rd-primary-dark);border-color:var(--rd-primary-dark);color:#fff;transform:translateY(-2px);box-shadow:0 10px 22px rgba(12,96,76,.28);}.rd-read-more:active{transform:translateY(0);}.rd-page-header{margin-bottom:24px;padding:25px 28px;}.rd-page-title{margin:0;color:var(--rd-heading);font-size:clamp(29px,3vw,44px);line-height:1.22;}.archive-description{margin-top:12px;}.rd-archive-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;}.navigation.pagination{margin-top:28px;}.nav-links{display:flex;flex-wrap:wrap;gap:7px;align-items:center;}.page-numbers{min-width:42px;min-height:42px;display:inline-grid;place-items:center;padding:0 12px;border:1px solid var(--rd-border);border-radius:6px;background:#fff;color:var(--rd-heading);font-weight:700;font-size:14px;}.page-numbers.current,.page-numbers:hover{background:var(--rd-primary);border-color:var(--rd-primary);color:#fff;}.rd-entry{padding:clamp(24px,4vw,46px);}.entry-header{margin-bottom:22px;}.entry-title{margin:0 0 14px;color:var(--rd-heading);font-size:clamp(32px,4vw,52px);line-height:1.17;letter-spacing:-.028em;}.entry-featured-image{margin:0 0 28px;overflow:hidden;border-radius:8px;aspect-ratio:16/9;background:#E8F4F1;}.entry-featured-image img{width:100%;height:100%;object-fit:cover;}.entry-content{color:#334A46;}.entry-content>*{max-width:100%;}.entry-content p{margin:0 0 1.45em;}.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6{color:var(--rd-heading);line-height:1.28;letter-spacing:-.02em;scroll-margin-top:120px;}.entry-content h2{margin:1.65em 0 .55em;font-size:clamp(26px,2.7vw,37px);}.entry-content h3{margin:1.45em 0 .5em;font-size:clamp(22px,2.2vw,30px);}.entry-content h4{font-size:22px;}.entry-content ul,.entry-content ol{margin:0 0 1.5em 1.3em;padding:0;}.entry-content li{margin-bottom:.55em;}.entry-content blockquote{margin:1.7em 0;padding:20px 24px;border-left:4px solid var(--rd-primary);background:var(--rd-primary-soft);color:var(--rd-heading);border-radius:0 7px 7px 0;}.entry-content table{width:100%;border-collapse:collapse;margin:1.5em 0;font-size:15px;}.entry-content th,.entry-content td{border:1px solid var(--rd-border);padding:12px 14px;text-align:left;}.entry-content th{background:#E8F4F1;color:var(--rd-heading);}.entry-content .wp-block-image img{border-radius:7px;}.entry-content .alignwide{margin-left:min(-5vw,-35px);margin-right:min(-5vw,-35px);max-width:calc(100%+70px);}.entry-content .alignfull{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);max-width:100vw;width:100vw;}.rd-breadcrumbs{margin-bottom:17px;color:var(--rd-muted);font-size:13px;}.rd-breadcrumbs a{color:var(--rd-muted);}.rd-breadcrumbs a:hover{color:var(--rd-primary);}.rd-entry-footer{margin-top:30px;padding-top:20px;border-top:1px solid var(--rd-border);}.rd-tags{display:flex;flex-wrap:wrap;gap:8px;}.rd-tags a{padding:6px 10px;border-radius:999px;background:var(--rd-primary-soft);font-size:13px;font-weight:700;}.post-navigation{margin-top:24px;}.post-navigation .nav-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;}.post-navigation a{display:block;height:100%;padding:18px;background:#fff;border:1px solid var(--rd-border);border-radius:8px;color:var(--rd-heading);font-weight:700;}.post-navigation a:hover{border-color:#9CCFBD;background:var(--rd-primary-soft);}.rd-related{margin-top:30px;}.rd-related-title{margin:0 0 18px;color:var(--rd-heading);font-size:27px;}.rd-related .rd-post-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:19px;}.rd-related .rd-card-body{padding:16px;}.rd-related .rd-card-title{font-size:16px;}.comments-area{margin-top:30px;padding:28px;background:#fff;border:1px solid var(--rd-border);border-radius:var(--rd-radius);}.comments-title,.comment-reply-title{color:var(--rd-heading);}.comment-list{list-style:none;padding:0;margin:0;}.comment-list .comment{padding:20px 0;border-bottom:1px solid var(--rd-border);}.comment-meta{font-size:14px;}.comment-content{margin-top:12px;}.comment-form input[type="text"],.comment-form input[type="email"],.comment-form input[type="url"],.comment-form textarea,.rd-form input[type="text"],.rd-form input[type="email"],.rd-form textarea,.rd-form select{width:100%;border:1px solid var(--rd-border);border-radius:7px;padding:12px 14px;background:#fff;color:var(--rd-heading);}.comment-form textarea,.rd-form textarea{min-height:150px;resize:vertical;}.comment-form input:focus,.comment-form textarea:focus,.rd-form input:focus,.rd-form textarea:focus,.rd-form select:focus{outline:3px solid rgba(12,96,76,.12);border-color:var(--rd-primary);}.rd-sidebar{display:grid;gap:22px;}.widget,.rd-widget{background:#fff;border:1px solid var(--rd-border);border-radius:var(--rd-radius);padding:22px;box-shadow:0 6px 22px rgba(14,49,37,.035);}.widget-title,.rd-widget-title{margin:0 0 16px;padding-bottom:10px;border-bottom:2px solid var(--rd-primary);color:var(--rd-heading);font-size:21px;line-height:1.3;}.rd-profile{text-align:center;}.rd-sidebar .rd-profile{transform-origin:center center;will-change:transform;transition:transform 180ms ease,box-shadow 180ms ease,border-color 180ms ease,background-color 220ms ease,color 220ms ease;}@media (hover:hover) and (pointer:fine){.rd-sidebar .rd-profile:hover{transform:translateY(-3px) scale(1.03);border-color:rgba(12,96,76,.48);box-shadow:0 14px 34px rgba(14,66,53,.14);}}.rd-sidebar .rd-profile:focus-within{transform:translateY(-3px) scale(1.03);border-color:rgba(12,96,76,.48);box-shadow:0 14px 34px rgba(14,66,53,.14);}.rd-profile-image{width:112px;height:112px;margin:0 auto 14px;border-radius:50%;overflow:hidden;border:5px solid #E8F4F1;box-shadow:0 8px 20px rgba(12,96,76,.14);}.rd-profile-image img{width:100%;height:100%;object-fit:cover;}.rd-profile h2,.rd-profile h3{margin:0 0 7px;color:var(--rd-heading);font-size:20px;line-height:1.3;}.rd-profile p{margin:0;font-size:14px;line-height:1.65;}.rd-social-mini{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:15px;}.rd-social-mini a{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;background:var(--rd-primary-soft);color:var(--rd-primary);font-size:13px;font-weight:800;}.rd-social-mini a:hover{background:var(--rd-primary);color:#fff;transform:translateY(-2px);}.rd-latest-list{display:grid;gap:13px;}.rd-latest-item{display:grid;grid-template-columns:88px minmax(0,1fr);gap:12px;align-items:center;}.rd-latest-thumb{aspect-ratio:4 / 3;border-radius:6px;overflow:hidden;background:#E8F4F1;}.rd-latest-thumb img{width:100%;height:100%;object-fit:cover;}.rd-latest-title{margin:0;font-size:14px;line-height:1.42;font-weight:700;}.rd-latest-title a{color:var(--rd-heading);}.rd-latest-title a:hover{color:var(--rd-primary);}.rd-latest-date{margin-top:4px;color:var(--rd-muted);font-size:11px;}.widget ul,.rd-widget ul{list-style:none;padding:0;margin:0;}.widget li,.rd-widget li{padding:8px 0;border-bottom:1px solid #E2E6DF;}.widget li:last-child,.rd-widget li:last-child{border-bottom:0;}.widget li a,.rd-widget li a{display:inline-block;color:#334A46;}.widget li a:hover,.rd-widget li a:hover{color:var(--rd-primary);transform:translateX(3px);}#wp-calendar{--rd-calendar-circle-size:clamp(23px,2.25vw,32px);width:100%;table-layout:fixed;border-collapse:collapse;text-align:center;font-size:13px;}#wp-calendar caption{color:var(--rd-heading);font-weight:800;margin-bottom:10px;}#wp-calendar th,#wp-calendar td{padding:6px 1px;text-align:center;vertical-align:middle;}#wp-calendar td a{display:inline-grid;place-items:center;width:var(--rd-calendar-circle-size);height:var(--rd-calendar-circle-size);min-width:var(--rd-calendar-circle-size);min-height:var(--rd-calendar-circle-size);aspect-ratio:1 / 1;margin:0 auto;padding:0;border-radius:50%;background:var(--rd-primary);color:#fff;line-height:1;text-align:center;}#wp-calendar td a:hover,#wp-calendar td a:focus-visible{background:var(--rd-primary-dark);color:#fff;transform:scale(1.08);}.wp-calendar-nav{display:flex;justify-content:space-between;margin-top:8px;font-size:13px;}.rd-newsletter-form{display:grid;gap:10px;}.rd-newsletter-form input{min-height:44px;border:1px solid var(--rd-border);border-radius:7px;padding:0 12px;}.rd-notice{margin:0 0 16px;padding:12px 14px;border-radius:7px;font-size:14px;}.rd-notice-success{background:#E8F4F1;color:#1d6e3d;border:1px solid #bfe9cf;}.rd-notice-error{background:#fff0f0;color:#9f2f2f;border:1px solid #f1c7c7;}.rd-social-links{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end;}.rd-social-links a{width:43px;height:43px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.18);border-radius:50%;color:#fff;font-size:12px;font-weight:800;}.rd-social-links a:hover{background:var(--rd-primary);border-color:var(--rd-primary);transform:translateY(-3px);}.site-footer{margin-top:auto;background:#081C1A;color:#A8C9C2;}.rd-footer-menu{border-bottom:1px solid rgba(255,255,255,.08);}.rd-footer-menu ul{list-style:none;margin:0;padding:18px 0;display:flex;flex-wrap:wrap;justify-content:center;gap:10px 24px;}.rd-footer-menu a{color:#D1E1DB;font-size:14px;}.rd-footer-menu a:hover{color:#fff;}.rd-footer-bottom{min-height:70px;display:flex;align-items:center;justify-content:center;text-align:center;font-size:13px;}.rd-footer-bottom a{color:#fff;}.rd-scroll-top{position:fixed;left:max(22px,env(safe-area-inset-left));bottom:max(22px,env(safe-area-inset-bottom));width:44px;height:44px;display:grid;place-items:center;border:0;border-radius:8px;background:var(--rd-primary);color:#fff;box-shadow:0 9px 22px rgba(12,96,76,.25);opacity:0;visibility:hidden;transform:translateY(10px);z-index:99;}.rd-scroll-top.is-visible{opacity:1;visibility:visible;transform:translateY(0);}.rd-scroll-top:hover{background:var(--rd-primary-dark);}.rd-form{display:grid;gap:14px;}.rd-form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;}.rd-field label{display:block;margin-bottom:6px;color:var(--rd-heading);font-weight:700;font-size:14px;}.rd-honeypot{position:absolute;left:-9999px;}.error-404{text-align:center;padding:60px 30px;}.error-404 .page-title{color:var(--rd-heading);font-size:clamp(38px,7vw,80px);margin:0;}.wp-block-button__link{border-radius:7px;background:var(--rd-primary);font-weight:700;}.wp-block-button__link:hover{background:var(--rd-primary-dark);}.wp-block-separator{border-color:var(--rd-border);}.has-primary-color{color:var(--rd-primary)!important;}.has-primary-background-color{background:var(--rd-primary)!important;}.has-heading-color{color:var(--rd-heading)!important;}.has-light-background-color{background:var(--rd-bg)!important;}html,body{width:100%;max-width:100%;}body{overflow-x:clip;}.site,.site-main,.rd-main-wrap,.rd-home,.rd-layout,.rd-content-area,.rd-sidebar,.rd-card-shell,.rd-entry,.entry-content{min-width:0;max-width:100%;}img,picture,video,canvas,svg,iframe,embed,object{max-width:100%;}video,canvas{height:auto;}input,textarea,select,button{max-width:100%;}.entry-content,.widget,.rd-widget,.rd-card-title,.entry-title{overflow-wrap:anywhere;word-break:normal;}.entry-content pre,.entry-content code{max-width:100%;}.entry-content pre{overflow-x:auto;-webkit-overflow-scrolling:touch;}.entry-content table{display:block;max-width:100%;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch;}.entry-content .wp-block-table{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;}.entry-content .wp-block-table table{display:table;width:100%;min-width:560px;}.wp-block-embed,.wp-block-embed__wrapper{max-width:100%;}.wp-block-embed__wrapper iframe{width:100%;}@media (min-width:1441px){:root{--rd-container:1366px;}}@media (max-width:1440px){.rd-primary-nav a{padding-inline:10px;}.rd-header-row{gap:20px;}}@media (max-width:1280px){.rd-primary-nav a{padding-inline:8px;font-size:14px;}.rd-post-grid{gap:20px;}.rd-card-body{padding:18px;}}@media (max-width:1180px){.rd-primary-nav{display:none;position:absolute;left:var(--rd-gutter);right:var(--rd-gutter);top:calc(100%+1px);max-height:min(72vh,620px);overflow-y:auto;overscroll-behavior:contain;background:#fff;border:1px solid var(--rd-border);border-radius:8px;box-shadow:var(--rd-shadow);padding:10px;}.rd-primary-nav.is-open{display:block;}.rd-primary-nav ul{display:block;}.rd-primary-nav a{min-height:44px;padding:11px 12px;border-radius:6px;}.rd-primary-nav .sub-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;padding:0 0 0 18px;display:block;min-width:0;}.rd-menu-toggle{display:grid;}.rd-header-actions{margin-left:auto;}}@media (max-width:1050px){.rd-layout{grid-template-columns:minmax(0,1fr);}.rd-sidebar{grid-template-columns:repeat(2,minmax(0,1fr));}.rd-sidebar>*{min-width:0;}.rd-post-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.rd-related .rd-post-grid{grid-template-columns:repeat(3,minmax(0,1fr));}}@media (max-width:900px){.rd-header-row{min-height:76px;}.custom-logo{max-height:52px;max-width:min(280px,45vw);}.rd-logo-fallback{font-size:23px;min-width:0;}.rd-logo-text{min-width:0;overflow:hidden;text-overflow:ellipsis;}.rd-main-wrap{padding-top:30px;}.rd-related .rd-post-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}@media (max-width:780px){body{font-size:16px;line-height:1.72;}:root{--rd-gutter:15px;--rd-layout-gap:20px;}.rd-home{padding-top:25px;}.rd-home-section{margin-bottom:42px;}.rd-section-header{align-items:flex-start;}.rd-archive-grid{grid-template-columns:1fr;}.rd-sidebar{grid-template-columns:1fr;}.rd-follow-inner{display:block;text-align:center;}.rd-social-links{justify-content:center;margin-top:20px;}.rd-form-row{grid-template-columns:1fr;}.entry-content .alignwide,.entry-content .alignfull{margin-left:0;margin-right:0;max-width:100%;width:100%;}.entry-content table{font-size:14px;}.rd-main-wrap{padding-bottom:52px;}}@media (max-width:640px){.rd-post-grid,.rd-related .rd-post-grid{grid-template-columns:1fr;}.rd-header-row{min-height:70px;gap:10px;}.site-branding{min-width:0;}.custom-logo-link{min-width:0;}.custom-logo{max-height:46px;max-width:min(230px,48vw);object-fit:contain;}.rd-logo-mark{width:38px;height:38px;flex:0 0 38px;}.rd-logo-text small{display:none;}.rd-icon-button{width:40px;height:40px;flex:0 0 40px;}.rd-entry{padding:clamp(20px,5vw,28px);}.post-navigation .nav-links{grid-template-columns:1fr;}.search-form{display:grid;grid-template-columns:1fr;}.search-submit{width:100%;}.rd-page-header{padding:22px 20px;}.comments-area{padding:22px 20px;}}@media (max-width:480px){.rd-read-more{width:100%;min-width:0;align-self:stretch;}:root{--rd-gutter:11px;--rd-layout-gap:16px;}.rd-logo-fallback{font-size:19px;gap:8px;}.rd-logo-mark{width:34px;height:34px;flex-basis:34px;border-radius:7px;font-size:17px;}.custom-logo{max-width:min(195px,46vw);}.rd-header-actions{gap:5px;}.rd-icon-button{width:38px;height:38px;flex-basis:38px;}.rd-section-title{font-size:clamp(24px,7vw,27px);}.rd-card-title{font-size:19px;}.entry-title{font-size:clamp(28px,8vw,34px);}.widget,.rd-widget{padding:19px;}.rd-card-body{padding:17px;}.rd-main-wrap{padding-top:22px;}.rd-home{padding-bottom:48px;}.rd-footer-menu ul{gap:8px 16px;}}@media (max-width:390px){.rd-logo-text{max-width:118px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.rd-icon-button{width:36px;height:36px;flex-basis:36px;}.rd-header-row{gap:7px;}.rd-card-body{padding:16px;}.rd-entry{padding-inline:17px;}.widget,.rd-widget{padding:17px;}.rd-latest-item{grid-template-columns:76px minmax(0,1fr);gap:10px;}}@media (max-width:320px){:root{--rd-gutter:8px;--rd-layout-gap:13px;}#wp-calendar{--rd-calendar-circle-size:23px;}body{font-size:15px;}.rd-header-row{min-height:64px;}.rd-logo-text{max-width:84px;font-size:16px;}.rd-logo-mark{width:31px;height:31px;flex-basis:31px;font-size:15px;}.custom-logo{max-height:38px;max-width:125px;}.rd-icon-button{width:34px;height:34px;flex-basis:34px;}.rd-entry{padding:16px 13px;}.widget,.rd-widget{padding:15px 13px;}.rd-latest-item{grid-template-columns:66px minmax(0,1fr);gap:8px;}.rd-latest-title{font-size:13px;}.rd-section-title{font-size:23px;}.entry-title{font-size:27px;}.rd-social-links a{width:39px;height:39px;}}@media (max-width:260px){#wp-calendar{--rd-calendar-circle-size:21px;font-size:12px;}#wp-calendar th,#wp-calendar td{padding-inline:0;}.rd-logo-text{display:none;}.custom-logo{max-width:96px;}.rd-header-actions{margin-left:auto;}.rd-entry{padding-inline:10px;}.rd-latest-item{grid-template-columns:1fr;}.rd-latest-thumb{width:100%;}}@media (max-height:520px) and (orientation:landscape){.rd-primary-nav{max-height:calc(100dvh - 78px);}.rd-scroll-top,.rd-theme-toggle{bottom:max(10px,env(safe-area-inset-bottom));}}@media (hover:none) and (pointer:coarse){.rd-post-card:hover,.rd-social-links a:hover,.rd-theme-toggle:hover,.rd-scroll-top:hover{transform:none;}.rd-icon-button,.page-numbers,.rd-social-mini a{min-width:44px;min-height:44px;}}@media (forced-colors:active){.rd-card-shell,.rd-post-card,.widget,.rd-widget,.rd-icon-button,.page-numbers{border:1px solid CanvasText;}.rd-section-title::after{background:Highlight;}}@supports not (overflow:clip){body{overflow-x:hidden;}}@media print{.site-header,.rd-sidebar,.site-footer,.rd-scroll-top,.post-navigation,.comments-area{display:none!important;}body{background:#fff;color:#000;font-size:12pt;}.rd-layout{display:block;}.rd-card-shell{border:0;box-shadow:none;}.rd-entry{padding:0;}a{color:#000;text-decoration:underline;}}html{color-scheme:light;background:var(--rd-bg);}html[data-theme="dark"]{color-scheme:dark;--rd-primary:#0F766E;--rd-primary-dark:#7AD9CB;--rd-primary-soft:#173D38;--rd-heading:#F4FBF9;--rd-text:#D9EEE9;--rd-muted:#A8C9C2;--rd-bg:#081C1A;--rd-card:#102A27;--rd-border:#36776E;--rd-shadow:0 14px 38px rgba(0,0,0,.40);}body,.site-header,.rd-search-panel,.rd-primary-nav,.rd-primary-nav .sub-menu,.rd-icon-button,.search-field,.rd-card-shell,.rd-post-card,.page-numbers,.post-navigation a,.comments-area,.widget,.rd-widget,.comment-form input[type="text"],.comment-form input[type="email"],.comment-form input[type="url"],.comment-form textarea,.rd-form input[type="text"],.rd-form input[type="email"],.rd-form textarea,.rd-form select,.rd-newsletter-form input{transition:background-color 220ms ease,color 220ms ease,border-color 220ms ease,box-shadow 220ms ease;}.rd-theme-toggle{position:fixed;right:max(22px,env(safe-area-inset-right));bottom:max(22px,env(safe-area-inset-bottom));width:48px;height:48px;display:grid;place-items:center;padding:0;border:1px solid rgba(255,255,255,.32);border-radius:50%;background:var(--rd-primary);color:#fff;box-shadow:0 10px 28px rgba(12,96,76,.28);z-index:999;transition:transform var(--rd-transition),background var(--rd-transition),box-shadow var(--rd-transition),border-color var(--rd-transition);}.rd-theme-toggle:hover,.rd-theme-toggle:focus-visible{background:var(--rd-primary-dark);transform:translateY(-3px) scale(1.05);box-shadow:0 14px 32px rgba(12,96,76,.34);}.rd-theme-toggle:focus-visible,.rd-scroll-top:focus-visible{outline:3px solid rgba(112,221,183,.42);outline-offset:3px;}.rd-theme-icon{grid-area:1 / 1;}.rd-icon-sun{display:none;}html[data-theme="dark"] .rd-icon-moon{display:none;}html[data-theme="dark"] .rd-icon-sun{display:block;}.rd-scroll-top{width:48px;height:48px;padding:0;border-radius:50%;z-index:999;}.rd-scroll-top:hover,.rd-scroll-top:focus-visible{transform:translateY(-3px) scale(1.05);}.rd-scroll-top.is-visible{transform:translateY(0);}.rd-scroll-top.is-visible:hover,.rd-scroll-top.is-visible:focus-visible{transform:translateY(-3px) scale(1.05);}html[data-theme="dark"] body{background:var(--rd-bg);color:var(--rd-text);}html[data-theme="dark"] .site-header,html[data-theme="dark"] .rd-search-panel,html[data-theme="dark"] .rd-primary-nav .sub-menu,html[data-theme="dark"] .rd-icon-button,html[data-theme="dark"] .search-field,html[data-theme="dark"] .rd-card-shell,html[data-theme="dark"] .rd-post-card,html[data-theme="dark"] .page-numbers,html[data-theme="dark"] .post-navigation a,html[data-theme="dark"] .comments-area,html[data-theme="dark"] .widget,html[data-theme="dark"] .rd-widget,html[data-theme="dark"] .comment-form input[type="text"],html[data-theme="dark"] .comment-form input[type="email"],html[data-theme="dark"] .comment-form input[type="url"],html[data-theme="dark"] .comment-form textarea,html[data-theme="dark"] .rd-form input[type="text"],html[data-theme="dark"] .rd-form input[type="email"],html[data-theme="dark"] .rd-form textarea,html[data-theme="dark"] .rd-form select,html[data-theme="dark"] .rd-newsletter-form input{background:var(--rd-card);color:var(--rd-text);border-color:var(--rd-border);}html[data-theme="dark"] .site-header.is-sticky{box-shadow:0 10px 30px rgba(0,0,0,.35);}html[data-theme="dark"] .rd-primary-nav a,html[data-theme="dark"] .rd-logo-fallback,html[data-theme="dark"] .rd-icon-button,html[data-theme="dark"] .rd-card-title a,html[data-theme="dark"] .entry-content,html[data-theme="dark"] .widget li a,html[data-theme="dark"] .rd-widget li a,html[data-theme="dark"] .rd-latest-title a,html[data-theme="dark"] .post-navigation a,html[data-theme="dark"] .page-numbers,html[data-theme="dark"] input,html[data-theme="dark"] textarea,html[data-theme="dark"] select{color:var(--rd-text);}html[data-theme="dark"] .rd-primary-nav .current-menu-item>a,html[data-theme="dark"] .rd-primary-nav .current-menu-ancestor>a,html[data-theme="dark"] .rd-primary-nav a:hover,html[data-theme="dark"] .rd-card-title a:hover,html[data-theme="dark"] .rd-latest-title a:hover,html[data-theme="dark"] .widget li a:hover,html[data-theme="dark"] .rd-widget li a:hover{color:var(--rd-primary);}html[data-theme="dark"] .rd-primary-nav .sub-menu a:hover,html[data-theme="dark"] .rd-icon-button:hover,html[data-theme="dark"] .post-navigation a:hover{background:var(--rd-primary-soft);}html[data-theme="dark"] .rd-card-thumb,html[data-theme="dark"] .entry-featured-image,html[data-theme="dark"] .rd-latest-thumb{background:#173D38;}html[data-theme="dark"] .rd-thumb-placeholder{background:linear-gradient(135deg,#1B4A44,#081C1A);}html[data-theme="dark"] .entry-content th{background:#1B423D;color:var(--rd-heading);}html[data-theme="dark"] .entry-content blockquote{background:var(--rd-primary-soft);color:var(--rd-heading);}html[data-theme="dark"] .widget li,html[data-theme="dark"] .rd-widget li{border-bottom-color:var(--rd-border);}html[data-theme="dark"] .rd-profile-image{border-color:#285E57;box-shadow:0 8px 22px rgba(0,0,0,.35);}html[data-theme="dark"] .rd-social-mini a{background:var(--rd-primary-soft);color:var(--rd-primary);}html[data-theme="dark"] .rd-social-mini a:hover{background:var(--rd-primary);color:#081C1A;}html[data-theme="dark"] .search-field::placeholder,html[data-theme="dark"] input::placeholder,html[data-theme="dark"] textarea::placeholder{color:#A8C9C2;opacity:1;}html[data-theme="dark"] .rd-notice-success{background:#123222;color:#9de2b8;border-color:#24563b;}html[data-theme="dark"] .rd-notice-error{background:#351b22;color:#f0adb9;border-color:#65303c;}html[data-theme="dark"] .screen-reader-text:focus{background:var(--rd-card);color:var(--rd-heading);}html[data-theme="dark"] code,html[data-theme="dark"] pre{background:#04110D;color:#D9EEE9;border-color:var(--rd-border);}html[data-theme="dark"] hr,html[data-theme="dark"] .wp-block-separator{border-color:var(--rd-border);}html[data-theme="dark"]::selection{background:#115e59;color:#fff;}@media (max-width:1180px){html[data-theme="dark"] .rd-primary-nav{background:var(--rd-card);border-color:var(--rd-border);}}@media (max-width:480px){.rd-scroll-top{left:max(14px,env(safe-area-inset-left));bottom:max(14px,env(safe-area-inset-bottom));width:44px;height:44px;}.rd-theme-toggle{right:max(14px,env(safe-area-inset-right));bottom:max(14px,env(safe-area-inset-bottom));width:44px;height:44px;}}@media (prefers-reduced-motion:reduce){.rd-theme-toggle,.rd-scroll-top,body,.site-header,.rd-search-panel,.rd-primary-nav,.rd-primary-nav .sub-menu,.rd-icon-button,.search-field,.rd-card-shell,.rd-post-card,.page-numbers,.post-navigation a,.comments-area,.widget,.rd-widget{transition:none !important;}}@media print{.rd-theme-toggle{display:none !important;}}.rd-post-share{display:block;padding:14px 16px;border:1px solid var(--rd-border);border-radius:16px;background:linear-gradient(135deg,var(--rd-primary-soft),var(--rd-card));}.rd-post-share--top{margin:16px 0 4px;}.rd-post-share--bottom{margin:26px 0 4px;}.rd-share-icons{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:9px;}.rd-share-button{width:33px;height:33px;min-width:33px;display:inline-grid;place-items:center;padding:0;overflow:hidden;border:1px solid rgba(255,255,255,.3);border-radius:50%;color:#fff !important;text-decoration:none !important;box-shadow:0 7px 18px rgba(14,36,30,.16);transition:transform 180ms ease,box-shadow 180ms ease,filter 180ms ease;}.rd-share-button svg{width:15px;height:15px;display:block;fill:currentColor;}.rd-share-button:hover,.rd-share-button:focus-visible{color:#fff !important;transform:translateY(-3px) scale(1.08);filter:brightness(1.06);box-shadow:0 11px 24px rgba(14,36,30,.24);}.rd-share-button:focus-visible{outline:3px solid rgba(12,96,76,.32);outline-offset:3px;}.rd-share-facebook{background:#1877f2;}.rd-share-x{background:#000000;}.rd-share-linkedin{background:#0a66c2;}.rd-share-quora{background:#b92b27;}.rd-share-pinterest{background:#e60023;}.rd-share-reddit{background:#ff4500;}.rd-share-telegram{background:#26a5e4;}.rd-share-whatsapp{background:#25d366;}html[data-theme="dark"] .rd-post-share{background:linear-gradient(135deg,var(--rd-primary-soft),var(--rd-card));border-color:var(--rd-border);}html[data-theme="dark"] .rd-share-x{border-color:rgba(255,255,255,.5);}@media (max-width:480px){.rd-post-share{padding:13px;}.rd-share-icons{gap:8px;}.rd-share-button{width:30px;height:30px;min-width:30px;}.rd-share-button svg{width:13.5px;height:13.5px;}}@media (max-width:340px){.rd-share-button{width:28.5px;height:28.5px;min-width:28.5px;}}@media (prefers-reduced-motion:reduce){.rd-share-button{transition:none !important;}}@media print{.rd-post-share{display:none !important;}}.rd-sidebar .rd-sidebar-social-icons{justify-content:center;gap:9px;margin-top:15px;}.rd-sidebar .rd-sidebar-social-icons .rd-share-button{flex:0 0 auto;}.rd-sidebar .rd-social-placeholder{cursor:default;}.rd-sidebar .rd-social-placeholder:hover,.rd-sidebar .rd-social-placeholder:focus-visible{transform:none;filter:none;}html[data-theme="dark"] .rd-sidebar .rd-profile:hover,html[data-theme="dark"] .rd-sidebar .rd-profile:focus-within{border-color:rgba(112,221,183,.5);box-shadow:0 15px 36px rgba(0,0,0,.38);}@media (prefers-reduced-motion:reduce){.rd-sidebar .rd-profile,.rd-sidebar .rd-profile:hover,.rd-sidebar .rd-profile:focus-within{transform:none !important;transition:none !important;}}.rd-sidebar .rd-profile .rd-sidebar-social-icons .rd-share-button{transform-origin:center center;will-change:transform;}@media (hover:hover) and (pointer:fine){.rd-sidebar .rd-profile .rd-sidebar-social-icons .rd-share-button:hover{transform:translateY(-3px) scale(1.15);filter:brightness(1.08);box-shadow:0 12px 25px rgba(14,36,30,.27);}}.rd-sidebar .rd-profile .rd-sidebar-social-icons .rd-share-button:focus-visible{transform:translateY(-3px) scale(1.15);filter:brightness(1.08);box-shadow:0 12px 25px rgba(14,36,30,.27);}@media (prefers-reduced-motion:reduce){.rd-sidebar .rd-profile .rd-sidebar-social-icons .rd-share-button,.rd-sidebar .rd-profile .rd-sidebar-social-icons .rd-share-button:hover,.rd-sidebar .rd-profile .rd-sidebar-social-icons .rd-share-button:focus-visible{transform:none !important;transition:none !important;}}.single-post .entry-title{font-size:40px;}.single-post .entry-content h2{font-size:24px;line-height:1.32;}@media (max-width:480px){.single-post .entry-title{font-size:clamp(20px,calc(8vw - 8px),26px);}}@media (max-width:320px){.single-post .entry-title{font-size:19px;}}.single-post .rd-single-post-header{margin-bottom:0;}.single-post .rd-single-post-header .rd-post-share{margin-bottom:30px;}.single-post .rd-single-post-sequence .entry-featured-image{margin-top:0;margin-bottom:34px;}.single-post .rd-single-post-content{margin-top:0;}.single-post .rd-single-post-content>:first-child{margin-top:0;}.single-post .rd-single-post-sequence>.rd-post-share:last-child{margin-top:32px;margin-bottom:0;}.single-post .rd-entry,.page .rd-entry{padding-left:max(0px,calc(clamp(24px,4vw,46px) - 10px));padding-right:max(0px,calc(clamp(24px,4vw,46px) - 10px));}@media (max-width:640px){.single-post .rd-entry,.page .rd-entry{padding-left:max(0px,calc(clamp(20px,5vw,28px) - 10px));padding-right:max(0px,calc(clamp(20px,5vw,28px) - 10px));}}.page .entry-content .rd-page-intro{font-size:clamp(1.05rem,1.3vw,1.18rem);line-height:1.8;padding:clamp(16px,2vw,24px);margin:0 0 28px;color:var(--rd-heading);background:var(--rd-primary-soft);border-inline-start:4px solid var(--rd-primary);border-radius:var(--rd-radius);}.page .entry-content>h2{scroll-margin-top:110px;}.page .entry-content>ul,.page .entry-content>ol{padding-inline-start:1.35rem;}.page .entry-content>ul li,.page .entry-content>ol li{margin-bottom:.55rem;}html[data-theme="dark"] .page .entry-content .rd-page-intro,body.rd-dark-mode .page .entry-content .rd-page-intro{background:rgba(12,96,76,.12);color:var(--rd-heading);}.rd-latest-widget{min-width:0;overflow:hidden;}.rd-latest-widget .rd-latest-list{position:relative;width:100%;height:min(620px,68vh);min-height:320px;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:auto;touch-action:pan-y;contain:layout paint;}.rd-latest-widget .rd-latest-list::-webkit-scrollbar{width:0;height:0;display:none;}.rd-latest-widget .rd-latest-item{min-width:0;flex-shrink:0;}.rd-latest-widget .rd-latest-item-clone{pointer-events:none;user-select:none;}.rd-latest-widget .rd-latest-list:hover,.rd-latest-widget .rd-latest-list:focus-within{cursor:default;}@media (max-width:1199px){.rd-latest-widget .rd-latest-list{height:min(560px,66vh);min-height:300px;}}@media (max-width:767px){.rd-latest-widget .rd-latest-list{height:min(500px,64vh);min-height:280px;}}@media (max-width:479px){.rd-latest-widget .rd-latest-list{height:min(440px,60vh);min-height:250px;}}@media (max-width:320px){.rd-latest-widget .rd-latest-list{height:min(400px,58vh);min-height:230px;}}@media (max-height:520px) and (orientation:landscape){.rd-latest-widget .rd-latest-list{height:min(360px,54vh);min-height:210px;}}@media (min-width:1920px){.rd-latest-widget .rd-latest-list{height:min(680px,70vh);}}@media (prefers-reduced-motion:reduce){.rd-latest-widget .rd-latest-list{height:auto;min-height:0;max-height:none;overflow:visible;}.rd-latest-widget .rd-latest-item-clone{display:none;}}.rd-header-engagement{display:inline-flex;min-height:40px;align-items:center;gap:7px;padding:6px 11px;border:1px solid rgba(12,96,76,.28);border-radius:999px;background:rgba(12,96,76,.08);color:var(--rd-heading);white-space:nowrap;}.rd-header-engagement-label{font-size:11px;font-weight:800;line-height:1;}.rd-header-engagement-value{color:var(--rd-primary-dark);font-size:12px;font-weight:800;font-variant-numeric:tabular-nums;letter-spacing:.025em;line-height:1;}html[data-theme="dark"] .rd-header-engagement,body.rd-dark-mode .rd-header-engagement{border-color:rgba(112,221,183,.30);background:rgba(12,96,76,.12);}html[data-theme="dark"] .rd-header-engagement-value,body.rd-dark-mode .rd-header-engagement-value{color:#7AD9CB;}@media (max-width:1199px){.rd-header-engagement-label{display:none;}.rd-header-engagement{padding-inline:10px;}}@media (max-width:479px){.rd-header-engagement{min-height:36px;padding:5px 8px;}.rd-header-engagement-value{font-size:11px;}}@media (max-width:359px){.rd-header-engagement{display:none;}}.rd-header-engagement{display:inline-flex !important;flex:0 0 auto;min-width:88px;min-height:40px;align-items:center;justify-content:center;gap:0;padding:6px 12px;visibility:visible !important;opacity:1 !important;}.rd-header-engagement-label{display:none !important;}.rd-header-engagement-value{display:inline-block;min-width:8ch;color:var(--rd-primary-dark);font-size:13px;font-weight:900;font-variant-numeric:tabular-nums;letter-spacing:.04em;line-height:1;text-align:center;visibility:visible !important;opacity:1 !important;}@media (max-width:479px){.rd-header-engagement{display:inline-flex !important;min-width:78px;min-height:36px;padding:5px 8px;}.rd-header-engagement-value{min-width:8ch;font-size:11.5px;letter-spacing:.025em;}}@media (max-width:359px){.rd-header-engagement{display:inline-flex !important;min-width:74px;padding-inline:6px;}.rd-header-engagement-value{font-size:11px;}}.rd-latest-widget .rd-latest-list[data-rd-latest-scroll]{display:block;position:relative;overflow:hidden !important;overflow-x:hidden !important;overflow-y:hidden !important;scroll-behavior:auto;overscroll-behavior:contain;touch-action:none;cursor:grab;contain:layout paint;}.rd-latest-widget .rd-latest-list[data-rd-latest-scroll]:active,.rd-latest-widget .rd-latest-list[data-rd-latest-scroll].is-manual-scrolling{cursor:grabbing;user-select:none;}.rd-latest-widget .rd-latest-list[data-rd-latest-scroll]:focus-visible{outline:3px solid rgba(12,96,76,.28);outline-offset:5px;border-radius:8px;}.rd-latest-widget .rd-latest-list[data-rd-latest-scroll]::after{content:"";position:absolute;right:2px;top:8px;bottom:8px;width:3px;border-radius:999px;background:linear-gradient(to bottom,rgba(12,96,76,.38),rgba(12,96,76,.06));opacity:.42;pointer-events:none;transition:opacity .18s ease;}.rd-latest-widget .rd-latest-list[data-rd-latest-scroll]:hover::after,.rd-latest-widget .rd-latest-list[data-rd-latest-scroll]:focus-visible::after,.rd-latest-widget .rd-latest-list[data-rd-latest-scroll].is-manual-scrolling::after{opacity:.9;}.rd-latest-widget .rd-latest-scroll-track{display:grid;grid-template-columns:minmax(0,1fr);gap:13px;width:100%;min-width:0;will-change:transform;transform:translate3d(0,0,0);backface-visibility:hidden;}.rd-latest-widget .rd-latest-scroll-track>.rd-latest-item{width:100%;min-width:0;margin:0;}.rd-latest-widget .rd-latest-item-clone{pointer-events:none;user-select:none;}@media (max-width:479px){.rd-latest-widget .rd-latest-scroll-track{gap:11px;}}@media (max-width:320px){.rd-latest-widget .rd-latest-scroll-track{gap:10px;}}.rd-sidebar-engagement{display:flex;width:100%;min-height:58px;align-items:center;justify-content:center;margin-top:14px;padding:12px 14px;border:1px solid rgba(12,96,76,.24);border-radius:calc(var(--rd-radius) - 4px);background:linear-gradient(145deg,rgba(12,96,76,.12),rgba(12,96,76,.035));text-align:center;}.rd-sidebar-engagement-value{display:inline-block;min-width:8ch;color:var(--rd-primary-dark);font-size:clamp(24px,2.2vw,30px);font-weight:900;font-variant-numeric:tabular-nums;letter-spacing:.045em;line-height:1;text-align:center;}html[data-theme="dark"] .rd-sidebar-engagement,body.rd-dark-mode .rd-sidebar-engagement{border-color:rgba(112,221,183,.24);background:linear-gradient(145deg,rgba(12,96,76,.14),rgba(255,255,255,.025));}html[data-theme="dark"] .rd-sidebar-engagement-value,body.rd-dark-mode .rd-sidebar-engagement-value{color:#7AD9CB;}@media (max-width:479px){.rd-sidebar-engagement{min-height:52px;padding:10px 12px;}.rd-sidebar-engagement-value{font-size:23px;}}@media (max-width:340px){.rd-sidebar-engagement-value{font-size:20px;}}.rd-location-widget>.rd-location-note{margin-top:16px;margin-bottom:0;}.rd-location-widget>.rd-location-note+.rd-sidebar-engagement{margin-top:14px;margin-bottom:0;}.rd-location-row-address{align-items:flex-start;}.rd-location-row-address .rd-location-description{max-width:58%;overflow-wrap:anywhere;line-height:1.45;}.rd-precise-location-action{margin:14px 0 18px;}.rd-precise-location-button{display:inline-flex;width:100%;min-height:42px;align-items:center;justify-content:center;padding:9px 14px;border:1px solid rgba(12,96,76,.38);border-radius:10px;background:var(--rd-primary);color:#fff;font:inherit;font-size:13px;font-weight:800;line-height:1.2;cursor:pointer;box-shadow:0 7px 18px rgba(12,96,76,.16);transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease;}.rd-precise-location-button:hover,.rd-precise-location-button:focus-visible{transform:translateY(-2px) scale(1.015);box-shadow:0 10px 24px rgba(12,96,76,.24);}.rd-precise-location-button:disabled{cursor:wait;opacity:.68;transform:none;}.rd-precise-location-status{margin:8px 0 0;color:var(--rd-muted);font-size:11px;line-height:1.5;}.rd-precise-location-status[data-state="error"]{color:#a33a32;}.rd-precise-location-status[data-state="ready"]{color:var(--rd-primary-dark);}html[data-theme="dark"] .rd-precise-location-status[data-state="error"],body.rd-dark-mode .rd-precise-location-status[data-state="error"]{color:#ffaaa3;}@media (max-width:420px){.rd-location-row-address{display:block;}.rd-location-row-address .rd-location-term,.rd-location-row-address .rd-location-description{max-width:none;width:100%;text-align:left;}.rd-location-row-address .rd-location-description{margin-top:5px;}}.rd-visitor-profile-widget.rd-widget{background:var(--rd-card);border-color:var(--rd-border);box-shadow:0 6px 22px rgba(15,23,42,.035);}html[data-theme="dark"] .rd-visitor-profile-widget.rd-widget,body.rd-dark-mode .rd-visitor-profile-widget.rd-widget{background:var(--rd-card);border-color:var(--rd-border);}.rd-weather-widget{overflow:hidden;background:var(--rd-card);}.rd-weather-status{margin:-4px 0 14px;color:var(--rd-muted);font-size:12px;line-height:1.5;}.rd-weather-status[hidden]{display:none;}.rd-weather-status[data-state="error"]{color:#b42318;}.rd-weather-current{display:grid;grid-template-columns:76px minmax(0,1fr);gap:14px;align-items:center;margin-bottom:15px;padding:15px;border:1px solid rgba(12,96,76,.22);border-radius:14px;background:linear-gradient(145deg,rgba(12,96,76,.11),rgba(12,96,76,.025));}.rd-weather-current-icon{display:grid;width:70px;height:70px;place-items:center;}.rd-weather-current-icon svg{width:66px;height:66px;}.rd-weather-current-copy{min-width:0;}.rd-weather-current-temp{display:block;color:var(--rd-heading);font-size:clamp(30px,4vw,42px);font-weight:800;font-variant-numeric:tabular-nums;line-height:1;}.rd-weather-current-condition{display:block;margin-top:6px;color:var(--rd-text);font-size:13px;font-weight:700;}.rd-weather-location{display:block;margin-top:4px;color:var(--rd-muted);font-size:10px;line-height:1.4;overflow-wrap:anywhere;}.rd-weather-forecast{display:grid;gap:7px;}.rd-weather-day{display:grid;grid-template-columns:minmax(48px,.8fr) 38px minmax(72px,1fr) minmax(50px,.75fr);gap:8px;align-items:center;min-width:0;padding:9px 10px;border:1px solid var(--rd-border);border-radius:11px;background:var(--rd-card);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;}@media (hover:hover) and (pointer:fine){.rd-weather-day:hover{transform:translateY(-2px);border-color:rgba(12,96,76,.42);box-shadow:0 7px 16px rgba(17,61,51,.08);}}.rd-weather-day-name{color:var(--rd-heading);font-size:12px;font-weight:800;}.rd-weather-day-icon{display:grid;width:36px;height:36px;place-items:center;}.rd-weather-day-icon svg{width:34px;height:34px;}.rd-weather-day-temp{display:flex;align-items:baseline;gap:7px;min-width:0;font-variant-numeric:tabular-nums;}.rd-weather-day-temp strong{color:var(--rd-heading);font-size:13px;}.rd-weather-day-temp span{color:var(--rd-muted);font-size:11px;}.rd-weather-rain{display:inline-flex;align-items:center;justify-content:flex-end;gap:4px;color:#0284c7;font-size:11px;font-weight:800;font-variant-numeric:tabular-nums;}.rd-weather-rain svg{width:15px;height:15px;fill:currentColor;}.rd-weather-source{margin:12px 0 0;color:var(--rd-muted);font-size:9px;line-height:1.4;text-align:right;}.rd-weather-source a{color:var(--rd-primary-dark);font-weight:700;}html[data-theme="dark"] .rd-weather-current,body.rd-dark-mode .rd-weather-current{background:linear-gradient(145deg,rgba(112,221,183,.10),rgba(112,221,183,.025));border-color:rgba(112,221,183,.22);}html[data-theme="dark"] .rd-weather-status[data-state="error"],body.rd-dark-mode .rd-weather-status[data-state="error"]{color:#fda29b;}@media (max-width:480px){.rd-weather-current{grid-template-columns:62px minmax(0,1fr);gap:10px;padding:12px;}.rd-weather-current-icon,.rd-weather-current-icon svg{width:58px;height:58px;}.rd-weather-day{grid-template-columns:minmax(44px,.72fr) 34px minmax(64px,.9fr) minmax(46px,.66fr);gap:6px;padding:8px;}.rd-weather-day-icon,.rd-weather-day-icon svg{width:31px;height:31px;}}@media (max-width:340px){.rd-weather-day{grid-template-columns:1fr 32px auto;}.rd-weather-rain{grid-column:1 / -1;justify-content:flex-start;padding-left:2px;}}.rd-weather-heading-row{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:10px;}.rd-weather-heading-row .rd-widget-title{flex:1 1 auto;margin-bottom:0;}.rd-weather-location-button{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;gap:6px;min-height:36px;max-width:150px;padding:7px 10px;border:1px solid rgba(12,96,76,.34);border-radius:999px;background:rgba(12,96,76,.09);color:var(--rd-primary-dark);font-size:10px;font-weight:800;line-height:1.2;cursor:pointer;transition:transform .18s ease,background-color .18s ease,color .18s ease,box-shadow .18s ease;}.rd-weather-location-button svg{width:15px;height:15px;flex:0 0 15px;fill:currentColor;}.rd-weather-location-button:hover,.rd-weather-location-button:focus-visible{transform:translateY(-1px);background:var(--rd-primary);color:#fff;box-shadow:0 7px 18px rgba(12,96,76,.2);}.rd-weather-location-button:disabled{opacity:.55;cursor:wait;transform:none;}.rd-weather-capture{min-width:0;}.rd-weather-legend{display:flex;justify-content:flex-end;gap:12px;margin:-4px 2px 8px;color:var(--rd-muted);font-size:9px;font-weight:700;}.rd-weather-legend span{display:inline-flex;align-items:center;gap:5px;}.rd-weather-legend i{width:8px;height:8px;border-radius:50%;}.rd-weather-legend-rain{background:#0284c7;}.rd-weather-legend-storm{background:#b45309;}.rd-weather-day{grid-template-columns:minmax(46px,.7fr) 36px minmax(68px,.9fr) minmax(64px,.8fr);}.rd-weather-probabilities{display:grid;gap:4px;justify-items:end;min-width:0;}.rd-weather-rain,.rd-weather-storm{display:inline-flex;align-items:center;justify-content:flex-end;gap:4px;width:100%;font-size:10px;font-weight:800;font-variant-numeric:tabular-nums;}.rd-weather-rain{color:#0284c7;}.rd-weather-storm{color:#b45309;}.rd-weather-rain svg,.rd-weather-storm svg{width:13px;height:13px;flex:0 0 13px;fill:currentColor;}.rd-weather-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:13px;}.rd-weather-action{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:40px;padding:8px 10px;border:1px solid rgba(12,96,76,.3);border-radius:11px;background:rgba(12,96,76,.075);color:var(--rd-primary-dark);font-size:10px;font-weight:800;line-height:1.2;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,color .18s ease;}.rd-weather-action svg{width:15px;height:15px;flex:0 0 15px;fill:currentColor;}.rd-weather-action-screenshot{grid-column:1 / -1;}.rd-weather-action:hover,.rd-weather-action:focus-visible{transform:translateY(-2px);background:var(--rd-primary);color:#fff;box-shadow:0 8px 18px rgba(12,96,76,.2);}.rd-weather-action:disabled{opacity:.48;cursor:not-allowed;transform:none;box-shadow:none;}html[data-theme="dark"] .rd-weather-location-button,html[data-theme="dark"] .rd-weather-action,body.rd-dark-mode .rd-weather-location-button,body.rd-dark-mode .rd-weather-action{border-color:rgba(112,221,183,.28);background:rgba(112,221,183,.08);color:#7AD9CB;}@media (max-width:520px){.rd-weather-heading-row{align-items:stretch;flex-direction:column;}.rd-weather-location-button{width:100%;max-width:none;}}@media (max-width:380px){.rd-weather-day{grid-template-columns:minmax(42px,.7fr) 32px minmax(62px,.85fr);}.rd-weather-probabilities{grid-column:1 / -1;grid-template-columns:repeat(2,minmax(0,1fr));justify-items:stretch;padding-top:3px;}.rd-weather-rain,.rd-weather-storm{justify-content:center;}.rd-weather-actions{grid-template-columns:1fr;}.rd-weather-action-screenshot{grid-column:auto;}}@media (prefers-reduced-motion:reduce){.rd-latest-widget .rd-latest-list[data-rd-latest-scroll]{height:auto;min-height:0;max-height:none;overflow:visible !important;cursor:default;touch-action:auto;}.rd-latest-widget .rd-latest-scroll-track{transform:none !important;will-change:auto;}.rd-latest-widget .rd-latest-item-clone,.rd-latest-widget .rd-latest-list[data-rd-latest-scroll]::after{display:none !important;}}.rd-weather-current-temp{display:flex;flex-wrap:wrap;align-items:baseline;gap:5px;font-size:inherit;line-height:1.08;}.rd-weather-current-temp .rd-weather-temp-line{display:inline-flex;flex-wrap:wrap;align-items:baseline;gap:5px;max-width:100%;}.rd-weather-current-temp b{color:var(--rd-heading);font-size:clamp(27px,3.4vw,38px);font-style:normal;font-weight:800;}.rd-weather-current-temp i{color:var(--rd-muted);font-size:17px;font-style:normal;font-weight:700;}.rd-weather-current-temp em{color:var(--rd-primary-dark);font-size:clamp(17px,2.2vw,22px);font-style:normal;font-weight:800;}.rd-weather-day-temp{display:grid;gap:2px;align-items:center;min-width:0;font-variant-numeric:tabular-nums;}.rd-weather-day-temp .rd-weather-temp-line{display:flex;align-items:baseline;gap:3px;min-width:0;white-space:nowrap;}.rd-weather-day-temp small{width:10px;color:var(--rd-muted);font-size:8px;font-weight:800;}.rd-weather-day-temp b,.rd-weather-day-temp em,.rd-weather-day-temp i{font-style:normal;line-height:1.2;}.rd-weather-day-temp b{color:var(--rd-heading);font-size:10px;font-weight:800;}.rd-weather-day-temp i{color:var(--rd-muted);font-size:8px;font-weight:700;}.rd-weather-day-temp em{color:var(--rd-primary-dark);font-size:9px;font-weight:800;}@media (max-width:480px){.rd-weather-current-temp b{font-size:27px;}.rd-weather-current-temp em{font-size:16px;}.rd-weather-day-temp .rd-weather-temp-line{gap:2px;}.rd-weather-day-temp b{font-size:9px;}.rd-weather-day-temp em{font-size:8px;}}.rd-latest-widget.is-hover-paused .rd-latest-list[data-rd-latest-scroll],.rd-latest-widget:hover .rd-latest-list[data-rd-latest-scroll]{cursor:grab;}.rd-latest-widget .rd-latest-item-clone{pointer-events:auto;}.rd-latest-widget .rd-latest-item a{position:relative;z-index:2;pointer-events:auto;cursor:pointer;}.rd-latest-widget .rd-latest-item a:focus-visible{outline:3px solid rgba(12,96,76,.30);outline-offset:3px;border-radius:5px;}html[data-theme="dark"] .site-header,html[data-theme="dark"] .rd-search-panel,html[data-theme="dark"] .rd-primary-nav .sub-menu,html[data-theme="dark"] .rd-icon-button,html[data-theme="dark"] .search-field,html[data-theme="dark"] .rd-card-shell,html[data-theme="dark"] .rd-post-card,html[data-theme="dark"] .widget,html[data-theme="dark"] .rd-widget{background-color:var(--rd-card);border-color:var(--rd-border);}html[data-theme="dark"] .rd-primary-nav a,html[data-theme="dark"] .search-field,html[data-theme="dark"] input,html[data-theme="dark"] select,html[data-theme="dark"] textarea{color:var(--rd-text);}html[data-theme="dark"] .rd-primary-nav a:hover,html[data-theme="dark"] .rd-primary-nav .current-menu-item>a,html[data-theme="dark"] .rd-primary-nav .current-menu-ancestor>a{color:var(--rd-primary-dark);}html[data-theme="dark"] .site-footer{background:#081C1A;border-top-color:#285E57;}html[data-theme="dark"] .rd-theme-toggle,html[data-theme="dark"] .rd-scroll-top{background:#0F766E;border-color:rgba(112,221,183,.34);}html[data-theme="dark"] .rd-theme-toggle:hover,html[data-theme="dark"] .rd-theme-toggle:focus-visible,html[data-theme="dark"] .rd-scroll-top:hover,html[data-theme="dark"] .rd-scroll-top:focus-visible{background:#7AD9CB;color:#081C1A;}.rd-sidebar>.widget,.rd-sidebar>.rd-widget{background:#fff !important;color:#334A46;border-color:#E2E6DF;}.rd-sidebar>.rd-widget.rd-visitor-profile-widget,.rd-sidebar>.rd-widget.rd-weather-widget,.rd-sidebar>.rd-widget.rd-ip-security-widget,.rd-sidebar>.rd-widget.rd-location-widget,.rd-sidebar>.rd-widget.rd-location-map-widget,.rd-sidebar>.rd-widget.rd-profile,.rd-sidebar>.rd-widget.rd-latest-widget{background-image:none !important;background-color:#fff !important;}.rd-sidebar .rd-widget-title,.rd-sidebar .widget-title,.rd-sidebar .rd-profile-name,.rd-sidebar h2,.rd-sidebar h3{color:#153733;}.rd-sidebar p,.rd-sidebar li,.rd-sidebar label,.rd-sidebar input,.rd-sidebar select,.rd-sidebar textarea{color:#334A46;}.rd-sidebar .rd-location-status,.rd-sidebar .rd-location-note,.rd-sidebar .rd-precise-location-status,.rd-sidebar .rd-visitor-profile-note,.rd-sidebar .rd-local-profile-status,.rd-sidebar .rd-weather-status,.rd-sidebar .rd-weather-location,.rd-sidebar .rd-weather-legend,.rd-sidebar .rd-weather-source,.rd-sidebar .rd-ip-security-note,.rd-sidebar .rd-ip-security-status,.rd-sidebar .rd-latest-date,.rd-sidebar .rd-device-details span,.rd-sidebar .rd-ip-security-row>span{color:#61716E;}.rd-location-row .rd-location-term,.rd-location-row .rd-location-description{min-width:0;margin:0;overflow-wrap:anywhere;}.rd-location-row .rd-location-term{color:#153733;font-size:12px;font-weight:700;}.rd-location-row .rd-location-description{display:flex;justify-content:flex-end;color:#334A46;font-size:13px;font-weight:600;text-align:right;}.rd-weather-rain,.rd-weather-legend-rain+*{color:#075985;}.rd-weather-storm,.rd-weather-legend-storm+*{color:#92400E;}.rd-weather-legend-rain{background:#075985;}.rd-weather-legend-storm{background:#92400E;}.rd-location-status[data-state="ready"],.rd-location-map-status[data-state="ready"],.rd-ip-security-status[data-state="ready"]{color:#115e59;}.rd-weather-source a,.rd-sidebar a:not(.rd-share-button):not(.button):not(.rd-read-more){color:#115e59;}.rd-weather-source a:hover,.rd-sidebar a:not(.rd-share-button):not(.button):not(.rd-read-more):hover{color:#0E514B;}.rd-sidebar button:focus-visible,.rd-sidebar a:focus-visible,.rd-sidebar input:focus-visible,.rd-sidebar select:focus-visible,.rd-sidebar textarea:focus-visible{outline:3px solid #115e59;outline-offset:3px;}html[data-theme="dark"] .rd-sidebar>.widget,html[data-theme="dark"] .rd-sidebar>.rd-widget,body.rd-dark-mode .rd-sidebar>.widget,body.rd-dark-mode .rd-sidebar>.rd-widget{background:#102A27 !important;color:#D9EEE9;border-color:#36776E;}html[data-theme="dark"] .rd-sidebar>.rd-widget.rd-visitor-profile-widget,html[data-theme="dark"] .rd-sidebar>.rd-widget.rd-weather-widget,html[data-theme="dark"] .rd-sidebar>.rd-widget.rd-ip-security-widget,html[data-theme="dark"] .rd-sidebar>.rd-widget.rd-location-widget,html[data-theme="dark"] .rd-sidebar>.rd-widget.rd-location-map-widget,html[data-theme="dark"] .rd-sidebar>.rd-widget.rd-profile,html[data-theme="dark"] .rd-sidebar>.rd-widget.rd-latest-widget,body.rd-dark-mode .rd-sidebar>.rd-widget.rd-visitor-profile-widget,body.rd-dark-mode .rd-sidebar>.rd-widget.rd-weather-widget,body.rd-dark-mode .rd-sidebar>.rd-widget.rd-ip-security-widget,body.rd-dark-mode .rd-sidebar>.rd-widget.rd-location-widget,body.rd-dark-mode .rd-sidebar>.rd-widget.rd-location-map-widget,body.rd-dark-mode .rd-sidebar>.rd-widget.rd-profile,body.rd-dark-mode .rd-sidebar>.rd-widget.rd-latest-widget{background-image:none !important;background-color:#102A27 !important;}html[data-theme="dark"] .rd-sidebar .rd-widget-title,html[data-theme="dark"] .rd-sidebar .widget-title,html[data-theme="dark"] .rd-sidebar .rd-profile-name,html[data-theme="dark"] .rd-sidebar h2,html[data-theme="dark"] .rd-sidebar h3,body.rd-dark-mode .rd-sidebar .rd-widget-title,body.rd-dark-mode .rd-sidebar .widget-title,body.rd-dark-mode .rd-sidebar .rd-profile-name,body.rd-dark-mode .rd-sidebar h2,body.rd-dark-mode .rd-sidebar h3{color:#F4FBF9;}html[data-theme="dark"] .rd-sidebar p,html[data-theme="dark"] .rd-sidebar li,html[data-theme="dark"] .rd-sidebar label,html[data-theme="dark"] .rd-location-row .rd-location-description,body.rd-dark-mode .rd-sidebar p,body.rd-dark-mode .rd-sidebar li,body.rd-dark-mode .rd-sidebar label,body.rd-dark-mode .rd-location-row .rd-location-description{color:#D9EEE9;}html[data-theme="dark"] .rd-sidebar .rd-location-status,html[data-theme="dark"] .rd-sidebar .rd-location-note,html[data-theme="dark"] .rd-sidebar .rd-precise-location-status,html[data-theme="dark"] .rd-sidebar .rd-visitor-profile-note,html[data-theme="dark"] .rd-sidebar .rd-local-profile-status,html[data-theme="dark"] .rd-sidebar .rd-weather-status,html[data-theme="dark"] .rd-sidebar .rd-weather-location,html[data-theme="dark"] .rd-sidebar .rd-weather-legend,html[data-theme="dark"] .rd-sidebar .rd-weather-source,html[data-theme="dark"] .rd-sidebar .rd-ip-security-note,html[data-theme="dark"] .rd-sidebar .rd-ip-security-status,html[data-theme="dark"] .rd-sidebar .rd-latest-date,body.rd-dark-mode .rd-sidebar .rd-location-status,body.rd-dark-mode .rd-sidebar .rd-location-note,body.rd-dark-mode .rd-sidebar .rd-precise-location-status,body.rd-dark-mode .rd-sidebar .rd-visitor-profile-note,body.rd-dark-mode .rd-sidebar .rd-local-profile-status,body.rd-dark-mode .rd-sidebar .rd-weather-status,body.rd-dark-mode .rd-sidebar .rd-weather-location,body.rd-dark-mode .rd-sidebar .rd-weather-legend,body.rd-dark-mode .rd-sidebar .rd-weather-source,body.rd-dark-mode .rd-sidebar .rd-ip-security-note,body.rd-dark-mode .rd-sidebar .rd-ip-security-status,body.rd-dark-mode .rd-sidebar .rd-latest-date{color:#B9CEC6;}html[data-theme="dark"] .rd-location-row .rd-location-term,body.rd-dark-mode .rd-location-row .rd-location-term{color:#F4FBF9;}html[data-theme="dark"] .rd-sidebar a:not(.rd-share-button):not(.button):not(.rd-read-more),body.rd-dark-mode .rd-sidebar a:not(.rd-share-button):not(.button):not(.rd-read-more){color:#81DACC;}html[data-theme="dark"] .rd-weather-rain,body.rd-dark-mode .rd-weather-rain{color:#7DD3FC;}html[data-theme="dark"] .rd-weather-storm,body.rd-dark-mode .rd-weather-storm{color:#FDBA74;}.rd-weather-legend span:first-child{color:#075985;}.rd-weather-legend span:last-child{color:#92400E;}html[data-theme="dark"] .rd-weather-legend span:first-child,body.rd-dark-mode .rd-weather-legend span:first-child{color:#7DD3FC;}html[data-theme="dark"] .rd-weather-legend span:last-child,body.rd-dark-mode .rd-weather-legend span:last-child{color:#FDBA74;}:root{--rd-focus-ring:#115e59;--rd-agent-accent:#0F766E;}:where(a,button,input,select,textarea,[tabindex]):focus-visible{outline-color:var(--rd-focus-ring);}.search-submit,.rd-button,input[type="submit"],.wp-block-button__link,.page-numbers.current,.rd-scroll-top,.rd-theme-toggle{background-color:var(--rd-primary);color:#FFFFFF;}.search-submit:hover,.search-submit:focus-visible,.rd-button:hover,.rd-button:focus-visible,input[type="submit"]:hover,input[type="submit"]:focus-visible,.wp-block-button__link:hover,.wp-block-button__link:focus-visible{background-color:var(--rd-primary-dark);color:#FFFFFF;}html[data-theme="dark"] a:not(.rd-share-button):not(.button):not(.wp-block-button__link),html[data-theme="dark"] .rd-sidebar a:not(.rd-share-button):not(.button):not(.rd-read-more){color:#81DACC;}html[data-theme="dark"] a:not(.rd-share-button):not(.button):not(.wp-block-button__link):hover,html[data-theme="dark"] a:not(.rd-share-button):not(.button):not(.rd-read-more):focus-visible{color:#B9EEE6;}html[data-webmcp="ready"] [data-agent-action]{scroll-margin-top:110px;}body.blog .rd-content-area .rd-post-card,body.archive .rd-content-area .rd-post-card,.rd-related .rd-post-card{position:relative;transform-origin:center center;will-change:transform;transition:transform 360ms cubic-bezier(.2,.8,.2,1),box-shadow 360ms cubic-bezier(.2,.8,.2,1),border-color 260ms ease;}@media (hover:hover) and (pointer:fine){body.blog .rd-content-area .rd-post-card:hover,body.archive .rd-content-area .rd-post-card:hover,.rd-related .rd-post-card:hover{z-index:3;transform:translateY(-6px) scale(1.025);border-color:color-mix(in srgb,var(--rd-primary) 42%,var(--rd-border));box-shadow:0 18px 40px rgba(15,55,51,.16);}body.blog .rd-content-area .rd-post-card:hover .rd-card-thumb img,body.archive .rd-content-area .rd-post-card:hover .rd-card-thumb img,.rd-related .rd-post-card:hover .rd-card-thumb img{transform:scale(1.065);}}body.blog .rd-content-area .rd-post-card:focus-within,body.archive .rd-content-area .rd-post-card:focus-within,.rd-related .rd-post-card:focus-within{z-index:3;transform:translateY(-4px) scale(1.018);border-color:var(--rd-primary);box-shadow:0 16px 34px rgba(15,55,51,.15);}@media (prefers-reduced-motion:reduce){body.blog .rd-content-area .rd-post-card,body.archive .rd-content-area .rd-post-card,.rd-related .rd-post-card,body.blog .rd-content-area .rd-post-card .rd-card-thumb img,body.archive .rd-content-area .rd-post-card .rd-card-thumb img,.rd-related .rd-post-card .rd-card-thumb img{transition:none !important;}body.blog .rd-content-area .rd-post-card:hover,body.archive .rd-content-area .rd-post-card:hover,.rd-related .rd-post-card:hover,body.blog .rd-content-area .rd-post-card:focus-within,body.archive .rd-content-area .rd-post-card:focus-within,.rd-related .rd-post-card:focus-within{transform:none;}}.rd-default-brand-logo{display:inline-flex;align-items:center;max-width:min(520px,48vw);line-height:0;}.rd-default-brand-logo img{display:block;width:min(520px,100%);height:auto;max-height:82px;object-fit:contain;object-position:left center;}.custom-logo-link{display:inline-flex;align-items:center;max-width:min(520px,48vw);line-height:0;}.custom-logo-link img{width:auto;max-width:100%;max-height:82px;object-fit:contain;}.rank-math-breadcrumb,.rank-math-breadcrumb p{margin:0 0 18px;color:var(--rd-muted);font-size:.9rem;line-height:1.65;}.rank-math-breadcrumb a{color:var(--rd-primary);font-weight:700;}.rank-math-breadcrumb a:hover,.rank-math-breadcrumb a:focus-visible{color:var(--rd-primary-dark);}#ez-toc-container,.ez-toc-container,.ez-toc-widget-container,div#ez-toc-container{width:100%;max-width:100%;margin:24px 0;padding:clamp(16px,2.2vw,24px);border:1px solid var(--rd-border);border-radius:var(--rd-radius);background:var(--rd-card);color:var(--rd-text);box-shadow:0 8px 22px rgba(15,55,51,.06);}#ez-toc-container .ez-toc-title,.ez-toc-container .ez-toc-title{color:var(--rd-heading);font-weight:800;}#ez-toc-container a,.ez-toc-container a{color:var(--rd-primary);text-decoration-thickness:.08em;text-underline-offset:.18em;}#ez-toc-container a:hover,#ez-toc-container a:focus-visible,.ez-toc-container a:hover,.ez-toc-container a:focus-visible{color:var(--rd-primary-dark);}.ai-viewport-1,.ai-viewport-2,.ai-viewport-3,.ai-insert,.code-block,[id^="google_ads_iframe"],ins.adsbygoogle{max-width:100%;}.ai-insert,.code-block,ins.adsbygoogle{clear:both;}.entry-content>.ai-insert,.entry-content>.code-block,.entry-content>ins.adsbygoogle{margin-inline:auto;}.entry-content>:where(.wp-block-group,.wp-block-columns,.wp-block-cover,.wp-block-table,.wp-block-embed),.wp-site-blocks,.wp-block-post-content{max-width:100%;}.wp-block-table{overflow-x:auto;-webkit-overflow-scrolling:touch;}.wp-block-table table{min-width:100%;}.wp-block-image img,.wp-block-cover img,.wp-block-media-text img{height:auto;}.web-vector-premium-hook,[data-web-vector-hook]{clear:both;max-width:100%;}html[data-theme="dark"] #ez-toc-container,html[data-theme="dark"] .ez-toc-container,html[data-theme="dark"] .ez-toc-widget-container{background:var(--rd-card);color:var(--rd-text);border-color:var(--rd-border);}html[data-theme="dark"] #ez-toc-container .ez-toc-title,html[data-theme="dark"] .ez-toc-container .ez-toc-title{color:var(--rd-heading);}@media (max-width:760px){.rd-default-brand-logo,.custom-logo-link{max-width:min(360px,70vw);}.rd-default-brand-logo img,.custom-logo-link img{max-height:64px;}}@media (max-width:420px){.rd-default-brand-logo,.custom-logo-link{max-width:245px;}.rd-default-brand-logo img,.custom-logo-link img{max-height:52px;}}.wvp-template-content,.wvp-ad-slot{width:min(100%,1160px);margin:24px auto;}.wvp-template-content:empty,.wvp-ad-slot:empty{display:none;}.wvp-template-content>:first-child,.wvp-ad-slot>:first-child{margin-top:0;}.wvp-template-content>:last-child,.wvp-ad-slot>:last-child{margin-bottom:0;}.wvp-ad-slot{clear:both;position:relative;text-align:center;overflow:visible;}.wvp-ad-slot iframe,.wvp-ad-slot ins,.wvp-ad-slot img,.wvp-ad-slot video{max-width:100%;}.rd-archive-grid>.wvp-ad-slot--blog_between_posts{grid-column:1 / -1;width:100%;margin:8px 0 16px;}.wvp-guides-hub .wvp-ad-slot,.wvp-geo-tools-page .wvp-ad-slot{max-width:100%;}@media (max-width:767px){.wvp-template-content,.wvp-ad-slot{margin-block:18px;}}@media print{.wvp-ad-slot{display:none !important;}}.wvp-ad-slot{display:block;width:100%;max-width:100%;clear:both;margin:clamp(18px,3vw,36px) auto;padding:0;text-align:center;line-height:1;position:relative;z-index:1;}.wvp-ad-slot:empty,.wvp-ad-slot .widget:empty{display:none !important;}.wvp-ad-slot>*,.wvp-ad-slot .widget,.wvp-ad-slot .textwidget,.wvp-ad-slot .custom-html-widget,.wvp-ad-slot ins.adsbygoogle,.wvp-ad-slot [id^="div-gpt-ad"],.wvp-ad-slot iframe,.wvp-ad-slot img,.wvp-ad-slot video{max-width:100%;}.wvp-ad-slot ins.adsbygoogle,.wvp-ad-slot [id^="div-gpt-ad"]{margin-inline:auto;}.wvp-ad-slot iframe{border:0;display:block;margin-inline:auto;}.rd-archive-grid>.wvp-ad-slot,.rd-post-grid>.wvp-ad-slot{grid-column:1 / -1;}.entry-content>.wvp-ad-slot{margin-block:clamp(24px,4vw,44px);}.wvp-ad-widget,.wvp-ad-widget .widget_text,.wvp-ad-widget .textwidget{margin:0;padding:0;border:0;background:transparent;box-shadow:none;}@media (max-width:600px){.wvp-ad-slot{margin-block:18px;}}@media print{.wvp-ad-slot{display:none !important;}}html.wvp-physical-mobile,html.wvp-physical-mobile body{min-width:0 !important;max-width:100% !important;overflow-x:hidden !important;}html.wvp-desktop-mode-mobile,html.wvp-desktop-mode-mobile body,html.wvp-desktop-mode-mobile #page{width:100% !important;min-width:0 !important;max-width:none !important;margin-left:0 !important;margin-right:0 !important;transform:none !important;zoom:1 !important;}html.wvp-physical-mobile body{font-size:16px;line-height:1.72;text-size-adjust:100%;-webkit-text-size-adjust:100%;}html.wvp-physical-mobile .site,html.wvp-physical-mobile .site-main,html.wvp-physical-mobile .rd-main-wrap,html.wvp-physical-mobile .rd-content-area,html.wvp-physical-mobile .rd-sidebar,html.wvp-physical-mobile .entry-content,html.wvp-physical-mobile .rd-entry,html.wvp-physical-mobile .rd-card-shell,html.wvp-physical-mobile .widget,html.wvp-physical-mobile .rd-widget{min-width:0 !important;max-width:100% !important;}html.wvp-physical-mobile .rd-container{width:calc(100% - 22px) !important;max-width:none !important;margin-inline:auto !important;}html.wvp-physical-mobile .rd-main-wrap{padding-top:22px !important;padding-bottom:44px !important;}html.wvp-physical-mobile .rd-layout{display:block !important;grid-template-columns:minmax(0,1fr) !important;gap:0 !important;}html.wvp-physical-mobile .rd-content-area,html.wvp-physical-mobile .rd-sidebar{width:100% !important;}html.wvp-physical-mobile .rd-sidebar{display:grid !important;grid-template-columns:minmax(0,1fr) !important;gap:18px !important;margin-top:24px !important;}html.wvp-physical-mobile .rd-archive-grid,html.wvp-physical-mobile .rd-post-grid,html.wvp-physical-mobile .rd-related .rd-post-grid,html.wvp-physical-mobile .wvp-home-featured-grid,html.wvp-physical-mobile .wvp-home-latest-grid,html.wvp-physical-mobile .wvp-home-standard-grid,html.wvp-physical-mobile .wvp-home-topic-grid,html.wvp-physical-mobile .wvp-hub-featured-grid,html.wvp-physical-mobile .wvp-hub-editor-list,html.wvp-physical-mobile .wvp-hub-grid,html.wvp-physical-mobile .wvp-geo-tools-suite.rd-sidebar,html.wvp-physical-mobile .wvp-geo-module-strip .rd-container{grid-template-columns:minmax(0,1fr) !important;}html.wvp-physical-mobile .wvp-home-hero-grid,html.wvp-physical-mobile .wvp-hub-hero-grid,html.wvp-physical-mobile .wvp-geo-hero-grid,html.wvp-physical-mobile .wvp-home-cta-inner,html.wvp-physical-mobile .wvp-hub-category-heading{display:grid !important;grid-template-columns:minmax(0,1fr) !important;gap:18px !important;}html.wvp-physical-mobile .rd-post-card,html.wvp-physical-mobile .wvp-hub-card,html.wvp-physical-mobile .wvp-home-featured-card,html.wvp-physical-mobile .wvp-home-spotlight-card{width:100% !important;min-width:0 !important;}html.wvp-physical-mobile .rd-card-thumb,html.wvp-physical-mobile .wvp-hub-card-media,html.wvp-physical-mobile .wvp-home-featured-image,html.wvp-physical-mobile .wvp-home-spotlight-thumb{width:100% !important;max-width:100% !important;}html.wvp-physical-mobile .rd-card-thumb img,html.wvp-physical-mobile .wvp-hub-card-media img,html.wvp-physical-mobile .wvp-home-featured-image img,html.wvp-physical-mobile .wvp-home-spotlight-thumb img,html.wvp-physical-mobile .post-thumbnail img,html.wvp-physical-mobile .entry-content img{display:block;width:100% !important;max-width:100% !important;height:auto !important;}html.wvp-physical-mobile .rd-card-body,html.wvp-physical-mobile .wvp-hub-card-body,html.wvp-physical-mobile .wvp-home-featured-body{padding:17px !important;}html.wvp-physical-mobile .rd-card-title,html.wvp-physical-mobile .wvp-hub-card-title,html.wvp-physical-mobile .entry-title,html.wvp-physical-mobile .rd-page-title{overflow-wrap:anywhere !important;word-break:normal !important;}html.wvp-physical-mobile .rd-page-header,html.wvp-physical-mobile .rd-entry,html.wvp-physical-mobile .comments-area{padding:20px 17px !important;}html.wvp-physical-mobile .rd-read-more,html.wvp-physical-mobile .rd-button,html.wvp-physical-mobile .search-submit{min-height:44px;}html.wvp-physical-mobile .site-header{width:100% !important;max-width:100% !important;}html.wvp-physical-mobile .rd-header-row{min-height:68px !important;gap:7px !important;flex-wrap:nowrap !important;}html.wvp-physical-mobile .site-branding,html.wvp-physical-mobile .custom-logo-link{min-width:0 !important;max-width:58% !important;}html.wvp-physical-mobile .custom-logo{max-width:100% !important;max-height:44px !important;width:auto !important;object-fit:contain !important;}html.wvp-physical-mobile .rd-logo-fallback{min-width:0 !important;max-width:100% !important;font-size:18px !important;}html.wvp-physical-mobile .rd-logo-fallback img{max-width:100% !important;max-height:44px !important;width:auto !important;}html.wvp-physical-mobile .rd-header-engagement{display:none !important;}html.wvp-physical-mobile .rd-header-actions{margin-left:auto !important;gap:5px !important;flex:0 0 auto !important;}html.wvp-physical-mobile .rd-icon-button{width:38px !important;height:38px !important;min-width:38px !important;flex:0 0 38px !important;}html.wvp-physical-mobile .rd-menu-toggle{display:grid !important;}html.wvp-physical-mobile .rd-primary-nav{display:none !important;position:absolute !important;left:11px !important;right:11px !important;top:calc(100%+1px) !important;max-height:calc(100dvh - 78px) !important;overflow-y:auto !important;background:var(--rd-card) !important;border:1px solid var(--rd-border) !important;border-radius:8px !important;box-shadow:var(--rd-shadow) !important;padding:10px !important;z-index:9999 !important;}html.wvp-physical-mobile .rd-primary-nav.is-open{display:block !important;}html.wvp-physical-mobile .rd-primary-nav ul{display:block !important;}html.wvp-physical-mobile .rd-primary-nav a{min-height:44px !important;padding:11px 12px !important;font-size:15px !important;border-radius:6px !important;}html.wvp-physical-mobile .rd-primary-nav .sub-menu{position:static !important;display:block !important;min-width:0 !important;opacity:1 !important;visibility:visible !important;transform:none !important;box-shadow:none !important;border:0 !important;padding:0 0 0 16px !important;}html.wvp-physical-mobile .rd-search-panel .search-form,html.wvp-physical-mobile .search-form,html.wvp-physical-mobile .rd-form-row{display:grid !important;grid-template-columns:minmax(0,1fr) !important;gap:10px !important;}html.wvp-physical-mobile .search-field,html.wvp-physical-mobile .search-submit,html.wvp-physical-mobile input,html.wvp-physical-mobile select,html.wvp-physical-mobile textarea,html.wvp-physical-mobile button{max-width:100% !important;}html.wvp-physical-mobile .entry-content table,html.wvp-physical-mobile .wp-block-table,html.wvp-physical-mobile pre{max-width:100% !important;overflow-x:auto !important;-webkit-overflow-scrolling:touch;}html.wvp-physical-mobile iframe,html.wvp-physical-mobile embed,html.wvp-physical-mobile object,html.wvp-physical-mobile video,html.wvp-physical-mobile canvas{max-width:100% !important;}html.wvp-physical-mobile .wvp-ad-slot,html.wvp-physical-mobile .wvp-ad-slot>*,html.wvp-physical-mobile .wvp-ad-slot iframe,html.wvp-physical-mobile .wvp-ad-slot ins,html.wvp-physical-mobile .wvp-ad-slot img,html.wvp-physical-mobile .wvp-ad-slot video,html.wvp-physical-mobile [id^="div-gpt-ad"]{width:100% !important;max-width:100% !important;min-width:0 !important;overflow:hidden !important;}html.wvp-physical-mobile .wvp-ad-slot{margin-block:18px !important;}html.wvp-physical-mobile .wvp-geo-module-strip .rd-container{width:calc(100% - 22px) !important;}html.wvp-physical-mobile .wvp-geo-module-strip .rd-container>div{border-right:0 !important;border-bottom:1px solid var(--rd-border) !important;}html.wvp-physical-mobile .wvp-geo-module-strip .rd-container>div:last-child{border-bottom:0 !important;}html.wvp-physical-mobile .rd-footer-menu ul{display:flex !important;flex-wrap:wrap !important;justify-content:center !important;gap:8px 14px !important;}html.wvp-physical-mobile .rd-footer-menu a{display:inline-flex !important;min-height:44px !important;align-items:center !important;padding:8px 4px !important;}html.wvp-physical-mobile .rd-footer-bottom{padding-block:22px !important;text-align:center !important;overflow-wrap:anywhere !important;}html.wvp-physical-mobile .rd-scroll-top,html.wvp-physical-mobile .rd-theme-toggle{max-width:46px !important;max-height:46px !important;}@media screen and (max-device-width:700px),screen and (pointer:coarse) and (max-width:1180px){html:not(.wvp-physical-mobile) .rd-layout{grid-template-columns:minmax(0,1fr);}html:not(.wvp-physical-mobile) .rd-archive-grid,html:not(.wvp-physical-mobile) .rd-post-grid{grid-template-columns:minmax(0,1fr);}}html.wvp-desktop-mode-mobile body,html.wvp-desktop-mode-mobile .site,html.wvp-desktop-mode-mobile .site-header,html.wvp-desktop-mode-mobile .site-main,html.wvp-desktop-mode-mobile .site-footer,html.wvp-desktop-mode-mobile .rd-main-wrap{width:100% !important;max-width:none !important;margin-inline:0 !important;}html.wvp-desktop-mode-mobile .rd-container{width:calc(100% - 22px) !important;max-width:var(--rd-container) !important;margin-inline:auto !important;}html.wvp-desktop-mode-mobile .wvp-ad-slot,html.wvp-desktop-mode-mobile .wvp-ad-slot>*,html.wvp-desktop-mode-mobile iframe,html.wvp-desktop-mode-mobile ins,html.wvp-desktop-mode-mobile [id^="div-gpt-ad"]{max-width:100% !important;min-width:0 !important;}.rd-latest-widget .rd-latest-list[data-rd-latest-scroll]::after{content:none !important;display:none !important;opacity:0 !important;}.rd-post-card .updated-on,.rd-post-card .modified-on,.rd-post-card .updated-date,.rd-post-card .modified-date,.rd-post-card .rd-updated-date,.rd-post-card time.updated{display:none !important;}.wvp-hub-card-footer{justify-content:flex-end;}.wvp-hub-card-footer .wvp-hub-open-button{display:inline-flex;align-items:center;justify-content:center;min-height:27px;padding:4px 12px;border:1px solid var(--rd-primary);border-radius:999px;background:var(--rd-primary);color:#fff;font-size:11px;font-weight:800;line-height:1;letter-spacing:.035em;text-decoration:none;text-transform:uppercase;transition:background-color var(--rd-transition),border-color var(--rd-transition),color var(--rd-transition),transform var(--rd-transition);}.wvp-hub-card-footer .wvp-hub-open-button:hover,.wvp-hub-card-footer .wvp-hub-open-button:focus-visible{border-color:var(--rd-primary-dark);background:var(--rd-primary-dark);color:#fff;transform:translateY(-1px);}.wvp-hub-card--compact .wvp-hub-card-footer{align-items:flex-end;flex-direction:row;}.wvp-hub-card--compact .wvp-hub-card-footer .wvp-hub-open-button{font-size:10px;}html[data-theme="dark"] .wvp-hub-card-footer .wvp-hub-open-button,body.rd-dark-mode .wvp-hub-card-footer .wvp-hub-open-button{border-color:#7AD9CB;background:#0F766E;color:#fff;}@media screen and (max-width:640px){html:not(.wvp-desktop-mode-mobile) .single-post .entry-content,html:not(.wvp-desktop-mode-mobile) .page .entry-content{font-size:15px !important;line-height:1.68 !important;-webkit-text-size-adjust:100%;text-size-adjust:100%;}html:not(.wvp-desktop-mode-mobile) .single-post .entry-content p,html:not(.wvp-desktop-mode-mobile) .page .entry-content p{margin-bottom:1.18em !important;}html:not(.wvp-desktop-mode-mobile) .single-post .entry-content h2,html:not(.wvp-desktop-mode-mobile) .page .entry-content h2{margin:1.42em 0 .48em !important;font-size:21px !important;line-height:1.3 !important;letter-spacing:-.015em !important;}html:not(.wvp-desktop-mode-mobile) .single-post .entry-content h3,html:not(.wvp-desktop-mode-mobile) .page .entry-content h3{margin:1.32em 0 .45em !important;font-size:18px !important;line-height:1.34 !important;}html:not(.wvp-desktop-mode-mobile) .single-post .entry-content h4,html:not(.wvp-desktop-mode-mobile) .page .entry-content h4{font-size:17px !important;line-height:1.38 !important;}html:not(.wvp-desktop-mode-mobile) .single-post .entry-content li,html:not(.wvp-desktop-mode-mobile) .page .entry-content li{margin-bottom:.42em !important;}}@media screen and (max-width:390px){html:not(.wvp-desktop-mode-mobile) .single-post .entry-content,html:not(.wvp-desktop-mode-mobile) .page .entry-content{font-size:15px !important;line-height:1.65 !important;}html:not(.wvp-desktop-mode-mobile) .single-post .entry-content h2,html:not(.wvp-desktop-mode-mobile) .page .entry-content h2{font-size:20px !important;}}html.wvp-desktop-mode-mobile,html.wvp-desktop-mode-mobile body,html.wvp-desktop-mode-mobile #page,html.wvp-desktop-mode-mobile .site,html.wvp-desktop-mode-mobile .site-main,html.wvp-desktop-mode-mobile .rd-main-wrap{width:100% !important;min-width:0 !important;max-width:100% !important;margin-inline:0 !important;transform:none !important;zoom:1 !important;}html.wvp-desktop-mode-mobile body{overflow-x:hidden !important;}html.wvp-desktop-mode-mobile .rd-container{box-sizing:border-box !important;width:min(calc(100% - 30px),var(--rd-container)) !important;max-width:var(--rd-container) !important;margin-inline:auto !important;}html.wvp-desktop-mode-mobile .rd-layout{display:grid !important;grid-template-columns:minmax(0,1fr) minmax(220px,30%) !important;gap:clamp(16px,2.2vw,28px) !important;align-items:start !important;}html.wvp-desktop-mode-mobile .rd-content-area,html.wvp-desktop-mode-mobile .rd-sidebar{width:auto !important;min-width:0 !important;max-width:none !important;}html.wvp-desktop-mode-mobile .rd-sidebar{display:grid !important;grid-template-columns:minmax(0,1fr) !important;gap:18px !important;margin-top:0 !important;align-self:start !important;}html.wvp-desktop-mode-mobile .rd-sidebar>*{width:100% !important;min-width:0 !important;max-width:100% !important;}html.wvp-desktop-mode-mobile .rd-archive-grid,html.wvp-desktop-mode-mobile .rd-post-grid,html.wvp-desktop-mode-mobile .wvp-hub-grid,html.wvp-desktop-mode-mobile .wvp-hub-featured-grid,html.wvp-desktop-mode-mobile .wvp-hub-editor-list,html.wvp-desktop-mode-mobile .wvp-home-latest-grid,html.wvp-desktop-mode-mobile .wvp-home-standard-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}html.wvp-desktop-mode-mobile .rd-related .rd-post-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}html.wvp-desktop-mode-mobile .rd-entry,html.wvp-desktop-mode-mobile .rd-page-header,html.wvp-desktop-mode-mobile .comments-area,html.wvp-desktop-mode-mobile .rd-post-card,html.wvp-desktop-mode-mobile .wvp-hub-card,html.wvp-desktop-mode-mobile .widget,html.wvp-desktop-mode-mobile .rd-widget{min-width:0 !important;max-width:100% !important;}html.wvp-desktop-mode-mobile img,html.wvp-desktop-mode-mobile iframe,html.wvp-desktop-mode-mobile ins,html.wvp-desktop-mode-mobile video,html.wvp-desktop-mode-mobile table,html.wvp-desktop-mode-mobile [id^="div-gpt-ad"]{max-width:100% !important;}@media screen and (max-width:760px){html.wvp-desktop-mode-mobile .rd-container{width:calc(100% - 18px) !important;}html.wvp-desktop-mode-mobile .rd-layout{grid-template-columns:minmax(0,1fr) minmax(200px,31%) !important;gap:14px !important;}html.wvp-desktop-mode-mobile .rd-archive-grid,html.wvp-desktop-mode-mobile .rd-post-grid,html.wvp-desktop-mode-mobile .wvp-hub-grid,html.wvp-desktop-mode-mobile .wvp-hub-featured-grid,html.wvp-desktop-mode-mobile .wvp-hub-editor-list{grid-template-columns:minmax(0,1fr) !important;}}html.wvp-physical-mobile .rd-header-engagement{display:inline-flex !important;flex:0 0 auto !important;width:auto !important;min-width:70px !important;min-height:36px !important;padding:5px 8px !important;align-items:center !important;justify-content:center !important;visibility:visible !important;opacity:1 !important;}html.wvp-physical-mobile .rd-header-engagement-value{display:inline-block !important;min-width:8ch !important;font-size:10.5px !important;line-height:1 !important;letter-spacing:.015em !important;visibility:visible !important;opacity:1 !important;}html.wvp-physical-mobile .site-branding,html.wvp-physical-mobile .custom-logo-link{flex:1 1 auto !important;width:auto !important;min-width:0 !important;max-width:calc(100% - 164px) !important;}html.wvp-physical-mobile .rd-header-actions{flex:0 0 auto !important;min-width:0 !important;gap:4px !important;}html.wvp-physical-mobile .custom-logo,html.wvp-physical-mobile .rd-logo-fallback img{max-width:100% !important;object-fit:contain !important;}html.wvp-desktop-mode-mobile .rd-header-engagement{min-width:88px !important;min-height:40px !important;padding:6px 12px !important;}html.wvp-desktop-mode-mobile .rd-header-engagement-value{font-size:13px !important;letter-spacing:.04em !important;}html.wvp-desktop-mode-mobile .site-branding,html.wvp-desktop-mode-mobile .custom-logo-link{max-width:min(38%,330px) !important;}@media screen and (max-width:390px){html.wvp-physical-mobile:not(.wvp-desktop-mode-mobile) .rd-header-engagement{min-width:64px !important;padding-inline:5px !important;}html.wvp-physical-mobile:not(.wvp-desktop-mode-mobile) .rd-header-engagement-value{font-size:9.5px !important;letter-spacing:0 !important;}html.wvp-physical-mobile:not(.wvp-desktop-mode-mobile) .site-branding,html.wvp-physical-mobile:not(.wvp-desktop-mode-mobile) .custom-logo-link{max-width:calc(100% - 150px) !important;}}.wvp-hub-grid .wvp-hub-card:not(.wvp-hub-card--compact),.wvp-hub-featured-grid .wvp-hub-card:not(.wvp-hub-card--compact){display:flex;flex-direction:column;height:100%;}.wvp-hub-card:not(.wvp-hub-card--compact) .wvp-hub-card-media{flex:0 0 auto;}.wvp-hub-card-body{display:flex;flex:1 1 auto;flex-direction:column;min-height:0;}.wvp-hub-card-footer{width:100%;margin-top:auto;justify-content:flex-start !important;align-items:center !important;}.wvp-hub-card-footer .wvp-hub-open-button{min-height:33px;padding:7px 14px;font-size:14px;line-height:1;}.wvp-hub-card--compact .wvp-hub-card-footer{justify-content:flex-start !important;align-items:flex-start !important;}.wvp-hub-card--compact .wvp-hub-card-footer .wvp-hub-open-button{min-height:31px;padding:6px 12px;font-size:13px;}:root{--wvp-sticky-header-height:84px;--wvp-ad-inline-gutter:var(--rd-gutter);}html{scroll-padding-top:calc(var(--wvp-sticky-header-height)+16px);}.site-header.is-sticky,html.wvp-physical-mobile .site-header.is-sticky,html.wvp-desktop-mode-mobile .site-header.is-sticky{position:-webkit-sticky !important;position:sticky !important;inset-block-start:0 !important;top:0 !important;width:100% !important;max-width:100% !important;z-index:100000 !important;isolation:isolate;transform:translateZ(0);backface-visibility:hidden;}.site-header.is-sticky.is-scrolled{box-shadow:0 10px 28px rgba(15,23,42,.13);}.admin-bar .site-header.is-sticky,html.wvp-physical-mobile body.admin-bar .site-header.is-sticky,html.wvp-desktop-mode-mobile body.admin-bar .site-header.is-sticky{inset-block-start:32px !important;top:32px !important;}@media screen and (max-width:782px){.admin-bar .site-header.is-sticky,html.wvp-physical-mobile body.admin-bar .site-header.is-sticky,html.wvp-desktop-mode-mobile body.admin-bar .site-header.is-sticky{inset-block-start:46px !important;top:46px !important;}}:where(main,.entry-content,.wvp-guides-hub):where(h1,h2,h3,h4,h5,h6,[id]){scroll-margin-top:calc(var(--wvp-sticky-header-height)+18px);}#page.site{overflow:visible;}.wvp-ad-slot,.rd-content-area>.wvp-ad-slot,.entry-content>.wvp-ad-slot,.rd-archive-grid>.wvp-ad-slot,.rd-post-grid>.wvp-ad-slot,.wvp-hub-grid>.wvp-ad-slot,.wvp-hub-category-sections>.wvp-ad-slot{box-sizing:border-box !important;display:block;width:100% !important;min-width:0 !important;max-width:100% !important;clear:both;margin-inline:0 !important;overflow:clip;text-align:center;}body>.wvp-ad-slot,#page>.wvp-ad-slot,.wvp-ad-slot--global_after_header,.wvp-ad-slot--global_before_footer{width:min(calc(100% - (var(--wvp-ad-inline-gutter) * 2)),var(--rd-container)) !important;max-width:var(--rd-container) !important;margin-inline:auto !important;}.wvp-ad-slot>*,.wvp-ad-slot .widget,.wvp-ad-slot .wvp-ad-widget,.wvp-ad-slot .widget_text,.wvp-ad-slot .textwidget,.wvp-ad-slot .custom-html-widget{box-sizing:border-box !important;width:100% !important;min-width:0 !important;max-width:100% !important;margin-inline:0 !important;}.wvp-ad-slot ins.adsbygoogle,.wvp-ad-slot [data-ad-format="auto"],.wvp-ad-slot [data-full-width-responsive="true"]{display:block !important;width:100% !important;min-width:0 !important;max-width:100% !important;margin-inline:auto !important;}.wvp-ad-slot [id^="div-gpt-ad"],.wvp-ad-slot [id*="google_ads"],.wvp-ad-slot [class*="ad-container"],.wvp-ad-slot [class*="ads-container"]{box-sizing:border-box !important;max-width:100% !important;margin-inline:auto !important;overflow:hidden;}.wvp-ad-slot iframe,.wvp-ad-slot img,.wvp-ad-slot video,.wvp-ad-slot object,.wvp-ad-slot embed{max-width:100% !important;margin-inline:auto !important;}.rd-archive-grid>.wvp-ad-slot,.rd-post-grid>.wvp-ad-slot,.wvp-hub-grid>.wvp-ad-slot,.wvp-hub-featured-grid>.wvp-ad-slot,.wvp-hub-editor-list>.wvp-ad-slot{grid-column:1 / -1 !important;}@media screen and (max-width:780px){:root{--wvp-ad-inline-gutter:10px;}.wvp-ad-slot{margin-block:16px !important;}body>.wvp-ad-slot,#page>.wvp-ad-slot,.wvp-ad-slot--global_after_header,.wvp-ad-slot--global_before_footer{width:calc(100% - 20px) !important;}}html.wvp-desktop-mode-mobile .wvp-ad-slot,html.wvp-desktop-mode-mobile .rd-content-area>.wvp-ad-slot,html.wvp-desktop-mode-mobile .entry-content>.wvp-ad-slot{width:100% !important;min-width:0 !important;max-width:100% !important;}html.wvp-desktop-mode-mobile .wvp-ad-slot--global_after_header,html.wvp-desktop-mode-mobile .wvp-ad-slot--global_before_footer{width:calc(100% - 22px) !important;max-width:var(--rd-container) !important;margin-inline:auto !important;}html.wvp-physical-mobile body>ins.adsbygoogle,html.wvp-physical-mobile body>div[id^="google_ads"],html.wvp-physical-mobile body>div[class*="google-auto-placed"]{max-width:100vw !important;overflow-x:clip !important;}@media print{.site-header.is-sticky{position:static !important;transform:none !important;}}.entry-content .wvp-core-page-notice{margin:24px 0 30px;padding:18px 20px;border:1px solid rgba(15,118,110,.25);border-left:5px solid var(--rd-primary);border-radius:9px;background:var(--rd-primary-soft);color:var(--rd-heading);}.entry-content .wvp-core-page-notice p{margin:0;}.entry-content>h2{scroll-margin-top:calc(var(--wvp-sticky-header-height,88px)+20px);}.entry-content>h3{scroll-margin-top:calc(var(--wvp-sticky-header-height,88px)+20px);}.entry-content>ul,.entry-content>ol{padding-left:1.35rem;}.entry-content>ul li,.entry-content>ol li{margin-bottom:.65rem;}.wvp-contact-form-shell{margin:24px 0 34px;overflow:hidden;border:1px solid var(--rd-border);border-radius:14px;background:var(--rd-card);box-shadow:0 16px 42px rgba(15,55,51,.08);}.wvp-contact-form-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,.8fr);gap:28px;align-items:end;padding:clamp(22px,3vw,34px);background:linear-gradient(135deg,var(--rd-primary-soft),rgba(255,255,255,.92));border-bottom:1px solid var(--rd-border);}.wvp-contact-form-heading h3{margin:5px 0 0;color:var(--rd-heading);font-size:clamp(24px,3vw,34px);line-height:1.2;}.wvp-contact-form-heading p{margin:0;color:var(--rd-muted);font-size:14px;line-height:1.7;}.wvp-contact-form-kicker{display:inline-block;color:var(--rd-primary);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;}.wvp-contact-form{padding:clamp(22px,3vw,36px);gap:18px;}.rd-form input[type="url"],.rd-form input[type="tel"]{width:100%;border:1px solid var(--rd-border);border-radius:7px;padding:12px 14px;background:#fff;color:var(--rd-heading);transition:background-color 220ms ease,color 220ms ease,border-color 220ms ease,box-shadow 220ms ease;}.rd-form input[type="url"]:focus,.rd-form input[type="tel"]:focus{outline:3px solid rgba(12,96,76,.12);border-color:var(--rd-primary);}.rd-field label span{color:var(--rd-muted);font-size:12px;font-weight:600;}.rd-field-help{margin:7px 0 0;color:var(--rd-muted);font-size:12px;line-height:1.55;}.rd-form-row--compact{grid-template-columns:minmax(220px,.8fr) minmax(0,1.2fr);align-items:stretch;}.rd-field--privacy{display:flex;align-items:center;padding:13px 15px;border:1px solid var(--rd-border);border-radius:8px;background:rgba(15,118,110,.045);}.rd-checkbox{display:grid !important;grid-template-columns:20px minmax(0,1fr);gap:10px;align-items:start;margin:0 !important;font-weight:600 !important;line-height:1.55;}.rd-checkbox input{width:18px;height:18px;margin:3px 0 0;accent-color:var(--rd-primary);}.rd-checkbox a{text-decoration:underline;}.wvp-contact-submit-row{display:flex;flex-wrap:wrap;gap:14px 18px;align-items:center;padding-top:3px;}.wvp-contact-submit{min-width:170px;min-height:48px;padding:12px 22px;font-size:15px;}.wvp-contact-submit-row>span{color:var(--rd-muted);font-size:12px;line-height:1.5;}.rd-notice ul{margin:8px 0 0 18px;}.rd-notice p{margin:6px 0 0;}html[data-theme="dark"] .wvp-contact-form-heading{background:linear-gradient(135deg,var(--rd-primary-soft),var(--rd-card));}html[data-theme="dark"] .rd-form input[type="url"],html[data-theme="dark"] .rd-form input[type="tel"]{background:var(--rd-card);color:var(--rd-text);border-color:var(--rd-border);}html[data-theme="dark"] .rd-field--privacy{background:rgba(72,187,166,.08);}@media (max-width:760px){.wvp-contact-form-heading,.rd-form-row--compact{grid-template-columns:1fr;}.wvp-contact-form-heading{gap:12px;}.wvp-contact-form{padding:20px;}.wvp-contact-submit-row{align-items:stretch;}.wvp-contact-submit{width:100%;}}@media (max-width:480px){.wvp-contact-form-shell{border-radius:10px;}.wvp-contact-form-heading,.wvp-contact-form{padding:17px;}.wvp-contact-form-heading h3{font-size:24px;}.rd-field--privacy{padding:12px;}}@media screen and (max-width:640px){html:not(.wvp-desktop-mode-mobile) body.single-post .rd-entry{padding-left:14px !important;padding-right:14px !important;}}.site-header,.site-header.is-sticky,html.wvp-physical-mobile .site-header,html.wvp-desktop-mode-mobile .site-header{position:-webkit-sticky !important;position:sticky !important;top:0 !important;inset-block-start:0 !important;align-self:stretch;width:100% !important;max-width:100% !important;z-index:100000 !important;isolation:isolate;background:var(--rd-card,#fff);backface-visibility:hidden;-webkit-backface-visibility:hidden;transform:translateZ(0);}.admin-bar .site-header,.admin-bar .site-header.is-sticky,html.wvp-physical-mobile body.admin-bar .site-header,html.wvp-desktop-mode-mobile body.admin-bar .site-header{top:32px !important;inset-block-start:32px !important;}@media screen and (max-width:782px){.admin-bar .site-header,.admin-bar .site-header.is-sticky,html.wvp-physical-mobile body.admin-bar .site-header,html.wvp-desktop-mode-mobile body.admin-bar .site-header{top:46px !important;inset-block-start:46px !important;}}html,body,#page.site{overflow-x:clip;}#page.site{overflow-y:visible !important;transform:none !important;contain:none !important;}.site-header.is-scrolled{box-shadow:0 10px 28px rgba(15,23,42,.14);}@media (prefers-reduced-motion:reduce){.site-header,.site-header *{scroll-behavior:auto !important;}}.rd-layout,.rd-content-area,.rd-sidebar,.rd-entry,.entry-content,.rd-single-post-content{min-width:0;}.rd-content-area,.rd-sidebar{overflow-x:clip;}:where(.rd-content-area,.rd-sidebar):where(.wvp-ad-slot,.ai-insert,[class*="ai-viewport"],.code-block,.google-auto-placed,ins.adsbygoogle,[id^="div-gpt-ad"],[id^="google_ads"],[class*="ad-container"],[class*="ads-container"]){box-sizing:border-box !important;min-width:0 !important;max-width:100% !important;overflow:hidden !important;contain:inline-size paint;}.entry-content>:where(.ai-insert,[class*="ai-viewport"],.code-block,.google-auto-placed,ins.adsbygoogle,[id^="div-gpt-ad"],[id^="google_ads"]),.rd-content-area>:where(.ai-insert,[class*="ai-viewport"],.code-block,.google-auto-placed,ins.adsbygoogle,[id^="div-gpt-ad"],[id^="google_ads"]){width:100% !important;margin-inline:0 !important;}:where(.rd-content-area,.rd-sidebar):where(.wvp-ad-slot,.ai-insert,[class*="ai-viewport"],.code-block,.google-auto-placed,ins.adsbygoogle,[id^="div-gpt-ad"],[id^="google_ads"],[class*="ad-container"],[class*="ads-container"]):where(iframe,ins,img,video,object,embed,canvas){box-sizing:border-box !important;min-width:0 !important;max-width:100% !important;}:where(.rd-content-area,.rd-sidebar)>:where(iframe,ins.adsbygoogle),.entry-content>:where(iframe,ins.adsbygoogle),.rd-single-post-content>:where(iframe,ins.adsbygoogle){box-sizing:border-box !important;width:100% !important;min-width:0 !important;max-width:100% !important;margin-inline:0 !important;overflow:hidden !important;}body>:where(.google-auto-placed,ins.adsbygoogle),body>div[id^="google_ads"]{max-width:100vw !important;}@media screen and (max-width:782px){.site-header,.site-header.is-sticky{position:fixed !important;top:0 !important;right:0 !important;bottom:auto !important;left:0 !important;inset:0 0 auto 0 !important;width:auto !important;max-width:none !important;margin:0 !important;z-index:100000 !important;}#page.site{padding-top:var(--wvp-sticky-header-height,68px) !important;}body.admin-bar .site-header,body.admin-bar .site-header.is-sticky{top:46px !important;inset-block-start:46px !important;}}html.wvp-physical-mobile .site-header,html.wvp-physical-mobile .site-header.is-sticky{position:fixed !important;top:0 !important;right:0 !important;bottom:auto !important;left:0 !important;inset:0 0 auto 0 !important;width:auto !important;max-width:none !important;margin:0 !important;z-index:100000 !important;}html.wvp-physical-mobile #page.site{padding-top:var(--wvp-sticky-header-height,68px) !important;}html.wvp-physical-mobile body.admin-bar .site-header,html.wvp-physical-mobile body.admin-bar .site-header.is-sticky{top:46px !important;inset-block-start:46px !important;}@media print{.site-header,.site-header.is-sticky,html.wvp-physical-mobile .site-header,html.wvp-physical-mobile .site-header.is-sticky{position:static !important;}#page.site,html.wvp-physical-mobile #page.site{padding-top:0 !important;}}.site-branding>.custom-logo-link,.site-branding>.rd-default-brand-logo{padding:5px !important;box-sizing:border-box;}.rd-default-brand-logo{width:68px;max-width:68px;min-width:68px;justify-content:center;}.rd-default-brand-logo img{width:58px;height:58px;max-width:58px;max-height:58px;object-fit:contain;object-position:center;}@media (max-width:640px){.rd-default-brand-logo{width:54px;min-width:54px;max-width:54px;}.rd-default-brand-logo img{width:44px;height:44px;max-width:44px;max-height:44px;}}.rd-time-engagement-widget .rd-location-clock{margin-top:0;}.rd-time-engagement-label{display:block;margin-bottom:2px;color:var(--rd-muted);font-size:11px;font-weight:800;letter-spacing:.06em;line-height:1.35;text-transform:uppercase;}.rd-time-engagement-stack{display:grid;place-items:center;gap:6px;width:100%;}.rd-time-engagement-widget .rd-sidebar-engagement{margin-top:12px;}.wvp-ad-slot{min-height:0 !important;height:auto;contain:inline-size;}.wvp-ad-slot:empty,.wvp-ad-slot .wvp-ad-widget:empty,.wvp-ad-slot .custom-html-widget:empty,.wvp-ad-slot ins.adsbygoogle[data-ad-status="unfilled"]{min-height:0 !important;}.wvp-ad-slot ins.adsbygoogle[data-ad-status="unfilled"]{display:none !important;height:0 !important;margin:0 !important;padding:0 !important;}@supports selector(.wvp-ad-slot:has(*)){.wvp-ad-slot:has(ins.adsbygoogle[data-ad-status="unfilled"]):not(:has(ins.adsbygoogle[data-ad-status="filled"])){display:none !important;margin:0 !important;padding:0 !important;}}.wvp-ad-slot:where([id^="div-gpt-ad"],[id*="google_ads"],ins.adsbygoogle,[id^="atContainer"],[id*="atContainer"],[class*="ad-container"],[class*="ads-container"],[data-ad-client],[data-ad-slot]){box-sizing:border-box !important;min-width:0 !important;max-width:100% !important;margin-inline:auto !important;}.wvp-ad-slot:where(iframe,img,video,object,embed,canvas){box-sizing:border-box !important;max-width:100% !important;border:0;}@media (max-width:782px){.wvp-ad-slot{width:100% !important;max-width:100% !important;margin-block:14px !important;}.wvp-ad-slot:where(ins.adsbygoogle,[id^="div-gpt-ad"],[id*="google_ads"],[id^="atContainer"],[id*="atContainer"]){width:100% !important;max-width:100% !important;}}.wvp-single-toc{margin:0 0 28px;overflow:hidden;background:var(--rd-card,#fff);border:1px solid var(--rd-border);border-radius:var(--rd-radius);box-shadow:0 6px 22px rgba(14,49,37,.035);}.wvp-single-toc__header{padding:20px 22px 14px;border-bottom:1px solid var(--rd-border);}.wvp-single-toc__eyebrow,.wvp-comments-eyebrow{display:block;margin-bottom:4px;color:var(--rd-primary);font-size:11px;font-weight:800;letter-spacing:.08em;line-height:1.35;text-transform:uppercase;}.wvp-single-toc__title{margin:0;color:var(--rd-heading);font-size:22px;line-height:1.3;}.wvp-single-toc__scroll{max-height:420px;overflow:auto;overscroll-behavior:contain;scrollbar-gutter:stable;}.wvp-single-toc__list{display:grid;gap:0;margin:0;padding:10px 14px 14px;list-style:none;}.wvp-single-toc__item{margin:0;padding:0;}.wvp-single-toc__item a{display:block;padding:9px 10px;border-radius:7px;color:var(--rd-text);font-size:14px;font-weight:700;line-height:1.45;text-decoration:none;}.wvp-single-toc__item.is-level-3 a{padding-left:28px;color:var(--rd-muted);font-size:13px;font-weight:600;}.wvp-single-toc__item a:hover,.wvp-single-toc__item a:focus-visible{background:var(--rd-primary-soft);color:var(--rd-primary-dark);}.wvp-single-toc__item a:focus-visible{outline:2px solid var(--rd-primary);outline-offset:-2px;}.rd-single-post-content h2[id],.rd-single-post-content h3[id]{scroll-margin-top:calc(var(--wvp-sticky-header-height,68px)+24px);}.wvp-comments-section{scroll-margin-top:calc(var(--wvp-sticky-header-height,68px)+24px);}.wvp-comments-header{margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid var(--rd-border);}.wvp-comments-section .comments-title{margin:0;font-size:27px;line-height:1.3;}.wvp-comments-section .comment-reply-title{margin-top:26px;margin-bottom:8px;font-size:22px;}.wvp-comments-section .comment-notes{margin-top:0;color:var(--rd-muted);font-size:13px;}.wvp-comments-section .comment-form-cookies-consent{display:flex;align-items:flex-start;gap:9px;}.wvp-comments-section .comment-form-cookies-consent input{flex:0 0 auto;margin-top:5px;}.wvp-comments-section .wvp-comment-submit{min-height:44px;padding:11px 18px;border:0;border-radius:7px;background:var(--rd-primary);color:#fff;font:inherit;font-weight:800;cursor:pointer;}.wvp-comments-section .wvp-comment-submit:hover,.wvp-comments-section .wvp-comment-submit:focus-visible{background:var(--rd-primary-dark);}@media (max-width:640px){.wvp-single-toc{margin-bottom:22px;}.wvp-single-toc__header{padding:17px 18px 12px;}.wvp-single-toc__title{font-size:20px;}.wvp-single-toc__scroll{max-height:340px;}.wvp-single-toc__list{padding:8px 10px 12px;}.wvp-single-toc__item a{padding:9px 8px;font-size:13px;}.wvp-single-toc__item.is-level-3 a{padding-left:22px;font-size:12.5px;}.wvp-comments-section .comments-title{font-size:23px;}}.wvp-single-toc{border:1px solid var(--rd-border);border-top:3px solid var(--rd-primary);border-radius:14px;background:var(--rd-card,#fff);box-shadow:0 12px 34px rgba(14,49,37,.075);}.wvp-single-toc__header{position:relative;padding:20px 24px 17px;background:var(--rd-primary-soft);border-bottom:1px solid var(--rd-border);}.wvp-single-toc__eyebrow{margin-bottom:6px;font-size:10.5px;font-weight:800;letter-spacing:.12em;}.wvp-single-toc__title{font-size:clamp(21px,2vw,25px);font-weight:800;letter-spacing:-.025em;line-height:1.2;}.wvp-single-toc__scroll{max-height:430px;padding:10px 8px 10px 0;scrollbar-width:thin;scrollbar-color:var(--rd-primary) transparent;}.wvp-single-toc__scroll::-webkit-scrollbar{width:8px;}.wvp-single-toc__scroll::-webkit-scrollbar-track{background:transparent;}.wvp-single-toc__scroll::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:999px;background:var(--rd-primary);background-clip:padding-box;}.wvp-single-toc__list{counter-reset:wvp-toc-section;gap:2px;padding:4px 12px 4px 14px;}.wvp-single-toc__item,.single-post .entry-content .wvp-single-toc__item{margin:0 !important;}.wvp-single-toc__item.is-level-2{counter-increment:wvp-toc-section;}.wvp-single-toc__item a{position:relative;display:grid;grid-template-columns:32px minmax(0,1fr);align-items:start;column-gap:10px;min-height:42px;padding:10px 12px 10px 10px;border:1px solid transparent;border-radius:9px;color:var(--rd-text);font-size:14px;font-weight:700;line-height:1.48;transition:background-color .18s ease,border-color .18s ease,color .18s ease,transform .18s ease;}.wvp-single-toc__item.is-level-2 a::before{content:counter(wvp-toc-section,decimal-leading-zero);display:inline-grid;place-items:center;width:30px;min-height:24px;margin-top:-1px;border-radius:7px;background:var(--rd-primary-soft);color:var(--rd-primary-dark);font-size:10.5px;font-weight:800;letter-spacing:.025em;line-height:1;}.wvp-single-toc__item.is-level-3 a{grid-template-columns:32px minmax(0,1fr);padding:8px 12px 8px 20px;color:var(--rd-muted);font-size:13px;font-weight:600;}.wvp-single-toc__item.is-level-3 a::before{content:"";width:6px;height:6px;margin:7px 0 0 12px;border-radius:50%;background:var(--rd-primary);opacity:.68;}.wvp-single-toc__item a:hover,.wvp-single-toc__item a:focus-visible{border-color:var(--rd-border);background:var(--rd-primary-soft);color:var(--rd-primary-dark);transform:translateX(2px);}.wvp-single-toc__item a:hover::before,.wvp-single-toc__item a:focus-visible::before{opacity:1;}.wvp-single-toc__item a:focus-visible{outline:2px solid var(--rd-primary);outline-offset:1px;}@media (prefers-reduced-motion:reduce){.wvp-single-toc__item a{transition:none;}.wvp-single-toc__item a:hover,.wvp-single-toc__item a:focus-visible{transform:none;}}@media (max-width:640px){.wvp-single-toc{border-radius:12px;}.wvp-single-toc__header{padding:17px 18px 14px;}.wvp-single-toc__scroll{max-height:360px;padding-right:4px;}.wvp-single-toc__list{padding:4px 8px 4px 10px;}.wvp-single-toc__item a{grid-template-columns:28px minmax(0,1fr);column-gap:8px;min-height:40px;padding:9px 9px 9px 8px;font-size:13px;}.wvp-single-toc__item.is-level-2 a::before{width:27px;min-height:23px;font-size:10px;}.wvp-single-toc__item.is-level-3 a{grid-template-columns:28px minmax(0,1fr);padding:7px 9px 7px 16px;font-size:12.5px;}.wvp-single-toc__item.is-level-3 a::before{margin-left:10px;}}.single-post .entry-content table{width:100%;max-width:100%;margin-left:auto;margin-right:auto;}.single-post .entry-content>table{display:table;}.single-post .entry-content .wp-block-table,.single-post .entry-content figure.wp-block-table{width:100%;max-width:100%;margin-left:auto;margin-right:auto;overflow-x:auto;-webkit-overflow-scrolling:touch;}.single-post .entry-content .wp-block-table table{display:table;width:100%;min-width:100%;max-width:100%;margin-left:auto;margin-right:auto;}@media (max-width:767px){.single-post .entry-content>table{display:block;width:100%;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;}}.single-post .rd-single-post-content>:where(.alignwide,.alignfull,.wp-block-group,.wp-block-cover,.wp-block-columns,.wp-block-media-text,.wp-block-gallery,.wp-block-image,.wp-block-video,.wp-block-audio,.wp-block-file,.wp-block-embed,.wp-block-buttons,.wp-block-table){box-sizing:border-box;width:100%;max-width:100%;margin-left:auto;margin-right:auto;}.single-post .rd-single-post-content>.alignwide,.single-post .rd-single-post-content>.alignfull{width:100%;max-width:100%;margin-left:auto;margin-right:auto;}.single-post .rd-single-post-content:where(img,video,iframe,object,embed){max-width:100%;}.single-post .rd-single-post-content:where(.wp-block-image,.wp-block-video):where(img,video){height:auto;}.single-post .rd-single-post-content:where(.wp-block-group,.wp-block-cover,.wp-block-columns,.wp-block-media-text){min-width:0;}.single-post .rd-single-post-content table,.single-post .entry-content.rd-single-post-content table{box-sizing:border-box;width:100% !important;max-width:100% !important;margin-left:auto !important;margin-right:auto !important;}.single-post .rd-single-post-content .wp-block-table,.single-post .rd-single-post-content figure.wp-block-table{box-sizing:border-box;width:100% !important;max-width:100% !important;margin-left:auto !important;margin-right:auto !important;}:root{--wvp-bottom-anchor-offset:0px;}.rd-scroll-top,.rd-theme-toggle{bottom:calc(max(22px,env(safe-area-inset-bottom))+var(--wvp-bottom-anchor-offset,0px));}body>:where(.google-auto-placed,ins.adsbygoogle,[id^="google_ads"],[id^="div-gpt-ad"],[id^="atContainer"],[id*="atContainer"]){box-sizing:border-box !important;max-width:100vw !important;}@media print{:root{--wvp-bottom-anchor-offset:0px !important;}}.single-post .rd-single-post-content h3.wvp-faq-question{font-size:22px !important;}