
.new-button-ac {
	background-color: black;
	color: #fff;
	box-shadow: none;
	outline: none;
	cursor: pointer;
	display: inline-block;
	font-family: "Founders Grotesk", sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	padding: 16px 24px;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: .1s ease-in;
	border-radius: 25px 0 25px 25px;
	margin-top: 20px;
}

/* 2024 Landing Page Header Cleanup */
.landing__page-2024 .headshot__header::after, .landing__page-2024 .headshot__header__body::before, .landing__page-2024 .headshot__header__body::after, .landing__page-2024 .headshot__header__image::before, .landing__page-2024 .webinar__header::before, .landing__page-2024 .webinar__header__title::before, .landing__page-2024 .webinar__header__video::before, .landing__page-2024 .ebook__header__image::before, .landing__page-2024 .ebook__header__image::after {
	content: none !important;
	display: none !important;
	background: none !important;
}

.u3m-partner-marketplace-2022 .all-posts .partner-block .partner-logo img {
	position: relative;
	/* top: 0; */
	
	/* bottom: 0; */
	
	/* left: 0; */
	
	/* right: 0; */
	margin: auto;
	width: 50% !important;
	height: 97px !important;
	object-fit: contain;
}

.u3m-alternating-content .content .content__left .bullet-list .single-bullet img, .u3m-alternating-content .info-row .content__left .bullet-list .single-bullet img {
	width: 10px;
}

#page > div > section.u3m-lp-hero.full-width > div.content {
	height: inherit !important;
}

@media (min-width: 991px) {
	#pricing-section > div > div > div:nth-child(1) > div > div > div.button-area {
		margin-top: -31px;
	}
}

.new-button-ac:hover {
	color: #000;
	background-color: #28ccc1;
	border: none;
}

.trusted__by__title_new {
	display: block;
	width: 100%;
	padding-top: 50px;
	font-size: 27px;
	font-weight: bold;
	line-height: 123%;
}

section.u3m-lp-split .left-column .inner .headline-image-wrap.present h1 {
	flex: 100%;
}

section.u3m-logo-trust-marks div.u3m-logo-trust-marks__logos div.u3m-logo-trust-marks__logos__item img {
	height: auto;
	max-width: 100%;
	max-height: none !important;
	max-width: 125px;
}

.allego-popup, .allego-popup span, .allego-popup button {
	font-family: "Fira Sans", sans-serif !important;
}

.enablehub__cta__body {
	padding: 15px !important;
}

.enablehub__cta__body h3 {
	font-size: 30px;
}

.integrations-logo img {
	max-height: 50px !important;
	object-fit: contain !important;
}

ul.footer-menu > li > .sub-menu li a {
	margin: 4px 0 0 !important;
}

/***CSS for pricing section***/
.pricing-hero {
	background-position: bottom right !important;
	padding: 0 !important;
	padding-top: 5% !important;
	position: relative !important;
}

.kao-container {
	width: 100%;
	max-width: 1550px;
	margin: auto;
}

.pricing-hero .kao-container {
	position: static;
}

.hero-content-area {
	padding: 0;
}

.pricing-hero h2 {
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 0;
}

.pricing-hero h1 {
	text-transform: capitalize;
	margin: 30px 0;
	font-size: 50px;
	line-height: 1;
	margin-top: 15px;
}

.pricing-hero .kao-row .kao-col:last-of-type img {
	max-width: 400px;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.pricing-hero .kao-row .kao-col:last-of-type {
	margin: 0 1%;
	text-align: center;
}

/***Pricing section**/
.kao-section {
	padding: 75px 0;
}

.kao-section .content {
	max-width: 1640px;
	margin: auto;
	padding: 0 25px;
}

.kao-section .content > h2 {
	text-align: center;
	margin-bottom: 50px;
	line-height: 1;
}

.kao-row {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

.kao-pricing .kao-row {
	align-items: stretch;
}

.kao-row.row-1 .kao-col {
	max-width: 100%;
	flex: 0 0 100%;
}

.kao-row.row-4 .kao-col {
	flex: 0 0 24%;
	max-width: 24%;
	margin: .5%;
}

.kao-row.row-2 .kao-col {
	flex: 0 0 48%;
	max-width: 48%;
	margin: 1%;
}

.kao-section.kao-pricing .pricing-before, .kao-section.kao-pricing .pricing-inner {
	height: 100%;
}

.kao-section.kao-pricing .pricing-inner {
	background-color: #fff;
	padding-bottom: 20px;
	border-radius: 6px;
	border: 1px solid #ccc;
	transition: .3s all;
	display: flex;
	flex-flow: column;
	position: relative;
	box-shadow: 0 0 0 0 #ccc;
}

.kao-section.kao-pricing .pricing-inner:hover {
	border: 1px solid #28ccc1;
	box-shadow: 0 0 10px 0 #ccc;
}

.kao-section .kao-row.row-4 .kao-col:last-of-type .pricing-inner {
	height: auto;
}

.kao-pricing .discount-area {
	background-color: #000;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 500;
	text-align: center;
	padding: 5px 15px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	transition: .3s all;
	opacity: 1;
	color: #fff;
	position: absolute;
	top: -2px;
	left: 0;
	right: 0;
}

.kao-section.kao-pricing .pricing-inner:hover .discount-area {
	background-color: #28ccc1;
}

.kao-section .kao-row.row-4 .kao-col:last-of-type .discount-area, .kao-section .kao-row.row-4 .kao-col:last-of-type a.allegobutton.black {
	background-color: #28ccc1;
	color: #000;
}

.kao-section .kao-row.row-4 .kao-col:last-of-type a.allegobutton.black {
	border-color: #28ccc1;
	color: #000;
}

.kao-pricing .discount-area img {
	max-width: 18px;
}

.kao-section.kao-pricing .pricing-inner:hover .discount-area {
	opacity: 1;
}

.kao-section.kao-pricing .pricing-inner > h3 {
	line-height: 1.2;
	padding: 0 20px;
	font-size: 26px;
	color: #000;
	margin-bottom: 0;
	margin-top: 50px;
}

.kao-section.kao-pricing .pricing-inner > p {
	color: #000;
	padding: 0 20px;
	margin-top: 4px;
}

.kao-section.kao-pricing .pricing-inner .price {
	padding: 0 20px;
	margin: 30px 0;
}

.kao-section.kao-pricing .pricing-inner .price p {
	margin: 0;
	font-size: 30px;
	color: #000;
	font-weight: 600;
}

.kao-section.kao-pricing .pricing-inner .price p span {
	font-size: 17px;
	font-weight: normal;
}

.kao-section.kao-pricing .pricing-inner .button-area {
	padding: 0 20px;
}

.kao-section.kao-pricing .pricing-inner a.black {
	display: block;
	background-color: #000;
	color: #fff;
	border-color: #000;
	transition: .3s all;
	font-size: 22px;
}

.kao-section.kao-pricing .pricing-inner:hover a.black {
	background-color: #28ccc1;
	color: #000;
	border-color: #28ccc1;
}

.kao-section.kao-pricing .pricing-inner .pricing-content {
	padding: 0 20px;
}

.kao-pricing .pricing-content .pricing-repeat > h3, .kao-pricing .pricing-content .pricing-repeat > h1, .kao-pricing .pricing-content .pricing-repeat > h2, .kao-pricing .pricing-content .pricing-repeat > h4, .kao-pricing .pricing-content .pricing-repeat > h5, .kao-pricing .pricing-content .pricing-repeat > h6 {
	font-size: 22px !important;
	color: #000 !important;
	margin-top: 40px;
}

.kao-pricing .pricing-content {
	margin-bottom: 30px;
}

.kao-pricing .pricing-content .pricing-repeat ul {
	list-style: none;
	padding: 0;
}

.kao-pricing .pricing-content .pricing-repeat ul li {
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: normal;
}

.kao-pricing .pricing-content .pricing-repeat ul li:last-of-type {
	margin-bottom: 0;
}

.kao-pricing .pricing-content .pricing-repeat ul li::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 18px;
	background-image: url("https://www.allego.com/wp-content/uploads/check-2.png");
	background-size: contain;
	margin-right: 5px;
	transform: translateY(3px);
}

.kao-pricing .pricing-last {
	padding: 0 20px;
	margin-top: auto;
}

.kao-pricing .pricing-last .tooltip {
	position: relative;
	cursor: pointer;
}

.kao-pricing .pricing-last .tooltip-content {
	background-color: #000;
	color: #fff;
	padding: 10px 15px;
	display: block;
	border-radius: 6px;
	position: absolute;
	bottom: calc(100% + 15px);
	z-index: 1;
	font-size: 15px;
	line-height: 1.4;
	max-width: 100%;
	display: none;
	transition: .3s all;
}

.kao-pricing .pricing-last .tooltip:hover .tooltip-content, .kao-pricing .pricing-last .tooltip:hover:after {
	display: block;
}

.kao-pricing .pricing-last .tooltip:after {
	content: " ";
	border: none;
	border-top: 8px solid #000;
	border-left: 8px solid rgba(0, 0, 0, 0);
	border-right: 8px solid rgba(0, 0, 0, 0);
	position: absolute;
	bottom: calc(100% + 8px);
	left: 20%;
	display: none;
}

.kao-pricing .pricing-last p {
	margin: 0;
	margin-bottom: 8px;
	color: #000;
	font-size: 22px;
	font-weight: 500;
	cursor: pointer;
}

.kao-pricing .pricing-last p:last-of-type {
	margin-bottom: 0;
}

.kao-pricing .pricing-last p img {
	max-width: 22px;
	margin-left: 8px;
}

/***PRICING DETAILS*****/
.kao-pricing-details {
	padding: 130px 0;
	position: relative;
	margin-top: 50px;
}

.kao-pricing-details .bg-elm {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.kao-pricing-details .content > h2 {
	text-align: left;
}

.kao-pricing-details .kao-row {
	align-items: flex-start;
}

.kao-pricing-details .acc {
	margin-bottom: 10px;
}

.kao-pricing-details .acc-head {
	padding: 20px;
	font-size: 22px;
	position: relative;
	cursor: pointer;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding-right: 50px;
	position: relative;
	padding-left: 0;
}

.kao-pricing-details .acc-head p {
	font-size: 24px;
	color: #000;
	font-weight: 600;
	margin: 0;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.kao-pricing-details .acc-head span.icon {
	transition: .3s all;
	position: absolute;
	top: 15px;
	right: 0;
}

.kao-pricing-details .acc-head.active span.icon {
	transform: rotate(180deg);
}

.kao-pricing-details .acc-content {
	padding: 15px 20px;
	display: none;
	padding-left: 0;
}

.kao-pricing-details .acc-head.active::before {
	transform: rotate(90deg);
}

.kao-pricing-details .acc-content p {
	color: #000;
}

.kao-pricing-details .acc-content a {
	color: #b72229;
	font-weight: bold;
	display: inline-block;
	position: relative;
}

.kao-pricing-details .acc-content a:after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	background-image: url("https://www.allego.com/wp-content/uploads/Group-7.png");
	background-size: contain;
	margin-left: 5px;
	transform: translateY(2px);
}

/***core platform section***/
.product-accordion-section .center > h2 {
	margin-bottom: 50px;
}

.kao-core-platform .core-video-container {
	position: relative;
	padding-bottom: 56.25%;
}

.kao-core-platform .core-video-container iframe, .kao-core-platform .core-video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.kao-core-platform .kao-col img {
	max-width: 100%;
	height: auto;
}

/****KAO testimonial****/
.kao-testimonial {
	max-width: 100%;
	background-color: #000823;
}

.kao-testimonial .center > h2 {
	color: #fff;
	text-align: center;
}

.kao-testimonial .kao-testimonial-box {
	width: 100%;
	padding: 20px;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	border-radius: 6px;
	margin: 10px;
	border: 2px solid #fff;
	border-radius: 6px;
}

.kao-testimonial .owl-carousel .owl-stage {
	display: flex;
}

.kao-testimonial .item {
	display: flex;
	flex: 1 0 auto;
	height: 100%;
}

.kao-testimonial .kao-testimonial-content {
	margin-bottom: 40px;
}

.kao-testimonial .kao-testimonial-content p {
	margin: 0;
	font-size: 22px;
	color: #fff;
	font-weight: normal;
	line-height: 1.5;
	opacity: .9;
}

.kao-testimonial .kao-testimonial-content p strong {
	font-weight: inherit;
	color: #28ccc1;
}

.kao-testimonial .kao-testimonial-flex {
	margin-top: auto;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}

.kao-testimonial .kao-testimonial-flex .kao-testimonial-author-image {
	padding-right: 20px;
}

.kao-testimonial .kao-testimonial-flex .kao-testimonial-author-image img {
	width: 90px;
	height: 90px;
	object-fit: cover;
	border-radius: 50%;
}

.kao-testimonial .kao-testimonial-flex .kao-testimonial-author h4 {
	color: #fff;
	margin: 0;
}

.kao-testimonial .owl-dot {
	display: none !important;
}

.kao-testimonial .owl-nav button {
	color: #869791 !important;
	font-size: 70px !important;
	width: 60px;
	height: 60px;
	background-color: #fff !important;
	border-radius: 50% !important;
	transition: .3s all !important;
}

.kao-testimonial .owl-nav button:hover {
	background-color: #869791 !important;
	color: #000 !important;
}

.kao-testimonial .owl-nav button span {
	display: block !important;
	margin-top: -15px !important;
}

.kao-testimonial .owl-item:nth-child(odd) .kao-testimonial-box {
	transform: rotate(2deg);
}

.kao-testimonial .owl-item:nth-child(even) .kao-testimonial-box {
	transform: rotate(-2deg);
}

/**DSR EBOOK page***/
.kao-dsr-hero .subheadline * {
	color: #fff;
}

.kao-dsr-hero .alt-link {
	margin: 30px 0;
	text-align: center;
}

.kao-dsr-hero .alt-link button {
	background-color: transparent;
	box-shadow: none;
	color: #ed3a3a;
	font-size: 18px;
	border: 0;
	outline: none !important;
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	text-align: center;
}

.kao-dsr-hero .alt-link button:after {
	transition: .1s ease-in;
	content: " ";
	height: 16px;
	width: 16px;
	margin-top: 2px;
	background-image: url("https://www.allego.com/wp-content/uploads/Group-7.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	margin-left: 3px;
	transition: .3s all;
}

.kao-video-container {
	padding: 0 100px;
	position: relative;
	width: 100%;
}

.video-padding {
	position: relative;
	padding-bottom: 56.25%;
	width: 100%;
}

.video-padding video, .video-padding iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-vector-bottom {
	position: absolute;
	bottom: -90px;
	left: -100px;
	max-width: 180px;
}

.video-vector-top {
	position: absolute;
	top: -60px;
	right: -90px;
	max-width: 180px;
}

span.bullet-text > p {
	margin: 0;
}

.content__right.has-button {
	flex-flow: column;
}

.kao-centered-button {
	width: 100%;
	margin-top: 30px;
	text-align: center;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

/***AUTHOR SECTION*****/
.kao-author .ko-row {
	margin-top: 50px;
	justify-content: center;
}

.ko-row {
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
}

.ko-row .ko-col {
	box-sizing: border-box;
}

.kao-author .ko-row .ko-col:nth-child(even) {
	transform: translateY(50px);
}

.ko-col.ko-col-4 {
	flex: 0 0 23%;
	max-width: 23%;
	margin: 1%;
	margin-bottom: 50px;
}

.ko-col.ko-col-3 {
	flex: 0 0 31.33%;
	max-width: 31.33%;
	margin: 1%;
	margin-bottom: 50px;
}

.ko-col.ko-col-2 {
	flex: 0 0 48%;
	max-width: 48%;
	margin: 1%;
}

.ko-row .ko-col .ko-author-item {
	height: 100%;
	background-color: #fff9f5;
	text-align: center;
	padding: 0 20px;
}

.ko-author-img {
	padding-top: 20px;
}

.ko-author-img img {
	width: 140px;
	height: 140px;
	border-radius: 50%;
}

.kao-author h3, .kao-author p {
	color: #000;
	text-align: center;
}

.ko-author-desc {
	padding-bottom: 20px;
}

/***HERO HUBSPOT FORM***/
#hero-form {
	margin-top: 40px;
	width: 100%;
	max-width: 600px;
}

#hero-form .hs_recaptcha {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -9999;
	opacity: 0;
}

#hero-form form {
	display: flex;
	flex-flow: column;
	justify-content: center;
}

#hero-form form .hs_email {
	flex: 0 0 100%;
	max-width: 100%;
	box-sizing: border-box;
}

#hero-form form .hs_submit {
	flex: 0 0 100%;
	max-width: 100%;
	box-sizing: border-box;
}

#hero-form form .input input, #hero-form form .input select {
	height: 45px;
	width: 100%;
	padding: 0 15px;
	font-size: 20px;
	outline: none;
	border: 1px solid #cbd6e2;
	border-radius: 6px;
	box-sizing: border-box;
	background-color: #f5f8fa;
	margin-top: 5px;
	font-size: 17px;
}

#hero-form form .actions input {
	height: 45px;
	padding: 0 15px;
	color: #000;
	text-align: center;
	box-sizing: border-box;
	font-size: 17px;
	background-color: #28ccc1;
	border-radius: 30px;
	border-top-right-radius: 0;
	border: 1px solid #28ccc1;
	font-weight: 600;
	text-transform: capitalize;
}

#hero-form form ul.hs-error-msgs {
	padding: 0;
	margin: 0;
	list-style: none;
}

#hero-form form ul.hs-error-msgs label.hs-error-msg {
	font-size: 14px;
	color: #ed3a3a;
}

#hero-form form .hs-form-field {
	margin-bottom: 15px;
}

#hero-form form .hs-form-field label {
	font-size: 18px;
}

/**EBOOK section***/
.ko-ebook {
	background-color: #000823;
	max-width: 100%;
}

.ko-ebook .content > h2 {
	color: #fff;
}

.ko-ebook-item {
	height: 100%;
}

.ko-ebook-img {
	text-align: center;
	padding: 50px;
	position: relative;
	background-color: #28ccc1;
}

.ko-ebook-img img {
	height: 400px;
	object-fit: contain;
}

.ko-ebook-price {
	position: absolute;
	top: 15px;
	left: 15px;
}

.ko-ebook-price .main-price {
	padding: 14px 20px;
	background-color: #000823;
	color: #28ccc1;
	font-size: 18px;
	text-transform: uppercase;
	border-radius: 25px;
}

.ko-ebook-price .old-price {
	margin-top: 8px;
	display: inline-block;
	font-size: 15px;
}

.ko-ebook-price span.strike {
	text-decoration: line-through;
}

.ko-ebook-name, .ko-ebook-desc {
	color: #fff;
}

.ko-ebook-desc {
	margin-bottom: 20px;
}

.button-dark.transparent {
	border: 1px solid #28ccc1 !important;
	color: #28ccc1 !important;
}

.button-dark.transparent:hover {
	color: #000 !important;
}

.ko-ebook .button-dark {
	margin-top: auto;
}

/***SINGLE SLIDE CAROUSEL**/
.kao-dsr-testimonial .center > h2 {
	text-align: center;
}

.dsr-author-info {
	text-align: center;
	display: flex;
	flex-flow: column;
	align-items: center;
}

.dsr-author-info img {
	width: 120px !important;
	height: 120px;
	border-radius: 50%;
}

.client-review {
	max-width: 1000px;
	margin: auto;
	margin-bottom: 50px;
	text-align: center;
}

.client-review * {
	font-size: 28px;
	color: #000;
	line-height: 1.4;
}

.dsr-author-name, .dsr-author-desig {
	color: #000;
}

.dsr-author-desig {
	text-align: center;
	margin: 0;
}

.kao-dsr-testimonial .owl-nav {
	display: none;
}

/***CTA section***/
.kao-cta {
	background-color: #000823;
	padding: 30px 0;
	position: relative;
	margin-top: 50px;
	max-width: 1620px;
}

.kao-cta .float-img {
	position: absolute;
	bottom: 100%;
	left: 30px;
}

.kao-cta .cta-row {
	align-items: center;
}

.kao-cta .cta-row .cta-col {
	flex: 0 0 25%;
	max-width: 25%;
}

.kao-cta .cta-row .cta-col.middle {
	flex: 0 0 50%;
	max-width: 50%;
}

.kao-cta .cta-row .cta-col.middle h2, .kao-cta .cta-row .cta-col.middle p {
	color: #fff;
	font-weight: 600;
}

.kao-cta .cta-row .cta-col.middle h2 {
	font-size: 50px;
	line-height: 1;
}

.kao-cta .cta-row .cta-col.middle p {
	font-size: 20px;
}

.kao-cta .cta-row .cta-col.left img {
	position: absolute;
	bottom: 0;
	left: 0;
	max-width: 100%;
}

.kao-cta .cta-row .cta-col.right {
	text-align: right;
}

.button-dark.white {
	border: 1px solid #fff !important;
}

.button-dark.white:hover {
	border: 1px solid #28ccc1 !important;
}

.forreseter_left_img {
	margin-top: 30px;
	border: 1px solid #000823;
	padding: 20px;
	width: max-content;
	border-radius: 30px;
}

.logos-title {
	color: #000823;
	font-weight: 700;
	font-size: 39px;
	line-height: 120%;
	font-family: Founders Grotesk;
}

.custom-image-gallery {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 15px 30px;
	justify-content: flex-start;
}

.custom-image-gallery img:hover {
	transition: box-shadow .3s;
	box-shadow: 5px 5px 40px 0 rgba(0, 0, 0, .15);
}

.custom-image-gallery img {
	border-radius: 20px;
}

.cta-bk {
	background-image: url("https://www.allego.com/wp-content/uploads/cta-back.png");
	background-position-x: -26px;
	background-position-y: -12px;
	background-size: auto;
	mask-image: url("https://www.allego.com/wp-content/uploads/mask.svg");
	height: 678px;
}

.cta-bk.nitro-lazy {
	mask-image: none !important;
}

.cta-section {
	position: relative;
	margin-top: 150px;
}

.circle-gradient-blue {
	background: radial-gradient(circle, rgba(40, 204, 193, 1) 0%, rgba(40, 204, 193, 0) 60%);
	height: 775px;
	width: 775px;
	position: absolute;
	top: -97px;
	z-index: -1;
}

.circle-gradient-yellow {
	width: 775px;
	height: 775px;
	position: absolute;
	right: -600px;
	background: radial-gradient(circle, rgba(253, 160, 90, 1) 0%, rgba(253, 160, 90, 0) 50%);
	top: -200px;
	z-index: -1;
}

.cta-image {
	position: absolute;
	top: -12px;
	left: 206px;
}

.cta-title {
	color: white;
	font-weight: 700;
	font-family: Founders Grotesk;
	font-size: 46px;
	line-height: 120%;
}

.cta-info {
	position: absolute;
	left: 877px;
	top: 364px;
	color: white;
	font-weight: 700;
	font-family: Founders Grotesk;
	font-size: 46px;
	line-height: 120%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
}

.cta-btn {
	padding: 16px 36px 12px 36px;
	background: white;
	border-top-left-radius: 33px;
	border-top-right-radius: 33px;
	border-bottom-right-radius: 33px;
	font-size: 24px;
	line-height: 120%;
}

.footer-section {
	height: 375px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 56px;
}

.footer-info {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: 84px;
}

.footer-title {
	font-family: Founders Grotesk;
	font-size: 24px;
	font-weight: 700;
	line-height: 130%;
	text-transform: uppercase;
	color: var(--Turquoise, #28ccc1);
}

.footer-description {
	color: var(--Marshmallow, #fff);
	font-family: "Founders Grotesk";
	font-size: 39px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	max-width: 396px;
	margin: 0;
}

.custom-item {
	width: 280px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
}

.footer-items {
	margin: 0;
	color: var(--Marshmallow, #fff);
	font-family: "Founders Grotesk";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	width: 610px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 15px 50px;
}

.main-panel {}

.report-group {
	gap: 26px;
	margin-bottom: 26px;
}

.report-item {
	border-radius: 30px;
	border: .5px solid var(--Midnight, #000823);
	padding: 30px;
	flex-direction: column;
	flex-wrap: nowrap;
}

.report-title {
	font-size: 24px;
	font-family: Founders Grotesk;
	font-weight: 700;
	font-style: normal;
	line-height: 150%;
	color: var(--Midnight, #000823);
}

.report-content {
	color: var(--Midnight, #000823);
	font-family: Founders Grotesk;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}

@media (max-width: 1650px) {
	.hero-content-area {
		padding: 0 25px;
	}
}

@media (max-width: 1250px) {
	.video-vector-bottom {
		left: 20px;
		max-width: 120px;
	}
	
	.video-vector-top {
		top: -60px;
		right: 0px;
		max-width: 120px;
	}
	
	.kao-cta .cta-row .cta-col.middle h2 {
		font-size: 40px;
	}
	
	.kao-cta .cta-row .cta-col.left img {
		width: 250px;
	}
}

@media (max-width: 1120px) {
	.kao-author .ko-row .ko-col:nth-child(even) {
		transform: translateY(0px);
	}
}

@media (max-width: 1025px) {
	.pricing-hero h2 {
		font-size: 20px;
	}
	
	.pricing-hero h1 {
		font-size: 42px;
	}
	
	.kao-video-container {
		padding: 0;
	}
	
	.video-vector-top {
		max-width: 50px;
	}
	
	.kao-dsr-hero .alt-link button:after {
		display: none;
	}
}

@media (max-width: 991px) {
	.kao-section .kao-row.row-4 .kao-col {
		flex: 0 0 48%;
		max-width: 48%;
		margin: 1%;
		margin-bottom: 50px;
	}
	
	.discount-area {
		opacity: 1 !important;
		background-color: #000 !important;
		color: #fff !important;
	}
	
	.kao-section.kao-pricing .pricing-inner:hover .discount-area {
		background-color: #28ccc1 !important;
		color: #000 !important;
	}
	
	.kao-row.row-2 .kao-col {
		flex: 0 0 100%;
		max-width: 100%;
		margin: 0;
		margin-bottom: 30px;
	}
	
	.pricing-hero .kao-row.row-2 .kao-col {
		flex: 0 0 48%;
		max-width: 48%;
		margin: .5%;
		margin-bottom: 0;
	}
	
	.kao-row.row-2 .kao-col:last-of-type {
		margin-bottom: 0;
	}
	
	.kao-core-platform .kao-col:last-of-type {
		text-align: center;
	}
	
	.kao-pricing-details .kao-row.row-2 .kao-col {
		margin-bottom: 0px;
	}
	
	.ko-col.ko-col-3, .ko-col.ko-col-4 {
		flex: 0 0 48%;
		max-width: 48%;
		margin: 1%;
	}
	
	.kao-cta .cta-row .cta-col.middle, .kao-cta .cta-row .cta-col {
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
	}
	
	.kao-cta .cta-row .cta-col.middle {
		margin: 30px 0;
	}
	
	.kao-cta .cta-row .cta-col.left {
		margin-top: -100px;
	}
	
	.kao-cta .cta-row .cta-col.right {
		text-align: center;
	}
	
	.kao-cta .cta-row .cta-col.left img {
		position: static;
	}
	
	.kao-cta .cta-row .cta-col.middle h2, .kao-cta .cta-row .cta-col.middle p {
		text-align: center;
	}
	
	.kao-cta .cta-row .cta-col.middle h2 {
		font-size: 36px;
	}
}

@media (max-width: 768px) {
	.hero-content-area {
		text-align: center;
	}
	
	.pricing-hero {
		padding-bottom: 0 !important;
		padding-top: 150px !important;
	}
	
	.pricing-hero h2 {
		font-size: 18px;
	}
	
	.pricing-hero h1 {
		font-size: 36px;
	}
	
	.pricing-hero .kao-row .kao-col:last-of-type img {
		position: static;
	}
	
	.pricing-hero .kao-row .kao-col {
		text-align: center;
	}
	
	.pricing-hero .kao-row.row-2 .kao-col {
		flex: 0 0 100%;
		max-width: 100%;
		margin: 0;
		margin-bottom: 30px;
	}
	
	.pricing-hero .kao-row.row-2 .kao-col:last-of-type {
		margin-bottom: 0;
	}
	
	.video-vector-bottom {
		bottom: -70px;
		max-width: 70px;
	}
	
	.ko-col.ko-col-2 {
		flex: 0 0 100%;
		max-width: 100%;
		margin: 0;
		margin-bottom: 40px;
	}
	
	.ko-col.ko-col-2:last-of-type {
		margin-bottom: 0;
	}
	
	.report-group {
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}
}

.two-cols-image-grid {
	display: flex !important;
	justify-content: space-between;
	gap: 30px;
}

@media (max-width: 580px) {
	.kao-section .kao-row.row-4 .kao-col {
		flex: 0 0 100%;
		max-width: 100%;
		margin: 0;
		margin-bottom: 50px;
	}
	
	.kao-section .kao-row.row-4 .kao-col:last-of-type {
		margin-bottom: 0;
	}
	
	.pricing-hero h2 {
		font-size: 17px;
	}
	
	.pricing-hero h1 {
		font-size: 32px;
	}
	
	.kao-section .content {
		padding: 0 15px;
	}
	
	.ko-col.ko-col-3, .ko-col.ko-col-4 {
		flex: 0 0 100%;
		max-width: 100%;
		margin: 0;
		margin-bottom: 30px;
	}
	
	.ko-col.ko-col-3:last-of-type, .ko-col.ko-col-4:last-of-type {
		margin-bottom: 0;
	}
	
	#hero-form form .hs_email {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	#hero-form form .hs_submit {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	#hero-form form .actions {
		margin-top: 15px;
	}
	
	.ko-ebook-img img {
		height: 250px;
	}
	
	.ko-ebook-img {
		padding: 50px 30px;
	}
	
	.client-review * {
		font-size: 22px;
	}
}

@media (max-width: 480px) {
	.pricing-hero h2 {
		font-size: 20px;
	}
	
	.pricing-hero h1 {
		font-size: 40px;
	}
}

@media (max-width: 580px) {
	.u3m-post-listing #main .center .listing .u3gm-content {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: 49% !important;
	}
	
	span.date {
		display: none;
	}
}

@media (max-width: 768px) {
	.u3m-post-listing #main .center .listing .u3gm-content .resource-content {
		padding: 0 15px 25px;
		position: relative;
		height: calc(100% - 250px);
	}
	
	.u3m-post-listing #main .center .listing .u3gm-content .resource-image {
		height: 115px !important;
		margin-bottom: 15px;
		background-position: center center;
	}
	
	.u3m-post-listing #main .center .listing .u3gm-content .resource-content h4 {
		font-size: 16px !important;
		letter-spacing: -.2px;
		line-height: 120% !important;
	}
}

@media (max-width: 768px) {
	.u3m-post-listing #main .center .listing .u3gm-content .resource-content .author {
		color: #231f20;
		font-size: 12px !important;
		font-weight: 500 !important;
		letter-spacing: 0 !important;
		line-height: 130% !important;
	}
	
	.u3m-post-listing #main .center .listing .u3gm-content .resource-content p {
		display: none;
	}
	
	.u3m-post-listing #main .center .listing .u3gm-content .resource-content h4 {
		line-height: normal;
		margin: 1.5rem 0 1.5rem !important;
	}
}

ul {
	color: #475661;
	font-family: inherit !important;
	font-size: 18px;
	line-height: 25.6px;
	letter-spacing: .08px;
}

#product-accordion-section ul li:nth-child(1) {
	padding-top: 10px !important;
}

/* ============================================
   Alternating Content Module - 40/60 split
   Content (left) 40% / Media (right) 60%
   Removes excessive margins, uses gap instead
   ============================================ */
.u3m-alternating-content.type-video .content, .u3m-alternating-content.type-video-embed .content, .u3m-alternating-content.type-image .content, .u3m-alternating-content.type-lottie .content {
	gap: 30px;
}

.u3m-alternating-content.type-video .content .content__left, .u3m-alternating-content.type-video-embed .content .content__left, .u3m-alternating-content.type-image .content .content__left, .u3m-alternating-content.type-lottie .content .content__left {
	max-width: 40%;
	flex: 0 1 40%;
	margin-right: 0;
}

.u3m-alternating-content.type-video .content .content__right, .u3m-alternating-content.type-video-embed .content .content__right, .u3m-alternating-content.type-image .content .content__right, .u3m-alternating-content.type-lottie .content .content__right {
	max-width: 60%;
	flex: 0 0 60%;
	margin-left: 0;
}

/* image_on_left - remove margin-right gap */
.u3m-alternating-content.image_on_left .content__right {
	margin-right: 0;
}

/* Tablet and below - full width stacking, text always on top */
@media (max-width: 1025px) {
	.u3m-alternating-content.type-video .content, .u3m-alternating-content.type-video-embed .content, .u3m-alternating-content.type-image .content, .u3m-alternating-content.type-lottie .content {
		flex-direction: column !important;
		gap: 0;
	}
	
	.u3m-alternating-content.image_on_left .content {
		flex-direction: column !important;
	}
	
	.u3m-alternating-content.type-video .content .content__left, .u3m-alternating-content.type-video-embed .content .content__left, .u3m-alternating-content.type-image .content .content__left, .u3m-alternating-content.type-lottie .content .content__left {
		max-width: 100%;
		flex: 0 0 100%;
	}
	
	.u3m-alternating-content.type-video .content .content__right, .u3m-alternating-content.type-video-embed .content .content__right, .u3m-alternating-content.type-image .content .content__right, .u3m-alternating-content.type-lottie .content .content__right {
		max-width: 100%;
		flex: 0 0 100%;
		width: 90%;
		margin: 20px 0 50px;
		padding-right: 0;
		padding-left: 0;
	}
}

/* 2022 Integrations Listing — Layout Overrides */
.u3m-integrations-listing-2022 #integration-description-container {
	margin-bottom: 2rem !important;
}

.u3m-integrations-listing-2022 #integration-description-container .integration-description ul {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
	padding-left: 0 !important;
	display: flex !important;
	flex-wrap: wrap !important;
	gap: .8rem !important;
	list-style-type: none !important;
}

.u3m-integrations-listing-2022 #integration-description-container .integration-description li {
	background-image: none !important;
	padding-left: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	font-size: 1.5rem !important;
	line-height: 1.4 !important;
	color: #475661 !important;
	background-color: #f5f7f9 !important;
	padding: .5rem 1.2rem !important;
	border-radius: 6px !important;
	border-left: 3px solid #cc2929 !important;
}

.u3m-integrations-listing-2022 #integration-description-container .integration-description li.nitro-lazy {
	background-image: none !important;
}

.u3m-integrations-listing-2022 .all-posts .integration-block {
	width: calc(100% / 7 - 3px) !important;
}

.u3m-integrations-listing-2022 .load-more-wrapper {
	display: none !important;
}

.u3m-integrations-listing-2022 .intarrow::after {
	font-size: .7rem !important;
}

@media (max-width: 1025px) {
	.u3m-integrations-listing-2022 .all-posts .integration-block {
		width: calc(100% / 5 - 3px) !important;
	}
	
	.u3m-integrations-listing-2022 #integration-description-container .integration-description li {
		font-size: 1.4rem !important;
	}
}

@media (max-width: 580px) {
	.u3m-integrations-listing-2022 .all-posts .integration-block {
		width: calc(100% / 4 - 3px) !important;
	}
	
	.u3m-integrations-listing-2022 #integration-description-container .integration-description ul {
		flex-direction: column !important;
	}
	
	.u3m-integrations-listing-2022 #integration-description-container .integration-description li {
		font-size: 1.3rem !important;
	}
}

/* ── New Demo Landing (ndl) ─────────────────────────────────── */
.ndl {
	position: relative;
	display: flex;
	gap: 40px;
	max-width: 1300px;
	margin: 0 auto;
	padding: 120px 55px 180px;
	font-family: "Founders Grotesk", "Fira Sans", sans-serif;
	align-items: flex-start;
	line-height: 135% !important;
}

.ndl * {
	line-height: 135% !important;
}

.ndl__left {
	flex: 1 1 0%;
	min-width: 0;
	overflow: hidden;
	padding-right: 12px;
}

.ndl__right {
	position: sticky;
	top: 74px;
	flex: 0 0 420px;
	max-width: 420px;
	width: 100%;
	align-self: flex-start;
	overflow: hidden;
}

.ndl__right *::-webkit-scrollbar {
	width: 4px;
}

.ndl__right *::-webkit-scrollbar-track {
	background: transparent;
}

.ndl__right *::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, .15);
	border-radius: 4px;
}

.ndl__right * {
	scrollbar-width: thin;
	scrollbar-color: rgba(255, 255, 255, .15) transparent;
}

/* Hero */
.ndl__hero {
	margin-bottom: 32px;
}

.ndl__title {
	margin: 0 0 20px;
	color: #0a0a0a;
	font-family: "Founders Grotesk", "Fira Sans", sans-serif;
	font-size: 55px;
	font-weight: 700;
}

.ndl__intro {
	max-width: 620px;
	margin: 0;
	color: #334155;
	font-family: "Founders Grotesk", "Fira Sans", sans-serif;
	font-size: 22px;
	font-weight: 300;
}

/* Value props */
.ndl__value-props {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin-bottom: 36px;
}

.ndl__value-prop {
	display: flex;
	align-items: flex-start;
	gap: 14px;
}

.ndl__value-prop-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	border-radius: 0;
	background: transparent;
	color: #cc2929;
	margin-top: 2px;
}

.ndl__value-prop-icon svg {
	width: 24px;
	height: 24px;
}

.ndl__value-prop p {
	margin: 0;
	color: #334155;
	font-family: "Founders Grotesk", "Fira Sans", sans-serif;
	font-size: 22px;
	font-weight: 300;
}

/* Recognition badges */
.ndl__recognition {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 40px;
	width: 100%;
	margin-bottom: 36px;
}

.ndl__recognition-badge {
	height: 110px;
	width: auto;
	object-fit: contain;
}

/* Logo carousel */
.ndl__logos-section {
	padding: 0 0 8px;
	overflow: hidden;
	position: relative;
}

.ndl__logos-label {
	margin: 0 0 12px;
	color: #64748b;
	font-family: "Founders Grotesk", "Fira Sans", sans-serif;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.ndl__logos-wrapper {
	overflow: hidden;
}

.ndl__logos-track {
	display: flex;
	width: fit-content;
	animation: ndl_scroll 40s linear infinite;
}

.ndl__logo-item {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 50px;
	height: 60px;
	white-space: nowrap;
}

.ndl__logo-item img {
	height: 28px;
	width: auto;
	max-width: unset !important;
	filter: grayscale(100%);
	opacity: .7;
	transition: all .3s ease;
}

.ndl__logo-item:hover img {
	filter: grayscale(0%);
	opacity: 1;
}

@keyframes ndl_scroll {
	0% {
		transform: translateX(0);
	}
	
	100% {
		transform: translateX(-50%);
	}
}

/* ── NDL dark mode ─────────────────────────────────────────── */
.ndl--dark {
	background: #0a0e27;
	padding-top: 80px;
	max-width: none;
	padding-left: calc(( 100% - 1190px ) / 2);
	padding-right: calc(( 100% - 1190px ) / 2);
}

.ndl--dark .ndl__title {
	color: #fff;
}

.ndl--dark .ndl__intro {
	color: rgba(255, 255, 255, .7);
}

.ndl--dark .ndl__value-prop p {
	color: rgba(255, 255, 255, .85);
}

.ndl--dark .ndl__value-prop-icon {
	background: rgba(255, 255, 255, .08);
	color: #00d9c4;
}

.ndl--dark .ndl__badge {
	background: rgba(255, 255, 255, .06);
	border: 1px solid rgba(255, 255, 255, .08);
}

.ndl--dark .ndl__logos-label {
	color: rgba(255, 255, 255, .5);
}

.ndl--dark .ndl__logo-item img {
	filter: grayscale(100%) brightness(10);
	opacity: .5;
}

.ndl--dark .ndl__logo-item:hover img {
	opacity: .8;
}

/* Fix calendar iframe scrollbar + hide Gartner subtext */
.ndl .calendar iframe {
	height: 700px !important;
	overflow: hidden;
}

.ndl #calendar {
	overflow: hidden;
}

.ndl .calendar--subtext {
	display: none !important;
}

/* Hide CTA section on new demo landing */
.page-template-page-new-demo-landing .a7x9k_cta-section {
	display: none !important;
}

/* ── NDL responsive ────────────────────────────────────────── */
@media (max-width: 1200px) {
	.ndl__title {
		font-size: 48px;
	}
	
	.ndl__right {
		flex: 0 0 380px;
		max-width: 380px;
	}
}

@media (max-width: 1024px) {
	.ndl {
		flex-direction: column;
		padding: 36px 40px 48px;
		gap: 32px;
	}
	
	.ndl--dark {
		padding-left: 40px;
		padding-right: 40px;
	}
	
	.ndl__left {
		overflow-y: visible;
		padding-right: 0;
	}
	
	.ndl__right {
		position: relative;
		top: 0;
		flex: 0 0 100%;
		max-width: 100%;
		order: -1;
	}
	
	.ndl__title {
		font-size: 44px;
	}
	
	.ndl__intro {
		font-size: 20px;
	}
}

/* Kill sticky/z-index on form for mobile so it does not overlap the fixed header */
@media (max-width: 1024px) {
	.ndl .landing-page--form {
		position: relative !important;
		top: 0 !important;
		right: auto !important;
		z-index: 1 !important;
	}
}

@media (max-width: 767px) {
	.ndl {
		padding: 100px 16px 40px;
		overflow-x: hidden;
		width: 100%;
		max-width: 100vw;
		box-sizing: border-box;
	}
	
	.ndl--dark {
		padding: 48px 16px 40px;
	}
	
	.ndl__left {
		width: 100%;
		max-width: 100%;
		overflow: hidden;
		padding-right: 0;
		box-sizing: border-box;
	}
	
	.ndl__hero, .ndl__intro, .ndl__value-prop p, .ndl__title {
		max-width: 100%;
		word-wrap: break-word;
		overflow-wrap: break-word;
		hyphens: auto;
	}
	
	.ndl__title {
		font-size: 32px;
		line-height: 1.15 !important;
	}
	
	.ndl__intro {
		font-size: 16px;
		max-width: 100%;
	}
	
	.ndl__value-prop p {
		font-size: 15px;
	}
	
	.ndl__value-props {
		gap: 10px;
		margin-bottom: 28px;
	}
	
	.ndl__value-prop {
		gap: 10px;
		align-items: flex-start;
	}
	
	.ndl__value-prop-icon {
		width: 22px;
		height: 22px;
	}
	
	.ndl__value-prop-icon svg {
		width: 18px;
		height: 18px;
	}
	
	.ndl__recognition {
		flex-wrap: wrap;
		justify-content: center;
		gap: 16px;
		margin-bottom: 28px;
	}
	
	.ndl__recognition-badge {
		height: auto;
		max-height: 60px;
		max-width: 30%;
		width: auto;
	}
	
	.ndl__logos-section {
		padding: 0;
		max-width: 100%;
	}
	
	.ndl__logos-wrapper {
		max-width: 100%;
	}
	
	.ndl__logo-item {
		padding: 0 18px;
		height: 50px;
	}
	
	.ndl__logo-item img {
		height: 22px;
	}
	
	/* Form / iframe sizing */
	.ndl__right {
		max-width: 100%;
		width: 100%;
		box-sizing: border-box;
	}
	
	.ndl .calendar, .ndl #calendar, .ndl .landing-page--form {
		width: 100% !important;
		max-width: 100% !important;
		box-sizing: border-box;
	}
	
	.ndl .calendar iframe {
		width: 100% !important;
		max-width: 100% !important;
		height: 620px !important;
		border: 0;
	}
}

/* Keep the top utility nav (search/contact/support/login) visible on scroll.
   This is now handled in the SCSS source by making .top-nav position:fixed
   when .header-scrolled is active, and pushing .primary-nav down by 40px.
   These !important overrides remain as a safety net against stale caches. */
.header-scrolled section.u3gm-header .top-nav {
	display: block !important;
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
	height: 40px !important;
	z-index: 851 !important;
}

.header-scrolled section.u3gm-header .top-nav .center {
	height: 100% !important;
}

.header-scrolled section.u3gm-header .primary-nav {
	top: 40px !important;
}
