.d-flex {
    display: flex;
}
.header-top{
	 background: rgba(100, 120, 130, 0.1);
	 overflow: hidden;
}
.header-top-inner {
    align-items: center;
    justify-content: space-between;
}

.header-welcome {
    padding-left: 223px;
    color: #647882;
    font-size: 14px;
    font-weight: 400;
    font-weight: 400;
    line-height: 1.1;
	margin: 0;
}
.ev-post_content .author a{
	    color: inherit;
}
.header-welcome a{
	 color: #647882;
	 
}
.header-welcome a:hover{
	color: #D82928;
}

.header-socials {
    padding: 12px 50px 11px 82px;
    position: relative;
    soverflow: hidden;
	margin-right: -50px;
}

.header-socials::before {
    content: "";
    background: linear-gradient(-90deg, #a5181d 0%, #d21f26 100%);
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    transform: skewX(-46deg);
    transform-origin: bottom;
}
.header-socials::after{
	content: "";
    background: #A5181D;
    position: absolute;
    display: block;
    left: 100%;
    top: 0;
    bottom: 0;
    width: 1000px;
}

.header-socials ul {
    margin: 0;
    padding: 0;
    flex-direction: row;
    gap: 20px;
    position: relative;
	align-items: center;
}

.header-socials li {
    width: auto;
}

.header-socials a {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1;
    display: flex;
    padding: 1.5px 0;
}

.header-nav > ul {
    align-items: center;
    gap: clamp(20px, 3.762vw, 65px);
    padding: 0;
	margin: 0;
	list-style: none;
}


.header-nav .rst-main-menu > li > a{
	padding-top: 10px;
    padding-bottom: 10px;
	color: #373535;
    font-size: 16px;
    line-height: 1.1;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 5px;
}
.header-nav .rst-main-menu > li > a:hover{
	color: #D01F26;
}
.rst-mega-menu{
	position: absolute;
	left: 0;
	top: 100%;
	background: #fff;
	z-index: 999;
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #E8EBEC;
	display: none;
	box-shadow: 0px 15px 20px 0px rgba(100, 120, 130, 0.08);
}
.has-submenu-mega-menu>a {
    position: relative;
}
@media only screen and (min-width: 1100px) {
	.header-nav .rst-main-menu > li.has-submenu-mega-menu:hover>a:after {
		position: absolute;
		left: 0;
		top: 100%;
		content: "";
		height: 60px;
		width: 100%;
	}
	.header-nav .rst-main-menu > li:hover >.rst-mega-menu{
		display: block;
	}
}
.rst-mega-menu-list-latest-report{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	gap: 20px;
}
.rst-mega-menu-list-latest-report li{
	width: 25%;
}
.rst-mega-menu-list-latest-report li a{
	display: block;
	position: relative;
}
.rst-mega-menu-list-latest-report li a:after{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	content:"";
	background: rgba(0, 0, 0, 0.45);
	opacity: 0;
	z-index: 1;
	transition: all 0.3s;
}
.rst-mega-menu-list-latest-report li a .arrow{
	display: flex;
    width: 22px;
    height: 22px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #D82928;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -11px;
    margin-top: -11px;
    transition: all 0.3s;
    opacity: 0;
	z-index: 2;
}
.rst-mega-menu-list-latest-report li a:hover{
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
.rst-mega-menu-list-latest-report li a:hover:after,.rst-mega-menu-list-latest-report li a:hover .arrow{
	opacity: 1;
}	
.rst-mega-menu-list-latest-report li a img{
	width: 100%;
	display: block;
}
.rst-mega-menu-latest-report{
	padding-left: 35px;
	padding-top: 27px;
	padding-bottom: 30px;
	padding-right: 7px;
}
.rst-mega-menu-latest-report h3{
	color: #D82928;
	font-family: Roboto;
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
	line-height: 15px;
	letter-spacing: 1.65px;
	margin-bottom: 19px;
	margin-top: 0px;
	text-transform: uppercase;
}
.rst-mega-menu-post{
	position: relative;
	    height: 100%;
}
.rst-mega-menu-video {
	position: relative;
	width: 432px;
	min-height: 271px;
}
.rst-mega-menu-video img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.rst-mega-menu-video a{
	width: 45px;
	height: 45px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	background: #D82928;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9;
	margin-top: -22.5px;
	margin-left: -22.5px;
}
.rst-mega-menu-stay-in-touch{
	width: calc( 100% - 432px - 185px );
	background: #F3F4F5A6;
	padding: 42px 30px 42px 68px;
}
.rst-mega-menu-about-right{
	width: 185px;
	padding-left: 52px;
	padding-top: 40px;
	padding-bottom: 40px;
}
.rst-mega-menu-about-right ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	gap: 20px;
	flex-direction: column;
	line-height: 20px;
}
.rst-mega-menu-stay-in-touch-title h3{
	font-weight: 400;
	font-size: 48px;
	line-height: 100%;
	letter-spacing: -0.01em;
	text-transform: capitalize;
	color: #000000;
	font-family: "Cardo", serif;
	margin: 0 0 10px 0;
}
.rst-mega-menu-stay-in-touch-title p{
	font-weight: 400;
	font-size: 20px;
	line-height: 1.45em;
	letter-spacing: 0;
	color: #848484;
	margin: 0 0 20px 0;

}
.rst-mega-menu-stay-in-touch-form{
	max-width: 523px;
}
.rst-mega-menu-stay-in-touch-form form {
    width: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 5px 7px 5px 16px;
}
.rst-mega-menu-stay-in-touch-form form input[type="email"] {
    color: #000;
    text-align: left;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 8px 0 8px 0;
    padding-right: 10px;
    width: 100%;
    border: none;
    outline: none;
    border-radius: 0;
}
.rst-mega-menu-stay-in-touch-form form ::-webkit-input-placeholder {
	color: rgba(55, 53, 53, 0.55);
}
.rst-mega-menu-stay-in-touch-form form ::-moz-placeholder {
	color: rgba(55, 53, 53, 0.55);
}
.rst-mega-menu-stay-in-touch-form form :-ms-input-placeholder {
	color: rgba(55, 53, 53, 0.55);
}
.rst-mega-menu-stay-in-touch-form form :-moz-placeholder {
	color: rgba(55, 53, 53, 0.55);
}
.rst-mega-menu-stay-in-touch-form form button {
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    background: #D82928;
    padding: 8px 12px;
    border: none;
    outline: none;
    min-width: 97px;
    cursor: pointer;
}
.rst-mega-menu-stay-in-touch-form form button:hover{
	background: #A7181B;
}
.rst-mega-menu-stay-in-touch-form p{
	color: #848484;
    font-family: Roboto;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 6px 0 0 0;
}
.rst-mega-menu-stay-in-touch-form > p a {
    text-decoration: underline;
    color: inherit;
}
.rst-mega-menu-about-right ul li{
	
}
.rst-mega-menu-about-right ul li a{
	color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
}
.rst-mega-menu-about-right ul li a:hover,.rst-mega-menu-about-right ul li.current-menu-item > a{
	    color: #D01F26;
}
.header-bottom-inner {
	padding-left: 0px;
}
.header-bottom-right{
	padding-left: 38px;
	    width: calc(100% - 185px);
}
.header-bottom{
	position: relative;
}

.header-bottom-right {
    align-items: center;
    justify-content: space-between;
}
.header-bottom-right{
	padding-top: 21px;
	padding-bottom: 20px;
}

.header-brand {
    width: 185px;
    position: relative;
	    margin-top: -45px;
}

.header-search-button button{
	padding: 0;
	background: none;
	border: none;
	outline: none;
	cursor: pointer;
	display: block;
}
.header-search-button button svg{
	display: block;
}
.header-brand::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    top: -45px;
    left: 0;
    right: 0;
    background-color: #d01f26;
}

.header-brand a {
    position: relative;
    display: flex;
    justify-content: center;
}

.search-form {
    display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #F3F4F5;
	z-index: 999;
	width: 100%;
}
.site-header{
	position: relative;
}
.search-form form{
	padding: 24px 0 24px 0;
	align-items: center;
}
.search-form-close{
	cursor: pointer;
}
.search-form button[type="submit"]{
	padding-left: 19px;
	padding-right: 21px;
	cursor: pointer;
	border: none;
    background: none;
}
.search-form-close svg{
	display: block;
}
.search-form input{
	color: #000;
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	border: none;
	background: none;
	padding: 0;
	outline: none;
	border-radius: 0;
	width: calc( 100% - 63px - 14px );
	
}
.search-form ::-webkit-input-placeholder {
  color: #000;
}
.search-form ::-moz-placeholder {
  color: #000;
}
.search-form :-ms-input-placeholder {
  color: #000;
}
.search-form :-moz-placeholder {
  color: #000;
}
.search-form button[type="submit"] svg{
	display: block;
}
.rst-list-menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 20px;
}
.rst-list-menu li a{
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 19px;
}
.rst-list-menu li{
	padding-bottom: 20px;
}
.rst-mega-menu-container{
	display: flex;
	flex-wrap: wrap;
}
.rst-mega-menu-post{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.rst-mega-menu-post-thumb{
	width: 39%;
	position: relative;
	height: 100%;
}
.rst-mega-menu-post-thumb img {
    width: 100%;
    display: block;
    aspect-ratio: 1;
    object-fit: cover;
	    height: 100%;
}
.rst-mega-menu-post-thumb .arrow {
    display: flex;
    width: 45px;
    height: 45px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #D82928;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -22.5px;
    margin-top: -22.5px;
    transition: all 0.3s;
    opacity: 0;
}
.rst-mega-menu-post:hover .rst-mega-menu-post-thumb .arrow {
	opacity: 1;
}
.rst-mega-menu-post-info{
	width: 61%;
	padding-left: 38px;
	
}
.rst-mega-menu-info-meta {
    display: flex;
    align-items: center;
    gap: 4px 26px;
	flex-wrap: wrap;
    margin-bottom: 13px;
}
.rst-mega-menu-post-info h3{
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25em;
	margin: 0;
	font-family: "Cardo", serif;
}
.rst-list-menu{
	width: 58.1%;
	padding-right: 81px;
	padding-top: 40px;
	padding-bottom: 15px;
}
.rst-mega-menu-right{
	width: 41.9%;
	position: relative;
	background: rgba(243, 244, 245, 0.65);
}
.rst-mega-menu-container-report .rst-list-menu{
	width: calc( 58.1% + 21px );
}
.rst-mega-menu-container-report .rst-mega-menu-right{
	width: calc( 41.9% - 21px );
}
.rst-backtotop a{
	color: #FFF;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px;
	padding: 14px 19px 14px 25px;
	text-transform: uppercase;
	background: #D01F26;
	display: inline-block;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 153px;
	margin-left: auto;
    margin-right: 0;
}
.rst-backtotop a:hover{
	background: #A7181B;
}
.rst-mega-menu-right:after{
	content:"";
	left: 100%;
	height: 100%;
	position: absolute;
	background: rgba(243, 244, 245, 0.65);
	top: 0;
	width: 1000px;
}
.rst-list-menu li a:hover{
	color: #D01F26;
}
.rst-list-menu > .sub-menu{
	column-count: 4;
    column-gap: 55px;
}
/*footer*/
.site-footer{
	background: #fff;
}
.rst-cta{
	background: #1E1D1D;
	display: flex;
	align-items: center;
	padding: 64px clamp(40px, 7.002vw, 121px) 63px clamp(40px, 4.63vw, 80px);
}
.rst-cta-title{
	width: calc( 100% - 523px );
	padding-right: 40px;
}
.rst-cta-title h3{
	color: #FFF;

	font-family: Cardo;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.48px;
	text-transform: capitalize;
	margin: 0 0 16px 0;
}
.rst-cta-title p{
	color: #848484;
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 145%;
	margin: 0;
}
.rst-cta-form{
	width: 523px;
}
.rst-cta-form > p{
	color: #848484;
	font-family: Roboto;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin: 6px 0 0 0;
}
.rst-cta-form > p a{
	text-decoration: underline;
	color: inherit;
}
.rst-cta-form form{
	width: 100%;
	background: #fff;
	display: flex;
    align-items: center;
	padding: 5px 7px 5px 16px;
}
.rst-cta-form form .gform_body,.rst-mega-menu-stay-in-touch-form form .gform_body{
	width: calc( 100% - 97px );
}
.rst-cta-form form .gform-footer,.rst-mega-menu-stay-in-touch-form form .gform-footer{
	margin: 0 !important;
	    position: relative;

}
.rst-cta-form form .gform-footer button,.rst-mega-menu-stay-in-touch-form form .gform-footer button{
	color: #FFF !important;
	text-align: center !important;
	font-family: Roboto !important;
	font-size: 18px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: 24px !important;
	background: #D82928 !important;
	padding: 8px 12px !important;
	border: none !important;
	outline: none !important;
	min-width: 97px !important;
	cursor: pointer !important;
	border-radius: 0 !important;
	height: auto !important;
	box-shadow: none !important;
}
.rst-cta-form form .gform-footer button:hover,.rst-mega-menu-stay-in-touch-form form .gform-footer button:hover {
    background: #A7181B !important;
}
.rst-cta-form form input[type="email"],.rst-mega-menu-stay-in-touch-form form input[type="email"]{
	color: #000 !important;
	text-align: left !important;
	font-family: Roboto !important;
	font-size: 18px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: 24px !important;
	padding: 8px 0 8px 0 !important;
	padding-right: 10px !important;
	width: 100% !important;
	border: none !important;
	outline: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	height: auto !important;
}
.rst-cta-form .gfield_description.validation_message.gfield_validation_message,.rst-mega-menu-stay-in-touch-form .gfield_description.validation_message.gfield_validation_message{
	display: none !important;
}
.rst-cta-form  .gform-loader,.rst-mega-menu-stay-in-touch-form  .gform-loader{
	position: absolute !important;
	left: -25px;
}
.rst-cta-form .gform_validation_errors,.rst-mega-menu-stay-in-touch-form .gform_validation_errors{
	margin-bottom: 20px !important;
}
.rst-cta-form .gform-theme--framework .gform_validation_errors,.rst-mega-menu-stay-in-touch-form .gform-theme--framework .gform_validation_errors{
	padding: 0 !important;
    border: none !important;
    background: none !important;
    box-shadow: none !important;
	outline: none !important;
}
.rst-cta-form form button{
	color: #FFF;
	text-align: center;
	font-family: Roboto;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	background: #D82928;
	padding: 8px 12px;
	border: none;
	outline: none;
	min-width: 97px;
	cursor: pointer;
}
.rst-cta-form form button:hover{
	background: #A7181B;
}
.rst-cta-form form ::-webkit-input-placeholder {
	color: rgba(55, 53, 53, 0.55);
}
.rst-cta-form form ::-moz-placeholder {
	color: rgba(55, 53, 53, 0.55);
}
.rst-cta-form form :-ms-input-placeholder {
	color: rgba(55, 53, 53, 0.55);
}
.rst-cta-form form :-moz-placeholder {
	color: rgba(55, 53, 53, 0.55);
}
.rst-main-footer{
	background: #000;
	padding: 0 clamp(40px, 5.729vw, 99px);
}
.rst-main-footer-bottom{
	display:flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid rgba(225, 225, 225, 0.35);
	padding-top: 49px;
	padding-bottom: 58px;

}
.copyright{
	color: rgba(255, 255, 255, 0.70);
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px;
}
.copyright span{
	color: rgba(255, 255, 255, 0.35);
}
.copyright span a{
	text-decoration: underline;
	color: inherit;
}
.copyright span a:hover{
	color: #fff;
}
.rst-menu-footer{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 20px;
}
.rst-menu-footer li a{
	color: rgba(255, 255, 255, 0.70);
	display: block;
	font-family: Roboto;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px;
	text-decoration: underline;
}
.rst-menu-footer li a:hover{
	color: #fff;
}
.rst-main-footer-top{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 100px;
	padding-bottom: 99px;
}
.rst-main-footer-top .footer-social li{
	width: 20px;
	text-align: center;
}
.rst-main-footer-top .footer-social li svg{
	display: block;
}
.rst-main-footer-top .footer-social li a:hover svg path{
	fill: #D01F26;
}
.rst-logo-footer img{
	display: block;
}
.footer-social{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 20px;
}
.rst-main-footer-menu{
	display: flex;
	gap: 40px;
	padding-bottom: 111px;
}
.rst-main-footer-column {
	width: calc( 100% / 6 );
}
.rst-title-footer-column{
	color: #D82928;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 2.4px;
	text-transform: uppercase;
	margin: 0 0 24px 0;
}
.rst-main-footer-column .widget-footer ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.rst-main-footer-column .widget-footer ul li{
	line-height: 20px;
}	
.rst-main-footer-column .widget-footer ul li a{
	color: #FFF;
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	display: block;
}
.rst-title-widget{
	color: rgba(255, 255, 255, 0.50);
	font-family: Roboto;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	pointer-events: none;
	margin: 0 0 8px 0;
}
.rst-main-footer-column .widget-footer ul li a:hover{
	color: #D82928;
}
.rst-main-footer-column * + .rst-title-footer-column{
	margin-top: 53px;
}
.rst-main-footer-column .widget-footer p{
	color: #FFF;
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	margin: 0 0 3px 0;
}
.rst-main-footer-column .widget-footer p a{
	color: inherit;
	text-decoration: none;
}	
.rst-main-footer-column .widget-footer p a:hover{
	color: #D82928;
}
.rst-main-footer-column .widget-footer p:last-child{
	margin: 0;
}
.rst-main-footer-column .widget-footer + .widget-footer{
	margin-top: 42px;
}

/*home*/
.rst-banner-home{
	position: relative;
	padding-top: 172px;
	padding-bottom: 159px;
	smin-height: 702px;
}
.rst-banner-home .container{
	position: relative;
	z-index: 9;
}
.rst-banner-home-inner{
	max-width: 682px;
	width: 100%;
	padding-left: 50px;
}
.rst-banner-home-inner h1{
	color: #FFF;
	font-family: Cardo;
	font-size: clamp(60px, 6.366vw, 110px);
	font-style: normal;
	font-weight: 400;
	line-height: 0.9545em;
	letter-spacing: -1.1px;
	text-transform: capitalize;
	margin: 0 0 8px 0;
}
.rst-banner-home-inner p{
	color: #FCFCFC;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.45em;
	margin: 0 0 50px 0;
}
.bg-video{
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	left: 0;
	overflow: hidden;
}
.bg-video:after{
	background: #000;
	opacity: 0.35;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	top: 0;
	content:"";
}
.bg-video video{
	    width: 100% !important;
    display: block;
    height: auto !important;
    border: none;
	    margin-top: -40px;
}
.rst-banner-home-inner .btn-ev a{
	color: #fff;
}	
.rst-upcoming-event{
	width: 504px;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	z-index: 9;
	padding-top: clamp(20px, 3.588vw, 62px);
	padding-left: 35px;
	padding-right: 52px;
}

.rst-upcoming-event:after{
	background: rgba(255, 255, 255, 0.10);
	backdrop-filter: blur(16px);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content:"";
	
}
.rst-upcoming-event-inner{
	position: relative;
	z-index: 1;
}
.rst-upcoming-event-inner .upcoming-event-title{
	color: #FFF;
	font-family: Roboto;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
.rst-upcoming-event-inner > h2{
	color: #FFF;
	font-family: Cardo;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.45em;
	letter-spacing: -0.36px;
	margin:0 0 30px 0;
}
.rst-cta .rst-cta-form .gform_confirmation_message {
	color: #fff;
}
.rst-item-upcoming-event h2{
	color: #FFF;
	font-family: Cardo;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.45em;
	letter-spacing: -0.36px;
	margin:0 0 30px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.rst-item-upcoming-event h2 span{
	font-style: italic;
}
.rst-upcoming-event-inner > h2 span{
	font-style: italic;
}
.rst-thumb-upcoming-event{
	position: relative;
}
.rst-thumb-upcoming-event img{
	width: 100%;
	display: block;
	height: 229px;
	object-fit: cover;
	
}
.rst-thumb-upcoming-event > span{
	color: #FFF;

	font-family: Roboto;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px;
	position: absolute;
	left: 0;
	bottom: 0;
	
	z-index: 1;
	padding: 0 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
	background: #D01F26;
}	
	
.rst-item-upcoming-event h3{
	margin-top: clamp(15px, 1.563vw, 27px);
	margin-bottom: clamp(15px, 1.505vw, 26px);
	color: #FFF;
	font-family: Cardo;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.35em
}	
.rst-item-upcoming-event h3 a{
	color: inherit;
	text-decoration: none;
}	
.rst-item-upcoming-event p{
	color: rgba(255, 255, 255, 0.75);
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.45em;
	margin: 0 0 24px 0;
}
.rst-item-upcoming-event .rst-btn-event,
.btn-event{
	color: #FFF;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
	display: inline-block;
	padding: 10px 16.5px;
	text-transform: uppercase;
	background: #000;
	position: relative;
	cursor: pointer;
	    transition: all 0.3s;
		position: relative;
}
.rst-item-upcoming-event .rst-btn-event:hover,
.btn-event:hover{
	background: #D82928;
	padding-right: 39px;
}
.rst-item-upcoming-event .rst-btn-event svg,
.btn-event svg{
	position: absolute;
	margin-left: 7px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
	top: 13px;
}
.rst-item-upcoming-event .rst-btn-event:hover svg,
.btn-event:hover svg{
	opacity: 1;
	visibility: visible;
}

.swiper-pagination-event .swiper-pagination-bullet{
	margin: 0 !important;
	background: #F3F4F5 !important;
	width: 7px !important;
	height: 7px !important;
	border-radius: 0 !important;
	    opacity: 1 !important;
}
.swiper-pagination-event .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #D82928 !important;
}
.swiper-pagination-event{
	display: flex !important;
	align-items: center !important;
	gap: 15px !important;
	position: absolute !important;
	bottom: 0 !important;
	right: 0 !important;
	z-index: 99;
	width: auto !important;
	left: auto !important;
}
.list-of-markets{
	border-bottom: 1px solid rgba(100, 120, 130, 0.15);
	background: #fff;
	padding: 10px 0;
}
.list-of-markets{
    position: relative;
    display: flex;
    overflow: hidden;
    z-index: 1;
}
.list-of-markets-container{
	display: flex;
	align-items: center;
	gap: 30px;
	flex-wrap: nowrap;
}
@keyframes scroll2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100%));
  }
}
.list-of-markets .list-of-markets-container{
  animation: scroll2 100s linear infinite;
}
.ads-section .ads-box img,.ads-section .ads-box img{
	display: block;
}
.max-w-980{
	max-width: 980px;
    margin: 0px auto;
}
.max-w-full{
	max-width: 100% !important;
    margin: 0px auto;
}
.invest-single-bottom .btn-share .icon-share svg path{
	fill: #D82928;
}
.invest-single-bottom .share-socials ul li a svg path{
	fill: #000;
}
.advertisement img{
	display: block;
}
.inner-contact-us{
	padding-bottom: 0 !important;
}
.contact-hero{
	padding-bottom: 129px !important;
}
.list-of-markets:hover .list-of-markets-container {
  animation-play-state: paused;
}
.list-of-markets-item{
	color: #647882;
	font-family: Roboto;
	font-size: 14px;
	line-height: 15px;
	font-style: normal;
	font-weight: 400;
	padding: 10px;
	white-space: nowrap;
}
.list-of-markets-item a{
	color: #647882;
}
.adv-top-home{
	text-align: center;
	padding-top: 54px;
	padding-bottom: 0px;
}
.rst-section-latest-articles{
	padding-top: 54px;
}
.adv-top-home img{
	display: block;
	margin: 0px auto;
}
.rst-list-latest-articles{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-left: -20px;
}
.rst-latest-articles-first{
	padding: 20px;
	width: 59.1%;
	position: relative;
	align-items: flex-start;
}
.rst-latest-articles-three{
	padding-left: 20px;
	width: 40.9%;
}
.rst-over-link{
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	height: 100%;
	z-index: 9;
}
.rst-section-latest-articles{
	padding-bottom: 100px;
}
.rst-latest-articles-heading{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 45px;
}
.rst-title-section{
	color: #000;
	font-family: Cardo;
	font-size: clamp(42px, 4.167vw, 72px);
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.72px;
	text-transform: capitalize;
	margin: 0;
}

.rst-latest-articles-first{
	display: flex;
	flex-wrap: wrap;
}
.rst-latest-articles-first-thumb{
	width: 40.36%;
	position: relative;
}
.rst-latest-articles-first-thumb img{
	width: 100%;
	display: block;
	aspect-ratio: 1;
	object-fit: cover;
}
.rst-latest-articles-first-thumb span{
	color: #FFF;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 17px;
	background: #D82928;
	padding: 10px 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	display: inline-block;
	letter-spacing: 1.8px;
	text-transform: uppercase;
}
.rst-latest-articles-first-info{
	width: 59.64%;
	padding-left: 40px;
	padding-top: 14px;
}
.rst-date-post{
	color: #D82928;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 17px;
	letter-spacing: 1.8px;
	text-transform: uppercase;
}
.rst-latest-articles-first-info .rst-date-post{
	display: block;
	margin-bottom: 18px;
}
.rst-latest-articles-first-info h3{
	color: #000;
	font-family: Cardo;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25em;
	margin: 0 0 18px 0;
	white-space: normal;
    word-break: break-all;
    overflow-wrap: break-word;
}	
.rst-latest-articles-first-info p{
	color: rgba(55, 53, 53, 0.80);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.45em;
	margin: 0 0 18px 0;
}
.rst-written-by{
	color: rgba(117, 117, 117, 0.75);
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: 15px;
}
.rst-latest-articles-first .arrow{
	display: flex;
	width: 45px;
	height: 45px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #000;
	position: absolute;
	right: 0;
	bottom: 0;
	transition: all 0.3s;
	opacity: 0;
}
.rst-latest-articles-first{
	transition: all 0.3s;
}
.rst-latest-articles-first:hover{
	background: #FFF;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}
.rst-latest-articles-first.hover:hover{
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
}
.rst-latest-articles-first:hover .arrow{
	opacity: 1;
}

.rst-latest-articles-item{
	position: relative;
	padding: 20px;
	transition: all 0.3s;
}
.rst-latest-articles-thumb{
	width: 115px;
	position: relative;
}
.rst-latest-articles-thumb img{
	width: 100%;
	display: block;
	aspect-ratio: 1;
	object-fit: cover;
}
.rst-latest-articles-thumb .arrow{
	display: flex;
	width: 45px;
	height: 45px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #D82928;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -22.5px;
	margin-top: -22.5px;
	transition: all 0.3s;
	opacity: 0;
}
.rst-latest-articles-item:hover{
	background: #FFF;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}
.rst-latest-articles-item.hover:hover{
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
}
.rst-latest-articles-item:hover .rst-latest-articles-thumb .arrow{
	opacity: 1;
}
.rst-latest-articles-item{
	display: flex;
	align-items: center;
}
.rst-latest-articles-info{
	width: calc( 100% - 115px );
	padding-left: 38px;
}
.rst-latest-articles-info h3{
	color: #000;
	font-family: Cardo;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25em;
	margin: 0;
}
.rst-latest-articles-info h3 em{
	font-style: italic;
}
.rst-latest-articles-info-meta{
	display: flex;
	align-items: center;
	gap: 0px 26px;
	flex-wrap: wrap;
	margin-bottom: 13px;
}

.rst-time-read-post,.rst-written-by{
	color: rgba(117, 117, 117, 0.75);
	font-family: Roboto;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 17px;
}
.rst-section-latest-ceo-articles{
	padding-bottom: 110px;
}
.latest-ceo-articles-wrap{
	display: flex;
	flex-wrap: wrap;
}
.rst-list-latest-ceo-articles{
	width: 100%;
	padding-right: 40px;
	
}
.rst-list-latest-ceo-articles{
	display: flex;
	gap: 40px;
	    flex-wrap: wrap;
}
.rst-list-latest-ceo-adv{
	width: 31.7%;
}
.rst-list-latest-ceo-adv .ad-600x600{
	max-height: auto;
	height: 100%;
}
.rst-list-latest-ceo-adv .ad-600x600 .adsanity-inner {
    height: 100%;
    padding-bottom: 0;
}
.rst-list-latest-ceo-adv .adsanity-gati,.rst-list-latest-ceo-adv .adsanity-gati a{
	display: block;
    height: 100%;
}
.rst-list-latest-ceo-adv .ad-600x600 .adsanity-inner img{
	height: 100%;
    width: 100%;
    object-fit: cover;
}
	
.rst-item-latest-ceo-articles{
	position: relative;
	border: 1px solid #E8EBEC;
	padding: 30px 29px;
	transition: all 0.3s;
}
.rst-item-latest-ceo-articles .arrow{
	display: flex;
	width: 45px;
	height: 45px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #000;
	position: absolute;
	right: 0;
	bottom: 0;
	transition: all 0.3s;
	opacity: 0;
}
.rst-item-latest-ceo-articles-first{
	width: calc( 50% - 20px );
}
.rst-item-latest-ceo-articles-thumb{
	margin-bottom: 25px;
}
.rst-item-latest-ceo-articles-thumb img{
	width: 100%;
	display: block;
	height: 261px;
	object-fit: cover;
}
.rst-item-latest-ceo-articles .rst-date-post{
	display: block;
	margin-bottom: 25px;
}
.rst-item-latest-ceo-articles-second{
	width: calc( 50% - 20px );
	display: flex;
	gap: 40px;
	flex-direction: column;
}
.rst-item-latest-ceo-articles p{
	color: rgba(55, 53, 53, 0.80);
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.45;
	margin: 0;
	
}
.rst-item-latest-ceo-articles h3{
	color: #000;

	font-family: Cardo;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25em;
	margin: 0 0 10px 0;
}
.rst-item-latest-ceo-articles:hover{
	background: #FFF;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}
.rst-item-latest-ceo-articles.hover:hover{
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
}
.rst-item-latest-ceo-articles:hover .arrow{
	opacity: 1;
}
.rst-section-latest-ceo-articles .rst-latest-articles-heading {
    margin-bottom: 42px;
}
.rst-invest-bss-top,.rst-invest-bss-bottom{
	background: #F3F4F5;
	display: flex;
	flex-wrap: wrap;
}
.rst-invest-bss-list{
	width: 51.23%;
	overflow: hidden;
	position: relative;
	padding-top: 127px;
	padding-bottom: 78px;
	padding-left: clamp(30px, 3.472vw, 60px);
	padding-right: clamp(30px, 3.472vw, 60px);
	background: #E8EBEC;
}
.rst-invest-bss-list > svg{
	position: absolute;
	right: -50px;
	top: -34px;
}
.rst-invest-bss-title{
	width: 48.77%;
	padding-left: clamp(30px, 3.472vw, 60px);
	padding-right: clamp(30px, 3.472vw, 60px);
	padding-top: 124px;
	padding-bottom: 123px;
}
.rst-invest-bss-title h2{
	color: #000;
	font-family: Cardo;
	font-size:  clamp(42px, 4.167vw, 72px);
	font-style: normal;
	font-weight: 400;
	line-height: 1.25em;
	letter-spacing: -0.72px;
	text-transform: capitalize;
	margin: 0 0 20px 0;
}
.rst-invest-bss-title-inner{
	max-width: 578px;
	padding-right: 60px;
	margin: 0px auto;
}
.rst-invest-bss-title h2 span{
	display: block;
	color: #D82928;
}
.rst-invest-bss-title p{
	color: rgba(55, 53, 53, 0.80);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.45em;
	margin: 0 0 50px 0;
}
.rst-list-survey{
	padding-left: 40px;
	max-width: 636px;
	width: 100%;
	margin: 0px auto;
}
.rst-item-survey a{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 20px;
	transition: all 0.3s;
}
.rst-item-survey a span{
	background: #D82928;
	width: 61px;
	height: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	text-transform: uppercase;
}	
.rst-item-survey a div{
	width: calc( 100% - 61px );
	padding-left: 40px;
}
.rst-item-survey a div h3{
	color: #000;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	margin: 0 0 5px 0;
	 white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis; 
	font-family: "Cardo", serif;
}
.rst-item-survey a div p{
	color: #161A1C;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	margin: 0;
}
.rst-item-survey a:hover{
	background: #FFF;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}
.rst-invest-bss-bottom{
	padding-top: 84px;
	padding-bottom: 85px;
	padding-left: clamp(30px, 3.472vw, 60px);
	padding-right: clamp(30px, 3.472vw, 60px);
}
.rst-invest-bss-bottom-left{
	width: 48.77%;
	padding-right: 40px;
}
.rst-invest-bss-bottom-right{
	width: 51.23%;
	padding-right: 62px;
}
.rst-invest-bss-bottom-right p{
	color: rgba(55, 53, 53, 0.80);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.45em;
	margin: 0 0 20px 0;
}
.rst-invest-bss-bottom-right p:last-child{
	margin: 0;
}
.rst-invest-bss-bottom-right .btn-ev{
	margin-top: 34px;
}
.rst-invest-insights-container{
	background: #F3F4F5;
	padding: 0;
	display: flex;
	position: relative;
}
.swiper-button-invest-insights{
	width: 100px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.swiper-button-invest-insights div{
	display: flex;
	width: 45px;
	height: 45px;
	justify-content: center;
	align-items: center;
	background: #64788280;
	cursor: pointer;
	transition: all 0.3s;
}
.swiper-button-invest-insights div:hover{
	transform: translateY(-10px);
}
.rst-invest-insights-title{
	padding-left: clamp(40px, 5.613vw, 97px);
	padding-right: 39px;
	padding-top: clamp(40px, 5.266vw, 91px);
	padding-bottom: 60px;
	width: 37.78%;
}
.rst-invest-insights-title h2{
	color: #000;
	font-size:  clamp(42px, 4.167vw, 72px);
	font-style: normal;
	font-weight: 400;
	line-height: 1.25em;
	letter-spacing: -0.72px;
	font-family: "Cardo", serif;
	text-transform: capitalize;
	margin: 0 0 20px 0;
}
.rst-invest-insights-title p{
	color: rgba(55, 53, 53, 0.80);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.45;
	max-width: 404px;
	margin: 0 0 50px 0;
}
.rst-invest-insights-lists{
	width: 62.22%;
	padding-left: 0px;
}
.rst-item-invest-insights{
	padding: 23px 25px;
	position: relative;
	width: 420px !important;
	transition: all 0.3s;
}
.rst-item-invest-insights:hover{
	background: #FFF;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}
.rst-item-invest-insights.hover:hover{
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
}
.rst-item-invest-insights-thumb{
	margin-bottom: 18px;
}
.rst-item-invest-insights-thumb img{
	width: 100%;
    display: block;
    height: 208px;
    object-fit: cover;
}
.rst-item-invest-insights h3{
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25em;
	margin: 0;
	font-family: "Cardo", serif;
}
.rst-item-invest-insights h3 em{
	font-style: italic;
}
.rst-invest-insights-info-meta{
	display: flex;
	gap: 26px;
	margin-bottom: 13px;
}
.rst-invest-insights-info-meta .rst-time-read-post + *{
	color: rgba(117, 117, 117, 0.75);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 17px;
}
.rst-invest-insights-slider{
	padding: 68px 0 82px 49px;
}
.rst-leadership-summits-container{
	padding-right: 68px;
	padding-left: 40px;
	display: flex;
	justify-content: space-between;
	gap: 40px;
	max-width: 1382px;
	width: 100%;
	margin: 0px auto;
	align-items: flex-start;
}
.rst-leadership-summits-title h2{
	    color: #000;
    font-size: clamp(42px, 4.167vw, 72px);
    font-style: normal;
    font-weight: 400;
    line-height: 1.25em;
	font-family: "Cardo", serif;
    letter-spacing: -0.72px;
    text-transform: capitalize;
    margin: 0 0 20px 0;
}
.rst-leadership-summits-title p{
	    color: rgba(55, 53, 53, 0.80);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.45;
    max-width: 100%;
    margin: 0 0 50px 0;
}
.rst-leadership-summits-title{
	max-width: 506px;
	padding-top: 5px;
}
.rst-leadership-summits-value{
	max-width: 532px;
	display: flex;
	flex-wrap: wrap;
}
.rst-leadership-summits-value > div{
	width: 50%;
	padding: 37px 40px 22px 16px;
	border-top: 1px solid #D9D9D9;
}
.rst-mega-menu-wrap-inner{
	width: 100%;
	overflow: hidden;
}
.rst-mega-menu-info-meta .rst-date-post{
	letter-spacing: 1.65px;
	font-size: 11px;
	line-height: 15px;
}
.rst-mega-menu-info-meta .rst-time-read-post, .rst-mega-menu-info-meta .rst-written-by{
	font-size: 11px;
	line-height: 15px;
}
.rst-leadership-summits-value > div:nth-child(1),.rst-leadership-summits-value > div:nth-child(2){
	border-top: none;
	padding-top: 22px;
	padding-bottom: 37px;
}
.rst-leadership-summits{
	padding-top: 0;
	padding-bottom: 161px;
}
.rst-invest-insights{
	padding-bottom: 127px;
}
.rst-leadership-summits-value > div:nth-child(2n){
	padding-left: 65px;
	border-left: 1px solid #D9D9D9;
}
.rst-leadership-summits-value .value{
	color: #D82928;
	font-size: clamp(36px, 3.704vw, 64px);
	font-style: normal;
	line-height: 1.171875;
	display: block;
	margin: 0 0 10px 0;
	font-weight: 400;
}
.rst-leadership-summits-value p{
	color: rgba(55, 53, 53, 0.80);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
	margin: 0;
}
.content-home .about-caa{
	padding-bottom: 61px;
}
.content-home .inner-podcast {
    padding: 0 0 56px;
}
.rst-thumb-upcoming-event img{
	clip-path: polygon(0 0, 58% 0, 65% 13%, 100% 13%, 100% 100%, 0 100%);
}
.submenu-icon svg{
	display: block;
	margin-top: -1px;
}


.content-home .inner-reports {
    padding: 65px 0 105px;
	border: none;
}
.rst-toggle-menu{
	padding: 0px;
    width: 30px;
    height: auto;
    cursor: pointer;
    transition: all .2s ease;
    margin-top: 0px;
    display: none;
}
.rst-toggle-menu span {
    display: block;
    transition: all .4s ease;
    width: 100%;
    height: 3px;
    background: #d01f26 !important;
    margin: 0px auto;
    margin-bottom: 6px;
    border-radius: 0px;
	-webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform-origin: top left;
        transform-origin: top left;
}
.rst-toggle-menu span:last-child {
    margin-bottom: 0;
}
.menu-show .rst-toggle-menu {
	position: relative;
	height: 21px;
	width: 31px;
}
.menu-show .rst-toggle-menu span:first-child {
	transform: translateY(0px) rotate(45deg);
	position: absolute;
	left: 5px;
	margin: 0;
}
.menu-show .rst-toggle-menu span:nth-child(2) {
	opacity: 0;
}
.menu-show .rst-toggle-menu span:last-child {
	transform: translateY(0px) rotate(-45deg);
	position: absolute;
	left: 3px;
	top: 22px;
}
@media(max-width: 1600px){
	.header-nav > ul{
		gap: 40px;
	}
	
}
@media(max-width: 1440px){
	
	.header-nav .rst-main-menu > li > a{
		font-size: 14px;
	}
	
}
@media(max-width: 1300px){
	.rst-mega-menu-post-info h3{
		font-size: 20px;
	}
	.rst-mega-menu-about-right {
		padding-left: 30px;
	}
	.rst-mega-menu-stay-in-touch {
		padding-left: 30px;
	}
	.rst-mega-menu-stay-in-touch-title h3{
		font-size: 40px;
	}
	.header-nav > ul{
		gap: 30px;
	}
	.header-brand {
		width: 170px;
	}
	.header-bottom-right {
		width: calc(100% - 170px);
	}
	.bg-video video {
		width: 108% !important;
	}
	.header-bottom-right {
		padding-left: 20px;
	}
	.header-welcome {
		padding-left: 190px;
    }
	.rst-list-menu {
		padding-right: 40px;
	}
	.rst-list-menu > .sub-menu {
		column-gap: 30px;
	}
	.rst-mega-menu-post-info {
		width: 61%;
		padding-left: 20px;
	}
	.rst-mega-menu-post-info {
        width: 53%;
    }
	.rst-mega-menu-post-thumb {
		width: 47%;
	}
}
@media(max-width: 1200px){
	.rst-list-menu {
        padding-right: 20px;
    }
	.rst-mega-menu-video {
		width: 340px;
	}
	.rst-mega-menu-stay-in-touch {
		width: calc(100% - 340px - 185px);
	}
	.rst-mega-menu-stay-in-touch-title p{
		font-size: 16px;
	}
	.header-brand {
        width: 145px;
    }
	.header-nav > ul {
        gap: 20px;
    }
	.header-welcome {
        padding-left: 165px;
    }
	    .header-bottom-right {
        width: calc(100% - 145px);
    }
	.rst-list-survey {
		padding-left: 0;
	}
	.rst-main-footer {
		padding: 0 30px;
	}
	.rst-main-footer-top {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.rst-cta{
		padding-left: 30px;
		padding-right: 30px;
	}
	.rst-leadership-summits-container {
		padding-right: 30px;
		padding-left: 30px;
	}
	.rst-main-footer-menu {
		gap: 20px;
		padding-bottom: 80px;
	}
	
	.rst-banner-home-inner {
		padding-left: 0;
		max-width: 550px;
	}
	.rst-upcoming-event {
		width: 425px;
		padding-top: 30px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.rst-latest-articles-first-info {
		padding-left: 20px;
	}
	.rst-thumb-upcoming-event img {
		height: 190px;
	}
	 .bg-video video {
        width: 100% !important;
		height: 118% !important;
		object-fit: cover;
    }
	.rst-section-latest-articles {
		padding-bottom: 80px;
	}
	.rst-section-latest-ceo-articles {
		padding-bottom: 80px;
	}
	.content-home .inner-reports {
		padding: 65px 0 80px;
	}
	.rst-invest-insights-title {
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 50px;
	}
	.rst-invest-insights-slider {
		padding: 40px 0 60px 0px;
	}
	.rst-leadership-summits {
		padding-top:0px;
		padding-bottom: 80px;
	}
	.rst-invest-insights{
		padding-bottom: 80px;
	}
	.rst-cta-title h3{
		font-size: 38px;
	}
	.rst-cta-title p{
		font-size: 18px;
	}
	.rst-list-latest-ceo-articles {

		gap: 30px;
		padding-right: 30px;
	}
	.rst-item-latest-ceo-articles-first {
		width: calc(50% - 15px);
	}.rst-item-latest-ceo-articles-second {
		width: calc(50% - 15px);
		gap: 30px;
	}
	.rst-item-survey a div h3{
		font-size: 30px;
	}
	.rst-invest-bss-bottom-right {
		padding-right: 0px;
	}
	.rst-latest-articles-info h3 {
		font-size: 20px;
	}
}
@media(max-width: 1120px){
	.rst-mega-menu{
		position: static;
		box-shadow: none;
	}
	.rst-list-menu{
		width: 100%;
		padding-right: 0;
	}
	.rst-list-menu {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.rst-mega-menu-container-report .rst-list-menu {
		width:100%;
	}
	.rst-mega-menu-video,.rst-mega-menu-stay-in-touch{
		display: none;
	}
	.rst-mega-menu-about-right {
		width: 100%;
		padding-left: 0px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.rst-list-menu li a ,.rst-mega-menu-about-right ul li a{
		font-size: 16px;
		line-height: 24px;
	}
	.rst-mega-menu .container{
		padding-left: 0;
		padding-right: 0;
	}
	.rst-list-menu > .sub-menu {
		column-count: 2;
		column-gap: 20px;
	}
	.rst-list-menu li {
		padding-bottom: 15px;
	}
	.rst-mega-menu-about-right ul {
		gap: 15px;
		line-height: 26px;
	}
	.rst-mega-menu-right{
		display: none;
	}
	.rst-toggle-menu{
		display: block;
	}
	.menu-show {
        overflow: hidden;
    }
	.header-nav{
		display: none;
        position: absolute;
        height: calc(100vh - 122px);
        top: 100%;
        background: #fff;
        width: 100%;
        left: 0;
        padding: 0 20px;
        padding-top: 20px;
        padding-bottom: 30px;
        overflow: auto;
		z-index: 999;
	}
	.menu-show .header-nav{
        display: block;
    }
	.header-nav>.rst-main-menu {
        flex-direction: column;
        gap: 0 !important;
    }
	.header-nav>.rst-main-menu>li {
        border-bottom: 1px solid #E8EBEC;
        width: 100%;
    }

	.header-nav>.rst-main-menu>li:last-child {
        border-bottom: 0px solid #E8EBEC;
    }
	.header-nav .rst-main-menu > li > a {
        font-size: 20px;
        line-height: 1.4;
        padding: 15px 0;
    }
	.submenu-icon svg {
        transform: rotate(-90deg);
        width: 20px !important;
        height: 13px !important;
		transition: all 0.3s;
    }
	.show-submenu .submenu-icon svg {
		transform: rotate(0deg);
	}
	.has-submenu-mega-menu>a {
        justify-content: space-between;
        align-items: center !important;
    }
	.header-bottom-right {
		align-items: center;
		justify-content: flex-end;
	}
	.rst-toggle-menu{
		margin-left: 20px;
	}
}
@media(max-width: 1024px){
	.header-welcome{
		display: none;
	}
	.header-top-inner {
		align-items: center;
		justify-content: flex-end;
	}
	.header-socials{
		padding-left: 50px;
	}
	.rst-latest-articles-first {
		width: 100%;
	}
	.rst-title-section{
		font-size: 42px;
	}
	.rst-invest-insights-lists {
		width: 56.22%;
	}
	.rst-invest-insights-title{
		width: 43.78%;
	}
	.rst-list-latest-ceo-articles {
		width: 100%;
		padding-right: 0px;
	}
	.rst-item-latest-ceo-articles-thumb img{
		height: auto;
		aspect-ratio: 1.7471264;
	}
	
	.rst-list-latest-ceo-adv {
		width: 100%;
		padding-top: 30px;
		display: none;
	}
	.rst-latest-articles-info {
		padding-left: 20px;
	}
	.rst-latest-articles-three {
		padding-left: 0;
		padding-top: 0px;
		width: 100%;
	}
	.rst-leadership-summits-container {
		padding-right: 0px;
		padding-left: 0px;
	}
	.rst-item-survey a div {
		padding-left: 20px;
	}
	.rst-item-latest-ceo-articles h3 {

		font-size: 26px;
	}
	.rst-invest-bss-title-inner {
		padding-right: 0;
		margin: 0px auto;
	}
	.rst-invest-bss-title p,.rst-invest-bss-bottom-right p,.rst-invest-insights-title p,.rst-leadership-summits-title p{
		font-size: 16px;
	}
	.rst-leadership-summits-value > div {
		
		padding: 20px;
	}
	.rst-leadership-summits-value > div:nth-child(1), .rst-leadership-summits-value > div:nth-child(2){
		padding: 20px;
	}
	.rst-leadership-summits-value p {
		font-size: 16px;
		line-height: 1.4;
	}
	.rst-cta-title {
		width: 50%;
		padding-right: 30px;
	}
	.rst-cta-form {
		width: 50%;
	}
	.rst-cta-title p {
        font-size: 16px;
    }
	.rst-item-invest-insights h3 {
		
		font-size: 22px;
	}
	.rst-leadership-summits-value > div:nth-child(2n) {
		padding-left: 20px;
		border-left: 1px solid #D9D9D9;
	}
	.rst-main-footer-top {
        padding-top: 60px;
        padding-bottom: 60px;
    }
	.rst-main-footer-bottom {
		flex-direction: column;
		padding-top: 30px;
		padding-bottom: 30px;
		gap: 15px;
	}
	.rst-main-footer-menu{
		padding-bottom: 60px;
        flex-wrap: wrap;
		        gap: 40px 20px;
	}
	.rst-main-footer-column {
		width: calc( 33.333% - calc( 60px / 3 ) );
	}
	.rst-item-invest-insights {
		padding: 20px 20px;
		width: 395px !important;
	}
	.rst-upcoming-event{
		width: 100%;
		position: static;
		height: auto;
		background: #1E1D1D;
		        padding-top: 40px;
		        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
	}
	.rst-banner-home-top{
		position: relative;
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.rst-banner-home{
		padding: 0;
		
	}
	.rst-banner-home-inner p{
		font-size: 18px;
		margin-bottom: 30px;
	}
	    
	.rst-upcoming-event:after{
		display: none;
	}
	.rst-thumb-upcoming-event img{
		height: auto;
		aspect-ratio: 1.8130434;
		
	}
	.copyright{
		text-align: center;
	}
	.search-form button[type="submit"]{
		padding-left: 0;
	}
	.search-form input{
		width: calc(100% - 44px - 14px);
	}
	.contact-hero{
		padding-bottom: 80px !important;
	}
}
@media(max-width: 767px){
	.contact-hero{
		padding-bottom: 60px !important;
	}
	.header-nav{
        height: calc(100vh - 110px);
	}
	.header-socials ul{
		gap: 14px;
	}
	.header-socials {
        padding-left: 40px;
    }
	.header-brand {
        width: 130px;
    }
	.header-bottom-right {
        width: calc(100% - 130px);
    }
	.rst-upcoming-event-inner > h2,.rst-item-upcoming-event h2{
		font-size: 30px;
	}
	.rst-latest-articles-heading {
        margin-bottom: 30px;
        flex-direction: column;
        align-items: flex-start;
    }
	.rst-latest-articles-first{
		padding-left: 0;
		padding-top: 0;
		padding-right: 0;
	}
	.rst-latest-articles-first:hover,.rst-latest-articles-item:hover {
		background: #FFF;
		box-shadow: none;
	}
	.rst-latest-articles-first-thumb {
		width: 100%;
		position: relative;
	}
	.rst-section-latest-ceo-articles {
        padding-bottom: 60px;
    }
	.rst-latest-articles-item{
		padding-left: 0;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-right: 0;
	}
	.rst-latest-articles-first-thumb img {
		aspect-ratio: 2;
	}
	.rst-section-latest-articles {
        padding-bottom: 60px;
    }
	.rst-list-latest-articles {
		margin-left: 0;
	}
	.rst-latest-articles-first-info{
		width: 100%;
		padding-left: 0;
	}
	.rst-invest-insights-lists {
		width: 100%;
	}
	.rst-invest-insights-title {
        padding-left: 20px;
        padding-right: 20px;
		padding-bottom: 0;
    }
	.rst-invest-bss-list > svg{
		display: none;
	}
	.rst-invest-bss-title p{
		margin-bottom: 30px;
	}
	 .rst-item-survey a div h3 {
        font-size: 24px;
    }
	.rst-item-survey a span{
		font-size: 26px;
	}
	.rst-item-survey a div p{
		font-size: 16px;
	}
	    .rst-item-latest-ceo-articles-first {
        width: 100%;
    }
	.rst-title-section{
		margin-bottom: 15px;
	}
	.rst-section-latest-ceo-articles .rst-latest-articles-heading {
		margin-bottom: 30px;
		flex-direction: column;
		align-items: flex-start;
	}
	.rst-item-latest-ceo-articles,.rst-item-latest-ceo-articles{
		padding: 20px;
	}
	.rst-item-latest-ceo-articles-second{
		 width: 100%;
	}
	.rst-invest-bss-list {
		padding-top: 40px;
		width: 100%;
		padding-bottom: 40px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.rst-invest-bss-bottom {
		padding-top: 60px;
		padding-bottom: 60px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.rst-invest-bss-bottom-left {
		width: 100%;
		padding-right: 0px;
	}
	.rst-invest-bss-bottom-right .btn-ev {
		margin-top: 30px;
	}
	.rst-invest-bss-bottom-right{
		width: 100%;
		padding-top: 30px;
	}
	.rst-list-survey{
		max-width: 100%;
	}
	    .rst-leadership-summits {
        padding-top: 0px;
        padding-bottom: 60px;
    }
	.rst-invest-insights{
		padding-bottom: 60px;
	}
	.rst-leadership-summits-title p{
		margin-bottom: 30px;
	}
	.rst-leadership-summits-title {
		max-width: 100%;
		padding-top: 0px;
	}
	.rst-leadership-summits-container {
		flex-direction: column-reverse;
	}
	.rst-invest-bss-title-inner {
		max-width: 100%;
	}
	.rst-invest-bss-title {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.rst-invest-insights-title p{
		max-width: 100%;
		margin: 0 0 30px 0;
	}
	.rst-invest-insights-title{
		width: 100%;
	}
	.rst-invest-insights-container {
		flex-wrap: wrap;
	}
	.rst-main-footer-column {
		width: calc( 50% - calc( 20px / 2 ) );
	}
	.rst-main-footer {
        padding: 0 20px;
    }
	    .rst-cta-title h3 {
        font-size: 32px;
    }
	.copyright,.rst-menu-footer li a {
		font-size: 14px;
		
	}
	.rst-cta{
		padding: 50px 20px;
	}
	.rst-cta-form {
        width: 100%;
    }
	.rst-cta-title {
        width: 100%;
        padding-right: 0px;
        padding-bottom: 20px;
    }
	.rst-cta{
		flex-wrap: wrap;
	}
	.rst-latest-articles-info-meta{
		gap: 0px 20px;
	}
	.rst-invest-insights-info-meta{
		gap: 20px;
	}
	.rst-item-survey a{
		padding: 15px 0;
	}
	.rst-item-survey a:hover {
		background: none;
		box-shadow: none;
	}
}
@media(max-width: 540px){
	.rst-item-invest-insights:hover {
		background: none;
		box-shadow: none;
	}
	.rst-item-invest-insights {
        padding: 0;
        width: 100% !important;
    }
	.rst-item-invest-insights-thumb img {
		aspect-ratio: 1.77884615;
		object-fit: cover;
		height: auto;
	}
	.rst-invest-insights-lists{
		padding-left: 20px;
		padding-right: 20px;
	}
	.rst-main-footer-top {
        flex-direction: column;
        gap: 30px;
    }
	.rst-title-footer-column{
		letter-spacing: 1.2px;
	}
}
.pagination .page-numbers{
	width: 47px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	    color: #000;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
	transition: 0.4s all;

}
.pagination .page-numbers.current{
	    background: #D82928;
    border: 1px solid #D82928;
    color: #fff;
}
.pagination .page-numbers.next,.pagination .page-numbers.prev,.pagination .page-numbers.last,.pagination .page-numbers.first{
    gap: 12px;
	padding: 0 24px;
	width: auto;
}
.pagination .page-numbers.disable{
	opacity: 0.6;
	pointer-events: none;
}
.pagination .page-numbers svg{
	display: block;
	width: 14px;
    height: 13px;
}

@media (max-width: 767px){
	.pagination .page-numbers {
    	width: 40px;
    	height: 40px;
	}
	.pagination .page-numbers.next, .pagination .page-numbers.prev, .pagination .page-numbers.last, .pagination .page-numbers.first {
		gap: 10px;
		padding: 0 20px;
	}
	.pagination ul {
        flex-wrap: wrap;
    }
}


.contact-form .gform-theme--foundation .gform_heading{
	display: none !important;
}
.contact-form .gform-theme--foundation .gform_fields{
	grid-column-gap: 40px;
	grid-row-gap: 40px;
}
.contact-form .gform_wrapper .gform_fields .gfield .gfield_label {
	color: #212121 !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    display: block!important;
    margin: 0 0 10px!important;
}
.contact-form .gform_fields .gfield .ginput_container input[type="text"],.contact-form .gform_fields .gfield .ginput_container input[type="email"],.contact-form .gform_fields .gfield .ginput_container input[type="tel"], .contact-form .gform_fields .gfield .ginput_container input[type="number"] {
	
	height: auto !important;
	font-family: 'Roboto' !important;
    width: 100% !important;
    border: 1px solid #E8EBEC !important;
    padding: 15px 14px 15px 14px !important;
    outline: none !important;
    color: rgba(55, 53, 53, 1) !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    line-height: 20px !important;
	border-radius: 0px !important;
	display: block !important;
    outline: none !important;
    box-shadow: none !important;
    margin-bottom: 0px !important;
}
.contact-form  .gform_fields .gfield .ginput_container textarea {
    height: auto !important;
	font-family: 'Roboto' !important;
    width: 100% !important;
    border: 1px solid #E8EBEC !important;
    padding: 19px 19px 19px 19px !important;
    outline: none !important;
    color: rgba(55, 53, 53, 1) !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    line-height: 20px !important;
	border-radius: 0px !important;
	display: block !important;
    outline: none !important;
    box-shadow: none !important;
    margin-bottom: 0px !important;
    height: 118px !important;
    min-height: auto !important;
    resize: none !important;
}
.contact-form .gform-theme--framework .gform-field-label>.gfield_required{
	color: #D82928!important;
	font-size: inherit!important;
	line-height: 1!important;
}
.contact-form .gform-theme--foundation .gform_footer{
	margin-top: 50px !important;
	justify-content: center;
}
.contact-form .gform-theme--foundation .gform_footer .gform_button.button{
	border-radius: 0px !important;
    line-height: 22px !important;
	font-family: 'Roboto'!important;
	font-size: 16px!important;
    border: none !important;
	padding: 17px 30px!important;
    background: #D01F26!important;
	transition: all 0.5s;
	font-weight: 500!important;
	color: #FFF!important;
	display: inline-block!important;
	text-transform: uppercase;
	position: relative;
	outline: none !important;
	box-shadow: none !important;
}
.contact-form .gform_fields ::-webkit-input-placeholder {
  color: rgba(55, 53, 53, 0.7) !important;
}
.contact-form .gform_fields ::-moz-placeholder {
  color: rgba(55, 53, 53, 0.7) !important;
}
.contact-form .gform_fields :-ms-input-placeholder {
  color: rgba(55, 53, 53, 0.7) !important;
}
.contact-form .gform_fields :-moz-placeholder {
	color: rgba(55, 53, 53, 0.7) !important;
}
.contact-form .gform-theme--foundation .gform_footer .gform_button.button:after{
	display: inline-block !important;
    content: "" !important;
    height: 14px;
    width: 15px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNSAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTE0LjI1IDcuNTYyNUw4Ljc1IDEyLjgxMjVDOC40Mzc1IDEzLjA5MzggNy45Njg3NSAxMy4wOTM4IDcuNjg3NSAxMi43ODEyQzcuNDA2MjUgMTIuNDY4OCA3LjQwNjI1IDEyIDcuNzE4NzUgMTEuNzE4OEwxMS44NzUgNy43NUgxLjI1QzAuODEyNSA3Ljc1IDAuNSA3LjQzNzUgMC41IDdDMC41IDYuNTkzNzUgMC44MTI1IDYuMjUgMS4yNSA2LjI1SDExLjg3NUw3LjcxODc1IDIuMzEyNUM3LjQwNjI1IDIuMDMxMjUgNy40MDYyNSAxLjUzMTI1IDcuNjg3NSAxLjI1QzcuOTY4NzUgMC45Mzc1IDguNDY4NzUgMC45Mzc1IDguNzUgMS4yMTg3NUwxNC4yNSA2LjQ2ODc1QzE0LjQwNjIgNi42MjUgMTQuNSA2LjgxMjUgMTQuNSA3QzE0LjUgNy4yMTg3NSAxNC40MDYyIDcuNDA2MjUgMTQuMjUgNy41NjI1WiIgZmlsbD0id2hpdGUiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
	position: absolute;
    margin-left: 10px;
	opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
	    top: 19px;
	
}
.contact-form .gform-theme--foundation .gform_footer .gform_button.button:hover {
    padding-right: 55px !important;
    background: #A7181B !important;
}
.contact-form .gform-theme--foundation .gform_footer .gform_button.button:hover:after{
	opacity: 1;
    visibility: visible;
}
.contact-form .gfield.gfield--type-checkbox .gform-field-label{
	color: rgba(55, 53, 53, 0.80) !important;
	font-family: Roboto !important;
	font-size: 20px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: 145% !important;
	margin: 0 0 0 28px!important;
}
.contact-form .gfield.gfield--type-checkbox .ginput_container input{
	width: 40px!important;
	height: 40px!important;
	border: 1px solid #E8EBEC!important;
	box-shadow: none;
	outline: none;
	    min-width: 40px!important;
}
.contact-form .gfield.gfield--type-checkbox .ginput_container{
	padding: 12px 0;
}
.contact-form .gform-theme--foundation .gfield select {
	font-family: 'Roboto' !important;
    width: 100% !important;
    border: 1px solid #E8EBEC !important;
    padding: 15px 14px 15px 14px !important;
    outline: none !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    line-height: 20px !important;
    margin: 0 !important;
	outline: none !important;
	height: auto !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	background-image: url(../images/angle-down.svg)!important;
	    background-repeat: no-repeat!important;
    background-position: center right 13px!important;
	color: rgba(55, 53, 53, 0.70) !important;
}
.contact-form .gform-theme--foundation .gfield.gfield--type-multiselect select{
	background: none !important;
	line-height: 30px !important;
}
.contact-form .gform-theme--foundation .gfield.gfield--type-multiselect select option,.contact-form .gform-theme--foundation .gfield.gfield--type-multiselect select:-internal-list-box option {
	line-height: 30px !important;
}
.contact-form.newsletter-form .gform-theme--foundation .gform_footer {
    margin-top: 73px !important;
    justify-content: flex-start;
}
.gfield_description.validation_message.gfield_validation_message{
	font-size: 1em !important;
}
.contact-form.newsletter-form{
	position: relative;
}
.rst-note-newletter{
	color: rgba(55, 53, 53, 0.80) !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.45 !important;
    margin: 0px 0 10px 0 !important;
	width: calc( 100% - 160px ) !important;
	position: absolute !important;
	bottom: 0 !important;
	right: 0 !important;
}	
.contact-form.newsletter-form form{
	position: relative;
}
.contact-form .gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):before{
	color: #D82928 !important;
	font-size: 20px !important;
}
.contact-form .gfield.gfield--type-checkbox .ginput_container .gchoice {
	display: flex;
	align-items: center;
}
.contact-form .gform-theme--framework .gfield--type-choice .gfield_checkbox, .gform-theme--framework .gfield--type-choice .gfield_radio {
    gap: 20px !important;
}
.single-report-main{
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
}
.inner-single-report-hero{
	max-width: 1050px;
	margin: 0px auto;
	width: 100%;
	    padding-top: 111px;
}
.3d-pdf-report{
	
}
.single-report-hero .advertisement{
	max-width: 970px;
	margin: 0px auto;
	width: 100%;
	margin-top: 120px;
}
.inner-single-report-hero h1{
	text-align: center;
	margin-bottom: 117px;
	margin-top: 0px;
	line-height: 1.25em;
}
.single-report-main .inner-reports{
	padding-top: 120px;
	padding-bottom: 55px;
}
.single-report-main .latest-articles {
    padding: 55px 0 170px;
}
.insights-single .sidebar-single .feature-img {
	aspect-ratio: auto !important;
}
.sidebar-single .feature-img img{
	display: block;
}
.articles-interview .articles-main .item-image img,.articles-interview .articles-item .item-image img{
	aspect-ratio: 1;
}
.dropdown-btn{
	min-width: 150px !important;
	justify-content: space-between !important;
}
.ai-all .dropdown-btn{
	padding-left: 29px;
	padding-right: 29px;
}
.ai-category .articles-section{
	margin-top: 0 !important;
	padding-top: 80px !important;
}
.icon-share svg{
	display: block;
}
.share-socials{
	line-height: 22px;
	position: relative;
}
.share-socials ul{
	margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	opacity: 0;
}
.btn-share:hover .share-socials ul{
	opacity: 1;
}
.btn-share:hover .share-text{
	opacity: 0;
}
.share-socials ul li a{
	width: 20px;
	display: block;
}
.share-socials ul li a svg{
	display: block;
	margin: 0px auto;
}
.rst-main-footer-menu.rst-main-footer-menu-mobile{
	display: none !important;
}
@media (max-width: 991px) {
	.single-report-main .inner-reports{
		padding-top: 80px;
	}
}
@media (max-width:767px) {
	.rst-main-footer-menu.rst-main-footer-menu-deskop{
		display: none !important;
	}
	.rst-main-footer-column:last-child{
		width: 100% !important;
	}
	.rst-main-footer-menu.rst-main-footer-menu-mobile{
		display: flex !important;
	}
	.inner-single-report-hero{
		padding-top: 60px;
	}
	.inner-single-report-hero h1{
		margin-bottom: 60px;
	}
	.single-report-main .inner-reports{
		padding-top: 60px;
	}
	.contact-form .gfield.gfield--type-checkbox .gform-field-label{
		font-size: 18px !important;
		margin: 0 0 0 20px !important;
	}
	.single-report-main .latest-articles{
		padding-bottom: 30px !important;
	}
	.contact-form .gform_wrapper .gform_fields .gfield .gfield_label{
		font-size: 18px !important;
	}
	.contact-form .gfield.gfield--type-checkbox .ginput_container {
		padding: 0;
	}
	.rst-note-newletter{
		position: static !important;
		margin-top: 30px !important;
		width: 100% !important;
	}
	.contact-form.newsletter-form .gform-theme--foundation .gform_footer {
		margin-top: 40px !important;
		justify-content: center;
	}
}
@media (max-width: 639px) {
	.contact-form .gform-theme--foundation .gform_fields {
		grid-column-gap: 0px;
		grid-row-gap: 30px;
	}
}
.subscribe-main-page .inner-newsletter{
	max-width: 1072px;
	padding-bottom: 147px;
	padding-top: 147px;
}

.subscribe-main-page .newsletter-heading h1{
	line-height: 1;
}
.subscribe-today-wrap{
	display: flex;
	gap: 40px;
}
.subscribe-today-column{
	width: 50%;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.subscribe-today-column > div > span{
	color: #FFF;

	text-align: center;
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: 3px;
	text-transform: uppercase;
	display: block;
	padding: 15px 25px;
	background: #647882;
}
.subscribe-today-column .price{
	color: #D82928;

	text-align: center;
	font-family: Roboto;
	font-size: 72px;
	font-style: normal;
	font-weight: 700;
	line-height: 145%;
	padding: 20px 0 19px 0;
}
.subscribe-today-column .price .price-item{
	position: relative;
	padding-left: 26px;
	
}
.subscribe-main-page .newsletter-heading {
    margin: 0 0 147px;
	max-width: 795px;
	margin: 0px auto;
	margin-bottom: 147px;
}
.subscribe-main-page .newsletter-heading p a{
	text-decoration: underline;
	color: inherit;
	text-decoration-thickness: 1px;
}
.subscribe-today-column .price .price-item sup{
	position: absolute;
	left: 0;
	top: 5px;
	font-size: 44px;
	line-height: 1;
}
.subscribe-today-column .price span.label{
	color: rgba(55, 53, 53, 0.80);
	font-family: Roboto;
	font-size: 54px;
	font-style: normal;
	font-weight: 300;
	line-height: 145%;
}
.subscribe-today-column ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.subscribe-today-column ul li{
	text-align: center;
	color: rgba(55, 53, 53, 0.80);
	text-align: center;
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 145%;
	padding: 20px 40px;
	border-top: 1px solid #D9D9D9;

}
.subscribe-today-column a{
	color: #FFF;

	text-align: center;
	font-family: Roboto;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	display: block;
	padding: 8px; 
	background: #D82928;
}
@media (max-width: 991px) {
	.subscribe-main-page .newsletter-heading{
		margin-bottom: 60px;
	}
	.subscribe-main-page .inner-newsletter {
		padding-bottom: 80px;
		padding-top: 80px;
	}
	.subscribe-today-column .price span.label{
		font-size: 40px;
	}
	.subscribe-today-column .price{
		font-size: 60px;
	}
}

@media (max-width: 767px) {
	.subscribe-today-column > div > span{
		font-size: 16px;
		line-height: 20px;
	}
	.subscribe-today-column ul li {
		font-size: 16px;
		padding: 15px 20px;
	}
	.subscribe-today-column .price .price-item sup {
		font-size: 38px;
	}
	.subscribe-today-column a{
		font-size: 16px;
		    line-height: 22px;
	}
	.subscribe-today-column .price{
		font-size: 52px;
	}
	.subscribe-today-column .price span.label{
		font-size: 32px;
	}
	.subscribe-today-wrap {
		flex-direction: column;
	}
	.subscribe-today-column {
		width: 100%;
	}
	.subscribe-main-page .newsletter-heading{
		margin-bottom: 40px;
	}
	.subscribe-main-page .inner-newsletter {
		padding-bottom: 20px;
		padding-top: 60px;
	}
}

.box-press h3 a:after{
	content:"";
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	top: 0;
}