main {
    transition: all 0.5s ease !important;
}
.transitionBannerPadding {
    padding-top: 137px !important;
}
.transition-modal-overlay {
    background-color: rgba(0, 0, 0, 0.25);
    display: flex;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    z-index: 9999;
    transition: opacity 0.5s ease;
}

.transitionOpen {
    opacity: 1 !important;
}

.transition-modal-container {
    position: absolute;
    width: 520px;
    height: 520px;
    /* left: 460px; */
    top: 243px;
    box-sizing: border-box;
    background: #ffffff;
    box-shadow: 2px 4px 15px rgba(0, 44, 119, 0.25);
    border-left: 10px solid #0C7AAA;
    padding: 20px 35px;
}

hr {
    border: none;
    border-top: 1px solid #D4D7DB;
    margin: 12px 0 53px 0;
}
.transition-modal-container img { 
    display: block;
    max-width: 261px;
    margin: 0 auto;
}

.transition-close-button {
    font-family: 'brink-icons';
    position: absolute;
    top: 12px;
    right: 30px;
    background: transparent;
    border: none;
    color: #2D3F4E;
    font-size: 42px;
    padding: 0;
}

.transition-close-button:hover {
    background-color: transparent;
    border: none;
    box-shadow: #2D3F4E;
}

.transition-header {
    font-family: jaf-facitweb,Helvetica,Arial;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.03em;
    color: #2D3F4E;
    margin-bottom: 25px;
}
.transition-header a {
    color: #2D3F4E;
}

.transition-body {
    font-family: ff-tisa-web-pro,Georgia,Times;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #636363;
}
.transition-body a {
    color: #636363;
}

@media screen and (max-width:536px) {
    .transition-modal-container {
        width: 95%;
        height: 520px;
        /* left: 460px; */
        top: 80px;
        padding: 20px 28px;
    }
    hr {
        margin: 12px 0 24px 0;
    }
    .transition-header {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .transition-body {
        font-size: 18px;
    }
    .transition-close-button {
        top: 5px;
        right: 10px;
    }
}

.transitionBanner {
    width: 100%;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0C7AAA;
    text-align: center;
    opacity: 0;
    transition: all 0.5s ease;
}
.transitionBanner p,
.transitionBanner a {
    padding: 0;
    margin: 0;
    max-width: 90%;
    font-family: ff-tisa-web-pro,Georgia,Times;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}
.transitionBanner a:hover {
    color: #ffffff;
}


.transitionReadHere {
    font-weight: 400;
}

.transitionBannerCloseButton {
    font-family: 'brink-icons';
    position: absolute;
    top: 95px;
    right: 22px;
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 32px;
    padding: 0;
}

.transitionBannerCloseButton:hover {
    background-color: transparent;
    border: none;
    box-shadow: #2D3F4E;
}
@media screen and (max-width:1024px) {
    .transitionBannerPadding {
        padding-top: 137px !important;
    }
}

@media screen and (max-width:768px) {
    .transitionBannerPadding {
        padding-top: 148px !important;
    }
    .transitionBanner {
        padding: 16px;
        height: auto;
        text-align: left;
        justify-content: flex-start;
    }
    .transitionBanner p,
    .transitionBanner a {
        font-size: 15px;
    }
}
@media screen and (max-width:514px) {
    .transitionBannerPadding {
        padding-top: 166px !important;
    }
}

@media screen and (max-width:500px) {
    .transitionReadHere {
        display: block;
    }
}
@media screen and (max-width:440px) {
    .transitionBannerPadding {
        padding-top: 192px !important;
    }
}
@media screen and (max-width:350px) {
    .transitionBannerPadding {
        padding-top: 224px !important;
    }
}