@font-face {
    font-family: 'NohemiExtBd';
    src: url('../fonts/Nohemi-ExtraBold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Nohemi-ExtraBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Nohemi-ExtraBold.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Nohemi-ExtraBold.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/Nohemi-ExtraBold.ttf') format('truetype'); /* Safari, Android, iOS */
             font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/inter-v20-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/inter-v20-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html, body {
    font-family: 'Inter';
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .ce_revolutionslider_text.bold, .font_headline {
	font-family: 'NohemiExtBd';
    text-transform: uppercase;
}

.ce_text h2,
.ce_text h3 {
    margin-top: 1.75rem;
    margin-bottom: .75rem;
}

.ce_text h4 {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

strong {
    font-weight: 900;
}

blockquote {
    margin: 2.5rem 0;
}

.hyperlink_txt {
    text-transform: uppercase;
    font-weight: 400 !important;
}

:root {
    --contentBoxedWidth: 1920px;
}

p.back {
    margin-top: 2rem;
}

.rs-fullvideo-cover {
	background: linear-gradient(to right,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0) 100%);
}

.ce_revolutionslider .slotholder::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
    pointer-events: none;
}

.ce_revolutionslider_text span {
	font-weight: bold;
	color: var(--accentColor);
}

.ce_revolutionslider_hyperlink.btn-radius-100 {
	border-radius: 100px;
}

.logo-container {
    float: left;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.logo-typo a {
    font-family: 'NohemiExtBd';
    color: #fff;
    font-size: clamp(1rem, 2.5vw, 3rem);
    padding-left: 1rem;
}

.header.original .mainmenu ul ul {
	top: 140px;
}

.header.cloned {
    background-color: rgba(51,51,51,.9);
    backdrop-filter: blur(10px);
}

.mainmenu ul li a {
    font-size: clamp(0.7rem, 0.62rem + 0.4vw, 1rem);
    text-transform: uppercase;
}

.ce_highlighted_text.isInViewport span {
    padding: 9px 3px 0 3px;
}

.mod_newslist_v4 {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
    padding: 0 5px;
}

.mod_newslist_v4 .item {
    display: flex !important;
    flex-direction: column !important;
    float: none !important;
}

.mod_newslist_v4 .item > div {
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important; 
}

.mod_newslist_v4 .item > div > a {
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
}

.newslist-v4 .image_container {
    overflow: hidden;
}

.newslist-v4 .image_container img {
    transition: transform 0.2s ease-in-out;
}

.newslist-v4:hover .image_container img {
    transform: scale(1.08) rotate(-2deg);
}

.mod_newslist_v4 .item .content,
.mod_newslist_v4 .item .news-item-flex {
    flex: 1 1 auto !important;
}

.mod_newslist_v4 .item .content {
    display: flex;
    flex-direction: column;
}

.mod_newslist_v4 .item .content .ce_fancylink {
    margin-top: auto;
}

/* Horizontal News Item Styles */

.newslist-v4-home-inside.horizontal-layout {
    background-color: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 12px;
    padding: 12px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    height: 100%;
}

.newslist-v4-home-inside.horizontal-layout a {
    display: block;
    text-decoration: none;
    color: #ffffff;
}

.newslist-v4-home-inside .news-item-flex {
    display: flex;
    align-items: center;
    gap: 15px;
}

.newslist-v4-home-inside.horizontal-layout .image_container {
    flex: 0 0 auto;
    width: 25%;
    max-width: 100px;
    min-width: 50px;
    aspect-ratio: 1 / 1 !important;
    margin: 0 !important;
    height: auto !important;
    overflow: hidden;
    background: transparent;
    border-radius: 8px;
    transform: translateZ(0); /* <-- Safari-Fix */
}

.newslist-v4-home-inside.horizontal-layout .image_container img {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: cover !important;
    display: block;
    transition: transform 0.2s ease-in-out;
}

.newslist-v4-home-inside .headline_container {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 0;
}

.newslist-v4-home-inside .date-v4 {
    font-size: .7rem;
    line-height: 1.3;
    color: var(--accentColor);
    text-transform: uppercase;
}

.newslist-v4-home-inside .headline_container .h6 {
    color: #ffffff;
    font-family: Roboto;
    font-weight: normal;
    font-size: .8rem;
    line-height: 1.3;
    margin-bottom: 0;
}

.newslist-v4-home-inside.horizontal-layout:hover {
    background-color: rgba(255,255,255,.13);
    border-color: rgba(255,255,255,.25);
}

.newslist-v4-home-inside.horizontal-layout:hover .image_container img {
    transform: scale(1.08) rotate(-2deg);
}

/* Horizontal News Item Styles END */

.newsreader .info {
    font-size: inherit;
    padding: 0;
    background: transparent;
    margin-bottom: 15px;
}

.newsreader .date:before {
    content: '';
    margin-right: 0;
}

.ce_table.table-clean th {
    border-bottom: 2px solid var(--accentColor);
}

.ce_table .table-clean td,
.ce_table.table-clean td,
.ce_table .table-clean th,
.ce_table.table-clean th {
    padding: 15px 0;
}

.ce_downloads li {
    padding: 0;
}

.ce_downloads a {
    color: #fff;
    padding: 5px 10px 5px 0;
    display: block;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.ce_downloads a:hover {
    padding: 5px 10px 5px 10px;
    background-color: var(--accentColor);
}

.ce_downloads a span.size {
    color: var(--accentColor);
}

.ce_downloads a:hover span.size {
    color: #fff;
}

.ce_downloads a::before {
    content: '\f019';
    font-family: 'FontAwesome';
    margin-right: 10px;
}

.ce_teambox_simple .image_container {
    margin-bottom: 0;
    display: block;
}

.ce_teambox_simple .text_wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    z-index: 5;
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 70%, transparent 100%);
    color: #ffffff;
    pointer-events: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.ce_teambox_simple:hover .text_wrap {
    padding: 1.5rem;
}

.ce_teambox_simple .text_wrap a,
.ce_teambox_simple .text_wrap .name {
    pointer-events: auto;
}

.ce_teambox_simple .text_wrap .name {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 0;
}

.ce_teambox_simple .text_wrap .description p {
    font-size: .9rem;
    line-height: 1.6;
    margin: 0;
}

.ce_teambox_simple .text_wrap .description p a {
    text-decoration: none;
}

form.style5 label {
    color: #fff;
}

form.style5 input, form.style5 select, form.style5 textarea {
    background: rgba(255,255,255,.1);
    border-color: rgba(255,255,255,.5);
    color: #fff;
}

form.style5 input::placeholder, form.style5 textarea::placeholder {
    color: #fff !important;
}

form.style5 select {
    padding: 18px;
}

form.style5 .widget-textarea {
    margin-bottom: 5px;
}

form.style5 .widget-explanation p {
    color: #fff;
}

.form-confirmation p {
    color: #fff;
}

.mod_subscribe .formbody {
    flex-direction: column;
}

.mod_subscribe label {
    color: #fff;
}

.mod_subscribe input.text {
    max-width: none;
}

.mod_subscribe p.confirm {
    color: var(--accentColor);
}

#bottom .inside .right {
    display: flex;
    gap: .5rem;
}

#bottom .mod_socials a {
    margin-left: 0 !important;
}

#bottom .mod_socials a:hover {
    border: none;
}

#bottom .mod_socials i {
    padding: 10px 8px;
}

.mod_socials i.fa-whatsapp:hover {
    background: #25d366 !important;
    color: #fff !important;
}

/* Consent Tool */

.mod_privacy_optin_medium .privacy_overlay {
    backdrop-filter: blur(8px);
}

.mod_privacy_optin_medium .privacy_popup {
    top: auto;
    bottom: 3rem;
    max-width: 600px;
}

.mod_privacy_optin_medium .privacy_content {
    padding: 1.5rem 1.5rem 1rem 1.5rem;
}

.mod_privacy_optin_medium .privacy_text p {
    margin-bottom: 1.5rem;
    color: #333;
}

.mod_privacy_optin_medium .privacy_buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1rem;
}

.mod_privacy_optin_medium .privacy_buttons input {
    border: 2px solid #333;
    background: transparent !important;
    color: #333;
    flex: 1 1 160px;
}

.mod_privacy_optin_medium .privacy_buttons input:hover {
    background: var(--accentColor) !important;
    border-color: var(--accentColor) !important;
    color: #fff;
}

.mod_privacy_optin_medium .privacy_buttons input.readonly {
    border-color: #cacaca !important;
}

.mod_privacy_optin_medium .privacy_buttons input.readonly:hover {
    background: #e2e2e2 !important;
}

.mod_privacy_optin_medium .reject_all_info {
    margin-top: 5px;
    text-align: center;
    font-size: 11px;
    margin-bottom: 1rem;
}

@media only screen and (max-width: 767px) {
    .mod_privacy_optin_medium .privacy_popup {
        top: 2rem;
        bottom: auto;
    }
    .mod_privacy_optin_medium .privacy_content {
        padding: 1rem 1rem 0.5rem 1rem;
    }
}

/* Consent Tool END */


@media (min-width: 768px) {
    .header.original .logo {
        width: clamp(80px, 50px + 5vw, 140px);
    }
    .header.cloned .logo-typo {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .newslist-v4-home.one_fourth {
        width: 50% !important;
        flex: 0 0 50% !important;
        min-width: 50% !important;
        margin-bottom: 1rem;
    }
    .newslist-v4-home.one_fourth:nth-child(3),
    .newslist-v4-home.one_fourth:nth-child(4) {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .ce_form .column[class*="col_"]:not([class*="_m"]) {
        margin-bottom: 0;
    }
    #mmenu nav.mobile_vertical ul > li > ul {
        margin-top: .5rem;
    }
    #mmenu .mod_navigation li a.submenu:after {
        margin-top: 4px;
    }
    .newslist-v4-home {
      padding-left: 0;
      padding-right: 0;
    }
    .newslist-v4-home.one_fourth {
        margin-bottom: 1rem !important;
    }
    .newslist-v4-home.one_fourth:last-child {
        margin-bottom: 0 !important;
    }
}
