h2.ccm-intro-offer {
    background-color: #045741;
    color: white !important;
    display: block;
    padding: 1rem;
}

h2.ccm-intro-offer,
h2.ccm-intro-welcome {
    font-weight: 700 !important;
}

h2.ccm-intro-welcome {
    color: var(--dark);
}

h2.ccm-intro-welcome+p {
    font-weight: 400;
}

.ccm-bg {
    background-color: #e3f0bf !important;
}

.ccm-bg * {
    color: #2d2d2d !important;
}

.ccm-purple {
    font-size: 2rem !important;
    color: #B70E8B !important;
    font-weight: 700 !important;
    font-style: italic !important;
}

.ccm-purple2 {
    font-size: 2rem !important;
    color: #B70E8B !important;
    font-weight: 700 !important;
}

.ccm-purple3 {
    font-size: 1.5rem !important;
    color: #B70E8B !important;
    font-weight: 700 !important;
}

.ccm-logo {
    max-width: 400px !important;
    width: 100%;
    height: auto;
}


.ccm-logo-m {
    max-width: 260px !important;
    width: 100%;
    height: auto;
}

/* main.xp-container.pt-0.pb-300 {
    margin-bottom: 350px;
} */

sup.tm {
    font-size: small;
    position: relative;
    top: -.75rem;
}

.ccmmm {
    font-weight: 700;
}

.ccmsm {
    font-size: 15px;
}

.modal-dialog.modal-ccm-fullscreen {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    max-width: none;
}

.modal-dialog.modal-ccm-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
    display: flex;
    flex-direction: column;
}

.modal-dialog.modal-ccm-fullscreen .modal-body {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.modal-dialog.modal-ccm-fullscreen .modal-body iframe {
    width: 100%;
    height: 100%;
    flex: 1;
}

.modal-dialog.modal-ccm-fullscreen .modal-footer {
    flex-shrink: 0;
}
.aon-fixed {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

/* for mobile */

@media (max-width: 768px) {
    .margin-box-fixer {
        margin-bottom: 230px !important;
    }
    
}


.margin-box-fixer {
    margin-bottom: 175px;
}


.footer-sup {
    text-align: justify;
    line-height: 1rem;
    font-style: italic;
}

