.preloader {
    overflow: hidden;
}

.animation-preloader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1000px;
    width: 100%;
}

.btn-mstrclss {
    position: relative;
    background-color: #E90505DD;
    color: #fff;
    box-shadow: 0 0 0 2px #E90505DD inset;
}

.btn-mstrclss::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(135deg, #E90505DD 0%, #E9050567 80.2%);
    opacity: 0;
    will-change: opacity;
    transition: opacity 0.3s ease-in-out;
}

.btn-mstrclss span {
    position: relative;
    z-index: 1;
}

.btn-mstrclss:hover {
    background-color: transparent;
    box-shadow: 0 0 0 2px #e60404 inset, 0 0 0 2px #920000 inset;
}

.btn-mstrclss:hover::after {
    opacity: 1;
}

.salesVideoStyles,
.vidyard-div-omwCXjTCPsmTUuqyNmHCD1 {
    border: 3px solid #e60404;
    border-radius: 1px;
    padding-bottom: 50px;
}
.tealBackSales {
    background-color: #298889;
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* gap: 30px; */
    justify-content: space-around;
}
.SalesHeader {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #ffffff;
    text-align: center;
}
.timerHeader {
    font-family: "Lato";
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #ffffff;
}
.headerRow {
    text-align: center;
}

.headerElement {
    display: none;
}

/* .loader {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid #05E0E9;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.hidden {
    display: none;
} */