.popin-backdrop{position:fixed;bottom:0;left:0;right:0;top:0;z-index:9998;display:flex;background-color:rgba(0,0,0,.5);align-content:center;place-items:center}.popin-backdrop.popin-darkfull{background-color:rgba(0,0,0,.98)}.popin{z-index:9999;max-height:calc(100vh - env(safe-area-inset-bottom) - env(safe-area-inset-top));margin:auto}@media(max-width:767px){.popin{min-height:calc(100vh - env(safe-area-inset-bottom) - env(safe-area-inset-top));min-width:100vw}}.popin .popin-body,.popin .popin-wrapper{width:100%;max-height:inherit}.popin .popin-body{overflow:auto;height:100%;-webkit-overflow-scrolling:touch}.popin .popin-body::-webkit-scrollbar{width:.7rem;height:.7rem}.popin .popin-body::-webkit-scrollbar-button:vertical:end:decrement,.popin .popin-body::-webkit-scrollbar-button:vertical:increment,.popin .popin-body::-webkit-scrollbar-button:vertical:start:increment{display:none}.popin .popin-body::-webkit-scrollbar-track:vertical{background-color:initial}.popin .popin-body::-webkit-scrollbar-thumb:vertical{background-color:#ccc;border-radius:.35rem}.popin .default-design-form{padding:0}.popin-header-return__cross,.popin-header-return__crosstext,.popin-header-return__text{display:inline-flex;align-items:center;padding:0;border:0;background-color:initial;cursor:pointer}.popin-header-return__crosstext,.popin-header-return__text{font-family:Lato,Helvetica,Arial,sans-serif;font-size:1.6rem;font-weight:700}.popin-header-return__crosstext .svg-icon,.popin-header-return__text .svg-icon{margin-right:1rem}.popin-header-return__cross{align-self:flex-end}.popin-header-return__cross .ic-close{position:relative;display:block;width:2rem;height:2rem;border:.2rem solid transparent}.popin-header-return__cross .ic-close:after,.popin-header-return__cross .ic-close:before{content:"";display:block;position:absolute;width:2rem;height:.3rem;background:currentColor;transform:rotate(45deg);border-radius:5px;top:8px;left:1px}.popin-header-return__cross .ic-close:after{transform:rotate(-45deg)}.popin-header-return__crosstext{margin-left:2rem;font-size:2rem}.popin-default .popin{box-shadow:0 0 .8rem rgba(0,0,0,.3);background-color:#fff}@media(min-width:768px){.popin-default .popin{max-width:70rem;max-height:62vh;background-color:#f2f2f2;border-radius:1rem}}.popin-default .popin-header{display:flex;padding:2rem 3rem;background-color:#fff;border-bottom:.1rem solid #c4c4c4}@media(min-width:769px){.popin-default .popin-header{border-top-left-radius:1rem;border-top-right-radius:1rem}}@media(max-width:767px){.popin-default .popin-header{padding:1.5rem 2rem}}.popin-default .popin-header-return__cross,.popin-default .popin-header-return__text{color:#097c75}.popin-default .popin-body{max-height:calc(62vh - 7rem);padding:3rem}@media(max-width:767px){.popin-default .popin-body{max-height:calc(100vh - 5.5rem);padding:2rem}}.popin-basic-light{overflow-y:auto}.popin-basic-light .popin{background-color:#fff;overflow-y:auto}@media(min-width:768px){.popin-basic-light .popin{max-width:70rem;max-height:calc(var(--vh, 1vh)*80)}}.popin-basic-light .popin-header{display:flex;justify-content:flex-end;padding:.5rem}.popin-basic-light .popin-header-return__cross,.popin-basic-light .popin-header-return__text{color:#000}.popin-basic-dark .popin{background-color:#000}@media(min-width:768px){.popin-basic-dark .popin{max-width:70rem;max-height:calc(var(--vh, 1vh)*70)}}.popin-basic-dark .popin-header{display:flex;justify-content:flex-end;padding:.5rem}.popin-basic-dark .popin-header-return__cross,.popin-basic-dark .popin-header-return__text{color:#fff}.popin-darkfull .popin{min-height:calc(var(--vh, 1vh)*100);min-width:100vw}.popin-darkfull .popin-header{padding:3rem}@media(max-width:640px){.popin-darkfull .popin-header{padding:1.5rem}}.popin-darkfull .popin-wrapper{display:flex;height:calc(var(--vh, 1vh)*100);flex-direction:column}.popin-darkfull .popin-wrapper .popin-body{flex-grow:1}.popin-darkfull .popin-header-return__cross,.popin-darkfull .popin-header-return__text{color:#fff}