﻿@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url('../fonts/inter-latin-ext.woff2') format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,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:100 900;font-display:swap;src:url('../fonts/inter-latin.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}

:root{--green:#649935;--green-hover:#5d9030;--green-active:#56862b;--green-focus:rgba(100,153,53,.32);--green-100:#eaf5e1;--green-200:#d5ebc3;--orange:#ed7a3c;--orange-hover:#df6d31;--orange-active:#cf6028;--orange-focus:rgba(237,122,60,.3);--link:#4f8227;--link-hover:#3f6d1e;--ink:#000900;--text:#171717;--container:1312px;--company-card-bg:var(--green-100);--company-card-bg-hover:#dcefcf;--company-card-bg-active:#cde7b9;--company-card-border-hover:#acd686;--company-card-focus:#649935}

*{box-sizing:border-box}
html,body{margin:0;min-width:1440px}
body{font-family:Inter,Arial,sans-serif;color:var(--text);background:#fff}
.container{width:var(--container);margin:0 auto}
a{color:inherit;text-decoration:none}
.inline-link{margin:-2px;padding:2px;border-radius:3px;color:var(--link);font-weight:500;text-decoration-color:#8fbd69;text-decoration-line:underline;text-decoration-thickness:1px;text-underline-offset:3px;transition:background-color 140ms ease,color 140ms ease,text-decoration-color 140ms ease}
.inline-link:hover{background:var(--green-100);color:var(--link-hover);text-decoration-color:var(--link-hover)}
.inline-link:active{background:var(--green-200);color:#315b13}
.inline-link:focus-visible{outline:3px solid var(--green-focus);outline-offset:1px}
.button{display:flex;width:180px;height:44px;align-items:center;justify-content:center;border:1px solid transparent;border-radius:4px;background:var(--green);box-shadow:0 1px 2px rgba(23,76,0,.08);color:#fff;font:400 14px/16px Inter,Arial,sans-serif;cursor:pointer;transition:background-color 140ms ease,border-color 140ms ease,box-shadow 140ms ease,transform 90ms ease}
.button:hover{background:var(--green-hover);box-shadow:0 3px 7px rgba(23,76,0,.14)}
.button:active{background:var(--green-active);transform:translateY(1px);box-shadow:0 1px 2px rgba(23,76,0,.12)}
.button:focus-visible{outline:3px solid var(--green-focus);outline-offset:2px}
.button--secondary{background:var(--orange);box-shadow:0 1px 2px rgba(121,49,10,.08)}
.button--secondary:hover{background:var(--orange-hover);box-shadow:0 3px 7px rgba(121,49,10,.14)}
.button--secondary:active{background:var(--orange-active);box-shadow:0 1px 2px rgba(121,49,10,.12)}
.button--secondary:focus-visible{outline-color:var(--orange-focus)}
.button:disabled,.button[aria-disabled="true"]{opacity:.55;cursor:not-allowed;box-shadow:none;transform:none}

.navbar{height:80px;background:#fff;box-shadow:0 8px 6px rgba(0,0,0,.1);position:relative;z-index:2}
.navbar__inner{height:80px;display:flex;align-items:center}
.brand{position:relative;display:block;width:179px;height:38px;overflow:hidden;flex:none}
.brand__mark{position:absolute;inset:0 auto 0 0;width:30.2px;height:38px}
.brand__type{position:absolute;left:39.75px;top:11.8px;width:139.25px;height:19.4px}
.navlinks{display:flex;gap:32px;margin-left:64px;white-space:nowrap;font-size:16px;line-height:24px}
.navlinks a{position:relative;padding:8px 0;color:var(--text);transition:color 140ms ease}
.navlinks a::after{content:'';position:absolute;right:50%;bottom:2px;left:50%;height:2px;border-radius:2px;background:var(--green);transition:right 160ms ease,left 160ms ease}
.navlinks a:hover{color:var(--link)}
.navlinks a:hover::after,.navlinks a.active::after{right:0;left:0}
.navlinks a:active{color:var(--green-active)}
.navlinks a:focus-visible{outline:3px solid var(--green-focus);outline-offset:3px;border-radius:2px}
.navlinks .active{color:var(--link);font-weight:600}
.navbar__actions{display:flex;gap:24px;margin-left:auto}
.navbar__actions .button{width:160px}
.navbar-notifications{position:relative;display:flex;min-width:118px;height:44px;align-items:center;justify-content:center;gap:7px;border:1px solid var(--green-200);border-radius:4px;background:#fff;color:var(--link);font-size:13px;font-weight:600;transition:background-color 140ms ease,border-color 140ms ease}.navbar-notifications:hover{border-color:#acd686;background:var(--green-100)}.navbar-notifications svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.navbar-notifications b{position:absolute;top:-7px;right:-7px;display:grid;min-width:20px;height:20px;padding:0 5px;place-items:center;border:2px solid #fff;border-radius:999px;background:var(--orange);color:#fff;font-size:10px}.navbar-account{height:44px!important;flex-direction:column;gap:1px;line-height:15px!important}.navbar-account small{display:block;max-width:135px;overflow:hidden;font-size:9px;font-weight:400;text-overflow:ellipsis;white-space:nowrap}

.hero{height:512px;background:linear-gradient(90deg,#174c00,#003300);color:#fff}
.hero__inner{height:100%;position:relative;padding-top:64px}
.hero__copy{width:591px}
.hero__eyebrow{margin:0 0 8px;font-size:28px;line-height:36px}
.hero h1{margin:0 0 8px;font-size:52px;line-height:56px;font-weight:600;letter-spacing:-1.2px}
.hero__desc{margin:0;width:591px;font-size:16px;line-height:24px}
.hero__image{position:absolute;left:700px;top:46px;width:573px;height:416px;object-fit:contain}
.quote-form{display:flex;align-items:flex-end;gap:8px;margin-top:48px}
.field-label{display:flex;width:250px;flex-direction:column;gap:8px;font-size:14px;line-height:16px}
.custom-select{position:relative;display:block;width:250px;color:var(--text)}
.custom-select__trigger{display:flex;width:100%;height:44px;align-items:center;border:1px solid #e2e8f0;border-radius:4px;background:#fff;transition:border-color 140ms ease,box-shadow 140ms ease}
.custom-select__trigger:hover{border-color:#acd686}
.custom-select.is-open .custom-select__trigger,.custom-select:focus-within .custom-select__trigger{border-color:var(--green);box-shadow:0 0 0 3px var(--green-focus)}
.custom-select.has-error .custom-select__trigger{border-color:#c2410c;box-shadow:0 0 0 3px rgba(194,65,12,.2)}
.custom-select__search{width:calc(100% - 40px);height:42px;padding:0 0 0 16px;border:0;outline:0;background:transparent;color:var(--text);font:400 14px/16px Inter,Arial,sans-serif}
.custom-select__search::placeholder{color:#9ca3af}
.custom-select__toggle{display:flex;width:40px;height:42px;align-items:center;justify-content:center;border:0;background:transparent;cursor:pointer}
.custom-select__arrow{width:8px;height:8px;margin-top:-4px;border-right:1.5px solid #7b8794;border-bottom:1.5px solid #7b8794;transform:rotate(45deg);transition:transform 140ms ease}
.custom-select.is-open .custom-select__arrow{margin-top:4px;transform:rotate(225deg)}
.custom-select__menu{position:absolute;z-index:10;top:52px;left:0;display:none;width:100%;max-height:264px;padding:6px;overflow-y:auto;border:1px solid var(--green-200);border-radius:8px;background:#fff;box-shadow:0 10px 24px rgba(0,51,0,.16)}
.custom-select.is-open .custom-select__menu{display:block}
.custom-select__option{display:flex;width:100%;min-height:36px;align-items:center;padding:8px 10px;border-radius:5px;color:var(--text);font-size:14px;line-height:20px;cursor:pointer}
.custom-select__option[hidden]{display:none}
.custom-select__option:hover,.custom-select__option.is-highlighted{background:var(--green-100)}
.custom-select__option[aria-selected="true"]{background:var(--green-200);color:#174c00;font-weight:600}
.custom-select__option[aria-selected="true"]::after{content:'\2713';margin-left:auto;color:var(--green);font-weight:600}
.custom-select__empty{display:block;padding:12px 10px;color:#6b7280;font-size:14px;line-height:20px}
.custom-select__menu::-webkit-scrollbar{width:10px}
.custom-select__menu::-webkit-scrollbar-track{background:transparent}
.custom-select__menu::-webkit-scrollbar-thumb{border:3px solid #fff;border-radius:10px;background:#acd686}

.ad{height:184px;padding:32px 0}
.ad__frame{width:1312px;height:120px;margin:auto;overflow:hidden;border:1px solid var(--green-200);background:#fcfcfa}
.ad__frame img{width:100%;height:100%;object-fit:cover}
.application-lookup{padding:32px 0}.application-lookup__inner{position:relative;display:flex;height:120px;align-items:center;gap:18px;padding:0 56px;overflow:hidden;background:linear-gradient(90deg,#3a8a2a 0%,#235c18 45%,#163d10 100%);color:#fff}.application-lookup__icon{display:grid;width:52px;height:52px;flex:0 0 52px;place-items:center;border:1px solid rgba(255,255,255,.18);border-radius:10px;background:rgba(255,255,255,.12)}.application-lookup__icon img{width:28px;height:28px}.application-lookup__divider{width:1px;height:60px;flex:none;background:rgba(255,255,255,.15)}.application-lookup h2{position:relative;z-index:1;margin:0;font-size:20px;line-height:28px;font-weight:400;white-space:nowrap}.application-lookup form{position:relative;z-index:1;display:flex;width:494px;gap:8px}.application-lookup__field{position:relative;width:322px;flex:1}.application-lookup form input{display:block;width:100%;height:42px;padding:0 16px;border:1px solid #e2e8f0;border-radius:4px;outline:0;color:#17210f;font:400 14px/16px Inter,Arial,sans-serif}.application-lookup form input:focus{border-color:#acd686;box-shadow:0 0 0 3px rgba(213,235,195,.24)}.application-lookup form input[aria-invalid=true]{border-color:#d92d20;box-shadow:0 0 0 2px rgba(217,45,32,.16)}.application-lookup form button{width:160px;height:42px;flex:none;border:0;border-radius:4px;background:#ed7a3c;color:#fff;font:500 14px/16px Inter,Arial,sans-serif;cursor:pointer;transition:background-color .15s ease}.application-lookup form button:hover{background:#dc6a30}.application-lookup__city{position:absolute;right:0;bottom:0;width:210px;height:110px;object-fit:contain;object-position:right bottom;pointer-events:none}.application-lookup__error{position:absolute;z-index:3;top:calc(100% + 8px);left:8px;margin:0;padding:7px 10px;border:1px solid #f3a9a4;border-radius:5px;background:#fff1f0;color:#b42318;box-shadow:0 5px 14px rgba(58,0,0,.2);font-size:11px;line-height:15px;white-space:nowrap}.application-lookup__error::before{content:'';position:absolute;left:14px;bottom:100%;border:5px solid transparent;border-bottom-color:#f3a9a4}.application-lookup__error::after{content:'';position:absolute;left:14px;bottom:calc(100% - 1px);border:5px solid transparent;border-bottom-color:#fff1f0}
.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
@media(max-width:1200px){.application-lookup__inner{gap:14px;padding-inline:32px}.application-lookup__city{opacity:.35}.application-lookup h2{font-size:18px}.application-lookup form{width:min(494px,45vw)}.application-lookup__field{min-width:0}}
@media(max-width:850px){.application-lookup{padding:20px 0}.application-lookup__inner{height:auto;min-height:184px;padding:24px;align-content:center;align-items:center;grid-template-columns:44px 1fr;display:grid;gap:12px 14px}.application-lookup__icon{width:44px;height:44px;grid-row:1}.application-lookup__divider{display:none}.application-lookup h2{grid-column:2;white-space:normal}.application-lookup form{grid-column:1/-1;width:100%}.application-lookup form:has(.application-lookup__error){padding-bottom:39px}.application-lookup__field{width:auto;flex:1 1 auto}.application-lookup form input{height:46px;min-height:46px;font-size:16px}.application-lookup form button{height:46px;min-height:46px}.application-lookup__city{display:none}.application-lookup__error{font-size:12px}}
@media(max-width:480px){.application-lookup__inner{padding:20px 16px}.application-lookup h2{font-size:17px;line-height:24px}.application-lookup form{flex-direction:column;gap:10px}.application-lookup__field{width:100%;flex:none}.application-lookup form button{width:100%}.application-lookup__error{top:calc(100% + 6px);max-width:calc(100vw - 68px);white-space:normal}.application-lookup form:has(.application-lookup__error){padding-bottom:43px}}

.features{height:228px;display:flex;gap:79px;padding-top:24px}
.features article{width:385px;text-align:center;color:var(--ink)}
.feature-icon{display:flex;width:40px;height:40px;margin:0 auto 20px;align-items:center;justify-content:center;overflow:hidden}
.feature-icon img{display:block;object-fit:contain}
.feature-icon--speed img{width:33.32px;height:26.66px}
.feature-icon--home img{width:36.66px;height:30px}
.feature-icon--compare img{width:33.34px;height:23.34px}
.features h2{margin:0 0 12px;font-size:20px;line-height:28px;font-weight:600}
.features p{margin:0;font-size:14px;line-height:20px}

.cities{height:224px;padding:32px 0}
.cities__viewport{height:160px;overflow:visible}
.cities__list{display:grid;width:100%;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}
.cities__list>a{display:flex;width:100%;height:120px;align-items:center;justify-content:center;padding:20px;border:1px solid transparent;border-radius:24px;background:var(--green);box-shadow:0 1px 2px rgba(23,76,0,.06);color:#fff;text-align:center;font-size:18px;line-height:28px;cursor:pointer;transition:background-color 150ms ease,border-color 150ms ease,box-shadow 150ms ease,transform 100ms ease}
.cities__list>a:hover{background:var(--green-hover);border-color:rgba(255,255,255,.18);box-shadow:0 4px 10px rgba(23,76,0,.12)}
.cities__list>a:active{background:var(--green-active);transform:translateY(1px);box-shadow:0 1px 3px rgba(23,76,0,.1)}
.cities__list>a:focus-visible{outline:3px solid var(--green-focus);outline-offset:3px}
.cities p{margin:20px 0 0;padding-bottom:2px;font-size:14px;line-height:20px;color:var(--ink);overflow:visible}
.cities p a{margin:-2px;padding:2px;border-radius:3px;color:var(--link);font-weight:500;text-decoration-color:#8fbd69;text-decoration-line:underline;text-decoration-thickness:1px;text-underline-offset:3px;transition:background-color 140ms ease,color 140ms ease,text-decoration-color 140ms ease}
.cities p a:hover{background:var(--green-100);color:var(--link-hover);text-decoration-color:var(--link-hover)}
.cities p a:active{background:var(--green-200);color:#315b13}
.cities p a:focus-visible{outline:3px solid var(--green-focus);outline-offset:1px}

.company-section{height:auto;padding:32px 0}
.company-section>header{height:56px}
.company-section h2{margin:0;font-size:24px;line-height:32px;font-weight:600}
.company-section>header p{margin:8px 0 0;font-size:14px;line-height:16px}
.company-grid{display:grid;grid-template-columns:repeat(3,424px);gap:10px 16.66px;margin-top:24px}
.company-card{appearance:none;width:424px;height:168px;padding:24px;display:flex;gap:16px;border:1px solid transparent;border-radius:24px;background:var(--company-card-bg);box-shadow:0 1px 1px rgba(16,24,40,.04);color:var(--text);font-family:inherit;text-align:left;cursor:pointer;transition:background-color 160ms ease,border-color 160ms ease,box-shadow 160ms ease,transform 100ms ease}
.company-card:hover{background:var(--company-card-bg-hover);border-color:var(--company-card-border-hover);box-shadow:0 6px 14px rgba(23,76,0,.12)}
.company-card:active{background:var(--company-card-bg-active);transform:translateY(1px);box-shadow:0 2px 5px rgba(23,76,0,.14)}
.company-card:focus-visible{outline:3px solid var(--company-card-focus);outline-offset:3px}
.company-card__logo{width:120px;height:120px;flex:none;display:flex;align-items:center;justify-content:center;border-radius:16px;background:#fff;overflow:hidden}
.company-card__logo>img{display:block;max-width:84%;max-height:84%}
.company-card__logo>img{width:84%;height:84%;object-fit:contain}
.company-card__logo--1>img{width:62px;height:63px}
.company-card__logo--2>img{width:76px;height:76px}
.company-card__logo--3>img{width:72px;height:72px}
.company-card__logo--4>img{width:93px;height:22px}
.company-card__logo--5>img{width:80px;height:80px}
.company-card__logo--7>img{width:70px;height:44px}
.company-card__logo--9>img{width:78px;height:32px}
.split-logo{position:relative;display:block;width:100px;height:25px}
.split-logo img{position:absolute}
.company-card__logo--6 .split-logo img:first-child{width:21px;height:22px;left:20px}
.company-card__logo--6 .split-logo img:last-child{width:82px;height:18px;left:17px;top:4px}
.company-card__logo--8 .split-logo img:first-child{width:24px;height:25px;left:0}
.company-card__logo--8 .split-logo img:last-child{width:71px;height:14px;right:0;top:7px}
.company-card__copy{width:240px}
.company-card h3{display:-webkit-box;height:48px;margin:0;overflow:hidden;font-size:20px;line-height:24px;font-weight:600;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.company-card small{display:block;height:16px;margin-top:4px;font-size:14px;line-height:16px}
.company-card p{display:-webkit-box;max-height:48px;margin:4px 0 0;overflow:hidden;font-size:18px;line-height:24px;-webkit-box-orient:vertical;-webkit-line-clamp:2}

.cta{height:200px;padding:32px 0 40px}
.cta__box{position:relative;display:flex;height:128px;align-items:center;padding:0 56px;overflow:hidden;border:1px solid #b8da9c;border-radius:16px;background:linear-gradient(105deg,#f1f8eb 0%,#e4f1d9 100%);box-shadow:0 8px 24px rgba(48,94,18,.08)}
.cta__box::after{content:'';position:absolute;right:-52px;bottom:-92px;width:220px;height:220px;border:36px solid rgba(100,153,53,.08);border-radius:50%;pointer-events:none}
.cta h2{position:relative;width:auto;max-width:620px;margin:0;padding-left:22px;text-align:left;font-size:24px;line-height:32px;font-weight:650}
.cta h2::before{content:'';position:absolute;top:3px;bottom:3px;left:0;width:5px;border-radius:3px;background:var(--orange)}
.cta .button{position:relative;z-index:1;display:inline-flex;width:190px;height:48px;margin-left:auto;align-items:center;justify-content:center;gap:10px;border:1px solid #df6d31;background:var(--orange);box-shadow:0 6px 14px rgba(237,122,60,.2);font-weight:600}
.cta .button::after{content:'';width:20px;height:20px;background:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12h15M13 6l6 6-6 6'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12h15M13 6l6 6-6 6'/%3E%3C/svg%3E") center/contain no-repeat;transition:transform 140ms ease}
.cta .button:hover{border-color:#d8652c;background:#df6d31;box-shadow:0 8px 18px rgba(237,122,60,.26)}
.cta .button:hover::after{transform:translateX(3px)}
.cta .button:active{background:#cc5c25;box-shadow:0 3px 8px rgba(237,122,60,.2)}

.footer{height:556px;padding:40px 0;background:#f5faf0}
.footer__columns{display:grid;grid-template-columns:263px 367px 349px 178px;justify-content:space-between}
.footer h3{margin:0 0 12px;font-size:20px;line-height:28px;font-weight:600}
.footer a,.footer p{font-size:18px;line-height:28px}
.footer a{position:relative;display:table;margin:0 0 12px;padding:0 2px;border-radius:3px;color:var(--text);transition:background-color 140ms ease,color 140ms ease,transform 140ms ease}
.footer a::after{content:'';position:absolute;right:100%;bottom:0;left:2px;height:1px;background:var(--green);transition:right 160ms ease}
.footer a:hover{color:var(--link-hover);transform:translateX(3px)}
.footer a:hover::after{right:2px}
.footer a:active{background:var(--green-200);color:#315b13}
.footer a:focus-visible{outline:3px solid var(--green-focus);outline-offset:2px;color:var(--link-hover)}
.footer .contact{margin-top:24px}
.footer .contact p{margin:0}
.footer__note{margin:32px 0 0!important;font-size:14px!important;line-height:16px!important}


