/**
* 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
*/

/************************* brand ******************/
.tvcmscompanyprofile {
    position: relative;
    margin-bottom: 100px;
    padding: 37px 0;
    background-color: #040b15;
}
.tvcmscompanyprofile-countdown-wrapper{
    text-align: center;
}
.tvcmscompanyprofile-numbers {
    color: #FFF;
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.02em;
    margin-bottom: 16px;
}
.tvcmscompanyprofile-title {
    color: #FFF;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.1786;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}
.tvcmscompanyprofile-wrapper-info {
    position: relative;
    padding-block: 20px;
}
.tvcmscompanyprofile-wrapper-info:not(:last-child):after{
    content: "";
    height: 103px;
    width: 1px;
    background: rgba(255, 255, 255, 1);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;

}
@media (max-width:1280px){
    .tvcmscompanyprofile-numbers{
        font-size: calc(35px + (60 - 35) * ((100vw - 280px) / (1600 - 280)));
    }
    .tvcmscompanyprofile-title{
        font-size: calc(18px + (28 - 18) * ((100vw - 280px) / (1600 - 280)));
    }
}
@media (max-width: 991px) {
    .tvcmscompanyprofile {
        margin-bottom: 50px;
    }
}
@media (max-width: 575px) {
    .tvcmscompanyprofile {
        padding-block: 25px;
    }
}