body:before{display:none;content:"mobile"}@media(min-width:375px){body:before{content:"mobile-m"}}@media(min-width:414px){body:before{content:"mobile-l"}}@media(min-width:768px){body:before{content:"tablet"}}@media(min-width:1024px){body:before{content:"desktop"}}@media(min-width:1280px){body:before{content:"desktop-m"}}@media(min-width:1440px){body:before{content:"desktop-l"}}@media(min-width:1920px){body:before{content:"desktop-xl"}}.modal-signup{width:100%;display:grid;height:100%;background-color:#fff}@media(min-width:1024px){.modal-signup{padding:2px;border-radius:10px 10px;max-height:45rem;max-width:35.625rem;width:35.625rem}.modal-signup--double-column{max-width:60rem;width:60rem;grid-template-columns:repeat(2,1fr);grid-template-rows:1fr;padding:.375rem}}.modal-signup__title{padding:1.5rem 2.5rem}@media(min-width:768px){.modal-signup__title{padding:2rem 12rem}}@media(min-width:1024px){.modal-signup__title{padding:1rem 4rem 0}}.modal-signup__title h1{color:#ef4e23;font-size:1.125rem;font-weight:700;margin-bottom:.375rem}@media(min-width:1280px){.modal-signup__title h1{font-size:1.5rem}}.modal-signup__title p{font-size:.925rem;font-weight:400}@media(min-width:1280px){.modal-signup__title p{font-size:.75rem}}@media(min-width:1024px){.modal-signup__embed{padding:1.25rem;max-height:39rem;min-height:39rem}}.modal-signup__carousel{position:relative;display:none}@media(min-width:1024px){.modal-signup__carousel{display:block}}.modal-signup__image{height:100%;width:100%;opacity:0;transition:opacity 2s;position:absolute}.modal-signup__image--show{opacity:1;height:100%;width:100%}.modal-signup__image img{object-fit:cover;border-radius:0 10px 10px 0}.modal-signup__footer{position:absolute;bottom:0;display:flex;align-items:center;margin-bottom:1.5rem;padding:0 1.438rem}.modal-signup__legend{border:1px solid #fff;border-radius:100px;color:#fff;font-size:.75rem;padding:.25rem .75rem}.modal-signup__dots{display:flex;margin-left:.875rem}.modal-signup__dot{display:block;height:10px;margin-right:.3rem;width:10px;border:1px solid #fff;border-image:initial;border-radius:50%}.modal-signup__dot--show{background-color:#fff}