:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(var(--toastify-z-index));width:var(--toastify-toast-width);z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:var(--toastify-toast-max-height);min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:var(--toastify-color-info);color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:var(--toastify-color-success);color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:var(--toastify-color-warning);color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:var(--toastify-color-error);color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
@charset "UTF-8";.errorPage .section{padding-bottom:50px;padding-top:60px}@media (min-width:768px){.errorPage .section{padding-bottom:85px;padding-top:95px}}@media (min-width:992px){.errorPage .section{padding-top:120px}}.errorPage .h2{color:#dc3545;padding-bottom:30px}@media (min-width:768px){.errorPage .h2{font-size:35px;padding-bottom:35px}}.errorPage .h5{font-size:16px;padding-bottom:30px}@media (min-width:768px){.errorPage .h5{font-size:20px;line-height:200%;padding-bottom:35px}}.errorPage .h5 span{display:block;line-height:150%;padding-bottom:10px}.errorPage svg{margin-bottom:30px}@media (min-width:768px){.errorPage svg{margin:0 auto 35px}}.errorPage svg.not-found{height:65px}@media (min-width:768px){.errorPage svg.not-found{height:98px}}.errorPage svg.network-error{height:75px;width:220px}@media (min-width:768px){.errorPage svg.network-error{height:110px;width:auto}}.errorPage.fiveHundredThree .svgContainer{margin:10px auto;max-width:230px}@media (min-width:768px){.errorPage.fiveHundredThree .svgContainer{margin:80px auto 30px}}.errorPage.fiveHundredThree .h1{margin-bottom:30px}.errorPage.fiveHundredThree .h5{margin-bottom:50px}.errorPage.fiveHundredThree .btnPrimaryGreen{min-width:165px}.home-seo-content{background-color:#f5f5f5;padding:50px 0}@media (min-width:768px){.home-seo-content{padding:70px 0}}@media (min-width:992px){.home-seo-content{padding:90px 0}}.home-seo-content .seo-wrap{margin:0 auto;max-width:980px}.home-seo-content .seo-header{margin-bottom:20px}@media (min-width:768px){.home-seo-content .seo-header{margin-bottom:30px}}.home-seo-content .seo-header h2{color:#171643;font-size:22px;font-weight:800;line-height:1.25;margin-bottom:10px}@media (min-width:768px){.home-seo-content .seo-header h2{font-size:30px;margin-bottom:14px}}@media (min-width:992px){.home-seo-content .seo-header h2{font-size:34px}}.home-seo-content .seo-header p{color:#757585;font-size:14px;line-height:1.8;margin:0 auto;max-width:820px}@media (min-width:768px){.home-seo-content .seo-header p{font-size:16px}}.home-seo-content .seo-grid{display:grid;gap:14px;grid-template-columns:1fr;margin-top:20px}@media (min-width:768px){.home-seo-content .seo-grid{gap:18px}}@media (min-width:992px){.home-seo-content .seo-grid{gap:20px;grid-template-columns:1fr 1fr}}.home-seo-content .seo-card{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:12px;box-shadow:0 6px 18px rgba(0,0,0,.06);padding:18px}@media (min-width:768px){.home-seo-content .seo-card{border-radius:14px;padding:22px}}.home-seo-content .seo-card h3{color:#171643;font-size:18px;font-weight:800;margin-bottom:12px}@media (min-width:768px){.home-seo-content .seo-card h3{font-size:20px}}.home-seo-content .seo-card p{color:#757585;font-size:14px;line-height:1.75;margin:0}@media (min-width:768px){.home-seo-content .seo-card p{font-size:15px}}.home-seo-content .seo-checklist{list-style:none;margin:0;padding:0}.home-seo-content .seo-checklist li{color:#757585;font-size:14px;line-height:1.6;margin-bottom:10px;padding-left:30px;position:relative}@media (min-width:768px){.home-seo-content .seo-checklist li{font-size:15px;margin-bottom:12px}}.home-seo-content .seo-checklist li:before{align-items:center;background:#307fe2;border-radius:999px;color:#fff;content:"✓";display:inline-flex;font-size:12px;font-weight:900;height:20px;justify-content:center;left:0;position:absolute;top:1px;width:20px}.home-seo-content .seo-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}@media (min-width:768px){.home-seo-content .seo-links{margin-top:16px}}.home-seo-content .seo-link{align-items:center;background:#c3451f;border-radius:10px;color:#fff;display:inline-flex;font-size:14px;font-weight:700;justify-content:center;padding:10px 14px;text-decoration:none;transition:transform .12s ease,opacity .12s ease}.home-seo-content .seo-link:hover{color:#fff;opacity:.92;text-decoration:none;transform:translateY(-1px)}.home-seo-content .seo-faq{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:12px;box-shadow:0 6px 18px rgba(0,0,0,.06);margin-top:16px;padding:18px}@media (min-width:768px){.home-seo-content .seo-faq{border-radius:14px;margin-top:20px;padding:22px}}.home-seo-content .seo-faq h3{color:#171643;font-size:18px;font-weight:800;margin-bottom:12px}@media (min-width:768px){.home-seo-content .seo-faq h3{font-size:20px}}.home-seo-content .seo-faq details{border-top:1px solid rgba(0,0,0,.06);padding:12px 0}.home-seo-content .seo-faq details:first-of-type{border-top:none}.home-seo-content .seo-faq details summary{color:#171643;cursor:pointer;font-weight:700;list-style:none;outline:none}.home-seo-content .seo-faq details summary::-webkit-details-marker{display:none}.home-seo-content .seo-faq details summary:after{color:#c3451f;content:"+";float:right;font-weight:900}.home-seo-content .seo-faq details[open] summary:after{content:"–"}.home-seo-content .seo-faq details p{color:#757585;font-size:14px;line-height:1.75;margin-bottom:0;margin-top:8px}@media (min-width:768px){.home-seo-content .seo-faq details p{font-size:15px}}.contact-seo{background-color:#f5f5f5;padding:50px 0}@media (min-width:768px){.contact-seo{padding:70px 0}}.contact-seo .contact-seo__wrap{margin:0 auto;max-width:980px}.contact-seo .contact-seo__header{margin-bottom:18px}.contact-seo .contact-seo__header h1{color:#171643;font-size:24px;font-weight:800;margin-bottom:10px}@media (min-width:768px){.contact-seo .contact-seo__header h1{font-size:32px}}.contact-seo .contact-seo__header p{color:#757585;font-size:14px;line-height:1.7;margin:0 auto;max-width:820px}@media (min-width:768px){.contact-seo .contact-seo__header p{font-size:16px}}.contact-seo .contact-seo__grid{display:grid;gap:14px;grid-template-columns:1fr}@media (min-width:992px){.contact-seo .contact-seo__grid{gap:18px;grid-template-columns:1fr 1fr}}.contact-seo .contact-seo__card{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:12px;box-shadow:0 6px 18px rgba(0,0,0,.06);padding:18px}@media (min-width:768px){.contact-seo .contact-seo__card{border-radius:14px;padding:22px}}.contact-seo .contact-seo__card h2{color:#171643;font-size:18px;font-weight:800;margin-bottom:12px}@media (min-width:768px){.contact-seo .contact-seo__card h2{font-size:20px}}.contact-seo .contact-seo__card a{color:#307fe2;font-weight:800;text-decoration:none}.contact-seo .contact-seo__card a:hover{text-decoration:underline}.contact-seo .contact-seo__hours{list-style:none;margin:0;padding:0}.contact-seo .contact-seo__hours li{border-top:1px solid rgba(0,0,0,.06);display:flex;justify-content:space-between;padding:8px 0}.contact-seo .contact-seo__hours li:first-child{border-top:none}.contact-seo .contact-seo__hours li span{color:#757585;font-weight:700}.contact-seo .contact-seo__hours li strong{color:#171643}.contact-seo .contact-seo__note{color:#757585;font-size:14px;margin-top:12px}.contact-seo .contact-seo__ctaRow{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.contact-seo .contact-seo__faq{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:12px;box-shadow:0 6px 18px rgba(0,0,0,.06);margin-top:16px;padding:18px}@media (min-width:768px){.contact-seo .contact-seo__faq{border-radius:14px;padding:22px}}.contact-seo .contact-seo__faq h2{color:#171643;font-size:18px;font-weight:800;margin-bottom:12px}@media (min-width:768px){.contact-seo .contact-seo__faq h2{font-size:20px}}.contact-seo .contact-seo__faq details{border-top:1px solid rgba(0,0,0,.06);padding:12px 0}.contact-seo .contact-seo__faq details:first-of-type{border-top:none}.contact-seo .contact-seo__faq details summary{color:#171643;cursor:pointer;font-weight:800;list-style:none}.contact-seo .contact-seo__faq details summary::-webkit-details-marker{display:none}.contact-seo .contact-seo__faq details summary:after{color:#c3451f;content:"+";float:right;font-weight:900}.contact-seo .contact-seo__faq details[open] summary:after{content:"–"}.contact-seo .contact-seo__faq details p{color:#757585;font-size:14px;line-height:1.7;margin-bottom:0;margin-top:8px}@media (min-width:768px){.contact-seo .contact-seo__faq details p{font-size:15px}}.tyresPageShell{margin:0 auto;max-width:1360px;padding:28px 24px 48px}.tyresHeader{margin:20px auto 30px;max-width:1180px}.tyresBreadcrumbs{align-items:center;color:#6b7280;display:flex;flex-wrap:wrap;font-size:14px;gap:6px;margin-bottom:12px}.tyresBreadcrumbs a{color:#2563eb;font-weight:500;text-decoration:none}.tyresBreadcrumbs a:hover{text-decoration:underline}.tyresHeaderContent{max-width:900px}.tyresHeader h1{color:#171643;font-size:30px;font-weight:700;letter-spacing:-.02em;line-height:1.12;margin:0 0 12px}.tyresIntroText{color:#4b5563;font-size:17px;line-height:1.65;margin:0;max-width:780px}.tyresDetailsMainPage{width:100%}.tyresContentGrid{align-items:start;display:grid;gap:28px;grid-template-columns:320px minmax(0,1fr);margin:0 auto;max-width:1180px}.tyresSidebar{width:100%}.tyresResultsArea{min-width:0}.showingTyreSearchResults{align-items:center;background:#f5f7fb;border:1px solid #e5e7eb;border-radius:16px;display:flex;gap:14px;justify-content:space-between;margin-bottom:18px;padding:10px 14px}.showingTyreSearchResults span{color:#171643;font-size:17px;font-weight:600}.sortOptionsSelect{min-width:220px}.tyresCardsWrap{gap:14px 0}.paginationBlockTyresList{display:flex;justify-content:center;margin-top:24px}.breadcrumbSize{color:#171643;font-weight:600}@media (max-width:1199px){.tyresPageShell{padding:24px 20px 40px}.tyresContentGrid,.tyresHeader{max-width:1080px}.tyresHeader h1{font-size:28px}.tyresIntroText{font-size:16px}.tyresContentGrid{gap:22px;grid-template-columns:300px minmax(0,1fr)}}@media (max-width:991px){.tyresPageShell{padding:20px 16px 32px}.tyresHeader{margin-bottom:20px}.tyresBreadcrumbs{font-size:13px;margin-bottom:10px}.tyresHeader h1{font-size:24px;line-height:1.18}.tyresIntroText{font-size:15px;line-height:1.6}.tyresContentGrid{gap:18px;grid-template-columns:1fr}}@media (max-width:767px){.tyresPageShell{padding:16px 14px 26px}.tyresHeader{margin-bottom:16px}.tyresBreadcrumbs{font-size:12px;margin-bottom:8px}.tyresHeader h1{font-size:22px;margin-bottom:10px}.tyresIntroText{font-size:14px;line-height:1.55}.showingTyreSearchResults{border-radius:12px;gap:10px;padding:10px}.showingTyreSearchResults span{font-size:14px}.sortOptionsSelect{min-width:160px;width:160px}}.quote-success-popup{align-items:center;display:none;inset:0;justify-content:center;padding:20px;position:fixed;z-index:99999}.quote-success-popup__backdrop{background:rgba(15,23,42,.55);inset:0;position:absolute}.quote-success-popup__dialog{background:#fff;border:1px solid #e5e7eb;border-radius:20px;box-shadow:0 25px 80px rgba(0,0,0,.22);max-width:520px;padding:32px 28px;position:relative;text-align:center;width:100%;z-index:2}.quote-success-popup__close{background:transparent;border:0;color:#6b7280;cursor:pointer;font-size:34px;line-height:1;padding:0;position:absolute;right:16px;top:12px}.quote-success-popup__icon{align-items:center;background:#ecfdf3;border-radius:999px;color:#15803d;display:flex;font-size:34px;font-weight:800;height:72px;justify-content:center;margin:0 auto 18px;width:72px}.quote-success-popup__dialog h3{color:#111827;font-size:30px;font-weight:800;line-height:1.2;margin:0 0 12px}.quote-success-popup__dialog p{color:#4b5563;font-size:17px;line-height:1.7;margin:0}.quote-success-popup__timer{color:#2563eb;font-size:14px;font-weight:600;margin-top:18px}@media (max-width:767px){.quote-success-popup{padding:16px}.quote-success-popup__dialog{border-radius:16px;max-width:100%;padding:28px 20px}.quote-success-popup__dialog h3{font-size:24px}.quote-success-popup__dialog p{font-size:16px}.quote-success-popup__icon{font-size:30px;height:64px;width:64px}}.gt-quote-form{background:#fff;border:1px solid #e8ebf0;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.05);padding:28px}.gt-quote-form__header h2{color:#20242c;font-size:32px;font-weight:800;line-height:1.15;margin:0 0 8px}.gt-quote-form__header p{color:#667085;font-size:17px;line-height:1.65;margin:0 0 24px}.gt-quote-form__grid{display:grid;gap:18px;grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:18px}.gt-quote-form__grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.gt-field{display:flex;flex-direction:column}.gt-field label{color:#2a2f38;font-size:14px;font-weight:700;margin-bottom:8px}.gt-field label span{color:#d14343}.gt-field input,.gt-field select,.gt-field textarea{background:#fff;border:1px solid #d7dde5;border-radius:12px;color:#1f2937;font-size:16px;min-height:50px;outline:none;padding:12px 14px;transition:.15s ease;width:100%}.gt-field textarea{min-height:130px;resize:vertical}.gt-field input:focus,.gt-field select:focus,.gt-field textarea:focus{border-color:#2f7be5;box-shadow:0 0 0 3px rgba(47,123,229,.12)}.gt-field small{color:#c0392b;margin-top:6px}.gt-quote-form__actions{display:flex;justify-content:flex-start;margin-top:22px}.gt-btn{border:0;border-radius:14px;cursor:pointer;font-size:16px;font-weight:700;min-height:52px;padding:0 22px}.gt-btn--primary{background:#1f6fe5;color:#fff}.gt-btn--primary:hover{opacity:.95}.gt-quote-form__alert{border-radius:12px;font-weight:600;margin-bottom:18px;padding:14px 16px}.gt-quote-form__alert--success{background:#edfdf3;border:1px solid #b7ebc6;color:#146c43}.gt-quote-form__alert--error{background:#fff2f0;border:1px solid #f3b5ae;color:#b42318}@media (max-width:767px){.gt-quote-form{border-radius:16px;padding:20px}.gt-quote-form__header h2{font-size:26px}.gt-quote-form__grid,.gt-quote-form__grid--3{grid-template-columns:1fr}.gt-btn{width:100%}}
