body[data-selenium="module-toolbars-loaded"] [class*='et-lb-content'] {position: relative !important; visibility: visible !important; top: unset !important display: block !important; transform: none !important; opacity: 1 !important;}

.et-lb-open {background-image: url(https://23547047.fs1.hubspotusercontent-na1.net/hubfs/23547047/v3/lightbox-bg-2.png);background-size: cover; background-position: right center; display: flex; align-items: center; justify-content: center; backdrop-filter: blur(7px) saturate(0); -webkit-backdrop-filter: blur(7px) aturate(0);}
.et-lb-open .et_pb_text_inner {color: #FFF; font-family: 'Inter'; font-weight: 300; font-size: 18px; line-height: 1.5em; padding: 40px;}
.et-lb-open .et_pb_text_inner {overflow-y: auto; height: 100vh; padding-bottom: 200px;}


[class*='et-lb-btn'] h5 {font-weight: 100; color: #959595;}
.et-lb-open h3 {color: #FFF; font-size: 46px;}
.et-lb-open h4 {color: #FFF; margin-bottom: 20px;}
.et-lb-open p {color: #FFF; font-weight: 100; line-height: 1.75em; letter-spacing: 0.01em;}


@media (max-width:844px) {

    .et-lb-open .et_pb_text_inner {padding: 30px 10px 130px 10px !important;}
    .et-lb-open .et_pb_row {min-width: 90%;}
    .et_pb_section.et-lb-open {padding: 10px 0px !important;}
  
  .et-lb-open h3 {font-size: 30px !important; padding-top: 40px;}
.et-lb-open p, .et-lb-open li {line-height: 1.35em !important;}
.et-lb-open div[data-hs-cos-type="inline_rich_text"] {height: 85vh; overflow: scroll; padding-bottom: 50px;}
}


body:not(.et-fb-root-ancestor) [class*='et-lb-content'] {
	position:fixed;
	visibility:hidden;
	top:0px;
	z-index:999999;
	min-height:100%;
	transition:all .2s 0s;
        width: 100%;
}
body:not(.et-fb-root-ancestor) [class*='et-lb-content'] .et_pb_row {
	position:relative;
	top:50px;
}
.et-lb-open {
	visibility:visible!important;
	width:100%;
}
span.et-lb-close {
	font-size:46px;
	right:-1vw;
	margin-top:-21px;
	display:block;
	color:#fff; /* COLOR OF THE CLOSING ICON*/
	padding:10px;
	cursor:pointer;
	font-weight:100;
	font-family:etmodules;
	z-index:99999999999999;
	position:absolute;
}
body:not(.et-fb-root-ancestor) [class*='et-lb-content']:not(.et-lb-open) {
	transform:scale(.3);opacity:0;
}
body:not(.et-fb-root-ancestor) [class*='et-lb-btn'] {
	cursor:pointer;
}