.wp-block-button a{
	font-weight: 600;
	text-decoration: none;
    position: relative;
}
.hero-event.hidden{
	display: none !important;
}
@keyframes parallax-move {
  0% {
    transform: translateY(-125px);
  }
  100% {
    transform: translateY(0);
  }
}

.center-image {
  margin-top: 60px;
  position: relative;
}

.center-image figure {
  position: relative;
}

.center-image figure:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #141414 82.5%);
}

.center-image .gradient-block {
  position: relative;
  margin: 12px 16px;
}

/* ---------- Media Query: md-d (max-width: 768px) ---------- */
@media (max-width: 768px) {
  .center-image .gradient-block {
    width: calc(100% - 32px);
  }
}

@media only screen and (min-width: 768px) {
  .center-image .gradient-block {
    position: absolute;
    transform: translateY(0);
    animation: parallax-move linear forwards;
    animation-timeline: scroll(root);
  }

  .center-image .gradient-block:nth-of-type(1) {
    left: 2%;
    top: 15%;
  }

  .center-image .gradient-block:nth-of-type(2) {
    left: 7%;
    bottom: 15%;
  }

  .center-image .gradient-block:nth-of-type(3) {
    right: 2%;
    top: 25%;
  }
}

@media (min-width: 992px) {
  .center-image .gradient-block:nth-of-type(1) {
    left: 7%;
  }

  .center-image .gradient-block:nth-of-type(2) {
    left: 15%;
  }

  .center-image .gradient-block:nth-of-type(3) {
    right: 7%;
  }
}
.cta-form .hs-form-html .hsfc-Step__Content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 4px;
}

.cta-form .hs-form-html .hsfc-Step__Content .hsfc-Row {
  padding: 0;
  margin: 0;
  display: flex;
  width: 100%;
}

.cta-form .hs-form-html .hsfc-Step__Content .hsfc-Row .hsfc-FieldLabel {
  display: none;
}

.cta-form .hs-form-html .hsfc-Step__Content .hsfc-Row .hsfc-TextInput {
  width: 375px;
  border-radius: 14px;
  padding: 14px;
}

.cta-form .hs-form-html .hsfc-Step__Content .hsfc-Row .hsfc-ReCaptchaV2 {
  min-height: 0;
  height: 0;
}

.cta-form .hs-form-html .hsfc-Step__Content .hsfc-Row .grecaptcha-badge {
  position: fixed;
  left: 0;
  bottom: var(--wp--preset--font-size--medium);
  z-index: 999;
}

.cta-form .hs-form-html .hsfc-Step__Content .hsfc-NavigationRow {
  margin: 0;
}

.cta-form .hs-form-html .hsfc-Step__Content .hsfc-NavigationRow .hsfc-NavigationRow__Alerts {
  margin: 0;
}

.cta-form .hs-form-html .hsfc-Step__Content .hsfc-NavigationRow .hsfc-Button {
  word-break: normal;
  font-size: var(--wp--preset--font-size--medium);
  padding: 13.5px 30px;
  width: 120px;
}

/* CALL TO ACTION BLOCK */
.call-to-action {
  margin: 50px 16px;
  color: var(--wp--preset--color--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.call-to-action h2 {
  max-width: 925px;
  font-weight: 800;
  font-size: 48px;
  letter-spacing: -0.48px;
  line-height: 50px;
  margin: 0;
}

.call-to-action h2 strong {
  color: var(--wp--preset--color--primary-light);
}

.call-to-action p {
  max-width: 730px;
  font-weight: 600;
  margin: 16px 0 0;
  font-size: var(--wp--preset--font-size--large);
  line-height: 22px;
}

.call-to-action .cta-form {
  margin-top: 24px;
  width: 100%;
}

.call-to-action .cta-form .hubspot-form {
  /* responsive style added below */
}

/* ---------- MEDIA QUERY: Mobile (max-width: 768px) ---------- */
@media (max-width: 768px) {
  .cta-form .hs-form-html {
    width: 100%;
  }

  .cta-form .hs-form-html .hsfc-Step__Content {
    flex-direction: column;
    padding: var(--wp--preset--font-size--small) 0 !important;
  }

  .cta-form .hs-form-html .hsfc-Step__Content .hsfc-Row {
    width: 100%;
    flex-direction: column;
  }

  .cta-form .hs-form-html .hsfc-Step__Content .hsfc-Row .hsfc-TextInput {
    width: 100%;
  }

  .cta-form .hs-form-html .hsfc-Step__Content .hsfc-NavigationRow {
    width: 100%;
  }

  .cta-form .hs-form-html .hsfc-Step__Content .hsfc-NavigationRow .hsfc-Button {
    width: 100%;
  }

  .call-to-action {
    margin: 40px 16px;
  }

  .call-to-action h2 {
    font-size: 32px;
    line-height: 32px;
  }

  .call-to-action p {
    font-size: var(--wp--preset--font-size--medium);
  }

  .call-to-action .cta-form .hubspot-form {
    width: 100%;
  }
}
.wp-block-button.with-arrow a{
	position: relative;
}
.gradient-block {
  width: 330px;
  background: radial-gradient(153.36% 122.72% at -9.19% -15.93%, #3C3C3C 0%, #121212 70%);
  padding: 20px;
  border-radius: 16px;
  gap: 0;
}

.gradient-block h4 {
  color: var(--wp--preset--color--white);
  font-size: 20px;
  font-weight: 800;
  line-height: 20px;
  letter-spacing: 0.2px;
}

.gradient-block p {
  color: var(--wp--preset--color--dark-lightest);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  margin-top: 8px;
}

.wp-block-button.with-arrow a:after {
    content: "";
    width: 13px;
    height: 8px;
    position: absolute;
    right: 11px;
    top: 16px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE0IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGlkPSJWZWN0b3IgODMiIGQ9Ik0wLjk5OTc1NiA0LjAwNTAxTDEyLjk5OTggNC4wMDUwMU0xMi45OTk4IDQuMDA1MDFMOS45NTA0MSA3TTEyLjk5OTggNC4wMDUwMUMxMi45OTk4IDQuMDA1MDEgMTAuODYwNiAxLjg5Nzk0IDkuOTUwNDEgMSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K) no-repeat;
}
.hero-event {
  margin: 0 0px 40px;
  border-radius: 24px;
  padding: 109px 32px 40px 80px;
}

.hero-event h1 {
  max-width: 700px;
  font-size: 48px;
  letter-spacing: -0.48px;
  margin: 0;
  line-height: 1em;
  font-weight: 800;
}

.hero-event p {
  margin: 0 0 24px 0;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  max-width: 500px;
}

.hero-event p.small {
  font-size: 16px;
  margin-top: 12px;
}

.hero-event p a {
  color: #34BCF1;
}

.hero-event iframe {
  border-radius: 20px;
}

.hero-event .wp-block-columns {
  margin: 0;
}

.hero-event .wp-block-buttons.tags {
  width: 450px;
  margin-left: auto;
}

.wp-block-buttons.tags .wp-block-button a {
      padding: 11px 20px;
    gap: 12px;
    border-radius: 24px;
    border: 1px solid #5e5e5e;
    background: var(--wp--preset--color--dark-lighter);
    font-size: var(--wp--preset--font-size--medium);
}
.wp-block-buttons.tags .wp-block-button a:hover{
	background: var(--wp--preset--color--primary);
    transition: all .3s ease-out;
}
/* Embed adjustments for mobile */
.hero-event .wp-block-embed {
  /* styles applied via media query */
}
@media (max-width: 768px) {
  .hero-event {
    padding: 32px 16px 40px;
    margin: 0 0 40px 0;
  }

  .hero-event h1 {
    font-size: 32px;
  }

  .hero-event p {
    font-size: 16px;
	  line-height: 20px;
  }

  .hero-event iframe {
    margin: 0 auto;
  }

  .hero-event .wp-block-buttons.tags {
    display: none;
  }

  .hero-event .wp-block-buttons.tags .wp-block-button a {
    font-size: 16px;
  }

  .hero-event .wp-block-embed {
    min-width: 100%;
    min-height: auto;
  }
}
.bottom-sign-in {
  margin: 60px 28px 40px;
  border-radius: 24px;
  padding: 40px;
  background: #141414 ;
  text-align: center;
}
.single-event .wrapper,.single-event .navbar,.page-id-1434 .wrapper,.page-id-1434 .navbar{
	background: #000;
}
.bottom-sign-in h2 {
  color: var(--wp--preset--color--white);
  font-size: var(--wp--preset--font-size--x-large);
  font-weight: 800;
  letter-spacing: -0.4px;
	line-height: 1em;
  margin: 0 0 16px;
}

.bottom-sign-in p {
  color: var(--wp--preset--color--white);
  text-align: center;
  font-size: var(--wp--preset--font-size--large);
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 24px;
}

.bottom-sign-in .wp-block-button {
  /* wrapper styles, responsive below */
}

.bottom-sign-in .wp-block-button a {
  width: 120px;
	    padding: 11px 12px;
}

@media (max-width: 768px) {
  .bottom-sign-in {
    margin: 40px 0px;
    padding: 40px 16px;
  }

  .bottom-sign-in h2 {
    font-size: 32px;
  }

  .bottom-sign-in p {
    font-size: 18px;
  }

  .bottom-sign-in .wp-block-button {
    width: 100%;
  }

  .bottom-sign-in .wp-block-button a {
    width: 100%;
	  background: #1472e3;
  }
}





.rst-section-benefits{
	padding: 0 16px;
	width: 100%;
	box-sizing: border-box;
}
.wp-element-button:not([href]) {
	cursor: auto;
}
/*
@media (min-width: 992px) and (max-width: 1050px) {
	.navbar .collapse .navbar-nav li.nav-item .nav-link{
		font-size: 0.9vw;
	}
	.navbar .collapse .navbar-nav li.nav-item.dropdown .dropdown-toggle::after {
    	vertical-align: 2px;
	}
}
*/
@media (min-width: 1025px) {
    .rst-section-benefits {
        height: calc( 1vh * 100 * var(--items-count) * 1 );
    }
	.sticky__wrapper{
        height: 100svh;
        height: calc(var(--svh, 1svh) * 100);
        position: sticky;
        top: 60px;
    }
	.sticky-layout{
        left: 0;
        pointer-events: none;
        position: absolute;
        top: 0;
    }
	.rst-item-benefits-image .slot {
		width: 100%;
		height: 100%;
			overflow: clip;
		transform: translateY(calc(-100% * var(--notch-progress)));
	}
	.rst-item-benefits-image .overlay{
		background-color: #000000a6;
		height: 100%;
		left: 0;
		opacity: calc(1 - var(--notch-progress));
		position: absolute;
		top: 0;
		width: 100%;
	}
	.rst-item-benefits-image .image{
		width: 100%;
		height: 100%;
		transform: translateY(calc(100% * var(--notch-progress)));
		overflow: hidden;
	}
	.rst-item-benefits-heading .line-split {
		opacity: 1;
		text-align: center;
			display: block;
		will-change: transform; 
		translate: none; 
		rotate: none; 
		scale: none; 
		transform: translateY(100%);
		transition: transform 0.6s ease;
	}
	.rst-item-benefits-heading .line-split.is-current {
		transform: translateY(0%) !important;
	}
	.rst-item-benefits-heading .line-split.has-shown {
		transform: translateY(-100%) !important;
	}
	.rst-item-benefits-heading .line-split.is-previous {
		transform: translateY(-100%) !important;
	}
}
.rst-item-benefits-heading {
	text-align: center;
}
.rst-item-benefits-heading h2{
	color: #FFF;
	text-align: center;
	font-size: 48px;
	font-weight: 800;
	line-height: 1em;
	letter-spacing: -0.48px;
	margin: 0 0 12px 0;
}
.rst-item-benefits-heading .rst-item-benefits-heading-des{
	color: #FFF;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px;
}
.rst-item-benefits-heading{
	padding-top: 40px;
	padding-bottom: 32px;
}
.benefits-dots{
	width: 100%;
	display: flex;
	align-items: center;
	gap: 2px;
	margin-top: 32px;
	justify-content: center;
}
.benefits-dots span{
	width: 44px;
	height: 6px;
	display: block;
	border-radius: 1000px;
	background: #3B3B3D;
}
.benefits-dots span.active{
	background: #1472E3;
}

.rst-item-benefits-image .image img{
	width: 100%;
	sheight: 100%;
	object-fit: cover;
	display: block;
	object-position: top;
	border-radius: 20px;
	
}
.rst-item-benefits{
	padding-left: 80px;
	padding-right: 80px;
	    box-sizing: border-box;
}
.notch-section__wrapper:after{
	border-radius: 32px;
	border: 1px solid #2B2B2D;
	background: #141414;
	box-shadow: 0 5px 37.8px 0 rgba(33, 33, 33, 0.25) inset;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: calc( 100% - 80px );
	content:"";
	z-index: -1;
}

.rst-item-benefits-image {
    flex-grow: 1;
	    overflow: auto;
	    border-radius: 20px;
    position: relative;
	sbox-shadow: 0 5px 15.5px -1px rgba(96, 96, 96, 0.25);
}
.line-mask-split-mask{
	text-align: center;
    overflow: clip;
	display: block;
}


.sticky-layout {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}
.notch-section__wrapper{
    height: 100%;
    width: 100%;
}
.notch-section__wrapper {
    position: relative;
}
.benefits__container{
	max-width: 1312px;
	width: 100%;
	height: 100%;
	margin: 0px auto;
}

.hubspot-form{
	max-width: 500px;
	margin: 0px auto;
	width: 100%;
}
.cta-form .hs-form-html .hsfc-Step__Content .hsfc-Row .hsfc-TextInput {
    padding: 10px 14px;
}
.cta-form .hs-form-html .hsfc-Step__Content .hsfc-Row .hsfc-TextInput {
    width: 100%;
}
.cta-form .hs-form-html .hsfc-Step__Content {
    flex-direction: column;
    gap: 10px;
    flex-wrap: wrap;
}
.cta-form .hs-form-html .hsfc-Step__Content .hsfc-NavigationRow .hsfc-Button{
	width: 100% !important;
	    padding: 10px 20px;
}
.cta-form .hs-form-html .hsfc-Step__Content .hsfc-NavigationRow{
	width: 100%;
}
[data-hsfc-id=Renderer] .hsfc-TextareaInput{
	display: block;
}
.cta-form .hs-form-html .hsfc-Step__Content .hsfc-Row{
	flex-direction: column;
	gap: 10px;
}
.trusted-by-container{
	margin: 70px 0;
}
.rst-lists-gallery-container{
	max-width: 1276px !important;
	padding: 0 63px 0 63px;
}
.rst-lists-gallery-container .wp-block-gallery{
	width: 100% !important;
	max-width: 100% !important;
	gap: 80px;
	flex-wrap: wrap;
	margin: 0;
	position: absolute;
    top: 0;
    left: 0;
	opacity: 0;
	transition-property: opacity;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .5s;
}
.opacity-1{
	opacity: 1 !important;
}
.rst-lists-gallery-container.mobile{
	display: flex;
	gap: 20px;
	padding-left: 0;
	padding-right: 0;
	    overflow: hidden;
	    max-width: inherit !important;
	display: none;
}
.rst-lists-gallery-container.mobile  .wp-block-gallery{
	opacity: 1;
	position: static;
}
.rst-lists-gallery-container.mobile .wp-block-gallery .wp-block-image {
    width: auto !important;
	display: flex;
	align-items: center;
	height: auto;
	justify-content: center;
	    max-width: max-content;
	min-width: 166px;
}
@keyframes scroll2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100%));
  }
}
.rst-lists-gallery-container.mobile .gallery-container-inner{
    width: auto !important;
    animation: scroll2 40s linear infinite;
}
.rst-lists-gallery-container.mobile .gallery-container-inner{
	height: auto;
	display: flex;
	gap: 20px;
	max-width: inherit !important;
}
.rst-lists-gallery-container.mobile .wp-block-gallery{
	gap: 20px;
	    flex-wrap: nowrap;
	width: auto !important;
}
.rst-lists-gallery-container.mobile .wp-block-gallery img{
	width: auto !important;
	height: auto !important;
}
.rst-lists-gallery-container.mobile .wp-block-gallery .wp-block-image{
	opacity: 1;
}
.rst-lists-gallery-container .wp-block-gallery .wp-block-image{
	    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .5s;
	opacity: 0;
	height: 96px;
	align-items: center;
}
.rst-lists-gallery-container .wp-block-gallery .wp-block-image img{
	flex: initial !important;
    height: auto !important;
    object-fit: cover;
    width: fit-content !important;
}
.rst-lists-gallery-group{
	padding: 21px 0 32px 0;
	max-width: 1276px;
}
.rst-lists-gallery-container.deskop:first-child{
	margin-top: 0px;
} 
.rst-lists-gallery-container.deskop{
	margin-top: 24px;
} 
.gallery-container-inner{
	max-width: 100% !important;
	height: 96px;
	position: relative;
}
.rst-lists-gallery-container .wp-block-gallery .wp-block-image{
	width: calc( 20% - calc( 320px / 5 ) ) !important;
}
.trusted-by-container h2{
	color: #FFF;
	text-align: center;
	font-family: proxima-nova, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	margin: 0 0 8px 0;
}
.wp-block-buttons.tags .wp-block-button a {
    padding: 10px 19px;
	line-height: 1em;
}
.hero-event .wp-block-buttons.tags {
    width: 390px;
    margin-left: auto;
}
.wp-block-button.with-arrow a {
    padding: 10px 40px 10px 18px;
}
.wp-block-button.with-arrow a:after{
	right: 18px;
}
.hero-event {
    padding: 128px 32px 72px 32px;
	    min-height: 521px;
}
.content-column-left{
	max-width: 500px;
}
.hero-event h1 {
	margin: 0 0 24px 0;
}
 .hero-event .hero-event-inner p {
    margin-bottom: 24px;
    max-width: 100%;
	 font-weight: 400;

}
.hero-event-inner .wp-block-buttons{
	justify-content: center;
}

.hero-event p.small {
    font-size: 16px;
    margin-top: 12px;
	line-height: 22px;
	font-weight: 600;
}
.hero-event-inner{
	background: none;
	max-width: 700px;
	margin: 0px auto;
	text-align: center;
	margin-bottom: 242px;
}
@media screen and (max-width: 1200px) {
	.rst-lists-gallery-container .wp-block-gallery{
		gap: 40px;
	}
	.rst-lists-gallery-container.deskop  .wp-block-gallery .wp-block-image {
		width: calc(20% - calc(160px / 5)) !important;
	}
	.rst-item-benefits {
		padding-left: 40px;
		padding-right: 40px;
	}
	.rst-item-benefits-heading h2{
		font-size: 40px;
	}
	.rst-item-benefits-heading .rst-item-benefits-heading-des{
		font-size: 18px;
	}
}
@media screen and (max-width: 1024px) {
	.rst-item-benefits-heading h2{
		font-size: 36px;
	}
	.rst-item-benefits{
		position: relative;
		margin-bottom: 46px;
	}
	.rst-item-benefits:last-child{
		margin: 0;
	}
	.notch-section__wrapper:after{
		display: none !important;
	}
	.rst-item-benefits:after{
		border-radius: 24px;
		border: 1px solid #2B2B2D;
		background: #141414;
		box-shadow: 0 5px 37.8px 0 rgba(33, 33, 33, 0.25) inset;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		width: 100%;
		box-sizing: border-box;
		height: calc(100% - 75px);
		content: "";
	}
	.benefits-dots{
		display: none !important;
	}
	.rst-item-benefits-heading {
		padding-top: 40px;
		padding-bottom: 24px;
	}
	.rst-item-benefits {
        padding-left: 24px;
        padding-right: 24px;
    }
}
@media screen and (max-width: 991px) {
	.rst-lists-gallery-container.deskop,.rst-lists-gallery-group{
		display: none;
	}
	.trusted-by-container {
		margin: 40px 0 20px;
	}
	.rst-lists-gallery-container.mobile{
		display: flex;
		padding-top: 0;
	}
}
@media screen and (max-width:768px) {
	.hidden-mb{
		display: none !important;
	}
	.call-to-action{
		margin-bottom: 0;
	}
	.rst-item-benefits-image .image img{
		min-width: 621px;
		width: 621px;
		border-radius: 16px;
	}
	.rst-item-benefits-image{
		overflow: hidden;
		box-shadow: 0 0 21.711px 0.531px rgba(69, 69, 69, 0.25);
		    margin-right: -24px;
	}
	.rst-item-benefits-image{
		border-radius: 0;
	}
	.rst-section-benefits {
		padding: 0;
	}
	.rst-item-benefits-heading h2{
		font-size: 28px;
	}
	.rst-item-benefits-heading .rst-item-benefits-heading-des{
		font-size: 16px;
	}
	.hero-event{
	margin-left: 0;
	margin-right: 0;
	padding: 32px 16px 40px;
		        display: block;
}
.hero-event-inner{
	margin: 0;
}
}