@font-face {
    font-family: 'Arial';
    src: url('../font/ArialMT.eot');
    src: url('../font/ArialMT.eot?#iefix') format('embedded-opentype'),
        url('../font/ArialMT.woff2') format('woff2'),
        url('../font/ArialMT.woff') format('woff'),
        url('../font/ArialMT.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Arial';
    src: url('../font/Arial-BoldMT.eot');
    src: url('../font/Arial-BoldMT.eot?#iefix') format('embedded-opentype'),
        url('../font/Arial-BoldMT.woff2') format('woff2'),
        url('../font/Arial-BoldMT.woff') format('woff'),
        url('../font/Arial-BoldMT.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: 'Arial';
    font-size: 16px;
    color: #333;
    background-color: #ffffff;
    padding: 0;
    margin: 0;
}

*,
::after,
::before {
    box-sizing: border-box;
    text-decoration: none
}

.custom-wapper {
    max-width: 940px;
    max-height: 307px;
    height: 307px;
    margin: 0 auto;
    background-color: #fff;
}

.row {
    display: flex;
    flex-flow: column;
    height: 100%;
    gap: 8px;
}

.banner-header {
    border: 6px solid #FEC802;
    background-color: #034732;
    color: #fff;
    width: 100%;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.banner-header h2 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 !important;
    font-weight: 500;
    padding: 8px 0;
}

.banner-header h2 strong {
    font-weight: bold;
}

.banner-sub-header {
    width: 100%;
    text-align: center;
    background: linear-gradient(360deg, #29742F 0%, #01452C 55.5%, #043E29 100%);
    padding: 8px 0;
    margin-bottom: 0;
}

.banner-sub-header h4 {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    margin: 0;
}

.banner-body {
    display: flex;
    align-items: center;
    flex-flow: row;
    gap: 10px;
    width: 100%;
    height: 100%;
}

.left-side {
    max-width: 38%;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, #29742F 0%, #01452C 55.5%, #043E29 100%);
    border: 6px solid #FEC802;
    padding: 5px;
    color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.right-side {
    max-width: 62%;
    width: 100%;
    height: 100%;
    background-color: #FEC802;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 6px;
}

.flex {
    display: flex;
}

.flex-col {
    flex-flow: column;
}

.m-0 {
    margin: 0;
}

.content-with-play-btn {
    display: flex;
    flex-flow: row wrap;
    padding: 5px 10px 0 15px;

}

.content-with-play-btn ul {
    max-width: 80%;
    width: 100%;
    list-style-type: disc;
    padding: 0;
    font-size: 14px;
    margin: 0;
}

.content-with-play-btn ul li {
    margin-bottom: 3px;
}

.play-button {
    max-width: 20%;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2px;
}

.banner-body .left-side h3 {
    font-size: 24px;
    color: #FFC708;
    margin: 0;
    padding-top: 10px;
}

.banner-body .left-side .contact-into {
    padding: 0 5px;
}

.banner-body .left-side .contact-into p {
    margin-top: 4px;
}

.banner-body .left-side .contact-into p a {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
}

.right-side .right-side-top,
.right-side .right-side-bottom {
    background: linear-gradient(360deg, #29742F 0%, #01452C 55.5%, #043E29 100%);
    color: #fff;
    max-height: 50%;
    height: 100%;
    display: flex;
    flex-flow: row;
}

.right-side .right-side-top {
    border-bottom: 4px solid #0347;
    align-items: center;
    padding: 10px 20px;
}

.right-side .right-side-top .brand-info-box {
    padding-left: 10px;
}

.right-side .right-side-top .brand-info-box .content-with-play-btn,
.right-side .right-side-top .brand-info-box .content-with-play-btn .content-with-play-btn ul {
    width: 100%;
    max-width: 100%;
}

.right-side .right-side-top .brand-info-box .content-with-play-btn {
    padding-top: 0;
}

.right-side .right-side-top .brand-info-box .content-with-play-btn .content-with-play-btn ul {
    font-size: 13px;
    padding-top: 3px;
    ;
}

.right-side .right-side-bottom {
    gap: 6px;
    padding-top: 6px;
    background: transparent;
}

.right-side .right-side-bottom .wm-info {
    background: #034732;
    height: 100%;
    flex: 1;
    display: flex;
    flex-flow: column;
}

.right-side .right-side-bottom .wm-info .header-box {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.right-side .right-side-bottom .wm-info .header-box p {
    margin: 0;
    font-size: 18px;
    color: #B7E314;
}

.right-side .right-side-bottom .wm-info .header-box svg {
    margin-left: 10px;
    max-width: 20px;
    max-height: 20px;
}

.right-side .right-side-bottom .wm-info:nth-child(2) {
    flex-grow: 1.4 !important;
}

.right-side .right-side-bottom .wm-info:last-child {
    flex-grow: 1.4 !important;
}

.right-side .right-side-bottom .wm-info .body-box {
    display: flex;
    flex-flow: column;
    justify-content: center;
    background: linear-gradient(180deg, #3E8A30 0%, #3D892E 36.54%, #6CAF0A 100%);
    height: 100%;
    padding: 0 5px;
}

.right-side .right-side-bottom .wm-info:last-child .header-box p {
    color: #FEC802;
}

.right-side .right-side-bottom .wm-info:last-child .header-box p a {
    color: #fff;
}

.right-side .right-side-bottom .wm-info .body-box {
    display: flex;
    flex-flow: column;

}

.right-side .right-side-bottom .wm-info .body-box p,
.right-side .right-side-bottom .wm-info .body-box p a {
    margin: 0;
    padding-top: 0px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    font-size: 15px;
}