#popup-overlay {
    position: fixed;
    background-color: transparent;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease 0.5s;
    overflow: auto;
    flex-wrap: wrap;
}
#popup-overlay:before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: 0.75;
    background: #000;
}
#popup-overlay .popup .round-bg {
    display: block;
    height: 24px;
    width: 24px;
    position: absolute;
    right: 24px;
    top: 24px;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 1024px) {
    #popup-overlay .popup .round-bg {
        right: 32px;
        top: 32px;
   }
}
#popup-overlay .popup #popup-close {
    width: 14px;
    height: 14px;
    top: 0;
    right: 0;
    position: relative;
    cursor: pointer;
}
#popup-overlay #popup-close:before {
    content: "";
    position: absolute;
    width: 100%;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
#popup-overlay #popup-close:after {
    content: "";
    position: absolute;
    width: 100%;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}
#popup-overlay .popup #popup-close:after, #popup-overlay .popup #popup-close:before {
    height: 2px;
}
#popup-overlay #popup-container {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    max-width: 628px;
}
#popup-overlay .popup {
    overflow: hidden;
    text-align: center;
    background: #032E3D;
    margin: 0 24px;
    z-index: 2;
    position: relative;
    padding: 64px 24px;
}
@media (min-width: 1024px) {
    #popup-overlay .popup {
        padding: 72px 120px;
        width: 85%;
        margin: 0;
   }
}
#popup-overlay .popup:before {
    content: "";
    border: 2px solid #fff;
    top: 10px;
    left: 10px;
    right: 10px;
    display: block;
    bottom: 10px;
    position: absolute;
    z-index: 0;
}
#popup-overlay .popup .content-wrap {
    position: relative;
}
#popup-overlay .popup .popup-title {
    font-family: "Montserrat", Helvetica, Arial, Verdana, sans-serif ;
    font-size: 28px;
    line-height: 42px;
    font-weight: 600;
    color: #fff;
}
@media (min-width: 1024px) {
    #popup-overlay .popup .popup-title {
        font-size: 31px;
        line-height: 48px;
   }
}
#popup-overlay .popup p {
    font-family: "Montserrat", Helvetica, Arial, Verdana, sans-serif ;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 20px;
    color: #fff;
}
@media (min-width: 1024px) {
    #popup-overlay .popup p {
        font-size: 18px;
        line-height: 28px;
   }
}
#popup-overlay .popup .btn {
    background: #FAEDDB;
    color: #032E3D;
    display: inline-block;
    border: 1px solid transparent;
    font-family: "Montserrat", Helvetica, Arial, Verdana, sans-serif;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 3px;
    text-transform: uppercase;
}
html.system #popup-overlay .popup .btn:hover {
    background-color: #fff;
    border-color: #000;
    color: #000;
}
#popup-overlay .popup .special_disclaimer {
    font-size: 0.85em;
    padding-top: 20px;
    padding-bottom: 0px;
    font-family: "Montserrat", Helvetica, Arial, Verdana, sans-serif;
}
.popups.popup-hidden {
    opacity: 0;
    visibility: hidden;
}
.has-dollar-icon:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    margin-top: -3px;
    margin-right: 8px;
    background: url('../images/icons/dollar.svg') no-repeat center center / 100% auto;
}

.specials-bar {
    background: #032E3D;
    padding: 9px 20px;
}
.specials-bar  p 
{
    color: #fff;
    margin-bottom: 0px;
    text-align: center;
    font-family: "Montserrat", Helvetica, Arial, Verdana, sans-serif;
    font-size: 16px;
    padding: 0px 35px;
}
.specials-bar  p span 
{
    font-size: 13px;
}
.specials-bar .specials-close-wrap	 {
    height: 24px;
    width: 24px;
    position: absolute;
    right: 24px;
    top: 10px;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.specials-bar #specials-close {
    width: 14px;
    height: 14px;
    top: 0;
    right: 0;
    position: relative;
    cursor: pointer;
}
.specials-bar #specials-close:before {
    content: "";
    position: absolute;
    width: 100%;
    background: #fff;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.specials-bar  #specials-close:after {
    content: "";
    position: absolute;
    width: 100%;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    height: 2px;
}
.specials-hidden
{
   max-height: 0px;
   transition: all 0.3s;
   padding: 0px;

}
.specials-hidden p, .specials-hidden p span, .specials-hidden #specials-close
{
    font-size: 0px;
opacity: 0;
visibility: hidden;}

.cc-btn, .cc-link {
    font-weight: normal !important;
    
}
.cmp-revoke-consent 
{

    font: normal 14px / 20px "Montserrat", Helvetica, Arial, Verdana, sans-serif;
}

.cmp-body.cmp-multi-level .cmp-list-tile-content p, .cmp-body.cmp-multi-level .cmp-list-tile-content p a 
{

font-weight:normal;
}

.cmp-body.cmp-multi-level .cmp-decline-text, .cmp-body.cmp-multi-level .cmp-tabs__gpc-message 
{

font-weight:normal;
}

.cmp-body.cmp-multi-level .cmp-details-view .cmp-details-header>p, .cmp-body.cmp-multi-level .cmp-details-view .cmp-details-header>p a 
{

font-weight:normal;
}

.cmp-tabs__desc, .cmp-first-party-cookie>p, .cmp-third-party-cookie>p 
{

font-weight:normal;
}
