:root{--blue1: #f0f8ff;--blue2: #add6f5;--blue3: #64a2d8;--blue4: #3182c9;--blue5: #23659f;--blue6: #194870;--blue7: #203d55;--gray1: #f9fafb;--gray2: #e3e9ed;--gray3: #cfd6de;--gray4: #b7c3cd;--gray5: #8a96a8;--gray6: #5f6c7c;--gray7: #222a35;--yellow1: #fffcf5;--yellow2: #fdf3d8;--yellow3: #fae19e;--yellow4: #f4c862;--yellow5: #caa53f;--yellow6: #8e6f1f;--yellow7: #5d4913;--green1: #e5fffe;--green2: #aaeeeb;--green3: #6fd8d4;--green4: #3cafa3;--green5: #2a9288;--green6: #1b655d;--green7: #124444;--red1: #fce8e8;--red2: #f5adad;--red3: #e36363;--red4: #dc3232;--red5: #b62020;--red6: #881b1b;--red7: #621818;--logoRed: #eb0000;--logoBlue: #074569;--bs-primary: #0d6efd;--bs-yellow: #ffc107;--body-color: #212529;--font-body: Inter, Roboto, "Helvetica Neue", Arial, sans-serif;--card-shadow: 4px 5px 5px rgba(33, 37, 41, .47);--card-radius: 11px}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--font-body);font-size:1rem;font-weight:400;line-height:1.5;color:var(--body-color);background-color:#fff;-webkit-tap-highlight-color:transparent;overflow-x:hidden}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}h1{font-size:min(calc(1.375rem + 1.5vw),2.5rem)}h2{font-size:min(calc(1.325rem + .9vw),2rem)}h3{font-size:min(calc(1.3rem + .6vw),1.75rem)}h4{font-size:min(calc(1.275rem + .3vw),1.5rem)}h5{font-size:1.25rem}h6{font-size:1rem}p,ul,ol{margin-top:0;margin-bottom:1rem}a{color:var(--bs-primary);text-decoration:underline}a:hover{color:#0a58ca}img{max-width:100%;height:auto;vertical-align:middle}strong,b{font-weight:bolder}hr{margin:1rem 0;border:0;border-top:1px solid rgba(0,0,0,.25)}.container{width:100%;margin-right:auto;margin-left:auto;padding-right:12px;padding-left:12px}@media(min-width:576px){.container{max-width:540px}}@media(min-width:768px){.container{max-width:720px}}@media(min-width:992px){.container{max-width:960px}}@media(min-width:1200px){.container{max-width:1140px}}@media(min-width:1400px){.container{max-width:1320px}}.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}.hover-grow{transition:transform .15s ease}.hover-grow:hover{transform:scale(1.03)}@media(prefers-reduced-motion:reduce){.hover-grow{transition:none}.hover-grow:hover{transform:none}}.btn{display:inline-block;font-family:inherit;font-size:1rem;font-weight:400;line-height:1.5;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;user-select:none;border:1px solid transparent;padding:.375rem .75rem;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.btn-lg{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.btn.disabled,.btn:disabled{pointer-events:none;opacity:.65}.btn-primary{color:#fff;background-color:var(--bs-primary);border-color:var(--bs-primary)}.btn-primary:hover{color:#fff;background-color:#0b5ed7;border-color:#0a58ca}.btn-warning{color:#000;background-color:var(--bs-yellow);border-color:var(--bs-yellow)}.btn-warning:hover{color:#000;background-color:#ffca2c;border-color:#ffc720}.btn-outline-primary{color:var(--bs-primary);background-color:transparent;border-color:var(--bs-primary)}.btn-outline-primary:hover{color:#fff;background-color:var(--bs-primary);border-color:var(--bs-primary)}.btn-link-light{color:#f8f9fa;text-decoration:underline;border:none}.btn-link-light:hover{color:#fff}.icon-card{background:var(--gray1);padding:24px;box-shadow:var(--card-shadow);height:100%;border-radius:var(--card-radius)}.icon-card-icon{text-align:center;color:var(--blue6);line-height:1.5;margin-bottom:2rem}.icon-card-title{text-align:center;font-size:18px;color:var(--blue5);margin-bottom:1.5rem}.icon-card-body{text-align:center;color:var(--gray6)}.lightbox{padding:0;border:none;background:transparent;max-width:min(90vw,1400px);max-height:90vh;overflow:visible}.lightbox::backdrop{background:#000c}.lightbox-content{position:relative}.lightbox-content img{display:block;max-width:100%;max-height:calc(90vh - 3rem);border-radius:4px}.lightbox-caption{display:flex;justify-content:space-between;gap:1rem;color:#fff;font-size:14px;padding:.5rem .25rem}.lightbox-button{position:absolute;background:#00000073;color:#fff;border:none;border-radius:50%;width:44px;height:44px;font-size:28px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.lightbox-button:hover{background:#000000b3}.lightbox-close{top:0;right:0;transform:translate(50%,-50%)}.lightbox-prev,.lightbox-next{top:50%;transform:translateY(-50%)}.lightbox-prev{left:8px}.lightbox-next{right:8px}@media(max-width:640px){.lightbox-button{width:32px;height:32px;font-size:20px}.lightbox-close{transform:translate(30%,-30%)}.lightbox-prev{left:4px}.lightbox-next{right:4px}}.hero{background:linear-gradient(135deg,var(--blue4),var(--blue6));padding:1rem 0}.hero-inner{max-width:1140px;margin:0 auto;padding:0 12px;display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:992px){.hero-inner{grid-template-columns:1fr 2fr}}.hero-text{display:flex;flex-direction:column;justify-content:center;text-align:left}@media(max-width:991.98px){.hero-text{align-items:center}}.hero-header{color:var(--bs-yellow);font-size:36px;margin-bottom:.5rem}.hero-subtext{color:var(--gray1);font-size:20px;margin-top:12px;margin-bottom:1rem}@media(max-width:950px){.hero-header{font-size:30px}}@media(max-width:768px){.hero-header{font-size:24px}}@media(max-width:640px){.hero-header{font-size:20px}}@media(max-width:540px){.hero-header,.hero-subtext{text-align:center}.hero-subtext{font-size:16px}}.hero-cta-row{display:flex;justify-content:center}.hero-cta{margin-top:1rem;box-shadow:2px 2px 4px 2px #00000061;font-size:24px}.hero-testdrive-row{display:flex;justify-content:center;align-items:center;margin-top:12px}.hero-testdrive-row p{color:#fff;margin-bottom:0}.hero-testdrive-link{padding:0}.hero-sm-only{display:none}@media(max-width:991.98px){.hero-lg-only{display:none}.hero-sm-only{display:flex;justify-content:center;margin-top:24px;padding-bottom:.5rem}}.draft-types{background:var(--gray2);padding:1rem 0}.draft-types-heading{font-size:30px;color:var(--blue4);text-align:center;margin-top:1rem}.draft-types-grid{display:grid;grid-template-columns:1fr;gap:1rem 24px;margin:3rem 0}@media(min-width:768px){.draft-types-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.draft-types-grid{grid-template-columns:repeat(4,1fr)}}.photo-gallery{color:#313437;background-color:#fff}.photo-gallery-intro{font-size:16px;max-width:640px;margin:0 auto 40px}.photo-gallery-intro h2{text-align:center;color:var(--blue5);font-weight:700;margin-bottom:40px;padding-top:40px}.photo-gallery-intro p{text-align:center;color:var(--gray6);font-size:18px;margin-bottom:0}.photo-gallery-photos{display:grid;grid-template-columns:1fr;column-gap:24px;padding-bottom:20px}@media(min-width:576px){.photo-gallery-photos{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.photo-gallery-photos{grid-template-columns:repeat(4,1fr)}}.photo-gallery-item{padding:0 0 30px;border:none;background:none;cursor:zoom-in}.big-screen{background:var(--gray1);padding:32px 0}.big-screen-row{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:768px){.big-screen-row{grid-template-columns:1fr 1fr}}.big-screen-text{display:flex;flex-direction:column;justify-content:center;padding:12px}.big-screen-text h2{color:var(--blue5);font-size:30px}.big-screen-text p{padding-top:24px;color:var(--blue5);font-size:18px;margin-bottom:0}.big-screen-image{display:flex;justify-content:center;align-items:center}.big-screen-image img{box-shadow:4px 4px 7px 2px #2125297d;border-radius:6px;max-height:768px;width:auto}.advanced-features{background:linear-gradient(135deg,var(--blue4),var(--blue6));padding:3rem 0}.advanced-features-heading{color:var(--bs-yellow);text-align:center}.feature-row{display:grid;grid-template-columns:1fr;gap:24px;padding:3rem}@media(max-width:575.98px){.feature-row{padding:3rem .75rem}}@media(min-width:768px){.feature-row:not(.feature-row-stacked){grid-template-columns:1fr 1fr}.feature-row-reverse .feature-text{order:2}}.feature-text{display:flex;flex-direction:column;justify-content:center}.feature-text h3{color:var(--gray1);margin-bottom:1.5rem}.feature-text p{color:var(--gray1);margin-bottom:0}.feature-graphic{display:flex;justify-content:center;align-items:center;min-width:0}.feature-graphic img{box-shadow:3px 4px 4px 6px #21252991}@media(min-width:1200px){.timer-img{width:75%}}.trade-img{max-width:min(424px,100%)}.autocomplete-feature{text-align:center}@media(max-width:768px){.autocomplete-feature{text-align:left}}.autodraft-img{object-fit:scale-down;max-height:128px;width:auto}.test-drive{padding:3rem 0;background:linear-gradient(var(--blue5) 0%,transparent 100%),url(/assets/img/background.jpg) center / cover no-repeat,var(--blue5);position:relative}.test-drive-heading{text-align:center;color:var(--gray1);margin-bottom:1rem}.test-drive-subtext{color:var(--gray1);text-align:center;font-size:19px;margin-bottom:1.5rem}.test-drive-cta{display:flex;justify-content:center;margin-bottom:3rem}.test-drive-button{box-shadow:2px 2px 7px 3px #00000073}.test-drive-screenshot{box-shadow:2px 3px 10px 5px #00000063}.features-page{background:var(--gray2);padding:3rem}@media(max-width:575.98px){.features-page{padding:3rem 0}}.features-page h1{color:var(--blue6);margin-bottom:3rem}.features-grid{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:576px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.features-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1200px){.features-grid{grid-template-columns:repeat(4,1fr)}}.pricing-page{background:var(--gray2)}.pricing-page .container{padding-top:3rem;padding-bottom:3rem}.pricing-page h1{color:var(--blue6);margin-bottom:1.5rem}.pricing-promo{display:flex;justify-content:center;align-items:center;margin-bottom:3rem;border-radius:7px;border:3px solid var(--green4);padding:7px}.fiveofffirst{color:var(--green4);text-align:center;font-size:24px;font-weight:500;line-height:1.2;margin-bottom:.5rem}@media(max-width:500px){.fiveofffirst{font-size:20px}}.fiveofffirst-code{color:var(--logoRed)}.pricing-grid{display:grid;grid-template-columns:1fr;gap:24px;justify-items:center}@media(min-width:992px){.pricing-grid{grid-template-columns:repeat(3,1fr)}}.pricing-card{display:flex;flex-direction:column;align-items:center;padding:3rem 0;border-radius:8px;box-shadow:4px 4px 4px 4px #00000040;width:100%;height:100%;max-width:384px}.pricing-card-name{color:var(--gray1);font-size:min(calc(1.375rem + 1.5vw),2.5rem);margin-bottom:.5rem}.pricing-card-price{color:var(--gray1);font-size:72px;font-weight:700;line-height:1.2;margin:1rem 0}.pricing-card-cents{font-size:30px;vertical-align:text-top}.pricing-card-features{list-style-type:none;height:100%;width:100%;padding:24px 0;margin:0;display:flex;flex-direction:column;align-items:center}.pricing-list-item{color:var(--gray1);font-size:18px;font-weight:700;margin-bottom:16px;text-align:center}.pricing-cta{display:flex;justify-content:center;margin-top:3rem}.pricing-cta-button{margin-bottom:3rem;box-shadow:2px 2px 2px 2px #00000040;background:var(--blue4);border-color:var(--blue4);font-size:30px}.pricing-cta-button:hover{background:var(--blue5);border-color:var(--blue5)}.form-control,.form-select{display:block;width:100%;padding:.375rem .75rem;font-family:inherit;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;border:1px solid #ced4da;border-radius:10px;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control:focus,.form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem #0d6efd40}textarea.form-control{resize:vertical}.form-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;padding-right:2.25rem}.form-check{display:block;min-height:1.5rem;padding-left:1.75em;margin-bottom:.125rem}.form-check-input{float:left;margin-left:-1.75em;width:1.15em;height:1.15em;margin-top:.35em;accent-color:var(--bs-primary)}.form-check-label{cursor:pointer}.contact-page{background:var(--gray2);min-height:75vh;padding:3rem 0}.contact-page h1{color:var(--blue6);margin-bottom:3rem}.contact-layout{display:grid;grid-template-columns:1fr;gap:1rem 24px}@media(min-width:992px){.contact-layout{grid-template-columns:2fr 1fr}}.contact-intro{font-size:20px;color:var(--blue5)}.contact-field{margin-bottom:1rem}.contact-name-email{display:grid;grid-template-columns:1fr;gap:1rem 24px;margin-bottom:1rem}@media(min-width:768px){.contact-name-email{grid-template-columns:1fr 1fr}}.contact-info{display:flex;flex-direction:column;height:100%;width:100%;align-items:flex-start}@media(min-width:992px){.contact-info{align-items:center}}.contact-info h3{color:var(--blue6);font-size:30px;margin-bottom:1.5rem}.contact-info ul{list-style:none;padding:0;margin-bottom:0}.contact-info li{color:var(--blue5);font-size:16px;line-height:32px}.contact-info-link{text-decoration:none;color:var(--blue4)}.survey-page{background:var(--gray2);padding:3rem 0}.survey-page h1{color:var(--blue6);margin-bottom:3rem}.survey-question{margin:3rem 0}.survey-descriptions{font-size:24px;color:var(--blue5);display:block}.survey-select{cursor:pointer;font-size:20px;color:var(--blue4)}@media(max-width:768px){.survey-descriptions{font-size:20px}.survey-select{font-size:16px}}.survey-id-row{display:flex;align-items:center;gap:12px;margin-bottom:.5rem}.survey-id-label{width:60px;color:var(--blue5)}.survey-id-input{width:auto;color:var(--blue5)}.survey-contact-check{margin-top:1rem}.survey-columns{display:flex;flex-wrap:wrap}.survey-column{min-width:256px}.survey-textarea{margin-bottom:1rem}.survey-message-box{border-radius:10px;color:var(--blue5);margin-top:.5rem}.survey-submit{margin-bottom:1rem}.survey-thanks{text-align:center;margin-top:3rem;margin-bottom:1.5rem}.survey-heart{color:var(--logoRed)}.accordion-item{background-color:#fff;border:1px solid rgba(0,0,0,.125)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:first-of-type{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.accordion-item:last-of-type{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.accordion-question{display:flex;align-items:center;padding:1rem 1.25rem;font-size:1rem;color:#212529;cursor:pointer;list-style:none;transition:color .15s ease-in-out,background-color .15s ease-in-out}.accordion-question::-webkit-details-marker{display:none}.accordion-question:after{content:"";flex-shrink:0;width:1.25rem;height:1.25rem;margin-left:auto;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:1.25rem;transition:transform .2s ease-in-out}@media(prefers-reduced-motion:reduce){.accordion-question,.accordion-question:after{transition:none}}details[open]>.accordion-question{color:#0c63e4;background-color:#e7f1ff;box-shadow:inset 0 -1px #00000020}details[open]>.accordion-question:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");transform:rotate(-180deg)}.accordion-body{padding:1rem 1.25rem}.accordion-body p:last-child{margin-bottom:0}.guide-page{background:var(--gray2);padding:3rem 0}.guide-page h1{color:var(--blue6);margin-bottom:1.5rem}.guide-page h3{color:var(--blue5);margin-bottom:1.5rem}.guide-page .accordion{margin-bottom:3rem}.blog-header{background:linear-gradient(var(--blue5) 0%,transparent 100%),url(/assets/img/background.jpg) center / cover no-repeat,var(--blue5);position:relative;box-shadow:0 4px 4px 4px #21252966}.blog-header-link{text-decoration:none}.blog-header-title{color:var(--bs-yellow);padding:3rem;margin:0;font-size:min(calc(1.375rem + 1.5vw),2.5rem);font-weight:500;line-height:1.2}.blog-list{padding:3rem 0;background:linear-gradient(135deg,var(--blue4),var(--blue6));min-height:75vh}.blog-list-card{background:var(--gray1);box-shadow:4px 5px 5px 4px #00000080;border-radius:8px;padding:1rem}.blog-list-row{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:992px){.blog-list-row{grid-template-columns:1fr 3fr}}.blog-list-thumb{display:flex;justify-content:center;align-items:center;order:2}@media(min-width:992px){.blog-list-thumb{order:0}}.blog-list-thumb img{border-radius:8px}.blog-list-heading{display:grid;grid-template-columns:1fr;gap:12px;margin:1rem 0}@media(min-width:992px){.blog-list-heading{grid-template-columns:3fr 1fr}}.blog-list-title-link{text-decoration:none}.blog-page-title{color:var(--blue6);font-size:30px;margin-bottom:0}@media(max-width:768px){.blog-page-title{font-size:24px}}.blog-page-attr{font-size:18px;display:flex;flex-direction:column;justify-content:center}.blog-author-link{text-decoration:none;color:var(--blue4);font-weight:700}.blog-page-attr p{color:var(--blue6);margin-bottom:0}.blog-excerpt{color:var(--blue4)}.not-found{background:var(--gray2);padding:3rem 0}.not-found h1{color:var(--blue6);margin-bottom:1.5rem}.not-found h3{color:var(--blue5);margin-bottom:1.5rem}.blog-post{padding:3rem 0;background:linear-gradient(135deg,var(--blue4),var(--blue6));min-height:75vh}.blog-post-card{background:var(--gray1);box-shadow:4px 5px 5px 4px #00000080;border-radius:8px;padding:1rem}.blog-post-header{margin:1rem 0 3rem}.blog-post-title{color:var(--blue6);font-size:48px;margin-bottom:1rem}@media(max-width:992px){.blog-post-title{font-size:36px}}@media(max-width:430px){.blog-post-title{font-size:30px}}.blog-post-content{display:flex;flex-direction:column}.blog-paragraph{color:var(--blue4);font-size:18px}.blog-post-heading{color:var(--blue6);font-size:30px;margin-top:3rem}.blog-post-subheading{color:var(--blue6);font-size:24px;margin-top:3rem}.blog-post-image,.blog-post-image-wide{align-self:center;margin:1rem 0;border-radius:8px}.blog-post-image{max-width:640px;max-height:640px;width:auto}@media(max-width:768px){.blog-post-image{max-width:100%}}.blog-post-share{text-align:center;padding:1rem}.blog-post-share a{color:var(--gray6);padding:1rem;display:inline-block}.blog-post-share a:hover{color:var(--gray7)}.legal-page{background:var(--gray2);padding:3rem 0}.legal-page h1{color:var(--blue6);margin-bottom:1.5rem}.legal-page h3{color:var(--blue5);margin-bottom:1.5rem}.legal-page p,.legal-page ul{color:var(--gray7)}.site-nav{position:sticky;top:0;z-index:1020;background:#fff;padding:.75rem 0;box-shadow:0 3px 3px 3px #00000040}@media(min-width:768px){.site-nav{padding:1rem 0}}.site-nav-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.site-nav-brand{display:inline-flex;align-items:center}.site-nav-logo{height:48px;width:auto}@media(max-width:500px){.site-nav-logo{height:32px}}.site-nav-toggler{display:none;background:none;border:1px solid #ddd;border-radius:.25rem;padding:.25rem .75rem;cursor:pointer}.site-nav-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center;background-size:100%}.site-nav-list{display:flex;align-items:center;list-style:none;margin:0;padding:0}.site-nav-link{display:block;padding:.5rem 18px;color:#465765;text-decoration:none}.site-nav-link:hover,.site-nav-link:focus{color:#37434d}.site-nav-link.active{color:#8f8f8f;pointer-events:none}@media(max-width:991.98px){.site-nav-toggler{display:inline-block}.site-nav-menu{display:none;flex-basis:100%;text-align:left}.site-nav-menu.open{display:block}.site-nav-list{display:block;padding-top:.5rem}.site-nav-link{padding:.5rem 0}.site-nav-list .btn{margin-top:.5rem}}.footer-dark{padding:50px 0;color:#f0f9ff;background-color:var(--gray7)}.footer-logo{display:flex;justify-content:center;align-items:center;margin-bottom:1.5rem}.footer-logo img{object-fit:scale-down;max-height:48px;width:auto}.footer-links{display:flex;justify-content:center;flex-wrap:wrap;column-gap:24px;row-gap:12px}.footer-item{text-decoration:none;color:var(--gray3)}.footer-item:hover{color:var(--gray2)}.footer-social{text-align:center;margin-top:1.5rem}.footer-social>a{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;box-shadow:0 0 0 1px #fff6;margin:0 8px;color:#fff;opacity:.75}.footer-social>a:hover{opacity:.9;color:#fff}.footer-copyright{font-size:14px;color:var(--gray1);text-align:center;padding-top:1.5rem;margin-bottom:0}
