: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-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;}}.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));}}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;}: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-home{padding:0;overflow:hidden;}.wvp-home-hero{position:relative;padding:clamp(58px,7vw,104px) 0;background:radial-gradient(circle at 88% 18%,rgba(15,118,110,.14),transparent 29%),radial-gradient(circle at 8% 88%,rgba(15,118,110,.09),transparent 27%),linear-gradient(145deg,#ffffff 0%,#f4faf8 55%,#edf7f4 100%);border-bottom:1px solid var(--rd-border);}.wvp-home-hero::before{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(15,118,110,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(15,118,110,.035) 1px,transparent 1px);background-size:34px 34px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.72),transparent 90%);}.wvp-home-hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);align-items:center;gap:clamp(34px,5vw,76px);}.wvp-home-eyebrow,.wvp-home-section-kicker{margin:0 0 12px;color:var(--rd-primary-dark);font-size:13px;font-weight:800;letter-spacing:.13em;line-height:1.4;text-transform:uppercase;}.wvp-home-hero h1{max-width:820px;margin:0;color:var(--rd-heading);font-size:clamp(44px,6.4vw,82px);font-weight:800;letter-spacing:-.055em;line-height:1.02;}.wvp-home-lead{max-width:720px;margin:24px 0 0;color:var(--rd-text);font-size:clamp(18px,1.55vw,23px);line-height:1.65;}.wvp-home-actions{display:flex;flex-wrap:wrap;align-items:center;gap:14px;margin-top:30px;}.wvp-home-primary-cta,.wvp-home-cta .rd-button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;}.wvp-home-secondary-cta{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 22px;border:1px solid #9fcac4;border-radius:7px;background:rgba(255,255,255,.78);color:var(--rd-heading);font-weight:800;}.wvp-home-secondary-cta:hover,.wvp-home-secondary-cta:focus-visible{border-color:var(--rd-primary);background:#fff;color:var(--rd-primary-dark);transform:translateY(-2px);}.wvp-home-search{max-width:690px;margin-top:22px;padding:10px;border:1px solid rgba(15,118,110,.16);border-radius:11px;background:rgba(255,255,255,.84);box-shadow:0 16px 38px rgba(15,55,50,.07);backdrop-filter:blur(8px);}.wvp-home-search .search-field{min-height:52px;}.wvp-home-search .search-submit{min-height:52px;}.wvp-home-trust-card{padding:clamp(28px,3vw,42px);border:1px solid rgba(15,118,110,.18);border-radius:18px;background:rgba(255,255,255,.9);box-shadow:0 26px 70px rgba(18,66,60,.13);backdrop-filter:blur(12px);}.wvp-home-trust-icon{width:56px;height:56px;display:grid;place-items:center;margin-bottom:20px;border-radius:15px;background:var(--rd-primary);color:#fff;box-shadow:0 12px 28px rgba(15,118,110,.25);}.wvp-home-trust-icon svg{width:31px;height:31px;fill:currentColor;}.wvp-home-trust-card h2{margin:0 0 15px;color:var(--rd-heading);font-size:clamp(23px,2vw,30px);line-height:1.25;}.wvp-home-trust-card ul{display:grid;gap:10px;margin:0;padding:0;list-style:none;}.wvp-home-trust-card li{position:relative;padding-left:28px;color:var(--rd-text);line-height:1.55;}.wvp-home-trust-card li::before{content:"✓";position:absolute;left:0;top:0;color:var(--rd-primary);font-weight:900;}.wvp-home-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:25px;padding-top:22px;border-top:1px solid var(--rd-border);}.wvp-home-stats div{min-width:0;}.wvp-home-stats strong,.wvp-home-stats span{display:block;}.wvp-home-stats strong{color:var(--rd-heading);font-size:clamp(18px,1.5vw,23px);line-height:1.25;overflow-wrap:anywhere;}.wvp-home-stats span{margin-top:5px;color:var(--rd-muted);font-size:12px;font-weight:700;line-height:1.4;}.wvp-home-section{padding:clamp(58px,6.4vw,88px) 0;}.wvp-home-section+.wvp-home-section{border-top:1px solid var(--rd-border);}.wvp-home-featured{background:#fff;}.wvp-home-topics{background:var(--rd-bg);}.wvp-home-latest{background:#fff;}.wvp-home-standards{background:linear-gradient(180deg,var(--rd-bg),#f0f7f4);}.wvp-home-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:22px;margin-bottom:30px;}.wvp-home-section-heading h2{margin:0;color:var(--rd-heading);font-size:clamp(30px,3.4vw,48px);letter-spacing:-.04em;line-height:1.12;}.wvp-home-section-heading>a{flex:0 0 auto;color:var(--rd-primary-dark);font-weight:800;}.wvp-home-section-heading>a:hover,.wvp-home-section-heading>a:focus-visible{transform:translateX(3px);}.wvp-home-section-heading-centered{justify-content:center;text-align:center;}.wvp-home-featured-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:28px;align-items:stretch;}.wvp-home-featured-card{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(280px,.92fr);min-width:0;overflow:hidden;border:1px solid var(--rd-border);border-radius:16px;background:var(--rd-card);box-shadow:0 15px 40px rgba(15,35,65,.08);}.wvp-home-featured-image{min-height:100%;background:var(--rd-primary-soft);overflow:hidden;}.wvp-home-featured-image img,.wvp-home-featured-image .rd-thumb-placeholder{width:100%;height:100%;min-height:390px;object-fit:cover;transition:transform 520ms ease;}.wvp-home-featured-card:hover .wvp-home-featured-image img{transform:scale(1.035);}.wvp-home-featured-body{display:flex;flex-direction:column;justify-content:center;padding:clamp(28px,3.5vw,48px);}.wvp-home-category-label{align-self:flex-start;margin-bottom:14px;padding:6px 11px;border-radius:999px;background:var(--rd-primary-soft);color:var(--rd-primary-dark);font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;}.wvp-home-featured-body h3{margin:0 0 12px;font-size:clamp(27px,2.65vw,40px);letter-spacing:-.035em;line-height:1.18;}.wvp-home-featured-body h3 a{color:var(--rd-heading);}.wvp-home-featured-body h3 a:hover{color:var(--rd-primary);}.wvp-home-featured-body p{margin:6px 0 20px;color:var(--rd-text);line-height:1.72;}.wvp-home-text-link{align-self:flex-start;color:var(--rd-primary-dark);font-weight:800;}.wvp-home-text-link:hover,.wvp-home-text-link:focus-visible{transform:translateX(3px);}.wvp-home-spotlight-list{display:grid;grid-template-rows:repeat(4,minmax(0,1fr));gap:12px;}.wvp-home-spotlight-card{display:grid;grid-template-columns:118px minmax(0,1fr);gap:15px;min-width:0;padding:11px;border:1px solid var(--rd-border);border-radius:12px;background:var(--rd-card);transition:transform var(--rd-transition),border-color var(--rd-transition),box-shadow var(--rd-transition);}.wvp-home-spotlight-card:hover,.wvp-home-spotlight-card:focus-within{border-color:#a9cec8;transform:translateY(-2px);box-shadow:0 12px 28px rgba(15,35,65,.08);}.wvp-home-spotlight-thumb{display:block;aspect-ratio:4 / 3;overflow:hidden;border-radius:8px;background:var(--rd-primary-soft);}.wvp-home-spotlight-thumb img,.wvp-home-spotlight-thumb .rd-thumb-placeholder{width:100%;height:100%;object-fit:cover;}.wvp-home-spotlight-card time{display:block;margin:2px 0 5px;color:var(--rd-muted);font-size:12px;font-weight:700;line-height:1.3;}.wvp-home-spotlight-card h3{margin:0;font-size:16px;line-height:1.4;}.wvp-home-spotlight-card h3 a{color:var(--rd-heading);}.wvp-home-spotlight-card h3 a:hover{color:var(--rd-primary);}.wvp-home-topic-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}.wvp-home-topic-card{display:grid;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:15px;min-height:104px;padding:20px;border:1px solid var(--rd-border);border-radius:13px;background:var(--rd-card);color:var(--rd-heading);box-shadow:0 6px 20px rgba(15,35,65,.035);}.wvp-home-topic-card:hover,.wvp-home-topic-card:focus-visible{border-color:#9fcac4;color:var(--rd-heading);transform:translateY(-4px);box-shadow:0 16px 34px rgba(15,35,65,.09);}.wvp-home-topic-mark{width:52px;height:52px;display:grid;place-items:center;border-radius:13px;background:var(--rd-primary-soft);color:var(--rd-primary-dark);font-size:22px;font-weight:900;}.wvp-home-topic-copy{min-width:0;}.wvp-home-topic-copy strong,.wvp-home-topic-copy small{display:block;}.wvp-home-topic-copy strong{font-size:17px;line-height:1.35;}.wvp-home-topic-copy small{margin-top:5px;color:var(--rd-muted);font-size:13px;line-height:1.4;}.wvp-home-topic-arrow{color:var(--rd-primary);font-size:22px;font-weight:800;}.wvp-home-latest-grid{gap:22px;}.wvp-home-latest-grid .rd-post-card{border-radius:13px;}.wvp-home-standard-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;}.wvp-home-standard-grid article{position:relative;min-width:0;padding:clamp(25px,3vw,38px);overflow:hidden;border:1px solid var(--rd-border);border-radius:14px;background:var(--rd-card);}.wvp-home-standard-grid article>span{display:block;margin-bottom:22px;color:var(--rd-primary);font-size:34px;font-weight:800;letter-spacing:-.05em;line-height:1;}.wvp-home-standard-grid h3{margin:0 0 12px;color:var(--rd-heading);font-size:22px;line-height:1.3;}.wvp-home-standard-grid p{margin:0;color:var(--rd-text);line-height:1.7;}.wvp-home-cta{padding:clamp(42px,5.6vw,72px) 0;background:var(--rd-primary-dark);color:#fff;}.wvp-home-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:28px;}.wvp-home-cta .wvp-home-section-kicker{color:#c9eee7;}.wvp-home-cta h2{max-width:850px;margin:0;color:#fff;font-size:clamp(28px,3.5vw,46px);letter-spacing:-.035em;line-height:1.18;}.wvp-home-cta .rd-button{flex:0 0 auto;background:#fff;color:var(--rd-primary-dark);box-shadow:none;}.wvp-home-cta .rd-button:hover,.wvp-home-cta .rd-button:focus-visible{background:#eaf7f4;color:#083f3a;}html[data-theme="dark"] .wvp-home-hero{background:radial-gradient(circle at 88% 18%,rgba(122,217,203,.11),transparent 29%),radial-gradient(circle at 8% 88%,rgba(15,118,110,.11),transparent 27%),linear-gradient(145deg,#081c1a 0%,#0b2421 56%,#102e2a 100%);}html[data-theme="dark"] .wvp-home-hero::before{opacity:.35;}html[data-theme="dark"] .wvp-home-secondary-cta,html[data-theme="dark"] .wvp-home-search,html[data-theme="dark"] .wvp-home-trust-card,html[data-theme="dark"] .wvp-home-featured,html[data-theme="dark"] .wvp-home-latest,html[data-theme="dark"] .wvp-home-topic-card,html[data-theme="dark"] .wvp-home-featured-card,html[data-theme="dark"] .wvp-home-spotlight-card,html[data-theme="dark"] .wvp-home-standard-grid article{background:var(--rd-card);border-color:var(--rd-border);}html[data-theme="dark"] .wvp-home-topics,html[data-theme="dark"] .wvp-home-standards{background:var(--rd-bg);}html[data-theme="dark"] .wvp-home-secondary-cta{color:var(--rd-heading);}html[data-theme="dark"] .wvp-home-search{box-shadow:0 16px 38px rgba(0,0,0,.24);}html[data-theme="dark"] .wvp-home-cta{background:#061512;}html[data-theme="dark"] .wvp-home-category-label,html[data-theme="dark"] .wvp-home-topic-mark{background:var(--rd-primary-soft);color:var(--rd-primary-dark);}@media (max-width:1120px){.wvp-home-hero-grid,.wvp-home-featured-grid{grid-template-columns:minmax(0,1fr);}.wvp-home-trust-card{max-width:780px;}.wvp-home-featured-card{grid-template-columns:minmax(0,1fr) minmax(300px,.85fr);}.wvp-home-spotlight-list{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:none;}}@media (max-width:900px){.wvp-home-featured-card{grid-template-columns:1fr;}.wvp-home-featured-image img,.wvp-home-featured-image .rd-thumb-placeholder{min-height:330px;}.wvp-home-topic-grid,.wvp-home-standard-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}@media (max-width:700px){.wvp-home-hero{padding-block:50px 58px;}.wvp-home-hero h1{font-size:clamp(40px,13vw,60px);}.wvp-home-stats{grid-template-columns:1fr;gap:15px;}.wvp-home-stats div{display:grid;grid-template-columns:minmax(105px,auto) 1fr;align-items:center;gap:12px;}.wvp-home-stats span{margin-top:0;}.wvp-home-section-heading{align-items:flex-start;flex-direction:column;}.wvp-home-section-heading-centered{align-items:center;}.wvp-home-spotlight-list,.wvp-home-topic-grid,.wvp-home-standard-grid{grid-template-columns:1fr;}.wvp-home-cta-inner{align-items:flex-start;flex-direction:column;}}@media (max-width:520px){.wvp-home-actions{align-items:stretch;flex-direction:column;}.wvp-home-actions>a{width:100%;}.wvp-home-search .search-form{gap:8px;}.wvp-home-trust-card{padding:24px 20px;}.wvp-home-featured-image img,.wvp-home-featured-image .rd-thumb-placeholder{min-height:230px;}.wvp-home-featured-body{padding:24px 20px;}.wvp-home-spotlight-card{grid-template-columns:96px minmax(0,1fr);}.wvp-home-topic-card{grid-template-columns:46px minmax(0,1fr) auto;min-height:92px;padding:16px;}.wvp-home-topic-mark{width:46px;height:46px;}}@media (prefers-reduced-motion:reduce){.wvp-home-featured-card:hover .wvp-home-featured-image img,.wvp-home-topic-card:hover,.wvp-home-spotlight-card:hover,.wvp-home-secondary-cta:hover,.wvp-home-text-link:hover,.wvp-home-section-heading>a:hover{transform:none;}}.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-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;}}.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;}