
/*
    Theme Name: Synack Custom Theme
    Author: eDesign Interactive & Big Orange Lab
    Description: Custom Website Theme
    Version: 1.0.1
*/
:root {
	--light-gray: #f3f4f6;
	--medium-gray: #364041;
	--dark-gray: #1d2223;
	--black: #000;
	--blue: #016bff;
	--red: #e70000;
	--purple: #5e5777;
}

/* Quick updates added here */
@media only screen and (min-width: 1441px) {
	.copy-row {
		width: 21% !important;
	}
}

.footer-nav-list {
	margin-bottom: 25px;
}

/* Header nav */
.header a {
	color: var(--dark-gray);
	text-decoration: none;
}

header.header, header.header.blue-header {
	background-color: #fff;
	font-size: 16px;
	z-index: 10;
}

.header ul {
	list-style: none;
	padding-left: 0;
}

a:hover .bol-menu-card-description {
	color: var(--black);
}

/* .header .header-menu>.menu-item:hover>.sub-menu,
.header .header-menu>.menu-item:focus-within>.sub-menu {
    display: flex;
    opacity: 1;
    /* visibility: visible; */

/* } */
.header-aside-item {
	margin-right: 16px;
}

.header-aside-item .round-link-btn {
	padding: 0;
}

.header .header-menu>.menu-item>.sub-menu {
	background: #fff;
	box-sizing: border-box;
	display: none;
	position: fixed;
	padding: 0px 20px;
	left: 0;
	width: 100%;
	opacity: 0;
}

.right-header-menu .round-link-btn a {
	color: #fff;
	letter-spacing: 1.12px;
	text-transform: uppercase;
	display: inline-block;
}

.right-header-menu .round-link-btn a {
	font-size: 12px;
	padding: 12px 21px;
}

#menu-header-menu {
	padding-left: 0;
}

.bol-go-back {
	display: none;
}

.bol-structure-only>a:first-of-type {
	display: none;
}

.header ul.header-menu>li .bol-structure-only>a:first-of-type {
	display: none;
}

.bol-menu-tab.bol-structure-only .sub-menu>.menu-item:has(.bol-menu-card)>a {
	display: none;
}

.bol-menu-card {
	background-color: var(--light-gray);
	border-radius: 20px;
	max-width: 324px;
}

.bol-menu-card-image {
	width: 100%;
	height: 180px;
	border-radius: 20px;
	margin-bottom: 24px;
	overflow: hidden;
	aspect-ratio: 151/90;
}

.bol-menu-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bol-menu-tab .sub-menu .sub-menu .menu-item:has(.bol-menu-card) {
	padding: 0;
}

.bol-menu-tab .sub-menu .sub-menu .menu-item:has(.bol-menu-card):hover {
	background-color: initial;
}

.bol-menu-card-description {
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	padding: 0 16px;
	margin-bottom: 38px;
}

.bol-menu-card-cta {
	margin: 0 16px 20px;
	padding-bottom: 20px;
}

.bol-menu-tab .sub-menu .sub-menu:has(.bol-menu-card) .menu-item.bol-menuTab-title {
	padding-left: 0;
}

a.bol-arrow-link {
	color: var(--blue);
}

.bol-arrow-link::after {
	content: "";
	display: inline-block;
	width: 42px;
	height: 5px;
	background: url("data:image/svg+xml;utf8,<svg width=\'42\' height=\'5\' viewBox=\'0 0 42 5\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'M0.25 2.07826H41.4167M41.4167 2.07826L38.25 0.25M41.4167 2.07826L38.25 3.90653\' stroke=\'%23016BFF\' stroke-width=\'0.5\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/></svg>") no-repeat center;
	position: absolute;
	top: 12px;
	right: 4px;
}

.menu-item a .menu-item-description {
	color: var(--medium-gray);
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin-top: 0;
	margin-bottom: 0;
}

/* End header nav */
.simple-banner-text {
	display: block !important;
	justify-content: space-between !important;
	align-items: center !important;
}

.simple-banner-text>span {
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	flex-grow: 1 !important;
	max-width: 55%;
	margin: auto;
}

.simple-banner-text .headline {
	display: block !important;
	font-size: 1.3vw !important;
	margin-bottom: 2px;
	text-align: left;
}

.simple-banner-text .headlines {
	margin-right: auto;
	margin-left: 0;
}

.simple-banner-text .sub-headline {
	display: block !important;
	font-size: .95vw !important;
	text-align: left;
}

.simple-banner-text .cta-button {
	margin: auto;
	display: block !important;
	background-color: #fff !important;
	border-radius: 25px !important;
	color: #146bfe !important;
	cursor: pointer !important;
	font-size: 12px;
	font-weight: 600 !important;
	line-height: 20px !important;
	padding: 10px 22px !important;
	text-align: center !important;
	text-decoration: none !important;
	width: auto;
	white-space: nowrap;
	margin-right: auto;
	margin-left: 25px !important;
	text-transform: uppercase !important;
	letter-spacing: .08em;
}

.simple-banner .simple-banner-button {
	filter: invert(1);
}

@media (max-width: 1130px) {
	.simple-banner-text .headline {
		display: block !important;
		font-size: 15px !important;
	}
	
	.simple-banner-text .sub-headline {
		display: block !important;
		font-size: 12px !important;
		text-align: left;
	}
	
	.simple-banner-text .cta-button {
		font-size: 12px !important;
	}
	
	.simple-banner-text>span {
		max-width: 750px;
	}
}

@media (max-width: 820px) {
	.simple-banner-text .cta-button {
		margin-right: 20px;
		width: auto;
	}
}

@media (max-width: 600px) {
	.simple-banner-text .sub-headline {
		display: none !important;
	}
	
	.simple-banner-text .headline {
		font-size: 12px !important;
	}
}

.bol-mb-0 {
	margin-bottom: 0 !important;
}

.template-auto-slide-link .media-block {
	box-shadow: none;
}

.form-fld {
	padding: 10px 30px !important;
}

.podcast-single-page h1.title-96 {
	font-size: 39px;
	padding-top: 15px;
}

.podcast-single-page h2.title-96 {
	font-size: 28px;
}

.podcast-single-page .testimonial-row-section {
	padding-top: 30px;
}

@media only screen and (min-width: 1025px) {
	.podcast-single-page h1.title-96 {
		font-size: 58px;
		padding-top: 25px;
	}
	
	.podcast-single-page h2.title-96 {
		font-size: 48px;
	}
	
	.podcast-single-page .testimonial-row-section {
		padding-top: 50px;
	}
	
	.header-holder {
		padding-left: 0px;
		padding-right: 0px;
	}
}

.tab-section-content.vdp h2 {
	padding: 15px 0 0;
	font-weight: bold;
}

.tab-section-content.vdp h1 {
	font-size: 50px;
	padding-top: 50px;
	font-weight: bold;
	padding-bottom: 35px;
}

.contact-form-container select {
	padding: 0 0 0 29px !important;
}

input[type="text"], input[type="email"] {
	font-weight: 600 !important;
	border-radius: 6px;
	height: 50px;
	width: -webkit-fill-available;
	padding: 10px 20px;
	color: var(--wp--preset--color--theme-palette-1, #626262);
	font-weight: 500;
}

input[type="text"], input[type="email"], select, textarea {
	font-weight: 500 !important;
}

.page-template-page-resource-center .search-top-col input[type="text"], .search-top-col select {
	border-radius: 50px;
}

.page-template-page-resource-center .filter-search-btn-holder .filter-submit-btn {
	height: 48px;
}

.page-template-page-resource-center .filter-top-item {
	margin-right: 35px;
}

.platform-slide-main-icon.ai {
	width: 70px;
}

.platform-slide-main-icon.ai img {
	margin-bottom: 5px;
}

@media only screen and (min-width: 640px) {
	.platform-slide-list-item {
		left: 0;
		width: 100%;
	}
	
	.platform-slide-list-item:first-child .platform-bubble {
		top: auto;
	}
	
	.platform-slide-list-item:nth-child(2) .platform-bubble {
		top: 18% !important;
	}
	
	.platform-slide-list-item:nth-child(3) .platform-bubble {
		top: 36.5% !important;
	}
	
	.platform-slide-list-item:nth-child(4) .platform-bubble {
		top: 54% !important;
		bottom: auto !important;
	}
	
	.platform-slide-list-item:nth-child(5) .platform-bubble {
		top: 72% !important;
	}
	
	.platform-slide-list {
		top: 9% !important;
	}
	
	.platform-slider-col {
		margin-top: -100px !important;
	}
	
	.platform-slider-grid.aside-spacer {
		padding-top: 11vw !important;
	}
}

@media only screen and (max-width: 1400px) {
	.platform-slider-col {
		margin-top: -30px !important;
	}
	
	.platform-slider-grid.aside-spacer {
		padding-top: 11vw !important;
	}
}

@media only screen and (max-width: 1100px) {
	.platform-slider-col {
		margin-top: 30px !important;
	}
}

@media only screen and (min-width: 720px) {
	.content-unit-grid.half-width .content-unit-item {
		width: 59% !important;
	}
}

/* VDP Page CSS */
.vdp-hero {
	background: #0070ff;
	color: #fff;
	padding-top: 4rem;
	padding-bottom: 3rem;
	text-align: center;
	margin-top: 220px;
}

.vdp-hero p {
	margin-bottom: 1rem;
}

.vdp-hero .submit-vuln-btn {
	background: #fff;
	color: #0070ff;
	padding: .85rem 2.25rem;
	text-decoration: none;
	font-weight: bold;
	border-radius: 52px;
	float: left;
	text-transform: uppercase;
	transition: transform .3s ease-in-out;
}

.vdp-hero .submit-vuln-btn:hover {
	transform: scale(1.05);
}

.vdp-tabs-menu {
	border-top: 1px solid rgba(178, 210, 255, .6);
	display: flex;
	background: #0070ff;
	padding-top: 1rem;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 1000;
	transition: all .3s ease-in-out;
}

.vdp-tabs-menu.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 4px 6px rgba(0, 0, 0, .25);
}

.vdp-tabs-menu a {
	color: #fff;
	text-decoration: none;
	font-size: 1rem;
	font-weight: bold;
	margin: 0 1rem;
	padding-bottom: .5rem;
	border-bottom: 5px solid transparent;
	transition: color .3s ease, border-color .3s ease;
	font-family: DM Sans;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}

.vdp-tabs-menu a.active, .vdp-tabs-menu a:hover {
	color: #000;
	border-color: #000;
	font-weight: 800;
}

.vdp-tabs-menu a:hover {
	font-weight: 400;
}

.vdp-tabs-menu a.active:hover {
	font-weight: 800;
}

.vdp-two-column {
	display: flex;
	margin: 0 auto;
	padding-top: 5rem;
	padding-bottom: 5rem;
	gap: 2rem;
	background-color: rgba(251, 251, 252, .74);
}

.vdp-left {
	flex: 2;
}

.vdp-section {
	display: none;
	margin-bottom: 2rem;
}

.vdp-section.active {
	display: block;
}

.vdp-right {
	flex: 1;
	border-left: 1px solid #eee;
	padding-left: 2rem;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 24px;
	gap: 24px;
	width: 422px;
	background: #fff;
	border: 1px solid #eaecf0;
	box-shadow: 0px 1px 2px rgba(16, 24, 40, .05);
	border-radius: 16px;
	height: fit-content;
	padding-bottom: 15px;
	max-width: 450px;
	margin-right: 15px;
}

.company-card img {
	max-height: 70px;
	max-width: 350px;
	height: auto;
	padding-bottom: 12px;
}

.company-card p {
	font-family: DM Sans;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #555;
	margin-top: 8px;
}

.bol-hr {
	border-bottom: 1.5px solid #eaecf0;
	width: 100%;
	margin-bottom: 15px;
	margin-top: 5px;
}

.company-card .company-label {
	font-family: DM Sans;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	text-align: left;
	color: #475467;
	padding-top: 10px;
}

.company-card a {
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	color: #016bff;
	transition: color .2s ease-in-out;
}

.company-card svg {
	padding-left: 3px;
}

.company-card a:hover {
	color: black;
}

.company-card .btn-submit-vuln {
	display: block;
	margin: 1.4rem auto 1.2rem;
	padding: .95rem 1.95rem;
	background: #0070ff;
	color: #fff;
	text-decoration: none;
	border-radius: 100px;
	text-align: center;
	width: fit-content;
	text-transform: uppercase;
	font-family: DM Sans;
	font-size: 12px;
	font-weight: 700;
	line-height: 12px;
	letter-spacing: 1.2px;
	text-align: center;
}

.company-card .btn-submit-vuln:hover {
	color: white;
	background-color: black;
}

.company-card h1 {
	color: #475467;
	font-family: DM Sans;
	font-size: 32px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
}

.hero-title {
	font-family: DM Sans;
	font-size: 57px;
	font-weight: 400;
	line-height: 60px;
	letter-spacing: -.02em;
	text-align: left;
}

.hero-desc {
	padding: .6rem 0 1rem 0;
	font-family: DM Sans;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	text-align: left;
}

.disclaimer {
	float: none !important;
	clear: both;
	text-align: left;
	margin-top: 1rem;
	font-size: 80%;
	padding-top: 12px;
	font-style: italic;
}

.center {
	text-align: center;
}

.tab-section-content caption {
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 1rem;
	color: #0070ff;
	text-align: center;
	text-transform: uppercase;
}

.tab-section-content {
	font-family: DM Sans;
	font-size: 17px;
	font-weight: 400;
	line-height: 26px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}

.tab-section-content li {
	margin-top: .3rem;
}

.bol-hr.two {
	padding-bottom: 10px;
	margin-bottom: 40px;
}

/*
*
*   VDP Homepage / Listings
*
*/
.vdp-wrapper {
	margin: 4rem auto 5rem auto;
}

.intro-content {
	margin-bottom: 1rem;
}

/* 
    Filter and search
*/
.filters-container {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1rem;
}

.filter-box, .search-box {
	max-width: 400px;
}

.sort-icon {
	margin-left: 4px;
	vertical-align: middle;
	opacity: .7;
	transition: opacity .2s;
}

.sort-icon:hover {
	opacity: 1;
}

div#paginationControls button {
	min-width: 35px;
}

/* Filters Container */
.filters-container {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px;
	padding: 15px;
	background: #fff;
	border-radius: 8px;
}

/* Filter Box */
.filter-box select, .search-box input {
	height: 45px;
	font-size: 16px;
	padding: 8px 16px;
	border-radius: 8px;
	border: 1px solid #ccc;
	outline: none;
	width: 250px;
	background: #f9f9f9;
	transition: all .3s ease-in-out;
	color: #333;
}

.vdp .form-fld {
	padding: 10px 20px !important;
}

.vdp .options-container:after {
	margin-right: -8px;
}

/* Hover and focus effects */
.filter-box select:hover, .filter-box select:focus, .search-box input:hover, .search-box input:focus {
	border-color: #666;
	background: #fff;
	box-shadow: 0 0 8px rgba(0, 0, 0, .1);
}

/* Search Box */
.search-box {
	display: flex;
	align-items: center;
	position: relative;
}

.search-box label {
	font-weight: bold;
	margin-right: 10px;
	color: #333;
}

/* Search Input */
.search-box input {
	padding-right: 40px;
}

.options-container.filter-box {
	width: auto;
}

.options-container:after {
	border-color: #007bff transparent transparent;
}

/* Search Icon */
.search-box::after {
	content: "";
	position: absolute;
	right: 16px;
	width: 18px;
	height: 18px;
	background: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"gray\"><path d=\"M21.71 20.29l-5.63-5.63A9 9 0 1 0 9 18a8.93 8.93 0 0 0 5.63-1.92l5.63 5.63a1 1 0 0 0 1.41-1.41zM9 16a7 7 0 1 1 7-7 7 7 0 0 1-7 7z\"></path></svg>");
	background-size: contain;
	pointer-events: none;
	filter: grayscale(100%);
}

/* Bluescale version */
.search-box::after {
	filter: none;
	background: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"%23007BFF\"><path d=\"M21.71 20.29l-5.63-5.63A9 9 0 1 0 9 18a8.93 8.93 0 0 0 5.63-1.92l5.63 5.63a1 1 0 0 0 1.41-1.41zM9 16a7 7 0 1 1 7-7 7 7 0 0 1-7 7z\"></path></svg>");
}

/* 
    Pagination controls
*/
#paginationControls {
	margin-top: 1rem;
	display: flex;
	align-items: center;
	gap: 1rem;
	flex-wrap: wrap;
}

.pagination-btn {
	padding: .3rem .6rem;
	border: 1px solid #333;
	cursor: pointer;
	background: #f9f9f9;
	color: #333;
}

.pagination-btn.active {
	background: #333;
	color: #fff;
}

@media (max-width: 768px) {
	.filters-container {
		width: 100%;
		float: none;
		margin-bottom: 1rem;
		flex-direction: column;
	}
	
	.filter-box, .search-box {
		width: 100%;
		margin-bottom: 1rem;
	}
	
	.vdp table th, .vdp table td {
		font-size: .9rem;
	}
	
	.sort-icon {
		width: 10px;
		height: 10px;
	}
}

/* 
    VDP TABLE
*/
.vdp table {
	width: 100%;
	border-collapse: collapse;
	font-size: 16px;
	color: #333;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 0px 7px rgba(0, 0, 0, .1);
	padding: 20px;
	overflow-x: auto;
	font-family: "DM Sans";
	font-size: 15px;
	font-weight: 400;
	line-height: 21px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}

.vdp table th {
	font-weight: bold;
	text-align: left;
	padding: 12px;
	background: #f7f7f7;
	border-bottom: 2px solid #ddd;
	white-space: nowrap;
	font-family: "DM Sans";
	font-size: 16px;
	font-weight: 500;
	line-height: 21px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}

.vdp table .col-logo img {
	height: auto;
	max-height: 28px;
	vertical-align: middle;
	max-width: 120px;
	padding-left: 0px;
}

.vdp table td {
	height: 30px;
}

.vdp table th.sortable-col {
	cursor: pointer;
	position: relative;
	user-select: none;
}

.vdp table th.sortable-col:hover {
	background: #e2e2e2;
}

.vdp table th .sort-icon {
	margin-left: 8px;
	vertical-align: middle;
	opacity: .7;
	transition: opacity .2s ease-in-out;
}

.vdp table th .sort-icon:hover {
	opacity: 1;
}

.vdp table td {
	padding: 12px;
	border-bottom: 1px solid #eee;
	text-align: left;
	word-wrap: break-word;
}

.vdp table tr:hover {
	background-color: rgba(240, 240, 240, .31);
}

.vdp table svg.sort-icon path {
	stroke: #016aff;
	fill: #016aff;
	stroke-width: 1px;
}

.vdp table .col-ack svg {
	width: 30px;
	height: 30px;
	fill: #016aff;
}

.vdp table .col-ack svg:hover {
	width: 30px;
	height: 30px;
	fill: black;
}

.vdp table .col-ack svg path {
	filter: drop-shadow(0px 0px 10px black);
}

.vdp .white-bg th {
	background-color: white;
}

.vdp tr th:last-of-type, .vdp table td:last-of-type {
	text-align: center;
}

#acknowledgements tr th:last-of-type {
	text-align: left;
}

.vdp tr:first-of-type th:first-of-type {
	border-radius: 12px 0 0 0;
}

.vdp tr:first-of-type th:last-of-type {
	border-radius: 0 12px 0 0;
}

.vdp tr:first-of-type th:only-of-type {
	border-radius: 12px 12px 0 0;
}

.vdp table tr:last-of-type td {
	border: unset;
}

.vdp table tr td:first-of-type, .vdp table tr th:first-of-type {
	text-align: center;
	padding-left: 0px;
	padding-right: 0;
}

.vdp table tr.white-bg {
	height: 65px;
}

.vdp table tr.white-bg h2 {
	font-weight: 500 !important;
}

.vdp table .initials-bubble {
	border-radius: 50px;
	background-color: #f2f4f7;
	display: inline-block;
	border: 1px solid rgba(0, 112, 255, .21) !important;
	width: fit-content;
	width: 40px;
	height: 40px;
	padding-top: 8px;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	margin-right: 10px;
}

.vdp td.col-details.text-block-content {
	width: 127px;
}

.vdp-right {
	box-shadow: 0 0px 7px rgba(0, 0, 0, .1);
}

.vdp .soc-svg {
	fill: #555;
	padding-right: 4px;
}

.vdp .soc-svg:hover {
	fill: #0070ff;
}

.vdp .url {
	color: #475467;
	font-weight: 500;
}

.vdp .url:hover {
	color: #0070ff;
}

.vdp.listings table a {
	color: black;
	transition: color .2s ease-in-out;
}

.vdp #noResultsMsg {
	color: black;
	font-size: 25px;
	display: flex;
	align-items: center;
	margin: 1vw auto 5vw auto;
}

.vdp .col-details svg {
	margin-left: 2px;
}

.vdp #paginationControls {
	text-align: center;
	padding-top: 25px;
}

.vdp #paginationControls button {
	border-radius: 9px;
	border-color: rgba(1, 106, 252, .21);
	box-shadow: 1px 1px 1px rgba(128, 128, 128, .35);
}

.vdp #paginationControls button.active, .vdp #paginationControls button:hover {
	background-color: #016bff;
	color: #fff;
}

.vdp .pagination-btn {
	margin: 0 4px;
	padding: 5px 10px;
	cursor: pointer;
}

.vdp .pagination-btn.active {
	background-color: #0073aa;
	color: #fff;
}

.vdp .accomplishment-wrapper {
	position: relative;
	display: inline-block;
}

.vdp .accomplishment-info {
	text-shadow: 0px 0px 1px #007bff;
	cursor: pointer;
	font-size: 1.2em;
	color: #007bff;
	transition: color .3s ease;
	padding-left: 4px;
}

.vdp .accomplishment-info:hover {
	color: #0056b3;
}

.vdp .tooltip {
	position: absolute;
	left: 59%;
	bottom: 145%;
	transform: translateX(-50%);
	display: none;
	padding: 8px 12px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, .15);
	white-space: nowrap;
	font-size: .9em;
	font-weight: 500;
	color: white;
	background-color: #007bff;
	text-align: center;
	z-index: 100;
}

.vdp .tooltip::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-width: 6px;
	border-style: solid;
	border-color: #007bff transparent transparent transparent;
}

.vdp .accomplishment-wrapper:hover .tooltip {
	display: block;
	animation: fadeIn .2s ease-in-out;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateX(-50%) translateY(-5px);
	}
	
	to {
		opacity: 1;
		transform: translateX(-50%) translateY(0);
	}
}

.page-template-page-vdp .solutions-intro .sub-title-text {
	max-width: 955px;
}

/* VDP Simple Footer */
.vdp.simple.footer .main-wrap-230 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.vdp.simple.footer img {
	height: 40px;
	/* Adjust as needed */
	width: auto;
	margin-right: 10px;
}

.vdp.simple.footer .simple-menu {
	display: flex;
	align-items: center;
	margin: auto;
}

.vdp.simple.footer .simple-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 10px;
	/* Adjust spacing between links */
	flex-wrap: wrap;
}

.vdp.simple.footer .simple-menu li {
	display: inline;
}

.vdp.simple.footer .simple-menu {
	text-decoration: none;
	color: white;
	font-size: 14px;
}

.vdp.simple.footer .simple-menu a {
	text-decoration: none;
	color: white;
	font-size: 14px;
	padding: 5px 8px;
	transition: color .2s ease-in-out;
}

.vdp.simple.footer .simple-menu a:hover {
	color: #007bff;
}

.vdp.tab-section-content a {
	color: #016bff;
	transition: color .2s ease-in-out;
}

.vdp.tab-section-content a:hover {
	color: black;
	text-decoration: underline;
}

.vdp.simple.footer {
	padding: 15px 0;
}

.vdp.simple.footer .simple-menu ul li:first-child {
	padding-right: 30px;
}

/* Responsive Design */
.vdp-two-column {
	flex-wrap: wrap;
	justify-content: center;
}

@media only screen and (min-width: 1025px) {
	.page-template-page-vdp .solutions-intro {
		padding-bottom: 6vw;
		padding-top: 10vw;
	}
	
	.page-template-page-vdp .title-96-150 div strong {
		font-size: 3.51vw !important;
		line-height: 1.1em !important;
	}
	
	.page-template-page-vdp div.sub-title-text h2 {
		font-size: 20px;
		line-height: 1.8;
	}
}

@media (max-width: 1024px) {
	.vdp table th, .vdp table td {
		font-size: 14px;
		padding: 10px;
	}
}

@media (max-width: 980px) {
	.table-header h2 {
		font-size: 16px;
	}
	
	.vdp table th, .vdp table td {
		font-size: 14px;
		padding: 8px;
	}
	
	.table-header .badge {
		font-size: 12px;
		padding: 4px 10px;
	}
}

@media (max-width: 980px) {
	.vdp table th, .vdp table td {
		font-size: 12px;
		padding: 6px;
	}
	
	.vdp table th {
		white-space: normal;
	}
	
	.table-header {
		flex-direction: column;
		align-items: flex-start;
	}
}

/* Responsive Layout */
@media (max-width: 980px) {
	.filters-container {
		flex-direction: column;
		align-items: flex-start;
		padding: 15px;
		gap: 15px;
	}
	
	.filter-box select, .search-box input {
		width: 100%;
		max-width: 100%;
	}
	
	.filter-box select, .search-box input {
		font-size: 14px;
		padding: 10px 37px 10px 14px;
	}
	
	.search-box::after {
		font-size: 16px;
		right: 12px;
	}
	
	.vdp table .col-logo img {
		padding: 0 !important;
	}
	
	#vdpTable thead {
		display: none;
	}
	
	#vdpTable tbody, #vdpTable tr {
		display: block;
		width: auto;
	}
	
	#vdpTable tr {
		margin-bottom: 20px;
		border: 1px solid #ddd;
		padding: 10px;
		background: #fff;
		box-shadow: 0px 4px 8px rgba(128, 128, 128, .41);
	}
	
	#vdpTable td {
		display: block;
		height: auto;
		width: auto;
		text-align: left;
		padding: 13px;
		border-bottom: 1px solid #e1e1e1;
	}
	
	td.col-details.text-block-content {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
	
	td.col-details.text-block-content a {
		font-size: 135%;
	}
	
	#vdpTable tr td:first-of-type {
		border-bottom: 0px solid black;
		margin-bottom: -7px;
	}
	
	#vdpTable tr td:nth-of-type(2) {}
	
	#vdpTable tr td:last-of-type {
		border-bottom: 0px solid black;
	}
	
	.vdp table {
		background-color: rgba(255, 255, 255, 0) !important;
		box-shadow: unset !important;
	}
	
	/* Style the first column as a pseudo-header */
	#vdpTable td::before {
		font-weight: bold;
		display: block;
		margin-bottom: 5px;
		color: #333;
	}
	
	/* Add labels before each row's data */
	#vdpTable .col-updated::before {
		content: "Last Update:";
	}
	
	#vdpTable .col-vertical::before {
		content: "Industry:";
	}
	
	.options-container.filter-box {
		width: 100%;
	}
	
	.vdp-two-column {
		padding-top: 2rem;
	}
	
	.tab-section-content {
		width: 90vw;
	}
	
	.vdp-right {
		margin-right: 0px;
	}
}

@media (max-width:1660px) {
	.vdp-hero {
		margin-top: 12vw;
	}
}

@media (min-width: 1025px) {
	.filter-top-item {
		margin-right: 3.65vw;
		padding-left: 0;
		padding-right: 0;
		min-width: 294px;
	}
}

@media (max-width:1024px) {
	.vdp-hero {
		margin-top: 130px;
	}
}

@media (max-width: 850px) {
	.vdp.simple.footer .main-wrap-230 {
		flex-direction: column;
		text-align: center;
	}
	
	.vdp.simple.footer img {
		margin-bottom: 10px;
	}
	
	.vdp.simple.footer .simple-menu {
		margin: auto;
		text-align: center;
		width: auto;
		text-align: center;
	}
	
	.vdp.simple.footer .simple-menu ul {
		list-style: none;
		padding: 0;
		margin: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.vdp.simple.footer .simple-menu ul li:first-child {
		width: 100%;
		text-align: center;
		margin-bottom: 5px;
		padding-right: 0px;
	}
	
	.vdp.simple.footer .simple-menu ul li {
		display: inline-block;
	}
}

@media (max-width:800px) {
	.vdp-tabs-menu {
		flex-wrap: wrap;
		flex-direction: column;
	}
	
	.vdp-tabs-menu a.active {
		margin-bottom: 15px;
	}
	
	.page-template-page-exploits-explained span.template-auto-slide-bottom-text {
		height: 45px;
	}
}

@media (max-width:695px) {
	.vdp-hero {
		margin-top: 142px;
	}
}

@media (max-width:600px) {
	.vdp-hero {
		margin-top: 133px;
	}
	
	.vdp-right .company-card img {
		max-width: 290px;
	}
}

@media (max-width: 500px) {
	.vdp.simple.footer .simple-menu ul {
		flex-direction: column;
		align-items: center;
	}
	
	.vdp.simple.footer .simple-menu ul li {
		display: block;
		padding: 5px 0;
	}
	
	.podcast-seasons-links a, .podcast-seasons-links strong {
		font-size: 3.77vw;
	}
}

@media only screen and (min-width: 720px) {
	.header-wrap {
		padding-left: 16px;
		padding-right: 16px;
	}
}

@media only screen and (min-width: 1151px) {
	div#total-wrap {
		padding-top: 72px;
	}
	
	.header ul.header-menu>li.bol-menu-tab.bol-structure-only>a:first-of-type {
		display: block;
	}
	
	.offset-top-intro {
		margin-top: 0;
	}
	
	.header.blue-header:before {
		opacity: 0;
	}
	
	.header.blue-header .circle-header-svg path, .header.blue-header .header-search-btn .circle-header-svg path, .header.blue-header .circle-header-link {
		fill: #000 !important;
		border-color: #000 !important;
	}
	
	.header.blue-header .round-link-btn.black {
		background-color: var(--blue);
	}
	
	header.header.sticky {
		background-color: #fff;
	}
	
	.header ul.header-menu>li {
		padding: 40px 9px;
	}
	
	.header-logo {
		width: 100px;
	}
	
	.header-logo-container {
		top: 40px;
	}
	
	.header-wrap {
		padding-bottom: 0;
		padding-top: 0;
	}
	
	.right-header-menu .round-link-btn a {
		padding: 12px;
		font-size: 10px;
	}
	
	.header .header-menu>.menu-item:hover>.sub-menu, .header .header-menu>.menu-item:focus-within>.sub-menu {
		display: flex;
		opacity: 1;
		visibility: visible;
	}
	
	.header .header-menu>.menu-item>.sub-menu {
		background: #fff;
		box-sizing: border-box;
		display: none;
		position: fixed;
		padding: 0px 20px;
		left: 0;
		width: 100%;
		opacity: 0;
		visibility: hidden;
		transition: all .2s ease-in-out;
	}
	
	/* New header nav */
	body:has(.header-menu .menu-item-has-children:hover) .total-wrap {
		filter: blur(2px);
	}
	
	body:has(.header-menu .menu-item-has-children:hover) .total-wrap::after {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100vw;
		height: 100%;
		background-color: #10294d;
		opacity: .7;
		z-index: 5;
	}
	
	.header-nav-row {
		padding-left: 100px;
	}
	
	#menu-header-menu {
		padding-left: 0;
	}
	
	.header ul.header-menu {
		display: flex;
		gap: 0;
		margin: 0;
	}
	
	.header ul.header-menu>li {
		text-align: center;
	}
	
	.header ul.header-menu .sub-menu li {
		text-align: left;
	}
	
	.header .sub-menu {
		color: #364041;
		padding-left: 0;
	}
	
	.header .header-menu>.menu-item>.sub-menu {
		background: var(--light-gray);
		box-sizing: border-box;
		display: none;
		gap: 32px;
		justify-content: center;
		position: fixed;
		padding: 48px 20px;
		margin-top: 39px;
		left: 0;
		width: 100%;
		opacity: 0;
		visibility: hidden;
		transition: all .2s ease-in-out;
	}
	
	.header-menu>li {
		position: relative;
		transition: all .2s ease-in-out;
	}
	
	.header-menu>li::before {
		display: block;
		content: attr(data-text);
		font-weight: 600;
		height: 0;
		overflow: hidden;
		visibility: hidden;
	}
	
	.header-menu>li::after {
		background-color: var(--blue);
		content: "";
		display: block;
		position: absolute;
		bottom: -3px;
		left: 50%;
		transform: translate(-50%, -50%);
		height: 8px;
		opacity: 0;
		width: 0%;
		transition: width .4s, left .4s, bottom .4s;
	}
	
	.header-menu>li:hover::after, .header-menu>li:focus-within::after {
		opacity: 1;
		width: 100%;
	}
	
	.header-menu>li:hover>a, .header-menu>li:focus-within>a {
		font-weight: 600;
	}
	
	.bol-menu-tab>.sub-menu {
		display: flex;
		/* grid-template-columns: 1fr 1fr 1fr; */
		column-gap: 24px;
	}
	
	.bol-menu-tab .sub-menu .bol-structure-only .menu-item {
		box-sizing: border-box;
	}
	
	.header .sub-menu .bol-structure-only {
		/* max-width: 50%; */
		flex: 1;
	}
	
	.header .sub-menu .bol-menu-tab-intro.bol-structure-only:not(.bol-grayBox) {
		max-width: 25%;
	}
	
	.bol-menu-tab .sub-menu .bol-structure-only.bol-grayBox>.sub-menu .menu-item {
		box-sizing: border-box;
		max-width: 100%;
	}
	
	.bol-menu-tab .sub-menu .sub-menu .menu-item.bol-grayBox, .bol-menu-tab .sub-menu .sub-menu .menu-item.bol-structure-only {
		padding: 12px;
	}
	
	.bol-structure-only>.sub-menu .sub-menu:has(.bol-grayBox) {
		position: absolute;
		right: 0;
		top: 0;
		width: 66%;
	}
	
	.bol-menu-tab .sub-menu .sub-menu .menu-item.bol-grayBox .menu-item.bol-structure-only {
		padding: 0;
	}
	
	.bol-menu-tab:has(.bol-grayBox) .sub-menu .sub-menu .menu-item {
		max-width: 33%;
	}
	
	.bol-menu-tab .sub-menu .sub-menu .menu-item:has(.bol-grayBox) {
		display: grid;
		grid-template-columns: 1fr 2fr;
		position: relative;
		max-width: 100%;
	}
	
	.bol-menu-tab .sub-menu .sub-menu .menu-item:has(.bol-grayBox) .bol-grayBox {
		display: none;
		opacity: 0;
		visibility: hidden;
		max-width: 100%;
		transition: all .2s ease-in-out;
	}
	
	.bol-menu-tab .sub-menu .sub-menu .menu-item:has(.bol-grayBox):hover .bol-grayBox {
		display: block;
		opacity: 1;
		visibility: visible;
	}
	
	.bol-grayBox {
		background-color: var(--light-gray);
		border-radius: 8px;
		flex-grow: 1;
	}
	
	.bol-grayBox>.sub-menu {
		display: flex;
		column-gap: 24px;
	}
	
	.header .sub-menu .bol-structure-only.bol-sub-tabs {
		flex: 2;
	}
	
	.bol-menu-tab .sub-menu .sub-menu .menu-item>a {
		border-radius: 8px;
		display: block;
		font-size: 16px;
		font-weight: 500;
		line-height: 24px;
		max-width: 100%;
		margin-bottom: 0px;
		padding: 12px 31px 12px 12px;
		position: relative;
		transition: all .2s ease-in-out;
	}
	
	.bol-menu-tab:has(.bol-grayBox) .sub-menu .sub-menu .menu-item>a {
		margin-right: 16px;
	}
	
	.bol-menu-tab:has(.bol-grayBox) .sub-menu .bol-grayBox .sub-menu .menu-item>a {
		margin-right: 0;
	}
	
	.bol-menu-tab .sub-menu .bol-structure-only.bol-grayBox>.sub-menu .menu-item .menu-item a:hover {
		background-color: #fff;
	}
	
	.header .sub-menu .bol-menu-tab {
		background-color: #fff;
		border-radius: 20px;
		padding: 32px;
		width: fit-content;
		max-width: 66%;
		display: none;
		opacity: 0;
		visibility: hidden;
		transition: all .2s ease-in-out;
	}
	
	.header .sub-menu .bol-menu-tab.show {
		opacity: 1;
		display: block;
		visibility: visible;
		flex-grow: 1;
	}
	
	.header-nav-row-inner {
		align-items: center;
	}
	
	.bol-menuTab-title>a {
		color: var(--blue);
		display: block;
		font-weight: 600;
		font-size: 11px;
		line-height: 20px;
		letter-spacing: 2px;
		margin-bottom: 24px;
		pointer-events: none;
		text-transform: uppercase;
	}
	
	.bol-noTitle-fix .sub-menu {
		margin-top: 48px;
	}
	
	.bol-menu-tab .sub-menu .sub-menu .menu-item.bol-menuTab-title {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	
	.bol-menuTab-title>a:hover, .bol-menu-tab .sub-menu .sub-menu .bol-menuTab-title.menu-item:hover {
		background-color: initial;
	}
	
	.bol-menu-tab .sub-menu .sub-menu .bol-menuTab-title.menu-item:hover::after {
		display: none;
	}
	
	.bol-menu-tab .sub-menu .sub-menu .menu-item>a:hover {
		background-color: var(--light-gray);
	}
	
	.bol-menu-tab .sub-menu .sub-menu .menu-item:not(.menu-item-has-children):hover a {
		color: var(--blue);
	}
	
	.bol-menu-tab .sub-menu .sub-menu .menu-item:not(.menu-item-has-children)>a::after, .bol-menu-tab .sub-menu .sub-menu .menu-item:has(.bol-grayBox)>a::after {
		content: "";
		display: inline-block;
		width: 14px;
		height: 5px;
		background-image: url("data:image/svg+xml;utf8,<svg width=\'13\' height=\'5\' viewBox=\'0 0 13 5\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'M0.25 2.07826H12.9167M12.9167 2.07826L9.75 0.25M12.9167 2.07826L9.75 3.90653\' stroke=\'%23016BFF\' stroke-width=\'0.5\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/></svg>");
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		top: 20px;
		right: 13px;
		opacity: 0;
		visibility: hidden;
		transition: all .2s ease-in-out;
	}
	
	.bol-menu-tab .menu-item:not(.menu-item-has-children)>a::after {
		display: none !important;
	}
	
	.bol-red-titles .bol-menu-tab .sub-menu .sub-menu .menu-item:not(.menu-item-has-children) a::after {
		background-image: url("data:image/svg+xml;utf8,<svg width=\'13\' height=\'5\' viewBox=\'0 0 13 5\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'M0.25 2.07826H12.9167M12.9167 2.07826L9.75 0.25M12.9167 2.07826L9.75 3.90653\' stroke=\'%23E70000\' stroke-width=\'0.5\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/></svg>");
	}
	
	.bol-menu-tab .sub-menu .sub-menu .menu-item.bol-menuTab-title, .bol-menu-tab .sub-menu .sub-menu .menu-item.bol-menuTab-title>a {
		padding: 0px;
		margin-bottom: 24px;
	}
	
	.bol-menu-tab .sub-menu .sub-menu .menu-item a:hover::after {
		opacity: 1;
		visibility: visible;
	}
	
	.bol-menu-tab .sub-menu .sub-menu .menu-item:hover a .menu-item-description {
		color: initial;
	}
	
	.bol-menuTab-introTitle {
		color: var(--blue);
		font-weight: 600;
		font-size: 20px;
		line-height: 28px;
		letter-spacing: 2.8px;
		text-transform: uppercase;
	}
	
	.bol-menuTab-description {
		font-size: 14px;
		line-height: 20px;
	}
	
	.bol-tabTrigger-container {
		display: flex;
		flex-direction: column;
		margin-top: 24px;
		gap: 16px;
	}
	
	.bol-tab-trigger {
		align-items: center;
		border-radius: 8px;
		box-sizing: border-box;
		font-size: 16px;
		font-weight: 500;
		line-height: 24px;
		letter-spacing: .64px;
		text-transform: uppercase;
		width: 100%;
		display: flex;
		justify-content: space-between;
		padding: 12px;
		transition: all .2s ease-in-out;
	}
	
	.bol-tab-trigger.active {
		color: var(--blue);
		background-color: #fff;
	}
	
	.bol-menu-tab-intro {
		padding-top: 32px;
		max-width: 33%;
		width: 320px;
	}
	
	.bol-red-titles .bol-menuTab-introTitle, .bol-red-titles .bol-menuTab-title a, .bol-red-titles .bol-menu-tab .sub-menu .sub-menu .menu-item:not(.menu-item-has-children):hover a, .bol-red-titles .bol-tab-trigger.active {
		color: var(--red);
	}
	
	.header-nav-holder {
		flex-grow: 1;
		justify-content: center;
		display: flex;
	}
	
	.right-header-menu {
		padding-left: 0;
	}
	
	.search-header.header a {
		color: #fff;
	}
	
	.bol-menu-tab .sub-menu .sub-menu .menu-item {}
}

@media screen and (max-width: 1150px) {
	body:has(.simple-banner) .total-wrap {
		padding-top: 72px;
	}
	
	.bol-desktop-only {
		display: none;
	}
	
	.bol-red-titles .bol-menu-tab>a, .header ul.header-menu>li.bol-red-titles .bol-menu-tab.bol-structure-only.submenu-open>a {
		color: var(--red);
	}
	
	.header ul.header-menu>.bol-red-titles .bol-menu-tab.bol-structure-only>a:first-of-type::after {
		background: no-repeat center/contain url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\' width=\'7\' height=\'12\' viewBox=\'0 0 7 12\' fill=\'none\'><path d=\'M0.834961 0.834961L5.83496 5.83496L0.834961 10.835\' stroke=\'%23E70000\' stroke-width=\'1.67\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/></svg>");
	}
	
	.header-nav {
		margin-top: 15px;
	}
	
	.header:has(.simple-banner) .header-nav-row {
		padding-top: 145px;
	}
	
	.header-nav-holder {
		flex-direction: column;
	}
	
	.header-menu>li::after {
		display: none;
	}
	
	.header ul.header-menu {
		display: flex;
		flex-direction: column;
		align-items: baseline;
		gap: 8px;
	}
	
	.menu-btn {
		background-color: transparent;
		border-radius: 0;
		width: 40px;
		height: 40px;
	}
	
	.menu-btn .line {
		background-color: var(--medium-gray);
	}
	
	.mobile-menu-container {
		top: -3px;
	}
	
	/* .header .header-menu>.menu-item>.sub-menu {
        top: 192px;
    } */
	
	/* .header:has(.simple-banner) .header-menu>.menu-item>.sub-menu {
        top: 192px;
    } */
	.header.open-mobile-menu .header-nav-row {
		overflow: hidden;
	}
	
	.header.open-mobile-menu .header-nav-row-inner {
		display: flex;
		flex-direction: column;
	}
	
	.header ul.header-menu li.bol-structure-only a {
		align-items: flex-start;
		flex-direction: column;
	}
	
	.header-aside-holder {
		border-top: 1px solid var(--light-gray);
		box-sizing: border-box;
		padding: 24px 30px;
		justify-content: center;
		display: flex;
		align-items: center;
		margin-top: auto;
	}
	
	.right-header-menu {
		margin: 0;
	}
	
	.header-menu:has(.submenu-open) .bol-go-back {
		cursor: pointer;
		display: flex;
		font-weight: 500;
		font-size: 18px;
		line-height: 26px;
		align-items: center;
		gap: 16px;
		padding-left: 26px;
	}
	
	.header ul.header-menu>li.bol-go-back a {
		padding-left: 0;
		padding-top: 11px;
		padding-bottom: 11px;
		width: 100%;
	}
	
	.bol-go-back::before {
		content: "";
		display: inline-block;
		height: 12px;
		width: 7px;
		margin-top: -3px;
		transition: transform 200ms ease;
		transform-origin: center;
		rotate: 180deg;
		background: no-repeat center/contain url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\' width=\'7\' height=\'12\' viewBox=\'0 0 7 12\' fill=\'none\'><path d=\'M0.834961 0.834961L5.83496 5.83496L0.834961 10.835\' stroke=\'%235E5777\' stroke-width=\'1.67\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/></svg>");
	}
	
	.header ul.header-menu>li {
		width: 100%;
	}
	
	.header ul.header-menu>li a {
		padding: 20px 26px;
	}
	
	.header ul.header-menu>li a, .header ul.header-menu>li .bol-menu-tab.bol-structure-only>a:first-of-type {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.header ul.header-menu>li .bol-menu-tab a {
		width: 100%;
	}
	
	.header ul.header-menu li.menu-item-has-children>a::after, .header ul.header-menu>li .bol-menu-tab.bol-structure-only>a:first-of-type::after {
		content: "";
		display: inline-block;
		width: 7px;
		height: 12px;
		transition: transform 200ms ease;
		transform-origin: center;
		background: no-repeat center/contain url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\' width=\'7\' height=\'12\' viewBox=\'0 0 7 12\' fill=\'none\'><path d=\'M0.834961 0.834961L5.83496 5.83496L0.834961 10.835\' stroke=\'%235E5777\' stroke-width=\'1.67\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/></svg>");
	}
	
	.header ul.header-menu li.menu-item-has-children>a {
		display: flex;
		flex-direction: row;
	}
	
	.header .header-menu>.menu-item>.sub-menu {
		position: relative;
		padding: 0 26px;
	}
	
	.submenu-open .submenu-open .submenu-closed a {
		color: var(--blue);
	}
	
	.header ul.header-menu .sub-menu .sub-menu li.menu-item-has-children>a::after {
		background: no-repeat center/contain url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\' width=\'7\' height=\'12\' viewBox=\'0 0 7 12\' fill=\'none\'><path d=\'M0.834961 0.834961L5.83496 5.83496L0.834961 10.835\' stroke=\'%23016BFF\' stroke-width=\'1.67\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/></svg>");
	}
	
	.bol-menu-tab-intro {
		display: none;
	}
	
	.bol-menu-tab>.sub-menu {
		display: block;
	}
	
	.bol-menu-tab>.sub-menu[hidden] {
		display: none;
	}
	
	.header .header-menu>.menu-item>.sub-menu {
		flex-direction: column;
	}
	
	.header-nav-row {
		overflow: scroll;
	}
	
	.header ul.header-menu>li .bol-menu-tab.bol-structure-only>a:first-of-type {
		display: flex;
		flex-direction: row;
		text-transform: uppercase;
	}
	
	.submenu-closed .sub-menu {
		display: none;
	}
	
	.header-menu>.submenu-open {
		background: #fff;
		position: relative;
		height: 100%;
	}
	
	.submenu-open .submenu-open {
		position: relative;
	}
	
	.header .header-menu>.submenu-open.menu-item>.sub-menu {
		display: flex;
		opacity: 1;
		height: 100%;
		gap: 8px;
		margin-top: 0;
	}
	
	/* .header:has(.simple-banner) .header-menu>.submenu-open.menu-item>.sub-menu {
        margin-top: 102px;
    } */
	
	/* .header-nav:has(.submenu-open) {
        max-height: calc(100vh - 307px);
    } */
	.header ul.header-menu>li .bol-menu-tab a.bol-arrow-link {
		padding: 0;
	}
	
	/* .header:has(.simple-banner) .header-menu>.submenu-open.menu-item>.sub-menu {
        max-height: calc(100vh - 399px);
    } */
	
	/* .header .header-menu>.submenu-open.menu-item>.sub-menu:has(.submenu-open) {
        overflow-y: scroll;

    } */
	.bol-menuTab-title>a {
		text-transform: uppercase;
	}
	
	li.bol-menuTab-title.submenu-open>a {
		color: var(--blue);
	}
	
	.header ul.header-menu li.menu-item-has-children.submenu-open>a::after, .header ul.header-menu>li .bol-menu-tab.bol-structure-only.submenu-open>a:first-of-type::after {
		transform: rotate(-90deg);
	}
	
	.header ul.header-menu>li .bol-menu-tab.bol-structure-only.submenu-open>a {
		color: var(--blue);
	}
	
	.header ul.header-menu>li .bol-menu-tab a {
		padding: 20px 0;
	}
	
	.bol-menu-tab>.sub-menu {
		margin-top: 8px;
	}
	
	p.menu-item-description {
		margin-top: 4px;
		margin-bottom: 0;
	}
	
	.header-menu>.submenu-open {
		margin-top: 0;
	}
	
	.header:has(.submenu-open) ul.header-menu>li.menu-item-has-children>a, .header:has(.submenu-open) ul.header-menu>li:not(.bol-go-back):not(.submenu-open) {
		display: none;
	}
	
	.bol-menu-tab .sub-menu .sub-menu .menu-item {
		border-radius: 8px;
		font-size: 16px;
		font-weight: 500;
		line-height: 24px;
		max-width: 100%;
		margin-bottom: 0px;
		/* padding: 12px; */
		position: relative;
		transition: all .2s ease-in-out;
	}
	
	.bol-menuTab-title {
		display: none;
	}
	
	.sub-menu:has(.bol-menu-card)>.bol-menuTab-title {
		display: block;
	}
	
	.sub-menu:has(.bol-menu-card)>.bol-menuTab-title>a {
		color: var(--blue);
		font-size: 14px;
		line-height: 20px;
		letter-spacing: 2.24px;
		font-weight: 600;
	}
	
	.bol-menuTab-title.bol-menu-tab {
		display: block;
	}
	
	.bol-grayBox {
		background-color: var(--light-gray);
		padding: 0 16px;
	}
	
	.bol-menu-tab .sub-menu .sub-menu .menu-item.bol-grayBox {
		border-radius: 0;
	}
	
	.submenu-open:has(.bol-grayBox) > a {
		color: var(--blue);
	}
	
	.bol-red-titles .bol-menu-tab >a, .header ul.header-menu>li.bol-red-titles .bol-menu-tab.bol-structure-only.submenu-open>a {
		color: var(--red);
	}
	
	.header ul.header-menu>li .bol-menu-tab .bol-menu-card a {
		padding: 0;
	}
	
	.bol-menu-card-cta {
		width: calc(100% - 40px);
		box-sizing: border-box;
		margin-bottom: 0;
	}
	
	.bol-menu-card {
		margin-bottom: 20px;
	}
}

@media only screen and (min-width: 1367px) {
	.header-nav-row {
		padding-left: 177px;
	}
	
	.page-template-page-home .offset-top-intro {
		margin-top: 0px;
	}
	
	.header-wrap {
		padding-top: 0;
	}
	
	.header-logo {
		width: 177px;
	}
	
	.header-logo-container {
		top: 29px;
	}
	
	.bol-menuTab-title>a {
		font-size: 14px;
	}
	
	.right-header-menu .round-link-btn a {
		font-size: 12px;
		padding: 12px 21px;
	}
}

@media only screen and (min-width: 1441px) {
	.header ul.header-menu>li {
		padding: 40px 10px;
	}
	
	.header .sub-menu .bol-menu-tab {
		max-width: 1018px;
	}
	
	.header .sub-menu .bol-menu-tab-intro.bol-structure-only:not(.bol-grayBox) {
		max-width: 320px;
	}
}

@media only screen and (min-width: 1661px) {
	#menu-header-menu {
		padding-left: 0px;
	}
	
	.header-nav-row {
		padding-left: 0;
	}
	
	.page-template-page-home .offset-top-intr123o {
		margin-top: 0px;
	}
	
	.header-wrap {
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.header-logo-container {
		top: 29px;
	}
	
	.header-holder {
		padding-left: 13vw;
	}
}

@media only screen and (min-width: 1025px) {
	.page-template-page-home .why-intro .main-wrap-230 {
		padding-left: 22vw;
	}
	
	.page-template-page-home .why-intro {
		padding-top: 6vw;
		padding-bottom: 6vw;
	}
}

.blue-semi-trans-overlay:after {
	background: linear-gradient(to left, rgba(1, 107, 255, .2) 0%, rgba(1, 107, 255, .9) 70%, rgba(1, 107, 255, 1) 100%) !important;
}

@media only screen and (min-width: 1025px) {
	.solutions-intro .text-block-content {
		max-width: 625px;
	}
}

.page-template-default h3.title-32 {
	font-weight: 700;
	font-size: 35px;
}

g.blue-text-svg-g {
	transform: translateY(-61px);
}

.home a.w-css-reset.w-css-reset-tree {
	display: none !important;
}

.compare-table.compare-table--evenly-spaced div {
	justify-content: space-evenly !important;
}

.btn-container.center {
	margin: 20px 0 40px 0;
}

.compare-section.compare-section--table .compare-table .compare-table-container>div>div:first-child {
	background-color: unset;
	left: unset;
	max-width: unset;
	position: unset;
}

/*
* Homepage Redesign
*/
:root {
	--homepage-width: 1086px;
}

.homepage-styles h1, .homepage-styles .h1 {
	font-weight: 600;
	font-size: 72px;
	line-height: 92px;
	letter-spacing: -1%;
}

.homepage-styles.subpage h1, .homepage-styles.subpage .h1 {
	font-size: 60px;
	line-height: 72px;
	letter-spacing: -.5%;
}

.homepage-styles h2, .homepage-styles .h2, .red-team-section.red-team-light .title-wrap * {
	font-size: 52px;
	line-height: 64px;
	letter-spacing: .5%;
}

.homepage-styles h3, .homepage-styles .h3 {
	font-size: 40px;
	line-height: 52px;
	letter-spacing: 0px;
}

.homepage-styles h4, .homepage-styles .h4 {
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 0px;
}

.homepage-styles h5, .homepage-styles .h5 {
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0px;
}

.homepage-styles h6, .homepage-styles .h6 {
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0px;
}

.body-xl {
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 0px;
}

.body-l {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0px;
}

.body-m {
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0px;
}

.body-s {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
}

.body-xs {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0px;
}

.hero-preheader {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 10%;
	text-transform: uppercase;
	font-weight: 600;
	color: #016bff;
}

.preheader {
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 10%;
	text-transform: uppercase;
	font-weight: 600;
	color: #016bff;
}

.regular {
	font-weight: 400;
}

.medium {
	font-weight: 500;
}

.semibold {
	font-weight: 600;
}

.bold {
	font-weight: 700;
}

.extra-bold {
	font-weight: 800;
}

.align-center {
	text-align: center;
}

.flex-row-reverse {
	flex-direction: row-reverse;
}

.flex-col-reverse {
	flex-direction: column-reverse;
}

.container, .g-padding {
	padding-top: 128px;
	padding-bottom: 128px;
}

.container>div, .container-width>div {
	max-width: calc(var(--homepage-width) + 64px);
	padding-left: 32px;
	padding-right: 32px;
	margin: auto;
}

.slider-control-svg:after {
	display: none;
}

.slider-with-controls .swiper-pagination {
	height: 6px;
	top: 30px !important;
	width: fit-content !important;
	left: 50% !important;
	transform: translateX(-50%);
}

.slider-with-controls .slider-prev, .slider-with-controls .slider-next, .slider-with-controls .swiper-pagination {
	pointer-events: auto;
	position: absolute;
	z-index: 10;
	opacity: 1;
	visibility: visible;
	top: 40px;
}

.slider-with-controls .swiper-pagination-bullet {
	background-color: rgba(1, 107, 255, .2);
	height: 6px;
	width: 6px;
	border-radius: 3px;
	opacity: 1;
	transition: all 1s ease;
}

.slider-with-controls .swiper-pagination-bullet-active {
	background-color: #016bff;
	width: 24px;
}

.bg-image-mobile {
	display: none;
}

svg:hover .arrow-hover-blue {
	fill: #016bff;
}

svg:hover .arrow-hover-white {
	stroke: #fff;
}

@media screen and (max-width: 767px) {
	.container, .g-padding {
		padding-top: 64px;
		padding-bottom: 64px;
	}
	
	.container>div {
		padding-left: 16px;
		padding-right: 16px;
	}
	
	.homepage-styles h1, .homepage-styles .h1 {
		font-size: 48px;
		line-height: 56px;
		letter-spacing: 0px;
	}
	
	.homepage-styles.subpage h1, .homepage-styles.subpage .h1 {
		font-size: 40px;
		line-height: 48px;
		letter-spacing: 0px;
	}
	
	.homepage-styles h2, .homepage-styles .h2, .red-team-section.red-team-light .title-wrap * {
		font-size: 32px;
		line-height: 40px;
		letter-spacing: 0px;
	}
	
	.homepage-styles h3, .homepage-styles .h3 {
		font-size: 24px;
		line-height: 32px;
		letter-spacing: 0px;
	}
	
	.homepage-styles h4, .homepage-styles .h4 {
		font-size: 22px;
		line-height: 30px;
		letter-spacing: 0px;
	}
	
	.homepage-styles h5, .homepage-styles .h5 {
		font-size: 20px;
		line-height: 28px;
		letter-spacing: 0px;
	}
	
	.homepage-styles h6, .homepage-styles .h6 {
		font-size: 18px;
		line-height: 26px;
		letter-spacing: 0px;
	}
	
	.preheader {
		font-size: 16px;
		line-height: 24px;
	}
	
	.body-xl-mobile {
		font-size: 24px;
		line-height: 34px;
		letter-spacing: 0px;
	}
	
	.body-l-mobile {
		font-size: 20px;
		line-height: 30px;
		letter-spacing: 0px;
	}
	
	.body-m-mobile {
		font-size: 18px;
		line-height: 26px;
		letter-spacing: 0px;
	}
	
	.body-s-mobile {
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 0px;
	}
	
	.body-xs-mobile {
		font-size: 14px;
		line-height: 20px;
		letter-spacing: 0px;
	}
	
	.bg-image-desktop {
		display: none;
	}
	
	.bg-image-mobile {
		display: block;
	}
}

@media screen and (min-width: 1024px) {
	.slider-control-tablet {
		display: none !important;
	}
}

@media screen and (min-width: 767px) {
	.slider-control-mobile {
		display: none !important;
	}
}

/*Buttons*/
.round-link-btn.blue-black {
	background-color: #016bff;
	color: #fff !important;
	border: 1px solid #016bff;
}

.round-link-btn.white-black {
	background-color: #fff;
	color: #016bff !important;
	border: 1px solid #016bff;
}

.round-link-btn.red-black {
	background-color: #e00000;
	color: #fff;
}

.round-link-btn.blue-black:hover, .round-link-btn.white-black:hover, .round-link-btn.red-black:hover {
	background-color: #000;
	border: 1px solid #000;
	color: #fff !important;
}

.round-link-btn.blue-black .link-btn-text, .round-link-btn.red-black .link-btn-text, .round-link-btn.white-black:hover .link-btn-text {
	color: #fff !important;
}

.round-link-btn.white-black .link-btn-text {
	color: #016bff !important;
}

/*Header*/
header.header-scrolled {
	background: rgba(255, 255, 255, .1) !important;
	border-bottom: 1px solid #d9d9d9;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
}

header .pricing-btn {
	display: none;
}

header .right-header-menu-container .right-header-menu {
	display: flex;
}

.header .header-logo {
	display: flex;
	align-items: center;
}

.simple-banner {
	transition: height 1s ease;
	height: 88px;
	max-height: fit-content;
	overflow: hidden;
}

.simple-banner.simple-banner-scrolling {
	height: 0px;
}

.menu-item.round-link-btn.white-black a {
	color: #016bff !important;
	transition: color .4s ease;
}

.menu-item.round-link-btn.white-black:hover a {
	color: #fff !important;
}

@media screen and (min-width: 1151px) and (max-width: 1200px) {
	header .header-logo-container {
		width: 120px !important;
	}
	
	header.header-scrolled .header-logo-container {
		top: 22.5px !important;
	}
}

@media screen and (min-width: 1151px) {
	header.header-scrolled .header-holder {
		display: flex;
		flex-direction: column;
	}
	
	header.header-scrolled .header-nav-row {
		width: fit-content;
		align-self: flex-end;
	}
	
	header .header-logo-container {
		width: 140px;
		top: 34px;
	}
	
	header.header-scrolled .header-logo-container {
		top: 20px;
	}
	
	header .header-logo-container .header-logo {
		width: 100%;
	}
	
	header.header-scrolled .pricing-btn {
		display: block;
	}
	
	header.header-scrolled .header-nav-holder, header.header-scrolled .header-aside-item-search, header.header-scrolled .header-aside-item-login {
		display: none;
	}
	
	header .header-aside-holder {
		margin-top: 0px;
	}
}

@media screen and (max-width: 767px) {
	.simple-banner {
		height: 60px;
	}
}

/*Hero*/
.intro-center .title-wrap *, .intro-center h2, .intro-center p, .intro-center .btns-holder-unit {
	text-align: center !important;
	margin: auto;
}

.hero-intro {
	padding-top: 196px;
	padding-bottom: 96px;
}

.hero-intro h1 {
	margin-bottom: 0px;
}

.hero-intro .description-text {
	max-width: 840px;
	margin-top: 24px;
	margin-bottom: 0px;
}

.hero-intro .btns-holder-unit {
	margin-top: 32px;
}

.hero-intro .btns-unit-item {
	padding-top: 0px;
	padding-bottom: 0px;
}

.hero-intro .intro-stats-col {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	margin: auto;
	max-width: 1200px;
}

.hero-intro .intro-stats-item {
	background-color: #f5f5f5;
	padding: 28px 26px;
	border-radius: 20px;
}

.intro-stats-item, .intro-stats-item-inner {
	display: flex;
	gap: 12px;
	justify-content: center;
	align-items: center;
}

.intro-stats-item .counter-holder {
	font-weight: 600;
	font-size: 68px;
	line-height: 80px;
	letter-spacing: 0px;
	color: #0f2849;
}

.intro-stats-item .stats-text {
	margin-top: 0px;
	margin-bottom: 0px;
}

.hero-intro .logo-slider {
	overflow: hidden;
	width: 100%;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
	max-width: 1600px;
	padding: 0px 32px;
	margin: auto;
	display: flex;
}

.hero-intro .intro-logo-slider {
	margin-top: 96px;
}

.hero-intro .intro-logo-slider img {
	align-self: center;
}

@media screen and (max-width: 1400px) {
	.hero-intro .logo-slider {
		justify-content: center;
		gap: 24px;
	}
}

@media screen and (max-width: 1100px) {
	.hero-intro .intro-stats-col {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 767px) {
	.hero-intro {
		padding-top: 135px;
		padding-bottom: 64px;
	}
	
	.hero-intro .intro-stats-col {
		grid-template-columns: 1fr !important;
	}
	
	.hero-intro .counter-holder {
		font-weight: 600;
		font-size: 68px;
		line-height: 80px;
	}
}

/*Horizontal Tabs*/
.horizontal-tabs .title-wrap {
	margin-bottom: 40px;
}

.horizontal-tabs .title-label {
	margin-bottom: 16px;
}

.horizontal-tabs h2 {
	margin-bottom: 24px;
}

.horizontal-tabs .tabs-container {
	overflow: visible;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}

.horizontal-tabs .tabs-container .tab-list {
	width: max-content;
}

.horizontal-tab-list-swiper {
	width: 100%;
}

.horizontal-tabs .tabs-container .tab-list .tab-list-item {
	cursor: pointer;
	border-top: 4px solid rgba(1, 107, 255, .09);
	padding: 20px 12px 0px;
	font-weight: 600;
	text-align: center;
	color: rgba(0, 0, 0, .7);
	width: unset;
}

.horizontal-tabs .tabs-container .tab-list .tab-list-item.active {
	border-top: 6px solid #0066f3;
	color: #000;
}

.horizontal-tabs .tabs-container .tab-list {
	display: flex;
	justify-content: center;
	margin: auto;
}

.horizontal-tabs .tabs-container .tab-list .tab-name {
	margin: 0px;
	max-width: 220px;
	margin-left: auto;
	margin-right: auto;
}

.horizontal-tabs .tabs-container .tab-content {
	margin-top: 30px;
}

.horizontal-tabs .tab-content-item-inner {
	width: 45%;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.horizontal-tabs .tab-content-item-inner .btns-holder-unit, .horizontal-tabs .tab-content-item-inner .btns-unit-item {
	padding-top: 0px;
	margin-top: 0px;
}

.horizontal-tabs .tab-media-content {
	display: none;
	width: 55%;
	max-width: 840px;
	padding: 15px;
	border-radius: 40px;
	background: linear-gradient(61.72deg, rgba(0, 29, 255, 0) -4.15%, rgba(14, 224, 169, .1) 101.03%);
	backdrop-filter: blur(20px);
	box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, .05), 0px 30px 60px 0px rgba(0, 0, 0, .1), 0px 5px 10px 0px rgba(0, 0, 0, .05), 0px 0px 100px 0px rgba(204, 215, 255, .15) inset;
}

.horizontal-tabs .tab-media-content.active {
	display: block;
}

.horizontal-tabs .tab-media-content img {
	width: 100%;
	height: auto;
	border-radius: 19px;
}

.horizontal-tabs .tab-content-item {
	visibility: hidden;
	opacity: 0;
	display: flex;
	max-height: 0;
	gap: 48px;
	align-items: center;
}

.horizontal-tabs .tab-content-item.active {
	visibility: visible;
	opacity: 1;
	max-height: 3000px;
	padding: 30px;
	margin-top: 20px;
	transition: visibility 1s ease, opacity 1s ease;
	min-height: 504px;
}

.horizontal-tabs .tabs-container .tab-image .image-holder {
	justify-content: center;
}

.horizontal-tab-list-swiper {
	display: none;
}

@media screen and (max-width: 767px) {
	.horizontal-tab-list-swiper {
		padding-top: 0px !important;
		padding-bottom: 64px !important;
	}
	
	.horizontal-tabs .slider-with-controls .swiper-pagination {
		top: 64px !important;
	}
	
	.horizontal-tabs .slider-with-controls .slider-prev, .horizontal-tabs .slider-with-controls .slider-next {
		top: 24px;
	}
	
	.horizontal-tabs .tab-list-desktop {
		display: none !important;
	}
	
	.horizontal-tab-list-swiper {
		display: flex !important;
	}
	
	.horizontal-tabs .tabs-container .tab-list .tab-list-item, .horizontal-tabs .tabs-container .tab-list .tab-list-item.active {
		border-top: none;
	}
	
	.horizontal-tabs .tabs-container .tab-list .tab-list-item {
		padding-left: 75px;
		padding-right: 75px;
		padding-top: 0px;
		min-height: 48px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	
	.horizontal-tabs .tabs-container .tab-list .tab-list-item, .horizontal-tabs .tabs-container .tab-list .tab-name {
		max-width: 100% !important;
	}
	
	.horizontal-tabs .tab-media-content {
		padding: 7px;
		border-radius: 15px;
	}
	
	.horizontal-tabs .tabs-container .tab-content, .horizontal-tabs .tab-content-item, .horizontal-tabs .tab-content-item.active {
		margin-top: 0px;
	}
	
	.horizontal-tabs .tab-content-item:not(.active) {
		display: none;
	}
	
	.horizontal-tabs .tab-content-item {
		box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, .08);
		border-radius: 16px;
		background-color: #fff;
		padding: 24px 18px !important;
		flex-direction: column;
	}
	
	.horizontal-tabs .tab-content-item-inner, .horizontal-tabs .tab-media-content {
		width: 100% !important;
	}
	
	.horizontal-tabs .tab-media-content img {
		border-radius: 8px;
	}
}

/*Testimonials Carousel*/
.testimonial-carousel .title-wrap {
	padding-left: 16px;
	padding-right: 16px;
	margin-bottom: 32px;
}

.testimonial-carousel .title-wrap .title-label {
	margin-bottom: 16px;
}

.testimonial-carousel-swiper .swiper-slide.slide-offset {
	bottom: -16px;
}

.testimonial-carousel-swiper {
	margin: 0px;
	overflow: hidden;
}

.testimonial-carousel-outer, .testimonial-carousel-container {
	pointer-events: auto;
}

.testimonial-carousel-swiper .swiper-slide {
	overflow: hidden;
	background-position: top;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-weight: bold;
}

.testimonial-carousel-swiper .swiper-wrapper {
	-webkit-transition-timing-function: linear !important;
	-o-transition-timing-function: linear !important;
	transition-timing-function: linear !important;
}

.testimonial-carousel .testimonial-block {
	border-radius: 20px;
	background-color: #fff;
	border: 1px solid #dee7ff;
	padding: 32px;
	gap: 20px;
	align-items: flex-start;
	flex-direction: column;
}

.testimonial-carousel .quote, .testimonial-carousel .author {
	color: #000;
}

.testimonial-carousel .testimonial-images, .testimonial-carousel .testimonial-images img, .testimonial-carousel .testimonial-image-placeholder {
	max-width: 96px;
	width: 96px;
	min-width: 96px;
}

.testimonial-carousel .testimonial-images img.author-image {
	border-radius: 50%;
}

.testimonial-carousel .quote p:first-child, .testimonial-carousel .author:first-child {
	margin-top: 0px;
}

.testimonial-carousel .quote p:last-child, .testimonial-carousel .author:last-child {
	margin-bottom: 0px;
}

.testimonial-carousel .quote-section {
	display: flex;
	gap: 20px;
}

@media (min-width: 768px) {
	.testimonial-carousel-swiper .swiper-wrapper {
		width: max-content;
	}
	
	.testimonial-carousel-swiper .swiper-slide {
		width: 547px !important;
		max-width: 100%;
		flex: 0 0 auto;
		padding: 20px;
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
	
	.testimonial-carousel-swiper .testimonial-slide.slide-offset {
		margin-top: 15px;
	}
}

@media (max-width: 767px) {
	.testimonial-carousel-swiper {
		padding-top: 80px !important;
	}
}

/*Text + Media*/
.text-media .text-media-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 48px;
}

.text-media .text-media-text {
	width: 45%;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.text-media .text-media-text .btns-holder-unit, .text-media .text-media-text .btns-unit-item {
	padding-top: 0px;
	margin-top: 0px;
}

.text-media .text-media-media {
	width: 55%;
	max-width: 840px;
}

.text-media .text-media-media img {
	width: 100%;
	height: auto;
	border-radius: 40px;
	backdrop-filter: blur(20px);
	box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, .1), 0px 15px 30px 0px rgba(0, 0, 0, .05), 0px 5px 10px 0px rgba(0, 0, 0, .05), 0px 0px 100px 0px rgba(204, 215, 255, .15) inset;
}

.text-media .quote-attribution {
	align-items: center;
	display: flex;
	gap: 20px;
}

.text-media .quote-attribution img {
	max-height: 28px;
	object-fit: contain;
}

@media screen and (max-width: 767px) {
	.text-media {
		padding-top: 64px;
		padding-bottom: 64px;
	}
	
	.text-media .text-media-inner {
		flex-direction: column;
		gap: 64px;
		padding-left: 16px;
		padding-right: 16px;
	}
	
	.text-media .text-media-text, .text-media .text-media-media {
		width: 100%;
	}
	
	.text-media .quote-attribution {
		display: flex;
		gap: 0px;
		flex-direction: column;
		align-items: flex-start;
	}
	
	.text-media .wistia_click_to_play>div>div:nth-child(2), .text-media .wistia_click_to_play>div>div:nth-child(3) {
		left: 50% !important;
		top: 50% !important;
		transform: translate(-50%, -50%);
	}
	
	.text-media .wistia_click_to_play>div>div:nth-child(2) {
		width: 55px !important;
		height: 37px !important;
	}
	
	.text-media .wistia_click_to_play>div>div:nth-child(3) {
		background-position: center center !important;
		background-size: 55px 37px !important;
	}
}

/*Red Team*/
.slider-with-controls .slider-prev, .slider-with-controls .slider-next {
	width: 44px;
}

.red-team-section.red-team-light {
	background-color: #fff;
}

.red-team-section.red-team-light .title-label {
	color: #e00000;
	margin-bottom: 16px;
}

.red-team-section.red-team-light .red-team-text-col * {
	color: #000;
}

.red-team-section.red-team-light .title-wrap * {
	font-weight: 500;
}

.red-team-section.red-team-light .red-team-text-col .text-block-content {
	margin-top: 24px;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
}

.red-team-section.red-team-light .bottom-btn-holder {
	display: flex;
	gap: 12px;
	margin-top: 32px;
}

.red-team-section.red-team-light .red-team-slider-container .vertical-slide-inner {
	background-color: #fff;
	height: 100%;
}

.red-team-section.red-team-light .red-team-slider-container .vertical-slide {
	width: 286px;
	margin: 0px 16px;
}

.red-team-section.red-team-light .red-team-content {
	padding-left: 32px;
	padding-right: 0px;
}

.red-team-section.red-team-light .red-team-text-col {
	max-width: 37.5%;
	margin-right: 0px;
	padding-right: 0px;
}

.red-team-section.red-team-light .red-team-slider-col {
	max-width: 62.5%;
	width: unset;
	padding-top: 50px;
	margin-top: -82px;
	padding-left: 45px;
	margin-left: -45px;
	clip-path: inset(-100vw -100vw -100vw 0);
}

.red-team-section.red-team-light .horizontal-slider .swiper-wrapper {
	display: grid;
	grid-auto-flow: column;
}

.red-team-section.red-team-light .red-team-slider-col .swiper-slide {
	opacity: 1;
	transition: opacity .2s ease;
}

.red-team-section.red-team-light .red-team-slider-col .swiper-slide-prev, .red-team-section.red-team-light .red-team-slider-container .vertical-slide.swiper-slide-prev .vertical-slide-inner:after, .red-team-section.red-team-light .red-team-slider-container .vertical-slide.swiper-slide-next .vertical-slide-inner:after {
	opacity: 0;
}

.red-team-section.red-team-light .red-team-slider-container .vertical-slide.swiper-slide-next {
	transform: scale(1);
}

.red-team-section.red-team-light .red-team-slider-container .vertical-slide.swiper-slide-next .vertical-slide-inner {
	background-color: #fff !important;
	background: #fff;
	opacity: 1;
	-webkit-box-shadow: 0 4px 74px rgba(0, 0, 0, .25) !important;
	box-shadow: 0 4px 74px rgba(0, 0, 0, .25) !important;
}

.red-team-section.red-team-light .red-team-slider-container .team-info-image-col {
	padding-top: 69%;
	width: 69%;
	border: 2px solid #f00;
}

.red-team-section.red-team-light .team-info-name {
	font-size: 24px;
	line-height: 28px;
}

.red-team-section.red-team-light .swiper-button-prev {
	left: calc(44px - 62.5%);
}

.red-team-section.red-team-light .swiper-button-next {
	left: calc(100px - 62.5%);
}

.red-team-section.red-team-light .js-slider-control-btn {
	right: unset;
	bottom: 64px;
	top: unset;
	width: 46px;
	height: 46px;
}

.red-team-section.red-team-light .js-slider-control-btn svg {
	width: 44px;
	height: 44px;
}

.red-team-section.red-team-light .swiper-pagination {
	top: -50px !important;
	bottom: unset;
}

.red-team-section.red-team-light .desktop-slider-btns {
	display: flex;
	justify-content: flex-start;
	gap: 12px;
	margin-top: 20px;
}

.red-team-section.red-team-light .desktop-slider-btns .slider-prev-btn, .red-team-section.red-team-light .desktop-slider-btns .slider-next-btn {
	margin: 0px;
	width: unset;
}

@media screen and (min-width: 1150px) {
	.red-team-section.red-team-light .red-team-content {
		padding-left: calc(( 100vw - var(--homepage-width) ) / 2);
		padding-right: 0px;
	}
}

@media screen and (max-width: 1024px) {
	.red-team-section.red-team-light .red-team-text-col, .red-team-section.red-team-light .red-team-slider-col {
		max-width: 100%;
		width: 100%;
	}
	
	.red-team-section.red-team-light .red-team-content {
		padding-left: 16px;
		padding-right: 16px;
	}
	
	.red-team-section.red-team-light .red-team-slider-col {
		margin-top: 50px;
		padding-left: 0px;
		margin-left: 0px;
		clip-path: unset;
	}
	
	.red-team-section.red-team-light .red-team-slider-container .vertical-slide {
		padding: 0px;
	}
	
	.red-team-section.red-team-light .bottom-btn-holder {
		position: relative;
		left: 0px;
	}
	
	.red-team-section.red-team-light .red-team-slider-container {
		padding: 0px;
		margin: auto;
	}
	
	.red-team-section.red-team-light .swiper-button-next, .red-team-section.red-team-light .swiper-button-prev {
		bottom: unset;
		top: -50px;
	}
	
	.red-team-section.red-team-light .swiper-button-next {
		right: 0px;
		left: unset;
	}
	
	.red-team-section.red-team-light .swiper-button-prev {
		left: 0px;
		right: unset;
	}
	
	.red-team-section.red-team-light .desktop-slider-btns {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.red-team-section.red-team-light .red-team-slider-container .vertical-slide {
		margin: auto;
	}
	
	.red-team-section.red-team-light {
		padding-top: 64px;
		padding-bottom: 64px;
	}
	
	.red-team-section.red-team-light .bottom-btn-holder {
		flex-direction: column;
		gap: 5px;
	}
}

/*Cards with Image*/
.cards-with-image .cards-with-image-inner {
	display: flex;
	flex-direction: column;
	gap: 64px;
}

.cards-with-image .headline {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.cards-with-image .btns-holder-unit {
	margin: 0px;
}

.cards-with-image .btns-unit-item {
	padding: 8px 0px;
}

.cards-with-image .card-text * {
	color: #000;
}

.cards-with-image .cards-container {
	display: flex;
	gap: 24px;
}

.cards-with-image .cards-container .card {
	border-radius: 16px;
	overflow: hidden;
	background-color: #f5f5f5;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.cards-with-image .cards-container a.card:hover {
	box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, .03), 0px 12px 16px -4px rgba(16, 24, 40, .08);
}

.cards-with-image .cards-container .card .card-text {
	padding: 25px 29px 25px 24px;
}

.cards-with-image .cards-with-image-inner {
	margin: auto;
}

.cards-with-image .cards-container {
	display: grid !important;
	grid-auto-flow: column !important;
	gap: 24px;
}

.cards-with-image .card img {
	border-radius: 16px;
	aspect-ratio: 1.5;
	height: auto;
	object-fit: cover;
}

.cards-with-image .card h3 {
	text-transform: uppercase;
	margin: 0px 0px 8px;
	padding: 0px;
	max-width: 218px;
}

.cards-with-image .card p {
	margin: 0px;
	padding: 0px;
}

.cards-with-image .btn-mobile {
	display: none;
}

@media screen and (max-width: 1200px) {
	.cards-with-image .card {
		flex-direction: column;
	}
	
	.cards-with-image .card img {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.cards-with-image .cards-container {
		grid-auto-flow: row !important;
		max-width: 400px;
		width: 100%;
		margin: auto;
	}
	
	.cards-with-image .btn-mobile {
		display: block;
		margin: auto;
		text-align: center;
	}
	
	.cards-with-image .btn-desktop {
		display: none;
	}
}
