@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100%)}}.SalesPopup{align-items:center;display:none;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:20}.SalesPopup iframe{width:100%!important}.SalesPopup__overlay{background-color:rgba(47,48,49,.8);cursor:pointer;height:100%;left:0;position:absolute;top:0;width:100%}.SalesPopup__container{align-items:flex-start;display:flex;gap:10px;justify-content:center;max-height:90vh;max-width:1200px;position:relative;width:90vw}.SalesPopup__containerClose{color:var(--popup-background-color);cursor:pointer;font-size:40px}.SalesPopup__containerClose:hover{color:var(--popup-background-color-hover)}.SalesPopup__title{font-size:50px;font-weight:700;text-align:center}.SalesPopup__containerContent{background-color:var(--popup-background-color);border-radius:30px;display:flex;flex-direction:column;max-height:90vh;overflow:hidden;padding:25px;width:100%}.SalesPopup--open{display:flex}.SalesPopup--open .SalesPopup__overlay{animation:fadeIn .3s ease-in-out forwards}.SalesPopup--open .SalesPopup__container{animation:slideUp .3s ease-in-out forwards}.SalesPopup--reverse .SalesPopup__overlay{animation:fadeOut .3s ease-in-out forwards}.SalesPopup--reverse .SalesPopup__container{animation:slideDown .3s ease-in-out forwards}.SalesPopup__buttonsWrapper{height:100%;overflow-y:auto}.SalesPopup__buttons{align-items:flex-start;display:flex;gap:50px 50px;justify-content:center}.SalesPopup__button{align-items:center;color:var(--primary-color);cursor:pointer;display:flex;flex:0 1 auto;flex-direction:column;gap:40px;justify-content:flex-start;justify-content:center;text-align:center;text-decoration:none;user-select:none;-webkit-user-select:none;width:25%}.SalesPopup__buttonIcon{font-size:100px}.SalesPopup__buttonLabel{display:inline-block;font-size:40px;font-weight:500;padding-bottom:15px;position:relative}.SalesPopup__buttonLabel:after{background-color:var(--secondary-color);bottom:0;content:"";display:block;height:5px;left:0;opacity:0;position:absolute;transition:opacity .3s ease-in-out;width:100%}.SalesPopup__button:hover .SalesPopup__buttonIcon{color:var(--secondary-color)}.SalesPopup__button:hover .SalesPopup__buttonLabel:after{opacity:1}.SalesPopup__embed{flex-direction:column;overflow:hidden}.SalesPopup__embedTitle{align-items:center;display:flex;font-size:var(--medium-heading-font-size);font-weight:700;justify-content:space-between;text-align:left}.SalesPopup__embedClose{background-color:transparent;border:none;cursor:pointer;font-size:30px}.SalesPopup__embedClose:hover{color:var(--secondary-color)}@media (max-width:1024px){.SalesPopup__buttonWrapper{display:none}.SalesPopup__embedClose{font-size:18px}.SalesPopup__container{align-items:flex-end;flex-direction:column;width:96vw}.SalesPopup__containerContent{order:2;width:100%}.SalesPopup__containerClose{order:1}.SalesPopup__container .embed_container{overflow-y:auto}.SalesPopup__container .iframe_wrapper{height:auto;padding:0}.SalesPopup__container .embed_container iframe{position:relative}.SalesPopup__containerContentTitle{margin-bottom:10px}.SalesPopup__buttons{flex-wrap:wrap}.SalesPopup__button{width:calc(50% - 40px)}}@media (max-width:700px){.SalesPopup__buttons{flex-direction:column;gap:20px}.SalesPopup__button{gap:20px;width:100%}.SalesPopup__buttonIcon{font-size:80px}.SalesPopup__buttonLabel{font-size:30px}}