.modalThirdparty__container{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;border-radius:8px;max-width:600px;width:97vw;max-height:100vh;padding:26px 24px;box-shadow:0 5px 15px rgba(0,0,0,.25);z-index:9999;max-height:90vh}.modalThirdparty__container,.modalThirdparty__content{display:flex;flex-direction:column}.modalThirdparty__overlay{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:9998}.modalThirdparty__closeBtn{top:50px;right:18px;color:#303233;background-color:transparent;position:absolute;box-sizing:border-box;display:block;transform:scale(1);width:22px;height:22px;border:2px solid transparent;border-radius:40px}@media screen and (min-width:480px){.modalThirdparty__closeBtn{top:50px;right:50px}}.modalThirdparty__closeBtn:after,.modalThirdparty__closeBtn:before{content:"";display:block;box-sizing:border-box;position:absolute;width:16px;height:2px;background:currentColor;transform:rotate(45deg);border-radius:5px;top:8px;left:1px}.modalThirdparty__closeBtn:after{transform:rotate(-45deg)}.modalThirdparty__title{font-family:Open Sans;font-size:24px;font-weight:700;line-height:30px;color:#303233}.modalThirdparty__textPartner{font-family:Open Sans;font-size:14px;font-weight:700;line-height:24px;margin:0;color:#303233}@media screen and (min-width:480px){.modalThirdparty__textPartner{font-size:16px}}.modalThirdparty__text{font-family:Open Sans;font-size:14px;font-weight:400;line-height:24px;color:#303233}@media screen and (min-width:480px){.modalThirdparty__text{font-size:16px}}.modalThirdparty__link{color:#0067ad;height:27px;text-decoration:underline;margin-top:10px;margin-bottom:10px}.modalThirdparty__buttonAccept{max-width:552px;width:100%;height:56px;border-radius:8px;border:none;cursor:pointer;font-size:18px;font-weight:600;line-height:30px;margin-top:8px;display:block;background-color:#0067ad;color:#fff}@media screen and (min-width:480px){.modalThirdparty__buttonAccept{font-size:20px}}.modalThirdparty__buttonReject{max-width:552px;width:100%;height:56px;border-radius:8px;border:none;cursor:pointer;font-size:18px;font-weight:600;line-height:30px;margin-top:8px;display:block;background-color:transparent;color:#0067ad}@media screen and (min-width:480px){.modalThirdparty__buttonReject{font-size:20x}}.ToastOptin{display:none;position:fixed;align-items:center;gap:10px;z-index:999999;left:50%;top:15%;transform:translate(-50%,-15%);background:#fff;padding:10px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);max-width:390px}@media(max-width:440px){.ToastOptin{max-width:92%;width:100%}}@media(min-width:1366px)and (max-width:1440px){.ToastOptin{right:2%}}.ToastOptin p{color:#696969}.loadingOverlay{position:fixed;top:0;left:0;width:100%;height:100%;background:hsla(0,0%,100%,.8);display:flex;justify-content:center;align-items:center;z-index:999999}