/**
* 2007-2025 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2025 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
.tvcmstwoofferbanners-one .tvofferbanner-two-inner {
    position: relative;
    text-align: center;
}
.tvcmstwoofferbanners-one .tvbanner-hover-wrapper img {
    border: none;
    border-radius: 0;
}
.tvofferbanner-two-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
}
.tvtwoofferbanner-content {
    z-index: 1;
    max-width: 56%;
}
/*Left Align*/
.tvtwoofferbanner-content.left {
    position: absolute;
    width: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    /*-webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);*/
    left: 6%;
    text-align: left;
}
.tvtwoofferbanner-content.top-left {
    top: 10%;
    left: 6%;
    position: absolute;
    width: auto;
    text-align: left;
}
.tvtwoofferbanner-content.bottom-left {
    bottom: 5%;
    left: 6%;
    position: absolute;
    width: auto;
    text-align: left;
}
/*Right Align*/
.tvtwoofferbanner-content.right {
    position: absolute;
    width: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    /*webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);*/
    right: 4%;
    text-align: center;
}
.tvtwoofferbanner-content.top-right {
    position: absolute;
    width: auto;
    top: 10%;
    right: 4%;
    text-align: center;
}
.tvtwoofferbanner-content.bottom-right {
    position: absolute;
    width: auto;
    bottom: 10%;
    right: 4%;
    text-align: center;
}
/*Center Align*/
.tvtwoofferbanner-content.center {
    position: absolute;
    width: auto;
    max-width: 68%;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    /*-webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);*/
    right: 0;
    left: 0;
    text-align: center;
}
.tvtwoofferbanner-content.top-center {
    position: absolute;
    /*width: auto;*/
    max-width: 80%;
    top: 10%;
    right: 0;
    left: 0;
    text-align: center;
}
.tvtwoofferbanner-content.bottom-center {
    position: absolute;
    /*width: auto;*/
    max-width: 80%;
    bottom: 10%;
    right: 0;
    left: 0;
    text-align: center;
}
.tvtwoofferbanner-content.none {
    display: none;
}
.tvcmstwoofferbanners-one .tvbanner-hover-wrapper {
    display: inline-block;
    position: relative;
}
.tvtwoofferbanner-content.none {
    display: none;
}
.tvtwoofferbanner-content h6 {
    margin-bottom: 20px;
    color: #FFF;
    font-size: 23px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.049em;
    text-transform: capitalize;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    position: relative;
}
.tvtwoofferbanner-content h6:before,
.tvtwoofferbanner-content h6:after {
    content: '';
    position: absolute;
    top: auto;
    bottom: -3px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #fff;
    display: inline-block;
    left: 0;
}
.tvtwoofferbanner-content h6:after {
    right: 0;
    left: auto;
}
.tvtwoofferbanner-content h4 {
    color: #FFF;
    font-size: 53px;
    font-weight: 700;
    line-height: 1.11321;
    letter-spacing: 0.049em;
    text-transform: capitalize;
    margin-bottom: 44px;
}
.tvtwoofferbanner-content .tvall-inner-btn {
    padding: 18px 33px;
}
.tvtwoofferbanner-content .tvall-inner-btn span {
    font-size: 17px;
    line-height: 1.05882;
}
.tvofferbanner-two-inner.tvbanner1 .tvtwoofferbanner-content {
    transform: translateY(26%);
}
.tvofferbanner-two-inner.tvbanner2 .tvtwoofferbanner-content h4,
.tvofferbanner-two-inner.tvbanner2 .tvtwoofferbanner-content h6 {
    color: #000;
    border-color: #000;
}
.tvofferbanner-two-inner.tvbanner2 .tvtwoofferbanner-content h6:before,
.tvofferbanner-two-inner.tvbanner2 .tvtwoofferbanner-content h6:after {
    background-color: #000;
}
.tvofferbanner-two-inner.tvbanner2 .tvtwoofferbanner-content .tvall-inner-btn {
    background: linear-gradient(264deg, #2B85FC -10.14%, #5EA7FC 117.98%);
}
.tvofferbanner-two-inner.tvbanner2 .tvtwoofferbanner-content .tvall-inner-btn span {
    color: #fff;
}
@media (max-width: 1630px) and (min-width:768px) {
    .tvtwoofferbanner-content h6 {
        font-size: calc(12px + (18 - 12) * ((100vw - 768px) / (1630 - 768)));
        margin-bottom: calc(10px + (17 - 10) * ((100vw - 768px) / (1630 - 768)));
    }
    .tvtwoofferbanner-content h4 {
        font-size: calc(22px + (53 - 22) * ((100vw - 768px) / (1630 - 768)));
        margin-bottom: calc(8px + (30 - 8) * ((100vw - 768px) / (1630 - 768)));
    }
    .tvtwoofferbanner-content .tvall-inner-btn span {
        font-size: calc(9px + (17 - 9) * ((100vw - 768px) / (1920 - 768)));
    }
    .tvtwoofferbanner-content .tvall-inner-btn {
        padding-inline: calc(14px + (33 - 14) * ((100vw - 768px) / (1920 - 768)));
        padding-block: calc(7px + (18 - 7) * ((100vw - 768px) / (1920 - 768)));
        line-height: 0.5;
    }
}
@media(max-width:991px) {
    .tvcmstwoofferbanners-one {
        margin-bottom: 30px;
    }
    .tvtwoofferbanner-content.right,
    .tvtwoofferbanner-content.top-right,
    .tvtwoofferbanner-content.bottom-right {
        right: 5%;
    }
    .tvtwoofferbanner-content.left,
    .tvtwoofferbanner-content.top-left,
    .tvtwoofferbanner-content.bottom-left {
        left: 5%;
    }
}
@media(max-width: 767px) {
    .tvofferbanner-two-inner.tvbanner1 {
        margin-bottom: 15px;
    }
    .tvcmstwoofferbanners-one .tvbanner-hover-wrapper {
        display: block;
    }
    .tvtwoofferbanner-content h6 {
        font-size: calc(10px + (18 - 10) * ((100vw - 280px) / (767 - 280)));
        margin-bottom: calc(6px + (17 - 6) * ((100vw - 280px) / (767 - 280)));
    }
    .tvtwoofferbanner-content h4 {
        font-size: calc(15px + (53 - 15) * ((100vw - 280px) / (767 - 280)));
        margin-bottom: calc(5px + (30 - 5) * ((100vw - 280px) / (767 - 280)));
    }
    .tvtwoofferbanner-content .tvall-inner-btn span {
        font-size: calc(8px + (17 - 8) * ((100vw - 280px) / (767 - 280)));
    }
    .tvtwoofferbanner-content .tvall-inner-btn {
        padding-inline: calc(12px + (33 - 12) * ((100vw - 280px) / (767 - 280)));
        padding-block: calc(5px + (18 - 5) * ((100vw - 280px) / (767 - 280)));
        line-height: 0.5;
    }
}
@media(max-width: 575px) {
    .tvcmstwoofferbanners-one .tvbanner1 .tvofferbanner-two-inner {
        margin-bottom: 15px;
    }
}