/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
.mc4wp-alert {color: #fff!important;}
/* Add your custom styles here */
.header-menu .menu-item a { transition: .3s; }
.header-menu .elementor-button-wrapper { margin-left: 30px; }
.header-menu .elementor-button-wrapper.current-menu-item .elementor-button { 
    color: #fff !important;
    transition: .3s;
}
.header-menu .elementor-button-wrapper .elementor-button:hover { background-color: #e50914de !important; }
.subscribe-form .subscribe-form-box { 
    border: 1.33px solid #DDDCDD;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
}
.subscribe-form .subscribe-form-box input[type=email] {
    font-family: "modern-era", Sans-serif;
    background: transparent;
    line-height: 21.33px;
    padding: 21.33px;
    border-radius: 0;
    font-size: 16px;
    height: 62px;
    color: #fff;
    border: 0;
}
.subscribe-form .subscribe-form-box input[type=email]:focus-visible { outline: unset; }
.subscribe-form .subscribe-form-box input::placeholder { color: #fff; }
.subscribe-form .subscribe-form-box input[type=submit] {
    font-family: "modern-era", Sans-serif;
    line-height: 21.33px;
    padding: 10px 32.5px;
    background: #E50914;
    border-radius: 0;
    font-size: 16px;
    transition: .3s;
    height: 62px;
    color: #fff;
    border: 0;
}
.subscribe-form .subscribe-form-box input[type=submit]:hover { background: #E50914e4; }
.yellow-title span {
    display: inline-block;
    border-radius: 12px;
    background: #F4E409;
    padding: 4px 11px;
    color: #000;
}
.home-social-content .elementor-widget-container {
    justify-content: center;
    border-radius: 15px;
    align-items: center;
    min-height: 116px;
    padding: 10px 5px;
    background: #fff;
    display: flex;
}
.home-insights-content {
    justify-content: space-between;
    display: flex;
    gap: 15px;
}
.home-insights-content .home-insight-box {
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.5);
    border-radius: 6.4px;
    max-width: 516.8px;
}
.home-insights-content .home-insight-box img.insight-img {
    object-fit: cover;
    height: 290px;
    width: 100%;
}
.home-insights-content .home-insight-box .insight-content {
    flex-direction: column;
    padding: 21px 32px;
    max-width: 440px;
    display: flex;
    gap: 26px;
}
.home-insights-content .home-insight-box .insight-content .card-title {
    font-family: "modern-era", Sans-serif;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    line-height: 22px;
    overflow: hidden;
    font-weight: 700;
    font-size: 18px;
    color: #F4E409;
    margin: 0;
}
.home-insights-content .home-insight-box .insight-content .card-description {
    font-family: "modern-era", Sans-serif;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    line-height: 19.5px;
    font-weight: 400;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
    margin: 0;
}
.home-insights-content .home-insight-box .insight-content .read-more-btn {
    font-family: "modern-era", Sans-serif;
    padding: 10.25px 27.5px;
    border-radius: 5.12px;
    background: #F4E409;
    width: fit-content;
    line-height: 17px;
    font-weight: 400;
    font-size: 14px;
    transition: .3s;
    color: #000;
}
.home-insights-content .home-insight-box .insight-content .read-more-btn:hover { background: #F4E409e4; }
.home-insights-content .home-insight-box .insight-content .icon-box {
    align-items: center;
    display: flex;
    gap: 12px;
}
.home-insights-content .home-insight-box .insight-content .icon-box a {
    font-family: "modern-era", Sans-serif;
    justify-content: center;
    text-decoration: unset;
    align-items: center;
    border-radius: 5px;
    background: #fff;
    display: flex;
    height: 34px;
    width: 34px;
}
.home-insights-content .home-insight-box .insight-content .icon-box img,
.home-insights-content .home-insight-box .insight-content .icon-box svg { width: 17px; }
.filtration-contnet {
    flex-direction: column;
    margin-bottom: 84px;
    align-items: center;
    display: flex;
    gap: 36px;
}
.filtration-contnet .categories-box {
    justify-content: center;
    flex-wrap: wrap;
    max-width: 100%;
    display: flex;
    width: 1176px;
    gap: 24px;
}
.filtration-contnet .categories-box .category-box {
    font-family: "modern-era", Sans-serif;
    padding: 21.5px 15px;
    line-height: 29.3px;
    border-radius: 9px;
    text-align: center;
    background: #fff;
    font-size: 24px;
    max-width: 100%;
    color: #131313;
    width: 216px;
    transition: .3s;
}
.no-posts { color: #fff; }
.filtration-contnet .categories-box .category-box:hover,
.filtration-contnet .categories-box .category-box.active {
    color: #fff;
    background: #d22f27;
}
.filtration-contnet form {
    max-width: 100%;
    width: 489px;
}
.filtration-contnet form label {
    position: relative;
    width: 100%;
}
.filtration-contnet form label input[type=text] {
    font-family: "modern-era", Sans-serif;
    padding: 12px 116px 12px 23px;
    background: transparent;
    border: 1px solid #fff;
    letter-spacing: .5px;
    line-height: 25.64px;
    border-radius: 10px;
    font-size: 21px;
    height: 60px;
    color: #fff;
}
.filtration-contnet form label input[type=text]:focus-visible { outline: unset; }
.filtration-contnet form label input[type=text]::placeholder { color: #fff; }
.filtration-contnet form label button {
    transform: translate(0, -50%);
    background: #E50914;
    border-radius: 8px;
    position: absolute;
    padding: 6px 0 0;
    right: 23px;
    width: 70px;
    border: 0;
    top: 50%;
}
.filtration-contnet form label button:hover { background-color: #e50914e0; }
.discover-carousel-wrapper .arrow-box { 
    justify-content: flex-end;
    margin-bottom: 22px;
    margin-right: 24px;
    display: flex;
    gap: 23px;
}
.discover-carousel-wrapper .arrow-box button { 
    padding: 0;
    border: 0;
}
.insights-carousel .insights-carousel-wrapper .insights-carousel-item:hover h3 {
	color: #E50914 !important;
}
.discover-carousel-wrapper .arrow-box button:hover,
.discover-carousel-wrapper .arrow-box button:focus { background-color: transparent; }
.discover-carousel-wrapper .arrow-box button.custom-prev svg {
    rotate: 180deg;
}
.insights-carousel .insights-carousel-wrapper .slick-arrow.custom-prev:hover svg,
.insights-carousel .insights-carousel-wrapper .slick-arrow.custom-next:hover svg,
.discover-carousel-wrapper .arrow-box button:hover svg {
	color: #fff;
    fill: #ffffff;
    border-radius: 50%;
	        transition: .3s;
}
.discover-carousel-wrapper .discover-carousel-content .carousel-item { 
    border-radius: 10px;
    overflow: hidden;
    margin: 0 24px;
}
.discover-carousel-wrapper .discover-carousel-content .carousel-item .item-image {
    object-fit: cover;
    height: 198px;
    width: 100%;
}
.discover-carousel-wrapper .discover-carousel-content .carousel-item .item-content {
    padding: 26px 43px 16px;
    background: #2F2F2F;
}
.discover-carousel-wrapper .discover-carousel-content .carousel-item .item-content h3 {
    font-family: "modern-era", Sans-serif;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    line-height: 30px;
    overflow: hidden;
    margin: 0 0 26px;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
}
.discover-carousel-wrapper .discover-carousel-content .carousel-item .item-content p {
    font-family: "modern-era", Sans-serif;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    display: -webkit-box;
    margin-bottom: 36px;
    line-height: 30px;
    max-width: 319px;
    overflow: hidden;
    font-size: 21px;
    color: #D2D2D2;
}
.discover-carousel-wrapper .discover-carousel-content .carousel-item:hover .item-content h3 {
	color: #E50914;
}
.discover-carousel-wrapper .discover-carousel-content .carousel-item:hover .item-content a,
.discover-carousel-wrapper .discover-carousel-content .carousel-item .item-content a:hover {
    gap: 16px;
}
.discover-carousel-wrapper .discover-carousel-content .carousel-item .item-content a {
    font-family: "modern-era", Sans-serif;
    align-items: center;
    line-height: 30px;
    font-size: 20px;
    color: #F4E409;
    display: flex;
    gap: 8px;
	transition: .3s;
}
div.video-slider.slick-dotted { 
    margin-bottom: 0;
    height: 720px;
}
.video-slider .slick-track:before,
.video-slider .slick-track:after { display: none; }
.video-slider .slick-track .slick-slide { position: relative; }
.video-slider .slick-track .slick-slide video {
    object-fit: cover;
    height: 720px;
    width: 100%;
}
.video-slider .slick-track .slick-slide .slide-content {
    position: absolute;
    bottom: 94px;
    left: 64px;
}
.video-slider .slick-track .slick-slide .slide-content h3 {
    font-family: "Helvetica", Sans-serif;
    line-height: 69px;
    max-width: 443px;
    margin: 0 0 40px;
    font-size: 48px;
	font-weight: 700;
    color: #fff;
}
.video-slider .slick-track .slick-slide .slide-content span {
    font-family: "Helvetica", Sans-serif;
    margin-bottom: 12px;
    line-height: 33px;
    font-size: 22px;
    display: block;
    color: #fff;
}
.video-slider .slick-track .slick-slide .slide-content a.slide-button {
    text-transform: capitalize;
    justify-content: center;
    padding: 24.5px 30px;
    background: #F4E409;
    border-radius: 10px;
    align-items: center;
    line-height: 36px;
    max-width: 324px;
    font-size: 24px;
    display: flex;
    color: #000;
    gap: 13px;
}
.video-slider .slick-track .slick-slide .slide-content a.slide-button{
	border: 1px solid #F4E409;
}
.video-slider .slick-track .slick-slide .slide-content a.slide-button:hover {
	transition: .3s;
	background: transparent;
	color: #F4E409;
	border: 1px solid #F4E409 !important;
	
}
.video-slider .slick-track .slick-slide .slide-content a.slide-button i { font-size: 35px; }
.video-slider .slick-dots {
    justify-content: center;
    display: flex;
    bottom: 45px;
    z-index: 1;
    gap: 19px;
}
.video-slider .slick-dots li {
    height: auto;
    width: auto;
    margin: 0;
}
.video-slider .slick-dots li button {
    border-radius: 4px;
    background: #fff;
    width: 66px;
    height: 9px;
    opacity: .6;
    padding: 0;
}
.video-slider .slick-dots li.slick-active button {
    background: #E50914;
    opacity: 1;
}
.video-slider .slick-dots li button:before { display: none; }
#contact-form,
#idea-form {
    max-width: 985.6px;
    width: 100%;
    
}
#contact-form form#forminator-module-852,
#idea-form form#forminator-module-1002 { margin-bottom: 0; }
#contact-form form#forminator-module-852 label,
#idea-form form#forminator-module-1002 label {
    font-family: "modern-era", Sans-serif;
    margin-bottom: 11.2px;
    line-height: 23.93px;
    font-size: 19.6px;
    font-weight: 400;
    color: #fff;
}
#contact-form form#forminator-module-852 label span.forminator-required,
#contact-form form#forminator-module-852 .forminator-field .forminator-description,
#idea-form form#forminator-module-1002 label span.forminator-required,
#idea-form form#forminator-module-1002 .forminator-field .forminator-description { display: none; }
#contact-form form#forminator-module-852 input,  
#contact-form form#forminator-module-852 textarea,
#idea-form form#forminator-module-1002 input,  
#idea-form form#forminator-module-1002 textarea {
    font-family: "modern-era", Sans-serif;
    border: 1.4px solid #D1D1D1;
    background: transparent;
    padding: 17.6px 24.2px;
    border-radius: 16.8px;
    line-height: 25.2px;
    font-size: 19.6px;
    color: #fff;
}
#contact-form form#forminator-module-852 input::placeholder, 
#contact-form form#forminator-module-852 textarea::placeholder,
#idea-form form#forminator-module-1002 input::placeholder, 
#idea-form form#forminator-module-1002 textarea::placeholder { color: #fff; }
#contact-form form#forminator-module-852 textarea,
#idea-form form#forminator-module-1002 textarea { min-height: 280px !important; }
#contact-form form#forminator-module-852 .forminator-row,
#idea-form form#forminator-module-1002 .forminator-row { margin-bottom: 28px; }
#contact-form form#forminator-module-852 .forminator-row.forminator-row-last,
#idea-form form#forminator-module-1002 .forminator-row.forminator-row-last { margin-bottom: 0; }
#contact-form form#forminator-module-852 .select2-selection,
#idea-form form#forminator-module-1002 .select2-selection {
    border: 1.4px solid #D1D1D1;
    background: transparent;
    padding: 17.6px 24.2px;
    border-radius: 16.8px;
}
#contact-form form#forminator-module-852 .select2-selection__rendered,
#idea-form form#forminator-module-1002 .select2-selection__rendered { padding: 0; }
#contact-form form#forminator-module-852 .select2-selection__rendered .select2-selection__placeholder,
#contact-form form#forminator-module-852 .select2-selection__rendered,
#idea-form form#forminator-module-1002 .select2-selection__rendered .select2-selection__placeholder,
#idea-form form#forminator-module-1002 .select2-selection__rendered {
    font-family: "modern-era", Sans-serif;
    line-height: 25.2px;
    font-size: 19.6px;
    color: #fff;
}
#contact-form form#forminator-module-852 .select2-selection__arrow,
#idea-form form#forminator-module-1002 .select2-selection__arrow {
    height: 23px;
    width: 23px;
}
#contact-form form#forminator-module-852 .select2-selection__arrow .forminator-icon-chevron-down:before,
#idea-form form#forminator-module-1002 .select2-selection__arrow .forminator-icon-chevron-down:before {
    font-size: 17px;
    color: #fff;
}
#contact-form form#forminator-module-852 .forminator-field,
#idea-form form#forminator-module-1002 .forminator-field { position: relative; }
#contact-form form#forminator-module-852 .forminator-field .forminator-error-message,
#idea-form form#forminator-module-1002 .forminator-field .forminator-error-message {
    transform: translate(0, 100%);
    background: transparent;
    position: absolute;
    color: #E50914;
    bottom: 0;
}
#contact-form form#forminator-module-852 .forminator-row .forminator-button-submit,
#idea-form form#forminator-module-1002 .forminator-row .forminator-button-submit {
    font-family: "modern-era", Sans-serif;
    padding: 17.3px 15px;
    border-radius: 14px;
    background: #E50914;
    line-height: 27px;
    font-weight: 700;
    font-size: 20px;
    width: 100%;
    color: #fff;
}
#contact-form form#forminator-module-852 .forminator-row .forminator-checkbox,
#idea-form form#forminator-module-1002 .forminator-row .forminator-checkbox { 
    align-items: flex-start;
    margin-bottom: -5.6px;
}
#contact-form form#forminator-module-852 .forminator-row .forminator-checkbox .forminator-checkbox-label,
#idea-form form#forminator-module-1002 .forminator-row .forminator-checkbox .forminator-checkbox-label {
    line-height: 26.3px;
    font-style: italic;
    margin-left: 8px;
    font-size: 22px;
}
#contact-form form#forminator-module-852 .forminator-row .forminator-checkbox .forminator-checkbox-box,
#idea-form form#forminator-module-1002 .forminator-row .forminator-checkbox .forminator-checkbox-box { margin-top: 2px; }
#contact-form form#forminator-module-852 .forminator-row .forminator-checkbox input:checked + .forminator-checkbox-box,
#idea-form form#forminator-module-1002 .forminator-row .forminator-checkbox input:checked + .forminator-checkbox-box { border-color: #e50b13; }
#contact-form form#forminator-module-852 .forminator-row .forminator-checkbox input:checked + .forminator-checkbox-box:before,
#idea-form form#forminator-module-1002 .forminator-row .forminator-checkbox input:checked + .forminator-checkbox-box:before { color: #e50b13; }
.select2-container .forminator-select-dropdown {
    border: 1px solid #d1d1d1 !important;
    border-radius: 14px !important;
    margin-top: 2px !important;
}
.single-container { display: flex; }
.insights-carousel .insights-carousel-box {
    padding: 141px 40px 141px 30px;
    display: inline-block;
    background: #07070C;
    margin-right: 49px;
    max-width: 100%;
    width: 627px;
}
.insights-carousel .insights-carousel-wrapper {
    display: inline-block;
    margin-right: -20px;
    max-width: 1095px;
}
.insights-carousel .insights-carousel-wrapper .slick-list { padding-bottom: 30px; }
.insights-carousel .insights-carousel-box .subtitle {
    font-family: "modern-era", Sans-serif;
    text-transform: uppercase;
    letter-spacing: 6.13px;
    margin-bottom: 12px;
    line-height: 28px;
    font-weight: 900;
    font-size: 20px;
    color: #E50914;
    display: block;
}
.insights-carousel .insights-carousel-box .title {
    font-family: "Helvetica", Sans-serif;
    line-height: 74px;
    font-weight: 700;
    margin: 0 0 49px;
    font-size: 64px;
    color: #fff;
}
.insights-carousel .insights-carousel-box .content {
    font-family: "modern-era", Sans-serif;
    margin-bottom: 67px;
    line-height: 41px;
    font-size: 24px;
    color: #95959F;
    display: block;
}
.insights-carousel .insights-carousel-box .insights-view-all {
    font-family: "modern-era", Sans-serif;
    padding: 18px 44px 15px 44px;
    background-color: #F4E409;
    line-height: 29.3px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 24px;
	        transition: .3s;
    color: #000;
	border: 1px solid #F4E409;
}
.insights-carousel .insights-carousel-box .insights-view-all:hover {
    background-color: transparent;
	color: #F4E409;
}
.insights-carousel .insights-carousel-wrapper .insights-carousel-item { 
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.5);
    border-radius: 0 0 6.4px 6.4px;
    margin: 0 20px;
}
.insights-carousel .insights-carousel-wrapper .insights-carousel-item .insight-img {
    border-radius: 6.4px 6.4px 0 0;
    object-fit: cover;
    height: 289.6px;
    width: 100%;
}
.insights-carousel .insights-carousel-wrapper .insights-carousel-item .insight-content { padding: 32.4px 24px 37.8px; }
.insights-carousel .insights-carousel-wrapper .insights-carousel-item .insight-content .card-title {
    font-family: "modern-era", Sans-serif;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    line-height: 22px;
    overflow: hidden;
    margin: 0 0 26px;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
}
.insights-carousel .insights-carousel-wrapper .insights-carousel-item .insight-content .card-description {
    font-family: "modern-era", Sans-serif;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    line-height: 19.54px;
    font-weight: 400;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
    margin: 0;
}
.insights-carousel .insights-carousel-wrapper .slick-arrow {
    position: absolute;
    padding: 0;
    z-index: 1;
    border: 0;
    top: 50%;
}
.insights-carousel .insights-carousel-wrapper .slick-arrow:focus-visible { outline: unset; }
.insights-carousel .insights-carousel-wrapper .slick-arrow:focus,
.insights-carousel .insights-carousel-wrapper .slick-arrow:hover { background: transparent; }
.insights-carousel .insights-carousel-wrapper .slick-arrow.custom-prev { transform: translate(-34px, -25%);         transition: .3s; }
.insights-carousel .insights-carousel-wrapper .slick-arrow.custom-prev svg { rotate: 180deg;         transition: .3s; }
.insights-carousel .insights-carousel-wrapper .slick-arrow.custom-next {
    transform: translate(55px, -25%);
    right: 0;
}
.single-insight .article-wrapper {
    padding: 157px 15px 165px;
    background: #141414;
}
.single-insight .article-wrapper .single-container {
    grid-template-columns: auto 261px;
    max-width: 1678px;
    display: grid;
    margin: auto;
    width: 100%;
    gap: 157px;
}
.single-insight .article-wrapper .single-container .entry-title {
    font-family: "Helvetica", Sans-serif;
    line-height: 58px;
    margin: 0 0 24px;
    font-weight: 700;
    font-size: 44px;
    color: #fff;
}
.single-insight .article-wrapper .single-container .entry-meta {
    font-family: "modern-era", Sans-serif;
    line-height: 57.6px;
    margin-bottom: 32px;
    font-weight: 400;
    font-size: 24px;
    color: #fff;
}
.single-insight .article-wrapper .single-container .entry-content .insight-img {
    border-radius: 15px;
    margin-bottom: 62px;
    width: 100%;
}
.single-insight .article-wrapper .single-container .entry-content .wp-block-group { margin-bottom: 79px; }
.single-insight .article-wrapper .single-container .entry-content .wp-block-group .wp-block-heading {
    font-family: "Helvetica", Sans-serif;
    line-height: 46px;
    font-weight: 700;
    margin: 0 0 20px;
    font-size: 34px;
    color: #fff;
}
.single-insight .article-wrapper .single-container .entry-content .wp-block-group p {
    font-family: "modern-era", Sans-serif;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: -0.015em;
    line-height: 30px;
    font-weight: 500;
    font-size: 24px;
}
.single-insight .article-wrapper .toc-sidebar { margin-top: -100px; }
.single-insight .article-wrapper .toc-sidebar #toc {
    padding-top: 100px;
    position: sticky;
    top: 0;
}
.single-insight .article-wrapper .toc-sidebar #toc h3 {
    font-family: "Helvetica", Sans-serif;
    letter-spacing: -0.015em;
    line-height: 36px;
    font-weight: 700;
    margin: 0 0 64px;
    font-size: 32px;
    color: #fff;
}
.single-insight .article-wrapper .toc-sidebar #toc h3 svg {
    display: none;
}
.single-insight .article-wrapper .toc-sidebar #toc ul {
    border-left: 2px solid #F4E409;
    padding: 22.5px 0 22.5px 48px;
    flex-direction: column;
    list-style: none;
    display: flex;
    gap: 12px;
}
.single-insight .article-wrapper .toc-sidebar #toc ul li a {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -0.015em;
    line-height: 36px;
    font-size: 20px;
    transition: .3s;
    color: #fff;
}
.single-insight .article-wrapper .toc-sidebar #toc ul li a:hover { color: #E50914; }
.addtoany_shortcode > div a:last-child { display: none; }
.single-insight .article-wrapper .content-area .article-footer {
    justify-content: space-between;
    border-top: 2px solid #F4E409;
    align-items: center;
    margin-top: 103px;
    padding-top: 36px;
    display: flex;
}
.single-insight .article-wrapper .content-area .article-footer .social-sharing-buttons {
    align-items: center;
    display: flex;
    gap: 37px;
} 
.single-insight .article-wrapper .content-area .article-footer .social-sharing-buttons span {
    font-family: "modern-era", Sans-serif;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: -0.015em;
    line-height: 30px;
    font-weight: 500;
    font-size: 24px;    
}
.single-insight .article-wrapper .content-area .article-footer .social-sharing-buttons .addtoany_shortcode .addtoany_list {
    display: flex;
    gap: 18px;
}
.single-insight .article-wrapper .content-area .article-footer .social-sharing-buttons .addtoany_shortcode .addtoany_list a { padding: 0; }
.single-insight .article-wrapper .content-area .article-footer .article-tags {
    display: flex;
    gap: 22px;
}
.single-insight .article-wrapper .content-area .article-footer .article-tags span {
    font-family: "modern-era", sans-serif;
    color: rgba(0, 0, 0, 0.5);
    letter-spacing: -0.015em;
    border-radius: 100px;
    background: #F4E409;
    padding: 3.5px 18px;
    line-height: 30px;
    font-size: 18px;
}
.single-insight .article-wrapper .content-area .related-insights-wrapper { margin-top: 213px; }
.single-insight .article-wrapper .content-area .related-insights-wrapper h2 {
    font-family: "Helvetica", Sans-serif;
    line-height: 84.5px;
    font-weight: 700;
    margin: 0 0 48px;
    font-size: 64px;
    color: #fff;
}
.single-insight .article-wrapper .content-area .related-insights-wrapper .related-insights {
    grid-template-columns: calc((100% / 3) - (80px / 3)) calc((100% / 3) - (80px / 3)) calc((100% / 3) - (80px / 3));
    display: grid;
    gap: 40px;
}
.single-insight .article-wrapper .content-area .related-insights-wrapper .related-insights .insight-img {
    margin-bottom: 20px;
    object-fit: cover;
    height: 277px;
}
.single-insight .article-wrapper .content-area .related-insights-wrapper .related-insights h4 {
    font-family: "modern-era", Sans-serif;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    line-height: 36px;
    overflow: hidden;
    font-weight: 700;
    margin: 0 0 20px;
    font-size: 27px;
    color: #fff;
}
.elementor-592 .elementor-element.elementor-element-1dc63ea .elementor-button{
	border: 1px solid #F4E409;
}
.elementor-592 .elementor-element.elementor-element-1dc63ea .elementor-button:hover {
	background-color: transparent;
	color: #F4E409;
	border-color: #F4E409;
}
.single-insight .article-wrapper .content-area .related-insights-wrapper .related-insights span {
    font-family: "modern-era", Sans-serif;
    line-height: 31px;
    font-size: 20px;
    color: #fff;
}
.episodes-archive .episodes-archive-wrapper {
    grid-template-columns: calc(100% / 3 - 80px) calc(100% / 3 - 80px) calc(100% / 3 - 80px);
    display: grid;
    gap: 120px;
}
.episodes-archive .episodes-archive-wrapper .episodes-archive-item:hover .episode-permalink {
	transition: .3s;
	gap: 16px !important;
}
.episodes-archive .episodes-archive-wrapper .episodes-archive-item:hover h3 {
	color: #E50914 !important;
}
.episodes-archive .episodes-archive-wrapper .episodes-archive-item { 
    border-radius: 6.4px;
    background: #141414;
}
.episodes-archive .episodes-archive-wrapper .episodes-archive-item .episode-image { position: relative; }
.episodes-archive .episodes-archive-wrapper .episodes-archive-item .episode-image .insight-img {
    object-fit: cover;
    height: 290px;
    width: 100%;
}
.episodes-archive .episodes-archive-wrapper .episodes-archive-item .episode-image .play-button {
    transform: translate(-50%, -50%);
    position: absolute;
    width: 64px;
    left: 50%;
    top: 50%;
}
.episodes-archive .episodes-archive-wrapper .episodes-archive-item .episode-content { padding: 24px 29px; }
.episodes-archive .episodes-archive-wrapper .episodes-archive-item .episode-content .episode-title {
    font-family: "modern-era", Sans-serif;
    line-height: 30px;
    margin: 0 0 26px;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
}
.episodes-archive .episodes-archive-wrapper .episodes-archive-item .episode-content .episode-description {
    font-family: "modern-era", Sans-serif;
    line-height: 30px;
    margin: 0 0 27px;
    font-weight: 400;
    font-size: 21px;
	text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    color: #D2D2D2;
}
.episodes-archive .episodes-archive-wrapper .episodes-archive-item .episode-content .episode-permalink {
    font-family: "modern-era", Sans-serif;
    align-items: center;
    line-height: 30px;
    font-weight: 400;
    font-size: 20px;
    color: #F4E409;
    display: flex;
    margin: 0;
    gap: 8px;
}
.faq-accordion-content {
    grid-template-columns: calc(50% - 20px) calc(50% - 20px);
    display: grid;
    gap: 40px;
}
.faq-accordion-content .faq-accordion {
    flex-direction: column;
    display: flex;
    gap: 40px;
}
.faq-accordion-content .faq-accordion .faq-item {
    height: fit-content;
    border-radius: 10px;
    background: #fff;
}
.faq-accordion-content .faq-accordion .faq-item .faq-question {
    font-family: "modern-era", Sans-serif;
    padding: 10px 37px 10px 50px;
    min-height: 131.88px;
    white-space: normal;
    align-items: center;
    border-radius: 10px;
    line-height: 36px;
    font-weight: 700;
    text-align: left;
    font-size: 24px;
    display: flex;
    color: #000;
    width: 100%;
    gap: 43.5px;
    border: 0;
}
.faq-accordion-content .faq-accordion .faq-item .faq-question .faq-icon {
    align-items: center;
    display: flex;
}
.faq-accordion-content .faq-accordion .faq-item .faq-question:hover,
.faq-accordion-content .faq-accordion .faq-item .faq-question:focus { background-color: #fff; }
.faq-accordion-content .faq-accordion .faq-item .faq-answer {
    font-family: "modern-era", Sans-serif;
    padding: 6px 111px 67px 121px;
    border-radius: 10px;
    line-height: 30px;
    font-size: 20px;
    color: #000;
}
.insights-spotlight .insights-spotlight-item {
    grid-template-columns: 57.5% calc(42.5% - 117px);
    display: grid;
    gap: 117px;
}
.insights-spotlight .insights-spotlight-item .insight-img {
    border-radius: 10px;
    width: 100%;
}
.insights-spotlight .insights-spotlight-item .item-content .item-title {
    font-family: "Helvetica", Sans-serif;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    line-height: 57.6px;
    overflow: hidden;
    font-weight: 700;
    margin: 0 0 24px;
    font-size: 44px;
    color: #fff;
}
.insights-spotlight .insights-spotlight-item .item-content p.item-date { font-size: 19.2px; }
.insights-spotlight .insights-spotlight-item .item-content p {
    font-family: "modern-era", Sans-serif;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    line-height: 31.2px;
    margin-bottom: 24px;
    overflow: hidden;
    font-size: 20px;
    color: #fff;
}
.insights-spotlight .insights-spotlight-item .item-content .spotlight-link {
    font-family: "modern-era", Sans-serif;
    padding: 19.3px 37.5px;
    line-height: 26.86px;
    background: #F4E409;
    border-radius: 10px;
    align-items: center;
    width: fit-content;
    font-weight: 700;
    transition: .3s;
    font-size: 22px;
    display: flex;
    color: #000;
    gap: 9.6px;
}
.insights-spotlight .insights-spotlight-item .item-content .spotlight-link:hover { background: #f4e409de; }
.insights-archive-content .insights-archive {
    grid-template-columns: calc(100% / 3 - 32px) calc(100% / 3 - 32px) calc(100% / 3 - 32px);
    margin-bottom: 84px;
    display: grid;
    gap: 48px;
}
.insights-archive-content .insights-archive .insights-archive-item .insight-img {
    object-fit: cover;
    height: 328px;
}
.insights-archive-content .insights-archive .insights-archive-item:hover .item-content .item-title {
	color: #E50914;
}
.insights-archive-content .insights-archive .insights-archive-item .item-content .item-title {
    font-family: "Helvetica", Sans-serif;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    margin: 0 0 22.88px;
    line-height: 42.9px;
    font-size: 31.46px;
    font-weight: 600;
    overflow: hidden;
	transition: .3s;
    color: #fff;
}
.insights-archive-content .insights-archive .insights-archive-item .item-content .item-date {
    font-family: "modern-era", Sans-serif;
    line-height: 37.18px;
    font-size: 22.88px;
    margin-bottom: 0;
    color: #fff;
}
.insights-archive-content .pagination {
    justify-content: center;
    display: flex;
    gap: 11.44px;
    margin: 0;
}
.insights-archive-content .pagination > * {
    font-family: "modern-era", Sans-serif;
    padding: 8.85px 16.49px;
    background: transparent;
    border-radius: 11.44px;
    line-height: 28.08px;
    font-weight: 700;
    transition: .3s;
    font-size: 23px;
    color: #fff;
}
.insights-archive-content .pagination span.page-numbers,
.insights-archive-content .pagination > *:hover { background: #E50914; }
.timer-container {
    padding: 40px 60px 65px 60px;
    border-radius: 17.76px;
    background: #F6F6F6;
    margin-right: 50px;
    margin-left: auto;
    max-width: 444px;
}
.timer-container .timer-title {
    font-family: "Helvetica", Sans-serif;
    text-transform: uppercase;
    line-height: 119.59px;
    margin: 0 0 39.55px;
    text-align: center;
    font-size: 104px;
    font-weight: 700;
    color: #312323;
}
.timer-container .timer-widget-wrapper .timer-value .timer {
    box-shadow: -4.67383e-14px 47.6757px 95.3515px rgba(51, 51, 51, 0.1665), inset 1.23597e-14px -12.6076px 12.6076px #D9D9D9, inset -1.23597e-14px 12.6076px 12.6076px #FFFFFF;
    background: linear-gradient(180deg, #E1E1E1 0%, #FFFFFF 100%);
    justify-content: center;
    line-height: 63.37px;
    font-family: Roboto;
    align-items: center;
    border-radius: 50%;
    font-size: 54.08px;
    margin: 0 auto 0;
    font-weight: 700;
    max-width: 100%;
    color: #F4E409;
    height: 286px;
    display: flex;
    width: 286px;
}
.timer-container .timer-widget-wrapper .timer-value .reset-button {
    box-shadow: 1.03432e-15px 16.8917px 33.7835px rgba(49, 32, 0, 0.24), inset -3.21789e-16px -5.25521px 5.25521px #F4E409, inset 3.21789e-16px 5.25521px 5.25521px #F4E409;
    transform: translate(0, -50%);
    justify-content: center;
    padding: 24.3px 25.3px;
    background: #F4E409;
    align-items: center;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    border: 0;
}
.timer-container .timer-widget-wrapper .timer-start-btn .start-button {
    border-radius: 17.76px;
    line-height: 27.75px;
    padding: 14.5px 15px;
    background: #F4E409;
    margin-top: 102px;
    font-family: Roboto;
    font-size: 23.68px;
    font-weight: 700;
    width: 100%;
    color: #000;
    border: 0;
}

@media screen and (max-width: 767px) {
    .filtration-contnet .categories-box .category-box {
        padding: 16px 6px;
        line-height: 24px;
        font-size: 20px;
        width: 160px;
    }
    .filtration-contnet { gap: 25px; }
    .filtration-contnet .categories-box { gap: 12px; }
    .filtration-contnet form label input[type=text] {
        padding: 10px 85px 10px 13px;
        line-height: 24px;
        font-size: 19px;
    }
    .filtration-contnet form label button {
        right: 13px;
        width: 60px;
    }
    .home-insights-content { 
        flex-direction: column;
        align-items: center;
    }
    .subscribe-form .subscribe-form-box input[type=email] {
        padding: 12px;
        height: 52px;
    }
    .subscribe-form .subscribe-form-box input[type=submit] {
        padding: 10px 20px;
        height: 52px;
    }
}
@media screen and (max-width: 1200px) {
    .video-slider .slick-track .slick-slide video,
    div.video-slider.slick-dotted { height: 500px; }
    .video-slider .slick-dots { bottom: 18px; }
    .video-slider .slick-dots li button {
        width: 50px;
        height: 7px;
    }
    .video-slider .slick-track .slick-slide .slide-content a.slide-button {
        padding: 20px 25px;
        line-height: 25px;
        max-width: 290px;
        font-size: 20px;
        gap: 10px;
    }
    .video-slider .slick-track .slick-slide .slide-content h3 {
        line-height: 48px;
        margin: 0 0 20px;
        font-size: 38px;
    }
    .video-slider .slick-track .slick-slide .slide-content {
        padding-right: 15px;
        bottom: 70px;
        left: 25px;
    }
    .discover-carousel-wrapper .discover-carousel-content .carousel-item { margin: 0 10px; }
    .discover-carousel-wrapper .arrow-box {
        margin-bottom: 10px;
        margin-right: 10px;
        gap: 12px;
    }
    .discover-carousel-wrapper .discover-carousel-content .carousel-item .item-content { padding: 18px 15px; }
    .discover-carousel-wrapper .discover-carousel-content .carousel-item .item-content p,
    .discover-carousel-wrapper .discover-carousel-content .carousel-item .item-content h3 { margin-bottom: 10px; }
    .discover-carousel-wrapper .discover-carousel-content .carousel-item .item-content a {
        line-height: 32px;
        font-size: 17px;
        gap: 10px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
    .filtration-contnet { margin-bottom: 50px; }
    .home-insights-content {
        grid-template-columns: calc(50% - 10px) calc(50% - 10px);
        display: grid;
        gap: 20px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
    header#masthead  .hfe-nav-menu .menu-item .hfe-menu-item {
        padding: 15px 10px;
        line-height: 20px;
        font-size: 18px;
    }
    .header-menu .elementor-button-wrapper { margin-left: 10px; }
}
@media screen and (min-width: 1200px) and (max-width: 1775px) {
    .insights-carousel .insights-carousel-box {
        padding: 80px 20px 80px 20px;
        width: 600px;
    }
    .insights-carousel .insights-carousel-wrapper { max-width: calc(100% - 695px); }
    .insights-carousel .insights-carousel-wrapper .slick-arrow.custom-next { transform: translate(0, -25%); }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .insights-carousel .insights-carousel-box {
        padding: 20px 20px 40px;
        width: 480px;
    }
    .insights-carousel .insights-carousel-wrapper { max-width: calc(100% - 570px); }
    .insights-carousel .insights-carousel-wrapper .slick-arrow.custom-next { transform: translate(0, -25%); }
}
@media screen and (max-width: 991px) {
    .insights-carousel .insights-carousel-wrapper .slick-arrow.custom-next { transform: translate(40px, -25%); }
    .insights-carousel {
        flex-direction: column;
        align-items: center;
        display: flex;
        gap: 40px;
    }
    .insights-carousel .insights-carousel-box { 
        padding: 50px 20px 60px;
        margin: 0;
    }
    .insights-carousel .insights-carousel-wrapper {
        max-width: calc(100% - 80px);
        position: relative;
        margin-right: 0;
    }
}
@media screen and (max-width: 575px) {
    .insights-carousel .insights-carousel-box  { padding: 50px 20px; }
    .insights-carousel .insights-carousel-box .subtitle {
        line-height: 24px;
        font-size: 16px;
    }
    .insights-carousel .insights-carousel-box .title {
        line-height: 44px;
        margin: 0 0 20px;
        font-size: 32px;
    }
    .insights-carousel .insights-carousel-box .content {
        margin-bottom: 40px;
        line-height: 24px;
        font-size: 18px;
    }
    .insights-carousel .insights-carousel-box .insights-view-all {
        padding: 13px 35px 12px;
        line-height: 22px;
        font-size: 18px;
    }
    .insights-carousel .insights-carousel-wrapper .insights-carousel-item { margin: 0 15px; }
    .insights-carousel .insights-carousel-wrapper { max-width: calc(100% - 50px); }
    .insights-carousel .insights-carousel-wrapper .slick-arrow.custom-prev { transform: translate(-28px, -25%); }
    .insights-carousel .insights-carousel-wrapper .slick-arrow.custom-next { transform: translate(29px, -25%); }
}
@media screen and (min-width: 1024px) and (max-width: 1599px) {
    .episodes-archive .episodes-archive-wrapper {
        grid-template-columns: calc(100% / 3 - 36px) calc(100% / 3 - 36px) calc(100% / 3 - 36px);
        gap: 54px;
    }
}
@media screen and (min-width: 576px) and (max-width: 1023px) {
    .episodes-archive .episodes-archive-wrapper {
        grid-template-columns: calc(100% / 2 - 20px) calc(100% / 2 - 20px);
        gap: 40px;
    }
}
@media screen and (max-width: 575px) {
    .episodes-archive .episodes-archive-wrapper {
        grid-template-columns: 100%;
        gap: 30px;
    }
}
@media screen and (max-width: 1024px) {
    .faq-accordion-content {
        flex-direction: column;
        display: flex;
    }
}
@media screen and (max-width: 575px) {
    .faq-accordion-content .faq-accordion,
    .faq-accordion-content { gap: 20px; }
    .faq-accordion-content .faq-accordion .faq-item .faq-question { 
        padding: 10px 20px;
        min-height: 100px;
        line-height: 28px;
        font-size: 20px;
        gap: 20px;
    }
    .faq-accordion-content .faq-accordion .faq-item .faq-answer {
        padding: 0 20px 20px 65px;
        border-radius: 10px;
        min-height: 100px;
        line-height: 24px;
        font-size: 16px;
    }
}
@media screen and (max-width: 1024px) {
    .insights-spotlight .insights-spotlight-item {
        flex-direction: column;
        display: flex;
        gap: 30px;
    }
    .insights-spotlight .insights-spotlight-item .item-content .item-title {
        line-height: 42px;
        font-size: 36px;
    }
    .insights-archive-content .insights-archive {
        grid-template-columns: calc(100% / 2 - 20px) calc(100% / 2 - 20px);
        margin-bottom: 50px;
        padding: 0 10px;
        gap: 40px;
    }
    .insights-archive-content .insights-archive .insights-archive-item .item-content .item-title {
        margin-bottom: 10px;
        line-height: 32px;
        font-size: 26px;
    }
    .insights-archive-content .insights-archive .insights-archive-item .insight-img { height: 250px; }
}
@media screen and (max-width: 767px) {
    .insights-archive-content .insights-archive {
        grid-template-columns: 100%;
        gap: 20px;
    }
    .insights-archive-content .insights-archive .insights-archive-item .insight-img { width: 100%; }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .timer-container {
        padding: 30px 20px 40px;
        margin: 0 0 0 auto;
    }
    .timer-container .timer-title {
        line-height: 56px;
        margin: 0 0 20px;
        font-size: 48px;
    }
    .timer-container .timer-widget-wrapper .timer-value .timer {
        line-height: 52px;
        font-size: 44px;
        height: 220px;
        width: 220px;
    }
    .timer-container .timer-widget-wrapper .timer-value .reset-button { padding: 20px 21px; }
    .timer-container .timer-widget-wrapper .timer-start-btn .start-button { margin-top: 20px; }
}
@media screen and (max-width: 767px) {
    .timer-container {
        padding: 30px 20px; 
        margin: 0;
    }
    .timer-container .timer-title {
        line-height: 80px;
        margin: 0 0 20px;
        font-size: 60px;
    }
    .timer-container .timer-widget-wrapper .timer-start-btn .start-button { margin-top: 20px; }
    .timer-container .timer-widget-wrapper .timer-value .timer {
        line-height: 54px;
        font-size: 46px;
        height: 250px;
        width: 250px;
    }
    #contact-form form#forminator-module-852 .forminator-row .forminator-checkbox .forminator-checkbox-label,
    #idea-form form#forminator-module-1002 .forminator-row .forminator-checkbox .forminator-checkbox-label {
        line-height: 23px;
        font-size: 17px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1760px) {
    .single-insight .article-wrapper { padding: 100px 25px; }
    .single-insight .article-wrapper .toc-sidebar #toc ul { padding: 15px 0 15px 18px; }
    .single-insight .article-wrapper .single-container { gap: 50px; }
    .single-insight .article-wrapper .toc-sidebar #toc { padding-top: 115px; }
    .single-insight .article-wrapper .toc-sidebar #toc h3 {
        line-height: 32px;
        margin: 0 0 30px;
        font-size: 26px;
    }
    .single-insight .article-wrapper .toc-sidebar #toc ul li a {
        line-height: 24px;
        font-size: 18px;
    }
    .single-insight .article-wrapper .single-container .entry-content .wp-block-group { margin-bottom: 30px; }
    .single-insight .article-wrapper .single-container .entry-content .wp-block-group .wp-block-heading {
        line-height: 32px;
        font-size: 28px;
    }
    .single-insight .article-wrapper .single-container .entry-content .wp-block-group p {
        line-height: 26px;
        font-size: 20px;
    }
    .single-insight .article-wrapper .single-container { gap: 50px; }
    .single-insight .article-wrapper .content-area .article-footer { margin-top: 35px; }
    .single-insight .article-wrapper .single-container .entry-content .insight-img { margin-bottom: 35px; }
    .single-insight .article-wrapper .content-area .related-insights-wrapper { margin-top: 100px; }
    .single-insight .article-wrapper .content-area .related-insights-wrapper h2 {
        line-height: 50px;
        margin: 0 0 30px;
        font-size: 42px;
    }
    .single-insight .article-wrapper .content-area .related-insights-wrapper .related-insights {
        grid-template-columns: calc(100% / 3 - 10px) calc(100% / 3 - 10px) calc(100% / 3 - 10px);
        gap: 15px;
    }
    .single-insight .article-wrapper .content-area .related-insights-wrapper .related-insights .insight-img {
        margin-bottom: 10px;
        height: 200px;
    }
    .single-insight .article-wrapper .content-area .related-insights-wrapper .related-insights h4 {
        line-height: 26px;
        margin: 0 0 8px;
        font-size: 22px;
    }
    .single-insight .article-wrapper .content-area .related-insights-wrapper .related-insights span {
        line-height: 24px;
        font-size: 18px;
    }
    .single-insight .article-wrapper .toc-sidebar { padding-bottom: 200px; }
}
@media screen and (max-width: 1023px) {
    .single-insight .article-wrapper .toc-sidebar #toc h3 {
        justify-content: space-between;
        background: #242424;
        margin-bottom: 16px;
        align-items: center;
        font-size: 24px;
        padding: 10px;
        display: flex;
    }
    .single-insight .article-wrapper .toc-sidebar #toc h3 svg {
        display: block;
        width: 20px;
        fill: #fff;
    }
    .single-insight .article-wrapper .toc-sidebar #toc ul { display: none; }
    .single-insight .article-wrapper .single-container { grid-template-columns: 100%; }
    .single-insight .article-wrapper .toc-sidebar { order: 1; }
    .single-insight .article-wrapper .content-area { order: 2; }
    .single-insight .article-wrapper .toc-sidebar { margin-top: 0; }
    .single-insight .article-wrapper .toc-sidebar #toc {
        position: unset;
        padding: 0;
        margin: 0;
    }
    .single-insight .article-wrapper { padding: 40px 25px 80px; }
    .single-insight .article-wrapper .single-container { gap: 40px; }
    .single-insight .article-wrapper .content-area .related-insights-wrapper { margin-top: 100px; }
    .single-insight .article-wrapper .content-area .related-insights-wrapper .related-insights {
        grid-template-columns: calc(100% / 3 - 10px) calc(100% / 3 - 10px) calc(100% / 3 - 10px);
        gap: 15px;
    }
}
@media screen and (max-width: 991px) {
    .single-insight .article-wrapper .single-container .entry-title {
        line-height: 44px;
        margin: 0 0 15px;
        font-size: 38px;
    }
    .single-insight .article-wrapper .single-container .entry-meta {
        line-height: 36px;
        font-weight: 400;
        font-size: 20px;
    }
    .single-insight .article-wrapper .single-container .entry-content .insight-img { margin-bottom: 20px; }
    .single-insight .article-wrapper .single-container .entry-content .wp-block-group .wp-block-heading {
        line-height: 36px;
        margin: 0 0 15px;
        font-size: 28px;
    }
    .single-insight .article-wrapper .single-container .entry-content .wp-block-group p {
        line-height: 26px;
        font-size: 18px;
    }
    .single-insight .article-wrapper .single-container .entry-content .wp-block-group { margin-bottom: 30px; }
    .single-insight .article-wrapper .content-area .article-footer {
        padding-top: 15px;
        margin-top: 40px;
    }
    .single-insight .article-wrapper .content-area .related-insights-wrapper { margin-top: 60px; }
    .single-insight .article-wrapper .content-area .related-insights-wrapper h2 {
        line-height: 44px;
        margin: 0 0 25px;
        font-size: 36px;
    }
    .single-insight .article-wrapper .content-area .related-insights-wrapper .related-insights {
        grid-template-columns: calc(100% / 2 - 15px) calc(100% / 2 - 15px);
        gap: 30px;
    }
}
.single-insight .article-wrapper .content-area .related-insights-wrapper .related-insights a:hover h4 {
	color: #E50914;
}
@media screen and (max-width: 767px) {
    .single-insight .article-wrapper .content-area .related-insights-wrapper .related-insights .insight-img {
        margin-bottom: 10px;
        height: 180px;
    }
    .single-insight .article-wrapper .content-area .related-insights-wrapper .related-insights h4 {
        line-height: 26px;
        margin: 0 0 10px;
        font-size: 20px;
    }
    .single-insight .article-wrapper .content-area .related-insights-wrapper .related-insights span {
        line-height: 22px;
        font-size: 18px;
    }
}
@media screen and (max-width: 575px) {
    .single-insight .article-wrapper .content-area .article-footer {
        flex-direction: column;
        display: flex;
        gap: 20px;
    }
    .single-insight .article-wrapper .content-area .related-insights-wrapper .related-insights { grid-template-columns: 100%; }
    .single-insight .article-wrapper .content-area .related-insights-wrapper .related-insights .insight-img {
        height: 200px;
        width: 100%;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1293px) {
    .header-menu .elementor-button-wrapper { margin-left: 10px; }
    header#masthead .hfe-nav-menu .menu-item .hfe-menu-item { padding: 15px 12px; }
}
@media screen and (min-width: 1025px) and (max-width: 1540px) {
    .subscribe-form .subscribe-form-box {
      flex-direction: column;
      border-radius: 0;
      border: 0;
      gap: 15px;
    }
    .subscribe-form .subscribe-form-box input[type=email] { border: 1.33px solid #DDDCDD; }
    .subscribe-form .subscribe-form-box input[type=submit],
    .subscribe-form .subscribe-form-box input[type=email] { border-radius: 8px; }
  }