.modal__close{background-color:transparent;border:none;cursor:pointer;height:32px;opacity:.5;position:absolute;right:0;top:0;transition:all .15s ease-in;width:32px;will-change:opacity;z-index:5}.modal__close:after,.modal__close:before{background-color:#414141;border-radius:2px;content:"";display:block;height:2px;left:8px;position:absolute;top:50%;transform-origin:center;width:16px}.modal__close:before{transform:rotate(45deg)}.modal__close:after{transform:rotate(-45deg)}.modal__close:hover{opacity:1}.modal__close:active,.modal__close:focus{box-shadow:0 0 0 1px #fff,0 0 0 3px #d4d4d4;outline:none}.scroll-locked{overflow:hidden;touch-action:none}.modal{display:none}.modal.is-open{display:block}.modal__overlay{align-items:center;background-color:rgba(0,0,0,.5);bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000;-webkit-tap-highlight-color:transparent;will-change:opacity}@media only screen and (min-width:1024px){.modal__overlay{width:100vw}}.with-transparent-overlay .modal__overlay{background-color:transparent}.with-transparent-overlay .modal__overlay:focus{outline:none}.modal__container{align-items:center;display:flex;height:100%;justify-content:center;width:100%;will-change:transform}.modal-animation-slide{display:none}.modal-animation-slide.is-open{display:block}.modal-animation-slide[aria-hidden=false] .modal__overlay{animation:modal-fadeIn .25s cubic-bezier(0,0,.2,1);opacity:1}.modal-animation-slide[aria-hidden=true] .modal__overlay{animation:modal-fadeOut .25s cubic-bezier(0,0,.2,1);opacity:0}@-moz-keyframes modal-fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes modal-fadeIn{0%{opacity:0}to{opacity:1}}@-o-keyframes modal-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes modal-fadeIn{0%{opacity:0}to{opacity:1}}@-moz-keyframes modal-fadeOut{0%{opacity:1}to{opacity:0}}@-webkit-keyframes modal-fadeOut{0%{opacity:1}to{opacity:0}}@-o-keyframes modal-fadeOut{0%{opacity:1}to{opacity:0}}@keyframes modal-fadeOut{0%{opacity:1}to{opacity:0}}@-moz-keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@-o-keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.modal--localization .modal__inner{background-color:#fff;border-radius:8px;margin:16px;max-width:400px;padding:32px;position:relative;text-align:center;width:fit-content}.modal--localization .modal__icon{background-image:url(../images/_modules/containers/modal/localization/icon-locale.svg);height:52px;margin-bottom:16px;margin-left:auto;margin-right:auto;width:52px}.modal--localization .modal__title{font-size:20px;font-weight:700;line-height:28px}.modal--localization .modal__actions{display:flex;flex-wrap:wrap;justify-content:center;margin-left:-8px;margin-right:-8px;margin-top:24px}.modal--localization .button{margin:0 8px;min-width:136px;padding:4px 16px}@media only screen and (max-width:389px){.modal--localization .button{min-width:160px}.modal--localization .button:last-child{margin-top:16px}}