:root{--primary:#1b4d3e;--primary-dark:#12362b;--primary-light:#2c6b59;--accent:#c9a26b;--accent-hover:#b08d55;--bg-body:#f9f8f6;--bg-white:#fff;--bg-light:#f2f2f2;--text-main:#1a1a1a;--text-muted:#555;--text-light:#888;--border-color:#e0e0e0;--shadow-sm:0 4px 6px #00000008;--shadow-md:0 8px 15px #0000000f;--shadow-lg:0 20px 40px #00000014;--font-heading:"Playfair Display", serif;--font-body:"Inter", sans-serif;--radius-sm:6px;--radius-md:12px;--radius-lg:20px}*{box-sizing:border-box;-webkit-font-smoothing:antialiased;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--bg-body);color:var(--text-main);font-size:16px;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{font-family:var(--font-heading);color:var(--primary);font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none;transition:color .2s}ul{list-style:none}button,input,select{font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 24px}.text-center{text-align:center}.section-title{margin-bottom:20px;font-size:42px}.section-sub{color:var(--text-muted);max-width:650px;margin:0 auto 48px;font-size:20px;line-height:1.6}.trust-bar{background-color:var(--primary-dark);color:#ffffffe6;letter-spacing:.02em;padding:8px 0;font-size:13px}.trust-bar-content{justify-content:flex-end;gap:30px;display:flex}.trust-bar span{align-items:center;gap:6px;display:flex}.header{background:var(--bg-white);z-index:100;box-shadow:var(--shadow-sm);padding:20px 0;transition:all .3s;position:sticky;top:0}.header-container{justify-content:space-between;align-items:center;display:flex}.logo{align-items:center;display:flex}.logo-img{object-fit:contain;width:auto;height:50px}.logo-accent{color:var(--accent)}.nav-links{gap:40px;display:flex}.nav-links a{color:var(--text-main);font-size:15px;font-weight:500}.nav-links a:hover{color:var(--accent)}.header-phone{align-items:center;gap:12px;display:flex}.phone-icon-wrapper{background:var(--bg-light);width:40px;height:40px;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;display:flex}.phone-details{flex-direction:column;align-items:flex-start;display:flex}.phone-label{text-transform:uppercase;color:var(--text-light);letter-spacing:.05em;font-size:11px;font-weight:600}.phone-number{color:var(--primary);font-size:18px;font-weight:700}.hero{background:linear-gradient(135deg,#f9f8f6 0%,#efefe9 100%);padding:80px 0 100px;position:relative;overflow:hidden}.hero-bg-overlay{z-index:0;pointer-events:none;background:radial-gradient(circle,#c9a26b1a 0%,#fff0 70%);width:600px;height:600px;position:absolute;top:-50px;right:-100px}.hero-container{z-index:1;grid-template-columns:1.1fr .9fr;align-items:center;gap:60px;display:grid;position:relative}.badge{color:var(--primary);text-transform:uppercase;letter-spacing:.05em;background:#1b4d3e1a;border-radius:50px;margin-bottom:24px;padding:6px 12px;font-size:12px;font-weight:600;display:inline-block}.hero-content h1{color:var(--primary-dark);margin-bottom:20px;font-size:52px;line-height:1.1}.hero-subtitle{color:var(--text-muted);max-width:90%;margin-bottom:40px;font-size:20px}.trust-indicators{gap:30px;display:flex}.trust-item{color:var(--text-main);align-items:center;gap:10px;font-weight:500;display:flex}.check-icon{background:var(--accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;padding:4px;display:flex}.form-wrapper{position:relative}.form-card{background:var(--bg-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid #00000008;padding:40px;position:relative;overflow:hidden}.cta-card{text-align:center}.cta-card-content{flex-direction:column;align-items:center;margin-top:24px;display:flex}.cta-badge{color:var(--accent);border-radius:var(--radius-sm);text-transform:uppercase;letter-spacing:.05em;background:#c9a26b14;border:1px solid #c9a26b26;align-items:center;gap:8px;margin-bottom:24px;padding:8px 16px;font-size:13px;font-weight:600;display:inline-flex}.cta-badge svg{color:var(--accent)}.cta-benefits{text-align:left;width:100%;max-width:320px;margin:0 0 28px;padding:0;list-style:none}.cta-benefits li{color:var(--text-main);align-items:center;gap:12px;margin-bottom:14px;font-size:15px;font-weight:500;display:flex}.cta-benefits li:last-child{margin-bottom:0}.cta-benefits li .benefit-check{color:var(--primary);background:#1b4d3e14;border-radius:50%;flex-shrink:0;padding:3px}.cta-card-btn{width:100%;margin-bottom:16px;text-decoration:none;display:inline-block;border-radius:var(--radius-md)!important;padding:18px 24px!important;font-size:18px!important;font-weight:600!important;box-shadow:0 6px 20px #1b4d3e26!important}.cta-card-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #1b4d3e40!important}.glowing-btn-wrapper{z-index:1;width:100%;max-width:320px;margin-bottom:16px;display:inline-block;position:relative}.glowing-btn-wrapper:before{content:"";z-index:0;transition:all .3s;position:absolute;inset:-3px;box-shadow:0 0 12px #c9a26b99,0 0 25px #c9a26b4d;background:linear-gradient(135deg, #fff3 0%, var(--accent) 25%, #fff 50%, var(--accent) 75%, #fff3 100%)!important;border-radius:calc(var(--radius-md) + 3px)!important;background-size:200% 200%!important;animation:2s linear infinite diagonalFlow!important}.glowing-btn-wrapper:hover:before{inset:-5px;box-shadow:0 0 18px #c9a26bcc,0 0 35px #c9a26b80}@keyframes diagonalFlow{0%{background-position:0 0}to{background-position:200% 200%}}.glowing-btn-wrapper .cta-card-btn{z-index:2;position:relative;background-color:var(--primary)!important;color:#fff!important;border:none!important;margin-bottom:0!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;box-shadow:0 4px 15px #00000014!important}.glowing-btn-wrapper .cta-card-btn:hover{background-color:var(--primary-dark)!important;transform:translateY(-2px)scale(1.01)!important}.form-card:before{content:"";background:linear-gradient(90deg, #c9a26b4d 0%, var(--accent) 50%, #c9a26b4d 100%);background-size:200% 100%;height:6px;animation:2s ease-in-out infinite flowAcross;position:absolute;top:0;left:0;right:0;box-shadow:0 0 10px #c9a26b99,0 0 20px #c9a26b66}@keyframes flowAcross{0%{background-position:100% 0;box-shadow:0 0 10px #c9a26b99,0 0 20px #c9a26b66}50%{background-position:0 0;box-shadow:0 0 15px #c9a26bcc,0 0 30px #c9a26b80}to{background-position:-100% 0;box-shadow:0 0 10px #c9a26b99,0 0 20px #c9a26b66}}.form-header{text-align:center;margin-bottom:30px}.form-header h2{margin-bottom:8px;font-size:28px}.form-header p{color:var(--text-light);letter-spacing:.05em;text-transform:uppercase;font-size:14px}.progress-bar-container{margin-bottom:40px}.progress-track{background:var(--bg-light);border-radius:10px;height:6px;margin-bottom:12px;overflow:hidden}.progress-fill{background:var(--primary);width:33.33%;height:100%;transition:width .4s}.progress-steps-text{color:var(--text-light);text-transform:uppercase;justify-content:space-between;font-size:12px;font-weight:600;display:flex}.progress-steps-text span.active{color:var(--primary)}.form-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.form-group{margin-bottom:24px}.form-card label{color:var(--text-main);margin-bottom:8px;font-size:14px;font-weight:600;display:block}.form-input{border-radius:var(--radius-sm);width:100%;color:var(--text-main);background:#fafafa;border:1px solid #d1d1d1;padding:14px 16px;font-size:16px;transition:all .2s}.form-input:focus{border-color:var(--primary);background:#fff;outline:none;box-shadow:0 0 0 4px #1b4d3e1a}select.form-input{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat}.btn{border-radius:var(--radius-sm);cursor:pointer;border:none;justify-content:center;align-items:center;gap:10px;width:100%;padding:16px 24px;font-size:16px;font-weight:600;transition:all .3s;display:inline-flex}.btn-primary{background-color:var(--primary);color:#fff;box-shadow:0 4px 10px #1b4d3e33}.btn-primary:hover{background-color:var(--primary-dark);transform:translateY(-2px);box-shadow:0 6px 15px #1b4d3e4d}.btn-secondary{border:1px solid var(--border-color);color:var(--text-muted);background-color:#0000}.btn-secondary:hover{background-color:var(--bg-light);color:var(--text-main)}.btn-primary .btn-arrow{transition:transform .2s}.btn-primary:hover .btn-arrow{transform:translate(4px)}.btn-group{grid-template-columns:1fr 2fr;gap:15px;display:grid}.btn-success{background-color:var(--accent);color:#fff}.btn-success:hover{background-color:var(--accent-hover)}.radio-group{grid-template-columns:1fr 1fr;gap:15px;display:grid}.radio-card{cursor:pointer;position:relative}.radio-card input{opacity:0;position:absolute}.radio-label{text-align:center;border-radius:var(--radius-sm);background:#fafafa;border:1px solid #d1d1d1;padding:12px;font-weight:500;transition:all .2s;display:block}.radio-card input:checked+.radio-label{border-color:var(--primary);color:var(--primary);background:#1b4d3e0d;font-weight:600}.tcpa-disclosure{color:var(--text-light);gap:10px;margin-bottom:20px;font-size:11px;line-height:1.5;display:flex}.disclosure-text{color:#777;font-weight:400}.checkbox-container{cursor:pointer;align-items:flex-start;gap:12px;display:flex}.checkbox-container input{cursor:pointer;width:20px;min-width:20px;height:20px;accent-color:var(--primary);margin-top:0}.form-disclaimer{letter-spacing:.02em;line-height:1.4;text-align:center!important;color:#aaa!important;margin-top:10px!important;margin-bottom:0!important;font-size:9px!important;font-weight:300!important}.secure-badge{text-align:center;color:var(--text-muted);opacity:.8;justify-content:center;align-items:center;gap:6px;margin-top:16px;font-size:13px;display:flex}.stats-section{background:var(--primary);color:#fff;padding:60px 0}.stats-container{text-align:center;justify-content:center;gap:80px;display:flex}.stat-number{font-size:42px;font-family:var(--font-heading);color:var(--accent);margin-bottom:8px;font-weight:700;display:block}.stat-label{text-transform:uppercase;letter-spacing:.05em;opacity:.9;font-size:14px}.benefits{background:var(--bg-white);padding:100px 0}.benefits-grid{grid-template-columns:repeat(3,1fr);gap:40px;display:grid}.benefit-card{text-align:center;border-radius:var(--radius-md);padding:40px 30px;transition:all .3s}.benefit-card:hover{box-shadow:var(--shadow-md);transform:translateY(-5px)}.icon-box{background:var(--bg-body);width:64px;height:64px;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 24px;display:flex}.benefit-card h3{color:var(--text-main);margin-bottom:14px;font-size:24px}.benefit-card p{color:var(--text-muted);font-size:18px;line-height:1.6}.process{background:var(--bg-body);padding:100px 0}.process-wrapper{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.process-image-placeholder{border-radius:var(--radius-lg);height:500px;box-shadow:var(--shadow-md);background-color:#e6e6e6;position:relative;overflow:hidden}.pattern-bg{background-image:repeating-linear-gradient(45deg,#c9a26b0d 0 20px,#ffffff0d 20px 40px),linear-gradient(135deg,#1b4d3e,#2c6b59);width:100%;height:100%}.process-image{border-radius:var(--radius-lg);height:500px;box-shadow:var(--shadow-lg);position:relative;overflow:hidden}.process-image img{object-fit:cover;object-position:center;width:100%;height:100%}.process-content h2{margin-bottom:40px}.step-item{align-items:flex-start;gap:24px;margin-bottom:40px;display:flex;position:relative}.step-number{background:var(--primary);color:#fff;width:48px;height:48px;font-family:var(--font-body);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;font-size:18px;font-weight:600;display:flex}.step-item:not(:last-child) .step-number:after{content:"";background:linear-gradient(180deg, #c9a26b1a 0%, #c9a26b4d 50%, var(--accent) 100%);background-size:100% 200%;border-radius:2px;width:3px;animation:1.5s ease-in-out infinite flowDown;position:absolute;top:50px;bottom:-40px;left:24px;transform:translate(-50%);box-shadow:0 0 10px #c9a26b99,0 0 20px #c9a26b66}@keyframes flowDown{0%{background-position:0 100%;box-shadow:0 0 10px #c9a26b99,0 0 20px #c9a26b66}50%{background-position:0 0;box-shadow:0 0 15px #c9a26bcc,0 0 30px #c9a26b80}to{background-position:0 -100%;box-shadow:0 0 10px #c9a26b99,0 0 20px #c9a26b66}}.step-text h3{color:var(--text-main);margin-bottom:10px;font-size:24px}.step-text p{color:var(--text-muted);font-size:18px;line-height:1.6}.faq{background:var(--bg-white);padding:80px 0 100px}.faq-grid{max-width:800px;margin:0 auto}.faq-item{border-bottom:1px solid var(--border-color)}.faq-trigger{text-align:left;width:100%;color:var(--text-main);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:24px 0;font-size:18px;font-weight:600;display:flex}.faq-trigger:after{content:"+";color:var(--primary);font-size:24px;font-weight:400}.faq-item.active .faq-trigger:after{content:"-"}.faq-content{color:var(--text-muted);padding-bottom:24px;line-height:1.7;display:none}.faq-item.active .faq-content{animation:.3s fadeIn;display:block}.footer{color:#999;background:#111;padding:80px 0 40px;font-size:14px}.footer-top{border-bottom:1px solid #222;grid-template-columns:2fr 1fr 1fr;gap:60px;margin-bottom:60px;padding-bottom:60px;display:grid}.footer-logo{margin-bottom:20px;display:inline-block}.footer-logo-img{filter:brightness(0)invert();width:auto;height:45px}.footer-nav h4{color:#fff;font-size:16px;font-family:var(--font-body);margin-bottom:24px}.footer-nav ul li{margin-bottom:12px}.footer-nav a:hover{color:#fff}.footer-bottom{justify-content:space-between;align-items:center;display:flex}.disclaimer-text{opacity:.6;font-size:12px}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@media (max-width:900px){.hero-container,.process-wrapper{grid-template-columns:1fr}.nav-links{display:none}.benefits-grid{grid-template-columns:1fr}.stats-container{flex-direction:column;gap:40px}.footer-top{grid-template-columns:1fr}.footer-bottom{text-align:center;flex-direction:column;gap:12px}}@media (max-width:768px){.trust-bar{padding:10px 0}.trust-bar-content{justify-content:center;gap:20px}.trust-bar-content span:first-child{display:none}.trust-bar span{font-size:12px}.header-container{justify-content:space-between}.header-phone .phone-icon-wrapper{width:32px;height:32px}.header-phone .phone-icon-wrapper svg{width:16px;height:16px}.header-phone .phone-label{font-size:9px}.header-phone .phone-number{font-size:14px}.header-phone{gap:8px}.logo{font-size:20px}.form-grid,.btn-group,.radio-group{grid-template-columns:1fr}.section-title{font-size:32px}.hero-content h1{font-size:36px}.trust-indicators{flex-direction:column;gap:16px}}.form-step{animation:.4s fadeIn;display:none}.form-step.active{display:block}.reviews-section{background:#fcfcfc;border-top:1px solid #eee;padding:80px 0}.reviews-header{margin-bottom:60px}.trustpilot-logo-large{justify-content:center;align-items:center;gap:0;margin-bottom:10px;font-size:24px;font-weight:700;display:flex;transform:translate(-5px)}.star-icon{color:#00b67a}.stars-large{color:#00b67a;letter-spacing:4px;margin-bottom:10px;font-size:32px}.trust-score{color:var(--text-muted);font-size:16px}.reviews-grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.review-card{border-radius:var(--radius-md);background:#fff;border:1px solid #f0f0f0;padding:30px;box-shadow:0 4px 6px #0000000d}.review-stars{color:#00b67a;letter-spacing:2px;margin-bottom:15px;font-size:18px}.review-card h3{color:var(--text-main);margin-bottom:10px;font-size:18px}.review-card p{color:var(--text-muted);margin-bottom:15px;font-size:15px;font-style:italic;line-height:1.6}.reviewer-name{font-weight:600;color:var(--text-main)!important;font-size:14px!important;font-style:normal!important}.trustpilot-mini-badge{background:#ffffffe6;border-radius:4px;align-items:center;gap:8px;padding:8px 16px;display:inline-flex;box-shadow:0 2px 4px #0000000d}.trustpilot-mini-badge .star-rating{color:#00b67a;letter-spacing:2px;font-size:16px}.trustpilot-mini-badge .rating-text{color:#333;font-size:13px;font-weight:600}@media (max-width:900px){.reviews-grid{grid-template-columns:1fr}}@media (max-width:768px){.header{padding:8px 0!important}.hero{padding-top:55px!important;padding-bottom:40px!important}.trustpilot-mini-badge{gap:6px!important;padding:5px 10px!important}.trustpilot-mini-badge .star-rating{letter-spacing:1px!important;font-size:14px!important}.trustpilot-mini-badge .rating-text{font-size:11px!important}.hero-content h1{margin-bottom:12px!important;font-size:36px!important;line-height:1.2!important}.hero-subtitle{margin-bottom:15px!important;font-size:18px!important;line-height:1.4!important}.trust-indicators{gap:15px!important;margin-bottom:20px!important}.check-icon{width:22px!important;height:22px!important;padding:3px!important}.trust-item span{font-size:14px!important}}.trustpilot-label{color:var(--text-main);white-space:nowrap;align-items:center;font-size:14px;font-weight:400;display:inline-flex}.trustpilot-label strong{margin-left:4px;font-weight:700}@media (max-width:768px){.trustpilot-label{font-size:13px}}.trustpilot-row{align-items:center;gap:10px;margin-bottom:24px;display:inline-flex}@media (max-width:768px){.trustpilot-row{gap:8px;margin-bottom:15px;margin-top:10px!important}.form-wrapper{margin-top:-25px!important}.form-card{padding:25px 25px 30px!important}.form-header{margin-bottom:15px!important}.form-header h2{font-size:24px!important}.form-header p{font-size:13px!important}}.cta-section{text-align:center;background:linear-gradient(135deg,#f9f8f6 0%,#efefe9 100%);padding:60px 0}.cta-heading{color:var(--primary-dark);font-size:36px;font-family:var(--font-display);margin-bottom:12px}.cta-subtext{color:var(--text-muted);max-width:500px;margin-bottom:30px;margin-left:auto;margin-right:auto;font-size:18px}.cta-scroll-btn{background:var(--accent);color:#fff;width:auto;padding:16px 40px;font-size:18px;display:inline-flex;box-shadow:0 4px 15px #c9a26b59}.cta-scroll-btn:hover{background:#d4a84a;transform:translateY(-2px)}html{scroll-behavior:smooth}@media (max-width:768px){.cta-section{padding:50px 20px}.cta-heading{font-size:28px}.cta-subtext{margin-bottom:25px;font-size:16px}.cta-scroll-btn{padding:14px 32px;font-size:16px}}#form-section{scroll-margin-top:80px}@media (max-width:768px){.form-grid{gap:0}.form-grid .form-group{margin-bottom:16px}}.trustpilot-star-icon{vertical-align:middle;width:auto;height:28px;margin-right:-4px}@media (max-width:900px){.cardless-cta-wrapper,.form-wrapper{display:none!important}.hero{padding-bottom:50px!important}}.legal-hero{background:linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);text-align:center;color:#fff;padding:80px 0 120px;position:relative}.legal-hero h1{font-family:var(--font-heading);color:#fff;margin-bottom:12px;font-size:44px}.legal-hero-subtitle{color:var(--accent);letter-spacing:1.5px;text-transform:uppercase;font-size:14px;font-weight:600}.legal-content-container{z-index:10;max-width:850px;margin:-60px auto 80px;padding:0 24px;position:relative}.legal-card{background:var(--bg-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid #0000000d;padding:48px}.legal-section{border-bottom:1px solid #0000000d;margin-bottom:40px;padding-bottom:30px}.legal-section:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.legal-section-number{color:var(--accent-hover);text-transform:uppercase;letter-spacing:.5px;background:#c9a26b1a;border-radius:20px;margin-bottom:12px;padding:4px 12px;font-size:13px;font-weight:700;display:inline-block}.legal-section-title{font-family:var(--font-heading);color:var(--primary);margin-bottom:16px;font-size:24px}.legal-section-body{color:var(--text-muted);font-size:16px;line-height:1.7}.legal-section-body p{margin-bottom:16px}.legal-section-body p:last-child{margin-bottom:0}.legal-section-body ul{margin-bottom:16px;padding-left:24px;list-style:outside}.legal-section-body li{margin-bottom:8px}.legal-section-body li:last-child{margin-bottom:0}.legal-contact-card{border-left:4px solid var(--accent);border-radius:0 var(--radius-md) var(--radius-md) 0;background:#1b4d3e08;margin-top:24px;padding:28px}.legal-contact-title{font-family:var(--font-heading);color:var(--primary-dark);margin-bottom:12px;font-size:18px;font-weight:600}.legal-contact-detail{color:var(--text-muted);font-size:15px;line-height:1.8}.legal-contact-detail strong{color:var(--text-main)}@media (max-width:768px){.legal-card{padding:32px 20px}.legal-hero{padding:60px 0 100px}.legal-hero h1{padding:0 16px;font-size:32px}.legal-section-title{font-size:20px}.legal-section-body{font-size:15px}}
.quiz-body{background-color:var(--bg-body);flex-direction:column;height:100vh;display:flex;overflow:hidden}.quiz-header{background:var(--bg-white);box-shadow:var(--shadow-sm);z-index:100;flex-shrink:0;padding:14px 0;position:relative}.quiz-header-inner{justify-content:space-between;align-items:center;display:flex}.quiz-header .logo-img{height:40px}.quiz-header .header-trust-badge{align-items:center;gap:10px;display:flex}.quiz-header .trust-icon-wrapper{width:36px;height:36px;color:var(--primary);background:#1b4d3e0f;border-radius:50%;justify-content:center;align-items:center;display:flex}.quiz-header .trust-details{flex-direction:column;align-items:flex-start;display:flex}.quiz-header .trust-label{text-transform:uppercase;color:var(--text-light);letter-spacing:.05em;font-size:10px;font-weight:600}.quiz-header .trust-value{color:var(--primary);font-size:15px;font-weight:700}.quiz-progress-bar{background:var(--bg-light);z-index:99;flex-shrink:0;height:5px;position:relative}.quiz-progress-fill{background:linear-gradient(90deg, #c9a26b4d 0%, var(--accent) 50%, #c9a26b4d 100%);background-size:200% 100%;width:0%;height:100%;transition:width .6s cubic-bezier(.4,0,.2,1);animation:2s ease-in-out infinite flowAcross;position:relative;box-shadow:0 0 10px #c9a26b99,0 0 20px #c9a26b66}.quiz-main{flex:1;position:relative;overflow:hidden}.quiz-screen{opacity:0;pointer-events:none;justify-content:center;align-items:center;width:100%;height:100%;padding:40px 24px;transition:opacity .5s cubic-bezier(.4,0,.2,1),transform .5s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:0;left:0;transform:translateY(30px)}.quiz-screen.active{opacity:1;pointer-events:auto;z-index:10;transform:translateY(0)}.quiz-screen.exit-up{opacity:0;pointer-events:none;z-index:5;transform:translateY(-40px)}.quiz-screen-inner{text-align:center;width:100%;max-width:600px}.quiz-icon-wrap{width:72px;height:72px;color:var(--primary);background:#1b4d3e14;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 28px;display:flex}.quiz-question{font-family:var(--font-heading);color:var(--primary-dark);margin-bottom:36px;font-size:32px;font-weight:700;line-height:1.25}.quiz-sub-question{color:var(--text-muted);text-align:center;max-width:420px;margin:-16px auto 28px;font-size:14px;font-weight:400;line-height:1.4}.quiz-context-line{color:var(--accent);min-height:24px;margin-bottom:12px;font-size:16px;font-weight:500}.quiz-choices{gap:16px;margin-bottom:24px;display:grid}.quiz-choices.two-col{grid-template-columns:1fr 1fr;max-width:420px;margin-left:auto;margin-right:auto}.quiz-choices.three-col{grid-template-columns:1fr 1fr 1fr;max-width:520px;margin-left:auto;margin-right:auto}.quiz-choices.four-col{grid-template-columns:1fr 1fr 1fr 1fr;max-width:520px;margin-left:auto;margin-right:auto}.quiz-choice-btn{background:var(--bg-white);border:2px solid var(--border-color);border-radius:var(--radius-md);cursor:pointer;font-family:var(--font-body);min-height:80px;box-shadow:var(--shadow-sm);flex-direction:column;justify-content:center;align-items:center;padding:24px 20px;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.quiz-choice-btn:hover{border-color:var(--primary);box-shadow:var(--shadow-md);background:#1b4d3e08;transform:translateY(-3px)}.quiz-choice-btn:active{transform:translateY(0)}.quiz-choice-btn.selected{border-color:var(--primary);background:#1b4d3e0f;box-shadow:0 0 0 3px #1b4d3e1a}.choice-text{color:var(--text-main);font-size:17px;font-weight:600}.choice-arrow{color:var(--primary);opacity:0;font-size:18px;transition:opacity .2s,transform .2s;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.quiz-choice-btn:hover .choice-arrow{opacity:1;transform:translateY(-50%)translate(2px)}.choice-amount{font-family:var(--font-heading);color:var(--primary-dark);font-size:22px;font-weight:700;line-height:1.2}.choice-subtext{color:var(--text-light);margin-top:2px;font-size:13px;font-weight:500}.quiz-reassurance{color:var(--text-light);justify-content:center;align-items:center;gap:8px;margin-top:12px;font-size:13px;display:flex}.interstitial-icon{color:var(--accent);background:#c9a26b1f}.interstitial-icon--success{color:var(--primary);background:#1b4d3e14}.interstitial-heading{max-width:520px;margin-bottom:16px;margin-left:auto;margin-right:auto;font-size:30px;line-height:1.35}.interstitial-heading em{color:var(--accent);font-style:normal}.interstitial-subtext{color:var(--text-muted);max-width:440px;margin-bottom:36px;margin-left:auto;margin-right:auto;font-size:18px;line-height:1.6}.interstitial-btn{max-width:320px;margin-left:auto;margin-right:auto}.quiz-input-form{text-align:left;max-width:420px;margin:0 auto}.quiz-name-fields{gap:16px;display:flex}.quiz-name-fields .quiz-input-wrap{flex:1}.quiz-input-wrap{margin-bottom:20px;position:relative}.quiz-label{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin-bottom:8px;font-size:13px;font-weight:600;display:block}.quiz-text-input{border:2px solid var(--border-color);border-radius:var(--radius-md);width:100%;font-size:18px;font-family:var(--font-body);background:var(--bg-white);color:var(--text-main);box-shadow:var(--shadow-sm);padding:16px 20px;transition:all .25s}.quiz-text-input:focus{border-color:var(--primary);background:#fff;outline:none;box-shadow:0 0 0 4px #1b4d3e1a}.quiz-text-input::placeholder{color:#bbb;font-weight:400}.quiz-text-input.error{border-color:#d9534f;box-shadow:0 0 0 4px #d9534f1a}.input-hint{color:#d9534f;margin-top:6px;font-size:12px;font-weight:500;display:block}.input-hint.hidden{display:none}.quiz-submit-btn{width:100%;margin-top:4px;padding:16px 24px;font-size:17px}.quiz-submit-btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none!important;transform:none!important}.quiz-final-btn{background:var(--accent);box-shadow:0 4px 15px #c9a26b4d}.quiz-final-btn:hover:not(:disabled){background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 6px 20px #c9a26b66}.secure-badge{max-width:420px;margin:20px auto 0;line-height:1.5;text-align:left!important;align-items:flex-start!important;font-size:12px!important}.secure-badge svg{margin-top:2px}.quiz-select-wrap{position:relative}.state-dropdown{background:var(--bg-white);border:2px solid var(--primary);border-radius:var(--radius-md);z-index:50;max-height:240px;box-shadow:var(--shadow-lg);position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto}.state-dropdown.hidden{display:none}.state-option{cursor:pointer;color:var(--text-main);border-bottom:1px solid var(--bg-light);padding:12px 20px;font-size:16px;transition:background .15s}.state-option:last-child{border-bottom:none}.state-option:hover,.state-option.highlighted{color:var(--primary);background:#1b4d3e0f}.state-option mark{color:inherit;background:#c9a26b40;border-radius:2px;padding:0 1px}.quiz-tcpa{margin-top:16px;margin-bottom:20px}.quiz-thankyou-inner{text-align:center}.thankyou-check-circle{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:88px;height:88px;margin:0 auto 32px;animation:.6s cubic-bezier(.34,1.56,.64,1) forwards checkPop;display:flex;box-shadow:0 8px 30px #1b4d3e40}@keyframes checkPop{0%{opacity:0;transform:scale(0)}60%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.thankyou-heading{margin-bottom:16px}.thankyou-subtext{color:var(--text-muted);max-width:480px;margin-bottom:40px;margin-left:auto;margin-right:auto;font-size:19px;line-height:1.6}.thankyou-trust-items{flex-wrap:wrap;justify-content:center;gap:32px;display:flex}.thankyou-trust-item{color:var(--primary);align-items:center;gap:8px;font-size:15px;font-weight:500;display:flex}@media (max-width:600px){.quiz-screen{align-items:flex-start;padding:10vh 20px 24px}.quiz-question{margin-bottom:28px;font-size:24px}.quiz-sub-question{margin-top:-12px;margin-bottom:20px;font-size:13px}.interstitial-heading{font-size:22px}.interstitial-subtext{margin-bottom:28px;font-size:16px}.quiz-choices.two-col,.quiz-choices.three-col{grid-template-columns:1fr}.quiz-choices.four-col{grid-template-columns:1fr 1fr}.quiz-choice-btn{min-height:64px;padding:18px 16px}.choice-arrow{opacity:1}.quiz-text-input{padding:14px 16px;font-size:16px}.quiz-name-fields{flex-direction:column;gap:0}.quiz-icon-wrap{width:56px;height:56px;margin-bottom:20px}.quiz-icon-wrap svg{width:28px;height:28px}.quiz-header .logo-img{height:32px}.quiz-header .trust-details{flex-direction:column;align-items:flex-start;display:flex}.quiz-header .trust-label{font-size:8px}.quiz-header .trust-value{font-size:12px}.quiz-header .trust-icon-wrapper{width:32px;height:32px}.quiz-header .trust-icon-wrapper svg{width:14px;height:14px}.thankyou-trust-items{flex-direction:column;align-items:center;gap:16px}.thankyou-subtext{font-size:17px}}@media (max-width:380px){.quiz-question{font-size:22px}.quiz-choices.four-col{grid-template-columns:1fr}}.state-dropdown::-webkit-scrollbar{width:6px}.state-dropdown::-webkit-scrollbar-track{background:0 0}.state-dropdown::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:3px}.state-dropdown::-webkit-scrollbar-thumb:hover{background:var(--text-light);border-radius:3px}.btn-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.6s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.quiz-body:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#c9a26b0f 0%,#0000 70%);width:600px;height:600px;position:fixed;top:-200px;right:-200px}.quiz-body:after{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#1b4d3e0a 0%,#0000 70%);width:500px;height:500px;position:fixed;bottom:-200px;left:-200px}

@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../media/2c55a0e60120577a-s.0bjc5tiuqdqro.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.0m6w47a4e5dy9.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../media/ad66f9afd8947f86-s.11u06r12fd6v_.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../media/5476f68d60460930-s.0wxq9webf.ew4.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.067x_6k0k23tk.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../media/1bffadaabf893a1e-s.16ipb6fqu393i.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2c55a0e60120577a-s.0bjc5tiuqdqro.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.0m6w47a4e5dy9.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/ad66f9afd8947f86-s.11u06r12fd6v_.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/5476f68d60460930-s.0wxq9webf.ew4.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.067x_6k0k23tk.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/1bffadaabf893a1e-s.16ipb6fqu393i.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/2c55a0e60120577a-s.0bjc5tiuqdqro.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.0m6w47a4e5dy9.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/ad66f9afd8947f86-s.11u06r12fd6v_.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/5476f68d60460930-s.0wxq9webf.ew4.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.067x_6k0k23tk.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/1bffadaabf893a1e-s.16ipb6fqu393i.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/2c55a0e60120577a-s.0bjc5tiuqdqro.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.0m6w47a4e5dy9.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/ad66f9afd8947f86-s.11u06r12fd6v_.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/5476f68d60460930-s.0wxq9webf.ew4.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.067x_6k0k23tk.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/1bffadaabf893a1e-s.16ipb6fqu393i.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_26aa3963-module__-shAHW__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_26aa3963-module__-shAHW__variable{--font-body:"Inter", "Inter Fallback"}
@font-face{font-family:Playfair Display;font-style:normal;font-weight:400;font-display:swap;src:url(../media/65c558afe41e89d6-s.113htgw8u-emy.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400;font-display:swap;src:url(../media/14e23f9b59180572-s.08.c8psu~gif9.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400;font-display:swap;src:url(../media/b49b0d9b851e4899-s.0yfy_qj1.2qn0.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2a65768255d6b625-s.p.14by5b4al-y~f.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(../media/65c558afe41e89d6-s.113htgw8u-emy.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(../media/14e23f9b59180572-s.08.c8psu~gif9.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(../media/b49b0d9b851e4899-s.0yfy_qj1.2qn0.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(../media/2a65768255d6b625-s.p.14by5b4al-y~f.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(../media/65c558afe41e89d6-s.113htgw8u-emy.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(../media/14e23f9b59180572-s.08.c8psu~gif9.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(../media/b49b0d9b851e4899-s.0yfy_qj1.2qn0.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(../media/2a65768255d6b625-s.p.14by5b4al-y~f.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Playfair Display Fallback;src:local(Times New Roman);ascent-override:97.25%;descent-override:22.56%;line-gap-override:0.0%;size-adjust:111.26%}.playfair_display_740aea23-module__b9IrCW__className{font-family:Playfair Display,Playfair Display Fallback;font-style:normal}.playfair_display_740aea23-module__b9IrCW__variable{--font-heading:"Playfair Display", "Playfair Display Fallback"}
