@import url(https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Unbounded:wght@200..900&display=swap);/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}body{font-family:'Roboto Condensed',sans-serif;font-size:1rem;background-color:#fffaf2}h1,h2,h3,h4,h5,h6{font-family:Unbounded,sans-serif;font-optical-sizing:auto;font-weight:600}.container{max-width:1200px;margin:0 auto}@media (max-width:1200px){.container{padding-inline:1rem}}.white-bg{background-color:#fff}.grain-bg{background-color:#fffaf2}.unstyled-list{list-style:none;padding:.5rem}.last-card{text-align:center}@media (max-width:400px){body{font-size:.8rem}}.header__content{display:flex;flex-direction:row;justify-content:space-between;padding-top:20px;align-items:center}.header__nav ul{display:flex;flex-direction:row;gap:.5rem;list-style:none;padding:0;margin:0}.header__nav ul li{background-color:#fff;color:#fb6824;font-weight:700;transition:all .2s ease}.header__nav ul li a{text-decoration:none;color:#000}.header__nav ul li a:hover{color:#fb6824}.header__logo{flex:1;display:flex;justify-content:center}.header__logo img{width:10vw;height:auto}.header__actions{flex:1;text-align:end}.header__actions button{font-size:1.2rem;border:none;background-color:transparent;cursor:pointer;text-transform:uppercase;font-weight:500;position:relative;padding-bottom:5px}.header__actions button::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background-color:currentColor;transition:width .3s ease}.header__actions button:hover::after{width:100%}.burger-btn{display:flex;flex-direction:column;justify-content:space-between;width:30px;height:20px;background:0 0;border:none;cursor:pointer;padding:0;z-index:1001;position:relative;flex:1}.burger-btn span{display:block;width:35px;height:3px;background-color:#000;transition:all .3s ease}.burger-btn.active span:nth-child(1){transform:translateY(9px) rotate(45deg)}.burger-btn.active span:nth-child(2){opacity:0}.burger-btn.active span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.sidebar{position:fixed;top:0;left:-300px;width:250px;height:100vh;background-color:#fff;box-shadow:2px 0 5px rgba(0,0,0,.1);transition:all .3s ease;z-index:1000;padding:20px;overflow-y:auto}.sidebar.active{left:0}.sidebar-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:999;opacity:0;visibility:hidden;transition:all .3s ease}.sidebar-overlay.active{opacity:1;visibility:visible}.sidebar .header__nav ul{flex-direction:column;padding-top:60px}.sidebar .header__nav li{margin-bottom:15px}@media (max-width:650px){.header__actions button{font-size:.8rem}}@media (max-width:450px){.header__actions{padding-top:.3rem;display:flex;flex-direction:column;justify-content:center;align-items:center}.header__actions button{font-size:.6rem}}.hero{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:.5rem;height:100vh}.hero__content{font-size:1.5rem;width:40%}.hero__title span{color:#fb6824;text-transform:uppercase}.hero__img img{width:75%;height:auto;padding-left:2rem}.banner{height:40vh}.banner__content{font-size:1.4rem;text-align:center}.banner__title span{color:#fb6824;text-transform:uppercase}.marquee-container{width:100%;overflow:hidden;position:relative;background:#fb6824}.marquee{display:flex;animation:marquee 20s linear infinite;white-space:nowrap;color:#fff;font-size:2.5rem;font-weight:700;text-transform:uppercase;padding:15px 0}.marquee__content{flex-shrink:0;padding:0 20px}@keyframes marquee{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.page-section__content{padding:2rem 0}.page-section__title{text-transform:uppercase}.page-section__text ul li{padding:.5rem}.page-section__text ol li{padding:.5rem}.page-section__text span{color:#fb6824}.page-section__promo li{color:#e81818;font-weight:700;text-transform:uppercase}.page-section__providers{list-style:none;padding-left:1rem}.page-section__providers li{border-left:2px solid #fb6824;padding:.5rem 1rem;font-weight:700;text-transform:uppercase}.page-section__text p a{color:#fb6824;text-decoration:none;transition:all .2s ease}.page-section__text p a:hover{text-decoration:underline}.page-section__text button{padding:.5rem 1rem;border-radius:15px;border:none;background-color:#fff;color:#fb6824;font-weight:700;cursor:pointer;transition:all .2s ease}.page-section__text button:hover{box-shadow:0 0 10px rgba(0,0,0,.3)}.table-container{width:100%;overflow-x:auto;margin-bottom:20px;box-shadow:0 0 10px rgba(0,0,0,.1);border-radius:8px}table{width:100%;border-collapse:collapse;min-width:600px}td,th{padding:12px 15px;text-align:left;border-bottom:1px solid #ddd}th{background-color:#fb6824;color:#fff;font-weight:700}@media screen and (max-width:768px){td,th{padding:8px 10px;font-size:14px}.table-container{border:1px solid #ddd}}.ending-section{padding:3rem 0}.ending-section__content{display:flex;gap:2rem;padding:2rem;border-radius:15px;background-color:#fb6824;color:#fff;font-size:1.2rem}.ending-section__content h2{text-transform:uppercase}.ending-section__img{border-radius:15px;width:45%;object-fit:cover}.ending-section__text button{margin-top:1rem;padding:.5rem 1rem;border-radius:15px;border:none;background-color:#fff;color:#fb6824;font-weight:700;cursor:pointer;transition:all .2s ease}.ending-section__text button:hover{box-shadow:0 0 10px rgba(0,0,0,.3)}@media (max-width:1200px){.hero{height:auto}.hero__content{font-size:1.2rem}.page-section__content{padding-inline:1rem}.banner{height:auto}.banner__content{font-size:1.2rem}}@media (max-width:800px){.ending-section__content{flex-direction:column;align-items:center;text-align:center}.ending-section__img{width:100%}}@media (max-width:768px){.hero__content{font-size:1rem}.marquee{font-size:1rem}.banner__content{font-size:1rem}}@media (max-width:650px){.hero{flex-direction:column;text-align:center}.hero__content{width:100%}.hero__img img{width:50%}.ending-section__content h2{font-size:1.2rem}.ending-section__content{font-size:1rem}.ending-section__text button{font-size:.8rem}}@media (max-width:500px){.hero__content{font-size:.8rem}.banner__content{font-size:.8rem}.page-section__content{padding:1rem}.ending-section .container{padding:0}.ending-section__content{border-radius:0}}.footer{background-color:#0c0e1b;color:#eee;padding:2rem 1rem}.footer__content{max-width:1600px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:2rem}.footer__logo img{width:80px;height:auto}.footer__links{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;list-style:none;padding:0;margin:0}.footer__links a{color:#eee;text-decoration:none;transition:color .2s ease}.footer__links a:hover{color:#d84040}.footer__social{display:flex;gap:1.5rem}.footer__copyright{font-size:.9rem;opacity:.8;text-align:center}@media (max-width:768px){.footer__links{flex-direction:column;align-items:center;gap:1rem}.footer__social{flex-direction:column;align-items:center;gap:1rem}}