@charset "UTF-8";
/*
 * Theme Name: Fountain
 * Description: Fountain Theme 
 * Author: Upstatement and YOU!
 * Version: 2.23127687734534
*/
@font-face {
	font-family: 'Circularxx';
	src: url("fonts/CircularXX-Regular.otf") format("opentype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Circularxx';
	src: url("fonts/CircularXX-Medium.otf") format("opentype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Circularxx';
	src: url("fonts/CircularXX-Bold.otf") format("opentype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-webkit-tap-highlight-color: transparent;
}

/* Sections
   ========================================================================== */
/**
 * Render the `main` element consistently in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
	overflow: auto;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
	outline: 0;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
	font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

/* Forms
   ========================================================================== */
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
	-webkit-appearance: listbox;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
	cursor: pointer;
}

caption {
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: inherit;
}

label {
	display: inline-block;
	margin-bottom: .5rem;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button {
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

select {
	word-wrap: normal;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
	cursor: pointer;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

*,
::after,
::before {
	box-sizing: border-box;
}

[tabindex="-1"]:focus {
	outline: 0 !important;
}

dl, ol, ul {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol, ol ul, ul ol, ul ul {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

.content-heading-wrapper {
	margin-bottom: 72px;
}

@media (max-width: 991px) {
	.content-heading-wrapper {
		margin-bottom: 64px;
	}
}

@media (max-width: 767px) {
	.content-heading-wrapper {
		margin-bottom: 36px;
	}
}

.post-type-post {
	padding-top: 90px;
	padding-bottom: 90px;
	overflow: hidden;
}

@media (max-width: 991px) {
	.post-type-post {
		padding-top: 32px;
		padding-bottom: 32px;
	}
}

.content-wrapper .content-wrapper .content-wrapper {
	padding-top: 144px;
	padding-bottom: 144px;
}

@media (max-width: 991px) {
	.content-wrapper .content-wrapper .content-wrapper {
		padding-top: 32px;
		padding-bottom: 32px;
	}
}

.content-wrapper .content-wrapper .content-wrapper.top-padding-0 {
	padding-top: 0;
}

.content-wrapper .content-wrapper .content-wrapper.top-padding-25 {
	padding-top: 36px;
}

.content-wrapper .content-wrapper .content-wrapper.top-padding-50 {
	padding-top: 72px;
}

.content-wrapper .content-wrapper .content-wrapper.top-padding-75 {
	padding-top: 108px;
}

.content-wrapper .content-wrapper .content-wrapper.bottom-padding-0 {
	padding-bottom: 0;
}

.content-wrapper .content-wrapper .content-wrapper.bottom-padding-25 {
	padding-bottom: 36px;
}

.content-wrapper .content-wrapper .content-wrapper.bottom-padding-50 {
	padding-bottom: 72px;
}

.content-wrapper .content-wrapper .content-wrapper.bottom-padding-75 {
	padding-bottom: 108px;
}

.content-block {
	position: relative;
	z-index: 1;
	display: block;
	overflow: visible;
	max-width: 1200px;
	margin: 0 auto;
	padding-right: 32px;
	padding-left: 32px;
	text-align: left;
}

.large-content-block {
	position: relative;
	z-index: 1;
	display: block;
	overflow: visible;
	max-width: 1920px;
	margin: 0 auto;
	padding-right: 70px;
	padding-left: 70px;
	text-align: left;
}

@media (max-width: 767px) {
	.large-content-block {
		padding-left: 16px;
		padding-right: 16px;
	}
}

.large-content-block .two-column-flex-item.text-anim {
	flex-direction: column;
}

.large-content-block .reverse-direction .two-column-flex-item.text-anim {
	justify-content: flex-end;
	align-items: flex-end;
}

.large-content-block .two-column-flex-grid.catch-all .two-column-flex-item.text-anim.direction-1 {
	justify-content: flex-end;
}

.large-content-block .two-column-flex-item.text-anim {
	display: flex;
}

.large-content-block .two-column-flex-item-content {
	max-width: 536px;
	flex-basis: 100%;
}

@media (max-width: 991px) {
	.large-content-block .two-column-flex-item-content {
		width: 100%;
	}
}

@media (max-width: 991px) {
	.content-block,
	.large-content-block {
		padding-left: 32px;
		padding-right: 32px;
	}
}

@media (max-width: 767px) {
	.content-block,
	.large-content-block {
		padding-left: 24px;
		padding-right: 24px;
	}
}

@media (max-width: 767px) {
	.content-block .two-column-flex-grid.catch-all .two-column-flex-item.img-anim.direction-2,
	.large-content-block .two-column-flex-grid.catch-all .two-column-flex-item.img-anim.direction-2 {
		order: 1;
	}
}

@media (max-width: 767px) {
	.content-block .two-column-flex-grid.catch-all .two-column-flex-item.text-anim.direction-1,
	.large-content-block .two-column-flex-grid.catch-all .two-column-flex-item.text-anim.direction-1 {
		order: 2;
	}
}

.content-wrapper.white, .content-wrapper.none {
	background-color: #FFF;
}

.content-wrapper.gray {
	background-color: #F7F7F7;
}

.content-wrapper.black {
	background-color: #000;
	color: #FFF;
}

.content-wrapper.blue {
	background-color: #141482;
	color: #FFF;
}

.content-wrapper.light-blue {
	background-color: #A0CAFB;
}

.content-wrapper.purple {
	background-color: #E0CCFA;
}

.content-wrapper.animate {
	color: #FFF;
}

.content-wrapper.cyan {
	background-color: #99DDF1;
}

.content-wrapper .link-box {
	color: #000;
}

.content-wrapper.black .two-column-heading-wrapper, .content-wrapper.blue .two-column-heading-wrapper, .content-wrapper.animate .two-column-heading-wrapper {
	border-color: #DFDAE7;
}

.content-wrapper.black .featured-resource-content, .content-wrapper.blue .featured-resource-content, .content-wrapper.animate .featured-resource-content {
	color: #000;
}

.content-wrapper.black .horizontal-rule, .content-wrapper.blue .horizontal-rule, .content-wrapper.animate .horizontal-rule {
	border-color: #DFDAE7;
}

.content-wrapper.black .link-box, .content-wrapper.blue .link-box, .content-wrapper.animate .link-box {
	color: #DFDAE7;
}

.flexible-grid {
	flex-flow: wrap;
	align-content: flex-start;
	justify-content: flex-start;
	align-items: stretch;
	display: flex;
	gap: 64px;
}

@media (max-width: 991px) {
	.flexible-grid {
		gap: 36px;
	}
}

@media (max-width: 767px) {
	.flexible-grid {
		flex-direction: column;
		gap: 24px;
	}
}

.flexible-grid .dark {
	border-radius: 16px;
	background: #FFF;
	padding: 24px;
	color: #000;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
}

.flexible-grid.one-columns .column {
	flex: 1 0 90%;
}

.flexible-grid.two-columns .column,
.flexible-grid.columns-2 .column {
	flex: 1 0 34%;
}

.flexible-grid.three-columns .column,
.flexible-grid.columns-3 .column {
	flex: 1 1 28%;
	max-width: 336px;
}

@media (max-width: 991px) {
	.flexible-grid.three-columns .column,
	.flexible-grid.columns-3 .column {
		flex: 1 0 34%;
		max-width: initial;
	}
}

@media (max-width: 767px) {
	.flexible-grid.three-columns .column,
	.flexible-grid.columns-3 .column {
		flex: 1 0 90%;
	}
}

.flexible-grid.four-columns .column,
.flexible-grid.columns-4 .column {
	flex: 1 0 20%;
}

@media (max-width: 991px) {
	.flexible-grid.four-columns .column,
	.flexible-grid.columns-4 .column {
		flex: 1 0 34%;
		max-width: initial;
	}
}

@media (max-width: 767px) {
	.flexible-grid.four-columns .column,
	.flexible-grid.columns-4 .column {
		flex: 1 0 90%;
	}
}

.flexible-grid.six-columns, .flexible-grid.columns-6 {
	justify-content: space-between;
	gap: 32px;
}

@media (max-width: 767px) {
	.flexible-grid.six-columns, .flexible-grid.columns-6 {
		gap: 16px;
	}
}

.flexible-grid.six-columns .column, .flexible-grid.columns-6 .column {
	flex: 1 0 14%;
}

.flexible-grid .column .link-box {
	color: #000;
}

.three-column-flex-grid {
	display: flex;
	align-items: flex-start;
	gap: 64px;
}

@media (max-width: 991px) {
	.three-column-flex-grid {
		gap: 36px;
	}
}

@media (max-width: 767px) {
	.three-column-flex-grid {
		flex-direction: column;
		gap: 24px;
	}
}

.two-column-flex-grid {
	display: flex;
	align-items: flex-start;
	gap: 64px;
}

@media (max-width: 991px) {
	.two-column-flex-grid {
		gap: 36px;
	}
}

@media (max-width: 767px) {
	.two-column-flex-grid {
		flex-direction: column;
		gap: 24px;
	}
}

.two-column-flex-grid.reverse-direction {
	flex-direction: row-reverse;
}

@media (max-width: 767px) {
	.two-column-flex-grid.reverse-direction {
		flex-direction: column;
	}
}

.two-column-flex-grid.left-larger .two-column-flex-item:nth-of-type(1) {
	width: 60%;
}

.two-column-flex-grid.left-larger .two-column-flex-item:nth-of-type(2) {
	width: 39%;
}

.two-column-flex-grid.right-larger .two-column-flex-item:nth-of-type(2) {
	width: 60%;
}

.two-column-flex-grid.right-larger .two-column-flex-item:nth-of-type(1) {
	width: 39%;
}

@media (max-width: 767px) {
	.two-column-flex-grid.right-larger .two-column-flex-item:nth-of-type(2), .two-column-flex-grid.right-larger .two-column-flex-item:nth-of-type(1), .two-column-flex-grid .left-larger .two-column-flex-item:nth-of-type(2), .two-column-flex-grid .left-larger .two-column-flex-item:nth-of-type(1) {
		width: 100%;
	}
}

.two-column-flex-grid .two-column-flex-item {
	flex: auto;
	width: 50%;
	-ms-grid-row-align: center;
	align-self: center;
}

@media (max-width: 991px) {
	.two-column-flex-grid .two-column-flex-item {
		width: 67%;
	}
	.two-column-flex-grid .two-column-flex-item:first-of-type {
		width: 33%;
	}
}

@media (max-width: 767px) {
	.two-column-flex-grid .two-column-flex-item {
		width: 100%;
	}
	.two-column-flex-grid .two-column-flex-item:first-of-type {
		width: 100%;
	}
}

.two-column-flex-grid .two-column-flex-item img.contain {
	width: 100%;
	height: 100%;
	max-height: 600px;
	object-fit: contain;
}

.two-column-flex-grid .two-column-flex-item img {
	max-height: 600px;
}

.two-column-flex-grid .two-column-flex-item .two-column-padding {
	border: 1px solid transparent;
	margin-left: 32px;
}

@media (max-width: 767px) {
	.two-column-flex-grid .two-column-flex-item .two-column-padding {
		margin-left: 0;
		border: 0px;
	}
}

.two-column-flex-grid .two-column-flex-item .two-column-padding.border-transparent {
	margin-left: 0;
}

.two-column-flex-grid .two-column-flex-item-content {
	padding-bottom: 36px;
}

.two-column-flex-grid.catch-all .two-column-flex-item.opaque {
	align-self: flex-start;
}

.two-column-flex-grid.catch-all .two-column-flex-item.text-anim > div {
	max-width: 536px;
	width: 100%;
	margin-bottom: 18px;
}

.two-column-flex-grid.flex-none .two-column-flex-item {
	flex: none;
}

.two-column-flex-grid .flexible-item .two-column-flex-item {
	flex: auto;
	width: 50%;
	-ms-grid-row-align: center;
	align-self: center;
}

@media (max-width: 767px) {
	.two-column-flex-grid .flexible-item .two-column-flex-item {
		width: 100%;
	}
}

.large-content-block .two-column-flex-grid .two-column-flex-item img.contain {
	max-height: inherit;
}

.large-content-block .two-column-flex-grid.catch-all .text-anim {
	display: block;
}

@media (max-width: 767px) {
	.two-column-heading-wrapper {
		padding-left: 0;
		padding-top: 24px;
		border-top: 1px solid #DFDAE7;
		border-left: 0px;
	}
}

.two-column-heading-wrapper.border-transparent {
	border: 0px solid transparent;
	padding-left: 0;
}

.two-column-gate {
	justify-content: space-between;
	display: flex;
}

@media screen and (max-width: 991px) {
	.two-column-gate {
		flex-direction: column;
	}
}

.two-column-gate-left-item {
	width: 50%;
	text-align: left;
	padding-right: 32px;
}

@media screen and (max-width: 991px) {
	.two-column-gate-left-item {
		width: 100%;
		padding-right: 0;
	}
}

.two-column-gate-right-item {
	width: 50%;
	text-align: left;
	padding-left: 32px;
}

@media screen and (max-width: 991px) {
	.two-column-gate-right-item {
		width: 100%;
		padding-left: 0;
	}
}

.content-section.striped {
	background-image: linear-gradient(270deg, #fff 50%, #f0f3f6 50%);
}

@media screen and (max-width: 991px) {
	.content-section.striped {
		background-image: none;
	}
}

.content-section {
	background-color: transparent;
	padding-top: 50px;
	padding-bottom: 70px;
}

@media screen and (max-width: 767px) {
	.mobile-top-32 {
		padding-top: 32px;
	}
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-stretch {
	align-items: stretch;
}

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

.alternating-columns-grid {
	display: flex;
	align-items: flex-start;
	gap: 64px;
}

.alternating-columns-grid.reverse-direction {
	flex-direction: row-reverse;
}

@media (max-width: 767px) {
	.alternating-columns-grid.reverse-direction {
		flex-direction: column;
	}
}

.alternating-columns-grid .larger-side {
	flex: 1 0 34%;
}

.alternating-columns-grid .smaller-side {
	flex: 1 1 28%;
	max-width: 336px;
}

@media (max-width: 991px) {
	.alternating-columns-grid .smaller-side {
		flex: 1 0 34%;
		max-width: initial;
	}
}

@media (max-width: 767px) {
	.alternating-columns-grid .smaller-side {
		flex: 1 0 90%;
	}
}

.alternating-columns-grid .smaller-side img.contain {
	width: 100%;
	height: 100%;
	max-height: 600px;
	object-fit: contain;
	border-radius: 100%;
}

@media (max-width: 767px) {
	.alternating-columns-grid .larger-side,
	.alternating-columns-grid .smaller-side {
		flex: 1 0 90%;
	}
}

.announcement-bar {
	position: relative;
	left: auto;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	padding: 10px 2%;
	justify-content: center;
	align-items: center;
	background-color: #F7F7F7;
}

.announcement-bar .content-block {
	width: 100%;
}

@media (max-width: 991px) {
	.announcement-bar .desktop {
		display: none;
	}
}

.announcement-bar .announcement-item {
	border-radius: 48px;
	background: #FFF;
	color: rgba(44, 9, 118, 0.32) !important;
	padding: 6px;
	width: 100%;
}

.announcement-bar .announcement-item a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media (max-width: 991px) {
	.announcement-bar .announcement-item a {
		justify-content: center;
	}
}

.announcement-bar .announcement-item .new-cta-link {
	font-size: 12px;
	line-height: 24px;
}

.announcement-bar .announcement-item .new-cta-link:after {
	width: 24px;
	height: 24px;
}

.announcement-bar p {
	margin-bottom: 0;
	color: rgba(44, 9, 118, 0.32) !important;
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	/* 12px */
	letter-spacing: 0.12px;
}

.announcement-bar a {
	color: rgba(44, 9, 118, 0.32);
}

.announcement-bar a:hover, .announcement-bar a:active, .announcement-bar a:visited {
	color: rgba(44, 9, 118, 0.32);
}

.content-block dl, .content-block ol, .content-block ul {
	margin-top: 0;
	margin-bottom: 24px;
	padding-left: 36px;
}

.content-block li {
	margin-bottom: 0;
	opacity: 1;
}

.content-block .list-item-76 {
	padding-left: 24px;
	font-size: 24px;
	line-height: 64px;
	text-align: left;
}

.content-block .flexible-list-item {
	display: flex;
	align-items: center;
}

.page-id-1458 .flexible-list-item {
	border-bottom: 1px solid #000;
	flex: none;
	align-items: center;
	margin-bottom: 24px;
	padding-bottom: 24px;
	display: flex;
}

.page-id-1458 .flexible-list-item .list-item-76 {
	font-size: 22px;
	line-height: 28px;
}

.page-id-1458 .row .col-md-6 h2 {
	font-family: Circularxx,Arial,sans-serif;
	font-weight: 500;
	font-size: 40px;
	line-height: 1.2;
}

ul.pagination {
	display: flex;
	padding-left: 0;
	list-style: none;
}

.resource-category-container {
	padding-left: 0;
}

.new-demo-button.mobile-header {
	line-height: 14px;
}

.new-demo-button:hover, .new-demo-button:active, .new-demo-button:visited {
	color: #FFF;
}

.new-demo-button.with-arrow {
	position: relative;
	padding-left: 40px;
}

.new-demo-button.with-arrow:before {
	content: '';
	padding: 12px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	display: flex;
	background-image: url("images/new-arrow-bg.svg");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: auto;
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	position: absolute;
	top: 0;
	left: 0;
	fill: #FFF;
}

.new-demo-button {
	border: 0;
	cursor: pointer;
	display: inline-block;
	padding: 12px 20px;
	justify-content: center;
	align-items: center;
	color: #FFF;
	border-radius: 20px;
	background: linear-gradient(270deg, #180062 0%, #2C0976 100%);
	box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.02) inset, 0px -2px 8px 0px rgba(0, 0, 0, 0.01) inset;
	color: rgba(255, 255, 255, 0.92);
	leading-trim: both;
	text-edge: cap;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	/* 16px */
	letter-spacing: -0.32px;
	text-align: center;
}

.new-demo-button.white {
	color: #2C0976;
	background: #FFF;
	border: 1px solid #2C0976;
}

.cta-button a {
	border: 0;
	cursor: pointer;
	display: inline-block;
	padding: 12px 20px;
	border-radius: 20px;
	background: linear-gradient(270deg, #180062 0%, #2C0976 100%);
	box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.02) inset, 0px -2px 8px 0px rgba(0, 0, 0, 0.01) inset;
	color: rgba(255, 255, 255, 0.92);
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	/* 16px */
	letter-spacing: -0.32px;
}

.cta-button.white a {
	background: #FFF;
	color: #7867A8;
}

.link-with-arrow-text,
.read-more-button {
	color: #8b49ff;
	flex: none;
	font-weight: 500;
	line-height: 28px;
	position: relative;
	padding-right: 28px;
	text-align: left;
}

.link-with-arrow-text:after,
.read-more-button:after {
	content: '';
	background-position: 100%;
	background-repeat: no-repeat;
	background-size: auto;
	height: 28px;
	width: 84px;
	background-image: url("images/link-arrow.svg");
	position: absolute;
	top: 0;
}

.link-with-arrow {
	padding: 18px 54px;
	justify-content: center;
	align-items: center;
	color: #FFF;
}

.link-with-arrow:visited {
	color: #FFF;
}

/*
.small-link-with-arrow {
    color: $white;
    align-items: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    text-decoration: underline;
    position: relative;
    &:after {
        content: '';
        background-position: 100%;
        background-repeat: no-repeat;
        background-size: auto;
        height: 22px;
        width: 30px;
        background-image: url('images/arrow_forward.svg');
        position: absolute;
        top: 0;
    }
    &.black {
        color: $black;
        &:after {
            background-image: url('images/arrow_forward-black.svg');
        }
    }
    &.event-link {
        margin-top: 24px;
    }
}
*/
.small-link-with-arrow {
	color: #2C0976;
	leading-trim: both;
	text-edge: cap;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 40px;
	/* 16px */
	letter-spacing: -0.32px;
	display: inline-block;
	position: relative;
	padding-right: 52px;
}

.small-link-with-arrow:after {
	content: '';
	padding: 12px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	display: flex;
	border-radius: 24px;
	background-color: #f6f6f6;
	background-image: url("images/new_arrow.svg");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: auto;
	background-blend-mode: plus-darker;
	box-shadow: 0.5px 0.5px 1px 0px rgba(102, 102, 102, 0.03) inset, 0px 0px 2px 0px rgba(102, 102, 102, 0.05) inset;
	backdrop-filter: blur(20px);
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	position: absolute;
	top: 0;
	right: 0;
}

.small-link-with-arrow.black {
	color: #2C0976;
}

.new-cta-link {
	color: #2C0976;
	leading-trim: both;
	text-edge: cap;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 40px;
	/* 16px */
	letter-spacing: -0.32px;
	display: inline-block;
	position: relative;
	padding-right: 52px;
}

.new-cta-link:after {
	content: '';
	padding: 12px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	display: flex;
	border-radius: 24px;
	background-color: #f6f6f6;
	background-image: url("images/new_arrow.svg");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: auto;
	background-blend-mode: plus-darker;
	box-shadow: 0.5px 0.5px 1px 0px rgba(102, 102, 102, 0.03) inset, 0px 0px 2px 0px rgba(102, 102, 102, 0.05) inset;
	backdrop-filter: blur(20px);
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	position: absolute;
	top: 0;
	right: 0;
}

.dark .new-cta-link, .dark.new-cta-link, .dark-bg .new-cta-link, .dark-bg.new-cta-link {
	color: #FEFEFE;
}

.dark-signup a {
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 12px;
	padding: 16px 28px;
	font-family: Circularxx,Arial,sans-serif;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
}

ul.cta-menu {
	list-style: none;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 0;
}

@media (max-width: 1039px) {
	ul.cta-menu {
		padding-left: 0;
	}
}

ul.cta-menu li.menu-item-35 a {
	color: #7867A8;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	text-decoration: none;
	display: flex;
	align-items: center;
	height: 84px;
	margin-right: 30px;
	letter-spacing: -0.32px;
}

#wrapper {
	position: relative;
}

.large-container {
	width: 100%;
}

@media (max-width: 1039px) {
	.large-container {
		padding-top: 24px;
		padding-bottom: 24px;
	}
}

.navbar {
	position: relative;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.navbar .headwrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

@media screen and (max-width: 600px) {
	.navbar .headwrapper {
		align-items: unset;
	}
}

@media screen and (max-width: 600px) {
	#header-alt.navbar .headwrapper {
		align-items: center;
	}
}

.navbar-brand {
	display: inline-block;
	line-height: inherit;
	white-space: nowrap;
}

.navbar-nav {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0;
}

.navbar-nav .dropdown-menu {
	position: static;
	float: none;
}

.navbar-text {
	display: inline-block;
}

.navbar-collapse {
	flex-basis: 100%;
	flex-grow: 1;
	align-items: center;
	justify-content: space-between;
}

.navbar-toggler {
	line-height: 1;
	background-color: transparent;
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: 50% / 100% 100% no-repeat;
}

.navbar-nav-scroll {
	overflow-y: auto;
}

.navbar-expand {
	flex-flow: row nowrap;
	justify-content: flex-start;
	flex-wrap: nowrap;
}

.navbar-expand .navbar-nav {
	flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute;
}

.navbar-expand .navbar-nav-scroll {
	overflow: visible;
}

.navbar-expand .navbar-collapse {
	display: flex !important;
	flex-basis: auto;
}

.navbar-expand .navbar-toggler {
	display: none;
}

#header {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	background: #F7F6F6;
	-webkit-transition: 300ms all cubic-bezier(0.4, 0, 0.2, 1);
	transition: 300ms all cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 1039px) {
	#header {
		height: auto;
		padding: 0;
	}
}

#header .headwrapper {
	height: 84px;
}

@media (max-width: 1039px) {
	#header .headwrapper {
		height: 60px;
	}
}

@media (max-width: 600px) {
	#header .headwrapper {
		align-content: center;
	}
}

#header .headwrapper .navbar-brand {
	margin-right: 0;
	padding: 0;
}

#header .headwrapper .navbar-brand img {
	display: block;
	width: 120px;
	margin-right: 60px;
}

#header .headwrapper .mb-8 .menu-with-children,
#header .headwrapper .mb-4 .menu-with-children {
	width: 100%;
}

#header .headwrapper .mb-8 {
	border-right: 1px solid rgba(43, 20, 91, 0.06);
	flex-basis: 58%;
	padding-right: 138px;
}

@media (max-width: 1380px) {
	#header .headwrapper .mb-8 {
		padding-right: 64px;
	}
}

@media (max-width: 1039px) {
	#header .headwrapper .mb-8 {
		border-right: 0;
		flex-basis: 100%;
		padding-right: 0px;
	}
}

@media (min-width: 1040px) {
	#header .headwrapper .mb-8 {
		margin-top: -60px;
		margin-bottom: -80px;
		padding-top: 60px;
		padding-bottom: 80px;
	}
}

#header .headwrapper .mb-8 .items-for-menu {
	align-content: flex-start;
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
	column-gap: 64px;
}

@media (max-width: 1380px) {
	#header .headwrapper .mb-8 .items-for-menu {
		column-gap: 32px;
	}
}

#header .headwrapper .mb-4 {
	flex-basis: 42%;
	padding-left: 138px;
}

@media (max-width: 1380px) {
	#header .headwrapper .mb-4 {
		padding-left: 64px;
	}
}

@media (max-width: 1039px) {
	#header .headwrapper .mb-4 {
		flex-basis: 100%;
		padding-left: 0px;
	}
}

#header .headwrapper .primary-nav {
	margin: auto;
}

#header .headwrapper .primary-nav > li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: 22px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: transparent;
	-webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	cursor: pointer;
}

@media (max-width: 1380px) {
	#header .headwrapper .primary-nav > li {
		margin-right: 12px;
	}
}

#header .headwrapper .primary-nav > li > a {
	color: #7867A8;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	text-decoration: none;
	display: flex;
	align-items: center;
	height: 84px;
	letter-spacing: -0.32px;
	padding-left: 24px;
	padding-right: 24px;
}

@media (max-width: 1380px) {
	#header .headwrapper .primary-nav > li > a {
		padding-left: 12px;
		padding-right: 12px;
	}
}

@media (min-width: 1040px) {
	#header .headwrapper .primary-nav > li > a {
		transition: color 0.7s ease;
	}
	#header .headwrapper .primary-nav > li > a:hover, #header .headwrapper .primary-nav > li > a:focus {
		color: #8a8a8a;
		transition: color 0.7s ease;
	}
}

#header .headwrapper .primary-nav > li .dropdown-toggle:after {
	display: none;
}

@media (min-width: 1040px) {
	#header .headwrapper .primary-nav > li:hover .dropdown-toggle {
		color: #8a8a8a;
	}
}

#header .headwrapper .primary-nav > li:hover .sm-menu {
	display: block;
	visibility: visible;
	opacity: 1;
}

#header .headwrapper .primary-nav > li:hover .sm-menu .row {
	display: flex;
}

#header .headwrapper .primary-nav > li.resources:hover .sm-menu .row {
	display: block;
}

#header .headwrapper .primary-nav > li.resources:hover .sm-menu .row .listview.mb-12 {
	margin-bottom: 38px;
}

@media (max-width: 1039px) {
	#header .headwrapper .primary-nav > li.resources:hover .sm-menu .row .listview.mb-12 {
		margin-bottom: 0;
	}
}

#header .headwrapper .primary-nav > li.resources:hover .sm-menu .row .flex-row {
	display: flex;
	column-gap: 96px;
}

@media (max-width: 1380px) {
	#header .headwrapper .primary-nav > li.resources:hover .sm-menu .row .flex-row {
		column-gap: 32px;
	}
}

#header .headwrapper .primary-nav > li.last .list-1 {
	margin-left: 792px;
}

@media (max-width: 1270px) {
	#header .headwrapper .primary-nav > li.last .list-1 {
		margin-left: 660px;
	}
}

@media (min-width: 1039px) {
	#header .headwrapper .primary-nav > li.last {
		margin-right: 0;
	}
}

#header .headwrapper .primary-nav > li .sub-menu {
	list-style: none;
	padding-left: 32px;
}

#header .headwrapper .primary-nav > li .sub-menu li a.dropdown-item {
	padding-left: 0;
}

#header .headwrapper .primary-nav > li .sub-menu li a.dropdown-item:before {
	content: "-";
	padding-right: 3px;
}

#header .headwrapper .primary-nav .sm-menu {
	border-radius: 0px;
	border: 0px;
	display: inline;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.1s ease-in;
	top: 84px;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 9000;
	background: #FDFCFC;
}

@media (min-width: 1040px) {
	#header .headwrapper .primary-nav .sm-menu {
		border-top: 1px solid #D1D1D1;
		box-shadow: 0px 30.029px 32px 0px rgba(0, 0, 0, 0.01), 0px 11.592px 8.694px 0px rgba(0, 0, 0, 0.01), 0px 4.729px 3.547px 0px rgba(0, 0, 0, 0), 0px 1.196px 0.897px 0px rgba(0, 0, 0, 0);
	}
}

#header .headwrapper .primary-nav .sm-menu .row {
	max-width: 1360px;
	width: 100%;
	margin: auto;
	padding-top: 60px;
	padding-bottom: 80px;
	overflow: hidden;
	cursor: default;
}

@media (max-width: 1380px) {
	#header .headwrapper .primary-nav .sm-menu .row {
		max-width: auto;
		width: 100%;
		padding-left: 36px;
		padding-right: 36px;
	}
}

#header .headwrapper .primary-nav .sm-menu .dropdown-item {
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	padding: 8px;
	margin-bottom: 14px;
	color: #2C0976;
	background: none;
	display: block;
	letter-spacing: -0.32px;
}

@media (min-width: 1040px) {
	#header .headwrapper .primary-nav .sm-menu .dropdown-item {
		min-width: 200px;
		max-width: 240px;
		border-radius: 12px;
		transition: background-color 0.7s ease;
	}
	#header .headwrapper .primary-nav .sm-menu .dropdown-item:hover, #header .headwrapper .primary-nav .sm-menu .dropdown-item:focus {
		background-color: #ebe9e9;
		transition: background-color 0.7s ease;
	}
}

@media (max-width: 1380px) {
	#header .headwrapper .primary-nav .sm-menu .dropdown-item {
		width: 186px;
	}
}

#header .headwrapper .primary-nav .sm-menu .dropdown-item.menu-item-has-children {
	width: 100%;
	color: #2C0976;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 146%;
	/* 20.44px */
	margin-bottom: 20px;
}

@media (min-width: 1040px) {
	#header .headwrapper .primary-nav .sm-menu .dropdown-item.menu-item-has-children {
		margin-bottom: 32px;
	}
}

@media (min-width: 1040px) {
	#header .headwrapper .primary-nav .sm-menu .dropdown-item.menu-item-has-children {
		transition: background-color 0.7s ease;
		border-radius: 12px;
	}
	#header .headwrapper .primary-nav .sm-menu .dropdown-item.menu-item-has-children:hover, #header .headwrapper .primary-nav .sm-menu .dropdown-item.menu-item-has-children:focus {
		background-color: #ebe9e9;
		transition: background-color 0.7s ease;
	}
}

#header.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
	height: 84px;
}

@media (max-width: 1039px) {
	#header.sticky {
		padding-top: 0;
		height: 108px;
	}
}

#header.sticky .headwrapper {
	margin-top: 0;
}

@media (max-width: 1039px) {
	#header.sticky .headwrapper {
		margin-top: 4px;
		padding: 0;
	}
}

@media (max-width: 1039px) {
	.navbar-expand .navbar-toggler {
		display: block;
		border: 0;
	}
	.navbar-expand .navbar-collapse {
		display: block !important;
	}
	.navbar-toggler.active .show .sm-menu {
		display: block;
		visibility: visible;
		opacity: 1;
		transition: visibility 0s, opacity 0.1s ease-in;
	}
	#header.sticky .headwrapper #mobile_nav {
		top: 100px;
	}
	#header .headwrapper .navbar-brand {
		display: flex;
		align-self: center;
		margin-right: 16px;
	}
	#header .headwrapper #mobile_nav {
		background: #FDFCFC;
		position: absolute;
		width: 100%;
		left: 0;
		top: 100px;
		bottom: 0;
		right: 0;
		height: 100vh;
		padding-bottom: 0px;
		visibility: hidden;
	}
	#header .headwrapper #mobile_nav.show {
		visibility: visible;
	}
	#header .headwrapper .cta-menu {
		display: flex;
		flex-direction: column-reverse;
		margin: 50px 0;
		margin-right: 16px;
	}
	#header .headwrapper .cta-menu > li {
		margin-right: 0;
		position: static;
		margin-bottom: 12px;
		width: 100%;
		text-align: center;
	}
	#header .headwrapper .cta-menu > li.menu-item-35 a {
		height: auto;
		background-color: transparent;
		border: 1px solid #D0D5DD;
		color: #000;
		box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	}
	#header .headwrapper .cta-menu > li > a {
		font-size: 16px;
		line-height: 1;
		font-weight: 500;
		padding: 10px 12px;
		position: relative;
		outline: none;
		border-radius: 20px;
		display: block;
		margin: 0 20px 12px;
	}
	#header .headwrapper .primary-nav {
		margin: 42px 0 0;
		padding-top: 16px;
		width: 100%;
		display: block;
	}
	#header .headwrapper .primary-nav > li {
		margin-right: 0;
		position: static;
		display: block;
	}
	#header .headwrapper .primary-nav > li > a {
		font-size: 24px;
		line-height: 24px;
		text-align: left;
		padding: 24px 0;
		position: relative;
		border-bottom: 1px solid #DFDAE7;
		margin: 0 20px 10px;
		outline: none;
		color: #7867A8;
	}
	#header .headwrapper .primary-nav > li.menu-item-has-children .dropdown-toggle:after {
		position: absolute;
		display: inline-block;
		width: 18px;
		height: 18px;
		right: 0;
		border-right: 2px solid #000;
		border-top: 2px solid #000;
		border-left: none;
		transform: rotate(134deg);
		z-index: 1;
	}
	#header .headwrapper .primary-nav > li:hover .sm-menu {
		display: none;
		visibility: hidden;
		opacity: 0;
	}
	#header .headwrapper .primary-nav > li.show .sm-menu {
		display: block;
		visibility: visible;
		opacity: 1;
	}
	#header .headwrapper .primary-nav > li.show .mb-8 {
		float: none;
		width: 100%;
	}
	#header .headwrapper .primary-nav > li.show .mb-8 .items-for-menu {
		height: auto;
		display: block;
	}
	#header .headwrapper .primary-nav > li.show .mb-4 {
		display: none;
	}
	#header .headwrapper .primary-nav > li.show .dropdown-toggle:after {
		transform: rotate(313deg);
	}
	#header .headwrapper .primary-nav .sm-menu {
		display: none;
		box-shadow: none;
		position: relative;
		z-index: auto;
		padding-top: 0;
		top: 0;
	}
	#header .headwrapper .primary-nav .sm-menu .row {
		padding: 38px 20px;
	}
	#header .headwrapper .primary-nav .sm-menu .dropdown-item {
		background: none;
		width: 100%;
		margin-top: 0;
		margin-bottom: 10px;
		padding-top: 12px;
		padding-bottom: 12px;
		padding-right: 0;
		padding-left: 0;
		position: relative;
		font-size: 16px;
	}
	#header .headwrapper .primary-nav .sm-menu .dropdown-item:after {
		position: absolute;
		right: 0;
		top: 0;
	}
	#header .headwrapper .primary-nav .sm-menu .dropdown-item.menu-item-has-children {
		border-bottom-color: #E4E4E4;
		font-size: 20px;
		font-weight: 700;
		padding-left: 0;
	}
	#header .headwrapper .primary-nav .sm-menu .listview {
		display: block;
		width: 100%;
	}
	#header .button_container {
		position: relative;
		top: 0;
		right: 0;
		height: 24px;
		width: 30px;
		cursor: pointer;
		z-index: 100;
		transition: opacity 0.25s ease;
		margin-left: 1rem;
		outline: none !important;
	}
	#header .button_container:hover {
		opacity: 0.7;
	}
	#header .button_container.active .topline {
		transform: translateY(13px) translateX(0) rotate(45deg);
		background: #2C0976;
	}
	#header .button_container.active .middleline {
		opacity: 0;
		background: #2C0976;
	}
	#header .button_container.active .bottomline {
		transform: translateY(-13px) translateX(0) rotate(-45deg);
		background: #2C0976;
	}
	#header .button_container span {
		background: #2C0976;
		border: none;
		height: 2px;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		transition: all 0.35s ease;
		cursor: pointer;
	}
	#header .button_container span:nth-of-type(2) {
		top: 13px;
	}
	#header .button_container span:nth-of-type(3) {
		top: 26px;
	}
	.navbar-expand-xl > .container {
		justify-content: center !important;
	}
}

@media (max-width: 1039px) {
	html.isopen {
		overflow: hidden !important;
	}
}

.listview.mb-12 .menu-with-children {
	display: block;
	width: 100%;
}

@media (min-width: 1040px) {
	.listview.mb-12 .menu-with-children {
		padding: 0 48px;
		border-left: 1px solid rgba(43, 20, 91, 0.06);
	}
}

.listview.mb-12 .items-for-menu {
	display: flex;
}

@media (max-width: 1039px) {
	.listview.mb-12 .items-for-menu {
		display: block;
		width: auto;
		height: auto;
	}
}

.full-width.column {
	flex-direction: column;
}

.listview.mb-12 .menu-child-child-wrapper,
.listview.mb-8 .menu-child-child-wrapper {
	display: flex;
	flex-wrap: wrap;
	column-gap: 32px;
}

@media (max-width: 1039px) {
	.listview.mb-12 .menu-child-child-wrapper,
	.listview.mb-8 .menu-child-child-wrapper {
		display: block;
		width: auto;
		height: auto;
		padding-left: 16px;
	}
}

.resources .row .resource-item-title {
	display: inline-block;
	font-size: 14px;
	font-style: normal;
	color: #2C0976;
	border-radius: 8px;
	border: 1px solid rgba(43, 20, 91, 0.06);
	padding: 4px 12px;
}

.resources .row .resource-item-title i {
	color: rgba(43, 20, 91, 0.52);
	font-style: normal;
}

.resources .row .collection-list-32 {
	padding-left: 6px;
	color: #2C0976;
}

#header .headwrapper .primary-nav .sm-menu .listview.mb-3 {
	width: 24%;
}

@media (max-width: 1039px) {
	#header .headwrapper .primary-nav .sm-menu .listview.mb-3 {
		display: none;
	}
	#header .headwrapper .primary-nav .sm-menu .listview.mb-3.resources-mobile {
		display: block;
		width: 100%;
	}
}

#header .headwrapper .primary-nav .sm-menu .listview.mb-3 .collection-item-25 .menu-item-title {
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	margin-bottom: 6px;
	line-height: 146%;
}

#header .headwrapper .primary-nav .sm-menu .listview.mb-3 .collection-item-25 .menu-item-desc {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	color: rgba(43, 20, 91, 0.52);
	line-height: 146%;
	margin-bottom: 6px;
}

#header .headwrapper .primary-nav .sm-menu .listview.mb-3 .collection-item-25 .resource-case_studies {
	margin-bottom: 24px;
	padding-bottom: 112px;
	background-position: 0 0;
	border-radius: 8px;
}

#header .headwrapper .primary-nav .sm-menu .listview.mb-3 .collection-item-25 .small-link-with-arrow {
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}

#header .headwrapper .primary-nav .sm-menu .listview.mb-3 .collection-item-25 .small-link-with-arrow:after {
	height: 17px;
	width: 26px;
}

#header .headwrapper .primary-nav .sm-menu .listview.mb-3 .collection-item-25 .featured-resource-block-inner {
	color: #2C0976;
	transition: background-color 0.7s ease;
	border-radius: 12px;
	margin-bottom: 30px;
	padding: 8px;
}

@media (min-width: 1040px) {
	#header .headwrapper .primary-nav .sm-menu .listview.mb-3 .collection-item-25 .featured-resource-block-inner:hover, #header .headwrapper .primary-nav .sm-menu .listview.mb-3 .collection-item-25 .featured-resource-block-inner:focus {
		background-color: #ebe9e9;
		transition: background-color 0.7s ease;
	}
}

.why-fountain-link-title {
	color: #2C0976;
	width: 100%;
	margin-bottom: 16px;
	display: flex;
	font-weight: 500;
}

.why-fountain-menu {
	font-size: 14px;
	font-weight: 400;
	line-height: 142%;
	display: block;
}

.why-fountain-link {
	display: block;
	color: rgba(43, 20, 91, 0.52);
}

@media (min-width: 1040px) {
	.why-fountain-link {
		transition: background-color 0.7s ease;
		border-radius: 12px;
		padding: 8px;
	}
	.why-fountain-link:hover, .why-fountain-link:focus {
		background-color: #ebe9e9;
		transition: background-color 0.7s ease;
	}
}

.dropdown-header {
	display: inline-block;
	color: #2C0976;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 146%;
	/* 20.44px */
	margin-bottom: 32px;
	padding: 4px 12px;
	border-radius: 8px;
	border: 1px solid rgba(43, 20, 91, 0.06);
}

.dropdown-header i {
	color: rgba(43, 20, 91, 0.52);
	font-style: normal;
}

@media (max-width: 1039px) {
	.dropdown-header {
		font-size: 20px;
		border: 0;
		margin-top: 20px;
		margin-bottom: 20px;
		padding: 0;
	}
}

.sub-item-title {
	color: #2C0976;
	font-weight: 500;
	padding-bottom: 6px;
}

.sub-item-description {
	color: rgba(43, 20, 91, 0.52);
	font-weight: 400;
}

#header .headwrapper .primary-nav .sm-menu .dropdown-item.dropdown-has-image {
	display: flex;
	border-bottom: 0;
	margin-bottom: 14px;
	padding-left: 6px;
}

#header .headwrapper .primary-nav .sm-menu .dropdown-item.dropdown-has-image img {
	width: 32px;
	height: 32px;
	margin-right: 14px;
}

@media (min-width: 1040px) {
	#header .headwrapper .primary-nav .sm-menu .dropdown-item.dropdown-has-image {
		transition: background-color 0.7s ease;
		border-radius: 12px;
		flex: 1 0 auto;
	}
	#header .headwrapper .primary-nav .sm-menu .dropdown-item.dropdown-has-image:hover, #header .headwrapper .primary-nav .sm-menu .dropdown-item.dropdown-has-image:focus {
		background-color: #ebe9e9;
		transition: background-color 0.7s ease;
	}
}

.sub-item-description,
.sub-item-title {
	display: block;
	font-size: 14px;
	font-style: normal;
	line-height: 100%;
	/* 14px */
}

@media (max-width: 1039px) {
	.sub-item-description,
	.sub-item-title {
		font-size: 16px;
	}
}

@media (min-width: 1040px) {
	.sub-item-wrap {
		transition: background-color 0.7s ease;
		border-radius: 12px;
	}
}

@media (min-width: 1040px) {
	.sub-item-wrap:hover, .sub-item-wrap:focus {
		background-color: #ebe9e9;
		transition: background-color 0.7s ease;
	}
}

#header .headwrapper .primary-nav .signin .sm-menu .dropdown-item.dropdown-has-image {
	position: relative;
}

@media (max-width: 1039px) {
	#header .headwrapper .primary-nav .signin .sm-menu .dropdown-item.dropdown-has-image {
		max-width: 380px;
	}
}

#header .headwrapper .primary-nav .signin .sm-menu .dropdown-item.dropdown-has-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	margin-right: 0;
}

#header .headwrapper .primary-nav .signin .sm-menu .dropdown-item.dropdown-has-image .sub-item-wrap {
	position: absolute;
	bottom: 24px;
	left: 20px;
}

#header .headwrapper .primary-nav .signin .sm-menu .dropdown-item.dropdown-has-image .sub-item-wrap:hover, #header .headwrapper .primary-nav .signin .sm-menu .dropdown-item.dropdown-has-image .sub-item-wrap:focus {
	background-color: transparent;
}

#header .headwrapper .primary-nav .signin .sm-menu .dropdown-item.dropdown-has-image .sub-item-wrap .sub-item-description,
#header .headwrapper .primary-nav .signin .sm-menu .dropdown-item.dropdown-has-image .sub-item-wrap .sub-item-title {
	color: #FFF;
}

#header .headwrapper .primary-nav .signin .sm-menu .dropdown-item {
	width: 100%;
	min-width: unset;
	max-width: unset;
}

#header .headwrapper .primary-nav .signin .sm-menu .listview.mb-12 .menu-child-child-wrapper {
	column-gap: 0;
}

@media (min-width: 1040px) {
	#header .headwrapper .primary-nav .signin .sm-menu .listview.mb-12 {
		width: 100%;
	}
	#header .headwrapper .primary-nav .signin .sm-menu .listview.mb-12 .items-for-menu {
		flex-wrap: wrap;
		justify-content: flex-end;
	}
	#header .headwrapper .primary-nav .signin .sm-menu .listview.mb-12 .menu-with-children {
		width: 49%;
		flex: 1 0 auto;
	}
	#header .headwrapper .primary-nav .signin .sm-menu .listview.mb-12 .menu-with-children:nth-of-type(3) {
		margin-right: -48px;
	}
	#header .headwrapper .primary-nav .signin .sm-menu .worker {
		text-align: right;
		margin-top: 92px;
		position: relative;
		display: inline-block;
		width: auto;
		padding: 12px 56px 12px 12px;
		margin-right: 12px;
	}
	#header .headwrapper .primary-nav .signin .sm-menu .worker:after {
		content: '';
		padding: 12px;
		justify-content: center;
		align-items: center;
		gap: 8px;
		display: flex;
		border-radius: 24px;
		background-color: #f6f6f6;
		background-image: url("images/new_arrow.svg");
		background-position: 50%;
		background-repeat: no-repeat;
		background-size: auto;
		background-blend-mode: plus-darker;
		box-shadow: 0.5px 0.5px 1px 0px rgba(102, 102, 102, 0.03) inset, 0px 0px 2px 0px rgba(102, 102, 102, 0.05) inset;
		backdrop-filter: blur(20px);
		width: 40px;
		height: 40px;
		flex-shrink: 0;
		position: absolute;
		top: 0;
		right: 0;
		top: 3px;
	}
}

@media (max-width: 1039px) {
	#header .headwrapper .primary-nav .signin .sm-menu .listview.mb-12 .menu-with-children .dropdown-header {
		display: none;
	}
}

@media (min-width: 1040px) {
	#header .headwrapper .primary-nav .sm-menu .dropdown-item.dropdown-has-image:hover .sub-item-wrap,
	#header .headwrapper .primary-nav .sm-menu .dropdown-item.dropdown-has-image:focus .sub-item-wrap,
	#header .headwrapper .primary-nav .signin .sm-menu .sub-item-wrap:hover,
	#header .headwrapper .primary-nav .signin .sm-menu .sub-item-wrap:focus {
		text-decoration: underline;
		text-decoration-color: white;
	}
}

#footer {
	background-color: #F1EFEF;
	z-index: 1;
	position: relative;
}

#footer .large-container {
	display: flex;
	column-gap: 48px;
	padding-top: 0;
}

@media (max-width: 767px) {
	#footer .large-container {
		flex-direction: column;
		column-gap: 0;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
	}
}

#footer .left-column {
	flex-grow: 1;
	/* Takes up remaining space */
	justify-content: space-between;
	display: flex;
	flex-direction: column;
	padding: 60px 48px 60px 0;
	position: relative;
}

@media (max-width: 767px) {
	#footer .left-column {
		padding-left: 16px;
		padding-right: 16px;
		order: 2;
	}
}

#footer .left-column:after {
	background: url("images/mesh-24.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	right: 0;
	/* Adjusts dynamically as the container size changes */
	height: 100%;
	z-index: -1;
}

@media screen and (min-width: 1921px) {
	#footer .left-column:after {
		left: -600%;
	}
}

@media screen and (max-width: 1920px) {
	#footer .left-column:after {
		left: -300%;
	}
}

@media (max-width: 767px) {
	#footer .left-column:after {
		left: 0;
	}
}

#footer .right-column {
	overflow: hidden;
	margin: 0 auto 0 0;
	/* Center the column */
	display: flex;
	flex-direction: column;
	/* Stack content sections vertically */
	align-items: flex-start;
	padding: 96px 0;
}

@media (max-width: 767px) {
	#footer .right-column {
		padding-left: 16px;
		padding-right: 16px;
		order: 1;
		padding-top: 0;
		padding-bottom: 32px;
	}
}

#footer .nav-footer {
	padding-top: 32px;
	padding-bottom: 32px;
	margin-top: 32px;
	margin-bottom: 32px;
	border-bottom: 1px solid #e9ebf2;
	display: flex;
}

#footer .nav-footer > ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-grow: 1;
	flex-wrap: wrap;
	gap: 48px;
}

@media (max-width: 991px) {
	#footer .nav-footer > ul {
		gap: 24px;
	}
}

#footer .nav-footer > ul > li {
	width: 30%;
	flex: none;
}

@media screen and (max-width: 767px) {
	#footer .nav-footer > ul > li {
		width: 40%;
	}
}

#footer .nav-footer > ul > li ul {
	padding-left: 0;
}

#footer .nav-footer span {
	display: block;
	color: #2C0976;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	/* 19.6px */
	letter-spacing: -0.07px;
	margin-bottom: 24px;
}

#footer .nav-footer a {
	display: block;
	color: rgba(44, 9, 118, 0.8);
	leading-trim: both;
	text-edge: cap;
	font-variant-numeric: lining-nums proportional-nums;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 105%;
	/* 14.7px */
	letter-spacing: 0.14px;
	padding: 8px 0px 8px 8px;
	margin-bottom: 8px;
}

#footer .copyright {
	font-size: 12px;
	line-height: 20px;
	padding: 16px 0;
	color: #FFF;
	leading-trim: both;
	text-edge: cap;
	font-variant-numeric: lining-nums proportional-nums;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	/* 18px */
	letter-spacing: 0.24px;
}

#footer .copyright p {
	margin-bottom: 0;
}

#footer .social-container,
#footer .social-icon-container,
#footer .footer-app-link-wrapper {
	display: flex;
	flex: none;
	align-items: center;
}

@media (max-width: 767px) {
	#footer .social-container,
	#footer .social-icon-container,
	#footer .footer-app-link-wrapper {
		flex-wrap: wrap;
	}
}

#footer .social-container a,
#footer .social-icon-container a,
#footer .footer-app-link-wrapper a {
	display: block;
}

#footer .social-container {
	justify-content: space-between;
	width: 100%;
}

@media (max-width: 767px) {
	#footer .social-container {
		flex-direction: column;
		align-items: flex-start;
	}
}

#footer .social-container .rating-wrapper {
	display: flex;
	gap: 24px;
	align-items: flex-start;
	justify-content: flex-start;
	font-size: 14px;
	font-style: normal;
	line-height: 105%;
	/* 14.7px */
	letter-spacing: 0.14px;
	color: #2C0976;
	width: 100%;
}

@media (max-width: 767px) {
	#footer .social-container .rating-wrapper {
		align-items: flex-start;
		flex-wrap: wrap;
	}
	#footer .social-container .rating-wrapper .rating-flex-wrapper-item {
		flex-basis: 100%;
	}
	#footer .social-container .rating-wrapper .rating {
		flex-basis: 45%;
		text-align: center;
	}
}

#footer .social-container .rating-wrapper div {
	flex-basis: 100%;
}

#footer .social-container .rating-wrapper a {
	display: inline;
	color: #6D687D;
}

#footer .social-links {
	padding: 16px;
	height: 52px;
	width: 52px;
}

#footer .social-links img {
	width: 20px;
	height: 20px;
	display: block;
}

img.fixed-width {
	width: 152px;
}

.testimonial {
	color: #2C0976;
	font-size: 24px;
	font-weight: 500;
	line-height: 145%;
	/* 34.8px */
	letter-spacing: -0.9px;
	margin-bottom: 32px;
}

.testimonial i {
	font-style: normal;
	color: #7867A8;
}

.dark .testimonial {
	color: rgba(255, 255, 255, 0.92);
}

.dark .testimonial i {
	color: rgba(255, 255, 255, 0.4);
}

.dark .new-stat-small {
	color: rgba(255, 255, 255, 0.8);
}

.dark .tab-buttons button {
	color: rgba(255, 255, 255, 0.8);
}

.dark .tab-buttons .active, .dark .tab-buttons button:hover {
	color: rgba(255, 255, 255, 0.92);
}

.dark .h2 {
	color: rgba(255, 255, 255, 0.92);
}

.dark .testimonial-author {
	color: rgba(255, 255, 255, 0.92);
}

.dark .testimonial-company {
	color: rgba(255, 255, 255, 0.4);
}

.active .growthLine {
	stroke-dasharray: 1000;
	/* Large enough to cover the entire length of the path */
	stroke-dashoffset: 1000;
	animation: drawLine 2s ease forwards;
}

@keyframes drawLine {
	to {
		stroke-dashoffset: 0;
	}
}

.progress-ring__circle {
	transition: stroke-dasharray 0.35s;
	transform: rotate(-90deg);
	transform-origin: 50% 50%;
	stroke-dasharray: 0 314;
	/* Initially no progress */
	animation: drawCircle 8s ease-out forwards;
}

@keyframes drawCircle {
	to {
		stroke-dasharray: 235.5 314;
		/* 75% of the circumference */
	}
}

.active .progress-ring__circle--5 {
	stroke-dasharray: 15.42, 188.4;
	stroke-dashoffset: -6;
	/* Adjust this value to ensure the tip leads */
	animation: drawCircle-5 1s ease-out forwards;
}

@keyframes drawCircle-5 {
	from {
		stroke-dasharray: 6, 188.4;
		/* Start with only the tip showing */
		stroke-dashoffset: -6;
	}
	to {
		stroke-dasharray: 15.42, 188.4;
		stroke-dashoffset: -6;
	}
}

.active .progress-ring__circle--10 {
	stroke-dasharray: 24.84, 188.4;
	stroke-dashoffset: -6;
	/* Adjust this value to ensure the tip leads */
	animation: drawCircle-10 1s ease-out forwards;
}

@keyframes drawCircle-10 {
	from {
		stroke-dasharray: 6, 188.4;
		/* Start with only the tip showing */
		stroke-dashoffset: -6;
	}
	to {
		stroke-dasharray: 24.84, 188.4;
		stroke-dashoffset: -6;
	}
}

.active .progress-ring__circle--15 {
	stroke-dasharray: 34.26, 188.4;
	stroke-dashoffset: -6;
	/* Adjust this value to ensure the tip leads */
	animation: drawCircle-15 1s ease-out forwards;
}

@keyframes drawCircle-15 {
	from {
		stroke-dasharray: 6, 188.4;
		/* Start with only the tip showing */
		stroke-dashoffset: -6;
	}
	to {
		stroke-dasharray: 34.26, 188.4;
		stroke-dashoffset: -6;
	}
}

.active .progress-ring__circle--20 {
	stroke-dasharray: 43.68, 188.4;
	stroke-dashoffset: -6;
	/* Adjust this value to ensure the tip leads */
	animation: drawCircle-20 1s ease-out forwards;
}

@keyframes drawCircle-20 {
	from {
		stroke-dasharray: 6, 188.4;
		/* Start with only the tip showing */
		stroke-dashoffset: -6;
	}
	to {
		stroke-dasharray: 43.68, 188.4;
		stroke-dashoffset: -6;
	}
}

.active .progress-ring__circle--25 {
	stroke-dasharray: 53.1, 188.4;
	stroke-dashoffset: -6;
	/* Adjust this value to ensure the tip leads */
	animation: drawCircle-25 1s ease-out forwards;
}

@keyframes drawCircle-25 {
	from {
		stroke-dasharray: 6, 188.4;
		/* Start with only the tip showing */
		stroke-dashoffset: -6;
	}
	to {
		stroke-dasharray: 53.1, 188.4;
		stroke-dashoffset: -6;
	}
}

.active .progress-ring__circle--30 {
	stroke-dasharray: 62.52, 188.4;
	stroke-dashoffset: -6;
	/* Adjust this value to ensure the tip leads */
	animation: drawCircle-30 1s ease-out forwards;
}

@keyframes drawCircle-30 {
	from {
		stroke-dasharray: 6, 188.4;
		/* Start with only the tip showing */
		stroke-dashoffset: -6;
	}
	to {
		stroke-dasharray: 62.52, 188.4;
		stroke-dashoffset: -6;
	}
}

.active .progress-ring__circle--35 {
	stroke-dasharray: 71.94, 188.4;
	stroke-dashoffset: -6;
	/* Adjust this value to ensure the tip leads */
	animation: drawCircle-35 1s ease-out forwards;
}

@keyframes drawCircle-35 {
	from {
		stroke-dasharray: 6, 188.4;
		/* Start with only the tip showing */
		stroke-dashoffset: -6;
	}
	to {
		stroke-dasharray: 71.94, 188.4;
		stroke-dashoffset: -6;
	}
}

.active .progress-ring__circle--40 {
	stroke-dasharray: 81.36, 188.4;
	stroke-dashoffset: -6;
	/* Adjust this value to ensure the tip leads */
	animation: drawCircle-40 1s ease-out forwards;
}

@keyframes drawCircle-40 {
	from {
		stroke-dasharray: 6, 188.4;
		/* Start with only the tip showing */
		stroke-dashoffset: -6;
	}
	to {
		stroke-dasharray: 81.36, 188.4;
		stroke-dashoffset: -6;
	}
}

.active .progress-ring__circle--45 {
	stroke-dasharray: 90.78, 188.4;
	stroke-dashoffset: -6;
	/* Adjust this value to ensure the tip leads */
	animation: drawCircle-45 1s ease-out forwards;
}

@keyframes drawCircle-45 {
	from {
		stroke-dasharray: 6, 188.4;
		/* Start with only the tip showing */
		stroke-dashoffset: -6;
	}
	to {
		stroke-dasharray: 90.78, 188.4;
		stroke-dashoffset: -6;
	}
}

.active .progress-ring__circle--50 {
	stroke-dasharray: 100.2, 188.4;
	stroke-dashoffset: -6;
	/* Adjust this value to ensure the tip leads */
	animation: drawCircle-50 1s ease-out forwards;
}

@keyframes drawCircle-50 {
	from {
		stroke-dasharray: 6, 188.4;
		/* Start with only the tip showing */
		stroke-dashoffset: -6;
	}
	to {
		stroke-dasharray: 100.2, 188.4;
		stroke-dashoffset: -6;
	}
}

.active .progress-ring__circle--55 {
	stroke-dasharray: 109.62, 188.4;
	stroke-dashoffset: -6;
	/* Adjust this value to ensure the tip leads */
	animation: drawCircle-55 1s ease-out forwards;
}

@keyframes drawCircle-55 {
	from {
		stroke-dasharray: 6, 188.4;
		/* Start with only the tip showing */
		stroke-dashoffset: -6;
	}
	to {
		stroke-dasharray: 109.62, 188.4;
		stroke-dashoffset: -6;
	}
}

.active .progress-ring__circle--60 {
	stroke-dasharray: 119.04, 188.4;
	stroke-dashoffset: -6;
	/* Adjust this value to ensure the tip leads */
	animation: drawCircle-60 1s ease-out forwards;
}

@keyframes drawCircle-60 {
	from {
		stroke-dasharray: 6, 188.4;
		/* Start with only the tip showing */
		stroke-dashoffset: -6;
	}
	to {
		stroke-dasharray: 119.04, 188.4;
		stroke-dashoffset: -6;
	}
}

.active .progress-ring__circle--65 {
	stroke-dasharray: 128.46, 188.4;
	stroke-dashoffset: -6;
	/* Adjust this value to ensure the tip leads */
	animation: drawCircle-65 1s ease-out forwards;
}

@keyframes drawCircle-65 {
	from {
		stroke-dasharray: 6, 188.4;
		/* Start with only the tip showing */
		stroke-dashoffset: -6;
	}
	to {
		stroke-dasharray: 128.46, 188.4;
		stroke-dashoffset: -6;
	}
}

.active .progress-ring__circle--70 {
	stroke-dasharray: 137.88, 188.4;
	stroke-dashoffset: -6;
	/* Adjust this value to ensure the tip leads */
	animation: drawCircle-70 1s ease-out forwards;
}

@keyframes drawCircle-70 {
	from {
		stroke-dasharray: 6, 188.4;
		/* Start with only the tip showing */
		stroke-dashoffset: -6;
	}
	to {
		stroke-dasharray: 137.88, 188.4;
		stroke-dashoffset: -6;
	}
}

.active .progress-ring__circle--75 {
	stroke-dasharray: 147.3, 188.4;
	stroke-dashoffset: -6;
	/* Adjust this value to ensure the tip leads */
	animation: drawCircle-75 1s ease-out forwards;
}

@keyframes drawCircle-75 {
	from {
		stroke-dasharray: 6, 188.4;
		/* Start with only the tip showing */
		stroke-dashoffset: -6;
	}
	to {
		stroke-dasharray: 147.3, 188.4;
		stroke-dashoffset: -6;
	}
}

.active .progress-ring__circle--80 {
	stroke-dasharray: 156.72, 188.4;
	stroke-dashoffset: -6;
	/* Adjust this value to ensure the tip leads */
	animation: drawCircle-80 1s ease-out forwards;
}

@keyframes drawCircle-80 {
	from {
		stroke-dasharray: 6, 188.4;
		/* Start with only the tip showing */
		stroke-dashoffset: -6;
	}
	to {
		stroke-dasharray: 156.72, 188.4;
		stroke-dashoffset: -6;
	}
}

.active .progress-ring__circle--85 {
	stroke-dasharray: 166.14, 188.4;
	stroke-dashoffset: -6;
	/* Adjust this value to ensure the tip leads */
	animation: drawCircle-85 1s ease-out forwards;
}

@keyframes drawCircle-85 {
	from {
		stroke-dasharray: 6, 188.4;
		/* Start with only the tip showing */
		stroke-dashoffset: -6;
	}
	to {
		stroke-dasharray: 166.14, 188.4;
		stroke-dashoffset: -6;
	}
}

.active .progress-ring__circle--90 {
	stroke-dasharray: 175.56, 188.4;
	stroke-dashoffset: -6;
	/* Adjust this value to ensure the tip leads */
	animation: drawCircle-90 1s ease-out forwards;
}

@keyframes drawCircle-90 {
	from {
		stroke-dasharray: 6, 188.4;
		/* Start with only the tip showing */
		stroke-dashoffset: -6;
	}
	to {
		stroke-dasharray: 175.56, 188.4;
		stroke-dashoffset: -6;
	}
}

.active .progress-ring__circle--95 {
	stroke-dasharray: 184.98, 188.4;
	stroke-dashoffset: -6;
	/* Adjust this value to ensure the tip leads */
	animation: drawCircle-95 1s ease-out forwards;
}

@keyframes drawCircle-95 {
	from {
		stroke-dasharray: 6, 188.4;
		/* Start with only the tip showing */
		stroke-dashoffset: -6;
	}
	to {
		stroke-dasharray: 184.98, 188.4;
		stroke-dashoffset: -6;
	}
}

.active .progress-ring__circle--100 {
	stroke-dasharray: 194.4, 188.4;
	stroke-dashoffset: -6;
	/* Adjust this value to ensure the tip leads */
	animation: drawCircle-100 1s ease-out forwards;
}

@keyframes drawCircle-100 {
	from {
		stroke-dasharray: 6, 188.4;
		/* Start with only the tip showing */
		stroke-dashoffset: -6;
	}
	to {
		stroke-dasharray: 194.4, 188.4;
		stroke-dashoffset: -6;
	}
}

.new-stat-small {
	color: #7867A8;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 155%;
	/* 24.8px */
	letter-spacing: -0.08px;
}

.quote-flex {
	display: flex;
	gap: 16px;
}

@media (max-width: 767px) {
	.quote-flex {
		flex-direction: column;
	}
}

.quote-flex .quote-left {
	flex: 2;
	/* Takes up 2 parts of the flex container */
}

.quote-flex .quote-right {
	flex: 1;
	/* Takes up 1 part of the flex container */
}

@media (max-width: 767px) {
	.quote-flex .quote-left, .quote-flex .quote-right {
		flex: 1 0 100%;
		/* Each takes full width on smaller screens */
	}
}

.tab-container {
	position: relative;
	overflow: hidden;
}

.tab-buttons button {
	padding: 10px;
	border: none;
	cursor: pointer;
	outline: none;
	color: #6D687D;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	/* 19.6px */
	letter-spacing: -0.1px;
	background: transparent;
}

.tab-buttons .active, .tab-buttons button:hover {
	color: #2C0976;
}

.tab-content {
	visibility: hidden;
	position: absolute;
	width: 100%;
	padding: 32px 0;
}

.tab-content.active {
	visibility: visible;
}

.large-stat-item {
	color: #8b49ff;
	font-size: 72px;
	line-height: 1;
	margin-bottom: 24px;
}

@media (max-width: 991px) {
	.large-stat-item {
		font-size: 56px;
		line-height: 68px;
		margin-bottom: 16px;
	}
}

@media (max-width: 767px) {
	.large-stat-item {
		font-size: 72px;
		line-height: 1;
		margin-bottom: 16px;
	}
}

.xl-stat-item {
	font-size: 140px;
	font-weight: 500;
	line-height: normal;
}

@media (max-width: 991px) {
	.xl-stat-item {
		font-size: 65px;
	}
}

@media (max-width: 767px) {
	.xl-stat-item {
		font-size: 55px;
	}
}

.quote-icon {
	display: block;
	margin-bottom: 48px;
}

@media (max-width: 767px) {
	.quote-icon {
		width: 36px;
		height: auto;
		margin-bottom: 24px;
	}
}

.stat-text {
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.align-center .quote-icon {
	margin-left: auto;
	margin-right: auto;
}

.quote-border {
	height: 1px;
	background: #000;
	margin: 14px auto;
	width: 600px;
}

.flexible-grid .quote-border {
	width: 100%;
	margin: 24px auto;
}

.flexible-grid .quote-icon {
	width: 30px;
	height: 26px;
}

.very-large-stat-item {
	color: #1260fd;
	font-weight: bold;
	font-size: 160px;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.very-large-stat-item {
		font-size: 140px;
	}
}

@media (max-width: 767px) {
	.very-large-stat-item {
		font-size: 100px;
	}
}

.testimonial-author {
	/*
    color: $black;
    font-weight: 700;
    &.small {
        color: $dark-gray;
        font-size: 14px;
        line-height: 1.2;
    }
    */
	color: #2C0976;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	/* 19.6px */
	letter-spacing: -0.07px;
}

.testimonial-company {
	/*
    color: $black;
    &.small {
        color: $dark-gray;
        font-size: 14px;
        line-height: 1.2;
    }
*/
	color: #7867A8;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	/* 19.6px */
	letter-spacing: -0.07px;
}

.slide-quote-container.dark {
	border-radius: 16px;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
	background: #FFF;
}

.multiple-stat-wrapper {
	display: flex;
	column-gap: 36px;
	row-gap: 36px;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: flex-start;
	justify-content: center;
	margin-top: 48px;
}

.multiple-stat-wrapper .stat-wrapper {
	align-items: center;
	text-align: center;
	flex: 0 1 auto;
	flex-basis: 22%;
}

.slide-quote-container {
	padding: 24px;
	color: #000;
	display: flex;
	gap: 64px;
}

@media (max-width: 991px) {
	.slide-quote-container {
		flex-direction: column;
		padding: 24px;
		gap: 32px;
	}
}

.slide-quote-container .align-center {
	flex: 0 0 100%;
}

.slide-quote-container .slide-quote-right {
	width: 33%;
}

.slide-quote-container .slide-quote-right.quote-top-margin {
	margin-top: 63px;
}

@media (max-width: 991px) {
	.slide-quote-container .slide-quote-right.quote-top-margin {
		margin-top: auto;
	}
}

.slide-quote-container .slide-quote-left {
	width: 67%;
}

.slide-quote-container .slide-quote-left .quote-icon {
	margin-bottom: 16px;
}

@media (max-width: 991px) {
	.slide-quote-container .slide-quote-left,
	.slide-quote-container .slide-quote-right {
		width: 100%;
	}
}

.image-3151 {
	width: 50px;
	height: 50px;
	border-radius: 100px;
	display: block;
	margin-bottom: 24px;
}

.align-center .image-3151 {
	margin-left: auto;
	margin-right: auto;
}

.feature-hero-section,
.heading-section-toggle {
	background-color: #99DDF1;
	background-repeat: no-repeat;
	padding-top: 186px;
	padding-bottom: 186px;
}

@media (max-width: 991px) {
	.feature-hero-section,
	.heading-section-toggle {
		padding-bottom: 32px;
	}
}

.feature-hero-section .header-cta-wrapper,
.heading-section-toggle .header-cta-wrapper {
	margin-top: 64px;
}

@media (max-width: 991px) {
	.feature-hero-section .header-cta-wrapper,
	.heading-section-toggle .header-cta-wrapper {
		margin-top: 24px;
	}
}

@media (max-width: 767px) {
	.feature-hero-section .header-cta-wrapper .new-demo-button,
	.heading-section-toggle .header-cta-wrapper .new-demo-button {
		display: block;
	}
}

.feature-hero-section .new-demo-button,
.heading-section-toggle .new-demo-button {
	background: #000;
}

.div-block-1839 {
	max-width: 50%;
	text-align: left;
	padding-right: 32px;
}

@media (max-width: 991px) {
	.div-block-1839 {
		max-width: 80%;
		padding-right: 0;
	}
}

@media (max-width: 767px) {
	.div-block-1839 {
		text-align: center;
		max-width: 100%;
	}
}

.feature-hero-section {
	display: flex;
	align-items: center;
	flex-direction: row;
	background-image: url("images/hero_symbol.png");
	background-position: 100% 100%;
	background-blend-mode: overlay;
}

@media (max-width: 991px) {
	.feature-hero-section {
		padding-top: 120px;
		padding-bottom: 120px;
		background-size: 400px;
	}
}

@media (max-width: 767px) {
	.feature-hero-section {
		padding-top: 72px;
		padding-bottom: 72px;
		background-position: 100% 0%;
		background-size: 240px;
	}
}

.feature-hero-section .noresize {
	flex-grow: 1;
}

.feature-hero-section .content-block {
	width: 1440px;
}

@media (max-width: 991px) {
	.feature-hero-section .content-block {
		padding-left: 64px;
		padding-right: 64px;
	}
}

@media (max-width: 767px) {
	.feature-hero-section .content-block {
		padding-left: 24px;
		padding-right: 24px;
		text-align: center;
	}
}

.image-488 {
	position: absolute;
	left: 50%;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 50%;
	height: 100%;
	max-width: 50%;
	float: left;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	padding-left: 32px;
}

@media screen and (min-width: 991px) and (max-width: 1440px) {
	.image-488 {
		-o-object-fit: contain;
		object-fit: contain;
	}
}

@media (max-width: 991px) {
	.image-488 {
		position: absolute;
		left: 0;
		width: 100%;
		height: 520px;
		max-width: 100%;
		margin-top: 0;
		margin-right: auto;
		margin-left: auto;
		-o-object-fit: cover;
		object-fit: cover;
		padding-left: 0;
	}
}

@media (max-width: 767px) {
	.image-488 {
		height: 432px;
	}
}

.heading-section-toggle {
	position: relative;
	overflow: hidden;
	background-position: 0 100%;
	background-size: cover;
}

@media (max-width: 991px) {
	.heading-section-toggle {
		padding-top: 568px;
		padding-bottom: 48px;
	}
}

@media (max-width: 767px) {
	.heading-section-toggle {
		padding-top: 456px;
		padding-bottom: 24px;
	}
}

@media (max-width: 991px) {
	.heading-section-toggle .div-block-1839 {
		max-width: none;
	}
}

.heading-section-toggle .content-block {
	position: static;
}

.heading-section-toggle.black {
	background-image: url("images/fountain-black-gradient-fade.jpg");
}

.heading-section-toggle.black h3 {
	color: #78e0ff;
	font-size: 22px;
	font-weight: 400;
}

.heading-section-toggle.black h3:before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 24px;
	background-image: url("images/event-icon.png");
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 16px;
}

.heading-section-toggle.home-heading.home-bg {
	background-color: #f1f3f6;
	background-image: url("images/fountain-symbol-background-dark.svg");
	background-position: 0 100%;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	padding-top: 20vh;
	padding-bottom: 20vh;
}

@media screen and (max-width: 991px) {
	.heading-section-toggle.home-heading.home-bg {
		padding-top: 0;
		padding-bottom: 0;
	}
}

@media screen and (max-width: 767px) {
	.heading-section-toggle.home-heading.home-bg {
		margin-right: 0;
		margin-left: 0;
		padding: 80px 15px;
	}
}

.div-block-1839.home-adjust {
	padding-top: 0;
}

@media screen and (max-width: 991px) {
	.div-block-1839.home-adjust {
		max-width: none;
		padding-top: 464px;
	}
}

@media screen and (max-width: 767px) {
	.div-block-1839.home-adjust {
		padding-top: 374px;
	}
}

.image-488.home-background.new-home-background {
	background-position: 50% 0;
	background-size: cover;
	background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
	.image-488.home-background.new-home-background {
		background-position: 50% 30%;
	}
}

.hero-section-four {
	background-color: #f0f3f6;
}

.hero-section-four-column-container {
	display: flex;
	margin-right: auto;
	margin-left: auto;
	padding-top: 96px;
	flex-direction: row;
}

@media screen and (max-width: 991px) {
	.hero-section-four-column-container {
		padding-top: 56px;
		flex-direction: column;
	}
}

.column-right-with-padding {
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	width: 50%;
}

@media screen and (max-width: 991px) {
	.column-right-with-padding {
		min-height: 320px;
		width: 100%;
	}
}

.resources-hero-section {
	height: auto;
	padding-top: 56px;
	padding-bottom: 56px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-image: url("images/light-wavy-bg.jpg");
	background-position: 0 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

@media screen and (max-width: 991px) {
	.resources-hero-section {
		padding-top: 60px;
		padding-bottom: 40px;
	}
}

@media screen and (max-width: 767px) {
	.resources-hero-section {
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}
}

.heading-alignment {
	display: flex;
	width: 50%;
	flex-direction: column;
	flex: 0 0 auto;
}

@media screen and (max-width: 991px) {
	.heading-alignment {
		width: 65%;
	}
}

.purple-300 {
	background-color: #2C0976;
	color: rgba(255, 255, 255, 0.92);
	background-image: url();
}

.purple-300 .new-demo-button {
	border-radius: 24px;
	background: radial-gradient(226.14% 56.98% at 50.39% 50%, rgba(128, 128, 128, 0.04) 12.37%, rgba(128, 128, 128, 0.12) 82.97%);
	background-blend-mode: plus-lighter;
	box-shadow: -0.5px -0.5px 3.5px 0px rgba(255, 255, 255, 0.03) inset, 1.5px 1.5px 3.5px 0px rgba(255, 255, 255, 0.05) inset, 2px 3px 12px 0px rgba(255, 255, 255, 0.04) inset, 0.5px 0.5px 1px 0px rgba(255, 255, 255, 0.16) inset, 0px 0px 0px 1px rgba(255, 255, 255, 0.04) inset;
	backdrop-filter: blur(20px);
	display: inline-block;
	padding: 16px 24px;
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	/* 14px */
	letter-spacing: -0.28px;
}

.blue-alt {
	background-color: #A0CAFB;
}

.product-display {
	color: #FFF;
}

@media (max-width: 991px) {
	.product-display {
		padding-top: 48px;
		padding-bottom: 48px;
	}
}

@media (max-width: 767px) {
	.product-display {
		padding-top: 24px;
		padding-bottom: 24px;
	}
}

.product-display .new-demo-button {
	color: #000;
	background-color: #FFF;
}

.product-display .image-488 {
	height: auto;
	width: auto;
	display: flex;
	align-self: center;
	justify-self: center;
	height: auto;
	width: auto;
}

@media (max-width: 991px) {
	.product-display .image-488 {
		position: relative;
		left: 0;
		width: 100%;
		height: auto;
		max-width: 100%;
		margin-top: 0;
		margin-right: auto;
		margin-left: auto;
		-o-object-fit: cover;
		object-fit: cover;
		padding-left: 0;
		display: block;
		margin-bottom: 24px;
	}
}

@media (max-width: 767px) {
	.product-display .image-488 {
		height: auto;
	}
}

.content-block ul.product-menu {
	padding-left: 0;
	margin-bottom: 48px;
}

.product-menu {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	background-blend-mode: plus-lighter;
	display: flex;
	flex-direction: row;
	list-style: none;
	padding: 16px 0;
	margin: 0;
}

@media (max-width: 1039px) {
	.product-menu {
		flex-wrap: wrap;
		gap: 32px;
	}
}

.product-menu li {
	display: flex;
	align-items: center;
	margin-right: 32px;
}

.product-menu li:last-child {
	margin-right: 0;
}

.product-menu li img {
	display: block;
	max-width: 32px;
	height: 32px;
	margin-right: 12px;
}

.product-menu li a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(255, 255, 255, 0.4);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 155%;
	/* 24.8px */
	letter-spacing: -0.08px;
	-webkit-transition: color .5s ease;
	transition: color .5s ease;
}

.product-menu li a img {
	opacity: 0.4;
	-webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.product-menu li a.active, .product-menu li a:hover, .product-menu li a:active {
	color: rgba(255, 255, 255, 0.92);
	-webkit-transition: color .5s ease;
	transition: color .5s ease;
}

.product-menu li a.active img, .product-menu li a:hover img, .product-menu li a:active img {
	opacity: 1;
	-webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header-product-display #header {
	background: transparent;
}

.header-product-display #header.sticky {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 80% 80%;
}

@media (min-width: 1040px) {
	.header-product-display #header .headwrapper #primary-nav > li > a,
	.header-product-display #header ul.cta-menu li.menu-item-35 a {
		color: rgba(255, 255, 255, 0.92);
	}
	.header-product-display #header .headwrapper #primary-nav > li > a:hover, .header-product-display #header .headwrapper #primary-nav > li > a:active,
	.header-product-display #header ul.cta-menu li.menu-item-35 a:hover,
	.header-product-display #header ul.cta-menu li.menu-item-35 a:active {
		color: #FFF;
	}
	.header-product-display #header .headwrapper #primary-nav > li:hover .dropdown-toggle {
		color: #FFF;
	}
	.header-product-display #header .cta-button a {
		background: rgba(255, 255, 255, 0.92);
		color: #2B145B;
	}
}

@media (max-width: 1039px) {
	.header-product-display #header .button_container span,
	.header-product-display #header .button_container.active .bottomline,
	.header-product-display #header .button_container.active .topline {
		background: #FFF;
	}
}

.header-product-display .product-display {
	margin-top: -120px;
	padding-bottom: 96px;
}

@media (max-width: 991px) {
	.header-product-display .product-display {
		padding-top: 160px;
	}
}

.header-product-display h1 {
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 102%;
	/* 48.96px */
	letter-spacing: -2.4px;
}

.header-product-display h2 {
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 106%;
	/* 38.16px */
	letter-spacing: -1.4px;
}

.header-product-display h3 {
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	/* 33.6px */
	letter-spacing: -0.84px;
}

.cbgimage {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	padding: 32px;
	border-radius: 12px;
	box-shadow: 0px 30.029px 32px 0px rgba(0, 0, 0, 0.01), 0px 11.592px 8.694px 0px rgba(0, 0, 0, 0.01), 0px 4.729px 3.547px 0px rgba(0, 0, 0, 0), 0px 1.196px 0.897px 0px rgba(0, 0, 0, 0);
}

.cbgimage.light-text h2, .cbgimage.light-text h3, .cbgimage.light-text div, .cbgimage.light-text span, .cbgimage.light-text ul, .cbgimage.light-text li, .cbgimage.light-text p {
	color: #FFF;
}

.cbgimage .base-image {
	margin-top: 64px;
}

@media (min-width: 1000px) and (max-width: 1420px) {
	#absolutetop .two-column-flex-item.img-anim {
		align-self: flex-start;
	}
}

@media (min-width: 1000px) {
	#absolutetop.top-padding-0 .two-column-flex-item.img-anim {
		margin-top: -36px;
	}
	#absolutetop.top-padding-25 .two-column-flex-item.img-anim {
		margin-top: -72px;
	}
	#absolutetop.top-padding-50 .two-column-flex-item.img-anim {
		margin-top: -144px;
	}
	#absolutetop.top-padding-75 .two-column-flex-item.img-anim {
		margin-top: -216px;
	}
}

.new-header-text-left {
	margin-top: 24px;
	background: #FDFCFC;
	border-radius: 12px;
	box-shadow: 0px 30.029px 32px 0px rgba(0, 0, 0, 0.01), 0px 11.592px 8.694px 0px rgba(0, 0, 0, 0.01), 0px 4.729px 3.547px 0px rgba(0, 0, 0, 0), 0px 1.196px 0.897px 0px rgba(0, 0, 0, 0);
}

.new-header-text-left .header-above-area {
	padding-top: 24px;
	padding-bottom: 72px;
	padding-left: 24px;
	padding-right: 24px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 24px;
}

.new-header-text-left .header-above-area .above-text {
	color: #7867A8;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	/* 27px */
	letter-spacing: -0.27px;
	display: flex;
	flex-wrap: wrap;
	row-gap: 8px;
}

.new-header-text-left .header-above-area .above-text .pulse-check {
	background-image: url(images/pulse-check.svg);
	background-repeat: no-repeat;
	background-size: contain;
	height: 26px;
	width: 26px;
	display: block;
	line-height: 1;
	padding: 6px;
	margin-left: 6px;
	margin-right: 6px;
}

.new-header-text-left .header-text-right {
	display: flex;
	justify-content: space-between;
	padding-top: 24px;
}

@media (max-width: 991px) {
	.new-header-text-left .header-text-right {
		flex-direction: column;
		min-height: auto;
		padding-left: 32px;
		padding-right: 32px;
	}
}

.new-header-text-left .header-text-right .text-right-image-left {
	width: 50%;
}

.new-header-text-left .header-text-right .text-right-content-right {
	width: 50%;
	padding-left: 96px;
	padding-right: 90px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

@media (max-width: 991px) {
	.new-header-text-left .header-text-right .text-right-content-right {
		padding-left: 0;
		padding-right: 0;
		background-image: unset !important;
	}
}

.new-header-text-left .header-text-right .text-right-content-right h1 {
	color: #2C0976;
}

.new-header-text-left .header-text-right .text-right-content-right .text-large {
	color: #7867A8;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	/* 27px */
	letter-spacing: -0.27px;
	padding-bottom: 72px;
}

@media (max-width: 991px) {
	.new-header-text-left .header-text-right .text-right-content-right .text-large {
		padding-bottom: 24px;
	}
}

@media (max-width: 991px) {
	.new-header-text-left .header-text-right .text-right-image-left,
	.new-header-text-left .header-text-right .text-right-content-right {
		width: 100%;
	}
	.new-header-text-left .header-text-right .text-right-image-left {
		margin-top: 24px;
		text-align: right;
	}
	.new-header-text-left .header-text-right .text-right-image-left img {
		max-width: 100%;
		margin: auto;
	}
}

.page-template-template-no_header .headwrapper {
	height: 84px;
}

.carousel {
	position: relative;
}

.carousel .carousel.pointer-event {
	touch-action: pan-y;
}

.carousel .carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.carousel .carousel-inner::after {
	display: block;
	clear: both;
	content: "";
}

.carousel .carousel-item {
	width: 100%;
	position: relative;
	display: none;
	float: left;
	margin-right: -100%;
	backface-visibility: hidden;
	transition: transform .6s ease-in-out;
}

.carousel .carousel-item.active,
.carousel .carousel-item-next,
.carousel .carousel-item-prev {
	display: block;
}

.carousel .carousel-item-next:not(.carousel-item-start),
.carousel .active.carousel-item-end {
	transform: translateX(100%);
}

.carousel .carousel-item-prev:not(.carousel-item-end),
.carousel .active.carousel-item-start {
	transform: translateX(-100%);
}

.carousel .carousel-fade .carousel-item {
	opacity: 0;
	transition-property: opacity;
	transform: none;
}

.carousel .carousel-fade .carousel-item.active,
.carousel .carousel-fade .carousel-item-next.carousel-item-start,
.carousel .carousel-fade .carousel-item-prev.carousel-item-end {
	z-index: 1;
	opacity: 1;
}

.carousel .carousel-fade .active.carousel-item-start,
.carousel .carousel-fade .active.carousel-item-end {
	z-index: 0;
	opacity: 0;
	transition: transform .6s ease-in-out;
}

.carousel .carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	padding: 0;
	margin-right: 100px;
	margin-bottom: 1rem;
	margin-left: 100px;
	list-style: none;
}

.carousel .carousel-indicators [data-bs-target] {
	width: 18px;
	height: 18px;
	background: black;
	border: 0;
	border-radius: 100%;
	box-sizing: content-box;
	flex: 0 1 auto;
	padding: 0;
	text-indent: -999px;
	cursor: pointer;
	background-clip: padding-box;
	margin-left: 4px;
	margin-right: 4px;
	opacity: 0.5;
}

.carousel .carousel-indicators .active {
	opacity: 1;
}

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
	opacity: 1;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	padding: 0;
	color: #FFF;
	text-align: center;
	background: none;
	border: 0;
	transition: opacity .15s ease;
}

.carousel .carousel-control-prev:hover, .carousel .carousel-control-prev:focus,
.carousel .carousel-control-next:hover,
.carousel .carousel-control-next:focus {
	text-decoration: none;
	outline: 0;
}

.carousel .visually-hidden, .carousel .visually-hidden-focusable:not(:focus):not(:focus-within) {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.carousel .carousel-control-prev {
	left: 24px;
	top: auto;
	right: auto;
	bottom: 14px;
	display: flex;
	width: 42px;
	height: 42px;
	justify-content: center;
	align-items: center;
	border-radius: 24px;
	background-color: #320082;
	line-height: 36px;
}

.carousel .carousel-control-prev-icon,
.carousel .carousel-control-next-icon {
	background-image: url("images/slider-arrow.svg");
	height: 18px;
	width: 18px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100% 100%;
}

.carousel .carousel-control-next-icon {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.carousel .carousel-control-next {
	left: auto;
	top: auto;
	right: 24px;
	bottom: 14px;
	display: flex;
	width: 42px;
	height: 42px;
	justify-content: center;
	align-items: center;
	border-radius: 24px;
	background-color: #320082;
	line-height: 36px;
}

.embed-container,
.w-richtext-figure-type-video {
	position: relative;
	padding-bottom: 56.25% !important;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	margin-bottom: 36px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed,
.w-richtext-figure-type-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#thank-you {
	display: none;
}

.customer-logo-wrapper {
	display: flex;
	justify-content: space-around;
	flex-wrap: nowrap;
	align-items: center;
	grid-column-gap: 24px;
}

@media screen and (max-width: 991px) {
	.customer-logo-wrapper {
		grid-row-gap: 16px;
		flex-flow: wrap;
	}
}

.customer-logo-box {
	width: 16%;
}

@media screen and (max-width: 991px) {
	.customer-logo-box {
		width: 25%;
	}
}

@media screen and (max-width: 767px) {
	.customer-logo-box {
		width: 50%;
	}
}

.customer-logo-box img {
	display: block;
	margin: 0 auto;
}

img.alignleft {
	display: block;
	float: left;
	margin-right: 28px;
}

img.alignright {
	display: block;
	float: right;
	margin-left: 28px;
}

.post-type-post .aligncenter {
	margin: auto;
	display: block;
}

.blog-content-narrower {
	max-width: 816px;
}

.blog-content-narrower .article-h1 {
	border-bottom: 1px solid #000;
	padding-bottom: 28px;
	margin-bottom: 16px;
}

.blog-content-narrower .author-info {
	margin-bottom: 80px;
}

@media (max-width: 767px) {
	.blog-content-narrower .author-info {
		margin-bottom: 32px;
	}
}

.blog-content-narrower .author-info a {
	color: #000;
}

.blog-content-narrower h2,
.blog-content-narrower .h2 {
	font-size: 30px;
	font-weight: 500 !important;
	line-height: normal;
	margin-bottom: 24px;
}

.blog-content-narrower h2 span,
.blog-content-narrower .h2 span {
	font-weight: 500 !important;
}

@media (max-width: 991px) {
	.blog-content-narrower h2,
	.blog-content-narrower .h2 {
		font-size: 22px;
	}
}

@media (max-width: 767px) {
	.blog-content-narrower h2,
	.blog-content-narrower .h2 {
		font-size: 18px;
	}
}

.blog-content-narrower h3,
.blog-content-narrower .h3 {
	font-size: 26px;
	font-weight: 450 !important;
	line-height: normal;
	letter-spacing: 1.3px;
	margin-bottom: 12px;
}

.blog-content-narrower h3 span,
.blog-content-narrower .h3 span {
	font-weight: 450 !important;
}

@media (max-width: 991px) {
	.blog-content-narrower h3,
	.blog-content-narrower .h3 {
		font-size: 18px;
		font-weight: 400;
		letter-spacing: normal;
	}
}

@media (max-width: 767px) {
	.blog-content-narrower h3,
	.blog-content-narrower .h3 {
		font-size: 16px;
		letter-spacing: -0.32px;
	}
}

.blog-content-narrower h4,
.blog-content-narrower .h4,
.blog-content-narrower h5,
.blog-content-narrower .h5 {
	font-size: 18px;
	font-style: normal;
	font-weight: 450 !important;
	line-height: normal;
	letter-spacing: 0.9px;
	margin-bottom: 0;
}

.blog-content-narrower h4 span,
.blog-content-narrower .h4 span,
.blog-content-narrower h5 span,
.blog-content-narrower .h5 span {
	font-weight: 450 !important;
}

@media (max-width: 991px) {
	.blog-content-narrower h4,
	.blog-content-narrower .h4,
	.blog-content-narrower h5,
	.blog-content-narrower .h5 {
		font-size: 14px;
		letter-spacing: normal;
	}
}

@media (max-width: 767px) {
	.blog-content-narrower h4,
	.blog-content-narrower .h4,
	.blog-content-narrower h5,
	.blog-content-narrower .h5 {
		letter-spacing: -0.28px;
	}
}

.blog-related-content,
.cta-content-wrapper {
	clear: both;
	padding-top: 90px;
	padding-bottom: 90px;
}

@media (max-width: 991px) {
	.blog-related-content,
	.cta-content-wrapper {
		padding-top: 32px;
		padding-bottom: 32px;
	}
}

.blog-related-content {
	background-color: #FFF;
}

.three-column-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.post-type-post .blog-hero {
	width: 100%;
	border-radius: 24px;
	margin-top: 48px;
	margin-bottom: 48px;
	display: block;
}

.post-type-post .first-sentence,
.post-type-post .first-sentence a,
.post-type-post .first-sentence strong {
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	letter-spacing: -1px;
	margin-bottom: 36px;
}

.post-type-post blockquote {
	color: #1260fd;
	border-style: none none none solid;
	border-left-width: 5px;
	border-left-color: #1260fd;
	margin-bottom: 28px;
	margin-left: 32px;
	padding: 10px 20px;
	font-size: 25px;
	line-height: 35px;
}

.post-type-post blockquote p, .post-type-post blockquote strong, .post-type-post blockquote a, .post-type-post blockquote span, .post-type-post blockquote em {
	font-size: 25px;
	font-weight: 300;
	line-height: 35px;
	margin-bottom: 0;
}

.post-type-post figcaption {
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
}

.alternating-columns-grid a {
	color: #000;
}

.blog-flex {
	display: flex;
	justify-content: space-between;
}

#blog-sidebar {
	margin-left: 56px;
	display: initial;
	max-width: 304px;
}

@media (max-width: 767px) {
	#blog-sidebar {
		display: none;
	}
}

#blog-sidebar .sticky {
	display: initial;
}

#blog-sidebar .sticky ul {
	border-left: 1px solid #D0D5DD;
	padding-left: 28px;
	list-style-type: none;
	margin-bottom: 40px;
}

#blog-sidebar .sticky a {
	display: flex;
	padding: 10px 14px;
	align-items: center;
	gap: 8px;
	align-self: stretch;
	color: #000;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	/* 150% */
}

#blog-sidebar .sidebar-header {
	color: #7867A8;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	/* 142.857% */
}

#blog-sidebar .sidebar-cta {
	position: sticky;
	top: 100px;
	color: #FFF;
	background-color: #041331;
	padding: 40px 24px;
	border-radius: 16px;
	min-height: 400px;
}

#blog-sidebar .sidebar-cta img, #blog-sidebar .sidebar-cta h3 {
	margin-bottom: 20px;
	color: #FFF;
}

#blog-sidebar .sidebar-cta .sidebar-cta-button {
	margin-top: 32px;
	justify-content: center;
	border: 0;
	cursor: pointer;
	display: inline-block;
	padding: 12px 20px;
	justify-content: center;
	align-items: center;
	color: #FFF;
	border-radius: 20px;
	background: linear-gradient(270deg, #180062 0%, #2C0976 100%);
	box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.02) inset, 0px -2px 8px 0px rgba(0, 0, 0, 0.01) inset;
	color: rgba(255, 255, 255, 0.92);
	leading-trim: both;
	text-edge: cap;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	/* 16px */
	letter-spacing: -0.32px;
	text-align: center;
	color: #2C0976;
	background: #FFF;
	display: flex;
}

.clip {
	overflow-x: clip !important;
}

.clip body {
	overflow-x: clip !important;
}

.clip .post-type-post {
	overflow: clip !important;
}

.video-container {
	background-color: #000;
	display: none;
}

.video-player-margins {
	padding-top: 160px;
	padding-bottom: 160px;
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

@media screen and (max-width: 991px) {
	.video-player-margins {
		padding-top: 64px;
		padding-bottom: 64px;
	}
}

@media screen and (max-width: 767px) {
	.video-player-margins {
		padding-top: 16px;
		padding-bottom: 16px;
	}
}

.w-video {
	width: 100%;
	padding: 0;
	position: relative;
}

.w-video iframe, .w-video object, .w-video embed {
	width: 100%;
	height: 100%;
	border: none;
	position: absolute;
	top: 0;
	left: 0;
}

.modal-background {
	z-index: 24000;
	background-color: rgba(0, 0, 0, 0.8);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.modal-background.webinar-registration-complete {
	display: none;
	position: fixed;
}

.modal-container {
	z-index: 25000;
	width: 960px;
	height: 540px;
	background-image: url("images/Integrations-Hero-Background.jpg");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 24px;
	justify-content: center;
	align-items: center;
	margin: auto;
	display: flex;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

@media screen and (max-width: 991px) {
	.modal-container {
		width: 80%;
		height: 80%;
	}
}

@media screen and (max-width: 767px) {
	.modal-container {
		height: 60%;
	}
}

.div-block-1891 {
	text-align: center;
}

.close-modal.dark-bg.margin-top-24 {
	text-align: right;
	cursor: pointer;
	padding-top: 24px;
}

.image-524 {
	width: 80px;
}

.div-block-1122 {
	background-color: #f7f8fc;
	background-image: none;
	padding-top: 50px;
	padding-bottom: 50px;
}

.div-block-1123 {
	max-height: none;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	background-color: #fff;
	border-radius: 10px;
	grid-template-rows: auto;
	grid-template-columns: .5fr 1fr;
	grid-auto-columns: 1fr;
	padding: 0;
	display: grid;
	overflow: hidden;
	box-shadow: 0 5px 50px rgba(54, 56, 64, 0.08);
}

@media screen and (max-width: 767px) {
	.div-block-1123 {
		grid-template-rows: auto auto;
		grid-template-columns: 1fr;
	}
}

.div-block-1124 {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 45px;
	display: flex;
}

@media screen and (max-width: 991px) {
	.div-block-1124 {
		padding: 15px;
	}
}

.div-block-1370 {
	text-align: left;
	margin-bottom: 0;
}

.div-block-1371 {
	margin-top: 10px;
}

.secondary-button {
	color: #fff;
	cursor: pointer;
	letter-spacing: 0;
	background-color: #1260fd;
	border: 1px solid #1260fd;
	border-radius: 5px;
	margin: 0;
	padding: 12px 24px;
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	transition: all .2s;
}

.div-block-1136 {
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
}

.div-block-1134 {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 25px;
	display: flex;
}

#share-buttons img {
	width: 35px;
	padding: 5px;
	border: 0;
	box-shadow: 0;
	display: inline;
}

.div-block-1125 {
	max-height: none;
	margin: 0;
	padding: 25px;
	overflow: scroll;
}

.div-block-1126 {
	max-height: 350px;
	background-color: #f7f8fc;
	border: 1px solid #dee1ec;
	border-radius: 5px;
	padding: 35px;
	overflow: scroll;
}

.rich-text-block-7 {
	text-align: left;
}

.rich-text-block-7 p, .rich-text-block-7 li {
	font-size: 16px;
	font-weight: 100;
	line-height: 25px;
}

.collection-item-11 {
	width: 25%;
	text-align: left;
	padding: 10px;
	display: inline-block;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}

@media screen and (max-width: 991px) {
	.collection-item-11 {
		width: 33%;
	}
}

@media screen and (max-width: 767px) {
	.collection-item-11 {
		width: 50%;
	}
}

.link-block-61 {
	grid-column-gap: 4px;
	grid-row-gap: 0px;
	box-shadow: none;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 10px;
	flex-direction: column;
	grid-template-rows: auto;
	grid-template-columns: auto auto;
	grid-auto-columns: 1fr;
	align-items: center;
	padding: 24px;
	transition: all .2s;
	display: flex;
}

.div-block-1120 {
	width: 75px;
	height: 75px;
	justify-content: center;
	align-items: center;
	margin-right: 0;
	display: flex;
}

.text-block-319 {
	color: #363840;
	text-align: left;
	margin-top: 25px;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
}

.div-block-1119 {
	background-color: #f5f8fa;
	padding-top: 48px;
	padding-bottom: 48px;
}

.div-block-1130 {
	padding-top: 112px;
	padding-bottom: 112px;
}

@media (max-width: 991px) {
	.div-block-1130 {
		padding-top: 56px;
		padding-bottom: 56px;
	}
}

.div-block-1131 {
	grid-column-gap: 100px;
	grid-row-gap: 100px;
	grid-template-rows: auto;
	grid-template-columns: .5fr 1fr;
	grid-auto-columns: 1fr;
	display: grid;
}

@media screen and (max-width: 991px) {
	.div-block-1131 {
		grid-row-gap: 50px;
		text-align: center;
		grid-template-rows: auto auto;
		grid-template-columns: 1fr;
		grid-auto-flow: row;
	}
}

.main-button {
	min-width: 150px;
	color: #0080ff;
	text-align: center;
	letter-spacing: 0;
	text-transform: none;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 15px 30px;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	transition: all .2s;
}

.main-button.blue {
	clear: none;
	box-shadow: none;
	color: #fff;
	letter-spacing: 0;
	text-transform: none;
	background-color: #0080ff;
	border-style: none;
	margin-bottom: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	text-decoration: none;
}

.stats-block,
.stat-block {
	color: #000;
	font-size: 80px;
}

@media (max-width: 767px) {
	.stats-block,
	.stat-block {
		font-size: 40px;
	}
}

.stats-block em,
.stats-block i,
.stat-block em,
.stat-block i {
	background: linear-gradient(149deg, #141481 10.76%, #1260F6 47.84%, #C996FF 85.93%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-style: normal;
}

.black .stats-block,
.animate .stats-block,
.blue .stats-block {
	color: #FFF;
}

.black .stats-block em,
.black .stats-block i,
.animate .stats-block em,
.animate .stats-block i,
.blue .stats-block em,
.blue .stats-block i {
	background: linear-gradient(149deg, #FFF 10.76%, #e9ebf2 47.84%, #F0F5F5 85.93%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.global-reach-title-wrap {
	margin-bottom: 72px;
}

.global-reach-title-wrap h2 {
	max-width: 880px;
	margin: auto;
}

@media (max-width: 767px) {
	.global-reach-title-wrap {
		margin-bottom: 36px;
	}
}

.stat-flex-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	column-gap: 64px;
}

.stat-flex-box {
	text-align: center;
	flex: 0 1 auto;
	flex-basis: 22%;
}

.global-flex-box {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 80px;
	flex-shrink: 0;
}

@media (max-width: 991px) {
	.global-flex-box {
		flex-wrap: wrap;
	}
}

.global-flex-box .flex-item-large {
	flex: 1 1 64%;
}

@media (max-width: 991px) {
	.global-flex-box .flex-item-large {
		flex: 1 0 99%;
	}
}

.global-flex-box .flex-item-small {
	flex: 1 0 30%;
	align-items: flex-start;
	justify-self: first-baseline;
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 991px) {
	.global-flex-box .flex-item-small {
		flex: 1 0 99%;
	}
}

@media (max-width: 767px) {
	.global-flex-box .flex-item-small {
		flex-direction: column;
		align-items: center;
	}
}

.div-block-1921.teamcolumnfix3 {
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 0;
	display: flex;
}

@media screen and (max-width: 991px) {
	.div-block-1921.teamcolumnfix3 {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 767px) {
	.div-block-1921.teamcolumnfix3 {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 479px) {
	.div-block-1921.teamcolumnfix3 {
		height: auto;
		max-width: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}
}

.div-block-1922 {
	width: 21%;
	float: left;
	clear: none;
	margin-right: 0;
	padding-bottom: 50px;
	padding-right: 24px;
	display: block;
}

@media screen and (max-width: 991px) {
	.div-block-1922 {
		width: 25%;
		height: 160px;
		margin-bottom: 42px;
		margin-right: 0;
	}
}

@media screen and (max-width: 767px) {
	.div-block-1922 {
		width: 43%;
		height: 184px;
		flex-wrap: wrap;
		align-content: space-around;
		align-items: flex-start;
		margin-right: 24px;
		display: block;
	}
}

@media screen and (max-width: 479px) {
	.div-block-1922 {
		width: 50%;
		margin-right: 0;
	}
}

.image-462 {
	width: 140%;
	height: auto;
	max-width: 140px;
	clear: left;
	border-radius: 100%;
	margin-bottom: 24px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0;
	display: inline-block;
}

@media screen and (max-width: 991px) {
	.image-462 {
		width: 100%;
		height: auto;
		max-width: 100px;
		margin-top: 0;
		margin-bottom: 12px;
	}
}

@media screen and (max-width: 767px) {
	.image-462 {
		margin-top: 0;
	}
}

.case-study-margins {
	margin-left: 186px;
	margin-right: -100%;
	background-image: url("images/cta-gradient.png");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 12px 0px 0px 0px;
	background-color: #2B145B;
	mix-blend-mode: plus-darker;
}

@media (min-width: 1040px) and (max-width: 1340px) {
	.case-study-margins {
		margin-right: 0;
	}
}

@media (max-width: 1039px) {
	.case-study-margins {
		margin-left: 0;
		margin-right: 0;
		border-top-right-radius: 12px;
		border-top-left-radius: 12px;
	}
}

@media (max-width: 1039px) {
	.case_studies-template-default .large-container {
		padding-right: 0;
		padding-bottom: 0;
		padding-left: 0;
	}
}

@media (min-width: 1040px) {
	.case_studies-template-default #footer .left-column {
		min-width: 186px;
	}
}

.case-study-cta {
	padding: 96px 32px 120px 96px;
	display: flex;
	gap: 24px;
	max-width: 1136px;
}

@media (min-width: 1040px) and (max-width: 1340px) {
	.case-study-cta {
		max-width: unset;
		width: 100%;
	}
}

@media (max-width: 1039px) {
	.case-study-cta {
		width: 100%;
		padding: 48px;
		flex-direction: column;
	}
}

.case-study-cta .case-study-cta-content {
	width: 48%;
}

@media (max-width: 1039px) {
	.case-study-cta .case-study-cta-content {
		width: 100%;
		display: flex;
		flex-direction: column;
	}
	.case-study-cta .case-study-cta-content h2 {
		order: 2;
		margin-bottom: 16px;
	}
}

.case-study-cta .case-study-cta-content .cta-callout {
	max-width: 300px;
}

@media (max-width: 1039px) {
	.case-study-cta .case-study-cta-content .cta-callout {
		max-width: unset;
		order: 3;
		margin-bottom: 24px;
	}
}

@media (max-width: 1039px) {
	.case-study-cta .case-study-cta-content .pdf-dl {
		order: 1;
		margin-bottom: 48px;
	}
}

.case-study-cta .form-wrapper-container .mktoForm button[type=submit].mktoButton {
	margin-top: 8px;
	background: white !important;
	color: #2C0976 !important;
}

.case-study-cta .form-wrapper-container .mktoForm button[type=submit].mktoButton:hover, .case-study-cta .form-wrapper-container .mktoForm button[type=submit].mktoButton:focus {
	background: white !important;
	color: #2C0976 !important;
}

.case-study-container {
	display: flex;
	gap: 144px;
	margin-bottom: 96px;
}

@media (max-width: 991px) {
	.case-study-container {
		width: 100%;
		gap: 0;
		flex-direction: column;
		margin-bottom: 48px;
	}
}

.case-study-container.reverse {
	flex-direction: row-reverse;
}

@media (max-width: 991px) {
	.case-study-container.reverse {
		flex-direction: column;
	}
}

.case-study-container.case-study-header {
	gap: 96px;
}

@media (max-width: 991px) {
	.case-study-container.case-study-header {
		gap: 0;
	}
}

.case-study-container.case-study-header h1 {
	color: rgba(255, 255, 255, 0.92);
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	/* 43.2px */
	letter-spacing: -1.44px;
}

.case-study-container.case-study-header .text-large {
	color: rgba(255, 255, 255, 0.4);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	/* 27px */
	letter-spacing: -0.27px;
	mix-blend-mode: plus-lighter;
}

@media (min-width: 991px) {
	.case-study-container.case-study-header .text-large {
		margin-bottom: 120px;
	}
}

.case-study-container.case-study-header .h4 {
	color: rgba(255, 255, 255, 0.4);
	font-size: 10px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	/* 13px */
	letter-spacing: 0.6px;
	text-transform: uppercase;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.03);
	padding: 8px;
	display: inline-block;
	margin-bottom: 32px;
	mix-blend-mode: plus-lighter;
}

.case-study-container.case-study-header .case-study-left {
	border-radius: 12px;
	background-color: #66D1FF;
	background-image: url("images/case-study-gradient.png");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 48px;
	position: relative;
	overflow: hidden;
}

@media (max-width: 991px) {
	.case-study-container.case-study-header .case-study-left {
		margin-bottom: 48px;
	}
}

.case-study-container.case-study-header .case-study-left .oval {
	margin-top: 78px;
	border-radius: 32px 0px 0px 0px;
	background: linear-gradient(90deg, rgba(128, 128, 128, 0.12) 0%, rgba(128, 128, 128, 0.02) 100%);
	mix-blend-mode: plus-lighter;
	box-shadow: -0.5px -0.5px 3.5px 0px rgba(255, 255, 255, 0.03) inset, 1.5px 1.5px 3.5px 0px rgba(255, 255, 255, 0.05) inset, 2px 3px 12px 0px rgba(255, 255, 255, 0.04) inset, 0.5px 0.5px 1px 0px rgba(255, 255, 255, 0.16) inset;
	backdrop-filter: blur(20px);
	height: 100px;
	margin-bottom: -48px;
	margin-right: -48px;
	margin-left: 78px;
}

@media (min-width: 991px) {
	.case-study-container.case-study-header .case-study-left .oval {
		position: absolute;
		bottom: 0;
		width: 100%;
		margin-bottom: 0;
	}
}

.case-study-container.case-study-header .case-study-left .oval .watermark {
	margin: 38px 0 0 50px;
}

.case-study-container.case-study-header .case-study-left .logo-oval {
	position: absolute;
	bottom: 0px;
	height: 80px;
	border-top-left-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.42);
	background: rgba(255, 255, 255, 0.03);
	width: 160px;
	right: 0;
	display: flex;
	overflow: hidden;
}

.case-study-container.case-study-header .case-study-left .logo-oval .isolation {
	display: flex;
	align-self: center;
	justify-content: center;
	width: 100%;
}

.case-study-container.case-study-header .case-study-left .logo-oval img {
	display: flex;
	align-self: center;
	justify-content: center;
	margin: auto;
	max-height: 80px;
}

.case-study-container h3 {
	color: #2b145b;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	/* 27px */
	letter-spacing: -0.27px;
}

.case-study-container h3 i {
	color: #2B145B;
	font-style: normal;
}

.case-study-container .case-study-left,
.case-study-container .case-study-right {
	width: 48%;
}

@media (max-width: 991px) {
	.case-study-container .case-study-left,
	.case-study-container .case-study-right {
		width: 100%;
	}
}

.case-study-container .case-study-left h2,
.case-study-container .case-study-right h2 {
	margin-bottom: 24px;
}

.case-study-container .case-study-left h2:nth-of-type(n+2),
.case-study-container .case-study-right h2:nth-of-type(n+2) {
	margin-top: 36px;
}

.case-study-container .case-study-image {
	border-radius: 12px;
	margin-bottom: 24px;
}

.case-study-container .case-study-left h2 {
	font-weight: 400;
}

.case-study-container .case-study-right h3 {
	font-size: 24px;
	line-height: 130%;
	letter-spacing: -1px;
}

.case-study-about-section {
	margin: 112px auto;
}

@media (max-width: 991px) {
	.case-study-about-section {
		margin: 56px auto;
	}
}

.case-study-about-section h2, .case-study-about-section h3 {
	margin-bottom: 48px;
}

@media (max-width: 991px) {
	.case-study-about-section h2, .case-study-about-section h3 {
		margin-bottom: 32px;
	}
}

.cs-integrations-box {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	align-items: center;
	grid-column-gap: 32px;
}

@media screen and (max-width: 991px) {
	.cs-integrations-box {
		grid-row-gap: 16px;
		flex-flow: wrap;
	}
}

.cs-integrations-box .cs-integrations-item {
	width: 16%;
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 991px) {
	.cs-integrations-box .cs-integrations-item {
		width: 25%;
	}
}

@media screen and (max-width: 767px) {
	.cs-integrations-box .cs-integrations-item {
		width: 50%;
	}
}

.stats-block.blue {
	color: #1260FD;
	text-align: center;
}

.case-study-content {
	width: 772px;
	margin: 112px auto;
}

@media (max-width: 991px) {
	.case-study-content {
		width: auto;
		margin: 56px auto;
	}
}

.case-study-content h2, .case-study-content h3 {
	margin-bottom: 48px;
}

@media (max-width: 991px) {
	.case-study-content h2, .case-study-content h3 {
		margin-bottom: 32px;
	}
}

.case-study-results h2 {
	color: rgba(43, 20, 91, 0.52);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	/* 27px */
	letter-spacing: -0.27px;
}

.case-study-results .cs-stats-block {
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	/* 43.2px */
	letter-spacing: -1.44px;
	margin-bottom: 16px;
	background: linear-gradient(285deg, #1260FD 15.72%, #66D1FF 94%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	border-radius: 8px;
	border: 1.25px solid rgba(43, 20, 91, 0.08);
	padding: 16px;
	height: 150px;
	justify-content: center;
	width: 100%;
	align-content: center;
}

.case-study-results .cs-stats-block em {
	font-style: normal;
}

.case-study-results .h3, .case-study-results .h5 {
	color: #2b145b;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 146%;
	/* 20.44px */
}

.case-study-results .case-study-result-wrapper {
	display: flex;
	align-items: stretch;
	/* Makes all flex items (boxes) equal height */
	flex-wrap: wrap;
	gap: 48px;
}

@media (max-width: 991px) {
	.case-study-results .case-study-result-wrapper {
		flex-direction: column;
		align-items: center;
	}
}

.case-study-results .case-study-result {
	flex: 1 1 calc(50% - 24px);
	max-width: calc(50% - 24px);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	/* Keeps content at the top */
}

@media (max-width: 991px) {
	.case-study-results .case-study-result {
		width: 100%;
	}
}

.featured-resource-quotation {
	margin-bottom: 24px;
}

.red .case-study-container.case-study-header .case-study-left {
	background-color: #F55142;
	background-image: url("images/case-study-red-gradient.png");
}

.red .case-study-container.case-study-header .case-study-left .logo-oval {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 6%, rgba(255, 255, 255, 0) 91%);
}

.red .case-study-results .cs-stats-block {
	background: linear-gradient(285deg, #F55142 15.72%, #F26FB6 94%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.case_studies-template-default .testimonial-company {
	margin-bottom: 24px;
}

.case_studies-template-default .case-study-container .case-study-right .case-study-results h3.cs-stats-block {
	font-size: 36px;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -1.44px;
}

.resource-wrapper {
	display: flex;
	align-items: stretch;
	justify-content: stretch;
	flex: 1 0 0;
	overflow: hidden;
	border-radius: 16px;
	box-shadow: 0px 60px 45px 0px rgba(0, 0, 0, 0.01), 0px 30.029px 22.522px 0px rgba(0, 0, 0, 0.01), 0px 18.088px 13.566px 0px rgba(0, 0, 0, 0.01), 0px 11.592px 8.694px 0px rgba(0, 0, 0, 0.01), 0px 7.513px 5.635px 0px rgba(0, 0, 0, 0), 0px 4.729px 3.547px 0px rgba(0, 0, 0, 0), 0px 2.717px 2.038px 0px rgba(0, 0, 0, 0), 0px 1.196px 0.897px 0px rgba(0, 0, 0, 0);
}

.resource-wrapper.event-resource-wrapper {
	flex-direction: column;
	align-items: flex-start;
}

.resource-wrapper.event-resource-wrapper a .event-location {
	padding-bottom: 48px;
}

.resource-wrapper h2, .resource-wrapper h3, .resource-wrapper p, .resource-wrapper a, .resource-wrapper .h3 {
	color: #2C0976;
}

.resource-wrapper .resource-item-wrapper {
	text-align: left;
	padding: 24px;
	background: #FFF;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: space-between;
	flex: 1;
}

.resource-wrapper a {
	width: 100%;
	display: flex;
	position: relative;
	align-self: stretch;
	background: #FFF;
	flex-direction: column;
}

.resource-wrapper a h3 {
	padding-bottom: 24px;
}

.resource-wrapper a .small-link-with-arrow.black {
	position: absolute;
	bottom: 24px;
}

.resource-item-wrapper h2, .resource-item-wrapper h3 {
	position: relative;
	margin-bottom: 56px;
	text-align: left;
}

.resource-item-wrapper h2:after, .resource-item-wrapper h3:after {
	content: "";
	background: #DFDAE7;
	position: absolute;
	bottom: 0px;
	left: 0;
	height: 1px;
	width: 76px;
}

.two-column-flex-grid .resource-wrapper,
.two-column-flex-grid .featured-resource-item {
	flex: 1 0 34%;
}

.three-column-flex-grid .resource-wrapper {
	flex: 1 1 28%;
	max-width: 336px;
}

@media (max-width: 991px) {
	.three-column-flex-grid .resource-wrapper {
		flex: 1 0 34%;
		max-width: initial;
	}
}

@media (max-width: 767px) {
	.three-column-flex-grid .resource-wrapper {
		flex: 1 0 90%;
	}
}

.featured-resource-wrapper {
	border-radius: 14px;
	border: 1px solid #000;
	overflow: hidden;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
	background: #FFF;
}

.featured-resource-wrapper .featured-resource-item {
	align-items: stretch;
	display: flex;
}

.featured-resource-wrapper .featured-resource-content {
	padding-top: 24px;
	padding-bottom: 24px;
}

.featured-resource-wrapper .resource-image {
	padding-bottom: 100%;
	border-bottom: 0px solid transparent;
	width: 100%;
}

@media (max-width: 767px) {
	.featured-resource-wrapper .resource-image {
		padding-bottom: 0;
		background-position: 0 0;
		border-bottom: 1px solid #000;
	}
}

.featured-resource-content {
	padding-right: 64px;
}

@media (max-width: 991px) {
	.featured-resource-content {
		padding-right: 24px;
	}
}

@media (max-width: 767px) {
	.featured-resource-content {
		padding: 24px;
	}
}

.featured-content-wrapper {
	align-self: center;
}

.resource-image {
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 81%;
	border-bottom: 1px solid #DFDAE7;
	background-position: 50% 50%;
	width: 100%;
}

@media (max-width: 767px) {
	.resource-image {
		padding-bottom: 0;
		height: 300px;
	}
}

.resource-ebooks {
	background-image: url("images/icons/ebook.svg");
}

.resource-post {
	background-image: url("images/icons/blog.svg");
}

.resource-case_studies {
	background-image: url("images/icons/case-study.svg");
}

.resource-infographics {
	background-image: url("images/icons/infographic.svg");
}

.resource-videos {
	background-image: url("images/icons/video.svg");
}

.resource-webinars {
	background-image: url("images/icons/webinar.svg");
}

.resource-data_sheets {
	background-image: url("images/icons/data-sheet.svg");
}

.resource-event {
	width: 100%;
	background-size: contain;
	padding-bottom: 50%;
}

@media (max-width: 767px) {
	.resource-event {
		padding-bottom: 0;
		height: 300px;
	}
}

.div-block-1962 {
	background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.7) 42%, rgba(0, 0, 0, 0.2) 65%);
	background-position: 0 0,0 0;
	background-repeat: repeat,no-repeat;
	background-size: auto,cover;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
}

.div-block-1962 .small-link-with-arrow {
	padding-left: 0;
}

.div-block-1963 {
	z-index: -1;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.featured-asset-content-wrapper {
	max-width: 40%;
	margin-left: auto;
	padding: 124px 60px 136px 0;
}

@media screen and (max-width: 991px) {
	.featured-asset-content-wrapper {
		max-width: 100%;
		margin-left: 0;
		padding-left: 56px;
		padding-right: 56px;
	}
}

@media screen and (max-width: 767px) {
	.featured-asset-content-wrapper {
		max-width: 100%;
		padding-left: 16px;
		padding-right: 16px;
	}
}

.featured-resource-block.grid.margin-bottom-48 {
	background-color: transparent;
	border-radius: 0;
}

@media screen and (max-width: 991px) {
	.featured-resource-block.grid.margin-bottom-48 {
		height: auto;
	}
}

.grid-resource-image {
	width: 100%;
	height: 250px;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	flex: none;
}

.collection-list-32 {
	flex-flow: wrap;
	display: flex;
	justify-content: space-between;
}

.featured-resource-block-inner.grid {
	justify-content: space-between;
	padding: 0;
}

@media screen and (max-width: 767px) {
	.featured-resource-block-inner.grid {
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
	}
}

.featured-resource-block-inner.grid .resource-post-title.inline {
	font-size: 24px;
	font-weight: 500;
	line-height: 28px;
	color: #2C0976;
	padding: 48px;
}

.featured-resource-block-inner.grid .resource-post-type {
	color: #2C0976;
	margin-bottom: 16px;
	padding-top: 16px;
	font-size: 16px;
	line-height: 24px;
}

.featured-resource-block-inner {
	text-align: left;
	flex-direction: column;
	flex: 1;
	justify-content: space-between;
	padding: 32px 45px;
	display: flex;
}

.post-type-page .content-block ul.pagination,
.archive.category .content-block ul.pagination {
	margin-top: 32px;
	justify-content: center;
	padding-left: 0;
}

.post-type-page .content-block ul.pagination li,
.archive.category .content-block ul.pagination li {
	font-size: 22px;
	padding-right: 16px;
}

.post-type-page .content-block ul.pagination li a,
.archive.category .content-block ul.pagination li a {
	color: #C9CACE;
}

.resource_block {
	list-style-type: none;
	/* Remove bullets */
	padding: 0;
	/* Remove padding */
	margin: 0;
	/* Remove margins */
	display: flex;
}

.resource_block li {
	margin: 0 16px;
}

.resource_block a {
	position: relative;
	display: block;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	height: 230px;
	width: 230px;
	border-radius: 16px;
	overflow: hidden;
}

.resource_block a:hover, .resource_block a:active, .resource_block a:visited {
	color: #FFF;
}

.resource_block a:after {
	background-color: rgba(20, 0, 60, 0.3);
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.resource_block a span {
	position: absolute;
	font-size: 24px;
	line-height: 26px;
	font-weight: 700;
	letter-spacing: 2px;
	color: white;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 3;
}

.two-column-flex-grid.success-callout {
	background-color: #fff;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	overflow: hidden;
	box-shadow: 2px 2px 24px rgba(0, 0, 0, 0.25);
}

.image-background {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

@media screen and (max-width: 991px) {
	.image-background {
		height: 340px;
	}
}

.image-539 {
	padding-bottom: 0;
	padding-right: 10px;
	float: left;
}

.new-quote {
	color: #616161;
	font-family: Tobias,Arial,sans-serif;
	font-size: 25px;
	font-weight: 300;
	line-height: 35px;
	display: inline;
}

.two-column-flex-item.no-top-padding {
	align-self: stretch;
}

@media screen and (max-width: 991px) {
	.two-column-flex-item.no-top-padding {
		margin-top: 0;
	}
}

.two-column-flex-item.success-callout-padding {
	padding-left: 28px;
	padding-right: 28px;
}

.div-block-1959 {
	padding-top: 36px;
}

@media screen and (max-width: 991px) {
	.div-block-1959 {
		padding-bottom: 56px;
	}
}

.image-540 {
	height: 100%;
}

@media screen and (max-width: 991px) {
	.image-540 {
		height: auto;
	}
}

.div-block-1958 {
	color: #616161;
	text-align: right;
	padding-bottom: 48px;
}

.div-block-1958 .link-with-arrow-text {
	padding-right: 56px;
}

.div-block-1958 .link-with-arrow-text:after {
	width: 56px;
}

.collection-list-32.ebooks .featured-resource-block-inner,
.listview.mb-3 .collection-list-32 .featured-resource-block-inner {
	align-items: flex-start;
}

.post-type-page.resources .collection-list-32.ebooks {
	flex-direction: column;
}

.post-type-page.resources .collection-list-32.ebooks .collection-item-25 {
	margin-bottom: 48px;
}

.post-type-page.resources .collection-list-32.ebooks .collection-item-25 a {
	color: #2C0976;
}

.post-type-page.resources .collection-list-32.ebooks .collection-item-25 .read-more-button {
	text-align: left;
}

.post-type-page.resources .collection-list-32.ebooks .featured-resource-block.grid.margin-bottom-48 {
	height: auto;
}

.post-type-page.resources .collection-list-32.ebooks .grid-resource-image {
	display: none;
}

.post-type-page.resources .collection-list-32.webinars {
	justify-content: space-evenly;
}

.post-type-page.resources .collection-list-32.webinars .collection-item-25 {
	width: 40%;
}

@media screen and (max-width: 991px) {
	.post-type-page.resources .collection-list-32.webinars .collection-item-25 {
		width: 100%;
	}
}

.post-type-page.resources .collection-list-32.post {
	justify-content: space-evenly;
}

.post-type-page.resources .collection-list-32.post .collection-item-25 {
	width: 23%;
}

@media screen and (max-width: 991px) {
	.post-type-page.resources .collection-list-32.post .collection-item-25 {
		width: 48%;
	}
}

@media screen and (max-width: 767px) {
	.post-type-page.resources .collection-list-32.post .collection-item-25 {
		width: 100%;
	}
}

.post-type-page.resources .collection-list-32.post .collection-item-25 .resource-post-title {
	font-size: 18px;
	padding: 24px;
	margin-bottom: 0;
}

.post-type-page .content-block ul.resource-category-container {
	margin-bottom: 0;
}

.post-type-page .content-block ul.resource-category-container img {
	margin-bottom: 24px;
}

.resource-categories .resource-category-container {
	display: flex;
	align-items: stretch;
	gap: 32px;
	flex-wrap: wrap;
}

.resource-categories li {
	display: flex;
	padding: 36px;
	flex-direction: column;
	align-items: flex-start;
	gap: 32px;
	background: #FFF;
	border-radius: 16px;
	box-shadow: 0px 60px 45px 0px rgba(0, 0, 0, 0.01), 0px 30.029px 22.522px 0px rgba(0, 0, 0, 0.01), 0px 18.088px 13.566px 0px rgba(0, 0, 0, 0.01), 0px 11.592px 8.694px 0px rgba(0, 0, 0, 0.01), 0px 7.513px 5.635px 0px rgba(0, 0, 0, 0), 0px 4.729px 3.547px 0px rgba(0, 0, 0, 0), 0px 2.717px 2.038px 0px rgba(0, 0, 0, 0), 0px 1.196px 0.897px 0px rgba(0, 0, 0, 0);
	flex: 1 0 20%;
}

@media (max-width: 991px) {
	.resource-categories li {
		flex: 1 0 34%;
		max-width: initial;
	}
}

@media (max-width: 767px) {
	.resource-categories li {
		flex: 1 0 90%;
	}
}

.resource-categories li a {
	color: #2C0976;
}

.resource-item-type {
	margin-bottom: 4px;
}

.popular-resource-wrapper {
	display: flex;
	column-gap: 64px;
}

@media (max-width: 767px) {
	.popular-resource-wrapper {
		flex-direction: column;
	}
}

.popular-resource-container {
	display: flex;
	text-align: left;
	flex: 1 0 34%;
}

.popular-resource {
	display: flex;
}

@media (max-width: 767px) {
	.popular-resource {
		margin-bottom: 36px;
		flex-direction: column;
	}
}

.popular-resource a {
	color: #000;
	display: flex;
	flex-direction: column;
}

@media (max-width: 767px) {
	.popular-resource a {
		align-items: flex-start;
	}
}

.popular-resource a p {
	color: #7867A8;
}

.popular-resource a p.author-info {
	color: #2C0976;
}

.popular-resource .popular-image {
	margin-bottom: 24px;
}

@media (max-width: 767px) {
	.popular-resource .popular-image {
		max-width: 100%;
		border-radius: 14px;
	}
}

.popular-resource .resource-item-wrapper h2 {
	margin-bottom: 44px;
}

.popular-resource .resource-item-wrapper h2:after {
	width: 124px;
	bottom: -24px;
}

.popular-right {
	row-gap: 36px;
	flex-direction: column;
}

@media (max-width: 767px) {
	.popular-right {
		row-gap: 0;
	}
}

.popular-right .popular-resource a {
	flex-direction: row;
	align-items: flex-start;
	color: #2C0976;
}

.popular-right .popular-resource a p {
	color: #7867A8;
}

.popular-right .popular-resource a p.author-info {
	color: #2C0976;
}

.popular-right .popular-resource a span {
	color: #2C0976;
}

@media (max-width: 991px) {
	.popular-right .popular-resource a {
		flex-direction: column;
	}
}

.popular-right .popular-image {
	max-width: 200px;
	margin-right: 28px;
}

@media (max-width: 767px) {
	.popular-right .popular-image {
		max-width: 100%;
	}
}

.popular-right .resource-item-wrapper h3 {
	margin-bottom: 36px;
}

.popular-right .resource-item-wrapper h3:after {
	width: 84px;
	bottom: -24px;
}

.author-info {
	display: flex;
	align-items: center;
	line-height: 25px;
	font-size: 14px;
}

.author-info img {
	margin-right: 8px;
	height: 18px;
}

.author-info img:nth-of-type(2) {
	margin-left: 36px;
}

.integrations-flex-wrapper {
	display: flex;
	align-items: stretch;
	gap: 32px;
	flex-wrap: wrap;
}

.integrations-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	gap: 32px;
	background: #FFF;
	color: #2C0976;
	border-radius: 16px;
	box-shadow: 0px 60px 45px 0px rgba(0, 0, 0, 0.01), 0px 30.029px 22.522px 0px rgba(0, 0, 0, 0.01), 0px 18.088px 13.566px 0px rgba(0, 0, 0, 0.01), 0px 11.592px 8.694px 0px rgba(0, 0, 0, 0.01), 0px 7.513px 5.635px 0px rgba(0, 0, 0, 0), 0px 4.729px 3.547px 0px rgba(0, 0, 0, 0), 0px 2.717px 2.038px 0px rgba(0, 0, 0, 0), 0px 1.196px 0.897px 0px rgba(0, 0, 0, 0);
	flex: 1 1 28%;
	max-width: 336px;
}

@media (max-width: 991px) {
	.integrations-item {
		flex: 1 0 34%;
		max-width: initial;
	}
}

@media (max-width: 767px) {
	.integrations-item {
		flex: 1 0 90%;
	}
}

.integrations-item a {
	color: #2C0976;
	display: flex;
	padding: 36px;
	flex-direction: column;
	gap: 32px;
}

.integrations-item img {
	height: 50px;
	width: 100%;
	object-fit: contain;
	object-position: 0% 0%;
}

.integrations-item.integrations-sort {
	display: none;
}

.integrations-item.show {
	display: flex;
}

.filter-container {
	flex-flow: wrap;
	align-items: flex-start;
	display: flex;
}

.filter-container .filter-wrapper {
	background-color: #fff;
	border-radius: 4px;
	margin-bottom: 16px;
	margin-right: 16px;
	padding-left: 0;
	display: block;
	width: 31%;
}

.filter-item {
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	display: block;
	cursor: pointer;
}

.integrations-list-wrapper {
	max-width: 100%;
	flex: none;
	overflow: hidden;
}

@media screen and (max-width: 991px) {
	.integrations-list-wrapper {
		max-width: 99%;
	}
}

.div-block-1873 {
	align-items: center;
	display: flex;
	position: relative;
	overflow: visible;
}

.integrations-list {
	max-width: 1052px;
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	flex-flow: row;
	align-items: stretch;
	display: flex;
}

@media screen and (max-width: 991px) {
	.integrations-list {
		max-width: 700px;
		min-width: auto;
		flex-direction: row;
	}
}

@media screen and (max-width: 767px) {
	.integrations-list {
		width: 100%;
		max-width: none;
	}
}

.div-block-1874:after,
.div-block-1875:after {
	background-image: url("images/slider-arrow.svg");
	height: 18px;
	width: 18px;
	content: '';
	display: block;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.div-block-1875:after {
	-webkit-transform: rotate(180deg) translate(50%, 50%);
	-moz-transform: rotate(180deg) translate(50%, 50%);
	-ms-transform: rotate(180deg) translate(50%, 50%);
	-o-transform: rotate(180deg) translate(50%, 50%);
	transform: rotate(180deg) translate(50%, 50%);
}

.div-block-1874 {
	width: 40px;
	height: 40px;
	opacity: .5;
	background-color: #320082;
	border-radius: 24px;
	flex: none;
	position: absolute;
	left: -15px;
}

.div-block-1875 {
	width: 40px;
	height: 40px;
	opacity: .5;
	background-color: #320082;
	border-radius: 24px;
	flex: none;
	position: absolute;
	right: -15px;
}

.collection-list-40.padding-left-96 {
	grid-column-gap: 32px;
	grid-row-gap: 32px;
	flex-wrap: wrap;
	display: flex;
}

@media screen and (max-width: 991px) {
	.collection-list-40.padding-left-96 {
		grid-column-gap: 0px;
		justify-content: space-between;
		padding-top: 56px;
		padding-left: 0;
	}
}

@media screen and (max-width: 767px) {
	.collection-list-40.padding-left-96 {
		justify-content: space-between;
	}
}

@media screen and (max-width: 479px) {
	.collection-list-40.padding-left-96 {
		justify-content: space-between;
	}
}

.padding-left-96 {
	padding-left: 96px;
}

@media screen and (max-width: 991px) {
	.padding-left-96 {
		padding-left: 0;
	}
}

.integration-item {
	width: 85px;
	height: 85px;
	background-color: #fff;
	border-radius: 12px;
	justify-content: center;
	align-items: center;
	display: flex;
}

.integration-item-image {
	width: 60px;
	height: 60px;
}

@media screen and (max-width: 991px) {
	.collection-item-32 {
		width: 21%;
	}
}

.featured-integration .integrations-item {
	padding: 32px;
}

.featured-integration .integrations-item img {
	object-position: 50% 50%;
}

.collection-item-29 {
	width: 100%;
	display: flex;
}

.link-block-93 {
	width: 100%;
	color: #000;
	cursor: pointer;
	border-bottom: 1px solid #c4c4c4;
	flex: none;
	margin-top: 16px;
	padding-top: 16px;
	padding-bottom: 16px;
}

.w-inline-block {
	max-width: 100%;
	display: inline-block;
}

.div-block-1911 {
	display: flex;
}

@media screen and (max-width: 767px) {
	.div-block-1911 {
		flex-direction: column;
	}
}

.div-block-1912 {
	width: 160px;
	border-radius: 12px;
	flex: none;
	align-self: stretch;
	align-items: center;
	margin-right: 32px;
	display: flex;
}

@media screen and (max-width: 767px) {
	.div-block-1912 {
		margin-bottom: 32px;
		margin-right: 0;
	}
}

.image-526 {
	display: block;
}

.body-small.margin-bottom-8 {
	margin-bottom: 8px;
}

.body-small {
	font-size: 16px;
	line-height: 24px;
}

.press-heading {
	margin-bottom: 36px;
	font-family: Circularxx,Arial,sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 28px;
}

@media screen and (max-width: 767px) {
	.press-heading {
		font-size: 22px;
	}
}

.collection-item-7 {
	width: 100%;
	display: inline-block;
}

.post-type-press {
	padding-top: 90px;
	padding-bottom: 90px;
}

@media (max-width: 991px) {
	.post-type-press {
		padding-top: 32px;
		padding-bottom: 32px;
	}
}

.collection-item-24 {
	width: 33%;
	flex-direction: column;
	flex: none;
	justify-content: space-between;
	margin-bottom: 48px;
	padding-left: 24px;
	padding-right: 24px;
	display: flex;
}

@media screen and (max-width: 991px) {
	.collection-item-24 {
		width: 50%;
		padding-left: 16px;
		padding-right: 16px;
	}
}

@media screen and (max-width: 767px) {
	.collection-item-24 {
		width: 100%;
		margin-bottom: 32px;
	}
}

.w-col {
	float: left;
	width: 100%;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}

@media screen and (max-width: 767px) {
	.w-col {
		width: 100%;
		left: auto;
		right: auto;
	}
}

.w-col-4 {
	width: 33.3333%;
}

@media screen and (max-width: 991px) {
	.w-col-4 {
		width: 48%;
	}
}

@media screen and (max-width: 767px) {
	.w-col-4 {
		width: 100%;
	}
}

.div-block-1882 {
	background-image: url(images/Integrations-Hero-Background.jpg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: auto;
	border-radius: 24px;
	margin-bottom: 16px;
	padding: 16px;
}

.text-block-452 {
	padding-bottom: 16px;
}

.text-block-453 {
	margin-bottom: 16px;
}

.div-block-768.customers-bg.events {
	background-color: #fff;
	background-size: contain;
}

.div-block-768.customers-bg {
	background-color: #fff;
	background-size: cover;
	margin-bottom: 16px;
}

.div-block-768 {
	width: 100%;
	height: 180px;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 24px;
	margin-bottom: 16px;
}

.collection-list-31 {
	flex-wrap: wrap;
	display: flex;
}

@media screen and (max-width: 767px) {
	.w-row, .w-container .w-row {
		margin-left: 0;
		margin-right: 0;
	}
}

.event-signup,
.event-be-there {
	background-color: #f1f3f6;
}

.event-signup .two-column-flex-grid,
.event-be-there .two-column-flex-grid {
	text-align: left;
	border-radius: 14px;
	overflow: hidden;
	background: #FFF;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
}

.event-signup .two-column-flex-grid .two-column-flex-item,
.event-be-there .two-column-flex-grid .two-column-flex-item {
	align-self: stretch;
	padding: 42px;
}

@media screen and (max-width: 991px) {
	.event-signup .two-column-flex-grid .two-column-flex-item,
	.event-be-there .two-column-flex-grid .two-column-flex-item {
		margin-top: 0;
	}
}

.single-events em {
	color: #78e0ff;
	font-style: normal;
}

.single-events .image-side {
	background: #FFF;
}

.single-events .image-side img {
	margin-bottom: 32px;
}

.single-events .form-side {
	background: #141482;
}

.single-events .form-side h2,
.single-events .form-side h4 {
	color: #78e0ff;
}

.single-events .form-side form label {
	color: #FFF;
}

.single-events .form-side form {
	color: #FFF;
}

.single-events .form-side form .mktoHtmlText {
	color: #FFF !important;
}

.single-events .form-side form.mktoForm .mktoAsterix,
.single-events .form-side form #LblOpt_In__c {
	color: #FFF !important;
}

.single-events .form-side #marketo-tos {
	color: #FFF;
}

.single-events .form-side #marketo-tos a {
	color: #FFF;
}

.single-events #thank-you {
	color: #FFF;
}

.single-events .carousel-item {
	border-radius: 32px;
	background: #FFF;
	padding: 42px;
}

.single-events .carousel-item img {
	margin-right: 32px;
}

.small-cap {
	color: rgba(255, 255, 255, 0.8);
	/* Caption/Medium */
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
	/* 123.077% */
	letter-spacing: -0.04px;
}

.large-cap {
	color: rgba(255, 255, 255, 0.4);
	font-size: 20px;
	font-style: normal;
	font-weight: 550;
	line-height: 26px;
	/* 130% */
	letter-spacing: -0.2px;
}

.content-heading-wrapper.dark-bg h2, .content-heading-wrapper.dark-bg .new-font {
	color: rgba(255, 255, 255, 0.92);
}

.multi-field .inline-icon-heading {
	row-gap: 18px;
}

.multi-field .icon {
	max-width: 42px;
}

.multi-field .icon-block .icon {
	margin-bottom: 18px;
}

.multi-field .multi-field .link-box {
	display: flex;
	flex-direction: column;
}

.multi-field .inline .inline-icon-heading {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 12px;
	margin-bottom: 16px;
}

.multi-field .inline .inline-icon-heading h3 {
	margin-bottom: 0;
}

.multi-field .link-right .icon-link-wrap {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.multi-field .white {
	border-radius: 16px;
	background: #FFF;
	box-shadow: 0px 60px 45px 0px rgba(0, 0, 0, 0.01), 0px 30.029px 22.522px 0px rgba(0, 0, 0, 0.01), 0px 18.088px 13.566px 0px rgba(0, 0, 0, 0.01), 0px 11.592px 8.694px 0px rgba(0, 0, 0, 0.01), 0px 7.513px 5.635px 0px rgba(0, 0, 0, 0), 0px 4.729px 3.547px 0px rgba(0, 0, 0, 0), 0px 2.717px 2.038px 0px rgba(0, 0, 0, 0), 0px 1.196px 0.897px 0px rgba(0, 0, 0, 0);
	padding: 32px;
}

.multi-field .white h5 {
	color: #ECE9F3;
	leading-trim: both;
	text-edge: cap;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 106%;
	/* 19.08px */
	letter-spacing: -0.36px;
	margin-bottom: 12px;
}

.multi-field .icon {
	align-self: flex-start;
}

.multi-field .img-below {
	flex-direction: column;
	display: flex;
}

.multi-field .img-below .base-image {
	order: 4;
	margin-bottom: 0;
	align-self: flex-start;
}

.multi-field .bor-above .horizontal-rule, .multi-field .bor-none .horizontal-rule {
	border-top: 0px;
}

.multi-field .bor-icon .new-font {
	border-top: 1px solid rgba(44, 9, 118, 0.09);
	padding-top: 16px;
}

.multi-field .bor-above {
	border-top: 1px solid rgba(44, 9, 118, 0.09);
	padding-top: 32px;
}

.multi-field.layout-masonry {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	max-height: 1000px;
	gap: 0;
}

@media (max-width: 991px) {
	.multi-field.layout-masonry {
		max-height: none;
	}
}

.multi-field .outline.dark {
	color: #FEFEFE;
	background: transparent;
	box-shadow: none;
	padding: 0;
}

.multi-field .outline.dark h2, .multi-field .outline.dark h3, .multi-field .outline.dark .new-font {
	color: #FEFEFE;
}

.horizontal-rule {
	border-top: 1px solid rgba(44, 9, 118, 0.09);
}

.sidebyside {
	display: flex;
	align-items: flex-start;
	text-align: left !important;
	column-gap: 48px;
	padding-bottom: 35px;
	border-bottom: 1px solid #DFDAE7;
	margin-bottom: 36px;
}

.sidebyside h2 {
	flex: 2;
	margin-bottom: 0;
}

.sidebyside .new-font {
	flex: 3;
	padding-top: 8px;
}

.sidebyside .main-heading-cta {
	flex: 1;
	align-self: flex-end;
	text-align: right;
}

@media (max-width: 991px) {
	.sidebyside {
		flex-direction: column;
	}
	.sidebyside h2 {
		margin-bottom: 24px;
	}
	.sidebyside .main-heading-cta {
		text-align: left;
		align-self: flex-start;
	}
}

.div-block-1914 {
	background-color: #1260fd;
	border-radius: 12px;
	padding-top: 32px;
	padding-bottom: 32px;
}

.small-stat-item {
	font-size: 24px;
}

.statistic-big.dark-bg.size-adjust {
	margin-bottom: 24px;
	font-size: 48px;
}

.margin-bottom-28 {
	margin-bottom: 28px;
}

.margin-top-48.body-small.align-right {
	text-align: right;
	font-style: italic;
}

.body-small {
	font-size: 16px;
	line-height: 24px;
}

.page-id-1795 .tco-savings-wrapper {
	display: flex;
	justify-content: space-around;
}

@media (max-width: 991px) {
	.page-id-1795 .tco-savings-wrapper {
		flex-wrap: wrap;
	}
	.page-id-1795 .tco-savings-wrapper .tco-savings-item {
		width: 100%;
	}
}

.page-id-1795 .tco-savings-wrapper .two-savings-item {
	padding: 32px;
	text-align: left;
}

.page-id-1795 .tco-savings-wrapper .two-savings-item .form-item-wrapper input,
.page-id-1795 .tco-savings-wrapper .two-savings-item .form-item-wrapper select {
	margin-bottom: 20px;
	width: 150px;
}

.page-id-1795 .form-items-two-column {
	display: flex;
	column-gap: 16px;
}

.page-id-1795 .tco-savings-item {
	background: #1260fd;
	padding: 32px;
	border-radius: 32px;
	color: #FFF;
}

.page-id-1795 .tco-savings-item .white {
	margin-top: 32px;
}

.page-id-1795 .tco-checkbox-wrapper {
	display: flex;
	flex-direction: row-reverse;
	justify-content: start;
}

.page-id-1795 .large-stat-item {
	color: #FFF;
}

.page-id-1795 .article-body .content-block ul {
	list-style-type: disc;
	padding-left: 36px;
}

.page-id-1609 .row {
	justify-content: space-around;
}

.page-id-1444 .content-block .flexible-list-item {
	display: flex;
	align-items: center;
	width: 50%;
	float: left;
}

@media screen and (max-width: 1039px) {
	#header .headwrapper #mobile_nav {
		overflow-y: scroll;
		padding-bottom: 325px;
		display: block;
	}
}

@media screen and (max-height: 400px) and (max-width: 800px) {
	#header .headwrapper #mobile_nav {
		overflow-y: scroll;
		padding-bottom: 150px;
		display: block;
	}
}

.single-press .article-body {
	text-align: left;
}

.page-id-1795 .flexible-grid {
	grid-column-gap: 0px;
}

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
	left: 6px !important;
}

.iti--allow-dropdown {
	height: 45px;
	width: 100%;
}

@media screen and (max-width: 480px) {
	.iti--allow-dropdown {
		height: 27px;
	}
}

.page-id-1458 .column-two.dark {
	color: black;
}

.mktoForm #Phone {
	padding-left: 54px !important;
}

.page-id-1888 .navbar-brand img {
	margin-bottom: 0;
}

.page-id-1795 .flexible-grid {
	grid-column-gap: 0px;
}

.page-id-1954 em {
	font-style: normal;
}

.page-id-1458 .column-two.dark {
	color: black;
}

.single-role .column-two.dark {
	color: black;
}

.single-role .very-large-stat-item {
	font-size: 80px;
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {
	#footer .nav-footer > ul {
		grid-column-gap: 24px;
	}
}

.page-id-2155 .gray .flexible-grid .column-three,
.page-id-2335 .gray .flexible-grid .column-three {
	border-radius: 32px;
	background: #FFF;
	padding: 32px;
}

.page-id-2168 .col-md-6 h2.margin-bottom-24 {
	margin-bottom: 0;
}

@media screen and (min-width: 992px) {
	.page-id-2168 .col-md-6:nth-of-type(1) {
		padding-right: 64px;
	}
}

.home .heading-section-toggle.home-heading.home-bg {
	background-image: url();
}

.home .image-488.home-background.new-home-background {
	background-position: 50% 50%;
}

.page-id-2247 .heading-section-toggle.home-heading.home-bg {
	background-color: #FFF;
}

.page-id-2247 .image-488.home-background.new-home-background {
	background-position: 50% 50%;
}

.page-id-2335 .h2-alt {
	font-family: Tobias,Arial,sans-serif;
	font-weight: 300;
}

.page-id-2335 blockquote {
	color: #1260fd;
	border-style: none none none solid;
	border-left-width: 5px;
	border-left-color: #1260fd;
	margin-bottom: 56px;
	margin-left: 32px;
	padding: 10px 20px;
	font-weight: 300;
	line-height: 35px;
	text-align: left;
}

.page-id-2335 blockquote h3 {
	font-size: 32px;
}

.page-id-2335 blockquote p {
	font-size: 20px;
	font-weight: 300;
	line-height: 35px;
	margin-bottom: 0;
}

.page-id-2292 .col-md-6 {
	text-align: left;
}

.page-id-2292 h3.tobias-small {
	margin-top: 36px;
}

.page-id-2292 .col-md-6 h3.tobias-small {
	margin-top: 0px;
}

.page-id-1795 .content-wrapper .content-wrapper .content-wrapper {
	padding-top: 24px;
	padding-bottom: 24px;
}

.page-id-1795 .tco-savings-wrapper {
	justify-content: space-around;
}

.page-id-2609 .mktoForm button[type=submit].mktoButton {
	background-color: #1260fd !important;
}

.post-type-post .aligncenter {
	margin: auto;
	display: block;
}

.columns-2 .slide-quote-left {
	padding: 24px;
}

.page-id-1702 .integrations-item {
	padding: 32px;
}

.page-id-1702 .integrations-item img {
	object-position: 50% 50%;
}

.single-events .dark-bg .new-demo-button {
	background: blue;
}

.single-events .black .new-demo-button {
	background: blue;
}

.page-id-2950 .two-column-flex-item-content li {
	margin-bottom: 1rem;
}

.navbar-brand {
	margin-right: 14px;
}

@media screen and (min-width: 991px) and (max-width: 1440px) {
	.image-488 {
		-o-object-fit: cover;
		object-fit: cover;
	}
}

.page-id-1776 .content-block .flexible-list-item {
	display: flex;
	align-items: center;
	width: 50%;
	float: left;
}

.post-type-press {
	padding-bottom: 48px;
}

#LblProduct_Interest__c {
	margin-bottom: 20px !important;
}

.mktoForm .mktoRadioList > label, .mktoForm .mktoCheckboxList > label {
	font-weight: 500;
	width: 260px;
	padding-bottom: 16px;
}

.post-type-videos {
	padding-bottom: 48px;
	padding-top: 48px;
}

.content-wrapper .light-blue h1, .content-wrapper .light-blue h2, .content-wrapper .light-blue h3, .content-wrapper .light-blue h4, .content-wrapper .light-blue h5, .content-wrapper .light-blue h6, .content-wrapper .light-blue p, .content-wrapper .light-blue ul, .content-wrapper .light-blue li, .content-wrapper .light-blue div, .content-wrapper .light-blue span, .content-wrapper .light-blue .new-font {
	color: #000;
}

.content-wrapper .black h1, .content-wrapper .black h2, .content-wrapper .black h3, .content-wrapper .black h4, .content-wrapper .black h5, .content-wrapper .black h6, .content-wrapper .black p, .content-wrapper .black ul, .content-wrapper .black li, .content-wrapper .black div, .content-wrapper .black span {
	color: #FFF;
}

.content-wrapper .black em {
	color: #78e0ff;
	font-style: normal;
}

.content-wrapper .black h4 {
	color: #78e0ff;
}

.content-wrapper .black .mktoForm button[type=submit].mktoButton {
	background-color: #1260fd !important;
}

.content-wrapper .black .mktoForm button[type=submit].mktoButton:link, .content-wrapper .black .mktoForm button[type=submit].mktoButton:visited, .content-wrapper .black .mktoForm button[type=submit].mktoButton:hover, .content-wrapper .black .mktoForm button[type=submit].mktoButton:active {
	background-color: #1260fd !important;
}

.content-wrapper .black .new-demo-button {
	background-color: #1260fd;
}

.dark-bg .new-demo-button {
	background-color: #1260fd;
}

.content-wrapper .blue .resource-wrapper h2, .content-wrapper .blue .resource-wrapper h3, .content-wrapper .blue .resource-wrapper p, .content-wrapper .blue .resource-wrapper a, .content-wrapper .blue .resource-wrapper .h3, .content-wrapper .blue .resource-wrapper div, .content-wrapper .blue .resource-wrapper span,
.content-wrapper .black .resource-wrapper h2,
.content-wrapper .black .resource-wrapper h3,
.content-wrapper .black .resource-wrapper p,
.content-wrapper .black .resource-wrapper a,
.content-wrapper .black .resource-wrapper .h3,
.content-wrapper .black .resource-wrapper div,
.content-wrapper .black .resource-wrapper span,
.content-wrapper .animate .resource-wrapper h2,
.content-wrapper .animate .resource-wrapper h3,
.content-wrapper .animate .resource-wrapper p,
.content-wrapper .animate .resource-wrapper a,
.content-wrapper .animate .resource-wrapper .h3,
.content-wrapper .animate .resource-wrapper div,
.content-wrapper .animate .resource-wrapper span {
	color: #2C0976;
}

.blue .dark-bg-text,
.black .dark-bg-text,
.animate .dark-bg-text {
	color: #FFF;
}

.blue .form-wrapper-container .mktoForm .mktoLabel,
.black .form-wrapper-container .mktoForm .mktoLabel,
.animate .form-wrapper-container .mktoForm .mktoLabel {
	color: #FFF;
}

.blue .form-wrapper-container .mktoForm input,
.blue .form-wrapper-container .mktoForm select,
.blue .form-wrapper-container .mktoForm textarea,
.black .form-wrapper-container .mktoForm input,
.black .form-wrapper-container .mktoForm select,
.black .form-wrapper-container .mktoForm textarea,
.animate .form-wrapper-container .mktoForm input,
.animate .form-wrapper-container .mktoForm select,
.animate .form-wrapper-container .mktoForm textarea {
	color: #FFF;
}

.blue .form-wrapper-container .mktoForm .mktoFieldWrap,
.black .form-wrapper-container .mktoForm .mktoFieldWrap,
.animate .form-wrapper-container .mktoForm .mktoFieldWrap {
	border: 1px solid #FFF;
}

.blue .text-block-371,
.black .text-block-371,
.animate .text-block-371 {
	color: #FFF;
}

.blue .marketo-link,
.black .marketo-link,
.animate .marketo-link {
	color: #78e0ff;
}

.blue #marketo-tos,
.black #marketo-tos,
.animate #marketo-tos {
	color: #FFF;
}

.blue #marketo-tos a,
.black #marketo-tos a,
.animate #marketo-tos a {
	color: #FFF;
	text-decoration: underline;
}

.blue .mktoHtmlText,
.blue .mktoLabel,
.blue #LblOpt_In__c,
.black .mktoHtmlText,
.black .mktoLabel,
.black #LblOpt_In__c,
.animate .mktoHtmlText,
.animate .mktoLabel,
.animate #LblOpt_In__c {
	color: #FFF;
}

.content-wrapper .flexible-grid .dark h1, .content-wrapper .flexible-grid .dark h2, .content-wrapper .flexible-grid .dark h3, .content-wrapper .flexible-grid .dark h4, .content-wrapper .flexible-grid .dark h5, .content-wrapper .flexible-grid .dark h6, .content-wrapper .flexible-grid .dark p, .content-wrapper .flexible-grid .dark ul, .content-wrapper .flexible-grid .dark li, .content-wrapper .flexible-grid .dark div, .content-wrapper .flexible-grid .dark span,
.content-wrapper .flexible-grid .dark-bg h1,
.content-wrapper .flexible-grid .dark-bg h2,
.content-wrapper .flexible-grid .dark-bg h3,
.content-wrapper .flexible-grid .dark-bg h4,
.content-wrapper .flexible-grid .dark-bg h5,
.content-wrapper .flexible-grid .dark-bg h6,
.content-wrapper .flexible-grid .dark-bg p,
.content-wrapper .flexible-grid .dark-bg ul,
.content-wrapper .flexible-grid .dark-bg li,
.content-wrapper .flexible-grid .dark-bg div,
.content-wrapper .flexible-grid .dark-bg span {
	color: #000;
}

.dark-bg-button {
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 12px;
	padding: 16px 28px;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
}

.dark-quote-block {
	background: #14003C;
	border-radius: 50px;
	padding: 96px 80px;
	font-size: 24px;
	line-height: 1.4;
}

@media (max-width: 991px) {
	.dark-quote-block {
		padding: 56px 32px;
	}
}

.dark-quote-block .testimonial-author,
.dark-quote-block .testimonial-company {
	font-size: 18px;
}

.dark-quote-block.smaller {
	padding: 40px;
	text-align: center;
}

.dark-quote-block div {
	color: #FFF;
}

.dark-quote-block .testimonial {
	font-weight: 500;
	font-style: italic;
}

body, html {
	box-sizing: border-box;
	color: #000;
	overflow-x: hidden;
	font-family: CircularXX,Arial,sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	font-style: normal;
	line-height: 155%;
	/* 24.8px */
	letter-spacing: -0.08px;
}

@media (max-width: 991px) {
	body, html {
		font-size: 14px;
	}
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-family: Circularxx,Arial,sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 155%;
	/* 24.8px */
	letter-spacing: -0.08px;
	text-align: left;
	background-color: #F7F7F7;
	position: relative;
	margin: 0;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

@media (max-width: 991px) {
	body {
		font-size: 14px;
	}
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

.new-font {
	color: #7867A8;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 155%;
	/* 24.8px */
	letter-spacing: -0.08px;
}

blockquote {
	margin: 0 0 1rem;
}

figure {
	margin: 0 0 1rem;
}

pre {
	display: block;
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
}

pre code {
	color: inherit;
	word-break: normal;
}

code {
	word-wrap: break-word;
}

a > code {
	color: inherit;
}

img, svg {
	vertical-align: middle;
}

ol,
ul {
	padding-left: 2rem;
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

sub,
sup {
	position: relative;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	margin-top: 0;
}

h1,
.h1 {
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 102%;
	letter-spacing: -2.4px;
	margin-bottom: 32px;
}

@media (max-width: 767px) {
	h1,
	.h1 {
		font-size: 36px;
		margin-bottom: 16px;
	}
}

h2,
.h2 {
	color: #2B145B;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	/* 43.2px */
	letter-spacing: -1.44px;
}

h3,
.h3 {
	color: #2B145B;
	font-variant-numeric: lining-nums proportional-nums;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 106%;
	/* 21.2px */
	letter-spacing: -0.4px;
}

h4,
.h4 {
	font-variant-numeric: lining-nums proportional-nums;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 106%;
	/* 21.2px */
	letter-spacing: -0.4px;
	text-transform: uppercase;
}

.new-h4 {
	color: #2B145B;
}

h5,
h3.tobias-small,
.h5 {
	font-size: 18px;
	font-style: normal;
	font-weight: 450;
	line-height: normal;
	letter-spacing: 0.9px;
	margin-bottom: 0;
	text-transform: uppercase;
}

@media (max-width: 991px) {
	h5,
	h3.tobias-small,
	.h5 {
		font-size: 14px;
		letter-spacing: normal;
	}
}

@media (max-width: 767px) {
	h5,
	h3.tobias-small,
	.h5 {
		letter-spacing: -0.28px;
	}
}

.text-large {
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px;
	/* 138.462% */
	letter-spacing: 0.52px;
}

@media (max-width: 991px) {
	.text-large {
		font-size: 18px;
		letter-spacing: normal;
		line-height: normal;
	}
}

@media (max-width: 767px) {
	.text-large {
		font-size: 16px;
	}
}

strong, b {
	font-weight: 700;
}

img {
	max-width: 100%;
}

a {
	color: #1260fd;
	text-decoration: none;
}

a:active, a:hover {
	outline: 0;
}

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

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

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

.text-large.horizontal-rule {
	border-top-color: #000;
}

.purple-300 .text-large.horizontal-rule,
.horizontal-rule {
	border-top: 1px solid #DFDAE7;
	padding-top: 16px;
}

.navbar-container {
	position: static;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 84px;
	max-width: 1440px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 32px;
	padding-left: 32px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.large-container {
	max-width: 1440px;
	margin: 0 auto;
	padding-right: 32px;
	padding-left: 32px;
}

@media (max-width: 991px) {
	.large-container {
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	.large-container {
		padding-left: 16px;
		padding-right: 16px;
	}
}

.dark-bg {
	color: #FFF;
}

.margin-bottom-24 {
	margin-bottom: 24px;
}

.margin-bottom-48 {
	margin-bottom: 48px;
}

@media screen and (max-width: 767px) {
	.margin-bottom-48 {
		margin-bottom: 24px;
	}
}

.cta-button-margin {
	margin-top: 32px;
}

.margin-right-24 {
	margin-right: 24px;
}

#marketo-tos {
	color: #475467;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	/* 150% */
	text-align: left;
}

#marketo-tos a {
	color: #475467;
	text-decoration: underline;
}

.mktoForm #Phone {
	padding-left: 54px !important;
}

.mktoHtmlText {
	font-size: 14px !important;
	color: #737c97;
}

.mktoForm .checkbox-container .mktoFormCol {
	background: transparent;
	border: 0px solid transparent;
}

.mktoForm button[type=submit].mktoButton {
	padding: 18px 54px !important;
	border-radius: 100px !important;
	background-color: #000 !important;
	font-family: CircularXX !important;
	font-size: 18px !important;
	font-style: normal !important;
	font-weight: 450 !important;
	line-height: 1 !important;
	letter-spacing: 0.9px !important;
	text-transform: uppercase !important;
	height: auto !important;
	width: auto !important;
	margin-bottom: 42px;
	display: inline-block !important;
}

.mktoForm button[type=submit].mktoButton:link, .mktoForm button[type=submit].mktoButton:visited, .mktoForm button[type=submit].mktoButton:hover, .mktoForm button[type=submit].mktoButton:active {
	background-color: #000 !important;
}

.marketo-single-column h4 {
	text-align: center;
}

.form-wrapper-container .mktoForm .mktoFieldWrap {
	float: left;
	border: 1px solid rgba(44, 9, 118, 0.06);
	background: radial-gradient(471.33% 118.75% at 50.39% 100%, rgba(44, 9, 118, 0.02) 17.66%, rgba(44, 9, 118, 0.04) 84.78%);
	background-blend-mode: plus-darker;
	box-shadow: 0.5px 0.5px 1px 0px rgba(102, 102, 102, 0.03) inset, 0px 0px 2px 0px rgba(102, 102, 102, 0.05) inset;
	backdrop-filter: blur(20px);
	padding: 8px 12px;
	border-radius: 8px;
}

.form-wrapper-container .mktoForm .full-width .mktoFieldWrap,
.form-wrapper-container .mktoForm .checkbox-container .mktoFieldWrap {
	background: transparent;
	box-shadow: auto;
	border-radius: 0;
	border: 0;
	box-shadow: none;
}

.form-wrapper-container .mktoLabel {
	color: #2C0976;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
}

.form-wrapper-container .mktoOffset {
	height: 0;
}

.form-wrapper-container .mktoForm input,
.form-wrapper-container .mktoForm select,
.form-wrapper-container .mktoForm textarea {
	background-color: transparent;
	border: 0;
	padding: 0 !important;
	color: rgba(43, 20, 91, 0.44);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 155%;
	/* 24.8px */
	letter-spacing: -0.08px;
}

.form-wrapper-container .mktoForm .mktoFormCol {
	width: calc(50% - 12px);
	margin: 0 12px 12px 0 !important;
}

@media (max-width: 767px) {
	.form-wrapper-container .mktoForm .mktoFormCol {
		width: 100%;
		margin: 0 0 12px 0 !important;
	}
}

.form-wrapper-container .mktoFormRow.checkbox-container .mktoFieldWrap {
	border: 0;
	background: transparent;
	border-radius: 0;
}

.form-wrapper-container .mktoFormRow.checkbox-container .mktoFieldWrap #LblOpt_In__c {
	top: auto;
	padding-left: 6px !important;
}

.form-wrapper-container .mktoForm button[type=submit].mktoButton {
	border: 0;
	cursor: pointer;
	display: inline-block;
	padding: 12px 20px !important;
	justify-content: center;
	align-items: center;
	color: #FFF;
	border-radius: 20px !important;
	background: linear-gradient(270deg, #180062 0%, #2C0976 100%) !important;
	box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.02) inset, 0px -2px 8px 0px rgba(0, 0, 0, 0.01) inset;
	color: rgba(255, 255, 255, 0.92);
	leading-trim: both;
	text-edge: cap;
	font-size: 16px !important;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: -0.32px !important;
	text-align: center;
}

.form-wrapper-container .mktoForm button[type=submit].mktoButton:link, .form-wrapper-container .mktoForm button[type=submit].mktoButton:visited, .form-wrapper-container .mktoForm button[type=submit].mktoButton:hover, .form-wrapper-container .mktoForm button[type=submit].mktoButton:active {
	background-color: #000 !important;
}

.form-wrapper-container .mktoForm #Phone {
	padding-left: 0 !important;
}

.form-wrapper-container input[type=text], .form-wrapper-container input[type=email], .form-wrapper-container input[type=tel], .form-wrapper-container select {
	height: auto !important;
}

.full-width-image-video {
	display: block !important;
}

.full-width-image-video .video-wrapper video {
	z-index: 0;
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	transform: inherit;
}

.full-width-image-video .video-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.full-width-image {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	height: calc(100vh - 160px);
	text-align: center;
	z-index: 2;
	overflow: hidden;
}

.full-width-image img.img-cover {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.tophero .content-block {
	position: absolute;
	bottom: 0;
	z-index: 24;
	top: 0;
	display: flex;
	align-items: center;
	left: 0;
	right: 0;
}

@media screen and (max-width: 1440px) {
	.tophero .content-block h1 {
		margin-bottom: 24px;
		font-size: 55px;
	}
}

@media (max-width: 991px) {
	.tophero .content-block {
		padding-left: 32px;
		padding-right: 32px;
	}
	.tophero .content-block .div-block-1839 {
		max-width: 50%;
		padding-top: 24px;
		padding-bottom: 24px;
	}
}

@media (max-width: 767px) {
	.tophero .content-block {
		padding-left: 24px;
		padding-right: 24px;
	}
	.tophero .content-block h1 {
		font-size: 36px;
	}
	.tophero .content-block .div-block-1839 {
		max-width: 60%;
	}
}

.footer-cta-section {
	padding: 90px 80px;
}

@media (max-width: 767px) {
	.footer-cta-section {
		padding: 32px 0px;
	}
}

.footer-cta-section .content-block {
	text-align: center;
}

.hero-section-four {
	padding: 64px 16px;
}

@media (max-width: 767px) {
	.hero-section-four {
		padding: 32px 16px;
	}
}

.footer-cta-section {
	display: flex;
	overflow: hidden;
	flex-direction: column;
	align-items: center;
	gap: 25px;
	color: #F0F5F5;
}

.div-block-1854 {
	justify-content: center;
	align-items: center;
	display: flex;
	gap: 16px;
	margin-top: 64px;
}

@media screen and (max-width: 991px) {
	.div-block-1854 {
		justify-content: center;
	}
}

@media screen and (max-width: 767px) {
	.div-block-1854 {
		grid-row-gap: 16px;
		flex-direction: column;
	}
	.div-block-1854 .new-demo-button.white.margin-right-24 {
		margin-right: 0;
	}
}

.image-522 {
	padding-left: 28px;
}

@keyframes changeBg {
	0% {
		background-color: #1D6EFE;
		background-image: url("images/frames/Rectangle.svg");
		background-attachment: fixed;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		/* background-origin: border-box | padding-box | content-box; */
		/* background-clip: border-box | padding-box | content-box; */
		/* background-blend-mode: multiply | screen | overlay; */
	}
	25% {
		background-color: #1D6EFE;
		background-image: url("images/frames/State-Frame-02.svg");
		background-attachment: fixed;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		/* background-origin: border-box | padding-box | content-box; */
		/* background-clip: border-box | padding-box | content-box; */
		/* background-blend-mode: multiply | screen | overlay; */
	}
	50% {
		background-color: #1D6EFE;
		background-image: url("images/frames/State-Frame-03.svg");
		background-attachment: fixed;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		/* background-origin: border-box | padding-box | content-box; */
		/* background-clip: border-box | padding-box | content-box; */
		/* background-blend-mode: multiply | screen | overlay; */
	}
	75% {
		background-color: #1D6EFE;
		background-image: url("images/frames/State-Frame-04.svg");
		background-attachment: fixed;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		/* background-origin: border-box | padding-box | content-box; */
		/* background-clip: border-box | padding-box | content-box; */
		/* background-blend-mode: multiply | screen | overlay; */
	}
	100% {
		background-color: #1D6EFE;
		background-image: url("images/frames/Rectangle.svg");
		background-attachment: fixed;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		/* background-origin: border-box | padding-box | content-box; */
		/* background-clip: border-box | padding-box | content-box; */
		/* background-blend-mode: multiply | screen | overlay; */
	}
}

@keyframes changeBg2 {
	to {
		opacity: 1;
	}
}

.footer-cta-section,
.hero-section-four,
.content-wrapper .animate {
	background: #2C0976;
	background-image: url("images/gradient.svg");
	position: relative;
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	color: #FEFEFE;
}

.footer-cta-section:after,
.hero-section-four:after,
.content-wrapper .animate:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(135deg, #141481 10.76%, #1260F6 47.84%, #C996FF 85.93%);
	display: block;
	opacity: 0;
}

.footer-cta-section h1, .footer-cta-section h2, .footer-cta-section h3, .footer-cta-section h4, .footer-cta-section h5, .footer-cta-section h6, .footer-cta-section p, .footer-cta-section ul, .footer-cta-section li, .footer-cta-section div, .footer-cta-section span,
.hero-section-four h1,
.hero-section-four h2,
.hero-section-four h3,
.hero-section-four h4,
.hero-section-four h5,
.hero-section-four h6,
.hero-section-four p,
.hero-section-four ul,
.hero-section-four li,
.hero-section-four div,
.hero-section-four span,
.content-wrapper .animate h1,
.content-wrapper .animate h2,
.content-wrapper .animate h3,
.content-wrapper .animate h4,
.content-wrapper .animate h5,
.content-wrapper .animate h6,
.content-wrapper .animate p,
.content-wrapper .animate ul,
.content-wrapper .animate li,
.content-wrapper .animate div,
.content-wrapper .animate span {
	color: #FEFEFE;
}

.footer-cta-section .new-demo-button,
.hero-section-four .new-demo-button,
.content-wrapper .animate .new-demo-button {
	border-radius: 24px;
	background: radial-gradient(226.14% 56.98% at 50.39% 50%, rgba(128, 128, 128, 0.04) 12.37%, rgba(128, 128, 128, 0.12) 82.97%);
	background-blend-mode: plus-lighter;
	box-shadow: -0.5px -0.5px 3.5px 0px rgba(255, 255, 255, 0.03) inset, 1.5px 1.5px 3.5px 0px rgba(255, 255, 255, 0.05) inset, 2px 3px 12px 0px rgba(255, 255, 255, 0.04) inset, 0.5px 0.5px 1px 0px rgba(255, 255, 255, 0.16) inset, 0px 0px 0px 1px rgba(255, 255, 255, 0.04) inset;
	backdrop-filter: blur(20px);
	display: inline-block;
	padding: 16px 24px;
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: -0.28px;
}

.two-column-flex-grid.video-playlist {
	margin-bottom: 96px;
}

.two-column-flex-grid.video-playlist .two-column-flex-item {
	align-self: flex-start;
}

.two-column-flex-grid.video-playlist .playlist-container {
	max-height: 600px;
	overflow-y: scroll;
}

.two-column-flex-grid.video-playlist .thumbnails .thumbnail {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	padding: 16px;
	border-radius: 12px;
	margin-bottom: 20px;
	cursor: pointer;
}

.two-column-flex-grid.video-playlist .thumbnails .thumbnail.active {
	background: #F7F7F7;
}

.two-column-flex-grid.video-playlist .thumbnails .thumbnail-image {
	max-width: 160px;
	height: 100%;
}

.two-column-flex-grid.video-playlist .thumbnails .video-description-wrap {
	width: 50%;
}

.two-column-flex-grid.video-playlist .thumbnails .video-description-wrap h3 {
	font-size: 18px;
	margin-bottom: 12px;
}

.two-column-flex-grid.video-playlist .thumbnails .video-description-wrap .thumbnail-description {
	font-size: 12px;
	line-height: 1.3;
}

.two-column-flex-grid.video-playlist .thumbnails .video-description-wrap .thumbnail-description p {
	margin-bottom: 0;
}

@keyframes myAnimation {
	from {
		opacity: 0;
		-webkit-transform: translateX(-80px);
		-moz-transform: translateX(-80px);
		-ms-transform: translateX(-80px);
		-o-transform: translateX(-80px);
		transform: translateX(-80px);
		-webkit-transition: all 0.75s ease-out;
		-moz-transition: all 0.75s ease-out;
		-ms-transition: all 0.75s ease-out;
		-o-transition: all 0.75s ease-out;
		transition: all 0.75s ease-out;
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
}

.js-ready .text-anim {
	opacity: 0;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
	-webkit-transition: all 0.75s ease-out;
	-moz-transition: all 0.75s ease-out;
	-ms-transition: all 0.75s ease-out;
	-o-transition: all 0.75s ease-out;
	transition: all 0.75s ease-out;
}

.js-ready .textload {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.js-ready .img-anim {
	opacity: 0;
	-webkit-transform: translateX(-80px);
	-moz-transform: translateX(-80px);
	-ms-transform: translateX(-80px);
	-o-transform: translateX(-80px);
	transform: translateX(-80px);
	-webkit-transition: all 0.75s ease-out;
	-moz-transition: all 0.75s ease-out;
	-ms-transition: all 0.75s ease-out;
	-o-transition: all 0.75s ease-out;
	transition: all 0.75s ease-out;
}

.js-ready .imgload {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.js-ready .reverse-direction .img-anim {
	-webkit-transform: translateX(80px);
	-moz-transform: translateX(80px);
	-ms-transform: translateX(80px);
	-o-transform: translateX(80px);
	transform: translateX(80px);
	-webkit-transition: all 0.75s ease-out;
	-moz-transition: all 0.75s ease-out;
	-ms-transition: all 0.75s ease-out;
	-o-transition: all 0.75s ease-out;
	transition: all 0.75s ease-out;
}

.js-ready .reverse-direction .imgload {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}

.js-ready .opaque {
	opacity: 0;
	-webkit-transition: all 1.25s ease-out;
	-moz-transition: all 1.25s ease-out;
	-ms-transition: all 1.25s ease-out;
	-o-transition: all 1.25s ease-out;
	transition: all 1.25s ease-out;
}

.js-ready .visibility {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.js-ready .flexible-grid.two-columns .column:nth-of-type(odd),
.js-ready .two-column-flex-grid .resource-wrapper:nth-of-type(odd),
.js-ready .flexible-grid.columns-2 .resource-wrapper:nth-of-type(odd) {
	opacity: 0;
	-webkit-transform: translateX(-80px);
	-moz-transform: translateX(-80px);
	-ms-transform: translateX(-80px);
	-o-transform: translateX(-80px);
	transform: translateX(-80px);
	-webkit-transition: all 0.75s ease-out;
	-moz-transition: all 0.75s ease-out;
	-ms-transition: all 0.75s ease-out;
	-o-transition: all 0.75s ease-out;
	transition: all 0.75s ease-out;
}

.js-ready .flexible-grid.two-columns .visibility.column:nth-of-type(odd),
.js-ready .two-column-flex-grid .visibility.resource-wrapper:nth-of-type(odd),
.js-ready .flexible-grid.columns-2 .visibility.resource-wrapper:nth-of-type(odd) {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.js-ready .flexible-grid.two-columns .column:nth-of-type(even),
.js-ready .two-column-flex-grid .resource-wrapper:nth-of-type(even),
.js-ready .flexible-grid.columns-2 .resource-wrapper:nth-of-type(even) {
	-webkit-transform: translateX(80px);
	-moz-transform: translateX(80px);
	-ms-transform: translateX(80px);
	-o-transform: translateX(80px);
	transform: translateX(80px);
	-webkit-transition: all 0.75s ease-out;
	-moz-transition: all 0.75s ease-out;
	-ms-transition: all 0.75s ease-out;
	-o-transition: all 0.75s ease-out;
	transition: all 0.75s ease-out;
}

.js-ready .flexible-grid.two-columns .visibility.column:nth-of-type(even),
.js-ready .two-column-flex-grid .visibility.resource-wrapper:nth-of-type(even),
.js-ready .flexible-grid.columns-2 .visibility.resource-wrapper:nth-of-type(even) {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}

.js-ready .flexible-grid.three-columns .column,
.js-ready .three-column-flex-grid .resource-wrapper,
.js-ready .flexible-grid.columns-3 .resource-wrapper {
	opacity: 0;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
	-webkit-transition: all 0.75s ease-out;
	-moz-transition: all 0.75s ease-out;
	-ms-transition: all 0.75s ease-out;
	-o-transition: all 0.75s ease-out;
	transition: all 0.75s ease-out;
}

.js-ready .flexible-grid.three-columns .visibility.column,
.js-ready .three-column-flex-grid .visibility.resource-wrapper,
.js-ready .flexible-grid.columns-3 .visibility.resource-wrapper {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.social-container .rating-flex-wrapper-item {
	align-items: center;
	text-align: center;
	flex: 0 1 auto;
	flex-basis: 22%;
}

.social-container .rating-flex-wrapper-item img {
	display: block;
	max-height: 175px;
	margin: auto;
	max-width: 84px;
}

.rating-awards-wrapper,
.rating-star-wrapper {
	display: flex;
	column-gap: 32px;
	row-gap: 32px;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.rating-awards-wrapper {
	margin-bottom: 48px;
}

.rating-flex-wrapper-item {
	align-items: center;
	text-align: center;
	flex: 0 1 auto;
	flex-basis: 22%;
}

.rating-flex-wrapper-item img {
	display: block;
	max-height: 175px;
	margin: auto;
	max-width: 150px;
}

[data-star] {
	line-height: 1;
	font-size: 24px;
	text-align: left;
	font-style: normal;
	display: inline-block;
	position: relative;
	unicode-bidi: bidi-override;
}

[data-star]::before {
	display: block;
	content: '★★★★★';
	color: #8a8a8a;
}

[data-star]::after {
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: 0;
	content: '★★★★★';
	width: 0;
	color: #1260fd;
	overflow: hidden;
	height: 100%;
}

[data-star^="0.1"]::after {
	width: 2%;
}

[data-star^="0.2"]::after {
	width: 4%;
}

[data-star^="0.3"]::after {
	width: 6%;
}

[data-star^="0.4"]::after {
	width: 8%;
}

[data-star^="0.5"]::after {
	width: 10%;
}

[data-star^="0.6"]::after {
	width: 12%;
}

[data-star^="0.7"]::after {
	width: 14%;
}

[data-star^="0.8"]::after {
	width: 16%;
}

[data-star^="0.9"]::after {
	width: 18%;
}

[data-star^="1"]::after {
	width: 20%;
}

[data-star^="1.1"]::after {
	width: 22%;
}

[data-star^="1.2"]::after {
	width: 24%;
}

[data-star^="1.3"]::after {
	width: 26%;
}

[data-star^="1.4"]::after {
	width: 28%;
}

[data-star^="1.5"]::after {
	width: 30%;
}

[data-star^="1.6"]::after {
	width: 32%;
}

[data-star^="1.7"]::after {
	width: 34%;
}

[data-star^="1.8"]::after {
	width: 36%;
}

[data-star^="1.9"]::after {
	width: 38%;
}

[data-star^="2"]::after {
	width: 40%;
}

[data-star^="2.1"]::after {
	width: 42%;
}

[data-star^="2.2"]::after {
	width: 44%;
}

[data-star^="2.3"]::after {
	width: 46%;
}

[data-star^="2.4"]::after {
	width: 48%;
}

[data-star^="2.5"]::after {
	width: 50%;
}

[data-star^="2.6"]::after {
	width: 52%;
}

[data-star^="2.7"]::after {
	width: 54%;
}

[data-star^="2.8"]::after {
	width: 56%;
}

[data-star^="2.9"]::after {
	width: 58%;
}

[data-star^="3"]::after {
	width: 60%;
}

[data-star^="3.1"]::after {
	width: 62%;
}

[data-star^="3.2"]::after {
	width: 64%;
}

[data-star^="3.3"]::after {
	width: 66%;
}

[data-star^="3.4"]::after {
	width: 68%;
}

[data-star^="3.5"]::after {
	width: 70%;
}

[data-star^="3.6"]::after {
	width: 72%;
}

[data-star^="3.7"]::after {
	width: 74%;
}

[data-star^="3.8"]::after {
	width: 76%;
}

[data-star^="3.9"]::after {
	width: 78%;
}

[data-star^="4"]::after {
	width: 80%;
}

[data-star^="4.1"]::after {
	width: 82%;
}

[data-star^="4.2"]::after {
	width: 84%;
}

[data-star^="4.3"]::after {
	width: 86%;
}

[data-star^="4.4"]::after {
	width: 88%;
}

[data-star^="4.5"]::after {
	width: 90%;
}

[data-star^="4.6"]::after {
	width: 92%;
}

[data-star^="4.7"]::after {
	width: 94%;
}

[data-star^="4.8"]::after {
	width: 96%;
}

[data-star^="4.9"]::after {
	width: 98%;
}

[data-star^="5"]::after {
	width: 100%;
}

.full-bg {
	background: url("images/signup-hero-gradient.png");
	background-position: 30% 30%;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #2C0976;
}

.full-bg.image-bg-full-size {
	background-position: 100% 100%;
}

.full-bg .content-block,
.full-bg .large-container {
	max-width: 1200px;
}

.full-bg #header-alt {
	margin: 48px 0;
}

.full-bg h2 {
	margin-top: 48px;
}

@media (max-width: 767px) {
	.full-bg h2 {
		margin-top: 0;
	}
}

.full-bg .navbar-brand img {
	width: 124px;
}

.full-bg .article-body .content-wrapper {
	background-color: transparent !important;
}

.full-bg .form-wrapper-container {
	background: #FFF;
	border-radius: 20px;
	padding: 36px 64px;
}

@media (max-width: 767px) {
	.full-bg .form-wrapper-container {
		padding: 16px;
	}
}

.full-bg .form-wrapper-container .mktoForm .mktoFieldWrap {
	float: left;
	border: 1px solid rgba(44, 9, 118, 0.06);
	background: radial-gradient(471.33% 118.75% at 50.39% 100%, rgba(44, 9, 118, 0.02) 17.66%, rgba(44, 9, 118, 0.04) 84.78%);
	background-blend-mode: plus-darker;
	box-shadow: 0.5px 0.5px 1px 0px rgba(102, 102, 102, 0.03) inset, 0px 0px 2px 0px rgba(102, 102, 102, 0.05) inset;
	backdrop-filter: blur(20px);
	padding: 8px 12px;
	border-radius: 8px;
}

.full-bg .form-wrapper-container .mktoForm .full-width .mktoFieldWrap,
.full-bg .form-wrapper-container .mktoForm .checkbox-container .mktoFieldWrap {
	background: transparent;
	box-shadow: auto;
	border-radius: 0;
	border: 0;
	box-shadow: none;
}

.full-bg .form-wrapper-container .mktoLabel {
	color: #2C0976;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
}

.full-bg .form-wrapper-container .mktoOffset {
	height: 0;
}

.full-bg .form-wrapper-container .mktoForm input,
.full-bg .form-wrapper-container .mktoForm select {
	background-color: transparent;
	border: 0;
	padding: 0 !important;
	color: rgba(43, 20, 91, 0.44);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 155%;
	/* 24.8px */
	letter-spacing: -0.08px;
}

.full-bg .form-wrapper-container .mktoForm .mktoFormCol {
	width: calc(50% - 12px);
	margin: 0 12px 12px 0 !important;
}

@media (max-width: 767px) {
	.full-bg .form-wrapper-container .mktoForm .mktoFormCol {
		width: 100%;
		margin: 0 0 12px 0 !important;
	}
}

.full-bg .form-wrapper-container .mktoFormRow.checkbox-container .mktoFieldWrap {
	border: 0;
	background: transparent;
	border-radius: 0;
}

.full-bg .form-wrapper-container .mktoFormRow.checkbox-container .mktoFieldWrap #LblOpt_In__c {
	top: auto;
	padding-left: 6px !important;
}

.full-bg .form-wrapper-container .mktoForm button[type=submit].mktoButton {
	border: 0;
	cursor: pointer;
	display: inline-block;
	padding: 12px 20px !important;
	justify-content: center;
	align-items: center;
	color: #FFF;
	border-radius: 20px !important;
	background: linear-gradient(270deg, #180062 0%, #2C0976 100%) !important;
	box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.02) inset, 0px -2px 8px 0px rgba(0, 0, 0, 0.01) inset;
	color: rgba(255, 255, 255, 0.92);
	leading-trim: both;
	text-edge: cap;
	font-size: 16px !important;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: -0.32px !important;
	text-align: center;
}

.full-bg .form-wrapper-container .mktoForm button[type=submit].mktoButton:link, .full-bg .form-wrapper-container .mktoForm button[type=submit].mktoButton:visited, .full-bg .form-wrapper-container .mktoForm button[type=submit].mktoButton:hover, .full-bg .form-wrapper-container .mktoForm button[type=submit].mktoButton:active {
	background-color: #000 !important;
}

.full-bg .form-wrapper-container .mktoForm #Phone {
	padding-left: 0 !important;
}

.full-bg .form-wrapper-container input[type=text], .full-bg .form-wrapper-container input[type=email], .full-bg .form-wrapper-container input[type=tel], .full-bg .form-wrapper-container select {
	height: auto !important;
}

.full-bg .blue .mktoHtmlText, .full-bg .blue .mktoLabel, .full-bg .blue #LblOpt_In__c, .full-bg .black .mktoHtmlText, .full-bg .black .mktoLabel, .full-bg .black #LblOpt_In__c, .full-bg .animate .mktoHtmlText, .full-bg .animate .mktoLabel, .full-bg .animate #LblOpt_In__c {
	color: #2C0976;
}

.full-bg .two-column-catch-all-content-wrapper ul {
	list-style: none;
}

.full-bg .two-column-catch-all-content-wrapper ul li {
	line-height: 25px;
	margin-bottom: 24px;
}

.full-bg .two-column-catch-all-content-wrapper ul li:before {
	content: '';
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	background-position: center center;
	display: block;
	float: left;
	margin-right: 12px;
	background-size: contain;
}

.full-bg .two-column-catch-all-content-wrapper ul li:nth-of-type(1):before {
	background-image: url("images/icn_multiproduct@2x.png");
}

.full-bg .two-column-catch-all-content-wrapper ul li:nth-of-type(2):before {
	background-image: url("images/icn_search@2x.png");
}

.full-bg .two-column-catch-all-content-wrapper ul li:nth-of-type(3):before {
	background-image: url("images/icn_pay@2x.png");
}

.full-bg h2,
.full-bg .new-font,
.full-bg h3 {
	color: rgba(255, 255, 255, 0.92);
}

.full-bg .two-column-flex-grid h4 {
	border-top: 1px solid white;
	padding-top: 31px;
}

.full-bg .two-column-flex-grid .logo-callout {
	font-size: 12px;
}

.full-bg .two-column-flex-grid .customer-logo-wrapper {
	flex-wrap: wrap;
	padding-bottom: 31px;
	border-bottom: 1px solid white;
	margin-bottom: 32px;
}

.full-bg .two-column-flex-grid .customer-logo-wrapper .customer-logo-box {
	width: 43%;
}

.ebooks-template-default,
.webinars-template-default,
.consensus-template-default {
	padding-bottom: 48px;
}

.ebooks-template-default h1, .ebooks-template-default .text-large,
.webinars-template-default h1,
.webinars-template-default .text-large,
.consensus-template-default h1,
.consensus-template-default .text-large {
	color: #FFF;
}

.ebooks-template-default .horizontal-rule,
.webinars-template-default .horizontal-rule,
.consensus-template-default .horizontal-rule {
	border-color: #FFF;
}

.ebooks-template-default .text-large,
.webinars-template-default .text-large,
.consensus-template-default .text-large {
	padding-bottom: 16px;
}

.ebooks-template-default .two-column-flex-item.direction-2,
.webinars-template-default .two-column-flex-item.direction-2,
.consensus-template-default .two-column-flex-item.direction-2 {
	align-self: flex-start;
}

.ebooks-template-default .flex-stretch,
.webinars-template-default .flex-stretch,
.consensus-template-default .flex-stretch {
	align-self: stretch !important;
}

.ebooks-template-default .flex-stretch .form-wrapper-container,
.webinars-template-default .flex-stretch .form-wrapper-container,
.consensus-template-default .flex-stretch .form-wrapper-container {
	height: 100%;
}

.webinars-template-default .two-column-flex-item.direction-1,
.consensus-template-default .two-column-flex-item.direction-1 {
	align-self: flex-start;
}

.webinars-template-default .video-container,
.consensus-template-default .video-container {
	margin-bottom: 64px;
}

.webinars-template-default .video-player-margins,
.consensus-template-default .video-player-margins {
	padding-top: 32px;
	padding-bottom: 32px;
}

@media (min-width: 1300px) {
	.two-column-flex-grid.right-larger .two-column-flex-item:nth-of-type(1) {
		width: 30%;
	}
	.two-column-flex-grid.right-larger .two-column-flex-item:nth-of-type(2) {
		width: 69%;
	}
}

.page-template-template-full_bg .two-column-flex-grid .new-demo-button {
	color: #180062;
	background: #FFF;
}

.new-hero {
	background-color: #F7F7F7;
}

.new-hero .new-hero-wrapper {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	border-radius: 12px;
	background: #8B49FF;
	background-size: cover;
	position: relative;
	/* May be necessary depending on your layout */
	width: 100%;
	/* Ensure the element spans the width of its container */
	height: 100vh;
	/* Adjust the height as necessary */
	overflow: hidden;
	/* Optional, in case of any overflow issues */
	padding: 96px;
	z-index: 1;
}

@media (max-width: 991px) {
	.new-hero .new-hero-wrapper {
		height: auto;
		padding: 32px;
	}
}

.new-hero .new-hero-wrapper .primary-text-wrapper {
	max-width: 450px;
}

.new-hero .new-hero-wrapper h1 {
	color: rgba(255, 255, 255, 0.8);
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 102%;
	letter-spacing: -2.4px;
	margin-bottom: 32px;
}

.new-hero .new-hero-wrapper h1 #rotate-text {
	min-height: 50px;
	/* Ensures container has height even when changing text */
	transition: opacity 0.5s ease-in-out;
	/* Smooth transition for text change */
}

.new-hero .new-hero-wrapper h1 i {
	color: rgba(255, 255, 255, 0.4);
	font-style: normal;
}

.new-hero .new-hero-wrapper .new-text {
	color: rgba(255, 255, 255, 0.8);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	/* 27px */
	letter-spacing: -0.27px;
	margin-bottom: 32px;
}

.new-hero .new-hero-wrapper .new-cta {
	border-radius: 24px;
	background: radial-gradient(226.14% 56.98% at 50.39% 50%, rgba(128, 128, 128, 0.04) 12.37%, rgba(128, 128, 128, 0.12) 82.97%);
	background-blend-mode: plus-lighter;
	box-shadow: -0.5px -0.5px 3.5px 0px rgba(255, 255, 255, 0.03) inset, 1.5px 1.5px 3.5px 0px rgba(255, 255, 255, 0.05) inset, 2px 3px 12px 0px rgba(255, 255, 255, 0.04) inset, 0.5px 0.5px 1px 0px rgba(255, 255, 255, 0.16) inset, 0px 0px 0px 1px rgba(255, 255, 255, 0.04) inset;
	backdrop-filter: blur(20px);
	display: inline-block;
	padding: 16px 24px;
}

.new-hero .new-hero-wrapper .newest-demo-button {
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	/* 14px */
	letter-spacing: -0.28px;
}

.new-hero .new-hero-wrapper .primary-image {
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

@media (max-width: 991px) {
	.new-hero .new-hero-wrapper .primary-image {
		display: none;
	}
}

@media (min-width: 991px) {
	.new-hero .new-hero-wrapper .mobile-image {
		display: none;
	}
}

@media (max-width: 991px) {
	.new-hero .new-hero-wrapper .mobile-image {
		display: block;
		position: relative;
		width: auto;
		max-width: none;
		margin: 0 auto;
	}
}

@media (max-width: 991px) {
	.new-hero .new-hero-wrapper .primary-image-wrapper {
		margin-top: 64px;
		width: 100%;
		height: 360px;
		overflow: hidden;
		margin-bottom: 48px;
	}
}

.new-hero .new-hero-wrapper .secondary-image {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

@media (max-width: 991px) {
	.new-hero .new-hero-wrapper .secondary-image {
		display: none;
	}
}

.new-hero .new-hero-wrapper .logo-callout {
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-size: 10px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	/* 13px */
	letter-spacing: 0.4px;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.new-hero .new-hero-wrapper .customer-logo-box {
		flex: 1 0 42%;
	}
}

.comparison-table {
	width: 100%;
}

.comparison-table.table-columns-2 th {
	width: 50%;
}

.comparison-table.table-columns-2 th {
	width: 30%;
}

.comparison-table.table-columns-4 th {
	width: 20%;
}

.comparison-table.table-columns-5 th {
	width: 15%;
}

.comparison-table.table-columns-6 th {
	width: 12%;
}

.comparison-table.table-columns-3 th:first-of-type, .comparison-table.table-columns-4 th:first-of-type, .comparison-table.table-columns-5 th:first-of-type, .comparison-table.table-columns-6 th:first-of-type {
	width: 40%;
}

#hire .two-column-heading-wrapper {
	border-left: 0;
}

@media (max-width: 767px) {
	#hire .two-column-flex-item.img-anim {
		order: 2;
	}
}

#frontline-workforce .icon {
	max-width: 100%;
	height: 24px;
	order: 3;
}

#frontline-workforce .sidebyside h2 {
	flex: 3;
}

#frontline-workforce .sidebyside .new-font {
	flex: 3;
}

#frontline-workforce .sidebyside .main-heading-cta {
	flex: 1;
}

#assist .multi-field .outline.dark div, #assist .multi-field .outline.dark span, #assist .multi-field .outline.dark li, #assist .multi-field .outline.dark ul, #assist .multi-field .outline.dark p, #assist .multi-field .outline.dark h6, #assist .multi-field .outline.dark h5, #assist .multi-field .outline.dark h4, #assist .multi-field .outline.dark h3, #assist .multi-field .outline.dark h2 {
	color: rgba(255, 255, 255, 0.92);
}

#assist .content-wrapper.blue {
	background: #2C0976;
}

#assist .column.dark.outline {
	border-radius: 8px 0px 0px 8px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.07);
	background-blend-mode: plus-lighter;
	box-shadow: 0px 30.029px 32px 0px rgba(0, 0, 0, 0.01), 0px 11.592px 8.694px 0px rgba(0, 0, 0, 0.01), 0px 4.729px 3.547px 0px rgba(0, 0, 0, 0), 0px 1.196px 0.897px 0px rgba(0, 0, 0, 0);
	backdrop-filter: blur(20px);
}

#assist .new-font.horizontal-rule {
	border: 0px;
}

#assist .border-transparent {
	display: flex;
	flex-direction: column;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}

#assist .border-transparent h3 {
	margin-top: 18px;
}

#assist h3 {
	margin-bottom: 0;
}

#assist .icon-link-wrap {
	padding: 36px 48px 0;
}

@media (max-width: 767px) {
	#assist .icon-link-wrap {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}
}

#assist .border-transparent {
	padding: 0 48px 36px;
}

#ai .base-image {
	max-height: unset;
	max-width: 80%;
}

#ai .flexible-grid.three-columns .column .border-transparent {
	border-top: 1px solid rgba(44, 9, 118, 0.12);
	padding-top: 32px;
}

#ai .flexible-grid.three-columns .column:nth-of-type(2) {
	background: #FFF;
	border-radius: 12px;
	box-shadow: 0px 30.029px 32px 0px rgba(0, 0, 0, 0.01), 0px 11.592px 8.694px 0px rgba(0, 0, 0, 0.01), 0px 4.729px 3.547px 0px rgba(0, 0, 0, 0), 0px 1.196px 0.897px 0px rgba(0, 0, 0, 0);
}

#ai .flexible-grid.three-columns .column:nth-of-type(2) .border-transparent {
	padding-left: 32px;
	padding-right: 32px;
	padding-bottom: 32px;
}

@media (max-width: 991px) {
	.new-hero .content-block {
		padding-left: 0;
		padding-right: 0;
	}
}

.new-hero .new-hero-wrapper {
	background-position: 35% 70%;
	padding-bottom: 32px;
}

@media (max-width: 991px) {
	.new-hero .new-hero-wrapper {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 991px) {
	.new-hero .new-hero-wrapper .primary-image-wrapper {
		pointer-events: none;
		margin-top: -330px;
		margin-left: 12px;
		height: auto;
	}
}

@media (max-width: 991px) {
	.new-hero .new-hero-wrapper .primary-text-wrapper {
		padding-left: 16px;
		padding-right: 16px;
	}
}

.new-hero .new-hero-wrapper .primary-image,
.new-hero .new-hero-wrapper .secondary-image,
.new-hero .new-hero-wrapper .mobile-image {
	mix-blend-mode: plus-lighter;
}

.new-hero .new-hero-wrapper h1,
.new-hero .new-hero-wrapper .new-text {
	color: #F2FFFF;
}

.new-hero .new-hero-wrapper .new-cta {
	background-color: #F2FFFF;
	padding: 0;
}

.new-hero .new-hero-wrapper .newest-demo-button {
	color: #2C0976;
	padding: 16px 24px;
	display: block;
}

@media (max-width: 991px) {
	.new-hero .new-hero-wrapper h1 {
		font-size: 40px;
	}
}

.new-hero .new-hero-wrapper h1 i {
	color: #A7CDFF;
	background: radial-gradient(226.14% 56.98% at 50.39% 50%, rgba(128, 128, 128, 0.04) 12.37%, rgba(128, 128, 128, 0.12) 100%);
}

#workforce-management .multi-field.layout-masonry {
	gap: 16px;
}

@media (max-width: 991px) {
	#workforce-management .multi-field.layout-masonry {
		max-height: 1000px;
		min-height: 1000px;
	}
}

@media (max-width: 767px) {
	#workforce-management .multi-field.layout-masonry {
		max-height: none;
		min-height: none;
		gap: 32px;
	}
}

@media (max-width: 767px) {
	#workforce-management .multi-field.layout-masonry .column {
		max-height: none !important;
		min-height: none !important;
		max-width: 100%;
	}
}

#workforce-management .content-heading-wrapper {
	text-align: left;
	max-width: 500px;
}

@media (max-width: 767px) {
	#workforce-management .content-heading-wrapper {
		max-height: none;
	}
}

#workforce-management .flexible-grid.three-columns .column {
	max-width: 33%;
}

@media (max-width: 991px) {
	#workforce-management .flexible-grid.three-columns .column {
		min-height: 300px;
		max-height: 400px;
		max-width: 50%;
		margin-top: 0 !important;
	}
}

@media (max-width: 767px) {
	#workforce-management .flexible-grid.three-columns .column {
		max-width: 100%;
	}
}

#workforce-management .flexible-grid.three-columns .column:nth-of-type(3) {
	background: radial-gradient(353.3% 185.63% at 132.93% -33.63%, #F1EDEE 0%, #F26FB6 89%);
	color: #FFF;
}

#workforce-management .flexible-grid.three-columns .column:nth-of-type(3) h3,
#workforce-management .flexible-grid.three-columns .column:nth-of-type(3) .new-font {
	color: #FFF;
}

#workforce-management .flexible-grid.three-columns .column:nth-of-type(2n) {
	min-height: 400px;
}

@media (max-width: 991px) {
	#workforce-management .flexible-grid.three-columns .column:nth-of-type(2n) {
		min-height: 300px;
		max-height: 300px;
	}
}

#workforce-management .flexible-grid.three-columns .column:nth-of-type(1), #workforce-management .flexible-grid.three-columns .column:nth-of-type(4) {
	background: #F1EFEF;
}

#workforce-management .flexible-grid.three-columns .column:nth-of-type(1) {
	margin-top: 64px;
	min-height: 800px;
	background-image: url("images/background_wavey_lines.svg");
	background-repeat: no-repeat;
	background-size: cover;
}

@media (max-width: 991px) {
	#workforce-management .flexible-grid.three-columns .column:nth-of-type(1) {
		min-height: 500px;
		max-height: 500px;
	}
}

#workforce-management .flexible-grid.three-columns .column:nth-of-type(4) {
	background-image: url("images/background_dotted_lines.svg");
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center 190px;
}

#workforce-management .flexible-grid.three-columns .column:nth-of-type(2) {
	margin-top: 32px;
}

.page-template-template-full_bg .two-column-catch-all-content-wrapper ul {
	padding-left: 0;
}

.dark.new-cta-link:before,
.dark .new-cta-link:before {
	background-image: url("images/new-arrow-bg.svg");
	z-index: 2;
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	background-position: 50%;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	transform: rotate(180deg);
}

.new-cta-link:before {
	background-image: url("images/new_arrow.svg");
	z-index: 2;
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	background-position: 50%;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
}

.new-cta-link:after {
	border-radius: var(--scale-h3, 24px);
	background: radial-gradient(471.33% 118.75% at 50.39% 100%, rgba(51, 51, 51, 0.04) 17.66%, rgba(51, 51, 51, 0.07) 84.78%);
	background-blend-mode: plus-darker;
	box-shadow: 0.5px 0.5px 1px 0px rgba(102, 102, 102, 0.03) inset, 0px 0px 2px 0px rgba(102, 102, 102, 0.05) inset;
	backdrop-filter: blur(20px);
}

.inline-icon-heading {
	row-gap: 18px;
}

.icon {
	max-width: 42px;
}

.icon-block .icon {
	margin-bottom: 18px;
}

.multi-field .link-box {
	display: flex;
	flex-direction: column;
}

.icon-link-wrap {
	margin-bottom: 18px;
}

.product-display .horizontal-rule {
	border-color: #FFF;
}

.multi-field .white h5 {
	color: #D9D9D9;
}

.home .content-block {
	max-width: 1200px;
}

.home .new-hero .content-block {
	max-width: 1440px;
}

.logo-callout {
	margin-bottom: 24px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

@media (max-width: 991px) {
	.product-display .image-488 {
		float: none;
		max-width: 200px;
	}
}

@media (max-width: 767px) {
	.display-none-mobile {
		display: none;
	}
	.home .content-wrapper .content-wrapper .content-wrapper {
		padding-top: 72px !important;
		padding-bottom: 72px !important;
	}
	.base-image {
		display: flex;
		text-align: center;
		margin: auto;
	}
	.home .logo-callout {
		max-width: 180px;
		margin-left: auto;
		margin-right: auto;
	}
}

.page-id-3664 .two-column-catch-all-content-wrapper em,
.page-id-3670 .two-column-catch-all-content-wrapper em {
	font-style: normal;
}

.page-id-3664 .two-column-catch-all-content-wrapper .customer-logo-box,
.page-id-3670 .two-column-catch-all-content-wrapper .customer-logo-box {
	width: 25%;
}

.page-id-3664 .two-column-catch-all-content-wrapper .customer-logo-wrapper,
.page-id-3670 .two-column-catch-all-content-wrapper .customer-logo-wrapper {
	flex-wrap: wrap;
}

.page-id-3664 .two-column-catch-all-content-wrapper h4,
.page-id-3670 .two-column-catch-all-content-wrapper h4 {
	text-transform: none;
	margin-bottom: 18px;
	letter-spacing: -1.3px;
}

.footer-cta-section h2 {
	color: #FFF;
}

.announcement-bar {
	display: block;
	padding-left: 0;
	padding-right: 0;
}

.announcement-bar p {
	color: #2b145b !important;
}

.announcement-bar .new-cta-link:before {
	width: 24px;
	height: 24px;
}

.home .announcement-bar .content-block {
	max-width: 1440px;
}

@media (max-width: 767px) {
	.new-hero .content-block {
		padding-left: 12px;
		padding-right: 12px;
	}
	.new-hero .new-hero-wrapper .primary-text-wrapper {
		padding-left: 48px;
		padding-right: 96px;
		padding-top: 16px;
	}
	.new-hero .new-hero-wrapper .primary-text-wrapper h1 {
		font-size: 40px;
	}
	.new-hero .new-hero-wrapper .primary-image-wrapper {
		margin-top: -330px;
		margin-left: 12px;
	}
	#assist .icon-link-wrap {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}
	#header-alt.navbar .headwrapper {
		align-items: center;
		gap: 16px;
		flex-direction: column;
	}
	.announcement-bar {
		text-align: center;
	}
}

.content-wrapper.black h1,
.content-wrapper.black h2,
.content-wrapper.black h3,
.content-wrapper.black h4,
.content-wrapper.black h5,
.content-wrapper.black h6,
.content-wrapper.blue h1,
.content-wrapper.blue h2,
.content-wrapper.blue h3,
.content-wrapper.blue h4,
.content-wrapper.blue h5,
.content-wrapper.blue h6 {
	color: #FFF;
}

.content-wrapper .animate .dark h3, .content-wrapper .animate .dark h4, .content-wrapper .animate .dark h5, .content-wrapper .animate .dark .h5, .content-wrapper .animate .dark h6, .content-wrapper .animate .dark p, .content-wrapper .animate .dark ul, .content-wrapper .animate .dark li, .content-wrapper .animate .dark .horizontal-rule, .content-wrapper .animate .dark .horizontal-rule span {
	color: #000;
}

.content-wrapper .animate h3 {
	margin-top: 18px;
}

.testimonial span {
	font-weight: 500 !important;
}

.content-wrapper .black .content-heading-wrapper h2,
.content-wrapper .blue .content-heading-wrapper h2 {
	color: #FFF;
}

.content-wrapper .black .two-column-catch-all-content-wrapper p,
.content-wrapper .black .two-column-catch-all-content-wrapper h2 {
	color: #FFF;
}

.content-wrapper .black .multi-field p,
.content-wrapper .black .multi-field span {
	color: #000;
}

@media (max-width: 991px) {
	.new-hero .new-hero-wrapper .primary-image-wrapper {
		pointer-events: none;
	}
}

.display-none-mobile ul,
.ebooks-template-default .two-column-catch-all-content-wrapper ul,
.webinars-template-default .two-column-catch-all-content-wrapper ul {
	padding-left: 0;
}

.new-hero .new-hero-wrapper .new-cta {
	padding: 0;
}

.new-hero .new-hero-wrapper .newest-demo-button {
	padding: 16px 24px;
	display: block;
}

@media (max-width: 400px) {
	#header .headwrapper .cta-menu {
		margin-right: 0;
		justify-content: flex-start;
	}
	.button-menu {
		width: 100%;
		order: 3;
		margin-top: 24px;
	}
}

.two-column-flex-grid .collection-list-32.ebooks .menu-item-title {
	color: #2B145B;
	font-variant-numeric: lining-nums proportional-nums;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 106%;
	letter-spacing: -0.4px;
}

.align-center .new-demo-button {
	margin-top: 32px;
}

@media (min-width: 992px) {
	.page-id-4112.full-bg .two-column-flex-grid .customer-logo-wrapper .customer-logo-box {
		width: 50%;
	}
	.page-id-4112 .customer-logo-wrapper {
		grid-column-gap: 0px;
	}
}

@media (max-width: 991px) {
	.page-id-4112.full-bg .two-column-flex-grid .customer-logo-wrapper .customer-logo-box {
		width: 100%;
	}
}

.page-id-4112.full-bg .two-column-flex-grid .logo-callout {
	font-size: 16px;
}

.page-id-4112.full-bg .two-column-catch-all-content-wrapper ul li:nth-of-type(1):before {
	background-image: url("https://www.fountain.com/wp-content/uploads/2024/09/icon-reduce-4.svg");
}

.page-id-4112.full-bg .two-column-catch-all-content-wrapper ul li:nth-of-type(2):before {
	background-image: url("https://www.fountain.com/wp-content/uploads/2024/09/icon-boost-4.svg");
}

.page-id-4112.full-bg .two-column-catch-all-content-wrapper ul li:nth-of-type(3):before {
	background-image: url("https://www.fountain.com/wp-content/uploads/2024/09/icon-elevate-4.svg");
}

.page-id-4112 .navbar-brand {
	background-image: url(https://www.fountain.com/wp-content/uploads/2024/09/logo-fountain-toast.svg);
	width: 225px;
	height: 22px;
	background-repeat: no-repeat;
	background-size: contain;
}

.page-id-4112 .navbar-brand img {
	display: none;
}

.editor-styles-wrapper, .entry-content {
	counter-reset: footnotes;
}

a[data-fn].fn {
	counter-increment: footnotes;
	display: inline-flex;
	font-size: smaller;
	text-decoration: none;
	text-indent: -9999999px;
	vertical-align: super;
}

a[data-fn].fn:after {
	content: "[" counter(footnotes) "]";
	float: left;
	text-indent: 0;
}

.wp-element-button {
	cursor: pointer;
}

.has-regular-font-size {
	font-size: 1em;
}

.has-larger-font-size {
	font-size: 2.625em;
}

.has-normal-font-size {
	font-size: var(--wp--preset--font-size--normal);
}

.has-huge-font-size {
	font-size: var(--wp--preset--font-size--huge);
}

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

.has-text-align-left {
	text-align: left;
}

.has-text-align-right {
	text-align: right;
}

#end-resizable-editor-section {
	display: none;
}

.aligncenter {
	clear: both;
}

.items-justified-left {
	justify-content: flex-start;
}

.items-justified-center {
	justify-content: center;
}

.items-justified-right {
	justify-content: flex-end;
}

.items-justified-space-between {
	justify-content: space-between;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	word-wrap: normal !important;
	border: 0;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.screen-reader-text:focus {
	clip: auto !important;
	background-color: #ddd;
	-webkit-clip-path: none;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

html :where(.has-border-color) {
	border-style: solid;
}

html :where([style*=border-top-color]) {
	border-top-style: solid;
}

html :where([style*=border-right-color]) {
	border-right-style: solid;
}

html :where([style*=border-bottom-color]) {
	border-bottom-style: solid;
}

html :where([style*=border-left-color]) {
	border-left-style: solid;
}

html :where([style*=border-width]) {
	border-style: solid;
}

html :where([style*=border-top-width]) {
	border-top-style: solid;
}

html :where([style*=border-right-width]) {
	border-right-style: solid;
}

html :where([style*=border-bottom-width]) {
	border-bottom-style: solid;
}

html :where([style*=border-left-width]) {
	border-left-style: solid;
}

html :where(img[class*=wp-image-]) {
	height: auto;
	max-width: 100%;
}

:where(figure) {
	margin: 0 0 1em;
}

html :where(.is-position-sticky) {
	--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height, 0px);
}

@media screen and (max-width: 600px) {
	html :where(.is-position-sticky) {
		--wp-admin--admin-bar--position-offset:0px;
	}
}

/*# sourceMappingURL=style.css.map */