:root{--navy:#3A1C1C;--ink:#1F2733;--mid:#4A5670;--line:#E3E7EE;--soft:#F5F7FA;--red:#8B2E2E;--blue:#8B2E2E;--gold:#B8952F;--green:#1F7A3A}*{box-sizing:border-box;margin:0;padding:0}body{font:16px/1.55 -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;color:var(--ink);background:#fff}.w{max-width:760px;margin:0 auto;padding:0 20px}section{padding:40px 0}.rule{border:0;border-top:1px solid var(--line);margin:28px 0}h1{font-size:34px;line-height:1.12;letter-spacing:-.02em;color:var(--navy);font-weight:800}h2{font-size:24px;line-height:1.2;color:var(--navy);font-weight:800;letter-spacing:-.01em;text-align:center;margin-bottom:22px}h3{font-size:19px;line-height:1.25;color:var(--red);font-weight:700;margin:26px 0 10px}p{margin-bottom:9px;color:var(--ink)}p.b{font-weight:700;color:var(--navy)}p.sub{font-size:17px;color:var(--mid)}p.cite{font-size:12px;color:#8a93a8;margin-top:12px}.sp{height:12px}ul.chk{list-style:none;margin:12px 0 18px}ul.chk li{position:relative;padding:6px 0 6px 34px;font-size:15.5px}ul.chk li:before{content:"";position:absolute;left:0;top:7px;width:22px;height:22px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='11' fill='%238B2E2E'/%3E%3Ccircle cx='12' cy='12' r='8.4' fill='%23ffffff'/%3E%3Cpath d='M7.8 12.3 L10.6 15.1 L16.3 9.1' fill='none' stroke='%238B2E2E' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-size:22px 22px;background-repeat:no-repeat}.trust span{display:inline-flex;align-items:center;gap:7px}.trust span:before{content:"";width:18px;height:18px;flex:0 0 18px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='11' fill='%238B2E2E'/%3E%3Ccircle cx='12' cy='12' r='8.4' fill='%23ffffff'/%3E%3Cpath d='M7.8 12.3 L10.6 15.1 L16.3 9.1' fill='none' stroke='%238B2E2E' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-size:18px 18px;background-repeat:no-repeat;color:transparent}td:first-child:before{content:"";display:inline-block;width:19px;height:19px;margin-right:10px;vertical-align:-4px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='11' fill='%238B2E2E'/%3E%3Ccircle cx='12' cy='12' r='8.4' fill='%23ffffff'/%3E%3Cpath d='M7.8 12.3 L10.6 15.1 L16.3 9.1' fill='none' stroke='%238B2E2E' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-size:19px 19px;background-repeat:no-repeat}td:last-child:before{content:"";display:inline-block;width:19px;height:19px;margin-right:10px;vertical-align:-4px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='11' fill='%239AA3B2'/%3E%3Ccircle cx='12' cy='12' r='8.4' fill='%23ffffff'/%3E%3Cpath d='M9.1 9.1 L14.9 14.9 M14.9 9.1 L9.1 14.9' fill='none' stroke='%239AA3B2' stroke-width='2.4' stroke-linecap='round'/%3E%3C/svg%3E");background-size:19px 19px;background-repeat:no-repeat}.img{width:100%;border-radius:8px;display:block;margin:18px 0}.ph{background:var(--soft);border:1px dashed var(--line);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#8a93a8;font-size:11px;letter-spacing:.06em;text-transform:uppercase;text-align:center;padding:18px}.btns{display:flex;gap:10px;margin:18px 0}.btn{flex:1;padding:14px;text-align:center;font-weight:700;border-radius:6px;border:2px solid var(--red);color:var(--red);cursor:pointer}.btn.solid{background:var(--red);color:#fff}.trust{display:flex;gap:16px;flex-wrap:wrap;font-size:13.5px;color:var(--navy);font-weight:600}.story{border:1px solid var(--line);border-radius:10px;padding:28px 28px 8px}.buy{background:#fff;border:1px solid var(--line);border-radius:10px;padding:24px}.gal{position:relative}.gal .stage{position:relative;width:100%;aspect-ratio:1/1;border-radius:8px;overflow:hidden;background:var(--soft);touch-action:pan-y}.gal .stage img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .28s ease;display:block}.gal .stage img.on{opacity:1}.gal .arw{position:absolute;top:50%;transform:translateY(-50%);width:38px;height:38px;border-radius:50%;background:#ffffffeb;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;box-shadow:0 1px 4px #0000001a;-webkit-user-select:none;user-select:none}.gal .arw:hover{background:#fff}.gal .arw.l{left:10px}.gal .arw.r{right:10px}.gal .arw svg{width:15px;height:15px;stroke:var(--red);stroke-width:2.4;fill:none;stroke-linecap:round;stroke-linejoin:round}.gal .dots{position:absolute;bottom:12px;left:0;right:0;display:flex;justify-content:center;gap:6px;z-index:2}.gal .dots i{width:6px;height:6px;border-radius:50%;background:#12203f47;transition:background .2s,width .2s}.gal .dots i.on{background:var(--red);width:18px;border-radius:3px}.gal .strip{display:grid;grid-template-columns:repeat(6,1fr);gap:6px;margin-top:8px}.gal .strip img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:6px;display:block;cursor:pointer;border:2px solid transparent;transition:border-color .18s;opacity:.72}.gal .strip img.on{border-color:var(--red);opacity:1}.title{font-size:20px;font-weight:800;color:var(--navy);margin-top:18px}.tag{display:inline-block;background:var(--red);color:#fff;font-size:11px;letter-spacing:.1em;padding:4px 10px;border-radius:3px;margin:14px 0 8px;font-weight:700}.opt{border:2px solid var(--line);border-radius:8px;padding:14px 16px;margin-bottom:8px;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.opt.sel{border-color:var(--navy);background:var(--soft)}.opt b{color:var(--navy);font-size:15.5px}.opt small{display:block;color:var(--mid);font-size:12.5px}.opt .pop{background:var(--red);color:#fff;font-size:10px;letter-spacing:.08em;padding:2px 6px;border-radius:3px;margin-left:8px;vertical-align:middle}.pr{text-align:right;white-space:nowrap}.pr b{font-size:19px;color:var(--navy)}.pr s{display:block;font-size:12.5px;color:#9aa3b5}.free{margin:12px 0}.free div{display:flex;justify-content:space-between;padding:7px 0;border-bottom:1px solid var(--line);font-size:14.5px}.free div:last-child{border:0}.free s{color:#9aa3b5;margin-right:6px}.free b{color:var(--red);font-weight:700}.free div>span:first-child{display:inline-flex;align-items:center;gap:8px}.free div>span:first-child:before{content:"";width:17px;height:17px;flex:0 0 17px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='11' fill='%238B2E2E'/%3E%3Ccircle cx='12' cy='12' r='8.4' fill='%23ffffff'/%3E%3Cpath d='M7.8 12.3 L10.6 15.1 L16.3 9.1' fill='none' stroke='%238B2E2E' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-size:17px 17px;background-repeat:no-repeat}.urow .uimg{flex:0 0 46px;width:46px;height:46px;aspect-ratio:1/1;border-radius:8px;background:#fff;border:1px dashed var(--line);background-size:cover;background-position:center;margin-right:12px}.urow.hasimg .uimg{border-style:solid;border-color:var(--line)}.urow{gap:0}.urow .uname{flex:1}.urow .uname:before{margin-right:0}.urow .uex{font-style:normal;color:var(--mid);font-size:12.5px}.urow.off .uimg{filter:grayscale(1);opacity:.55}@media(max-width:640px){.urow .uimg{flex:0 0 38px;width:38px;height:38px;margin-right:9px}}.stickybar{position:fixed;left:0;right:0;bottom:0;background:#fff;border-top:1px solid var(--line);box-shadow:0 -3px 14px #14181f14;z-index:80;transform:translateY(110%);transition:transform .25s ease}.stickybar.on{transform:translateY(0)}.sb{display:flex;align-items:center;justify-content:space-between;padding:11px 20px;gap:14px}.sbl b{display:block;font-size:14px;color:var(--navy);letter-spacing:.1em}.sbl span{font-size:13px;color:var(--mid)}.sbr{display:flex;align-items:center;gap:14px}.sbr>span{font-size:19px;font-weight:800;color:var(--navy)}.cta.sbbtn{width:auto;margin:0;padding:13px 26px;font-size:15px}@media(max-width:640px){.sbl b{font-size:12.5px}.sbr>span{font-size:17px}.cta.sbbtn{padding:12px 18px;font-size:14px}}.unlocks{border:1px solid var(--line);border-radius:9px;padding:14px 16px;margin:14px 0 4px;background:var(--soft)}.uhead{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--mid);font-weight:700;margin-bottom:8px}.urow{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid var(--line);font-size:14.5px;color:var(--ink);transition:opacity .2s}.urow:last-of-type{border-bottom:0}.urow .uname{display:inline-flex;align-items:center;gap:9px}.urow .uname:before{content:"";width:17px;height:17px;flex:0 0 17px;background-size:17px 17px;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='11' fill='%238B2E2E'/%3E%3Ccircle cx='12' cy='12' r='8.4' fill='%23ffffff'/%3E%3Cpath d='M7.8 12.3 L10.6 15.1 L16.3 9.1' fill='none' stroke='%238B2E2E' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.urow .uval s{color:#9aa3b5;margin-right:7px;font-size:13px}.urow .uval b{color:var(--red);font-weight:700;font-size:13.5px}.urow.off{opacity:.42}.urow.off .uname:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='5' y='10.5' width='14' height='9.5' rx='2' fill='none' stroke='%239AA3B2' stroke-width='2'/%3E%3Cpath d='M8.2 10.5V8a3.8 3.8 0 017.6 0v2.5' fill='none' stroke='%239AA3B2' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E")}.urow.off .uval b{color:#9aa3b2}.unlockhdr{padding:11px 0 6px;border-top:1px dashed var(--line);margin-top:6px}.unlockhdr .lock{font-size:11px;letter-spacing:.14em;text-transform:uppercase;font-weight:700;color:var(--red)}.unlockhdr.off .lock{color:#9aa3b2}.utot{display:flex;justify-content:space-between;align-items:center;margin-top:11px;padding-top:11px;border-top:2px solid var(--navy);font-size:14.5px;font-weight:700;color:var(--navy)}.utot b{color:var(--red);font-size:17px}.cta{display:block;width:100%;background:var(--red);color:#fff;border:0;padding:17px;font-size:17px;font-weight:800;border-radius:6px;cursor:pointer;margin:14px 0 10px;letter-spacing:.02em}.gar{text-align:center;font-weight:800;color:var(--navy);font-size:14px;letter-spacing:.06em;margin-top:6px}.gar+p{text-align:center;font-size:14px;color:var(--mid)}details{border-bottom:1px solid var(--line);padding:12px 0}summary{cursor:pointer;font-weight:700;color:var(--navy);font-size:15px;list-style:none}summary::-webkit-details-marker{display:none}summary:after{content:"+";float:right;color:var(--red)}details[open] summary:after{content:"\2013"}details p{margin:8px 0 0;font-size:14.5px;color:var(--mid)}.box{border:1px solid var(--line);border-radius:10px;padding:22px 24px 6px;margin-top:18px}.box h3{margin-top:0}.res{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin:20px 0}.res div{background:var(--soft);border-radius:8px;padding:20px;text-align:center}.res b{display:block;font-size:44px;line-height:1;color:var(--navy);font-weight:800}.res span{display:block;font-size:14px;color:var(--mid);margin-top:8px}table{width:100%;border-collapse:collapse;margin:16px 0;font-size:14.5px}th{padding:12px 10px;text-align:left;font-size:14px}th:first-child{background:#3a1c1c;color:#fff;border-radius:8px 0 0;font-size:14px}th:last-child{background:#eef0f4;color:#5a6472;border-radius:0 8px 0 0;font-size:14px}td{padding:10px;border-bottom:1px solid var(--line);vertical-align:top}td:first-child{color:var(--navy);font-weight:600}td:first-child:before{content:"";display:inline-block;width:19px;height:19px;margin-right:10px;vertical-align:-4px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='11' fill='%238B2E2E'/%3E%3Ccircle cx='12' cy='12' r='8.4' fill='%23ffffff'/%3E%3Cpath d='M7.8 12.3 L10.6 15.1 L16.3 9.1' fill='none' stroke='%238B2E2E' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-size:19px 19px;background-repeat:no-repeat}td:last-child{color:#7a8494}td:last-child:before{content:"";display:inline-block;width:19px;height:19px;margin-right:10px;vertical-align:-4px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='11' fill='%239AA3B2'/%3E%3Ccircle cx='12' cy='12' r='8.4' fill='%23ffffff'/%3E%3Cpath d='M9.1 9.1 L14.9 14.9 M14.9 9.1 L9.1 14.9' fill='none' stroke='%239AA3B2' stroke-width='2.4' stroke-linecap='round'/%3E%3C/svg%3E");background-size:19px 19px;background-repeat:no-repeat}.money{background:var(--soft);border-left:4px solid var(--red);padding:16px;border-radius:0 6px 6px 0;margin-top:14px}.money p{margin:0 0 4px}.steps div{display:flex;gap:16px;margin-bottom:16px;align-items:center}.steps .sthumb{flex:0 0 86px;width:86px;height:86px;object-fit:cover;border-radius:10px;display:block;background:var(--soft)}.steps b{flex:0 0 auto;background:var(--red);color:#fff;border-radius:50%;width:30px;height:30px;display:flex;align-items:center;justify-content:center;font-size:13px}.steps p{margin:0}.skip{background:var(--soft);border-radius:10px;padding:24px}.skip small{display:block;font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--red);font-weight:700;margin-bottom:8px}.cmpshots{display:flex;align-items:stretch;gap:0;border:1px solid var(--line);border-radius:10px;padding:22px 10px;margin-bottom:18px}.cmpshots>div{flex:1;text-align:center;padding:0 14px;display:flex;flex-direction:column;justify-content:space-between}.cmpshots .vr{flex:0 0 1px;background:var(--line);padding:0;margin:0 4px}.cmpshots img{width:100%;max-height:190px;object-fit:contain;display:block;margin:0 auto 14px}.cmpshots span{font-size:15px;font-weight:700;color:var(--navy);line-height:1.35}.cmpshots em{font-style:normal;font-weight:400;font-size:13px;color:var(--mid)}@media(max-width:640px){.cmpshots img{max-height:120px}}.tlbox{border:1px solid var(--red);border-radius:10px;padding:30px 34px 10px}.tl-stage{padding-bottom:20px}.tl-sep{border-bottom:1px solid var(--line);margin-bottom:20px}.tl-stage h4{color:var(--red);font-size:17px;font-weight:800;margin-bottom:10px;letter-spacing:-.01em}ul.tl-list{list-style:none;margin:0}ul.tl-list li{position:relative;padding:5px 0 5px 30px;font-size:15px;color:var(--ink)}ul.tl-list li:before{content:"";position:absolute;left:0;top:8px;width:19px;height:19px;background-size:19px 19px;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='11' fill='%238B2E2E'/%3E%3Ccircle cx='12' cy='12' r='8.4' fill='%23ffffff'/%3E%3Cpath d='M7.8 12.3 L10.6 15.1 L16.3 9.1' fill='none' stroke='%238B2E2E' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.rev{text-align:center;border:1px solid var(--line);border-radius:10px;padding:28px}#reviews h2{margin-bottom:20px}.rv-top{display:flex;gap:32px;align-items:center;border:1px solid var(--line);border-radius:10px;padding:22px 26px;margin-bottom:16px}.rv-score{text-align:center;flex:0 0 130px;border-right:1px solid var(--line);padding-right:24px}.rv-avg{font-size:46px;font-weight:800;color:var(--navy);line-height:1;letter-spacing:-.03em}.rv-stars{margin:6px 0 4px}.rv-count{font-size:13px;color:var(--mid)}.rv-bars{flex:1}.rv-row{display:flex;align-items:center;gap:10px;margin-bottom:5px;cursor:pointer;font-size:13px;color:var(--mid)}.rv-row:hover .rv-lbl{color:var(--red)}.rv-lbl{display:block;flex:0 0 38px}.rv-track{display:block;flex:1;height:8px;background:#edeff3;border-radius:4px;overflow:hidden}.rv-fill{display:block;height:100%;background:var(--red);border-radius:4px;min-width:3px}.rv-num{display:block;flex:0 0 34px;text-align:right}.st{color:var(--red);letter-spacing:1px;font-size:14px}.st i{color:#d3d8e0;font-style:normal}.rv-tools{display:flex;gap:10px;margin-bottom:10px}.rv-tools input,.rv-tools select{flex:1;padding:11px 13px;border:1px solid var(--line);border-radius:7px;font:inherit;font-size:14px;color:var(--ink);background:#fff}.rv-tools select{flex:0 0 170px}.rv-chips{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:18px}.rv-chip{font-size:12.5px;padding:6px 12px;border:1px solid var(--line);border-radius:20px;cursor:pointer;color:var(--mid);background:#fff}.rv-chip.on{background:var(--red);border-color:var(--red);color:#fff}.rv-item{border-bottom:1px solid var(--line);padding:18px 0}.rv-head{display:flex;justify-content:space-between;align-items:baseline;gap:12px;flex-wrap:wrap}.rv-who{font-size:14px;font-weight:700;color:var(--navy)}.rv-ver{font-size:11px;color:#1f7a3a;font-weight:600;margin-left:7px}.rv-date{font-size:12.5px;color:#9aa3b2}.rv-title{font-size:15.5px;font-weight:700;color:var(--navy);margin:7px 0 4px}.rv-body{font-size:15px;color:var(--mid);margin:0}.rv-help{font-size:12.5px;color:#9aa3b2;margin-top:8px}.rv-cta{text-align:center;margin-bottom:16px}#rvOpen{background:#fff;border:1px solid var(--red);color:var(--red);font:inherit;font-weight:700;font-size:14px;padding:11px 24px;border-radius:7px;cursor:pointer}#rvOpen:hover{background:var(--red);color:#fff}.rv-form{border:1px solid var(--line);border-radius:10px;padding:22px 24px;margin-bottom:18px;background:var(--soft)}.rv-form h4{font-size:17px;color:var(--navy);margin-bottom:14px}.rv-form label{display:block;font-size:13px;font-weight:600;color:var(--navy);margin:12px 0 5px}.rv-form input,.rv-form textarea{width:100%;padding:11px 13px;border:1px solid var(--line);border-radius:7px;font:inherit;font-size:14.5px;color:var(--ink);background:#fff;resize:vertical}.rv-pick{font-size:30px;letter-spacing:3px;line-height:1;-webkit-user-select:none;user-select:none}.rv-pick span{color:#d3d8e0;cursor:pointer;transition:color .12s}.rv-pick span.on{color:var(--red)}.rv-err{color:#b3252b;font-size:13px;margin-top:12px;font-weight:600}.rv-act{display:flex;gap:10px;margin-top:16px}.rv-act button{font:inherit;font-weight:700;font-size:14px;padding:12px 22px;border-radius:7px;cursor:pointer;border:1px solid var(--red);background:var(--red);color:#fff}.rv-act .ghost{background:#fff;color:var(--mid);border-color:var(--line)}.rv-thumb{display:inline-flex;align-items:center;gap:7px;margin-top:10px;font-size:13px;color:#8a93a2;background:#fff;border:1px solid var(--line);border-radius:20px;padding:6px 13px;cursor:pointer;font-family:inherit}.rv-thumb:hover{border-color:#c0c6d4}.rv-thumb svg{width:14px;height:14px;fill:none;stroke:#8a93a2;stroke-width:1.8;stroke-linejoin:round}.rv-thumb.on{border-color:var(--red);color:var(--red);background:#fbf5f5}.rv-thumb.on svg{stroke:var(--red);fill:var(--red);fill-opacity:.14}.rv-hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.rv-thanks{border:1px solid #1F7A3A;background:#f2f9f4;border-radius:10px;padding:20px 24px;margin-bottom:18px}.rv-thanks strong{display:block;color:#14602c;font-size:15px;margin-bottom:6px}.rv-thanks p{margin:0;font-size:14px;color:var(--mid)}.rv-more{text-align:center;padding:22px 0 6px}#rvMore{background:#fff;border:1px solid var(--red);color:var(--red);font:inherit;font-weight:700;font-size:14px;padding:12px 26px;border-radius:7px;cursor:pointer}#rvMore:hover{background:var(--red);color:#fff}.rv-empty{padding:30px 0;text-align:center;color:var(--mid);font-size:14px}@media(max-width:640px){.rv-top{flex-direction:column;gap:18px}.rv-score{border-right:0;border-bottom:1px solid var(--line);padding:0 0 16px;flex:none}.rv-tools{flex-wrap:wrap}.rv-tools select{flex:1}}.nav{border-bottom:1px solid var(--line);background:#fff;position:sticky;top:0;z-index:50}.navi{display:flex;align-items:center;justify-content:space-between;padding:14px 20px}.nav .brand{font-size:15px;letter-spacing:.34em;font-weight:300;color:var(--navy);text-decoration:none}.nav .links a{font-size:14px;font-weight:600;color:var(--mid);text-decoration:none;margin-left:22px}.nav .links a:hover{color:var(--red)}.contactbox{border:1px solid var(--line);border-radius:10px;padding:26px 28px;text-align:center}.contactbox p{margin-bottom:12px}.mailto{display:inline-block;font-size:19px;font-weight:700;color:var(--red);text-decoration:none;border-bottom:2px solid var(--red);padding-bottom:2px;margin-bottom:14px}.mailto:hover{color:var(--navy);border-color:var(--navy)}.contactbox .note{margin:0}footer{background:#2a1414;color:#c9d0e0;padding:34px 0;font-size:13.5px}footer h4{color:#fff;font-size:14px;margin-bottom:8px}footer p{color:#c9d0e0}footer .cols{display:grid;grid-template-columns:2fr 1fr 1fr;gap:24px}@media(max-width:640px){h1{font-size:27px}.res{grid-template-columns:1fr 1fr}.gal .strip{grid-template-columns:repeat(5,1fr)}footer .cols{grid-template-columns:1fr}.story{padding:20px 18px 4px}}
/*# sourceMappingURL=/cdn/shop/t/31/assets/clarix.css.map */
