.stream-btn__wrapper .stream-link{text-decoration:none}.stream-btn__wrapper .stream-button{align-items:center;background:var(--White,#fff);border-radius:100px;display:flex;font-size:14px;font-weight:700;gap:10px;justify-content:space-between;margin-right:30px;padding:4px 16px}.stream-btn__wrapper .stream-button.mobile{margin:0}.stream-btn__wrapper .stream-button.stream-on{border:1px solid #009f50;transition:all .3s ease-out}.stream-btn__wrapper .stream-button.stream-on:hover{background:#e9fbf2}.stream-btn__wrapper .stream-button.stream-off{border:1px solid var(--Black,#333)}.streaming-frame{border:none;height:100%;width:100%}.change--button .buttob.button-streaming{border:1.5px solid var(--Primary,#263c61);border-radius:4px;color:var(--Primary,#263c61);display:inline-flex;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:700;line-height:24px;padding:9px 24px;text-align:center}.change--button .buttob.button-streaming:hover{background-color:#f5f8fc;cursor:pointer}.custom-modal__wrapper{align-items:center;background-color:#00000080;display:flex;height:100vh;justify-content:center;position:fixed;top:0;width:100%;z-index:1000}.custom-modal__wrapper .custom-modal__container{background:var(--Dark-Tertiary,#f4f4f5);box-shadow:0 4px 38px 0 rgba(102,110,90,.17);max-width:528px;padding:40px;text-align:center}.custom-modal__wrapper .custom-modal__container .custom-modal__buttons{align-items:center;display:flex;flex-direction:column;gap:24px;justify-content:center}.custom-modal__wrapper .custom-modal__container .custom-modal__button{border:1.5px solid #263c61;border-radius:4px;color:#263c61;font-weight:700;padding:9px 24px;text-align:center;transition:all .3s ease-out;width:100%}.custom-modal__wrapper .custom-modal__container .custom-modal__button:hover{background-color:#f5f8fc;cursor:pointer}@media only screen and (max-width:474px){.custom-modal__wrapper .custom-modal__container{margin:14px;padding:30px}.custom-modal__wrapper .custom-modal__container .custom-modal__buttons{flex-direction:column;gap:10px}}