html {
    scroll-behavior: smooth;
}
.site-logo img {
    width: 300px !important;
}
.whb-general-header .wd-sub-menu li {
    margin-right: -40px;
    background-color: #fff;
}
.whb-row.whb-general-header .container {
    padding-left: 0;
    padding-right: 0;
}
.main-banner::after {
    content: '' !important;
    position: absolute !important;
    z-index: 9;
    height: 100% !important;
    width: 100% !important;
    background: linear-gradient(173.16deg, rgba(34, 63, 87, 0.3) 25.41%, #0E1837 94.72%);
    left: 0;
    top: 0;
visibility: visible !important;
}
.btn-prim {
    background: linear-gradient(180deg, #CD7F12 0%, #FCE08A 52.4%, #CD7F12 100%);
}
.main-gal {
    position: relative;
    top: -80px;
    z-index: 999;
    border-top: 1px solid #FFFFFF33;
    padding-top: 20px;
}
footer.wd-footer.footer-container {
    margin-left: 40px;
    margin-right: 40px;
}
.wd-copyrights {
    margin-left: 80px;
    margin-right: 80px;
    color: #7689A0;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Montserrat';
}
.wd-copyrights a {
    color: #7689A0;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Montserrat';
    text-decoration: underline;
    margin-left: 10px;
}
.grad-text, .apex-side-posts span.insight-type, .testimonial-loading {
    background: linear-gradient(180deg, #FCE08A 0%, #CB7D10 52.4%, #FCE08A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.apbox4 .info-box-subtitle, .insight-type, .popup-cont .info-box-title, .grad-text-light {
   background: linear-gradient(180deg, #CD7F12 0%, #FCE08A 52.4%, #CD7F12 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.fot-row h5.widget-title {
    padding-left: 0px;
background: linear-gradient(180deg, #CD7F12 0%, #FCE08A 52.4%, #CD7F12 100%);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.apex-box {
    height: 300px;
}
.apx-img img{
height: 630px;
}
.apex-box .info-box-title {
    padding-top: 50px;
}
.apbox3 .info-box-title {
    padding-top: 0px !important;
}
.apbox3 .info-svg-wrapper {
    height: 150px !important;
    width: 150px !important;
}
/* .apbox4{
    background:
        linear-gradient(165.79deg, #223F57 10.4%, #0E1837 109.6%),
        url('/wp-content/uploads/2026/06/Layer_1-33.svg');

    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
} */
.partner-box .box-icon-wrapper {
    position: relative;
}

.partner-box .info-box-subtitle {
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 2;
    background: #fff; /* optional */
    padding: 8px 16px;
}

/* If the subtitle is outside the image wrapper */
.partner-box .info-box-content {
    position: static !important;
}


.partner-box .info-box-content {
    height: 350px;
    display: flex;
padding: 10px 30px;
    flex-direction: column;
}

.partner-box .info-btn-wrapper {
    margin-top: auto !important;
    border-top: 1px solid #D9D9D9;
    padding-top: 10px;
    padding-bottom: 20px;
}
.partner-box .info-btn-wrapper a {
    position: relative;
    display: inline-block;
}

.partner-box .info-btn-wrapper a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px; /* distance below text */
    width: 100%;
    height: 2px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.partner-box .info-btn-wrapper a:hover::after {
    transform: scaleX(1);
}

.partner-box .info-btn-wrapper a {
    border-bottom: none !important;
    font-size: 18px;
    color: #0F0F0F;
    font-weight: 700;
    font-family: Montserrat;
}
.partner-box .info-btn-wrapper span.wd-btn-icon img {
    margin-left: 10px;
 transition: 0.3s ease-in-out;
}
.partner-box .info-btn-wrapper:hover span.wd-btn-icon img {
    margin-left: 15px !important;
    transition: 0.3s ease-in-out;
}
/* .custom-form {
  max-width: 900px;
  margin: 0 auto;
} */

.form-row {
  display: flex;
  gap: 30px;
  margin-bottom: 20px;
}

.form-col {
  flex: 1;
}

.form-row.full-width {
  display: block;
}

.custom-form input, .custom-form textarea {
    width: 100% !important;
    border: none !important;
    border-bottom: 1px solid #0000001F !important;
    padding: 12px 5px !important;
    font-size: 14px !important;
    background: transparent !important;
    outline: none !important;
}

.custom-form textarea {
  height: 100px;
  resize: none;
}

.form-submit {
  text-align: right;
}
.custom-form input::placeholder, .custom-form textarea::placeholder {
    color: #616161;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Montserrat';
}
.custom-form input[type="submit"] {
    border: none !important;
    background: linear-gradient(180deg, #CD7F12 0%, #FCE08A 52.4%, #CD7F12 100%) !important;
    box-shadow: none !important;
    color: black !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    font-family: 'Montserrat' !important;
    width: fit-content !important;
    padding: 17px 30px !important;
}

.custom-form input[type="submit"]:hover {
  opacity: 0.9;
}



.apex-testimonials{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
padding-left: 40px;
padding-right: 40px;
}

.apex-testimonials .left-card {
    background: linear-gradient(165.79deg, #223F57 10.4%, #0E1837 109.6%);
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
img.quote {
    height: 45px;
    text-align: left;
}
.left-card .card-bottom {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.card-bottom .author {
    display: flex;
    flex-direction: column;
}
.left-card .card-bottom .author strong {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700 !important;
    font-family: montserrat;
}
.left-card .card-bottom .author span {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Montserrat';
}
.left-card .content p {
    color: #FFFFFF;
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
    font-family: Proxima Nova light;
    margin-top: 30px;
}
.left-card a.watch-video img, .small-card a.watch-video img {
    background-color: #000000;
    padding: 10px;
    border-radius: 100px;
    height: 40px;
}
.left-card a.watch-video, .small-card a.watch-video {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Montserrat';
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #ffffff;
    padding: 10px 20px;
    border-radius: 70px;
}
.small-card .card-bottom {
    padding-top: 40px;
}
.apex-testimonials .small-card {
    background-color: #F6F6F6;
      padding: 30px;
}
.small-card .content p {
    color: #000000;
    font-size: 26px;
    line-height: 34px;
    font-weight: 600;
    font-family: 'Proxima Nova Light';
    margin-top: 30px;
}

.right-column{
    display:grid;
    gap:20px;
}
.card-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.video-card{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap: 20px;
}
.video-content {
    background-image: url(/wp-content/uploads/2026/06/Frame-2147228395.png);
background-size: cover;
background-repeat: no-repeat;
    padding: 25px;
}
.video-content p {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Proxima Nova';
    line-height: 30px;
    margin-top: 10px;
}
.video-content .author {
    display: flex;
    flex-direction: column;
}
.video-content .author strong {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Montserrat';
}
.video-content .author span {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Montserrat';
}
.play-center {
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #FFFFFF33;
    backdrop-filter: blur(24px);
    padding: 10px 20px;
    min-width: max-content;
    border-radius: 60px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Montserrat';
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 9;
}
a.watch-video.play-center:hover {
    color: #fff;
}
.video-image{
    position:relative;
}

.play-center img {
    background: linear-gradient(180deg, #CD7F12 0%, #FCE08A 52.4%, #CD7F12 100%);
    padding: 10px;
    border-radius: 40px;
    height: 40px;
}
#testimonial-modal{
    display:none;
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.8);
    z-index:9999;
}
.video-image::after {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 53.33%, #000000 100%);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
}
.modal-inner{
    width:80%;
    max-width:900px;
    margin:5% auto;
    position:relative;
}

.modal-inner iframe{
    width:100%;
    height:500px;
}

.close-video{
    position:absolute;
    right:-30px;
    top:-30px;
    color:#fff;
    cursor:pointer;
    font-size:30px;
}
.pbox1 .info-box-subtitle {
    text-transform: uppercase;
}
.pbox2 .info-box-subtitle {
    background-color: #fff !important;
    text-transform: uppercase;
}

/* insights */


.apex-insights-header{
	display:flex;
	align-items:center;
	justify-content:center;
	gap:30px;
	margin-bottom:30px;
	flex-wrap:wrap;
}

.apex-insights-header h2 {
    margin: 0;
    font-size: 60px;
    font-weight: 700;
    font-family: 'Proxima Nova';
}

.apex-insights-tabs {
    display: flex;
    gap: 5px;
    background-color: #FFFFFF;
    padding: 10px 12px;
}

.apex-insights-tabs button {
    border: none;
    padding: 8px 15px;
    background: transparent;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    color: #0F1530;
    font-family: 'Proxima Nova';
}

.apex-insights-tabs button.active{
	    background: linear-gradient(180deg, #FCE08A 0%, #CB7D10 52.4%, #FCE08A 100%);
	color:#fff !important;
}

.apex-insights-grid{
	display:flex;
	gap:24px;
}

.apex-featured {
    width: 50%;
    background: linear-gradient(165.79deg, #223F57 10.4%, #0E1837 109.6%);
    color: #fff;
    height: 650px;
    display: flex;
    flex-direction: column;
}

.apex-image{
	display:block;
}

.apex-image img{
	width:100%;
	height:280px;
	object-fit:cover;
	display:block;
}

.apex-content{
	padding: 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.apex-side-posts{
	width:50%;
	display:flex;
	flex-direction:column;
	gap:16px;
}

.apex-side-item{
	background:#fff;
	border:1px solid #ececec;
	padding:30px;
	flex:1;
display: flex;
    flex-direction: column;
}
.apex-side-item .side-btn {
    margin-top: auto;
    border-top: 1px solid #0000001A;
    padding-top: 15px;
}
.apex-side-item .side-btn .read-more {
    color: #0F0F0F;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Montserrat';
}
.apex-featured .read-more:hover img, .apex-side-item .read-more:hover img {
    margin-left: 10px !important;
    transition: 0.3s ease-in-out;
}
.apex-featured .read-more img, .apex-side-item .read-more img {
    transition: 0.3s ease-in-out;
}
.apex-side-item .side-btn .read-more img {
    margin-left: 5px;
}
.apex-meta{
	margin-bottom:20px;
}

.insight-type {
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Proxima Nova';
border-right: 1px solid #FFFFFF4D;
    padding-right: 15px;
}

.apex-featured .date {
    color: #949494;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Proxima Nova light';
text-transform: uppercase;
}

.apex-featured h3 {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 600;
    font-family: proxima nova light;
    line-height: 44px;
}

.insight-btn {
    margin-top: auto;
border-top: 1px solid #FFFFFF33;
padding-top: 15px;
}

.apex-featured .read-more {
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
    margin-top: auto;
    font-family: 'Montserrat';
width: fit-content;
}
.apex-featured .read-more img {
    margin-left: 5px;
}
.apex-side-item .read-more{
	color:#000;
}

.apex-featured .read-more {
    position: relative;
    display: inline-block;
}

.apex-featured .read-more::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px; /* distance below text */
    width: 100%;
    height: 2px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.apex-featured .read-more:hover::after {
    transform: scaleX(1);
}

.apex-side-item .read-more {
    position: relative;
    display: inline-block;
}

.apex-side-item .read-more::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px; /* distance below text */
    width: 100%;
    height: 2px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.apex-side-item .read-more:hover::after {
    transform: scaleX(1);
}
/* Skeleton */

.apex-skeleton{
	position:relative;
	overflow:hidden;
	background:#ececec;
	border-radius:3px;
}

.apex-skeleton:before{
	content:'';
	position:absolute;
	top:0;
	left:-200px;
	width:200px;
	height:100%;
	background:linear-gradient(
		90deg,
		rgba(255,255,255,0),
		rgba(255,255,255,.8),
		rgba(255,255,255,0)
	);
	animation:apex-shimmer 1.2s infinite;
}
.apex-side-item span.insight-type {
    border-right: 1px solid #00000033 !important;
}
.apex-side-item span.date {
    color: #949494;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Proxima Nova';
}
.apex-side-item h4 {
    color: #0F0F0F;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Proxima Nova Light';
    line-height: 34px;
}
@keyframes apex-shimmer{
	100%{
		left:100%;
	}
}

.apex-skeleton-image{
	height:250px;
	width:100%;
}

.apex-skeleton-meta{
	height:12px;
	width:140px;
	margin-bottom:20px;
}

.apex-skeleton-title{
	height:18px;
	width:100%;
	margin-bottom:12px;
}

.apex-skeleton-title.short{
	width:70%;
}

.apex-skeleton-link{
	width:90px;
	height:12px;
	margin-top:25px;
}

.apex-skeleton-wrap .apex-content,
.apex-skeleton-wrap .apex-side-item{
	padding:30px;
}

@media(max-width:767px){

	.apex-insights-grid{
		flex-direction:column;
	}

	.apex-featured,
	.apex-side-posts{
		width:100%;
	}

}
.apex-content h3 a:hover {
    color: #fff;
}

.wd-popup-inner.wd-entry-content {
background: url(/wp-content/uploads/2026/06/Layer_1-29.png), linear-gradient(165.79deg, rgb(34 63 87) 10.4%, rgb(14 24 55) 109.6%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}
.popup-cont .info-box-inner {
    margin-top: 0px !important;
text-decoration: underline;
}
.pop-menu span.nav-link-text:after {
    content: url(/wp-content/uploads/2026/06/Frame-89.svg);
    position: absolute;
    height: 100%;
    width: 100%;
    margin-left: 10px;
}
.pop-menu li a:hover {
    text-decoration: underline;
}

/* .apex-title {
  position: relative;
  background: linear-gradient(165.79deg, #223F57 10.4%, #0E1837 109.6%);
  overflow: hidden;
}

.apex-title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: url("/wp-content/uploads/2026/06/Layer_1-31.png") no-repeat right center;
  background-size: contain;
  pointer-events: none;
} */

.form-page .vc_column-inner {
    box-shadow: 5px 6px 36.5px 0px #00000017;
}
.tk-img img {
    height: 250px !important;
}
.error-sec {
    background-image: url(/wp-content/uploads/2026/06/Frame-2147228399.png);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
margin-top: 0px;
height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.error-sec img {
    height: 200px;
}
.error-sec h2 {
    color: #fff;
    font-size: 56px;
    font-weight: 700;
    font-family: 'Proxima Nova light';
    line-height: 100%;
    margin-top: 100px;
    text-transform: uppercase;
}
.error-sec p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Montserrat';
margin-bottom: 40px;
}
.error-sec a.btn-prim {
    padding: 17px 30px;
    font-size: 18px;
    font-weight: 700 !important;
    font-family: 'Montserrat' !important;
    text-transform: uppercase;
}
.ev-video-sec .wd-el-video::after {
    content: '';
    backdrop-filter: blur(70px);
    background: #29292799;
    position: absolute;
    height: 100% !important;
    width: 100% !important;
    z-index: 99;
    left: 0;
    right: 0;
}
.ev-highlight {
    position: absolute;
    top: 10%;
    z-index: 999;
    left: 0;
    right: 0;
}
.ev-highlight .banner-inner img {
    height: 60px;
}
.ev-highlight .banner-inner {
    position: absolute;
    top: 40%;
    right: -60%;
}
.envira-gallery-item-inner img {
    height: 120px;
}
a.envira-pagination-load-more {
    margin: auto;
    display: block;
    text-align: center;
    margin-top: 40px;
    background: linear-gradient(180deg, #CD7F12 0%, #FCE08A 52.4%, #CD7F12 100%);
    width: fit-content;
    padding: 20px 30px;
    text-transform: uppercase;
font-family: 'Proxima Nova';
    font-weight: 900 !important;
color: #000000;
}
.sponsor-col {
    background-color: #ffff;
    box-shadow: 5px 6px 36.5px 0px #00000017;
}
.sponsor-col .gfield--type-text input, .sponsor-col .gfield--type-email input, .sponsor-col .gfield--type-phone input, .sponsor-col .gfield--type-textarea textarea{
    border: none !important;
    box-shadow: none !important;
    border-bottom: 1px solid #0000001F !important;
}
.sponsor-col input::placeholder, .sponsor-col textarea::placeholder {
    color: #616161 !important;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Montserrat';
}
.sponsor-col legend.gfield_label {
    color: #616161 !important;
    font-size: 24px !important;
    font-weight: 400 !important;
    font-family: 'Montserrat' !important;
}
.sponsor-col .gfield_checkbox label {
    color: #616161 !important;
    font-size: 16px !important;
}
.sponsor-col input#gform_submit_button_1 {
    background: linear-gradient(180deg, #CD7F12 0%, #FCE08A 52.4%, #CD7F12 100%);
    padding: 17px 30px;
    color: black;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Proxima Nova';
    text-transform: uppercase;
}
.page-id-388 .wd-page-content.main-page-wrapper {
    background-color: #F6F6F6;
}
.page-id-388 .wd-page-wrapper {
    background-color: #F6F6F6;
}

/* testimonials page */


.testimonial-heading{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;
    margin-bottom:40px;
    flex-wrap:wrap;
}

.testimonial-heading h2{
    margin: 0;
    font-size: 60px;
    font-weight: 700;
    font-family: 'Proxima Nova';
}
.testimonial-tags {
background-color: #FFFFFF;
    padding: 10px 30px;
    display: flex;
    gap: 30px;
    align-items: center;
}
span.testimonial-filter.active {
    background: linear-gradient(180deg, #FCE08A 0%, #CB7D10 52.4%, #FCE08A 100%);
    color: #fff;
    padding: 2px 10px;
}
span.testimonial-filter {
    cursor: pointer;
}
.testimonial-tags span {
    font-size: 18px;
    font-weight: 700;
    align-items: center;
    font-family: 'Proxima Nova';
}

.testimonial-tags .member{
    background:#d9a441;
    color:#fff;
}

.testimonial-tags .sponsor{
    background:#fff;
    border:1px solid #ddd;
}

.testimonial-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

.testimonial-card{
  background: 
url("/wp-content/uploads/2026/06/Layer_1-33.png"),
linear-gradient(270deg, #223F57 21.06%, #0E1837 112.49%);

  

background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    color:#fff;
    position:relative;
    overflow:hidden;
height: 290px;
}
.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: black !important;
}
.youtube-icon{
    position:absolute;
    top:12px;
    left:20px;
    z-index:2;
}

.testimonial-content{
 display: flex;
    align-items: flex-end;
    justify-content: space-between;
    height: 100%;
}

.testimonial-info{
    width:50%;
    z-index:2;
padding-left: 20px;
}

.testimonial-info h3 {
    margin: 0 0 8px;
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    color: #FFFFFF;
    font-family: 'Proxima Nova';
}

.testimonial-info .position{
display: block;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 400;
line-height: 1.2;
}
button.watch-video-btn {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 20px;
    right: 20px;
    background: #FFFFFF33;
    backdrop-filter: blur(18.17475700378418px);
    border-radius: 40px;
    padding: 6px 20px 6px 10px;
    color: #FFFFFF;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Montserrat';
}
button.watch-video-btn img {
    background: linear-gradient(180deg, #CD7F12 0%, #FCE08A 52.4%, #CD7F12 100%);
    padding: 10px;
    border-radius: 40px;
}
.testimonial-image{
    width:50%;
}

.testimonial-image img {
    width: 100%;
    display: block;
    object-fit: cover;
z-index: 1;
    position: relative;
    height: 230px;
}

.watch-video-btn{
    border:none;
    background:rgba(255,255,255,.25);
    color:#fff;
    border-radius:30px;
    padding:8px 15px;
    cursor:pointer;
    font-size:12px;
}

.watch-video-btn:hover{
    background:#d9a441;
}

/* Modal */

.testimonial-modal{
    display:none;
    position:fixed;
    inset:0;
    z-index:99999;
}

.testimonial-modal.active{
    display:block;
}

.testimonial-modal-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.8);
}

.testimonial-modal-content{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:90%;
    max-width:900px;
}

.testimonial-modal iframe{
    width:100%;
    aspect-ratio:16/9;
    background:#000;
}

.testimonial-close{
position: absolute;
    right: -40px;
    top: -20px;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
}
.testimonial-loading {
    text-align: center;
}
button#load-more-testimonials {
    text-align: center;
    margin: auto;
    display: block;
    margin-top: 40px;
    font-size: 18px;
    font-weight: 700;
        font-family: 'Proxima Nova';
    padding: 17px 20px;
}
@media(max-width:991px){
    .testimonial-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:767px){
    .testimonial-grid{
        grid-template-columns:1fr;
    }

    .testimonial-content{
        flex-direction:column-reverse;
        align-items:flex-start;
    }

    .testimonial-info,
    .testimonial-image{
        width:100%;
    }
}

.mob-img{
	display: none;
}
.partner-box .info-box-icon img {
    width: 100%;
}

.page-id-262 header.whb-header, .page-id-262 footer.wd-footer.footer-container, .error404 header.whb-header, .error404 footer.wd-footer.footer-container {
    display: none;
}
.large-title {
    background: linear-gradient(165.79deg, #223F57 10.4%, #0E1837 109.6%);
}

.link-img .wpb_single_image .vc_single_image-wrapper {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.link-img .wpb_single_image .vc_single_image-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #00000080;
    opacity: 0;
    transition: 0.3s ease;
}

.link-img .wpb_single_image .vc_single_image-wrapper::before {
    content: "";
    position: absolute;
    width: 50px;   /* icon width */
    height: 50px;  /* icon height */
    background-image: url('/wp-content/uploads/2026/06/Frame-2147228285-1.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
    z-index: 2;
    transition: 0.3s ease;
}

.link-img .wpb_single_image .vc_single_image-wrapper:hover::after,
.link-img .wpb_single_image .vc_single_image-wrapper:hover::before {
    opacity: 1;
}

.link-img .wpb_single_image .vc_single_image-wrapper:hover::before {
    transform: translate(-50%, -50%) scale(1);
}
.link-img img {
    height: 330px !important;
    object-fit: cover !important;
}
.jobs-filter {
    display: flex;
    background-color: #DADADA;
    gap: 10px;
    padding: 10px;
}
.jobs-filter input#job_search {
    color: #0F0F0F;
    width: 50%;
    background-color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    height: 70px;
}
.jobs-filter select#job_type {
 color: #0F0F0F;
    width: 20%;
    background-color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
   height: 70px;
}
.jobs-filter select#job_location {
    color: #0F0F0F;
    width: 20%;
    background-color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
   height: 70px;
}
button#job_search_btn {
    background: linear-gradient(165.79deg, #223F57 10.4%, #0E1837 109.6%);
    color: #fff;
    width: 10%;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Montserrat';
}
        .spinner{
            width:40px;height:40px;
            border:4px solid #ddd;
            border-top:4px solid #000;
            border-radius:50%;
            animation:spin 1s linear infinite;
            margin:auto;
        }
        @keyframes spin{100%{transform:rotate(360deg)}}

.job-item {
    display: flex;
    justify-content: space-between;
    padding: 30px 0px;
    border-bottom: 1px solid #DBDBDB;
    align-items: center;
}
.job-item .job-meta span {
    border: none;
    font-size: 16px;
    font-family: 'Proxima Nova';
}
.job-dept {
    font-size: 14px;
    padding: 5px 14px;
    border: 1px solid #ccc;
    border-radius: 40px;
    display: inline-block;
    margin-bottom: 8px;
    color: #0F0F0F;
    font-weight: 400;
    font-family: 'Montserrat';
}

.job-title {
    font-size: 32px;
    font-weight: 700;
    font-family: 'Proxima Nova';
}
.job-meta span {
    color: #0F0F0F;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Proxima Nova light';
}
.job-meta {
    display: flex;
    gap: 30px;
    margin-top: 10px;
}
div#jobs_results {
    border-top: 1px solid #DBDBDB;
    margin-top: 40px;
}

.home .wd-nav>li:is(.wd-has-children,.menu-item-has-children)>a:after {
    color: rgb(251 251 251) !important;
}
ul.wd-sub-menu li a::after {
    content: '';
    background-image: url(/wp-content/uploads/2026/06/Frame-90.svg);
    position: absolute;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right;
filter: grayscale(1);
}
ul.wd-sub-menu li:hover {
   background: linear-gradient(165.79deg, #223F57 10.4%, #0E1837 109.6%);

    color: #fff;
}
.wd-dropdown-menu.wd-dropdown {
    padding: 0px !important;
}
.wd-sub-menu li {
    padding: 10px;
}
ul.wd-sub-menu li a {
    color: #0F0F0F;
    font-size: 15px;
    font-family: 'Montserrat';
    font-weight: 500;
}
ul.wd-sub-menu li:hover a {
    color: #fff;
}
.wd-sub-menu li:hover a:after {
    filter: none;
}

/* .home header.whb-header li:hover a {
    color: #fff;
} */
.wd-nav>li:is(.wd-has-children,.menu-item-has-children)>a:after {
    font-size: 13px !important;
}
.video-card .video-image img {
    width: 100%;
}
.play-center img {
    width: auto !important;
}
.video-content img {
    width: 50px;
}
.video-content {
    display: flex;
    flex-direction: column;
}
.video-content .author {
    margin-top: auto;
}
.vid-cont .wpb_wrapper {
    display: flex !important;
    flex-direction: column;
    height: 100% !important;
}
.vid-cont .wd-el-video {
    margin-top: auto;
}
.custom-form textarea {
    min-height: 100px !important;
}
.wd-copyrights {
    border-top: 1px solid #FFFFFF1F !important;
}
.privacy-sec li {
    margin-bottom: 4px !important;
}
.sponsor-form .gfield {
    margin-bottom: 15px;
}
.sponsor-consent {
    width: 90% !important;
}
.sponsor-consent {
    width: 70% !important;
    color: #616161 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    font-family: 'Montserrat' !important;
}
.testimonial-card:after {
    content: '';
    background-color: #00000040 !important;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}

.apex-speakers-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:40px;
}

.apex-speakers-top input{
    width:300px;
    padding:12px 16px;
}

.apex-speakers-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}
.speaker-card {
    position: relative;
}
.speaker-card a.speaker-linkedin-icon img {
position: absolute;
    height: 40px;
    width: 40px;
    top: 10px;
    right: 10px;
}
.speaker-image img {
    height: 400px;
    object-fit: contain;
    width: 100%;
}

.hidden-speaker{
    display:none;
}

#speakers-loader{
    display:none;
    width:40px;
    height:40px;
    margin:20px auto;
    border:4px solid #ddd;
    border-top:4px solid #000;
    border-radius:50%;
    animation:spin .8s linear infinite;
}

@keyframes spin{
    100%{transform:rotate(360deg);}
}
#speaker-results{
    transition: .3s ease;
}

#speaker-results.searching{
    opacity: 0.4;
    filter: blur(4px);
    pointer-events: none;
}
.speaker-card:hover .speaker-image {
    filter: none;
    transition: 0.3s ease-in-out;
}
.speaker-image {
    filter: grayscale(1);
    background-image: url(/wp-content/uploads/2026/06/Ellipse-33.png);
transition: 0.3s ease-in-out;
}
.speaker-content {
box-shadow: 0px 40px 84px 0px #0000000F;
    background-color: #fff;
    width: 95%;
    margin: auto;
    padding: 15px 20px;
    position: relative;
    top: -40px;
}
.speaker-content h3, .speaker-content p {
    margin-bottom: 0px;
}
.speaker-content h3 {
    color: #0F0F0F;
    font-size: 28px;
    font-weight: 600;
    font-family: 'Proxima Nova';
}
.speaker-content p {
    color: #0F0F0F;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Montserrat';
}


.advisory-board-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

.advisory-card{
    position:relative;
}

.advisory-card > img{
    width:100%;
    display:block;
}

.card-content {
    position: relative;
    left: 0;
    right: 0;
    top: -60px;
    background: #fff !important;
    padding: 25px;
    height: 170px;
    overflow: hidden;
    transition: height .4s ease;
    z-index: 10;
    box-shadow: 0px 40px 84px 0px #0000000F;
    width: 90%;
    margin: auto;
}

.card-content h3 {
    margin: 0 0 10px;
    color: #0F0F0F;
    font-size: 28px;
    font-weight: 700;
    font-family: 'Proxima Nova';
}
.card-content .category {
    color: #0F0F0F;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Proxima Nova';
}
.card-content .position {
    color: #6E6E6E;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat';
}
.card-content .category,
.card-content .position{
    margin:0 0 10px;
}

/* Accordion content */
.hover-content{
/*     max-height:0;
    overflow:hidden;
    opacity:0; */
    transition:max-height .45s ease, opacity .3s ease;
border-top: 1px solid #DEDEDE;
    margin-top: 20px;
}
.hover-content p {
    color: #0F0F0F;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat';
}
.hover-content button {
    background-color: transparent;
    padding: 0px;
    color: #0F0F0F;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Montserrat';
display: flex;
    align-content: flex-end;
    flex-direction: row;
    gap: 10px;
}
button#advisory-load-more {
    background: linear-gradient(180deg, #CD7F12 0%, #FCE08A 52.4%, #CD7F12 100%);
    font-size: 18px;
    font-weight: 700 !important;
    font-family: 'Montserrat';
}
.advisory-card .adv-img {
    height: 455px;
    object-fit: cover;
    object-position: top;
}
/* Expand downward on hover */
.advisory-card:hover .card-content{
    height: 350px;      /* expands downward */
}
.hover-content{
    opacity: 0;
    transition: opacity .3s ease .15s;
}

.advisory-card:hover .hover-content{
    opacity: 1;
}
.hover-content p{
    margin-top:20px;
}

.open-modal{
    margin-top:20px;
    display:inline-block;
    cursor:pointer;
}





.linkedin-icon{
    position:absolute;
    top:20px;
    right:20px;
    z-index:3;
}

.linkedin-icon img,
.social-icons img{
    width:35px;
}




.card-content h3{
    margin:0 0 10px;
}

/* .card-content{
    transform-origin: bottom;
} */
.advisory-card .adv-img {
    background-image: url(/wp-content/uploads/2026/06/Ellipse-33-1.png);
    transition: 0.3s ease-in-out;
}
.advisory-card:hover .adv-img {
    background-image: url(/wp-content/uploads/2026/06/Ellipse-33.png);
    transition: 0.3s ease-in-out;
}
.hover-content p{
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

.advisory-hidden{
    display:none;
}

.advisory-load-wrap{
    text-align:center;
    margin-top:40px;
}

#advisory-load-more{
    padding:14px 30px;
    cursor:pointer;
}

#advisory-loader{
    display:none;
    width:40px;
    height:40px;
    margin:20px auto;
    border:4px solid #ddd;
    border-top:4px solid #000;
    border-radius:50%;
    animation:spin .8s linear infinite;
}

@keyframes spin{
    from{transform:rotate(0deg);}
    to{transform:rotate(360deg);}
}

.advisory-modal{
    display:none;
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.8);
    justify-content:center;
    align-items:center;
    z-index:99999;
}

.modal-box{
    background:#fff;
    width:70%;
    max-height:80vh;
    overflow:auto;
    padding:30px;
    position:relative;
}

.close-modal{
    position:absolute;
    top:15px;
    right:20px;
    font-size:40px;
    cursor:pointer;
}

.social-icons {
    display: flex;
    gap: 10px;
    margin: 20px 0;
    justify-content: center;
}

.featured-insight-wrap{
    display:flex;
    align-items:center;
    gap:150px;
    padding:40px;
    background:#FFFFFF;
}

.featured-insight-left{
    width:50%;
}

.featured-insight-right{
    width:50%;
display: flex;
    justify-content: flex-end;
}

.featured-insight-right img{
    width:90%;
    display:block;
   
}

.featured-label{
display: inline-block;
    padding: 6px 14px;
    background: #FDC63B;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #07284A;
    font-family: 'Proxima Nova Light';
}

.featured-insight-left h2 {
    font-size: 60px;
    line-height: 1.1;
    margin-bottom: 20px;
    font-weight: 700;
    font-family: 'Proxima Nova';
    text-transform: uppercase;
}

.insight-meta{
    display:flex;
    gap:20px;
    margin-bottom:20px;
    text-transform:uppercase;
align-items: center;
}

.insight-taxonomy {
    color: #c98d00;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Proxima Nova';
    border-right: 1px solid #00000033;
    padding-right: 15px;
    text-decoration: underline;
}
span.insight-date {
    color: #07284A;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Proxima Nova Light';
text-transform: capitalize;
}

.insight-content {
    color: #0F0F0F;
    line-height: 1.7;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Montserrat';
padding-bottom: 100px;
border-bottom: 1px solid #0000001A;
}
.featured-insight-wrap a.read-more-btn {
    color: #0F0F0F;
    font-size: 18px;
     font-weight: 500;
    font-family: 'Proxima Nova';
    display: flex;
    align-items: center;
    gap: 10px;
}
.read-more-btn{
    text-decoration:none;
    font-weight:700;
    text-transform:uppercase;
}

@media(max-width:991px){
    .featured-insight-wrap{
        flex-direction:column;
    }

    .featured-insight-left,
    .featured-insight-right{
        width:100%;
    }

    .featured-insight-left h2{
        font-size:32px;
    }
}

.random-insights-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}

.random-insight-card{
    display:flex;
    gap:25px;
    padding:20px;
    min-height:280px;
}

.random-insight-image{
    width:50%;
    flex-shrink:0;
}
.random-insights-grid .random-insight-card:first-child {
    background: linear-gradient(93.5deg, #223F57 21.06%, #0E1837 112.49%);
}
.random-insights-grid .random-insight-card:nth-child(2) {
background: #F4BF42;

}
.random-insight-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.random-insight-content{
    width:50%;
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.random-insight-content h3 {
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    margin: 0 0 20px;
    font-weight: 700;
    font-family: 'Proxima Nova';
}

.random-meta{
 display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 0px;
    align-items: center;
    border-bottom: 1px solid #FFFFFF24;
    padding-bottom: 40px;
}
.random-insights-grid .random-insight-card:nth-child(2) .random-insight-content h3 {
    color: black;
}
.random-insights-grid .random-insight-card:first-child .random-taxonomy {
    background: linear-gradient(180deg, #FCE08A 0%, #CB7D10 52.4%, #FCE08A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.random-taxonomy {
    font-size: 20px;
    font-weight: 600;
    font-family: proxima nova;
text-decoration: underline;
}
.random-insights-grid .random-insight-card:nth-child(2) .random-taxonomy {
    color: #0F0F0F !important;
}
.random-insights-grid .random-insight-card:nth-child(2) .random-date {
    color: #0F0F0E;
}

.random-date {
    color: #BFBFBF;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Montserrat';
}

.random-readmore{
    color:#fff;
    text-transform:uppercase;
    font-weight:700;
    text-decoration:none;
    padding-top:20px;
}

@media(max-width:991px){
    .random-insights-grid{
        grid-template-columns:1fr;
    }

    .random-insight-card{
        flex-direction:column;
    }

    .random-insight-image,
    .random-insight-content{
        width:100%;
    }
}




/* layout */
.job-container{
    display:flex;
    gap:60px;
    align-items:flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
}

/* LEFT */
.job-inner-left{
    flex:1;
}

.job-back {
    display: inline-block;
    margin: 20px;
    text-decoration: none;
    color: #0F0F0F;
    font-weight: 500;
    font-family: 'Proxima Nova Light';
    font-size: 18px;
    background: #F4EFE5;
    padding: 10px 25px;
    border-radius: 50px;
}

h1.job-inner-title {
    font-size: 60px;
    font-weight: 700;
    font-family: proxima nova;
    text-transform: uppercase;
    line-height: 64px;
    margin-top: 30px;
}

.job-meta-inner{
display: flex;
    gap: 12px;
    margin-bottom: 25px;
    flex-direction: column;
}

.job-meta span{
    font-size:13px;
    padding:6px 10px;
    border:1px solid #ddd;
    border-radius:20px;
}

/* CONTENT */
.job-content h2{
    margin-top:25px;
}

.job-content p{
    line-height:1.7;
}

/* RIGHT FORM */
.job-inner-right{
    flex:1;
    position:sticky;
    top:20px;
}

.job-form-box {
    background: #fff;
    padding: 40px;
    border: 1px solid #eee;
    box-shadow: 5px 6px 36.5px 0px #0000000A;
}

.job-form-box h3 {
    margin-bottom: 5px;
    color: #0F0F0F;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Proxima Nova';
}



.job-form-box p {
    font-size: 13px;
    margin-bottom: 20px;
    color: #0F0F0F;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Montserrat';
}
.job-meta-row1 {
    display: flex;
    align-items: center;
}


span.job-inner-date {
    color: #07284A;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Proxima Nova Light';
    border-right: 1px solid #00000033;
    padding-right: 15px;
    margin-right: 15px;
}
span.job-inner-dept {
    color: #0F0F0F;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Montserrat';
    border: 1px solid #D5D5D5;
    padding: 6px 16px;
    border-radius: 60px;
    margin-right: 20px;
}
span.job-inner-salary {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #07284A;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Proxima Nova Light';
}
.job-meta-row2 {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 10px;
}
.job-meta-row2 span {
    color: #0F0F0F;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Proxima Nova';
}
.jobs-template-default .wd-page-wrapper.website-wrapper {
    background-color: #F6F6F6 !important;
}
.jobs-template-default .wd-page-content {
    background-color: #F6F6F6 !important;
}

.jobs-template-default .whb-row.whb-general-header {
    background-color: #F6F6F6 !important;
}
.jobs-template-default .whb-flex-row.whb-general-header-inner {
    border-bottom: 1px solid #DDDDDD;
}
.job-form-box input, .job-form-box textarea {
    border: none !important;
    box-shadow: none !important;
    border-bottom: 1px solid #0000001F !important;
}
.job-form-box input::placeholder, .job-form-box textarea::placeholder {
    color: #616161;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Montserrat';
}
.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .gform_drop_area::before {
    content: url(/wp-content/uploads/2026/06/Group-97-1.svg) !important;
}
.job-form-box .gform_drop_area{
    border-color: #f1c86d !important;
}
.job-form-box .gform_button_select_files {
    background: linear-gradient(180deg, #CD7F12 0%, #FCE08A 52.4%, #CD7F12 100%);
    color: black !important;
}
input#gform_submit_button_2 {
    background: linear-gradient(180deg, #CD7F12 0%, #FCE08A 52.4%, #CD7F12 100%);
    width: 100%;
    color: black;
    font-size: 18px;
      font-weight: 600;
    font-family: 'Proxima Nova';
    text-transform: uppercase;
    padding: 15px 20px;
}
.job-single .job-content {
    border-top: 1px solid #0000001F;
}
.job-single .job-content h2 {
    color: #0F0F0F;
    font-size: 32px;
    font-weight: 700;
    font-family: 'Proxima Nova';
margin-top: 40px;
}
.job-single .job-content p {
    color: #0F0F0F;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Montserrat';
}
.job-single .job-content li {
    color: #0F0F0F;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Proxima Nova light';
margin-bottom: 2px;
    padding-left: 10px;

}
.job-single .job-content li::marker {
    content: url(/wp-content/uploads/2026/06/Polygon-1-2.svg) !important;
}
.apex-speakers-top h2 {
    color: #0F0F0F;
    font-size: 60px;
    font-weight: 700;
    font-family: 'Proxima Nova';
}
.speaker-search {
    display: flex;
    align-items: center;
    width: 500px;
}
.speaker-search input {
    border: none !important;
    color: #0F0F0F !important;
    font-size: 18px !important;
    font-weight: 400;
    font-family: 'Montserrat';
}
.speaker-search {
    border-bottom: 1px solid #DEDEDE;
}
button#load-more-speakers {
    background: linear-gradient(180deg, #CD7F12 0%, #FCE08A 52.4%, #CD7F12 100%);
    margin: auto;
    display: block;
    padding: 15px 25px;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Montserrat';
}
.benefit-box .info-box-title {
    padding-top: 40px;
}
.benefit-box li::marker {
    content: url(/wp-content/uploads/2026/06/Polygon-1-2.svg) !important;
}
.benefit-box ul {
    padding-top: 30px;
}
.benefit-box li{
    padding-left: 10px;
    font-weight: 600;
}
.board-form {
    box-shadow: 5px 6px 36.5px 0px #00000017;
    background-color: #fff;
    padding: 40px !important;
}
.board-form input, .board-form textarea {
    border: none !important;
    box-shadow: none !important;
    border-bottom: 1px solid #0000001F !important;
    font-size: 24px !important;
    color: #616161 !important;
    font-weight: 400 !important;
    font-family: 'Montserrat' !important;
}
div#field_3_11 {
    color: #616161;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Montserrat';
}
input#gform_submit_button_3 {
    background: linear-gradient(180deg, #CD7F12 0%, #FCE08A 52.4%, #CD7F12 100%);
    color: #000000 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    font-family: 'Montserrat';
    padding: 15px 20px;
}
.page-id-654 .wd-page-wrapper.website-wrapper {
    background-color: #F6F6F6;
}

.page-id-654 .wd-page-content.main-page-wrapper {
    background-color: #F6F6F6;
}
.page-id-654 .whb-row.whb-general-header {
    background-color: #F6F6F6;
}
.featured-insight-wrap a.read-more-btn:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 2px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}
.featured-insight-wrap a.read-more-btn:hover::after {
    transform: scaleX(1);
}
.featured-insight-wrap a.read-more-btn {
    position: relative;
    display: inline-block;
}


.random-insights-grid .random-insight-card:first-child .random-readmore:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 2px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}
.random-insights-grid .random-insight-card:first-child .random-readmore:hover::after {
    transform: scaleX(1);
}
.random-insights-grid .random-insight-card:first-child .random-readmore {
    position: relative;
    display: inline-block;
width: fit-content;
}
.random-insights-grid .random-insight-card:first-child .random-readmore:hover {
    color: #fff;
}


.random-insights-grid .random-insight-card:nth-child(2) .random-readmore:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 2px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}
.random-insights-grid .random-insight-card:nth-child(2) .random-readmore:hover::after {
    transform: scaleX(1);
}
.random-insights-grid .random-insight-card:nth-child(2) .random-readmore {
    position: relative;
    display: inline-block;
width: fit-content;
color: black;
}
.random-insights-grid .random-insight-card:nth-child(2) .random-readmore:hover {
    color: black;
}
.random-insights-grid .random-insight-card:nth-child(2) .random-readmore img
 {
    filter: brightness(0);
}



.executive-insights-top{
display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.executive-insights-left{
    display:flex;
    align-items:center;
    gap:30px;
}

.executive-insights-left h2 {
    margin: 0;
    font-size: 52px;
    font-weight: 700;
    font-family: proxima nova;
}
input#executive-insights-search {
    width: 300px;
    border: none !important;
}
.executive-insights-filters{
    display:flex;
    gap:6px;
background-color: #FFFFFF;
    padding: 10px;
}
.executive-insights-search {
    display: flex;
    border-bottom: 1px solid #DEDEDE;
}

.executive-insights-filters button {
    border: none;
    padding: 8px 14px;
    background: #fff;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Proxima Nova';
}

.executive-insights-filters button.active{
background: linear-gradient(180deg, #FCE08A 0%, #CB7D10 52.4%, #FCE08A 100%);

    color:#fff;
}

.executive-insights-search input{
    width:260px;
    border:none;
    border-bottom:1px solid #ccc;
    background:transparent;
    padding:12px;
}

.executive-insights-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.executive-insight-card{
    display:flex;
    gap:24px;
    background:#fff;
    padding:16px;
box-shadow: 0px 4px 75px 0px #0000000F;
}

.executive-insight-image{
    width:50%;
}

.executive-insight-image img{
    width:100%;
    height:370px;
    object-fit:cover;
}

.executive-insight-content{
    width:50%;
    display:flex;
    flex-direction:column;
justify-content: space-between;
}

.executive-insight-content h3 {
    font-size: 32px;
    line-height: 1.2;
    margin: 0 0 20px;
    color: #0F0F0F;
    font-weight: 700;
    font-family: 'Proxima Nova';
}

.executive-meta {
    display: flex;
    gap: 20px;
    font-size: 14px;
    align-items: center;
}
.executive-insight-content .date {
    color: #07284A;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Proxima Nova Light';
}
.executive-insight-content .taxonomy.grad-text {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Proxima Nova';
    text-decoration: underline;
}

.executive-divider{
    margin:30px 0 20px;
    height:1px;
    background:#ddd;
}

.executive-read-more {
    text-decoration: none;
    font-weight: 700;
    color: #0F0F0F;
    font-size: 18px;
    font-family: 'Montserrat';
}
.executive-read-more {
    position: relative;
    display: inline-block;
    width: fit-content;
}
.executive-read-more:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 2px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}
.executive-read-more:hover::after {
    transform: scaleX(1);
}
#executive-insights-results.loading{
    opacity:.5;
}

@media(max-width:991px){
    .executive-insights-grid{
        grid-template-columns:1fr;
    }
}
.insights-bottom {
    border-top: 1px solid #00000024;
    padding-top: 30px;
}
.executive-insights-search {
    display: flex;
}
.apex-share-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
}
.inner-insight-meta .wpb_wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}
.inner-insight-meta .single-insight-type {
    background: linear-gradient(180deg, #FCE08A 0%, #CB7D10 52.4%, #FCE08A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Proxima Nova';
    text-decoration: underline;
text-transform: uppercase;
border-right: 1px solid #00000033;
    padding-right: 20px;
}
.inner-insight-meta .wd-single-post-date time.published {
    color: #07284A;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Proxima Nova Light';
}
.wd-single-post-content a {
    background: linear-gradient(180deg, #FCE08A 0%, #CB7D10 52.4%, #FCE08A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}


.apex-events-filters {
    display: flex;
    gap: 40px;
    margin-bottom: 30px;
    justify-content: center;
}
.event-type-filter {
    background: #EEEEEE;
    padding: 10px 15px;
}
.event-type{
    cursor:pointer;
}

.event-type.active {
    background: linear-gradient(180deg, #FCE08A 0%, #CB7D10 52.4%, #FCE08A 100%);
    color: #fff;
}
button.event-type {
    background-color: transparent;
    color: #0F1530;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Proxima Nova';
}
select#region-filter {
    height: 100%;
    width: 260px;
    border: 1px solid #D2D2D2;
    color: #0F1530;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Proxima Nova';
    text-transform: uppercase;
}
#apex-events-results.loading{
    filter: blur(4px);
    pointer-events:none;
}

.event-card{
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding: 40px 30px;
    margin-bottom: 24px;
    text-decoration: none;
    color: inherit;
    height: 500px;
    position: relative;
}
.event-meta {
    display: flex;
    gap: 10px;
    align-items: center;
}
.event-meta span {
    color: #07284A;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Proxima Nova Light';
    background-color: #FFFFFF;
    padding: 6px 16px;
    border-radius: 30px;
}
.event-card-left {
    display: flex;
    flex-direction: column;
}
.event-bottom {
    margin-top: auto;
}
.event-bottom h3 {
    color: #0F0F0F;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Proxima Nova';
    line-height: 1.2;
}
.event-card-right img {
    position: absolute;
    top: 30px;
    right: 30px;
}
.event-card-left .event-date {
    color: #002440;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Proxima Nova Light';
}
.event-card-left .event-location {
    color: #F4BF42;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Proxima Nova Light';
}
#apex-events-results{
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    gap:30px;
}


.event-content-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:60px;
}

.agenda-content{
    display:none;
}

.agenda-header{
cursor: pointer;
    display: flex;
    gap: 20px;
    padding: 20px;
    align-items: center;
position: relative;
}
.agenda-header:after {
    content: url(/wp-content/uploads/2026/07/Layer_1-44.svg);
    position: absolute;
    right: 20px;
    top: 25px;
transition: 0.3s ease-in-out;
}
.agenda-item.active .agenda-header:after {
    transform: rotate(180deg);
    transition: 0.3s ease-in-out;
}
.agenda-item{
    margin-bottom:20px;
}

.agenda-content{
    padding:20px 20px;
    border:1px solid #ddd;
    border-top:none;
        color: #000000;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat';
}

/*.speaker-card{*/
/*    display:flex;*/
/*    gap:20px;*/
/*    margin-bottom:20px;*/
/*}*/

.sponsor-logos {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

section.event-hero {
    background-image: url(/wp-content/uploads/2026/07/Frame-2147228400.png);
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.back-events:hover {
    color: #B7BCC4;
}
.back-events {
    color: #B7BCC4;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Proxima Nova';
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
        width: fit-content;
    margin: auto;
}
.register-btn {
    background: linear-gradient(180deg, #CD7F12 0%, #FCE08A 52.4%, #CD7F12 100%);
    padding: 15px 20px;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Proxima Nova';
    text-transform: uppercase;
}
section.event-hero h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    font-family: 'Proxima Nova';
    text-transform: uppercase;
    width: 50%;
    margin: auto;
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 20px;
}
.event-date-time {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 50px;
}
.event-date-time span {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Montserrat';
    display: flex;
    align-items: center;
    gap: 10px;
}
span.ev-date:after {
    content: url(/wp-content/uploads/2026/07/Ellipse-30.svg);
    position: relative;
    top: -4px;
    right: -10px;
}
.event-inner {
    background: #F6F6F6;
    padding: 40px;
    margin-top: 40px;
}
section.event-partnership h5 {
    color: #0F0F0F;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Proxima Nova';
    text-transform: uppercase;
    text-align: center;
}
.sponsor-logos img {
    background-color: #FFFFFF;
    border: 1px solid #E4E4E4;
    padding: 20px;
}
.sponsor-logos {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 60px !important;
    margin-bottom: 60px;
}
.event-left h2, .event-right h2 {
    color: #0F0F0F;
    font-size: 36px;
    font-weight: 700;
    font-family: 'Proxima Nova';
    text-transform: uppercase;
    border-left: 5px solid #F4BF42;
    padding-left: 10px;
    line-height: 1;
}
.event-info-content {
    color: #0F0F0F;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Montserrat';
    border-bottom: 1px solid #D3D3D3;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.event-speakers h3 {
    color: #0F0F0F;
    font-size: 28px;
    font-weight: 700;
    font-family: 'Proxima Nova';
    text-transform: uppercase;
}
.event-speaker-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.event-speaker-card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.event-speaker-image {
    min-width: 100px;
}
.event-speaker-image img {
    height: 100px !important;
    width: 100px;
    object-fit: contain;
    background: linear-gradient(180deg, #cacac9 0%, #d2d2d1 52.4%, #cccbcb 100%);
}
.event-speaker-content h4 {
    margin-bottom: 0px;
}
p.ev-pos {
    margin-bottom: 0px;
    color: #0F0F0F;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Proxima Nova Light';
}
span.ev-sponsor {
    color: #F4BF42;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Proxima Nova';
}
.event-speakers {
    border-bottom: 1px solid #D3D3D3;
    padding-bottom: 50px;
    margin-bottom: 40px;
}
.event-sponsors-bottom h3 {
    color: #0F0F0F;
    font-size: 28px;
    font-weight: 700;
    font-family: 'Proxima Nova';
    text-transform: uppercase;
}
.event-sponsors-bottom img {
    background: transparent !important;
    border: none !important;
    padding: 0px !important;
}
.event-sponsors-bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.event-sponsors-bottom .sponsor-logos {
    border-bottom: none !important;
}
span.agenda-time {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    background-color: #F4BF42;
    padding: 10px 20px;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Proxima Nova';
    min-width: fit-content;
}
span.agenda-title {
    color: #0F0F0F;
    font-size: 26px;
    font-weight: 700;
    font-family: 'Proxima Nova';
    text-transform: capitalize;
}
.agenda-item {
    margin-bottom: 20px;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
}
.agenda-content li::marker {
    color: #F4BF42;
}
.advisory-card button.open-modal:hover {
    background: transparent;
}
.adv-modal-inner {
    display: flex;
    flex-direction: row;
    gap: 40px;
}
.adv-modal-left {
    width: 35%;
}
.adv-modal-right {
    width: 65%;
    padding: 0px 30px;
}

img.adv-sp-img {
width: 100%;
    height: auto;
    background: #ADACAB;
    backdrop-filter: blur(182.83045959472656px);
    object-position: top;
}
.adv-modal-left .social-icons img {
    height: 50px;
    width: 50px;
}
.adv-modal-right h2 {
    color: #0F0F0F;
    font-size: 60px;
    font-weight: 700;
    font-family: proxima nova;
    margin-bottom: 0px;
}
.adv-pos-cat {
    display: flex;
    gap: 20px;
}
.adv-pos-cat p.category {
    color: #0F0F0F;
    font-size: 20px;
    font-weight: 600;
    font-family: proxima nova;
    border-right: 1px solid #FDC63B;
    padding-right: 20px;
}
.adv-pos-cat p.position {
    color: #6E6E6E;
    font-size: 20px;
    font-weight: 400;
    font-family: proxima nova light;
}
.modal-content {
    color: #0F0F0F;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Montserrat';
padding-top: 30px;
}
.modal-box::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.modal-box::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.modal-box::-webkit-scrollbar-thumb {
  background: #F4EFE5; 
}

/* Handle on hover */
.modal-box::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.wd-sidebar-opener {
    display: none !important;
}
section.event-hero {
    margin-top: -40px;
}
.gfield_checkbox input[type="checkbox"]{
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #2a2a2a;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    position: relative;
    transition: .2s ease;
}

.gfield_checkbox input[type="checkbox"]:checked{
    background: #F4BF42; /* Background when checked */
    border-color: #F4BF42;
}
.gfield_checkbox input:focus{
  box-shadow: none;
}

.speaker-row .vc_column-inner {
    height: 330px;
    min-height: fit-content;
}
.speaker-row .info-box-content {
    align-content: flex-end;
}
.speaker-row .wd-info-box, .speaker-row .wpb_wrapper, .speaker-row .info-box-wrapper
 {
    height: 100% !important;
}
.single-post .wd-single-post-thumb img {
    border-bottom: 1px solid #DDDDDD !important;
    padding-bottom: 40px;
}
.single-post li::marker {
    font-size: 10px;
}
.event-bottom h3:before {
    content: '';
    background-color: #0F0F0F;
    position: absolute;
    height: 4px;
    width: 50px;
    margin-top: -20px;
}

.pop-link a.wd-info-box-link.wd-fill {
    color: #fff !important;
}
span.bd-evnt {
    color: #0F0F0F;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Proxima Nova Light';
}
.agenda-content-inner
 {
    border-left: 1px solid #E9E9E9;
    padding-left: 15px;
}
.agenda-content-inner li {
    font-family: 'Proxima Nova';
    font-size: 18px;
    font-weight: 600;
    color: #0F0F0F;
    color: #0F0F0F;
}
.mob-post .wd-single-post-thumb {
    display: none;
}

/* Wrapper */
.roadshow-events-wrapper{
    max-width:1200px;
    margin:0 auto;
}

/* Filters */
.roadshow-events-filters{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.event-type-filter{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.event-type{
    background:none;
    border:0;
    padding:0;
    cursor:pointer;
    font-size:16px;
    font-weight:500;
    color:#7D8897;
    transition:.3s;
}

.event-type.active,
.event-type:hover{
    color:#13294B;
}

.event-region-filter select{
    min-width:220px;
    height:48px;
    padding:0 18px;
    border:1px solid #D8DDE6;
    border-radius:50px;
    background:#fff;
    font-size:15px;
    outline:none;
}

/* Ajax loading */
#roadshow-events-results{
    position:relative;
    transition:.3s;
}

#roadshow-events-results.loading{
    opacity:.45;
    pointer-events:none;
}

/* Month */
.roadshow-month-group{
    margin-bottom:55px;
}

.roadshow-month-heading {
position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    background: linear-gradient(93.5deg, #223F57 21.06%, #0E1837 112.49%);
    width: fit-content;
    margin: auto;
    padding: 10px 20px;
    align-items: center;
    color: #fff;
    margin-bottom: 50px;
}

span.roadshow-heading-month {
    color: #FDC63B;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Proxima Nova';
}
span.roadshow-heading-year {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Proxima Nova';
    margin-left: 5px;
}
/* Card */
.roadshow-card {
    display: flex;
    align-items: center;
    gap: 35px;
    padding: 30px 30px;
    text-decoration: none;
    color: inherit;
    box-shadow: 0px 4px 40px 0px #0000000F;
    background: #FFFFFF;
    margin-bottom: 30px;
}

.roadshow-month-group::before {
    content: "";
    position: absolute;
    top: 6%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #C9C9C9;
    transform: translateY(-50%);
    z-index: 1;
}

.roadshow-month-group{
    position: relative;
}

/* Date */
.roadshow-date {
    width: auto;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-right: 1px solid #DDDDDD;
    padding-right: 30px;
    margin-right: 0px;
}
.roadshow-day {
    display: block;
    font-size: 70px;
    line-height: 1;
    font-weight: 700;
    background: linear-gradient(180deg, #FCE08A 0%, #CB7D10 52.4%, #FCE08A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-family: 'Proxima Nova';
}

.roadshow-month {
    display: block;
    margin-top: 6px;
    font-size: 18px;
    font-weight: 700;
    color: #707070;
    text-transform: uppercase;
    font-family: 'Proxima Nova Light';
}

/* Content */
.roadshow-content{
    flex:1;
}

.roadshow-content h3 {
    margin: 0 0 12px;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    color: #0F0F0F;
    font-family: 'Proxima Nova';
}
span.roadshow-type, span.roadshow-region {
    color: #07284A;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Proxima Nova Light';
    background-color: #EBEFFC;
    padding: 6px 18px;
    border-radius: 60px;
}
span.roadshow-location {
    color: #0F0F0F;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Proxima Nova';
}
.roadshow-meta{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    align-items:center;
    color:#6B7280;
    font-size:15px;
}




.roadshow-events-wrapper .event-type.active {
    color: #fff;
    background: linear-gradient(180deg, #FCE08A 0%, #CB7D10 52.4%, #FCE08A 100%);
}
.roadshow-events-wrapper .event-type-filter {
    height: 60px;
}
select#roadshow-region-filter {
    height: 60px;
}
select#roadshow-region-filter {
    height: 60px;
    background-color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Proxima Nova';
    text-transform: uppercase;
color: #0F1530;
}
/* Arrow */
.roadshow-arrow {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: 1px solid #8B8B8B;
    display: flex;
    justify-content: center;
    align-items: center;
      transition: 0.3s ease-in-out;
    flex-shrink: 0;
}
.roadshow-arrow:hover {
    background: linear-gradient(180deg, #CD7F12 0%, #FCE08A 52.4%, #CD7F12 100%);
    transition: 0.3s ease-in-out;
}





.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus{
    --gf-local-outline-color: rgb(238 194 100) !important;
}

.hover-content button {
    position: relative;
    display: inline-block;
}

.hover-content button::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px; /* distance below text */
    width: 100%;
    height: 2px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.hover-content button:hover::after {
    transform: scaleX(1);
}
.hover-content button img {
    margin-left: 5px;
 transition: 0.3s ease-in-out;
}
.hover-content button:hover img {
    margin-left: 10px !important;
    transition: 0.3s ease-in-out;
}
.agenda-header-left {
    display: flex;
    align-items: center;
    gap: 15px;
}
.agenda-time-box {
    min-width: fit-content;
    display: flex;
    align-items: center;
    background-color: #F4BF42;
    gap: 10px;
    padding-right: 10px;
}
.agenda-time-info {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
   font-family: 'Montserrat';
}
.agenda-cdt-time span, .agenda-your-local-time, .agenda-duration {
    color: #8B8B8B;
}
span.agenda-main-time {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    font-family: 'Proxima Nova Light';
}
.roadshow-agenda-header:after{
	content: none !important;
}
.agenda-content-inner h3 {
    margin-bottom: 10px;
    color: #0F0F0F;
    font-size: 30px;
    font-weight: 700;
    font-family: proxima nova;
}
.agenda-content-inner .agenda-description {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat';
}
.assembly-hero-buttons a {
    background: linear-gradient(180deg, #CD7F12 0%, #FCE08A 52.4%, #CD7F12 100%);
    padding: 15px 20px;
    text-transform: uppercase;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Montserrat';
}
.assembly-hero-buttons {
    gap: 20px;
    display: flex;
    justify-content: center;
}

.agenda-speakers-slider{
    position:relative;
        padding-bottom: 80px !important;
    margin-top:30px;
}
.agenda-speaker-card {
    display: flex;
    flex-direction: row;
    gap: 15px;
}
.agenda-speaker-content h5 {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 700;
    font-family: proxima nova;
}
p.agenda-speaker-position {
margin-bottom: 0px;
}
.agenda-speaker-pos-cat {
    display: flex;
      align-items: flex-start;
    gap: 4px;
        margin-bottom: 0px;
    color: #0F0F0F;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Montserrat';
}
.agenda-speaker-company {
    COLOR: #F4BF42;
    FONT-SIZE: 15PX;
    font-weight: 600;
    font-family: 'Proxima Nova Light';
}
.agenda-speaker-card .agenda-speaker-image img {
    height: 70px;
    width: 70px;
    object-fit: contain;
    background-color: #EBEFFC;
    border-radius: 100%;
    object-position: bottom;
}
.agenda-speakers-wrapper .swiper-button-prev,
.agenda-speakers-wrapper .swiper-button-next{
    color:#000;
}
.assembly-event-information h2 {
    color: #0F0F0F;
    font-size: 36px;
    font-weight: 700;
    font-family: 'Proxima Nova';
    text-transform: uppercase;
}
.assembly-event-information .event-info-content {
    border: none;
}
.assembly-event-date {
    background: linear-gradient(93.5deg, #223F57 21.06%, #0E1837 112.49%);
    width: fit-content;
    margin: auto;
    padding: 10px 20px;
}
.assembly-day-name {
    color: #FDC63B;
    font-size: 18px;
    font-weight: 700;
    font-family: proxima nova;
    text-transform: uppercase;
}
.assembly-event-date {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    font-family: proxima nova;
    text-transform: uppercase;
}
.assembly-event-information {
    text-align: center;
    width: 80%;
    margin: auto;
}
.agenda-speakers-wrapper .swiper-button-prev:after, .agenda-speakers-wrapper .swiper-button-next:after{
	content: none !important;
}
.sw-btn {
    background-color: #FDC63B;
    height: 35px !important;
    width: 35px !important;
}
.sw-btn.swiper-button-disabled {
    opacity: 1 !important;
    background-color: #ECECEC !important;
}
.sw-btn {
    top: 70% !important;
}

.swiper-button-prev.sw-btn {

    left: 91% !important;
}
.agenda-speakers-wrapper .agenda-speakers-slider:after {
    content: '';
    background-color: #DDDDDD;
    position: absolute;
    height: 1px;
    width: 90%;
    bottom: 32%;
}
.assembly-event-agenda .agenda-content-inner {
    border: none;
    padding-left: 0px;
}
.agenda-speakers-content {
    border-left: 1px dashed #D0D0D0;
    padding-left: 30px;
}
.agenda-sponsored-logos {
    display: flex;
    align-items: center;
    gap: 10px;
}
.agenda-sponsored-logos img {
    height: 30px;
    width: auto;
    object-fit: cover;
}

.assembly-event-agenda .agenda-header:after{
	content: none !important;
}
.assembly-event-agenda {
    width: 80%;
    margin: auto;
margin-top: 40px;
}
.agenda-header-left {
    justify-content: space-between;
}
.assembly-event-agenda .agenda-time-info {
    width: fit-content;
    min-width: fit-content;
}
.assembly-event-date-wrapper {
    position: relative;
}
.assembly-event-date {
    z-index: 9;
    position: relative;
}

.assembly-event-date-wrapper:after {
    content: '';
    background-color: #C9C9C9;
    position: absolute;
    height: 1px;
    width: 80%;
    top: 50%;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
}
.speaker-content span.speaker-category {
    font-weight: 700;
}
.speaker-card {
    height: 500px;
}
.apex-speakers-top h2 {
margin-bottom: 0px;
}
.advisory-card {

    margin-bottom: -20px !important;
}